/* =====================================================
   ML SINDICATURA PRO — Design tokens (BMW-inspired)
   Adapted to brand: navy + gold (instead of BMW blue)
   ===================================================== */

/* Lucide SVG icon defaults */
[data-lucide] { display: inline-flex; }
svg.lucide { width: 1em; height: 1em; stroke-width: 1.8; vertical-align: -0.15em; }
.btn svg.lucide { width: 18px; height: 18px; stroke-width: 2.2; }
.service-card__icon svg.lucide { width: 38px; height: 38px; stroke-width: 1.6; }
.bullet-list svg.lucide { width: 18px; height: 18px; color: var(--primary); stroke-width: 2.4; }
.bene svg.lucide { width: 30px; height: 30px; color: var(--primary); stroke-width: 1.6; }
.channel svg.lucide { width: 26px; height: 26px; color: var(--primary); stroke-width: 1.7; }

:root {
  /* Brand action — Gold (substitui o BMW blue como primary action) */
  --primary:        #c8a14a;
  --primary-active: #a8852f;
  --primary-soft:   #e8c574;

  /* Surfaces */
  --canvas:               #ffffff;
  --surface-soft:         #f6f5f1;     /* warm off-white tint, mais quente que BMW */
  --surface-card:         #fafafa;
  --surface-strong:       #ebe9e3;
  --surface-dark:         #0a1635;     /* navy ML — mais profundo que #1a2129 */
  --surface-dark-elev:    #14224a;
  --surface-dark-deep:    #060e22;

  /* Text */
  --ink:        #161616;
  --body:       #3c3c3c;
  --body-strong:#1a1a1a;
  --muted:      #6b6b6b;
  --muted-soft: #9a9a9a;
  --on-primary: #0a1635;          /* navy on gold for max contrast */
  --on-dark:    #ffffff;
  --on-dark-soft: #b9c0cf;

  /* Hairlines */
  --hairline:        #e6e3da;
  --hairline-strong: #cccccc;
  --hairline-dark:   #2a3558;

  /* Type */
  --font-display: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-serif:   'Playfair Display', Georgia, serif;

  --shadow-card: 0 1px 0 var(--hairline);

  --container: 1280px;
  --section: 96px;
  --section-mobile: 64px;
}

/* =====================================================
   RESET
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  color: var(--body);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

/* =====================================================
   TYPOGRAPHY (BMW: 700 display + 300 body)
   ===================================================== */
.display { font-family: var(--font-display); font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.display em { font-family: var(--font-serif); font-style: italic; font-weight: 600; color: var(--primary); letter-spacing: 0; }
.display--xl { font-size: clamp(40px, 5.6vw, 76px); line-height: 1.04; }
.display--lg { font-size: clamp(32px, 3.8vw, 52px); line-height: 1.08; }
.display--md { font-size: clamp(26px, 2.6vw, 36px); line-height: 1.15; }
.title-lg { font-family: var(--font-display); font-size: 22px; font-weight: 700; line-height: 1.3; color: var(--ink); margin: 0; }
.title-md { font-family: var(--font-display); font-size: 18px; font-weight: 700; line-height: 1.4; color: var(--ink); margin: 0; }
.body-lg { font-size: 18px; line-height: 1.65; font-weight: 300; color: var(--body-strong); }
.body    { font-size: 16px; line-height: 1.7; font-weight: 300; color: var(--body); }
.body-sm { font-size: 14px; line-height: 1.55; font-weight: 300; color: var(--body); }
.lede {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
  font-weight: 300;
  color: var(--body-strong);
  max-width: 56ch;
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--primary);
}
.eyebrow--ink  { color: var(--ink); }
.eyebrow--gold { color: var(--primary); }

/* On-dark text helpers */
.on-dark      { color: var(--on-dark) !important; }
.on-dark-soft { color: var(--on-dark-soft) !important; }
.section--dark .display, .section--cta .display { color: var(--on-dark); }
.section--dark .display em, .section--cta .display em,
.reason__copy .display em { color: var(--primary); }

