﻿:root {
  --bg: #0b0c0e;
  --bg-soft: #101214;
  --bg-card: #121418;
  --gold: #c9a24a;
  --gold-soft: rgba(201, 162, 74, 0.2);
  --text: #f5f5f5;
  --muted: #b4b7bd;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --radius: 20px;
  --date-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%237a5a12' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4.5' width='18' height='16' rx='3'/><line x1='8' y1='2.5' x2='8' y2='6.5'/><line x1='16' y1='2.5' x2='16' y2='6.5'/><line x1='3' y1='9' x2='21' y2='9'/><circle cx='8.5' cy='13' r='0.7'/><circle cx='12' cy='13' r='0.7'/><circle cx='15.5' cy='13' r='0.7'/></svg>");
  --time-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%237a5a12' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 7v6l4 2'/></svg>");
}

* {
  box-sizing: border-box;
}

body.electricity-body {
  margin: 0;
  font-family: "Vesper Libre", serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

body.electricity-minimal {
  background: #0b0c0e;
  padding-top: 0;
}

body.electricity-minimal .rwm-electricity-global-header,
body.electricity-minimal .site-announcement {
  display: none;
}

h1, h2, h3 {
  font-family: "Vesper Libre", serif;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

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

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}


.brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--gold), #8c6b28);
  box-shadow: 0 8px 20px rgba(201, 162, 74, 0.35);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--gold);
}

.brand-title {
  font-size: 14px;
  color: var(--muted);
}


.brand-ref {
  display: flex;
  align-items: center;
}

.brand-mark-ref {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  display: grid;
  place-items: center;
  position: relative;
}

.brand-mark-ref img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}


.btn-pill {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}


.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-minimal {
  min-height: 100vh;
  align-items: flex-end;
}

.hero-compact {
  min-height: 60vh;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.8);
}

.hero-content {
  position: relative;
  padding: 110px 0 90px;
  max-width: 680px;
}

.minimal-content {
  padding: 0 8vw 12vh;
  max-width: 520px;
}

.minimal-kicker {
  font-size: 11px;
  letter-spacing: 0.4em;
}

.minimal-title {
  font-size: clamp(44px, 8vw, 82px);
}

.minimal-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.minimal-actions {
  gap: 12px;
}

.minimal-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.hero-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 18px;
  border-radius: 999px;
  border: 1px solid rgba(211, 178, 106, 0.45);
  color: #d3b26a;
  background: rgba(12, 14, 18, 0.55);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-scroll svg {
  transform: rotate(-90deg);
}

.hero-scroll:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero-kicker .line {
  width: 60px;
  height: 1px;
  background: var(--gold);
}

