:root {
  --bg: #f6f6f8;
  --surface: #ffffff;
  --surface-soft: #f1f1f4;
  --surface-dark: #111114;
  --line: #e3e3e8;
  --line-strong: #cacad2;
  --text: #131317;
  --muted: #64646d;
  --primary: #d62027;
  --primary-2: #ef4444;
  --primary-dark: #b10f17;
  --max: 1160px;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 16px 36px rgba(17, 17, 20, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(60rem 28rem at 92% -8%, rgba(214, 32, 39, 0.13), transparent 62%),
    radial-gradient(40rem 24rem at -8% 16%, rgba(177, 15, 23, 0.1), transparent 58%),
    var(--bg);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(10px);
  background: rgba(246, 246, 248, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand span {
  color: var(--primary);
}

.nav-links {
  display: flex;
  gap: 1.1rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3a3a42;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--primary);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: #202028;
  border-radius: 10px;
  padding: 0.42rem 0.66rem;
}

.header-cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.64rem 1rem;
  background: linear-gradient(145deg, var(--primary-2), var(--primary));
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(214, 32, 39, 0.27);
}

.hero {
  padding: 5rem 0 3.2rem;
}

.hero-full {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 82vh, 740px);
  padding: 0;
  color: #fff;
  background: #0f1014;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(12%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 10, 0.94) 0%, rgba(6, 6, 10, 0.82) 36%, rgba(6, 6, 10, 0.48) 68%, rgba(6, 6, 10, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 8, 11, 0.3) 0%, rgba(8, 8, 11, 0.64) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: clamp(520px, 82vh, 740px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-stage {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero-stage > .eyebrow,
.hero-stage > h1,
.hero-stage > .lead,
.hero-stage > .hero-actions {
  margin-left: 0;
  padding-left: 0;
  align-self: flex-start;
}

.hero-full .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.hero-full h1 {
  margin: 0.6rem 0 0;
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero-full h1 em {
  color: #ff6e73;
}

.hero-full .lead {
  color: rgba(255, 255, 255, 0.82);
  margin: 1.05rem 0 1.35rem;
  max-width: 60ch;
}

.hero-value-props {
  margin: 0 0 1.2rem;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 64ch;
}

.hero-value-props li {
  margin: 0.28rem 0;
}

.hero-local-note {
  margin: 0.95rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

.hero-full .hero-actions {
  justify-content: flex-start;
}

.hero-full .btn {
  border-radius: 6px;
  min-width: 188px;
}

.hero-full .btn-outline {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero-full .btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-split {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: auto;
  margin-bottom: -2.2rem;
}

.hero-split-card {
  background: rgba(16, 16, 20, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-top: 4px solid var(--primary);
  border-radius: 12px;
  padding: 0.86rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.hero-split-card h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #fff;
}

.hero-split-card p {
  margin: 0.38rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.85rem;
}

.hero-split-card .inline-link {
  color: #ff8f93;
}

.trust-band {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  padding: 3.25rem 0 1.35rem;
}

.trust-band-inner p {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.trust-list {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.trust-list span {
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
}

.after-hero {
  padding: 3.2rem 0;
  background: linear-gradient(180deg, #121318 0%, #0f1014 100%);
  border-top: 1px solid #272932;
  border-bottom: 1px solid #272932;
  color: #fff;
}

.after-hero .section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.after-hero .section-head h2 {
  color: #fff;
}

.services-showcase {
  background: #111216;
  color: #fff;
  padding: 2rem 0 2.8rem;
}

.services-head {
  text-align: center;
  margin-bottom: 1.35rem;
}

.services-kicker {
  margin: 0;
  color: #ff767b;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.services-head h2 {
  margin: 0.42rem 0 0;
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-size: clamp(1.4rem, 3.1vw, 2.2rem);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

.services-intro {
  margin: 0.82rem auto 0;
  max-width: 76ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.services-intro a {
  color: #ff8f93;
  text-decoration: none;
}

.services-intro a:hover {
  color: #ffd1d3;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.service-media-card {
  background: #17181d;
  border: 1px solid #2a2c33;
  border-radius: 0;
  overflow: hidden;
  display: grid;
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  will-change: transform;
}

.service-media-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 62%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  pointer-events: none;
  transition: transform 0.7s ease;
}

.service-media-card img,
.service-media-card video {
  width: 100%;
  aspect-ratio: auto;
  height: clamp(150px, 16vw, 220px);
  object-fit: cover;
  display: block;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.service-media-card:hover img,
.service-media-card:hover video {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.03);
}

.service-card-video {
  transform: scale(1.12);
  transform-origin: center;
  object-position: 44% 40%;
}

.service-media-card:hover .service-card-video {
  transform: scale(1.18);
}

.service-media-card:hover {
  transform: translateY(-5px);
  border-color: #3b3f49;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.33);
}

.service-media-card:hover::after {
  transform: translateX(270%);
}

.service-media-copy {
  border-top: 3px solid var(--primary);
  padding: 0.9rem 0.85rem 0.95rem;
  background: #14151a;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.42rem;
  transition: background-color 0.22s ease;
}

.service-media-card:hover .service-media-copy {
  background: #181a20;
}

.service-media-copy h3 {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.service-media-copy p {
  margin: 0;
  color: #a8abb4;
  font-size: 0.71rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-media-card .inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-top: auto;
}

.service-media-card .inline-link::after {
  content: ">";
  transition: transform 0.2s ease;
}

.service-media-card:hover .inline-link::after {
  transform: translateX(3px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.2rem;
  align-items: stretch;
}

.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #595962;
}

.hero h1 {
  margin: 0.55rem 0 0;
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-size: clamp(2.05rem, 5vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero h1 em {
  color: var(--primary);
  font-style: normal;
}

.hero .lead {
  color: var(--muted);
  max-width: 60ch;
  margin: 1rem 0 1.4rem;
}

.hero-actions,
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-tags,
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.hero-tags span,
.badges span {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.3rem 0.68rem;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4f4f57;
}

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.78rem 1.18rem;
  font-size: 0.69rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(145deg, var(--primary-2), var(--primary));
  color: #fff;
  box-shadow: 0 12px 26px rgba(214, 32, 39, 0.26);
}

.btn-outline {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: #222228;
}

.btn-outline:hover {
  border-color: #b7b7bf;
}

.btn-small {
  padding: 0.62rem 0.92rem;
  font-size: 0.63rem;
}

.hero-card {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.hero-card .pad {
  padding: 1rem;
}

.quick-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.quick-metrics div {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface-soft);
  padding: 0.56rem;
}

.quick-metrics strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1;
}

.quick-metrics span {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f5f67;
}

.section {
  padding: 3.7rem 0;
}

.section.alt {
  background: linear-gradient(180deg, #f0f0f3 0%, #f6f6f8 100%);
  border-block: 1px solid var(--line);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.section h2,
.article h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-size: clamp(1.45rem, 3.1vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.section .section-intro {
  margin: 0;
  color: var(--muted);
  max-width: 66ch;
}

.cards {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(16, 16, 20, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
}

.card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  line-height: 1.2;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.card a.inline-link,
.inline-link {
  display: inline-block;
  margin-top: 0.7rem;
  text-decoration: none;
  color: var(--primary);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.inline-link:hover {
  text-decoration: underline;
}

.service-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.filter-btn {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  color: #2e2e36;
  padding: 0.48rem 0.82rem;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.filter-btn.is-active,
.filter-btn:hover {
  color: #fff;
  background: linear-gradient(145deg, var(--primary-2), var(--primary));
  border-color: transparent;
}

.service-card.is-hidden {
  display: none;
}

.service-pill {
  display: inline-block;
  margin-bottom: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #66666f;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.flow-split {
  align-items: start;
  gap: 1.1rem;
}

.mode-switch {
  border: 1px solid #2d3039;
  border-radius: var(--radius-sm);
  background: #171920;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.mode-controls {
  display: inline-flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.mode-button {
  border: 1px solid #343844;
  border-radius: 999px;
  background: #101217;
  color: #d7d9df;
  padding: 0.48rem 0.78rem;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.mode-button.is-active {
  background: linear-gradient(145deg, var(--primary-2), var(--primary));
  color: #fff;
  border-color: transparent;
}

.mode-panels {
  margin-top: 0.85rem;
}

.mode-panel {
  display: none;
  border: 1px solid #2d3039;
  border-radius: 10px;
  background: #101217;
  padding: 0.85rem;
}

.mode-panel.is-active {
  display: block;
}

.mode-panel h3 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.mode-panel p {
  margin: 0.42rem 0 0;
  color: #b3b6be;
}

.mode-list {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
}

.mode-list li {
  margin-bottom: 0.36rem;
  color: #c3c7d0;
}

.process-list {
  display: grid;
  gap: 0.65rem;
}

.process-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.65rem;
  border: 1px solid #2d3039;
  border-radius: 12px;
  background: #171920;
  padding: 0.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, var(--primary-2), var(--primary-dark));
}

.process-step strong {
  display: block;
  font-size: 0.94rem;
  color: #fff;
}

.process-step p {
  margin: 0.2rem 0 0;
  color: #b5b8c0;
  font-size: 0.88rem;
}

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

.stat {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem;
  background: #fff;
}

.stat strong {
  display: block;
  font-size: 1.25rem;
}

.stat span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.insight-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 1rem;
}

.insight-card h3 {
  margin: 0.3rem 0 0.45rem;
  font-size: 1rem;
  line-height: 1.2;
}

.insight-card p {
  margin: 0;
  color: var(--muted);
}

.list {
  margin: 0.5rem 0;
  padding-left: 1.05rem;
}

.list li {
  margin-bottom: 0.5rem;
}

.list-tight {
  padding-left: 1rem;
  margin: 0.5rem 0 0;
}

.list-tight li {
  margin-bottom: 0.35rem;
  color: #55555e;
}

.contact-box {
  border: 1px solid #2d3039;
  border-radius: var(--radius-sm);
  background: #171920;
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.contact-box p {
  color: #b3b6be;
}

.cta-strip {
  margin-top: 1rem;
  border-radius: 12px;
  border: 1px solid #f3c3c5;
  background: #fff5f5;
  padding: 0.9rem;
}

.cta-strip p {
  margin: 0 0 0.5rem;
  color: #5b4042;
}

.faq-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 0.82rem 2.35rem 0.82rem 0.85rem;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2d2d35;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.05rem;
  color: #8f8f96;
}

.faq-item[open] summary::after {
  content: "-";
  color: var(--primary);
}

.faq-content {
  padding: 0 0.85rem 0.85rem;
}

.faq-content p {
  margin: 0;
  color: var(--muted);
}

.faq-band {
  background: linear-gradient(180deg, #111217 0%, #0d0e12 100%);
  border-block: 1px solid #272932;
  color: #fff;
}

.faq-band .section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.faq-band .faq-item {
  border: 1px solid #2e323b;
  background: #171920;
}

.faq-band .faq-item summary {
  color: #f1f2f5;
}

.faq-band .faq-item summary::after {
  color: #a7acb8;
}

.faq-band .faq-content p {
  color: #b5b9c2;
}

.faq-band .contact-box a:not(.btn) {
  color: #ff8f93;
}

.section-kicker {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #ff8a8f;
}

.section-head-feature {
  align-items: flex-start;
}

.section-head-feature h2 {
  color: #fff;
}

.section-head-feature .section-intro {
  max-width: 54ch;
}

.bespoke-zone {
  position: relative;
  overflow: hidden;
}

.bespoke-zone::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -100px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(214, 32, 39, 0.3), rgba(214, 32, 39, 0));
  pointer-events: none;
}

.mode-switch-premium {
  position: relative;
  isolation: isolate;
  border-radius: 18px;
  border: 1px solid #343844;
  background: linear-gradient(155deg, #191b23 0%, #12141a 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.38);
}

.mode-switch-premium::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.mode-switch-premium::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 42%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
  animation: panel-sweep 6.8s ease-in-out infinite;
}

.mode-switch-premium .mode-controls {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  border: 1px solid #2c303a;
  border-radius: 12px;
  padding: 0.34rem;
  background: #0f1117;
}

.mode-switch-premium .mode-button {
  border-radius: 9px;
  border: 1px solid transparent;
  background: transparent;
  color: #b4b7c0;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mode-switch-premium .mode-button:hover {
  transform: translateY(-1px);
  color: #f2f2f5;
  background: rgba(255, 255, 255, 0.05);
}

.mode-switch-premium .mode-button.is-active {
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 22px rgba(214, 32, 39, 0.32);
}

.mode-switch-premium .mode-panel {
  margin-top: 0.8rem;
  border-radius: 14px;
  border: 1px solid #303541;
  background: linear-gradient(160deg, #11131a 0%, #0d0f14 100%);
  padding: 0.95rem;
  position: relative;
  overflow: hidden;
}

.mode-switch-premium .mode-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #ff8a8f);
}

.mode-switch-premium .mode-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.65rem;
  display: grid;
  gap: 0.4rem;
}

.mode-switch-premium .mode-list li {
  position: relative;
  padding-left: 1.1rem;
}

.mode-switch-premium .mode-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.44rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a8f, var(--primary));
  box-shadow: 0 0 0 4px rgba(214, 32, 39, 0.16);
}

.process-track {
  position: relative;
  gap: 0.85rem;
}

.process-track::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0.9rem;
  bottom: 0.9rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 138, 143, 0.55), rgba(255, 138, 143, 0.08));
}

.process-track .process-step {
  position: relative;
  border-radius: 14px;
  border-color: #333741;
  background: linear-gradient(148deg, #191b23 0%, #12141a 100%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.process-track .process-step:hover {
  transform: translateX(4px);
  border-color: #464c5a;
}

.process-track .step-number {
  border-radius: 9px;
  transform: rotate(-4deg);
  box-shadow: 0 10px 20px rgba(214, 32, 39, 0.28);
}

.process-track .process-step:nth-child(2) .step-number {
  transform: rotate(3deg);
}

.process-track .process-step:nth-child(3) .step-number {
  transform: rotate(-2deg);
}

.faq-band-premium {
  position: relative;
  overflow: hidden;
}

.faq-band-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.24;
  pointer-events: none;
}

.faq-layout {
  align-items: start;
  position: relative;
  z-index: 1;
}

.faq-list-premium {
  gap: 0.72rem;
  margin-top: 0;
}

.faq-list-premium .faq-item {
  border-radius: 14px;
  border: 1px solid #333845;
  background: linear-gradient(150deg, #1a1d25 0%, #13161d 100%);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.faq-list-premium .faq-item:hover {
  transform: translateY(-2px);
  border-color: #495063;
}

.faq-list-premium .faq-item summary {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.93rem;
  font-weight: 700;
  padding: 0.96rem 3rem 0.96rem 0.95rem;
}

.faq-list-premium .faq-item summary::after {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: #c8cedb;
}

.faq-list-premium .faq-item[open] summary::after {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
}

.faq-list-premium .faq-content {
  padding: 0 0.95rem 0.95rem;
}

.faq-list-premium .faq-content p {
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  padding-top: 0.7rem;
}

.contact-box-premium {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 1.1rem;
  border: 1px solid #343946;
  background: radial-gradient(120% 140% at 100% 0%, rgba(214, 32, 39, 0.14), rgba(214, 32, 39, 0) 52%), #161920;
}

.contact-box-premium::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(255, 138, 143, 0.36), rgba(255, 138, 143, 0));
  pointer-events: none;
}

.contact-kicker {
  margin: 0 0 0.34rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #ff8e93;
}

.contact-title {
  margin: 0;
}

.list-contact {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0;
  display: grid;
  gap: 0.48rem;
}

.list-contact li {
  margin: 0;
  position: relative;
  padding: 0.52rem 0.62rem 0.52rem 1.9rem;
  border: 1px solid #313643;
  border-radius: 10px;
  background: rgba(12, 14, 20, 0.55);
}

.list-contact li::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 0.79rem;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #ff8a8f;
  transform: rotate(45deg);
}

.call-now-btn {
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
}

@keyframes panel-sweep {
  0% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(430%);
  }
  100% {
    transform: translateX(430%);
  }
}

@media (min-width: 1021px) {
  .contact-box-premium {
    position: sticky;
    top: 94px;
  }
}

.location-band {
  background: linear-gradient(180deg, #121318 0%, #0e0f13 100%);
  border-top: 1px solid #272932;
  border-bottom: 1px solid #272932;
  color: #fff;
}

.location-band-feature {
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
}

.location-feature-card {
  border-radius: 2.8rem;
  overflow: hidden;
  background: #0f1722;
  border: 1px solid #2e3442;
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.location-feature-copy {
  padding: clamp(1.5rem, 3.8vw, 3.3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-feature-kicker {
  margin: 0 0 0.55rem;
  color: #ff8d92;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.location-feature-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.location-feature-copy p {
  margin: 0.78rem 0 0;
  color: #b5bcc8;
  font-size: 1.02rem;
  line-height: 1.65;
}

.location-feature-cta {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(145deg, var(--primary-2), var(--primary));
  color: #fff;
  text-decoration: none;
  padding: 0.95rem 1.45rem;
  border-radius: 11px;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.location-feature-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(214, 32, 39, 0.36);
}

.location-feature-visual {
  position: relative;
  min-height: 400px;
}

.location-feature-map {
  position: absolute;
  inset: 0;
  background: #121823;
}

.location-feature-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(1) saturate(0.85) contrast(0.95) brightness(0.75);
  opacity: 0.82;
}

.location-feature-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 420px);
  background: rgba(255, 255, 255, 0.95);
  color: #0f1722;
  border-radius: 16px;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.34);
  padding: 0.78rem 0.95rem;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.location-feature-pin {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--primary-2), var(--primary));
  color: #fff;
  font-size: 0.86rem;
  line-height: 1;
}

.location-feature-badge-title {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.1;
  font-weight: 800;
}

.location-feature-badge-sub {
  margin: 0.08rem 0 0;
  font-size: 0.74rem;
  opacity: 0.7;
}

.location-feature-rating {
  border-left: 1px solid rgba(15, 23, 34, 0.16);
  padding-left: 0.68rem;
  text-align: center;
}

.location-feature-rating strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
}

.location-feature-rating span {
  display: block;
  margin-top: 0.14rem;
  color: #f59e0b;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

@media (min-width: 1021px) {
  .location-feature-card {
    flex-direction: row;
  }

  .location-feature-copy,
  .location-feature-visual {
    width: 50%;
  }
}

article.article {
  width: min(920px, calc(100% - 2rem));
  margin: 2.4rem auto;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  padding: clamp(1rem, 3.2vw, 2rem);
  box-shadow: var(--shadow);
}

.article h1 {
  margin: 0.3rem 0 0.75rem;
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.9rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.article h2 {
  margin-top: 1.9rem;
}

.article h3 {
  margin-top: 1.3rem;
  font-size: 1.05rem;
}

.article p,
.article li {
  color: #4f4f57;
}

.article a {
  color: var(--primary);
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #777781;
}

.kicker {
  margin: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}

.callout {
  border-left: 4px solid var(--primary);
  background: #fff1f1;
  border-radius: 8px;
  padding: 0.85rem 0.95rem;
  margin: 0.95rem 0;
}

.h2-template {
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.blog-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.blog-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.95rem;
}

.blog-item h3 {
  margin: 0.22rem 0 0.45rem;
  line-height: 1.2;
}

.footer {
  margin-top: 0;
  padding: 2rem 0;
  background: var(--surface-dark);
  color: #efeff3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1rem;
}

.footer h4 {
  margin: 0 0 0.65rem;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #ffffff;
}

.footer p,
.footer li,
.footer a {
  color: #b9b9c2;
}

.footer a {
  text-decoration: none;
}

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

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.note {
  margin-top: 0.72rem;
  font-size: 0.79rem;
  color: #a4a4ad;
}


.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1020px) {
  .hero-grid,
  .grid-2,
  .footer-grid,
  .insight-grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .location-feature-badge {
    grid-template-columns: 40px 1fr;
    row-gap: 0.5rem;
  }

  .location-feature-rating {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 34, 0.16);
    padding-left: 0;
    padding-top: 0.42rem;
    text-align: left;
  }

  .location-feature-visual {
    min-height: 320px;
  }

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

  .hero-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
    margin-top: 1rem;
  }

  .hero-inner {
    min-height: auto;
    padding-bottom: 1.1rem;
  }

  .trust-band {
    padding-top: 1.35rem;
  }

  .quick-metrics,
  .stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-card img {
    height: 250px;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(100% + 0.4rem);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    display: none;
  }

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

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 3.8rem;
  }

  .hero-full {
    min-height: clamp(560px, 80vh, 700px);
  }

  .hero-inner {
    min-height: clamp(560px, 80vh, 700px);
  }

  .hero-stage {
    padding-top: 3.2rem;
    padding-left: 0;
  }

  .hero-stage > .hero-actions {
    align-self: stretch;
  }

  .hero-full .hero-actions {
    width: 100%;
  }

  .hero-bg {
    transform: translateX(6%);
  }

  .hero-split {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .hero-split-card {
    padding: 0.75rem;
  }

  .section {
    padding: 3.1rem 0;
  }

  .services-showcase {
    padding: 1.45rem 0 1.9rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

  [data-mobile-swipe-gallery] {
    display: flex !important;
    overflow-x: auto;
    gap: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  [data-mobile-swipe-gallery]::-webkit-scrollbar {
    display: none;
  }

  [data-mobile-swipe-slide] {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }

  .hero-whatsapp-btn {
    display: none;
  }

  .home-services-btn {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }

  .location-feature-cta {
    display: flex;
    width: 100%;
  }

  .service-media-card img,
  .service-media-card video {
    height: 188px;
  }

  .service-media-copy {
    min-height: 128px;
  }

  .quick-metrics,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .mode-controls,
  .service-filter {
    display: grid;
    grid-template-columns: 1fr;
  }

}
