:root {
  --bg-dark: #2f2b2b;
  --bg-darker: #262323;
  --bg-accent: #f0a23a;
  --text-main: #332b29;
  --text-light: #f7f3ef;
  --muted: #6f6866;
  --panel: #f6f2ed;
  --panel-2: #faf7f3;
  --shadow-strong: 0 20px 45px rgba(0,0,0,0.25);
  --shadow-soft: 0 12px 28px rgba(0,0,0,0.14);
  --radius-lg: 18px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Work Sans", system-ui, -apple-system, sans-serif;
  color: var(--text-main);
  background: var(--panel-2);
  line-height: 1.6;
  position: relative;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* Top hero */
.hero-wrap {
  background: radial-gradient(120% 100% at 85% 80%, rgba(240,162,58,0.55), rgba(240,162,58,0) 60%), radial-gradient(120% 100% at 10% 20%, rgba(255,255,255,0.08), rgba(255,255,255,0) 50%), linear-gradient(135deg, var(--bg-dark), var(--bg-darker));
  color: var(--text-light);
  position: relative;
  overflow: visible;
}

.hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.35;
  mix-blend-mode: soft-light;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  position: relative;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  color: inherit;
  text-decoration: none;
}

.brand-logo {
  width: 124px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.icon-svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.logo-icon {
  width: 48px;
  height: 32px;
  stroke-width: 3.2;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 600;
  color: rgba(255,255,255,0.86);
  position: relative;
  z-index: 9999;
}

.nav-link {
  color: inherit;
  text-decoration: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  color: #2f2a27;
  min-width: 240px;
  width: max-content;
  max-width: 360px;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  border: 1px solid rgba(0,0,0,0.08);
  padding: 10px 0;
  display: none;
  z-index: 10000;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  transition: background 120ms ease;
}

.dropdown-menu a:hover {
  background: rgba(0,0,0,0.04);
}

.dropdown-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.call-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.icon-pill {
  width: 22px;
  height: 22px;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  padding: 24px 0 80px;
  position: relative;
  z-index: 0;
}

.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}

.service-hero-icon {
  width: min(480px, 48vw);
  height: min(480px, 48vw);
  padding: 26px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.28);
}

.service-hero-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.25));
}

h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 4vw + 1rem, 3.6rem);
  margin: 0 0 12px;
  color: #f9f6f3;
  letter-spacing: 0.01em;
  line-height: 1.12;
}

.lead {
  font-size: 1.06rem;
  color: rgba(255,255,255,0.82);
  margin: 0 0 22px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 10px;
  margin-bottom: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 180ms ease;
  flex: 1 1 220px;
}

.btn-primary {
  background: linear-gradient(135deg, #f3ad4d, #e38a1f);
  color: #2e2118;
  box-shadow: 0 12px 28px rgba(0,0,0,0.24);
}

.btn-secondary {
  background: #f1ede7;
  color: #332b29;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.btn:active {
  transform: translateY(1px);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  font-size: 0.95rem;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-card {
  background: #f8f5f1;
  color: #362c2a;
  padding: 24px;
  border-radius: 20px;
  box-shadow: var(--shadow-strong);
  max-width: 420px;
  justify-self: end;
  position: relative;
  z-index: 0;
}

.card-title {
  margin: 0 0 14px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2f2624;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #3a312f;
}

.feature-item small {
  font-weight: 500;
  color: #6b615f;
}

.badge {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  gap: 8px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}

.badge-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #2f2624;
}

.star-row {
  display: inline-flex;
  gap: 4px;
  color: #e0a72f;
  font-size: 0.95rem;
}

/* Services section */
.services {
  background: var(--panel-2);
  padding: 54px 0 70px;
  position: relative;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,0.045) 1px, transparent 0);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}

.services-header {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 28px;
}

.services h2 {
  margin: 0 0 8px;
  font-size: 1.65rem;
  color: #2f2a27;
  letter-spacing: 0.01em;
}

.services p {
  margin: 0;
  color: #615855;
  font-size: 1.02rem;
}

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.card {
  background: #fff;
  border-radius: 14px;
  padding: 16px 16px 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0,0,0,0.05);
  display: grid;
  gap: 8px;
  min-height: 120px;
  text-decoration: none;
  color: inherit;
  transition: transform 140ms ease, box-shadow 160ms ease;
  position: relative;
  overflow: hidden;
}