.hero-title {
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

[dir="rtl"] .hero-minimal .minimal-content {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 8vw;
}

[dir="rtl"] .hero-minimal .hero-content {
  text-align: right;
}

[dir="rtl"] .hero-minimal .hero-kicker {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

[dir="rtl"] .hero-minimal .hero-actions,
[dir="rtl"] .hero-minimal .minimal-actions {
  justify-content: flex-end;
}


.hero-title .accent {
  color: var(--gold);
}

.hero-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-scroll-inline {
  width: 44px;
  height: 44px;
  margin-top: 0;
  flex: 0 0 auto;
}

.hero-actions .hero-scroll-inline {
  margin-top: 0;
}

.hero-note {
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: var(--gold);
  color: #141414;
  box-shadow: 0 18px 40px rgba(201, 162, 74, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 24px 50px rgba(201, 162, 74, 0.45);
}

.btn-secondary {
  border: 1px solid rgba(201, 162, 74, 0.7);
  color: var(--text);
  background: rgba(201, 162, 74, 0.05);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(201, 162, 74, 0.18);
}

.section {
  padding: 90px 0;
}

.section-light {
  background: #f8f6f2;
  color: #1c1c1c;
}

.section-dark {
  background: var(--bg-soft);
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.section-header h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: inherit;
}

.section-copy {
  max-width: 520px;
  color: inherit;
  opacity: 0.8;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-light .eyebrow {
  color: #8c6b28;
}

.service-ecosystem {
  background: #f7f4ef;
}

.ecosystem-header {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.ecosystem-note {
  max-width: 360px;
  color: #6b6f75;
  font-size: 14px;
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.service-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 22px 45px rgba(12, 12, 12, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-card p {
  color: #4c4f55;
  margin-bottom: 18px;
}

.service-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 26px 50px rgba(12, 12, 12, 0.18);
}

.service-media {
  height: 150px;
  border-radius: 18px;
  background: #f2efe9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
}

.service-media img {
  width: 56px;
  height: 56px;
}

img {
  max-width: 100%;
  height: auto;
}

.service-fallback {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(201, 162, 74, 0.18);
  color: #8c6b28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.service-body p {
  color: #4f545a;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.mini-cta {
  border: none;
  padding: 10px 18px;
  border-radius: 999px;
  background: #111417;
  color: #f5f5f5;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  min-height: 42px;
  flex: 1 1 180px;
  white-space: nowrap;
}

.mini-cta-secondary {
  background: #d3b26a;
  color: #141414;
}

.hero-followup {
  padding-top: 40px;
}

.card-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8c6b28;
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: linear-gradient(120deg, rgba(201, 162, 74, 0.12), rgba(201, 162, 74, 0.02));
  border-radius: 28px;
  padding: 48px;
  box-shadow: var(--shadow);
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.empty-state {
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.site-footer {
  padding: 50px 0;
  background: #0a0b0d;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: var(--muted);
}

.footer-ref.footer-v2 {
    background: #ffffff;
    color: #1f1f1f;
    border-top: 1px solid #e7e1d6;
    padding: 70px 0 34px;
  }

.footer-grid.footer-grid-v2 {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

.footer-v2 .footer-brand {
  margin-top: -50px;
}

.footer-brand .footer-logo {
  margin-bottom: 18px;
  width: 72px;
  height: 72px;
}

.footer-v2 .footer-copy {
    max-width: 320px;
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 24px;
  }

.footer-cert {
  margin-top: 12px;
  color: #2b2b2b;
}

.cert-logo {
  width: 180px;
  height: auto;
  display: block;
}

.footer-v2 .footer-col h4,
.footer-v2 .footer-brand h4 {
    margin: 0 0 16px;
    font-size: 15px;
    color: #12355a;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

.footer-v2 .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #1f1f1f;
    display: grid;
    gap: 10px;
    font-size: 13px;
  }

.footer-v2 .footer-col a {
    color: #1f1f1f;
    text-decoration: none;
  }

.footer-v2 .footer-col a:hover {
    color: #d3b26a;
  }

body.electricity-body.about-page .footer-ref.footer-v2 {
  font-family: "Vesper Libre", serif;
  color: #1f1f1f;
  background: #ffffff;
}

body.electricity-body.about-page .footer-ref.footer-v2 h4,
body.electricity-body.about-page .footer-ref.footer-v2 .footer-col h4,
body.electricity-body.about-page .footer-ref.footer-v2 .footer-brand h4 {
  color: #12355a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.electricity-body.about-page .footer-ref.footer-v2 .footer-copy,
body.electricity-body.about-page .footer-ref.footer-v2 .footer-col ul,
body.electricity-body.about-page .footer-ref.footer-v2 .footer-col a,
body.electricity-body.about-page .footer-ref.footer-v2 .footer-contact {
  color: #1f1f1f;
}

.footer-v2 .footer-contact span {
    display: block;
    font-size: 10px;
    color: #7a7a7a;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

.footer-cta {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 44px auto 26px;
}

.app-btn {
  background: #0b2f61;
  color: #f5b84b;
  padding: 12px 26px;
  border-radius: 16px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(12, 18, 40, 0.2);
}

.footer-bottom.footer-bottom-v2 {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 18px;
    color: #6f6f6f;
    font-size: 12px;
    border-top: 1px solid #ece7df;
    padding-top: 18px;
    margin-top: 36px;
  }

.footer-v2 .footer-links {
    display: flex;
    gap: 16px;
  }

.footer-v2 .footer-links a {
    color: #6f6f6f;
    text-decoration: none;
  }

.footer-v2 .footer-links a:hover {
    color: #1f1f1f;
  }

.footer-v2 .footer-lang {
    background: #f5f2ec;
    padding: 6px 12px;
    border-radius: 999px;
    color: #1f1f1f;
    font-size: 11px;
  }

/* About page uses Tailwind, which overrides .container. Normalize footer layout here. */
.about-page .site-footer .container {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 0;
}

.about-page .site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sister {
  text-align: center;
  font-weight: 600;
  color: #1f1f1f;
}

.footer-sister span {
  color: #f0a023;
}

.footer-socials {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.social {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e1e1e1;
  display: grid;
  place-items: center;
  color: #6b6b6b;
  font-weight: 700;
}

.footer-rights {
  text-align: right;
  color: #9a9a9a;
}

.zip-check {
  padding: 90px 0;
  background: #f7f4ef;
  color: #1c1c1c;
}

.zip-shell {
  display: grid;
  place-items: center;
}

.zip-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px;
  max-width: 720px;
  width: 100%;
  box-shadow: 0 24px 60px rgba(12, 12, 12, 0.18);
  border: 1px solid #e8e2d8;
}

.zip-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f3e7cc;
  color: #7a5b18;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.zip-card h1 {
  color: #0a192f;
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 10px;
}

.zip-card p {
  color: #5a5a5a;
  margin-bottom: 24px;
}

.zip-form {
  display: grid;
  gap: 16px;
}

.zip-label {
  font-weight: 600;
  color: #0a192f;
}

.zip-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.zip-input-row input,
.zip-grid input,
.zip-form textarea {
  border: 1px solid #e4ded2;
  background: #fbf8f2;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  color: #1f1f1f;
}

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

.zip-grid label,
.zip-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: #0a192f;
}

.zip-error {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
  border-radius: 12px;
  padding: 10px 12px;
}

.zip-success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 12px 14px;
}

.zip-actions {
  display: flex;
  justify-content: flex-end;
}

.zip-note {
  margin-top: 12px;
  font-size: 12px;
  color: #7a7a7a;
}

@media (max-width: 700px) {
  .zip-card {
    padding: 28px;
  }

  .zip-input-row {
    grid-template-columns: 1fr;
  }

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

.muted {
  color: var(--muted);
}

@media (max-width: 900px) {
  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-panel.muted-panel {
    text-align: center;
    align-items: center;
  }

  .cta-panel.muted-panel .cta-actions {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }

  .container {
    width: min(100%, 94%);
  }

  .hero-content {
    padding: 80px 0 60px;
    max-width: 100%;
  }

  .hero-minimal {
    min-height: calc(100svh - 84px);
    align-items: center;
  }

  .hero-minimal .minimal-content {
    padding: 24px 6vw 36px;
    max-width: 100%;
  }

  .hero-minimal .minimal-kicker {
    font-size: 10px;
    letter-spacing: 0.32em;
  }

  .hero-minimal .minimal-title {
    font-size: clamp(34px, 10vw, 56px);
  }

  .hero-minimal .minimal-subtitle {
    font-size: 14px;
  }

  .hero-minimal .minimal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-minimal .minimal-actions .btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .hero-minimal .minimal-note {
    font-size: 11px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-subtitle {
    font-size: 14px;
  }

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

  .services-page .hero-content {
    padding: 90px 0 70px;
  }

  .services-page .hero-title {
    font-size: clamp(28px, 8.5vw, 40px);
    line-height: 1.1;
  }

  .services-page .hero-subtitle {
    font-size: 14px;
  }

  .services-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .services-page .hero-actions .btn {
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.14em;
    padding: 12px 16px;
    white-space: normal;
    line-height: 1.2;
  }

  .feature-grid,
  .service-grid,
  .mini-cta-grid,
  .pricing-grid,
  .insight-grid,
  .callout-grid {
    grid-template-columns: 1fr;
  }

  .pricing-header {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    border-radius: 12px;
  }

  .pricing-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pricing-card:last-child {
    border-bottom: none;
  }

  .feature-card,
  .service-card,
  .mini-cta-card {
    width: 100%;
  }

  .catalog-panel {
    padding: 28px 20px;
  }

  .callout-actions {
    align-items: flex-start;
  }

  .cta-panel.muted-panel {
    border-radius: 18px;
  }

  .cta-panel.muted-panel h2 {
    font-size: clamp(22px, 6vw, 28px);
  }

  .cta-panel.muted-panel p {
    font-size: 13px;
  }

  .cta-panel.muted-panel .btn {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .bottom-cta .hero-actions .btn {
    width: min(100%, 280px);
    min-height: 44px;
    padding: 10px 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .footer-grid.footer-grid-v2 {
      grid-template-columns: 1fr;
      gap: 24px;
    }

  .footer-v2 .footer-brand,
  .footer-v2 .footer-col {
      text-align: center;
    }

  .footer-v2 .footer-col ul {
      justify-items: center;
    }

  .footer-v2 .footer-brand {
      display: grid;
      justify-items: center;
      gap: 16px;
    }

  .footer-v2 .footer-copy {
      max-width: 280px;
    }

  .footer-v2 .footer-col h4,
  .footer-v2 .footer-brand h4 {
      font-size: 14px;
      letter-spacing: 0.1em;
    }

  .footer-v2 .footer-col ul {
      gap: 8px;
      font-size: 12px;
    }

  .footer-v2 .footer-cert {
      display: grid;
      justify-items: center;
      width: 100%;
      position: relative;
    }

  .footer-cert::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #e7e1d6;
    margin-top: 12px;
    border-radius: 999px;
  }

  .footer-cta {
    flex-direction: column;
    gap: 12px;
  }

  .app-btn {
    width: 100%;
    text-align: center;
    border-radius: 999px;
    background: #0d2f63;
    color: #f5b84b;
    box-shadow: 0 12px 24px rgba(13, 47, 99, 0.25);
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-bottom.footer-bottom-v2 {
    gap: 12px;
    margin-top: 24px;
    padding-top: 16px;
  }

  .footer-v2 .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-v2 .footer-lang {
    justify-self: center;
  }
}

/* ===== Services Page Reference Layout ===== */
.services-page {
  background: #f7f4ef;
  color: #1b1b1b;
  font-family: "Vesper Libre", serif;
}

.services-page h1,
.services-page h2,
.services-page h3 {
  font-family: "Vesper Libre", serif;
  letter-spacing: 0;
}

.hero-ref {
  min-height: 78vh;
  color: #f5f5f5;
}

.services-page .hero-content {
  padding: 120px 0 110px;
  max-width: 620px;
}

.services-page .hero-kicker {
  color: #d3b26a;
  letter-spacing: 0.25em;
}

.services-page .hero-title {
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.02;
  text-transform: none;
  font-weight: 700;
}

.services-page .hero-italic {
  font-style: italic;
  color: #d3b26a;
}

.services-page .hero-subtitle {
  font-size: 16px;
  color: rgba(245, 245, 245, 0.85);
  max-width: 520px;
}

.services-page .hero-actions .btn {
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.services-page .hero-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 16px;
  justify-content: center;
}

.services-page .hero-actions .btn:last-child {
  grid-column: 1 / -1;
  justify-self: center;
}

.services-page .btn-primary {
  background: #d3b26a;
  color: #141414;
}

.services-page .btn-secondary {
  background: rgba(12, 14, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #f5f5f5;
}

.feature-strip {
  background: #fbf7f1;
  padding: 46px 0 24px;
}

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

.feature-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px 26px;
  border: 1px solid rgba(197, 170, 111, 0.18);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 18px 40px rgba(22, 19, 14, 0.08);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f7edcf, #e5cf9b);
  color: #8c6b28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7), 0 6px 14px rgba(140, 107, 40, 0.18);
}

.feature-svg {
  width: 18px;
  height: 18px;
  fill: #8c6b28;
}

.feature-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #2f2b26;
}

.feature-card p {
  margin: 0;
  color: #6b6458;
  font-size: 13px;
}

.callout-band {
  background: linear-gradient(120deg, #0c1420 0%, #101a2b 55%, #0b111a 100%);
  color: #f5f5f5;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.callout-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 30%, rgba(211, 178, 106, 0.2), transparent 55%);
  pointer-events: none;
}

.callout-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.callout-copy h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 10px;
}

.callout-copy p {
  color: rgba(245, 245, 245, 0.75);
  margin: 0;
}

.callout-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.callout-note {
  font-size: 12px;
  color: rgba(245, 245, 245, 0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-section {
  background: #f5f7f9;
  padding: 60px 0;
}

.catalog-panel {
  max-width: 940px;
  margin: 0 auto;
  background: #f8fafc;
  border-radius: 10px;
  padding: 30px 36px;
  text-align: center;
  border: 1px solid #e7edf4;
  box-shadow: 0 6px 18px rgba(21, 27, 40, 0.05);
}

.catalog-panel h3 {
  margin: 10px 0 6px;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1c2b48;
}

.catalog-panel p {
  margin: 0;
  color: #6a7a8c;
  font-size: 12.5px;
  line-height: 1.6;
}

.catalog-emphasis {
  margin-top: 8px;
  font-style: italic;
  color: #33445c;
}

.catalog-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f3efe3;
  color: #b28a3b;
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.75);
}

.catalog-icon svg {
  width: 16px;
  height: 16px;
  fill: #b28a3b;
}

/* Services: technical catalog panel matches light reference card */
.services-page .catalog-section {
  background: #ffffff;
  padding: 56px 0;
}

.services-page .catalog-panel {
  max-width: 920px;
  background: #f7f9fb;
  border: 1px solid #e3e9f1;
  border-radius: 8px;
  padding: 30px 36px;
  box-shadow: none;
}

.services-page .catalog-panel h3 {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 10px 0 6px;
}

.services-page .catalog-panel p {
  font-size: 12.5px;
  line-height: 1.6;
  color: #6f7f92;
}

.services-page .catalog-emphasis {
  color: #44556a;
  font-style: italic;
}

.services-page .catalog-icon {
  width: 34px;
  height: 34px;
  background: #f1ede2;
  box-shadow: none;
}

.services-page .catalog-icon svg {
  width: 15px;
  height: 15px;
}

.services-page .section-light {
  background: #f7f4ef;
  color: #1b1b1b;
}

.services-page .section-copy {
  color: #5d6166;
}

.services-page .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.services-page .service-grid.service-grid-single {
  grid-template-columns: minmax(240px, 380px);
  justify-content: start;
}

.services-page .service-grid.service-grid-single .service-card {
  width: 100%;
  justify-self: start;
}

.services-page .service-grid.service-grid-single .service-media {
  height: auto;
  aspect-ratio: 16 / 9;
}

.services-page .service-grid.service-grid-single .service-media img {
  object-fit: contain;
  background: #f3efe7;
}

.services-page .service-card {
  border-radius: 20px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(227, 210, 176, 0.55);
  box-shadow: 0 18px 30px rgba(22, 19, 14, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-page .service-media {
  height: 140px;
  border-radius: 16px;
  background: #f3efe7;
}

.services-page .service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-page .mini-cta {
  background: #121416;
  color: #f5f5f5;
}

.services-page .service-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ecosystem-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 640px;
  margin-bottom: 36px;
  padding-left: 18px;
  position: relative;
}

.ecosystem-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 46px;
  background: #d3b26a;
  border-radius: 999px;
}

.ecosystem-header h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin: 0;
}

.services-page .section-copy {
  margin: 0;
  max-width: 520px;
}

.service-tag {
  display: inline-block;
  margin: 6px 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f0e4cd;
  color: #8c6b28;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.service-specs {
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: transparent;
}

[dir="rtl"] .service-specs .service-bullets {
  margin: 10px 0 0;
}

.service-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  color: #6b6458;
  font-size: 12px;
  display: block;
}

.service-bullets li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}

.service-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d3b26a;
}

.service-description {
  margin: 0 0 14px;
  color: #6b6458;
  font-size: 12px;
  line-height: 1.6;
}

.services-page .service-actions {
  margin-top: auto;
}

[dir="rtl"] .service-specs summary {
  flex-direction: row-reverse;
}

[dir="rtl"] .service-bullets li {
  padding-left: 0;
  padding-right: 14px;
}

[dir="rtl"] .service-bullets li::before {
  left: auto;
  right: 0;
}

.engineering-section {
  background: #f7f4ef;
  padding: 60px 0 70px;
}

.engineering-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  align-items: start;
}

.engineering-media {
  align-self: stretch;
  background: #d3b26a;
  padding: 10px;
  border-radius: 22px;
  display: flex;
}

.engineering-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(12, 12, 12, 0.14);
}

.engineering-content h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  margin-bottom: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d3b26a;
}

.engineering-lead {
  color: #4b535d;
  margin-bottom: 18px;
  line-height: 1.7;
}

.engineering-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  align-items: start;
  margin-bottom: 20px;
}

.engineering-list {
  margin: 0;
  padding-left: 18px;
  color: #4f545a;
  font-size: 16px;
  line-height: 1.7;
}

.engineering-side {
  font-size: 16px;
  line-height: 1.7;
  color: #4f545a;
}

.insight-strip {
  background: #0e1726;
  color: #f5f5f5;
  padding: 60px 0;
}

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

.insight-card {
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(211, 178, 106, 0.15);
  backdrop-filter: blur(6px);
}

.insight-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #f8e7bf;
}

.insight-card p {
  margin: 0;
  color: rgba(245, 245, 245, 0.75);
  font-size: 13px;
}

.muted-panel {
  background: linear-gradient(120deg, rgba(12, 18, 30, 0.72), rgba(12, 18, 30, 0.58)), url("../img/back2.jpg");
  background-size: cover;
  background-position: center;
  color: #f3f3f3;
  border-radius: 22px;
}

.muted-panel-back4 {
  background: linear-gradient(120deg, rgba(12, 18, 30, 0.72), rgba(12, 18, 30, 0.58)), url("../img/back4.jpg");
  background-size: cover;
  background-position: center 22%;
}

@media (max-width: 900px) {
  .muted-panel-back4 {
    background-position: center 28%;
  }
}

@media (max-width: 600px) {
  .muted-panel-back4 {
    background-position: center 34%;
  }
}

.muted-panel .eyebrow {
  color: #d3b26a;
}

.muted-panel h2 {
  color: #f3f3f3;
}

.muted-panel p {
  color: rgba(243, 243, 243, 0.75);
}

.mini-cta-section {
  background: #f7f4ef;
  padding-top: 30px;
}

.mini-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.mini-cta-card {
  background: #e6ddcf;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(12, 12, 12, 0.06);
}

.mini-cta-card h3 {
  color: #1f2226;
}

.mini-cta-card p {
  color: #45484d;
  min-height: 56px;
}

.mini-cta-card .card-link {
  color: #8f6a1b;
}

.pricing-preview {
  background: #0b1424;
  color: #f5f5f5;
  padding: 80px 0 90px;
}

.pricing-kicker {
  display: none;
}

.pricing-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.pricing-header h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.pricing-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  background: #d3b26a;
  border-radius: 999px;
}

