/* =============================================================
   JUSTA PENA — Design System · A Corrida do SEEU
   Baseado em: captura_corrida_seeu_dobra1_v2.html
   ============================================================= */

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

/* ---------- Tokens ---------- */
:root {
  --bg: #f7f5f0;
  --surface: #ffffff;
  --ink: #16202e;
  --ink-soft: #4a5a6e;
  --ink-dim: #8a96a4;
  --navy: #1b3a5b;
  --navy-deep: #102438;
  --accent: #c2632f;
  --accent-soft: #e8d9c4;
  --green: #1e7b4b;
  --green-soft: #d4edde;
  --line: #e6e0d6;
  --line-navy: rgba(27,58,91,.14);
  --maxw: 1240px;
  --serif: 'Montserrat', sans-serif;
  --sans: 'Inter', sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }

/* ---------- Utility bar ---------- */
.util {
  background: var(--navy-deep);
  color: #dfe7ef;
  font-size: 13px; font-weight: 500; letter-spacing: .01em;
  text-align: center;
  padding: 9px 16px;
}
.util b { color: #fff; font-weight: 700; }
.util .dot { color: var(--accent); margin: 0 9px; font-weight: 700; }

/* ---------- Header ---------- */
header {
  max-width: var(--maxw); margin: 0 auto;
  padding: 22px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand {
  font-family: var(--serif); font-weight: 600; font-size: 22px;
  color: var(--ink); letter-spacing: -.01em;
  display: flex; align-items: center; gap: 11px;
}
.brand .mark {
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-size: 16px; font-weight: 800; font-family: var(--sans);
}
.brand span { color: var(--accent); }
header .tag {
  display: none;
  font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
  color: var(--navy);
  border: 1px solid var(--line-navy);
  padding: 8px 15px; border-radius: 100px;
  background: var(--surface);
}
@media(min-width:621px){ header .tag { display: block; } }

/* ---------- Hero ---------- */
.hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: 4px 20px 44px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px; align-items: center;
}
@media(min-width:561px){ .hero { padding: 16px 28px 54px; } }
@media(min-width:981px){ .hero { padding: 24px 32px 70px; grid-template-columns: 1.08fr .92fr; gap: 60px; } }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0 rgba(194,99,47,.6); animation: pulse 2.2s infinite;
}
h1 {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(42px,5.4vw,72px);
  line-height: 1.04; letter-spacing: -.02em;
  color: var(--ink); margin-bottom: 24px;
}
h1 .race { display: block; font-style: italic; color: var(--navy); }
h1 .seeu { color: var(--accent); font-weight: 600; font-style: normal; }
.sub {
  font-size: clamp(17px,1.7vw,20px);
  color: var(--ink-soft); line-height: 1.5; max-width: 40ch;
  margin-bottom: 30px; font-weight: 400;
}
.points { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.points li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15.5px; color: var(--ink); font-weight: 500;
}
.points .ic {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; margin-top: 1px;
}
.points .ic svg { width: 13px; height: 13px; }

/* ---------- Portrait + Card (hero right) ---------- */
.right { position: relative; }
.portrait {
  position: relative; border-radius: 20px; overflow: hidden;
  background: linear-gradient(160deg,var(--navy),var(--navy-deep));
  aspect-ratio: 4/4.4;
  box-shadow: 0 40px 80px -40px rgba(16,36,56,.5);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait .ph {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center;
  color: rgba(255,255,255,.5); font-size: 13px; font-weight: 600; letter-spacing: .04em;
  padding: 24px; line-height: 1.6;
}
.portrait .grad {
  position: absolute; left: 0; right: 0; bottom: 0; height: 55%;
  background: linear-gradient(to top,rgba(16,36,56,.92),transparent);
  pointer-events: none;
}
.portrait .name { position: absolute; left: 22px; bottom: 20px; right: 22px; color: #fff; z-index: 2; }
.portrait .name .n { font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.1; }
.portrait .name .r { font-size: 13px; color: #cdd9e6; margin-top: 4px; font-weight: 500; }
.stamp {
  position: absolute; top: -18px; left: -22px; z-index: 3;
  width: 118px; height: 118px; border-radius: 14px; overflow: hidden;
  border: 4px solid var(--bg);
  box-shadow: 0 16px 30px -12px rgba(16,36,56,.45);
  background: var(--navy); transform: rotate(-4deg);
}
.stamp img { width: 100%; height: 100%; object-fit: cover; }
.stamp .lbl {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center;
  color: rgba(255,255,255,.6); font-size: 9.5px; font-weight: 700; letter-spacing: .05em; padding: 8px;
}
.stamp { display: none; }
@media(min-width:981px){ .stamp { display: block; } }

/* ---------- Capture Card ---------- */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 24px 22px;
  box-shadow: 0 24px 60px -34px rgba(16,36,56,.45);
  margin-top: 0;
}
.brand-logo { height: 42px; width: auto; display: block; }
.when {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line);
}
.when .cal {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 11px;
  background: var(--navy); color: #fff; display: grid; place-items: center;
}
.when .cal svg { width: 22px; height: 22px; }
.when .txt .d { font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--ink); line-height: 1.15; }
.when .txt .t { font-size: 13.5px; color: var(--ink-soft); font-weight: 500; }
.when .live {
  margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-soft); padding: 5px 9px; border-radius: 6px;
  display: flex; align-items: center; gap: 6px;
}
.when .live .pulse { width: 6px; height: 6px; }
.form-lead { font-size: 14px; color: var(--ink-soft); margin-bottom: 15px; font-weight: 500; }
.form-lead b { color: var(--ink); font-weight: 700; }

