@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url(/assets/fonts/manrope-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url(/assets/fonts/manrope-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url(/assets/fonts/manrope-cyrillic.woff2) format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url(/assets/fonts/manrope-greek.woff2) format("woff2");
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF; }

:root {
  --ink: #0B0A0A;
  --ink-2: #141212;
  --ink-3: #1D1A19;
  --line: rgba(255, 255, 255, .08);
  --line-rose: rgba(232, 186, 163, .18);
  --text: #EDE7E1;
  --muted: #A59B93;
  --rose: #E8BAA3;
  --rose-mid: #B87361;
  --rose-deep: #663B33;
  --cream: #F2ECE6;
  --warn: #E0A08C;
  --metal: linear-gradient(115deg, var(--rose-deep) 0%, var(--rose-mid) 28%, var(--rose) 50%, var(--rose-mid) 72%, var(--rose-deep) 100%);
  --radius: 22px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --top: 72px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--top) + 16px); }
body {
  margin: 0; background: var(--ink); color: var(--text);
  font: 400 17px/1.65 "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.hero > *, .step > *, .daily > *, .cards4 > *, .cards3 > *, .needs > *, .cta > * { min-width: 0; }
.wrap { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 4rem); }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; border-radius: 8px; }
body::before {
  content: ""; position: absolute; top: -10vh; right: -15vw; width: 80vw; height: 90vh; pointer-events: none; z-index: -1;
  background: radial-gradient(closest-side, rgba(184, 115, 97, .16), transparent 70%);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-weight: 700;
  border-radius: 999px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.btn-rose { background: var(--rose); color: var(--ink); box-shadow: 0 10px 30px -12px rgba(232, 186, 163, .6), inset 0 1px 0 rgba(255, 255, 255, .5); }
.btn-rose:hover { transform: translateY(-2px); }
.btn-sm { font-size: 14px; padding: 9px 18px; white-space: nowrap; }
.btn-lg { font-size: 16px; padding: 15px 28px; }

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: center; padding-top: 64px; padding-bottom: 40px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--rose); margin: 0 0 18px; }
h1 { font-size: clamp(36px, 4.7vw, 58px); line-height: 1.04; letter-spacing: -.025em; font-weight: 700; margin: 0 0 24px; text-wrap: balance; }
h1 span { display: block; }
.metal { background: var(--metal); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: clamp(17px, 1.6vw, 19px); color: var(--muted); max-width: 33em; margin: 0 0 34px; }
.hero-photo { border-radius: 28px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 4.4; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }

.needs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 24px 0 88px; margin: 0; list-style: none; }
.needs li { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border-radius: 18px; background: var(--ink-2); border: 1px solid var(--line); font-size: 15px; color: var(--muted); }
.needs .ico { flex: none; width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; color: var(--rose); background: rgba(232, 186, 163, .08); border: 1px solid var(--line-rose); }
.needs .ico svg { width: 18px; height: 18px; }
.needs-h { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }

/* ---------- sections ---------- */
section { padding: 88px 0; border-top: 1px solid var(--line); }
.sec-head { max-width: 40em; margin-bottom: 48px; }
h2 { font-size: clamp(30px, 3.6vw, 44px); letter-spacing: -.02em; line-height: 1.1; margin: 0 0 12px; }
.sec-head p { margin: 0; color: var(--muted); font-size: 18px; }
h3 { font-size: 20px; line-height: 1.3; margin: 0 0 8px; letter-spacing: -.01em; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 28px; counter-reset: step; }
.step {
  display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: center;
  padding: 44px; border-radius: 28px; background: var(--ink-2); border: 1px solid var(--line);
}
.step:nth-child(even) { grid-template-columns: 340px 1fr; }
.step:nth-child(even) .step-visual { order: -1; }
.step-num { font-size: 15px; font-weight: 800; color: var(--rose-mid); letter-spacing: .04em; display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.step-num::after { content: ""; height: 1px; width: 40px; background: var(--line-rose); }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--rose); margin: 0 0 8px; }
.step h3 { font-size: clamp(24px, 2.6vw, 32px); letter-spacing: .02em; text-transform: uppercase; margin-bottom: 14px; }
.step p { margin: 0 0 16px; color: #CFC6BF; max-width: 40em; }
.step .note { display: flex; gap: 12px; padding: 14px 16px; border-radius: 14px; font-size: 15px; margin: 18px 0 0; background: rgba(232, 186, 163, .06); border: 1px solid var(--line-rose); color: var(--text); }
.step .note b { color: var(--rose); font-weight: 700; flex: none; }
.step .note.warn { background: rgba(224, 160, 140, .08); border-color: rgba(224, 160, 140, .3); }
.step .note.warn b { color: var(--warn); }
.ui {
  display: inline; font-weight: 700; font-size: .92em; line-height: 1.35; color: var(--rose);
  padding: 1px 9px; border-radius: 8px; background: rgba(232, 186, 163, .1); border: 1px solid var(--line-rose); -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.step-visual { display: grid; place-items: center; min-height: 280px; }

.qr { box-shadow: 0 30px 60px -28px rgba(0, 0, 0, .9); display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 22px 22px 16px; border-radius: 20px; background: var(--cream); color: var(--rose-deep); text-decoration: none; font-weight: 700; font-size: 14px; }
.qr img { width: 150px; height: 150px; image-rendering: pixelated; }

.phone {
  width: 220px; border-radius: 34px; padding: 7px; position: relative;
  background: linear-gradient(160deg, #2a2523, #121010); border: 1px solid rgba(232, 186, 163, .22);
  box-shadow: 0 34px 70px -24px rgba(0, 0, 0, .9);
}
.phone img { border-radius: 28px; width: 100%; aspect-ratio: 1260 / 2736; object-fit: cover; background: var(--ink); }

.pw { width: 100%; max-width: 280px; display: grid; gap: 14px; }
.pw .field { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; background: var(--ink-2); border: 1px solid var(--line); font-size: 13px; color: var(--muted); font-weight: 600; }
.pw .dots { letter-spacing: 3px; color: var(--rose); font-size: 18px; line-height: 1; }
.pw .lock { justify-self: center; width: 72px; height: 72px; margin-top: 6px; color: var(--rose-mid); }
.meter { display: flex; gap: 6px; }
.meter i { flex: 1; height: 4px; border-radius: 4px; background: var(--rose-mid); }
.meter i:last-child { background: var(--rose); }

.tap { width: 100%; max-width: 320px; }
.tap svg { width: 100%; height: auto; overflow: visible; }
.tap .card-g { animation: tap 3.2s var(--ease) infinite; transform-origin: 50% 50%; }
.tap .wave { opacity: 0; animation: wave 3.2s ease-out infinite; }
.tap .wave:nth-of-type(2) { animation-delay: .15s; }
.tap .wave:nth-of-type(3) { animation-delay: .3s; }
.tap .ok { opacity: 0; animation: ok 3.2s ease infinite; }
@keyframes tap { 0%, 100% { transform: translate(-18px, 26px) rotate(-18deg); } 35%, 70% { transform: translate(0, 0) rotate(-12deg); } }
@keyframes wave { 0%, 30% { opacity: 0; } 45% { opacity: .9; } 70%, 100% { opacity: 0; } }
@keyframes ok { 0%, 55% { opacity: 0; } 65%, 85% { opacity: 1; } 100% { opacity: 0; } }

/* ---------- everyday ---------- */
.daily { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.daily-item { padding: 28px 24px 0; border-radius: 26px; background: var(--ink-2); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; }
.daily-item p { margin: 0 0 24px; color: var(--muted); font-size: 15.5px; }
.daily-item .shot { margin-top: auto; border-radius: 24px 24px 0 0; border: 1px solid var(--line); border-bottom: 0; overflow: hidden; height: 330px; }
.daily-item .shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.daily-item .shot.mid img { object-position: 50% 52%; }
.daily-note { margin-top: 20px; display: flex; gap: 20px; align-items: center; padding: 24px 28px; border-radius: 22px; background: var(--ink-2); border: 1px solid var(--line); }
.daily-note .ico { flex: none; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(232, 186, 163, .08); border: 1px solid var(--line-rose); color: var(--rose); }
.daily-note .ico svg { width: 22px; height: 22px; }
.daily-note h3 { margin-bottom: 2px; font-size: 18px; }
.daily-note p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* ---------- care & security ---------- */
.cards4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile { padding: 24px; border-radius: 20px; background: var(--ink-2); border: 1px solid var(--line); }
.tile .ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(232, 186, 163, .08); border: 1px solid var(--line-rose); color: var(--rose); margin-bottom: 16px; }
.tile .ico svg { width: 20px; height: 20px; }
.tile h3 { font-size: 17px; }
.tile p { margin: 0; color: var(--muted); font-size: 15px; }
.sub-h { font-size: 22px; margin: 56px 0 20px; letter-spacing: -.01em; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq details { border-radius: 18px; background: var(--ink-2); border: 1px solid var(--line); transition: border-color .3s var(--ease); }
.faq details[open] { border-color: var(--line-rose); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 24px; font-weight: 700; font-size: 17px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 24px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
  border-right: 2px solid var(--rose); border-bottom: 2px solid var(--rose); transform: rotate(45deg); transition: transform .3s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details p { margin: 0; padding: 0 24px 22px; color: var(--muted); }

/* ---------- CTA + footer ---------- */
.cta { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 44px; border-radius: 28px; border: 1px solid var(--line-rose);
  background: radial-gradient(120% 140% at 0% 0%, rgba(184, 115, 97, .22), transparent 60%), var(--ink-2); }
.cta h2 { font-size: clamp(26px, 3vw, 34px); }
.cta p { margin: 0; color: var(--muted); }
/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .cards4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 40px; }
  .hero-photo { max-width: 520px; aspect-ratio: 4 / 3.4; }
  .needs { grid-template-columns: 1fr; padding-bottom: 64px; }
  .step, .step:nth-child(even) { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 28px; }
  .step:nth-child(even) .step-visual { order: 0; }
  .step-visual { min-height: 0; }
  .daily { grid-template-columns: 1fr; }
  .daily-item .shot { height: 300px; width: 220px; margin-inline: auto; }
  .cards3 { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; padding: 32px 28px; }
  section { padding: 64px 0; }
}
@media (max-width: 520px) {
  .cards4 { grid-template-columns: 1fr; }
  .step { padding: 24px 20px; }
  .btn-lg { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .tap .wave, .tap .ok { opacity: .9; }
}