.pricing-header p {
  max-width: 520px;
  color: rgba(245, 245, 245, 0.65);
  margin: 0;
  font-size: 13px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    overflow: visible;
    background: #0c1728;
  }

.pricing-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-card {
  padding: 26px 22px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: #0c1728;
  box-shadow: none;
  position: relative;
}

.pricing-card:last-child {
  border-right: none;
}

.pricing-card-table {
  display: grid;
  gap: 14px;
}

.pricing-card-terms {
  display: grid;
  gap: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.pricing-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pricing-card p {
  margin: 0 0 16px;
  color: rgba(245, 245, 245, 0.72);
  font-size: 13px;
}

.pricing-card-top {
  display: grid;
  gap: 8px;
  align-items: start;
  padding-top: 12px;
}

.pricing-meta {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(211, 178, 106, 0.8);
}

.pricing-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: #1f7a4b;
  color: #eafff2;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  width: fit-content;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
    z-index: 3;
    white-space: nowrap;
  }

.pricing-table {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 12px;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: rgba(245, 245, 245, 0.7);
}

.pricing-row strong {
  color: #f5f5f5;
  font-weight: 600;
}

.pricing-total strong {
  color: #f3c966;
}

.pricing-deduction strong {
  color: #3ecf7d;
}

.pricing-rot-total strong {
  color: #f3c966;
}

