/* Paul — Design 04 Luxury Charcoal (match mockup 1:1) */

:root {
  --bg: #050505;
  --bg-elevated: #0e0e0e;
  --bg-panel: #161616;
  --text: #ffffff;
  --text-soft: #f0ebe3;
  --text-muted: #cfc6b8;
  --gold: #d4af6a;
  --gold-bright: #e8c98a;
  --gold-deep: #b8924a;
  --line: rgba(212, 175, 106, 0.28);
  --line-soft: rgba(255, 255, 255, 0.08);
  --danger: #e07070;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", system-ui, sans-serif;
  --max: 1280px;
  --pad: clamp(0.95rem, 3.6vw, 2.8rem);
  --header-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--gold-bright);
  text-underline-offset: 3px;
}

a:hover {
  color: #fff;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: var(--gold);
  color: #111;
  padding: 0.6rem 1rem;
  z-index: 1000;
  border-radius: 6px;
  font-weight: 600;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - (var(--pad) * 2), var(--max));
  margin-inline: auto;
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - (var(--pad) * 2), var(--max));
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--gold);
  flex-shrink: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--gold);
  flex-shrink: 0;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}

.brand-name span {
  color: var(--gold);
}

.brand-tag {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1.15rem;
}

.nav a {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

.nav a:hover,
.nav a.is-active {
  color: var(--gold-bright);
  border-bottom-color: var(--gold);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--gold);
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* —— Hero (match mockup 04) —— */
.hero {
  position: relative;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0 1.5rem;
  overflow: visible;
  background: #070707;
  isolation: isolate;
  min-height: 60svh;
  display: flex;
  flex-direction: column;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 55% at 82% 40%, rgba(212, 175, 106, 0.22), transparent 58%),
    radial-gradient(ellipse 40% 45% at 12% 75%, rgba(212, 175, 106, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 40% 0%, rgba(40, 35, 28, 0.5), transparent 50%),
    linear-gradient(165deg, #12100e 0%, #070707 45%, #0a0908 100%);
}

.hero-ribbons {
  position: absolute;
  inset: -10% -5%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 800' fill='none'%3E%3Cpath d='M-50 620C180 480 320 280 520 260c210-20 340 160 560 190 180 24 340-40 520-10' stroke='%23d4af6a' stroke-width='2.5' opacity='0.35'/%3E%3Cpath d='M-80 680C160 520 360 300 580 290c240-12 380 170 620 195 160 16 300-50 460-20' stroke='%23e8c98a' stroke-width='1.5' opacity='0.22'/%3E%3Cpath d='M100 720C300 580 480 400 700 390' stroke='%23d4af6a' stroke-width='1' opacity='0.18'/%3E%3C/svg%3E")
    center 55% / cover no-repeat;
  filter: blur(0.4px);
  opacity: 0.95;
}

.hero-car {
  position: absolute;
  left: 2%;
  bottom: 18%;
  width: min(48%, 520px);
  height: 42%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 280' fill='none'%3E%3Cpath d='M40 190h70l35-70h160l45 70h150c40 0 60 20 70 50H40V190z' fill='%23d4af6a' opacity='0.09'/%3E%3Cpath d='M40 190h70l35-70h160l45 70h150c40 0 60 20 70 50' stroke='%23d4af6a' stroke-width='2' opacity='0.2'/%3E%3Ccircle cx='150' cy='210' r='32' stroke='%23d4af6a' stroke-width='3' opacity='0.16'/%3E%3Ccircle cx='430' cy='210' r='32' stroke='%23d4af6a' stroke-width='3' opacity='0.16'/%3E%3Cpath d='M260 120h90l20 40H245l15-40z' fill='%23d4af6a' opacity='0.06'/%3E%3C/svg%3E")
    left bottom / contain no-repeat;
  filter: blur(0.6px);
  opacity: 0.9;
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
  flex: 1 1 auto;
  min-height: min(400px, calc(60svh - var(--header-h) - 8rem));
}

.hero-copy {
  position: relative;
  z-index: 2;
  animation: rise 0.75s var(--ease) both;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 8.5vw, 5.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 0;
  color: var(--gold-bright);
  text-shadow: 0 2px 28px rgba(212, 175, 106, 0.35);
}

.hero-brand span {
  color: var(--gold);
}

.hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 500;
  margin: 0 0 0.35rem;
  color: #fff;
  letter-spacing: -0.01em;
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.1rem;
  color: var(--gold);
  max-width: 260px;
}

.hero-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}

