@font-face{font-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-var-latin.woff2) format("woff2-variations"),url(/fonts/inter-var-latin.woff2) format("woff2")}

:root{
  --ink:#141414;--muted:#a8a8a0;--body:#4f4f4b;--line:#ececea;--chip:#cfcfca;
  --soft:#f3f2ee;--accent:#bfddf5;--bg:#ffffff;
  --pad:clamp(20px,6vw,120px);--r-lg:24px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;line-height:1.5}
h1,h2,h3,h4,p,ul,figure{margin:0}
ul{padding:0;list-style:none}
a{color:inherit}
img,svg{display:block}
:focus-visible{outline:3px solid #3b82c4;outline-offset:3px;border-radius:6px}
.skip{position:absolute;left:-9999px;top:8px;background:var(--ink);color:#fff;padding:10px 16px;border-radius:999px;z-index:10}
.skip:focus{left:16px}
.wrap{max-width:1440px;margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}
.i{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.muted{color:var(--muted)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:999px;font:inherit;font-weight:600;text-decoration:none;cursor:pointer;border:1.5px solid var(--ink);transition:transform .15s ease,background .15s ease}
.btn:hover{transform:translateY(-2px)}
.btn--dark{background:var(--ink);color:#fff}
.btn--ghost{background:transparent;color:var(--ink)}
.btn--sm{height:44px;padding:0 20px;font-size:15px}
.btn--lg{min-height:56px;padding:0 28px;font-size:17px}
.btn--block{width:100%;min-height:50px;font-size:15px}
.btn .i{stroke-width:2}

/* Typography */
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--body)}
.eyebrow--sm{font-size:11px;color:var(--ink)}
.h2{margin-top:16px;font-size:clamp(38px,5vw,58px);line-height:1;font-weight:800;letter-spacing:-.055em}
.sub{margin-top:22px;font-size:17px;line-height:1.6;color:var(--body);max-width:540px}
.sub--left{font-size:16px;max-width:420px}
.small{margin-top:10px;font-size:15px;line-height:1.55;color:var(--body)}

/* Nav */
.nav{border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(8px);position:sticky;top:0;z-index:5}
.nav__inner{height:76px;display:flex;align-items:center;justify-content:space-between}
.logo{font-size:17px;font-weight:800;letter-spacing:-.03em;text-decoration:none}

/* Hero */
.hero{padding-top:clamp(56px,8vw,104px);padding-bottom:clamp(56px,7vw,96px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.tag{display:inline-flex;align-items:center;gap:10px;min-height:36px;padding:6px 16px;border:1.5px solid var(--ink);border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tag__dot{width:9px;height:9px;border-radius:50%;border:1.5px solid var(--ink);background:var(--accent)}
.hero__title{margin-top:28px;font-size:clamp(46px,6.2vw,82px);line-height:.96;font-weight:800;letter-spacing:-.055em}
.hero__title .muted{display:block}
.hero__lead{margin-top:32px;max-width:540px;font-size:clamp(17px,1.4vw,19px);line-height:1.6;color:var(--body)}
.hero__ctas{margin-top:36px;display:flex;flex-wrap:wrap;gap:12px}
.hero__note{margin-top:22px;display:flex;align-items:center;gap:10px;font-size:14px;color:var(--body)}
.hero__note .i{width:16px;height:16px}

/* Illustration */
.illo{position:relative;width:520px;height:600px;flex-shrink:0;justify-self:end}
.illo__card{position:absolute;left:13.5%;top:6.7%;width:84.6%;height:91.6%;background:var(--accent);border:1.5px solid var(--ink);border-radius:28px;transform:rotate(5deg)}
.illo__browser{position:absolute;left:0;top:11.7%;width:80.8%;background:#fff;border:1.5px solid var(--ink);border-radius:18px;box-shadow:10px 10px 0 var(--ink);transform:rotate(-3deg);overflow:hidden}
.browser-bar{height:48px;display:flex;align-items:center;gap:6px;padding:0 16px;border-bottom:1.5px solid var(--ink);background:#fff}
.browser-bar span{width:11px;height:11px;border-radius:50%;border:1.5px solid var(--ink);flex-shrink:0}
.browser-bar em{margin-left:8px;flex:1;height:26px;border-radius:999px;background:var(--soft);display:flex;align-items:center;padding:0 12px;font-size:12px;font-style:normal;color:var(--body);white-space:nowrap;overflow:hidden}
.illo__body{padding:22px 28px 26px;display:flex;flex-direction:column}
.illo__top{display:flex;align-items:center;gap:8px}
.illo__top b{width:60px;height:8px;border-radius:4px;background:var(--ink);margin-right:auto}
.illo__top i{width:30px;height:5px;border-radius:3px;background:#e2e1dc}
.illo__head{margin-top:22px;font-size:30px;line-height:1.02;font-weight:800;letter-spacing:-.05em}
.ln{display:block;height:6px;border-radius:3px;background:#e2e1dc;margin-top:10px}
.ln--a{width:65%;margin-top:16px}.ln--b{width:48%}
.illo__btn{margin-top:20px;align-self:flex-start;padding:8px 14px;border-radius:999px;background:var(--ink);color:#fff;font-size:11px;font-weight:600}
.illo__tiles{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.illo__tiles s{height:46px;border-radius:10px;background:var(--soft);border:1px solid #e2e1dc}
.illo__tiles s.on{background:var(--accent);border-color:var(--ink)}
.badge{position:absolute;right:-2.7%;top:0;width:26%;aspect-ratio:1;transform:rotate(10deg);display:flex;flex-direction:column;align-items:center;justify-content:center}
.badge svg{position:absolute;inset:0;width:100%;height:100%;fill:var(--ink)}
.badge span{position:relative}
.badge__small{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--accent)}
.badge__big{font-size:32px;font-weight:800;letter-spacing:-.05em;color:#fff;line-height:1}
.checks{position:absolute;right:7.7%;bottom:4%;display:flex;flex-direction:column;align-items:flex-end;gap:12px;transform:rotate(4deg)}
.checks span{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:#fff;border:1.5px solid var(--ink);border-radius:999px;font-size:15px;font-weight:600}
.checks span:nth-child(2){margin-right:6px}.checks span:nth-child(3){margin-right:12px}
.checks .i{width:14px;height:14px;stroke-width:2.4}

/* Features */
.features{padding-top:24px;padding-bottom:120px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.feature{border-top:1.5px solid var(--ink);padding-top:26px}
.feature__icon{display:flex;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--ink);background:var(--accent);align-items:center;justify-content:center}
.feature h2{margin-top:18px;font-size:21px;font-weight:700;letter-spacing:-.03em}
.feature p{margin-top:10px;font-size:15px;line-height:1.6;color:var(--body)}

/* How */
.how{padding-top:40px;padding-bottom:120px}
.how__intro{text-align:center;display:flex;flex-direction:column;align-items:center}
.how__intro .h2{max-width:720px}
.step{margin-top:88px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.rule+.step{margin-top:80px}
.step__title{display:flex;align-items:center;gap:20px}
.step__title h3{font-size:clamp(24px,2.6vw,34px);font-weight:700;letter-spacing:-.04em;line-height:1.1}
.num{display:flex;width:48px;height:48px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--ink);align-items:center;justify-content:center;font-size:13px;font-weight:700}
.step__note{width:300px;flex-shrink:0;font-size:15px;line-height:1.6;color:var(--body)}
.rule{margin:80px 0 0;border:0;border-top:1px solid var(--line)}
.tilt-l{transform:rotate(-1.5deg)}.tilt-r{transform:rotate(1.5deg)}
.build{margin-top:36px;padding:44px;border:1.5px solid var(--ink);border-radius:var(--r-lg);display:grid;grid-template-columns:minmax(0,380px) minmax(0,1fr);gap:56px;align-items:center;transform:rotate(-.5deg)}
.build h4{margin-top:12px;font-size:26px;font-weight:700;letter-spacing:-.04em}
.chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.chips li{min-height:44px;padding:8px 12px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid var(--chip);border-radius:999px;font-size:14px;font-weight:500}

.plans{margin-top:44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;align-items:center}
.plan{padding:36px 30px 30px;border:1.5px solid var(--ink);border-radius:22px;background:#fff;display:flex;flex-direction:column}
.plan h4{margin-top:8px;font-size:32px;font-weight:700;letter-spacing:-.04em}
.plan ul{margin:20px 0 24px;font-size:15px;font-weight:500}
.plan li{padding:12px 0;border-top:1px solid var(--line)}
.plan li:last-child{border-bottom:1px solid var(--line)}
.plan--featured{background:var(--accent);box-shadow:8px 8px 0 var(--ink)}
.plan--featured .small{color:#2e2e2b}
.plan--featured li{border-color:rgba(20,20,20,.12)!important}
.plan__row{display:flex;justify-content:space-between;align-items:center}
.pop{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--ink);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.pop .i{width:11px;height:11px;stroke-width:2}

.addons{margin-top:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 24px}
.addon{padding:22px 22px 24px;border:1.5px solid var(--ink);border-radius:18px;display:flex;gap:16px;justify-content:space-between;align-items:flex-start}
.addon:nth-child(odd){transform:rotate(-.8deg)}.addon:nth-child(even){transform:rotate(.7deg)}
.addon h4{font-size:16px;font-weight:700;letter-spacing:-.02em}
.addon p{margin-top:8px;font-size:14px;line-height:1.55;color:var(--body)}
.plus{display:flex;width:36px;height:36px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--ink);align-items:center;justify-content:center}
.plus .i{width:14px;height:14px;stroke-width:2}
.cta{margin-top:96px;display:flex;flex-direction:column;align-items:center;gap:26px;text-align:center}
.cta h3{font-size:clamp(26px,2.6vw,34px);font-weight:700;letter-spacing:-.04em}

/* Bands */
.band{border-top:1px solid var(--line);padding:120px 0}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}
.sec-head .h2{max-width:620px}

/* Examples */
.ex-grid{margin-top:56px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 36px}
.ex{display:flex;flex-direction:column;align-items:center}
.ex__win{width:100%;border:1.5px solid var(--ink);border-radius:18px;overflow:hidden;background:var(--bg-ex);color:var(--ink-ex)}
.ex:nth-child(1) .ex__win{transform:rotate(-1.5deg)}.ex:nth-child(2) .ex__win{transform:rotate(1deg)}.ex:nth-child(3) .ex__win{transform:rotate(1.2deg)}
.ex:nth-child(4) .ex__win{transform:rotate(1.5deg)}.ex:nth-child(5) .ex__win{transform:rotate(-.5deg)}.ex:nth-child(6) .ex__win{transform:rotate(-1.2deg)}
.ex .browser-bar{height:40px}.ex .browser-bar span{width:10px;height:10px}.ex .browser-bar em{height:22px;font-size:11px}
.ex__body{padding:22px 24px 24px;display:flex;flex-direction:column}
.ex__top{display:flex;align-items:center;gap:6px}
.ex__top b{font-size:12px;font-weight:800;margin-right:auto}
.ex__top i,.ex__body u{background:var(--ln-ex);border-radius:3px}
.ex__top i{width:20px;height:4px}
.ex__head{margin-top:22px;font-size:26px;line-height:1.02;font-weight:800;letter-spacing:-.05em}
.ex__body u{display:block;height:5px;width:200px;max-width:70%;margin-top:14px}
.ex__body u.s{width:145px;max-width:50%;margin-top:8px}
.ex__btn{margin-top:18px;align-self:flex-start;padding:7px 13px;border-radius:999px;background:var(--btn-ex);color:var(--btn-ink-ex);font-size:11px;font-weight:600}
.ex__tiles{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.ex__tiles s{height:40px;border-radius:8px;background:var(--box-ex)}
.ex figcaption{margin-top:18px;padding:8px 16px;border:1.5px solid var(--ink);border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#fff}
.ex--hansen{--bg-ex:#141414;--ink-ex:#fff;--ln-ex:#555;--btn-ex:var(--accent);--btn-ink-ex:#141414;--box-ex:#2c2c2c}
.ex--kaffe{--bg-ex:#f3ebe2;--ink-ex:#3a2a20;--ln-ex:#cfc6bd;--btn-ex:#3a2a20;--btn-ink-ex:#fff;--box-ex:#e0d6cc}
.ex--klinik{--bg-ex:var(--accent);--ink-ex:#141414;--ln-ex:rgba(20,20,20,.2);--btn-ex:#141414;--btn-ink-ex:#fff;--box-ex:rgba(255,255,255,.65)}
.ex--salon{--bg-ex:#eae8e3;--ink-ex:#141414;--ln-ex:#c9c7c2;--btn-ex:#141414;--btn-ink-ex:#fff;--box-ex:#dad8d3}
.ex--havn{--bg-ex:#722a20;--ink-ex:#f6e6da;--ln-ex:#9a5347;--btn-ex:#f6e6da;--btn-ink-ex:#722a20;--box-ex:#8a4337}
.ex--berg{--bg-ex:#fff;--ink-ex:#1e3a5f;--ln-ex:#d5dbe3;--btn-ex:#1e3a5f;--btn-ink-ex:#fff;--box-ex:#eef1f5}

/* Split sections */
.split{display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:clamp(40px,8vw,110px);align-items:start}

/* FAQ */
.faq__list{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;min-height:68px;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:18px;font-weight:600;letter-spacing:-.02em}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";width:16px;height:16px;flex-shrink:0;background:linear-gradient(var(--ink),var(--ink)) center/16px 2px no-repeat,linear-gradient(var(--ink),var(--ink)) center/2px 16px no-repeat}
.faq details[open] summary::after{background:linear-gradient(var(--ink),var(--ink)) center/16px 2px no-repeat}
.faq summary:hover{opacity:.7}
.faq details p{padding:0 60px 26px 0;margin-top:-4px;font-size:16px;line-height:1.65;color:var(--body)}

/* Contact */
.contact{padding-bottom:160px}
.form{padding:40px 36px 36px;border:1.5px solid var(--ink);border-radius:26px}
.label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.need{border:0;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.need legend{margin-bottom:12px;padding:0}
.need label{position:relative}
.need input{position:absolute;opacity:0;inset:0;margin:0;cursor:pointer}
.need span{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border-radius:999px;border:1.5px solid var(--ink);font-size:14px;font-weight:500;background:#fff}
.need input:checked+span{background:var(--accent)}
.need input:focus-visible+span{outline:3px solid #3b82c4;outline-offset:2px}
.fields{margin-top:26px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px}
.field{display:flex;flex-direction:column;gap:8px}
.field input{height:50px;padding:0 16px;border:1.5px solid var(--ink);border-radius:14px;font:inherit;font-size:16px;color:var(--ink);background:#fff;width:100%}
.field input::placeholder{color:#8a8a85}
.field input[aria-invalid=true]{border-color:#b42318;background:#fff7f6}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.cf-turnstile{margin-top:20px}
.form .btn--block{margin-top:20px;min-height:54px;font-size:16px;font-weight:700}
.form .btn:disabled{opacity:.6;cursor:wait;transform:none}
.form__status{margin-top:12px;min-height:1.5em;font-size:14px;font-weight:600}
.form__status.ok{color:#1d6b3a}.form__status.err{color:#b42318}
.form__foot{margin-top:10px;display:grid;grid-template-columns:200px minmax(0,1fr);gap:36px;font-size:13px;line-height:1.55;color:var(--body)}
.form__foot a{color:var(--ink);font-weight:600}

/* Footer */
.footer{background:#0a0a0a;color:#f3f3ee;overflow:hidden;padding-top:28px}
.footer__top{padding:0 clamp(20px,5.5vw,80px);display:flex;justify-content:space-between;gap:16px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#b4b4ae}
.footer__legal{margin-top:10px;padding:0 clamp(20px,5.5vw,80px);font-size:13px;color:#8d8d87}
.footer__legal a{color:#b4b4ae}
.footer__mark{margin-top:clamp(80px,14vw,200px);margin-bottom:-.14em;text-align:center;font-size:clamp(64px,15.4vw,222px);line-height:.8;font-weight:800;letter-spacing:-.06em}

/* Legal page */
.legal{max-width:760px;padding-top:80px;padding-bottom:120px}
.legal h1{font-size:clamp(38px,5vw,56px);line-height:1;font-weight:800;letter-spacing:-.055em}
.legal h2{margin-top:40px;font-size:22px;font-weight:700;letter-spacing:-.03em}
.legal p,.legal li{margin-top:12px;font-size:16px;line-height:1.7;color:var(--body)}
.legal ul{list-style:disc;padding-left:22px}

/* Responsive */
@media (max-width:1100px){
  .hero{grid-template-columns:1fr;gap:56px}
  .illo{justify-self:center}
  .features{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 32px}
  .build{grid-template-columns:1fr;gap:32px}
  .plans{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto;gap:40px}
  .addons{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split{grid-template-columns:1fr}
  .step{flex-direction:column;align-items:flex-start;gap:16px}
  .step__note{width:auto;max-width:520px}
  .sec-head{flex-direction:column;align-items:flex-start;gap:20px}
}
@media (max-width:680px){
  .illo{zoom:.66}
  .nav__inner{height:64px}
  .logo{font-size:15px}
  .btn--lg{width:100%}
  .features{grid-template-columns:1fr;padding-bottom:80px}
  .how{padding-bottom:88px}
  .step{margin-top:64px}.rule{margin-top:64px}.rule+.step{margin-top:64px}
  .step__title{align-items:flex-start;gap:14px}
  .num{width:40px;height:40px}
  .build{padding:28px 22px;transform:none}
  .chips{grid-template-columns:repeat(2,minmax(0,1fr))}
  .chips li{font-size:13px}
  .tilt-l,.tilt-r{transform:none}
  .addons,.ex-grid{grid-template-columns:1fr}
  .band{padding:88px 0}
  .form{padding:28px 20px 24px}
  .fields{grid-template-columns:1fr}
  .form__foot{grid-template-columns:1fr;gap:10px}
  .faq details p{padding-right:0}
  .footer__top{flex-direction:column;gap:6px}
}
.mt16{margin-top:16px}.legal p.mt32{margin-top:32px}
@media (max-width:380px){.illo{zoom:.6}}
