@import url("../assets/css/dronikonia-signature.css");

:root {
  --white: #ffffff;
  --white-soft: #fafafa;
  --blue-50: #f4f4f5;
  --blue-100: #e4e4e7;
  --blue-200: #d4d4d8;
  --blue-500: #71717a;
  --blue-600: #52525b;
  --blue-700: #3f3f46;
  --blue-900: #18181b;
  --orange-50: #fff6ef;
  --orange-100: #ffe8d4;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --text: #18181b;
  --text-muted: #71717a;
  --glass-bg: rgba(255, 255, 255, 0.92);
  --glass-border: rgba(0, 0, 0, 0.06);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
  --radius: 20px;
  --radius-sm: 14px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --container: 1160px;
  --showcase-navy: #1e1e21;
  --showcase-navy-deep: #121214;
  --showcase-gray: #3f3f46;
  --showcase-gradient: linear-gradient(135deg, #121214 0%, #1e1e21 42%, #3f3f46 100%);
  --showcase-gradient-overlay: linear-gradient(
    90deg,
    rgba(18, 18, 20, 0.92) 0%,
    rgba(30, 30, 33, 0.58) 45%,
    rgba(63, 63, 70, 0.22) 100%
  );
  --showcase-border: rgba(255, 255, 255, 0.14);
  --showcase-text: rgba(255, 255, 255, 0.88);
  --showcase-text-muted: rgba(255, 255, 255, 0.65);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--blue-50);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

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

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

/* Background orbs */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.page-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.page-bg__orb--blue {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -80px;
  background: rgba(63, 63, 70, 0.12);
}

.page-bg__orb--orange {
  width: 400px;
  height: 400px;
  bottom: 10%;
  left: -100px;
  background: rgba(255, 247, 237, 0.8);
}

.page-bg__orb--white {
  width: 300px;
  height: 300px;
  top: 40%;
  left: 45%;
  background: rgba(255, 255, 255, 0.7);
}

/* Glass surfaces */
.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}

