/* ============================================================
   CS TRANSFER — BESPOKE EXECUTIVE CHAUFFEUR ART DIRECTION
   Estética Editorial, Arquitetônica e Nobre (Sem AI Slop)
   ============================================================ */

:root {
  --color-canvas: #FFFFFF;
  --color-canvas-alt: #F8F9FA;
  --color-canvas-subtle: #F1F3F5;
  
  --color-ink-primary: #0A0D14;
  --color-ink-secondary: #2C3342;
  --color-ink-muted: #5A6578;
  --color-ink-light: #94A3B8;
  
  --color-slate-dark: #0B0F19;
  --color-slate-surface: #111726;
  --color-slate-border: #1E2738;
  
  --color-gold: #B38E36;
  --color-gold-dark: #8F6E23;
  --color-gold-light: #F4ECE1;
  --color-gold-border: rgba(179, 142, 54, 0.35);

  --color-whatsapp: #25D366;
  --color-whatsapp-hover: #1EBE5D;

  --font-serif: 'Manrope', sans-serif;
  --font-sans: 'Manrope', sans-serif;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-canvas);
  color: var(--color-ink-secondary);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Headings Clássicos com Proporções Imperiais */
h1, h2, h3, h4, .font-serif, .heading-serif {
  font-family: var(--font-serif);
  color: var(--color-ink-primary);
  letter-spacing: -0.035em;
  font-weight: 700;
}

/* Salvaguarda de Contraste: Headings em seções e contêineres escuros */
.articles-hero h1,
.articles-hero h2,
.articles-hero h3,
.articles-cta h1,
.articles-cta h2,
.articles-cta h3,
.home-hero h1,
.operation h2,
.operation h3,
.final-cta h2,
.about-hero h1,
.about-operation h2,
.about-operation h3,
.about-cta h2,
.services-hero h1,
.services-help h2,
.service-detail-hero h1,
.partners-hero h1,
.partner-work h2,
.partner-work h3,
.contact-hero h1,
.contact-location h2,
.legal-hero h1 {
  color: #ffffff !important;
}

