:root {
  --tl-blue: #0d6fd1;
  --tl-blue-dark: #0a4e96;
  --tl-green: #5cc13b;
  --tl-sky: #eaf6ff;
  --tl-beige: #f4ecdf;
  --tl-text: #17324d;
  --tl-muted: #5d7388;
  --tl-border: rgba(13, 111, 209, 0.12);
  --tl-shadow: 0 20px 50px rgba(9, 54, 99, 0.12);
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--tl-text);
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 38%, #f9fbfd 100%);
  min-height: 100vh;
}

/* =========================
   NAVBAR
========================= */

.navbar {
  min-height: 88px;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid rgba(13,111,209,0.08);
}

.navbar-brand img {
  height: 56px;
  width: auto;
  display: block;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--tl-blue), #18a8f4);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(13,111,209,.22);
  font-size: 1.35rem;
}

/* =========================
   HERO
========================= */

.hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4rem;
  background:
    radial-gradient(circle at top left, rgba(92,193,59,0.16), transparent 22%),
    radial-gradient(circle at top right, rgba(13,111,209,0.16), transparent 28%),
    linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 420px;
  height: 420px;
  background: rgba(13,111,209,0.06);
  top: -180px;
  right: -80px;
}

.hero::after {
  width: 300px;
  height: 300px;
  background: rgba(92,193,59,0.08);
  bottom: -120px;
  left: -80px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: rgba(13,111,209,.08);
  color: var(--tl-blue-dark);
  border: 1px solid rgba(13,111,209,.10);
  border-radius: 999px;
  padding: .5rem .95rem;
  font-weight: 700;
  font-size: .86rem;
  letter-spacing: .02em;
}