.glass-chip {
  background: #ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Pills */
.pill {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pill--blue {
  background: rgba(63, 63, 70, 0.1);
  color: var(--blue-700);
  border: 1px solid rgba(63, 63, 70, 0.18);
}

.pill--orange {
  background: rgba(249, 115, 22, 0.12);
  color: var(--orange-600);
  border: 1px solid rgba(249, 115, 22, 0.22);
}

.text-gradient {
  background: linear-gradient(135deg, var(--blue-600), var(--orange-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Buttons – glass style */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

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

.btn--primary {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow:
    0 8px 24px rgba(249, 115, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn--primary:hover {
  background: linear-gradient(135deg, var(--orange-600), var(--orange-500));
  box-shadow:
    0 12px 32px rgba(249, 115, 22, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn--glass {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--blue-700);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 6px 20px rgba(24, 24, 27, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.btn--glass:hover {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(63, 63, 70, 0.22);
  color: var(--blue-900);
}

.btn--small {
  padding: 0.65rem 1.1rem;
  font-size: 0.88rem;
}

/* Site head – full width anthracite gray */
.site-head {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  background: var(--showcase-gradient);
  box-shadow: 0 10px 40px rgba(18, 18, 20, 0.28);
}

.topbar {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid var(--showcase-border);
  background: transparent;
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
}

.topbar__link {
  color: #fff;
  font-weight: 600;
}

.topbar__link:hover {
  color: var(--orange-400);
}

.topbar__hours {
  color: var(--showcase-text-muted);
}

.header {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  border: none;
  box-shadow: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 148px;
  padding: 0 1.25rem;
}

.site-head .logo__tagline {
  color: var(--showcase-text-muted);
}

.site-head .nav a:not(.btn) {
  color: var(--showcase-text-muted);
}

.site-head .nav a:not(.btn):hover,
.site-head .nav a:not(.btn).is-active {
  color: #fff;
}

.site-head .nav a:not(.btn).is-active {
  font-weight: 600;
}

.site-head .nav-toggle {
  border-color: var(--showcase-border);
  background: rgba(255, 255, 255, 0.08);
}

.site-head .nav-toggle span {
  background: #fff;
}

/* Anthracite panels */
.panel-showcase {
  background: var(--showcase-gradient);
  border: 1px solid var(--showcase-border);
  box-shadow: 0 16px 48px rgba(10, 10, 12, 0.22);
  color: #fff;
}

.panel-showcase h1,
.panel-showcase h2,
.panel-showcase h3,
.panel-showcase strong {
  color: #fff;
}

.panel-showcase p,
.panel-showcase li {
  color: var(--showcase-text);
}

.panel-showcase a:not(.btn) {
  color: #fff;
}

.panel-showcase a:not(.btn):hover {
  color: var(--orange-400);
}

.panel-showcase .pill--blue,
.panel-showcase .pill--orange {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid var(--showcase-border);
}

.panel-showcase .btn--glass {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--showcase-border);
  color: #fff;
}

.panel-showcase .btn--glass:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.panel-showcase .btn--primary {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
}

.panel-showcase .footer__heading {
  color: var(--orange-400);
}

.panel-showcase .footer__col a,
.panel-showcase .footer__brand p {
  color: var(--showcase-text-muted);
}

.panel-showcase .footer__col a:hover {
  color: #fff;
}

.panel-showcase .footer__title {
  color: #fff;
}

.panel-showcase .footer__bottom {
  border-top-color: var(--showcase-border);
  color: var(--showcase-text-muted);
}

.panel-showcase .footer__hours {
  color: var(--showcase-text-muted);
}

/* SEO – görünmez anahtar kelimeler (yalnızca index) */
.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header – legacy cleanup below */

.logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.logo__tagline {
  display: none;
  max-width: 14ch;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--blue-700);
}

@media (min-width: 1100px) {
  .logo__tagline {
    display: block;
  }
}

.logo__frame {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.logo__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 62%
  );
  transform: translateX(-130%);
  animation: logoShine 5s ease-in-out infinite;
  pointer-events: none;
}

.logo__img {
  display: block;
  height: 72px;
  width: auto;
  max-width: min(320px, 68vw);
  object-fit: contain;
  object-position: left center;
}

@keyframes logoShine {
  0%, 70%, 100% {
    transform: translateX(-130%);
  }
  85% {
    transform: translateX(130%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-slider__slide img {
    transform: none !important;
    transition: none;
  }

  .showcase-slider__content {
    transition: none;
  }

  .showcase-slider__progress-fill.is-animating {
    animation: none;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo__shine {
    animation: none !important;
  }
}

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

.nav a:not(.btn) {
  color: var(--text-muted);
  font-size: 0.93rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav a:not(.btn):hover,
.nav a:not(.btn).is-active {
  color: var(--blue-600);
}

.nav a:not(.btn).is-active {
  font-weight: 600;
}

.nav a.btn.is-active {
  box-shadow:
    0 8px 24px rgba(24, 24, 27, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--blue-700);
  border-radius: 2px;
}

/* Hero */
.hero {
  padding: 2.5rem 0 4rem;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.hero h1 {
  margin: 0 0 1.1rem;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--blue-900);
  max-width: 14ch;
}

.hero__lead {
  max-width: 52ch;
  margin: 0 0 1.75rem;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.hero__badges a {
  color: inherit;
}

.hero__badges a:hover {
  color: var(--orange-600);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__badges li {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--blue-700);
}

.hero__panel {
  padding: 1.75rem;
  border-radius: calc(var(--radius) + 4px);
}

.hero__logo {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto 1.25rem;
  object-fit: contain;
}

.hero__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.hero__panel-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-600);
}

.hero__panel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.2);
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.hero__panel-quote {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.stat {
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  text-align: center;
}

.stat strong {
  display: block;
  font-size: 0.88rem;
  color: var(--blue-700);
  margin-bottom: 0.15rem;
}

.stat span {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section--alt {
  background: linear-gradient(
    180deg,
    rgba(24, 24, 27, 0.04) 0%,
    rgba(63, 63, 70, 0.05) 50%,
    rgba(24, 24, 27, 0.03) 100%
  );
  border-block: 1px solid rgba(24, 24, 27, 0.06);
}

.section--contact {
  padding-bottom: 5rem;
}

.section__head {
  max-width: 620px;
  margin-bottom: 2.5rem;
}

.section__head--center {
  margin-inline: auto;
  text-align: center;
}

.section__head--center p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.02rem;
  max-width: 56ch;
  margin-inline: auto;
}

.section__head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  letter-spacing: -0.02em;
  color: var(--blue-900);
}

.section__head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.grid {
  display: grid;
  gap: 1.25rem;
}

.services {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  padding: 1.6rem;
  border-radius: var(--radius);
  transition: transform 0.25s, box-shadow 0.25s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 16px 40px rgba(24, 24, 27, 0.1),
    0 4px 12px rgba(249, 115, 22, 0.06);
}

.card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 1rem;
}

.card__icon--blue {
  background: rgba(63, 63, 70, 0.1);
  color: var(--blue-600);
  border: 1px solid rgba(63, 63, 70, 0.16);
}

.card__icon--orange {
  background: rgba(249, 115, 22, 0.12);
  color: var(--orange-600);
  border: 1px solid rgba(249, 115, 22, 0.2);
}

.card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  color: var(--blue-900);
}

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

.features {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.feature {
  padding: 1.75rem;
  border-radius: var(--radius);
  transition: transform 0.25s;
}

.feature:hover {
  transform: translateY(-4px);
}

.feature__num {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--orange-500);
}

.feature h3 {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
  color: var(--blue-900);
}

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

.cta-band.panel-showcase,
.quick-contact.panel-showcase {
  background: var(--showcase-gradient);
}

.cta-band.panel-showcase h2,
.quick-contact.panel-showcase h2 {
  color: #fff;
}

.cta-band.panel-showcase p,
.quick-contact.panel-showcase p {
  color: var(--showcase-text);
}

.quick-contact.panel-showcase a:not(.btn) {
  color: #fff;
}

.page-hero__inner.panel-showcase {
  background:
    linear-gradient(125deg, #0f1012 0%, #1a1b1f 42%, #2d2f35 100%);
  border: 1px solid var(--showcase-border);
  border-radius: calc(var(--radius) + 12px);
  box-shadow:
    0 28px 70px rgba(8, 8, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.page-hero__inner.panel-showcase h1 {
  color: #fff;
}

.page-hero__inner.panel-showcase p {
  color: var(--showcase-text);
}

.page-hero__inner.panel-showcase strong {
  color: #fff;
  font-weight: 600;
}

.page-hero__inner.panel-showcase .pill--blue,
.page-hero__inner.panel-showcase .pill--orange {
  background: rgba(255, 255, 255, 0.08);
  color: var(--orange-400);
  border-color: rgba(255, 255, 255, 0.18);
  letter-spacing: 0.1em;
}

/* CTA */
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.25rem 2rem;
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92),
    rgba(244, 244, 245, 0.88)
  );
}

.cta-band h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--blue-900);
}

.cta-band p {
  margin: 0;
  color: var(--text-muted);
  max-width: 48ch;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.contact-info h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  color: var(--blue-900);
}

.contact-info__lead {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
}

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

.contact-list li {
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
}

.contact-list strong {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange-600);
}

.contact-list a {
  color: var(--blue-600);
  font-weight: 600;
  transition: color 0.2s;
}

.contact-list a:hover {
  color: var(--orange-600);
}

.contact-list span {
  color: var(--text-muted);
  font-size: 0.94rem;
}

/* Form */
.form-card {
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
}

.form-card h3 {
  margin: 0 0 0.4rem;
  color: var(--blue-900);
  font-size: 1.25rem;
}

.form-card > p {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.93rem;
}

.form {
  display: grid;
  gap: 1rem;
}

.form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  color: var(--text);
  font: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #94a3b8;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: rgba(63, 63, 70, 0.35);
  box-shadow: 0 0 0 3px rgba(63, 63, 70, 0.1);
}

.form-note {
  margin: 0;
  font-size: 0.88rem;
}

.container--narrow {
  max-width: 720px;
}

.appointment-section h2 {
  margin: 0.65rem 0 0.5rem;
  color: var(--blue-900);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.appointment-form-wrap > p,
.appointment-closed > p {
  color: var(--text-muted);
  line-height: 1.65;
}

.appointment-closed {
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
}

.appointment-closed__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.appointment-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.btn--whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.22);
}

.btn--whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.28);
}

