:root{--landing-navy: #1a3d5c;--landing-blue: #2d5f8f;--landing-blue-soft: #e8f1fa;--landing-red: #e30613;--landing-red-hover: #c20510;--landing-red-deep: #95040c;--landing-bg-dark: #1a3d5c;--landing-bg-light: #ffffff;--landing-bg-muted: #f6f8fb;--landing-bg-tertiary: #eef2f7;--landing-text-on-dark: #ffffff;--landing-text-on-dark-muted: rgba(255, 255, 255, .88);--landing-text-on-light: #1a3d5c;--landing-text-secondary: #64748b;--landing-border: #e2e8f0;--landing-accent-bg: rgba(227, 6, 19, .08);--landing-success: #0d7338;--font-display: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-display-hero: clamp(2rem, 4vw, 3.25rem);--text-display-section: clamp(1.5rem, 2.5vw, 2.25rem);--text-feature-title: clamp(1.125rem, 1.5vw, 1.375rem);--text-body: clamp(1rem, 1.05vw, 1.0625rem);--text-caption: .8125rem;--section-padding-y-mobile: 3.5rem;--section-padding-y-desktop: 5rem;--section-padding-y-hero: 4rem;--container-max: 1180px;--container-padding-x: 1.25rem;--radius-card: 12px;--radius-card-lg: 16px;--radius-pill: 9999px;--radius-btn: var(--radius-pill);--header-height: 4rem;--header-top-height: 0px;--shadow-mockup: 0 12px 40px rgba(26, 61, 92, .1);--shadow-card: 0 1px 2px rgba(26, 61, 92, .04), 0 8px 24px rgba(26, 61, 92, .05);--shadow-header: 0 1px 0 rgba(26, 61, 92, .03);--hero-gradient: linear-gradient(180deg, var(--landing-blue-soft) 0%, var(--landing-bg-light) 72%);--page-hero-gradient: linear-gradient(180deg, var(--landing-blue-soft) 0%, var(--landing-bg-light) 100%)}@font-face{font-family:Gilroy;src:url(/_astro/Gilroy-Light.CXWqBM4s.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_astro/Gilroy-Regular.-Z-4elQA.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_astro/Gilroy-Medium.DzJeihj1.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_astro/Gilroy-SemiBold.Cf0_mJZe.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_astro/Gilroy-Bold.C8N-3pXi.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_astro/Gilroy-ExtraBold.Dm0cF3LN.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_astro/Gilroy-Heavy.Cnu3wtHy.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/_astro/roboto-400.BiRJyiea.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/_astro/roboto-500._hamcpv8.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(/_astro/roboto-700.jruQITdB.woff2) format("woff2")}.calculator__card{max-width:640px;margin:0 auto;padding:1.5rem;background:var(--landing-bg-light);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid var(--landing-border)}.calculator__tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.calculator__tab{padding:.5rem 1rem;border:1px solid var(--landing-border);border-radius:var(--radius-btn);background:var(--landing-bg-muted);cursor:pointer;font-family:inherit;font-weight:600;font-size:.9375rem;color:var(--landing-text-secondary);transition:background .15s ease,color .15s ease,border-color .15s ease}.calculator__tab.is-active{background:var(--landing-navy);color:var(--landing-text-on-dark);border-color:var(--landing-navy)}.calculator__fields{display:grid;gap:1rem;margin-bottom:1rem}@media(min-width:640px){.calculator__fields{grid-template-columns:repeat(3,1fr)}}.calculator__field{display:grid;gap:.35rem;font-weight:500;font-size:.875rem;color:var(--landing-text-on-light)}.calculator__field input{padding:.75rem 1rem;border:1px solid var(--landing-border);border-radius:var(--radius-card);font-size:1rem;font-family:inherit;min-height:44px;background:var(--landing-bg-light);color:var(--landing-text-on-light);transition:border-color .15s ease,box-shadow .15s ease}.calculator__field input:focus{outline:none;border-color:var(--landing-red);box-shadow:0 0 0 3px var(--landing-accent-bg)}.calculator__hint{color:var(--landing-text-secondary);font-size:.9375rem;margin:0 0 1rem;line-height:1.5}.calculator__submit{width:100%;text-align:center;display:block}.calculator__widget-header{margin-bottom:1.25rem}.calculator__widget-title{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.375rem;font-weight:700;line-height:1.2;color:var(--landing-text-on-light)}.calculator__widget-lead{margin:0;font-size:.9375rem;line-height:1.5;color:var(--landing-text-secondary)}.calculator__widget-lead--compact{font-size:.875rem}.hero--with-calculator{padding-block:2rem var(--section-padding-y-mobile)}.hero--with-calculator .hero__title{max-width:none}.hero--with-calculator .hero__subtitle{max-width:36rem}.hero--with-calculator .hero__grid{display:grid;width:100%;gap:2rem;align-items:start}.hero--with-calculator .hero__content,.hero--with-calculator .hero__calculator{min-width:0;max-width:100%}.hero__calculator{width:100%;align-self:start}.hero__calculator .calculator__widget{width:100%;max-width:100%;box-sizing:border-box;padding:1.5rem;background:var(--landing-bg-light);border:1px solid var(--landing-border);border-radius:var(--radius-card-lg);box-shadow:var(--shadow-card)}.hero__calculator .calculator__widget-title{font-size:1.25rem}.hero__calculator .calculator__submit{width:100%;max-width:100%}.hero__calculator .calculator__fields{grid-template-columns:1fr}@media(min-width:900px){.hero--with-calculator .hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:2rem}}@media(min-width:1024px){.hero--with-calculator{padding-block:var(--section-padding-y-hero) 3.5rem}.hero--with-calculator .hero__grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,420px);gap:2.5rem}.hero__calculator .calculator__fields{grid-template-columns:1fr}}@media(min-width:1280px){.hero__calculator .calculator__fields{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:899px){.hero--with-calculator .hero__calculator{order:2}}[data-theme=cdek]{--radius-btn: 8px;--header-height: 3.75rem;--header-top-height: 2.25rem;--container-max: 1240px;--section-padding-y-mobile: 3rem;--section-padding-y-desktop: 4.5rem;--section-padding-y-hero: 3rem;--text-display-hero: clamp(1.75rem, 3.2vw, 2.75rem);--text-display-section: clamp(1.375rem, 2.2vw, 2rem);--shadow-mockup: 0 4px 24px rgba(0, 0, 0, .08);--shadow-card: 0 1px 3px rgba(0, 0, 0, .06);--shadow-header: 0 2px 8px rgba(0, 0, 0, .06);--hero-gradient: linear-gradient(135deg, #f0faf4 0%, #ffffff 55%, #f5f5f5 100%);--page-hero-gradient: linear-gradient(180deg, #f0faf4 0%, #ffffff 100%)}[data-theme=cdek] body{font-size:1rem;line-height:1.5;letter-spacing:.01em}[data-theme=cdek] .hero__title,[data-theme=cdek] .page-hero__title,[data-theme=cdek] .section__title{font-weight:700;letter-spacing:-.01em;line-height:1.2}[data-theme=cdek] .hero__title{max-width:none}.header-top{display:none}[data-theme=cdek] .header-top{display:block;height:var(--header-top-height);background:#f5f5f5;border-bottom:1px solid var(--landing-border);font-size:.8125rem}[data-theme=cdek] .header-top__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}[data-theme=cdek] .header-top__hours{color:var(--landing-text-secondary)}[data-theme=cdek] .header-top__phone{font-weight:700;color:var(--landing-text-on-light);white-space:nowrap}[data-theme=cdek] .header-top__phone:hover{color:var(--landing-red)}[data-theme=cdek] .site-header{height:auto;display:flex;flex-direction:column;background:#fff;backdrop-filter:none;border-bottom:3px solid var(--landing-red);box-shadow:var(--shadow-header)}[data-theme=cdek] .site-header__inner{position:relative;height:var(--header-height);flex-shrink:0}[data-theme=cdek] .site-logo{font-size:1.25rem;font-weight:700;font-style:italic;letter-spacing:.02em;text-transform:uppercase;color:var(--landing-text-on-light)}[data-theme=cdek] .site-logo__mark{border-radius:4px}[data-theme=cdek] .site-nav{gap:1.5rem}[data-theme=cdek] .site-nav a{font-size:.9375rem;font-weight:500;color:var(--landing-text-on-light);padding:.25rem 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}[data-theme=cdek] .site-nav a:hover,[data-theme=cdek] .site-nav a:focus-visible{color:var(--landing-red);border-bottom-color:var(--landing-red)}[data-theme=cdek] .header-cta{min-height:2.75rem;padding:.5rem 1.5rem;border-radius:var(--radius-btn);font-weight:700;font-size:.875rem;text-transform:none;letter-spacing:.02em}[data-theme=cdek] .header-cta--outline{background:transparent;color:var(--landing-red);border:2px solid var(--landing-red)}[data-theme=cdek] .header-cta--outline:hover{background:var(--landing-accent-bg)}[data-theme=cdek] .site-header__phone{display:none;font-weight:700;font-size:1rem;color:var(--landing-text-on-light);white-space:nowrap}[data-theme=cdek] .site-header__phone:hover{color:var(--landing-red)}@media(min-width:1024px){[data-theme=cdek] .site-header__phone{display:block}}[data-theme=cdek] .nav-toggle span{background:var(--landing-text-on-light)}[data-theme=cdek] .site-nav--open{top:calc(var(--header-height) + var(--header-top-height))}[data-theme=cdek] .btn{min-height:2.75rem;padding:.75rem 1.75rem;border-radius:var(--radius-btn);font-weight:700;font-size:.9375rem}[data-theme=cdek] .btn--primary{font-weight:700;box-shadow:none}[data-theme=cdek] .btn--secondary,[data-theme=cdek] .btn--secondary-light{border-color:var(--landing-border);color:var(--landing-text-on-light)}[data-theme=cdek] .btn--secondary:hover,[data-theme=cdek] .btn--secondary-light:hover{border-color:var(--landing-red);color:var(--landing-red);background:var(--landing-accent-bg)}[data-theme=cdek] .section--light.hero,[data-theme=cdek] .hero.section--light{background:var(--hero-gradient);position:relative;overflow:hidden}[data-theme=cdek] .hero.section--light:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--landing-red)}[data-theme=cdek] .hero__eyebrow,[data-theme=cdek] .section__eyebrow{color:var(--landing-red);font-weight:700;letter-spacing:.08em}[data-theme=cdek] .hero__title{color:var(--landing-text-on-light)}[data-theme=cdek] .hero__subtitle{font-size:1.125rem;max-width:36rem}[data-theme=cdek] .hero__trust{padding:.5rem .75rem;background:var(--landing-accent-bg);border-radius:var(--radius-btn);display:inline-block;color:var(--landing-red-deep);font-weight:500}[data-theme=cdek] .screenshot-frame{border-radius:var(--radius-card-lg);border:1px solid var(--landing-border);box-shadow:var(--shadow-mockup)}[data-theme=cdek] .answer-first-strip{background:#f0faf4;border-bottom:1px solid rgba(0,185,86,.2)}[data-theme=cdek] .answer-first-strip p{font-size:.9375rem;color:var(--landing-text-on-light);border-left:3px solid var(--landing-red);padding-left:1rem}[data-theme=cdek] .hero__calculator .calculator__widget{padding:1.75rem;border-top:4px solid var(--landing-red);box-shadow:0 4px 24px #00000014}[data-theme=cdek] .hero__calculator .calculator__widget-title{font-size:1.375rem;font-weight:700}@media(min-width:1024px){[data-theme=cdek] .hero--with-calculator .hero__grid{grid-template-columns:minmax(0,1fr) minmax(300px,400px);gap:2.5rem}}[data-theme=cdek] .calculator.section--muted{background:#fff}[data-theme=cdek] .calculator__card{max-width:100%;padding:0;border:none;box-shadow:none;background:transparent}[data-theme=cdek] .calculator__card .calculator__widget{padding:1.75rem;background:#fff;border:1px solid var(--landing-border);border-radius:var(--radius-card-lg);box-shadow:var(--shadow-card);border-top:4px solid var(--landing-red)}[data-theme=cdek] .calculator__tabs{gap:0;margin-bottom:1.5rem;border-bottom:2px solid var(--landing-border);flex-wrap:nowrap;overflow-x:auto}[data-theme=cdek] .calculator__tab{flex:1;min-width:max-content;padding:.75rem 1.25rem;border:none;border-radius:0;background:transparent;color:var(--landing-text-secondary);font-weight:500;border-bottom:3px solid transparent;margin-bottom:-2px}[data-theme=cdek] .calculator__tab.is-active{background:transparent;color:var(--landing-red);border-bottom-color:var(--landing-red);font-weight:700}[data-theme=cdek] .calculator__field input{border-radius:var(--radius-btn);border-color:#d0d0d0}[data-theme=cdek] .hero__calculator .calculator__submit{width:100%;max-width:none}[data-theme=cdek] .calculator__card .calculator__submit{max-width:280px}[data-theme=cdek] .pillar-card{border-radius:var(--radius-card);box-shadow:none;border-top:3px solid var(--landing-red);padding:1.5rem;transition:border-color .15s ease,transform .15s ease}[data-theme=cdek] .pillar-card:hover{border-color:var(--landing-border);border-top-color:var(--landing-red-hover);box-shadow:var(--shadow-card);transform:translateY(-2px)}[data-theme=cdek] .pillar-card__icon{width:3rem;height:3rem;border-radius:50%;background:var(--landing-accent-bg);color:var(--landing-red);font-size:1rem}[data-theme=cdek] .pillar-card__title{font-size:1.0625rem;font-weight:700;color:var(--landing-text-on-light)}[data-theme=cdek] .jtbd-card{border-radius:var(--radius-card);box-shadow:none;border-left:3px solid var(--landing-red)}[data-theme=cdek] .jtbd-compare__after svg{color:var(--landing-red)}[data-theme=cdek] .fac-table th{background:var(--landing-red);color:#fff;text-transform:none;letter-spacing:0;font-size:.875rem}[data-theme=cdek] .fac-table td:first-child{color:var(--landing-text-on-light)}[data-theme=cdek] .fac-wrap,[data-theme=cdek] .tariff-table{border-radius:var(--radius-card)}[data-theme=cdek] .fac-table tbody tr:hover{background:var(--landing-accent-bg)}[data-theme=cdek] .faq-item{border-radius:var(--radius-card);border:1px solid var(--landing-border)}[data-theme=cdek] .faq-item__trigger{font-weight:500}[data-theme=cdek] .section-cta__card{border-radius:var(--radius-card-lg);border:1px solid var(--landing-border);border-top:4px solid var(--landing-red);box-shadow:var(--shadow-card)}[data-theme=cdek] .b2b-form input,[data-theme=cdek] .b2b-form textarea,[data-theme=cdek] .order-form input,[data-theme=cdek] .order-form textarea{border-radius:var(--radius-btn)}[data-theme=cdek] .page-hero{background:var(--page-hero-gradient);border-bottom:3px solid var(--landing-red);padding-block:2rem 2.25rem}[data-theme=cdek] .page-hero__title{color:var(--landing-text-on-light)}[data-theme=cdek] .breadcrumb__item a{color:var(--landing-red)}[data-theme=cdek] .breadcrumb__item a:hover{color:var(--landing-red-hover)}[data-theme=cdek] .blog-card{border-radius:var(--radius-card);box-shadow:none;border:1px solid var(--landing-border)}[data-theme=cdek] .blog-card:hover{border-color:var(--landing-red);box-shadow:var(--shadow-card)}[data-theme=cdek] .blog-card__tag{color:var(--landing-red);background:var(--landing-accent-bg);border-radius:4px;padding:.2rem .5rem;font-weight:700}[data-theme=cdek] .blog-promo{border-radius:var(--radius-card);border:1px solid var(--landing-border);border-top:3px solid var(--landing-red)}[data-theme=cdek] .site-footer{background:#2b2b2b;color:#ffffffe6;border-top:none;padding-block:3.5rem 1.5rem}[data-theme=cdek] .footer-col__title{color:#fff;font-size:.9375rem;text-transform:uppercase;letter-spacing:.04em}[data-theme=cdek] .footer-col p{color:#ffffffa6}[data-theme=cdek] .footer-links a{color:#ffffffbf}[data-theme=cdek] .footer-links a:hover{color:var(--landing-red);text-decoration:none}[data-theme=cdek] .footer-link{color:var(--landing-red)}[data-theme=cdek] .footer-link:hover{color:#4dd98a}[data-theme=cdek] .footer-bottom{border-top-color:#ffffff1f;color:#ffffff80}[data-theme=cdek] .footer-bottom a{color:#ffffffa6}[data-theme=cdek] .footer-bottom a:hover{color:var(--landing-red)}[data-theme=cdek] .theme-switcher{background:#ffffff14;border-color:#ffffff26}[data-theme=cdek] .theme-switcher__label{color:#fff9}[data-theme=cdek] .theme-switcher__btn{color:#ffffffb3}[data-theme=cdek] .theme-switcher__btn.is-active{background:#ffffff26;color:#fff;box-shadow:none}[data-theme=cdek] .city-card{border-radius:var(--radius-card);border-top:3px solid var(--landing-red)}[data-theme=cdek] .theme-switcher--header{background:var(--landing-bg-muted)}[data-theme=cdek] .scroll-top{border-radius:var(--radius-btn)}[data-theme=cdek] .clients-list__item{border-radius:var(--radius-btn);border:1px solid var(--landing-border);font-weight:500}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + var(--header-top-height, 0px) + 1rem)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-body);font-size:var(--text-body);line-height:1.55;color:var(--landing-text-on-light);background:var(--landing-bg-light);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0}:focus-visible{outline:2px solid var(--landing-red);outline-offset:3px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:200;padding:.75rem 1.25rem;border-radius:var(--radius-btn, var(--radius-pill));background:var(--landing-red);color:#fff;font-weight:600;font-size:.875rem}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding-x)}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#fffffff0;backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border);box-shadow:var(--shadow-header)}.site-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.site-header__actions{display:none;align-items:center;gap:.75rem;flex-shrink:0}@media(min-width:1024px){.site-header__actions{display:flex}}.site-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:var(--landing-navy);letter-spacing:-.02em;white-space:nowrap}.site-logo__mark{width:2rem;height:2rem;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-logo__mark img{width:100%;height:100%;object-fit:contain;display:block}.site-nav{display:none;align-items:center;gap:1.75rem}.site-nav a{font-size:.9375rem;font-weight:500;color:var(--landing-text-secondary);transition:color .15s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--landing-navy)}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.5rem 1.25rem;border-radius:var(--radius-btn, var(--radius-pill));background:var(--landing-red);color:#fff;font-size:.875rem;font-weight:600;transition:background .15s ease;white-space:nowrap}.header-cta:hover{background:var(--landing-red-hover)}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;cursor:pointer}.nav-toggle span{display:block;width:1.375rem;height:2px;background:var(--landing-navy);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.site-nav--open{display:flex;flex-direction:column;position:absolute;top:var(--header-height);left:0;right:0;padding:1.25rem var(--container-padding-x) 1.5rem;background:var(--landing-bg-light);border-bottom:1px solid var(--landing-border);box-shadow:var(--shadow-card);gap:1rem}@media(min-width:768px){.site-nav{display:flex}.nav-toggle{display:none}}.section{padding-block:var(--section-padding-y-mobile)}@media(min-width:1024px){.section{padding-block:var(--section-padding-y-desktop)}}.section--dark{background:var(--landing-bg-dark);color:var(--landing-text-on-dark)}.section--light{background:var(--landing-bg-light);color:var(--landing-text-on-light)}.section--muted{background:var(--landing-bg-muted);color:var(--landing-text-on-light)}.section__eyebrow{display:inline-block;margin-bottom:1rem;font-size:var(--text-caption);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--landing-red)}.section--dark .section__eyebrow{color:#ffffffb8}.section__title{margin:0 0 1rem;font-family:var(--font-display);font-size:var(--text-display-section);font-weight:700;letter-spacing:-.02em;line-height:1.12}.section__lead{margin:0 0 2.5rem;max-width:42rem;font-size:var(--text-body);color:var(--landing-text-secondary)}.section--dark .section__lead{color:var(--landing-text-on-dark-muted)}.section__header{margin-bottom:2.5rem}.section__header--center{text-align:center}.section__header--center .section__lead{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.875rem 2rem;border-radius:var(--radius-btn, var(--radius-pill));font-family:inherit;font-size:1rem;font-weight:600;line-height:1.2;border:1.5px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;text-align:center}.btn--primary{background:var(--landing-red);color:#fff}.btn--primary:hover{background:var(--landing-red-hover)}.btn--secondary-dark{background:transparent;color:#fff;border-color:#fff9}.btn--secondary-dark:hover{background:#ffffff1f}.btn--secondary,.btn--secondary-light{background:transparent;color:var(--landing-navy);border-color:var(--landing-border)}.btn--secondary:hover,.btn--secondary-light:hover{background:var(--landing-bg-muted);border-color:var(--landing-blue);color:var(--landing-blue)}.btn--sm{padding:.625rem 1.25rem;font-size:.9375rem}.btn-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero{min-height:auto;padding-block:2.5rem var(--section-padding-y-mobile);display:flex;align-items:center}@media(min-width:1024px){.hero{padding-block:var(--section-padding-y-hero) 4rem}}.hero__grid{display:grid;gap:3rem;align-items:center}.hero__grid>.hero__content,.hero__grid>.hero__visual{min-width:0}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:4rem}.hero--with-calculator .hero__grid{align-items:start}}.hero__eyebrow{display:inline-block;margin-bottom:.75rem;font-size:var(--text-caption);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--landing-red)}.section--dark .hero__eyebrow{color:#ffffffb8}.hero__title{margin:0 0 1rem;max-width:22ch;font-family:var(--font-display);font-size:var(--text-display-hero);font-weight:700;letter-spacing:-.025em;line-height:1.12;color:var(--landing-navy)}.section--dark .hero__title{color:#fff;max-width:16ch}.hero__subtitle{margin:0 0 1.75rem;max-width:40rem;font-size:1.0625rem;line-height:1.6;color:var(--landing-text-secondary)}.section--dark .hero__subtitle{color:var(--landing-text-on-dark-muted)}.hero__trust{margin-top:1rem;font-size:var(--text-caption);color:var(--landing-text-secondary)}.section--dark .hero__trust{color:#fff9}.section--light.hero,.hero.section--light{background:var(--hero-gradient)}.hero__visual{display:flex;justify-content:center;width:100%}.hero__calculator.hero__visual{justify-content:stretch}.screenshot-frame{position:relative;width:100%;max-width:min(720px,100%);margin-inline:auto;border-radius:var(--radius-card-lg);overflow:hidden;box-shadow:var(--shadow-mockup);background:var(--landing-bg-tertiary);border:1px solid rgba(255,255,255,.12)}.section--light .screenshot-frame,.section--muted .screenshot-frame{border-color:var(--landing-border)}.feature-block__visual.screenshot-frame{max-width:100%}.screenshot-frame--wide{max-width:min(960px,100%)}.screenshot-frame img{display:block;width:100%;height:auto;aspect-ratio:1280 / 900;object-fit:contain;object-position:top center;background:var(--landing-bg-tertiary)}.screenshot-frame__img--desktop,.screenshot-frame img.screenshot-frame__img--desktop{aspect-ratio:1280 / 900;object-fit:contain}.screenshot-frame--wide img{aspect-ratio:1280 / 900}.screenshot-placeholder[hidden]{display:none!important}.screenshot-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;aspect-ratio:1280 / 900;padding:1.5rem;background:linear-gradient(145deg,var(--landing-bg-tertiary) 0%,var(--landing-bg-muted) 100%);color:var(--landing-text-secondary);text-align:center}.screenshot-frame--wide .screenshot-placeholder{aspect-ratio:1280 / 900}.screenshot-placeholder__icon{width:3rem;height:3rem;border-radius:12px;background:var(--landing-accent-bg);display:flex;align-items:center;justify-content:center;color:var(--landing-red)}.screenshot-placeholder__icon svg{width:1.5rem;height:1.5rem}.screenshot-placeholder__label{font-size:.875rem;font-weight:600;color:var(--landing-navy)}.screenshot-placeholder__hint{font-size:var(--text-caption);opacity:.8}.screenshot-placeholder__hint,.screenshot-frame img.is-hidden{display:none}.pillars{display:grid;gap:1.25rem}@media(min-width:768px){.pillars{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.pillar-card{padding:var(--card-padding, 1.75rem);background:#fff;border:1px solid var(--landing-border);border-radius:var(--radius-card-lg);box-shadow:var(--shadow-card);transition:border-color .15s ease,box-shadow .15s ease}.pillar-card:hover{border-color:#2d5f8f40;box-shadow:0 4px 20px #1a3d5c14}.pillar-card__icon{width:2rem;height:2rem;margin-bottom:1rem;border-radius:8px;background:var(--landing-blue-soft);display:flex;align-items:center;justify-content:center;color:var(--landing-blue);font-size:.875rem;font-weight:700}.pillar-card__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;color:var(--landing-navy)}.pillar-card__text{margin:0;color:var(--landing-text-secondary)}.jtbd-grid{display:grid;gap:1.5rem}@media(min-width:768px){.jtbd-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.jtbd-grid{grid-template-columns:repeat(3,1fr)}}.jtbd-card{padding:1.5rem;border-radius:var(--radius-card-lg);background:#fff;border:1px solid var(--landing-border);box-shadow:var(--shadow-card)}.jtbd-card__title{margin:0 0 1rem;font-size:1.0625rem;font-weight:600;color:var(--landing-navy)}.jtbd-compare{display:grid;gap:.75rem;margin-bottom:1.25rem}.jtbd-compare__row{display:grid;gap:.25rem}.jtbd-compare__label{font-size:var(--text-caption);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--landing-text-secondary)}.jtbd-compare__before{font-size:.9375rem;color:var(--landing-text-secondary);opacity:.85}.jtbd-compare__after{display:flex;gap:.5rem;align-items:flex-start;font-size:.9375rem;color:var(--landing-navy);font-weight:500}.jtbd-compare__after svg{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem;color:var(--landing-red)}.jtbd-card .screenshot-frame{max-width:100%}.jtbd-card .screenshot-frame img,.jtbd-card .screenshot-placeholder{aspect-ratio:1280 / 900}.feature-block{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.feature-block{grid-template-columns:1fr 1fr;gap:3rem}.feature-block__visual{width:100%;min-width:0}.feature-block--reverse .feature-block__content{order:2}.feature-block--reverse .feature-block__visual{order:1}}.feature-block__title{margin:0 0 1rem;font-family:var(--font-display);font-size:var(--text-feature-title);font-weight:700;letter-spacing:-.02em;line-height:1.2}.feature-block__body{margin:0 0 1.5rem;color:var(--landing-text-secondary)}.feature-list{list-style:none;display:grid;gap:.625rem}.feature-list li{display:flex;gap:.625rem;align-items:flex-start;font-size:.9375rem}.feature-list li svg{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.2rem;color:var(--landing-red)}.feature-block+.feature-block{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--landing-border)}.section--muted .feature-block+.feature-block{border-top-color:#002b4914}.fac-wrap{overflow-x:auto;border-radius:var(--radius-card);border:1px solid var(--landing-border);background:#fff}.fac-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.9375rem}.fac-table th,.fac-table td{padding:.875rem 1.25rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--landing-border)}.fac-table th{background:var(--landing-bg-muted);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;color:var(--landing-text-secondary)}.fac-table tr:last-child td{border-bottom:none}.fac-table td:first-child{font-weight:600;color:var(--landing-navy);white-space:nowrap}.fac-table tbody tr:hover{background:#eef1f580}.steps{display:grid;gap:2rem;list-style:none;padding:0;margin:0}@media(min-width:768px){.steps{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.step{position:relative;text-align:center}@media(min-width:768px){.step:not(:last-child):after{content:"";position:absolute;top:1.25rem;left:calc(50% + 1.5rem);width:calc(100% - 3rem);height:2px;background:var(--landing-border)}}.step__number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;border-radius:50%;background:var(--landing-red);color:#fff;font-weight:700;font-size:1rem}.step__title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.step__text{margin:0;font-size:.9375rem;color:var(--landing-text-secondary)}.steps-cta{margin-top:3rem;text-align:center}.section-cta{margin-top:2.5rem;text-align:center}.section-cta__hint{margin:.75rem 0 0;font-size:var(--text-caption);color:var(--landing-text-secondary)}.section--dark .section-cta__hint{color:var(--landing-text-on-dark-muted)}.jtbd-other,.features-more,.fac-more{margin-top:2rem;padding:1rem 1.25rem;border:1px solid var(--landing-border);border-radius:var(--radius-card);background:#ffffff0a}.section--light .jtbd-other,.section--light .fac-more,.section--muted .features-more{background:#fff}.jtbd-other summary,.features-more summary,.fac-more summary{cursor:pointer;font-weight:600;color:inherit;list-style:none}.jtbd-other summary::-webkit-details-marker,.features-more summary::-webkit-details-marker,.fac-more summary::-webkit-details-marker{display:none}.jtbd-other[open] summary,.features-more[open] summary,.fac-more[open] summary{margin-bottom:1.5rem}.jtbd-grid--secondary,.fac-more .fac-wrap{margin-top:0}.personas{display:grid;gap:1.5rem}.personas--secretary-first{gap:2rem}.personas__secondary{display:grid;gap:1.5rem}@media(min-width:768px){.personas{grid-template-columns:repeat(3,1fr)}.personas--secretary-first{grid-template-columns:1fr}.personas__secondary{grid-template-columns:repeat(2,1fr)}}.persona-card--featured{border-color:var(--landing-red);box-shadow:var(--shadow-card);background:linear-gradient(180deg,#e306130a,#fff)}.persona-card--featured .btn{margin-top:1.25rem}.persona-card{padding:1.75rem;background:#fff;border:1px solid var(--landing-border);border-radius:var(--radius-card-lg)}.persona-card__avatar{width:3rem;height:3rem;margin-bottom:1rem;border-radius:50%;background:var(--landing-accent-bg);display:flex;align-items:center;justify-content:center;color:var(--landing-red)}.persona-card__avatar svg{width:1.5rem;height:1.5rem}.persona-card__role{margin:0 0 .25rem;font-size:var(--text-caption);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--landing-text-secondary)}.persona-card__name{margin:0 0 1rem;font-size:1.125rem;font-weight:700}.persona-card__pain{margin:0 0 1.25rem;padding-left:1rem;border-left:3px solid var(--landing-red);font-style:italic;color:var(--landing-text-secondary);font-size:.9375rem}.persona-card__solution-title{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--landing-navy)}.persona-card__solution{margin:0 0 1rem;font-size:.9375rem}.persona-card__screens{font-size:var(--text-caption);color:var(--landing-text-secondary)}.persona-card__screens strong{color:var(--landing-navy)}.faq-list{max-width:48rem;margin-inline:auto}.faq-item{border-bottom:1px solid var(--landing-border)}.faq-item:first-child{border-top:1px solid var(--landing-border)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 0;border:none;background:transparent;font-family:inherit;font-size:1.125rem;font-weight:600;text-align:left;color:var(--landing-navy);cursor:pointer}.faq-question:hover{color:var(--landing-red)}.faq-icon{flex-shrink:0;width:1.5rem;height:1.5rem;transition:transform .2s ease}.faq-item.is-open .faq-icon{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-answer__inner{overflow:hidden}.faq-answer__inner p{margin:0;padding-bottom:1.25rem;color:var(--landing-text-secondary);font-size:1rem}.site-footer{padding-block:3rem 1.5rem;background:var(--landing-bg-muted);color:var(--landing-navy);border-top:1px solid var(--landing-border)}.footer-grid{display:grid;gap:2rem;margin-bottom:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1.5fr;gap:3rem}}.footer-col__title{margin:0 0 1rem;font-size:1rem;font-weight:700}.footer-col p{margin:0 0 1rem;font-size:.9375rem;color:var(--landing-text-secondary);line-height:1.6}.footer-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--landing-red);font-weight:600;font-size:.9375rem;transition:color .15s ease}.footer-link:hover{color:var(--landing-red-hover)}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:.625rem}.footer-links a{font-size:.9375rem;color:var(--landing-text-secondary);transition:color .15s ease}.footer-links a:hover{color:var(--landing-navy);text-decoration:underline}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--landing-border);display:flex;flex-direction:column;gap:.75rem;font-size:var(--text-caption);color:var(--landing-text-secondary)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom a{color:var(--landing-blue)}.footer-bottom a:hover{color:var(--landing-navy);text-decoration:underline}.footer-legal{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.mt-0{margin-top:0}.fac-table__caption{caption-side:top;text-align:left;font-size:var(--text-caption);font-weight:600;color:var(--landing-text-secondary);padding-bottom:.75rem}.reveal-on-scroll{opacity:0;transform:translateY(1.25rem);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}.reveal-on-scroll.is-visible{opacity:1;transform:none}.scroll-top{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:90;width:3rem;height:3rem;border:none;border-radius:12px;background:var(--landing-red);color:#fff;box-shadow:var(--shadow-card);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease}.scroll-top[hidden]{display:none!important}.scroll-top:hover{background:var(--landing-red-hover);transform:translateY(-2px)}.scroll-top:focus-visible{outline:2px solid white;outline-offset:2px}.scroll-top svg{width:1.25rem;height:1.25rem;fill:currentColor}@media(prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1;transform:none;transition:none}}.breadcrumb{margin-bottom:1.25rem}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;list-style:none;margin:0;padding:0;font-size:.875rem;color:var(--landing-text-secondary)}.breadcrumb__item:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--landing-border)}.breadcrumb__item a{color:var(--landing-blue);transition:color .15s ease}.breadcrumb__item a:hover{color:var(--landing-red)}.breadcrumb__item span[aria-current]{color:var(--landing-navy)}.page-hero{padding-block:2rem 2.5rem;background:var(--page-hero-gradient);border-bottom:1px solid var(--landing-border)}.page-hero__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:var(--text-display-section);font-weight:700;letter-spacing:-.02em;color:var(--landing-navy);line-height:1.15}.page-hero__lead{margin:0;max-width:52ch;font-size:1.0625rem;line-height:1.6;color:var(--landing-text-secondary)}.blog-layout{display:grid;gap:2.5rem;padding-block:2.5rem 3.5rem}@media(min-width:1024px){.blog-layout{grid-template-columns:1fr 320px;gap:3rem;align-items:start}}.blog-section__title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:var(--landing-navy)}.blog-grid{display:grid;gap:1rem}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.blog-card{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.35rem;background:#fff;border:1px solid var(--landing-border);border-radius:var(--radius-card-lg);box-shadow:var(--shadow-card);transition:border-color .15s ease,box-shadow .15s ease;min-height:100%}.blog-card:hover{border-color:#2d5f8f4d;box-shadow:0 4px 20px #1a3d5c14}.blog-card__tag{font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--landing-red)}.blog-card__title{margin:0;font-size:1.0625rem;font-weight:600;line-height:1.35;color:var(--landing-navy)}.blog-card__excerpt{margin:0;font-size:.9375rem;line-height:1.55;color:var(--landing-text-secondary);flex-grow:1}.blog-card__more{margin-top:.25rem;font-size:.875rem;font-weight:600;color:var(--landing-blue)}.blog-sidebar{display:grid;gap:1.25rem}.blog-promo{padding:1.5rem;background:var(--landing-blue-soft);border:1px solid var(--landing-border);border-radius:var(--radius-card-lg)}.blog-promo__title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:700;color:var(--landing-navy)}.blog-promo__text{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55;color:var(--landing-text-secondary)}.blog-featured{display:grid;gap:1rem;margin-bottom:2.5rem}@media(min-width:768px){.blog-featured{grid-template-columns:repeat(3,1fr)}}.blog-featured .blog-card{background:#fff}.article-body{max-width:720px}.article-body h1{margin:0 0 1rem;font-size:var(--text-display-section);font-weight:700;color:var(--landing-navy);line-height:1.15}.article-body h2{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--landing-navy)}.article-body p{margin:0 0 1rem;line-height:1.65;color:var(--landing-text-secondary)}.article-meta{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--landing-border);font-size:var(--text-caption);color:var(--landing-text-secondary)}.answer-first-strip{padding:1rem 0 0;border-bottom:1px solid var(--landing-border);background:var(--landing-bg-light)}.answer-first-strip p{margin:0;padding-bottom:1rem;font-size:1rem;line-height:1.6;color:var(--landing-text-secondary);max-width:70ch}.theme-switcher{display:inline-flex;align-items:center;gap:.35rem;padding:3px;background:var(--landing-bg-muted);border:1px solid var(--landing-border);border-radius:var(--radius-pill)}.theme-switcher__label{font-size:.75rem;font-weight:600;color:var(--landing-text-secondary);margin-right:.25rem;white-space:nowrap}.theme-switcher__btn{padding:.4rem .85rem;border:none;background:transparent;border-radius:var(--radius-pill);font-family:inherit;font-size:.75rem;font-weight:600;color:var(--landing-text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap}.theme-switcher__btn:hover{color:var(--landing-navy)}.theme-switcher__btn.is-active{background:var(--landing-bg-light);color:var(--landing-navy);box-shadow:0 1px 3px #1a3d5c1a}.theme-switcher--header{display:none}.theme-switcher--nav{display:flex;width:100%;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--landing-border)}@media(min-width:1024px){.theme-switcher--header{display:inline-flex}.theme-switcher--nav{display:none}}.footer-bottom .theme-switcher--footer{flex-wrap:wrap;justify-content:center}.site-header__phone[data-astro-cid-ctg3m53h]{display:none}
