/* BackYardBoyz — shared stylesheet (clean / trustable / professional) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --bg: #ffffff;
  --surface: #f7f9fc;
  --surface-2: #eef2f8;
  --line: #e2e8f1;
  --line-strong: #cfd8e6;
  --text: #16233a;
  --muted: #55617a;
  --muted-2: #8a93a6;
  --accent: #1f5aa3;
  --accent-dark: #16467f;
  --accent-soft: #eaf1fa;
  --navy: #122742;
  --radius: 8px;
  --maxw: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem; font-weight: 700; letter-spacing: 0.2px;
  display: flex; align-items: center; gap: 11px; color: var(--text);
}
.brand .mark {
  width: 30px; height: 30px; border-radius: 7px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.95rem; font-weight: 700; font-family: 'Montserrat', sans-serif;
}
.brand .mark::after { content: 'B'; }
.brand .byb-accent { color: var(--accent); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a {
  font-weight: 600; font-size: 0.92rem; color: var(--muted); transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-cta {
  background: var(--accent); color: #fff !important;
  padding: 10px 22px; border-radius: var(--radius);
  font-weight: 600; font-size: 0.92rem; transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover { background: var(--accent-dark); transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.6rem; cursor: pointer; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 14px 32px; border-radius: var(--radius);
  font-weight: 600; font-size: 1rem; cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s; border: none;
  font-family: 'Montserrat', sans-serif;
}
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(31,90,163,0.18); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(31,90,163,0.26); }
.btn-ghost { background: #fff; color: var(--accent); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--accent); background: var(--accent-soft); }

/* ---------- Hero ---------- */
.hero { padding: 84px 0 64px; background: linear-gradient(180deg, var(--surface), #fff); border-bottom: 1px solid var(--line); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: 20px;
  background: var(--accent-soft); padding: 7px 14px; border-radius: 30px;
}
.hero h1 {
  font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(2.4rem, 5.2vw, 4rem); line-height: 1.08;
  letter-spacing: -0.5px; max-width: 18ch; color: var(--text);
}
.hero h1 .o { color: var(--accent); font-style: italic; }
.hero p.lede { font-size: 1.18rem; color: var(--muted); max-width: 58ch; margin: 24px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Sections ---------- */
section { padding: 72px 0; }
.section-tag {
  font-size: 0.8rem; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: 14px;
}
h2.head {
  font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.1;
  letter-spacing: -0.4px; margin-bottom: 16px; color: var(--text);
}
.lead { font-size: 1.12rem; color: var(--muted); max-width: 64ch; }
.divider { height: 1px; background: var(--line); border: 0; }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 30px; position: relative;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.card:hover { border-color: var(--line-strong); box-shadow: 0 14px 36px rgba(18,39,66,0.08); transform: translateY(-3px); }
.card .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 9px;
  background: var(--accent-soft); color: var(--accent);
  font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 16px;
}
.card h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; margin-bottom: 9px; font-weight: 600; color: var(--text); }
.card p { color: var(--muted); font-size: 0.97rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.step {
  display: flex; gap: 16px; align-items: center;
  padding: 16px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
}
.step .s-num {
  font-family: 'Playfair Display', serif; color: var(--accent); font-size: 1.15rem; font-weight: 700; min-width: 26px;
}
.step span.s-txt { color: var(--text); font-weight: 500; font-size: 0.97rem; }

/* ---------- Pricing ---------- */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tier {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 30px 24px; display: flex; flex-direction: column;
}
.tier.featured { border: 1.5px solid var(--accent); box-shadow: 0 12px 32px rgba(31,90,163,0.14); }
.tier .t-name { text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 0.92rem; color: var(--accent); }
.tier .t-price { font-family: 'Playfair Display', serif; font-size: 2.1rem; font-weight: 700; margin: 10px 0 4px; color: var(--text); }
.tier .t-for { color: var(--muted-2); font-size: 0.85rem; margin-bottom: 18px; }
.tier ul { list-style: none; flex: 1; }
.tier li { font-size: 0.92rem; color: var(--muted); padding: 9px 0 9px 22px; position: relative; border-top: 1px solid var(--line); }
.tier li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* ---------- Split / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feature-list { list-style: none; margin-top: 22px; }
.feature-list li { padding: 13px 0; border-bottom: 1px solid var(--line); display: flex; gap: 13px; align-items: flex-start; color: var(--text); }
.feature-list li::before { content: '✓'; color: var(--accent); font-weight: 700; margin-top: 1px; }
.stat-block { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 38px; }
.stat-row { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.stat-row:last-child { border-bottom: 0; }
.stat-row .k { color: var(--muted); }
.stat-row .v { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--accent); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.cta-band h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: clamp(1.9rem, 4.4vw, 3rem); line-height: 1.1; color: var(--text); }
.cta-band p { color: var(--muted); margin: 16px auto 30px; max-width: 52ch; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 34px; max-width: 560px; box-shadow: 0 10px 30px rgba(18,39,66,0.06); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.82rem; color: var(--muted); margin-bottom: 6px; font-weight: 600; }
.field input, .field textarea {
  width: 100%; padding: 13px 14px; background: #fff; border: 1.5px solid var(--line-strong);
  border-radius: var(--radius); color: var(--text); font-family: 'Montserrat', sans-serif; font-size: 1rem;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.85rem; color: var(--muted); margin-bottom: 18px; }
.consent input { margin-top: 4px; }
.consent a { color: var(--accent); text-decoration: underline; }

/* ---------- Legal pages ---------- */
.legal { padding: 56px 0 80px; }
.legal h1 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: clamp(2rem,4.4vw,3rem); margin-bottom: 8px; color: var(--text); }
.legal .eff { color: var(--muted-2); margin-bottom: 34px; font-size: 0.95rem; }
.legal h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.45rem; margin: 34px 0 12px; color: var(--text); }
.legal h3 { font-size: 1.05rem; margin: 20px 0 8px; color: var(--text); font-weight: 600; }
.legal p, .legal li { color: var(--muted); margin-bottom: 12px; max-width: 80ch; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--accent); text-decoration: underline; }
.legal .callout { background: var(--accent-soft); border-left: 3px solid var(--accent); padding: 16px 20px; border-radius: var(--radius); margin: 18px 0; }
.legal .callout p { color: var(--text); margin: 0; }