.appointment-alt-actions {
  margin-top: 1rem;
  text-align: center;
}

.appointment-alt-actions__label {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.panel-showcase .appointment-alt-actions__label {
  color: rgba(255, 255, 255, 0.68);
}

.btn--call-direct {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, var(--orange-600), var(--orange-400));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 10px 24px rgba(249, 115, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn--call-direct:hover {
  color: #fff;
  background: linear-gradient(135deg, #c2410c, var(--orange-500));
  transform: translateY(-2px);
  box-shadow:
    0 14px 28px rgba(249, 115, 22, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.appointment-alt-contact {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.appointment-alt-contact a {
  color: var(--blue-900);
  font-weight: 600;
}

.form-note.success {
  color: #16a34a;
}

/* Footer */
.footer {
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 2rem 0 0;
  background: transparent;
  border-top: none;
}

.footer.panel-showcase {
  background: var(--showcase-gradient);
  border: none;
  border-top: none;
  box-shadow: none;
  color: #fff;
}

.footer.panel-showcase .footer__title {
  color: #fff;
}

.footer.panel-showcase .footer__brand p,
.footer.panel-showcase .footer__col a,
.footer.panel-showcase .footer__hours,
.footer.panel-showcase .footer__hours li {
  color: var(--showcase-text-muted);
}

.footer.panel-showcase .footer__col a:hover {
  color: #fff;
}

.footer.panel-showcase .footer__heading {
  color: var(--orange-400);
}

.footer.panel-showcase .footer__bottom,
.footer.panel-showcase .footer__bottom p {
  border-top-color: var(--showcase-border);
  color: var(--showcase-text-muted);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 1.5rem;
  padding: 0 1.25rem 1.25rem;
}

.footer__logo-link {
  display: inline-block;
  margin-bottom: 0.85rem;
  text-decoration: none;
  line-height: 0;
}

.footer__logo {
  display: block;
  width: min(200px, 100%);
  height: auto;
  margin-bottom: 0;
}

.footer__title {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: var(--blue-900);
}

.footer__brand p {
  margin: 0 0 0.5rem;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.footer__address {
  margin-top: 0.75rem !important;
}

.footer__heading {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange-600);
}

.footer__col {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

.footer__col a {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.footer__col a:hover {
  color: var(--blue-600);
}

.footer__hours {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer__bottom {
  padding: 0.9rem 1.25rem 1.1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.footer__links a:not(.btn):hover {
  color: var(--blue-600);
}

/* FAB */
.fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
}

.fab--whatsapp {
  bottom: 5.5rem;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s;
}

.fab--whatsapp:hover {
  transform: scale(1.05);
}

/* Mobile bottom action bar */
.mobile-action-bar {
  display: none;
}

.mobile-action-bar__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 58px;
  padding: 0.45rem 0.35rem;
  border-radius: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.mobile-action-bar__btn:active {
  transform: scale(0.97);
}

.mobile-action-bar__btn--call {
  background: linear-gradient(180deg, #fb923c, #ea580c);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.35);
}

.mobile-action-bar__btn--whatsapp {
  background: linear-gradient(180deg, #2ee06a, #25d366);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.32);
}

.mobile-action-bar__btn--map {
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Full-width showcase slider */
.showcase-slider {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.showcase-slider__stage {
  position: relative;
  width: 100%;
  height: clamp(340px, 72vh, 720px);
  overflow: hidden;
  background: var(--showcase-navy-deep);
}

.showcase-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.showcase-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.showcase-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.showcase-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.08);
  transition: transform 7s ease-out;
}

.showcase-slider__slide.is-active img {
  transform: scale(1);
}

.showcase-slider__overlay {
  display: none;
}

.showcase-slider__content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: clamp(4.5rem, 12vh, 7rem);
  width: auto;
  max-width: 40rem;
  margin-inline: auto;
  z-index: 2;
  padding: clamp(1.15rem, 2.8vw, 1.65rem) clamp(1.25rem, 3.2vw, 1.85rem);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(18, 18, 20, 0.19) 0%, rgba(30, 30, 34, 0.14) 100%);
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #fff;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s;
}

.showcase-slider__slide.is-active .showcase-slider__content {
  opacity: 1;
  transform: translateY(0);
}

.showcase-slider__year {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(251, 146, 60, 0.16);
  color: #ffedd5;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-slider__content h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.showcase-slider__content p {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.showcase-slider__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 0 1.25rem;
}

.showcase-slider__controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.showcase-slider__counter {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.showcase-slider__counter-sep {
  opacity: 0.5;
  margin: 0 0.15rem;
}

.showcase-slider__progress {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.showcase-slider__progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange-400), #fff);
}

.showcase-slider__progress-fill.is-animating {
  animation: sliderProgress var(--slider-duration, 5.5s) linear forwards;
}

@keyframes sliderProgress {
  from { width: 0%; }
  to { width: 100%; }
}

.showcase-slider__nav {
  display: flex;
  gap: 0.5rem;
}

.showcase-slider__btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.showcase-slider__btn:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .showcase-slider__stage {
    height: clamp(300px, 58vh, 480px);
  }

  .showcase-slider__content {
    bottom: 4.25rem;
  }

  .showcase-slider__content p {
    font-size: 0.88rem;
  }

  .showcase-slider__controls {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }

  .showcase-slider__progress {
    grid-column: 1 / -1;
    order: 3;
  }

  .showcase-slider__counter {
    order: 1;
  }

  .showcase-slider__nav {
    order: 2;
    justify-self: end;
  }
}

/* Subpage hero */
.page-hero {
  position: relative;
  padding: 1.25rem 0 2.5rem;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: min(100%, 1400px);
  height: 100%;
  background: radial-gradient(ellipse 80% 60% at 70% 0%, rgba(249, 115, 22, 0.07), transparent 65%);
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.75rem, 4vw, 3.5rem);
  border-radius: calc(var(--radius) + 12px);
  text-align: left;
  max-width: none;
  margin-inline: auto;
}

.page-hero__inner::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -8%;
  width: min(480px, 55vw);
  height: min(480px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.22) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.page-hero__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.page-hero__inner .pill {
  margin-bottom: 1.15rem;
}

.page-hero__inner h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.8vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--blue-900);
  max-width: 22ch;
}

.page-hero__inner h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), rgba(249, 115, 22, 0.15));
}

.page-hero__inner p {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.75;
  max-width: 52ch;
}

.page-hero__mark {
  position: absolute;
  right: clamp(1rem, 4vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  text-align: right;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
  pointer-events: none;
}

.page-hero__mark span {
  display: block;
  width: 48px;
  height: 2px;
  margin-left: auto;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--orange-500));
}

@media (max-width: 900px) {
  .page-hero__mark {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding: 0.75rem 0 2rem;
  }

  .page-hero__inner {
    text-align: center;
    padding: 2.25rem 1.5rem;
  }

  .page-hero__content {
    margin-inline: auto;
  }

  .page-hero__inner h1 {
    max-width: none;
    margin-inline: auto;
  }

  .page-hero__inner h1::after {
    margin-inline: auto;
  }

  .page-hero__inner p {
    margin-inline: auto;
  }
}

/* Section variants */
.section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: none;
}

