/* beepbeep.tools — Design Tokens (Tuk Tuk Labs Brand Set v3 + BeepBeep yellow) */
:root {
  /* Core brand (shared with Tuk Tuk Labs) */
  --navy:        #082B59;  /* headlines, dark sections */
  --navy-700:    #05213F;
  --navy-card:   #0E3460;
  --navy-100:    #E2E8F0;
  --teal:        #29C4CC;  /* Tuk Tuk Labs link / accent */
  --teal-700:    #1E9DA4;  /* teal-as-text on light */
  --teal-100:    #D6F4F5;

  /* BeepBeep signature */
  --beep:        #FFC400;  /* primary CTA / beep accent */
  --beep-warn:   #FFD23F;  /* hazard yellow */
  --beep-ink:    #111111;  /* hazard black + dark band */

  /* Neutrals */
  --ink:         #22262C;  /* body text */
  --muted:       #5B677A;  /* muted text */
  --muted-soft:  #9AAAB8;
  --border:      #E5EAF0;
  --page:        #FBFCFD;
  --offwhite:    #F6F6F4;
  --white:       #FFFFFF;

  /* Status */
  --good:        #1FA971;
  --warn:        #E0922A;

  /* Radius */
  --r-md: 14px; --r-lg: 20px; --r-xl: 28px; --r-pill: 999px;

  /* Shadow */
  --sh-sm: 0 1px 2px rgba(8,43,89,.06);
  --sh-md: 0 4px 12px rgba(8,43,89,.10);
  --sh-lg: 0 18px 40px -28px rgba(8,43,89,.32);
  --sh-hero: 0 30px 60px -30px rgba(8,43,89,.30);

  /* Fonts */
  --font-head: "Poppins", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--page);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--navy); letter-spacing: -.01em; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: none; cursor: pointer; font-family: var(--font-head); font-weight: 700;
  border-radius: var(--r-pill); transition: transform .12s, background .15s, border-color .15s, color .15s, box-shadow .15s;
  text-align: center; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-nav { background: var(--navy); color: #fff; font-size: 14px; padding: 11px 20px; box-shadow: 0 6px 16px rgba(8,43,89,.18); }
.btn-nav:hover { background: var(--navy-700); }
.btn-beep { background: var(--beep); color: var(--navy); font-size: 16px; padding: 15px 28px; box-shadow: 0 12px 26px -8px rgba(255,196,0,.6); }
.btn-beep:hover { background: #ffce2e; box-shadow: 0 16px 30px -8px rgba(255,196,0,.7); }
.btn-nav-beep { background: var(--beep); color: var(--navy); font-size: 14px; padding: 11px 20px; box-shadow: 0 8px 18px -6px rgba(255,196,0,.6); }
.btn-nav-beep:hover { background: #ffce2e; }
.btn-ghost { background: #fff; color: var(--navy); font-size: 16px; padding: 15px 28px; border: 2px solid var(--border); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-700); }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(251,252,253,.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(8,43,89,.07); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .badge { height: 40px; width: auto; object-fit: contain; }
.brand .wordmark { display: flex; flex-direction: column; line-height: 1.05; }
.brand .wm-main { font-family: var(--font-head); font-weight: 800; font-size: 19px; color: var(--navy); }
.brand .wm-main .dot { color: var(--teal-700); }
.brand .wm-sub { font-family: var(--font-head); font-weight: 600; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-soft); }
.nav { display: flex; gap: 26px; align-items: center; }
.nav a { color: var(--muted); font-size: 15px; font-weight: 500; }
.nav a:hover { color: var(--navy); }
.header-cta { display: flex; align-items: center; gap: 12px; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.12fr .88fr; gap: 48px; align-items: center; padding: 64px 0 40px; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 9px; background: var(--teal-100); color: var(--teal-700); font-family: var(--font-head); font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: var(--r-pill); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.hero h1 { font-weight: 800; font-size: clamp(2.3rem, 4.1vw, 3.15rem); line-height: 1.1; margin-top: 18px; }
.hl-beep { background-image: linear-gradient(transparent 56%, var(--beep-warn) 56%, var(--beep-warn) 92%, transparent 92%); -webkit-box-decoration-break: clone; box-decoration-break: clone; padding: 0 .06em; }
.hl-teal { color: var(--teal-700); }
.hero .sub { font-size: clamp(1.05rem, 1.8vw, 1.18rem); color: var(--muted); max-width: 500px; margin-top: 20px; }
.hero-bullets { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; list-style: none; }
.hero-bullets li { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--navy); font-family: var(--font-head); }
.hero-bullets li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; background: var(--teal-100); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E9DA4' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 11px; background-repeat: no-repeat; background-position: center; flex: none; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; color: var(--muted); font-size: 13.5px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

/* Hero art */
.hero-card { position: relative; border-radius: var(--r-xl); background: linear-gradient(170deg,#ECF7F8 0%,#FBFDFE 70%); padding: 22px; overflow: hidden; box-shadow: var(--sh-hero); border: 1px solid rgba(255,255,255,.85); }
.hero-card .ribbon { position: absolute; top: 26px; right: -62px; transform: rotate(38deg); background: var(--beep-ink); color: var(--beep-warn); font-family: var(--font-head); font-weight: 800; font-size: 11px; letter-spacing: .18em; padding: 8px 72px; border-top: 2px solid var(--beep-warn); border-bottom: 2px solid var(--beep-warn); box-shadow: 0 8px 20px rgba(0,0,0,.25); z-index: 3; }
.hero-art { display: block; width: 100%; height: auto; }
.hero-tuk { position: absolute; left: 50%; bottom: 16%; width: 62%; transform: translateX(-50%); z-index: 2; filter: drop-shadow(0 14px 14px rgba(8,43,89,.16)); }
.beep-bubble { position: absolute; top: 30px; left: 26px; background: var(--beep); color: var(--navy); font-family: var(--font-head); font-weight: 800; font-size: 14px; padding: 8px 16px; border-radius: var(--r-pill); box-shadow: var(--sh-md); z-index: 3; }
.beep-bubble::after { content: ""; position: absolute; bottom: -7px; left: 22px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--beep); }

/* Hazard band */
.band-outer { padding: 14px 0 20px; margin: 14px 0 6px; overflow: hidden; }
.band { transform: rotate(-1.4deg); width: 108%; margin-left: -4%; background: var(--beep-ink); box-shadow: 0 18px 40px -16px rgba(0,0,0,.4); overflow: hidden; }
.band .edge { height: 12px; background: repeating-linear-gradient(45deg, var(--beep-warn) 0 18px, var(--beep-ink) 18px 36px); }
.band .track { display: flex; white-space: nowrap; padding: 13px 0; }
.band .marq { display: flex; flex: none; animation: marquee 32s linear infinite; }
.band .marq span { font-family: var(--font-head); font-weight: 800; font-size: clamp(18px, 2.6vw, 30px); letter-spacing: .07em; color: var(--beep-warn); padding: 0 22px; }
.band .marq span .dot { color: #fff; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Sections */
.sec { padding: 76px 0; }
.sec-head { max-width: 660px; margin: 0 auto 44px; text-align: center; }
.sec-eyebrow { font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--teal-700); }
.sec-head h2 { font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); margin: 12px 0 10px; }
.sec-head p { color: var(--muted); font-size: 1.1rem; }

/* Free check form */
.check { padding: 30px 0 6px; }
.check-panel { position: relative; overflow: hidden; border-radius: 30px; padding: clamp(28px, 5vw, 56px); background: linear-gradient(150deg,#EAF6F4,#F3F9FD 55%,#FFF6E0); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--sh-lg); display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: center; }
.check-copy h2 { font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.6rem); }
.check-copy p { color: var(--muted); font-size: 1.08rem; margin-top: 12px; max-width: 380px; }
.check-copy .mini { margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.check-copy .mini span { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-family: var(--font-head); color: var(--navy); font-size: 14.5px; }
.check-copy .mini span::before { content: ""; width: 18px; height: 18px; border-radius: 5px; background: var(--beep); flex: none; }
.form-card { background: #fff; border-radius: 22px; padding: 26px; border: 1px solid var(--border); box-shadow: var(--sh-md); }
.field { margin-bottom: 14px; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: 13px; color: var(--navy); margin-bottom: 6px; }
.field input, .field select { width: 100%; background: #fff; border: 2px solid var(--border); border-radius: 12px; padding: 12px 14px; font-size: 15px; font-family: var(--font-body); color: var(--ink); outline: none; transition: border-color .15s; }
.field input:focus, .field select:focus { border-color: var(--teal); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B677A' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; padding-right: 40px; }
.form-card .btn-beep { width: 100%; margin-top: 6px; }
.form-note { color: var(--muted-soft); font-size: 12.5px; text-align: center; margin-top: 12px; }
.form-success { text-align: center; padding: 18px 8px; }
.form-success .big { font-family: var(--font-head); font-weight: 800; color: var(--navy); font-size: 1.3rem; }
.form-success .small { color: var(--muted); margin-top: 8px; font-size: .95rem; }
.form-success .tick { width: 54px; height: 54px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 12px; }

/* Feature cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .cards { grid-template-columns: 1fr; } }
.card { background: #fff; border-radius: 22px; padding: 28px; border: 1px solid rgba(8,43,89,.06); box-shadow: var(--sh-lg); transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -28px rgba(8,43,89,.36); }
.icon-tile { width: 50px; height: 50px; border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; background: var(--teal-100); }
.icon-tile svg { width: 26px; height: 26px; stroke: var(--teal-700); fill: none; stroke-width: 2; }
.icon-tile.gold { background: #FCEFCB; }
.icon-tile.gold svg { stroke: var(--warn); }
.icon-tile.navy { background: var(--navy-100); }
.icon-tile.navy svg { stroke: var(--navy); }
.card h3 { font-weight: 700; font-size: 1.18rem; margin-bottom: 7px; }
.card p { color: var(--muted); font-size: .97rem; }

/* Example report */
.report { background: var(--navy); }
.report .sec-head h2 { color: #fff; }
.report .sec-head p { color: #A9BCCB; }
.report .sec-eyebrow { color: var(--teal); }
.report-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: stretch; }
.score-card { background: var(--navy-card); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; padding: 34px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.gauge { --val: 62; width: 180px; height: 180px; border-radius: 50%; background: conic-gradient(var(--beep) calc(var(--val) * 1%), rgba(255,255,255,.10) 0); display: grid; place-items: center; position: relative; }
.gauge::after { content: ""; position: absolute; inset: 16px; border-radius: 50%; background: var(--navy-card); }
.gauge .num { position: relative; z-index: 1; font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 3rem; line-height: 1; }
.gauge .num small { display: block; font-size: .85rem; font-weight: 600; color: var(--teal); letter-spacing: .12em; margin-top: 4px; }
.score-card .label { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; margin-top: 20px; }
.score-card .desc { color: #9CB1C2; font-size: .9rem; margin-top: 6px; }
.score-list { background: var(--navy-card); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; padding: 14px 26px; }
.score-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.score-row:last-child { border-bottom: none; }
.score-row .name { color: #DCE7F0; font-size: .98rem; font-weight: 500; }
.tag { font-family: var(--font-head); font-weight: 700; font-size: 11px; letter-spacing: .04em; padding: 5px 12px; border-radius: var(--r-pill); }
.tag.good { background: rgba(31,169,113,.16); color: #5FE0A6; }
.tag.work { background: rgba(255,196,0,.16); color: var(--beep-warn); }
.report-cta { text-align: center; margin-top: 36px; }

/* Who it's for */
.who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.who-item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 16px 18px; box-shadow: var(--sh-sm); }
.who-item .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--teal-100); display: flex; align-items: center; justify-content: center; flex: none; }
.who-item .ic svg { width: 20px; height: 20px; stroke: var(--teal-700); fill: none; stroke-width: 2; }
.who-item span { font-family: var(--font-head); font-weight: 600; font-size: .96rem; color: var(--navy); }
.who-note { text-align: center; margin-top: 34px; font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: 1.1rem; }
.who-note .hl-beep { display: inline; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 30px 28px; box-shadow: var(--sh-lg); position: relative; }
.step .n { width: 44px; height: 44px; border-radius: 12px; background: var(--beep); color: var(--navy); font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 1.18rem; font-weight: 700; margin-bottom: 7px; }
.step p { color: var(--muted); font-size: .97rem; }

/* Built by Tuk Tuk Labs */
.ttl { background: var(--navy); }
.ttl-panel { text-align: center; max-width: 720px; margin: 0 auto; }
.ttl-badge { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 18px; display: block; }
.ttl-panel h2 { color: #fff; font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.6rem); }
.ttl-panel p { color: #A9BCCB; font-size: 1.1rem; margin: 16px auto 26px; max-width: 560px; }

/* Footer */
.footer { background: var(--navy-700); padding: 60px 0 34px; color: #8BA0B4; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; align-items: start; }
.footer .fbrand { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: #fff; }
.footer .fbrand .dot { color: var(--teal); }
.footer .fsub { font-family: var(--font-head); font-weight: 600; font-size: 10px; letter-spacing: .3em; color: #5E7488; margin: 3px 0 14px; text-transform: uppercase; }
.footer-top p { max-width: 320px; font-size: .95rem; }
.footer h4 { color: #fff; font-family: var(--font-head); font-size: 14px; margin-bottom: 14px; }
.footer .fcol a { display: block; color: #8BA0B4; font-size: 14px; margin: 9px 0; }
.footer .fcol a:hover { color: var(--teal); }
.claim-pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,196,0,.12); border: 1px solid rgba(255,196,0,.35); color: var(--beep-warn); font-family: var(--font-head); font-weight: 600; font-size: 14px; padding: 10px 18px; border-radius: var(--r-pill); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; padding-top: 24px; color: #5E7488; font-size: 13px; }
.footer-bottom .beep { font-family: var(--font-head); font-weight: 600; }

/* Responsive */
@media (max-width: 920px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding: 36px 0 28px; }
  .hero-card { order: -1; }
  .check-panel { grid-template-columns: 1fr; gap: 28px; }
  .report-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .sec { padding: 56px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .cta-row, .cta-row .btn { width: 100%; }
  .band .marq span { font-size: 15px; }
  .footer-top { grid-template-columns: 1fr; }
  .header .wrap { padding: 10px 16px; gap: 10px; }
  .brand { gap: 8px; min-width: 0; }
  .brand .badge { height: 34px; width: 34px; }
  .brand .wm-main { font-size: 16px; }
  .brand .wm-sub { display: none; }
  .btn-nav-beep { font-size: 13px; padding: 9px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .band .marq { animation: none; }
  .pulse-dot { animation: none; }
  html { scroll-behavior: auto; }
}
