:root{--navy:#1B2A4A;--navy-deep:#0F1E36;--off-white:#F8F7F4;--light-grey:#E5E4E0;--mid-grey:#9A9896}.modules{padding:6rem 2rem;background:var(--white)}.modules-container{max-width:1200px;margin:0 auto}.ai-hero-card{background:var(--white);border-radius:24px;padding:1.5rem 1.75rem;border:1px solid var(--gray-200);box-shadow:0 18px 40px rgba(15,23,42,.12);font-size:.9rem;color:var(--gray-800);max-height:500px;display:flex;flex-direction:column;overflow:hidden}.ai-hero-answer{flex:1;display:flex;flex-direction:column;min-height:0}.ai-hero-answer-body{flex:1;max-height:330px;overflow-y:auto;padding-right:.35rem;min-height:0}.ai-hero-image-wrapper{border-radius:18px;overflow:hidden;background:var(--gray-100)}.ai-hero-image{display:block;width:100%;height:auto}.ai-hero-query{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-bottom:1.25rem}.ai-hero-query-bubble{background:var(--gray-100);color:var(--gray-900);border-radius:999px;padding:.6rem .9rem;max-width:320px;line-height:1.4;font-size:.8rem;opacity:0;transform:translateX(32px);animation:aiHeroQueryIn .5s ease-out forwards;animation-delay:.1s}.ai-hero-step{opacity:0;transform:translateY(6px);animation:aiHeroFadeIn .5s ease-out forwards}.ai-hero-step-1{animation-delay:.6s}.ai-hero-step-2{animation-delay:.9s}.ai-hero-step-3{animation-delay:1.2s}.ai-hero-step-4{animation-delay:1.5s}.ai-hero-step-5{animation-delay:1.8s}.ai-hero-step-6{animation-delay:2.1s}.ai-hero-step-7{animation-delay:2.4s}.ai-hero-step-8{animation-delay:2.7s}@keyframes aiHeroQueryIn{0%{opacity:0;transform:translateX(32px)}to{opacity:1;transform:translateX(0)}}@keyframes aiHeroFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ai-hero-layout{display:grid;grid-template-columns:1.5fr 1.1fr;gap:1.5rem;align-items:stretch}.ai-hero-answer-title{font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.ai-hero-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.ai-hero-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--gray-700)}.ai-hero-list strong{color:var(--gray-900)}.ai-hero-tip{margin-top:.75rem;padding:.75rem .85rem;border-radius:12px;background:var(--gray-50);font-size:.8rem;color:var(--gray-700);display:flex;gap:.5rem;align-items:flex-start}.ai-hero-tip-icon{font-size:1rem}.ai-hero-ui{margin-top:.9rem;background:#f9fafb;border-radius:20px;padding:.5rem .3rem;border:1px solid var(--gray-200)}.ai-hero-ui-main{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .3rem}.ai-hero-ui-placeholder{font-size:.8rem;color:var(--gray-400)}.ai-hero-ui-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem;font-size:.75rem;color:var(--gray-500);align-items:center}.ai-hero-ui-pill{padding:.25rem .6rem;border-radius:999px;background:var(--white);border:1px solid var(--gray-200);display:inline-flex;align-items:center;gap:.35rem}.ai-hero-ui-pill i,.ai-hero-ui-voice i{font-size:.7rem;color:var(--gray-500)}.ai-hero-ui-voice{padding:.25rem .75rem;border-radius:999px;background:#f0f0f0;color:var(--black);font-size:.7rem;margin-left:auto;display:inline-flex;align-items:center;gap:.35rem}.ai-metrics{background:#0b1633;color:#e5f1ff;padding:1.75rem 0}.ai-metrics-container{max-width:1100px;margin:0 auto;padding:0 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem}.ai-metrics-item{flex:1;text-align:center;position:relative}.ai-metrics-item:not(:last-child):after{content:"";position:absolute;right:-1.25rem;top:22%;bottom:22%;width:1px;background:rgba(148,163,184,.6)}.ai-metrics-value{font-size:1.9rem;font-weight:700;letter-spacing:.04em;color:#ff7a6b;margin-bottom:.25rem}.ai-metrics-label{font-size:.85rem;line-height:1.5;color:rgba(226,232,240,.8)}@media (max-width:768px){.ai-metrics-container{flex-direction:column;align-items:flex-start;gap:1.25rem}.ai-metrics-item{text-align:left}.ai-metrics-item:not(:last-child):after{display:none}}.ai-hero-map{border-radius:18px;background:linear-gradient(135deg,#dbeafe,#f5f3ff);padding:1rem 1.1rem;display:flex;flex-direction:column;justify-content:space-between;min-height:170px;position:relative;overflow:hidden}.ai-hero-map-header{font-size:.8rem;font-weight:600;color:var(--gray-700);margin-bottom:.75rem}.ai-hero-map-chips{display:flex;flex-wrap:wrap;gap:.5rem}.ai-hero-map-chip{background:var(--white);border-radius:999px;padding:.35rem .75rem;font-size:.7rem;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 8px 18px rgba(15,23,42,.2);color:var(--gray-800)}.ai-hero-map-chip.primary{background:#16a34a;color:var(--white)}.ai-hero-chip-score{font-weight:700}.ai-hero-footer{margin-top:1rem;font-size:.7rem;color:var(--gray-500)}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.module-card{background:var(--white);border-radius:24px;padding:1.75rem 2.5rem;transition:all .3s;position:relative;border:1px solid transparent;height:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.module-card:hover{transform:translateY(-8px)}.module-card:nth-child(3n+1){background:#F0F9FF}.module-card:nth-child(3n+2){background:#FFF7ED}.module-card:nth-child(3n+3){background:#FEF2F2}.module-card:nth-child(3n+1):hover{border-color:#BAE6FD;box-shadow:0 12px 32px rgba(14,165,233,.15)}.module-card:nth-child(3n+2):hover{border-color:#FED7AA;box-shadow:0 12px 32px rgba(249,115,22,.15)}.module-card:nth-child(3n+3):hover{border-color:#FECACA;box-shadow:0 12px 32px rgba(239,68,68,.15)}.module-icon{width:56px;height:56px;background:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.04)}.module-card:nth-child(3n+1) .module-icon i{color:#0EA5E9}.module-card:nth-child(3n+2) .module-icon i{color:#F97316}.module-card:nth-child(3n+3) .module-icon i{color:#EF4444}.module-icon i{font-size:24px}.module-badge{position:absolute;top:2rem;right:2rem;display:inline-flex;align-items:center;gap:6px;background:var(--white);color:var(--black);padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 2px 8px rgba(0,0,0,.06)}.module-badge i{font-size:12px;color:#EF4444}.module-card h3{font-size:1.2rem;font-weight:800;margin-bottom:.75rem;color:var(--black);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-card p{color:var(--gray-600);font-size:1rem;line-height:1.6;margin-bottom:0}.module-features{list-style:none}.module-features li{padding:.25rem 0 .25rem 1.25rem;position:relative;font-size:.875rem;color:var(--gray-900)}.module-features li:before{content:"•";position:absolute;left:0;color:var(--coral);font-weight:700}.pricing-container{max-width:800px;margin:0 auto;text-align:center}.comparison{padding:6rem 2rem;background:var(--white)}.comparison-container{max-width:1000px;margin:0 auto}.comparison-table{margin-top:3rem;margin-bottom:4rem;border:1px solid var(--gray-200);border-radius:24px;overflow:hidden;background:var(--white);box-shadow:0 16px 40px rgba(15,23,42,.08)}.c-row{display:grid;grid-template-columns:1.2fr 1.5fr 1.5fr;border-bottom:1px solid var(--gray-200)}.c-row:last-child{border-bottom:none}.c-col{padding:.8rem 1.25rem;display:flex;flex-direction:column;justify-content:center}.c-col.feature{font-weight:600;color:var(--gray-900);background:var(--white)}.c-col.ai{background:var(--gray-100);text-align:center;border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200)}.c-col.traditional{text-align:center;background:var(--white)}.c-row.header .c-col{padding-top:1.2rem;padding-bottom:1.2rem}.c-row.header .c-col.ai{background:var(--emerald);color:var(--white);border-color:var(--emerald)}.c-row.header .c-col.ai h3{color:var(--white);margin-bottom:.25rem;font-size:1.25rem}.c-row.header .c-col.ai span{color:rgba(255,255,255,.8);font-size:.9rem;font-weight:400}.c-row.header .c-col.traditional h3{font-size:1.1rem;color:var(--gray-600)}.c-col.ai strong{color:var(--coral)}.c-col.ai strong,.c-col.traditional strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.c-col.traditional strong{color:var(--emerald)}.c-col span{font-size:.9rem;color:var(--gray-600)}.bottom-line{background:var(--emerald);border-radius:16px;padding:2rem 3rem;text-align:center;color:var(--white)}.bottom-line h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.bottom-line p{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-white{color:var(--emerald);padding:.75rem 2rem;font-weight:700;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}.btn-white:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.ai-examples{padding:6rem 2rem;background:var(--gray-100)}.ai-examples-container{max-width:1200px;margin:0 auto}.ai-examples-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.ai-examples a.ai-text-link,.ai-examples a.ai-text-link:visited{color:inherit;text-decoration:none}.ai-examples a.ai-text-link:hover{color:var(--coral);text-decoration:none}.ai-examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.ai-example-card{display:block;background:var(--white);border-radius:24px;padding:1.5rem;border:1px solid var(--gray-200);box-shadow:0 16px 40px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease;text-decoration:none;color:inherit;cursor:pointer}.ai-example-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(15,23,42,.15)}.ai-example-image{border-radius:18px;overflow:hidden;background:var(--gray-100);margin-bottom:1rem;max-height:220px}.ai-example-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.ai-example-title{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:var(--black)}.ai-example-meta{font-size:.9rem;color:var(--gray-600)}.all-features{padding:6rem 2rem}.all-features-container{max-width:1200px;margin:0 auto}.all-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.af-item{text-align:center}.af-icon{width:64px;height:64px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.af-icon i,.af-icon svg{font-size:24px;color:var(--coral)}.af-item h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.af-item ul{list-style:none;padding:0;text-align:left;display:inline-block}.af-item li{font-size:.95rem;color:var(--gray-600);margin-bottom:.75rem;display:flex;align-items:center;gap:10px}.af-item li i{color:var(--gray-400);font-size:14px}.af-item:first-child .af-icon i,.af-item:first-child .af-icon svg{color:var(--blue)}.af-item:nth-child(2) .af-icon i,.af-item:nth-child(2) .af-icon svg{color:#16a34a}.af-item:nth-child(3) .af-icon i,.af-item:nth-child(3) .af-icon svg{color:#a855f7}.af-item:nth-child(4) .af-icon i,.af-item:nth-child(4) .af-icon svg{color:#f97316}.pricing-plans{padding:6rem 2rem;background:var(--white)}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.plan-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s;position:relative}.plan-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.1);border-color:var(--coral)}.plan-card.popular{border:2px solid var(--coral);box-shadow:0 12px 30px rgba(59,130,246,.1)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--coral);color:var(--white);padding:4px 16px;border-radius:999px;font-size:.85rem;font-weight:700}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.plan-sub{color:var(--gray-600);font-size:.95rem;margin-bottom:1.5rem}.plan-price{font-size:2rem;font-weight:800;color:var(--black);margin-bottom:.5rem}.plan-price span{font-size:1rem;font-weight:500;color:var(--gray-600)}.plan-billing{font-size:.9rem;color:#16a34a;font-weight:500;display:block}.plan-features{list-style:none;padding:0;text-align:left;margin-bottom:2rem}.plan-features li{padding:.6rem 0;display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--gray-900)}.plan-features li i{color:#16a34a}.plan-features li i.fa-xmark{color:var(--coral)}@media (max-width:1024px){.c-row{grid-template-columns:1fr 1fr}.c-col.feature{grid-column:1/-1;background:var(--gray-100);padding:.75rem 1.5rem;border-bottom:1px solid var(--gray-200);text-align:center}.c-col.ai{border-left:none;border-right:1px solid var(--gray-200)}.bottom-line{padding:2rem}.ai-examples-grid,.all-features-grid,.launch-container,.plans-grid{grid-template-columns:1fr}.launch-container{gap:3rem}}footer{padding:3rem 2rem;background:var(--gray-900);text-align:center}footer,footer a{color:var(--gray-400)}footer a{text-decoration:none}footer a:hover{color:var(--white)}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{margin:0 auto}.hero-cta{justify-content:center}.hero-visual{max-width:500px;margin:0 auto}.hero h1{font-size:2.5rem}.modules-grid{grid-template-columns:1fr}.nav-links{display:none}}.section{padding:88px 6%}.section-inner{max-width:1160px;margin:0 auto}.section-label{font-size:.71rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);margin-bottom:12px;display:block}.section-title{font-family:Inter,sans-serif;font-size:clamp(1.8rem,2.8vw,2.5rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.2;margin-bottom:16px}.section-sub{color:var(--gray-600);font-size:1rem;line-height:1.72;max-width:580px}.shift-section{background:var(--white)}.shift-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:56px;align-items:flex-start}.shift-stats{margin-top:24px}.stat-card{background:var(--off-white);border-radius:10px;padding:24px 20px;border:1px solid var(--light-grey)}.stat-card-num{font-size:2rem;font-weight:800;color:var(--navy);letter-spacing:-.03em;margin-bottom:4px}.stat-card-num span{color:var(--coral)}.stat-card p{font-size:.82rem;color:var(--mid-grey);line-height:1.55}.shift-points{list-style:none;padding-left:0;margin:0}.shift-points li{position:relative;padding-left:1.4rem;font-size:.9rem;color:var(--mid-grey);line-height:1.6;margin-bottom:6px}.shift-points li:before{content:"✓";position:absolute;left:0;top:.15rem;font-size:.8rem;color:var(--coral);font-weight:700}.shift-points li strong{color:var(--navy)}.shift-right{display:flex;flex-direction:column;gap:20px}.shift-card{border-radius:10px;overflow:hidden;border:1px solid var(--light-grey)}.shift-card-head{padding:14px 18px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.shift-card-head.old{background:#fef2f0;color:#c0392b}.shift-card-head.new{background:rgba(27,42,74,.05);color:var(--navy)}.shift-card-body{padding:16px 18px}.shift-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid var(--light-grey);font-size:.84rem}.shift-row:last-child{border:none}.shift-label{color:var(--mid-grey)}.shift-val{font-weight:600;color:var(--black)}.shift-val.bad{color:#c0392b}.shift-val.good{color:#2d9e5f}.explain-section{background:var(--off-white)}.explain-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.explain-card{background:var(--white);border-radius:12px;padding:36px 30px;border:2px solid var(--light-grey);transition:border-color .2s,box-shadow .2s,transform .2s}.explain-card:hover{border-color:var(--coral);box-shadow:0 16px 40px rgba(27,42,74,.1);transform:translateY(-4px)}.explain-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:50px;margin-bottom:18px}.explain-badge.aeo,.explain-badge.geo{background:var(--coral-light);color:var(--coral)}.explain-card h3{font-size:1.3rem;font-weight:800;color:var(--navy);margin-bottom:6px;letter-spacing:-.02em}.explain-card .subtitle{font-size:.84rem;color:var(--mid-grey);margin-bottom:20px;font-style:italic}.explain-platforms{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.platform-tag{background:var(--off-white);border:1px solid var(--light-grey);border-radius:4px;padding:4px 7px;font-size:.75rem;font-weight:600;color:var(--navy)}.explain-what{font-size:.88rem;color:var(--black);line-height:1.72;margin-bottom:16px}.explain-why{font-size:.84rem;color:var(--gray-900);line-height:1.68;padding:14px;background:var(--coral-light);border-radius:6px;border-left:3px solid var(--coral)}.how-section{background:var(--white)}.how-section .section-label{display:block;text-align:center}.how-timeline{display:flex;flex-direction:column;gap:0;position:relative;max-width:760px;margin:0 auto}.how-timeline:before{content:"";position:absolute;left:28px;top:0;bottom:0;width:2px;background:var(--light-grey)}.timeline-item{display:flex;gap:32px;align-items:flex-start;position:relative;padding-bottom:40px}.timeline-item:last-child{padding-bottom:0}.timeline-num{width:56px;height:56px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;flex-shrink:0;position:relative;z-index:1}.timeline-num.active{background:var(--coral)}.timeline-content{padding-top:10px;flex:1}.timeline-content h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:8px}.timeline-content p{font-size:.875rem;color:var(--mid-grey);line-height:1.7}.timeline-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.timeline-tag{font-size:.72rem;font-weight:600;padding:3px 10px;background:var(--off-white);border:1px solid var(--light-grey);border-radius:4px;color:var(--mid-grey)}.urgency-section{background:var(--navy);padding:88px 6%;position:relative;overflow:hidden}.urgency-section .section-title{color:var(--white)}.urgency-section .section-sub{color:rgba(255,255,255,.6)}.urgency-section-search{position:absolute;top:28px;right:6%;display:inline-flex;align-items:center;padding:6px 10px;color:var(--white)}.urgency-section-search i{color:var(--coral);font-size:20rem;opacity:.28}.urgency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.urgency-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:28px;transition:border-color .2s,background .2s}.urgency-card:hover{border-color:var(--coral);background:rgba(232,97,77,.05)}.urgency-icon{font-size:1.8rem;margin-bottom:14px;color:var(--coral)}.urgency-card h3{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:8px}.urgency-card p{font-size:.85rem;color:rgba(255,255,255,.7);line-height:1.68}.urgency-advantage{margin-top:14px;font-size:.8rem;color:var(--coral);font-weight:600}.deliver-section{background:var(--off-white)}.deliver-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.deliver-card{background:var(--white);border:1px solid var(--light-grey);border-radius:10px;padding:28px;transition:border-color .2s,box-shadow .2s,transform .2s}.deliver-card:hover{border-color:var(--coral);box-shadow:0 8px 24px rgba(27,42,74,.1);transform:translateY(-3px)}.deliver-icon{font-size:1.4rem;margin-bottom:14px;color:var(--coral)}.deliver-card h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:8px}.deliver-card p{font-size:.85rem;color:var(--gray-900);line-height:1.65;margin-bottom:14px}.deliver-items{list-style:none}.deliver-items li{font-size:.82rem;color:var(--gray-900);padding:3px 0;display:flex;align-items:flex-start;gap:7px}.deliver-items li:before{content:"→";color:var(--coral);font-size:.72rem;flex-shrink:0;margin-top:2px}.pkg-section{background:var(--white)}.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pkg-card{background:var(--off-white);border:1px solid var(--light-grey);border-radius:12px;padding:32px 26px;position:relative;transition:transform .2s,box-shadow .2s,border-color .2s}.pkg-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(27,42,74,.1);border-color:var(--navy)}.pkg-card.featured{background:var(--navy);border-color:var(--navy)}.pkg-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--coral);color:var(--white);font-size:.67rem;padding:4px 14px;border-radius:50px;letter-spacing:.08em;white-space:nowrap}.pkg-badge,.pkg-tier{font-weight:700;text-transform:uppercase}.pkg-tier{font-size:.7rem;color:var(--coral);letter-spacing:.1em;margin-bottom:6px;display:block}.pkg-name{font-size:1.35rem;font-weight:800;color:var(--navy);margin-bottom:6px;letter-spacing:-.02em}.pkg-card.featured .pkg-name{color:var(--white)}.pkg-desc{font-size:.84rem;color:var(--mid-grey);line-height:1.55;margin-bottom:18px}.pkg-card.featured .pkg-desc{color:rgba(255,255,255,.7)}.pkg-divider{height:1px;background:var(--light-grey);margin:16px 0}.pkg-card.featured .pkg-divider{background:rgba(255,255,255,.1)}.pkg-list{list-style:none;margin-bottom:28px}.pkg-list li{font-size:.85rem;color:var(--black);padding:5px 0;display:flex;align-items:flex-start;gap:10px;line-height:1.4}.pkg-card.featured .pkg-list li{color:rgba(255,255,255,.85)}.pkg-check{color:var(--coral);font-weight:700;flex-shrink:0;margin-top:1px}.pkg-cta-btn{display:block;text-align:center;padding:13px;border-radius:6px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;border:2px solid var(--navy);color:var(--navy);background:transparent}.pkg-cta-btn:hover{background:var(--navy);color:var(--white)}.pkg-card.featured .pkg-cta-btn{background:var(--coral);color:var(--white);border-color:var(--coral)}.pkg-card.featured .pkg-cta-btn:hover{opacity:.9}.faq-section{background:var(--off-white)}.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:flex-start}.faq-list{display:flex;flex-direction:column}.faq-q{width:100%;text-align:left;background:none;border:none;padding:20px;font-size:.93rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-icon,.faq-q:hover{color:var(--coral)}.faq-icon{font-size:1.1rem;transition:transform .2s;flex-shrink:0}.faq-a{font-size:.875rem;line-height:1.72;padding:10px 20px;display:none}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-item.open .faq-a{display:block}.cta-section{background:var(--navy-deep);padding:88px 6%;text-align:center;position:relative;overflow:hidden}.cta-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(232,97,77,.15) 0,transparent 70%);pointer-events:none}.cta-section h2{font-size:clamp(1.7rem,3vw,2.5rem);font-weight:800;color:var(--white);letter-spacing:-.02em;margin-bottom:14px;position:relative}.cta-section p{color:rgba(255,255,255,.7);font-size:1rem;max-width:500px;margin:0 auto 32px;line-height:1.72;position:relative}.cta-steps{display:flex;justify-content:center;gap:32px;margin-bottom:36px;flex-wrap:wrap;position:relative}.cta-step-num{font-size:1.5rem;font-weight:800;color:var(--white);display:block}.cta-step-label{font-size:.75rem;color:rgba(255,255,255,.6);margin-top:4px}.btn-white{background:var(--white);color:var(--coral);padding:16px 40px;border-radius:6px;font-size:.93rem;font-weight:800;text-decoration:none;display:inline-block;transition:transform .2s,box-shadow .2s;position:relative}.btn-white:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.2)}.cta-form{max-width:420px;margin:0 auto 20px;gap:12px;position:relative;z-index:1}.cta-form,.cta-form-row{display:flex;flex-direction:column}.cta-form-row{gap:10px;text-align:left}.cta-form-label{font-size:1rem;font-weight:600;color:#ffffff;display:flex;flex-direction:column;gap:4px}.cta-form input,.cta-form textarea{padding:9px 11px;border-radius:8px;border:1px solid rgba(15,23,42,.18);font-size:.85rem}.cta-form textarea{min-height:90px;resize:vertical}.cta-form input::-moz-placeholder,.cta-form textarea::-moz-placeholder{color:rgba(15,23,42,.6)}.cta-form input::placeholder,.cta-form textarea::placeholder{color:rgba(15,23,42,.6)}.cta-form input:focus,.cta-form textarea:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 1px rgba(248,113,113,.5)}.cta-form .btn-white{padding:15px 36px;border-radius:6px;font-size:.93rem;font-weight:600;text-align:center;margin:0 auto;background:var(--coral);color:var(--white);border:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:960px){.deliver-grid,.explain-grid,.faq-layout,.pkg-grid,.shift-grid,.urgency-grid{grid-template-columns:1fr}.shift-stats{grid-template-columns:1fr 1fr}}@media (max-width:600px){.shift-stats{grid-template-columns:1fr}.cta-steps{gap:16px}}