/* =====================================================
   BUTTONS — rectangular 0px (BMW dialect)
   ===================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  height: 52px; padding: 0 28px;
  font-family: var(--font-display);
  font-size: 13.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  border-radius: 0;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
  white-space: nowrap;
}
.btn .lucide { font-size: 17px; }
.btn .chev { font-size: 22px; line-height: 0; transform: translateY(-1px); transition: transform .2s ease; }
.btn:hover .chev { transform: translate(3px,-1px); }

.btn--primary {
  background: var(--primary);
  color: var(--on-primary);
  border: 1px solid var(--primary);
}
.btn--primary:hover { background: var(--primary-active); border-color: var(--primary-active); color: #fff; }

.btn--ghost-dark {
  background: transparent;
  color: var(--on-dark);
  border: 1px solid rgba(255,255,255,.4);
}
.btn--ghost-dark:hover { border-color: var(--primary); color: var(--primary); }

.btn--ghost-light {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--hairline-strong);
}
.btn--ghost-light:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.btn--block { width: 100%; justify-content: center; }

/* Inline UPPERCASE link with chevron */
.ulink {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display);
  font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  margin-top: 18px;
  transition: color .2s ease, border-color .2s ease, gap .2s ease;
}
.ulink:hover { color: var(--primary); border-color: var(--primary); gap: 12px; }

/* =====================================================
   NAV
   ===================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(10,22,53,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.nav__brand {
  display: flex; align-items: center;
}
.brand-logo {
  display: block;
  height: 38px;
  width: auto;
  user-select: none;
  -webkit-user-drag: none;
}
.brand-logo--footer { height: 56px; }
@media (max-width: 540px) {
  .brand-logo { height: 32px; }
  .brand-logo--footer { height: 48px; }
}

.nav__menu {
  display: flex; gap: 36px;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.nav__menu a {
  color: rgba(255,255,255,.85);
  font-size: 14px; font-weight: 400; letter-spacing: .3px;
  position: relative;
  padding: 6px 0;
}
.nav__menu a:hover { color: var(--primary); }
.nav__menu a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--primary);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.nav__menu a:hover::after { transform: scaleX(1); }

.nav__cta {
  height: 44px; padding: 0 22px; font-size: 12.5px;
}

.nav__toggle {
  display: none;
  width: 40px; height: 40px;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav__toggle span { width: 22px; height: 2px; background: #fff; transition: .25s; }
.nav__toggle.is-open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

@media (max-width: 1080px) {
  .nav__menu {
    position: fixed; left: 0; right: 0; top: 76px;
    transform: none;
    flex-direction: column; gap: 0;
    background: var(--surface-dark-deep);
    border-top: 1px solid var(--hairline-dark);
    padding: 16px 0;
    max-height: 0; overflow: hidden;
    transition: max-height .35s ease;
  }
  .nav__menu.is-open { max-height: 500px; }
  .nav__menu a { padding: 16px 28px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav__menu a::after { display: none; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; }
}

/* =====================================================
   HERO
   ===================================================== */