.display-title {
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.display-title .accent {
  color: var(--tl-blue);
}

.lead-copy {
  font-size: 1.1rem;
  color: var(--tl-muted);
  max-width: 52rem;
}

/* =========================
   BUTTONS
========================= */

.btn-primary {
  background: linear-gradient(135deg, var(--tl-blue), #1496ea);
  border: none;
  border-radius: 1rem;
  padding: .95rem 1.25rem;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(13,111,209,.20);
}

.btn-outline-primary {
  border-radius: 1rem;
  padding: .95rem 1.25rem;
  font-weight: 700;
  border-color: rgba(13,111,209,.20);
  color: var(--tl-blue-dark);
}

/* =========================
   SECTIONS / TYPOGRAPHY
========================= */

.section-pad {
  padding: 5rem 0;
}

.section-tag,
.section-label {
  color: var(--tl-blue);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: .85rem;
}

.section-title {
  font-size: clamp(1.9rem, 3vw, 3rem);
  letter-spacing: -0.04em;
  font-weight: 800;
  margin-bottom: 1rem;
}

.section-copy {
  color: var(--tl-muted);
  font-size: 1.04rem;
  max-width: 46rem;
}

.text-soft {
  color: var(--tl-muted);
}

.small-note {
  color: var(--tl-muted);
  font-size: .95rem;
  line-height: 1.7;
}

/* =========================
   UTILITIES
========================= */

.bg-soft {
  background: #f7fbff;
}

/* =========================
   SHARED CARDS / PANELS
========================= */

.hero-card,
.info-card,
.offer-card,
.schedule-card,
.metric-card,
.contact-card,
.pricing-card,
.highlight-card,
.faq-wrapper,
.login-card,
.signup-card,
.legal-card {
  background: #fff;
  border: 1px solid var(--tl-border);
  box-shadow: var(--tl-shadow);
}

.hero-card,
.info-card,
.offer-card,
.schedule-card,
.metric-card,
.contact-card,
.pricing-card,
.login-card,
.signup-card,
.legal-card,
.faq-wrapper {
  border-radius: 1.5rem;
}

.highlight-card {
  border-radius: 1.4rem;
}

.hero-card {
  padding: 1.6rem;
}

.info-card,
.metric-card,
.schedule-card {
  padding: 1.5rem;
  height: 100%;
}

.contact-card,
.pricing-card,
.login-card,
.signup-card,
.legal-card,
.faq-wrapper {
  padding: 2rem;
  height: 100%;
}

.highlight-card {
  padding: 1.5rem;
  height: 100%;
}

.offer-card {
  padding: 2rem;
  background: linear-gradient(135deg, #f4ffef 0%, #eef8ff 100%);
}

.pricing-card,
.login-card,
.signup-card {
  position: relative;
  z-index: 2;
}

.pricing-card {
  position: relative;
}

/* =========================
   HOME PAGE COMPONENTS
========================= */

.floating-badge {
  background: linear-gradient(135deg, rgba(92,193,59,.14), rgba(13,111,209,.10));
  border: 1px solid rgba(13,111,209,.10);
  border-radius: 1.25rem;
  padding: 1rem 1.1rem;
}

.mini-stat {
  border: 1px solid rgba(13,111,209,.08);
  border-radius: 1rem;
  padding: 1rem;
  background: #fbfdff;
}

.offer-ticket {
  border: 2px dashed rgba(13,111,209,.18);
  border-radius: 1.25rem;
  padding: 1.35rem;
  background: rgba(255,255,255,.72);
}

.service-area {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.pill-chip {
  border-radius: 999px;
  padding: .7rem 1rem;
  background: #fff;
  border: 1px solid var(--tl-border);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  box-shadow: 0 12px 26px rgba(13,111,209,.08);
}

.schedule-table .row-item {
  padding: .9rem 0;
  border-bottom: 1px solid rgba(13,111,209,.09);
}

.schedule-table .row-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.schedule-day {
  font-weight: 800;
  color: var(--tl-text);
}

.rule-banner {
  background: linear-gradient(135deg, #0d6fd1, #1295e7);
  color: #fff;
  border-radius: 1.5rem;
  padding: 1.4rem 1.55rem;
  box-shadow: var(--tl-shadow);
}

/* =========================
   PRICING PAGE COMPONENTS
========================= */

.pricing-card.featured {
  border: 2px solid rgba(92,193,59,.42);
  background: linear-gradient(180deg, #ffffff 0%, #f7fff3 100%);
}

.popular-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--tl-green), #79d757);
  color: #fff;
  font-weight: 800;
  font-size: .78rem;
  border-radius: 999px;
  padding: .45rem .8rem;
  letter-spacing: .03em;
  box-shadow: 0 12px 24px rgba(92,193,59,.24);
}

.plan-label {
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tl-blue);
  margin-bottom: .85rem;
}

.plan-price {
  font-size: clamp(2.3rem, 4vw, 3.35rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: .35rem;
}

.plan-subtext {
  color: var(--tl-muted);
  font-size: .98rem;
  margin-bottom: 1.25rem;
}

.price-divider {
  border-top: 1px solid rgba(13,111,209,.10);
  margin: 1.35rem 0;
}

.addon-list {
  display: grid;
  gap: .85rem;
}

.addon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(13,111,209,.10);
  border-radius: 1rem;
  background: #fbfdff;
}

.addon-name {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  color: var(--tl-text);
}

.addon-price {
  font-weight: 800;
  color: var(--tl-blue-dark);
  white-space: nowrap;
}

.addon-subnote {
  color: var(--tl-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.addon-row-multi {
  display: block;
}

.addon-row-multi .addon-name {
  margin-bottom: .7rem;
}

.addon-breakdown {
  display: grid;
  gap: .45rem;
}

.addon-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--tl-text);
  font-size: .95rem;
}

.addon-line strong {
  font-weight: 800;
  color: var(--tl-blue-dark);
  white-space: nowrap;
}

.info-tip {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  color: var(--tl-blue);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.info-tip:hover {
  color: var(--tl-blue-dark);
}

.info-tip i {
  font-size: .95rem;
}

/* =========================
   CONTACT PAGE COMPONENTS
========================= */

.contact-method {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(13,111,209,.10);
}

.contact-method:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-label {
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--tl-blue);
  margin-bottom: .25rem;
}

.contact-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--tl-text);
  text-decoration: none;
}

.contact-value:hover {
  color: var(--tl-blue);
}

.contact-note {
  color: var(--tl-muted);
  margin-top: .35rem;
  margin-bottom: 0;
}

/* =========================
   FAQ COMPONENTS
========================= */

.faq-item {
  background: #fff;
  border: 1px solid rgba(13,111,209,.12);
  border-radius: 1.15rem;
  box-shadow: 0 8px 22px rgba(9, 54, 99, 0.05);
  padding: 1.35rem 1.35rem 1.2rem;
  margin-bottom: 1rem;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: .65rem;
  color: var(--tl-text);
}

.faq-question i {
  color: var(--tl-blue);
  font-size: 1rem;
  margin-top: .2rem;
  flex: 0 0 auto;
}

.faq-answer {
  color: var(--tl-muted);
  line-height: 1.8;
  padding-left: 1.85rem;
}

/* =========================
   SCHEDULE
========================= */
#schedule-details .schedule-card {
  height: auto;
  padding: 1.25rem;
}

