html {
  font-size: 0.5vw;
  font-family: Arial, Helvetica, sans-serif;

}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  /* background-color: #b22222; */
  background-image: url('../images/17580.jpg');
  line-height: 1.4;
}

.div2 img {
  width: 4em;
}

.div5 {
  display: none !important;
}

.div1 {
  background: rgba(103, 165, 204, 0.73);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  flex-wrap: wrap;
  padding: 0.8em 1.5em;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.div1-logo {
  max-height: 6em;
  width: auto;
  object-fit: contain;
}

.div1-title {
  display: inline-block;
  margin: 0;
  font-size: 1.7em;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .div1 {
    padding: 0.8em 1em;
    gap: 0.8em;
  }

  .div1-logo {
    max-height: 6em;
  }

  .div1-title {
    font-size: 1.5em;
  }

  .footer-logo {
    max-height: 3.5em;
  }

  .footer-title {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .div1 {
    flex-direction: column;
  }

  .div1-logo {
    max-height: 3em;
  }

  .div1-title {
    font-size: 1.3em;
  }

  .footer-brand {
    flex-direction: column;
    gap: 0.5em;
  }

  .footer-logo {
    max-height: 3em;
  }

  .footer-title {
    font-size: 1.2em;
  }

  .footer-disclaimer {
    font-size: 0.65em;
  }
}

.div2 {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: white;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 2em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  border-top: 0.15em solid #15803d;
    flex-wrap: wrap;
  word-break: break-word;
  text-align: center;

}

.div3 {
  width: 0.6em;
  height: 0.6em;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
  box-shadow: 0 0 0.5em rgba(34, 197, 94, 0.8);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0.5em rgba(34, 197, 94, 0.8);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
    box-shadow: 0 0 1em rgba(34, 197, 94, 1);
  }
}

#counter {
  font-weight: 800;
  font-style: italic;
}

.div6 {
  width: 100%;
  margin: 0;
  padding: 0em 20%;
  border-top: 0.1em solid #e5e7eb;
}

.div7 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.div8 {
  padding: 0.5em 1em 1em 1em;
  text-align: center;
  font-size: 4.3em;
  font-weight: 900;
  color: #1f2937;
  line-height: 1.2;
}

.div9 {
  width: 85%;
  max-width: 100em;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0.5em;
  object-fit: cover;
}

.div10 {
  padding: 1em 1.5em;
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
  color: #374151;
  line-height: 1.5;
}

.arrow-section {
  text-align: center;
  padding: 1em 0 1.5em 0;
  color: #6b7280;
}

.arrow-section i {
  font-size: 2.8em;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.3em);
  }
  60% {
    transform: translateY(-0.15em);
  }
}

.div11 {
  background: #f1f5f9;
  padding: 0.1em;
  width: 100%;
}

.div12 {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  color: white;
  font-size: 2.3em;
  font-weight: 500;
  padding: 1em 0.5em;
  border-radius: 0.8em;
  text-align: center;
  margin: 0.3em;
  box-shadow: 0 0.3em 0 #16a34a;
  letter-spacing: 0.05em;
}

.div13 {
  background: #ebebeb;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border-radius: 0.9em 0.9em 0.9em 0.9em;
  width: 100%;
}

.div14 {
  text-align: center;
  padding: 0.2em 0 0.5em 0;
  font-size: 4.8em;
  font-weight: 700;
  color: #1f2937;
}

.div15 {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  margin-bottom: 1.2em;
}
 :root {
      /* --bg-4: linear-gradient(to right, #00f2fe, #4facfe); */
      /* --shadow-4: 0 0 20px rgba(0, 242, 254, 0.6); */
      --anim-4: scaleUp 2s infinite;
    }

    @keyframes scaleUp {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.03); }
    }
    .glow {
  box-shadow:
    0 0 0.375rem rgba(40, 167, 69, 0.4),
    /* 6px → 0.375rem */
    0 0 0.625rem rgba(40, 167, 69, 0.2);
  /* 10px → 0.625rem */
}

/* Shimmer effect */
.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}
.div16 {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: white;
  padding: 1em;
  border-radius: 2.5em;
  text-align: center;
  font-size: 2.8em;
  font-weight: 700;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 0.3em 0.6em rgba(22, 163, 74, 0.3);
  animation: scaleUp 2s infinite;
  max-width: 95%;
  width: 100%;
  margin: 0.3em auto;
  transition: all 0.3s ease;
}