.hero {
  position: relative;
  background: var(--surface-dark);
  color: var(--on-dark);
  padding: 168px 0 120px;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 600px at 90% -10%, rgba(200,161,74,.18), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(200,161,74,.10), transparent 60%),
    linear-gradient(180deg, var(--surface-dark-deep) 0%, var(--surface-dark) 60%, var(--surface-dark) 100%);
  z-index: 0;
}
.hero__skyline {
  position: absolute; left: 0; right: 0; bottom: 0; height: 38%;
  background-image:
    linear-gradient(180deg, transparent, rgba(0,0,0,.4)),
    repeating-linear-gradient(90deg,
      rgba(255,255,255,.025) 0 2px, transparent 2px 24px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 70%, #000 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 70%, #000 100%);
  opacity: .55;
  z-index: 0;
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px;
  align-items: center;
}

.hero__copy .eyebrow { color: var(--primary-soft); margin-bottom: 22px; }
.hero h1 { margin: 0 0 22px; color: var(--on-dark); }
.hero h1 em { color: var(--primary); }
.hero .lede { color: rgba(255,255,255,.82); max-width: 56ch; }
.hero .lede strong { color: #fff; font-weight: 600; }

.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }

.hero__stats {
  list-style: none; padding: 0; margin: 56px 0 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero__stats li {
  padding: 24px 0 0;
  border-right: 1px solid rgba(255,255,255,.08);
}
.hero__stats li:last-child { border-right: 0; }
.hero__stats li:not(:first-child) { padding-left: 22px; }
.stat__num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800; font-size: 32px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}
.stat__lab {
  display: block; font-size: 12px; line-height: 1.45;
  color: var(--on-dark-soft);
  letter-spacing: .4px;
}

/* Hero photo */
.hero__photo { position: relative; }
.hero__frame {
  position: relative;
  background: linear-gradient(180deg, #14224a 0%, #0a1635 100%);
  border: 1px solid rgba(200,161,74,.4);
  padding: 28px 28px 0;
  overflow: hidden;
}
.hero__frame::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--primary-soft), var(--primary), var(--primary-active));
}
.hero__frame img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover; object-position: 50% 30%;
  filter: contrast(1.06) saturate(1.06);
}
.hero__plaque {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 0;
}
.plaque__line { width: 36px; height: 2px; background: var(--primary); }
.plaque__name { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: #fff; letter-spacing: .2px; }
.plaque__role { font-size: 12.5px; color: var(--on-dark-soft); margin-top: 3px; letter-spacing: .3px; }
.hero__sig {
  margin-top: 18px;
  text-align: right;
  font-size: 11px; letter-spacing: 2px; color: var(--on-dark-soft);
  text-transform: uppercase;
}

.hero__rule { height: 4px; background: linear-gradient(90deg, var(--primary-active), var(--primary), var(--primary-soft)); }

@media (max-width: 980px) {
  .hero { padding: 132px 0 80px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__photo { order: -1; max-width: 380px; }
  .hero__stats { gap: 0; }
  .stat__num { font-size: 26px; }
}
@media (max-width: 540px) {
  .hero__stats { grid-template-columns: repeat(3, 1fr); }
  .hero__stats li:not(:first-child) { padding-left: 12px; }
  .stat__num { font-size: 22px; }
  .stat__lab { font-size: 10.5px; }
}

/* =====================================================
   TICKER — marquee infinito
   ===================================================== */
.ticker {
  position: relative;
  background: var(--surface-strong);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.ticker__track {
  display: flex; align-items: center;
  gap: 36px;
  width: max-content;
  padding: 22px 0;
  font-family: var(--font-display);
  font-size: 12px; font-weight: 700; letter-spacing: 2.4px;
  color: var(--ink); text-transform: uppercase;
  white-space: nowrap;
  animation: ticker-scroll 38s linear infinite;
  will-change: transform;
}
.ticker__track:hover { animation-play-state: paused; }
.ticker .dot { color: var(--primary); font-size: 8px; }

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 18px)); } /* metade do track + metade do gap */
}

@media (max-width: 760px) {
  .ticker__track { gap: 26px; font-size: 11px; animation-duration: 28s; }
  @keyframes ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50% - 13px)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; }
  .ticker { overflow-x: auto; }
}

/* =====================================================
   SECTION GENERICS
   ===================================================== */
.section { padding: var(--section) 0; }
@media (max-width: 760px) { .section { padding: var(--section-mobile) 0; } }

.section--canvas { background: var(--canvas); }
.section--soft   { background: var(--surface-soft); }
.section--dark   { background: var(--surface-dark); color: var(--on-dark); position: relative; overflow: hidden; }
.section--dark::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(800px 400px at 100% 0%, rgba(200,161,74,.10), transparent 70%),
    radial-gradient(600px 400px at 0% 100%, rgba(200,161,74,.06), transparent 70%);
  pointer-events: none;
}
.section--dark > .container { position: relative; z-index: 1; }

