/* =========================================================
   APURN — Layout moderno (Bootstrap 5.3)
   Cores extraídas do logotipo: laranja + verde-acinzentado
   ========================================================= */
:root {
  --apurn-orange: #F28C00;
  --apurn-orange-600: #D97A00;
  --apurn-orange-100: #FFF1DF;
  --apurn-teal: #55746F;
  --apurn-teal-700: #3E5753;
  --apurn-teal-900: #253936;
  --apurn-teal-100: #E7EEED;
  --apurn-ink: #1D2A28;

  --bs-body-font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --bs-body-color: var(--apurn-ink);
  --bs-primary: var(--apurn-orange);
  --bs-primary-rgb: 242, 140, 0;
  --bs-link-color: var(--apurn-orange-600);
  --bs-link-hover-color: var(--apurn-teal);
  --radius-xl: 1.5rem;
}

html { scroll-behavior: smooth; }
body { background: #fff; overflow-x: hidden; }
section[id], header[id] { scroll-margin-top: 80px; }

.fw-800 { font-weight: 800; }
.text-brand { color: var(--apurn-orange) !important; }
.bg-brand { background: var(--apurn-orange) !important; }
.link-brand { color: var(--apurn-orange-600); text-decoration: none; }
.text-white-75 { color: rgba(255, 255, 255, .78); }
.opacity-90 { opacity: .9; }
.bg-soft { background: var(--apurn-teal-100); }

/* ---------- Botões ---------- */
.btn-brand {
  --bs-btn-color: #fff; --bs-btn-bg: var(--apurn-orange); --bs-btn-border-color: var(--apurn-orange);
  --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--apurn-orange-600); --bs-btn-hover-border-color: var(--apurn-orange-600);
  --bs-btn-active-bg: var(--apurn-orange-600); --bs-btn-active-color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 20px -8px rgba(242, 140, 0, .7);
}
.btn-teal {
  --bs-btn-color: #fff; --bs-btn-bg: var(--apurn-teal); --bs-btn-border-color: var(--apurn-teal);
  --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--apurn-teal-700); --bs-btn-hover-border-color: var(--apurn-teal-700);
  font-weight: 600;
}
.btn-outline-brand {
  --bs-btn-color: var(--apurn-orange-600); --bs-btn-border-color: var(--apurn-orange);
  --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--apurn-orange); --bs-btn-hover-border-color: var(--apurn-orange);
  font-weight: 600;
}
.btn-icon, .btn-icon-dark {
  width: 40px; height: 40px; display: inline-grid; place-items: center;
  border-radius: 50%; padding: 0;
}
.btn-icon { background: var(--apurn-teal-100); color: var(--apurn-teal); }
.btn-icon:hover { background: var(--apurn-teal); color: #fff; }
.btn-icon-dark { background: rgba(255,255,255,.08); color: #fff; }
.btn-icon-dark:hover { background: var(--apurn-orange); color: #fff; }

/* ---------- Navbar ---------- */
#mainNav {
  padding: .9rem 0;
  transition: all .3s ease;
  background: transparent;
}
#mainNav .brand-text { line-height: 1.1; color: #fff; transition: color .3s; }
#mainNav .brand-text strong { display: block; font-weight: 800; letter-spacing: .02em; }
#mainNav .brand-text small { font-size: .72rem; opacity: .85; }
#mainNav .navbar-brand img { background: #fff; border-radius: 12px; padding: 4px 6px; }
#mainNav .navbar-toggler { color: #fff; }
@media (min-width: 1200px) {
  #mainNav .nav-link { color: rgba(255,255,255,.9); font-weight: 600; font-size: .95rem; padding: .5rem .8rem; border-radius: 999px; }
  #mainNav .nav-link:hover, #mainNav .nav-link.active { color: #fff; background: rgba(255,255,255,.14); }
}
#mainNav.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 6px 30px -12px rgba(29,42,40,.25);
  padding: .5rem 0;
}
#mainNav.scrolled .brand-text { color: var(--apurn-ink); }
#mainNav.scrolled .navbar-toggler { color: var(--apurn-ink); }
@media (min-width: 1200px) {
  #mainNav.scrolled .nav-link { color: var(--apurn-ink); }
  #mainNav.scrolled .nav-link:hover, #mainNav.scrolled .nav-link.active { color: var(--apurn-orange-600); background: var(--apurn-orange-100); }
}
.dropdown-menu { border-radius: 1rem; padding: .5rem; }
.dropdown-item { border-radius: .6rem; padding: .55rem .9rem; font-weight: 500; }
.dropdown-item:hover, .dropdown-item:focus { background: var(--apurn-orange-100); color: var(--apurn-orange-600); }
.dropdown-item:active { background: var(--apurn-orange); }
@media (max-width: 1199.98px) {
  .offcanvas .nav-link { font-weight: 600; font-size: 1.1rem; color: var(--apurn-ink); padding: .7rem 0; border-bottom: 1px solid #eef1f0; }
  .offcanvas .nav-link.active { color: var(--apurn-orange-600); }
  .offcanvas .dropdown-menu { box-shadow: none !important; background: var(--apurn-teal-100); }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--apurn-teal-900); }
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: heroZoom 18s ease-in-out infinite alternate;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(37,57,54,.95) 0%, rgba(62,87,83,.82) 45%, rgba(85,116,111,.25) 100%),
    radial-gradient(circle at 85% 20%, rgba(242,140,0,.45), transparent 45%);
}
.hero .container { z-index: 2; }
.min-vh-hero { min-height: 88vh; padding: 120px 0 110px; }
.badge-soft { background: rgba(242,140,0,.18); color: #FFD199; border: 1px solid rgba(242,140,0,.45); font-weight: 600; padding: .55rem .9rem; }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 90px; z-index: 2; fill: #fff; }
@keyframes heroZoom { to { transform: scale(1.15); } }
@media (prefers-reduced-motion: reduce) { .hero-bg { animation: none; } html { scroll-behavior: auto; } }

/* ---------- Acesso rápido ---------- */
.quick-access { position: relative; z-index: 3; margin-top: -70px; }
.quick-card {
  display: flex; align-items: center; gap: .9rem; height: 100%;
  background: #fff; border-radius: 1.2rem; padding: 1.1rem 1.2rem;
  text-decoration: none; color: var(--apurn-ink);
  box-shadow: 0 18px 40px -20px rgba(29,42,40,.35);
  border: 1px solid #eef1f0; transition: transform .25s, box-shadow .25s;
}
.quick-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -20px rgba(242,140,0,.45); color: var(--apurn-ink); }
.quick-card strong { display: block; font-weight: 700; }
.quick-card small { color: #6b7a78; font-size: .8rem; }
.quick-icon {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center; font-size: 1.35rem;
  background: var(--apurn-orange-100); color: var(--apurn-orange-600);
}
.quick-card:hover .quick-icon { background: var(--apurn-orange); color: #fff; }
@media (max-width: 575.98px) {
  .quick-card { flex-direction: column; align-items: flex-start; }
}

/* ---------- Seções ---------- */
.section { padding: 96px 0; position: relative; }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--apurn-orange-600); margin-bottom: .6rem;
}
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 3px; border-radius: 3px; background: currentColor; vertical-align: middle; margin-right: .55rem; }
.eyebrow-light { color: #FFC06B; }
.section-title { font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.12; letter-spacing: -.02em; margin-bottom: 1rem; }

/* ---------- Notícias ---------- */

.news-card {
  position: relative; height: 100%; background: #fff; border-radius: 1.2rem; overflow: hidden;
  border: 1px solid #eef1f0; transition: transform .25s, box-shadow .25s;
}
.news-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px -24px rgba(29,42,40,.35); }
.news-card img { transition: transform .5s; }
.news-card:hover img { transform: scale(1.06); }
.news-card h3 { font-weight: 700; }
.news-meta { font-size: .78rem; color: var(--apurn-teal); font-weight: 600; }