/* ---------- Form Fields ---------- */
.field-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.field {
  width: 100%; padding: 13px 14px;
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: var(--bg); border: 1.5px solid var(--line);
  border-radius: 10px; outline: none;
  transition: border-color .18s ease;
}
.field:focus { border-color: var(--navy); background: var(--surface); }
.field::placeholder { color: var(--ink-dim); }
.field.error { border-color: #c0392b; }
.lgpd-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 12px; color: var(--ink-dim); margin-bottom: 14px;
}
.lgpd-row input[type="checkbox"] { flex-shrink: 0; margin-top: 1px; accent-color: var(--navy); }
.lgpd-row a { color: var(--navy); }

/* ---------- CTA Button ---------- */
.cta {
  display: block; width: 100%; text-align: center;
  background: #25D366; color: #fff;
  font-family: var(--sans); font-weight: 700; font-size: 16.5px;
  padding: 17px 20px; border: none; border-radius: 11px; cursor: pointer; text-decoration: none;
  transition: transform .14s ease, box-shadow .25s ease, background .2s ease;
  box-shadow: 0 12px 26px -10px rgba(37,211,102,.45);
}
.cta:hover { transform: translateY(-2px); background: #1da851; box-shadow: 0 18px 34px -10px rgba(37,211,102,.55); }
.cta:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.cta small { display: block; font-weight: 600; font-size: 12px; opacity: .85; margin-top: 2px; }
.cta-green {
  background: var(--green);
  box-shadow: 0 12px 26px -10px rgba(30,123,75,.5);
}
.cta-green:hover { background: #165c37; box-shadow: 0 18px 34px -10px rgba(30,123,75,.6); }
.reassure {
  margin-top: 13px; text-align: center; font-size: 12.5px; color: var(--ink-dim);
  display: flex; align-items: center; justify-content: center; gap: 7px; font-weight: 500;
}
.form-msg {
  text-align: center; font-size: 13.5px; font-weight: 600;
  padding: 10px; border-radius: 8px; margin-top: 10px; display: none;
}
.form-msg.error { color: #c0392b; background: #fdecea; display: block; }
.form-msg.success { color: var(--green); background: var(--green-soft); display: block; }

/* ---------- Authority Strip ---------- */
.authority { border-top: 1px solid var(--line); background: var(--surface); }
.authrow {
  max-width: var(--maxw); margin: 0 auto; padding: 24px 32px;
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center;
}
.cred { display: flex; align-items: center; gap: 13px; }
.cred .n { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--navy); line-height: 1; }
.cred .l { font-size: 13px; color: var(--ink-soft); font-weight: 500; max-width: 22ch; line-height: 1.35; }
.cdivider { width: 1px; height: 34px; background: var(--line); }
.cdivider { display: none; }
.authrow { gap: 22px; }
@media(min-width:721px){ .cdivider { display: block; } .authrow { gap: 40px; } }

/* ---------- Section shared styles ---------- */
.section {
  max-width: var(--maxw); margin: 0 auto;
  padding: 56px 20px;
}
@media(min-width:561px){ .section { padding: 80px 32px; } }
.section-alt { background: var(--surface); }
.sec-eyebrow {
  display: inline-block;
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 16px;
}
.sec-title {
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800; line-height: 1.1; letter-spacing: -.02em;
  color: var(--ink); margin-bottom: 18px;
}
.sec-title em { font-style: italic; color: var(--navy); }
.sec-sub {
  font-size: clamp(16px, 1.6vw, 18px);
  color: var(--ink-soft); max-width: 52ch; line-height: 1.6; margin-bottom: 52px;
}

/* ---------- Cards grid ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.card-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  transition: box-shadow .22s ease, transform .22s ease;
}
.card-item:hover { box-shadow: 0 12px 32px -16px rgba(16,36,56,.18); transform: translateY(-2px); }
.card-icon {
  width: 44px; height: 44px; border-radius: 11px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; margin-bottom: 18px;
}
.card-icon svg { width: 22px; height: 22px; }
.card-number {
  font-family: var(--serif); font-size: 36px; font-weight: 600;
  color: var(--navy); line-height: 1; margin-bottom: 8px;
}
.card-title {
  font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 8px;
}
.card-body { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
.card-navy {
  background: var(--navy); border-color: var(--navy);
  color: #fff;
}
.card-navy .card-title { color: #fff; }
.card-navy .card-body { color: rgba(255,255,255,.75); }

/* ---------- Timeline (Dobra 2) ---------- */
.timeline { display: flex; flex-direction: column; gap: 0; margin: 40px 0; }
.tl-item { display: flex; gap: 24px; }
.tl-line { display: flex; flex-direction: column; align-items: center; }
.tl-dot {
  width: 14px; height: 14px; border-radius: 50%; background: var(--navy); flex-shrink: 0;
  border: 3px solid var(--surface); box-shadow: 0 0 0 2px var(--navy);
}
.tl-dot.accent { background: var(--accent); box-shadow: 0 0 0 2px var(--accent); }
.tl-seg { flex: 1; width: 2px; background: var(--line); margin: 2px 0; }
.tl-content { padding: 0 0 32px 0; }
.tl-year { font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--ink-dim); text-transform: uppercase; margin-bottom: 4px; }
.tl-head { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.tl-desc { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
.tl-badge {
  display: inline-block; margin-top: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 6px;
  background: var(--accent-soft); color: var(--accent);
}

/* ---------- Avatar / Depoimentos ---------- */
.depo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.depo-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 16px; padding: 26px 22px;
}
.depo-card .quote {
  font-family: var(--serif); font-size: 15px; color: var(--ink);
  line-height: 1.6; font-style: italic; margin-bottom: 20px;
}
.depo-card .quote::before { content: '"'; color: var(--accent); font-size: 22px; font-style: normal; }
.depo-card .quote::after  { content: '"'; color: var(--accent); font-size: 22px; font-style: normal; }
.depo-author { display: flex; align-items: center; gap: 12px; }
.depo-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 16px; font-weight: 600;
}
.depo-author .dn { font-weight: 700; font-size: 14px; color: var(--ink); }
.depo-author .dr { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- FAQ (Accordion) ---------- */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 4px; cursor: pointer; gap: 16px;
  font-weight: 600; font-size: 16px; color: var(--ink); user-select: none;
  background: none; border: none; width: 100%; text-align: left;
}
.faq-q svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--ink-dim); transition: transform .25s ease; }
.faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-a {
  overflow: hidden; max-height: 0; transition: max-height .3s ease;
}
.faq-a-inner { padding: 0 4px 20px; font-size: 15px; color: var(--ink-soft); line-height: 1.65; }