.div16:hover {
  transform: translateY(-0.1em);
  box-shadow: 0 0.4em 0.8em rgba(22, 163, 74, 0.4);
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
}

.div16:active {
  transform: translateY(0);
  box-shadow: 0 0.2em 0.4em rgba(22, 163, 74, 0.3);
}

.div17 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 2.3em;
  color: #374151;
  font-weight: 600;
}

.div18 {
  width: 0.5em;
  height: 0.5em;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
  box-shadow: 0 0 0.3em rgba(34, 197, 94, 0.8);
}

#claim {
  color: #16a34a;
  font-weight: 800;
}

.div4 {
  background: #e9f2ff;
  color: #1f2937;
  text-align: center;
  padding: 3em 1em;
  margin: 3em 18%;
  font-size: 1.2em;
  font-weight: 700;
  border-top: 0.2em solid #2196f3;
}

#statusMessage {
  font-size: 2.5em;
}

#congratulations.div4 {
  margin: 3em 18%;
  background: #e3f2fd;
  border-top: 0.2em solid #2196f3;
}

.div19 {
  color: rgb(34 197 94);
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.div20 {
  background: rgb(254 240 138);
  text-align: center;
  font-size: 3em;
  font-weight: 200;
  margin: 0.2em 1em;
  line-height: 1.5;
  padding: 0.08em;
}

.div20 span {
  font-weight: 700;
}

.div21 {
  background: rgb(253 224 71);
  color: #1f2937;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0.7em 1.2em;
  border-radius: 0.5em;
  width: max-content;
  display: inline-block;
  margin-top: 0.5em;
}

.div22 {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: white;
  text-align: center;
  font-size: 3.5em;
  font-weight: 700;
  padding: 1.2em;
  border-radius: 0.8em;
  margin: 1em 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0.4em 0.8em rgba(22, 163, 74, 0.3);
  text-decoration: none;
  display: block;
  animation: glow 1.5s ease-in-out infinite;
}

@keyframes glow {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0.5em rgba(34, 197, 94, 0.8);
  }
  50% {
    opacity: 0.8;
    box-shadow: 0 0 1em rgba(34, 197, 94, 1);
  }
}

.div22 a {
  color: inherit;
  text-decoration: none;
}

.div22:hover {
  transform: translateY(-0.1em);
  box-shadow: 0 0.5em 1em rgba(22, 163, 74, 0.4);
}

.div23 {
  text-align: center;
  font-size: 1.9em;
  color: #374151;
  margin: 1.5em 1em;
  line-height: 1.4;
  font-weight: 500;
}

.div24 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1em;
  font-size: 2.2em;
  font-weight: 900;
  color: #dc2626;
  border: 0.08em dashed #dc2626;
  margin: 1.5em 0;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 0.35em;
}

.div25 {
  background: transparent;
  border-radius: 0.15em;
  text-align: center;
  color: #dc2626;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.div26 {
  color: #374151;
  padding: 2.5em 20%;
  font-size: 2em;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  margin-top: 10em;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.footer-logo {
  max-height: 4em;
  width: auto;
  object-fit: contain;
}

.footer-title {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.footer-disclaimer {
  font-size: 0.55em;
  color: #4b5563;
  margin: 0 auto 1.5em;
  max-width: 60ch;
}

.div27 {
  margin: 1em 0;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.div27 a {
  color: #374151;
  text-decoration: none;
}

.div27 a:hover {
  text-decoration: underline;
}
.div99{
 
}

#image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  pointer-events: none;
}

#image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 48em) {
  html {
    font-size: 3vw;
  }

  .div1 {
    font-size: 0.5em;
  }

  .div1 > img {
    width: 60%;
  }

  .div2 {
    font-size: 1em;
  }

  .div6 {
    padding: 0em 5%;
  }

  .div8 {
    font-size: 2.1em;
    padding: 1em 0.8em 0.8em 0.8em;
  }

  .div10 {
    font-size: 1.15em;
    padding: 0.8em 1em;
  }

  .arrow-section {
    font-size: 1em;
  }

  .arrow-section i {
    font-size: 2.6em;
  }

  .div12 {
    font-size: 1.1em;
  }

  .div13 {
    padding: 0.4em 1em 1em 1em;
  }

  .div14 {
    font-size: 1.6em;
    padding: 0.4em 0 0.8em 0;
  }

  .div16 {
    font-size: 1.5em;
    padding: 0.8em;
  }

  .div17 {
    font-size: 1.1em;
  }

  .div15 {
    gap: 0.6em;
  }

  .div4 {
    font-size: 1em;
    padding: 1.5em 0.5em;
    margin: 1em 5%;
  }

  #statusMessage {
    font-size: 1.5em;
  }

  #congratulations.div4 {
    margin: 1em 5%;
  }

  .div19 {
    font-size: 1.8em;
  
  }

  .div20 {
    font-size: 1.7em;
      margin-top: 0.7em;
  }

  .div21 {
    font-size: 1.5em;
    margin: 0.5em 0.1em;
  }

  .div22 {
    font-size: 2em;
  }

  .div23 {
    font-size: 1.5em;
  }

  .div24 {
    font-size: 2em;
  }
  .div26 {
    font-size: 1.1em;
    padding: 1em 5%;
  }
}