.schedule-card-note {
  margin-top: .35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13,111,209,.10);
  text-align: center;
  color: var(--tl-muted);
  font-size: .95rem;
  line-height: 1.65;
}

/* =========================
   LISTS / ICONS
========================= */

.icon-pill {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--tl-blue);
  background: linear-gradient(135deg, rgba(13,111,209,.10), rgba(92,193,59,.12));
}

.check-list,
.feature-list,
.plan-list {
  display: grid;
  gap: .9rem;
  padding: 0;
  margin: 0;
}

.check-list li,
.feature-list li,
.plan-list li {
  list-style: none;
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  color: var(--tl-text);
}

.check-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(92,193,59,.16);
  color: #2e8c1b;
  font-size: .9rem;
  margin-top: .1rem;
}

/* =========================
   FORMS / AUTH / SIGNUP
========================= */

.zip-form .form-control,
.zip-form .form-select,
.form-control {
  min-height: 58px;
  border-radius: 1rem;
  border: 1px solid rgba(13,111,209,.16);
  padding: .95rem 1rem;
  font-size: 1rem;
  color: var(--tl-text);
  box-shadow: none;
}

.form-control:focus,
.zip-form .form-control:focus,
.zip-form .form-select:focus {
  border-color: rgba(13,111,209,.45);
  box-shadow: 0 0 0 .25rem rgba(13,111,209,.10);
}

.form-label {
  font-weight: 700;
  color: var(--tl-text);
  margin-bottom: .6rem;
}

.input-icon-wrap {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tl-blue);
  font-size: 1rem;
  z-index: 3;
}

.input-with-icon {
  padding-left: 2.8rem;
}

.form-control.input-error {
  border-color: #dc3545;
  background-color: #fff8f8;
}

.form-control.input-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.12);
}

.input-icon-wrap.input-error .input-icon {
  color: #dc3545;
}

.field-error {
  color: #dc3545;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: .45rem;
}

/* =========================
   LEGAL / POLICY PAGES
========================= */

.legal-meta {
  color: var(--tl-muted);
  font-size: .95rem;
  margin-bottom: 2rem;
}

.notice-box {
  background: #eef7ff;
  border: 1px solid rgba(13,111,209,.14);
  color: var(--tl-text);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.legal-copy h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: .9rem;
  color: var(--tl-text);
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p,
.legal-copy li {
  color: var(--tl-muted);
  line-height: 1.8;
  font-size: 1rem;
}

.legal-copy ul {
  margin-bottom: 1.25rem;
}

.legal-copy strong {
  color: var(--tl-text);
}

/* =========================
   CTA BAND
========================= */

.cta-band {
  background: linear-gradient(180deg, #0d5bb0 0%, #0a4a8e 100%);
  color: #fff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: auto -5% -65px auto;
  width: 320px;
  height: 320px;
  background: rgba(255,255,255,.07);
  border-radius: 50%;
}

.cta-panel {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 1.5rem;
  box-shadow: none;
  padding: 2rem;
}

/* =========================
   FOOTER
========================= */

.footer {
  background: #082947;
  color: rgba(255,255,255,.78);
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
}

.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: .5rem;
}

.footer-text {
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 0;
  color: rgba(255,255,255,.78);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: .45rem;
}

.footer-links a {
  color: rgba(255,255,255,.88);
  text-decoration: none;
}

.footer-links a:hover,
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: .9rem;
  color: rgba(255,255,255,.68);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
  .hero {
    padding-top: 6rem;
  }

  .faq-answer {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 46px;
  }
}