@font-face{font-family:"Barlow Semi Condensed";font-style:normal;font-weight:500;font-display:swap;src:url(fonts/barlow-semi-condensed-latin-500-normal.woff2) format("woff2")}
@font-face{font-family:"Barlow Semi Condensed";font-style:normal;font-weight:600;font-display:swap;src:url(fonts/barlow-semi-condensed-latin-600-normal.woff2) format("woff2")}
@font-face{font-family:"Barlow Semi Condensed";font-style:normal;font-weight:700;font-display:swap;src:url(fonts/barlow-semi-condensed-latin-700-normal.woff2) format("woff2")}
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/source-serif-4-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(fonts/source-serif-4-latin-600-normal.woff2) format("woff2")}
:root{
  --ground:#F3F5F4; --paper:#FFFFFF; --ink:#14233D; --steel:#4E5E72; --line:#D5DCDD;
  --pass:#1D7A55; --pass-bg:#E2F1EA; --heat:#C8671B; --heat-soft:#F6E4D2; --navy-2:#1E3254;
  --display:"Barlow Semi Condensed","Arial Narrow",Arial,sans-serif;
  --body:"Source Serif 4",Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--body);font-size:18px;line-height:1.65}
img,svg{max-width:100%}
a{color:var(--ink)}
:focus-visible{outline:3px solid var(--heat);outline-offset:3px;border-radius:4px}
.wrap{width:min(1160px,100% - 48px);margin-inline:auto}
h1,h2,h3{font-family:var(--display);font-weight:600;line-height:1.05;letter-spacing:-0.01em;margin:0}
h2{font-size:clamp(34px,4.4vw,52px)}
h3{font-size:24px;line-height:1.15}
p{margin:0 0 1em;max-width:62ch}
.lede{font-size:20px;color:var(--steel)}
.btn{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:6px;font-family:var(--display);font-size:20px;font-weight:600;text-decoration:none;letter-spacing:0.01em;border:2px solid var(--ink)}
.btn-primary{background:var(--ink);color:#fff}
.btn-primary:hover{background:var(--navy-2)}
.btn-ghost{background:transparent;color:var(--ink)}
.btn-ghost:hover{background:var(--paper)}

/* header */
.top{position:sticky;top:0;z-index:10;background:rgba(243,245,244,.94);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--line)}
.top .wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand svg{flex-shrink:0}
.brand-name{font-family:var(--display);font-weight:700;font-size:26px;letter-spacing:-0.01em;line-height:1}
.brand-by{display:block;font-family:var(--body);font-size:13px;color:var(--steel);letter-spacing:0;font-weight:400;margin-top:3px}
.nav{display:flex;align-items:center;gap:28px;font-family:var(--display);font-size:19px;font-weight:500}
.nav a{text-decoration:none}
.nav a:hover{text-decoration:underline;text-underline-offset:5px}
.nav .btn{min-height:44px;font-size:18px;padding:0 18px}
.nav .short{display:none}

/* hero */
.hero{padding:72px 0 88px}
.hero .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
.hero h1{font-size:clamp(46px,6.4vw,84px);font-weight:700;line-height:.98;letter-spacing:-0.02em;margin-bottom:28px}
.hero .lede{margin-bottom:34px}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.hero-note{margin-top:22px;font-size:15px;color:var(--steel)}