.pricing-subhead {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  color: rgba(245, 245, 245, 0.55);
}

.pricing-rot strong {
  color: #3ecf7d;
}

.pricing-foot {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.45);
}

.pricing-terms {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  font-size: 12px;
  color: rgba(245, 245, 245, 0.72);
}

.pricing-terms li {
  position: relative;
  padding-left: 18px;
}

.pricing-terms li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d3b26a;
}

.pricing-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f2d89a;
}

.bottom-cta {
  background:
    linear-gradient(180deg, rgba(58, 63, 72, 0.88) 0%, rgba(58, 63, 72, 0.92) 100%),
    url("../img/bottom-cta-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #f5f5f5;
  border-radius: 26px;
  margin: 40px auto 0;
}

.bottom-cta-inner {
  text-align: center;
  max-width: 680px;
}

.bottom-cta-inner h2 span {
  color: #d3b26a;
  font-style: italic;
}

.bottom-cta .hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.bottom-cta .hero-actions .btn {
  width: min(100%, 320px);
  min-height: 52px;
}

.bottom-cta p {
  color: rgba(245, 245, 245, 0.7);
}

.terms-page {
  background: #eef0f2;
  color: #1c1c1c;
}

.terms-hero {
  padding: 90px 0 40px;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 20, 24, 0.06);
}

.terms-hero-inner {
  max-width: 860px;
  text-align: center;
}

.terms-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(211, 178, 106, 0.15);
  color: #b28a3b;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}

.terms-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 6vw, 70px);
  color: #1c1c1c;
}

.terms-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(28, 28, 28, 0.45);
  margin-bottom: 16px;
}

.terms-meta-sep {
  opacity: 0.5;
}

.terms-lead {
  margin: 0 auto;
  color: rgba(28, 28, 28, 0.6);
  font-size: 18px;
  font-style: italic;
  max-width: 760px;
}

.terms-body {
  padding: 50px 0 90px;
  background: #eef0f2;
}

.terms-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}

.terms-nav {
  position: sticky;
  top: 110px;
  align-self: start;
  background: #e8ebef;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(28, 43, 72, 0.08);
  box-shadow: 0 14px 24px rgba(18, 22, 31, 0.08);
}

.terms-nav-title {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: rgba(28, 28, 28, 0.35);
}

.terms-nav-links {
  display: grid;
  gap: 4px;
}

.terms-link {
  display: block;
  font-size: 12px;
  color: rgba(28, 28, 28, 0.75);
  padding: 8px 12px;
  border-radius: 10px;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
}

.terms-link:hover {
  color: #1c1c1c;
  border-left-color: rgba(211, 178, 106, 0.55);
  background: rgba(211, 178, 106, 0.14);
}

.terms-link.is-active {
  color: #1c1c1c;
  border-left-color: #d3b26a;
  background: rgba(211, 178, 106, 0.28);
  font-weight: 600;
  position: relative;
  padding-right: 28px;
}

