/* ========== PSICO CENTER — Design System ========== */
:root {
  --navy: #1e2a52;
  --navy-deep: #131b3a;
  --navy-soft: #3a4a82;
  --gold: #d4a84b;
  --bg: #fafbfc;
  --fg: #1a2240;
  --muted: #6b7290;
  --border: #e3e6ee;
  --card: #ffffff;
  --accent: #eef1f8;
  --radius: 14px;
  --shadow-card: 0 20px 50px -20px rgba(19,27,58,.25);
  --shadow-soft: 0 8px 24px -10px rgba(19,27,58,.18);
  --gradient-hero: linear-gradient(180deg, #051031 0%, #0a2b58 60%, #0c3b6b 100%);
  --hero-accent: #8fc8ff;
  /* Typography scale */
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  --font-serif: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --fs-base: 16px; /* base font-size */
  --fs-small: 13px;
  --line-height-base: 1.65;
  --h1: clamp(36px, 5.5vw, 64px);
  --h2: clamp(28px, 4.5vw, 48px);
  --h3: clamp(20px, 3.2vw, 28px);
  --h4: clamp(16px, 2.6vw, 20px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
body {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  line-height: var(--line-height-base);
}
/* Headings use serif for a classic editorial look */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  color: var(--navy-deep);
  margin: 0 0 .4em 0;
  line-height: 1.04;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.white { color: #fff; }
.white-muted { color: rgba(255,255,255,.8); }

.diferenciais-header .line{
    width:80px;
    height:4px;
    background:#1f8fff;
    margin:0 auto 25px;
    border-radius:20px;
}

.eyebrow {
  font-size: 11px; letter-spacing: .25em; text-transform: uppercase;
  color: var(--navy-soft); font-weight: 600;
}
.eyebrow {
  font-size: 12px; letter-spacing: .25em; text-transform: uppercase;
  color: var(--navy-soft); font-weight: 700;
}
.eyebrow-gold { color: var(--gold); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 500;
  font-size: 14px; transition: all .25s; cursor: pointer; border: 1px solid transparent;
}
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow-soft); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-1px); }
.btn-outline { border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--accent); }
.btn-white { background: #fff; color: var(--navy-deep); }
.btn-white:hover { background: rgba(255,255,255,.9); }
.btn-outline-white { border-color: rgba(255,255,255,.4); color: #fff; }
.btn-outline-white:hover { background: rgba(255,255,255,.1); }

/* Topbar */
.topbar { background: var(--navy-deep); color: rgba(255,255,255,.85); font-size: 12px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 10px 24px; }
.topbar a { transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar-left, .topbar-right { display: flex; gap: 24px; align-items: center; }
@media (max-width: 768px) { .topbar { display: none; } }

#sobre .muted {
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 18px;
}
/* Nav */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250,251,252,.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%; background: var(--navy);
  color: #fff; display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif; font-size: 20px;
}
.brand-mark.gold { background: rgba(255,255,255,.1); color: var(--gold); }
.brand-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--navy-deep); line-height: 1; }
.brand-name.white { color: #fff; }
.brand-tag { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 14px; color: rgba(26,34,64,.75); transition: color .2s; }
.nav-links a:hover { color: var(--navy); }
.nav-toggle { display: none; background: none; border: none; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy-deep); margin: 5px 0; }
.nav-mobile { display: none; flex-direction: column; gap: 10px; padding: 16px 24px; border-top: 1px solid var(--border); background: var(--bg); }
.nav-mobile.open { display: flex; }

@media (max-width: 1024px) { .nav-links, .nav-cta { display: none; } .nav-toggle { display: block; } }