/* the record card: the one memorable moment */
.record{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:26px 26px 22px;box-shadow:0 1px 0 var(--line),0 24px 48px -28px rgba(20,35,61,.35)}
.record-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:12px}
.record-title{font-family:var(--display);font-weight:600;font-size:21px}
.record-sub{font-size:14px;color:var(--steel)}
.clock{font-family:var(--display);font-weight:600;font-size:34px;font-variant-numeric:tabular-nums;color:var(--ink)}
.clock small{font-size:15px;color:var(--steel);font-weight:500;margin-left:4px}
.trace{display:block;width:100%;height:auto;margin:6px 0 10px}
.trace .path{fill:none;stroke:var(--heat);stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:0}
.trace .axis{stroke:var(--line);stroke-width:1}
.trace .min{stroke:var(--steel);stroke-width:1.5;stroke-dasharray:6 6}
.trace text{font-family:var(--display);font-size:13px;fill:var(--steel)}
.trace .band{fill:var(--pass-bg)}
.criteria{list-style:none;margin:0;padding:0}
.criteria li{display:grid;grid-template-columns:26px 1fr auto;gap:10px;align-items:center;padding:9px 0;border-top:1px solid #EEF1F1;font-size:16px;line-height:1.3}
.criteria .val{font-family:var(--display);font-weight:600;font-size:18px;font-variant-numeric:tabular-nums}
.tick{width:22px;height:22px;border-radius:50%;background:var(--pass);display:grid;place-items:center;transform:scale(1)}
.tick svg{width:13px;height:13px}
.sealed{margin-top:12px;display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:600;font-size:17px;color:var(--pass)}

@media (prefers-reduced-motion:no-preference){
  .js .trace .path{stroke-dashoffset:1000;animation:draw 2.6s cubic-bezier(.4,.05,.25,1) .4s forwards}
  .js .trace .band{transform-origin:left;transform:scaleX(0);animation:grow 2.6s cubic-bezier(.4,.05,.25,1) .4s forwards}
  .js .criteria li{opacity:.35;transition:opacity .35s}
  .js .criteria li .tick{transform:scale(0);transition:transform .35s cubic-bezier(.3,1.6,.5,1)}
  .js .criteria li.on{opacity:1}
  .js .criteria li.on .tick{transform:scale(1)}
  .js .sealed{opacity:0;transition:opacity .5s}
  .js .sealed.on{opacity:1}
  @keyframes draw{to{stroke-dashoffset:0}}
  @keyframes grow{to{transform:scaleX(1)}}
}

/* sections */
section{padding:96px 0;scroll-margin-top:80px}
.band-white{background:var(--paper);border-block:1px solid var(--line)}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}
.section-intro h2{margin-bottom:20px}

.reqs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:2px solid var(--ink)}
.req{padding:26px 24px 26px 0;border-bottom:1px solid var(--line)}
.req:nth-child(odd){border-right:1px solid var(--line)}
.req:nth-child(even){padding-left:24px}
.req-num{font-family:var(--display);font-weight:700;font-size:56px;line-height:1;letter-spacing:-0.02em}
.req-num span{font-size:24px;font-weight:600;margin-left:4px}
.req p{margin:10px 0 0;font-size:16.5px;color:var(--steel);line-height:1.5}

.consequences{list-style:none;padding:0;margin:0;border-top:2px solid var(--ink)}
.consequences li{display:grid;grid-template-columns:220px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}
.consequences strong{font-family:var(--display);font-size:22px;font-weight:600;line-height:1.2}
.consequences span{font-size:17px;color:var(--ink)}
.consequences .fine{color:var(--heat)}
.pull{margin-top:34px;font-family:var(--display);font-size:clamp(26px,3vw,34px);font-weight:600;line-height:1.15;max-width:24ch}
.src{font-size:14px;color:var(--steel);margin-top:18px}

.steps{list-style:none;margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;counter-reset:s}
.steps li{padding:0 26px 0 0;counter-increment:s}
.steps li+li{padding-left:26px;border-left:1px solid var(--line)}
.steps li::before{content:counter(s);display:block;font-family:var(--display);font-weight:700;font-size:44px;line-height:1;color:var(--heat);margin-bottom:14px}
.steps h3{margin-bottom:10px}
.steps p{font-size:16.5px;color:var(--steel);line-height:1.55}