.hero-lead {
  margin: 0 0 1.6rem;
  color: #f5f0e8;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  font-weight: 400;
  max-width: 32rem;
  line-height: 1.65;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.65);
}

.hero-bullets {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  max-width: 34rem;
  display: grid;
  gap: 0.55rem;
}

.hero-bullets li {
  position: relative;
  padding-left: 1.15rem;
  color: #f5f0e8;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.5;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.65);
}

.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 8px rgba(232, 201, 138, 0.45);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.4rem;
  border-radius: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn svg {
  flex-shrink: 0;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, #edd090, var(--gold));
  color: #111;
  box-shadow: 0 10px 28px rgba(212, 175, 106, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #f5dca8, var(--gold-bright));
  color: #111;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid var(--gold);
}

.btn-ghost:hover {
  background: rgba(212, 175, 106, 0.12);
  color: #fff;
  border-color: var(--gold-bright);
}

/* Portrait breakout */
.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(340px, 48vw, 460px);
  animation: rise 0.85s var(--ease) 0.08s both;
  overflow: visible;
}

.portrait-stage {
  position: relative;
  width: min(100%, 420px);
  height: clamp(360px, 52vw, 480px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.portrait-glow {
  position: absolute;
  left: 50%;
  bottom: 8%;
  translate: -50% 0;
  width: 85%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 201, 138, 0.35) 0%, rgba(212, 175, 106, 0.12) 45%, transparent 70%);
  filter: blur(18px);
  z-index: 0;
}

.portrait-swoosh {
  position: absolute;
  inset: -8% -18% -5%;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 420' fill='none'%3E%3Cpath d='M30 310C70 120 170 30 300 70c95 30 120 150 70 240' stroke='%23d4af6a' stroke-width='2.2' opacity='0.65'/%3E%3Cpath d='M55 330C90 150 190 55 320 100' stroke='%23e8c98a' stroke-width='1.3' opacity='0.4'/%3E%3C/svg%3E")
    center / contain no-repeat;
  filter: drop-shadow(0 0 16px rgba(212, 175, 106, 0.45));
}

.portrait-disc {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: min(92%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #2a2520 0%, #141210 55%, #0a0908 100%);
  box-shadow:
    inset 0 0 40px rgba(212, 175, 106, 0.08),
    0 20px 50px rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.portrait-ring {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: min(92%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--gold-bright);
  box-shadow:
    0 0 0 1px rgba(232, 201, 138, 0.25),
    0 0 36px rgba(212, 175, 106, 0.28),
    inset 0 0 0 1px rgba(176, 140, 70, 0.4);
  z-index: 2;
  pointer-events: none;
  background: transparent;
  padding: 0;
}

.portrait-img {
  position: relative;
  z-index: 3;
  width: min(88%, 340px);
  height: auto;
  max-height: 108%;
  object-fit: contain;
  object-position: bottom center;
  border-radius: 0;
  background: transparent;
  filter:
    brightness(1.18)
    contrast(1.1)
    saturate(1.08)
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
  transform: translateY(2%);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Highlights floating panel */
.highlights {
  position: relative;
  z-index: 2;
  border-top: none;
  background: transparent;
  padding: 0 0 0.25rem;
}

.highlights-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem 1.1rem;
  padding: 1.2rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 106, 0.28);
  background: rgba(16, 14, 12, 0.78);
  backdrop-filter: blur(16px);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(232, 201, 138, 0.08);
}

.highlight {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  min-width: 0;
}

.highlight-icon {
  flex: 0 0 3.1rem;
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  margin-top: 0;
}

.highlight-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.highlight h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-bright);
  letter-spacing: 0.01em;
}

.highlight p {
  margin: 0;
  font-size: 0.72rem;
  color: #d8d0c4;
  line-height: 1.35;
}

/* Sections below */
section:not(.hero) {
  padding: clamp(3.25rem, 7vw, 5.25rem) 0;
}

.section-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #fff;
  max-width: 18ch;
}

