/* Professional layout polish — layered on main.css */

body {
  background:
    radial-gradient(1100px 560px at 8% -10%, rgba(58, 110, 165, 0.15), transparent 56%),
    radial-gradient(900px 480px at 94% 4%, rgba(122, 163, 204, 0.18), transparent 52%),
    radial-gradient(640px 360px at 48% 100%, rgba(58, 110, 165, 0.06), transparent 62%),
    linear-gradient(180deg, #eaf1f7 0%, #eef3f8 45%, #e5eef6 100%);
  background-attachment: scroll;
}

/* Header polish — classic layout, refined finish */
:root {
  --header-h: 4.85rem;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(30, 74, 115, 0.08);
  box-shadow: 0 10px 30px rgba(18, 40, 70, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.brand-logo {
  display: block;
  width: auto;
  height: 3.35rem;
  max-width: 13.5rem;
  object-fit: contain;
  object-position: left center;
}
.brand-logo--footer {
  height: 2.85rem;
  max-width: 11rem;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.brand-logo--analysis {
  height: 2.75rem;
  max-width: 11rem;
  filter: brightness(0) invert(1);
}

.nav-desktop {
  gap: 0.15rem;
}
.nav-desktop > .nav-link,
.nav-item > .nav-link {
  padding: 0.55rem 0.75rem;
  font-size: 0.86rem;
  font-weight: 450;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
}
.nav-desktop > .nav-link::after,
.nav-item > .nav-link::after {
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.18rem;
  height: 1.5px;
  background: var(--accent-deep);
  opacity: 0.7;
}
.nav-desktop > .nav-link:hover,
.nav-desktop > .nav-link.active,
.nav-item:hover > .nav-link,
.nav-item.active > .nav-link {
  color: var(--accent-deep);
}

.header-actions { gap: 0.55rem; }
.social-link {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.55rem;
  border-color: rgba(30, 74, 115, 0.1);
  color: var(--accent-deep);
}
.social-link:hover {
  background: var(--accent-soft);
  border-color: transparent;
}
.lang-btn {
  border-color: rgba(30, 74, 115, 0.1);
  border-radius: 0.55rem;
  padding: 0.48rem 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--accent-deep);
  background: rgba(236, 243, 249, 0.75);
}
.lang-btn:hover {
  background: var(--accent-soft);
  border-color: transparent;
}
.header-cta.btn {
  padding: 0.7rem 1.15rem;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  border-radius: 0.55rem;
  box-shadow: 0 8px 20px rgba(30, 74, 115, 0.18);
}
.header-cta.btn:hover {
  box-shadow: 0 10px 24px rgba(30, 74, 115, 0.24);
}

.section--flush-top { padding-top: 0; }
.section-cta { margin-top: 3rem; }
.section-cta--tight { margin-top: 2rem; }
.section-head--spaced { margin-top: 3.5rem; }

.note {
  margin-top: 1.75rem;
  color: var(--muted);
  max-width: 42rem;
  font-size: 0.95rem;
  font-weight: 350;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Page hero */
.page-hero {
  padding: clamp(2.8rem, 6vw, 4rem) 0 2rem;
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(58, 110, 165, 0.07) 0%, transparent 100%);
}
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 500;
  max-width: 16ch;
}
.page-hero > .container > p {
  margin-top: 0.85rem;
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 350;
}

/* Hub cards */
.hub-grid {
  display: grid;
  gap: 1.75rem;
}
.hub-card {
  display: grid;
  gap: 0;
  background: transparent;
  border: 0;
  opacity: 1;
  transition: opacity 0.3s var(--ease);
}
.hub-card:hover { opacity: 0.92; transform: none; box-shadow: none; }
.hub-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-deep);
  margin-bottom: 0;
}
.hub-card-media.is-composite {
  aspect-ratio: 1 / 1;
  background: var(--white);
  border: 1px solid var(--line);
}
.hub-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transition: transform 0.9s var(--ease);
}
.hub-card-media.is-composite img {
  object-fit: contain;
  object-position: center;
  background: var(--white);
}
.hub-card:hover .hub-card-media img { transform: scale(1.03); }
.hub-card-body {
  padding: 1rem 0 0.2rem;
  display: grid;
  gap: 0.35rem;
}
.hub-card-num {
  font-family: var(--font-display);
  color: var(--accent);
  font-size: 1rem;
  font-weight: 500;
}
.hub-card h3 {
  font-size: 1.45rem;
  font-weight: 500;
}
.hub-card p {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 350;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hub-card-link {
  margin-top: 0.25rem;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--accent-deep);
}

