:root {
  --bordo: #7b2333;
  --bordo-dark: #5a1824;
  --bordo-mid: #9b3344;
  --bordo-light: #f2e8ea;
  --earth: #8b6e52;
  --earth-dark: #6b5240;
  --earth-mid: #a0785a;
  --cream: #faf7f3;
  --cream-dark: #f0ebe3;
  --sand: #e8ddd0;
  --text-dark: #1c120a;
  --text-mid: #4a3728;
  --text-muted: #8b7360;
  --white: #ffffff;
  --green: #23d060;
  --green-dark: #13a943;
  --green-light: #75e260;
  --radius: 20px;
  --shadow: 0 18px 54px rgba(123, 35, 51, 0.14);
  --font-title: "EB Garamond", Georgia, serif;
  --font-body: "Lato", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text-dark);
  background:
    radial-gradient(rgba(123, 35, 51, 0.07) 0.8px, transparent 0.8px),
    var(--cream);
  background-size: 4px 4px, auto;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

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

.section {
  padding: 88px 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--bordo);
  transform: translateY(-160%);
}

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

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--sand);
  background: rgba(250, 247, 243, 0.9);
  backdrop-filter: blur(16px);
}

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

.nav-logo,
.footer-logo {
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.05;
}

.nav-logo span,
.footer-logo span {
  display: block;
  color: var(--earth);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-logo .nav-oab {
  display: block;
  margin-top: 4px;
  color: rgba(68, 54, 44, 0.76);
  font-family: var(--font-body);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 24px;
  color: var(--text-mid);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--bordo);
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 15px 28px;
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.15;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.btn::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 2 131.5 2 253.9c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.5 224.1-221.9 0-59.3-25.2-115-67.1-157.1zM223.9 438.7h-.1c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3 18.6-68.1-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.5 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green-light), var(--green) 48%, var(--green-dark));
  box-shadow: 0 18px 44px rgba(35, 208, 96, 0.23);
}

.btn-white {
  color: var(--bordo);
  background: var(--white);
  box-shadow: var(--shadow);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.hero {
  padding: 72px 0 0;
  border-bottom: 1px solid var(--sand);
}

.hero-grid {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
}

.hero-copy {
  padding: 40px 0 70px;
}

.hero-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  border-radius: 999px;
  padding: 8px 20px;
  color: var(--bordo);
  background: var(--bordo-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-tag::before,
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

h1,
h2 {
  color: var(--text-dark);
  font-family: var(--font-title);
  line-height: 0.96;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6.1vw, 5.8rem);
  font-weight: 600;
}

h1 span,
h1 em {
  display: block;
}

h1 em {
  color: var(--bordo);
  font-style: italic;
  font-weight: 600;
}

h2 {
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  font-weight: 600;
}

h3 {
  color: var(--text-dark);
  font-family: var(--font-title);
  font-size: 1.55rem;
  line-height: 1.08;
}

.hero-desc,
.hero-support,
.section-head p,
.about-copy p,
.final-panel p {
  max-width: 620px;
  color: var(--text-mid);
  font-size: 1.06rem;
}

.hero-desc {
  margin-top: 26px;
}

.hero-support {
  margin-top: 12px;
  font-weight: 700;
}

.hero-btn {
  margin-top: 34px;
}

.hero-mobile-btn {
  display: none;
}

.hero-trust {
  max-width: 560px;
  margin-top: 32px;
  border-top: 1px solid var(--sand);
  padding-top: 22px;
  color: var(--text-mid);
  font-weight: 700;
}

.hero-image {
  position: relative;
  min-height: 720px;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(123, 35, 51, 0.2), rgba(123, 35, 51, 0.72)),
    var(--bordo);
}

.hero-photo,
.about-photo {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(28, 18, 10, 0.05), rgba(28, 18, 10, 0.26)),
    url("assets/karine-trabalhista-hero.jpeg");
  background-size: cover;
  background-position: center 24%;
}

