/* Sherrod Sports Visas — cricket kit.
   Palette and type lifted from the live SSV site so this subdomain reads as the
   same brand: cream page, near-black text, orange-red accent, black CTA buttons. */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
  --cream: #faf9f5;
  --ink: #363636;
  --ink-soft: rgba(54, 54, 54, 0.72);
  --accent: #ff3c00;
  --line: rgba(54, 54, 54, 0.14);
  --card: #ffffff;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.wrap { width: 100%; max-width: 940px; margin: 0 auto; padding: 0 22px; }

h1, h2, h3 { line-height: 1.2; margin: 0 0 14px; }
h1 { font-size: 48px; font-weight: 700; letter-spacing: -0.5px; }
h2 { font-size: 30px; font-weight: 700; margin-top: 8px; }
h3 { font-size: 19px; font-weight: 700; }
p { margin: 0 0 16px; }
a { color: var(--ink); }

.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease;
}
.btn:hover { background: var(--accent); transform: translateY(-1px); }
.btn.big { padding: 19px 44px; font-size: 15px; }
.btn.ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn.ghost:hover { background: var(--ink); color: #fff; }

/* ---------------------------------------------------------------- hero */
.hero { padding: 74px 0 54px; border-bottom: 1px solid var(--line); }
.eyebrow {
  text-transform: uppercase; letter-spacing: 2.4px; font-size: 12px;
  font-weight: 700; color: var(--accent); margin-bottom: 16px;
}
.hero .lead { font-size: 21px; color: var(--ink-soft); max-width: 700px; }

.pricebox {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin: 30px 0 22px;
}
.price { font-size: 46px; font-weight: 700; letter-spacing: -1px; }
.was { font-size: 24px; color: var(--ink-soft); text-decoration: line-through; }
.tag {
  background: var(--accent); color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase; padding: 7px 13px; border-radius: 6px;
}
.reassure { font-size: 14px; color: var(--ink-soft); margin-top: 14px; }

/* ---------------------------------------------------------------- blocks */
section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.sub { color: var(--ink-soft); max-width: 720px; }

.stats { display: flex; gap: 40px; flex-wrap: wrap; margin: 30px 0 0; }
.stat .n { font-size: 36px; font-weight: 700; display: block; line-height: 1.1; }
.stat .l { font-size: 13px; text-transform: uppercase; letter-spacing: 1.3px; color: var(--ink-soft); }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; margin-top: 26px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 26px 24px;
}
.card h3 { margin-bottom: 8px; }
.card p { font-size: 15.5px; color: var(--ink-soft); margin-bottom: 0; }
.card .btn { margin-top: 18px; }

.checks { list-style: none; padding: 0; margin: 24px 0 0; }
.checks li { padding: 0 0 14px 30px; position: relative; }
.checks li::before {
  content: ''; position: absolute; left: 4px; top: 9px; width: 9px; height: 9px;
  background: var(--accent); border-radius: 2px;
}
.checks strong { display: block; }
.checks span { color: var(--ink-soft); font-size: 15.5px; }

.note {
  background: #fff; border-left: 4px solid var(--accent); border-radius: 0 8px 8px 0;
  padding: 22px 24px; margin: 26px 0 0;
}
.note p:last-child { margin-bottom: 0; }

.faq { margin-top: 22px; }
.faq details {
  border-bottom: 1px solid var(--line); padding: 16px 0;
}
.faq summary { cursor: pointer; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: '+ '; color: var(--accent); font-weight: 700; }
.faq details[open] summary::before { content: '– '; }
.faq p { margin: 12px 0 0; color: var(--ink-soft); font-size: 16px; }

.buy { text-align: center; padding: 62px 0; }
.buy .price { font-size: 54px; }
.buy .pricebox { justify-content: center; }

.foot { padding: 34px 0 54px; font-size: 14px; color: var(--ink-soft); }
.foot .fine { font-size: 12.5px; }