.terms-link.is-active::after {
  content: "✓";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #8c6b28;
}

.terms-content {
  display: grid;
  gap: 28px;
}

.terms-section {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 28px;
  border: 1px solid rgba(28, 43, 72, 0.08);
  box-shadow: 0 16px 32px rgba(20, 26, 36, 0.06);
  position: relative;
}

.terms-index {
  display: block;
  font-size: 22px;
  color: #d3b26a;
  margin-bottom: 12px;
  font-family: "Vesper Libre", serif;
}

.terms-section h2 {
  margin: 0 0 10px;
  font-size: 26px;
  color: #1f2530;
}

.terms-section p {
  margin: 0;
  color: #5d646f;
  font-size: 13px;
  line-height: 1.7;
}

.terms-info-card {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(28, 43, 72, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(20, 26, 36, 0.04);
}

.terms-info-title {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c2b48;
  margin-bottom: 6px;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.terms-box {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(28, 43, 72, 0.06);
  background: #ffffff;
}

.terms-box-kicker {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b28a3b;
  margin-bottom: 6px;
}

.terms-quote {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  border-left: 4px solid #d3b26a;
  background: rgba(15, 24, 39, 0.05);
  font-style: italic;
  color: #2b313a;
}

.terms-glass {
  margin-top: 16px;
  padding: 24px;
  border-radius: 18px;
  background: #0f1827;
  color: #f5f5f5;
  border: none;
  box-shadow: 0 16px 30px rgba(10, 12, 18, 0.35);
}

.terms-glass-title {
  font-size: 18px;
  color: #f5f5f5;
  margin-bottom: 10px;
  font-family: "Vesper Libre", serif;
}

.terms-glass p {
  color: rgba(245, 245, 245, 0.75);
}

.terms-glass-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: rgba(245, 245, 245, 0.7);
}

.terms-glass-note span {
  display: block;
  color: #f2d89a;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.terms-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.terms-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  color: rgba(245, 245, 245, 0.75);
  font-size: 13px;
}

.terms-list strong {
  color: #f2d89a;
}

.terms-glass-foot {
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.5);
}

.terms-soft-card {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(28, 43, 72, 0.12);
  background: #ffffff;
}

.cookies-table {
  width: 100%;
  border-collapse: collapse;
}

.cookies-table th {
  text-align: left;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  color: #1f2530;
}

.cookies-table td {
  padding: 6px 0;
  font-size: 13px;
  color: #4c5562;
}

.cookies-table tr + tr td {
  border-top: 1px solid rgba(28, 43, 72, 0.08);
}

.terms-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #0f1827;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.terms-download:hover {
  background: #d3b26a;
  color: #101114;
}

@media (max-width: 900px) {
  .terms-layout {
    grid-template-columns: 1fr;
  }

  .terms-nav {
    position: static;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms-section {
    padding: 22px;
  }

  .terms-index {
    font-size: 18px;
  }
}

.callout-band,
.catalog-panel,
.insight-card,
.pricing-card {
  animation: float-in 0.8s ease both;
}

.feature-card:nth-child(2),
.service-card:nth-child(2),
.insight-card:nth-child(2),
.pricing-card:nth-child(2) {
  animation-delay: 0.08s;
}

.feature-card:nth-child(3),
.service-card:nth-child(3),
.insight-card:nth-child(3),
.pricing-card:nth-child(3) {
  animation-delay: 0.16s;
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .callout-band,
  .catalog-panel,
  .insight-card,
  .pricing-card,
  .feature-card,
  .service-card {
    animation: none !important;
  }
}

/* ===== Contact Page ===== */
.contact-page {
  background: #f8f6f2;
  color: #1c1c1c;
}

.contact-page .contact-hero .btn-primary {
  background: #d3b26a;
  color: #141414;
  box-shadow: none;
}

.contact-page .contact-hero .btn-secondary {
  background: transparent;
  border: 1px solid rgba(211, 178, 106, 0.9);
  color: #f5f5f5;
}

.contact-page .contact-hero .hero-actions {
  justify-content: center;
}

.contact-hero {
  position: relative;
  padding: 110px 0 90px;
}

.contact-hero-dark {
  background: #2b312a;
  color: #f5f5f5;
}

.contact-hero-media {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.65), rgba(10, 10, 10, 0.65)),
    url("https://unsplash.com/photos/PkHf7BUWbtk/download?force=true");
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.contact-hero-center {
  position: relative;
  text-align: center;
}

.contact-hero-content {
  max-width: 720px;
  margin: 0 auto;
}

.contact-hero-content h1 {
  font-size: clamp(34px, 5vw, 60px);
  margin-bottom: 12px;
}

.contact-hero-quote {
  font-style: italic;
  color: rgba(245, 245, 245, 0.8);
  margin-bottom: 24px;
}

.contact-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 11px;
  color: #b18b3d;
  margin-bottom: 12px;
}

.contact-section {
  padding: 80px 0;
}

.contact-section.contact-inquiry {
  background: #ffffff;
  color: #1c1c1c;
}

.contact-section.contact-inquiry .contact-section-header {
  text-align: center;
}

.contact-section.contact-inquiry .contact-eyebrow {
  color: #b18b3d;
}

.contact-section.contact-inquiry h2 {
  font-size: clamp(28px, 3.6vw, 44px);
}

.contact-section.contact-inquiry .contact-chips {
  justify-content: center;
}

.contact-section.contact-inquiry .contact-chip {
  background: transparent;
  color: #1c1c1c;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.contact-section.contact-inquiry .contact-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-section.contact-inquiry .contact-chip span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-section.contact-inquiry .contact-chip span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0f1c2e;
  box-shadow: inset 0 0 0 4px #ffffff;
  border: 1px solid rgba(177, 139, 61, 0.4);
}

.contact-section.contact-inquiry .contact-chip input:checked + span::before {
  background: #0f1c2e;
  box-shadow: inset 0 0 0 3px #ffffff;
  border-color: rgba(177, 139, 61, 0.8);
}

.contact-section.contact-inquiry .contact-card {
  background: #ffffff;
  border: 1px solid #2a2a2a;
  box-shadow: 0 20px 50px rgba(20, 20, 20, 0.08);
  text-align: center;
}

.contact-section.contact-inquiry .contact-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  margin: 0 auto;
  background: rgba(148, 113, 46, 0.16);
  color: #6a4d16;
  display: grid;
  place-items: center;
  border: 1px solid rgba(106, 77, 22, 0.4);
  box-shadow: 0 10px 20px rgba(20, 20, 20, 0.08);
}

.contact-section.contact-inquiry .contact-card h3 {
  margin-bottom: 6px;
}

.contact-section.contact-inquiry .contact-card p {
  color: rgba(28, 28, 28, 0.7);
  font-size: 13px;
}

