:root{--red:#ee1627;--red-hover:#cc0e1d;--ink:#111521;--muted:#64728a;--line:#e2e9ef;--surface:#eff5f8;--white:#fff;--radius:9px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.45}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button,a,summary{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}img{max-width:100%;display:block}button{border:0}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(36px,4.1vw,58px);font-weight:750;max-width:590px}h2{font-size:clamp(29px,3vw,40px);font-weight:700}h3{font-size:19px;letter-spacing:-.025em;line-height:1.25}p{color:var(--muted)}.container{width:min(1120px,calc(100% - 64px));margin-inline:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid transparent}.header-inner{display:flex;align-items:center;gap:30px;min-height:89px}.brand{display:flex;flex-direction:column;flex-shrink:0}.brand strong{font-size:19px;letter-spacing:-.055em}.brand span{font-size:12px;color:var(--muted);margin-top:0}.brand img{object-fit:contain}nav{display:flex;gap:25px;align-items:center}nav a{font-size:14px;min-height:44px;display:flex;align-items:center;white-space:nowrap}nav a:hover{color:var(--red)}.header-actions{display:flex;align-items:center;gap:18px;margin-left:auto;white-space:nowrap}.header-phone{font-size:15px;font-weight:600}.text-button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0;background:none;color:var(--red);font-weight:500;text-align:left}.text-button:hover{color:var(--red-hover)}.header .text-button{font-size:14px}.text-button svg{width:18px;height:18px}.menu-button{display:none;width:44px;height:44px;background:none;padding:10px}.menu-button span{display:block;height:2px;background:var(--ink);margin:5px 0}.hero{display:grid;grid-template-columns:.88fr 1.12fr;gap:38px;align-items:center;padding:20px 0 32px}.eyebrow{text-transform:uppercase;font-size:14px;letter-spacing:.065em;font-weight:600;margin-bottom:14px;color:#687790}.hero .intro{font-size:19px;line-height:1.4;margin:18px 0 27px;max-width:430px}.button{display:inline-flex;justify-content:center;align-items:center;gap:18px;min-height:52px;border-radius:6px;padding:13px 25px;font-weight:500;line-height:1.3;text-align:center;border:1px solid transparent}.primary{background:var(--red);color:#fff;box-shadow:0 3px 8px #ee162710}.primary:hover{background:var(--red-hover)}.primary:disabled{opacity:.65;cursor:wait}.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.hero-image{aspect-ratio:398/300;border-radius:var(--radius);overflow:hidden;box-shadow:0 5px 12px #1e293b0c}.hero-image img{width:100%;height:100%;object-fit:cover}.audience{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);padding:23px 0}.audience-item{display:flex;align-items:center;justify-content:center;gap:17px;padding:2px 20px;color:#293148}.audience-item:not(:last-child){border-right:1px solid #d3dce7}.audience-item svg{width:37px;height:37px}.section{margin-top:43px}.section-subtitle{margin-top:9px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:25px}.product-card{border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;background:#fff;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 7px 24px #14253810;transform:translateY(-3px)}.product-image{aspect-ratio:4/3;background:#eff5f8;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-content{padding:12px 15px 8px;display:flex;flex-direction:column;flex:1}.category{font-size:12px;margin-bottom:6px;color:#68778d}.product-card h3{font-size:17px;font-weight:500;line-height:1.3;letter-spacing:-.035em;margin-bottom:3px}.product-card .text-button{margin-top:auto;font-size:15px}.product-price{font-weight:600;margin-top:8px;color:var(--ink)}.about{display:grid;grid-template-columns:1.08fr 1fr;gap:55px;align-items:center}.about figure{min-width:0}.about img{width:100%;aspect-ratio:5/3;object-fit:cover;border-radius:var(--radius)}figcaption{color:var(--muted);font-size:12px;margin-top:10px}.about h2{max-width:420px}.about p:not(.eyebrow){margin-top:13px;font-size:17px;line-height:1.45}.about .text-button{margin-top:6px}.steps{background:var(--surface);padding:29px 30px 28px;border-radius:12px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:25px 0 0;padding:0}.steps-grid li{padding:0 26px}.steps-grid li:first-child{padding-left:0}.steps-grid li:not(:last-child){border-right:1px solid #cfdbe7}.step-number{display:flex;align-items:center;justify-content:center;width:49px;height:49px;border:2px solid var(--red);border-radius:50%;font-size:25px;line-height:1;color:var(--red);background:#fff;margin-bottom:12px}.steps h3{font-size:19px;letter-spacing:-.04em}.steps li p{margin-top:11px;font-size:16px;line-height:1.3}.price-section{display:grid;grid-template-columns:1.15fr 1fr;gap:45px;background:#29343c;color:#fff;border-radius:12px;padding:23px;margin-top:28px}.price-copy{padding:38px 15px 20px;display:flex;flex-direction:column;align-items:flex-start}.price-copy .eyebrow{color:#d6dfe5}.price-copy h2{font-size:clamp(31px,3.4vw,44px);max-width:490px}.price-copy>p:not(.eyebrow){color:#d6dfe5;font-size:20px;max-width:410px;margin-top:18px}.price-journey{display:flex;gap:22px;color:#e5ebef;margin-top:auto;padding-top:45px;font-size:16px}.lead-form{background:#fff;border-radius:8px;padding:20px;color:var(--ink);min-width:0}.field{margin-bottom:10px}.field label,.product-picker legend{display:block;font-size:13px;color:#46546c;margin-bottom:5px}.field label span,.product-picker legend span{font-size:12px}input:not([type=checkbox]):not([type=hidden]),textarea,select{width:100%;min-width:0;min-height:44px;border:1px solid #d6e0eb;border-radius:4px;padding:9px 11px;color:var(--ink);background:#fff}textarea{resize:vertical;display:block}input::placeholder,textarea::placeholder{color:#738198;font-size:14px}select{font-size:14px}input[type=checkbox]{accent-color:var(--red);width:17px;height:17px;flex-shrink:0;margin:2px 0 0}fieldset{border:0;padding:0;margin:0 0 10px}summary{cursor:pointer;list-style:none;border:1px solid #d6e0eb;border-radius:4px;padding:10px 12px;min-height:44px;color:#65738a;font-size:14px}summary:after{content:'⌄';float:right;font-size:18px;line-height:1}.product-options{padding:5px 12px;border:1px solid var(--line);border-top:0;max-height:230px;overflow:auto}.product-options label{display:flex;gap:10px;align-items:flex-start;padding:10px 0;font-size:14px;min-height:44px}.selected-count{color:var(--red)}.consent-field{margin:11px 0}.consent-field a{text-decoration:underline;color:#5d6d85;text-underline-offset:2px}.submit-button{width:100%;font-size:16px;min-height:49px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.field-error{display:block;font-size:13px;color:#b80f1e;margin-top:4px}.field-error:empty{display:none}.form-result:empty{display:none}.form-result{padding:15px;border-radius:6px;margin-top:15px;background:#edf6f0;color:#225439;font-size:14px}.form-result.error{background:#fff1f1;color:#a01a25}[aria-invalid=true]{border-color:#b80f1e!important}.contacts{margin-top:42px}.contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:26px;margin-top:25px}.contact-item{display:flex;gap:17px;min-width:0;padding:2px 22px 8px 0}.contact-item:not(:last-child){border-right:1px solid var(--line)}.contact-icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:50%;background:var(--surface);flex-shrink:0}.contact-icon svg{width:25px;height:25px}.contact-item h3{font-size:15px;font-weight:500;margin:5px 0 8px;letter-spacing:-.02em}.contact-item p,.contact-item a{font-size:14px;overflow-wrap:anywhere}.contact-item a:not(.messenger){display:block;margin-top:4px}.contact-item .text-button{font-size:14px;margin-top:8px;white-space:nowrap}.contact-item .messenger-label{font-size:12px;margin-top:8px}.messengers{display:flex;gap:9px;margin-top:8px}.messenger{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#179bd1;color:#fff;font-size:25px!important;font-weight:700}.messenger.max{background:#7636ed}.footer{margin-top:22px;border-top:1px solid var(--line);padding-block:22px 35px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}.footer strong{letter-spacing:-.04em}.footer span{color:var(--muted);margin-left:18px;padding-left:18px;border-left:1px solid var(--line)}.footer-links{display:flex;gap:17px;color:var(--muted);flex-wrap:wrap}.footer a:hover{text-decoration:underline}dialog{border:1px solid var(--line);border-radius:14px;padding:30px;width:min(480px,calc(100% - 30px));max-height:calc(100dvh - 35px);overflow:auto;color:var(--ink);box-shadow:0 20px 90px #0003}dialog::backdrop{background:#15222b88;backdrop-filter:blur(3px)}dialog .lead-form{padding:20px 0 0}dialog h2{font-size:32px}.dialog-close{position:absolute;right:12px;top:10px;width:44px;height:44px;font-size:31px;line-height:1;background:transparent;color:#65738a}.cookie-banner{position:fixed;bottom:20px;left:20px;z-index:40;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 40px #0002;padding:20px;max-width:460px}.cookie-banner p{margin-bottom:14px;font-size:14px}.cookie-banner .button{min-height:44px;padding:10px 18px;margin-right:5px;font-size:14px}.cookie-banner[hidden]{display:none}.legal-page{max-width:850px;padding-block:50px}.legal-page h1{font-size:38px;margin:25px 0;overflow-wrap:anywhere}.legal-page p{margin:16px 0}.legal-text{line-height:1.7}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip:focus{position:fixed;left:10px;top:10px;background:#fff;z-index:100;padding:12px}:focus-visible{outline:3px solid #2678b5;outline-offset:4px}button,a,summary{transition:color .15s,background-color .15s}
@media(min-width:1440px){.hero{gap:45px}.hero h1{font-size:56px}}@media(max-width:1050px){.container{width:calc(100% - 46px)}.header-inner{gap:20px}nav{gap:16px}.header-phone{display:none}.hero{gap:25px}h1{font-size:43px}.hero .intro{font-size:17px}.hero .button{padding-inline:20px}.audience-item{gap:12px;padding-inline:12px;font-size:14px}.about{gap:35px}.price-section{gap:23px}.price-copy{padding:30px 5px 15px}.price-journey{gap:13px;font-size:14px}.contact-grid{gap:18px}.contact-item{gap:12px;padding-right:15px}.footer{align-items:flex-start}.footer-links{flex-direction:column;gap:7px}}
@media(max-width:760px){.header-inner{min-height:75px}.brand strong{font-size:17px}.header .text-button{font-size:13px}.menu-button{display:block}.header-actions{gap:10px}nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:15px 24px;box-shadow:0 8px 15px #0001;border-top:1px solid var(--line)}nav.open{display:flex;flex-wrap:wrap;gap:10px 25px}.hero{padding-top:10px;gap:22px}h1{font-size:35px}.hero .intro{font-size:16px;margin:14px 0 20px}.eyebrow{font-size:12px}.hero .button{font-size:14px;padding-inline:14px;gap:10px}.audience{padding-block:18px}.audience-item{flex-direction:column;gap:8px;text-align:center;font-size:13px}.audience-item svg{width:30px;height:30px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.about{gap:25px;grid-template-columns:1fr 1fr}.about h2{font-size:29px}.about p:not(.eyebrow){font-size:15px}.steps{padding:25px}.steps-grid{grid-template-columns:repeat(2,1fr);row-gap:25px}.steps-grid li{padding:0 20px}.steps-grid li:nth-child(3){padding-left:0}.steps-grid li:nth-child(2){border-right:0}.price-section{grid-template-columns:1fr;gap:22px;padding:22px}.price-copy{padding:10px}.price-copy h2{max-width:500px}.price-copy>p:not(.eyebrow){font-size:18px}.price-journey{padding-top:25px;font-size:16px;gap:20px}.lead-form{padding:20px}.contact-grid{grid-template-columns:1fr;gap:20px}.contact-item:not(:last-child){border-right:0;border-bottom:1px solid var(--line);padding-bottom:20px}.contact-item h3{font-size:16px}.contact-item p,.contact-item a{font-size:16px}.contact-item .text-button{font-size:16px}.footer{flex-wrap:wrap}.footer-links{flex-direction:row}.section{margin-top:35px}}
@media(max-width:560px){.container{width:calc(100% - 36px)}.hero{grid-template-columns:1fr;gap:25px;padding-top:20px;padding-bottom:25px}.hero h1{font-size:clamp(36px,9vw,48px);max-width:500px}.hero .eyebrow{font-size:12px}.hero .intro{font-size:18px;max-width:440px;margin:17px 0 22px}.hero .button{font-size:16px;padding:15px 22px}.hero-image{aspect-ratio:398/300}.audience-item{font-size:12px;padding:0 8px;gap:10px}.audience-item svg{width:30px;height:30px}.about{grid-template-columns:1fr;gap:23px}.about h2{font-size:33px;max-width:330px}.about p:not(.eyebrow){font-size:17px}.product-card h3{font-size:16px}.product-content{padding:11px 10px 7px}.product-card .text-button{font-size:14px}.steps{padding:25px 20px}.steps-grid li{padding:0 16px}.steps h3{font-size:17px}.steps li p{font-size:15px}.step-number{width:44px;height:44px;font-size:23px}.price-section{padding:16px}.price-copy{padding:12px 4px}.price-copy h2{font-size:34px}.price-journey{font-size:14px;gap:12px}.price-section .lead-form{padding:15px}.footer span{display:block;margin:3px 0 0;padding:0;border:0}.footer-links{flex-direction:column}.footer{padding-bottom:28px}.header-phone{display:flex!important;width:44px;height:44px;font-size:0;align-items:center;justify-content:center}.header-phone:after{content:'☎';font-size:24px}.header:has(.header-phone) .header-actions>.text-button{display:none}h2{font-size:30px}.cookie-banner{left:12px;right:12px;bottom:12px}.brand span{font-size:11px}}
@media(max-width:350px){.container{width:calc(100% - 28px)}.brand strong{font-size:15px}.header .text-button{font-size:12px}.header-actions{gap:3px}.product-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:22px}.steps-grid li{padding:0!important;border:0!important}.price-journey{gap:8px;font-size:13px}.audience-item{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.product-card:hover{transform:none}}

.field label,.product-picker legend{font-size:14px}@media(max-width:760px){.header-phone{display:flex!important;width:44px;height:44px;font-size:0;align-items:center;justify-content:center}.header-phone:after{content:'☎';font-size:24px}.header:has(.header-phone) .header-actions>.text-button{display:none}}

@media(min-width:761px) and (max-width:1050px){.header-phone{display:flex!important;width:44px;height:44px;font-size:0;align-items:center;justify-content:center}.header-phone:after{content:'☎';font-size:24px}}

/* Shared rows keep numbers, headings and descriptions aligned across steps. */
.hero.no-image,.about.no-image{grid-template-columns:1fr}
.hero.no-image .hero-copy{max-width:760px;padding-block:30px}
.hero.no-image h1{max-width:760px}
.about.no-image>div{max-width:760px}
.form-fields{margin:0;min-width:0}
.form-unavailable{margin-bottom:16px;color:var(--muted);font-size:14px}
.form-fields:disabled .submit-button{opacity:.55;cursor:not-allowed}
.contact-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.steps .steps-grid{column-gap:48px;row-gap:12px}
.steps .steps-grid li{
  display:grid;
  grid-template-rows:auto minmax(2.5em,auto) 1fr;
  gap:12px;
  position:relative;
  min-width:0;
  padding:0;
  border:0;
  align-content:start;
}
.steps .steps-grid li::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-24px;
  width:1px;
  background:#cfdbe7;
}
.steps .steps-grid li:nth-child(4n+1)::before{display:none}
.steps .steps-grid .step-number{margin:0;align-self:start}
.steps .steps-grid h3,.steps .steps-grid p{margin:0;align-self:start;overflow-wrap:anywhere}
@supports(grid-template-rows:subgrid){
  .steps .steps-grid li{grid-template-rows:subgrid;grid-row:span 3}
}
@media(max-width:760px){
  .steps .steps-grid{column-gap:32px;row-gap:14px}
  .steps .steps-grid li::before{left:-16px}
  .steps .steps-grid li:nth-child(odd)::before{display:none}
  .steps .steps-grid li:nth-child(even)::before{display:block}
}
@media(max-width:460px){
  .steps .steps-grid{grid-template-columns:1fr;gap:24px}
  .steps .steps-grid li{grid-template-rows:auto auto auto;grid-row:auto;gap:10px}
  .steps .steps-grid li::before{display:none!important}
}