/* About — classic / text-first */
.page-hero--about {
  padding-bottom: 1.5rem;
}
.about-classic {
  max-width: 40rem;
  padding-bottom: 1rem;
}
.about-classic-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 500;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}
.about-classic-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 350;
}
.about-values {
  list-style: none;
  margin: 2.75rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.about-values li {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}
.about-values h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.about-values p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  font-weight: 350;
}
.about-classic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  margin: 2.25rem 0 0.5rem;
}
.about-classic-links a {
  color: var(--accent-deep);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.about-classic-links a:hover {
  border-bottom-color: var(--accent-deep);
}

/* About legacy layout (unused) */
.about-intro {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem;
}
.about-copy h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 0.9rem;
  font-weight: 500;
}
.about-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 350;
  max-width: 36rem;
}
.about-media {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-deep);
}
.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.value-grid {
  display: grid;
  gap: 1.75rem;
}
.value-card {
  display: grid;
  gap: 0.9rem;
}
.value-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-deep);
}
.value-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.value-card-body h3 {
  font-size: 1.35rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.value-card-body p {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 350;
}

/* Pricing */
.price-grid {
  display: grid;
  gap: 1.25rem;
}
.price-card {
  position: relative;
  padding: 1.75rem 0 1.5rem;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.price-card:hover { transform: none; box-shadow: none; }
.price-card.is-featured {
  border-top: 2px solid var(--accent-deep);
  padding-top: 2rem;
}
.price-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 550;
}
.price-card h3 {
  font-size: 1.55rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.price-from {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.15rem;
}
.price-card .amount {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--accent-deep);
  margin-bottom: 0.75rem;
  line-height: 1;
}
.price-desc {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
  font-weight: 350;
}
.price-card ul {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1.4rem;
}
.price-card li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
}

/* Contact */
.form {
  display: grid;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.form-grid {
  display: grid;
  gap: 1rem;
}
.form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted);
}
.form input,
.form textarea,
.form select {
  width: 100%;
  padding: 0.85rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-color: var(--accent-deep);
  box-shadow: none;
}
.contact-aside h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.contact-list {
  display: grid;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
}
.contact-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

/* Detail */
.detail-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 0 1.75rem;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper-deep);
}
.detail-visual.is-composite {
  aspect-ratio: 1 / 1;
  background: var(--white);
  border: 1px solid var(--line);
}
.detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.detail-visual.is-composite img {
  object-fit: contain;
  object-position: center;
}
.detail-prose p {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 350;
  max-width: 48rem;
  line-height: 1.7;
}
.aside-card {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.aside-card h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.85rem;
}
.aside-card a {
  padding: 0.45rem 0;
  border-radius: 0;
}
.aside-card a.active {
  color: var(--accent-deep);
  font-weight: 550;
}

/* BA gallery */
.ba-comp {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.ba-comp img {
  width: 100%;
  height: auto;
  display: block;
}
.ba-visual-single {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius);
}
.ba-meta {
  padding: 0.85rem 0 0;
}

/* CTA */
.cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.legal-prose {
  max-width: 42rem;
}
.legal-prose h2 {
  font-size: 1.45rem;
  font-weight: 500;
  margin: 2rem 0 0.65rem;
}
.legal-prose p {
  color: var(--muted);
  font-weight: 350;
  line-height: 1.7;
  margin: 0 0 0.35rem;
}

@media (min-width: 768px) {
  .hub-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .about-intro { grid-template-columns: 1fr 0.95fr; gap: 3.5rem; }
  .value-grid { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
  .price-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .ba-comp-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}

@media (min-width: 1024px) {
  .hub-grid { grid-template-columns: repeat(3, 1fr); }
}
/* Cinematic home hero — static image, no motion */
.hero--cinematic {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #0c1622;
  padding: clamp(3.5rem, 8vh, 5.5rem) 0 4.5rem;
  grid-template-columns: 1fr;
}
.hero-stage { position: absolute; inset: 0; z-index: 0; }
.hero-stage picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: none;
  animation: none;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 18, 32, 0.9) 0%, rgba(12, 28, 48, 0.65) 40%, rgba(12, 28, 48, 0.28) 68%, rgba(12, 28, 48, 0.12) 100%),
    linear-gradient(0deg, rgba(8, 18, 32, 0.55) 0%, transparent 42%);
  pointer-events: none;
}

