@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700&display=swap');
:root{--ink:#18202a;--cream:#f7f5f2;--paper:#fff;--acid:#f2d06b;--red:#c83f6b;--blue:#6978d9;--muted:#5e6870;--line:rgba(24,32,42,.15)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Onest,Arial,sans-serif}img{display:block;width:100%}a{color:inherit}.wrap{width:min(1240px,calc(100% - 40px));margin:auto}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{font-family:Unbounded,sans-serif;font-weight:700;font-size:20px;letter-spacing:-.06em;text-decoration:none}.logo i{display:inline-block;width:10px;height:10px;margin-left:5px;background:var(--red);border-radius:50%}.back{text-decoration:none;font-size:13px;font-weight:800;border:1px solid var(--ink);border-radius:999px;padding:12px 17px}.hero{padding:60px 0 80px;display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.hero-copy,.hero-media{min-height:620px;overflow:hidden}.hero-copy{border-radius:12px 56px 12px 12px;background:var(--paper);border:1px solid var(--line);padding:clamp(34px,5vw,72px);display:flex;flex-direction:column;justify-content:space-between}.hero-media{border-radius:56px 12px 12px 12px}.hero-media img{height:100%;object-fit:cover}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;display:flex;gap:9px;align-items:center}.eyebrow:before{content:'';width:30px;border-top:2px dashed currentColor}h1,h2{font-family:Unbounded,sans-serif;font-weight:600;letter-spacing:-.06em;margin:0}h1{font-size:clamp(44px,6vw,78px);line-height:.98;margin:34px 0 24px}h2{font-size:clamp(36px,4.7vw,62px);line-height:1.04}.lead{font-size:20px;line-height:1.55;color:#4f5960;max-width:630px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 22px;border-radius:999px;background:var(--ink);color:white;text-decoration:none;font-weight:800;gap:12px;transition:.2s}.btn:hover{background:var(--blue);color:white}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.section{padding:90px 0}.head{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;margin-bottom:45px}.head p{font-size:18px;line-height:1.55;color:var(--muted);max-width:580px;margin:5px 0 0 auto}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{background:var(--paper);border-radius:10px 34px 10px 10px;border:1px solid var(--line);padding:30px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.card b{font-size:12px;color:var(--red)}.card h3{font-size:24px;margin:38px 0 12px}.card p{color:var(--muted);line-height:1.55;margin:0}.showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.shot{border-radius:10px 34px 10px 10px;overflow:hidden;background:#ddd;position:relative}.shot img{aspect-ratio:4/5;object-fit:cover}.shot span{position:absolute;left:12px;bottom:12px;background:rgba(255,255,255,.94);padding:9px 12px;border-radius:999px;font-size:11px;font-weight:800}.dark{background:var(--ink);color:white;border-top:3px dashed rgba(255,255,255,.25);border-bottom:3px dashed rgba(255,255,255,.25)}.dark .head p{color:#bac0c5}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #3b4650}.step{padding:30px 24px 0;border-right:1px solid #3b4650;min-height:230px}.step:first-child{padding-left:0}.step:last-child{border:0}.step b{color:var(--acid)}.step h3{margin:55px 0 10px}.step p{color:#bac0c5;line-height:1.5;font-size:14px}.faq{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq article{background:var(--paper);border-radius:10px 28px 10px 10px;border:1px solid var(--line);padding:25px}.faq h3{margin:0 0 10px}.faq p{color:var(--muted);line-height:1.5;margin:0}.final{padding:80px 0}.final-box{background:var(--acid);border-radius:12px 56px 12px 12px;border:1px solid var(--line);padding:clamp(42px,7vw,84px);text-align:center}.final-box p{max-width:650px;margin:22px auto 32px;font-size:18px;line-height:1.55}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{background:var(--paper);border-radius:10px 28px 10px 10px;border:1px solid var(--line);padding:13px;text-decoration:none;transition:.25s}.product:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(24,32,42,.12)}.product img{aspect-ratio:1/1.08;object-fit:cover;border-radius:7px 20px 7px 7px}.product div{padding:16px 5px 8px}.product strong{display:block;font-size:15px}.product span{color:var(--muted);font-size:12px}.choice{display:grid;grid-template-columns:1fr 1fr;gap:14px}.choice article{border-radius:10px 38px 10px 10px;border:1px solid var(--line);padding:40px;min-height:350px;display:flex;flex-direction:column;justify-content:space-between}.choice article:first-child{background:var(--blue);color:white}.choice article:last-child{background:var(--acid)}.choice h3{font-family:Unbounded,sans-serif;font-size:38px;letter-spacing:-.05em;font-weight:600;margin:0}.choice p{max-width:450px;line-height:1.5}.choice a{font-weight:800;text-decoration:none}footer{height:120px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}
@media(max-width:850px){.hero,.head{grid-template-columns:1fr}.hero-copy,.hero-media{min-height:520px}.grid,.showcase{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.step:nth-child(2){border:0}.products{grid-template-columns:1fr 1fr}.choice{grid-template-columns:1fr}.head p{margin:0}.hero{padding-top:20px}}
@media(max-width:540px){.wrap{width:calc(100% - 24px)}.nav{height:68px}.hero-copy{padding:30px 22px}.hero-copy,.hero-media{min-height:460px}.hero-copy{border-radius:10px 36px 10px 10px}.hero-media{border-radius:36px 10px 10px 10px}h1{font-size:40px}.grid,.showcase,.products,.faq,.steps{grid-template-columns:1fr}.step,.step:first-child{border-right:0;border-bottom:1px solid #3b4650;padding:24px 0;min-height:auto}.step h3{margin-top:34px}.choice article{padding:28px}.final-box{border-radius:10px 38px 10px 10px}footer{height:150px;flex-direction:column;justify-content:center;gap:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
a:focus-visible{outline:3px solid var(--blue);outline-offset:4px}

/* ALIDIKA brand system, aligned with the VK avatar and cover. */
:root{--ink:#111214;--cream:#f5efe5;--paper:#fffaf2;--acid:#ff4b23;--red:#ff4b23;--blue:#26272a;--muted:#696761;--line:rgba(17,18,20,.16)}
.logo{position:relative}
.logo:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:4px;border-radius:999px;background:repeating-linear-gradient(45deg,var(--red) 0 18px,var(--ink) 18px 21px)}
.logo i{display:none}
.choice article:first-child{background:var(--ink)}
.choice article:last-child,.final-box{background:var(--red);color:white}
.final-box .btn{background:var(--paper);color:var(--ink)}
.step b{color:var(--red)}
a:focus-visible{outline-color:var(--red)}