.section-lead {
  margin: 0;
  color: var(--text-muted);
  max-width: 40rem;
}

/* Reviews */
.reviews-section {
  background:
    radial-gradient(ellipse 70% 80% at 10% 20%, rgba(212, 175, 106, 0.07), transparent 55%),
    linear-gradient(180deg, #080808 0%, var(--bg) 100%);
  border-block: 1px solid var(--line-soft);
}

.reviews-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}

.reviews-head .section-title {
  margin-bottom: 0;
}

.reviews-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.35rem;
}

.reviews-avg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  margin-top: 0;
}

.reviews-avg-score {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--gold-bright);
  line-height: 1;
  letter-spacing: -0.02em;
}

.reviews-avg-stars .review-stars {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.reviews-avg-stars .review-stars .is-half {
  background: linear-gradient(90deg, var(--gold-bright) 50%, rgba(212, 175, 106, 0.28) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.reviews-avg-count {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.reviews-stage {
  position: relative;
  max-width: 56rem;
}

.reviews-track {
  position: relative;
  min-height: 10rem;
}

.review-page {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 2.5rem;
  align-items: start;
}

.review-page.is-active {
  display: grid;
  animation: review-in 0.5s var(--ease) both;
}

.review-page:has(.review-card:only-child) {
  grid-template-columns: 1fr;
  max-width: 28rem;
}

.review-card {
  min-width: 0;
  padding-right: 0.5rem;
}

.review-card + .review-card {
  border-left: 1px solid var(--line);
  padding-left: 2.5rem;
  padding-right: 0;
}

@keyframes review-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.review-stars {
  display: inline-flex;
  gap: 0.15rem;
  color: rgba(212, 175, 106, 0.28);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
}

.review-stars .is-on {
  color: var(--gold-bright);
}

.review-text {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  letter-spacing: -0.01em;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-top: 1.15rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.review-name {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.reviews-dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.review-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.review-dot.is-active {
  background: var(--gold-bright);
  transform: scale(1.25);
}

.reviews-empty {
  color: var(--text-muted);
  margin: 0;
}

/* Review modal */
body.modal-open {
  overflow: hidden;
}

.modal[hidden] {
  display: none !important;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  border: 0;
  cursor: pointer;
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(90vh, 40rem);
  overflow: auto;
  padding: 1.75rem 1.5rem 1.5rem;
  background: linear-gradient(165deg, #161616 0%, #0c0c0c 100%);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  color: var(--text-muted);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  color: #fff;
}

.modal-title {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.4rem;
}

.modal-lead {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.field-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}

.star-picker {
  display: flex;
  gap: 0.2rem;
}

.star-btn {
  border: 0;
  background: transparent;
  color: rgba(212, 175, 106, 0.28);
  font-size: 1.55rem;
  line-height: 1;
  padding: 0.15rem;
  cursor: pointer;
  transition: color 0.2s var(--ease), transform 0.2s var(--ease);
}

.star-btn.is-on {
  color: var(--gold-bright);
}

.star-btn:hover {
  transform: scale(1.08);
}

#despre,
#cum-functioneaza {
  background: var(--bg-elevated);
  border-block: 1px solid var(--line-soft);
}

.about-text {
  margin-top: 1.75rem;
  max-width: 44rem;
}

.about-text p {
  color: var(--text-muted);
  margin: 0 0 1.1rem;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.services-list {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
}

.service-item {
  display: grid;
  gap: 0.35rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

.service-item:last-child {
  border-bottom: 1px solid var(--line);
}

.service-item.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 720px) {
  .service-item {
    grid-template-columns: 3.25rem 13rem 1fr;
    gap: 1.5rem;
    align-items: center;
  }
}

.service-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--gold);
  flex-shrink: 0;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.service-item h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.service-item p {
  margin: 0;
  color: var(--text-muted);
}

.steps {
  display: grid;
  gap: 1.75rem;
  margin-top: 2.5rem;
  counter-reset: step;
}

@media (min-width: 800px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.step {
  counter-increment: step;
  padding-top: 1rem;
  border-top: 1px solid var(--gold);
}

.step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.45rem;
  color: #fff;
}

.step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.contact-shell {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 860px) {
  .contact-shell {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
    align-items: start;
  }
}

.contact-info .section-title {
  max-width: 14ch;
}

.contact-info > p {
  color: var(--text-muted);
}

.whatsapp-direct {
  display: inline-flex;
  margin-top: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
}

.phone-big {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: #fff;
}

.form-panel {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.5rem;
}

@media (min-width: 860px) {
  .form-panel {
    padding: 1.85rem;
  }
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: var(--gold);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border-radius: 6px;
  border: 1px solid var(--line-soft);
  background: var(--bg);
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 106, 0.18);
}

.field textarea {
  min-height: 100px;
  resize: vertical;
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23d4af6a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.field-error {
  color: var(--danger);
  font-size: 0.8rem;
  margin-top: 0.3rem;
  display: none;
}

.field.has-error .field-error {
  display: block;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: var(--danger);
}

.form-note {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.form-actions {
  margin-top: 0.15rem;
}

.site-footer {
  border-top: 1px solid var(--line-soft);
  padding: 1.75rem 0 6.5rem;
  background: var(--bg-elevated);
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.site-footer p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.85rem;
}

.footer-links a:hover {
  color: var(--gold);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  max-width: 560px;
  margin-inline: auto;
  padding: 1.15rem 1.25rem;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  display: none;
}

.cookie-banner.is-open {
  display: block;
  animation: rise 0.35s var(--ease) both;
}

.cookie-banner p {
  margin: 0 0 0.9rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.72rem;
}

.btn-secondary {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--line);
}

.legal-page {
  padding: 3rem 0 5rem;
}

.legal-header {
  position: sticky;
  background: rgba(5, 5, 5, 0.94);
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  font-weight: 600;
  margin: 0 0 1.5rem;
  color: #fff;
}

.legal-page h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
  color: var(--gold);
}

.legal-page p,
.legal-page li {
  color: var(--text-muted);
}

.legal-page ul {
  padding-left: 1.2rem;
}

/* —— Tablet —— */
@media (max-width: 1200px) {
  .highlights-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .nav {
    gap: 0.25rem 0.85rem;
  }

  .nav a {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .highlights-panel {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .portrait-disc,
  .portrait-ring {
    width: min(88%, 320px);
  }
  .portrait-stage {
    height: clamp(340px, 48vw, 420px);
  }
  .portrait-img {
    width: min(86%, 300px);
  }
}

/* —— Mobile / small tablet —— */
@media (max-width: 860px) {
  :root {
    --header-h: 68px;
  }

  .hero {
    min-height: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: left;
    gap: 1.75rem;
    padding-bottom: 1.5rem;
    flex: 0 1 auto;
  }

  .hero-visual {
    order: -1;
    min-height: 0;
    padding-top: 0.5rem;
  }

  .portrait-stage {
    width: min(80vw, 300px);
    height: 340px;
  }
  .portrait-disc,
  .portrait-ring {
    width: min(92%, 270px);
  }
  .portrait-img {
    width: min(90%, 250px);
  }

  .hero-divider {
    max-width: 220px;
  }

  .hero-lead {
    max-width: none;
  }

  .cta-row {
    width: 100%;
  }

  .cta-row .btn {
    flex: 1 1 auto;
    min-width: min(100%, 160px);
  }

  .highlights-panel {
    padding: 1.15rem 0 1.25rem;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0.5rem 1.15rem 1rem;
    background: #0a0a0a;
    border-bottom: 1px solid var(--line);
    display: none;
    max-height: calc(100svh - var(--header-h));
    overflow-y: auto;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 0.9rem 0;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    border-bottom: 1px solid var(--line-soft);
  }

  .highlights-panel {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-page,
  .review-page.is-active {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .review-card + .review-card {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line-soft);
    padding-top: 1.5rem;
  }

  .reviews-track {
    min-height: 13rem;
  }

  .brand-tag {
    max-width: 11rem;
    line-height: 1.25;
  }

  .hero-brand {
    font-size: clamp(3rem, 14vw, 3.75rem);
  }

  .btn {
    width: 100%;
  }

  .cta-row {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .portrait-stage {
    width: min(78vw, 250px);
    height: 300px;
  }
  .portrait-disc,
  .portrait-ring {
    width: min(92%, 220px);
  }
  .portrait-img {
    width: min(90%, 200px);
  }

  .brand-tag {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