.hero--cinematic .hero-content {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  color: #f7f9fb;
  padding-bottom: 0.5rem;
  margin-left: max(1rem, calc((100vw - var(--container)) / 2 - 2rem));
  margin-right: auto;
  width: min(100% - 2rem, 36rem);
  box-sizing: border-box;
}
.hero--cinematic .hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 0.95;
  margin-bottom: 1.15rem;
  color: #f7f9fb;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}
.hero--cinematic h1 {
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: rgba(247, 249, 251, 0.92);
  max-width: 20ch;
}
.hero--cinematic .hero-lead {
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  font-weight: 350;
  color: rgba(247, 249, 251, 0.72);
  max-width: 32rem;
  margin-bottom: 1.85rem;
  line-height: 1.65;
}
.hero--cinematic .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hero--cinematic .btn-ghost {
  border-color: rgba(247, 249, 251, 0.45);
  color: #f7f9fb;
}
.hero--cinematic .btn-ghost:hover {
  background: rgba(247, 249, 251, 0.1);
  border-color: rgba(247, 249, 251, 0.8);
}
@media (max-width: 767px) {
  /* Mobile hero: full-viewport cinematic */
  .hero--cinematic {
    min-height: calc(100svh - var(--header-h));
    height: calc(100svh - var(--header-h));
    display: grid;
    align-items: end;
    padding: 0 0 max(1.35rem, env(safe-area-inset-bottom, 0px));
    background: #0b1520;
  }

  .hero--cinematic .hero-stage {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    flex: none;
  }

  .hero--cinematic .hero-bg-img {
    object-fit: cover;
    object-position: center center;
  }

  .hero--cinematic .hero-veil {
    background:
      linear-gradient(
        180deg,
        rgba(8, 18, 32, 0.2) 0%,
        rgba(8, 18, 32, 0.08) 28%,
        rgba(8, 18, 32, 0.45) 58%,
        rgba(8, 18, 32, 0.88) 100%
      );
  }

  .hero--cinematic .hero-content {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 1rem 1.2rem 0.35rem;
    background: transparent;
    color: #f7f9fb;
  }

  .hero--cinematic .hero-brand {
    display: block;
    font-size: clamp(2rem, 9vw, 2.75rem);
    margin-bottom: 0.65rem;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  }

  .hero--cinematic h1 {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 4.8vw, 1.55rem);
    font-weight: 400;
    line-height: 1.25;
    max-width: none;
    margin: 0 0 0.55rem;
    color: rgba(247, 249, 251, 0.92);
  }

  .hero--cinematic .hero-lead {
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 0 1.15rem;
    max-width: none;
    color: rgba(247, 249, 251, 0.72);
    font-weight: 350;
  }

  .hero--cinematic .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .hero--cinematic .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 0.65rem;
    font-size: 0.82rem;
  }

  .hero--cinematic .btn-ghost {
    background: rgba(247, 249, 251, 0.06);
    border-color: rgba(247, 249, 251, 0.4);
  }

  .hero--cinematic .btn-primary {
    box-shadow: none;
  }
}

@media (max-width: 400px) {
  .hero--cinematic .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero--cinematic .hero-lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    overflow: hidden;
  }
}

/* Elithair-inspired home blocks */
.hero-bullets {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.hero-bullets li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(247, 249, 251, 0.82);
  font-size: 0.95rem;
  font-weight: 350;
}
.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #7aa3cc;
}
.hero-note {
  margin-top: 1rem;
  font-size: 0.86rem;
  color: rgba(247, 249, 251, 0.55);
}

.trust-band { padding: 2.5rem 0; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.5rem;
}
.trust-band .trust-item {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}
.trust-band .trust-item strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--ink);
  display: block;
  margin-bottom: 0.25rem;
}
.trust-band .trust-item span {
  color: var(--muted);
  font-size: 0.88rem;
}

.story--results .story-intro {
  max-width: 36rem;
  margin-bottom: 2.5rem;
}
.story--results .story-intro h2 {
  font-size: clamp(2.3rem, 4.5vw, 3.3rem);
  font-weight: 500;
  margin-bottom: 0.85rem;
}
.story--results .story-intro p {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 350;
  line-height: 1.65;
}