@media (max-width: 30em) {
  html {
    font-size: 3vw;
  }

  .div8 {
    padding: 0.8em 0.6em;
  }

  .div10 {
    font-size: 1.2em;
    padding: 0.6em 0.1em;
  }
  .div12 {
    font-size: 1.1em;
  }

  .div13 {
    padding: 0.3em 0.8em 0.8em 0.8em;
  }

  .div14 {
    font-size: 2em;
    padding: 0.5em 0;
  }

  .div16 {
    font-size: 2.2em;
    padding: 0.7em;
  }

  .div1 {
    font-size: 1em;
    padding: 0.5em;
  }
}

@media (max-width: 20em) {
  html {
    font-size: 3vw;
  }

  .div8 {
    font-size: 1.5em;
    padding: 0.6em 0.4em;
  }

  .div10 {
    font-size: 1.2em;
    padding: 0.5em 0.6em;
  }

  .div16 {
    font-size: 1.3em;
    padding: 0.6em;
  }

  .div13 {
    padding: 0.2em 0.6em 0.6em 0.6em;
  }

  .div15 {
    gap: 0.4em;
  }

  .div24 {
    font-size: 1.5em;
  }
}

@media (max-width: 10em) {
  html {
    font-size: 3.5vw;
  }

  .div8 {
    font-size: 1.5em;
    padding: 0.4em 0.3em;
  }

  .div10 {
    font-size: 1em;
    padding: 0.4em 0.5em;
  }

  .div12 {
    font-size: 0.9em;
  }

  .div13 {
    padding: 0.2em 0.4em 0.5em 0.4em;
  }

  .div14 {
    font-size: 1.2em;
    padding: 0.6em 0;
  }

  .div15 {
    gap: 0.3em;
  }

  .div16 {
    font-size: 1em;
    padding: 0.5em;
    border-radius: 1.5em;
  }

  .div1 {
    font-size: 0.8em;
    padding: 0.6em;
  }

  .div2 {
    font-size: 0.7em;
    padding: 0.5em 1em;
  }

  .div16 {
    font-size: 1.3em;
  }

  .div22 {
    font-size: 1.5em;
  }

  .div24 {
    font-size: 1.2em;
  }

  .div25 {
    padding: 0.2em 0.3em;
    min-width: 0.8em;
  }
}

/* ====== Home Page Redesign (scoped to .home-page) ====== */
.home-page {
  font-size: 18px;
  background: #f7f9fc;
  color: #1f2933;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.home-page * {
  box-sizing: border-box;
}

.site-width {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.site-header {
  background: rgba(248, 243, 232, 0.94);
  border-bottom: 1px solid rgba(60, 46, 27, 0.12);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(73, 52, 26, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.05rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.brand__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand__logo svg {
  width: 100%;
  height: 100%;
}

.brand__name {
  font-family: "Avenir Next Condensed", "Trebuchet MS", "Arial Narrow", sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b4121;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 700;
}

.main-nav a {
  color: #4a3720;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #9b6b2f, #c99749);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #6f4b24, #b27a39);
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(111, 75, 36, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phone-cta:hover,
.phone-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(111, 75, 36, 0.32);
}

.hero {
  padding: 5.5rem 0 3.8rem;
  background:
    radial-gradient(circle at top left, rgba(190, 141, 76, 0.18), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(124, 82, 32, 0.12), transparent 28%),
    linear-gradient(180deg, #f6f0e6 0%, #fdf9f3 45%, #ffffff 100%);
}

.hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 3.2rem;
  align-items: start;
}

.hero__content h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.03;
  margin: 0.9rem 0 1rem;
  color: #2f2417;
  max-width: 12ch;
}

.hero__content p {
  font-size: 18px;
  margin: 0 0 1.35rem;
  color: #5b4a36;
  max-width: 60ch;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  color: #825719;
  background: rgba(191, 146, 89, 0.14);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}

.eyebrow--warm {
  background: rgba(111, 75, 36, 0.08);
  color: #6f4b24;
}

.hero__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1.35rem;
}

.hero__pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(111, 75, 36, 0.14);
  color: #5b4121;
  font-size: 14px;
  font-weight: 700;
}

.hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  gap: 0.75rem;
}

