:root {
  --ink: #17201d;
  --muted: #5f6f68;
  --paper: #fbfaf6;
  --panel: #ffffff;
  --sage: #dfe8df;
  --teal: #0f6f69;
  --teal-dark: #084944;
  --coral: #c56a4a;
  --line: #d8ded7;
  --shadow: 0 24px 70px rgba(23, 32, 29, .14);
}

* {
  box-sizing: border-box;
}

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

a {
  color: inherit;
}

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

.ad-bar {
  background: #10211f;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 8px 18px;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(251, 250, 246, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 13px;
}

.site-header nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.site-header nav a,
.site-footer nav a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 100px);
  padding: clamp(38px, 7vw, 88px) clamp(18px, 5vw, 72px) 44px;
  background:
    linear-gradient(110deg, rgba(223, 232, 223, .95) 0%, rgba(251, 250, 246, .72) 52%, rgba(255, 255, 255, .92) 100%),
    url("assets/lifestyle.jpg") center/cover;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.lead {
  max-width: 720px;
  color: #31413c;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 28px;
}

.primary-button,
.secondary-button {
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  padding: 0 22px;
  font-weight: 800;
  cursor: pointer;
}

.primary-button {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 14px 30px rgba(15, 111, 105, .22);
}

.primary-button:hover {
  background: var(--teal-dark);
}

.secondary-button {
  color: var(--teal-dark);
  background: var(--sage);
}

.secondary-link {
  color: var(--teal-dark);
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 105, .18);
  border-radius: 8px;
  background: rgba(15, 111, 105, .18);
}

.trust-strip span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 13px 14px;
  background: rgba(255, 255, 255, .76);
  color: #49615b;
  font-size: 12px;
  line-height: 1.25;
}

.trust-strip strong {
  display: block;
  color: var(--teal-dark);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: contain;
  padding: clamp(14px, 3vw, 34px);
}

.offer-panel {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
}

.offer-panel .label,
.badge {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.offer-panel span:last-child {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: clamp(52px, 8vw, 94px) clamp(18px, 5vw, 72px);
}

.compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.feature-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article,
.offer-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-index {
  display: block;
  margin-bottom: 22px;
  color: var(--coral);
  font-weight: 900;
}

.feature-grid p,
.offer-card p,
.muted,
.product-copy p,
.gallery-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.product-band {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 82px) clamp(18px, 5vw, 72px);
  background: #162421;
  color: #fff;
}

.product-media {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.product-media img {
  width: 100%;
  aspect-ratio: 1 / .86;
  object-fit: contain;
  padding: clamp(14px, 3vw, 34px);
}

.product-copy p {
  color: #d5ddd9;
}

.product-copy {
  min-width: 0;
}

.product-copy h2 {
  max-width: 760px;
  overflow-wrap: anywhere;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.checklist {
  display: grid;
  gap: 12px;
}

.checklist article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  line-height: 1.45;
}

.checklist span {
  color: var(--coral);
  font-weight: 900;
  font-size: 13px;
}

.checklist strong {
  font-size: 18px;
}

.checklist p {
  margin: 0;
  color: var(--muted);
}

.gallery-section {
  background: #eef3ee;
}

.gallery-copy {
  max-width: 730px;
  margin-bottom: 24px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gallery img {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.gallery img:last-child {
  object-fit: cover;
}

.cards-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
}

.offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price {
  margin: 20px 0;
  font-size: 32px;
  font-weight: 900;
}

.price span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px 42px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: #10211f;
  color: #fff;
}

.site-footer p {
  max-width: 580px;
  margin: 8px 0 0;
  color: #b9c6c1;
}

.footer-resources ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: #b9c6c1;
  font-size: 14px;
  line-height: 1.45;
}

.footer-resources a {
  color: #d9e5e1;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.footer-disclaimer p {
  max-width: 980px;
  font-size: 13px;
}

.legal-page {
  background: #fff;
}

.legal-main {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px 20px 80px;
  line-height: 1.7;
}

.legal-main h1 {
  font-size: clamp(38px, 6vw, 66px);
}

.legal-main h2 {
  margin-top: 34px;
  font-size: 27px;
}

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

.contact-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

@media (max-width: 920px) {
  .hero,
  .compact,
  .product-band,
  .split,
  .cards-section {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .gallery,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .gallery img {
    height: auto;
    aspect-ratio: 1.28 / 1;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  h1 {
    font-size: 42px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}
