/* Elementos compartilhados pelas páginas públicas novas. Valores alinhados ao shell de index.html e cartas-contempladas.html. */
.site-footer { background:var(--navy-deep,#0B1E33); color:rgba(251,250,247,.6); padding:76px 48px 34px; }
.site-footer-grid { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:56px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.1); }
.site-footer-brand-row { display:flex; align-items:center; gap:14px; }
.site-footer-symbol { width:48px; height:34px; }
.site-footer-wordmark { font-family:Cinzel,serif; font-size:15px; letter-spacing:.18em; color:#FBFAF7; }
.site-footer-wordmark b { color:var(--champagne,#C9A961); font-weight:500; }
.site-footer-tagline { margin-top:18px; font-family:'Cormorant Garamond',serif; font-size:22px; line-height:1.12; color:rgba(251,250,247,.72); font-style:italic; }
.site-footer-col-title { margin-bottom:16px; color:var(--champagne,#C9A961); font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.site-footer-link { display:block; margin:0 0 10px; font-size:12px; color:rgba(251,250,247,.62); }
.site-footer-link:hover { color:var(--champagne,#C9A961); }
.site-footer-contact { display:flex; gap:9px; margin-bottom:12px; font-size:12px; line-height:1.4; }
.site-footer-contact a:hover { color:var(--champagne,#C9A961); }
.site-footer-compliance { max-width:1200px; margin:24px auto 0; color:rgba(251,250,247,.42); font-size:10px; line-height:1.55; }
.site-footer-bottom { max-width:1200px; margin:26px auto 0; display:flex; justify-content:space-between; gap:18px; font-size:10px; }
@media (max-width:1080px) { .site-footer-grid { grid-template-columns:1fr 1fr; gap:40px; } }
@media (max-width:720px) { .site-footer { padding:60px 24px 28px; } .site-footer-grid { grid-template-columns:1fr; gap:32px; padding-bottom:36px; } .site-footer-bottom { display:block; } }


/* Shared public-page shell. Source: index.html. */
.site-shell-header { position:fixed; top:0; left:0; right:0; z-index:200; background:rgba(5,18,34,.72); backdrop-filter:blur(14px); border-bottom:1px solid rgba(255,255,255,.06); }
.site-shell-header nav { max-width:1320px; margin:0 auto; padding:18px 32px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.site-shell-header .nav-logo { display:flex; align-items:center; gap:16px; }
.site-shell-header .nav-symbol { width:55px; height:39px; flex-shrink:0; }
.site-shell-header .nav-wordmark { font-family:Cinzel,serif; font-size:17px; letter-spacing:.2em; color:var(--off-white,#FBFAF7); font-weight:500; white-space:nowrap; }
.site-shell-header .nav-wordmark b { color:var(--champagne,#C9A961); font-weight:500; }
.site-shell-header .nav-links { display:flex; align-items:center; gap:38px; list-style:none; margin:0; padding:0; }
.site-shell-header .nav-link { font-size:15px; font-weight:600; color:rgba(251,250,247,.86); position:relative; padding:8px 0; transition:color .2s ease; cursor:pointer; display:flex; align-items:center; gap:5px; letter-spacing:.01em; }
.site-shell-header .nav-link:hover { color:var(--off-white,#FBFAF7); }
.site-shell-header .nav-link::after { content:''; position:absolute; bottom:0; left:0; width:100%; height:1.5px; background:var(--emerald-bright,#15916A); transform:scaleX(0); transition:transform .2s ease; }
.site-shell-header .nav-link:hover::after { transform:scaleX(1); }
.site-shell-header .nav-caret { width:9px; height:9px; opacity:.6; transition:transform .2s ease; }
.site-shell-header .nav-item-dropdown { position:relative; }
.site-shell-header .nav-item-dropdown:hover .nav-caret { transform:rotate(180deg); }
.site-shell-header .dropdown { position:absolute; top:100%; left:-16px; min-width:268px; background:var(--off-white,#FBFAF7); border-radius:4px; box-shadow:0 24px 48px rgba(0,0,0,.28); padding:10px; opacity:0; transform:translateY(-6px); pointer-events:none; transition:opacity .18s ease,transform .18s ease; }
.site-shell-header .nav-item-dropdown:hover .dropdown { opacity:1; transform:translateY(0); pointer-events:auto; }
.site-shell-header .dropdown::before { content:''; position:absolute; top:-14px; left:0; right:0; height:14px; }
.site-shell-header .dropdown-item { display:flex; flex-direction:column; gap:2px; padding:11px 14px; border-radius:3px; transition:background .15s ease; }
.site-shell-header .dropdown-item:hover { background:rgba(16,42,67,.05); }
.site-shell-header .dropdown-item-title { font-size:13.5px; font-weight:600; color:var(--navy,#102A43); }
.site-shell-header .dropdown-item-desc { font-size:12px; color:var(--slate,#334155); line-height:1.4; }
.site-shell-header .nav-cta { background:var(--emerald,#0A6E47); color:var(--off-white,#FBFAF7); font-size:13px; font-weight:600; padding:11px 22px; border-radius:3px; white-space:nowrap; transition:background .2s ease; flex-shrink:0; }
.site-shell-header .nav-cta:hover { background:var(--emerald-bright,#15916A); }
.site-shell-header .nav-toggle { display:none; flex-direction:column; gap:5px; width:26px; cursor:pointer; background:none; border:0; padding:4px; }
.site-shell-header .nav-toggle span { width:100%; height:1.5px; background:var(--off-white,#FBFAF7); }
.site-shell-header .mobile-menu { display:none; flex-direction:column; background:var(--navy-deep,#0B1E33); border-top:1px solid rgba(255,255,255,.1); padding:8px 24px 24px; }
.site-shell-header .mobile-menu.is-open { display:flex; }
.site-shell-header .mobile-link { padding:14px 0; border-bottom:1px solid rgba(255,255,255,.1); font-size:14.5px; font-weight:500; color:rgba(251,250,247,.88); }
.site-shell-header .mobile-sub { padding-left:14px; display:none; flex-direction:column; }
.site-shell-header .mobile-sub.is-open { display:flex; }
.site-shell-header .mobile-sub .mobile-link { font-size:13px; color:rgba(251,250,247,.65); border-bottom:0; padding:10px 0; }
.site-shell-header .mobile-cta { margin-top:16px; background:var(--emerald,#0A6E47); color:var(--off-white,#FBFAF7); text-align:center; padding:14px; border-radius:3px; font-weight:600; font-size:14px; }

.site-hero { position:relative; height:510px; min-height:510px; max-height:510px; display:flex; flex-direction:column; color:var(--off-white,#FBFAF7); overflow:hidden; padding:84px 48px 58px; }
.site-hero .hero-bg { position:absolute; inset:0; z-index:0; }
.site-hero .hero-bg img { width:100%; height:100%; object-fit:cover; object-position:52% center; display:block; }
.site-hero .hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(96deg,rgba(5,18,34,.40) 0%,rgba(7,23,41,.30) 26%,rgba(9,28,48,.08) 47%,rgba(9,28,48,0) 68%,transparent 100%),linear-gradient(180deg,rgba(5,18,34,.18) 0%,rgba(5,18,34,0) 42%,rgba(5,18,34,.10) 100%); }
.site-hero-inner { flex:1; display:flex; align-items:center; position:relative; z-index:1; width:100%; max-width:1302px; margin:0 auto; }
.site-hero-content { max-width:560px; }
.site-hero-tag { font-size:10.5px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; color:var(--emerald-bright,#15916A); margin-bottom:14px; display:flex; align-items:center; gap:10px; }
.site-hero-tag::before { content:'—'; color:var(--emerald-bright,#15916A); }
.site-hero-title { margin:0 0 18px; font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(44px,3.6vw,64px); line-height:.98; letter-spacing:-.012em; text-shadow:0 4px 28px rgba(0,0,0,.35); }
.site-hero-title em { font-style:normal; color:var(--emerald-bright,#15916A); font-weight:500; display:inline-block; }
.site-hero-sub { margin:0 0 20px; font-size:15px; line-height:1.48; color:rgba(251,250,247,.86); max-width:462px; text-shadow:0 2px 14px rgba(0,0,0,.3); }
.site-hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.site-hero .btn-primary { background:var(--emerald,#0A6E47); color:var(--off-white,#FBFAF7); font-size:12px; font-weight:600; padding:13px 27px; border-radius:6px; display:inline-flex; align-items:center; gap:10px; transition:background .2s ease,transform .2s ease; }
.site-hero .btn-primary:hover { background:var(--emerald-bright,#15916A); transform:translateY(-1px); }
.site-hero .btn-ghost { border:1px solid rgba(251,250,247,.4); color:var(--off-white,#FBFAF7); font-size:12px; font-weight:600; padding:13px 27px; border-radius:6px; backdrop-filter:blur(6px); background:rgba(255,255,255,.04); transition:border-color .2s ease,background .2s ease; }
.site-hero .btn-ghost:hover { border-color:rgba(251,250,247,.65); background:rgba(255,255,255,.1); }

@media (max-width:1080px) { .site-shell-header .nav-links,.site-shell-header .nav-cta { display:none; } .site-shell-header .nav-toggle { display:flex; } .site-hero { height:auto; max-height:none; min-height:560px; padding:130px 24px 64px; } }
@media (max-width:720px) { .site-shell-header nav { padding:14px 24px; } .site-hero { min-height:580px; padding:112px 24px 58px; } .site-hero .hero-bg img { object-position:50% 65%; } .site-hero .hero-bg::after { background:linear-gradient(180deg,rgba(11,30,51,.15) 0%,rgba(11,30,51,.35) 45%,rgba(11,30,51,.88) 100%); } .site-hero-title { font-size:clamp(42px,12vw,56px); } }

/* Navigation stability: prevent inherited page styles from changing the shared shell. */
.site-shell-header nav { flex-wrap:nowrap; }
.site-shell-header .nav-logo, .site-shell-header .nav-links, .site-shell-header .nav-cta { min-width:0; }
.site-shell-header .nav-logo { flex-shrink:0; }
.site-shell-header .nav-links { flex-wrap:nowrap; }
.site-shell-header .nav-link { white-space:nowrap; line-height:1.2; }
.site-shell-header .nav-cta { text-transform:none; white-space:nowrap; line-height:1.2; letter-spacing:normal; }

/* Keep desktop navigation on one line. */
.site-shell-header .nav-links > li { flex:0 0 auto; }
.site-shell-header .nav-link { flex:0 0 auto; white-space:nowrap; overflow-wrap:normal; word-break:normal; }

/* Exact CTA dimensions from the approved Home header. */
.site-shell-header .nav-cta {
  text-transform:none !important;
  letter-spacing:normal !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  padding:11px 22px !important;
  min-width:0 !important;
  width:auto !important;
}