.ba-home-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.75rem;
}
.ba-home-side {
  display: grid;
  gap: 1rem;
}
.ba-home-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: opacity 0.3s var(--ease);
}
.ba-home-card:hover { opacity: 0.92; }
.ba-home-card img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonial-row {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  margin-bottom: 1.75rem;
}
.testimonial {
  margin: 0;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}
.testimonial .stars {
  color: var(--accent-deep);
  margin-bottom: 0.85rem;
  opacity: 0.8;
  display: flex;
  gap: 0.2rem;
}
.testimonial p {
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 1rem;
  max-width: 28rem;
  letter-spacing: -0.01em;
}
.testimonial cite {
  font-style: normal;
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.story-cta { margin-top: 0.5rem; }

@media (min-width: 768px) {
  .ba-home-grid {
    grid-template-columns: 1.35fr 0.9fr;
    gap: 1.15rem;
    align-items: stretch;
  }
  .ba-home-side { height: 100%; }
  .ba-home-side .ba-home-card { height: 100%; }
  .ba-home-side .ba-home-card img {
    height: 100%;
    object-fit: contain;
    background: var(--white);
  }
  .ba-home-card--feature {
    height: 100%;
  }
  .ba-home-card--feature img {
    height: 100%;
    object-fit: contain;
    background: var(--white);
  }
  .testimonial-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.5rem;
    border-top: 1px solid var(--line);
  }
  .testimonial {
    border-bottom: 0;
    padding: 1.75rem 0 0.5rem;
  }
  .testimonial + .testimonial {
    border-left: 1px solid var(--line);
    padding-left: 2.5rem;
  }
}


.why-split {
  display: grid;
  gap: 2.5rem;
}
.why-intro h2 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-bottom: 0.85rem;
  font-weight: 500;
}
.why-intro p {
  color: var(--muted);
  font-weight: 350;
  margin-bottom: 1.4rem;
  max-width: 34rem;
}

.suitable-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  max-width: 42rem;
}
.suitable-list li {
  position: relative;
  padding: 0.95rem 0 0.95rem 1.35rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-weight: 450;
}
.suitable-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.include-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.include-item {
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-weight: 450;
}
.include-item::before {
  background: var(--accent);
}

@media (min-width: 768px) {
  .trust-row { grid-template-columns: repeat(4, 1fr); }
  .why-split { grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: start; }
  .include-grid { grid-template-columns: repeat(2, 1fr); gap: 0 2rem; }
  .price-grid { grid-template-columns: 1fr; }
}
@media (min-width: 1024px) {
  .include-grid { grid-template-columns: repeat(4, 1fr); }
  .price-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

/* -------------------------------------------------------------------------- */
/* Mobile polish                                                               */
/* -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --header-h: 4.75rem;
  }

  .container {
    width: min(100% - 1.5rem, var(--container));
  }

  .brand-logo {
    height: 3.25rem;
    max-width: min(58vw, 12.5rem);
  }

  .header-actions {
    gap: 0.35rem;
  }

  .social-link {
    display: none;
  }

  .lang-btn {
    padding: 0.4rem 0.55rem;
  }

  .nav-toggle {
    width: 2.35rem;
    height: 2.35rem;
  }

  .section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .page-hero h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .ba-home-grid,
  .method-row,
  .price-grid,
  .hub-grid,
  .why-list,
  .testimonial-row {
    grid-template-columns: 1fr;
  }

  .ba-compare {
    width: 100%;
    border-radius: var(--radius-sm);
  }

  .ba-compare-tag {
    top: 0.75rem;
    font-size: 0.65rem;
    padding: 0.3rem 0.55rem;
  }

  .ba-compare-tag--before { left: 0.75rem; }
  .ba-compare-tag--after { right: 0.75rem; }

  .journey-visual {
    aspect-ratio: 4 / 3;
  }

  .action-row {
    display: grid;
    gap: 0.65rem;
  }

  .action-row .btn {
    width: 100%;
  }

  .cta-band {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 1.25rem;
  }

  .cta-band .btn {
    width: 100%;
  }

  .form input,
  .form textarea,
  .form select {
    font-size: 16px; /* prevent iOS zoom */
    min-height: 2.75rem;
  }

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

  .float-whatsapp {
    right: max(0.85rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
  }

  .footer-grid {
    gap: 1.75rem;
  }

  .about-classic-links {
    flex-direction: column;
    gap: 0.85rem;
  }

  .detail-aside {
    margin-top: 0.5rem;
  }

  .testimonial + .testimonial {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    height: 2.95rem;
    max-width: min(62vw, 11rem);
  }
}
