:root {
  --ink: #151510;
  --black: #050505;
  --charcoal: #24231d;
  --muted: #665f52;
  --paper: #fbf7ec;
  --cream: #fffdf6;
  --panel: #ffffff;
  --line: #e5dcc9;
  --gold: #d8a429;
  --gold-deep: #9a6b12;
  --sage: #83937f;
  --forest: #254c35;
  --evergreen: #4f7658;
  --mist: #e9f0e7;
  --sky: #dfe8e4;
  --shadow: 0 22px 55px rgba(30, 25, 16, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 96px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid rgba(216, 164, 41, 0.24);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand {
  flex: 0 0 auto;
  width: clamp(220px, 22vw, 340px);
  min-width: 220px;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.34));
}

.brand-logo-dark {
  border-radius: 6px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: 0.94rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--gold);
}

.nav-phone {
  padding: 10px 14px;
  border-radius: 8px;
  color: #050505 !important;
  background: var(--gold);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(216, 164, 41, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.45fr);
  gap: clamp(26px, 4vw, 56px);
  min-height: 690px;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(216, 164, 41, 0.18), transparent 27%),
    radial-gradient(circle at 78% 20%, rgba(131, 147, 127, 0.18), transparent 30%),
    linear-gradient(135deg, #050505 0%, #10100e 54%, #1d241c 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.mountain {
  position: absolute;
  right: -8vw;
  bottom: 80px;
  width: 68vw;
  height: 34vw;
  min-width: 580px;
  max-height: 360px;
  clip-path: polygon(0 100%, 21% 46%, 33% 62%, 49% 24%, 66% 58%, 76% 41%, 100% 100%);
}

.mountain-back {
  right: 3vw;
  bottom: 150px;
  background: rgba(131, 147, 127, 0.16);
}

.mountain-front {
  background: rgba(131, 147, 127, 0.22);
}

.tree-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 30%;
  height: 140px;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(37, 76, 53, 0.88) 42% 58%, transparent 58%) 0 0 / 52px 100%,
    linear-gradient(135deg, transparent 0 44%, rgba(21, 21, 16, 0.82) 44% 58%, transparent 58%) 22px 20px / 62px 100%;
  opacity: 0.46;
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 790px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-badge {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 16px 10px;
  color: #050505;
  background: linear-gradient(135deg, #f4d36a 0%, var(--gold) 58%, #b67e18 100%);
  border: 1px solid rgba(255, 232, 156, 0.72);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(216, 164, 41, 0.23);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.3vw, 3rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 830px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.15rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-spanish {
  margin: 0 0 22px;
  color: var(--gold) !important;
  font-size: clamp(1.1rem, 2vw, 1.45rem) !important;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.hero-actions,
.trust-row,
.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #050505;
  background: var(--gold);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.button.ghost {
  color: #fff;
  background: rgba(131, 147, 127, 0.22);
  border: 1px solid rgba(131, 147, 127, 0.48);
}

.trust-row {
  margin-top: 28px;
}

.trust-row span {
  padding: 9px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(5, 5, 5, 0.58);
  border: 1px solid rgba(131, 147, 127, 0.45);
  font-size: 0.9rem;
  font-weight: 850;
}

.hero-brand-card {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: end;
  display: grid;
  gap: 18px;
  width: min(420px, 100%);
  padding: clamp(20px, 3vw, 30px);
  border-radius: 8px;
  color: #fff;
  background: #050505;
  border: 1px solid rgba(216, 164, 41, 0.34);
  box-shadow: var(--shadow);
}

.hero-logo {
  display: block;
  width: 100%;
  justify-self: center;
  border-radius: 6px;
}

.hero-brand-card strong,
.hero-brand-card span {
  display: block;
}

.hero-brand-card strong {
  font-size: 1.25rem;
}

.hero-brand-card span {
  color: rgba(255, 255, 255, 0.76);
}

.cred-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(216, 164, 41, 0.2);
  border-block: 1px solid rgba(216, 164, 41, 0.24);
}

.cred-strip article {
  padding: 24px clamp(18px, 4vw, 42px);
  background: #050505;
}

.cred-strip strong,
.cred-strip span {
  display: block;
}

.cred-strip span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.section p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.services-section,
.faq-section,
.why-section {
  background: #050505;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.plan-card,
.why-grid article {
  position: relative;
  border: 1px solid rgba(131, 147, 127, 0.34);
  border-radius: 8px;
  background: #10100e;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

.service-card {
  min-height: 245px;
  padding: 24px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: transparent;
  border: 0;
}

.service-icon img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.plans-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(216, 164, 41, 0.12), transparent 24%),
    linear-gradient(180deg, #0a0a09, #151510);
}

.plan-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.plan-card {
  padding: clamp(24px, 4vw, 38px);
}

.plan-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #050505;
  background: var(--sage);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.featured-plan {
  color: #fff;
  background: linear-gradient(135deg, #050505, #192017);
  border-color: rgba(216, 164, 41, 0.45);
}

.featured-plan p,
.featured-plan li {
  color: rgba(255, 255, 255, 0.78);
}

.featured-plan .plan-label {
  color: #211704;
  background: var(--gold);
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding-left: 20px;
}

.plan-card li {
  color: rgba(255, 255, 255, 0.72);
}

.plan-card a {
  font-weight: 900;
  color: var(--gold);
}

.featured-plan a {
  color: var(--gold);
}

.pricing-section,
.areas-section,
.quote-section,
.limits-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.pricing-section {
  color: #fff;
  background: #050505;
}

.pricing-section p {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-panel {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 164, 41, 0.24);
}

.pricing-panel div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing-panel div:last-child {
  border-bottom: 0;
}

.pricing-panel span {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-panel strong {
  color: var(--gold);
  white-space: nowrap;
}

.discount-section {
  background: #10100e;
}

.discount-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  max-width: 1120px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 164, 41, 0.13), transparent 45%),
    #050505;
  border: 1px solid rgba(216, 164, 41, 0.24);
  box-shadow: var(--shadow);
}

.limits-section {
  background: #050505;
}

.area-cloud span {
  padding: 13px 15px;
  border-radius: 8px;
  background: rgba(131, 147, 127, 0.16);
  border: 1px solid rgba(131, 147, 127, 0.34);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 850;
}

.availability-note {
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: #10100e;
  border: 1px solid rgba(131, 147, 127, 0.34);
  box-shadow: 0 12px 26px rgba(31, 27, 18, 0.06);
}

.availability-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 1.12rem;
}

.availability-note p {
  margin: 0;
}

.areas-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(216, 164, 41, 0.12), transparent 24%),
    linear-gradient(180deg, #10100e, #050505);
}