/* Hero */
.hero { background: var(--gradient-hero); position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; opacity: .35;
  background: radial-gradient(circle at 20% 30%, rgba(120,80,200,.5), transparent 50%);
}
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1fr;
  gap: 80px; align-items: center; padding: 120px 24px; max-width: 720px;
}
.hero-text { color: #fff; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 999px;
  padding: 6px 16px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.hero h1 {
  font-size: var(--h1); font-weight: 700; margin: 24px 0 8px;
  color: #fff; line-height: 1.02; letter-spacing: -0.02em;
}
.hero h1 em { color: var(--hero-accent); font-style: normal; font-weight: 800; }
.hero p { font-size: 18px; color: rgba(255,255,255,.8); max-width: 480px; }
.hero p { font-size: 1.0625rem; color: rgba(255,255,255,.8); max-width: 680px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-stats { display: flex; gap: 40px; margin-top: 48px; color: rgba(255,255,255,.7); font-size: 14px; }
.hero-stats strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #fff; font-weight: 500; }

.hero {
  background: linear-gradient(135deg,#091d58,#123f86);
  color: #fff;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  min-height: 80vh;
}

.hero-text {
  flex: 1;
  max-width: 650px;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: center; /* centraliza o conjunto */
  gap: 100px;
  min-height: 80vh;
}
.hero-image img {
  width: 320px;
  height: 320px;

  border-radius: 3%;
  object-fit: cover;

  border: 4px solid rgba(255,255,255,.15);

  box-shadow:
    0 0 30px rgba(93,165,255,.25);
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo-card {
    width: 380px;
    height: 380px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 32px;

    background: rgba(255,255,255,0.04);

    border: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(10px);

    box-shadow:
        0 25px 60px rgba(0,0,0,.25),
        0 0 50px rgba(93,165,255,.12);

    transition: .4s;
}
.hero-logo-card{
    background: transparent;
    border: none;
    box-shadow: none;
}

.hero-logo-card:hover{
    transform: translateY(-6px);
    box-shadow:
        0 30px 80px rgba(0,0,0,.30),
        0 0 80px rgba(93,165,255,.18);
}

.hero-logo-card img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-image {
  position: relative;
}


.hero-image img {
  position: relative;
  z-index: 2;
}

.hero-image img:hover {
  transform: translateY(-8px) scale(1.03);

  box-shadow:
    0 0 30px rgba(106, 182, 255, .45),
    0 0 80px rgba(106, 182, 255, .30),
    inset 0 0 20px rgba(255,255,255,.08);
}

/* Faixa das estatísticas */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(0,0,0,.15);
  border-top: 1px solid rgba(255,255,255,.08);
}

.stat-item {
  padding: 35px 20px;
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: 3rem;
  font-family: serif;
  margin-bottom: 8px;
}

.stat-item span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  opacity: .8;
}

@media (max-width: 991px) {

  .hero-inner {
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
    gap: 30px;
  }

  /* Logo primeiro */
  .hero-image {
    order: 1;
  }

  /* Texto depois */
  .hero-text {
    order: 2;
    max-width: 100%;
  }

  .hero-logo-card {
    width: 425px;
    height: 220px;
  }

  .hero-logo-card img {
    width: 75%;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .hero-inner { padding: 56px 24px; }
  .hero-stats { gap: 24px; }
}

/* Section base */
.section { padding: 96px 0;  }
.section-alt { background: var(--accent); }
.section-dark { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.section-dark::before {
  content: ''; position: absolute; inset: 0; opacity: .2;
  background: radial-gradient(circle at 80% 20%, rgba(120,80,200,.6), transparent 60%);
}
.section h2 { font-size: clamp(32px, 4vw, 50px); margin: 12px 0 20px; text-wrap: balance; }
.section h2 { font-size: var(--h2); margin: 12px 0 20px; text-wrap: balance; }
.author h2.white { color: #fff; }
.section h2.white { color: #fff; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-head.left { text-align: left; margin: 0 0 56px; max-width: 640px; }

/* Mídia / Presença section */
.media-section {
  background: linear-gradient(180deg,#07102a 0%, #082552 45%, #06254a 100%);
  color: #fff; padding: 96px 0 120px;
}
.media-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02); color: rgba(255,255,255,.95); font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
}
.media-title { font-family: 'Playfair Display', 'Cormorant Garamond', serif; font-size: clamp(36px,5.5vw,56px); margin-top: 20px; color: #fff; line-height: 1.02; }
.media-sub { color: rgba(255,255,255,.8); max-width: 880px; margin: 16px auto 30px; }

.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 28px; }
.media-card img {
  width: 100%; height: 420px; object-fit: cover; border-radius: 22px; display: block;
  box-shadow: 0 30px 60px rgba(1,10,30,.55); border: 1px solid rgba(255,255,255,.04);
}

@media (max-width: 900px) {
  .media-grid { grid-template-columns: 1fr; }
  .media-card img { height: 320px; }
  .media-section { padding-bottom: 64px; }
}

/* Section-alt heading style to match design */
.section-alt .section-head h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5.5vw, 56px); color: var(--navy-deep); margin-top: 8px; line-height: 1.02; }
.section-alt .section-head .muted { color: rgba(26,34,64,.6); font-size: 16px; margin-top: 12px; }


.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px;     align-items: start; }
@media (max-width: 900px) { .grid-2 { grid-template-columns: 1fr; gap: 48px; } }

/* About */
.about-image { position: relative; }
.about-image img {
  border-radius: 20px; box-shadow: var(--shadow-card); width: 100%; height: 680px; object-fit: cover;
}
.quote-card {
  position: absolute; bottom: 64px; left: 48px; max-width: 380px;
  background: linear-gradient(180deg, rgba(7,20,45,0.98), rgba(12,34,64,0.98)); color: #fff; padding: 32px 28px;
  border-radius: 18px; box-shadow: 0 36px 80px rgba(2,12,40,.65); transform: translateY(0);
}
.quote-mark { color: var(--hero-accent); font-family: 'Cormorant Garamond', serif; font-size: 36px; line-height: 1; }
.quote-card p { font-size: 15px; font-style: normal; margin-top: 10px; color: rgba(255,255,255,.95); }
.quote-author { margin-top: 14px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.7); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--border); align-items: start; }
.steps strong { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: var(--navy-deep); display: block; }
.steps span { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--navy-soft); margin-top: 8px; }