.hero-photo::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(123, 35, 51, 0.64));
}

.hero-badge,
.glass-badge {
  position: relative;
  z-index: 2;
  width: min(78%, 420px);
  margin: auto auto 34px 34px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 22px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(28, 18, 10, 0.2);
}

.hero-badge strong,
.glass-badge strong {
  display: block;
  font-family: var(--font-title);
  font-size: 1.28rem;
}

.hero-badge span,
.glass-badge span {
  color: var(--text-mid);
  font-weight: 700;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--earth-mid);
  border-bottom: 1px solid var(--earth-mid);
  background: var(--bordo);
}

.ticker-track {
  display: inline-flex;
  width: max-content;
  min-width: 200%;
  align-items: center;
  padding: 12px 0;
  color: var(--white);
  animation: ticker 30s linear infinite;
  white-space: nowrap;
}

.ticker span {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 600;
}

.ticker i {
  padding: 0 22px;
  color: var(--earth-mid);
  font-style: normal;
  font-weight: 900;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.intro-cards {
  padding: 64px 0 92px;
  background: var(--cream-dark);
}

.cards-3,
.support-icons,
.process-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.soft-card,
.support-item,
.faq-card {
  border: 1px solid rgba(160, 120, 90, 0.2);
  border-radius: var(--radius);
  padding: 32px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.soft-card h2 {
  font-family: var(--font-title);
  font-size: 1.55rem;
  line-height: 1.08;
}

.soft-card p,
.support-item p,
.practice-card p,
.faq-card p,
.process-card p {
  color: var(--text-mid);
}

.card-label {
  margin-bottom: 14px;
  color: var(--bordo);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.soft-card a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--bordo);
  font-weight: 900;
}

.about {
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
}

.about-media {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--bordo);
  box-shadow: var(--shadow);
}

.about-photo {
  background-position: center 28%;
}

.glass-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  margin: 0;
}

.about-copy p {
  margin-top: 20px;
}

.about-copy .btn {
  margin-top: 30px;
}

.support-icons {
  margin-top: 48px;
}

.icon-box {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(123, 35, 51, 0.3);
  border-radius: 14px;
  color: var(--bordo);
  background: var(--bordo-light);
}

.icon-box svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 8%, rgba(255, 255, 255, 0.1), transparent 24rem),
    linear-gradient(145deg, var(--bordo), var(--bordo-dark));
}

.process h2,
.process h3 {
  color: var(--white);
}

.process .section-head p,
.process-card p {
  color: rgba(255, 255, 255, 0.76);
}

.process .eyebrow,
.final-panel .eyebrow {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.process .eyebrow::before,
.final-panel .eyebrow::before {
  background: var(--white);
}

.section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.process-card {
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 34px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.process-card span {
  display: block;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.22);
  font-family: var(--font-title);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.practice {
  background: var(--cream-dark);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.practice-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.1), transparent 14rem),
    linear-gradient(145deg, var(--bordo), var(--bordo-dark));
  box-shadow: var(--shadow);
}

.practice-card h3,
.practice-card p {
  color: var(--white);
}

.faq {
  background: var(--cream);
}

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

.faq-card h3 {
  margin-bottom: 12px;
}

.final-cta {
  padding-top: 38px;
  background: var(--cream);
}

.final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: stretch;
  gap: 32px;
  border-radius: 34px;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.11), transparent 18rem),
    linear-gradient(145deg, var(--bordo), var(--bordo-dark));
  box-shadow: var(--shadow);
}

.final-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(12px, 3vw, 34px);
}

.final-panel h2,
.final-panel .eyebrow {
  color: var(--white);
}

.final-copy .btn {
  margin-top: 24px;
}

.final-panel p,
.final-panel small {
  color: rgba(255, 255, 255, 0.78);
}

.final-panel small {
  display: block;
  margin-top: 14px;
}

.final-photo {
  min-height: 420px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, transparent 58%, rgba(123, 35, 51, 0.32)),
    url("assets/karine-trabalhista-final.png") center 24% / cover no-repeat;
}