/* ---------- Oceano Azul banner (Dobra 2) ---------- */
.oazul {
  background: var(--navy); border-radius: 20px;
  padding: 28px 24px; margin-top: 48px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
  box-shadow: 0 24px 60px -30px rgba(16,36,56,.4);
}
@media(min-width:701px){ .oazul { flex-direction: row; gap: 32px; padding: 40px 48px; } }
.oazul .oa-icon {
  font-size: 42px; flex-shrink: 0; line-height: 1;
}
.oazul .oa-head {
  font-family: var(--serif); font-size: 22px; font-weight: 600;
  color: #fff; margin-bottom: 10px; line-height: 1.2;
}
.oazul .oa-body { font-size: 15px; color: rgba(255,255,255,.78); line-height: 1.65; }

/* ---------- Profile cards (Dobra 4) ---------- */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.profile-card {
  background: var(--surface); border: 1.5px solid var(--line);
  border-radius: 16px; padding: 26px 22px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.profile-card:hover { border-color: var(--accent); box-shadow: 0 8px 24px -12px rgba(194,99,47,.2); }
.profile-tag {
  display: inline-block; margin-bottom: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 6px;
  background: var(--accent-soft); color: var(--accent);
}
.profile-title { font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 8px; }
.profile-body { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- Bio (Dobra 5) ---------- */
.bio-grid {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center;
}
.bio-img {
  border-radius: 20px; overflow: hidden; aspect-ratio: 3/4;
  background: var(--navy);
  box-shadow: 0 32px 64px -32px rgba(16,36,56,.4);
}
.bio-img img { width: 100%; height: 100%; object-fit: cover; }
.bio-img .ph {
  width: 100%; height: 100%; display: grid; place-items: center;
  color: rgba(255,255,255,.5); font-size: 13px; font-weight: 600; text-align: center; padding: 24px;
}
.bio-badge-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.bio-badge {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 10px;
  background: var(--surface); border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 600; color: var(--ink);
}
.bio-badge svg { width: 16px; height: 16px; color: var(--navy); }
.bio-quote {
  font-family: var(--serif); font-size: 22px; font-style: italic;
  color: var(--navy); line-height: 1.35; margin: 24px 0;
  padding-left: 20px; border-left: 3px solid var(--accent);
}
@media(min-width:901px){ .bio-grid { grid-template-columns: 1fr 1.4fr; gap: 64px; } }

/* ---------- CTA Section (Dobra 8) ---------- */
.cta-section {
  background: var(--navy-deep);
  padding: 80px 32px;
}
.cta-section-inner {
  max-width: 680px; margin: 0 auto; text-align: center;
}
.cta-section .sec-title { color: #fff; }
.cta-section .sec-title em { color: #c8d8e8; }
.cta-section .sec-sub { color: rgba(255,255,255,.7); max-width: none; }
.cta-section .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.cta-section .when .txt .d { color: #fff; }
.cta-section .when .txt .t { color: rgba(255,255,255,.65); }
.cta-section .field { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); color: #fff; }
.cta-section .field::placeholder { color: rgba(255,255,255,.4); }
.cta-section .form-lead { color: rgba(255,255,255,.65); }
.cta-section .form-lead b { color: #fff; }
.cta-section .reassure { color: rgba(255,255,255,.5); }

/* ---------- Footer ---------- */
footer {
  background: var(--surface); border-top: 1px solid var(--line);
  padding: 32px;
  text-align: center;
}
.footer-inner { max-width: var(--maxw); margin: 0 auto; }
.footer-inner p { font-size: 13px; color: var(--ink-dim); line-height: 1.7; }
.footer-inner a { color: var(--navy); text-decoration: none; }
.footer-inner a:hover { text-decoration: underline; }

/* ---------- Sticky bar (mobile) ---------- */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  background: var(--navy-deep);
  padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 -4px 24px rgba(16,36,56,.3);
  transform: translateY(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.sticky-bar.show { transform: translateY(0); }
.sticky-bar .sb-text { font-size: 13px; color: rgba(255,255,255,.75); font-weight: 500; flex: 1; }
.sticky-bar .sb-text b { color: #fff; }
.sticky-bar .cta { padding: 12px 20px; font-size: 14px; white-space: nowrap; width: auto; }
@media(min-width:921px){ .sticky-bar { display: none; } }

/* ---------- Entrance animations ---------- */
.reveal { opacity: 0; transform: translateY(20px); animation: rise .85s cubic-bezier(.2,.7,.2,1) forwards; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .16s; } .d3 { animation-delay: .28s; }
.d4 { animation-delay: .4s; }  .d5 { animation-delay: .52s; } .d6 { animation-delay: .64s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(194,99,47,.5); }
  70%  { box-shadow: 0 0 0 11px rgba(194,99,47,0); }
  100% { box-shadow: 0 0 0 0 rgba(194,99,47,0); }
}
.fade-up { opacity: 0; transform: translateY(32px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/* ---------- Responsive (mobile-first) ---------- */
/* hero col defaults already set above; remaining helpers: */
header { padding: 8px 20px; }
@media(min-width:561px){ header { padding: 10px 32px; } }

.right { max-width: 440px; margin: 0 auto; width: 100%; }
@media(min-width:981px){ .right { max-width: none; margin: 0; } }

.sub { max-width: none; }
@media(min-width:981px){ .sub { max-width: 40ch; } }

/* ---------- Reduced motion ---------- */
@media(prefers-reduced-motion:reduce){
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
