:root {
  --bg: #f7f8fb;
  --bg-2: #ffffff;
  --panel: #ffffff;
  --panel-2: #fff6df;
  --text: #111827;
  --muted: #5b6474;
  --soft-muted: #7a8495;
  --red: #b80f1f;
  --red-2: #e11d2f;
  --gold: #f7c45f;
  --uhaul-orange: #ff7a00;
  --line: rgba(17, 24, 39, .12);
  --line-strong: rgba(17, 24, 39, .2);
  --shadow: 0 22px 70px rgba(17, 24, 39, .12);
  --soft-shadow: 0 12px 34px rgba(17, 24, 39, .08);
  --radius: 24px;
  --max: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 10% -5%, rgba(247,196,95,.22), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(184,15,31,.08), transparent 24rem),
    var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 999;
  background: var(--red);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { top: 1rem; }
.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;
}
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 900px; text-align: center; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(17,24,39,.06);
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .5rem 1rem;
  font-size: .88rem;
  color: var(--muted);
  background: #f0f3f8;
  flex-wrap: wrap;
}
.topbar a:hover { color: var(--red); }
.topbar-uhaul { color: var(--uhaul-orange) !important; font-weight: 950; }

.nav {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: .02em; }
.brand small { display: block; color: var(--muted); font-size: .78rem; margin-top: -.15rem; }
.nav-links { display: flex; align-items: center; gap: .65rem; color: var(--muted); font-weight: 850; }
.nav-links a:not(.btn):hover, .nav-links a.active { color: var(--red); }
.nav-uhaul { color: var(--uhaul-orange) !important; font-weight: 950; }
.nav-toggle { display: none; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.25rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-2));
  font-weight: 950;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(184,15,31,.22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(184,15,31,.28); filter: saturate(1.04); }