/* About carousel */
.about-carousel { position: relative; border-radius: 20px; overflow: visible; }
.carousel-viewport { overflow: hidden; border-radius: 20px; }
.carousel-track { display: flex; gap: 18px; transition: transform .42s cubic-bezier(.2,.9,.2,1); }
.carousel-item { min-width: 100%; flex: 0 0 100%; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-card); }
.carousel-item { position: relative; }
.carousel-item img { width: 100%; height: 680px; object-fit: cover; display: block; }
.carousel-label {
  position: absolute; bottom: 16px; left: 16px; right: 16px;
  background: rgba(19,27,58,.92); backdrop-filter: blur(8px);
  color: #fff; padding: 14px 18px; border-radius: 12px;
  font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px;
}
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy-deep); border: 0; box-shadow: 0 12px 30px rgba(2,12,40,.18); display: grid; place-items: center; cursor: pointer; font-size: 28px; transition: transform .18s; }
.carousel-btn:hover { transform: translateY(-50%) scale(1.04); }
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }
.carousel-dots { display:flex; gap:8px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 18px; }
.carousel-dots button { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.45); border: 0; cursor: pointer; }
.carousel-dots button.active { background: var(--hero-accent); box-shadow: 0 6px 18px rgba(11,50,90,.2); }

/* responsive adjustments for carousel and quote card */
@media (max-width: 900px) {
  .carousel-item img { height: 360px; }
  .quote-card { position: static; margin: -64px auto 0; left: auto; bottom: auto; max-width: 92%; padding: 20px; border-radius: 12px; box-shadow: 0 18px 40px rgba(2,12,40,.28); }
  .carousel-btn { display: none; }
}

@media (max-width: 480px) {
  .carousel-item img { height: 240px; }
  .quote-card { margin-top: -48px; padding: 14px; font-size: 14px; }
}

/* About specific heading sizing */
#sobre .eyebrow { color: var(--hero-accent); font-weight: 700; letter-spacing: .3em; }
#sobre h2 { font-size: clamp(36px, 6vw, 64px); color: var(--navy-deep); margin-top: 6px; font-family: 'Playfair Display', 'Cormorant Garamond', serif; font-weight: 700; }
#sobre .muted { color: rgba(26,34,64,.6); max-width: 58ch; }
#sobre .muted{
    text-align: justify;
    line-height: 1.8;
}