.contact-section.contact-inquiry .contact-card-link {
  display: inline-block;
  margin-top: 6px;
  color: #6a4d16;
}
.contact-section-header {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.contact-chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(177, 139, 61, 0.12);
  color: #1c1c1c;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.contact-card {
  background: #ffffff;
  border: 1px solid #2a2a2a;
  border-radius: 22px;
  padding: 24px;
  display: grid;
  gap: 12px;
  box-shadow: 0 20px 50px rgba(20, 20, 20, 0.08);
}

.contact-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(148, 113, 46, 0.16);
  color: #6a4d16;
  font-size: 18px;
}

.contact-card-link {
  color: #6a4d16;
  font-weight: 600;
}

.contact-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  column-gap: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.contact-form-section {
  background: #ffffff;
}

.contact-form-light {
  background: #ffffff;
}

.contact-form-light .contact-form-copy h2,
.contact-form-light .contact-form-copy p,
.contact-form-light .contact-form-copy h4 {
  color: #1c1c1c;
}

.contact-form-light .contact-form-card {
  background: #111a2b;
  color: #f5f5f5;
  border: 1px solid rgba(17, 26, 43, 0.2);
  box-shadow: 0 30px 70px rgba(20, 20, 20, 0.18);
}

.contact-form-light .contact-form-card label {
  color: rgba(245, 245, 245, 0.85);
}

.contact-form-light .contact-form-card input,
.contact-form-light .contact-form-card textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #f5f5f5;
}

.contact-form-light .contact-consent {
  color: rgba(245, 245, 245, 0.7);
}

.contact-form-light .contact-secure {
  color: rgba(245, 245, 245, 0.55);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.contact-form-copy p {
  color: rgba(28, 28, 28, 0.7);
  margin: 0 0 14px;
  line-height: 1.5;
}

.contact-form-copy h2 {
  margin: 0 0 10px;
}

.contact-page .contact-form-copy {
  background: #f7f3ec;
  border: 1px solid #e7dccb;
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 20px 45px rgba(20, 20, 20, 0.08);
}

.contact-meta {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.contact-meta-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-meta-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #b58c33;
  background: rgba(181, 140, 51, 0.14);
  border: 1px solid rgba(181, 140, 51, 0.35);
}

.contact-meta-icon svg {
  display: block;
}

.contact-meta h4 {
  margin: 0 0 6px;
}

.contact-meta p {
  margin: 0;
}

.contact-form-card {
  background: #111a2b;
  color: #f5f5f5;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  gap: 12px;
  box-shadow: 0 30px 70px rgba(20, 20, 20, 0.2);
}

.contact-form-card label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.contact-form-card .contact-field {
  display: grid;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form-card input,
.contact-form-card textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 9px 12px;
  color: #f5f5f5;
  font-family: inherit;
}


.contact-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  column-gap: 10px;
  font-size: 12px;
  color: rgba(245, 245, 245, 0.7);
  line-height: 1.4;
}

.contact-consent input[type="checkbox"] {
  margin-top: 0;
  width: 16px;
  height: 16px;
  justify-self: start;
}

.contact-secure {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(245, 245, 245, 0.5);
  text-align: center;
}

.contact-status {
  font-size: 13px;
  text-align: center;
}

.contact-status-success {
  color: #d3b26a;
}

.contact-status-error {
  color: #ffb4a2;
}

.contact-steps {
  background: #f2ede4;
}

.contact-steps-light {
  background: #ffffff;
  color: #1c1c1c;
}

.contact-steps-light .contact-step {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.contact-steps-light .contact-step h3 {
  color: #1c1c1c;
}

.contact-steps-light .contact-step p {
  color: rgba(28, 28, 28, 0.7);
}

.contact-steps-light .contact-step span {
  color: #b18b3d;
}

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

.contact-step {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(28, 28, 28, 0.08);
  background: #ffffff;
}

.contact-step span {
  font-size: 32px;
  color: #b18b3d;
  font-weight: 700;
}

.contact-step span::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background: rgba(177, 139, 61, 0.4);
  margin-left: 14px;
  vertical-align: middle;
}

.contact-final {
  background: #111a2b;
  color: #f5f5f5;
}

.contact-final-inner {
  display: grid;
  gap: 12px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .contact-hero-inner,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-card-grid,
  .contact-step-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-section {
    padding: 60px 0;
  }

  .contact-form-copy h2 {
    font-size: clamp(24px, 4.5vw, 32px);
  }
}

@media (max-width: 600px) {
  .contact-form-section {
    padding: 50px 0;
  }

  .contact-form-copy p {
    font-size: 14px;
  }

  .contact-meta {
    gap: 12px;
  }

  .contact-meta h4 {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .contact-meta p {
    font-size: 13px;
  }
}

/* ===== On-Call & Emergency Page ===== */
.on-call-page {
  background: #111a2b;
  color: #e9edf6;
  font-family: "Vesper Libre", serif;
}

.on-call-page .btn-primary {
  background: #d3b26a;
  color: #141414;
  box-shadow: none;
}

.on-call-page .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f5f5f5;
}

.oncall-hero {
  padding: 120px 0 80px;
  background: radial-gradient(circle at top left, rgba(70, 90, 140, 0.18), transparent 55%),
    radial-gradient(circle at 70% 10%, rgba(211, 178, 106, 0.1), transparent 60%),
    #111a2b;
}

.oncall-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 40px;
  align-items: center;
}

.oncall-eyebrow {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #d3b26a;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.oncall-eyebrow::before {
  content: "";
  width: 50px;
  height: 2px;
  background: rgba(211, 178, 106, 0.6);
  border-radius: 999px;
}

.oncall-title {
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.04;
  margin-bottom: 18px;
}

.oncall-title span {
  color: #d3b26a;
}

.oncall-subtitle {
  font-size: 16px;
  color: rgba(233, 237, 246, 0.8);
  max-width: 560px;
}

.oncall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.oncall-hero-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.oncall-metric-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.oncall-metric {
  background: rgba(11, 15, 26, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
  text-align: center;
}

.oncall-metric strong {
  display: block;
  font-size: 18px;
  color: #d3b26a;
}

.oncall-section {
  padding: 80px 0;
}

.oncall-section.light {
  background: #ffffff;
  color: #1c1c1c;
}

.on-call-page section.oncall-section.light:nth-of-type(even) {
  background: #f5f1e8;
}

.oncall-section.light .oncall-section-header .eyebrow,
.oncall-section.light .oncall-eyebrow {
  color: #6b4a12;
}

.oncall-section.light h2,
.oncall-section.light h3,
.oncall-section.light strong {
  color: #1c1c1c;
}

.oncall-section.light .oncall-subtitle,
.oncall-section.light .oncall-list-item p,
.oncall-section.light .oncall-section-note {
  color: rgba(28, 28, 28, 0.82);
}

.oncall-section.light .oncall-list-item {
  background: #fffaf0;
  border: 1px solid rgba(177, 139, 61, 0.18);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 16px 32px rgba(20, 20, 20, 0.06);
}

.oncall-section.light .oncall-list-head {
  color: #1c1c1c;
}

.oncall-section.light .oncall-list-icon {
  background: rgba(177, 139, 61, 0.12);
  color: #7a5a12;
  border-radius: 10px;
  width: 28px;
  height: 28px;
}

.oncall-section.light .btn-secondary {
  background: #d3b26a;
  border: 1px solid #c29a3c;
  color: #1b1408;
}

.oncall-section.light .btn-secondary:hover {
  background: #c29a3c;
  border-color: #b08a33;
  color: #1b1408;
}

.oncall-section.light .oncall-photo {
  border: 1px solid #ece7dd;
  box-shadow: 0 28px 60px rgba(20, 20, 20, 0.12);
}

.oncall-section.light .oncall-photo-badge {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #ece7dd;
  color: #1c1c1c;
}

.oncall-section.light .oncall-photo-dot {
  box-shadow: inset 0 0 0 3px #ffffff;
}

.oncall-section.light .oncall-card {
  background: #fffdf8;
  border: 1px solid #ece7dd;
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.08);
}