.hero__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 17px;
  color: #463626;
}

.hero__list i {
  color: #a06b2e;
  font-size: 1rem;
  margin-top: 0.2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 14px;
  padding: 0.95rem 1.4rem;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button {
  background: linear-gradient(135deg, #744d25, #b27a39);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(111, 75, 36, 0.24);
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(111, 75, 36, 0.3);
}

.ghost-button {
  border: 1px solid rgba(111, 75, 36, 0.18);
  color: #4e3a23;
  background: rgba(255, 255, 255, 0.76);
}

.ghost-button:hover,
.ghost-button:focus-visible {
  border-color: rgba(111, 75, 36, 0.28);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(73, 52, 26, 0.12);
}

.hero__disclaimer {
  font-size: 15px;
  color: #7a6850;
  margin-top: 1.3rem;
  max-width: 58ch;
}

.hero__panel {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.95), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(123, 86, 47, 0.14);
  border-radius: 28px;
  padding: 1.35rem;
  box-shadow: 0 24px 60px rgba(72, 52, 28, 0.13);
  overflow: hidden;
}

.hero__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #6f4b24, #c99749, #e8c48f);
}

.hero__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #765532;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero__panel h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 36px);
  color: #352719;
  line-height: 1.15;
}

.hero__stats {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
}

.hero__stat {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem;
  background: rgba(246, 238, 225, 0.64);
  border-radius: 18px;
}

.hero__stat-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #6f4b24, #b27a39);
  color: #fffdf8;
  font-size: 22px;
  font-weight: 800;
}

.hero__stat p {
  margin: 0;
  color: #4a3928;
  font-size: 16px;
  line-height: 1.5;
}

.hero__panel img {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.trust-band {
  padding: 0 0 2.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #fcf7ef 100%);
}

.trust-band__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.trust-band__item {
  background: #fffaf2;
  border: 1px solid rgba(148, 107, 58, 0.14);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 14px 30px rgba(72, 52, 28, 0.06);
}

.trust-band__item strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #3e2f20;
  font-size: 18px;
}

.trust-band__item span {
  color: #6a5843;
  font-size: 15px;
  line-height: 1.55;
}

.trust-banner {
  background: #0f172a;
  color: #ffffff;
  padding: 2.5rem 0;
}

.trust-banner__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  text-align: center;
}

.trust-banner__metric {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}

.section {
  padding: 5rem 0;
}

.section--alt {
  background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.section--warm {
  background: linear-gradient(180deg, #f6eee1 0%, #fffdf9 100%);
}

.section__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.section__header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.7vw, 48px);
  margin-bottom: 0.75rem;
  color: #312315;
}

.section__header p {
  margin: 0;
  color: #6b5944;
  font-size: 18px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}

.info-card {
  background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
  border-radius: 24px;
  padding: 1.9rem;
  box-shadow: 0 24px 50px rgba(72, 52, 28, 0.08);
  border: 1px solid rgba(148, 107, 58, 0.14);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(178, 122, 57, 0.12);
  color: #8a5e27;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-card h3 {
  margin: 0;
  font-size: 24px;
  color: #34271a;
}

.info-card p {
  margin: 0;
  color: #5f4e3b;
  font-size: 17px;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  color: #46372a;
  font-size: 16px;
}