/* Mobile adjustments for Sobre */
@media (max-width: 900px) {
  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .about-image img { height: 360px; border-radius: 14px; }
  .quote-card { position: static; margin: -64px auto 0; left: auto; bottom: auto; max-width: 92%; padding: 20px; border-radius: 12px; box-shadow: 0 18px 40px rgba(2,12,40,.28); }
  #sobre h2 { font-size: clamp(28px, 6vw, 40px); }
  .steps { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 480px) {
  .about-image img { height: 260px; }
  .quote-card { margin-top: -48px; padding: 16px; font-size: 14px; }
  #sobre .muted { font-size: 14px; }
}

/* Services - audience cards */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .audience-grid { grid-template-columns: 1fr; } }
.audience-card {
  background: var(--card); border: 1px solid rgba(30,50,90,.06); border-radius: 22px;
  padding: 36px; transition: box-shadow .28s, transform .28s; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between;
}
.audience-card:hover { box-shadow: 0 30px 60px rgba(19,27,58,.08); transform: translateY(-6px); }
.icon-box { width: 64px; height: 64px; border-radius: 14px; background: var(--navy-deep); color: #fff; display: grid; place-items: center; font-size: 26px; }
.icon-box .icon-inner { font-size: 22px; }
.audience-card h3 { font-size: 28px; margin: 18px 0 14px; font-family: 'Playfair Display', 'Cormorant Garamond', serif; color: var(--navy-deep); }
.audience-card h3 { font-size: var(--h3); margin: 18px 0 14px; color: var(--navy-deep); }
.audience-card ul { display: flex; flex-direction: column; gap: 12px; margin-top: 6px; }
.audience-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
}
.audience-card li::before {
  content: '✓'; display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--hero-accent); color: #fff; font-size: 12px; margin-top: 2px;
}
.link-arrow { display: inline-block; margin-top: 18px; color: var(--hero-accent); font-size: 15px; font-weight: 700; }
.link-arrow:hover { color: #6aa9db; }


/* All services */
.all-services { margin-top: 80px; }
.row-head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.row-head h3 { font-size: 28px; }
.muted-link { color: var(--navy-soft); font-size: 14px; }
.muted-link:hover { color: var(--navy); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr; } }
.service {
  background: var(--card); border: 1px solid var(--border); border-radius: 12px;
  padding: 20px; display: flex; gap: 16px; transition: border-color .2s;
}
.service:hover { border-color: var(--navy-soft); }
.service .ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(30,42,82,.08); color: var(--navy); display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.service strong { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--navy-deep); font-weight: 600; display: block; }
.service strong { font-family: var(--font-serif); font-size: 1.0625rem; color: var(--navy-deep); font-weight: 600; display: block; }
.service p { font-size: 0.9375rem; color: var(--muted); margin-top: 6px; }
#sobre h2 { font-size: var(--h2); color: var(--navy-deep); margin-top: 6px; font-weight: 700; }
.media-title { font-size: var(--h2); margin-top: 20px; color: #fff; line-height: 1.02; }

/* Professional */
  .grid-pro { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; position: relative; }
  @media (max-width: 900px) { .grid-pro { grid-template-columns: 1fr; gap: 40px; } }
.pro-image { position: relative; }
  .pro-image img { width: 100%; border-radius: 22px; box-shadow: 0 30px 60px rgba(3,8,20,.12), 0 0 120px rgba(143,200,255,.06); }
        .crp-badge {
          position: absolute; bottom: 18px; left: 18px;
          background: var(--card); color: var(--navy-deep);
          padding: 10px 16px; border-radius: 12px; border: 1px solid rgba(30,50,90,.06);
          font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 13px;
        }

/* Professional content styling to match design */
#profissional .eyebrow { color: var(--hero-accent); font-size: 12px; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; }
#profissional h2 { font-family: 'Playfair Display', 'Cormorant Garamond', serif; font-size: clamp(34px, 6vw, 56px); color: var(--navy-deep); margin-top: 10px; line-height: 1.02; }
#profissional .pro-subtitle { color: rgba(26,34,64,.6); margin-top: 10px; margin-bottom: 18px; font-size: 15px; }
#profissional .muted { color: rgba(26,34,64,.7);
text-align: justify;
    line-height: 1.8; }

#profissional .pro-formation { margin-top: 28px; }
.formation-title { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--navy-soft); margin-bottom: 12px; }
.formation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pill {
  background: var(--card); border: 1px solid rgba(30,50,90,.06); border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 20px rgba(19,27,58,.03);
}
.pill-ico { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: rgba(14,45,90,.05); color: var(--hero-accent); font-size: 16px; }
.pill span:last-child { color: var(--navy-deep); font-weight: 500; }