.btn-ghost { background: #fff; color: var(--red); border: 1px solid rgba(184,15,31,.28); box-shadow: none; }
.btn-small { min-height: 40px; padding: .65rem 1rem; font-size: .92rem; }
.btn-uhaul, .hub-uhaul .btn { background: var(--uhaul-orange); color: #1b0b00; box-shadow: 0 15px 38px rgba(255,122,0,.24); }

.btn-sales {
  background: linear-gradient(135deg, #f7c45f, #ff9f1c);
  color: #211200;
  box-shadow: 0 15px 36px rgba(255,159,28,.26);
}
.btn-sales:hover { box-shadow: 0 18px 44px rgba(255,159,28,.34); }
.nav-cta {
  min-height: 42px;
  padding: .68rem 1rem;
  white-space: nowrap;
  border: 2px solid rgba(255,255,255,.55);
}
.nav-links .btn {
  color: #fff;
}
.nav-links .btn-sales,
.nav-links .btn-uhaul {
  color: #1c1000;
}


/* Banner */
.marquee-image-hero {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.marquee-image-link { display: block; width: 100%; line-height: 0; }
.marquee-image-link img {
  width: 100%;
  height: clamp(260px, 42vw, 620px);
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Hub */
.link-hub-section {
  padding: 3.5rem 0 4.5rem;
  background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}
.link-hub-head { max-width: 960px; margin: 0 auto 1.6rem; text-align: center; }
.eyebrow {
  margin: 0 0 .75rem;
  color: var(--red);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
}
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 { max-width: 860px; font-size: clamp(3rem, 7vw, 6.6rem); letter-spacing: -.07em; }
.link-hub-head h1 { margin-inline: auto; font-size: clamp(2.4rem, 5.5vw, 5.8rem); }
.link-hub-head p, .hero-text, .page-hero p, .section-head p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}
.link-hub-head p { margin: 1rem auto 0; max-width: 740px; }
.link-hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.hub-card {
  min-height: 210px;
  border-radius: 28px;
  border: 1px solid var(--line);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .45rem;
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.hub-card:hover { transform: translateY(-4px); border-color: rgba(184,15,31,.28); box-shadow: var(--shadow); }
.hub-card strong { font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.05; }
.hub-card small { color: var(--muted); font-weight: 750; }
.hub-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 18px;
  display: inline-grid;
  place-items: center;
  font-size: 1.55rem;
  margin-bottom: auto;
  background: #f1f3f8;
}
.hub-service { border-top: 7px solid var(--red); }
.hub-uhaul { border-top: 7px solid var(--uhaul-orange); background: #fff8f0; border-color: rgba(255,122,0,.28); }
.hub-sales { border-top: 7px solid var(--gold); background: #fffdf6; }
.hub-services { border-top: 7px solid #9aa4b5; }

/* Sections */
.section { padding: 5.25rem 0; }
.section-head { max-width: 820px; margin-bottom: 2rem; }
.section-head.left { text-align: left; margin-bottom: 1rem; }
.section-head h2, .panel h2, .cta-inner h2 { font-size: clamp(2.2rem, 4.6vw, 4.6rem); letter-spacing: -.055em; }
.split-section { background: #f7f8fb; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.panel {
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 3rem);
  min-height: 340px;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}
.dark-panel { background: #fff; color: var(--text); border-top: 7px solid var(--red); }
.light-panel { background: #fffdf5; color: var(--text); border-top: 7px solid var(--gold); }
.panel p, .light-panel p { color: var(--muted); }
.check-list { display: grid; gap: .7rem; margin-top: 1.3rem; }
.check-list span { display: flex; gap: .65rem; align-items: flex-start; color: inherit; font-weight: 850; }
.check-list span::before { content: "✓"; color: var(--red-2); font-weight: 950; }

/* Service/cards */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.cards-5 { grid-template-columns: repeat(5, 1fr); }
.services-list-grid { grid-template-columns: repeat(4, 1fr); }
.service-card, .action-card, .coupon, .contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.45rem;
  box-shadow: var(--soft-shadow);
}
.service-card-linked { display: flex; flex-direction: column; }
.service-card-linked .service-cta { margin-top: auto; padding-top: 1rem; }
.card-icon, .action-card span {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  background: #fff4d8;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.service-card h3, .action-card h3, .coupon h3, .contact-card h2 { font-size: 1.28rem; margin-bottom: .6rem; }
.service-card p, .action-card p, .coupon p, .contact-card p { color: var(--muted); margin: .5rem 0 0; }
.text-link { display: inline-block; color: var(--red); font-weight: 950; margin-top: 1rem; }
.text-link:hover { color: var(--red-2); }

/* Hero pages */
.hero, .page-hero, .services-page-hero, .sales-hero, .uhaul-hero, .contact-hero {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 4.5rem;
  background:
    radial-gradient(circle at 12% 5%, rgba(247,196,95,.28), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(184,15,31,.12), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f2f5fa 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero.compact { padding: 4.5rem 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.hero-text { max-width: 690px; margin: 1.2rem 0 1.7rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-actions.centered { justify-content: center; margin-top: 1.5rem; }
.hero-card { justify-self: end; width: min(100%, 470px); }
.gauge-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); padding: 2rem; }
.gauge-top { display: flex; align-items: center; gap: .55rem; color: var(--muted); font-weight: 900; margin-bottom: 1.2rem; }
.status-dot { width: .75rem; height: .75rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 20px rgba(184,15,31,.45); }
.big-checks { padding: 0; margin: 0; list-style: none; display: grid; gap: .9rem; }
.big-checks li { border: 1px solid var(--line); border-radius: 16px; padding: 1rem; background: #f7f8fb; font-weight: 900; }

/* Quick strip / coupons / CTA / forms */
.quick-strip, .cta-band { background: #fff; color: var(--text); border-block: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid a { padding: 1.25rem; border-left: 1px solid #e5e7ee; transition: background .18s ease; }
.quick-grid a:last-child { border-right: 1px solid #e5e7ee; }
.quick-grid a:hover { background: #f4f6fb; }
.quick-grid strong { display: block; font-size: 1.05rem; }
.quick-grid span { display: block; color: var(--muted); font-size: .92rem; }
.coupon-grid, .action-card-grid, .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.action-card { transition: transform .18s ease, border-color .18s ease; }
.action-card:hover { transform: translateY(-4px); border-color: rgba(184,15,31,.28); }
.coupon { position: relative; overflow: hidden; }
.coupon::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 8px; background: linear-gradient(var(--red), var(--gold)); }
.coupon-label { display: inline-flex; padding: .35rem .65rem; border-radius: 999px; background: #fff1f2; color: var(--red); font-weight: 950; margin-bottom: 1rem; }
.coupon-price { font-size: 2rem; line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cta-inner p { color: var(--muted); max-width: 560px; }
.form-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: start; }
.contact-form { display: grid; gap: .9rem; padding: 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); box-shadow: var(--soft-shadow); }
.contact-form label { display: grid; gap: .35rem; color: var(--muted); font-weight: 850; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d9deea; border-radius: 16px; padding: .9rem 1rem; color: var(--text); background: #fff; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(184,15,31,.16); border-color: rgba(184,15,31,.42); }


.redirect-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: var(--bg);
}
.redirect-card {
  width: min(560px, 100%);
  padding: 2rem;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
  border: 1px solid var(--line);
}
.redirect-card h1 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -.05em; }
.redirect-card p { color: var(--muted); }

/* Footer */
.site-footer {
  background: #ffffff;
  border-top: 1px solid var(--line);
  padding-top: 3.5rem;
  color: var(--text);
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .75rem; margin-bottom: .8rem; }
.site-footer p, .site-footer a { color: var(--muted); }
.site-footer a { display: block; margin: .45rem 0; }
.site-footer a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid var(--line); padding: 1rem 1.25rem; display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; color: var(--muted); font-size: .9rem; background: #f7f8fb; }

/* Animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 1150px) {
  .link-hub-grid, .services-list-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1050px) {
  .cards-5 { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .coupon-grid, .action-card-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .split-grid, .form-wrap { grid-template-columns: 1fr; }
  .hero-card { justify-self: start; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .topbar { display: none; }
  .nav { min-height: 70px; }
  .nav-toggle { display: inline-grid; gap: 5px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
  .nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--text); }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; padding: 1rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a:not(.btn) { padding: .65rem .8rem; }
  .nav-links .nav-cta { width: 100%; min-height: 46px; }
  h1 { font-size: clamp(2.75rem, 13vw, 5rem); }
  .section { padding: 4rem 0; }
  .cta-inner { display: grid; }
}
@media (max-width: 640px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .service-grid, .coupon-grid, .action-card-grid, .contact-grid, .cards-5, .quick-grid, .footer-grid, .link-hub-grid, .services-list-grid { grid-template-columns: 1fr; }
  .quick-grid a, .quick-grid a:last-child { border: 0; border-top: 1px solid #e5e7ee; }
  .marquee-image-link img { height: clamp(220px, 62vw, 360px); }
  .link-hub-section { padding: 2.25rem 0 3rem; }
  .hub-card { min-height: 175px; }
  .footer-bottom { justify-content: flex-start; }
}