.section__head--row h2 {
  margin-top: 0;
}

.services--preview {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.quick-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
}

.quick-contact h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--blue-900);
}

.quick-contact p {
  margin: 0;
  color: var(--text-muted);
}

.quick-contact a {
  color: var(--blue-600);
  font-weight: 600;
}

.quick-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--blue-700);
}

.about-intro {
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
  max-width: 820px;
  margin-inline: auto;
}

.about-intro h2 {
  margin: 0 0 0.75rem;
  color: var(--blue-900);
}

.about-intro p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.highlights {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.highlight {
  padding: 1.5rem;
  border-radius: var(--radius);
}

.highlight strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--blue-700);
  font-size: 1.05rem;
}

.highlight p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
}

/* Contact page */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 1.5rem;
  align-items: start;
}

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

.contact-card {
  padding: 1.4rem;
  border-radius: var(--radius);
}

.contact-card__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-600);
}

.contact-card__value {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue-700);
}

.contact-card__value--text {
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text);
}

.contact-card__value em {
  font-style: normal;
  color: var(--text-muted);
  font-weight: 500;
}

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

.contact-sidebar {
  display: grid;
  gap: 1rem;
}

.map-card {
  padding: 1.5rem;
  border-radius: var(--radius);
}

.map-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--blue-900);
}

