:root {
  color-scheme: light;
  --ink: #101114;
  --muted: #646873;
  --paper: #f6f5f1;
  --card: #fff;
  --line: rgba(16, 17, 20, .12);
  --yellow: #f5cc16;
  --orange: #ff6435;
  --blue: #3b8df5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.hero { min-height: 92vh; color: #fff; background: radial-gradient(circle at 75% 35%, #183454 0, #0b1522 31%, #050608 68%); overflow: hidden; }
.nav { width: min(1240px, calc(100% - 40px)); height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.wordmark { text-decoration: none; font-size: .86rem; font-weight: 800; letter-spacing: .28em; }
.language { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; text-decoration: none; font-size: .78rem; font-weight: 700; }
.hero-grid { width: min(1180px, calc(100% - 40px)); min-height: calc(92vh - 76px); margin: auto; display: grid; grid-template-columns: 1.05fr .8fr; gap: 8vw; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 70px 0; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.45rem, 8.5vw, 7.9rem); line-height: .9; letter-spacing: -.065em; }
h1 span { color: var(--yellow); }
.lead { max-width: 680px; margin: 32px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.7vw, 1.28rem); }
.actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; color: rgba(255,255,255,.55); font-size: .86rem; }
.appstore-badge { width: auto; height: 52px; }
.hero-visual { position: relative; align-self: end; display: flex; justify-content: center; padding-top: 54px; }
.hero-visual img { position: relative; width: min(100%, 365px); max-height: 76vh; object-fit: cover; object-position: top; border-radius: 42px 42px 0 0; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.glow { position: absolute; width: 90%; aspect-ratio: 1; top: 25%; border-radius: 50%; background: rgba(61,142,245,.34); filter: blur(70px); }

.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; align-items: end; }
h2 { margin: 0; font-size: clamp(2.55rem, 5.2vw, 5.2rem); line-height: .96; letter-spacing: -.055em; }
.section-heading > p, .showcase-copy > p, .gallery-heading > p:last-child, .cta-section > div > p:last-child { margin: 0; color: var(--muted); font-size: 1.08rem; }
.feature-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-grid article { padding: 28px 30px 0 0; }
.feature-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.feature-grid span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.feature-grid h3 { margin: 26px 0 12px; font-size: 1.35rem; letter-spacing: -.025em; }
.feature-grid p { margin: 0; color: var(--muted); }

.dark-section { color: #fff; background: #0a0b0e; }
.showcase { min-height: 780px; padding: 100px max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; align-items: center; overflow: hidden; }
.showcase h2 { max-width: 560px; }
.showcase-copy > p { margin-top: 28px; color: rgba(255,255,255,.62); }
.showcase ul { padding: 0; margin: 34px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.showcase li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.8); }
.phone-pair { display: flex; align-items: flex-start; justify-content: center; gap: 26px; transform: rotate(2deg); }
.phone-pair img { width: min(46%, 310px); border-radius: 35px; box-shadow: 0 36px 80px rgba(0,0,0,.55); }
.phone-pair img:last-child { margin-top: 90px; }

.tool-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tool-grid article { min-height: 175px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; gap: 26px; background: var(--card); }
.tool-grid strong { font-size: 1.3rem; letter-spacing: -.02em; }
.tool-grid span { max-width: 430px; color: var(--muted); }
.wide-shots { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 3vw, 38px); align-items: start; }
.wide-shots img { border-radius: 30px; box-shadow: 0 20px 50px rgba(20,25,35,.14); }
.wide-shots img:nth-child(2) { margin-top: 80px; }

.gallery-section { padding: 100px 0; color: #fff; background: #12141a; overflow: hidden; }
.gallery-heading { width: min(1180px, calc(100% - 40px)); margin: 0 auto 46px; }
.gallery-heading > p:last-child { margin-top: 20px; color: rgba(255,255,255,.55); }
.gallery { display: flex; gap: 22px; overflow-x: auto; padding: 0 max(20px, calc((100vw - 1180px) / 2)) 28px; scroll-snap-type: x mandatory; scrollbar-color: var(--yellow) transparent; }
.gallery figure { flex: 0 0 min(275px, 68vw); margin: 0; scroll-snap-align: start; }
.gallery img { width: 100%; border-radius: 28px; }
.gallery figcaption { padding: 14px 4px; color: rgba(255,255,255,.65); font-size: .85rem; }

.cta-section { width: min(1180px, calc(100% - 40px)); min-height: 480px; margin: auto; padding: 90px 0; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.cta-section > div > p:last-child { margin-top: 24px; }
footer { min-height: 90px; padding: 26px max(20px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 25px; color: rgba(255,255,255,.55); background: #08090b; font-size: .82rem; }
footer div { display: flex; flex-wrap: wrap; gap: 24px; }
footer a { color: #fff; text-decoration: none; }

@media (max-width: 800px) {
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 65px 0 30px; }
  .lead { margin-top: 24px; }
  .hero-visual img { width: min(72vw, 330px); max-height: none; }
  .section { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article + article { padding: 26px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .feature-grid h3 { margin-top: 12px; }
  .showcase { grid-template-columns: 1fr; padding-top: 80px; }
  .phone-pair { margin-top: 25px; }
  .tool-grid { grid-template-columns: 1fr; }
  .wide-shots { overflow-x: auto; grid-template-columns: repeat(3, minmax(230px, 70vw)); padding-bottom: 20px; }
  .wide-shots img:nth-child(2) { margin-top: 0; }
  .cta-section { align-items: flex-start; flex-direction: column; justify-content: center; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
