.Hero-module__s-6kkG__hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__s-6kkG__bgImage{object-fit:cover;object-position:center 30%;z-index:0;width:100%;height:100%;position:absolute;inset:0}.Hero-module__s-6kkG__bgOverlay{z-index:1;background:linear-gradient(#0a0e1ae0 0%,#0a0e1ac7 40%,#0a0e1ad9 70%,#0a0e1af2 100%);position:absolute;inset:0}.Hero-module__s-6kkG__bgGrid{background-image:linear-gradient(var(--white-alpha-5)1px,transparent 1px),linear-gradient(90deg,var(--white-alpha-5)1px,transparent 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.Hero-module__s-6kkG__bgGlow{pointer-events:none;background:radial-gradient(circle,#f59e0b14,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.Hero-module__s-6kkG__content{z-index:2;max-width:800px;position:relative}.Hero-module__s-6kkG__badges{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.Hero-module__s-6kkG__headline{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.08}.Hero-module__s-6kkG__highlight{background:linear-gradient(135deg,var(--amber-400),var(--amber-300));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__s-6kkG__subheadline{color:var(--slate-300);max-width:620px;margin-bottom:12px;font-size:1.1875rem;line-height:1.75}.Hero-module__s-6kkG__tagline{font-family:var(--font-heading);color:var(--emerald-400);margin-bottom:36px;font-size:1rem;font-weight:600}.Hero-module__s-6kkG__ctas{flex-wrap:wrap;gap:16px;margin-bottom:56px;display:flex}.Hero-module__s-6kkG__stats{background:var(--white-alpha-5);border:1px solid var(--white-alpha-10);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;gap:32px;padding:24px 32px;display:flex}.Hero-module__s-6kkG__stat{flex-direction:column;gap:4px;display:flex}.Hero-module__s-6kkG__statNumber{font-family:var(--font-heading);color:var(--white);font-size:1.5rem;font-weight:800}.Hero-module__s-6kkG__statLabel{color:var(--slate-400);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:500}.Hero-module__s-6kkG__statDivider{background:var(--white-alpha-15);width:1px;height:40px}@media (max-width:768px){.Hero-module__s-6kkG__hero{min-height:0;padding:100px 0 60px}.Hero-module__s-6kkG__stats{flex-direction:column;align-items:flex-start;gap:20px}.Hero-module__s-6kkG__statDivider{width:100%;height:1px}}
.HowItWorks-module__Hv8dkq__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:56px;display:grid}.HowItWorks-module__Hv8dkq__card{text-align:center;padding:32px 24px;position:relative}.HowItWorks-module__Hv8dkq__iconWrap{width:56px;height:56px;color:var(--amber-400);background:linear-gradient(135deg,#f59e0b26,#f59e0b0d);border:1px solid #f59e0b40;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.HowItWorks-module__Hv8dkq__number{font-family:var(--font-heading);color:var(--amber-400);letter-spacing:2px;margin-bottom:12px;font-size:.75rem;font-weight:700;display:block}.HowItWorks-module__Hv8dkq__cardTitle{margin-bottom:12px;font-size:1.125rem}.HowItWorks-module__Hv8dkq__cardDesc{color:var(--slate-400);font-size:.875rem;line-height:1.7}.HowItWorks-module__Hv8dkq__connector{display:none}@media (max-width:1024px){.HowItWorks-module__Hv8dkq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.HowItWorks-module__Hv8dkq__grid{grid-template-columns:1fr}}
.SavingsDemo-module__T5vUwa__card{background:var(--white-alpha-5);border:1px solid var(--white-alpha-10);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:640px;margin:56px auto 0;overflow:hidden}.SavingsDemo-module__T5vUwa__header{border-bottom:1px solid var(--white-alpha-10);justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.SavingsDemo-module__T5vUwa__header h3{font-size:1rem;font-weight:600}.SavingsDemo-module__T5vUwa__breakdown{padding:32px}.SavingsDemo-module__T5vUwa__row{align-items:center;gap:16px;padding:12px 0;display:flex}.SavingsDemo-module__T5vUwa__rowIcon{width:44px;height:44px;color:var(--amber-400);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SavingsDemo-module__T5vUwa__rowIcon.SavingsDemo-module__T5vUwa__iconGreen{color:var(--emerald-400);background:#10b9811a;border-color:#10b98133}.SavingsDemo-module__T5vUwa__rowInfo{flex:1;justify-content:space-between;align-items:center;display:flex}.SavingsDemo-module__T5vUwa__rowLabel{color:var(--slate-300);font-size:.9375rem}.SavingsDemo-module__T5vUwa__rowValue{font-family:var(--font-heading);color:var(--white);font-size:1.375rem;font-weight:700}.SavingsDemo-module__T5vUwa__rowValue.SavingsDemo-module__T5vUwa__valueGreen{color:var(--emerald-400)}.SavingsDemo-module__T5vUwa__divider{background:var(--white-alpha-10);height:1px;margin:8px 0}.SavingsDemo-module__T5vUwa__savingsBlock{background:var(--white-alpha-5);border-radius:var(--radius-lg);border:1px solid var(--white-alpha-10);flex-direction:column;gap:16px;margin-top:16px;padding:24px;display:flex}.SavingsDemo-module__T5vUwa__savingsRow{color:var(--slate-400);align-items:center;gap:12px;display:flex}.SavingsDemo-module__T5vUwa__savingsRow div{flex:1;justify-content:space-between;align-items:center;display:flex}.SavingsDemo-module__T5vUwa__savingsLabel{color:var(--slate-400);font-size:.875rem}.SavingsDemo-module__T5vUwa__savingsAmount{font-family:var(--font-heading);color:var(--emerald-400);font-size:1.125rem;font-weight:700}.SavingsDemo-module__T5vUwa__feeAmount{font-family:var(--font-heading);color:var(--slate-300);font-size:1rem;font-weight:600}.SavingsDemo-module__T5vUwa__netRow{border-top:1px solid var(--white-alpha-10);color:var(--amber-400);padding-top:16px}.SavingsDemo-module__T5vUwa__netAmount{font-family:var(--font-heading);color:var(--amber-400);font-size:1.375rem;font-weight:800}.SavingsDemo-module__T5vUwa__findings{border-top:1px solid var(--white-alpha-10);padding:24px 32px}.SavingsDemo-module__T5vUwa__findings h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--slate-400);margin-bottom:12px;font-size:.8125rem;font-weight:600}.SavingsDemo-module__T5vUwa__tags{flex-wrap:wrap;gap:8px;display:flex}.SavingsDemo-module__T5vUwa__tag{color:var(--red-400);border-radius:var(--radius-full);background:#ef44441a;border:1px solid #ef444433;padding:6px 14px;font-size:.8125rem;font-weight:500}@media (max-width:640px){.SavingsDemo-module__T5vUwa__header{flex-direction:column;align-items:flex-start;gap:12px;padding:20px}.SavingsDemo-module__T5vUwa__breakdown{padding:20px}.SavingsDemo-module__T5vUwa__rowInfo{flex-direction:column;align-items:flex-start;gap:4px}.SavingsDemo-module__T5vUwa__findings{padding:20px}}
.Pricing-module__ZDVZWq__bgAccent{pointer-events:none;background:radial-gradient(circle,#f59e0b0a,#0000 60%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Pricing-module__ZDVZWq__grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:800px;margin-top:56px;margin-left:auto;margin-right:auto;display:grid}.Pricing-module__ZDVZWq__planCard{flex-direction:column;padding:40px 32px;display:flex;position:relative}.Pricing-module__ZDVZWq__planCard.Pricing-module__ZDVZWq__featured{border-color:#f59e0b4d;box-shadow:0 0 60px #f59e0b14}.Pricing-module__ZDVZWq__featuredBadge{background:linear-gradient(135deg,var(--amber-500),var(--amber-400));color:var(--navy-950);text-transform:uppercase;letter-spacing:1px;border-radius:0 0 8px 8px;padding:6px 16px;font-size:.75rem;font-weight:700;position:absolute;top:-1px;right:24px}.Pricing-module__ZDVZWq__planHeader{margin-bottom:28px}.Pricing-module__ZDVZWq__planIcon{color:var(--amber-400);margin-bottom:16px}.Pricing-module__ZDVZWq__planHeader h3{margin-bottom:8px;font-size:1.25rem}.Pricing-module__ZDVZWq__planDesc{color:var(--slate-400);font-size:.875rem}.Pricing-module__ZDVZWq__priceBlock{border-bottom:1px solid var(--white-alpha-10);margin-bottom:28px;padding-bottom:28px}.Pricing-module__ZDVZWq__priceNumber{font-family:var(--font-heading);color:var(--white);font-size:3rem;font-weight:900;line-height:1}.Pricing-module__ZDVZWq__priceLabel{color:var(--slate-400);margin-top:8px;font-size:.8125rem;display:block}.Pricing-module__ZDVZWq__features{flex-direction:column;flex:1;gap:14px;margin-bottom:32px;list-style:none;display:flex}.Pricing-module__ZDVZWq__features li{color:var(--slate-300);align-items:center;gap:10px;font-size:.875rem;display:flex}.Pricing-module__ZDVZWq__features li svg{color:var(--emerald-400);flex-shrink:0}.Pricing-module__ZDVZWq__guarantee{color:var(--emerald-400);text-align:center;justify-content:center;align-items:center;gap:8px;margin-top:40px;font-size:.9375rem;font-weight:500;display:flex}@media (max-width:640px){.Pricing-module__ZDVZWq__grid{grid-template-columns:1fr}}
.Trust-module__d3zntq__metrics{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}.Trust-module__d3zntq__metric{text-align:center;background:var(--white-alpha-5);border:1px solid var(--white-alpha-10);border-radius:var(--radius-lg);padding:32px 16px}.Trust-module__d3zntq__metricIcon{width:48px;height:48px;color:var(--amber-400);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.Trust-module__d3zntq__metricValue{font-family:var(--font-heading);color:var(--white);margin-bottom:4px;font-size:2rem;font-weight:800;display:block}.Trust-module__d3zntq__metricLabel{color:var(--slate-400);font-size:.8125rem}.Trust-module__d3zntq__testimonials{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.Trust-module__d3zntq__testimonialCard{padding:32px}.Trust-module__d3zntq__tQuote{color:var(--slate-200);margin-bottom:20px;font-size:.9375rem;font-style:italic;line-height:1.75}.Trust-module__d3zntq__tAuthor{flex-direction:column;gap:2px;display:flex}.Trust-module__d3zntq__tAuthor strong{color:var(--white);font-size:.875rem}.Trust-module__d3zntq__tAuthor span{color:var(--slate-500);font-size:.75rem}@media (max-width:1024px){.Trust-module__d3zntq__metrics{grid-template-columns:repeat(2,1fr)}.Trust-module__d3zntq__testimonials{grid-template-columns:1fr}}@media (max-width:640px){.Trust-module__d3zntq__metrics{grid-template-columns:1fr}}
.UploadCTA-module__dHxh2a__section{background:linear-gradient(#0000,#f59e0b05 50%,#0000)}.UploadCTA-module__dHxh2a__formCard{background:var(--white-alpha-5);border:1px solid var(--white-alpha-10);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:720px;margin:56px auto 0;padding:40px}.UploadCTA-module__dHxh2a__form{flex-direction:column;gap:20px;display:flex}.UploadCTA-module__dHxh2a__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.UploadCTA-module__dHxh2a__field{flex-direction:column;display:flex}.UploadCTA-module__dHxh2a__field .UploadCTA-module__dHxh2a__input-label{align-items:center;gap:6px;display:flex}.UploadCTA-module__dHxh2a__dropZone{border:2px dashed var(--white-alpha-15);border-radius:var(--radius-lg);background:var(--white-alpha-5);transition:all var(--transition-fast);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 24px;display:flex}.UploadCTA-module__dHxh2a__dropZone.UploadCTA-module__dHxh2a__dragOver{border-color:var(--amber-400);background:#f59e0b0d}.UploadCTA-module__dHxh2a__dropIcon{color:var(--amber-400)}.UploadCTA-module__dHxh2a__dropText{color:var(--slate-300);font-size:.9375rem;font-weight:500}.UploadCTA-module__dHxh2a__dropSubtext{color:var(--slate-500);font-size:.8125rem}.UploadCTA-module__dHxh2a__browseBtn{margin-top:8px}select.UploadCTA-module__dHxh2a__input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}@media (max-width:640px){.UploadCTA-module__dHxh2a__formCard{padding:24px}.UploadCTA-module__dHxh2a__row{grid-template-columns:1fr}}