.map-card p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.93rem;
}

/* Appointment page */
.appointment-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: start;
}

.appointment-info {
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
}

.appointment-info h2 {
  margin: 0 0 1.25rem;
  color: var(--blue-900);
}

.steps {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
  color: var(--text-muted);
}

.steps li {
  margin-bottom: 0.65rem;
  line-height: 1.5;
}

.appointment-info__contact p {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.93rem;
}

.layout-error {
  padding: 1rem;
  text-align: center;
  color: var(--text-muted);
}

/* Responsive */
@media (max-width: 960px) {
  .hero__grid,
  .contact-grid,
  .contact-page-grid,
  .appointment-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: none;
  }

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

  .cta-band,
  .quick-contact,
  .section__head--row {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }

  body {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  .mobile-action-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
  }

  .fab {
    display: none !important;
  }

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

  .topbar__inner {
    font-size: 0.76rem;
    gap: 0.35rem 0.85rem;
  }

  .header {
    top: 0;
    margin-top: 0;
  }

  .header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    min-height: 108px;
    padding: 0.65rem 1rem;
  }

  .logo {
    grid-column: 2;
    justify-self: center;
    justify-content: center;
  }

  .logo__tagline {
    display: none !important;
  }

  .logo__frame {
    margin-inline: auto;
  }

  .logo__img {
    height: 52px;
    max-width: min(240px, 72vw);
    margin-inline: auto;
    object-position: center center;
  }

  .nav-toggle {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .site-head .nav {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    background: rgba(18, 18, 20, 0.97);
    backdrop-filter: blur(20px);
    border: 1px solid var(--showcase-border);
    box-shadow: 0 16px 48px rgba(12, 12, 14, 0.45);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s, opacity 0.25s;
  }

  .site-head .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-head .nav a:not(.btn) {
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--showcase-text-muted);
  }

  .site-head .nav a:not(.btn):hover,
  .site-head .nav a:not(.btn).is-active {
    color: #fff;
  }

  .site-head .nav .btn {
    margin-top: 0.5rem;
    width: 100%;
  }

  .hero {
    padding-top: 2rem;
  }

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

  .footer__links {
    justify-content: center;
  }
}