.section__head { max-width: 760px; margin-bottom: 56px; }
.section__head .eyebrow { margin-bottom: 18px; }
.section__head--dark { max-width: 820px; }
.section__head--row {
  max-width: none;
  display: grid; grid-template-columns: 1.4fr .8fr; gap: 48px;
  align-items: end;
}
.section__head-aside { color: var(--body); max-width: 42ch; font-size: 16px; line-height: 1.7; }
@media (max-width: 880px) { .section__head--row { grid-template-columns: 1fr; gap: 24px; } }

/* =====================================================
   SOBRE — two-column
   ===================================================== */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
}
.two-col__kicker .eyebrow { margin-bottom: 22px; }
.two-col__body p + p { margin-top: 18px; }
.two-col__body .body-lg { margin: 0 0 18px; }

.bullet-list {
  list-style: none; padding: 0; margin: 28px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
  border-top: 1px solid var(--hairline);
  padding-top: 24px;
}
.bullet-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px; font-weight: 500; color: var(--ink);
}
.bullet-list .lucide { color: var(--primary); font-size: 18px; }

@media (max-width: 880px) {
  .two-col { grid-template-columns: 1fr; gap: 36px; }
  .bullet-list { grid-template-columns: 1fr; }
}

/* =====================================================
   SERVIÇOS
   ===================================================== */
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  border: 1px solid var(--hairline);
}
.service-card {
  position: relative;
  padding: 40px 36px 44px;
  background: var(--canvas);
  border-right: 1px solid var(--hairline);
  transition: background .25s ease;
}
.service-card:last-child { border-right: 0; }
.service-card:hover { background: #fff; }
.service-card:hover .service-card__icon { color: var(--primary); transform: translateY(-2px); }
.service-card__num {
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  letter-spacing: 2px; color: var(--muted); margin-bottom: 24px;
}
.service-card__icon {
  font-size: 38px; color: var(--ink); margin-bottom: 22px; display: block;
  transition: color .25s ease, transform .25s ease;
}
.service-card h3 { margin: 0 0 14px; font-size: 22px; }
.service-card p {
  color: var(--body); font-size: 15.5px; line-height: 1.65;
  margin: 0 0 18px; font-weight: 300;
}
.mini-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--hairline); padding-top: 18px; }
.mini-list li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 14px;
  color: var(--body);
  border-bottom: 1px dashed var(--hairline);
}
.mini-list li:last-child { border-bottom: 0; }
.mini-list li::before {
  content: ""; position: absolute; left: 0; top: 17px;
  width: 12px; height: 1px; background: var(--primary);
}
@media (max-width: 980px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--hairline); }
  .service-card:last-child { border-bottom: 0; }
}

/* =====================================================
   DIFERENCIAIS (DARK)
   ===================================================== */
.diff-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--hairline-dark);
}
.diff-card {
  padding: 44px 28px 38px 0;
  border-right: 1px solid var(--hairline-dark);
  position: relative;
}
.diff-card:last-child { border-right: 0; }
.diff-card:nth-child(n+2) { padding-left: 28px; }
.diff-card__num {
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  color: var(--primary); letter-spacing: 2px;
  margin-bottom: 24px;
}
.diff-card h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.3; }
.diff-card p  { font-size: 14.5px; line-height: 1.65; font-weight: 300; }

@media (max-width: 980px) {
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
  .diff-card { padding: 32px 20px; border-bottom: 1px solid var(--hairline-dark); }
  .diff-card:nth-child(2n) { border-right: 0; }
  .diff-card:nth-child(n+3) { border-bottom: 0; }
  .diff-card:nth-child(n+2) { padding-left: 20px; }
}
@media (max-width: 600px) {
  .diff-grid { grid-template-columns: 1fr; }
  .diff-card { border-right: 0; padding-left: 0 !important; padding-right: 0; }
  .diff-card:not(:last-child) { border-bottom: 1px solid var(--hairline-dark); }
}

/* =====================================================
   BENEFÍCIOS
   ===================================================== */