@media (max-width: 900px) {
  .formation-grid { grid-template-columns: 1fr; }
  .pro-image img { height: 420px; object-fit: cover; }
}
.pro-role { color: rgba(255,255,255,.7); margin-top: 8px; }
.creds { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 32px; }
@media (max-width: 600px) { .creds { grid-template-columns: 1fr; } }
.creds div { font-size: 14px; color: rgba(255,255,255,.9); border-left: 2px solid var(--gold); padding: 4px 0 4px 12px; }

/* Differentials */
.diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .diff-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .diff-grid { grid-template-columns: 1fr; } }
.diff { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; transition: background .2s; }
.diff:hover { background: var(--accent); }
.diff-ico { width: 40px; height: 40px; border-radius: 10px; background: var(--navy-deep); color: var(--gold); display: grid; place-items: center; font-size: 18px; }
.diff p { font-size: 14px; color: rgba(26,34,64,.85); margin-top: 16px; }

/* Partners */
.partners { padding: 64px 0; background: var(--accent); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.partners-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; }
.partners h3 { font-size: 24px; margin-top: 8px; }
.partners-list { display: flex; gap: 16px; flex-wrap: wrap; }
.partner {
  background: var(--card); border: 1px solid var(--border); border-radius: 999px;
  padding: 12px 24px; font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--navy-deep);
}

/* FAQ / Dúvidas comuns */
.faq-list { display: grid; gap: 18px; margin-top: 18px; }
.faq-item { background: var(--card); border: 1px solid rgba(30,50,90,.06); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 22px 20px; background: transparent; border: 0; cursor: pointer;
}
.faq-q .q-text { font-family: 'Playfair Display', 'Cormorant Garamond', serif; color: var(--navy-deep); font-size: 18px; }
.faq-q .q-text { font-family: var(--font-serif); color: var(--navy-deep); font-size: var(--h4); }
.faq-q .q-action { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(9,30,70,.04); color: rgba(26,34,64,.6); font-size: 14px; }
.faq-a { padding: 0 20px 0 20px; color: var(--muted); line-height: 1.6; font-size: 15px; max-height: 0; overflow: hidden; transition: max-height .32s ease, padding .28s ease; }
.faq-item.open .faq-a { padding: 12px 20px 22px 20px; max-height: 400px; }
.faq-item + .faq-item { margin-top: 12px; }

@media (max-width: 900px) {
  .faq-q .q-text { font-size: 16px; }
}

/* Contact */
.contact-list { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.contact-item { display: flex; gap: 16px; align-items: start; border-bottom: 1px solid var(--border); padding-bottom: 16px; }
.ci-ico { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-deep); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.ci-label { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.contact-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.map-wrap { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-card); min-height: 500px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }

/* Footer */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.8); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-title { color: #fff; font-weight: 500; margin-bottom: 12px; }
.footer-text { color: rgba(255,255,255,.6); font-size: 14px; margin-top: 16px; }
.footer-contact { margin-top: 18px; color: rgba(255,255,255,.85); font-size: 14px; }
.footer-contact .ci-label { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 12px; margin-bottom: 6px; }
.footer-contact a { color: rgba(255,255,255,.95); }
.footer-grid > div > div { font-size: 14px; margin-bottom: 6px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; color: rgba(255,255,255,.5); }
.brand-light { gap: 10px; }

/* Floating buttons */
.floating { position: fixed; right: 20px; bottom: 20px; z-index: 50; display: flex; flex-direction: column; gap: 12px; }
.float-btn {
  width: 56px; height: 56px; border-radius: 50%; color: #fff;
  display: grid; place-items: center; box-shadow: 0 10px 25px rgba(0,0,0,.25);
  transition: transform .2s;
}
.float-btn:hover { transform: scale(1.1); }
.float-ig { background: linear-gradient(135deg, var(--navy-deep), var(--navy-deep), var(--navy-deep),var(--navy-deep), var(--navy-deep)); }
.float-wa { background: #25D366; }
.media-posts{
    margin-top:80px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.post-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.35s;
}

.post-card:hover{
    transform:translateY(-8px);
}

.post-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

.post-content{
    padding:24px;
}

.post-category{
    display:block;
    font-size:13px;
    color:#777;
    margin-bottom:12px;
}

.post-content h3{
    color:#1c214d;
    font-size:1.6rem;
    line-height:1.2;
    margin-bottom:15px;
}

.post-content p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
    text-align: justify;
    line-height: 1.8;
}

.post-content a{
    color:#1c214d;
    font-weight:600;
    text-decoration:none;
}

.post-date{
    position:absolute;
    right:15px;
    top:220px;
    width:78px;
    background:#232e7a;
    color:#fff;
    text-align:center;
    padding:10px;
    z-index:2;
}

.post-date strong{
    display:block;
    font-size:2rem;
    line-height:1;
}

.post-date span{
    display:block;
    font-size:.85rem;
    margin-top:4px;
}

@media(max-width:991px){

    .media-posts{
        grid-template-columns:1fr;
        gap:25px;
    }

    .post-card{
        max-width:500px;
        margin:0 auto;
    }

    .post-card img{
        height:260px;
    }

    .post-content{
        padding:20px;
    }

    .post-content h3{
        font-size:1.4rem;
    }

    .post-content p{
        font-size:.95rem;
    }

    .post-date{
        top:195px;
        width:72px;
    }

    .post-date strong{
        font-size:1.8rem;
    }
}
.blog-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    z-index:9999;

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;
    transition:.3s;
    text-align: justify;
    line-height: 1.8;
}