/* Rich content blocks */
.about-intro--wide {
  max-width: none;
}

.about-intro p + p {
  margin-top: 1rem;
}

.content-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.content-block {
  padding: 1.75rem;
  border-radius: var(--radius);
}

.content-block h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  color: var(--blue-900);
}

.content-block p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.content-list {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.content-list li {
  margin-bottom: 0.4rem;
}

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

.process-step {
  padding: 1.5rem;
  border-radius: var(--radius);
}

.process-step__num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.85rem;
  border-radius: 10px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--orange-600);
  font-size: 0.85rem;
  font-weight: 700;
}

.process-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  color: var(--blue-900);
}

.process-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-details {
  display: grid;
  gap: 1rem;
}

.service-detail {
  padding: 1.75rem;
  border-radius: var(--radius);
}

.service-detail h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--blue-900);
}

.service-detail p {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.service-detail ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.service-detail li {
  margin-bottom: 0.35rem;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
  max-width: 820px;
  margin-inline: auto;
}

.faq-item {
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius);
}

.faq-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--blue-900);
}

.faq-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.model-groups {
  display: grid;
  gap: 1.5rem;
}

.model-group__label {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
}

.model-list {
  margin: 0;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--blue-900);
}

@media (max-width: 768px) {
  .content-split {
    grid-template-columns: 1fr;
  }
}

/* BSR tuning page */
.bsr-logo-pad {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border-radius: 14px;
  background: #000;
  line-height: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.bsr-logo-pad--compact {
  padding: 0.45rem 0.75rem;
  border-radius: 10px;
}

.bsr-logo-pad img {
  display: block;
  height: clamp(40px, 6vw, 56px);
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.bsr-logo-pad--compact img {
  height: 28px;
  max-width: 96px;
}

.bsr-partner {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: calc(var(--radius) + 8px);
}

.bsr-partner__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

.bsr-partner__marks,
.bsr-link-card__marks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.bsr-partner__sweden,
.bsr-link-card__sweden {
  display: block;
  height: auto;
  max-width: 200px;
  width: 100%;
}

.bsr-link-card__sweden {
  max-width: 180px;
}

.bsr-link-card__note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}

.bsr-link-card__note a {
  color: var(--orange-400);
}

.bsr-partner__logo {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bsr-partner__logo:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.bsr-partner__logo img {
  height: clamp(40px, 6vw, 56px);
  max-width: 200px;
}

.bsr-partner__badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-400);
}