.info-card li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.info-card i {
  color: #a06b2e;
  margin-top: 0.12rem;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.feature-item {
  background: linear-gradient(160deg, rgba(240, 228, 209, 0.74), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(148, 107, 58, 0.14);
  border-radius: 24px;
  padding: 1.75rem;
  text-align: left;
  display: grid;
  gap: 0.85rem;
  color: #3b2d20;
  box-shadow: 0 20px 40px rgba(72, 52, 28, 0.07);
}

.feature-item i {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 1.35rem;
  color: #ffffff;
  background: linear-gradient(135deg, #6f4b24, #b27a39);
}

.feature-item h3 {
  margin: 0;
  font-size: 22px;
}

.feature-item p {
  margin: 0;
  color: #64523e;
  font-size: 17px;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.step {
  background: #ffffff;
  border-radius: 22px;
  padding: 1.7rem;
  border: 1px solid rgba(148, 107, 58, 0.16);
  box-shadow: 0 18px 40px rgba(72, 52, 28, 0.08);
  display: grid;
  gap: 0.75rem;
}

.step__number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #6f4b24, #b27a39);
  color: #ffffff;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.05rem;
}

.step h3 {
  margin: 0;
  font-size: 22px;
  color: #34271a;
}

.step p {
  margin: 0;
  color: #64523e;
  font-size: 17px;
}

.planning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: start;
}

.planning-copy h2 {
  margin: 0.9rem 0 0.9rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.4vw, 46px);
  color: #2f2417;
  line-height: 1.12;
}

.planning-copy p {
  margin: 0;
  color: #675540;
  font-size: 18px;
  line-height: 1.7;
}

.planning-list {
  display: grid;
  gap: 1rem;
}

.planning-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 107, 58, 0.14);
  border-radius: 22px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 16px 36px rgba(72, 52, 28, 0.06);
}

.planning-item h3 {
  margin: 0 0 0.45rem;
  color: #3a2b1d;
  font-size: 22px;
}

.planning-item p {
  margin: 0;
  color: #675540;
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.14);
  display: grid;
  gap: 1rem;
}

.testimonial-card blockquote {
  margin: 0;
  font-style: italic;
  color: #243b53;
}

.testimonial-card figcaption {
  font-weight: 700;
  color: #1d4ed8;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.resource-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.9rem;
}

.resource-card h3 {
  margin: 0;
  color: #102a43;
  font-size: 1.15rem;
}

.resource-card p {
  margin: 0;
  color: #334e68;
  font-size: 0.95rem;
}

.text-link {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.text-link i {
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: #1e3a8a;
}

.text-link:hover i,
.text-link:focus-visible i {
  transform: translateX(3px);
}

.faq {
  background: #ffffff;
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.faq__item {
  background: rgba(229, 239, 255, 0.8);
  border-radius: 16px;
  padding: 1.6rem;
  display: grid;
  gap: 0.75rem;
  border: 1px solid rgba(107, 114, 128, 0.15);
}

.faq__item h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #1f2933;
}

.faq__item p {
  margin: 0;
  color: #334e68;
  font-size: 0.95rem;
}

.cta-strip {
  background:
    radial-gradient(circle at top right, rgba(232, 196, 143, 0.18), transparent 24%),
    linear-gradient(135deg, #3d2c1f, #704d28);
  color: #ffffff;
  padding: 3.4rem 0;
}

.cta-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cta-strip__inner h2 {
  margin: 0 0 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1.2;
}

.cta-strip__inner p {
  margin: 0;
  font-size: 18px;
  max-width: 560px;
}

.site-footer {
  background: #24180f;
  color: #efe3d4;
  padding: 2.8rem 0;
}

.site-footer__inner {
  display: grid;
  gap: 1.8rem;
  justify-items: center;
  text-align: center;
}

.site-footer .footer-logo {
  display: inline-flex;
  width: 60px;
  height: 60px;
}

.site-footer .footer-logo svg {
  width: 100%;
  height: 100%;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  font-size: 17px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #e4bb7c;
}

.footer-disclaimer {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #d8c7b4;
}

@media (max-width: 960px) {
  .site-header {
    position: static;
  }

  .site-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__layout {
    grid-template-columns: 1fr;
  }

  .hero__content {
    order: 1;
  }

  .hero__media {
    order: 2;
  }

  .hero__actions {
    justify-content: flex-start;
  }

  .trust-band__inner,
  .planning-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-page {
    font-size: 16px;
  }

  .hero {
    padding: 3.6rem 0 2.4rem;
  }

  .hero__panel {
    padding: 1rem;
  }

  .phone-cta {
    width: 100%;
    justify-content: center;
  }

  .cta-strip__inner {
    flex-direction: column;
    text-align: center;
  }

  .main-nav {
    gap: 1rem;
  }

  .main-nav a {
    font-size: 13px;
  }

  .hero__content h1,
  .section__header h2,
  .planning-copy h2,
  .cta-strip__inner h2 {
    max-width: none;
  }

  .hero__pill-row,
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__stat {
    grid-template-columns: 44px 1fr;
  }

  .hero__stat-number {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 18px;
  }
}
