@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(inter-latin-Dx4kXJAl.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(inter-latin-ext-DO1Apj_S.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border:0 solid #e5e7eb}:root{--navy: #1a237e;--navy-mid: #283593;--navy-deep: #101567;--gold: #f59e0b;--gold-dark: #d97706;--gold-light: #fbbf24;--white: #ffffff;--gray-25: #fcfcfd;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--green-500: #22c55e;--green-600: #16a34a;--green-100: #dcfce7;--green-50: #f0fdf4;--red-400: #f87171;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem;--radius-3xl: 2rem;--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .35s;--shadow-sm: 0 1px 2px 0 rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.05);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.06);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25);--container: 1200px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background-color:var(--white);color:var(--gray-900);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{font:inherit;background:none;cursor:pointer}ul,ol{list-style:none}.container{max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.section{padding:5rem 0}.section--tinted{background-color:var(--gray-50)}.section-head{text-align:center;max-width:46rem;margin:0 auto 3.5rem}.section-head .eyebrow{display:inline-block;color:var(--gold-dark);font-weight:700;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;padding:.4rem 1rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);border-radius:999px}.section-head h2{font-size:clamp(1.9rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--gray-900);margin:1rem 0}.section-head p{color:var(--gray-500);font-size:1.125rem;line-height:1.65}.animate-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll.delay-1{transition-delay:.08s}.animate-on-scroll.delay-2{transition-delay:.16s}.animate-on-scroll.delay-3{transition-delay:.24s}.animate-on-scroll.delay-4{transition-delay:.32s}.animate-on-scroll.delay-5{transition-delay:.4s}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.animate-on-scroll{opacity:1;transform:none;transition:none}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.05rem 2.2rem;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold) 55%,var(--gold-dark) 100%);color:var(--white);font-weight:800;font-size:1.05rem;letter-spacing:.01em;border-radius:var(--radius-2xl);box-shadow:0 0 22px #f59e0b59,0 6px 14px #d9770647,inset 0 1px #ffffff59;transition:transform var(--duration-normal) ease,box-shadow var(--duration-normal) ease,filter var(--duration-normal) ease;text-transform:uppercase}.btn-cta:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 0 34px #f59e0b8c,0 10px 22px #d9770659,inset 0 1px #ffffff59;filter:brightness(1.04)}.btn-cta:active{transform:translateY(0) scale(.99)}.btn-cta .arrow{transition:transform var(--duration-normal) ease}.btn-cta:hover .arrow{transform:translate(4px)}.btn-cta--sm{padding:.7rem 1.4rem;font-size:.875rem;border-radius:var(--radius-xl)}.btn-cta--lg{padding:1.25rem 2.75rem;font-size:1.125rem}.btn-cta--block{width:100%}.cta-note{font-size:.8rem;color:var(--gray-400);margin-top:1rem;text-align:center}.icon{width:1.25rem;height:1.25rem;flex-shrink:0}.icon-sm{width:1rem;height:1rem}.icon-lg{width:1.75rem;height:1.75rem}.icon-xl{width:2.5rem;height:2.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:transparent;transition:background-color var(--duration-slow) ease,box-shadow var(--duration-slow) ease,border-color var(--duration-slow) ease;border-bottom:1px solid transparent}.header.scrolled{background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-sm);border-bottom-color:var(--gray-100)}.header__inner{height:4.25rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.65rem}.brand__mark{width:2.25rem;height:2.25rem;border-radius:var(--radius);background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #1a237e4d}.brand__mark .icon{width:1.1rem;height:1.1rem;color:var(--white)}.brand__name{font-weight:800;font-size:1.1rem;letter-spacing:-.02em;color:var(--navy)}.header .btn-cta{display:none}@media (min-width: 640px){.header .btn-cta{display:inline-flex}}.hero{position:relative;padding:8rem 0 5rem;overflow:hidden}@media (min-width: 640px){.hero{padding:10rem 0 7rem}}.hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 55% at 85% 8%,rgba(26,35,126,.08),transparent 60%),radial-gradient(ellipse 50% 45% at 8% 95%,rgba(245,158,11,.09),transparent 60%),linear-gradient(160deg,rgba(26,35,126,.04) 0%,var(--white) 45%,rgba(245,158,11,.04) 100%);pointer-events:none}.hero__grid{position:relative;display:grid;gap:3.5rem;align-items:center}@media (min-width: 1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:4.5rem}}.hero__badge{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem 1.1rem;background:#1a237e14;border:1px solid rgba(26,35,126,.14);color:var(--navy);border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1.75rem}.hero__badge .dot{width:.55rem;height:.55rem;background:var(--green-500);border-radius:999px;animation:pulse-dot 1.8s ease-in-out infinite}.hero h1{font-size:clamp(2.4rem,5.5vw,3.9rem);font-weight:900;letter-spacing:-.035em;line-height:1.06;color:var(--gray-900);margin-bottom:1.5rem}.hero h1 .highlight{color:var(--navy);position:relative;white-space:nowrap}.hero h1 .highlight:after{content:"";position:absolute;left:0;right:0;bottom:.08em;height:.32em;background:#f59e0b47;z-index:-1;border-radius:4px}.hero__sub{font-size:1.2rem;color:var(--gray-600);line-height:1.65;max-width:34rem;margin-bottom:2rem}.hero__list{display:grid;gap:.85rem;margin-bottom:2.5rem}.hero__list li{display:flex;align-items:center;gap:.8rem;color:var(--gray-700);font-size:1rem}.hero__list .icon{color:var(--green-500)}.mockup-wrap{position:relative}.mockup-glow{position:absolute;inset:-4%;background:linear-gradient(135deg,#1a237e33,#f59e0b33);border-radius:var(--radius-3xl);filter:blur(36px)}.mockup{position:relative;background:var(--white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl);border:1px solid var(--gray-200);overflow:hidden;animation:float-slow 7s ease-in-out infinite}.mockup__bar{background:linear-gradient(90deg,var(--navy) 0%,var(--navy-mid) 100%);padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.mockup__dots{display:flex;gap:.5rem}.mockup__dots span{width:.7rem;height:.7rem;border-radius:999px}.mockup__dots span:nth-child(1){background:var(--red-400)}.mockup__dots span:nth-child(2){background:#facc15}.mockup__dots span:nth-child(3){background:#4ade80}.mockup__bar-title{color:#ffffffd9;font-size:.8rem;font-weight:600}.mockup__bar-spacer{width:3.5rem}.mockup__body{padding:1.4rem}.mockup__search{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:.75rem 1rem;display:flex;align-items:center;gap:.6rem;color:var(--gray-400);font-size:.875rem;margin-bottom:1rem}.mockup__pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.mockup__pills span{padding:.4rem .8rem;background:#1a237e14;color:var(--navy);border-radius:var(--radius);font-size:.75rem;font-weight:600}.mockup__item{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);margin-bottom:.5rem;transition:background-color var(--duration-fast) ease}.mockup__item:hover{background:var(--gray-100)}.mockup__item-title{font-weight:600;font-size:.85rem;color:var(--gray-900)}.mockup__tag{display:inline-block;font-size:.7rem;padding:.15rem .5rem;border-radius:.375rem;margin-top:.2rem;font-weight:500}.tag-green{background:var(--green-50);color:#15803d}.tag-blue{background:#eff6ff;color:#1d4ed8}.tag-purple{background:#faf5ff;color:#7e22ce}.mockup__go{width:2rem;height:2rem;border-radius:var(--radius);background:#f59e0b2e;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stat-card{text-align:center;padding:2rem 1.25rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-2xl);transition:box-shadow var(--duration-slow) ease,transform var(--duration-slow) ease,border-color var(--duration-slow) ease}.stat-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px);border-color:#1a237e26}.stat-card__icon{width:3rem;height:3rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.stat-card__icon .icon{width:1.4rem;height:1.4rem}.ic-navy{background:#1a237e1a;color:var(--navy)}.ic-green{background:var(--green-50);color:var(--green-600)}.ic-gold{background:#f59e0b1f;color:var(--gold)}.ic-purple{background:#faf5ff;color:#9333ea}.stat-card__value{font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin-bottom:.25rem}.stat-card__label{color:var(--gray-500);font-size:.875rem;font-weight:500}.benefits-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{padding:2rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-2xl);transition:box-shadow var(--duration-slow) ease,transform var(--duration-slow) ease,border-color var(--duration-slow) ease}.benefit-card:hover{border-color:#1a237e33;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.benefit-card__icon{width:3rem;height:3rem;border-radius:var(--radius-lg);background:#1a237e1a;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--navy);transition:background-color var(--duration-slow) ease,color var(--duration-slow) ease}.benefit-card:hover .benefit-card__icon{background:var(--navy);color:var(--white)}.benefit-card__icon .icon{width:1.4rem;height:1.4rem}.benefit-card h3{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.benefit-card p{color:var(--gray-500);font-size:.925rem;line-height:1.6}.preview-wrap{position:relative;max-width:56rem;margin:0 auto}.preview-glow{position:absolute;inset:-3%;background:linear-gradient(135deg,#1a237e1f,#f59e0b1f);border-radius:var(--radius-3xl);filter:blur(32px)}.preview{position:relative;background:var(--white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl);border:1px solid var(--gray-200);overflow:hidden}.preview__bar{background:linear-gradient(90deg,var(--navy) 0%,var(--navy-mid) 100%);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.preview__bar-brand{display:flex;align-items:center;gap:.7rem;color:var(--white);font-weight:600;font-size:.9rem}.preview__body{padding:1.5rem}@media (min-width: 640px){.preview__body{padding:2rem}}.preview__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:1.5rem}@media (min-width: 640px){.preview__stats{grid-template-columns:repeat(4,1fr)}}.preview__stat{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1rem;text-align:center}.preview__stat-value{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.preview__stat-label{font-size:.72rem;color:var(--gray-400);margin-top:.25rem}.tc-navy{color:var(--navy)}.tc-purple{color:#9333ea}.tc-green{color:var(--green-600)}.tc-gold{color:var(--gold)}.preview__search{display:flex;align-items:center;gap:.7rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:.8rem 1rem;color:var(--gray-400);font-size:.875rem;margin-bottom:1.5rem}.preview__list{display:grid;gap:.75rem}.preview__item{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);transition:border-color var(--duration-normal) ease,box-shadow var(--duration-normal) ease}.preview__item:hover{border-color:#1a237e33;box-shadow:var(--shadow-md)}.preview__item-left{display:flex;align-items:center;gap:.8rem;min-width:0}.preview__item-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius);background:#1a237e14;display:flex;align-items:center;justify-content:center;color:var(--navy);flex-shrink:0}.preview__item-title{font-weight:600;font-size:.85rem;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview__item-cat{font-size:.75rem;color:var(--gray-400)}.preview__item-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.badge-ready{display:none;padding:.3rem .65rem;background:var(--green-50);color:var(--green-600);border-radius:var(--radius);font-size:.72rem;font-weight:600}@media (min-width: 640px){.badge-ready{display:inline-flex}}.preview__dl{width:2rem;height:2rem;border-radius:var(--radius);background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:background-color var(--duration-normal) ease,color var(--duration-normal) ease}.preview__item:hover .preview__dl{background:#f59e0b2e;color:var(--gold)}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}@media (min-width: 640px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.category-card{padding:1.5rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-2xl);transition:box-shadow var(--duration-slow) ease,transform var(--duration-slow) ease,border-color var(--duration-slow) ease;cursor:default}.category-card:hover{border-color:#1a237e33;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.category-card .emoji{font-size:2.1rem;display:block;margin-bottom:.75rem;line-height:1}.category-card h3{font-size:.975rem;font-weight:700;color:var(--gray-900);margin-bottom:.3rem}.category-card p{font-size:.82rem;color:var(--gray-400);line-height:1.55}.cta-panel{position:relative;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 55%,var(--navy-deep) 100%);border-radius:var(--radius-3xl);padding:3rem 1.75rem;text-align:center;overflow:hidden;box-shadow:0 24px 48px -18px #1a237e73}@media (min-width: 640px){.cta-panel{padding:4rem 3rem}}@media (min-width: 1024px){.cta-panel{padding:5rem 4rem}}.cta-panel:before{content:"";position:absolute;top:-6rem;right:-4rem;width:20rem;height:20rem;background:#ffffff0f;border-radius:999px;filter:blur(60px)}.cta-panel:after{content:"";position:absolute;bottom:-5rem;left:-3rem;width:16rem;height:16rem;background:#f59e0b24;border-radius:999px;filter:blur(50px)}.cta-panel>*{position:relative;z-index:1}.cta-panel h2{font-size:clamp(1.7rem,4vw,2.6rem);font-weight:800;letter-spacing:-.03em;color:var(--white);line-height:1.15;margin-bottom:1rem}.cta-panel p{color:#ffffffb8;font-size:1.1rem;max-width:36rem;margin:0 auto 2.25rem;line-height:1.6}.cta-panel .cta-note{color:#ffffff73}.cta-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#ffffffeb;font-size:.875rem;font-weight:500;margin-bottom:1.75rem}.cta-chip .icon{color:var(--gold);width:1rem;height:1rem}.cta-final h2{font-size:clamp(1.9rem,5vw,3.1rem);margin-bottom:1.4rem}.projects-grid{display:grid;gap:1.25rem}@media (min-width: 640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{padding:1.5rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-2xl);transition:box-shadow var(--duration-slow) ease,transform var(--duration-slow) ease}.project-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.project-card__head{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.8rem}.project-card__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);background:#1a237e14;display:flex;align-items:center;justify-content:center;color:var(--navy);flex-shrink:0}.project-card h3{font-size:.975rem;font-weight:700;color:var(--gray-900)}.project-card__cat{display:inline-block;margin-top:.35rem;padding:.18rem .55rem;border-radius:.375rem;font-size:.72rem;font-weight:600;border:1px solid}.cat-green{background:var(--green-50);border-color:#bbf7d0;color:#15803d}.cat-amber{background:#fffbeb;border-color:#fde68a;color:#b45309}.cat-purple{background:#faf5ff;border-color:#e9d5ff;color:#7e22ce}.cat-blue{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.cat-cyan{background:#ecfeff;border-color:#a5f3fc;color:#0e7490}.cat-emerald{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.project-card>p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.steps-grid{display:grid;gap:2.75rem}@media (min-width: 640px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.step{text-align:center;position:relative}.step__line{display:none;position:absolute;top:3rem;left:62%;width:76%;height:2px;background:linear-gradient(90deg,rgba(26,35,126,.25),transparent)}@media (min-width: 640px){.step:not(:last-child) .step__line{display:block}}.step__icon{width:5.5rem;height:5.5rem;border-radius:var(--radius-2xl);background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 14px 28px -10px #1a237e80;color:var(--white);position:relative;z-index:1}.step__icon .icon{width:2rem;height:2rem}.step__num{color:var(--gold);font-weight:800;font-size:.875rem;letter-spacing:.08em}.step h3{font-size:1.3rem;font-weight:700;color:var(--gray-900);margin:.5rem 0 .75rem}.step p{color:var(--gray-500);font-size:.925rem;line-height:1.6;max-width:19rem;margin:0 auto}.personas-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.personas-grid{grid-template-columns:repeat(2,1fr)}}.persona-card{display:flex;gap:1.25rem;padding:2rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-2xl);transition:box-shadow var(--duration-slow) ease,transform var(--duration-slow) ease,border-color var(--duration-slow) ease}.persona-card:hover{border-color:#1a237e33;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.persona-card__icon{width:3.5rem;height:3.5rem;border-radius:var(--radius-2xl);background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0;box-shadow:0 10px 20px -8px #1a237e80}.persona-card__icon .icon{width:1.6rem;height:1.6rem}.persona-card h3{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.persona-card p{color:var(--gray-500);font-size:.925rem;line-height:1.6}.compare-wrap{max-width:48rem;margin:0 auto}.compare{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-lg)}.compare__row{display:grid;grid-template-columns:1fr 108px 108px}@media (min-width: 640px){.compare__row{grid-template-columns:1fr 150px 150px}}.compare__row+.compare__row{border-top:1px solid var(--gray-100)}.compare__row:nth-child(odd):not(.compare__head){background:#f9fafb99}.compare__cell{padding:1.1rem 1.25rem;font-size:.9rem;color:var(--gray-700);display:flex;align-items:center}.compare__cell--center{justify-content:center;border-left:1px solid var(--gray-100)}.compare__head .compare__cell{padding:1.2rem 1.25rem}.compare__head-off{background:var(--gray-50);font-weight:700;font-size:.85rem;color:var(--gray-400);justify-content:center;border-left:1px solid var(--gray-200)}.compare__head-on{background:linear-gradient(135deg,var(--navy),var(--navy-mid));font-weight:700;font-size:.85rem;color:var(--white);justify-content:center}.compare__cell--on{background:#1a237e0d}.compare .x-ico{color:var(--red-400)}.compare .ok-ico{color:var(--green-500)}.testimonials-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:1.75rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-2xl);transition:box-shadow var(--duration-slow) ease,transform var(--duration-slow) ease;display:flex;flex-direction:column}.testimonial-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:1rem;color:var(--gold)}.testimonial-card__stars .icon{width:1rem;height:1rem;fill:currentColor}.testimonial-card__text{color:var(--gray-600);font-size:.925rem;line-height:1.65;margin-bottom:1.4rem;flex-grow:1}.testimonial-card__person{display:flex;align-items:center;gap:.8rem}.testimonial-card__avatar{width:2.6rem;height:2.6rem;border-radius:999px;background:linear-gradient(135deg,var(--navy),var(--navy-mid));display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:.9rem;flex-shrink:0}.testimonial-card__name{font-weight:600;font-size:.9rem;color:var(--gray-900)}.testimonial-card__role{font-size:.78rem;color:var(--gray-400)}.offer-wrap{max-width:42rem;margin:0 auto;scroll-margin-top:5rem}.offer-card{position:relative;background:var(--white);border:2px solid var(--navy);border-radius:var(--radius-3xl);overflow:hidden;box-shadow:0 30px 60px -20px #1a237e59}.offer-card__head{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);padding:1.75rem 1.5rem;text-align:center}.offer-card__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1.1rem;background:linear-gradient(180deg,var(--gold-light),var(--gold));border-radius:999px;color:var(--white);font-size:.82rem;font-weight:800;letter-spacing:.05em;margin-bottom:.75rem;box-shadow:0 6px 14px #d9770666}.offer-card__badge .icon{width:1rem;height:1rem}.offer-card__head h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;color:var(--white);letter-spacing:-.02em}.offer-card__body{padding:2rem 1.5rem}@media (min-width: 640px){.offer-card__body{padding:2.75rem 2.5rem}}.offer-price{text-align:center;margin-bottom:2rem}.offer-price__old{color:var(--gray-400);font-size:.9rem;text-decoration:line-through;margin-bottom:.2rem}.offer-price__now{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.offer-price__cur{color:var(--gray-500);font-size:1.2rem;font-weight:600}.offer-price__val{font-size:clamp(3.4rem,8vw,4.5rem);font-weight:900;letter-spacing:-.04em;color:var(--navy);line-height:1}.offer-price__cents{color:var(--gray-500);font-size:1.2rem;font-weight:600}.offer-price__note{color:var(--gray-500);font-size:.9rem;margin-top:.6rem}.offer-list{display:grid;gap:.8rem;margin-bottom:2rem}.offer-list li{display:flex;align-items:center;gap:.8rem;font-size:.925rem;color:var(--gray-700)}.offer-list .check{width:1.35rem;height:1.35rem;border-radius:999px;background:var(--green-100);display:flex;align-items:center;justify-content:center;color:var(--green-600);flex-shrink:0}.offer-list .check .icon{width:.8rem;height:.8rem}.guarantee-box{max-width:42rem;margin:0 auto;text-align:center;background:var(--white);border:1px solid var(--green-100);border-radius:var(--radius-3xl);padding:3rem 1.75rem;box-shadow:var(--shadow-lg)}@media (min-width: 640px){.guarantee-box{padding:3.5rem 3rem}}.guarantee-box__seal{width:5rem;height:5rem;border-radius:999px;background:var(--green-100);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--green-600);box-shadow:0 0 0 10px var(--green-50)}.guarantee-box__seal .icon{width:2.4rem;height:2.4rem}.guarantee-box h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;letter-spacing:-.02em;color:var(--gray-900);margin-bottom:1rem}.guarantee-box>p{color:var(--gray-500);font-size:1.075rem;line-height:1.7;margin-bottom:1.25rem}.guarantee-box .small{color:var(--gray-400);font-size:.875rem;margin-bottom:0}.faq-list{max-width:48rem;margin:0 auto;display:grid;gap:.8rem}.faq-item{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-2xl);transition:border-color var(--duration-slow) ease,box-shadow var(--duration-slow) ease;overflow:hidden}.faq-item:hover{border-color:var(--gray-200)}.faq-item.open{border-color:#1a237e33;box-shadow:var(--shadow-lg)}.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 1.5rem;text-align:left;font-weight:600;font-size:.95rem;color:var(--gray-900)}.faq-item__chev{color:var(--gray-400);transition:transform var(--duration-slow) ease;flex-shrink:0}.faq-item.open .faq-item__chev{transform:rotate(180deg);color:var(--navy)}.faq-item__a{max-height:0;opacity:0;overflow:hidden;transition:max-height var(--duration-slow) ease,opacity var(--duration-slow) ease}.faq-item.open .faq-item__a{max-height:24rem;opacity:1}.faq-item__a-inner{padding:0 1.5rem 1.35rem;color:var(--gray-500);font-size:.9rem;line-height:1.7}.footer{background:var(--gray-900);padding:3.5rem 0 2.5rem}.footer__top{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}@media (min-width: 640px){.footer__top{flex-direction:row}}.footer .brand__mark{background:#ffffff1a;box-shadow:none}.footer .brand__name{color:var(--white)}.footer__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;font-size:.875rem}.footer__nav a{color:var(--gray-400);transition:color var(--duration-normal) ease}.footer__nav a:hover{color:var(--white)}.footer__bottom{border-top:1px solid var(--gray-800);margin-top:2rem;padding-top:2rem;text-align:center}.footer__bottom p{color:var(--gray-500);font-size:.875rem}.floating-cta{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:50;opacity:0;transform:translateY(120%);pointer-events:none;transition:opacity var(--duration-slow) ease,transform var(--duration-slow) ease}.floating-cta.visible{opacity:1;transform:translateY(0);pointer-events:auto}@media (min-width: 640px){.floating-cta{display:none}}.floating-cta .btn-cta{width:100%}
