: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}.section-label{font-size:.875rem;letter-spacing:.1em;margin-bottom:1rem}.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}.social-proof-stack{position:relative;max-width:380px;height:280px;margin-left:auto}.sp-card{position:absolute;left:0;right:0;margin:0 auto;background:var(--white);border-radius:18px;padding:1.25rem 1.5rem;box-shadow:0 18px 40px rgba(15,23,42,.16);border:1px solid var(--gray-200);backdrop-filter:blur(8px)}.sp-card-1{top:-70px;z-index:3;animation:floatCard1 8s ease-in-out infinite}.sp-card-2{top:120px;z-index:2;opacity:.9;animation:floatCard2 9s ease-in-out infinite}.sp-card-3{top:250px;z-index:1;opacity:.7;animation:floatCard3 10s ease-in-out infinite}.sp-platform{gap:.5rem;margin-bottom:.75rem}.sp-platform,.sp-platform-icon{display:flex;align-items:center}.sp-platform-icon{width:28px;height:28px;border-radius:8px;justify-content:center;font-size:1rem;color:var(--white)}.sp-platform-icon.li{background:#0077B5}.sp-platform-icon.ig{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.sp-platform-icon.fb{background:#1877F2}.sp-platform-name{font-size:.8rem;font-weight:600;color:var(--gray-500)}.sp-metric{font-size:1.9rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900)}.sp-metric span{color:var(--coral)}.sp-metric-label{font-size:.82rem;color:var(--gray-600);margin-top:.2rem}.sp-trend{display:flex;align-items:center;gap:.4rem;margin-top:.9rem;padding-top:.8rem;border-top:1px solid var(--gray-200);font-size:.8rem;font-weight:600;color:#15803d}.sp-trend:before{content:"↑";font-size:1rem}@keyframes floatCard1{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-10px) translateX(4px)}}@keyframes floatCard2{0%,to{transform:translateY(4px) translateX(-6px) scale(.97)}50%{transform:translateY(-8px) translateX(-2px) scale(.97)}}@keyframes floatCard3{0%,to{transform:translateY(8px) translateX(6px) scale(.94)}50%{transform:translateY(-4px) translateX(2px) scale(.94)}}@media (max-width:768px){.social-proof-stack{max-width:100%;height:auto;margin:2.5rem auto 0}.sp-card{position:relative;animation:none;opacity:1;transform:none;margin-bottom:1rem}}.trust-bar{background:var(--white);border-top:1px solid var(--light-grey);border-bottom:1px solid var(--light-grey);padding:22px 6%}.trust-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;gap:40px;flex-wrap:wrap}.trust-label{font-size:.75rem;font-weight:600;color:var(--mid-grey);letter-spacing:.08em;text-transform:uppercase}.trust-divider{width:1px;height:32px;background:var(--light-grey)}.trust-stats{display:flex;gap:36px;flex-wrap:wrap}.trust-stat-num{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:800;color:var(--navy);display:block}.trust-stat-label{font-size:.75rem;color:var(--mid-grey);line-height:1.35}.problem-section{background:var(--white)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:flex-start;padding-top:20px}.problem-card{background:var(--off-white);border-radius:16px;padding:24px}.problem-list{display:flex;flex-direction:column;gap:16px}.problem-card-title{font-size:.75rem;font-weight:700;color:var(--navy);letter-spacing:.1em;text-transform:uppercase;margin:10px}.problem-item{display:flex;gap:14px;align-items:flex-start}.problem-x{font-size:1.2rem;flex-shrink:0;width:32px;text-align:center;margin-top:2px}.problem-text h4{font-size:.93rem;font-weight:700;color:var(--navy);margin-bottom:4px}.problem-text p{font-size:.85rem;color:var(--mid-grey);line-height:1.65}.contrast-card{background:var(--navy);border-radius:14px;padding:36px 32px}.contrast-card-title{font-size:.75rem;font-weight:700;color:var(--coral);letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.contrast-list{display:flex;flex-direction:column;gap:16px}.contrast-item{display:flex;gap:14px;align-items:flex-start}.contrast-check{color:var(--coral);font-size:1.1rem;flex-shrink:0;margin-top:1px}.contrast-item h4{font-size:.9rem;font-weight:700;color:#ffffff;margin-bottom:3px}.contrast-item p{font-size:.83rem;color:rgba(255,255,255,.5);line-height:1.6}.framework-section{background:var(--off-white)}.framework-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.framework-card{background:var(--white);border-radius:12px;padding:36px 28px;text-align:center;border:2px solid transparent;transition:border-color .2s,transform .2s,box-shadow .2s}.framework-card:hover{border-color:var(--coral);transform:translateY(-4px);box-shadow:0 16px 40px rgba(27,42,74,.1)}.framework-num{font-size:3.5rem;font-weight:800;color:var(--coral-light);letter-spacing:-.04em;line-height:1;margin-bottom:8px}.framework-title{font-size:1.2rem;font-weight:800;color:var(--navy);margin-bottom:6px;letter-spacing:-.02em}.framework-subtitle{font-size:.78rem;font-weight:600;color:var(--coral);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.framework-card p{font-size:.875rem;color:var(--mid-grey);line-height:1.72}.framework-items{list-style:none;margin-top:16px;text-align:left}.framework-items li{font-size:.82rem;color:var(--mid-grey);padding:4px 0;display:flex;align-items:center;gap:8px}.framework-items li:before{content:"→";color:var(--coral);font-size:.72rem}.platforms-section{background:var(--white)}.platforms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.platform-card{border:1px solid var(--light-grey);border-radius:12px;overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s}.platform-card:hover{border-color:var(--coral);transform:translateY(-3px);box-shadow:0 12px 32px rgba(27,42,74,.1)}.platform-header{padding:20px 24px;display:flex;align-items:center;gap:16px}.platform-logo{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.platform-logo i{color:#ffffff}.platform-logo.li{background:#0077B5}.platform-logo.ig{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.platform-logo.fb{background:#1877F2}.platform-logo.tt{background:#000000}.platform-info h3{font-size:1rem;font-weight:700;color:var(--navy)}.platform-info p{font-size:.78rem;color:var(--mid-grey);margin-top:2px}.platform-body{padding:0 24px 24px}.platform-best{display:inline-block;background:var(--coral-light);color:var(--coral);font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:4px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}.platform-body p{font-size:.85rem;color:var(--mid-grey);line-height:1.68;margin-bottom:12px}.platform-tactics{list-style:none}.platform-tactics li{font-size:.81rem;color:var(--mid-grey);padding:2px 0;display:flex;align-items:center;gap:7px}.platform-tactics li:before{content:"·";color:var(--coral);font-weight:900;font-size:1rem}#client-results .section-image{max-width:1160px;margin:2.5rem auto 0}.client-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.client-column{display:flex;flex-direction:column;gap:.75rem}.client-frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.35);background:#000;aspect-ratio:1/1}.client-frame img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;opacity:0;transition:opacity .4s ease-in-out}.client-frame img.active{opacity:1}.client-thumbs{display:flex;flex-wrap:nowrap;gap:6px}.client-thumb{border:none;padding:0;background:transparent;border-radius:8px;overflow:hidden;flex:1 1 0;aspect-ratio:1/1;cursor:pointer;opacity:.6}.client-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.client-thumb.active{opacity:1;box-shadow:0 0 0 2px var(--coral)}.client-label{font-size:.9rem;font-weight:600;color:var(--gray-900)}.who-section{background:var(--navy);padding:88px 6%}.who-section .section-title{color:#ffffff}.who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.who-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}.who-card:hover{border-color:var(--coral);background:rgba(232,97,77,.05)}.who-icon{font-size:1.8rem;margin-bottom:14px;color:var(--coral)}.who-card h3{font-size:.97rem;font-weight:700;color:#ffffff;margin-bottom:6px}.who-situation{font-size:.82rem;color:rgba(255,255,255,.4);font-style:italic;margin-bottom:10px}.who-card p{font-size:.875rem;color:rgba(255,255,255,.58);line-height:1.68}.who-outcome{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.07);font-size:.8rem;color:var(--coral);font-weight:600}.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{background:var(--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,.08);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}.honest-section{background:var(--white)}.honest-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.honest-card{border-radius:12px;padding:32px}.honest-card.yes{background:rgba(232,97,77,.05);border:1px solid var(--coral-light)}.honest-card.no{background:var(--off-white);border:1px solid var(--light-grey)}.honest-card h3{font-size:1rem;font-weight:700;margin-bottom:16px}.honest-card.yes h3{color:var(--coral)}.honest-card.no h3{color:var(--mid-grey)}.honest-list{list-style:none;display:flex;flex-direction:column;gap:10px}.honest-list li{font-size:.875rem;color:var(--black);display:flex;align-items:flex-start;gap:10px;line-height:1.55}.honest-list li .marker{flex-shrink:0;margin-top:1px;font-weight:700}.honest-list li .marker.yes{color:var(--coral)}.honest-list li .marker.no{color:var(--mid-grey)}.pkg-section{background:var(--off-white)}.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pkg-card{background:var(--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:#ffffff;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:#ffffff}.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,.5)}.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,.78)}.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:#ffffff}.pkg-card.featured .pkg-cta-btn{background:var(--coral);color:#ffffff;border-color:var(--coral)}.pkg-card.featured .pkg-cta-btn:hover{opacity:.88}.cta-section{background:var(--coral);padding:88px 6%;text-align:center;position:relative;overflow:hidden}.cta-bg{position:absolute;bottom:-30%;left:-5%;width:55%;height:200%;background:rgba(255,255,255,.06);border-radius:50%;pointer-events:none}.cta-section h2{font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:800;color:#ffffff;letter-spacing:-.02em;margin-bottom:14px;position:relative}.cta-section p{color:rgba(255,255,255,.84);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:#ffffff;display:block}.cta-step-label{font-size:.75rem;color:rgba(255,255,255,.65);margin-top:4px}.btn-white{background:#ffffff;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,.12)}@media (max-width:960px){.deliver-grid,.framework-grid,.honest-grid,.pkg-grid,.platforms-grid,.problem-grid,.who-grid{grid-template-columns:1fr}}.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)}