:root {
  --ink: #10242a;
  --muted: #5f7479;
  --paper: #f7fbfa;
  --card: rgba(255, 255, 255, 0.82);
  --line: rgba(16, 62, 66, 0.12);
  --mint: #64d8cf;
  --mint-dark: #167b78;
  --blue: #6387dd;
  --coral: #ff916f;
  --shadow: 0 24px 80px rgba(31, 87, 87, 0.15);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(100, 216, 207, .24), transparent 34rem),
    radial-gradient(circle at 92% 12%, rgba(99, 135, 221, .18), transparent 30rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .58);
  background: rgba(247, 251, 250, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.2rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 20px rgba(56, 125, 128, .2); }
.nav-links { display: flex; gap: 26px; margin-left: auto; color: var(--muted); font-size: .92rem; font-weight: 650; }
.nav-links a:hover { color: var(--mint-dark); }
.language {
  appearance: none;
  min-width: 112px;
  padding: 10px 34px 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .72) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2310242a' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
  cursor: pointer;
}

.hero { position: relative; padding: 90px 0 74px; }
.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: 55px;
  right: -180px;
  border: 1px solid rgba(22, 123, 120, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(100, 216, 207, .05), 0 0 0 140px rgba(99, 135, 221, .035);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(44px, 8vw, 104px); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--mint-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--mint); }
h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.072em; max-width: 750px; }
.hero h1 em { display: block; color: var(--mint-dark); font-style: normal; }
.hero-copy { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.02rem, 1.7vw, 1.22rem); }
.store-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.store-row a { transition: transform .2s ease, filter .2s ease; }
.store-row a:hover { transform: translateY(-3px); filter: brightness(.97); }
.store-row img { width: auto; height: 52px; }
.microcopy { margin: 16px 0 0; color: var(--muted); font-size: .82rem; }