.bene-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid var(--hairline);
  background: var(--surface-soft);
}
.bene {
  display: flex; gap: 18px;
  padding: 32px 28px;
  background: var(--canvas);
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  transition: background .25s;
}
.bene:hover { background: var(--surface-soft); }
.bene:nth-child(3n) { border-right: 0; }
.bene:nth-last-child(-n+3) { border-bottom: 0; }
.bene .lucide { font-size: 30px; color: var(--primary); flex-shrink: 0; padding-top: 4px; }
.bene h4 { margin: 0 0 6px; font-size: 17px; }
.bene p  { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--body); }
@media (max-width: 980px) {
  .bene-grid { grid-template-columns: 1fr 1fr; }
  .bene:nth-child(3n) { border-right: 1px solid var(--hairline); }
  .bene:nth-child(2n) { border-right: 0; }
  .bene:nth-last-child(-n+3) { border-bottom: 1px solid var(--hairline); }
  .bene:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 580px) {
  .bene-grid { grid-template-columns: 1fr; }
  .bene { border-right: 0 !important; border-bottom: 1px solid var(--hairline) !important; }
  .bene:last-child { border-bottom: 0 !important; }
}

/* =====================================================
   PORTFÓLIO — Carrossel infinito
   ===================================================== */
.port-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* fade nas bordas para indicar continuidade */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.port-marquee::before,
.port-marquee::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 80px;
  pointer-events: none; z-index: 2;
}
.port-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--surface-soft), transparent);
}
.port-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, var(--surface-soft), transparent);
}

.port-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: port-scroll 50s linear infinite;
  will-change: transform;
}
.port-track:hover { animation-play-state: paused; }

@keyframes port-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 10px)); } /* metade do track + metade do gap */
}

.port-card {
  position: relative;
  flex: 0 0 auto;
  width: 360px;
  height: 360px;
  overflow: hidden;
  background: var(--surface-dark);
  cursor: zoom-in;
  isolation: isolate;
}
.port-card img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s;
  filter: saturate(.95);
}
.port-card:hover img { transform: scale(1.06); filter: saturate(1.1); }
.port-card__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
  background: linear-gradient(180deg, transparent, rgba(10,22,53,.95));
  color: #fff;
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: .8px; text-transform: uppercase;
}
.port-card__num {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; padding: 5px 9px;
  background: var(--primary); color: var(--on-primary);
  letter-spacing: 1.5px;
}

@media (max-width: 1024px) {
  .port-card { width: 300px; height: 300px; }
  .port-track { animation-duration: 42s; }
}
@media (max-width: 640px) {
  .port-card { width: 240px; height: 240px; }
  .port-track { gap: 14px; animation-duration: 36s; }
  @keyframes port-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50% - 7px)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .port-track { animation: none; }
  .port-marquee { overflow-x: auto; }
}

/* =====================================================
   REASON
   ===================================================== */
.reason__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px;
  align-items: start;
}
.reason__copy .eyebrow { margin-bottom: 22px; }
.reason__copy .lede { margin: 22px 0 32px; }
.reason__pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pillar {
  display: flex; gap: 18px;
  padding: 28px 24px;
  background: var(--surface-soft);
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--primary);
  transition: transform .25s ease, background .25s ease;
}
.pillar:hover { transform: translateY(-3px); background: #fff; }
.pillar__num {
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  letter-spacing: 1.5px; color: var(--primary); padding-top: 4px;
}
.pillar h4 { margin: 0 0 8px; font-size: 16px; color: var(--ink); font-weight: 700; }
.pillar p  { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--body); }
@media (max-width: 980px) {
  .reason__grid { grid-template-columns: 1fr; gap: 48px; }
}

/* =====================================================
   CTA
   ===================================================== */
