: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}.hero__calculator .calculator__field{min-width:0}.hero__calculator .calculator__field input{width:100%;box-sizing:border-box}@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(max-width:899px){.hero--with-calculator .hero__calculator{order:2}}[data-theme=cdek]{--landing-navy: #0f2742;--landing-blue: #005baa;--landing-blue-soft: #eef6ff;--landing-red: #d71920;--landing-red-hover: #b9141a;--landing-red-deep: #8f0f14;--landing-bg-dark: #071f3a;--landing-bg-light: #ffffff;--landing-bg-muted: #f4f8fc;--landing-bg-tertiary: #eaf1f8;--landing-text-on-light: #102033;--landing-text-secondary: #607184;--landing-border: #dbe5ef;--landing-accent-bg: rgba(215, 25, 32, .08);--font-display: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-btn: 8px;--radius-card: 10px;--radius-card-lg: 16px;--header-height: 3.75rem;--header-top-height: 2rem;--container-max: 1240px;--section-padding-y-mobile: 3rem;--section-padding-y-desktop: 4.75rem;--section-padding-y-hero: 3.25rem;--text-display-hero: clamp(2rem, 4vw, 3.5rem);--text-display-section: clamp(1.5rem, 2.3vw, 2.25rem);--shadow-card: 0 1px 2px rgba(15, 39, 66, .05), 0 14px 34px rgba(15, 39, 66, .06);--shadow-header: 0 1px 0 rgba(15, 39, 66, .08);--shadow-mockup: 0 24px 55px rgba(15, 39, 66, .12);--hero-gradient: linear-gradient(90deg, rgba(0, 91, 170, .08) 0 1px, transparent 1px) 0 0 / 88px 88px, linear-gradient(180deg, #f7fbff 0%, #ffffff 72%);--page-hero-gradient: linear-gradient(135deg, #f2f8ff 0%, #ffffff 74%);--banner-app-gradient: linear-gradient(100deg, #ffffff 0%, #f2f8ff 58%, rgba(215, 25, 32, .08) 100%);--cta-strip-gradient: linear-gradient(100deg, #ffffff 0%, #f3f8fe 100%)}[data-theme=cdek] body{font-size:1rem;line-height:1.55;letter-spacing:0;background:var(--landing-bg-light)}[data-theme=cdek] :focus-visible{outline:2px solid var(--landing-blue);outline-offset:3px}[data-theme=cdek] .hero__title,[data-theme=cdek] .page-hero__title,[data-theme=cdek] .section__title,[data-theme=cdek] .feature-block__title{font-weight:700;letter-spacing:-.02em;line-height:1.12;color:var(--landing-text-on-light)}[data-theme=cdek] .section--muted{background:linear-gradient(180deg,rgba(0,91,170,.035),transparent 18rem),var(--landing-bg-muted)}[data-theme=cdek] .section__eyebrow,[data-theme=cdek] .hero__eyebrow{color:var(--landing-blue);font-size:.75rem;font-weight:700;letter-spacing:.12em}[data-theme=cdek] .section__lead,[data-theme=cdek] .hero__subtitle,[data-theme=cdek] .feature-block__body,[data-theme=cdek] .pillar-card__text,[data-theme=cdek] .step__text{color:var(--landing-text-secondary)}.header-top{display:none}[data-theme=cdek] .header-top{display:block;min-height:var(--header-top-height);background:#f7fafd;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;min-height:var(--header-top-height);gap:1rem}[data-theme=cdek] .header-top__hours{color:var(--landing-text-secondary)}[data-theme=cdek] .header-top__phone{color:var(--landing-blue);font-weight:700;white-space:nowrap}[data-theme=cdek] .header-top__phone:hover{color:var(--landing-red)}[data-theme=cdek] .site-header{height:auto;background:#fffffffa;border-bottom:1px solid var(--landing-border);box-shadow:var(--shadow-header);backdrop-filter:blur(10px)}[data-theme=cdek] .site-header__inner{min-height:var(--header-height);gap:1.25rem}[data-theme=cdek] .site-header__inner:after{content:"";position:absolute;inset-inline:var(--container-padding-x);bottom:0;height:3px;background:linear-gradient(90deg,var(--landing-red),var(--landing-red) 6rem,var(--landing-blue) 6rem,var(--landing-blue) 100%);opacity:.95}[data-theme=cdek] .site-logo{font-size:1.2rem;font-weight:800;letter-spacing:.01em;text-transform:uppercase;color:var(--landing-text-on-light)}[data-theme=cdek] .site-logo__mark{width:2.25rem;height:2.25rem;border-radius:8px;background:#fff}[data-theme=cdek] .site-nav{gap:.25rem}[data-theme=cdek] .site-nav a{display:inline-flex;align-items:center;min-height:44px;padding:.5rem .75rem;border-radius:var(--radius-btn);color:var(--landing-text-secondary);font-size:.9rem;font-weight:600;transition:background .15s ease,color .15s ease}[data-theme=cdek] .site-nav a:hover,[data-theme=cdek] .site-nav a:focus-visible{background:var(--landing-blue-soft);color:var(--landing-blue)}[data-theme=cdek] .site-header__actions{gap:.5rem}[data-theme=cdek] .site-header__phone{display:none;color:var(--landing-text-on-light);font-size:.95rem;font-weight:800;white-space:nowrap}[data-theme=cdek] .site-header__phone:hover{color:var(--landing-red)}[data-theme=cdek] .header-cta{min-height:44px;padding:.65rem 1.2rem;border-radius:var(--radius-btn);background:var(--landing-red);color:#fff;font-size:.875rem;font-weight:800;box-shadow:none}[data-theme=cdek] .header-cta:hover{background:var(--landing-red-hover)}[data-theme=cdek] .header-cta--outline{background:#fff;color:var(--landing-blue);border:1px solid rgba(0,91,170,.32)}[data-theme=cdek] .header-cta--outline:hover{background:var(--landing-blue-soft);color:var(--landing-blue)}[data-theme=cdek] .nav-toggle{width:44px;height:44px}[data-theme=cdek] .nav-toggle span{background:var(--landing-blue)}[data-theme=cdek] .site-nav--open{top:calc(var(--header-height) + var(--header-top-height));padding-block:1rem 1.25rem;background:#fff;border-bottom:1px solid var(--landing-border)}@media(min-width:1024px){[data-theme=cdek] .site-header__phone{display:inline-flex}}[data-theme=cdek] .btn{min-height:44px;border-radius:var(--radius-btn);font-size:.95rem;font-weight:800;box-shadow:none}[data-theme=cdek] .btn--primary{background:var(--landing-red);color:#fff}[data-theme=cdek] .btn--primary:hover{background:var(--landing-red-hover)}[data-theme=cdek] .btn--secondary,[data-theme=cdek] .btn--secondary-light{background:#fff;border-color:#005baa47;color:var(--landing-blue)}[data-theme=cdek] .btn--secondary:hover,[data-theme=cdek] .btn--secondary-light:hover{background:var(--landing-blue-soft);border-color:var(--landing-blue);color:var(--landing-blue)}[data-theme=cdek] .btn--blue{background:var(--landing-blue);color:#fff}[data-theme=cdek] .btn--blue:hover{background:#004f94}[data-theme=cdek] .btn-group{gap:.65rem}[data-theme=cdek] .section--light.hero,[data-theme=cdek] .hero.section--light{position:relative;overflow:hidden;background:var(--hero-gradient)}[data-theme=cdek] .hero.section--light:before{content:"";position:absolute;inset:1.25rem max(1.25rem,calc((100vw - var(--container-max)) / 2)) auto;height:calc(100% - 2.5rem);border-radius:28px;background:#ffffffb8;border:1px solid rgba(219,229,239,.82);pointer-events:none}[data-theme=cdek] .hero.section--light:after{content:"";position:absolute;right:max(-9rem,calc((100vw - var(--container-max)) / 2 - 12rem));bottom:-10rem;width:min(36vw,28rem);aspect-ratio:1;border-radius:50%;background:#005baa1a;pointer-events:none}[data-theme=cdek] .hero .container{position:relative;z-index:1}[data-theme=cdek] .hero--with-calculator .hero__grid{gap:1.5rem}[data-theme=cdek] .hero__content{position:relative;padding:0}[data-theme=cdek] .hero__content:before{content:"";display:block;width:4rem;height:4px;margin-bottom:1.25rem;border-radius:999px;background:var(--landing-red)}[data-theme=cdek] .hero__title{max-width:13ch;margin-bottom:1.1rem}[data-theme=cdek] .hero--with-calculator .hero__title{max-width:15ch}[data-theme=cdek] .hero__subtitle{max-width:36rem;font-size:clamp(1rem,1.3vw,1.16rem)}[data-theme=cdek] .hero__trust{display:inline-flex;align-items:center;min-height:36px;margin-top:1.25rem;padding:.45rem .75rem;border:1px solid rgba(0,91,170,.18);border-radius:var(--radius-btn);background:#fff;color:var(--landing-blue);font-size:.875rem;font-weight:700}[data-theme=cdek] .hero__calculator{align-self:stretch}[data-theme=cdek] .hero__calculator .calculator__widget{position:relative;padding:1.25rem;border:1px solid rgba(0,91,170,.16);border-radius:18px;background:#fff;box-shadow:var(--shadow-mockup)}[data-theme=cdek] .hero__calculator .calculator__widget:before{content:"";position:absolute;inset:0 0 auto;height:5px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,var(--landing-red) 0 34%,var(--landing-blue) 34% 100%)}@media(min-width:1024px){[data-theme=cdek] .hero--with-calculator .hero__grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,430px);gap:3rem;align-items:center}[data-theme=cdek] .hero__content{padding-block:2rem}}@media(min-width:1200px){[data-theme=cdek] .hero--with-calculator .hero__grid{grid-template-columns:minmax(0,1.25fr) minmax(360px,440px)}}[data-theme=cdek] .calculator.section--muted{background:linear-gradient(180deg,#fff,#f5f9fd)}[data-theme=cdek] .calculator__card{max-width:980px;padding:0;background:transparent;border:0;box-shadow:none}[data-theme=cdek] .calculator__card .calculator__widget,[data-theme=cdek] .calculator__widget{background:#fff;border:1px solid var(--landing-border);border-radius:18px;box-shadow:var(--shadow-card)}[data-theme=cdek] .calculator__card .calculator__widget{padding:clamp(1.25rem,2.2vw,2rem)}[data-theme=cdek] .calculator__widget-title{color:var(--landing-text-on-light);font-size:1.35rem}[data-theme=cdek] .calculator__widget-lead,[data-theme=cdek] .calculator__hint{color:var(--landing-text-secondary)}[data-theme=cdek] .calculator__tabs{gap:0;margin-bottom:1.25rem;padding:.25rem;overflow-x:auto;flex-wrap:nowrap;border:1px solid var(--landing-border);border-radius:12px;background:#f6f9fc}[data-theme=cdek] .calculator__tab{flex:1 0 auto;min-height:44px;min-width:max-content;padding:.65rem 1rem;border:0;border-radius:8px;background:transparent;color:var(--landing-text-secondary);font-weight:800}[data-theme=cdek] .calculator__tab:hover{color:var(--landing-blue)}[data-theme=cdek] .calculator__tab.is-active{background:#fff;color:var(--landing-red);box-shadow:0 1px 5px #0f27421a}[data-theme=cdek] .calculator__field{color:var(--landing-text-on-light);font-weight:700}[data-theme=cdek] .calculator__field input,[data-theme=cdek] .b2b-form input,[data-theme=cdek] .b2b-form textarea,[data-theme=cdek] .order-form input,[data-theme=cdek] .order-form textarea{min-height:44px;border-color:var(--landing-border);border-radius:var(--radius-btn);background:#fbfdff}[data-theme=cdek] .calculator__field input:focus,[data-theme=cdek] .b2b-form input:focus,[data-theme=cdek] .b2b-form textarea:focus,[data-theme=cdek] .order-form input:focus,[data-theme=cdek] .order-form textarea:focus{outline:none;border-color:var(--landing-blue);box-shadow:0 0 0 3px #005baa29}[data-theme=cdek] .calculator__submit{max-width:none}@media(min-width:760px){[data-theme=cdek] .calculator__card .calculator__fields{grid-template-columns:repeat(3,1fr)}}[data-theme=cdek] .pillars,[data-theme=cdek] .jtbd-grid{gap:1rem}[data-theme=cdek] .pillar-card,[data-theme=cdek] .jtbd-card,[data-theme=cdek] .persona-card,[data-theme=cdek] .blog-card,[data-theme=cdek] .city-card{position:relative;overflow:hidden;border:1px solid var(--landing-border);border-radius:16px;background:#fff;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}[data-theme=cdek] .pillar-card:before,[data-theme=cdek] .jtbd-card:before,[data-theme=cdek] .city-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--landing-blue)}[data-theme=cdek] .pillar-card:nth-child(3n+2):before,[data-theme=cdek] .jtbd-card:nth-child(3n+2):before,[data-theme=cdek] .city-card:nth-child(3n+2):before{background:var(--landing-red)}[data-theme=cdek] .pillar-card:hover,[data-theme=cdek] .jtbd-card:hover,[data-theme=cdek] .persona-card:hover,[data-theme=cdek] .blog-card:hover,[data-theme=cdek] .city-card:hover{border-color:#005baa4d;box-shadow:0 16px 36px #0f274214;transform:translateY(-2px)}[data-theme=cdek] .pillar-card{min-height:100%;padding:1.35rem 1.35rem 1.45rem}[data-theme=cdek] .pillar-card__icon{width:2.75rem;height:2.75rem;margin-bottom:1.15rem;border-radius:10px;background:var(--landing-blue-soft);color:var(--landing-blue);font-size:.95rem}[data-theme=cdek] .pillar-card:nth-child(3n+2) .pillar-card__icon{background:var(--landing-accent-bg);color:var(--landing-red)}[data-theme=cdek] .pillar-card__title,[data-theme=cdek] .jtbd-card__title,[data-theme=cdek] .blog-card__title,[data-theme=cdek] .blog-promo__title{color:var(--landing-text-on-light)}[data-theme=cdek] .pillar-card__text a,[data-theme=cdek] .jtbd-card a,[data-theme=cdek] .article-body a{color:var(--landing-blue);font-weight:700}[data-theme=cdek] .pillar-card__text a:hover,[data-theme=cdek] .jtbd-card a:hover,[data-theme=cdek] .article-body a:hover{color:var(--landing-red)}[data-theme=cdek] .jtbd-card{padding:1.35rem;border-left:0}[data-theme=cdek] .jtbd-compare__label{color:var(--landing-blue)}[data-theme=cdek] .jtbd-compare__after{color:var(--landing-text-on-light)}[data-theme=cdek] .jtbd-compare__after svg,[data-theme=cdek] .feature-list li svg{color:var(--landing-red)}@media(min-width:768px){[data-theme=cdek] .pillars{grid-template-columns:repeat(6,1fr)}[data-theme=cdek] .pillar-card{grid-column:span 2}[data-theme=cdek] .pillar-card:nth-child(5n+1),[data-theme=cdek] .pillar-card:nth-child(5n+2){grid-column:span 3}[data-theme=cdek] .jtbd-grid{grid-template-columns:repeat(6,1fr)}[data-theme=cdek] .jtbd-card{grid-column:span 3}}@media(min-width:1200px){[data-theme=cdek] .jtbd-card{grid-column:span 2}[data-theme=cdek] .jtbd-card:nth-child(4n+1),[data-theme=cdek] .jtbd-card:nth-child(4n+4){grid-column:span 3}}[data-theme=cdek] .steps{gap:1rem;counter-reset:cdek-step}[data-theme=cdek] .step{padding:1.25rem;border:1px solid var(--landing-border);border-radius:16px;background:#fff;text-align:left}[data-theme=cdek] .step:not(:last-child):after{background:linear-gradient(90deg,#005baa5c,#d7192047)}[data-theme=cdek] .step__number{width:2.5rem;height:2.5rem;border-radius:10px;background:var(--landing-blue);color:#fff}[data-theme=cdek] .step:nth-child(2n) .step__number{background:var(--landing-red)}[data-theme=cdek] .fac-wrap,[data-theme=cdek] .tariff-table{border-color:var(--landing-border);border-radius:16px;background:#fff;box-shadow:var(--shadow-card)}[data-theme=cdek] .fac-table th{background:var(--landing-bg-dark);color:#fff;font-size:.82rem;letter-spacing:.02em}[data-theme=cdek] .fac-table td:first-child{color:var(--landing-text-on-light)}[data-theme=cdek] .fac-table tbody tr:hover{background:var(--landing-blue-soft)}[data-theme=cdek] .faq-list{max-width:860px}[data-theme=cdek] .faq-item{border:1px solid var(--landing-border);border-radius:14px;background:#fff;box-shadow:none}[data-theme=cdek] .faq-item__trigger,[data-theme=cdek] .faq-question{min-height:52px;color:var(--landing-text-on-light);font-weight:700}[data-theme=cdek] .faq-item__trigger:hover,[data-theme=cdek] .faq-question:hover{color:var(--landing-blue)}[data-theme=cdek] .faq-item__panel,[data-theme=cdek] .faq-answer__inner p{color:var(--landing-text-secondary)}[data-theme=cdek] .section-cta__card{border:1px solid rgba(0,91,170,.16);border-radius:20px;background:var(--cta-strip-gradient);box-shadow:var(--shadow-card)}[data-theme=cdek] .answer-first-strip{background:#fff;border-bottom-color:var(--landing-border)}[data-theme=cdek] .answer-first-strip p{padding:1rem 1.25rem;border-left:4px solid var(--landing-blue);border-radius:0 12px 12px 0;background:var(--landing-blue-soft);color:var(--landing-text-on-light)}[data-theme=cdek] .page-hero{background:var(--page-hero-gradient);border-bottom:1px solid var(--landing-border);padding-block:2.25rem 2.75rem}[data-theme=cdek] .breadcrumb__item a,[data-theme=cdek] .blog-card__more,[data-theme=cdek] .footer-bottom a{color:var(--landing-blue)}[data-theme=cdek] .breadcrumb__item a:hover,[data-theme=cdek] .blog-card__more:hover,[data-theme=cdek] .footer-bottom a:hover{color:var(--landing-red)}[data-theme=cdek] .blog-card__tag{align-self:flex-start;padding:.22rem .55rem;border-radius:999px;background:var(--landing-accent-bg);color:var(--landing-red);font-weight:800}[data-theme=cdek] .blog-promo{border-color:#005baa2e;border-radius:16px;background:var(--landing-blue-soft)}[data-theme=cdek] .city-card{padding-left:1.5rem}[data-theme=cdek] .clients-list__item{border:1px solid var(--landing-border);border-radius:var(--radius-btn);background:#fff;color:var(--landing-text-on-light);font-weight:700}[data-theme=cdek] .site-footer{position:relative;overflow:hidden;padding-block:3.75rem 1.5rem;background:linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px) 0 0 / 76px 76px,linear-gradient(135deg,#071f3a,#0c3156);color:var(--landing-text-on-dark-muted);border-top:0}[data-theme=cdek] .site-footer:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--landing-red) 0 28%,var(--landing-blue) 28% 100%)}[data-theme=cdek] .footer-grid{position:relative;gap:2.5rem}[data-theme=cdek] .footer-col__title{color:#fff;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase}[data-theme=cdek] .footer-col p,[data-theme=cdek] .footer-links a{color:#ffffffb8}[data-theme=cdek] .footer-links a{display:inline-flex;align-items:center;min-height:38px}[data-theme=cdek] .footer-links a:hover,[data-theme=cdek] .footer-link,[data-theme=cdek] .footer-bottom a:hover{color:#fff;text-decoration:none}[data-theme=cdek] .footer-link{border-bottom:2px solid var(--landing-red)}[data-theme=cdek] .footer-bottom{border-top-color:#ffffff24;color:#ffffff8c}[data-theme=cdek] .theme-switcher{border-color:#005baa2e;background:#f6f9fc}[data-theme=cdek] .theme-switcher__btn.is-active{background:#fff;color:var(--landing-blue)}[data-theme=cdek] .site-footer .theme-switcher{border-color:#ffffff29;background:#ffffff14}[data-theme=cdek] .site-footer .theme-switcher__label,[data-theme=cdek] .site-footer .theme-switcher__btn{color:#ffffffb8}[data-theme=cdek] .site-footer .theme-switcher__btn.is-active{background:#ffffff29;color:#fff}[data-theme=cdek] .scroll-top{border-radius:var(--radius-btn);background:var(--landing-red)}[data-theme=cdek] .scroll-top:hover{background:var(--landing-red-hover)}[data-theme=cdek] .cdek-header__utility{min-height:var(--header-top-height);background:#f7fafd;border-bottom:1px solid var(--landing-border);font-size:.8125rem}[data-theme=cdek] .cdek-header__utility-inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-top-height);gap:1rem}[data-theme=cdek] .cdek-header__hours,[data-theme=cdek] .cdek-header__quick-links{color:var(--landing-text-secondary)}[data-theme=cdek] .cdek-header__quick-links{display:flex;flex-wrap:wrap;gap:.85rem;margin-left:auto}[data-theme=cdek] .cdek-header__quick-links a,[data-theme=cdek] .cdek-header__phone{color:var(--landing-blue);font-weight:700}[data-theme=cdek] .cdek-header__quick-links a:hover,[data-theme=cdek] .cdek-header__phone:hover{color:var(--landing-red)}[data-theme=cdek] .cdek-logo__text{white-space:nowrap}[data-theme=cdek] .cdek-hero{min-height:auto}[data-theme=cdek] .cdek-hero__grid{position:relative;z-index:1;display:grid;gap:1.5rem;align-items:center}[data-theme=cdek] .cdek-hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.5rem;max-width:38rem}[data-theme=cdek] .cdek-hero__metrics span,[data-theme=cdek] .cdek-tracking-card,[data-theme=cdek] .cdek-quick-action{border:1px solid var(--landing-border);border-radius:14px;background:#fff;box-shadow:var(--shadow-card)}[data-theme=cdek] .cdek-hero__metrics span{padding:.8rem .9rem;color:var(--landing-text-secondary);font-size:.875rem}[data-theme=cdek] .cdek-hero__metrics strong{display:block;color:var(--landing-text-on-light);font-size:1.15rem}[data-theme=cdek] .cdek-hero__desk{display:grid;gap:1rem}[data-theme=cdek] .cdek-tracking-card{position:relative;overflow:hidden;padding:1.1rem 1.2rem}[data-theme=cdek] .cdek-tracking-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--landing-red) 0 34%,var(--landing-blue) 34% 100%)}[data-theme=cdek] .cdek-tracking-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:1rem}[data-theme=cdek] .cdek-tracking-card__label{color:var(--landing-text-secondary);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}[data-theme=cdek] .cdek-tracking-card strong{color:var(--landing-text-on-light)}[data-theme=cdek] .cdek-tracking-card__status{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:var(--landing-success);font-weight:800}[data-theme=cdek] .cdek-tracking-card__status span{width:.65rem;height:.65rem;border-radius:999px;background:var(--landing-success)}[data-theme=cdek] .cdek-tracking-card p{margin:.55rem 0 0;color:var(--landing-text-secondary)}[data-theme=cdek] .cdek-quick-actions{padding-block:2.5rem}[data-theme=cdek] .cdek-quick-actions__grid{display:grid;gap:1rem}[data-theme=cdek] .cdek-quick-action{display:grid;gap:.55rem;min-height:100%;padding:1.2rem;color:var(--landing-text-secondary);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}[data-theme=cdek] .cdek-quick-action:hover{border-color:#005baa57;box-shadow:0 16px 36px #0f274214;transform:translateY(-2px)}[data-theme=cdek] .cdek-quick-action__index{color:var(--landing-red);font-size:.75rem;font-weight:900;letter-spacing:.12em}[data-theme=cdek] .cdek-quick-action strong{color:var(--landing-text-on-light);font-size:1.1rem}[data-theme=cdek] .cdek-footer__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:2rem}[data-theme=cdek] .cdek-footer__brand{max-width:42rem}[data-theme=cdek] .cdek-footer__brand p{margin:.5rem 0 0;color:#ffffffb8}[data-theme=cdek] .cdek-footer__kicker{display:inline-flex;margin-bottom:.6rem;color:#ffffff94;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}[data-theme=cdek] .cdek-footer__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media(max-width:767px){[data-theme=cdek] .cdek-header__utility-inner{justify-content:center}[data-theme=cdek] .cdek-header__hours,[data-theme=cdek] .cdek-header__quick-links{display:none}[data-theme=cdek] .cdek-hero__metrics{grid-template-columns:1fr}[data-theme=cdek] .header-top__inner{justify-content:center}[data-theme=cdek] .header-top__hours{display:none}[data-theme=cdek] .site-header__inner:after{inset-inline:var(--container-padding-x)}[data-theme=cdek] .hero.section--light:before{inset:.75rem .75rem auto;height:calc(100% - 1.5rem);border-radius:20px}[data-theme=cdek] .hero__title{max-width:100%}[data-theme=cdek] .pillars,[data-theme=cdek] .jtbd-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){[data-theme=cdek] .pillar-card:hover,[data-theme=cdek] .jtbd-card:hover,[data-theme=cdek] .persona-card:hover,[data-theme=cdek] .blog-card:hover,[data-theme=cdek] .city-card:hover,[data-theme=cdek] .cdek-quick-action:hover{transform:none}}@media(min-width:760px){[data-theme=cdek] .cdek-quick-actions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){[data-theme=cdek] .cdek-hero__grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,430px);gap:3rem}[data-theme=cdek] .cdek-quick-actions__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}[data-theme=cdek] .answer-first-strip{display:none}[data-theme=cdek] .cdek-hero{padding-block:clamp(2rem,4vw,4rem);min-height:auto}[data-theme=cdek] .cdek-hero.section--light:before{inset:1rem max(1rem,calc((100vw - var(--container-max)) / 2)) auto;height:calc(100% - 2rem);border-radius:24px;background:linear-gradient(135deg,#ffffffeb,#eef6ffb8)}[data-theme=cdek] .cdek-hero__grid{align-items:center}[data-theme=cdek] .cdek-hero__content:before{width:3rem;height:3px;margin-bottom:1rem}[data-theme=cdek] .cdek-hero .hero__eyebrow{margin-bottom:.65rem;color:var(--landing-blue)}[data-theme=cdek] .cdek-hero .hero__title{max-width:11.5ch;margin-bottom:1rem;font-size:clamp(2.25rem,4.6vw,4.35rem);line-height:.98;letter-spacing:-.055em}[data-theme=cdek] .cdek-hero .hero__subtitle{max-width:40rem;margin-bottom:1.65rem;color:#4b5d70;font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.55}[data-theme=cdek] .cdek-hero__metrics{max-width:42rem;margin-top:1.35rem}[data-theme=cdek] .cdek-hero__metrics span{border-radius:14px;box-shadow:0 12px 28px #0f27420f}[data-theme=cdek] .cdek-service-panel{position:relative;display:grid;gap:.85rem;padding:.85rem;border:1px solid rgba(0,91,170,.14);border-radius:24px;background:#ffffffdb;box-shadow:0 22px 55px #0f27421f}[data-theme=cdek] .cdek-service-panel .calculator__widget{border:0;border-radius:18px;box-shadow:none}[data-theme=cdek] .cdek-service-panel .calculator__widget-header{margin-bottom:.9rem}[data-theme=cdek] .cdek-service-panel .calculator__widget-title{font-size:1.2rem}[data-theme=cdek] .cdek-service-panel .calculator__widget-lead{font-size:.88rem}[data-theme=cdek] .cdek-service-panel .calculator__tabs{margin-bottom:1rem;padding:.2rem;border-radius:14px;background:#eef4fa}[data-theme=cdek] .cdek-service-panel .calculator__tab{min-height:40px;padding:.55rem .7rem;font-size:.86rem}[data-theme=cdek] .cdek-service-panel .calculator__fields{gap:.75rem}[data-theme=cdek] .cdek-service-panel .calculator__field{gap:.28rem;font-size:.78rem}[data-theme=cdek] .cdek-service-panel .calculator__field input{min-height:42px;padding:.65rem .8rem;font-size:.95rem}[data-theme=cdek] .cdek-service-panel .calculator__hint{margin-bottom:.8rem;font-size:.86rem}[data-theme=cdek] .cdek-service-panel .calculator__submit{min-height:44px;border-radius:10px}[data-theme=cdek] .cdek-tracking-card{padding:1rem 1.05rem;border:0;border-radius:18px;background:linear-gradient(135deg,#fff,#eef6ff);box-shadow:none}[data-theme=cdek] .cdek-tracking-card:before{height:0}[data-theme=cdek] .cdek-tracking-card__status{margin-top:.85rem;color:var(--landing-blue)}[data-theme=cdek] .cdek-tracking-card__status span{background:var(--landing-blue)}[data-theme=cdek] .cdek-quick-actions{padding-block:2.75rem;background:#fff}[data-theme=cdek] .cdek-quick-actions .section__header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.25rem}[data-theme=cdek] .cdek-quick-actions .section__eyebrow{margin-bottom:.35rem}[data-theme=cdek] .cdek-quick-actions .section__title{margin-bottom:0}[data-theme=cdek] .cdek-quick-actions__grid{gap:.85rem}[data-theme=cdek] .cdek-quick-action{grid-template-columns:auto 1fr;align-items:start;padding:1rem;border-radius:16px;box-shadow:none}[data-theme=cdek] .cdek-quick-action__index{grid-row:span 2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:10px;background:var(--landing-blue-soft);color:var(--landing-blue);letter-spacing:0}[data-theme=cdek] .cdek-quick-action strong{font-size:1rem}[data-theme=cdek] .cdek-quick-action span:last-child{color:var(--landing-text-secondary);font-size:.9rem;line-height:1.45}[data-theme=cdek] .pillars{gap:1rem}@media(min-width:768px){[data-theme=cdek] .pillars{grid-template-columns:repeat(3,minmax(0,1fr))}[data-theme=cdek] .pillar-card,[data-theme=cdek] .pillar-card:nth-child(5n+1),[data-theme=cdek] .pillar-card:nth-child(5n+2){grid-column:auto}}[data-theme=cdek] .pillar-card{display:grid;grid-template-rows:auto auto 1fr;min-height:13rem;padding:1.35rem;border-radius:18px}[data-theme=cdek] .pillar-card:before{inset:0 0 auto;width:auto;height:4px;background:linear-gradient(90deg,var(--landing-blue),var(--landing-red))}[data-theme=cdek] .pillar-card__icon{width:2.5rem;height:2.5rem;margin-bottom:1rem}[data-theme=cdek] .pillar-card__title{font-size:1.12rem}[data-theme=cdek] .calculator.section--muted{background:#f7fafc}[data-theme=cdek] .calculator__card{max-width:980px}[data-theme=cdek] .calculator__card .calculator__widget{border-radius:22px;box-shadow:0 18px 45px #0f274214}[data-theme=cdek] .calculator__card .calculator__widget-header{display:flex;align-items:end;justify-content:space-between;gap:1.25rem}[data-theme=cdek] .calculator__card .calculator__widget-title{margin-bottom:0}[data-theme=cdek] .calculator__card .calculator__widget-lead{max-width:24rem;text-align:right}[data-theme=cdek] .calculator__card .calculator__submit{max-width:260px}[data-theme=cdek] .tariff-table{overflow:hidden;border:0;border-collapse:separate;border-spacing:0;border-radius:22px;box-shadow:0 18px 45px #0f274214}[data-theme=cdek] .tariff-table thead th{padding:1rem 1.15rem;border:0!important;background:#071f3a!important;color:#fff!important;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}[data-theme=cdek] .tariff-table tbody td{padding:1rem 1.15rem;border:0!important;border-bottom:1px solid var(--landing-border)!important;background:#fff!important}[data-theme=cdek] .tariff-table tbody tr:nth-child(2n) td{background:#f7fafc!important}[data-theme=cdek] .tariff-table tbody tr:hover td{background:var(--landing-blue-soft)!important}[data-theme=cdek] .tariff-table tbody td:nth-child(3){color:var(--landing-red);font-size:1.08rem;font-weight:900}[data-theme=cdek] .tariff-table tbody tr:last-child td{border-bottom:0}[data-theme=cdek] .table-scroll{border-radius:22px}@media(max-width:767px){[data-theme=cdek] .cdek-hero .hero__title{max-width:100%;font-size:clamp(2.1rem,13vw,3.4rem)}[data-theme=cdek] .cdek-hero__metrics{grid-template-columns:1fr}[data-theme=cdek] .cdek-quick-actions .section__header,[data-theme=cdek] .calculator__card .calculator__widget-header{display:block}[data-theme=cdek] .calculator__card .calculator__widget-lead{margin-top:.5rem;text-align:left}}@media(min-width:1024px){[data-theme=cdek] .cdek-hero__grid{grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:clamp(2rem,4vw,4.5rem)}}*,*: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}.table-scroll[data-astro-cid-ajso5cdr]{overflow-x:auto;-webkit-overflow-scrolling:touch}.tariff-table[data-astro-cid-ajso5cdr]{width:100%;border-collapse:collapse;min-width:480px}.tariff-table[data-astro-cid-ajso5cdr] th[data-astro-cid-ajso5cdr],.tariff-table[data-astro-cid-ajso5cdr] td[data-astro-cid-ajso5cdr]{padding:.75rem 1rem;border:1px solid var(--landing-border);text-align:left}.tariff-table[data-astro-cid-ajso5cdr] th[data-astro-cid-ajso5cdr]{background:var(--landing-bg-muted);font-weight:600}.clients-list[data-astro-cid-2ssonhzt]{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;list-style:none;margin-top:1.5rem;padding:0}.clients-list__item[data-astro-cid-2ssonhzt]{padding:.75rem 1.25rem;background:var(--landing-bg-light);border-radius:var(--radius-pill);border:1px solid var(--landing-border);font-weight:600;color:var(--landing-text-on-light)}.faq-list[data-astro-cid-mma6lu5r]{margin-top:1.5rem;display:grid;gap:.5rem}.faq-item[data-astro-cid-mma6lu5r]{border:1px solid var(--landing-border);border-radius:var(--radius-card);overflow:hidden}.faq-item__trigger[data-astro-cid-mma6lu5r]{width:100%;text-align:left;padding:1rem 1.25rem;background:var(--landing-bg-light);border:none;font-family:inherit;font-weight:600;font-size:1rem;cursor:pointer;color:var(--landing-text-on-light);min-height:44px}.faq-item__panel[data-astro-cid-mma6lu5r]{padding:0 1.25rem 1rem;color:var(--landing-text-secondary)}.faq-item[data-astro-cid-mma6lu5r].is-open .faq-item__panel[data-astro-cid-mma6lu5r]{display:block}.faq-item__panel[data-astro-cid-mma6lu5r][hidden]{display:none}.faq-item[data-astro-cid-mma6lu5r].is-open .faq-item__panel[data-astro-cid-mma6lu5r][hidden]{display:block}.section-cta__card[data-astro-cid-4kcsflf3]{text-align:center;max-width:720px;margin:0 auto;padding:2.5rem 2rem;background:var(--landing-blue-soft);border:1px solid var(--landing-border);border-radius:var(--radius-card-lg)}.section-cta__hint[data-astro-cid-4kcsflf3]{color:var(--landing-text-secondary);margin-bottom:1.5rem}.b2b-form__grid[data-astro-cid-4kcsflf3]{display:grid;gap:.75rem;margin-bottom:1rem}.b2b-form[data-astro-cid-4kcsflf3] input[data-astro-cid-4kcsflf3]{padding:.75rem 1rem;border-radius:12px;border:1px solid var(--landing-border);min-height:44px;font-size:1rem}@media(min-width:640px){.b2b-form__grid[data-astro-cid-4kcsflf3]{grid-template-columns:1fr 1fr}}.content-block[data-astro-cid-tsdxtxeu] h2{font-size:var(--text-display-section);margin:0 0 1rem}.content-block[data-astro-cid-tsdxtxeu] p{margin:0 0 1rem;max-width:70ch;color:var(--landing-text-secondary)}.order-form[data-astro-cid-siv3g4u6]{max-width:720px;margin:0 auto}.order-form__grid[data-astro-cid-siv3g4u6]{display:grid;gap:1rem;margin-bottom:1.25rem}.order-form[data-astro-cid-siv3g4u6] label[data-astro-cid-siv3g4u6]{display:grid;gap:.35rem;font-weight:500}.order-form[data-astro-cid-siv3g4u6] input[data-astro-cid-siv3g4u6]{padding:.75rem 1rem;border:1px solid var(--landing-border);border-radius:12px;min-height:44px;font-size:1rem}@media(min-width:640px){.order-form__grid[data-astro-cid-siv3g4u6]{grid-template-columns:1fr 1fr}}