.footer {
  padding: 54px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  background: #16070b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
}

.footer-logo,
.footer strong {
  color: var(--white);
}

.footer p,
.footer span {
  display: block;
  max-width: 560px;
  margin-top: 16px;
}

.footer-bottom {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 22px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 640px;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 48px), 540px);
  }

  .section {
    padding: 58px 0;
  }

  .nav-inner {
    min-height: 74px;
  }

  .nav-logo {
    font-size: 1rem;
  }

  .nav-logo span {
    font-size: 0.72rem;
  }

  .nav-cta {
    min-height: 44px;
    padding: 12px 18px;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .nav-cta::before {
    width: 16px;
    height: 16px;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-grid {
    min-height: calc(100svh - 74px);
    gap: 18px;
  }

  .hero-copy {
    padding: 0;
  }

  .hero-tag {
    margin-bottom: 18px;
    padding: 7px 16px;
    font-size: 0.68rem;
  }

  h1 {
    font-size: clamp(2.02rem, 9.2vw, 2.72rem);
    line-height: 0.92;
  }

  h1 em {
    white-space: nowrap;
  }

  .hero-desc,
  .hero-support {
    font-size: 0.91rem;
    line-height: 1.48;
  }

  .hero-desc {
    margin-top: 20px;
  }

  .hero-support {
    margin-top: 10px;
  }

  .hero-btn {
    display: none;
  }

  .hero-mobile-btn {
    position: fixed;
    right: 24px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 24px;
    z-index: 80;
    display: inline-flex;
    width: calc(100% - 48px);
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  body.hero-cta-visible .hero-mobile-btn {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero-image {
    position: relative;
    width: 100vw;
    min-height: clamp(260px, 34svh, 390px);
    margin-inline: calc(50% - 50vw);
    border-radius: 28px 28px 0 0;
    overflow: hidden;
  }

  .hero-photo {
    background-position: center 24%;
  }

  .hero-badge {
    display: none;
  }

  .hero-trust {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 14px;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .ticker-track {
    animation-duration: 22s;
  }

  .cards-3,
  .support-icons,
  .process-grid,
  .faq-grid,
  .footer-grid,
  .final-panel {
    grid-template-columns: 1fr;
  }

  .intro-cards {
    padding: 42px 0 58px;
  }

  .soft-card,
  .support-item,
  .process-card,
  .practice-card,
  .faq-card {
    padding: 24px;
  }

  .practice-card {
    min-height: auto;
    gap: 8px;
    padding: 24px 22px;
  }

  .about-media {
    min-height: 520px;
    order: -1;
  }

  .about-photo {
    background-position: center 22%;
  }

  .glass-badge {
    right: 18px;
    left: 18px;
    bottom: 18px;
    width: auto;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

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

  .final-panel {
    gap: 20px;
    padding: 24px;
    text-align: left;
    background:
      radial-gradient(circle at 70% 0%, rgba(255, 255, 255, 0.12), transparent 16rem),
      linear-gradient(145deg, var(--bordo), var(--bordo-dark));
  }

  .final-copy {
    padding: 6px;
  }

  .final-panel .eyebrow {
    max-width: 100%;
    padding: 7px 12px;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .btn:not(.nav-cta) {
    width: 100%;
    max-width: 100%;
  }

  .btn.hero-mobile-btn {
    width: calc(100% - 48px);
  }

  .center-action .btn {
    width: 100%;
  }

  .final-photo {
    min-height: 430px;
    background-position: center 18%;
  }

  .footer {
    padding-bottom: 24px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(calc(100% - 36px), 540px);
  }

  .nav-inner {
    gap: 12px;
  }

  .nav-cta {
    padding-inline: 14px;
  }

  .nav-cta::before {
    display: none;
  }

  .btn.hero-mobile-btn {
    right: 18px;
    left: 18px;
    width: calc(100% - 36px);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