.visual { position: relative; min-height: 630px; }
.phone {
  position: absolute;
  z-index: 2;
  width: min(320px, 70vw);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(2.5deg);
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 42px;
  background: #10191a;
  box-shadow: 0 34px 85px rgba(15, 61, 65, .26), inset 0 0 0 2px rgba(255,255,255,.1);
}
.phone::before { content: ""; position: absolute; z-index: 3; width: 92px; height: 24px; top: 17px; left: 50%; transform: translateX(-50%); border-radius: 30px; background: #10191a; }
.phone img { width: 100%; aspect-ratio: 1320 / 2868; object-fit: cover; border-radius: 32px; }
.orbit { position: absolute; inset: 8% 1%; border: 1px dashed rgba(22, 123, 120, .24); border-radius: 50%; transform: rotate(-12deg); }
.float-card {
  position: absolute;
  z-index: 3;
  width: 210px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 22px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 18px 50px rgba(31, 87, 87, .18);
  backdrop-filter: blur(14px);
}
.float-card img { border-radius: 15px; }
.float-card strong { display: block; padding: 9px 4px 1px; font-size: .82rem; }
.float-one { left: -3%; top: 18%; transform: rotate(-7deg); }
.float-two { right: -1%; bottom: 15%; transform: rotate(6deg); }
.float-two .mini-stat { display: flex; align-items: center; gap: 10px; padding: 8px 5px; }
.float-two b { flex: 0 0 auto; white-space: nowrap; font-size: 2rem; line-height: 1; color: var(--blue); }
.float-two span { font-size: .72rem; color: var(--muted); }

.section { padding: 100px 0; }
.section-soft { background: rgba(255,255,255,.54); border-block: 1px solid rgba(255,255,255,.8); }
.section-head { display: grid; grid-template-columns: .65fr 1fr; align-items: end; gap: 50px; margin-bottom: 44px; }
.kicker { margin: 0 0 10px; color: var(--mint-dark); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(2.3rem, 4.4vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; }
.section-intro { margin: 0 0 7px; color: var(--muted); font-size: 1.05rem; max-width: 620px; }

.experience { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 480px; overflow: hidden; border-radius: 36px; background: #0c191b; color: white; box-shadow: var(--shadow); }
.stereo-panel { position: relative; min-height: 470px; overflow: hidden; }
.stereo-panel img { width: 100%; height: 100%; object-fit: cover; opacity: .82; filter: saturate(.82) contrast(1.04); }
.stereo-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, #0c191b 100%); }
.steps { display: flex; flex-direction: column; justify-content: center; padding: 42px clamp(30px, 5vw, 64px) 42px 20px; }
.step { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.step:last-child { border-bottom: 0; }
.step-number { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #071718; background: var(--mint); font-weight: 850; }
.step strong { display: block; margin-bottom: 4px; }
.step p { margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 16px 50px rgba(32, 82, 85, .07); }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 54px; border-radius: 16px; background: rgba(100, 216, 207, .2); color: var(--mint-dark); font-size: 1.45rem; }
.feature:nth-child(2) .feature-icon { color: var(--blue); background: rgba(99, 135, 221, .15); }
.feature:nth-child(3) .feature-icon { color: #c65636; background: rgba(255, 145, 111, .17); }
.feature h3 { margin: 0 0 9px; font-size: 1.3rem; letter-spacing: -.025em; }
.feature p { margin: 0; color: var(--muted); font-size: .92rem; }

.gallery { display: flex; gap: 24px; overflow-x: auto; padding: 15px max(20px, calc((100vw - 1180px) / 2)) 52px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery::-webkit-scrollbar { display: none; }
.shot { flex: 0 0 min(290px, 72vw); padding: 9px; border-radius: 34px; background: #111b1d; box-shadow: 0 24px 55px rgba(21, 65, 68, .2); scroll-snap-align: center; }
.shot:nth-child(even) { transform: translateY(26px); }
.shot img { border-radius: 27px; aspect-ratio: 1320 / 2868; object-fit: cover; }

.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.support-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.76); }
.support-card h3 { margin: 0 0 18px; font-size: 1.35rem; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 18px 30px 18px 0; font-weight: 700; cursor: pointer; list-style: none; position: relative; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--mint-dark); font-size: 1.25rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 20px; color: var(--muted); font-size: .92rem; }
.contact-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; padding: 13px 18px; border-radius: 999px; color: white; background: var(--ink); font-weight: 750; }

.cta { padding: 0 0 100px; }
.cta-card { position: relative; overflow: hidden; padding: clamp(42px, 8vw, 84px); border-radius: 38px; color: white; background: linear-gradient(130deg, #153f43, #0d2024 65%); box-shadow: var(--shadow); }
.cta-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -80px; top: -120px; border: 70px solid rgba(100,216,207,.12); border-radius: 50%; }
.cta-card h2 { max-width: 700px; }
.cta-card p { max-width: 580px; color: rgba(255,255,255,.7); }
.cta-card .store-row { position: relative; z-index: 2; }

.site-footer { padding: 38px 0 44px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.footer-grid { display: flex; align-items: center; gap: 22px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; margin-left: auto; }
.footer-links a:hover { color: var(--mint-dark); }
.disclaimer { max-width: 720px; margin: 18px 0 0; font-size: .74rem; color: #789095; }

/* Legal pages */
.legal-page { background: var(--paper); }
.legal-wrap { width: min(820px, calc(100% - 40px)); margin: 55px auto 90px; padding: clamp(28px, 6vw, 64px); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.legal-wrap h1 { font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.legal-wrap h2 { margin-top: 42px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-wrap a { color: var(--mint-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .language { margin-left: auto; min-width: 105px; }
  .hero { padding-top: 62px; }
  .hero-grid, .experience, .section-head, .support-grid { grid-template-columns: 1fr; }
  .visual { min-height: 590px; }
  .section-head { gap: 18px; }
  .experience { min-height: auto; }
  .stereo-panel { min-height: 400px; }
  .stereo-panel::after { background: linear-gradient(180deg, transparent 72%, #0c191b 100%); }
  .steps { padding: 20px 30px 34px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 0; }
  .feature-icon { margin-bottom: 30px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 68px; }
  .brand span { font-size: 1.05rem; }
  h1 { font-size: clamp(3.25rem, 18vw, 4.8rem); }
  .hero-copy { margin-top: 22px; }
  .store-row img { height: 46px; }
  .visual { min-height: 540px; }
  .phone { width: 255px; }
  .float-card { width: 150px; padding: 8px; }
  .float-one { left: -7%; top: 15%; }
  .float-two { right: -5%; bottom: 10%; }
  .float-two b { font-size: 1.45rem; }
  .section { padding: 74px 0; }
  .stereo-panel { min-height: 310px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { margin-left: 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone { animation: float 6s ease-in-out infinite; }
  .float-one { animation: drift 7s ease-in-out infinite; }
  .float-two { animation: drift 7s ease-in-out -3.5s infinite; }
  @keyframes float { 0%,100% { transform: translate(-50%,-50%) rotate(2.5deg); } 50% { transform: translate(-50%,calc(-50% - 11px)) rotate(1deg); } }
  @keyframes drift { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
}

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