/* ---------- App ---------- */
.app-section {
  background: linear-gradient(140deg, var(--apurn-teal-900) 0%, var(--apurn-teal) 100%);
  overflow: hidden;
}
.app-blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.app-blob-1 { width: 420px; height: 420px; background: var(--apurn-orange); top: -140px; right: -80px; }
.app-blob-2 { width: 320px; height: 320px; background: #8FB3AD; bottom: -140px; left: -100px; opacity: .35; }

.feature-pill {
  display: flex; align-items: center; gap: .55rem; height: 100%;
  padding: .7rem .9rem; border-radius: .9rem; color: #fff; font-weight: 600; font-size: .92rem;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  transition: background .2s, transform .2s;
}
.feature-pill i { color: #FFC06B; font-size: 1.15rem; }
.feature-pill:hover { background: rgba(242,140,0,.25); transform: translateY(-2px); }

.store-btn {
  display: inline-flex; align-items: center; gap: .7rem;
  padding: .6rem 1.2rem .6rem 1rem; border-radius: .9rem;
  background: #0d1413; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.18);
  transition: transform .2s, background .2s;
}
.store-btn i { font-size: 1.7rem; }
.store-btn span { line-height: 1.1; font-weight: 700; font-size: 1.05rem; }
.store-btn small { display: block; font-size: .68rem; font-weight: 500; opacity: .75; }
.store-btn:hover { color: #fff; background: #000; transform: translateY(-2px); }
.store-btn-sm { padding: .45rem .9rem .45rem .75rem; }
.store-btn-sm i { font-size: 1.35rem; }
.store-btn-sm span { font-size: .9rem; }

/* mockup */
.phone-stage { position: relative; display: flex; justify-content: center; padding: 1rem 0; }
.phone {
  position: relative; width: 290px; height: 590px; border-radius: 46px; padding: 12px;
  background: #0d1413; box-shadow: 0 50px 80px -30px rgba(0,0,0,.7), inset 0 0 0 2px #2c3b39;
  transform: rotate(-4deg); animation: phoneFloat 6s ease-in-out infinite;
}
@keyframes phoneFloat { 50% { transform: rotate(-4deg) translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .phone { animation: none; } }
.phone-notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; border-radius: 20px; background: #0d1413; z-index: 2; }
.phone-screen {
  height: 100%; border-radius: 36px; overflow: hidden; position: relative;
  background: #F6F8F7; padding: 52px 16px 80px; display: flex; flex-direction: column; gap: 14px;
}
.app-top { display: flex; justify-content: space-between; align-items: center; }
.app-top small { display: block; color: #6b7a78; font-size: .72rem; }
.app-top strong { font-size: 1rem; }
.app-card-member {
  border-radius: 18px; padding: 16px; color: #fff;
  background: radial-gradient(circle at 100% 0, rgba(255,255,255,.3), transparent 50%), linear-gradient(135deg, var(--apurn-orange) 0%, #E06A00 100%);
}
.app-card-member small { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; opacity: .85; display: block; }
.app-card-member strong { display: block; font-size: 1rem; margin: 4px 0 8px; }
.app-card-member span { font-size: .75rem; opacity: .9; }
.app-card-member em { font-style: normal; background: rgba(255,255,255,.25); padding: 1px 8px; border-radius: 10px; }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.app-grid span {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  background: #fff; border-radius: 14px; padding: 10px 4px; font-size: .66rem; font-weight: 600; color: var(--apurn-ink);
  box-shadow: 0 4px 10px -6px rgba(0,0,0,.2);
}
.app-grid i { font-size: 1.2rem; color: var(--apurn-teal); }
.app-booking {
  display: flex; align-items: center; gap: 10px; background: var(--apurn-teal); color: #fff;
  border-radius: 16px; padding: 12px 14px;
}
.app-booking > i:first-child { font-size: 1.4rem; color: #FFC06B; }
.app-booking strong { display: block; font-size: .82rem; }
.app-booking small { font-size: .68rem; opacity: .8; }
.app-tabbar {
  position: absolute; left: 12px; right: 12px; bottom: 12px; height: 56px; border-radius: 20px;
  background: #fff; display: flex; justify-content: space-around; align-items: center;
  box-shadow: 0 -2px 16px -8px rgba(0,0,0,.2); font-size: 1.25rem; color: #9aa7a5;
}
.app-tabbar .active { color: var(--apurn-orange); }
.float-chip {
  position: absolute; display: flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--apurn-ink); font-weight: 700; font-size: .85rem;
  padding: .65rem 1rem; border-radius: 999px; box-shadow: 0 20px 40px -15px rgba(0,0,0,.45);
}
.float-chip i { font-size: 1.1rem; }
.chip-1 { top: 18%; left: 2%; }
.chip-1 i { color: #1a9e6b; }
.chip-2 { bottom: 16%; right: 0; }
.chip-2 i { color: var(--apurn-orange); }
@media (max-width: 575.98px) {
  .phone { width: 250px; height: 510px; }
  .float-chip { font-size: .75rem; padding: .5rem .8rem; }
  .chip-1 { left: 0; top: 8%; }
}

/* ---------- Estruturas ---------- */
.place-card { background: #fff; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid #eef1f0; box-shadow: 0 24px 50px -30px rgba(29,42,40,.35); }
.place-img { height: 260px; background-size: cover; background-position: center; position: relative; }
.place-tag {
  position: absolute; left: 1.2rem; bottom: 1.2rem; background: rgba(255,255,255,.95);
  padding: .4rem .9rem; border-radius: 999px; font-size: .8rem; font-weight: 700; color: var(--apurn-teal-700);
}
.place-tag i { color: var(--apurn-orange); }
.info-box { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .75rem; margin: 1.3rem 0 .8rem; }
.info-box > div { display: flex; gap: .7rem; align-items: center; background: var(--apurn-teal-100); padding: .75rem .9rem; border-radius: .9rem; }
.info-box i { font-size: 1.3rem; color: var(--apurn-teal); }
.info-box span { font-size: .85rem; color: #4f5f5d; line-height: 1.25; }
.info-box strong { display: block; color: var(--apurn-ink); font-size: .88rem; }
.amenities { list-style: none; padding: 0; margin: 0 0 1.5rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.amenities li { font-size: .82rem; font-weight: 600; background: var(--apurn-orange-100); color: #8a4f00; padding: .35rem .8rem; border-radius: 999px; }

/* ---------- Administração ---------- */
.admin-card {
  display: block; height: 100%; background: #fff; border-radius: 1.2rem; padding: 1.6rem;
  text-decoration: none; color: var(--apurn-ink); border: 1px solid transparent; transition: all .25s;
}
.admin-card i {
  display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px;
  font-size: 1.4rem; background: var(--apurn-teal); color: #fff; margin-bottom: 1rem; transition: background .25s;
}
.admin-card strong { display: block; font-size: 1.1rem; font-weight: 700; }
.admin-card small { color: #6b7a78; }
.admin-card:hover { border-color: var(--apurn-orange); transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(242,140,0,.6); color: var(--apurn-ink); }
.admin-card:hover i { background: var(--apurn-orange); }

/* ---------- Documentos ---------- */
.docs-banner {
  border-radius: var(--radius-xl); padding: clamp(2rem, 5vw, 3.5rem);
  background:
    radial-gradient(circle at 0% 100%, rgba(85,116,111,.55), transparent 50%),
    linear-gradient(120deg, var(--apurn-orange) 0%, #E06A00 100%);
  box-shadow: 0 30px 60px -30px rgba(242,140,0,.8);
}
.docs-banner .eyebrow-light { color: #fff3e0; }

/* ---------- Contato ---------- */
.contact-line {
  display: flex; align-items: center; gap: 1rem; padding: 1rem 1.1rem; margin-bottom: .75rem;
  border-radius: 1rem; background: var(--apurn-teal-100); text-decoration: none; color: var(--apurn-ink); transition: all .2s;
}
.contact-line i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: #fff; color: var(--apurn-orange); font-size: 1.2rem; }
.contact-line small { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: #6b7a78; }
.contact-line span { font-weight: 700; }
.contact-line:hover { background: var(--apurn-orange-100); color: var(--apurn-ink); transform: translateX(4px); }
.contact-form { background: #fff; border-radius: var(--radius-xl); padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid #eef1f0; box-shadow: 0 24px 50px -30px rgba(29,42,40,.35); }
.contact-form .form-control, .contact-form .form-select { border-radius: .9rem; border-color: #dfe6e5; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--apurn-orange); box-shadow: 0 0 0 .25rem rgba(242,140,0,.18); }
.contact-form .form-floating > label { padding-left: 1.5rem; }

/* ---------- Footer ---------- */
.footer { background: var(--apurn-teal-900); color: rgba(255,255,255,.65); padding: 72px 0 24px; }
.footer-logo { background: #fff; border-radius: 14px; padding: 6px 8px; display: inline-block; }
.footer h6 { color: #fff; font-weight: 700; margin-bottom: 1rem; }
.footer ul li { margin-bottom: .45rem; }
.footer a:not(.btn):not(.store-btn) { color: rgba(255,255,255,.65); text-decoration: none; }
.footer a:not(.btn):not(.store-btn):hover { color: var(--apurn-orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .85rem; }
.back-top { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--apurn-orange); color: #fff !important; flex-shrink: 0; }

/* ---------- Animação de entrada ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* =========================================================
   Páginas internas
   ========================================================= */
.page-hero { position: relative; overflow: hidden; background: var(--apurn-teal-900); padding: 150px 0 110px; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(37,57,54,.96) 0%, rgba(62,87,83,.85) 55%, rgba(85,116,111,.55) 100%),
    radial-gradient(circle at 90% 10%, rgba(242,140,0,.45), transparent 45%);
}
.page-hero .container { z-index: 2; }
.page-hero .hero-bg { animation: none; }
.page-hero .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.5); --bs-breadcrumb-item-active-color: #FFC06B; font-size: .88rem; font-weight: 600; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.8); text-decoration: none; }
.page-hero .breadcrumb a:hover { color: #fff; }

.btn-chip {
  --bs-btn-padding-x: 1rem; --bs-btn-padding-y: .45rem; --bs-btn-font-size: .9rem;
  border-radius: 999px; font-weight: 600; background: var(--apurn-teal-100); color: var(--apurn-teal-700); border: 0;
}
.btn-chip:hover { background: var(--apurn-orange-100); color: var(--apurn-orange-600); }
.btn-chip.active, .btn-chip:active { background: var(--apurn-orange) !important; color: #fff !important; }

.subnav { position: sticky; top: 64px; z-index: 10; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border-bottom: 1px solid #eef1f0; }

.news-poster { border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 24px 50px -24px rgba(29,42,40,.45); }

/* Institucional */
.value-card, .info-panel { background: #fff; border-radius: var(--radius-xl); padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid #eef1f0; }
.value-card-teal { background: linear-gradient(145deg, var(--apurn-teal) 0%, var(--apurn-teal-900) 100%); color: #fff; border: 0; }
.value-icon { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; font-size: 1.5rem; background: var(--apurn-orange-100); color: var(--apurn-orange-600); margin-bottom: 1rem; }
.value-card-teal .value-icon { background: rgba(255,255,255,.12); color: #FFC06B; }
.founders { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 1.2rem; font-size: .88rem; }
.founders li { break-inside: avoid; padding: .3rem 0 .3rem .9rem; position: relative; color: #4f5f5d; }
.founders li::before { content: ""; position: absolute; left: 0; top: .75rem; width: 5px; height: 5px; border-radius: 50%; background: var(--apurn-orange); }
@media (max-width: 575.98px) { .founders { columns: 1; } }
.event-chip { display: flex; align-items: center; gap: .6rem; height: 100%; padding: .9rem 1rem; border-radius: 1rem; background: var(--apurn-teal-100); font-weight: 600; font-size: .92rem; }
.event-chip i { font-size: 1.3rem; color: var(--apurn-orange); }

/* Administração */
.person-card { text-align: center; background: #fff; border: 1px solid #eef1f0; border-radius: 1.2rem; padding: 1.4rem 1rem; height: 100%; transition: transform .25s, box-shadow .25s; }
.person-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(29,42,40,.4); }
.person-card img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; border: 4px solid var(--apurn-orange-100); margin-bottom: .9rem; }
.person-card strong { display: block; font-size: .95rem; line-height: 1.25; }
.person-card small { color: var(--apurn-orange-600); font-weight: 600; }
.member-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .4rem .8rem; }
.member-list li { font-size: .92rem; }
.member-list i { color: var(--apurn-teal); }
.table-card { background: #fff; border-radius: var(--radius-xl); border: 1px solid #eef1f0; overflow: hidden; }
.table-card th { background: var(--apurn-teal); color: #fff; font-weight: 600; padding: 1rem 1.2rem; }
.table-card td { padding: .85rem 1.2rem; }

/* Documentos */
.docs-nav { top: 90px; display: flex; flex-direction: column; gap: .35rem; }
.docs-nav a { padding: .7rem 1rem; border-radius: .8rem; text-decoration: none; color: var(--apurn-ink); font-weight: 600; font-size: .92rem; }
.docs-nav a i { color: var(--apurn-teal); margin-right: .4rem; }
.docs-nav a:hover { background: var(--apurn-orange-100); color: var(--apurn-orange-600); }
.doc-list { display: flex; flex-direction: column; gap: .5rem; }
.doc-item { display: flex; align-items: center; gap: .9rem; padding: .85rem 1rem; border-radius: .9rem; background: #F6F8F7; text-decoration: none; color: var(--apurn-ink); font-weight: 600; font-size: .93rem; transition: all .2s; }
.doc-item small { display: block; font-size: .7rem; color: #6b7a78; letter-spacing: .08em; }
.doc-item:hover { background: var(--apurn-orange-100); color: var(--apurn-ink); transform: translateX(4px); }
.doc-item > .bi-download { color: var(--apurn-orange); }
.doc-ext { font-size: 1.7rem; }
.doc-pdf { color: #D64545; } .doc-docx { color: #2B63C6; } .doc-xlsx { color: #1E8A4C; }

/* Estruturas */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
.gallery-item { display: block; border-radius: .9rem; overflow: hidden; aspect-ratio: 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-main { grid-column: span 4; aspect-ratio: 16 / 9; }
.map-frame { border-radius: 1.2rem; overflow: hidden; border: 1px solid #eef1f0; aspect-ratio: 16 / 9; background: var(--apurn-teal-100); }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.address-box { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; padding: 1rem 1.1rem; border-radius: 1rem; border: 1px dashed var(--apurn-teal); background: #fff; }
.address-box > i { font-size: 1.5rem; color: var(--apurn-orange); }
.address-box strong { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: #6b7a78; }
.address-box span { font-weight: 600; font-size: .92rem; }
#lightbox .modal-content img { max-height: 80vh; }

/* Aplicativo */
.faq .accordion-item { border: 0; border-radius: 1rem !important; margin-bottom: .75rem; overflow: hidden; }
.faq .accordion-button { font-weight: 700; padding: 1.1rem 1.3rem; }
.faq .accordion-button:not(.collapsed) { background: var(--apurn-orange-100); color: var(--apurn-orange-600); box-shadow: none; }
.faq .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(242,140,0,.2); }

/* Rodapé */
.footer-address { display: flex; gap: .7rem; margin-bottom: 1rem; font-size: .88rem; line-height: 1.45; }
.footer-address i { color: var(--apurn-orange); font-size: 1.1rem; }
.footer-address strong { display: block; color: #fff; }

/* Navbar em telas menores */
@media (max-width: 1199.98px) {
  .nav-actions .btn-brand { flex-grow: 1; }
}
@media (max-width: 400px) {
  #mainNav .btn-sm.d-xl-none { font-size: .8rem; padding-inline: .7rem !important; }
}

/* CodeIgniter: complementos */
.person-placeholder { width: 104px; height: 104px; border-radius: 50%; display: inline-grid; place-items: center; font-size: 2.6rem; background: var(--apurn-teal-100); color: var(--apurn-teal); border: 4px solid var(--apurn-orange-100); margin-bottom: .9rem; }
.news-content p { line-height: 1.75; }
.news-content img { max-width: 100%; height: auto; border-radius: 1rem; }
.pagination { --bs-pagination-color: var(--apurn-teal-700); --bs-pagination-active-bg: var(--apurn-orange); --bs-pagination-active-border-color: var(--apurn-orange); --bs-pagination-hover-color: var(--apurn-orange-600); --bs-pagination-focus-box-shadow: 0 0 0 .2rem rgba(242,140,0,.2); gap: .35rem; }
.pagination .page-link { border-radius: .7rem !important; font-weight: 600; }
