@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:wght@400;500;600;700;800&display=swap");

/*
Projeto: Site Profissional Robson Ventura
Autor: Robson Ventura - Estrategista de Comunicação
*/

:root {
  --navy-950: #020c1d;
  --navy-900: #06152b;
  --navy-850: #0a1c36;
  --navy-800: #102a4b;
  --blue-600: #0878f9;
  --blue-500: #1687ff;
  --blue-100: #e9f3ff;
  --ink: #101f39;
  --muted: #5c6677;
  --line: #dfe5ed;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --shadow: 0 10px 28px rgba(11, 30, 57, .08);
  --container: 930px;
  --header-height: 50px;
  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue-600);
  border-radius: 8px;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  color: #fff;
  background: rgba(2, 12, 29, .98);
  border-bottom: 1px solid rgba(255,255,255,.11);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(0,0,0,.2); background: rgba(2,12,29,.94); backdrop-filter: blur(14px); }
.header-inner {
  width: min(calc(100% - 44px), 1040px);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.wordmark {
  justify-self: start;
  color: #fff;
  font-size: 18px;
  letter-spacing: -.04em;
  text-decoration: none;
}
.wordmark strong { font-weight: 760; }
.main-nav { display: flex; align-items: center; gap: 27px; height: 100%; }
.nav-link {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  color: rgba(255,255,255,.91);
  font-size: 12px;
  text-decoration: none;
  transition: color .2s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--blue-500);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.nav-link:hover, .nav-link.is-active { color: #fff; }
.nav-link.is-active::after { transform: scaleX(1); }
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  color: #fff;
  background: linear-gradient(135deg, #0878f9, #0868dc);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  box-shadow: 0 7px 18px rgba(8,120,249,.27);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.header-cta svg { width: 15px; height: 15px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 328px;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 57%;
  background: url("../images/hero-robson.png") center center / cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #020c1d 0%, #020c1d 36%, rgba(2,12,29,.86) 49%, rgba(2,12,29,.08) 72%, rgba(2,12,29,.02) 100%),
    linear-gradient(180deg, rgba(2,12,29,.08), rgba(2,12,29,.12));
}
.hero-network,
.contact-network {
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    radial-gradient(circle at 8% 18%, rgba(22,135,255,.95) 0 1px, transparent 1.5px),
    radial-gradient(circle at 15% 42%, rgba(22,135,255,.9) 0 1px, transparent 1.5px),
    radial-gradient(circle at 22% 12%, rgba(22,135,255,.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 31% 52%, rgba(22,135,255,.7) 0 1px, transparent 1.5px),
    linear-gradient(25deg, transparent 49.6%, rgba(22,135,255,.2) 49.8% 50.2%, transparent 50.4%),
    linear-gradient(152deg, transparent 49.6%, rgba(22,135,255,.16) 49.8% 50.2%, transparent 50.4%);
  background-size: 140px 110px, 180px 130px, 210px 170px, 240px 160px, 180px 150px, 230px 170px;
  background-position: 0 0, 70px 10px, 20px 65px, 120px 30px, 0 0, 40px 0;
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 328px;
  display: flex;
  align-items: center;
}
.hero-copy { width: 52%; padding: 27px 0 24px; }
.event-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  padding: 5px 11px;
  border: 1px solid rgba(22,135,255,.9);
  border-radius: 999px;
  color: #eef7ff;
  font-size: 10px;
  background: rgba(8,35,70,.48);
}
.event-badge svg { width: 12px; height: 12px; color: var(--blue-500); }
.hero h1 {
  max-width: 520px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 3.45vw, 43px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.035em;
}
.hero h1 span { color: var(--blue-500); }
.hero p {
  max-width: 460px;
  margin: 14px 0 17px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 38px;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue-600); border: 1px solid var(--blue-600); box-shadow: 0 8px 20px rgba(8,120,249,.22); }
.button-outline { color: #fff; background: rgba(6,21,43,.45); border: 1px solid rgba(22,135,255,.9); }
.button-outline svg { width: 14px; height: 14px; }
.button-outline-light { color: #fff; background: transparent; border: 1px solid rgba(39,146,255,.9); }

.profile-section { background: #fff; padding: 17px 0 15px; }
.profile-grid {
  display: grid;
  grid-template-columns: 1.3fr .92fr;
  align-items: center;
  gap: 36px;
}
.profile-intro { display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: center; }
.profile-mark { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(4,23,48,.12); }
.eyebrow { display: block; color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-light { color: var(--blue-500); }
.profile-intro h2 { margin: 3px 0 4px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.profile-intro p { margin: 0; color: #374358; font-size: 12px; line-height: 1.65; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 94px; }
.metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid var(--line);
  color: var(--ink);
}
.metric svg { width: 22px; height: 22px; color: var(--blue-600); margin-bottom: 4px; }
.metric strong { font-size: 18px; line-height: 1; }
.metric span { margin-top: 5px; color: #3f4a5f; font-size: 10.5px; line-height: 1.45; }

.experience-section { padding: 0 0 18px; background: #fff; }
.section-title {
  position: relative;
  margin: 0 0 13px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
.section-title span { color: var(--blue-600); }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.experience-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  min-height: 108px;
  padding: 15px 13px;
  background: #fff;
  border: 1px solid #e7ebf0;
  border-radius: 5px;
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease;
}
.experience-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(11,30,57,.11); }
.icon-disc {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  background: var(--blue-100);
  border-radius: 50%;
}
.icon-disc svg { width: 23px; height: 23px; }
.experience-card h3 { margin: 1px 0 5px; font-size: 10px; line-height: 1.25; }
.experience-card p { margin: 0; color: #4c5668; font-size: 10.5px; line-height: 1.6; }

.comtur-section {
  position: relative;
  overflow: hidden;
  padding: 14px 0 13px;
  color: #fff;
  background: linear-gradient(110deg, #07172f, #08213d 60%, #06152b);
}
.comtur-backdrop {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: linear-gradient(90deg, rgba(3,17,35,.64), rgba(3,17,35,.93)), url("../images/entrega-estrategia.webp") center / cover no-repeat;
  filter: saturate(.72);
  opacity: .8;
}
.comtur-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 28px;
  align-items: center;
}
.comtur-copy h2 { margin: 4px 0 10px; max-width: 300px; font-family: var(--serif); font-size: 25px; line-height: 1.07; font-weight: 500; }
.comtur-copy p { margin: 0 0 14px; max-width: 330px; color: rgba(255,255,255,.86); font-size: 11.5px; line-height: 1.65; }
.comtur-copy .button { min-height: 31px; padding: 6px 13px; font-size: 9px; }
.comtur-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.comtur-card { overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 5px; background: #091b32; box-shadow: 0 8px 18px rgba(0,0,0,.18); transition: transform .2s ease, border-color .2s ease; }
.comtur-card:hover { transform: translateY(-2px); border-color: rgba(22,135,255,.75); }
.comtur-card img { width: 100%; aspect-ratio: 1.84 / 1; object-fit: cover; }
.comtur-meta { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 8px 0 0; color: rgba(255,255,255,.76); font-size: 9.5px; line-height: 1.45; }
.comtur-meta svg { width: 11px; height: 11px; }
.comtur-meta span { opacity: .45; }

.competencies { background: #fff; padding: 9px 0 7px; }
.competency-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.competency {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.competency:first-child { border-left: 0; }
.competency svg { width: 29px; height: 29px; color: var(--blue-600); }
.competency span { font-size: 10.5px; font-weight: 700; line-height: 1.35; }

.perspectives { padding: 0 0 15px; background: #fff; }
.perspectives .section-title { margin-bottom: 10px; padding-top: 9px; font-size: 19px; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 148px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
  box-shadow: 0 5px 18px rgba(11,30,57,.06);
}
.insight-card img { width: 116px; height: 100%; object-fit: cover; }
.insight-card > div { padding: 10px 10px 8px; }
.card-category { color: var(--blue-600); font-size: 8.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.insight-card h3 { margin: 3px 0 5px; font-size: 10px; line-height: 1.27; }
.insight-card p { margin: 0 0 9px; color: #596273; font-size: 10px; line-height: 1.6; }
.insight-card a { color: var(--blue-600); font-size: 9.5px; font-weight: 700; text-decoration: none; }

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  color: #fff;
  background: linear-gradient(115deg, #031226, #092441);
}
.contact-network { left: 62%; opacity: .18; }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 24% 76%; gap: 24px; align-items: stretch; }
.contact-copy { padding: 2px 0; }
.contact-copy h2 { margin: 4px 0 7px; font-family: var(--serif); font-size: 24px; line-height: 1.05; font-weight: 500; }
.contact-copy p { margin: 0; max-width: 240px; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.65; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.contact-card {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px;
  color: #fff;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 4px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.contact-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.09); border-color: rgba(22,135,255,.7); }
.contact-card svg { width: 26px; height: 26px; color: var(--blue-500); margin-bottom: 8px; }
.contact-whatsapp svg { color: #12d75b; }
.contact-email svg { color: #9b5cff; }
.contact-card strong { margin-bottom: 3px; font-size: 11px; }
.contact-card span { color: rgba(255,255,255,.82); font-size: 9.5px; line-height: 1.5; word-break: break-word; }
.contact-card em { margin-top: auto; padding-top: 10px; color: var(--blue-500); font-size: 9.5px; font-style: normal; font-weight: 700; }
.contact-whatsapp em { color: #12d75b; }
.contact-email em { color: #a36cff; }

.site-footer { color: rgba(255,255,255,.65); background: #19385e; }
.footer-inner { min-height: 47px; display: flex; align-items: center; justify-content: center; position: relative; font-size: 9.5px; }
.footer-social { position: absolute; right: 0; display: flex; gap: 10px; }
.footer-social a { color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; }
.footer-social svg { width: 17px; height: 17px; display: block; }

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 19px;
  z-index: 900;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #18c75c;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
  transition: transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 25px; height: 25px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 1200;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  padding: 10px 15px;
  color: #fff;
  background: #07172f;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  font-size: 12px;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  :root { --container: 780px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle {
    justify-self: end;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    color: #fff;
    background: transparent;
    border: 0;
  }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: grid;
    gap: 0;
    height: auto;
    padding: 8px 22px 16px;
    background: rgba(2,12,29,.98);
    border-bottom: 1px solid rgba(255,255,255,.12);
    transform: translateY(-130%);
    transition: transform .24s ease;
  }
  .main-nav.is-open { transform: translateY(0); }
  .nav-link { height: 42px; justify-content: start; }
  .nav-link::after { bottom: 5px; right: auto; width: 38px; }

  .hero { min-height: 620px; }
  .hero-photo { inset: auto 0 0 0; width: 100%; height: 340px; background-position: 58% center; }
  .hero-overlay { background: linear-gradient(180deg, #020c1d 0%, #020c1d 43%, rgba(2,12,29,.78) 61%, rgba(2,12,29,.1) 100%); }
  .hero-content { min-height: 620px; align-items: flex-start; }
  .hero-copy { width: 100%; padding-top: 38px; }
  .hero h1 { max-width: 620px; }
  .hero p { max-width: 560px; }

  .profile-grid { grid-template-columns: 1fr; gap: 18px; }
  .metrics { border-top: 1px solid var(--line); padding-top: 14px; }
  .metric:first-child { border-left: 0; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .comtur-layout { grid-template-columns: 1fr; gap: 17px; }
  .comtur-backdrop { width: 100%; opacity: .28; }
  .comtur-copy h2, .comtur-copy p { max-width: 620px; }
  .competency-grid { grid-template-columns: repeat(3, 1fr); }
  .competency:nth-child(4) { border-left: 0; }
  .insight-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy p { max-width: 500px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { width: calc(100% - 28px); }
  .wordmark { font-size: 17px; }

  /* No mobile, a foto começa abaixo dos CTAs para não cobrir o rosto. */
  .hero {
    min-height: 0;
    padding-bottom: 300px;
  }
  .hero-content { min-height: 0; }
  .hero-copy { padding: 28px 0 30px; }
  .hero-photo {
    height: 300px;
    background-size: cover;
    background-position: 58% 18%;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, #020c1d 0%, #020c1d 61%, rgba(2,12,29,.94) 69%, rgba(2,12,29,.30) 82%, rgba(2,12,29,.08) 100%);
  }
  .event-badge { max-width: 100%; font-size: 9px; }
  .hero h1 { font-size: clamp(29px, 8.6vw, 38px); }
  .hero p { font-size: 14px; line-height: 1.65; }
  .hero-actions { gap: 9px; }
  .button { width: 100%; }

  .profile-section { padding-top: 20px; }
  .profile-intro { grid-template-columns: 72px 1fr; }
  .profile-mark { width: 66px; height: 66px; }
  .profile-intro h2 { font-size: 20px; }
  .metrics { min-height: 84px; }
  .metric strong { font-size: 16px; }

  .section-title { font-size: 18px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: auto; }
  .comtur-section { padding-block: 25px 19px; }
  .comtur-copy h2 { font-size: 23px; }
  .comtur-grid { grid-template-columns: repeat(2, 1fr); }
  .comtur-meta { flex-wrap: wrap; line-height: 1.4; }
  .competency-grid { grid-template-columns: repeat(2, 1fr); }
  .competency { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .competency:nth-child(odd) { border-left: 0; }
  .competency:nth-last-child(-n+2) { border-bottom: 0; }
  .perspectives { padding-top: 10px; }
  .insight-card { grid-template-columns: 104px 1fr; }
  .insight-card img { width: 104px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 126px; }
  .footer-inner { min-height: 64px; justify-content: flex-start; padding-right: 60px; }
  .floating-whatsapp { width: 50px; height: 50px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}


/* =========================================================
   Modais da seção Experiência
   Mantidos isolados para não interferir na home ou no footer
   ========================================================= */
.experience-card[data-experience-modal] {
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.experience-card[data-experience-modal]:hover,
.experience-card[data-experience-modal]:focus-visible {
  transform: translateY(-3px);
  border-color: var(--blue-600);
  box-shadow: 0 14px 34px rgba(6,21,43,.12);
}
.experience-card[data-experience-modal]:focus-visible {
  outline: 3px solid rgba(8,120,249,.22);
  outline-offset: 3px;
}
body.modal-open { overflow: hidden; }
.experience-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  place-items: center;
  padding: 22px;
}
.experience-modal.is-open { display: grid; }
.experience-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,12,29,.78);
  backdrop-filter: blur(7px);
}
.experience-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  max-height: min(86vh, 760px);
  overflow-y: auto;
  padding: clamp(24px, 4vw, 44px);
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
  animation: experience-modal-in .28s cubic-bezier(.22,1,.36,1);
}
.experience-modal__dialog:focus { outline: none; }
.experience-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: #edf3f9;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}
.experience-modal__dialog h2 {
  margin: 4px 48px 12px 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.18;
  font-weight: 600;
}
.modal-lead {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.modal-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.modal-detail-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
}
.modal-detail-grid h3 { margin: 0 0 6px; font-size: .92rem; }
.modal-detail-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.experience-modal blockquote {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--blue-600);
  background: #eef5ff;
  font-family: "Lora", Georgia, serif;
  font-size: .98rem;
  line-height: 1.65;
}
@keyframes experience-modal-in {
  from { opacity: 0; transform: translateY(24px) scale(.98); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 680px) {
  .experience-modal { padding: 10px; }
  .experience-modal__dialog { padding: 24px 18px; border-radius: 14px; }
  .modal-detail-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .experience-card[data-experience-modal],
  .experience-modal__dialog { animation: none; transition: none; }
}


/* =========================================================
   Carrossel WordPress - Perspectivas
   Autor: Robson Ventura - Estrategista de Comunicação
   ========================================================= */
.perspectives-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}
.perspectives-heading .section-title { flex: 1; margin-bottom: 0; }
.perspectives-controls {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  gap: 7px;
  transform: translateY(-50%);
}
.carousel-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e0eb;
  border-radius: 50%;
  color: var(--blue-600);
  background: #fff;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.carousel-button:hover,
.carousel-button:focus-visible {
  color: #fff;
  background: var(--blue-600);
  border-color: var(--blue-600);
  transform: translateY(-1px);
}
.carousel-button:focus-visible { outline: 3px solid rgba(8,120,249,.2); outline-offset: 2px; }
.carousel-button:disabled { opacity: .35; cursor: default; transform: none; }
.wordpress-carousel { width: 100%; overflow: hidden; }
.wordpress-carousel-track {
  display: flex;
  gap: 18px;
  transition: transform .42s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}
.wordpress-post-card,
.wordpress-loading-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 148px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
  box-shadow: 0 5px 18px rgba(11,30,57,.06);
}
.wordpress-post-card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.wordpress-post-card:hover { transform: translateY(-3px); border-color: #cfdae8; box-shadow: 0 12px 28px rgba(11,30,57,.1); }
.wordpress-post-image-link { display: block; min-height: 148px; overflow: hidden; background: #edf2f7; }
.wordpress-post-image {
  width: 116px;
  height: 100%;
  min-height: 148px;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}
.wordpress-post-card:hover .wordpress-post-image { transform: scale(1.04); }
.wordpress-post-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 8px;
}
.wordpress-post-category {
  margin-bottom: 3px;
  color: var(--blue-600);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.3;
  text-transform: uppercase;
}
.wordpress-post-title { margin: 0 0 5px; font-size: 10px; line-height: 1.27; }
.wordpress-post-title a { color: var(--ink); text-decoration: none; }
.wordpress-post-title a:hover,
.wordpress-post-title a:focus-visible { color: var(--blue-600); }
.wordpress-post-excerpt {
  display: -webkit-box;
  margin: 0 0 9px;
  overflow: hidden;
  color: #596273;
  font-size: 10px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wordpress-post-read {
  margin-top: auto;
  color: var(--blue-600);
  font-size: 9.5px;
  font-weight: 700;
  text-decoration: none;
}
.wordpress-post-read:hover,
.wordpress-post-read:focus-visible { text-decoration: underline; }
.wordpress-carousel-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  margin-top: 8px;
}
.wordpress-carousel-status p { margin: 0; color: #697586; font-size: 9.5px; }
.perspectives-all-link { color: var(--blue-600); font-size: 9.5px; font-weight: 700; text-decoration: none; }
.perspectives-all-link:hover,
.perspectives-all-link:focus-visible { text-decoration: underline; }
.wordpress-loading-image,
.wordpress-loading-content span,
.wordpress-loading-content strong,
.wordpress-loading-content p {
  background: linear-gradient(90deg, #edf1f6 25%, #f7f9fb 50%, #edf1f6 75%);
  background-size: 200% 100%;
  animation: wordpress-loading 1.3s infinite;
}
.wordpress-loading-image { min-height: 148px; }
.wordpress-loading-content { padding: 12px 10px; }
.wordpress-loading-content span,
.wordpress-loading-content strong,
.wordpress-loading-content p { display: block; border-radius: 4px; }
.wordpress-loading-content span { width: 48%; height: 8px; margin-bottom: 10px; }
.wordpress-loading-content strong { width: 92%; height: 24px; margin-bottom: 10px; }
.wordpress-loading-content p { width: 100%; height: 38px; }
.wordpress-post-card.is-error { grid-template-columns: 1fr; }
@keyframes wordpress-loading { from { background-position: 200% 0; } to { background-position: -200% 0; } }
@media (max-width: 900px) {
  .wordpress-post-card,
  .wordpress-loading-card { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 620px) {
  .perspectives-heading { justify-content: space-between; }
  .perspectives-heading .section-title { padding-right: 84px; text-align: left; }
  .wordpress-carousel { overflow: visible; }
  .wordpress-carousel-track {
    overflow-x: auto;
    padding: 2px 2px 13px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transform: none !important;
  }
  .wordpress-carousel-track::-webkit-scrollbar { display: none; }
  .wordpress-post-card,
  .wordpress-loading-card { flex: 0 0 88%; scroll-snap-align: start; }
  .carousel-button { width: 32px; height: 32px; }
}
@media (max-width: 430px) {
  .wordpress-post-card { grid-template-columns: 104px 1fr; }
  .wordpress-post-image { width: 104px; }
}
@media (prefers-reduced-motion: reduce) {
  .wordpress-carousel-track,
  .wordpress-post-card,
  .wordpress-post-image,
  .carousel-button { transition: none; }
  .wordpress-loading-image,
  .wordpress-loading-content span,
  .wordpress-loading-content strong,
  .wordpress-loading-content p { animation: none; }
}
.article-author__photo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  border: 2px solid rgba(8, 120, 249, 0.22);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(6, 21, 43, 0.12);
}

.article-author__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* =========================================================
   Cards e modais da seção de entregas
   Alteração isolada na antiga área do COMTUR
   ========================================================= */
.comtur-card[data-experience-modal] {
  position: relative;
  cursor: pointer;
}
.comtur-card[data-experience-modal]:focus-visible {
  outline: 3px solid rgba(22,135,255,.35);
  outline-offset: 3px;
  border-color: var(--blue-500);
}
.comtur-card[data-experience-modal]::after {
  content: "Ver detalhes";
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 3px 7px;
  color: #fff;
  background: rgba(2,12,29,.72);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity .2s ease, transform .2s ease;
}
.comtur-card[data-experience-modal]:hover::after,
.comtur-card[data-experience-modal]:focus-visible::after {
  opacity: 1;
  transform: none;
}
.comtur-card__label {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 8px;
  color: rgba(255,255,255,.94);
  background: #091b32;
  text-align: center;
  font-size: 8.6px;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 620px) {
  .comtur-card__label { min-height: 38px; font-size: 8.3px; }
  .comtur-card[data-experience-modal]::after { display: none; }
}