.bsr-partner__body p {
  margin: 0 0 1.1rem;
  color: var(--showcase-text);
  line-height: 1.7;
  font-size: 0.98rem;
  max-width: 62ch;
}

.bsr-partner__body strong {
  color: #fff;
}

.bsr-partner__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.bsr-link-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: calc(var(--radius) + 8px);
  background: #050505;
}

.bsr-link-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bsr-link-card__logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.bsr-link-card__logo img {
  height: clamp(48px, 7vw, 64px);
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.bsr-link-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: #fff;
}

.bsr-link-card__text {
  margin: 0 0 1rem;
  max-width: 58ch;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.bsr-link-card__text strong {
  color: #fff;
}

.bsr-link-card__steps {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.bsr-link-card__steps li + li {
  margin-top: 0.35rem;
}

.bsr-link-card__steps strong {
  color: #fff;
}

.bsr-link-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .bsr-partner__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bsr-partner__logo {
    margin-inline: auto;
  }

  .bsr-partner__body p {
    margin-inline: auto;
  }

  .bsr-partner__links {
    justify-content: center;
  }

  .bsr-link-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bsr-link-card__marks {
    margin-inline: auto;
  }

  .bsr-link-card__logo {
    margin-inline: auto;
  }

  .bsr-link-card__text {
    margin-inline: auto;
  }

  .bsr-link-card__steps {
    text-align: left;
    max-width: 28rem;
    margin-inline: auto;
  }

  .bsr-link-card__actions {
    justify-content: center;
  }
}

/* Custom page content from CMS editor */
.page-content {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 820px;
  margin-inline: auto;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 1.5rem 0 0.75rem;
  line-height: 1.25;
}

.page-content p,
.page-content ul,
.page-content ol {
  margin: 0 0 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.page-content ul,
.page-content ol {
  padding-left: 1.25rem;
}

.page-content a {
  color: #fb923c;
  text-decoration: underline;
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1rem 0;
}

.page-content blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 3px solid #f97316;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 10px 10px 0;
}

.page-featured-image {
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: 0;
}

.page-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.page-blocks-split {
  margin: 1.5rem 0;
}

.page-block-heading {
  margin: 1.75rem 0 0.85rem;
  line-height: 1.25;
}

.page-block-list {
  margin: 0 0 1.25rem;
}

.page-block-image {
  margin: 1.25rem 0;
  text-align: center;
}

.page-block-image img {
  width: 100%;
  border-radius: 14px;
}

.page-block-image figcaption {
  margin-top: 0.5rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.page-block-cta {
  margin: 1.5rem 0;
  padding: 1.5rem;
  text-align: center;
}

.page-block-cta h2 {
  margin: 0 0 0.65rem;
}

.page-block-cta p {
  margin: 0 0 1rem;
}

.page-block-quote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #f97316;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 12px 12px 0;
}

.page-block-quote cite {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.page-block-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.page-block-prose th,
.page-block-prose td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.55rem 0.75rem;
}

/* Reviews, map embed, cookie banner */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.review-card {
  padding: 1.25rem;
}

.review-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.review-card__stars {
  color: #fbbf24;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.review-card__date {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.reviews-google-cta {
  margin-top: 1.5rem;
  text-align: center;
}

.google-summary-card__rating {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.google-summary-card__count {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

.contact-page-grid--map {
  align-items: start;
}

.map-embed {
  padding: 1.25rem;
}

.map-embed__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  overflow: hidden;
  margin: 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-embed__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  z-index: 1200;
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
}

.cookie-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-banner__inner p {
  margin: 0;
  flex: 1 1 220px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .cookie-banner {
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }
}

.admin-review-row {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-review-row__label {
  margin: 0 0 0.75rem;
  font-weight: 600;
}