.oncall-section.light .oncall-card-icon {
  background: rgba(177, 139, 61, 0.12);
  color: #b18b3d;
}

.oncall-section.light .oncall-list-icon {
  color: #b18b3d;
}

.oncall-section.light .oncall-cta {
  background: rgb(17, 26, 43);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(20, 20, 20, 0.12);
}

.oncall-section.light .oncall-cta p {
  color: rgba(255, 255, 255, 0.8);
}

.oncall-section.light .oncall-cta h2 {
  color: #d3b26a;
}

.oncall-section.light .oncall-cta-notes {
  color: rgba(255, 255, 255, 0.7);
}

.oncall-section.light .oncall-cta-icon {
  color: rgba(255, 255, 255, 0.18);
}

.oncall-section.light .oncall-cta-notes span::before {
  box-shadow: 0 0 0 2px rgba(177, 139, 61, 0.2);
}
.oncall-section-header {
  margin-bottom: 36px;
}

.oncall-section-header .eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(211, 178, 106, 0.9);
}

.oncall-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.oncall-section-note {
  margin: 0;
  font-size: 12px;
  color: rgba(233, 237, 246, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.oncall-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: center;
}

.oncall-photo-wrap {
  max-height: 360px;
}

.oncall-photo {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  object-position: center;
}

.oncall-photo-wrap {
  position: relative;
}

.oncall-photo-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 15, 25, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f5f5f5;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.oncall-photo-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d3b26a;
  box-shadow: inset 0 0 0 3px #0b0f1a;
}

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

.oncall-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  display: grid;
  gap: 10px;
}

.oncall-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.oncall-card-head h4 {
  margin: 0;
}

.oncall-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(211, 178, 106, 0.12);
  color: #d3b26a;
}

.oncall-card-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.oncall-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.oncall-list-item {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.oncall-list-head {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #f5f5f5;
}

.oncall-list-icon {
  color: #d3b26a;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oncall-list-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.oncall-list-item strong {
  font-weight: 600;
}

.oncall-list-item p {
  margin: 0;
  color: rgba(233, 237, 246, 0.72);
  font-size: 13px;
}

.oncall-cta {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 38px 32px 34px;
  display: grid;
  gap: 16px;
  text-align: center;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.oncall-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border-top: 2px solid rgba(211, 178, 106, 0.85);
  border-left: 2px solid rgba(211, 178, 106, 0.3);
  pointer-events: none;
}

.oncall-cta .btn {
  margin: 0 auto;
}

.oncall-cta h2 {
  font-size: clamp(24px, 3vw, 36px);
  margin: 0;
}

.oncall-cta p {
  margin: 0 auto;
  max-width: 680px;
  color: rgba(233, 237, 246, 0.7);
  font-size: 14px;
}

.oncall-cta-icon {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 84px;
  height: 84px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: rgba(233, 237, 246, 0.16);
}

.oncall-cta-icon svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oncall-cta-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  font-size: 12px;
  color: rgba(233, 237, 246, 0.65);
}

.oncall-cta-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.oncall-cta-notes span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d3b26a;
  box-shadow: 0 0 0 2px rgba(211, 178, 106, 0.2);
}

@media (max-width: 980px) {
  .oncall-hero-grid,
  .oncall-grid {
    grid-template-columns: 1fr;
  }

  .oncall-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oncall-hero {
    padding: 110px 0 70px;
  }

  .oncall-hero-grid {
    align-items: start;
    gap: 28px;
  }

  .oncall-hero-card {
    margin-top: 6px;
  }
}

@media (max-width: 640px) {
  .oncall-hero {
    padding: 96px 0 60px;
  }

  .oncall-eyebrow {
    letter-spacing: 0.26em;
    gap: 8px;
  }

  .oncall-eyebrow::before {
    width: 32px;
  }

  .oncall-title {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.1;
  }

  .oncall-subtitle {
    font-size: 14px;
  }

  .oncall-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .oncall-actions .btn {
    width: 100%;
  }

  .oncall-metric-list {
    grid-template-columns: 1fr;
  }

  .oncall-cards,
  .oncall-list {
    grid-template-columns: 1fr;
  }

  .oncall-hero-card {
    padding: 20px;
    border-radius: 20px;
  }

  .oncall-section {
    padding: 64px 0;
  }

  .oncall-section-header {
    margin-bottom: 24px;
  }

  .oncall-section-header .eyebrow {
    letter-spacing: 0.22em;
  }

  .oncall-card {
    padding: 16px;
  }

  .oncall-list-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px;
  }

  .oncall-section.light .oncall-list-item {
    background: #ffffff;
    border: 1px solid #ece7dd;
    box-shadow: 0 12px 24px rgba(20, 20, 20, 0.06);
  }

  .oncall-cta {
    padding: 30px 22px;
  }
}

@media (max-width: 480px) {
  .oncall-hero {
    padding: 88px 0 54px;
  }

  .oncall-title {
    font-size: clamp(26px, 10vw, 36px);
  }

  .oncall-metric strong {
    font-size: 16px;
  }

  .oncall-cta h2 {
    font-size: clamp(20px, 7.5vw, 28px);
  }

  .oncall-cta {
    border-radius: 20px;
    gap: 12px;
  }

  .oncall-cta::before {
    border-radius: 20px;
  }
}


.success-banner {
  background: #ecfdf3;
  border: 1px solid #b9f2cf;
  color: #0f5132;
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 18px;
}

input[type="date"].form-control,
input[type="date"].booking-input,
input[type="date"].booking-input.form-control,
input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 48px;
  background-image: var(--date-icon) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 20px 20px;
  position: relative;
}

[dir="rtl"] input[type="date"].form-control,
[dir="rtl"] input[type="date"].booking-input,
[dir="rtl"] input[type="date"].booking-input.form-control,
[dir="rtl"] input[type="date"] {
  padding-left: 48px;
  padding-right: 14px;
  background-position: 16px 50%;
  text-align: right;
}

