:root {
  color-scheme: dark;
  --bench: #06131a;
  --rack-card: rgba(255, 255, 255, 0.12);
  --rack-card-strong: rgba(255, 255, 255, 0.18);
  --ink: #f7fbfb;
  --muted: rgba(232, 246, 247, 0.72);
  --soft-muted: rgba(232, 246, 247, 0.56);
  --line: rgba(255, 255, 255, 0.18);
  --accent: #12c7c9;
  --accent-dark: #8eeff0;
  --lid: #d6d1bf;
  --lid-light: #f5f0df;
  --cap: #071015;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --soft-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  --glass-blur: blur(24px) saturate(138%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(17, 118, 119, 0.4) 0%, rgba(8, 50, 67, 0.28) 28%, transparent 46%),
    linear-gradient(215deg, rgba(124, 108, 62, 0.26) 0%, transparent 34%),
    linear-gradient(180deg, #123b43 0%, #06131a 34%, #041018 100%);
  background-attachment: fixed;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 24%, rgba(18, 199, 201, 0.12) 56%, transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
  filter: blur(56px);
  opacity: 0.7;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(5, 18, 25, 0.62);
  border-bottom: 1px solid var(--line);
  backdrop-filter: var(--glass-blur);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  letter-spacing: 0;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.18);
}

.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 30px;
  align-items: flex-end;
}

.bottle {
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 23px;
  border-radius: 3px 3px 4px 4px;
  background: linear-gradient(180deg, var(--lid-light) 0 27%, #225c8d 27% 100%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

.bottle::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 2px 2px 1px 1px;
  background: var(--cap);
}

.bottle-one { left: 0; background: linear-gradient(180deg, var(--lid-light) 0 27%, #9a1115 27% 100%); }
.bottle-two { left: 11px; height: 27px; background: linear-gradient(180deg, var(--lid-light) 0 27%, #0d407f 27% 100%); }
.bottle-three { left: 22px; background: linear-gradient(180deg, var(--lid-light) 0 27%, #9e915c 27% 100%); }

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(14px, 3vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

nav a:hover {
  color: white;
}

.section-band {
  padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
  min-height: calc(100vh - 62px);
  overflow: hidden;
  padding-inline: clamp(42px, 7vw, 124px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: clamp(20px, 4vw, 56px);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(28px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03) 44%, rgba(18, 199, 201, 0.11)),
    linear-gradient(180deg, rgba(11, 67, 79, 0.64), rgba(4, 16, 24, 0.34));
  box-shadow: var(--shadow);
  backdrop-filter: var(--glass-blur);
}

.eyebrow {
  margin: 0 0 10px;
  color: rgba(232, 246, 247, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.34);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.24);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.34rem);
}

.hero-app-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-app-lockup img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 11px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.hero-app-lockup .eyebrow {
  margin: 2px 0 0;
  color: rgba(232, 246, 247, 0.52);
}

.hero-app-lockup strong {
  display: block;
  color: white;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 28px 0 22px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 750;
  box-shadow: var(--soft-shadow);
}

.button.primary {
  color: white;
  background: linear-gradient(180deg, #12c7c9, #079aa5);
}

.button.primary:hover {
  background: linear-gradient(180deg, #44e2e4, #08aab6);
}

.button.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid var(--line);
  backdrop-filter: var(--glass-blur);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.11);
  font-size: 0.9rem;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}

.phone-frame {
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.phone-frame img {
  width: 100%;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.4));
}

.hero-phone {
  width: min(58vw, 360px);
}

.hero-phone-main {
  z-index: 2;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(26px, 5vw, 48px);
}

.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading.compact {
  max-width: 640px;
}

.examples .section-heading,
.screens .section-heading,
.faq .section-heading {
  margin-inline: auto;
  text-align: center;
}

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

.feature-card, .example-card, .story-panel, .plus-panel, .trust-panel, .info-panel, details, .proof-grid article {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--rack-card);
  box-shadow: var(--soft-shadow);
  backdrop-filter: var(--glass-blur);
}

.feature-card {
  padding: 24px;
}

.feature-card p, .example-card p, .story-panel p, .plus-panel p, .trust-panel p, .info-panel p, details p, .proof-grid span {
  color: var(--muted);
}

.examples {
  position: relative;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 24px);
}

.example-card {
  min-height: 280px;
  padding: clamp(24px, 4vw, 34px);
}

.example-number {
  display: inline-flex;
  margin-bottom: 38px;
  color: #9ff6f6;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.example-card h3 {
  max-width: 330px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.04;
  text-wrap: balance;
}

.example-card p {
  max-width: 390px;
}

.story-panel {
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.08);
}

.story-panel h2 {
  max-width: 900px;
}

.story-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  margin-top: clamp(22px, 4vw, 38px);
}

.story-copy p {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.page-hero {
  padding-bottom: clamp(28px, 5vw, 56px);
  text-align: center;
}

.page-hero h1 {
  max-width: 980px;
  margin-inline: auto;
}

.page-hero .lead,
.page-hero .updated-date {
  margin-inline: auto;
}

.guide-hero {
  padding-top: clamp(26px, 4vw, 46px);
  padding-bottom: clamp(14px, 2.4vw, 24px);
}

.guide-hero h1 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  line-height: 1.08;
}

.guide-hero h1 span {
  display: inline-block;
  font-size: 0.82em;
  line-height: 1.04;
}

.guide-hero .lead {
  max-width: 600px;
  font-size: clamp(0.98rem, 1.45vw, 1.1rem);
}

.guide-meta {
  margin: 12px auto 0;
  color: var(--soft-muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.updated-date {
  color: var(--muted);
  font-weight: 650;
}

.page-content {
  display: grid;
  gap: 16px;
  padding-top: 0;
  max-width: 980px;
  margin-inline: auto;
}

.info-panel {
  padding: clamp(22px, 4vw, 34px);
}

.info-panel h2 {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.info-panel a {
  color: var(--accent-dark);
  font-weight: 760;
}

.info-panel ul {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.info-panel li + li {
  margin-top: 8px;
}

.guide-content {
  max-width: 900px;
}

.guide-article {
  display: grid;
  gap: 28px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.18rem);
}

.guide-article section {
  display: grid;
  gap: 14px;
}

.guide-article h2 {
  margin: 0;
  color: white;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  line-height: 1.18;
}

.guide-article p {
  margin: 0;
}

.guide-article a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
  margin-block: 10px 8px;
}

.guide-screenshot {
  margin: 0;
}

.guide-inline-screenshot {
  width: min(100%, 330px);
  margin: 8px auto 4px;
}

.guide-screenshot img {
  width: 100%;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.35));
}

.guide-inline-screenshot img {
  width: 100%;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.32));
}

