/* ============================================================
     HERO SECTION STYLES (Home V2)
     ============================================================ */
  .hero {
    position: relative;
    padding-block: clamp(10px, 3vw, 38px) clamp(24px, 4vw, 48px);
    overflow: hidden;
    background:
      radial-gradient(70% 90% at 100% 0%, rgba(213, 165, 0, .07), transparent 60%),
      linear-gradient(180deg, rgba(0, 96, 87, .05) 0%, rgba(255, 255, 255, 1) 75%);
  }

  .vitrine.section {
    padding-top: clamp(24px, 4vw, 48px);
  }

  .hero-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }

  .hero-shapes svg {
    position: absolute;
  }

  .hero-inner {
    position: relative;
    z-index: 1;
  }

  .hero-slider {
    position: relative;
    width: 100%;
    min-height: 570px;
  }

  .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s ease;
    z-index: 1;
  }

  .hero-slide[data-active="true"] {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(32px, 5vw, 60px);
    align-items: center;
    height: 100%;
  }

  .hero-feat {
    position: relative;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .hero-feat-cover {
    display: flex !important;
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 520px;
    background-color: #1b2f26 !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    z-index: 10;
    flex-direction: column !important;
    justify-content: space-between !important;
    background-size: cover;
    background-position: center;
  }

  .hero-slide .hero-text {
    transform: translateY(20px);
    transition: transform .8s cubic-bezier(.3, .7, .4, 1);
  }

  .hero-slide[data-active="true"] .hero-text {
    transform: translateY(0);
  }

  .hero h1 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(44px, 6.2vw, 76px);
    line-height: 1.02;
    letter-spacing: -0.015em;
    color: var(--teal-deep);
    margin: 18px 0 22px;
    text-wrap: balance;
  }

  .hero h1 .accent {
    font-style: italic;
    color: var(--gold);
    background: linear-gradient(180deg, transparent 62%, rgba(213, 165, 0, .18) 62%, rgba(213, 165, 0, .18) 88%, transparent 88%);
    padding: 0 6px;
    margin: 0 -2px;
  }

  .hero p.lead {
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.55;
    color: var(--muted);
    max-width: 52ch;
    text-wrap: pretty;
  }

  .hero-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero-stats {
    margin-top: 56px;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
  }

  .hero-stat .num {
    font-family: var(--f-display);
    font-size: 38px;
    color: var(--teal);
    line-height: 1;
  }

  .hero-stat .lbl {
    font-size: 12.5px;
    color: var(--muted);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 8px;
  }

  .hero-slider-nav {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 10;
  }



  .hero-feat-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    z-index: 1;
  }

  .hero-feat-cat {
    background: rgba(255, 255, 255, 0.75);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--teal-deep);
  }

  .hero-feat-idx {
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 11.5px;
    color: rgba(255, 255, 255, .7);
    letter-spacing: 0.04em;
  }

  .hero-feat-bot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 22px;
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 15 !important;
  }

  .hero-feat-detail {
    font-size: 10.5px;
    color: rgba(255, 255, 255, .65);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .hero-feat-price {
    font-family: var(--f-display);
    font-size: 28px;
    color: var(--gold-soft);
    line-height: 1;
    margin-top: 4px;
  }

  .hero-feat-bot .feat-cta {
    appearance: none;
    border: 0;
    background: #fff;
    color: var(--teal-deep);
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font: 500 13.5px/1 var(--f-body);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .2s, color .2s, transform .2s, box-shadow .2s;
  }

  .hero-feat-bot .feat-cta:hover {
    background: var(--gold);
    color: var(--teal-deep);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(213, 165, 0, .30);
  }

  .hero-feat-dots {
    display: flex;
    gap: 8px;
    flex: 1;
    justify-content: center;
  }

  .hero-feat-dot {
    width: 22px;
    height: 4px;
    border-radius: 2px;
    background: var(--line-strong);
    border: 0;
    padding: 0;
    transition: background .25s, width .25s;
  }

  .hero-feat-dot.on {
    background: var(--gold);
    width: 36px;
  }

  .hero-feat-arrows {
    display: flex;
    gap: 8px;
  }

  .hero-feat-arrows button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--line-strong);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--teal-deep);
    transition: background .2s, color .2s, border-color .2s;
  }

  .hero-feat-arrows button:hover {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
  }

  .hero-feat-badge {
    position: absolute;
    right: -16px;
    bottom: 160px;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    z-index: 20 !important;
  }

  .hero-feat-badge .stars {
    color: var(--gold);
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .hero-feat-badge .num {
    font-family: var(--f-display);
    font-size: 22px;
    color: var(--teal-deep);
    line-height: 1;
  }

  .hero-feat-badge .lbl {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.04em;
  }

  @media (max-width: 900px) {
    .hero-grid {
      grid-template-columns: 1fr;
    }

    .hero-feat {
      justify-content: center;
      margin-top: 30px;
    }

    .hero-slider {
      min-height: 850px;
    }

    .hero-feat-badge {
      bottom: 40px;
      right: 0;
    }
  }