:root{--brand-blue: #1a5bd6;--brand-blue-dark: #1448a8;--ink-navy: #0f1b3d;--security-accent: #0f1e40;--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-hero-home: linear-gradient(295deg, #ffffff 0%, #eaf1fe 100%);--gradient-security: linear-gradient( 115deg, #ffffff 0%, #e9ebf3 45%, #f8fafc 100% );--security-grid-color: rgb(15 30 64 / 6%);--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}[id]{scroll-margin-top:84px}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{position:relative;overflow:hidden;background:var(--gradient-security)}.section--security:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--security-grid-color) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.section--security>.container{position:relative;z-index:1}.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(--brand-blue);font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:0;background:transparent}.eyebrow--green{background:var(--green-tint);color:#047857}.eyebrow--navy{background:#0f1e4014;color:var(--security-accent)}.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:block;flex-shrink:0;width:34px;height:34px;object-fit:contain}.site-logo__text{font-size:26px;font-weight:600;letter-spacing:-.04em;color:var(--ink-navy)}.site-logo__text--light{color:var(--surface)}.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)}.site-lang-switcher{display:inline-flex;align-items:center;gap:8px;padding-left:6px}.site-lang-switcher__link{font-size:13px;font-weight:500;color:var(--text-muted)}.site-lang-switcher__link--active{color:var(--brand-blue)}.site-lang-switcher__divider{color:var(--text-faint)}.site-header__menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--ink-navy);cursor:pointer}.site-mobile-nav-backdrop{position:fixed;inset:68px 0 0;z-index:90;background:#0f1b3d66}.site-mobile-nav{position:fixed;top:68px;right:0;left:0;z-index:95;display:flex;flex-direction:column;gap:4px;padding:16px var(--section-px) 24px;border-bottom:1px solid var(--border);background:var(--surface);box-shadow:0 12px 32px -8px #0f1b3d24}.site-mobile-nav__link{padding:14px 12px;border-radius:12px;font-size:16px;font-weight:500;color:var(--text-primary)}.site-mobile-nav__link--active{background:var(--blue-tint);color:var(--brand-blue)}.site-lang-switcher--mobile{margin-top:8px;padding:12px}@media(max-width:767px){.site-nav--desktop{display:none}.site-header__menu-toggle{display:inline-flex}}.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)}.btn--secondary{border:1.5px solid var(--border);background:var(--surface);color:var(--ink-navy)}.btn--secondary:hover{border-color:var(--brand-blue);color:var(--brand-blue)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero{padding-block:80px}.hero--home{background:var(--gradient-hero-home)}.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)}.hero-visual{position:relative;width:100%;max-width:560px;aspect-ratio:560/500;overflow:hidden;border-radius:var(--radius-lg)}.hero-visual__photo{position:absolute;top:0;left:-41.43%;width:144.64%;height:100%;object-fit:cover}.hero-visual__fade{position:absolute;pointer-events:none}.hero-visual__fade--left{top:0;left:0;width:20.89%;height:100%;background:linear-gradient(to right,#f5f8fe 0%,rgba(253,254,254,.8) 30%,transparent 100%)}.hero-visual__fade--right{top:0;right:0;width:29.82%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(245,248,253,.8) 60%,#fff 100%)}.hero-visual__fade--top{top:0;left:0;width:100%;height:21.6%;background:linear-gradient(to bottom,transparent 0%,rgba(250,252,254,.8) 60%,#fcfdff 100%)}.hero-visual__fade--bottom{bottom:0;left:0;width:100%;height:24%;background:linear-gradient(to bottom,transparent 0%,rgba(245,248,253,.6) 50%,#f8f9fe 100%)}@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)}.audience-card--interactive{cursor:pointer;outline:none;border:1px solid var(--border);animation:card-reveal .55s ease both;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.audience-card--interactive:hover,.audience-card--interactive:focus-visible{transform:translateY(-6px);box-shadow:0 20px 40px -12px #0f1b3d24}.audience-card--interactive.audience-card--blue:hover,.audience-card--interactive.audience-card--blue:focus-visible{border-color:var(--brand-blue)}.audience-card--interactive.audience-card--sky:hover,.audience-card--interactive.audience-card--sky:focus-visible{border-color:var(--sky)}.audience-card--interactive.audience-card--green:hover,.audience-card--interactive.audience-card--green:focus-visible{border-color:var(--green)}@keyframes card-reveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.step-card__icon--pulse{animation:step-pulse 2.8s ease-in-out infinite}@keyframes step-pulse{0%,to{box-shadow:0 0 #1a5bd659}50%{box-shadow:0 0 0 10px #1a5bd600}}.security-header{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:48px}.security-header__copy{flex:1;min-width:0}.security-header__lead{max-width:640px;margin-top:16px;font-family:var(--font-serif);font-size:17px;line-height:1.55;color:var(--text-secondary)}.security-grid{max-width:var(--container-max);margin-inline:auto}.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(--ink-navy)}.security-card{display:flex;flex-direction:column;gap:12px;padding:26px 26px 26px 30px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.security-card--compliance{border-left:3px solid var(--security-accent);animation:card-reveal .55s ease both}.security-card--compliance:hover{transform:translateY(-4px);border-color:var(--security-accent);box-shadow:0 16px 36px -10px #0f1e4020}.security-card__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#0f1e4014;color:var(--security-accent)}.security-card__title{font-size:17px;font-weight:600;line-height:1.25;letter-spacing:-.02em;color:var(--ink-navy)}.security-card__text{font-size:14px;line-height:1.5;color:var(--text-muted)}@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-features{position:relative;overflow:hidden}.subscribers-features:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--security-grid-color) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.subscribers-features__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:52px}.subscribers-features__bento{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.subscribers-feature-card{display:flex;flex-direction:column;gap:18px;padding:32px;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.subscribers-feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.subscribers-feature-card__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:var(--blue-tint);color:var(--brand-blue)}.subscribers-feature-card__title{font-size:clamp(1.125rem,2vw,1.25rem);font-weight:600;line-height:1.25;color:var(--ink-navy)}.subscribers-feature-card__text{font-family:var(--font-serif);font-size:15px;line-height:1.6;color:var(--text-secondary)}.feature-card__icon--amber{background:var(--surface-muted);color:var(--amber)}.subscribers-payment{background:var(--surface)}.subscribers-payment .section-header{margin-bottom:52px}.subscribers-payment__grid{row-gap:24px}@media(max-width:767px){.subscribers-features__bento{grid-template-columns:1fr}.subscribers-feature-card{padding:24px}}.eyebrow--blue-tint{padding:8px 14px;background:var(--blue-tint);color:var(--brand-blue);font-weight:600}.hero--administration{position:relative;overflow:hidden;padding-block:88px}.hero--administration:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border-soft) 1px,transparent 1px),linear-gradient(90deg,var(--border-soft) 1px,transparent 1px);background-size:48px 48px;opacity:.35;pointer-events:none}.hero--administration .hero__inner{position:relative;z-index:1}.hero__title--administration{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;letter-spacing:-.02em}.hero__visual--administration{flex:1;width:auto;max-width:none}.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)}.admin-situational__inner,.admin-budget__inner{display:flex;flex-direction:column;gap:40px}.admin-situational__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:40px;align-items:start}.admin-situational__modules{display:flex;flex-direction:column;gap:16px}.admin-situational__visual{position:sticky;top:96px}.admin-module-card{display:flex;gap:16px;padding:22px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 4px 16px #0f1b3d0f}.admin-module-card__icon{display:grid;flex-shrink:0;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--blue-tint);color:var(--brand-blue)}.admin-module-card__body{display:flex;flex-direction:column;gap:8px}.admin-module-card__title{font-size:17px;font-weight:600;line-height:1.25;color:var(--ink-navy)}.admin-module-card__text{font-size:14px;line-height:1.5;color:var(--text-muted)}.admin-module-card__metric{font-size:28px;font-weight:700;line-height:1;color:var(--green)}.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);animation:dashboard-pulse 2s ease-in-out infinite}@keyframes dashboard-pulse{0%,to{opacity:1}50%{opacity:.4}}.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)}@media(max-width:1023px){.hero__inner{flex-direction:column}.hero__visual--administration{width:100%}.admin-situational__grid{grid-template-columns:1fr}.admin-situational__visual{position:static}}@media(max-width:767px){.dashboard__kpis{grid-template-columns:1fr}}.hero--suppliers{position:relative;overflow:hidden;padding-block:88px}.hero--suppliers:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border-soft) 1px,transparent 1px),linear-gradient(90deg,var(--border-soft) 1px,transparent 1px);background-size:48px 48px;opacity:.35;pointer-events:none}.hero--suppliers .hero__inner{position:relative;z-index:1}.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)}.suppliers-risks__inner{display:flex;flex-direction:column;gap:40px}.suppliers-capability-table-wrap{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card)}.suppliers-capability-table{width:100%;border-collapse:collapse;text-align:left}.suppliers-capability-table caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.suppliers-capability-table thead{background:var(--surface-soft)}.suppliers-capability-table th{padding:16px 24px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border)}.suppliers-capability-table th:first-child{width:34%}.suppliers-capability-table td{padding:24px;font-size:15px;line-height:1.55;color:var(--text-secondary);border-bottom:1px solid var(--border-soft);vertical-align:top}.suppliers-capability-table tbody tr:last-child td{border-bottom:none}.suppliers-capability-table tbody tr{transition:background .2s ease,box-shadow .2s ease}.suppliers-capability-table tbody tr:hover{background:var(--surface-soft);box-shadow:inset 4px 0 0 var(--brand-blue)}.suppliers-capability-table__feature{display:flex;align-items:flex-start;gap:14px}.suppliers-capability-table__icon{display:grid;flex-shrink:0;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--green-tint);color:var(--green)}.suppliers-capability-table__title{font-size:17px;font-weight:600;line-height:1.3;color:var(--ink-navy)}.suppliers-integration{background:var(--surface)}.suppliers-integration__inner{display:flex;flex-direction:column;gap:40px}.suppliers-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.suppliers-method-card{display:flex;flex-direction:column;gap:16px;padding:28px 24px;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.suppliers-method-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.suppliers-method-card__num{font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--brand-blue);font-variant-numeric:tabular-nums}.suppliers-method-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:var(--blue-tint);color:var(--brand-blue)}.suppliers-method-card__title{font-size:18px;font-weight:600;line-height:1.25;color:var(--ink-navy)}.suppliers-method-card__text{font-family:var(--font-serif);font-size:15px;line-height:1.55;color:var(--text-secondary)}.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)}.suppliers-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__inner{flex-direction:column;align-items:stretch}.hero__visual--suppliers{max-width:none}}@media(max-width:767px){.benefit-grid--4,.suppliers-method-grid{grid-template-columns:1fr}.suppliers-capability-table thead{display:none}.suppliers-capability-table,.suppliers-capability-table tbody,.suppliers-capability-table tr,.suppliers-capability-table td{display:block;width:100%}.suppliers-capability-table tr{padding:20px;border-bottom:1px solid var(--border-soft)}.suppliers-capability-table tr:last-child{border-bottom:none}.suppliers-capability-table td{padding:0;border-bottom:none}.suppliers-capability-table td+td{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-soft)}.suppliers-capability-table td:before{content:attr(data-label);display:block;margin-bottom:8px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.suppliers-capability-table td:first-child:before{display:none}.cta-band__inner{flex-direction:column;align-items:flex-start}.cta-band__btn{width:100%;justify-content:center}.hero--suppliers{padding-block:56px}}#missiya,#transformaciya,#komanda,#dokumenty{scroll-margin-top:120px}.about-hero{padding-block:80px 96px}.about-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:start;gap:48px}.about-hero__title{max-width:18ch;margin-bottom:24px}.about-hero__mission{max-width:52ch;margin:0;font-family:var(--font-serif);font-size:clamp(1.125rem,2vw,1.375rem);font-style:italic;line-height:1.6;color:var(--text-secondary)}.about-hero__goal-card{padding:32px;border-radius:var(--radius-lg);background:var(--ink-navy);box-shadow:var(--shadow-elevated)}.about-hero__goal-label{margin-bottom:12px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#93c5fd}.about-hero__goal-title{margin-bottom:16px;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;line-height:1.2;color:var(--surface)}.about-hero__goal-text{margin:0;font-family:var(--font-serif);font-size:16px;line-height:1.55;color:#dbe7ff}.about-transformation__inner{display:flex;flex-direction:column;gap:40px}.about-transformation__rows{display:flex;flex-direction:column;gap:24px}.about-transformation__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:20px}.about-transformation__challenge,.about-transformation__solution{height:100%}.about-transformation__arrow{display:grid;place-items:center;align-self:center;width:44px;height:44px;border-radius:999px;background:var(--surface);box-shadow:var(--shadow-card)}.about-transformation__bullets{display:flex;flex-direction:column;gap:6px;margin:0;padding-left:18px;font-size:14px;line-height:1.45;color:var(--text-secondary)}@media(prefers-reduced-motion:no-preference){.about-transformation__row{animation:about-fade-up .5s ease both}}@keyframes about-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.about-page-nav{position:sticky;top:68px;z-index:90;border-bottom:1px solid var(--border);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about-page-nav__inner{display:flex;gap:8px;padding-block:12px;overflow-x:auto}.about-page-nav__link{flex-shrink:0;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.about-page-nav__link--active{background:var(--blue-tint);color:var(--brand-blue);font-weight:600}.about-leadership__inner{display:flex;flex-direction:column;gap:40px}.about-leadership__card{display:flex;gap:20px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card)}.about-leadership__avatar{display:grid;flex-shrink:0;place-items:center;width:64px;height:64px;border-radius:999px;background:linear-gradient(135deg,var(--brand-blue),var(--ink-navy));font-size:18px;font-weight:700;color:var(--surface)}.about-leadership__body{display:flex;flex-direction:column;gap:8px}.about-leadership__name{font-size:18px;font-weight:600;color:var(--text-primary)}.about-leadership__role{font-size:14px;font-weight:500;color:var(--brand-blue)}.about-leadership__responsibility{font-size:14px;line-height:1.5;color:var(--text-secondary)}.about-leadership__contact{display:inline-flex;align-items:center;gap:8px;min-height:44px;margin-top:4px;font-size:14px;color:var(--text-muted)}.about-leadership__demo-badge{padding:2px 8px;border-radius:999px;background:var(--surface-muted);font-size:11px;font-weight:500;color:var(--text-faint)}.about-leadership__official{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px;border-radius:var(--radius-md);background:var(--blue-tint)}.about-leadership__official-label{font-size:16px;font-weight:600;color:var(--text-primary)}.about-leadership__official-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;font-size:15px;font-weight:500;color:var(--brand-blue)}.about-legal__inner{display:flex;flex-direction:column;gap:40px}.about-legal__card{display:flex;gap:20px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.about-legal__card--soon{opacity:.92}.about-legal__icon{display:grid;flex-shrink:0;place-items:center;width:48px;height:48px;border-radius:12px;background:var(--surface-soft);color:var(--brand-blue)}.about-legal__content{display:flex;flex:1;flex-direction:column;gap:10px}.about-legal__head{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.about-legal__title{font-size:17px;font-weight:600;color:var(--text-primary)}.about-legal__badge{padding:4px 10px;border-radius:999px;background:var(--surface-muted);font-size:12px;font-weight:600;color:var(--text-muted)}.about-legal__description{font-size:14px;line-height:1.5;color:var(--text-secondary)}.about-legal__download{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;min-height:44px;padding:10px 18px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);color:var(--text-faint);font-size:14px;font-weight:500;cursor:not-allowed}.about-legal__soon-note{margin:0;font-size:12px;color:var(--text-faint)}.about-cta-band{padding-block:64px;background:var(--gradient-cta)}.about-cta-band__inner{display:flex;flex-direction:column;gap:32px}.about-cta-band__copy{display:flex;flex-direction:column;gap:12px;max-width:680px}.about-cta-band__title{font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;line-height:1.15;color:var(--surface)}.about-cta-band__text{font-family:var(--font-serif);font-size:17px;line-height:1.5;color:#dbe7ff}.about-cta-band__links{display:flex;flex-wrap:wrap;gap:12px}.about-cta-band__link{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:14px 24px;border-radius:14px;background:var(--surface);color:var(--brand-blue);font-size:15px;font-weight:600}@media(max-width:1023px){.about-hero__grid{grid-template-columns:1fr}.about-hero__goal-card{max-width:560px}.about-transformation__row{grid-template-columns:1fr;gap:12px}.about-transformation__arrow{justify-self:center;transform:rotate(90deg)}}@media(max-width:767px){.about-page-nav{display:none}#missiya,#transformaciya,#komanda,#dokumenty{scroll-margin-top:80px}.about-leadership__card{flex-direction:column}}
