:root{--brand-blue: #1a5bd6;--brand-blue-dark: #1448a8;--ink-navy: #0f1b3d;--ink: #0f172a;--surface: #ffffff;--surface-muted: #f1f5f9;--surface-soft: #f8fafc;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #64748b;--text-faint: #94a3b8;--border: #e2e8f0;--border-soft: #eef2f7;--blue-tint: #eaf1fe;--green: #10b981;--green-tint: #e7f8f1;--sky: #0ea5e9;--amber: #f59e0b;--danger: #ef4444;--danger-bg: #fef2f2;--danger-text: #dc2626;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 24px;--font-head: "Poppins", system-ui, sans-serif;--font-serif: "Lora", Georgia, serif;--container-max: 1440px;--section-px: 96px;--section-py: 88px;--shadow-card: 0 6px 20px -6px #0f1b3d14;--shadow-elevated: 0 24px 48px -8px #0f1b3d26;--gradient-hero: linear-gradient(115deg, #ffffff 0%, #eaf1fe 100%);--gradient-security: linear-gradient(115deg, #0f1b3d 0%, #16244f 100%);--gradient-cta: linear-gradient(120deg, #1a5bd6 0%, #1240a0 100%)}@media(max-width:1279px){:root{--section-px: 48px;--section-py: 72px}}@media(max-width:767px){:root{--section-px: 20px;--section-py: 56px}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-head);font-size:16px;line-height:1.5;color:var(--text-primary);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%}.serif{font-family:var(--font-serif)}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--section-px)}.section{padding-block:var(--section-py)}.section--soft{background:var(--surface-soft)}.section--hero-gradient{background:var(--gradient-hero)}.section--security{background:var(--gradient-security)}.section--cta{background:var(--gradient-cta)}.section-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin-bottom:48px}.section-header--left{align-items:flex-start;text-align:left;margin-bottom:0}.section-header__title{max-width:760px;font-size:clamp(1.75rem,4vw,2.625rem);font-weight:600;line-height:1.12;letter-spacing:-.03em;color:var(--ink-navy)}.section-header__title--light{color:var(--surface)}.section-header__subtitle{max-width:620px;font-family:var(--font-serif);font-size:clamp(1rem,2vw,1.125rem);line-height:1.55;color:var(--text-secondary)}.section-header__subtitle--light{color:#d6e2fb}.eyebrow{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:100px;font-size:13px;font-weight:500}.eyebrow--blue{background:var(--blue-tint);color:var(--brand-blue)}.eyebrow--white{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary)}.eyebrow--danger{background:var(--danger-bg);color:var(--danger-text)}.eyebrow--label{color:var(--brand-blue);font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:0;background:transparent}.eyebrow--amber{color:var(--amber);font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:0;background:transparent}.eyebrow--sky{color:var(--sky);font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:0;background:transparent}.eyebrow--green{background:var(--green-tint);color:#047857}.eyebrow--green-dark{background:#1e2e54;color:#a7f3d0}.eyebrow--cta{background:#ffffff26;color:var(--surface)}.card-grid{display:grid;gap:24px}.card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.section--navy{background:var(--ink-navy)}@media(max-width:1023px){.card-grid--3,.card-grid--2,.card-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.card-grid--3,.card-grid--2,.card-grid--4{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 1px 12px #0f1b3d12}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding-block:16px}.site-logo{display:flex;align-items:center;gap:10px}.site-logo__mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--brand-blue);color:var(--surface);font-size:20px;font-weight:600;line-height:1}.site-logo__text{font-size:26px;font-weight:600;letter-spacing:-.04em;color:var(--ink-navy)}.site-nav{display:flex;align-items:center;gap:34px}.site-nav__link{font-size:15px;color:var(--text-secondary)}.site-nav__link--active{font-weight:600;color:var(--brand-blue)}.site-nav__login{font-size:15px;font-weight:500;color:var(--text-primary)}@media(max-width:767px){.site-nav{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border:none;border-radius:14px;font-size:16px;font-weight:500;cursor:pointer;transition:background .15s ease}.btn--primary{background:var(--brand-blue);color:var(--surface)}.btn--primary:hover{background:var(--brand-blue-dark)}.hero{padding-block:80px}.hero__inner{display:flex;align-items:center;justify-content:space-between;gap:64px}.hero__copy{display:flex;flex-direction:column;gap:28px;max-width:600px}.hero__title{font-size:clamp(2.5rem,5vw,4.125rem);font-weight:600;line-height:1.04;letter-spacing:-.04em;color:var(--ink-navy);white-space:pre-line}.hero__lead{max-width:520px;font-family:var(--font-serif);font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.55;color:var(--text-secondary)}.hero__stats{display:flex;flex-wrap:wrap;gap:36px}.stat-item__value{font-size:30px;font-weight:600;letter-spacing:-.02em;color:var(--brand-blue)}.stat-item__label{margin-top:4px;font-size:14px;color:var(--text-muted)}.hero__visual{flex:0 0 auto;display:flex;justify-content:center;width:min(100%,560px)}@media(max-width:1023px){.hero__inner{flex-direction:column;text-align:center}.hero__copy{align-items:center}.hero__stats{justify-content:center}}.receipt{width:min(100%,340px);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-elevated)}.receipt__head{padding:22px 24px 18px;background:var(--ink-navy)}.receipt__head-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.receipt__title{font-size:16px;font-weight:600;color:var(--surface)}.receipt__month{padding:5px 11px;border-radius:8px;background:#1e2e54;font-size:12px;font-weight:500;color:#93c5fd}.receipt__account{font-size:13px;color:var(--text-faint)}.receipt__row{display:flex;align-items:center;justify-content:space-between;padding:13px 24px;border-top:1px solid var(--border-soft)}.receipt__row-label{display:flex;align-items:center;gap:11px;font-size:14px;color:var(--text-primary)}.receipt__icon-box{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--blue-tint);color:var(--brand-blue)}.receipt__amount{font-size:14px;font-weight:500;color:var(--ink-navy)}.receipt__total{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-top:1px solid var(--border);background:var(--surface-soft)}.receipt__total-label{font-size:14px;color:var(--text-muted)}.receipt__total-value{font-size:24px;font-weight:600;letter-spacing:-.02em;color:var(--ink-navy)}.receipt__pay{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;border:none;background:var(--brand-blue);color:var(--surface);font-size:15px;font-weight:500;cursor:default}.feature-card{display:flex;flex-direction:column;gap:14px;padding:28px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card)}.feature-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px}.feature-card__icon--danger{background:var(--danger-bg);color:var(--danger)}.feature-card__title{font-size:19px;font-weight:600;letter-spacing:-.02em;color:var(--ink-navy)}.feature-card__text{font-size:15px;line-height:1.5;color:var(--text-muted)}.steps{display:flex;align-items:stretch;gap:8px}.step-card{flex:1;display:flex;flex-direction:column;gap:18px;padding:32px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-soft)}.step-card__top{display:flex;align-items:center;justify-content:space-between}.step-card__icon{display:grid;place-items:center;width:56px;height:56px;border-radius:var(--radius-md);background:var(--brand-blue);color:var(--surface)}.step-card__num{font-size:56px;font-weight:600;line-height:1;letter-spacing:-.04em;color:#dce6fa}.step-card__title{font-size:21px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--ink-navy)}.step-card__text{font-size:15px;line-height:1.55;color:var(--text-muted)}.step-arrow{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:48px;color:#cbd5e1}@media(max-width:1023px){.steps{flex-direction:column}.step-arrow{width:100%;height:40px;transform:rotate(90deg)}}.audience-card{display:flex;flex-direction:column;gap:20px;padding:36px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 10px 30px -8px #0f1b3d14}.audience-card__icon{display:grid;place-items:center;width:60px;height:60px;border-radius:18px}.audience-card__icon--blue{background:var(--blue-tint);color:var(--brand-blue)}.audience-card__icon--sky{background:#e0f2fe;color:var(--sky)}.audience-card__icon--green{background:var(--green-tint);color:var(--green)}.audience-card__role{font-size:26px;font-weight:600;letter-spacing:-.02em;color:var(--ink-navy)}.audience-card__headline{font-size:17px;font-weight:500;line-height:1.4;color:var(--text-primary)}.audience-card__text{font-size:15px;line-height:1.55;color:var(--text-muted)}.audience-card__link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:6px;font-size:15px;font-weight:600}.audience-card__link--blue{color:var(--brand-blue)}.audience-card__link--sky{color:var(--sky)}.audience-card__link--green{color:var(--green)}.security-header{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:48px}.security-header__title{max-width:720px;font-size:clamp(1.75rem,4vw,2.625rem);font-weight:600;line-height:1.14;letter-spacing:-.03em;color:var(--surface)}.security-cert{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:150px;height:150px;flex-shrink:0;padding:16px;border:1px solid #26356a;border-radius:var(--radius-lg);background:#16244f;text-align:center;color:#cbd5e1;font-size:13px;font-weight:600}.security-cert svg{color:var(--green)}.security-card{display:flex;flex-direction:column;gap:12px;padding:26px;border:1px solid #26356a;border-radius:20px;background:#16244f}.security-card__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#1e2e54;color:var(--green)}.security-card__title{font-size:17px;font-weight:600;line-height:1.25;letter-spacing:-.02em;color:var(--surface)}.security-card__text{font-size:14px;line-height:1.5;color:#94a3b8}@media(max-width:767px){.security-header{flex-direction:column;align-items:flex-start}}.phase-card{display:flex;flex-direction:column;gap:18px;padding:32px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-soft)}.phase-card__top{display:flex;align-items:center;gap:14px}.phase-card__num{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--radius-sm);background:var(--brand-blue);color:var(--surface);font-size:20px;font-weight:600}.phase-card__duration{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid var(--border);border-radius:100px;background:var(--surface);font-size:13px;font-weight:500;color:var(--text-secondary)}.phase-card__title{font-size:21px;font-weight:600;letter-spacing:-.02em;color:var(--ink-navy)}.phase-card__text{font-size:15px;line-height:1.55;color:var(--text-muted)}.faq-item{padding:28px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.faq-item__question{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;padding:0;border:none;background:none;text-align:left;cursor:pointer}.faq-item__question-text{font-size:18px;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--ink-navy)}.faq-item__icon{flex-shrink:0;color:var(--text-faint)}.faq-item__answer{margin-top:12px;font-size:15px;line-height:1.6;color:var(--text-muted)}.cta-block{display:flex;align-items:center;justify-content:space-between;gap:64px}.cta-block__copy{display:flex;flex-direction:column;gap:22px;max-width:540px}.cta-block__title{font-size:clamp(2rem,4vw,2.875rem);font-weight:600;line-height:1.1;letter-spacing:-.03em;color:var(--surface)}.cta-block__text{max-width:480px;font-family:var(--font-serif);font-size:19px;line-height:1.55;color:#d6e2fb}.cta-block__list{display:flex;flex-direction:column;gap:12px;padding-top:10px;list-style:none;margin:0}.cta-block__list li{display:flex;align-items:center;gap:10px;font-size:16px;color:#eaf1fe}.cta-block__list svg{color:#7de0b6}.lead-form{width:min(100%,440px);padding:36px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 24px 60px -12px #0a153066}.lead-form__title{font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--ink-navy)}.lead-form__sub{margin-top:8px;font-size:14px;line-height:1.5;color:var(--text-muted)}.lead-form__fields{display:flex;flex-direction:column;gap:16px;margin-top:20px}.lead-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lead-form__field{display:flex;flex-direction:column;gap:7px}.lead-form__label{font-size:13px;font-weight:500;color:var(--text-secondary)}.lead-form__input,.lead-form__textarea{width:100%;padding:13px 15px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text-primary)}.lead-form__input:focus,.lead-form__textarea:focus{outline:2px solid var(--brand-blue);outline-offset:0}.lead-form__input--error,.lead-form__textarea--error{border-color:var(--danger)}.lead-form__error{font-size:12px;color:var(--danger-text)}.lead-form__submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:4px;padding:15px;border:none;border-radius:14px;background:var(--brand-blue);color:var(--surface);font-size:16px;font-weight:600;cursor:pointer}.lead-form__submit:disabled{opacity:.6;cursor:not-allowed}.lead-form__consent{margin-top:8px;font-size:12px;line-height:1.5;color:var(--text-faint)}.lead-form__success{margin-top:12px;padding:12px;border-radius:var(--radius-sm);background:var(--green-tint);color:#047857;font-size:14px}@media(max-width:1023px){.cta-block{flex-direction:column;align-items:stretch}.lead-form{width:100%}}@media(max-width:767px){.lead-form__row{grid-template-columns:1fr}}.site-footer{background:var(--ink-navy);color:#cbd5e1}.site-footer__main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:48px 64px;padding-block:64px 56px}.site-footer__brand{max-width:320px}.site-footer__desc{margin-top:18px;font-family:var(--font-serif);font-size:15px;font-style:italic;line-height:1.55;color:#94a3b8}.site-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.footer-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;background:#1e2e54;font-size:12px;font-weight:500;color:#cbd5e1}.footer-badge svg{color:var(--green)}.site-footer__col-title{margin-bottom:14px;font-size:13px;font-weight:600;letter-spacing:.08em;color:#64748b}.site-footer__links{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.site-footer__links a{font-size:15px;color:#cbd5e1}.site-footer__bottom{padding-block:24px;border-top:1px solid #1e2e54;font-size:14px;color:#64748b}.cookie-banner{position:fixed;right:var(--section-px);bottom:24px;left:var(--section-px);z-index:200;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:18px 24px;border:1px solid var(--border);border-radius:20px;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 48px -10px #0f1b3d33}.cookie-banner__left{display:flex;align-items:center;gap:14px;min-width:0}.cookie-banner__icon{display:grid;flex-shrink:0;place-items:center;width:42px;height:42px;border-radius:var(--radius-sm);background:var(--blue-tint);color:var(--brand-blue)}.cookie-banner__text{font-size:14px;line-height:1.5;color:var(--text-secondary)}.cookie-banner__actions{display:flex;flex-shrink:0;gap:12px}.cookie-banner__btn{padding:12px 22px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer}.cookie-banner__btn--ghost{border:1.5px solid var(--border);background:var(--surface);color:var(--text-primary)}.cookie-banner__btn--primary{border:none;background:var(--brand-blue);color:var(--surface);font-weight:600}@media(max-width:767px){.cookie-banner{flex-direction:column;align-items:stretch}.cookie-banner__actions{width:100%}.cookie-banner__btn{flex:1}}.hero--subscribers{padding-block:84px 96px}.hero__title--single{white-space:normal;font-size:clamp(2rem,4.5vw,3.375rem);letter-spacing:-.04em;line-height:1.08}.hero__trust{display:flex;flex-wrap:wrap;gap:24px;margin:0;padding:12px 0 0;list-style:none}.hero__trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-secondary)}.phone-mockup{display:flex;justify-content:center;padding-inline:8px}.phone-mockup__device{width:min(100%,332px);padding:13px;border-radius:44px;background:var(--ink-navy);box-shadow:0 30px 60px -10px #0f1b3d40}.phone-mockup__screen{overflow:hidden;border-radius:32px;background:var(--surface-soft)}.phone-mockup__status{display:flex;align-items:center;justify-content:space-between;padding:14px 22px 6px;color:var(--ink-navy)}.phone-mockup__time{font-size:13px;font-weight:600}.phone-mockup__status-icons{display:flex;gap:6px;align-items:center;color:var(--ink-navy)}.phone-mockup__header{display:flex;align-items:center;justify-content:space-between;padding:10px 22px 14px}.phone-mockup__greeting{font-size:12px;color:var(--text-muted)}.phone-mockup__name{font-size:17px;font-weight:600;color:var(--ink-navy)}.phone-mockup__bell{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--ink-navy)}.phone-mockup__receipt-wrap{padding-inline:16px}.phone-mockup__receipt{display:flex;flex-direction:column;gap:10px;padding:20px;border-radius:20px;background:linear-gradient(135deg,var(--brand-blue) 0%,var(--ink-navy) 100%)}.phone-mockup__receipt-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:500;color:#fffc}.phone-mockup__receipt-amount{font-size:34px;font-weight:600;letter-spacing:-.03em;color:var(--surface)}.phone-mockup__receipt-sub{font-size:13px;color:#ffffffb3}.phone-mockup__body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px}.phone-mockup__services-label{padding:0 6px 2px;font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--text-muted)}.phone-mockup__services{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.phone-mockup__service{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:var(--surface)}.phone-mockup__service-icon{display:grid;flex-shrink:0;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--blue-tint);color:var(--brand-blue)}.phone-mockup__service-mid{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.phone-mockup__service-name{font-size:14px;font-weight:500;color:var(--ink-navy)}.phone-mockup__service-account{font-size:11px;color:var(--text-faint)}.phone-mockup__service-amount{flex-shrink:0;font-size:14px;font-weight:600;color:var(--ink-navy)}.phone-mockup__pay{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:6px;padding:14px;border:none;border-radius:14px;background:var(--brand-blue);color:var(--surface);font-size:15px;font-weight:600;cursor:default}.subscribers-problems{display:flex;flex-direction:column;gap:48px}.feature-card--soft{gap:16px;padding:28px;border-radius:var(--radius-md);background:var(--surface-soft);box-shadow:none}.feature-card__icon--amber{background:var(--surface-muted);color:var(--amber)}.feature-card__title--sm{font-size:18px}.feature-card__text--sm{font-size:14px}.subscribers-benefits .section-header{margin-bottom:52px}.subscribers-benefits__grid{row-gap:24px}.benefit-card{display:flex;flex-direction:column;gap:14px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);background:#ffffff0d}.benefit-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:#ffffff14;color:var(--sky)}.benefit-card__title{font-size:16px;font-weight:600;line-height:1.25;color:var(--surface)}.benefit-card__text{font-size:14px;line-height:1.5;color:#b6c2d9}.subscribers-benefits .section-header__subtitle--light{color:#cbd5e1}.subscribers-steps__row{display:flex;align-items:stretch;gap:8px;margin-top:52px}.subscribers-step{flex:1;display:flex;flex-direction:column;gap:18px}.subscribers-step__head{display:flex;align-items:center;gap:14px}.subscribers-step__num{display:grid;place-items:center;width:52px;height:52px;border-radius:999px;background:var(--brand-blue);font-size:19px;font-weight:600;color:var(--surface)}.subscribers-step__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:var(--blue-tint);color:var(--brand-blue)}.subscribers-step__title{font-size:20px;font-weight:600;line-height:1.2;color:var(--ink-navy)}.subscribers-step__text{font-size:14px;line-height:1.5;color:var(--text-muted)}.subscribers-steps__arrow{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;color:var(--text-faint)}.subscribers-cta{padding-block:80px;background:var(--ink-navy)}.subscribers-cta__card{display:flex;flex-direction:column;align-items:center;gap:24px;padding:72px 64px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);text-align:center;background:linear-gradient(120deg,#16306b 0%,var(--ink-navy) 100%)}.subscribers-cta__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#ffffff14;font-size:13px;font-weight:500;color:#dce6f5}.subscribers-cta__title{max-width:720px;font-size:clamp(1.75rem,4vw,2.625rem);font-weight:600;line-height:1.12;letter-spacing:-.03em;color:var(--surface)}.subscribers-cta__text{max-width:560px;font-family:var(--font-serif);font-size:18px;line-height:1.55;color:#c2cee5}@media(max-width:1023px){.subscribers-steps__row{flex-direction:column}.subscribers-steps__arrow{width:100%;height:40px;transform:rotate(90deg)}}@media(max-width:767px){.subscribers-cta__card{padding:48px 28px}}.eyebrow--blue-tint{padding:8px 14px;background:var(--blue-tint);color:var(--brand-blue);font-weight:600}.hero--mio{padding-block:88px}.hero__title--mio{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;letter-spacing:-.02em}.hero__visual--mio{flex:1;width:auto;max-width:none}.mio-problems__inner,.mio-benefits__inner{display:flex;flex-direction:column;gap:40px}.feature-card--mio{gap:14px;padding:24px;border-radius:18px;background:var(--surface-soft);box-shadow:none}.feature-card__icon--amber{background:var(--surface-muted);border-radius:12px;color:var(--amber)}.feature-card__title--mio{font-size:17px;font-weight:600;line-height:1.25}.feature-card__text--mio{font-size:14px}.benefit-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--blue-tint);color:var(--brand-blue)}.dashboard{width:100%;display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 10px 30px #0f1b3d14}.dashboard__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard__title{font-size:16px;font-weight:600;color:var(--ink-navy)}.dashboard__live{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--green-tint);font-size:12px;font-weight:600;color:var(--green)}.dashboard__live-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.dashboard__kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard__kpi{display:flex;flex-direction:column;gap:6px;padding:14px;border:1px solid var(--border-soft);border-radius:14px;background:var(--surface-soft)}.dashboard__kpi-label{font-size:12px;font-weight:500;color:var(--text-muted)}.dashboard__kpi-value{font-size:22px;font-weight:700}.dashboard__kpi-value--green{color:var(--green)}.dashboard__kpi-value--amber{color:var(--amber)}.dashboard__kpi-value--blue{color:var(--brand-blue)}.dashboard__chart{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid var(--border-soft);border-radius:14px;background:var(--surface-soft)}.dashboard__chart-title{font-size:13px;font-weight:600;color:var(--text-secondary)}.dashboard__bars{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;height:150px;padding-inline:4px}.dashboard__bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;height:100%}.dashboard__bar{width:100%;border-radius:6px 6px 0 0}.dashboard__bar--blue{background:var(--brand-blue)}.dashboard__bar--green{background:var(--green)}.dashboard__bar-label{font-size:10px;font-weight:500;color:var(--text-faint)}.dashboard__table{overflow:hidden;border:1px solid var(--border-soft);border-radius:14px;background:var(--surface-soft)}.dashboard__table-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:8px;padding:11px 16px;font-size:12px;font-weight:500;color:var(--text-primary)}.dashboard__table-row span:nth-child(2),.dashboard__table-row span:nth-child(3){text-align:end}.dashboard__table-row--head{background:var(--blue-tint);font-weight:600;color:var(--text-secondary)}.dashboard__table-row:not(.dashboard__table-row--head){border-top:1px solid var(--border-soft);background:var(--surface)}.mio-compliance{background:var(--ink-navy)}.mio-compliance__inner{display:flex;flex-direction:column;gap:32px}.mio-compliance__head{display:flex;flex-direction:column;gap:14px;max-width:720px}.mio-compliance__title{font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;line-height:1.15;color:var(--surface)}.mio-compliance__subtitle{font-family:var(--font-serif);font-size:17px;line-height:1.55;color:#cbd5e1}.mio-compliance__chips{display:flex;flex-wrap:wrap;gap:14px}.mio-compliance__chip{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border:1px solid #27396b;border-radius:12px;background:#152347;font-size:15px;font-weight:500;color:var(--surface)}.mio-cta-band{padding-block:64px;background:var(--brand-blue)}.mio-cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.mio-cta-band__copy{display:flex;flex-direction:column;gap:12px;max-width:680px}.mio-cta-band__title{font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;line-height:1.15;color:var(--surface)}.mio-cta-band__text{font-family:var(--font-serif);font-size:17px;line-height:1.5;color:#dbe7ff}.mio-cta-band__btn{display:inline-flex;flex-shrink:0;align-items:center;gap:8px;padding:16px 30px;border:none;border-radius:14px;background:var(--surface);color:var(--brand-blue);font-size:16px;font-weight:600;cursor:pointer}@media(max-width:1023px){.hero__inner{flex-direction:column}.hero__visual--mio{width:100%}.mio-cta-band__inner{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.dashboard__kpis{grid-template-columns:1fr}}.hero--suppliers{padding-block:88px}.hero__title--suppliers{font-size:clamp(2rem,4vw,3.125rem);line-height:1.1}.hero__visual--suppliers{flex:1;max-width:640px}.upload-mockup{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-elevated)}.upload-mockup__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.upload-mockup__title{font-size:16px;font-weight:600;color:var(--ink-navy)}.upload-mockup__tabs{display:flex;gap:8px}.upload-mockup__tab{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;color:var(--text-muted);background:var(--surface-muted)}.upload-mockup__tab--active{color:var(--brand-blue);background:var(--blue-tint)}.upload-mockup__dropzone{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 24px;border:1.5px solid var(--brand-blue);border-radius:14px;background:var(--surface-soft)}.upload-mockup__file{font-size:14px;font-weight:600;color:var(--ink-navy)}.upload-mockup__meta{font-size:12px;font-weight:500;color:var(--text-muted)}.upload-mockup__progress{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--border-soft);border-radius:14px;background:var(--surface-soft)}.upload-mockup__progress-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.upload-mockup__step{display:flex;align-items:center;gap:10px}.upload-mockup__step-label{flex:1;font-size:14px;font-weight:500;color:var(--text-primary)}.upload-mockup__step-status{font-size:12px;font-weight:600;color:var(--text-muted)}.upload-mockup__step-status--done{color:var(--green)}.problem-stack{display:flex;flex-direction:column;gap:20px;margin-top:40px}.problem-card{display:flex;gap:16px;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface-soft)}.problem-card__icon{display:grid;flex-shrink:0;place-items:center;width:48px;height:48px;border-radius:12px;background:var(--surface-muted)}.problem-card__title{margin-bottom:6px;font-size:17px;font-weight:600;line-height:1.25;color:var(--ink-navy)}.problem-card__text{font-size:14px;line-height:1.5;color:var(--text-muted)}.benefit-grid{display:grid;gap:20px;margin-top:40px}.benefit-grid--4{grid-template-columns:repeat(4,1fr)}.benefit-card{display:flex;flex-direction:column;gap:14px;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 4px 16px #0f1b3d0f}.benefit-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--blue-tint)}.benefit-card__title{font-size:17px;font-weight:600;line-height:1.25;color:var(--ink-navy)}.benefit-card__text{font-size:14px;line-height:1.5;color:var(--text-muted)}.cta-band{padding-block:64px;background:var(--brand-blue)}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.cta-band__title{margin-bottom:12px;font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;line-height:1.15;color:var(--surface)}.cta-band__text{max-width:700px;font-family:var(--font-serif);font-size:17px;line-height:1.5;color:#dbe7ff}.cta-band__btn{display:inline-flex;flex-shrink:0;align-items:center;gap:8px;padding:16px 30px;border:none;border-radius:14px;background:var(--surface);font-size:16px;font-weight:600;color:var(--brand-blue);cursor:pointer}@media(max-width:1279px){.benefit-grid--4{grid-template-columns:repeat(2,1fr)}.hero__inner{flex-direction:column;align-items:stretch}.hero__visual--suppliers{max-width:none}}@media(max-width:767px){.benefit-grid--4{grid-template-columns:1fr}.cta-band__inner{flex-direction:column;align-items:flex-start}.cta-band__btn{width:100%;justify-content:center}.hero--suppliers{padding-block:56px}}
