.custom-hero{justify-content:center;align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.custom-hero__bg{position:absolute;inset:0}.custom-hero__bg-img{object-fit:cover}.custom-hero__overlay{background:linear-gradient(#0000004d 0%,#000000b3 100%);position:absolute;inset:0}.custom-hero__content{z-index:2;text-align:center;max-width:800px;padding:120px 24px 80px;position:relative}.custom-hero__content>*{opacity:0}.custom-hero--visible .custom-hero__label{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-hero--visible .custom-hero__heading{animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp}.custom-hero--visible .custom-hero__subtitle{animation:.7s cubic-bezier(.16,1,.3,1) .2s forwards fadeUp}.custom-hero--visible .custom-hero__cta{animation:.6s cubic-bezier(.34,1.56,.64,1) .35s forwards fadeUp}.custom-hero__label{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-urbanist),sans-serif;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill);background:#c6194f33;border:1px solid #c6194f66;margin-bottom:24px;padding:6px 20px;font-size:14px;font-weight:500;display:inline-block}.custom-hero__heading{font-family:var(--font-poppins),sans-serif;color:#fff;margin-bottom:20px;font-size:36px;font-weight:600;line-height:1.15}@media (min-width:768px){.custom-hero__heading{font-size:56px}}.custom-hero__subtitle{font-family:var(--font-urbanist),sans-serif;color:#ffffffd9;max-width:640px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:17px;font-weight:400;line-height:1.6}.custom-hero__cta{height:54px;padding:0 36px;font-size:17px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.custom-why{padding:120px 0}.custom-why .section-heading h2,.custom-why .section-heading p{opacity:0}.custom-why--visible .section-heading h2{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-why--visible .section-heading p{animation:.6s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp}.custom-why--visible .custom-why__card{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-why__grid{grid-template-columns:1fr;gap:32px;margin-top:56px;display:grid}@media (min-width:640px){.custom-why__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.custom-why__grid{grid-template-columns:repeat(4,1fr)}}.custom-why__card{text-align:center;border-radius:var(--radius-container);border:1px solid var(--color-border-light);padding:32px 24px;transition:transform .3s,box-shadow .3s}.custom-why__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.custom-why__icon{margin-bottom:20px}.custom-why__card-title{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-heading);margin-bottom:10px;font-size:18px;font-weight:600}.custom-why__card-desc{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-muted);font-size:15px;font-weight:400;line-height:1.5}.custom-exp{background:var(--color-bg-light);padding:120px 0}.custom-exp .section-heading h2,.custom-exp .section-heading p{opacity:0}.custom-exp--visible .section-heading h2{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-exp--visible .section-heading p{animation:.6s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp}.custom-exp--visible .custom-exp__card{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-exp__grid{grid-template-columns:1fr;gap:32px;margin-top:56px;display:grid}@media (min-width:768px){.custom-exp__grid{grid-template-columns:repeat(3,1fr)}}.custom-exp__card{border-radius:var(--radius-card);background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden}.custom-exp__card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.custom-exp__card-img-wrap{aspect-ratio:3/2;width:100%;overflow:hidden}.custom-exp__card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.custom-exp__card:hover .custom-exp__card-img{transform:scale(1.05)}.custom-exp__card-body{padding:24px}.custom-exp__card-body h3{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-heading);margin-bottom:8px;font-size:20px;font-weight:600}.custom-exp__card-body p{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-muted);font-size:15px;line-height:1.5}.custom-process{padding:120px 0}.custom-process .section-heading h2,.custom-process .section-heading p{opacity:0}.custom-process--visible .section-heading h2{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-process--visible .section-heading p{animation:.6s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp}.custom-process--visible .custom-process__step{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-process__grid{grid-template-columns:1fr;gap:32px;margin-top:56px;display:grid}@media (min-width:640px){.custom-process__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.custom-process__grid{grid-template-columns:repeat(4,1fr)}}.custom-process__step{text-align:center}.custom-process__num{font-family:var(--font-poppins),sans-serif;color:var(--color-primary);opacity:.2;margin-bottom:12px;font-size:40px;font-weight:600;display:inline-block}.custom-process__step h3{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-heading);margin-bottom:8px;font-size:18px;font-weight:600}.custom-process__step p{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-muted);font-size:15px;line-height:1.5}.custom-form-section{background:var(--color-bg-light);padding:120px 0}.custom-form-section__container{grid-template-columns:1fr;gap:48px;display:grid}@media (min-width:1024px){.custom-form-section__container{grid-template-columns:1fr 1fr;align-items:start;gap:80px}}.custom-form-section>*{opacity:0}.custom-form-section--visible>*{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.custom-form-section__left h2{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-heading);margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2}@media (min-width:768px){.custom-form-section__left h2{font-size:40px}}.custom-form-section__left>p{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-muted);margin-bottom:32px;font-size:16px;line-height:1.6}.custom-form-section__trust{flex-direction:column;gap:12px;display:flex}.custom-form-section__trust-item{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-heading);align-items:center;gap:10px;font-size:15px;display:flex}.custom-form{border-radius:var(--radius-container);background:#fff;padding:32px;box-shadow:0 4px 24px #0000000f}.custom-form__grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:640px){.custom-form__grid{grid-template-columns:1fr 1fr}.custom-form__field--full{grid-column:1/-1}}.custom-form__field label{font-family:var(--font-urbanist),sans-serif;color:var(--color-text-form);margin-bottom:6px;font-size:15px;font-weight:600;display:block}.custom-form__field input,.custom-form__field textarea{border:1px solid var(--color-border-input);border-radius:var(--radius-input);width:100%;font-family:var(--font-urbanist),sans-serif;color:var(--color-text-dark);resize:vertical;outline:none;padding:10px 14px;font-size:15px;transition:border-color .2s}.custom-form__field input:focus,.custom-form__field textarea:focus{border-color:var(--color-primary)}.custom-form__field input.error,.custom-form__field textarea.error{border-color:var(--color-red)}.custom-form__error{color:var(--color-red);margin-top:4px;font-size:13px;display:block}.custom-form__submit{width:100%;height:50px;margin-top:24px;font-size:16px}
