/* =========================================================
   PASTORA LÉIA PELAES — LANDING PAGE
   Identidade visual baseada na peça oficial fornecida:
   azul claro, azul profundo, amarelo e branco.
   ========================================================= */

:root {
  --blue: #179bd7;
  --blue-2: #2db7e7;
  --blue-dark: #153a70;
  --blue-deeper: #0d2851;
  --yellow: #ffd640;
  --white: #ffffff;
  --ice: #f4fbff;
  --text: #18324f;
  --muted: #63778e;
  --line: rgba(21, 58, 112, 0.12);
  --shadow: 0 22px 60px rgba(13, 40, 81, 0.14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 214, 64, 0.18), transparent 30%),
    linear-gradient(180deg, #f8fdff 0%, #ffffff 54%, #f5fbff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

/* HEADER */
.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, var(--blue-dark), var(--blue));
  color: var(--white);
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  background: var(--white);
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 17px;
  letter-spacing: 0.01em;
}

.brand-text small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
}

.instagram-link {
  text-decoration: none;
  font-weight: 800;
}

.instagram-link--top {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transition: 0.2s ease;
}

.instagram-link--top:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -140px;
  top: -120px;
  border: 70px solid rgba(255, 214, 64, 0.13);
  border-radius: 42% 58% 55% 45%;
  transform: rotate(18deg);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 78px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.hero h1 span {
  display: block;
  color: var(--blue);
}

.role {
  margin: 24px 0 0;
  color: var(--text);
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 750;
}

.number-block {
  width: fit-content;
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "label party"
    "number party";
  align-items: center;
  column-gap: 18px;
  padding: 16px 18px 16px 22px;
  border-radius: 22px;
  background: var(--blue-dark);
  color: var(--white);
  box-shadow: var(--shadow);
}

.number-label {
  grid-area: label;
  align-self: end;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.number-block strong {
  grid-area: number;
  font-size: 46px;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.party {
  grid-area: party;
  min-width: 90px;
  padding: 14px 12px;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--blue-deeper);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
}

.legal-name {
  max-width: 630px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.legal-name strong {
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(23, 155, 215, 0.24);
}

.button--secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--blue-dark);
  box-shadow: 0 10px 28px rgba(13, 40, 81, 0.08);
}

/* FOTO */
.hero-photo {
  margin: 0;
}

.photo-frame {
  position: relative;
  padding: 10px;
  border-radius: 34px;
  background: linear-gradient(145deg, var(--yellow), var(--blue));
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}

.photo-frame::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  z-index: -1;
  border-radius: 34px;
  background: rgba(23, 155, 215, 0.11);
}

.photo-frame img {
  width: 100%;
  max-height: 630px;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 25px;
  background: #d7edf6;
}

.hero-photo figcaption {
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.hero-photo figcaption a {
  color: var(--blue-dark);
  font-weight: 800;
}

/* IDENTIFICAÇÃO */
.identity-section {
  padding: 82px 0 92px;
  border-top: 1px solid var(--line);
  background: rgba(244, 251, 255, 0.72);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(21, 58, 112, 0.1);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(13, 40, 81, 0.055);
}

.info-card span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-card strong {
  color: var(--blue-dark);
  font-size: 21px;
  line-height: 1.2;
}

.info-card--wide {
  grid-column: span 2;
}

.info-card--wide strong {
  font-size: 17px;
  line-height: 1.4;
}

/* CONTATO */
.contact-section {
  padding: 92px 0;
}

.contact-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  padding: 46px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--blue-dark), var(--blue));
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact-box::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -140px;
  border: 42px solid rgba(255, 214, 64, 0.2);
  border-radius: 50%;
}

.eyebrow--light {
  color: var(--yellow);
}

.contact-box h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.contact-box p {
  max-width: 630px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.contact-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  min-width: 265px;
}

.button--light {
  background: var(--white);
  color: var(--blue-dark);
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

/* FOOTER */
.site-footer {
  padding: 38px 0 20px;
  background: var(--blue-deeper);
  color: var(--white);
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.site-footer strong {
  font-size: 15px;
}

.site-footer p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.footer-legal {
  text-align: right;
}

.footer-legal a {
  display: inline-block;
  margin-top: 8px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* ENTRADA SUAVE */
.js body {
  opacity: 0;
}

.js body.is-loaded {
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* RESPONSIVO */
@media (max-width: 960px) {
  .hero {
    padding-top: 58px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-photo {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .photo-frame img {
    max-height: 720px;
  }

  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    width: min(100%, 430px);
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-text strong {
    font-size: 14px;
  }

  .brand-text small {
    font-size: 10px;
  }

  .instagram-link--top {
    padding: 9px 12px;
    font-size: 12px;
  }

  .hero {
    padding: 46px 0 64px;
  }

  .hero h1 {
    font-size: clamp(50px, 17vw, 74px);
  }

  .role {
    margin-top: 18px;
  }

  .number-block {
    width: 100%;
    grid-template-columns: 1fr auto;
  }

  .number-block strong {
    font-size: 42px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .photo-frame {
    border-radius: 24px;
  }

  .photo-frame img {
    max-height: none;
    border-radius: 18px;
  }

  .identity-section,
  .contact-section {
    padding: 64px 0;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-card--wide {
    grid-column: auto;
  }

  .contact-box {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .contact-actions {
    min-width: 0;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-legal {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