.section--cta {
  background: var(--surface-dark-deep);
  padding: 120px 0;
  position: relative; overflow: hidden;
}
.section--cta::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 600px at 100% 0%, rgba(200,161,74,.18), transparent 60%),
    radial-gradient(800px 500px at 0% 100%, rgba(200,161,74,.10), transparent 60%);
}
.cta__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px;
  align-items: start;
}
.cta__copy .eyebrow { margin-bottom: 22px; }
.cta__copy .display { color: var(--on-dark); margin: 0; }
.cta__copy .display em { color: var(--primary); }
.cta__copy .lede { color: var(--on-dark-soft); margin: 22px 0 40px; max-width: 48ch; }

.cta__channels { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(255,255,255,.1); }
.channel {
  display: flex; align-items: center; gap: 18px;
  padding: 22px 8px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #fff;
  transition: padding .25s, background .25s;
}
.channel:hover { padding-left: 16px; background: rgba(200,161,74,.06); }
.channel .lucide { font-size: 26px; color: var(--primary); }
.channel > div { flex: 1; }
.channel__lab { display: block; font-size: 11px; letter-spacing: 2px; color: var(--primary); margin-bottom: 4px; font-weight: 700; }
.channel__val { display: block; font-size: 16px; font-weight: 500; color: #fff; }
.channel .chev { font-size: 22px; color: var(--on-dark-soft); transition: color .2s, transform .2s; }
.channel:hover .chev { color: var(--primary); transform: translateX(4px); }

/* Form */
.cta__form {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  padding: 40px;
  display: flex; flex-direction: column; gap: 18px;
}
.cta__form .title-lg { color: #fff; margin: 0; }
.cta__form .body-sm  { margin: -6px 0 6px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span {
  font-size: 11px; letter-spacing: 2px; font-weight: 700; color: var(--primary);
}
.field input, .field select, .field textarea {
  background: transparent; border: 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-family: inherit; font-size: 15px;
  padding: 12px 0;
  border-radius: 0;
  transition: border-color .2s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.45); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary);
}
.field select option { color: #000; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-fine { font-size: 12px; color: var(--on-dark-soft); margin: -4px 0 0; line-height: 1.5; }

@media (max-width: 980px) {
  .cta__grid { grid-template-columns: 1fr; gap: 56px; }
  .cta__form { padding: 28px; }
  .field-row { grid-template-columns: 1fr; }
}

/* =====================================================
   FOOTER
   ===================================================== */
.footer {
  background: var(--surface-dark);
  color: var(--on-dark);
  padding: 80px 0 36px;
  position: relative;
}
.footer::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-active), var(--primary), var(--primary-soft));
}
.footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px;
  padding-bottom: 56px;
}
.footer__title {
  font-family: var(--font-display); font-size: 12px;
  letter-spacing: 2px; color: var(--primary);
  text-transform: uppercase; margin: 0 0 22px;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 12px; }
.footer li a {
  color: rgba(255,255,255,.7); font-size: 14px; font-weight: 300;
  transition: color .2s;
}
.footer li a:hover { color: var(--primary); }

.footer__rule { height: 1px; background: rgba(255,255,255,.12); }

.footer__legal {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding-top: 28px;
  font-size: 12.5px; color: rgba(255,255,255,.5); flex-wrap: wrap;
}

@media (max-width: 880px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
}

/* =====================================================
   FLOATING WHATSAPP
   ===================================================== */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  width: 56px; height: 56px;
  background: #25d366; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(37,211,102,.45);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 46px rgba(37,211,102,.55); }

/* =====================================================
   LIGHTBOX
   ===================================================== */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(6,14,34,.96);
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 82vh; object-fit: contain; }
.lightbox__cap {
  position: absolute; bottom: 28px; left: 0; right: 0; text-align: center;
  font-family: var(--font-display); font-size: 13px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--primary);
}
.lightbox__close {
  position: absolute; top: 22px; right: 28px;
  width: 44px; height: 44px;
  color: #fff; font-size: 30px; line-height: 1;
  border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s;
}
.lightbox__close:hover { background: var(--primary); border-color: var(--primary); color: var(--on-primary); }

/* =====================================================
   SCROLL ANIMATIONS
   ===================================================== */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