/* ---------------------------------------------------------------- kit page */
body.kit { background: #fff; }
.kit-head { background: var(--cream); border-bottom: 1px solid var(--line); padding: 40px 0 34px; }
.kit-head h1 { font-size: 38px; margin-bottom: 6px; }
.back { font-size: 13px; text-transform: uppercase; letter-spacing: 1.6px; text-decoration: none; color: var(--ink-soft); }
.callout {
  border: 1px solid var(--line); border-left: 4px solid var(--accent);
  border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 30px 0 0; font-size: 15.5px;
  background: var(--cream);
}
.callout.start { border-left-color: var(--ink); }
.sec { padding: 34px 0 8px; border: 0; }
.sec h2 { font-size: 25px; }
.blurb { color: var(--ink-soft); font-size: 16px; max-width: 760px; }
ul.dl { list-style: none; padding: 0; margin: 18px 0 0; }
ul.dl li {
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 13px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap;
}
ul.dl .t { font-weight: 600; flex: 1 1 340px; font-size: 16px; }
ul.dl .links { display: flex; gap: 9px; }
ul.dl .links a {
  text-decoration: none; border: 1px solid var(--ink); border-radius: 6px;
  padding: 6px 12px; font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; white-space: nowrap;
}
ul.dl .links a:hover { background: var(--ink); color: #fff; }
ul.dl .sz { display: block; font-weight: 400; letter-spacing: 0; text-transform: none; font-size: 11px; opacity: .6; }
.count { color: var(--ink-soft); font-size: 14px; margin: 30px 0; }
.next { border-top: 1px solid var(--line); padding-top: 34px; margin-top: 20px; }

/* ---------------------------------------------------------------- chat */
#chat-launch {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  background: #000; color: #fff; border: 0; border-radius: 30px;
  padding: 14px 22px; font-family: inherit; font-size: 14px; font-weight: 600;
  letter-spacing: .6px; cursor: pointer; box-shadow: 0 6px 22px rgba(0,0,0,.22);
}
#chat-launch:hover { background: var(--accent); }
#chat-panel {
  position: fixed; right: 20px; bottom: 20px; z-index: 61;
  width: min(380px, calc(100vw - 40px)); height: min(560px, calc(100vh - 40px));
  background: #fff; border-radius: 14px; box-shadow: 0 12px 44px rgba(0,0,0,.26);
  display: none; flex-direction: column; overflow: hidden;
}
#chat-panel.open { display: flex; }
.chat-head {
  background: #000; color: #fff; padding: 15px 18px;
  display: flex; justify-content: space-between; align-items: center;
}
.chat-head strong { font-size: 15px; }
.chat-head button { background: none; border: 0; color: #fff; font-size: 22px; cursor: pointer; line-height: 1; }
#chat-log { flex: 1; overflow-y: auto; padding: 16px; font-size: 15px; }
#chat-log .m { margin-bottom: 14px; }
#chat-log .m.u { text-align: right; }
#chat-log .m .b {
  display: inline-block; padding: 10px 14px; border-radius: 12px; max-width: 86%;
  text-align: left; white-space: pre-wrap;
}
#chat-log .m.u .b { background: #000; color: #fff; }
#chat-log .m.a .b { background: var(--cream); border: 1px solid var(--line); }
#chat-log .m.sys .b { background: #fff6f2; border: 1px solid rgba(255,60,0,.3); font-size: 14px; }
.chat-form { display: flex; border-top: 1px solid var(--line); }
.chat-form input { flex: 1; border: 0; padding: 15px; font-family: inherit; font-size: 15px; outline: none; }
.chat-form button {
  border: 0; background: #000; color: #fff; padding: 0 20px; font-family: inherit;
  font-weight: 600; cursor: pointer; font-size: 14px;
}
.chat-form button:disabled { opacity: .45; cursor: default; }
.chat-fine { padding: 9px 16px; font-size: 11.5px; color: var(--ink-soft); background: var(--cream); }

@media (max-width: 640px) {
  h1 { font-size: 34px; }
  h2 { font-size: 25px; }
  .hero { padding: 48px 0 40px; }
  .hero .lead { font-size: 18px; }
  section { padding: 40px 0; }
  .price { font-size: 38px; }
  .stats { gap: 26px; }
  ul.dl li { flex-direction: column; align-items: flex-start; gap: 10px; }
}
