:root {
  --bg: #f5f2ed;
  --surface: #ffffff;
  --surface-2: #ebe7df;
  --ink: #111418;
  --muted: #67707a;
  --line: #ddd6ca;
  --dark: #090b0f;
  --dark-2: #161a20;
  --amber: #f7931a;
  --amber-2: #d9780f;
  --green: #0b9f6d;
  --blue: #2458d3;
  --radius: 8px;
  --shadow: 0 20px 52px rgba(13, 16, 22, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 62px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(8, 10, 14, 0.64);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.site-header.is-scrolled,
.policy-page ~ .site-header {
  border-color: rgba(17, 20, 24, 0.08);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
}

.brand,
.nav,
.footer nav,
.hero-actions,
.hero-status,
.policy-links,
.price-line {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  padding: 0 10px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark,
.icon-box {
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  font-weight: 900;
}

.brand-mark {
  width: 36px;
  height: 36px;
  color: #101010;
  background: var(--amber);
}

.nav {
  justify-content: center;
  gap: 4px;
}

.nav a,
.nav-action {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.site-header.is-scrolled .nav a,
.site-header.is-scrolled .nav-action {
  color: var(--muted);
}

.nav a:hover,
.nav-action:hover {
  color: #fff;
  background: rgba(247, 147, 26, 0.16);
}

.site-header.is-scrolled .nav a:hover,
.site-header.is-scrolled .nav-action:hover {
  color: var(--ink);
}

.nav-action {
  color: #101010;
  background: var(--amber);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 86vh;
  overflow: hidden;
  padding: 132px max(24px, calc((100vw - 1180px) / 2)) 58px;
  color: #fff;
  background: var(--dark);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 14, 0.92) 0%, rgba(8, 10, 14, 0.78) 46%, rgba(8, 10, 14, 0.24) 100%),
    linear-gradient(0deg, rgba(8, 10, 14, 0.52), rgba(8, 10, 14, 0.04));
}

.hero-content {
  position: relative;
  width: min(690px, 100%);
}

.hero-price {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 56px;
  width: min(300px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(8, 10, 14, 0.58);
  backdrop-filter: blur(16px);
}

.hero-price span,
.hero-price small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
}

.hero-price strong {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: 54px;
  line-height: 0.95;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--amber);
}

h1,
h2,
h3,
p,
li,
summary {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(52px, 9vw, 116px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
}

p {
  line-height: 1.62;
}

.hero-copy {
  width: min(620px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: #101010;
  background: var(--amber);
  box-shadow: 0 16px 30px rgba(247, 147, 26, 0.28);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.button.full {
  width: 100%;
}

.hero-status {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-status span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
}

.product-strip,
.section,
.split-band,
.image-band,
.faq,
.footer,
.policy-page {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.product-strip div {
  min-height: 116px;
  padding: 22px;
  background: var(--surface);
}

.product-strip strong,
.product-strip span {
  display: block;
}

.product-strip strong {
  margin-bottom: 8px;
  font-size: 21px;
}

.product-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section,
.split-band,
.image-band,
.faq {
  padding: 88px 0;
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.section-heading.compact {
  width: min(660px, 100%);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 16px;
}

.image-tile,
.feature-card,
.spec-grid article,
.app-copy,
.order-form,
.faq details,
.policy-page article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(13, 16, 22, 0.05);
}

.image-tile {
  overflow: hidden;
  margin: 0;
}

.image-tile.wide {
  grid-row: span 2;
}

.image-tile img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  background: #050505;
}

figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.feature-card,
.spec-grid article,
.app-copy {
  padding: 24px;
}

.icon-box {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #101010;
  background: var(--amber);
}

.feature-card p,
.spec-grid p,
.app-copy p,
.faq p,
.policy-page p,
.policy-page li {
  color: var(--muted);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: center;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--dark);
}

.band-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.86);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--amber);
  content: "+";
}

.security-device {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000;
}

.security-device img {
  width: 100%;
  min-height: 380px;
  object-fit: contain;
}

.app-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.phone-shot {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(13, 16, 22, 0.05);
}

.phone-shot img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: top;
}

.app-copy {
  display: grid;
  align-content: center;
}

.text-link {
  color: var(--amber-2);
  font-weight: 900;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.image-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
  padding-right: 32px;
  padding-left: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.image-band img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  background: #050505;
}

.image-band p:not(.eyebrow) {
  color: var(--muted);
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 28px;
  align-items: start;
}

.order-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.policy-links {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.policy-links a {
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.order-form {
  display: grid;
  gap: 15px;
  padding: 22px;
}

.price-line {
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.price-line span {
  color: var(--muted);
  font-weight: 800;
}

.price-line strong {
  font-size: 38px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
}

.checkbox-line {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 700;
}

.checkbox-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
}

.footer strong {
  display: block;
  margin-bottom: 8px;
}

address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.5;
}

.footer nav {
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
}

.footer a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.policy-page {
  padding: 138px 0 80px;
}

.policy-page h1 {
  color: var(--ink);
  font-size: clamp(44px, 7vw, 86px);
}

.policy-page article {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: 30px;
}

.policy-page h2 {
  margin-top: 12px;
  font-size: clamp(24px, 3vw, 36px);
}

.policy-page p,
.policy-page ul {
  margin: 0;
}

.policy-page ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.legal-nav a {
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  z-index: 60;
  right: 18px;
  bottom: 18px;
  width: min(520px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(8, 10, 14, 0.94);
  box-shadow: var(--shadow);
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none;
}

.cookie-banner h2,
.cookie-modal h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.cookie-banner p,
.cookie-modal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.cookie-actions button {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: #fff;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.cookie-actions .accept {
  border-color: var(--amber);
  color: #101010;
  background: var(--amber);
}

.cookie-modal {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(8, 10, 14, 0.66);
}

.cookie-dialog {
  width: min(560px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 22px;
  border-radius: var(--radius);
  color: #fff;
  background: #111418;
  box-shadow: var(--shadow);
}

.cookie-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.cookie-options label {
  grid-template-columns: 18px 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: #fff;
}

.cookie-options input {
  width: 18px;
  min-height: 18px;
}

.cookie-options span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 82vh;
  }

  .hero-price {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
  }

  .product-strip,
  .showcase-grid,
  .split-band,
  .app-gallery,
  .spec-grid,
  .image-band,
  .order-section,
  .footer {
    grid-template-columns: 1fr;
  }

  .image-tile.wide {
    grid-row: auto;
  }

  .phone-shot img {
    height: 520px;
  }

  .footer nav {
    justify-content: start;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .nav-action {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero {
    padding: 112px 16px 38px;
  }

  .hero-price strong {
    font-size: 42px;
  }

  .product-strip,
  .section,
  .split-band,
  .image-band,
  .faq,
  .footer,
  .policy-page {
    width: calc(100% - 20px);
  }

  .section,
  .split-band,
  .image-band,
  .faq {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .split-band,
  .image-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-tile img {
    min-height: 300px;
  }

  .phone-shot img {
    height: 470px;
  }

  .policy-page article {
    padding: 20px;
  }

  .cookie-actions button {
    width: 100%;
  }
}
