
/* ==========================================================
   Purified v1.2 Front Update — Variant 1 Homepage
   ========================================================== */

.v12-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 26px rgba(10, 49, 91, .08);
}

.v12-brand .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 1.55rem;
}

.v12-brand .brand-text strong {
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.v12-brand .brand-text small {
  color: var(--color-success-500);
  font-size: .72rem;
}

.v12-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 34%, rgba(255,255,255,.1) 62%),
    radial-gradient(circle at 20% 20%, rgba(47,179,68,.12), transparent 32%),
    #f7fbff;
  padding: 48px 0 0;
}

.v12-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 28px;
  min-height: 560px;
}

.v12-hero-copy {
  position: relative;
  z-index: 3;
}

.v12-hero-copy h1 {
  margin: 0 0 18px;
  color: #08224a;
  font-size: clamp(3.4rem, 6.3vw, 5.8rem);
  line-height: .96;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.v12-hero-copy h1 span {
  color: var(--color-success-500);
}

.v12-lead {
  max-width: 520px;
  margin-bottom: 24px;
  color: #10233f;
  font-size: 1.35rem;
  line-height: 1.5;
}

.v12-lead strong {
  color: #10233f;
}

.v12-checks {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  color: #10233f;
  font-weight: 900;
}

.v12-checks span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.v12-checks span::first-letter {
  color: var(--color-success-500);
}

.v12-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.v12-hours {
  color: #354761;
  font-weight: 700;
  margin: 0;
}

.v12-hero-art {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.v12-hero-art img {
  width: 100%;
  height: min(560px, 54vw);
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 44px;
  box-shadow: 0 25px 70px rgba(8, 34, 74, .18);
}

.v12-trust-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -22px;
  padding: 26px 34px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(8, 34, 74, .14);
}

.v12-trust-strip div {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 16px;
  align-items: center;
  padding: 0 20px;
  border-right: 1px solid rgba(220,228,239,.9);
}

.v12-trust-strip div:last-child {
  border-right: none;
}

.v12-trust-strip span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: #eef6ff;
  border-radius: 15px;
  font-size: 1.9rem;
}

.v12-trust-strip strong {
  color: #08224a;
  font-family: var(--font-heading);
  font-size: 1.05rem;
}

.v12-trust-strip p {
  margin: 4px 0 0;
  color: #53627a;
  font-size: .92rem;
  line-height: 1.45;
}

.v12-services {
  padding-top: 82px;
  background: #fff;
}

.v12-services .service-card {
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(8,34,74,.10);
}

.v12-services .service-card img {
  height: 230px;
}

.v12-pricing {
  background: linear-gradient(180deg, #fff 0%, #f4f9ff 100%);
}

.v12-price-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.v12-price-card,
.v12-instant {
  padding: 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(8,34,74,.10);
  border: 1px solid rgba(220,228,239,.82);
}

.v12-price-card h3 {
  margin: -24px -24px 18px;
  padding: 14px 20px;
  color: #fff;
  background: var(--gradient-primary);
  border-radius: 18px 18px 0 0;
  font-size: 1.1rem;
}

.v12-price-card.green h3 {
  background: var(--gradient-green);
}

.v12-price-card ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.v12-price-card li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(220,228,239,.85);
}

.v12-price-card strong {
  color: #08224a;
}

.v12-price-card a {
  color: var(--color-primary-600);
  font-weight: 900;
}

.v12-instant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #061f43 0%, #0d63c7 100%);
  text-align: center;
}

.v12-instant h3,
.v12-instant p {
  color: #fff;
}

.v12-instant h3 span {
  display: block;
  color: #2fb344;
}

.v12-calc-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: start;
  padding: 28px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(8,34,74,.10);
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  display: flex;
  gap: 10px;
}

.floating-actions a {
  padding: .9rem 1.35rem;
  color: #fff;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(8,34,74,.22);
}

.floating-call {
  background: var(--gradient-green);
}

.floating-sms {
  background: var(--gradient-primary);
}

@media (max-width: 1080px) {
  .v12-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .v12-hero-copy {
    max-width: 760px;
    margin-inline: auto;
  }

  .v12-lead {
    margin-inline: auto;
  }

  .v12-actions {
    justify-content: center;
  }

  .v12-checks {
    max-width: 520px;
    margin-inline: auto;
    text-align: left;
  }

  .v12-hero-art img {
    height: 520px;
    min-height: 420px;
    border-radius: 28px;
  }

  .v12-trust-strip,
  .v12-price-layout,
  .v12-calc-panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .v12-hero {
    padding-top: 30px;
  }

  .v12-hero-grid {
    gap: 24px;
    min-height: auto;
  }

  .v12-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .v12-lead {
    font-size: 1.1rem;
  }

  .v12-actions {
    flex-direction: column;
  }

  .v12-hero-art img {
    height: 410px;
    min-height: 360px;
    object-position: center;
    border-radius: 22px;
  }

  .v12-trust-strip,
  .v12-price-layout,
  .v12-calc-panel {
    grid-template-columns: 1fr;
  }

  .v12-trust-strip {
    margin-top: 24px;
    padding: 0;
    overflow: hidden;
  }

  .v12-trust-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(220,228,239,.9);
    padding: 22px;
  }

  .v12-trust-strip div:last-child {
    border-bottom: 0;
  }

  .floating-actions {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .floating-actions a {
    flex: 1;
    text-align: center;
  }

  body {
    padding-bottom: 78px;
  }
}


/* ==========================================================
   Purified v1.3 Hero Update
   Fixes mobile hero composition and adds $90 minimum service note
   ========================================================== */

.v12-hero {
  padding-top: 36px;
}

.v12-hero-grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 34px;
}

.v12-hero-art img {
  height: 560px;
  min-height: 520px;
  object-fit: cover;
  object-position: center center;
  border-radius: 28px;
}

.v13-minimum-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0.85rem 1.15rem;
  color: #08224a;
  background: #fff7df;
  border: 1px solid rgba(245, 181, 39, 0.45);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(8, 34, 74, 0.08);
}

.v13-minimum-badge strong,
.v13-pricing-note strong,
.v13-calc-minimum strong {
  color: #0b63ce;
}

.v13-pricing-note {
  max-width: 720px;
  margin: 10px auto 0;
  color: #40516a;
  font-weight: 700;
}

.v13-calc-minimum {
  margin: 0;
  padding: 0.85rem 1rem;
  color: #08224a;
  background: #fff7df;
  border: 1px solid rgba(245, 181, 39, 0.45);
  border-radius: 12px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 1080px) {
  .v12-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  }

  .v12-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .v12-hero-copy {
    order: 1;
  }

  .v12-hero-art {
    order: 2;
    width: 100%;
  }

  .v12-hero-art img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px;
  }
}

@media (max-width: 700px) {
  .v12-hero {
    padding-top: 24px;
  }

  .v12-hero-copy h1 {
    font-size: clamp(2.95rem, 13vw, 4.15rem);
    line-height: 0.98;
  }

  .v12-hero-art img {
    aspect-ratio: 1.05 / 1;
    object-fit: cover;
    object-position: center center;
    border-radius: 22px;
  }

  .v13-minimum-badge {
    width: 100%;
    justify-content: center;
    border-radius: 18px;
  }
}