/* ---------- Contact info ---------- */
.info-list { list-style: none; }
.info-list li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-list .lab { text-transform: uppercase; letter-spacing: 0.8px; color: var(--muted-2); font-size: 0.78rem; display: block; margin-bottom: 3px; font-weight: 600; }
.info-list .val { font-size: 1.05rem; color: var(--text); }

/* ---------- Footer (dark navy, trustable) ---------- */
.site-footer { background: var(--navy); color: #c4cdda; padding: 56px 0 36px; }
.site-footer .brand { color: #fff; }
.site-footer .brand .byb-accent { color: #8fb4dd; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; margin-bottom: 38px; }
.footer-top h4 { text-transform: uppercase; letter-spacing: 1.2px; font-size: 0.82rem; margin-bottom: 14px; color: #8a96a8; font-weight: 600; }
.footer-top a, .footer-top p { display: block; color: #c4cdda; font-size: 0.95rem; margin-bottom: 8px; }
.footer-top a:hover { color: #fff; }
.footer-brand p { max-width: 40ch; color: #9aa6b6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; }
.footer-bottom .legal-name { font-size: 0.9rem; color: #c4cdda; margin-bottom: 14px; }
.footer-bottom a { color: #8fb4dd; }
.disclaimer { font-size: 0.78rem; color: #8090a2; line-height: 1.6; }
.copyright { margin-top: 16px; font-size: 0.85rem; color: #8090a2; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3, .tiers { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: #fff; padding: 20px 24px; gap: 18px; border-bottom: 1px solid var(--line); box-shadow: 0 10px 24px rgba(18,39,66,0.08);
  }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .grid-3, .grid-2, .tiers, .steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  section { padding: 52px 0; }
  .hero { padding: 56px 0 46px; }
}