.blog-modal.active{
    opacity:1;
    visibility:visible;
}

.blog-modal-content{
    width:min(900px,95%);
    max-height:90vh;
    overflow-y:auto;

    background:#fff;
    border-radius:20px;

    padding:40px;
    position:relative;
}

.blog-modal-close{
    position:absolute;
    top:15px;
    right:20px;

    border:none;
    background:none;

    font-size:32px;
    cursor:pointer;
}

.blog-modal-content h2{
    font-size:2rem;
    line-height:1.2;
    margin-bottom:20px;
    color:#222;
}

.modal-date{
    margin-bottom:30px;
    color:#666;
}

.blog-modal-content img{
    display:block;
    width:100%;
    max-width:450px;
    max-height:500px;
    object-fit:cover;
    border-radius:12px;
    margin:0 auto 30px;
}

#modalText p{
    line-height:1.8;
    color:#444;
    margin-bottom:18px;
}





@media (max-width: 768px){

    .blog-modal{
        padding:15px;
    }

    .blog-modal-content{
        width:100%;
        max-height:85vh;
        padding:25px 20px;
        border-radius:16px;
    }

    .blog-modal-content h2{
        font-size:1.7rem;
        line-height:1.3;
        padding-right:35px;
        margin-bottom:15px;
    }

    .modal-date{
        font-size:.95rem;
        margin-bottom:20px;
    }

    .blog-modal-content img{
        width:100%;
        max-width:100%;
        max-height:320px;
        margin:0 auto 20px;
        display:block;
    }

    #modalText p{
        font-size:.95rem;
        line-height:1.7;
        margin-bottom:16px;
    }

    .blog-modal-close{
        top:12px;
        right:15px;
        font-size:28px;
    }
}
.gallery-wrapper{
    position:relative;
}

.gallery-container{
    overflow:hidden;
}

.gallery-track{
    display:flex;
    transition:transform .5s ease;
}

.gallery-item{
    min-width:33.333%;
    padding:0 8px;
    box-sizing:border-box;
}

.gallery-item img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:16px;
    display:block;
}

.gallery-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    cursor:pointer;
    z-index:10;
}
.gallery-header{
    text-align:center;
    margin-bottom:50px;
}

.gallery-header h2{
   font-family: 'Playfair Display', 'Cormorant Garamond', serif; color: var(--navy-deep); font-size: 45px;
    position:relative;
    display:inline-block;
    margin-top: 45px;
}

.gallery-btn.prev{
    left:-25px;
}

.gallery-btn.next{
    right:-25px;
}
@media(max-width:768px){

    .gallery-item{
        min-width:100%;
    }

    .gallery-item img{
        height:320px;
    }

    .gallery-btn{
        width:40px;
        height:40px;
    }
}