@font-face { font-family: CapdropFallback; src: local("Avenir Next"); }
:root {
  --ink: #09242a;
  --muted: #5c7377;
  --paper: #f4fbf8;
  --surface: rgba(255,255,255,.74);
  --teal: #00a9a5;
  --blue: #287dff;
  --navy: #062331;
  --gold: #dca039;
  --line: rgba(7, 43, 50, .11);
  --shadow: 0 26px 70px rgba(8, 45, 52, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: CapdropFallback, "Avenir Next", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(0,169,165,.22), transparent 27rem),
    radial-gradient(circle at 84% 22%, rgba(40,125,255,.14), transparent 26rem),
    linear-gradient(160deg, #f8fffb 0%, #eef9f8 45%, #f6f1e7 100%);
}
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; padding: 8px 12px; background: white; border-radius: 10px; }
.skip-link:focus { left: 8px; z-index: 10; }
.capdrop-topbar {
  position: sticky; top: 0; z-index: 5;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  max-width: 1120px; margin: 0 auto; padding: 18px 22px;
  backdrop-filter: blur(18px);
}
.capdrop-topbar nav { display: flex; gap: 14px; flex-wrap: wrap; font-size: 14px; font-weight: 800; color: var(--muted); }
.back-link { font-size: 14px; font-weight: 900; text-decoration: none; color: var(--navy); }
main { max-width: 1120px; margin: 0 auto; padding: 24px 22px 70px; }
.hero-shell { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr); gap: 34px; align-items: center; min-height: calc(100svh - 98px); }
.product-mark { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 10px 28px rgba(7,43,50,.08); font-weight: 950; }
.product-mark img { width: 34px; height: 34px; border-radius: 10px; }
.eyebrow, .section-kicker { margin: 20px 0 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 950; color: var(--teal); }
h1 { margin: 0; font-size: clamp(48px, 8vw, 96px); line-height: .88; letter-spacing: -.08em; max-width: 820px; }
h2 { margin: 0; font-size: clamp(31px, 4vw, 58px); line-height: .96; letter-spacing: -.055em; }
h3 { margin: 8px 0 8px; font-size: 21px; letter-spacing: -.02em; }
p { color: var(--muted); line-height: 1.65; }
.hero-subhead { max-width: 650px; font-size: 18px; font-weight: 650; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.primary-cta, .secondary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; font-weight: 950; text-decoration: none; }
.primary-cta { background: var(--navy); color: white; box-shadow: 0 18px 40px rgba(6,35,49,.22); }
.secondary-cta { background: rgba(255,255,255,.72); color: var(--navy); border: 1px solid var(--line); }
.device-stage { display: grid; place-items: center; }
.phone-frame { width: min(360px, 100%); min-height: 620px; padding: 18px; border-radius: 44px; background: linear-gradient(165deg, #052937, #04a8a4 62%, #d8fff1); box-shadow: var(--shadow); color: white; position: relative; overflow: hidden; }
.phone-frame:before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 36px; pointer-events: none; }
.phone-status { position: relative; display: flex; justify-content: space-between; font-weight: 950; font-size: 13px; opacity: .9; }
.bottle-card { position: relative; margin-top: 34px; height: 350px; border-radius: 34px; background: rgba(255,255,255,.13); display: grid; grid-template-columns: 1fr 92px; align-items: center; padding: 18px; }
.glass-bottle { width: 150px; height: 286px; margin: auto; border: 7px solid rgba(255,255,255,.78); border-radius: 46% 46% 34% 34% / 16% 16% 12% 12%; position: relative; overflow: hidden; box-shadow: inset 0 0 30px rgba(255,255,255,.2); }
.glass-bottle:before { content: ""; position: absolute; left: 35%; top: -8px; width: 30%; height: 42px; border-radius: 14px 14px 5px 5px; background: linear-gradient(#f5bf4a, #9a6816); }
.glass-bottle span { position: absolute; left: 0; right: 0; bottom: 0; height: 72%; background: linear-gradient(0deg, #0c77ff, #6bf5e8); border-radius: 46% 46% 0 0 / 12% 12% 0 0; }
.progress-column { display: grid; gap: 8px; }
.progress-column strong { font-size: 42px; letter-spacing: -.05em; }
.progress-column small, .progress-column em { color: rgba(255,255,255,.76); font-style: normal; font-weight: 850; }
.quick-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.quick-row span { text-align: center; padding: 13px 0; border-radius: 18px; background: rgba(255,255,255,.2); font-weight: 950; }
.dot-map { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; margin-top: 16px; padding: 14px; border-radius: 24px; background: rgba(255,255,255,.12); }
.dot-map i { aspect-ratio: 1; border-radius: 7px; background: rgba(255,255,255,.2); }
.dot-map i:nth-child(3n) { background: #63e6d9; }
.dot-map i:nth-child(4n) { background: #f0bd45; }
.why-section, .feature-river, .workflow-board, .visual-section, .trust-section, .faq-section, .final-cta { margin-top: 28px; padding: clamp(24px, 5vw, 54px); border: 1px solid var(--line); border-radius: 36px; background: var(--surface); box-shadow: 0 16px 55px rgba(8,45,52,.08); }
.why-section p { max-width: 760px; font-size: 17px; font-weight: 650; }
.feature-river { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.feature-grid article, .proof-grid article, .workflow-list div { padding: 18px; border-radius: 24px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.72); }
.feature-grid span { font-weight: 950; color: var(--gold); }
.workflow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.workflow-list strong { font-size: 18px; }
.visual-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; align-items: center; }
.icon-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.icon-row img { width: 100%; border-radius: 24%; box-shadow: 0 14px 32px rgba(7,43,50,.14); }
.screenshot-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.screenshot-strip figure { margin: 0; padding: 10px; border-radius: 30px; background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.72); box-shadow: 0 18px 42px rgba(7,43,50,.1); }
.screenshot-strip img { display: block; width: 100%; border-radius: 24px; }
.screenshot-strip figcaption { margin-top: 8px; text-align: center; color: var(--muted); font-weight: 950; font-size: 13px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 18px; }
.proof-grid strong { display: block; font-size: 18px; margin-bottom: 8px; }
.proof-grid span { color: var(--muted); font-weight: 650; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; font-weight: 950; font-size: 18px; }
.final-cta { text-align: center; background: linear-gradient(135deg, var(--navy), #087d7b); color: white; }
.final-cta p { color: rgba(255,255,255,.76); }
.final-cta .primary-cta { background: white; color: var(--navy); }
.policy-page { max-width: 860px; }
.policy-card { padding: clamp(24px, 5vw, 52px); border-radius: 34px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.policy-card h1 { font-size: clamp(42px, 7vw, 72px); }
.policy-card li { margin: 10px 0; color: var(--muted); line-height: 1.6; }
.policy-card code { background: rgba(0,169,165,.1); padding: 2px 6px; border-radius: 8px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 820px) {
  .capdrop-topbar { align-items: flex-start; }
  .hero-shell, .feature-river, .visual-section { grid-template-columns: 1fr; min-height: auto; }
  .hero-shell { padding-top: 18px; }
  .device-stage { order: -1; }
  .phone-frame { min-height: 540px; }
  .feature-grid, .workflow-list, .proof-grid { grid-template-columns: 1fr; }
  .icon-row { grid-template-columns: repeat(3, 1fr); }
  .screenshot-strip { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
