:root {
  --blue: #075fbd;
  --blue-dark: #073d78;
  --gold: #d8b64c;
  --ink: #111827;
  --muted: #5f6b7a;
  --paper: #ffffff;
  --bg: #f3f7fb;
  --line: #d9e3ee;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; }
a { color: var(--blue); }
.hero { color: black; background: linear-gradient(90deg, rgba(5, 34, 69, .93), rgba(7, 95, 189, .80)), url"football-hero.jpeg") center / cover; padding: 22px; }
.nav, .hero-grid, .section, footer { max-width: 1160px; margin: 0 auto; }
.nav { display: flex; justify-content: space-between; align-items: center; padding-bottom: 56px; }
.brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-weight: 900; letter-spacing: .03em; }
.brand img { width: 58px; height: 58px; object-fit: contain; background: white; border-radius: 999px; padding: 3px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: center; padding-bottom: 72px; }
h1, h2, h3 { line-height: 1.05; }
h1 {font-size: 4rem;line-height: 1.1;max-width: 800px;}
h2 { font-size: clamp(30px, 4vw, 48px); margin: 0 0 18px; }
p { font-size: 18px; }
.lede { font-size: 23px; max-width: 690px; color: #eef7ff; }
.created { color: #333;font-weight:500;} max-width: 680px; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 13px; margin: 0 0 12px; color: #cbe6ff; }
.eyebrow.dark { color: var(--blue-dark); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.button { border: 0; display: inline-block; border-radius: 999px; background: var(--blue); color: white; text-decoration: none; padding: 14px 22px; font-weight: 900; font-size: 16px; cursor: pointer; }
.button:hover { background: var(--blue-dark); }
.button-secondary { background: white; color: var(--blue-dark); }
.button-small { background: white; color: var(--blue-dark); padding: 10px 16px; }
.hero-card { background: rgba(255,255,255,.92); border: none; border-radius: 32px; padding: 32px; box-shadow: 0 25px 90px rgba(0,0,0,.35); text-align: center; }
.hero-card img { max-height: 430px; object-fit: contain; }
.section { padding: 68px 24px; }
.intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: start; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 0; }
.features article { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 22px; }
.features strong { display: block; font-size: 19px; margin-bottom: 8px; }
.features span { color: var(--muted); }
.preview, .pricing, ..payment-order { display: grid; grid-template-columns: 1fr 1.5fr gap: 34px;}
.payment-order, .about { background: var(--paper); border: 1px solid var(--line); border-radius: 26px; margin-top: 24px; margin-bottom: 24px; }
.section-title { text-align: center; max-width: 760px; margin: 0 auto 28px; }
.card-images { display: grid; grid-template-columns: 1fr;gap: 2rem;} ; gap: 22px; align-items: start; }
.card-images img { border-radius: 18px; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(20, 41, 69, .15); background: white; }
.small-note { text-align: center; color: var(--muted); font-size: 15px; }
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.price-box { display: grid; gap: 14px; }
.price-row { display: flex; justify-content: space-between; gap: 18px; background: #f8fbff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; font-size: 18px; }
.price-row.featured { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(7, 95, 189, .12); }
.payment-order
.venmo {max-width: 220px; width: 100%; height: auto; display: block;  margin: 0 auto 24px; border-radius: 22px; border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(20, 41, 69, .12);  background: white;} form {display: grid;
  grid-template-columns: 1fr 1fr;gap: 14px;}label { display: grid;  gap: 7px; font-weight: 900;} input, select, textarea {width: 100%;
  max-width: none;border: 1px solid var(--line); border-radius: 12px; padding: 13px;  font: inherit;}
.wide { grid-column: 1 / -1; }
.estimate { display: grid; gap: 3px; background: #eef7ff; border-radius: 16px; padding: 18px; }
.estimate strong.venmo-name {font-size: 1.5rem;word-break: break-word;}
.estimate small { color: var(--muted); }
.about { display: grid; grid-template-columns: 250px 1fr; gap: 34px; align-items: center; }
.about img { width: 250px; margin: 0 auto; }
footer { padding: 34px 24px 58px; text-align: center; color: var(--muted); }
@media (max-width: 850px) {
  .hero-grid, .intro, .features, .card-images, .pricing, .payment-order, .about { grid-template-columns: 1fr; }
  .nav { padding-bottom: 38px; }
  form { grid-template-columns: 1fr; }
  .hero-card img { max-height: 320px; }
}
