:root {
  --navy: #071c3f;
  --blue: #0c4a8a;
  --cyan: #16c7d9;
  --teal: #13b8a6;
  --sky: #e8f7ff;
  --soft: #f5f8fc;
  --white: #ffffff;
  --ink: #102033;
  --muted: #5e6c7f;
  --line: #dbe7f3;
  --yellow: #ffd166;
  --orange: #ff9f1c;
  --shadow: 0 22px 60px rgba(7, 28, 63, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
body:has(.sticky-mobile-cta) { padding-bottom: 72px; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.hidden { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219, 231, 243, 0.8);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo-image { width: 150px; height: auto; }
.nav-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}
.site-nav {
  position: absolute;
  top: 72px;
  left: 16px;
  right: 16px;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.site-nav.open { display: flex; }
.site-nav a { color: var(--muted); font-weight: 700; padding: 10px 12px; border-radius: 12px; }
.site-nav a:hover, .site-nav a:focus { color: var(--blue); background: var(--sky); }
.site-nav .nav-cta { background: var(--navy); color: var(--white); text-align: center; }

.hero {
  padding: 72px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(22, 199, 217, 0.22), transparent 32%),
    linear-gradient(135deg, #f8fcff 0%, #e9f8ff 45%, #ffffff 100%);
}
.cafe-hero { background: radial-gradient(circle at 85% 14%, rgba(255, 209, 102, 0.28), transparent 32%), linear-gradient(135deg, #f8fcff 0%, #eafffb 50%, #ffffff 100%); }
.partner-hero { background: radial-gradient(circle at 85% 14%, rgba(22, 199, 217, 0.24), transparent 32%), linear-gradient(135deg, #f8fcff 0%, #edf4ff 52%, #ffffff 100%); }
.hero-grid { display: grid; gap: 34px; align-items: center; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 { color: var(--navy); font-size: clamp(2.25rem, 10vw, 4.8rem); line-height: 1.04; letter-spacing: -0.06em; margin-bottom: 20px; }
h2, .section-title { color: var(--navy); font-size: clamp(1.75rem, 5vw, 3rem); line-height: 1.12; letter-spacing: -0.04em; margin-bottom: 16px; }
h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: 10px; }
.hero-subtitle, .section-heading p, .split-grid p, .final-cta p { color: var(--muted); font-size: 1.05rem; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--yellow)); color: #231500; box-shadow: 0 14px 28px rgba(255, 159, 28, 0.28); }
.btn-secondary { background: linear-gradient(135deg, var(--cyan), var(--teal)); color: var(--navy); }
.btn-ghost { background: var(--white); color: var(--blue); border: 1px solid var(--line); }
.btn-full { width: 100%; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }
.card-glow { position: relative; background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(22, 199, 217, 0.22); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.hero-visual figcaption { color: var(--muted); text-align: center; margin-top: 12px; font-size: 0.92rem; }
.home-video-section { background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%); }
.home-video-grid { display: grid; gap: 26px; align-items: center; }
.home-video-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.home-video-benefits { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.home-video-benefits li { position: relative; padding-left: 30px; color: var(--blue); font-weight: 800; }
.home-video-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 900; }
.home-video-copy .btn { margin-top: 22px; }
.home-video-frame { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 20px; background: #061832; box-shadow: 0 18px 42px rgba(7, 28, 63, 0.16); }
.home-video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.section { padding: 70px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: linear-gradient(135deg, var(--navy), #0b3b73); color: var(--white); }
.section-dark h2, .section-dark h3, .section-dark .section-title, .section-dark .eyebrow { color: var(--white); }
.section-dark p { color: rgba(255,255,255,0.78); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.cards, .steps, .timeline { display: grid; gap: 18px; }
.three-col { grid-template-columns: 1fr; }
.info-card, .step-card, .timeline article, .lead-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 36px rgba(7, 28, 63, 0.08);
}
.info-card p, .step-card p, .timeline p { color: var(--muted); margin-bottom: 0; }
.info-card.accent { border-color: rgba(22, 199, 217, 0.35); background: linear-gradient(180deg, #ffffff, #f4fdff); }
.step-card span, .timeline span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--cyan);
  font-weight: 900;
}
.split-grid, .video-grid, .lead-layout { display: grid; gap: 28px; align-items: start; }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.pill-grid span {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--blue);
  font-weight: 800;
}
.pill-grid-light span { background: rgba(255,255,255,0.12); color: var(--white); border-color: rgba(255,255,255,0.2); }
.feature-list { display: grid; gap: 14px; }
.feature-list div { display: grid; gap: 6px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.feature-list strong { color: var(--navy); }
.feature-list span { color: var(--muted); }
.stacked { grid-template-columns: 1fr; }
.video-wrap { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); }
.video-wrap video { width: 100%; border-radius: 18px; background: #000; }
.faq-list { display: grid; gap: 12px; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; color: var(--navy); }
details p { color: var(--muted); margin: 12px 0 0; }
.final-cta { text-align: center; background: linear-gradient(135deg, #e8f7ff, #fff7df); }
.final-cta .container { max-width: 780px; }

.lead-form { display: grid; gap: 16px; }
.form-grid { display: grid; gap: 14px; }
.lead-form label { display: grid; gap: 8px; color: var(--navy); font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(22, 199, 217, 0.14); }
.otp-box { display: grid; gap: 12px; padding: 16px; border: 1px dashed rgba(12, 74, 138, 0.28); border-radius: 18px; background: #f8fcff; }
.checkbox-label { display: flex !important; align-items: flex-start; gap: 10px !important; font-weight: 600 !important; color: var(--muted) !important; }
.checkbox-label input { width: 18px; margin-top: 4px; }
.form-status { min-height: 22px; margin: 0; color: var(--muted); font-weight: 700; }
.form-status.success { color: #087f5b; }
.form-status.error { color: #c92a2a; }
.validation-errors { margin: 0; padding: 12px 12px 12px 32px; color: #c92a2a; background: #fff5f5; border-radius: 14px; }
.success-message { margin: 0; padding: 14px; border-radius: 14px; background: #e6fcf5; color: #087f5b; font-weight: 800; }

.thank-you-layout { display: grid; gap: 28px; align-items: start; }
.thank-you-card { padding: 28px; }
.thank-you-meta { display: grid; gap: 12px; margin: 26px 0 4px; }
.thank-you-meta div { padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.76); }
.thank-you-meta span { display: block; color: var(--muted); font-size: 0.88rem; font-weight: 700; }
.thank-you-meta strong { display: block; color: var(--navy); font-size: 1rem; overflow-wrap: anywhere; }
.thank-you-next h2 { font-size: clamp(1.45rem, 4vw, 2rem); }
.next-steps { display: grid; gap: 12px; margin: 0 0 18px; padding-left: 22px; color: var(--muted); }
.next-steps li::marker { color: var(--teal); font-weight: 900; }

.site-footer { background: #061832; color: rgba(255,255,255,0.76); padding: 48px 0 86px; }
.footer-grid { display: grid; gap: 24px; }
.footer-logo { width: 140px; margin-bottom: 12px; filter: brightness(0) invert(1); }
.site-footer h3 { color: var(--white); }
.site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,0.86); }
.sticky-mobile-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  color: #231500;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(7, 28, 63, 0.28);
}

@media (min-width: 760px) {
  body:has(.sticky-mobile-cta) { padding-bottom: 0; }
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 4px; padding: 0; border: 0; box-shadow: none; background: transparent; }
  .site-nav a { font-size: 0.92rem; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-grid, .split-grid, .video-grid, .home-video-grid, .lead-layout, .thank-you-layout { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); }
  .thank-you-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .three-col, .steps, .timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 0.8fr 0.8fr; }
  .sticky-mobile-cta { display: none; }
}

@media (min-width: 1040px) {
  .hero { padding: 96px 0; }
  .section { padding: 88px 0; }
  .logo-image { width: 168px; }
}

.two-col { grid-template-columns: 1fr; }
.info-card .btn { margin-top: 14px; }
.info-card a:not(.btn) { color: var(--blue); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

@media (min-width: 760px) {
  .two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.footer-owner a {
  display: inline;
  margin: 0;
}