.card .title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
  color: #2f2a27;
  position: relative;
  padding-left: 80px;
  min-height: 64px;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
}

.card .subtitle {
  margin: 0;
  color: #6a615e;
  font-weight: 500;
}

.mini-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  position: absolute;
  left: 0;
  top: -8px;
  opacity: 1;
  mix-blend-mode: normal;
  pointer-events: none;
}

.mini-icon svg {
  width: 56px;
  height: 56px;
  stroke-width: 2;
}

.mini-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.trust-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
  color: #5c524e;
  font-weight: 600;
}

/* Detail page sections */
.content {
  background: var(--panel-2);
  padding: 40px 0 70px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  font-weight: 600;
  color: #3b312d;
}

.section {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
  margin-bottom: 16px;
}

.section h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #2f2a27;
}

.section p {
  margin: 0 0 12px;
  color: #4f4542;
}

.section ul {
  margin: 0 0 0 18px;
  padding: 0;
  color: #4f4542;
}

.breadcrumb {
  margin: 0 0 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #6a5f5c;
  font-weight: 600;
  text-decoration: none;
}

.faq-page .section {
  max-width: 940px;
  margin: 0 auto 20px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding-top: 0;
}

.faq-page .section h2 {
  margin-bottom: 18px;
}

.faq-page .faq-accordion .accordion-item {
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(0,0,0,0.08);
  margin-bottom: 12px;
  background: #fff;
}

.faq-page .faq-accordion .accordion-button {
  font-weight: 700;
  color: #2f2a27;
  background: #fff;
  padding: 14px 16px;
  border: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.faq-page .faq-accordion .accordion-button:not(.collapsed) {
  color: #2f2a27;
  background: #f7ecde;
}

.faq-page .faq-accordion .accordion-button:focus-visible {
  box-shadow: 0 0 0 2px rgba(240,162,58,0.35);
}

.faq-page .faq-accordion .accordion-button::after {
  filter: grayscale(1) opacity(0.7);
}

.faq-page .faq-accordion .accordion-body {
  background: #fff;
  color: #4f4542;
  font-weight: 500;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-radius: 0 0 14px 14px;
}

/* Debug helper */
@media (max-width: 900px) {
  body.debug-breakpoints * {
    outline: 1px dashed rgba(255, 0, 0, 0.25);
  }
}

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

  .hero-card {
    justify-self: stretch;
  }

  .topbar {
    flex-wrap: wrap;
    gap: 12px;
  }

  nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

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

  h1 {
    font-size: clamp(2.1rem, 6vw, 2.6rem);
  }

  .cta-row {
    flex-direction: column;
    gap: 10px;
  }

  .hero-card {
    max-width: none;
  }

  .topbar {
    flex-wrap: wrap;
    gap: 10px;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
  }

  .section {
    padding: 20px 18px;
  }

  .btn {
    padding: 12px 14px;
    font-size: 0.96rem;
    border-radius: 11px;
  }

  .card {
    padding: 14px 14px 16px;
  }

  .card .title-row {
    padding-left: 72px;
    min-height: 56px;
  }

  .mini-icon {
    width: 64px;
    height: 64px;
    top: -6px;
  }

  .mini-icon svg,
  .mini-icon img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 440px) {
  .topbar {
    align-items: flex-start;
  }

  nav {
    justify-content: flex-start;
    gap: 14px;
  }
}

/* FAQ static list */
.faq-section {
  max-width: 980px;
  margin: 0 auto 28px;
}

.faq-section h2 {
  margin-bottom: 18px;
  color: #2f2a27;
}

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

.faq-item {
  position: relative;
  background: linear-gradient(180deg, #fdf7ed 0%, #fbf1e2 100%);
  border-radius: 16px;
  padding: 16px 18px 16px 26px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform 120ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.faq-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bg-accent), #e38a1f);
  box-shadow: 0 0 0 4px rgba(240,162,58,0.16);
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.08);
}

.faq-q {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #2f2a27;
  letter-spacing: 0.01em;
}

.faq-a {
  margin: 0;
  color: #4f4542;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 640px) {
  .faq-section {
    margin: 0 auto 22px;
  }

  .faq-item {
    padding: 14px 14px;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.07);
  }

  .faq-q {
    font-size: 1.04rem;
    margin-bottom: 6px;
  }

  .faq-item::before {
    top: 18px;
  }
}