.site-shell {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.glass-header {
  background: #0d1012;
  border-color: rgba(255, 255, 255, 0.1);
}

.brand-lockup { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark { width: 46px; height: 52px; object-fit: contain; }
.brand-name { font-size: 1rem; font-weight: 800; letter-spacing: -0.02em; }
.nav-link-custom { color: #aeb4b8; font-size: 0.8125rem; letter-spacing: 0; font-weight: 600; }
.nav-link-custom.active { color: #fff; }
.nav-link-custom::after { height: 1px; background: #cda54b; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .8125rem; font-weight: 700; transition: .2s ease; }
.nav-cta:hover { background: #fff; border-color: #fff; color: #0d1012; }
.menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.18); }
.mobile-menu-panel { background: #0d1012; border-top: 1px solid rgba(255,255,255,.1); }

.home-hero { background: #0d1012; color: #fff; min-height: 660px; }
.home-hero__content { display: grid; grid-template-columns: 46% 54%; min-height: 660px; }
.home-hero__copy { align-self: center; padding: 78px 64px 74px 0; }
.eyebrow,
.section-kicker,
.section-kicker-light { display: flex; align-items: center; gap: 10px; color: #cda54b; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span,
.section-kicker span,
.section-kicker-light span { width: 26px; height: 1px; background: currentColor; }
.home-hero h1 { max-width: 620px; margin-top: 24px; color: #fff; font-size: clamp(3.5rem, 5.6vw, 5.8rem); line-height: .98; letter-spacing: -.04em; font-weight: 700; }
.home-hero__lead { max-width: 590px; margin-top: 28px; color: #bec3c6; font-size: 1.0625rem; line-height: 1.75; }
.home-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 0; font: 700 .875rem var(--font-sans); cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: #cda54b; color: #111; }
.button--gold:hover { background: #e0bb64; }
.button--ink { background: #111517; color: #fff; }
.button--ink:hover { background: #272d30; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: .875rem; font-weight: 700; border-bottom: 1px solid #5c6164; padding: 8px 0; }
.text-link:hover { border-color: #cda54b; color: #cda54b; }
.home-hero__proof { display: flex; gap: 0; margin-top: 55px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.home-hero__proof li { display: flex; align-items: center; gap: 11px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.12); color: #aeb4b8; font-size: .75rem; line-height: 1.45; }
.home-hero__proof li:last-child { border: 0; margin: 0; padding: 0; }
.home-hero__proof i { color: #cda54b; font-size: .875rem; }
.home-hero__visual { position: relative; min-width: 0; }
.home-hero__visual::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(13,16,18,.38), transparent 30%); pointer-events: none; }
.home-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.home-hero__caption { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: rgba(13,16,18,.86); backdrop-filter: blur(12px); color: #fff; font-size: .75rem; font-weight: 600; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #54d17a; box-shadow: 0 0 0 4px rgba(84,209,122,.13); }

.quote-strip { padding: 56px 0 62px; background: #f1f3f3; border-bottom: 1px solid #dce0e1; }
.quote-strip__heading { display: grid; grid-template-columns: .7fr 1.1fr 1fr; align-items: end; gap: 30px; margin-bottom: 28px; }
.eyebrow--dark { color: #96752f; }
.quote-strip h2 { color: #111517; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.quote-strip__heading > p:last-child { color: #626b6f; font-size: .875rem; line-height: 1.65; }
.quote-form { display: grid; grid-template-columns: 1.15fr 1fr 1fr .58fr .6fr auto; gap: 10px; align-items: end; }
.field label { display: block; margin-bottom: 8px; color: #4f585c; font-size: .6875rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid #d2d7d8; border-radius: 0; background: #fff; color: #171b1d; font: 500 .8125rem var(--font-sans); outline: none; }
.field input:focus, .field select:focus { border-color: #927126; box-shadow: 0 0 0 3px rgba(205,165,75,.14); }
.quote-form__submit { white-space: nowrap; }

@media (max-width: 1023px) {
  .home-hero__content { grid-template-columns: 1fr; }
  .home-hero__copy { padding: 70px 0 56px; }
  .home-hero__visual { min-height: 470px; }
  .quote-strip__heading { grid-template-columns: 1fr 1fr; }
  .quote-strip__heading .eyebrow { grid-column: 1 / -1; }
  .quote-form { grid-template-columns: repeat(2, 1fr); }
  .quote-form__submit { width: 100%; }
}

@media (max-width: 639px) {
  .site-shell { width: min(100% - 32px, 1240px); }
  .brand-mark { width: 34px; height: 40px; }
  .home-hero { min-height: auto; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .home-hero__lead { font-size: 1rem; }
  .home-hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .home-hero__proof { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 42px; }
  .home-hero__proof li { border: 0; margin: 0; padding: 0; }
  .home-hero__visual { min-height: 390px; }
  .quote-strip { padding: 45px 0 50px; }
  .quote-strip__heading, .quote-form { grid-template-columns: 1fr; }
  .quote-strip__heading { gap: 12px; }
}

/* Home: sistema editorial contemporâneo */
.home-section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { max-width: 760px; margin-top: 17px; color: #111517; font-size: clamp(2.5rem, 4.2vw, 4.4rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { max-width: 440px; color: #626b6f; font-size: .9375rem; line-height: 1.75; }
.section-heading--compact { align-items: end; }

.services-overview { background: #fff; }
.service-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; }
.service-feature { position: relative; min-height: 610px; overflow: hidden; color: #fff; }
.service-feature img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.service-feature:hover img { transform: scale(1.035); }
.service-feature__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,10,11,.05) 20%, rgba(7,10,11,.9) 100%); }
.service-feature__content { position: absolute; inset: auto 36px 34px; display: grid; grid-template-columns: 50px 1fr; gap: 24px; align-items: start; }
.service-number { color: #826628; font-size: .6875rem; font-weight: 800; letter-spacing: .1em; }
.service-feature__content > .service-number { color: #d5b15e; padding-top: 7px; }
.service-feature__content p { margin-bottom: 8px; color: #d5b15e; font-size: .6875rem; font-weight: 800; letter-spacing: .12em; }
.service-feature__content h3 { max-width: 420px; color: #fff; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.04; }
.service-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.5); color: #fff; font-size: .8125rem; font-weight: 700; }
.service-list { border-top: 1px solid #dfe3e4; }
.service-row { display: grid; grid-template-columns: 32px 48px 1fr 16px; gap: 18px; align-items: center; min-height: 152px; padding: 24px 10px; border-bottom: 1px solid #dfe3e4; color: #111517; transition: padding .2s ease, background .2s ease; }
.service-row:hover { padding-inline: 20px; background: #f5f6f6; }
.service-row__icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #d9ddde; color: #96752f; }
.service-row h3 { margin-bottom: 7px; color: #111517; font-size: 1.125rem; letter-spacing: -.025em; }
.service-row p { color: #727a7e; font-size: .8125rem; line-height: 1.55; }
.service-row > i { color: #96752f; font-size: .75rem; }

.operation { background: #111517; color: #fff; }
.operation__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.operation__intro { position: sticky; top: 120px; align-self: start; }
.operation h2 { max-width: 530px; margin: 22px 0 26px; color: #fff; font-size: clamp(2.75rem, 4.5vw, 4.8rem); line-height: .98; letter-spacing: -.04em; }
.operation__intro > p:not(.eyebrow) { max-width: 430px; color: #aeb4b8; font-size: .9375rem; line-height: 1.75; }
.operation__intro .text-link { margin-top: 36px; }
.operation__steps { border-top: 1px solid rgba(255,255,255,.14); }
.operation__steps li { display: grid; grid-template-columns: 52px 1fr; gap: 26px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.operation__steps > li > span { color: #cda54b; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.operation__steps h3 { margin-bottom: 12px; color: #fff; font-size: 1.35rem; letter-spacing: -.03em; }
.operation__steps p { max-width: 570px; color: #9fa6a9; font-size: .875rem; line-height: 1.75; }

.fleet { background: #f1f3f3; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d5dadb; }
.fleet-option { min-height: 430px; padding: 36px; border-right: 1px solid #d5dadb; background: #fff; }
.fleet-option:last-child { border: 0; }
.fleet-option--dark { margin: -16px 0; padding-top: 52px; background: #111517; border: 0; color: #fff; box-shadow: 0 18px 40px rgba(20,25,27,.16); }
.fleet-option__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 66px; color: #5d6569; font-size: .75rem; font-weight: 800; }
.fleet-option__top i { color: #96752f; font-size: 1.4rem; }
.fleet-option h3 { color: #111517; font-size: 1.55rem; }
.fleet-option--dark h3 { color: #fff; }
.fleet-option > p { margin-top: 8px; color: #777f83; font-size: .8125rem; }
.fleet-option ul { margin-top: 36px; padding-top: 23px; border-top: 1px solid #e0e3e4; }
.fleet-option--dark ul { border-color: rgba(255,255,255,.14); }
.fleet-option li { position: relative; margin: 12px 0; padding-left: 17px; color: #626b6f; font-size: .8125rem; }
.fleet-option--dark li { color: #afb5b8; }
.fleet-option li::before { content: ''; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; background: #cda54b; }
.text-link--dark { color: #111517; border-color: #aeb4b8; }

/* Seção de Destaque da Frota Real (Showcase com Fotos) */
.fleet-showcase { background: #fff; padding: 100px 0; border-top: 1px solid #dce0e1; }
.fleet-showcase__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; margin-top: 48px; }
.fleet-card { display: flex; flex-direction: column; background: #f8f9fa; border: 1px solid #d7dcdd; box-shadow: 0 8px 30px rgba(17, 21, 23, 0.04); transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1), border-color .3s ease; }
.fleet-card:hover { transform: translateY(-5px); border-color: #cda54b; box-shadow: 0 18px 45px rgba(17, 21, 23, 0.1); }
.fleet-card__image-box { position: relative; width: 100%; aspect-ratio: 16 / 11; overflow: hidden; background: #0d1012; }
.fleet-card__image-box img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
.fleet-card:hover .fleet-card__image-box img { transform: scale(1.035); }
.fleet-card__badge { position: absolute; top: 18px; left: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(13, 16, 18, 0.88); backdrop-filter: blur(8px); border: 1px solid rgba(205, 165, 75, 0.45); color: #f1ebd8; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.fleet-card__badge i { color: #cda54b; font-size: 0.75rem; }
.fleet-card__content { display: flex; flex-direction: column; flex: 1 1 auto; padding: 34px 36px 36px; }
.fleet-card__category { display: inline-block; color: #826628; font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px; }
.fleet-card__title { margin: 0 0 14px; color: #111517; font-size: clamp(1.65rem, 2.4vw, 2.15rem); line-height: 1.1; letter-spacing: -0.04em; font-weight: 700; }
.fleet-card__desc { margin: 0 0 22px; color: #575f63; font-size: 0.9375rem; line-height: 1.7; }
.fleet-card__specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin-bottom: 26px; padding: 18px 20px; background: #ffffff; border: 1px solid #e1e5e6; }
.fleet-card__spec-item { display: flex; align-items: center; gap: 9px; color: #3d4549; font-size: 0.8125rem; font-weight: 600; }
.fleet-card__spec-item i { color: #826628; font-size: 0.875rem; flex-shrink: 0; }
.fleet-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: auto; padding-top: 22px; border-top: 1px solid #e2e6e7; }
.fleet-card__capacity { color: #626b6f; font-size: 0.8125rem; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.fleet-card__capacity i { color: #826628; }

.partners-band { padding: 96px 0; border-top: 1px solid #dce0e1; background: #f1f3f3; }
.partners-band__content { display: grid; grid-template-columns: .64fr 1.36fr; gap: 88px; align-items: center; }
.partners-band h2 { max-width: 480px; margin-top: 16px; color: #111517; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; }
.partner-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.partner-logos img { width: 100%; height: 112px; padding: 24px 28px; object-fit: contain; filter: none; opacity: 1; mix-blend-mode: normal; background: #fff; border: 1px solid #d7dcdd; box-shadow: 0 10px 28px rgba(20,25,27,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.partner-logos img:hover { transform: translateY(-3px); border-color: #c4a252; box-shadow: 0 16px 34px rgba(20,25,27,.1); }

.final-cta { padding: 95px 0; background: #0d1012; color: #fff; }
.final-cta__content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.final-cta h2 { max-width: 720px; margin-top: 20px; color: #fff; font-size: clamp(3rem, 5.2vw, 5.6rem); line-height: .96; letter-spacing: -.04em; }
.final-cta__action > p { max-width: 470px; margin-bottom: 27px; color: #aeb4b8; font-size: .9375rem; line-height: 1.7; }

@media (max-width: 1023px) {
  .home-section { padding: 86px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-layout, .operation__grid, .partners-band__content, .final-cta__content { grid-template-columns: 1fr; gap: 48px; }
  .service-feature { min-height: 520px; }
  .operation__intro { position: static; }
  .fleet-option { padding: 28px; }
  .fleet-option__top { margin-bottom: 48px; }
  .final-cta__action { max-width: 560px; }
  .fleet-showcase { padding: 86px 0; }
  .fleet-showcase__grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__main { grid-template-columns: 1fr 1fr; gap: 46px 36px; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-option, .fleet-option:last-child { min-height: auto; border: 0; border-bottom: 1px solid #d5dadb; }
  .fleet-option--dark { margin: 0; padding-top: 36px; }
  .fleet-option__top { margin-bottom: 34px; }
  .partner-logos { grid-template-columns: repeat(2, 1fr); }
  .partner-logos img { height: 94px; padding: 20px; }
}

@media (max-width: 639px) {
  .home-section { padding: 68px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 2.6rem; }
  .service-feature { min-height: 440px; }
  .service-feature__content { inset: auto 22px 24px; grid-template-columns: 30px 1fr; gap: 10px; }
  .service-row { grid-template-columns: 24px 1fr 14px; gap: 13px; min-height: 130px; }
  .service-row__icon { display: none; }
  .operation__steps li { grid-template-columns: 38px 1fr; gap: 12px; }
  .partners-band, .final-cta { padding: 62px 0; }
  .partner-logos { gap: 8px; }
  .partner-logos img { height: 82px; padding: 16px; }
  .fleet-showcase { padding: 68px 0; }
  .fleet-card__content { padding: 24px; }
  .fleet-card__specs { grid-template-columns: 1fr; gap: 8px; }
  .fleet-card__footer { flex-direction: column; align-items: flex-start; }
  .fleet-card__footer .button { width: 100%; }
}

.site-footer { padding: 78px 0 28px; background: #080a0b; color: #969da0; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__main { display: grid; grid-template-columns: 1.15fr .55fr .9fr .8fr; gap: 52px; padding-bottom: 62px; align-items: start; }
.site-footer__brand > p { max-width: 360px; margin-top: 24px; color: #7f878a; font-size: .875rem; line-height: 1.7; }
.site-footer__social { display: flex; gap: 9px; margin-top: 27px; }
.site-footer__social a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.13); color: #afb5b8; font-size: .8125rem; transition: .2s ease; }
.site-footer__social a:hover { border-color: #cda54b; color: #cda54b; }
.site-footer__label { margin-bottom: 20px; color: #d4ad56; font-size: .6875rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.site-footer__nav a, .site-footer__contact a { color: #aeb4b8; font-size: .8125rem; }
.site-footer__nav a:hover, .site-footer__contact a:hover { color: #fff; }
.site-footer__contact { font-size: .8125rem; line-height: 1.7; }
.site-footer__contact > *:not(.site-footer__label) { display: block; margin-bottom: 12px; }
.site-footer__phone { color: #fff !important; font-size: 1.35rem !important; font-weight: 700; letter-spacing: -.03em; }
.site-footer__address { margin-top: 20px; }
.site-footer__mascot { display: flex; flex-direction: column; }
.site-footer__mascot-card { display: flex; flex-direction: column; align-items: flex-start; padding: 18px 20px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; transition: border-color .3s ease, transform .3s ease; }
.site-footer__mascot-card:hover { border-color: rgba(205,165,75,.4); transform: translateY(-2px); }
.site-footer__mascot-img { width: 110px; height: 110px; object-fit: contain; margin-bottom: 12px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.6)); align-self: center; }
.site-footer__mascot-content { width: 100%; text-align: left; }
.site-footer__mascot-badge { display: inline-flex; align-items: center; gap: 6px; color: #cda54b; font-size: .6875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.site-footer__mascot-badge i { font-size: .75rem; }
.site-footer__mascot-desc { margin: 0; color: #8c9396; font-size: .775rem; line-height: 1.55; }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); color: #61686b; font-size: .6875rem; }
.site-footer__bottom > div { display: flex; gap: 22px; }
.site-footer__bottom > p:last-child { text-align: right; }
.site-footer__bottom a { color: #899094; }
.site-footer__bottom a:hover { color: #cda54b; }
.whatsapp-floating { width: 54px; height: 54px; right: 22px; bottom: 22px; background: #168a45; border: 1px solid rgba(255,255,255,.22); font-size: 24px; box-shadow: 0 8px 28px rgba(0,0,0,.24); }

/* Página de artigos */
.articles-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, rgba(205, 165, 75, .14), transparent 32%),
    #0d1012;
  color: #fff;
  padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(4.5rem, 8vw, 7rem);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.articles-hero::after {
  content: "";
  position: absolute;
  right: clamp(1.5rem, 6vw, 6rem);
  top: 2rem;
  width: clamp(10rem, 22vw, 20rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}

.articles-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, .65fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
}

.articles-hero h1 {
  max-width: 16ch;
  margin: 1.25rem 0 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 6.2vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.04em;
  font-weight: 650;
}

.articles-hero-intro {
  padding: 0 0 .45rem 1.5rem;
  border-left: 1px solid rgba(205, 165, 75, .55);
}

.articles-hero-intro p {
  color: #c5c9cb;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
}

.articles-hero-intro span {
  color: #cda54b;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

/* Seção de Conteúdo e Listagem de Cards */
.articles-catalog-section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: #f8f8f6;
}

.articles-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e0dfd9;
}

.articles-count-badge {
  color: #686b6b;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.articles-topics-filter {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.topic-chip {
  display: inline-flex;
  align-items: center;
  padding: .35rem .85rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #d4d5d2;
  color: #55595b;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .04em;
  text-decoration: none;
  transition: all .2s ease;
}

.topic-chip:hover,
.topic-chip.is-active {
  background: #111517;
  color: #cda54b;
  border-color: #111517;
}

/* Grid de Artigos - SEM imagens individuais conforme MODULES.md */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  gap: 2rem;
}

/* Card de Artigo Editorial com Animação Escalonada */
.article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 2.5rem);
  background: #fff;
  border: 1px solid #e2e4e0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(13, 16, 18, .03);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1), border-color .3s ease;
  animation: articleFadeUp .65s cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: var(--delay, 0s);
}

@keyframes articleFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.article-card:hover {
  transform: translateY(-5px);
  border-color: rgba(205, 165, 75, .6);
  box-shadow: 0 16px 36px rgba(13, 16, 18, .08);
}

.article-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.article-card-badge {
  display: inline-block;
  padding: .28rem .7rem;
  background: #fbf8f0;
  border: 1px solid rgba(205, 165, 75, .35);
  border-radius: 3px;
  color: #826628;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-card-index {
  color: #826628;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  font-family: monospace;
}

.article-card-body {
  flex: 1 1 auto;
  margin-bottom: 1.8rem;
}

.article-card-title {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  line-height: 1.22;
  letter-spacing: -.03em;
  font-weight: 650;
  color: #111517;
}

.article-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.article-card:hover .article-card-title a {
  color: #826628;
}

.article-card-excerpt {
  margin: 0;
  color: #5d6264;
  font-size: .94rem;
  line-height: 1.7;
}

.article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid #f0efeb;
}

.article-card-time {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #6d7274;
  font-size: .75rem;
  font-weight: 600;
}

.article-card-link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: #111517;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s ease;
}

.article-card-link i {
  color: #826628;
  transition: transform .25s ease;
}

.article-card:hover .article-card-link i {
  transform: translateX(4px);
}

/* Sistema de Paginação Visual Obrigatório (Padrão MODULES.md) */
.articles-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 4rem;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid #d4d5d2;
  border-radius: 4px;
  color: #161a1c;
  font-size: .84rem;
  font-weight: 750;
  text-decoration: none;
  transition: all .2s ease;
}

.pagination-btn:hover {
  background: #111517;
  color: #cda54b;
  border-color: #111517;
}

.pagination-btn.is-active {
  background: #cda54b;
  color: #111517;
  border-color: #cda54b;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(205, 165, 75, .3);
}

.pagination-btn.is-disabled {
  opacity: .45;
  pointer-events: none;
  background: #f4f3ef;
  border-color: #e2e4e0;
  color: #8c9092;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.75rem;
  color: #826628;
  font-weight: 800;
  font-size: 1rem;
}

/* Seção CTA para WhatsApp (Regra 9 do PATTERNS.md - Substituição Total de Formulários) */
.articles-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: #111517;
  color: #fff;
}

.articles-cta::before {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -16rem;
  width: 33rem;
  height: 33rem;
  border: 1px solid rgba(205, 165, 75, .18);
  border-radius: 50%;
}

.articles-cta-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}

.articles-cta h2 {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 650;
}

.articles-cta-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .8rem;
  min-height: 3.5rem;
  padding: 0 1.35rem;
  background: #cda54b;
  color: #111517;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.articles-cta-link:hover {
  background: #dfb95f;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .articles-hero-grid {
    grid-template-columns: 1fr;
  }

  .articles-hero-intro {
    max-width: 38rem;
  }

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

@media (max-width: 640px) {
  .articles-hero {
    padding-top: 4.5rem;
  }

  .articles-hero-grid {
    gap: 2.5rem;
  }

  .articles-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .articles-hero-intro {
    padding-left: 1rem;
  }

  .articles-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .articles-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Página de contato */
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background:
    linear-gradient(115deg, transparent 58%, rgba(205, 165, 75, .08) 58%),
    #0d1012;
  color: #fff;
}

.contact-hero::after {
  content: "";
  position: absolute;
  right: -11rem;
  top: -17rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
}

.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(21rem, .62fr);
  align-items: center;
  gap: clamp(3.5rem, 9vw, 9rem);
}

.contact-hero-copy h1 {
  max-width: 13ch;
  margin: 1.2rem 0 1.5rem;
  color: #ffffff;
  font-size: clamp(2.8rem, 6.4vw, 6rem);
  line-height: .94;
  letter-spacing: -.04em;
  font-weight: 650;
}

.contact-hero-copy > p:not(.section-kicker) {
  max-width: 39rem;
  margin: 0;
  color: #bfc4c6;
  font-size: 1rem;
  line-height: 1.75;
}

.contact-hero-status {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  margin-top: 2.4rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.contact-status-dot {
  flex: 0 0 auto;
  width: .55rem;
  height: .55rem;
  margin-top: .35rem;
  border-radius: 50%;
  background: #31be6b;
  box-shadow: 0 0 0 .3rem rgba(49, 190, 107, .12);
}

.contact-hero-status strong,
.contact-hero-status span {
  display: block;
}

.contact-hero-status strong {
  color: #f2f4f4;
  font-size: .85rem;
  font-weight: 750;
}

.contact-hero-status span {
  margin-top: .3rem;
  color: #8f979b;
  font-size: .78rem;
  line-height: 1.55;
}

.contact-primary-card {
  position: relative;
  padding: clamp(2rem, 4vw, 3.3rem);
  background: #f3f1eb;
  color: #15191b;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}

.contact-primary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #d2cfc6;
}

.contact-primary-top span {
  color: #7d6734;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-primary-top i {
  color: #168a45;
  font-size: 1.8rem;
}

.contact-primary-card h2 {
  margin: 2rem 0 .65rem;
  color: #6c7071;
  font-size: .83rem;
  font-weight: 700;
}

.contact-phone {
  display: inline-block;
  color: #111517;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 700;
  text-decoration: none;
}

.contact-primary-card > p {
  margin: 1.4rem 0 2rem;
  color: #626666;
  font-size: .93rem;
  line-height: 1.7;
}

.contact-primary-action {
  display: flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.2rem;
  background: #168a45;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.contact-primary-action:hover {
  background: #11743a;
  transform: translateY(-2px);
}

.contact-primary-action i {
  transition: transform .2s ease;
}

.contact-primary-action:hover i {
  transform: translateX(4px);
}

.contact-primary-card small {
  display: block;
  margin-top: .85rem;
  color: #838684;
  font-size: .72rem;
  line-height: 1.5;
}

.contact-directory {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: #fff;
}

.contact-directory-heading {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, .55fr);
  align-items: end;
  gap: 4rem;
  margin-bottom: clamp(2.8rem, 6vw, 5rem);
}

.contact-directory-heading h2 {
  max-width: 15ch;
  margin: .85rem 0 0;
  color: #131719;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 650;
}

.contact-directory-heading > p {
  max-width: 35rem;
  margin: 0;
  color: #64696a;
  font-size: 1rem;
  line-height: 1.7;
}

.contact-channel-list {
  border-top: 1px solid #d8d9d7;
}

.contact-channel {
  display: grid;
  grid-template-columns: 3rem 3.25rem minmax(0, 1fr) 3rem;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: 1.75rem 0;
  border-bottom: 1px solid #d8d9d7;
}

.contact-channel-index {
  align-self: start;
  padding-top: .25rem;
  color: #826628;
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.contact-channel-icon {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border: 1px solid #d4d5d2;
  color: #96752f;
  font-size: .9rem;
}

.contact-channel p {
  margin: 0 0 .35rem;
  color: #7d8182;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-channel h3 {
  margin: 0;
  color: #171b1d;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 650;
}

.contact-channel h3 a {
  color: inherit;
  text-decoration: none;
}

.contact-channel-address > div > span {
  display: block;
  margin-top: .45rem;
  color: #717576;
  font-size: .85rem;
  line-height: 1.55;
}

.contact-channel-arrow {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid #cbccc9;
  border-radius: 50%;
  color: #181c1e;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.contact-channel:hover .contact-channel-arrow {
  border-color: #15191b;
  background: #15191b;
  color: #fff;
}

.contact-location {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: #111517;
  color: #fff;
}

.contact-location-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .55fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.contact-location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-location-copy h2 {
  margin: 1rem 0 1.4rem;
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 650;
}

.contact-location-copy > p:not(.section-kicker) {
  margin: 0;
  color: #abb1b4;
  font-size: .98rem;
  line-height: 1.75;
}

.contact-location-detail {
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.contact-location-detail span,
.contact-location-detail strong {
  display: block;
}

.contact-location-detail span {
  color: #cda54b;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-location-detail strong {
  margin-top: .65rem;
  color: #f1f3f3;
  font-size: .9rem;
}

.contact-location-detail p {
  margin: .35rem 0 0;
  color: #90979a;
  font-size: .8rem;
  line-height: 1.55;
}

.contact-map {
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #202629;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 31rem;
  border: 0;
  filter: saturate(.8) contrast(1.05);
}

@media (max-width: 900px) {
  .contact-hero-grid,
  .contact-directory-heading,
  .contact-location-grid {
    grid-template-columns: 1fr;
  }

  .contact-primary-card {
    max-width: 39rem;
  }

  .contact-directory-heading {
    gap: 1.5rem;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 27rem;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    padding-top: 4.25rem;
  }

  .contact-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .contact-primary-card {
    padding: 1.7rem 1.25rem;
  }

  .contact-phone {
    font-size: 1.85rem;
  }

  .contact-channel {
    grid-template-columns: 2rem minmax(0, 1fr) 2.7rem;
    gap: .8rem;
    padding: 1.4rem 0;
  }

  .contact-channel-icon {
    display: none;
  }

  .contact-channel-index {
    grid-column: 1;
  }

  .contact-channel > div:nth-of-type(2) {
    grid-column: 2;
  }

  .contact-channel-arrow {
    grid-column: 3;
    width: 2.55rem;
    height: 2.55rem;
  }

  .contact-channel h3 {
    overflow-wrap: anywhere;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 22rem;
  }
}

/* Página A empresa */
.about-hero { background: #0d1012; color: #fff; }
.about-hero__grid { display: grid; grid-template-columns: 45% 55%; min-height: 680px; }
.about-hero__copy { align-self: center; padding: 90px 68px 90px 0; }
.about-hero h1 { max-width: 660px; margin-top: 24px; color: #fff; font-size: clamp(3.7rem, 5.8vw, 6.25rem); line-height: .95; letter-spacing: -.07em; }
.about-hero__copy > p:not(.eyebrow) { max-width: 540px; margin-top: 30px; color: #b2b9bc; font-size: 1.0625rem; line-height: 1.75; }
.about-hero__copy .text-link { margin-top: 36px; }
.about-hero__image { position: relative; min-width: 0; }
.about-hero__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,16,18,.25), transparent 35%); pointer-events: none; }
.about-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.about-hero__stamp { position: absolute; z-index: 1; right: 24px; bottom: 24px; min-width: 158px; padding: 18px 20px; background: rgba(13,16,18,.9); border-left: 2px solid #cda54b; backdrop-filter: blur(12px); }
.about-hero__stamp strong, .about-hero__stamp span { display: block; }
.about-hero__stamp strong { color: #fff; font-size: 1rem; }
.about-hero__stamp span { margin-top: 4px; color: #aeb4b8; font-size: .75rem; }

.about-story { padding: 120px 0; background: #fff; }
.about-story__grid { display: grid; grid-template-columns: .48fr 1.52fr; gap: 100px; }
.about-story__aside { padding-top: 10px; }
.about-story__year { margin-top: 44px; color: #111517; font-size: clamp(4.5rem, 8vw, 7.5rem); font-weight: 800; line-height: .9; letter-spacing: -.08em; }
.about-story__aside > p:last-child { max-width: 220px; margin-top: 20px; color: #70787b; font-size: .8125rem; line-height: 1.65; }
.about-story__content h2 { max-width: 820px; color: #111517; font-size: clamp(2.8rem, 4.8vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.about-story__body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 50px; margin-top: 52px; padding-top: 34px; border-top: 1px solid #dce0e1; }
.about-story__body p { color: #626b6f; font-size: .9375rem; line-height: 1.82; }
.about-story__body p:first-child { color: #292f32; font-size: 1.0625rem; }

.about-operation { padding: 118px 0; background: #111517; color: #fff; }
.about-operation__heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.about-operation__heading h2 { max-width: 820px; margin-top: 20px; color: #fff; font-size: clamp(2.8rem, 4.7vw, 5rem); line-height: .99; letter-spacing: -.06em; }
.about-operation__heading > p { max-width: 390px; color: #a6adb0; font-size: .9375rem; line-height: 1.75; }
.about-operation__body { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: stretch; }
.about-operation__image { min-height: 620px; overflow: hidden; }
.about-operation__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.about-operation__list { border-top: 1px solid rgba(255,255,255,.15); }
.about-operation__list li { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 46px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.about-operation__list > li > span { color: #cda54b; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.about-operation__list h3 { margin-bottom: 12px; color: #fff; font-size: 1.45rem; }
.about-operation__list p { max-width: 550px; color: #9fa6a9; font-size: .875rem; line-height: 1.8; }

.about-principles { padding: 112px 0 126px; background: #f1f3f3; }
.about-principles__heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 80px; align-items: start; margin-bottom: 62px; }
.about-principles__heading h2 { max-width: 800px; color: #111517; font-size: clamp(2.7rem, 4.5vw, 4.8rem); line-height: 1; letter-spacing: -.06em; }
.about-principles__list { border-top: 1px solid #cfd5d6; }
.about-principles__list article { display: grid; grid-template-columns: .25fr .75fr 1fr; gap: 40px; align-items: start; padding: 35px 0; border-bottom: 1px solid #cfd5d6; }
.about-principles__list article > span { color: #96752f; font-size: .75rem; font-weight: 800; }
.about-principles__list h3 { color: #111517; font-size: 1.35rem; }
.about-principles__list p { max-width: 530px; color: #626b6f; font-size: .875rem; line-height: 1.75; }

.about-cta { background: #0d1012; color: #fff; }
.about-cta__grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 640px; }
.about-cta__image { margin-left: calc((1240px - 100vw) / 2); min-width: 0; overflow: hidden; }
.about-cta__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.about-cta__copy { align-self: center; padding: 82px 0 82px 88px; }
.about-cta h2 { max-width: 700px; margin-top: 21px; color: #fff; font-size: clamp(2.8rem, 4.4vw, 4.7rem); line-height: 1; letter-spacing: -.06em; }
.about-cta__copy > p:not(.eyebrow) { max-width: 500px; margin-top: 28px; color: #aeb4b8; font-size: .9375rem; line-height: 1.75; }
.about-cta .button { margin-top: 34px; }

@media (max-width: 1279px) {
  .about-cta__image { margin-left: -20px; }
}

@media (max-width: 1023px) {
  .about-hero__grid, .about-story__grid, .about-operation__heading, .about-operation__body, .about-principles__heading, .about-cta__grid { grid-template-columns: 1fr; }
  .about-hero__copy { padding: 76px 0 58px; }
  .about-hero__image { min-height: 520px; }
  .about-story, .about-operation, .about-principles { padding: 88px 0; }
  .about-story__grid, .about-operation__heading, .about-operation__body, .about-principles__heading { gap: 44px; }
  .about-story__aside { display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: end; }
  .about-story__year { margin: 0; font-size: 4rem; }
  .about-operation__image { min-height: 500px; }
  .about-cta__image { min-height: 500px; margin: 0 -20px; }
  .about-cta__copy { padding: 72px 0; }
}

@media (max-width: 639px) {
  .about-hero h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .about-hero__image { min-height: 390px; }
  .about-story, .about-operation, .about-principles { padding: 68px 0; }
  .about-story__aside { display: block; }
  .about-story__year { margin-top: 28px; }
  .about-story__body { grid-template-columns: 1fr; margin-top: 36px; }
  .about-operation__image { min-height: 430px; }
  .about-operation__list li { grid-template-columns: 34px 1fr; gap: 10px; padding: 34px 0; }
  .about-principles__list article { grid-template-columns: 34px 1fr; gap: 12px; }
  .about-principles__list article p { grid-column: 2; }
  .about-cta__image { min-height: 420px; margin: 0 -16px; }
  .about-cta__copy { padding: 62px 0; }
}

/* Página Serviços */
.services-hero { padding: 104px 0 96px; background: #0d1012; color: #fff; }
.services-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; align-items: end; }
.services-hero h1 { max-width: 760px; margin-top: 24px; color: #fff; font-size: clamp(3.7rem, 5.7vw, 6.2rem); line-height: .95; letter-spacing: -.04em; }
.services-hero__copy > p:not(.eyebrow) { max-width: 620px; margin-top: 30px; color: #b0b7ba; font-size: 1.0625rem; line-height: 1.75; }
.services-hero .button { margin-top: 36px; }
.services-index { border-top: 1px solid rgba(255,255,255,.16); }
.services-index a { display: grid; grid-template-columns: 38px 1fr 14px; gap: 15px; align-items: center; min-height: 62px; padding: 0 8px; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; transition: padding .2s ease, background .2s ease; }
.services-index a:hover { padding-inline: 16px; background: rgba(255,255,255,.04); }
.services-index span { color: #cda54b; font-size: .6875rem; font-weight: 800; }
.services-index strong { font-size: .875rem; font-weight: 600; }
.services-index i { color: #7e8588; font-size: .6875rem; }

.service-primary { padding: 120px 0; background: #fff; }
.service-primary__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 82px; align-items: center; }
.service-primary__image { position: relative; min-height: 610px; overflow: hidden; }
.service-primary__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.service-primary__image > span { position: absolute; left: 24px; bottom: 24px; padding: 12px 15px; background: rgba(13,16,18,.9); color: #d7b45f; font-size: .6875rem; font-weight: 800; letter-spacing: .12em; }
.service-primary__copy h2 { max-width: 620px; margin-top: 18px; color: #111517; font-size: clamp(2.9rem, 4.6vw, 4.9rem); line-height: .98; letter-spacing: -.06em; }
.service-primary__copy > p:not(.eyebrow) { max-width: 600px; margin-top: 27px; color: #626b6f; font-size: .9375rem; line-height: 1.8; }
.service-primary__copy > ul { margin-top: 34px; border-top: 1px solid #dce0e1; }
.service-primary__copy > ul li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid #dce0e1; }
.service-primary__copy > ul i { padding-top: 4px; color: #96752f; }
.service-primary__copy > ul span, .service-primary__copy > ul strong { display: block; }
.service-primary__copy > ul span { color: #71797d; font-size: .8125rem; line-height: 1.55; }
.service-primary__copy > ul strong { margin-bottom: 3px; color: #171b1d; font-size: .875rem; }
.service-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.service-whatsapp { display: inline-flex; align-items: center; gap: 9px; padding: 9px 0; border-bottom: 1px solid #aeb4b8; color: #111517; font-size: .8125rem; font-weight: 700; }
.service-whatsapp i { color: #168a45; font-size: 1rem; }

.service-directory { border-top: 1px solid #d9ddde; }
.service-entry { padding: 86px 0; background: #f4f5f5; border-bottom: 1px solid #d9ddde; scroll-margin-top: 90px; }
.service-entry--alt { background: #fff; }
.service-entry__grid { display: grid; grid-template-columns: .8fr 72px 1.2fr; gap: 34px; align-items: center; }
.service-entry__image { min-height: 350px; overflow: hidden; }
.service-entry__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-entry:hover .service-entry__image img { transform: scale(1.025); }
.service-entry__number { align-self: start; padding-top: 7px; color: #96752f; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.service-entry__copy { max-width: 620px; }
.service-entry__label { color: #96752f !important; font-size: .6875rem !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-entry__copy h2 { margin-top: 13px; color: #111517; font-size: clamp(2.1rem, 3.4vw, 3.7rem); line-height: 1; letter-spacing: -.055em; }
.service-entry__copy > p:not(.service-entry__label) { max-width: 570px; margin-top: 20px; color: #626b6f; font-size: .875rem; line-height: 1.75; }
.service-entry__copy ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 24px; }
.service-entry__copy li { position: relative; padding-left: 14px; color: #4f585c; font-size: .75rem; font-weight: 600; }
.service-entry__copy li::before { content: ''; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; background: #cda54b; }
.service-entry__copy > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid #9fa6a9; color: #111517; font-size: .8125rem; font-weight: 700; }
.service-entry__copy > a:hover { border-color: #96752f; color: #96752f; }
.service-entry--alt .service-entry__image { grid-column: 3; grid-row: 1; }
.service-entry--alt .service-entry__number { grid-column: 2; grid-row: 1; }
.service-entry--alt .service-entry__copy { grid-column: 1; grid-row: 1; }

.services-help { padding: 102px 0; background: #0d1012; color: #fff; }
.services-help__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.services-help h2 { max-width: 760px; margin-top: 20px; color: #fff; font-size: clamp(2.9rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.services-help__grid > div:last-child > p { max-width: 470px; color: #aeb4b8; font-size: .9375rem; line-height: 1.75; }
.services-help .button { margin-top: 28px; }

@media (max-width: 1023px) {
  .services-hero { padding: 80px 0; }
  .services-hero__grid, .service-primary__grid, .services-help__grid { grid-template-columns: 1fr; gap: 54px; }
  .service-primary { padding: 88px 0; }
  .service-primary__image { min-height: 520px; }
  .service-entry { padding: 68px 0; }
  .service-entry__grid { grid-template-columns: .85fr 48px 1.15fr; gap: 22px; }
  .service-entry__image { min-height: 310px; }
}

@media (max-width: 767px) {
  .service-entry__grid { grid-template-columns: 34px 1fr; gap: 18px; }
  .service-entry__image, .service-entry--alt .service-entry__image { grid-column: 1 / -1; grid-row: 1; min-height: 330px; }
  .service-entry__number, .service-entry--alt .service-entry__number { grid-column: 1; grid-row: 2; }
  .service-entry__copy, .service-entry--alt .service-entry__copy { grid-column: 2; grid-row: 2; }
}

@media (max-width: 639px) {
  .services-hero { padding: 68px 0; }
  .services-hero h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .service-primary { padding: 68px 0; }
  .service-primary__image { min-height: 400px; }
  .service-actions { align-items: stretch; flex-direction: column; }
  .service-entry { padding: 54px 0; }
  .service-entry__image, .service-entry--alt .service-entry__image { min-height: 280px; }
  .service-entry__copy ul { display: block; }
  .service-entry__copy li { margin: 9px 0; }
  .services-help { padding: 68px 0; }
}

/* Página Clientes e parceiros */
.partners-hero { padding: 112px 0 104px; background: #0d1012; color: #fff; }
.partners-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 110px; align-items: end; }
.partners-hero h1 { max-width: 850px; margin-top: 24px; color: #fff; font-size: clamp(3.8rem, 6vw, 6.4rem); line-height: .94; letter-spacing: -.04em; }
.partners-hero__aside > p { max-width: 470px; color: #b0b7ba; font-size: 1rem; line-height: 1.78; }
.partners-hero__aside .text-link { margin-top: 34px; }

.partner-feature { padding: 108px 0; background: #fff; scroll-margin-top: 90px; }
.partner-feature__grid { display: grid; grid-template-columns: .78fr 1fr .55fr; gap: 66px; align-items: center; }
.partner-feature__logo { display: grid; min-height: 330px; place-items: center; padding: 54px; background: #f1f3f3; border: 1px solid #d9ddde; }
.partner-feature__logo img { width: 100%; max-width: 285px; max-height: 190px; object-fit: contain; }
.partner-feature__copy h2 { max-width: 590px; margin-top: 17px; color: #111517; font-size: clamp(2.7rem, 4.2vw, 4.6rem); line-height: .98; letter-spacing: -.06em; }
.partner-feature__copy > p:not(.eyebrow) { max-width: 580px; margin-top: 25px; color: #626b6f; font-size: .9375rem; line-height: 1.8; }
.partner-feature__copy > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid #9fa6a9; color: #111517; font-size: .8125rem; font-weight: 700; }
.partner-feature__copy > a i { color: #96752f; font-size: .7rem; }
.partner-feature__note { padding: 26px 0 26px 28px; border-left: 1px solid #cda54b; }
.partner-feature__note span { color: #96752f; font-size: .6875rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.partner-feature__note p { margin-top: 12px; color: #626b6f; font-size: .8125rem; line-height: 1.65; }

.partner-wall { padding: 112px 0 126px; background: #f1f3f3; border-top: 1px solid #d9ddde; }
.partner-wall__heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: start; margin-bottom: 60px; }
.partner-wall__heading h2 { max-width: 780px; color: #111517; font-size: clamp(2.8rem, 4.5vw, 4.8rem); line-height: 1; letter-spacing: -.06em; }
.partner-wall__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfd5d6; border-left: 1px solid #cfd5d6; }
.partner-tile { display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; padding: 25px 28px 24px; border-right: 1px solid #cfd5d6; border-bottom: 1px solid #cfd5d6; background: #fff; color: #111517; transition: transform .2s ease, box-shadow .2s ease; }
.partner-tile:hover { z-index: 1; transform: translateY(-4px); box-shadow: 0 18px 38px rgba(20,25,27,.1); }
.partner-tile__category { color: #747c80; font-size: .6875rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.partner-tile img { width: 100%; height: 120px; padding: 16px 26px; object-fit: contain; filter: none; opacity: 1; }
.partner-tile__name { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid #e2e5e6; font-size: .8125rem; font-weight: 700; }
.partner-tile__name i { color: #96752f; font-size: .65rem; transform: rotate(45deg); }

.partner-work { padding: 112px 0; background: #111517; color: #fff; }
.partner-work__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; }
.partner-work__intro h2 { max-width: 640px; margin-top: 21px; color: #fff; font-size: clamp(2.8rem, 4.5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.partner-work__items { border-top: 1px solid rgba(255,255,255,.15); }
.partner-work__items article { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.partner-work__items article > span { color: #cda54b; font-size: .75rem; font-weight: 800; }
.partner-work__items h3 { margin-bottom: 9px; color: #fff; font-size: 1.3rem; }
.partner-work__items p { color: #9fa6a9; font-size: .875rem; line-height: 1.7; }

.partners-cta { padding: 98px 0; background: #fff; }
.partners-cta__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.partners-cta h2 { max-width: 720px; margin-top: 20px; color: #111517; font-size: clamp(2.9rem, 4.7vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.partners-cta__grid > div:last-child > p { max-width: 480px; color: #626b6f; font-size: .9375rem; line-height: 1.75; }
.partners-cta .button { margin-top: 28px; }

@media (max-width: 1023px) {
  .partners-hero { padding: 82px 0; }
  .partners-hero__grid, .partner-feature__grid, .partner-wall__heading, .partner-work__grid, .partners-cta__grid { grid-template-columns: 1fr; gap: 46px; }
  .partner-feature, .partner-wall, .partner-work, .partners-cta { padding: 86px 0; }
  .partner-feature__grid { grid-template-columns: .75fr 1.25fr; }
  .partner-feature__note { grid-column: 1 / -1; }
  .partner-wall__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 639px) {
  .partners-hero { padding: 68px 0; }
  .partners-hero h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .partner-feature, .partner-wall, .partner-work, .partners-cta { padding: 68px 0; }
  .partner-feature__grid { grid-template-columns: 1fr; }
  .partner-feature__logo { min-height: 260px; padding: 40px; }
  .partner-feature__note { grid-column: auto; }
  .partner-wall__grid { grid-template-columns: 1fr; }
  .partner-tile { min-height: 260px; }
  .partner-work__items article { grid-template-columns: 35px 1fr; gap: 12px; }
}

@media (max-width: 767px) {
  .site-footer { padding-top: 60px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { grid-template-columns: 1fr; gap: 13px; }
  .site-footer__bottom > p:last-child { text-align: left; }
}

/* Traços e Linhas Arquitetônicas */
.hairline-b {
  border-bottom: 1px solid #E5E7EB;
}

.hairline-t {
  border-top: 1px solid #E5E7EB;
}

.hairline-dark-b {
  border-bottom: 1px solid var(--color-slate-border);
}

.hairline-dark-t {
  border-top: 1px solid var(--color-slate-border);
}

/* Numerais Editoriais */
.numeral-accent {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--color-gold-dark);
}

/* Navbar Scrolled State */
.glass-header {
  background: rgba(10, 13, 20, 0.98);
  border-bottom: 1px solid var(--color-slate-border);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.glass-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

/* Links de Navegação */
.nav-link-custom {
  position: relative;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #94A3B8;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

.nav-link-custom:hover {
  color: #FFFFFF;
}

.nav-link-custom.active {
  color: #D4AF37;
  font-weight: 600;
}

.nav-link-custom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #D4AF37;
  transition: width 0.25s ease;
}

.nav-link-custom:hover::after,
.nav-link-custom.active::after {
  width: 100%;
}

/* Botões Editoriais Sóbrios (Cantos controlados e precisos) */
.btn-concierge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--color-ink-primary);
  color: #FFFFFF;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: 1px solid #2A2E39;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.btn-concierge:hover {
  background: #000000;
  border-color: var(--color-gold);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.btn-concierge-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #B38E36;
  color: #0A0D14;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: 1px solid #C59B27;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.btn-concierge-gold:hover {
  background: #C59B27;
  color: #000000;
  transform: translateY(-1px);
}

.btn-concierge-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: transparent;
  color: var(--color-ink-primary);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: 1px solid #D1D5DB;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.btn-concierge-outline:hover {
  background: var(--color-ink-primary);
  border-color: var(--color-ink-primary);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.btn-whatsapp-direct,
.btn-whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #1B8A44;
  color: #FFFFFF !important;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 1.85rem;
  border: 1px solid #23A051;
  border-radius: 2px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-whatsapp-direct:hover,
.btn-whatsapp-cta:hover {
  background: #167238;
  border-color: #2ED169;
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(27, 138, 68, 0.3);
}

.btn-dark-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--color-ink-primary);
  color: #FFFFFF !important;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid #2A2E39;
  border-radius: 2px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-dark-luxury:hover {
  background: #000000;
  border-color: var(--color-gold);
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

/* Botão Flutuante de Atendimento WhatsApp (Discreto e Seguro) */
.whatsapp-floating {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1B8A44;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-size: 28px;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.whatsapp-floating:hover {
  background: #167238;
  transform: scale(1.08);
  color: #FFFFFF;
}

/* Moldura Editorial para Imagens */
.editorial-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #E5E7EB;
}

.editorial-frame img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-frame:hover img {
  transform: scale(1.03);
}

/* Mesa de Cotação de Rota (Linhas Retas & Integradas) */
.booking-desk {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 2px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
}

.booking-desk-dark {
  background: #111726;
  border: 1px solid var(--color-slate-border);
  border-radius: 2px;
}

/* Overrides finais dos componentes compartilhados */
.glass-header { background: #0d1012; border-color: rgba(255, 255, 255, 0.1); }
.nav-link-custom { color: #aeb4b8; font-size: .8125rem; letter-spacing: 0; font-weight: 600; }
.nav-link-custom.active { color: #fff; font-weight: 700; }
.nav-link-custom::after { height: 1px; background: #cda54b; }
.whatsapp-floating { width: 54px; height: 54px; right: 22px; bottom: 22px; background: #168a45; border: 1px solid rgba(255,255,255,.22); font-size: 24px; box-shadow: 0 8px 28px rgba(0,0,0,.24); }

/* ============================================================
   PÁGINAS DE SERVIÇOS INDIVIDUAIS (DESIGN EDITORIAL INTERNO)
   ============================================================ */

.service-detail-hero {
  padding: 104px 0 96px;
  background: #0d1012;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-detail-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}

.service-detail-hero h1 {
  max-width: 680px;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(2.8rem, 4.8vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.service-detail-hero__lead {
  max-width: 580px;
  margin-top: 24px;
  color: #b0b7ba;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.service-detail-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.service-detail-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d2d7da;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.service-badge i {
  color: #cda54b;
  font-size: 0.75rem;
}

.service-detail-hero__visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #111517;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.service-detail-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.service-detail-hero__visual:hover img {
  transform: scale(1.03);
}

.service-detail-hero__caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 14px 18px;
  background: rgba(13, 16, 18, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
}

.service-detail-hero__caption strong {
  color: #cda54b;
  font-weight: 700;
}

/* Seção de Conteúdo e Especificações */
.service-content-section {
  padding: 104px 0;
  background: #fff;
}

.service-content-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: start;
}

.service-prose h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-top: 16px;
  color: #111517;
}

.service-prose-body {
  margin-top: 24px;
  color: #555d61;
  font-size: 1rem;
  line-height: 1.8;
}

.service-prose-body p {
  margin-bottom: 18px;
}

.service-prose-body strong {
  color: #111517;
}

.service-specs-card {
  padding: 36px;
  background: #f8f9fa;
  border: 1px solid #dfe3e4;
}

.service-specs-card h3 {
  font-size: 1.25rem;
  color: #111517;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe3e4;
}

.service-specs-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-spec-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.service-spec-num {
  font-size: 0.75rem;
  font-weight: 800;
  color: #96752f;
  letter-spacing: 0.08em;
  padding-top: 2px;
}

.service-spec-item strong {
  display: block;
  font-size: 0.875rem;
  color: #111517;
  margin-bottom: 2px;
}

.service-spec-item p {
  font-size: 0.8125rem;
  color: #6a7377;
  line-height: 1.5;
  margin: 0;
}

/* Pilares do Serviço */
.service-pillars-section {
  padding: 96px 0;
  background: #f4f5f5;
  border-top: 1px solid #dce0e1;
  border-bottom: 1px solid #dce0e1;
}

.service-pillars-heading {
  margin-bottom: 48px;
}

.service-pillars-heading h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.04em;
  color: #111517;
}

.service-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-pillar-card {
  padding: 36px;
  background: #fff;
  border: 1px solid #dce0e1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-pillar-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(17, 21, 23, 0.06);
}

.service-pillar-num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #96752f;
  margin-bottom: 14px;
  display: block;
}

.service-pillar-card h3 {
  font-size: 1.25rem;
  color: #111517;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.service-pillar-card p {
  font-size: 0.875rem;
  color: #656d71;
  line-height: 1.7;
}

/* Opções / Destinos / Frota Recomendada */
.service-subgrid-section {
  padding: 96px 0;
  background: #fff;
}

.service-subgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.service-subcard {
  padding: 32px;
  background: #fff;
  border: 1px solid #dfe3e4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s ease;
}

.service-subcard:hover {
  border-color: #cda54b;
}

.service-subcard__tag {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #96752f;
  margin-bottom: 12px;
}

.service-subcard h3 {
  font-size: 1.35rem;
  color: #111517;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.service-subcard p {
  font-size: 0.875rem;
  color: #626b6f;
  line-height: 1.65;
}

.service-subcard ul {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #edf0f1;
  list-style: none;
}

.service-subcard li {
  position: relative;
  padding-left: 14px;
  font-size: 0.8125rem;
  color: #555d61;
  margin-bottom: 8px;
}

.service-subcard li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  background: #cda54b;
}

/* ============================================================
   PÁGINAS JURÍDICAS E INSTITUCIONAIS (TERMOS E PRIVACIDADE)
   ============================================================ */

.legal-hero {
  padding: 88px 0 76px;
  background: #0d1012;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-hero h1 {
  margin-top: 18px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  letter-spacing: -0.05em;
  line-height: 1.05;
  color: #fff;
}

.legal-hero__lead {
  max-width: 640px;
  margin-top: 18px;
  color: #aeb4b8;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.legal-hero__meta {
  display: flex;
  gap: 20px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8c9396;
  font-size: 0.75rem;
  font-weight: 600;
}

.legal-body {
  padding: 88px 0 104px;
  background: #fff;
}

.legal-container {
  max-width: 860px;
  margin: 0 auto;
}

.legal-clause {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e6e7;
}

.legal-clause:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.legal-clause__header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 16px;
}

.legal-clause__num {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #96752f;
}

.legal-clause h2 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  color: #111517;
  letter-spacing: -0.025em;
}

.legal-clause p {
  color: #555d61;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 14px;
}

.legal-clause p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   MAPA DO SITE E PÁGINA 404
   ============================================================ */

.sitemap-stats-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  background: #f8f9fa;
  border: 1px solid #dfe3e4;
  margin-bottom: 56px;
}

.sitemap-stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sitemap-stat-number {
  font-size: 1.85rem;
  font-weight: 800;
  color: #111517;
  letter-spacing: -0.04em;
  line-height: 1;
}

.sitemap-stat-label {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #818a8e;
  margin-bottom: 4px;
}

.sitemap-group {
  margin-bottom: 56px;
}

.sitemap-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dfe3e4;
}

.sitemap-group__title h3 {
  font-size: 1.25rem;
  color: #111517;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sitemap-group__title h3 span {
  width: 6px;
  height: 6px;
  background: #cda54b;
}

.sitemap-group__title small {
  color: #8a9396;
  font-size: 0.75rem;
}

.sitemap-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
  background: #fff;
  border: 1px solid #dfe3e4;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}

.sitemap-card:hover {
  border-color: #cda54b;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(17, 21, 23, 0.05);
}

.sitemap-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #f8f9fa;
  border: 1px solid #dfe3e4;
  color: #96752f;
  font-size: 0.9375rem;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.sitemap-card:hover .sitemap-card__icon {
  background: #111517;
  color: #cda54b;
  border-color: #111517;
}

.sitemap-card__info strong {
  display: block;
  font-size: 0.875rem;
  color: #111517;
  margin-bottom: 2px;
}

.sitemap-card__info span {
  display: block;
  font-size: 0.75rem;
  color: #8c9497;
  font-family: monospace;
}

/* 404 */
.not-found-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 0;
  background: #f8f9fa;
  border-bottom: 1px solid #dfe3e4;
  text-align: center;
}

.not-found-number {
  font-size: clamp(5.5rem, 14vw, 9.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #111517;
  margin: 16px 0;
}

.not-found-hero h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #111517;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.not-found-hero p {
  max-width: 520px;
  margin: 0 auto 36px;
  color: #666e72;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.not-found-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Responsividade dos Detalhes */
@media (max-width: 1023px) {
  .service-detail-hero__grid,
  .service-content-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .service-pillars-grid {
    grid-template-columns: 1fr;
  }
  .service-detail-hero__visual {
    min-height: 380px;
  }
}

@media (max-width: 639px) {
  .service-detail-hero {
    padding: 72px 0 64px;
  }
  .service-detail-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .service-content-section,
  .service-pillars-section,
  .service-subgrid-section {
    padding: 64px 0;
  }
  .service-specs-card,
  .service-pillar-card,
  .service-subcard {
    padding: 24px;
  }
  .sitemap-stats-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   PÁGINAS DE SERVIÇOS LOCAIS & ARTIGOS EDITORIAIS (BAIRROS / BOOTSTRAP LEGACY)
   ============================================================ */

/* Page Header Editorial */
.page-header {
  background: linear-gradient(135deg, #0A0D14 0%, #151b26 100%);
  border-bottom: 1px solid rgba(179, 142, 54, 0.25);
  padding: 88px 0 78px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(179, 142, 54, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-header h1,
.page-header .display-1 {
  font-family: var(--font-serif);
  color: #ffffff !important;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0;
  max-width: 950px;
}

/* Containers e Grids de Compatibilidade */
.container,
.container-fluid .container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}
.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

/* Espaçamentos e Utilitários */
.py-5 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Imagem do Serviço e Float Responsivo */
.img-servico {
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 20px 45px -15px rgba(10, 13, 20, 0.18);
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.img-servico:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 50px -12px rgba(10, 13, 20, 0.22);
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2rem !important;
    width: 46% !important;
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .float-md-start,
  .w-50 {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2rem !important;
    display: block;
    height: 260px;
  }
}

/* Tipografia do Artigo / Conteúdo */
.fs-5 {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: var(--color-ink-secondary);
}
.fs-5 p {
  margin-bottom: 1.4rem;
  color: #334155;
  font-size: 1.0625rem;
  line-height: 1.8;
  text-align: justify;
}
.fs-5 p:first-of-type {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-ink-primary);
  line-height: 1.45;
  letter-spacing: -0.02em;
  margin-bottom: 1.8rem;
  border-left: 4px solid var(--color-gold);
  padding-left: 18px;
  background: #f8fafc;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 0 8px 8px 0;
}
.fs-5 h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--color-ink-primary);
  letter-spacing: -0.03em;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  border-left: 4px solid var(--color-gold);
  padding-left: 18px;
  clear: both;
}

/* Botão de Conversão WhatsApp */
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #25D366 0%, #1ea952 100%);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  margin-top: 1.5rem;
  clear: both;
}
.whatsapp-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2ae06d 0%, #20b859 100%);
  box-shadow: 0 16px 32px -6px rgba(37, 211, 102, 0.55);
  color: #ffffff !important;
}
.whatsapp-button i {
  font-size: 1.35rem;
}

/* Seção Outros Serviços (include/outros-artigos.php) */
.bg-light {
  background-color: #f8fafc !important;
  border-top: 1px solid #e2e8f0;
}
h2.fw-bolder {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: var(--color-ink-primary);
  text-align: center;
  letter-spacing: -0.03em;
  margin-bottom: 2.5rem;
}
.row-cols-2.row-cols-md-3.row-cols-xl-4 {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin: 0 !important;
}
.row-cols-2.row-cols-md-3.row-cols-xl-4 > .col {
  padding: 0 !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
  margin-bottom: 0 !important;
}
.card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.04);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -10px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}
.card-img-top {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.card:hover .card-img-top {
  transform: scale(1.03);
}
.card-body {
  padding: 22px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.card-body h5.fw-bolder {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--color-ink-primary);
  line-height: 1.35;
  margin: 0;
}
.card-footer {
  padding: 0 20px 22px 20px;
  background: transparent !important;
  border-top: none !important;
  display: flex;
  justify-content: center;
}
.btn.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1.5px solid #0f172a;
  border-radius: 9999px;
  color: #0f172a;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
}
.btn.btn-outline-dark:hover {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 6px 16px -4px rgba(15, 23, 42, 0.25);
}