[dir="rtl"] input[type="date"]::-webkit-calendar-picker-indicator {
  right: auto;
  left: 12px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
}

input.form-control,
textarea.form-control,
input.booking-input,
textarea.booking-input {
  background-image: none !important;
  padding-right: 14px;
}

input.form-control:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"]),
input.booking-input:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"]),
textarea.form-control,
textarea.booking-input {
  background-image: none !important;
  background-position: 0 0;
  padding-right: 14px !important;
}

[dir="rtl"] input[type="time"].form-control,
[dir="rtl"] input[type="time"].booking-input,
[dir="rtl"] input[type="time"].booking-input.form-control,
[dir="rtl"] input[type="time"] {
  padding-left: 48px;
  padding-right: 14px;
  background-position: 16px 50%;
  text-align: right;
}

[dir="rtl"] input[type="time"]::-webkit-calendar-picker-indicator {
  right: auto;
  left: 12px;
}

input[type="time"].form-control,
input[type="time"].booking-input,
input[type="time"].booking-input.form-control,
input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 48px;
  background-image: var(--time-icon) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 20px 20px;
  position: relative;
}

input.time-slot-input {
  width: 160px;
  max-width: 100%;
  display: inline-block;
}

[dir="rtl"] input.time-slot-input {
  text-align: right;
}

[dir="rtl"] input.time-slot-input {
  padding-left: 48px;
  padding-right: 14px;
  background-position: 16px 50%;
}

input.time-slot-input {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 48px;
  background-image: var(--time-icon) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 20px 20px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
}


/* Global RTL dropdown/menu alignment */
[dir="rtl"] .dropdown-menu,
[dir="rtl"] .dropdown-content,
[dir="rtl"] .dropdown-list {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] .dropdown-toggle::after,
[dir="rtl"] .dropdown-toggle::before {
  margin-left: 0;
  margin-right: 0.255em;
  transform: scaleX(-1);
}

/* Flex direction normalization for RTL */

/* Consultation booking urgent buttons spacing */
.booking-page .urgent-box .urgent-actions {
  gap: 6px;
}

.booking-page .urgent-box .urgent-option {
  min-width: 75px;
  padding: 10px 12px;
  font-size: 18px;
  line-height: 1;
}
[dir="rtl"] .flex-row {
  flex-direction: row-reverse;
}

[dir="rtl"] .flex-row-reverse {
  flex-direction: row;
}

.faq-page {
  background: #f7f3ec;
}

.faq-hero {
  padding: 70px 0 30px;
  background: radial-gradient(circle at top, #fff8e6 0%, #f7f3ec 55%, #f2ede4 100%);
  border-bottom: 1px solid #e7e1d6;
}

.faq-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  color: #7a5a12;
  margin-bottom: 8px;
  font-weight: 700;
}

.faq-hero h1 {
  font-family: "Vesper Libre", serif;
  font-size: clamp(30px, 4vw, 42px);
  margin-bottom: 10px;
  color: #0b1b32;
}

.faq-hero p {
  color: #5f6b7a;
  max-width: 640px;
}

.faq-section {
  padding: 30px 0 80px;
  background: #f7f3ec;
}

.faq-list {
  display: grid;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e6dfd2;
  border-radius: 16px;
  padding: 4px 4px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.faq-item[open] {
  border-color: rgba(211, 178, 106, 0.8);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  color: #0b1b32;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span:first-child {
  font-size: 16px;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(211, 178, 106, 0.6);
  color: #7a5a12;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  background: #d3b26a;
  color: #141414;
}

.faq-answer {
  padding: 0 20px 18px;
  color: #5f6b7a;
  line-height: 1.6;
}

.faq-empty {
  background: #fff;
  border: 1px dashed #d8cbb3;
  border-radius: 16px;
  padding: 20px;
  color: #7b6a4c;
  text-align: center;
}

html[lang="ar"] body {
  font-family: 'Cairo', sans-serif !important;
  letter-spacing: normal !important;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  font-family: 'Tajawal', sans-serif !important;
  letter-spacing: normal !important;
}

html[lang="ar"] body.electricity-body.about-page {
  font-family: 'Cairo', sans-serif !important;
}

html[lang="ar"] body.electricity-body.about-page h1,
html[lang="ar"] body.electricity-body.about-page h2,
html[lang="ar"] body.electricity-body.about-page h3 {
  font-family: 'Tajawal', sans-serif !important;
  letter-spacing: normal !important;
}

html[lang="ar"] .rwm-electricity-global-header .rwm-egh-link,
html[lang="ar"] .rwm-electricity-global-header .rwm-egh-btn {
  letter-spacing: normal;
}

html[lang="ar"] .rwm-electricity-global-header {
  direction: rtl;
}

@media (max-width: 600px) {
  .services-page .service-grid {
    grid-template-columns: 1fr;
  }

  .services-page .service-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .services-page .service-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .services-page .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
  }

  .services-page .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    font-size: 11px;
    letter-spacing: 0.12em;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }

  .callout-band {
    padding: 44px 0;
  }

  .callout-copy h2 {
    font-size: clamp(24px, 7.5vw, 34px);
    line-height: 1.15;
  }

  .callout-copy p {
    font-size: 14px;
  }

  .callout-actions {
    align-items: stretch;
    gap: 12px;
  }

  .callout-actions .btn {
    width: 100%;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 0.14em;
    padding: 12px 16px;
  }

  .callout-note {
    text-align: center;
    font-size: 11px;
  }
}

@media (max-width: 980px) {
  .section {
    padding: 70px 0;
  }

  .hero-content {
    padding: 90px 0 70px;
  }

  .cta-panel {
    padding: 36px;
    gap: 18px;
  }

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

  .callout-actions {
    align-items: stretch;
  }

  .pricing-header {
    grid-template-columns: 1fr;
  }

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

  .pricing-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pricing-card:last-child {
    border-bottom: none;
  }

  .engineering-grid,
  .engineering-columns {
    grid-template-columns: 1fr;
  }

  .services-page .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bottom-cta {
    margin-top: 28px;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 60px 0;
  }

  .services-page .service-grid {
    grid-template-columns: 1fr;
  }

  .services-page .service-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .services-page .service-actions .mini-cta {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 44px;
    padding: 12px 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
  }

  .cta-panel {
    padding: 24px;
    border-radius: 20px;
  }

  .callout-band {
    padding: 44px 0;
  }

  .pricing-header h2::after {
    width: 40px;
  }

  .terms-hero {
    padding: 70px 0 30px;
  }

  .terms-hero h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .terms-lead {
    font-size: 14px;
  }

  .terms-section {
    padding: 20px;
  }

  .bottom-cta {
    border-radius: 20px;
  }

  .faq-item summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .faq-item summary span:first-child {
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 18px 16px;
  }
}
