:root {
  color-scheme: light;
  --ink: #171513;
  --muted: #6d665f;
  --cream: #f8f2ea;
  --paper: #fffdf9;
  --rose: #f04c32;
  --line: rgba(23, 21, 19, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 12%, rgba(240, 76, 50, .1), transparent 24rem),
    var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }

.nav, footer {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav { height: 84px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; }
.nav nav { display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 650; }
.language { color: var(--muted); }

main { overflow: hidden; }
.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 720px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding: 44px 0 80px;
}
.eyebrow {
  color: var(--rose);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, .couple {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
h1 { max-width: 720px; margin: 16px 0 22px; font-size: clamp(58px, 7vw, 96px); line-height: .94; letter-spacing: -.055em; }
.intro { max-width: 620px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; font-weight: 750; }
.primary { color: white; background: var(--ink); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.trust { margin-top: 22px; color: var(--muted); font-size: 13px; }

.phone-stage { position: relative; display: grid; place-items: center; min-height: 610px; }
.glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(240, 76, 50, .16); filter: blur(70px); }
.phone {
  position: relative;
  width: 330px;
  height: 650px;
  padding: 10px;
  border: 2px solid #3c3935;
  border-radius: 54px;
  background: #111;
  box-shadow: 0 38px 80px rgba(44, 31, 24, .28);
  transform: rotate(3deg);
}
.island { position: absolute; z-index: 2; top: 20px; left: 50%; width: 102px; height: 28px; transform: translateX(-50%); border-radius: 18px; background: #080808; }
.phone-screen {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 64px 18px 24px;
  border-radius: 43px;
  background: linear-gradient(155deg, #69433d, #241b1a 48%, #0e0d0c);
}
.demo-card { padding: 25px 20px; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(22,16,15,.72); backdrop-filter: blur(14px); }
.badge { display: inline-block; padding: 5px 8px; color: #1a1715; background: #f4c1b3; border-radius: 99px; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.couple { margin-top: 32px; font-size: 35px; }
.date { margin-top: 5px; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .12em; }
.stats { display: flex; gap: 36px; margin-top: 28px; }
.stats div { display: flex; flex-direction: column; gap: 3px; }
.stats strong { font-size: 20px; }
.stats span { color: rgba(255,255,255,.55); font-size: 11px; }
.activity, .quick-card { display: flex; align-items: center; gap: 11px; }
.activity { margin-top: 15px; padding: 12px; color: white; border-radius: 18px; background: rgba(0,0,0,.82); }
.activity img, .quick-card img { width: 38px; height: 38px; border-radius: 11px; }
.activity div, .quick-card div { min-width: 0; display: flex; flex-direction: column; }
.activity span, .quick-card span { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 10px; }
.timer { margin-left: auto; align-items: flex-end; }
.timer strong { font-size: 12px; }
.shutter { position: absolute; bottom: 35px; left: 50%; width: 70px; height: 70px; padding: 5px; border: 4px solid white; border-radius: 50%; transform: translateX(-50%); }
.shutter span { display: block; width: 100%; height: 100%; border-radius: 50%; background: white; }

.how { padding: 110px max(20px, calc((100% - 1180px) / 2)); background: var(--paper); }
h2 { max-width: 760px; margin: 12px 0 48px; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.04em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { position: relative; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.step-number { position: absolute; top: 25px; right: 25px; color: #b5ada4; font-size: 12px; font-weight: 800; }
.icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--rose); background: #fff0eb; font-size: 29px; }
h3 { margin: 50px 0 10px; font-size: 22px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.quick {
  width: min(1180px, calc(100% - 40px));
  margin: 110px auto;
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 70px;
  align-items: center;
  color: white;
  border-radius: 38px;
  background: #171513;
}
.quick h2 { margin-bottom: 20px; }
.quick p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.65; }
.quick-card { padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #292624; box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.quick-card b { margin-left: auto; }

footer { min-height: 130px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer .brand { color: var(--ink); }

@media (max-width: 820px) {
  .nav nav > a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 60px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(52px, 15vw, 76px); }
  .phone-stage { min-height: 680px; }
  .steps, .quick { grid-template-columns: 1fr; }
  .quick { padding: 42px 26px; }
  footer { padding: 32px 0; flex-direction: column; gap: 18px; text-align: center; }
}

@media (max-width: 430px) {
  .nav, .hero, .quick, footer { width: min(100% - 28px, 1180px); }
  .phone { width: 300px; height: 610px; }
  .how { padding: 85px 14px; }
  .steps article { min-height: 245px; }
}
