.cta-call{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;font-weight:600;border-radius:var(--radius-md);transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap;animation:cta-call-pulse 2.4s ease-in-out infinite}.cta-call:hover{transform:translateY(-2px);animation-play-state:paused}.cta-call:active{transform:translateY(0);animation-play-state:paused}.cta-call:focus-visible{animation-play-state:paused}@keyframes cta-call-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@media(prefers-reduced-motion:reduce){.cta-call,.cta-call--primary,.cta-call--secondary,.cta-call--outline,.cta-call--glass{animation:none}}.cta-call--md{padding:.75rem 1.25rem;font-size:.9375rem}.cta-call--lg{padding:1.125rem 2rem;font-size:1.125rem;font-weight:700}.cta-call--primary{background:var(--gaxa-green);color:var(--gaxa-white);box-shadow:0 4px 16px #00834559;animation-name:cta-call-pulse-primary}@keyframes cta-call-pulse-primary{0%,to{transform:scale(1);box-shadow:0 4px 16px #00834559,0 0 #00834573}50%{transform:scale(1.035);box-shadow:0 6px 22px #00834573,0 0 0 10px #00834500}}.cta-call--primary:hover{background:var(--gaxa-green-dark);box-shadow:0 8px 24px #00834566}.cta-call--secondary{background:var(--gaxa-blue);color:var(--gaxa-white);box-shadow:0 4px 16px #007bbd59;animation-name:cta-call-pulse-secondary}@keyframes cta-call-pulse-secondary{0%,to{transform:scale(1);box-shadow:0 4px 16px #007bbd59,0 0 #007bbd66}50%{transform:scale(1.035);box-shadow:0 6px 22px #007bbd73,0 0 0 10px #007bbd00}}.cta-call--secondary:hover{background:#069}.cta-call--outline{background:transparent;color:var(--gaxa-navy);border-color:var(--gaxa-navy);animation-name:cta-call-pulse-outline}@keyframes cta-call-pulse-outline{0%,to{transform:scale(1);box-shadow:0 0 #ffffff59}50%{transform:scale(1.035);box-shadow:0 0 0 10px #fff0}}.cta-call--outline:hover{background:var(--gaxa-navy);color:var(--gaxa-white)}.cta-call--glass{background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--gaxa-navy);border-color:#004a8d26;box-shadow:var(--shadow-sm);animation-name:cta-call-pulse-glass}@keyframes cta-call-pulse-glass{0%,to{transform:scale(1);box-shadow:var(--shadow-sm),0 0 #007bbd40}50%{transform:scale(1.035);box-shadow:var(--shadow-md),0 0 0 10px #007bbd00}}.cta-call--glass:hover{background:var(--gaxa-white);border-color:var(--gaxa-blue);box-shadow:var(--shadow-md)}.cta-call svg{flex-shrink:0}.cta-call--lg svg{width:22px;height:22px}.form-section{padding:var(--section-py) 0;background:var(--gaxa-white)}.form-section--alt{background:var(--gaxa-mint-pale)}.form-section--dark{background:var(--gradient-navy);position:relative;overflow:hidden}.form-section--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% 90%,rgba(133,209,178,.15) 0%,transparent 40%),radial-gradient(circle at 90% 10%,rgba(0,123,189,.2) 0%,transparent 40%);pointer-events:none}.form-section--dark .container{position:relative;z-index:1}.form-section--dark .section-header .conv-badge{margin-bottom:1rem}.form-section--dark .section-label{color:var(--gaxa-mint)}.form-section--dark .section-label:before{background:var(--gaxa-mint)}.form-section--dark .section-title{color:var(--gaxa-white)}.form-section--dark .section-subtitle{color:#ffffffe0}.section-label--light{color:var(--gaxa-mint)}.section-label--light:before{background:var(--gaxa-mint)}.section-title--light{color:var(--gaxa-white)}.section-subtitle--light{color:#ffffffe0}.form-section__split{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}.form-section__info{padding-top:.5rem}.form-section__info .conv-badge{margin-bottom:1rem}.form-section__bullets{list-style:none;margin-top:2rem;display:flex;flex-direction:column;gap:.875rem}.form-section__bullets li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500;color:var(--gaxa-gray-900)}.form-section__bullets li:before{content:"";width:6px;height:6px;background:var(--gaxa-green);border-radius:50%;flex-shrink:0}.form-section__call{margin-top:2rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form--card{background:var(--gaxa-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:0 16px 40px #004a8d1f;border:2px solid rgba(0,131,69,.18);position:relative;overflow:hidden}.form--card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-brand)}.form--elevated{max-width:720px;margin:0 auto;box-shadow:var(--shadow-lg)}.form__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.form__field{display:flex;flex-direction:column;gap:.375rem}.form__field--full{grid-column:1 / -1}.form__field label{font-size:.875rem;font-weight:600;color:var(--gaxa-gray-900)}.form__field-required{color:var(--gaxa-green);font-weight:700;margin-left:.125rem}.form__field-optional{font-weight:500;color:var(--gaxa-gray-600);margin-left:.375rem}.form__field input,.form__field select{padding:.9375rem 1rem;border:1.5px solid var(--gaxa-gray-200);border-radius:var(--radius-sm);background:var(--gaxa-gray-50);color:var(--gaxa-gray-900);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.form__field input:focus,.form__field select:focus{outline:none;border-color:var(--gaxa-blue);background:var(--gaxa-white);box-shadow:0 0 0 3px #007bbd1f}.form__field input::placeholder{color:#a0adb8}.form__consent{display:flex;align-items:flex-start;gap:.75rem;font-size:.8125rem;color:var(--gaxa-gray-600);line-height:1.55;cursor:pointer}.form__consent input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--gaxa-green);cursor:pointer}.form__consent a{color:var(--gaxa-blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.form__consent a:hover{color:var(--gaxa-navy)}.form__consent-required{color:var(--gaxa-green);font-weight:700;margin-left:.125rem}.form__submit{padding:1rem 2rem;background:var(--gaxa-navy);color:var(--gaxa-white);border:none;border-radius:var(--radius-md);font-weight:600;font-size:1rem;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.form__submit:hover{background:var(--gaxa-navy-dark);transform:translateY(-1px);box-shadow:0 4px 16px #004a8d4d}.form__submit--accent,.form__submit--accent.form__submit--pulse,.form__submit--pulse{background:var(--gaxa-green)}.form__submit--accent:hover{background:var(--gaxa-green-dark);box-shadow:0 4px 16px #00834559}.form__submit--full{width:100%}.form-success{text-align:center;padding:3rem 2rem;background:var(--gaxa-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);max-width:480px;margin:0 auto}.form-success h2{font-size:1.75rem;color:var(--gaxa-green);margin-bottom:.5rem}.form-success p{color:var(--gaxa-gray-600)}@media(min-width:768px){.form-section__split{grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.form__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.form-section__call{width:100%;justify-content:center}}.offer-pill{display:flex;align-items:center;gap:1.25rem;flex-shrink:0;width:min(760px,94vw);padding:1rem 1.625rem 1rem 1rem;border-radius:999px;background:var(--gaxa-white);border:1.5px solid var(--gaxa-gray-100);box-shadow:var(--shadow-md)}.offer-pill__aside{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.625rem;padding:0 .375rem 0 1rem;border-left:1px solid var(--gaxa-gray-100)}.offer-pill__cta{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.125rem;border-radius:999px;background:var(--gaxa-green);color:var(--gaxa-white);font-size:.8125rem;font-weight:800;white-space:nowrap;box-shadow:0 4px 12px #0083454d;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;animation:offer-cta-pulse 2.4s ease-in-out infinite}@keyframes offer-cta-pulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #0083454d,0 0 #00834573}50%{transform:scale(1.04);box-shadow:0 6px 16px #00834566,0 0 0 8px #00834500}}.offer-pill__cta:hover{background:var(--gaxa-green-dark);transform:translateY(-1px);box-shadow:0 6px 16px #00834559;animation-play-state:paused}@media(prefers-reduced-motion:reduce){.offer-pill__cta{animation:none}}.offer-pill__type{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:4.5rem;padding:.5rem .875rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.offer-pill--luce .offer-pill__type{background:var(--gaxa-navy);color:var(--gaxa-white)}.offer-pill--gas .offer-pill__type{background:var(--gaxa-green);color:var(--gaxa-white)}.offer-pill--business .offer-pill__type{background:var(--gaxa-blue);color:var(--gaxa-white)}.offer-pill__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.offer-pill__title{font-size:1.0625rem;font-weight:700;color:var(--gaxa-navy);letter-spacing:-.02em;line-height:1.25}.offer-pill__tagline{font-size:.8125rem;color:var(--gaxa-gray-600);line-height:1.35}.offer-pill__highlights{list-style:none;display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.offer-pill__highlights li{font-size:.6875rem;font-weight:600;color:var(--gaxa-green);background:#0083451a;padding:.2rem .625rem;border-radius:999px;white-space:nowrap}.offer-pill__price{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.offer-pill__price-value{font-size:1.375rem;font-weight:700;color:var(--gaxa-green);letter-spacing:-.03em;line-height:1}.offer-pill__price-note{margin-top:.25rem;font-size:.6875rem;font-weight:500;color:var(--gaxa-gray-600);max-width:8rem;line-height:1.3}@media(max-width:640px){.offer-pill{flex-direction:column;align-items:stretch;width:min(320px,88vw);border-radius:var(--radius-xl);padding:1.125rem;gap:.875rem}.offer-pill__type{align-self:flex-start}.offer-pill__aside{flex-direction:column;align-items:stretch;width:100%;border-left:none;border-top:1px solid var(--gaxa-gray-100);padding:.75rem 0 0;gap:.75rem}.offer-pill__price{flex-direction:row;align-items:baseline;justify-content:space-between;gap:.5rem;text-align:left}.offer-pill__price-note{max-width:none;text-align:left;margin-top:0}.offer-pill__cta{width:100%;justify-content:center;padding:.75rem 1.25rem}}@media(min-width:1280px){.offer-pill{width:800px;padding:1.125rem 2rem 1.125rem 1.125rem}.offer-pill__title{font-size:1.125rem}}.offer-carousel{position:relative;z-index:2;width:100vw;margin-left:calc(50% - 50vw);margin-top:clamp(1.5rem,3vw,2.5rem);overflow:hidden}.offer-carousel__track{display:flex;width:max-content;gap:1.25rem;padding-block:.75rem;padding-inline:clamp(1.25rem,4vw,2rem);animation:offer-scroll 50s linear infinite;will-change:transform;transform:translateZ(0)}.offer-carousel:hover .offer-carousel__track,.offer-carousel--paused .offer-carousel__track{animation-play-state:paused}@keyframes offer-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.offer-carousel__track{animation:none;flex-wrap:wrap;width:100%;justify-content:center;will-change:auto}}@media(min-width:1280px){.offer-carousel__track{gap:1.5rem;padding-inline:clamp(2rem,5vw,4rem)}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden;padding-bottom:1rem}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;transform:translateZ(0);isolation:isolate}.hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:70% center;transform:translateZ(0)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#fffffff0,#ffffffdb 28%,#ffffff8c,#ffffff38 68%,#ffffff0f)}.hero__header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding-block:1.25rem}.hero__body{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:center;padding-bottom:clamp(1rem,2vw,2rem)}.hero__logo{height:auto;max-height:48px;width:auto}.hero__content{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding-block:clamp(1.5rem,4vw,3rem)}.hero__title{font-size:clamp(2.125rem,5.5vw,3.75rem);font-weight:800;line-height:1.06;color:var(--gaxa-navy);margin-bottom:1.25rem;letter-spacing:-.03em;text-shadow:0 1px 2px rgba(255,255,255,.95),0 2px 16px rgba(255,255,255,.85),0 2px 8px rgba(15,45,74,.12);max-width:20ch}.hero__badge{margin-bottom:1rem}.hero__subtitle{font-size:clamp(1.0625rem,2vw,1.25rem);color:var(--gaxa-gray-900);max-width:36rem;margin-bottom:1.75rem;line-height:1.65;font-weight:600;text-shadow:0 1px 2px rgba(255,255,255,.9),0 2px 12px rgba(255,255,255,.75),0 1px 4px rgba(15,45,74,.08)}.hero__actions{display:flex;flex-wrap:wrap;gap:.875rem}.hero__cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1.125rem 2rem;font-size:1.125rem;font-weight:700;color:var(--gaxa-white);background:var(--gaxa-green);border:2px solid var(--gaxa-green);border-radius:var(--radius-md);box-shadow:0 6px 20px #00834566;transition:background .15s ease,transform .15s ease,box-shadow .15s ease,gap .2s ease;animation:hero-cta-pulse 2.4s ease-in-out infinite;will-change:transform}@keyframes hero-cta-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.hero__cta-primary:hover{background:var(--gaxa-green-dark);border-color:var(--gaxa-green-dark);transform:translateY(-2px);gap:.75rem;animation-play-state:paused}.hero__cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;font-size:1.0625rem;font-weight:600;color:var(--gaxa-navy);background:var(--gaxa-white);border:2px solid rgba(0,74,141,.12);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease,gap .2s ease}.hero__cta-secondary:hover{border-color:var(--gaxa-blue);box-shadow:var(--shadow-md);gap:.75rem}@media(prefers-reduced-motion:reduce){.hero__cta-primary{animation:none}}.hero__card{position:relative;background:var(--gaxa-white);border-radius:var(--radius-xl);padding:2.25rem 2rem 2rem;box-shadow:0 20px 48px #004a8d2e;border:2px solid rgba(0,131,69,.2);overflow:hidden;max-width:380px}.hero__card--phone{display:block}.hero__form-panel{display:none;position:relative;background:var(--gaxa-white);border-radius:var(--radius-xl);padding:2rem 1.75rem 1.75rem;box-shadow:0 20px 48px #004a8d2e;border:2px solid rgba(0,131,69,.25);overflow:hidden;max-width:400px}.hero__form-badge{margin-bottom:.875rem;font-size:.6875rem}.hero__form-panel .hero__card-accent{height:5px}.hero__form-title{font-size:1.375rem;font-weight:800;color:var(--gaxa-navy);margin-bottom:.5rem;line-height:1.25}.hero__form-lead{font-size:.9375rem;color:var(--gaxa-gray-900);font-weight:600;line-height:1.55;margin-bottom:1.25rem}.hero__form{display:flex;flex-direction:column;gap:1rem}.hero__form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem}.hero__form-field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.hero__form-field label{font-size:.8125rem;font-weight:600;color:var(--gaxa-gray-900)}.hero__form-field input{width:100%;min-width:0;box-sizing:border-box;padding:.8125rem .875rem;border:1.5px solid var(--gaxa-gray-200);border-radius:var(--radius-sm);background:var(--gaxa-gray-50);color:var(--gaxa-gray-900);font-size:.9375rem;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.hero__form-field input:focus{outline:none;border-color:var(--gaxa-blue);background:var(--gaxa-white);box-shadow:0 0 0 3px #007bbd1f}.hero__form-field input::placeholder{color:#a0adb8}.hero__form .form__consent{font-size:.75rem}.hero__form-submit{width:100%;padding:1.0625rem 1.5rem;background:var(--gaxa-green);color:var(--gaxa-white);border:none;border-radius:var(--radius-md);font-weight:700;font-size:1.0625rem;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 16px #00834559}.hero__form-submit:hover{background:var(--gaxa-green-dark);transform:translateY(-1px);box-shadow:0 4px 16px #00834559}.hero__form-success{text-align:center;padding:1.5rem .5rem}.hero__form-success p{font-size:.9375rem;color:var(--gaxa-gray-600);line-height:1.5}.hero__form-success .hero__form-title{color:var(--gaxa-green);margin-bottom:.375rem}.hero__card-accent{position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-brand)}.hero__card-badge{display:inline-flex;margin-bottom:1rem;font-size:.6875rem}.hero__card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1.25rem;background:var(--gaxa-mint-light);color:var(--gaxa-green);border-radius:var(--radius-md)}.hero__card-lead{font-size:1.125rem;font-weight:700;color:var(--gaxa-navy);margin-bottom:.75rem;line-height:1.4}.hero__card-phone{display:inline-block;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--gaxa-green);letter-spacing:-.02em;margin-bottom:1.25rem;transition:color .15s ease}.hero__card-phone:hover{color:var(--gaxa-green-dark)}.hero__header-cta{animation:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--gaxa-white)}.hero .cta-call{animation:hero-call-pulse 2.4s ease-in-out infinite;will-change:transform}@keyframes hero-call-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.hero .cta-call:hover,.hero .cta-call:focus-visible{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.hero .cta-call{animation:none}}.hero__card-note{font-size:.9375rem;color:var(--gaxa-gray-600);line-height:1.5}@media(min-width:900px){.hero__content{grid-template-columns:1fr auto;gap:clamp(2rem,5vw,5rem);align-items:center}.hero__card--phone{display:none}.hero__form-panel{display:block;justify-self:end;min-width:360px}.hero__card{justify-self:end;min-width:320px}.hero__logo{max-height:52px}.hero__bg-image{object-position:62% center}.hero__title{max-width:18ch}}@media(min-width:1280px){.hero__content{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:clamp(3rem,6vw,6rem)}.hero__title{font-size:clamp(2.75rem,4.2vw,4rem);max-width:19ch}.hero__subtitle{max-width:42rem;font-size:1.25rem}.hero__form-panel{min-width:380px;max-width:420px;padding:2.25rem 2rem 2rem}.hero__card{min-width:340px;padding:2.5rem 2.25rem 2.25rem}.hero__overlay{background:linear-gradient(100deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.82) 32%,rgba(255,255,255,.45) 52%,rgba(255,255,255,.15) 72%,transparent 100%)}}@media(max-width:480px){.hero__overlay{background:linear-gradient(180deg,#fffffff0,#ffffffe0 55%,#ffffffbf)}.hero__bg-image{object-position:75% center}.hero__title{max-width:none}.hero__header-cta span{display:none}.hero__header-cta{padding:.75rem;border-radius:50%;width:44px;height:44px}.hero__actions{flex-direction:column}.hero__actions .cta-call,.hero__cta-primary{width:100%;justify-content:center}.hero__card{max-width:none}}.stats{position:relative;z-index:3;margin-top:-2rem;padding-bottom:1rem}.stats__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;background:var(--gaxa-white);border-radius:var(--radius-lg);padding:1.75rem 2rem;box-shadow:var(--shadow-lg);border:1px solid var(--gaxa-gray-100)}.stats__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:.5rem .75rem}.stats__item:not(:last-child){border-right:1px solid var(--gaxa-gray-100)}.stats__item--cta{background:#00834514;border-radius:var(--radius-md);padding:1rem .75rem;border:2px solid rgba(0,131,69,.18)}.stats__item--cta:not(:last-child){border-right:2px solid rgba(0,131,69,.18)}.stats__title{font-size:clamp(1.0625rem,2vw,1.1875rem);font-weight:800;color:var(--gaxa-navy);line-height:1.3}.stats__phone{display:inline-flex;align-items:center;gap:.5rem;font-size:clamp(1.375rem,3vw,1.625rem);font-weight:800;letter-spacing:-.02em;color:var(--gaxa-green);transition:color .15s ease;animation:stats-phone-pulse 2.4s ease-in-out infinite}@keyframes stats-phone-pulse{0%,to{transform:scale(1);text-shadow:0 0 0 rgba(0,131,69,0)}50%{transform:scale(1.04);text-shadow:0 0 16px rgba(0,131,69,.35)}}.stats__phone:hover{color:var(--gaxa-green-dark);animation-play-state:paused}.stats__cta-note{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gaxa-green-dark)}.stats__desc{font-size:.875rem;font-weight:600;color:var(--gaxa-gray-600);line-height:1.55;max-width:280px}@media(prefers-reduced-motion:reduce){.stats__phone{animation:none}}@media(max-width:768px){.stats__inner{grid-template-columns:1fr;padding:1.25rem}.stats__item:not(:last-child),.stats__item--cta:not(:last-child){border-right:none;border-bottom:1px solid var(--gaxa-gray-100);padding-bottom:1.25rem}.stats__item--cta:not(:last-child){border-bottom-color:#0083452e}}.benefits{padding:var(--section-py) 0;background:var(--gaxa-white)}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.benefits__card{position:relative;padding:2rem 1.75rem;background:var(--gaxa-white);border-radius:var(--radius-lg);border:1px solid var(--gaxa-gray-100);text-align:left;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease;overflow:hidden}.benefits__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.benefits__card--green:before{background:var(--gaxa-green)}.benefits__card--mint:before{background:var(--gaxa-mint)}.benefits__card--blue:before{background:var(--gaxa-blue)}.benefits__card--navy:before{background:var(--gaxa-navy)}.benefits__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:transparent}.benefits__icon-wrap{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:1.25rem;border-radius:var(--radius-md)}.benefits__card--green .benefits__icon-wrap{background:#0083451a;color:var(--gaxa-green)}.benefits__card--mint .benefits__icon-wrap{background:#85d1b240;color:#2a9d6a}.benefits__card--blue .benefits__icon-wrap{background:#007bbd1a;color:var(--gaxa-blue)}.benefits__card--navy .benefits__icon-wrap{background:#004a8d1a;color:var(--gaxa-navy)}.benefits__icon{width:26px;height:26px}.benefits__card-title{font-size:1.125rem;font-weight:700;color:var(--gaxa-navy);margin-bottom:.5rem;letter-spacing:-.01em}.benefits__card-text{font-size:.9375rem;color:var(--gaxa-gray-600);line-height:1.65}.consultant-callout{padding:0 0 clamp(2rem,4vw,3rem);background:var(--gaxa-white)}.consultant-callout--pre-footer{padding:clamp(2.5rem,5vw,4rem) 0;background:var(--gaxa-mint-pale)}.consultant-callout__box{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;padding:clamp(1.75rem,4vw,2.5rem) clamp(1.5rem,4vw,3rem);background:var(--gradient-navy);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.consultant-callout__accent{position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-brand)}.consultant-callout__box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 0% 100%,rgba(133,209,178,.18) 0%,transparent 45%),radial-gradient(circle at 100% 0%,rgba(0,123,189,.22) 0%,transparent 40%);pointer-events:none}.consultant-callout__content{position:relative;z-index:1}.consultant-callout__title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--gaxa-white);letter-spacing:-.02em;line-height:1.2;margin-bottom:.375rem}.consultant-callout__text{font-size:clamp(1.0625rem,2vw,1.25rem);font-weight:600;color:var(--gaxa-mint)}.consultant-callout__cta{position:relative;z-index:1}@media(min-width:768px){.consultant-callout__box{flex-direction:row;justify-content:space-between;text-align:left;gap:2rem}.consultant-callout__cta{flex-shrink:0}}@media(max-width:480px){.consultant-callout__cta{width:100%;justify-content:center}}.inline-call{padding:clamp(1.25rem,3vw,1.75rem) 0}.inline-call--light{background:var(--gaxa-white)}.inline-call--mint{background:var(--gaxa-mint-pale)}.inline-call--bordered{background:var(--gaxa-gray-50);border-block:1px solid var(--gaxa-gray-100)}.inline-call__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);background:var(--gaxa-white);border:2px solid rgba(0,131,69,.16);box-shadow:var(--shadow-sm)}.inline-call--mint .inline-call__inner{background:var(--gaxa-white)}.inline-call__title{font-size:clamp(1.0625rem,2.2vw,1.25rem);font-weight:800;color:var(--gaxa-navy);line-height:1.35}.inline-call__subtitle{margin-top:.25rem;font-size:.9375rem;font-weight:600;color:var(--gaxa-green-dark)}.inline-call__cta{flex-shrink:0}@media(min-width:768px){.inline-call__inner{flex-direction:row;justify-content:space-between;text-align:left;padding:1.375rem 1.75rem;gap:1.5rem}}@media(max-width:480px){.inline-call__cta{width:100%;justify-content:center}}.about{padding:var(--section-py) 0;background:var(--gaxa-white);overflow-x:clip}.about__intro{max-width:820px;margin-bottom:clamp(3rem,6vw,4.5rem)}.about__lead{margin-top:1.25rem;font-size:clamp(1rem,2vw,1.125rem);color:var(--gaxa-gray-600);line-height:1.8}.about__block{margin-bottom:clamp(3rem,6vw,4.5rem)}.about__block--alt{width:100vw;margin-inline:calc(50% - 50vw);padding-block:clamp(2.5rem,5vw,3.5rem);padding-inline:calc(50vw - 50% + clamp(1.25rem,4vw,1.75rem));background:var(--gaxa-gray-50);border-block:1px solid var(--gaxa-gray-100)}.about__block--alt:last-child{margin-bottom:0}.about__heading{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:var(--gaxa-navy);letter-spacing:-.02em;margin-bottom:1.75rem}.about__subheading{font-size:1.125rem;font-weight:700;color:var(--gaxa-navy);margin-bottom:1.25rem}.about__grid{display:grid;gap:1.25rem}.about__grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about__grid--4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.about__card{background:var(--gaxa-white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-card);border:1px solid var(--gaxa-gray-100)}.about__block--alt .about__card{background:var(--gaxa-white)}.about__card--outline{box-shadow:none;border-color:var(--gaxa-gray-200)}.about__card-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gaxa-blue);margin-bottom:.625rem}.about__card-title{font-size:1.0625rem;font-weight:700;color:var(--gaxa-navy);margin-bottom:.625rem;line-height:1.35}.about__card-text{font-size:.9375rem;color:var(--gaxa-gray-600);line-height:1.65}.about__prose{display:flex;flex-direction:column;gap:1rem;max-width:820px;margin-bottom:2rem}.about__prose p{font-size:.9375rem;color:var(--gaxa-gray-600);line-height:1.75}.about__certs{max-width:520px}.about__cert-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.about__cert-list li{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--gaxa-white);border-radius:var(--radius-sm);border:1px solid var(--gaxa-gray-100);font-size:.9375rem;font-weight:600;color:var(--gaxa-navy)}.about__cert-list li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gaxa-green);flex-shrink:0}.about__quote{margin:0 0 clamp(3rem,6vw,4.5rem);padding:clamp(2rem,4vw,3rem);background:var(--gradient-navy);border-radius:var(--radius-xl);color:var(--gaxa-white);border:none}.about__quote .about__heading{color:var(--gaxa-white);margin-bottom:1.25rem}.about__quote p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.75;opacity:.92;margin-bottom:1.75rem}.about__quote footer{display:flex;flex-direction:column;gap:.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.15)}.about__quote-name{font-style:normal;font-weight:700;font-size:1.0625rem}.about__quote-role{font-size:.875rem;opacity:.75}.about__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.about__stat{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem;background:var(--gaxa-gray-50);border-radius:var(--radius-md);border:1px solid var(--gaxa-gray-100);text-align:center}.about__stat-value{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;color:var(--gaxa-green)}.about__stat-label{font-size:.8125rem;font-weight:500;color:var(--gaxa-gray-600);line-height:1.45}.about__pipeline{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.about__pipeline-step{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:var(--gaxa-white);border-radius:var(--radius-lg);border:1px solid var(--gaxa-gray-100)}.about__pipeline-num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;font-size:.875rem;font-weight:700;color:var(--gaxa-white);background:var(--gradient-brand);border-radius:50%}@media(max-width:600px){.about__pipeline{grid-template-columns:1fr}}.faq{padding:var(--section-py) 0;background:var(--gaxa-gray-50)}.faq__list{display:flex;flex-direction:column;gap:.75rem;max-width:820px;margin:0 auto}.faq__item{background:var(--gaxa-white);border-radius:var(--radius-md);border:1px solid var(--gaxa-gray-100);box-shadow:var(--shadow-sm);overflow:hidden}.faq__item[open]{border-color:var(--gaxa-mint);box-shadow:var(--shadow-md)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700;color:var(--gaxa-navy);cursor:pointer;list-style:none;line-height:1.45}.faq__question::-webkit-details-marker{display:none}.faq__question:after{content:"";flex-shrink:0;width:10px;height:10px;border-right:2px solid var(--gaxa-blue);border-bottom:2px solid var(--gaxa-blue);transform:rotate(45deg);transition:transform .2s ease;margin-top:-4px}.faq__item[open] .faq__question:after{transform:rotate(-135deg);margin-top:4px}.faq__answer{padding:0 1.5rem 1.5rem;font-size:.9375rem;color:var(--gaxa-gray-600);line-height:1.75}.faq__answer p+p{margin-top:.875rem}.faq__answer ul{margin-top:.875rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.625rem}.faq__answer li{line-height:1.65}.faq__answer strong{color:var(--gaxa-gray-900);font-weight:600}.faq__answer a{color:var(--gaxa-blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.faq__answer a:hover{color:var(--gaxa-navy)}@media(max-width:480px){.faq__question{padding:1rem 1.125rem;font-size:.9375rem}.faq__answer{padding:0 1.125rem 1.125rem}}.footer{position:relative;background:#000;color:var(--gaxa-white);padding:0 0 2.5rem}.footer__wave{color:#000;margin-top:-1px;line-height:0}.footer__wave svg{width:100%;height:48px;display:block}.footer__inner{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center;padding-top:2rem}.footer__brand{display:flex;flex-direction:column;align-items:center}.footer__logo-wrap{display:inline-flex;align-items:center;justify-content:center;background:var(--gaxa-white);padding:.75rem 1.375rem;border-radius:var(--radius-md)}.footer__logo{max-height:48px;width:auto;display:block}.footer__text{font-size:.9375rem;opacity:.8;line-height:1.6}.footer__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer__cta-label{font-size:.875rem;opacity:.7}.footer__cta{border-color:#ffffff59;color:var(--gaxa-white)}.footer__cta:hover{background:var(--gaxa-white);color:var(--gaxa-navy);border-color:var(--gaxa-white)}.footer__legal{font-size:.8125rem;opacity:.65;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1);line-height:1.65;display:flex;flex-direction:column;gap:.5rem}.footer__legal-links{margin-top:.375rem}.footer__legal-links a{color:var(--gaxa-mint);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.footer__legal-links a:hover{color:var(--gaxa-white)}@media(min-width:768px){.footer__inner{grid-template-columns:1fr auto;grid-template-rows:auto auto;text-align:left;align-items:center}.footer__brand{align-items:flex-start}.footer__cta-wrap{align-items:flex-end}.footer__legal{grid-column:1 / -1;text-align:center}}.sticky-call{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;padding:.75rem 1rem;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--gaxa-gray-100);box-shadow:0 -8px 32px #004a8d1f}.sticky-call__btn{width:100%;justify-content:center}@media(max-width:768px){.sticky-call{display:block}body{padding-bottom:76px}}:root{--gaxa-navy: #004a8d;--gaxa-navy-dark: #003566;--gaxa-blue: #007bbd;--gaxa-green: #008345;--gaxa-green-dark: #006b38;--gaxa-mint: #85d1b2;--gaxa-mint-light: #e8f7f0;--gaxa-mint-pale: #f4fbf8;--gaxa-white: #ffffff;--gaxa-gray-50: #f8fafb;--gaxa-gray-100: #eef2f5;--gaxa-gray-200: #dce3ea;--gaxa-gray-600: #5a6b7a;--gaxa-gray-900: #1a2332;--gradient-brand: linear-gradient(135deg, var(--gaxa-green) 0%, var(--gaxa-blue) 100%);--gradient-hero: linear-gradient( 145deg, var(--gaxa-mint-pale) 0%, var(--gaxa-white) 38%, #f0f6fc 100% );--gradient-navy: linear-gradient(160deg, var(--gaxa-navy) 0%, var(--gaxa-navy-dark) 100%);--font-sans: "Avenir Next", "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 32px;--shadow-sm: 0 2px 8px rgba(0, 74, 141, .06);--shadow-md: 0 12px 32px rgba(0, 74, 141, .1);--shadow-lg: 0 24px 56px rgba(0, 74, 141, .14);--shadow-card: 0 4px 24px rgba(0, 74, 141, .08), 0 0 0 1px rgba(0, 74, 141, .04);--section-py: clamp(4rem, 8vw, 6rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--gaxa-gray-900);background:var(--gaxa-white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding-inline:clamp(1.25rem,4vw,1.75rem)}.container-wide{width:100%;max-width:1440px;margin:0 auto;padding-inline:clamp(1.25rem,4vw,2rem)}@media(min-width:1280px){.container-wide{max-width:min(1680px,96vw);padding-inline:clamp(2rem,5vw,4.5rem)}}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gaxa-blue);margin-bottom:.875rem}.section-label:before{content:"";width:24px;height:2px;background:var(--gradient-brand);border-radius:2px}.section-title{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--gaxa-navy)}.section-subtitle{margin-top:.75rem;font-size:clamp(1rem,2vw,1.125rem);color:var(--gaxa-gray-600);max-width:560px;line-height:1.7}.section-header{margin-bottom:clamp(2.5rem,5vw,3.5rem)}.section-header--center{text-align:center}.section-header--center .section-subtitle{margin-inline:auto}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.conv-badge{display:inline-flex;align-items:center;padding:.4375rem .875rem;border-radius:999px;background:var(--gaxa-green);color:var(--gaxa-white);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 14px #00834559}.conv-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;list-style:none}.conv-chip{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:999px;background:#0083451f;color:var(--gaxa-green-dark);font-size:.8125rem;font-weight:700;border:1px solid rgba(0,131,69,.22)}@keyframes form-submit-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.form__submit--pulse{animation:form-submit-pulse 2.4s ease-in-out infinite;font-weight:700;font-size:1.0625rem;letter-spacing:.01em}.hero__form-submit{font-weight:700;font-size:1.0625rem;letter-spacing:.01em}.form__submit--pulse:hover,.hero__form-submit:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.form__submit--pulse,.hero__form-submit{animation:none}}