.area-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.why-grid article {
  padding: 26px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

details {
  border: 1px solid rgba(131, 147, 127, 0.34);
  border-radius: 8px;
  background: #10100e;
}

summary {
  padding: 18px 20px;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.quote-section {
  background: linear-gradient(180deg, #11110f, #050505);
}

.contact-cards a {
  padding: 13px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 164, 41, 0.24);
  font-weight: 900;
  text-decoration: none;
}

.language-note {
  margin: 16px 0 0;
  color: var(--gold) !important;
  font-style: italic;
  letter-spacing: 0.18em;
  font-weight: 900;
}

.quote-form-card {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 32px);
  border-radius: 8px;
  background: #10100e;
  border: 1px solid rgba(216, 164, 41, 0.24);
  box-shadow: var(--shadow);
}

.quote-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.quote-form-actions strong {
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.google-form-frame {
  width: 100%;
  height: 720px;
  border: 0;
  border-radius: 8px;
  background: #fff;
}

label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(131, 147, 127, 0.36);
  border-radius: 8px;
  color: #fff;
  background: #050505;
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: #eee7d8;
  background: #050505;
}

.footer-brand img {
  display: block;
  width: min(260px, 72vw);
  max-height: 86px;
  object-fit: contain;
  object-position: left center;
  border-radius: 6px;
}

.site-footer p,
.site-footer span {
  display: block;
  margin: 6px 0 0;
  color: #bfb5a4;
}

.footer-links {
  display: flex !important;
  gap: 14px;
}

.footer-links a {
  color: #f0d184;
  font-weight: 800;
}

.subpage {
  background: #050505;
}

.subpage-hero {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.98), rgba(20, 20, 17, 0.94)),
    radial-gradient(circle at 80% 20%, rgba(216, 164, 41, 0.2), transparent 28%);
}

.subpage-hero h1 {
  max-width: 900px;
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.subpage-content {
  max-width: 900px;
  padding: clamp(44px, 7vw, 80px) clamp(18px, 5vw, 72px);
}

.subpage-content h2 {
  margin-top: 36px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.subpage-content li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1080px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 96px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid rgba(216, 164, 41, 0.28);
    border-radius: 8px;
    background: #050505;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 10px;
  }

  .hero,
  .pricing-section,
  .areas-section,
  .quote-section,
  .limits-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-brand-card {
    justify-self: start;
  }

  .cred-strip,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .plan-compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 86px;
    padding-inline: 14px;
  }

  .brand {
    width: min(230px, calc(100vw - 112px));
    min-width: 0;
  }

  .brand-logo {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .hero {
    padding-top: 46px;
    background:
      radial-gradient(circle at 18% 8%, rgba(216, 164, 41, 0.18), transparent 30%),
      linear-gradient(180deg, #050505 0%, #121711 100%);
  }

  .mountain {
    right: -180px;
    bottom: 42px;
    opacity: 0.38;
  }

  .mountain-back {
    bottom: 110px;
  }

  .tree-line {
    left: 0;
    opacity: 0.36;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions .button,
  .quote-form-actions .button {
    width: 100%;
  }

  .google-form-frame {
    height: 680px;
  }

  .trust-row span {
    width: 100%;
    background: rgba(21, 21, 16, 0.58);
  }

  .service-grid,
  .discount-card {
    grid-template-columns: 1fr;
  }

  .discount-card img {
    width: 132px;
  }

  .pricing-panel div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    display: grid;
  }
}