.nots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:56px}
.not{background:var(--ink);color:#fff;border-radius:8px;padding:26px}
.not h3{color:#fff;margin-bottom:8px}
.not p{color:#C9D3E0;font-size:16.5px;margin:0}

.who{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:40px;border-top:2px solid var(--ink)}
.who > div{padding:22px 22px 6px 0}
.who h3{margin-bottom:8px}
.who > div + div{padding-left:22px;border-left:1px solid var(--line)}
.who p{font-size:16.5px;color:var(--steel)}

.price{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:40px;background:var(--paper);border:1px solid var(--line);border-radius:10px}
.price > div{padding:30px 28px}
.price > div + div{border-left:1px solid var(--line)}
.amount{font-family:var(--display);font-weight:700;font-size:56px;line-height:1;letter-spacing:-0.02em}
.unit{font-family:var(--display);font-size:19px;font-weight:500;color:var(--steel);margin:8px 0 14px}
.price p{font-size:16.5px;color:var(--steel);margin:0}

.review{background:var(--ink);color:#fff}
.review .split{align-items:center}
.review h2{color:#fff;margin-bottom:20px}
.review p{color:#C9D3E0}
.review .btn-primary{background:var(--heat);border-color:var(--heat);color:#fff}
.review .btn-primary:hover{background:#B25914}
.review .btn-ghost{color:#fff;border-color:#fff}
.review .btn-ghost:hover{background:var(--navy-2)}
.phone-big{font-family:var(--display);font-weight:700;font-size:clamp(40px,5vw,60px);letter-spacing:-0.01em;color:#fff;text-decoration:none;display:block;margin:6px 0 20px}
.phone-big:hover{text-decoration:underline;text-underline-offset:8px}
.review-list{list-style:none;margin:0 0 28px;padding:0}
.review-list li{padding:12px 0;border-bottom:1px solid #2E4468;font-size:17px;color:#E4EAF2}

.faq{max-width:820px}
.faq details{border-bottom:1px solid var(--line)}
.faq details:first-of-type{border-top:2px solid var(--ink)}
.faq summary{cursor:pointer;list-style:none;padding:22px 40px 22px 0;font-family:var(--display);font-weight:600;font-size:23px;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:4px;top:18px;font-size:30px;font-weight:500;color:var(--heat)}
.faq details[open] summary::after{content:"\2212"}
.faq details p{font-size:17px;color:var(--steel);padding-bottom:10px}

footer{padding:48px 0 56px;font-size:15px;color:var(--steel)}
footer .wrap{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}
footer p{max-width:60ch;margin:0 0 6px}

@media (max-width:980px){
  .hero .wrap,.split{grid-template-columns:1fr;gap:44px}
  .steps,.who{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:34px}
  .steps li:nth-child(3),.who div:nth-child(3){padding-left:0;border-left:0}
  .nots,.price{grid-template-columns:1fr}
  .price > div + div{border-left:0;border-top:1px solid var(--line)}
  .nav .hide-sm{display:none}
}
@media (max-width:620px){
  body{font-size:17px}
  section{padding:68px 0}
  .hero{padding:44px 0 64px}
  .reqs{grid-template-columns:1fr}
  .req:nth-child(odd){border-right:0}
  .req:nth-child(even){padding-left:0}
  .consequences li{grid-template-columns:1fr;gap:6px}
  .steps,.who{grid-template-columns:1fr}
  .steps li+li,.who div+div{padding-left:0;border-left:0}
  .brand-by{display:none}
  .nav{gap:14px}
  .nav .long{display:none}
  .nav .short{display:inline}
  .record{padding:18px}
  .record-title{font-size:18px}
  .clock{font-size:26px}
  .criteria li{font-size:15px}
}

/* contact form */
.form{background:#1B2E4F;border:1px solid #2E4468;border-radius:10px;padding:26px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}
.form .full{grid-column:1/-1}
.form label{display:block;font-family:var(--display);font-size:17px;font-weight:600;color:#fff;margin-bottom:6px}
.form label .opt{font-weight:500;color:#9FB0C6;font-size:15px;margin-left:4px}
.form input,.form textarea{width:100%;min-height:48px;border:1px solid #3B5379;border-radius:6px;background:#fff;color:var(--ink);font:17px var(--body);padding:10px 12px}
.form textarea{min-height:96px;resize:vertical}
.form input:focus-visible,.form textarea:focus-visible{outline:3px solid var(--heat);outline-offset:1px}
.form .hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.form .btn{justify-self:start;border:0}
.form-msg{grid-column:1/-1;margin:0;font-size:16px;border-radius:6px;padding:10px 12px;display:none}
.form-msg.err{display:block;background:#4A1F1A;color:#FFD9D2}
.or-call{margin-top:18px;color:#C9D3E0;font-size:16px}
.or-call a{color:#fff}
@media (max-width:620px){.form{grid-template-columns:1fr}}

/* simple pages */
.page{padding:72px 0 96px}
.page .wrap{max-width:760px}
.page h1{font-size:clamp(40px,5vw,60px);font-weight:700;margin-bottom:24px}
.page h2{font-size:28px;margin:36px 0 12px}
.page p,.page li{font-size:18px}
.page ul{padding-left:22px;max-width:62ch}
footer a{color:var(--steel)}