.guide-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 2px 6px;
}

.feature-icon {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.feature-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 4px;
  background: linear-gradient(180deg, #27dadd, #087f8c);
}

.feature-icon.match::after {
  border-radius: 50%;
  box-shadow: 14px 0 0 #9a1115;
  width: 10px;
  height: 10px;
}

.feature-icon.cart::after {
  inset: 14px 11px 10px;
  border-radius: 2px 2px 5px 5px;
}

.feature-icon.filter::after {
  inset: 10px 13px;
  clip-path: polygon(0 0, 100% 0, 62% 48%, 62% 100%, 38% 100%, 38% 48%);
}

.screens {
  background: rgba(255, 255, 255, 0.06);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
}

figcaption {
  padding: 12px 2px 2px;
  color: var(--muted);
  background: transparent;
  font-weight: 700;
  text-align: center;
}

.plus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 430px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.plus-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.12rem;
}

.plus-panel {
  padding: 28px;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 680;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #27dadd, #087f8c);
  box-shadow: 0 0 16px rgba(18, 199, 201, 0.24);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 3px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.trust-panel {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 48px);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
  margin-inline: auto;
  max-width: 1100px;
}

.proof-grid article {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.proof-grid strong {
  color: white;
  font-size: 1.02rem;
}

.proof-grid span {
  display: block;
}

.download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    linear-gradient(135deg, rgba(13, 117, 124, 0.78), rgba(4, 16, 24, 0.92)),
    rgba(255, 255, 255, 0.08);
  color: white;
  border-block: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.download p {
  color: rgba(255,255,255,0.76);
}

.download .eyebrow {
  color: #9ff6f6;
}

.app-store-button {
  display: inline-block;
  width: 145px;
  max-width: 100%;
}

.app-store-button img {
  width: 100%;
  height: auto;
}

.app-store-button-large {
  width: 170px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-inline: auto;
}

details {
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 760;
}

details p {
  margin: 12px 0 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: rgba(4, 16, 24, 0.52);
  backdrop-filter: blur(18px);
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 760;
}

.site-footer span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a:hover {
  color: white;
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.redirect-panel {
  width: min(100%, 520px);
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: var(--glass-blur);
}

.redirect-panel .brand-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 14px;
}

.redirect-panel h1 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 8vw, 4.6rem);
}

.redirect-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.redirect-panel a {
  color: var(--accent-dark);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .hero, .plus {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 580px;
  }

  .feature-grid, .example-grid, .story-copy, .proof-grid, .guide-screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .section-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .guide-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }

  .hero {
    padding-inline: 42px;
  }

  .hero-app-lockup img {
    width: 52px;
    height: 52px;
    border-radius: 13px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-phone {
    width: min(78vw, 300px);
  }

  .feature-grid, .example-grid, .story-copy, .screenshot-strip, .proof-grid, .guide-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-strip .phone-frame {
    max-width: 330px;
    margin-inline: auto;
  }

  .download, .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-store-button {
    width: 145px;
  }
}
