/* ============================================
   PORTAL - Rosana Paciornik Nathan
   Identidade visual (unificada), 2026-06
   Paleta:
   - Azul escuro:     #153D6A
   - Azul petróleo:   #00687A
   - Azure apagado:   #6EB0B7
   - Laranja apagado: #D07747
   - Amarelo apagado: #D9B64A
   - Creme:           #F7F4F1
   Tipografia: Cooper Hewitt (display, auto-hospedada) + Inter (texto).
   Dancing Script segue como acento livre (assinatura Amsterdam/Buffalo só nas logos).
   ============================================ */

@font-face { font-family: 'Cooper Hewitt'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/cooper-hewitt-300.woff2') format('woff2'); }
@font-face { font-family: 'Cooper Hewitt'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/cooper-hewitt-400.woff2') format('woff2'); }
@font-face { font-family: 'Cooper Hewitt'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/cooper-hewitt-500.woff2') format('woff2'); }
@font-face { font-family: 'Cooper Hewitt'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/cooper-hewitt-600.woff2') format('woff2'); }
@font-face { font-family: 'Cooper Hewitt'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/cooper-hewitt-700.woff2') format('woff2'); }

:root {
  --navy:       #153D6A;
  --navy-deep:  #0B213C;
  --blue:       #00687A;   /* petróleo */
  --blue-soft:  #6EB0B7;   /* azure */
  --orange:     #D07747;
  --gold:       #D9B64A;   /* amarelo */
  --yellow:     #E4C45A;   /* amarelo claro (destaques) */
  --cream:      #F7F4F1;
  --paper:      #FBFAF8;
  --ink:        #153D6A;
  --ink-soft:   #46566B;
  --line:       rgba(21, 61, 106, 0.14);
  --line-light: rgba(247, 244, 241, 0.20);

  --display: 'Cooper Hewitt', 'Inter', system-ui, sans-serif;
  --sans:    'Inter', system-ui, -apple-system, sans-serif;
  --script:  'Dancing Script', 'Brush Script MT', cursive;

  --container: 1100px;
  --r-md: 8px;
  --r-lg: 18px;
  --shadow-sm: 0 2px 12px rgba(21, 61, 106, 0.07);
  --shadow-md: 0 14px 36px rgba(21, 61, 106, 0.16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container--narrow { max-width: 760px; }

/* ---------------- Botões ---------------- */
.btn {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.btn--gold { background: var(--gold); color: var(--navy-deep); }
.btn--gold:hover { background: var(--yellow); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(217, 182, 74, 0.32); }

/* ---------------- Hero ---------------- */
.hero {
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 28px;
  color: var(--cream);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 12%, rgba(0, 104, 122, 0.55), transparent 55%),
    radial-gradient(ellipse at 12% 92%, rgba(208, 119, 71, 0.28), transparent 55%),
    radial-gradient(120% 90% at 50% -10%, var(--blue) 0%, var(--navy) 48%, var(--navy-deep) 100%);
}
.hero__inner { max-width: 760px; position: relative; z-index: 2; }
.hero__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 26px;
}
.hero__name { margin: 0 0 6px; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.hero__signature { width: min(560px, 86vw); height: auto; display: block; margin: 0 auto; }
.wordmark__name {
  font-family: var(--script);
  font-weight: 700;
  font-size: clamp(3.4rem, 10vw, 6.5rem);
  color: var(--cream);
  line-height: 0.95;
}
.wordmark__tag {
  font-family: var(--sans);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: clamp(0.76rem, 1.6vw, 1rem);
  color: var(--blue-soft);
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
}
.wordmark__puzzle { height: 1.5em; width: auto; margin-left: 0.5em; }

/* (decoração de quebra-cabeças flutuantes removida a pedido) */
.hero__role {
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  color: var(--blue-soft);
  margin-top: 18px;
}
.hero__lede {
  font-family: var(--sans);
  font-size: clamp(1.12rem, 2.2vw, 1.5rem);
  font-weight: 300;
  color: rgba(247, 244, 241, 0.9);
  margin: 24px auto 36px;
  max-width: 560px;
}
.hero__lede em { font-family: var(--script); font-weight: 600; font-style: normal; font-size: 1.32em; color: var(--yellow); }

/* ---------------- Seções ---------------- */
.section { padding: 92px 0; }
#paginas { position: relative; overflow: hidden; }
#paginas::before {
  content: '';
  position: absolute;
  width: 240px; height: 380px;
  top: -50px; right: -64px;
  background: url('splash.png') no-repeat center / contain;
  opacity: 0.32;
  pointer-events: none;
}
#paginas .container { position: relative; z-index: 1; }
.section--dark { background: var(--navy-deep); color: var(--cream); }
.section__header { max-width: 640px; margin: 0 0 48px; }
.section__header--center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-block;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  font-weight: 600;
}
.eyebrow--light { color: var(--yellow); }
.section__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
}
.section__title--light { color: var(--cream); }
.section__sub { margin-top: 16px; color: var(--ink-soft); }
.section--dark .section__sub { color: rgba(247, 244, 241, 0.72); }

/* ---------------- Botões/cards das páginas ---------------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 24px;
}
.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px 28px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue);
}
.card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.card__tag {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid rgba(0, 104, 122, 0.4);
  border-radius: 999px;
  padding: 5px 12px;
}
.card__go { font-size: 0.8rem; font-weight: 600; color: var(--blue); }
.card__badge {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: rgba(21, 61, 106, 0.06);
  border-radius: 999px;
  padding: 5px 12px;
}
.card__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.18;
  margin-bottom: 10px;
  color: var(--navy);
}
.card__desc { font-size: 0.95rem; color: var(--ink-soft); }
.card--soon { opacity: 0.72; cursor: default; }
.card--soon:hover { transform: none; box-shadow: var(--shadow-sm); border-color: var(--line); }

/* ---------------- Contato ---------------- */
.contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 8px;
}
.contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  background: rgba(247, 244, 241, 0.05);
  transition: background .2s ease, border-color .2s ease;
}
.contact__item:hover { background: rgba(247, 244, 241, 0.1); border-color: var(--blue-soft); }
.contact__icon { color: var(--blue-soft); line-height: 0; }
.contact__label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
}
.contact__value { font-size: 1rem; color: var(--cream); word-break: break-word; }

/* ---------------- Footer ---------------- */
.footer { background: #06152A; color: rgba(247, 244, 241, 0.8); padding: 56px 0 26px; }
.footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 36px;
}
.footer__name { font-family: var(--script); font-weight: 600; font-size: 2rem; color: #fff; }
.footer__tag { margin-top: 8px; max-width: 320px; font-size: 0.9rem; }
.footer__col h4 {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 14px;
  font-weight: 600;
}
.footer__social { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer__social a:hover { color: var(--blue-soft); }
.footer__social a { display: inline-flex; align-items: center; gap: 9px; }
.social-ico { flex-shrink: 0; color: var(--blue-soft); }
.footer__base {
  border-top: 1px solid var(--line-light);
  padding-top: 22px;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(247, 244, 241, 0.55);
}

/* ---------------- Responsivo ---------------- */
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { min-height: 74vh; padding: 76px 24px; }
}
