:root {
  --navy: #16324f;
  --navy-2: #0f2438;
  --navy-soft: #2a4a68;
  --ink: #1c1917;
  --muted: #5c564e;
  --line: rgba(22, 50, 79, 0.12);
  --cream: #f7f4ee;
  --cream-2: #efe8dc;
  --paper: #fffcf7;
  --terracotta: #b85c38;
  --terracotta-2: #9a4a2c;
  --gold: #c4a574;
  --ok: #2f6b4f;
  --shadow: 0 18px 50px -24px rgba(15, 36, 56, 0.45);
  --radius: 18px;
  --max: 1120px;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  color-scheme: light;
}

::selection {
  background: rgba(184, 92, 56, 0.22);
  color: var(--navy);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  font-size: 1.0625rem;
}

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

a {
  color: var(--navy);
}

a:hover {
  color: var(--terracotta);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 80;
  background: var(--paper);
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(247, 244, 238, 0.88);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  position: relative;
}

.nav-toggle {
  display: none;
  flex-shrink: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 0.65rem 1rem;
  font: inherit;
  font-weight: 600;
  color: var(--navy);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.brand[aria-current="page"] {
  color: var(--navy);
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand span {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav a {
  text-decoration: none;
  color: var(--navy-soft);
  font-weight: 600;
  font-size: 0.95rem;
}

.nav a[aria-current="page"] {
  color: var(--navy);
}

.nav .btn {
  display: none;
}

.article h2 {
  margin-top: 2rem;
}

.article p {
  color: var(--muted);
}

:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 3px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.15s ease;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary {
  background: var(--terracotta);
  color: #fff;
}

.btn-primary:hover {
  background: var(--terracotta-2);
  color: #fff;
}

.btn-primary:active {
  background: #843a22;
}

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.btn-ghost:active {
  background: rgba(22, 50, 79, 0.06);
}

.btn-navy {
  background: var(--navy);
  color: #fff;
}

.btn-navy:hover {
  background: var(--navy-2);
  color: #fff;
}

.btn-navy:active {
  background: #091722;
}

.hero {
  padding: 4.5rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "245 1 0  $a Sua biblioteca";
  position: absolute;
  right: max(-2rem, calc(50% - 640px));
  top: 2.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(22, 50, 79, 0.18);
  transform: rotate(8deg);
  pointer-events: none;
}

.hero--peak {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(196, 165, 116, 0.18), transparent 55%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #efe8dc;
  padding: 5rem 0 4.5rem;
}

.hero--peak::before {
  color: rgba(196, 165, 116, 0.28);
  font-size: clamp(0.7rem, 1.2vw, 0.9rem);
  top: 3rem;
  z-index: 0;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.75rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f7f4ee;
}

.hero-brand img {
  width: 36px;
  height: 36px;
  padding: 8px;
  object-fit: contain;
  background: var(--paper);
  border-radius: 12px;
  box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.45);
}

.hero--peak h1 {
  color: #f7f4ee;
  font-size: clamp(2.6rem, 6.5vw, 4.75rem);
  max-width: 11ch;
  margin-bottom: 1rem;
  text-wrap: balance;
}

.hero--peak .lede {
  color: rgba(247, 244, 238, 0.82);
  max-width: 38ch;
  margin-bottom: 0.75rem;
}

.hero--peak .hero-aside {
  margin: 0 0 1.25rem;
  color: rgba(247, 244, 238, 0.78);
  font-weight: 600;
  font-size: 0.98rem;
  max-width: 42ch;
}

.hero--peak .price-from {
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.hero--peak .proof-line {
  color: rgba(247, 244, 238, 0.62);
  font-size: 0.95rem;
}

.hero--peak .btn-ghost {
  color: #f7f4ee;
  border-color: rgba(247, 244, 238, 0.35);
}

.hero--peak .btn-ghost:hover {
  color: #fff;
  border-color: #f7f4ee;
  background: rgba(247, 244, 238, 0.08);
}

.hero--peak .btn-ghost:active {
  background: rgba(247, 244, 238, 0.14);
}

.hero--peak .hero-actions {
  margin-bottom: 0;
}

.hero-shot {
  margin: 0;
  transform: translateY(12px);
  opacity: 0;
  animation: hero-shot-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.12s forwards;
  box-shadow: 0 28px 64px -28px rgba(0, 0, 0, 0.65);
}

.hero-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  background: #fff;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
}

@keyframes hero-shot-in {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--navy-soft);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

h1,
h2,
.h2 {
  font-family: var(--serif);
  letter-spacing: -0.035em;
  color: var(--navy);
  line-height: 1.12;
  margin: 0 0 0.8rem;
}

h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 560;
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  max-width: 16ch;
}

h2,
.h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 560;
}

.lede {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 46ch;
  margin: 0 0 1.4rem;
}

.price-from {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 1.3rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.4rem;
}

.proof-line {
  color: var(--muted);
  margin: 0;
}

section {
  padding: 4.2rem 0;
}

section h2 + .grid-2,
section h2 + .grid-3,
section h2 + .grid-4 {
  margin-top: 1.6rem;
}

.lede + .grid-4,
.lede + .grid-3 {
  margin-top: 1.4rem;
}

section h2 + .grid-3.plans {
  margin-top: 2rem;
}

.plans + .proof-line {
  margin-top: 1.4rem;
}

.band .grid-3 {
  margin: 1.6rem 0;
}

.promise {
  padding: 3.5rem 0 3rem;
}

.promise h2 {
  max-width: 18ch;
  margin-bottom: 0.85rem;
}

.promise .lede {
  margin-bottom: 0;
}

.narrow {
  max-width: 68ch;
}

.narrow.product-copy {
  max-width: 52ch;
}

#produto .narrow {
  margin-inline: auto;
}

.band {
  background: var(--navy);
  color: #efe8dc;
}

.band h2,
.band .h2 {
  color: #f7f4ee;
}

.band-lede,
.band > .wrap > p {
  color: rgba(247, 244, 238, 0.82);
}

.band .card {
  box-shadow: 0 16px 40px -20px rgba(0, 0, 0, 0.55);
}

.section-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.6rem;
}

.band .section-kicker {
  color: var(--gold);
}

.grid-4,
.grid-3,
.grid-2 {
  display: grid;
  gap: 1rem;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 2.5rem;
}

.equal {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.card > p {
  margin: 0;
  color: var(--muted);
}

.icon-card h3 {
  margin: 0.4rem 0 0.35rem;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--cream-2);
  display: grid;
  place-items: center;
  color: var(--navy);
}

.product-copy ul {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.5rem;
}

.product-copy li {
  padding: 0.45rem 0 0.45rem 1.6rem;
  position: relative;
}

.product-copy li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--terracotta);
  position: absolute;
  left: 0;
  top: 0.85rem;
}

.browser {
  background: #0f2438;
  border-radius: 16px;
  padding: 0.7rem;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  display: block;
}

a.browser {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.browser:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px -22px rgba(15, 36, 56, 0.55);
}

a.browser:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.product-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  background: #fff;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.5rem 0.8rem;
}

.dots {
  display: flex;
  gap: 5px;
}

.dots i {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #c4a574;
  display: block;
}

.browser-url {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  color: #efe8dc;
  border-radius: 999px;
  font-size: 0.72rem;
  padding: 0.28rem 0.7rem;
}

.card h2 {
  font-size: 1.35rem;
  margin: 0.35rem 0 0.5rem;
}

.app {
  background: #f4efe6;
  border-radius: 10px;
  min-height: 380px;
  overflow: hidden;
  color: var(--ink);
}

.app-top {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  background: #fffdf8;
  border-bottom: 1px solid var(--line);
  font-size: 0.8rem;
}

.app-body {
  padding: 1rem;
}

.search-row {
  display: flex;
  gap: 0.5rem;
}

.search-row input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font: inherit;
  background: #fff;
}

.search-row button {
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 0 1rem;
  font-weight: 700;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.8rem 0 1rem;
}

.chips span {
  font-size: 0.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.result {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.55rem;
}

.result strong {
  display: block;
  color: var(--navy);
}

.result small {
  color: var(--muted);
}

.plans {
  align-items: stretch;
}

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.plan.featured {
  border-color: var(--navy);
  transform: translateY(-8px);
  background: linear-gradient(#fffdf8, #f4efe6);
}

.plan h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--navy);
}

.plan .amount {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0.4rem 0;
  letter-spacing: -0.03em;
}

.plan .amount small {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
}

.plan p {
  color: var(--muted);
  min-height: 4.2em;
}

.plans--preview .plan p {
  min-height: 0;
  margin-bottom: 0;
}

.plans-cta {
  margin: 1.5rem 0 0;
}

.plan-mark {
  margin: 0 0 0.35rem;
  color: var(--terracotta);
  font-size: 0.82rem;
  font-weight: 700;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  flex: 1;
}

.plan li {
  padding: 0.38rem 0;
  border-bottom: 1px dashed var(--line);
}

.plan .btn {
  width: 100%;
}

.plan-common {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.plan-common h2 {
  margin: 0 0 0.4rem;
  color: var(--navy);
}

.plan-common p {
  margin: 0;
  color: var(--muted);
}

.plan-common ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.5rem;
  margin: 0;
  padding-left: 1.2rem;
}

.plan-common li::marker {
  color: var(--terracotta);
}

.compare {
  overflow-x: auto;
  margin-top: 0;
  -webkit-overflow-scrolling: touch;
}

.compare table {
  width: max(100%, 42rem);
  border-collapse: separate;
  border-spacing: 0;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: visible;
}

.compare th,
.compare td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.compare thead th {
  background: var(--navy);
  color: #f7f4ee;
  font-weight: 600;
}

.compare tbody th {
  font-weight: 700;
  color: var(--navy);
  background: var(--paper);
}

.compare thead th:first-child,
.compare tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}

.compare thead th:first-child {
  z-index: 2;
  background: var(--navy);
}

.compare-plan {
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
}

.compare-price {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
}

.compare-price small {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(247, 244, 238, 0.72);
}

.compare thead th.compare-featured {
  background: var(--navy-soft);
}

.compare tbody td:nth-child(3) {
  background: #f3eee4;
}

.compare tbody .compare-group th {
  position: static;
  padding-block: 0.65rem;
  background: var(--cream-2);
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.compare tfoot th {
  background: var(--paper);
}

.compare tfoot td:nth-child(3) {
  background: #f3eee4;
}

.compare tfoot .btn {
  width: 100%;
}

.compare-fine {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.plan-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.plan-notes .card {
  box-shadow: none;
}

.plan-notes h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: 1.35rem;
}

.plan-notes p:last-child,
.plan-notes ul:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
}

th,
td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
}

th {
  background: var(--navy);
  color: #f7f4ee;
}

.client {
  text-decoration: none;
  color: inherit;
  display: block;
}

a.client {
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

a.client:hover {
  border-color: rgba(22, 50, 79, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px -24px rgba(15, 36, 56, 0.4);
}

a.client:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 3px;
}

.client h3 {
  margin: 0 0 0.3rem;
  color: var(--navy);
}

.client p {
  margin: 0;
  color: var(--muted);
}

.voices {
  background:
    radial-gradient(ellipse 42% 55% at 4% 100%, rgba(196, 165, 116, 0.3), transparent 65%),
    radial-gradient(ellipse 50% 45% at 96% 6%, rgba(184, 92, 56, 0.08), transparent 60%),
    var(--cream-2);
  border-block: 1px solid var(--line);
  padding: 4.75rem 0;
}

.voice {
  margin: 0;
}

.voice + .voice {
  margin-top: 3.25rem;
}

.voice-quote {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: 3.75rem;
  align-items: end;
}

.voice-lead {
  margin: 0;
  font-family: var(--serif);
  font-weight: 560;
  letter-spacing: -0.03em;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.9vw, 2.35rem);
  line-height: 1.22;
  max-width: 30ch;
  text-indent: -0.42em;
  text-wrap: pretty;
}

.voice-rest p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 46ch;
  font-size: 1.1rem;
  line-height: 1.5;
}

.voice-rest p:last-child {
  margin-bottom: 0;
}

.voice-more {
  margin: 1.5rem 0 0;
}

.voice-more a {
  font-weight: 700;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.28em;
}

.voice-more a:hover {
  text-decoration-color: currentColor;
}

.voice-who {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1rem;
  margin-top: 2.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.voice-portrait {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--cream-2);
  box-shadow: 0 8px 22px -10px rgba(15, 36, 56, 0.5);
}

.voice-portrait--sm {
  width: 44px;
  height: 44px;
  align-self: center;
  box-shadow: 0 5px 14px -7px rgba(15, 36, 56, 0.5);
}

.voice-name {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.voice-role,
.voice-org {
  font-size: 0.98rem;
  color: var(--muted);
}

.voice-org {
  text-decoration-color: var(--gold);
  text-underline-offset: 0.22em;
}

.voice-org:hover {
  color: var(--terracotta);
  text-decoration-color: currentColor;
}

.voice-marc {
  margin-left: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.voices-page {
  padding-top: 2.25rem;
  background: radial-gradient(ellipse 50% 46% at 20% 30%, rgba(196, 165, 116, 0.22), transparent 66%);
}

.voices-page .wrap {
  max-width: 68ch;
}

.voice--entry + .voice--entry {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid var(--line);
}

.voice-who--top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1.6rem;
  align-items: start;
  margin: 0 0 2rem;
  padding: 0 0 1.1rem;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.voice-who--top .voice-portrait {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.voice-who--top .voice-name {
  display: block;
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 0.95rem;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
  line-height: 1.14;
}

.voice-who--top .voice-fields {
  grid-column: 2;
  grid-row: 2;
}

.voice-fields {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 1.3rem;
  row-gap: 0.32rem;
  margin: 0 0 1rem;
}

.voice-fields dt {
  color: var(--muted);
  font-size: 0.94rem;
}

.voice-fields dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
}

.voice-who--top .voice-marc {
  display: block;
  grid-column: 2;
  grid-row: 3;
  margin: 1.1rem 0 0;
}

.voice-text {
  margin: 0;
}

.voice-text p {
  margin: 0 0 1.2rem;
  color: var(--ink);
  font-size: 1.08rem;
  max-width: 68ch;
}

.voice-text p:last-child {
  margin-bottom: 0;
}

.voice-text .voice-open {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1.36;
  text-indent: -0.42em;
  text-wrap: pretty;
}

.voice-invite {
  margin: 2.75rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px dashed var(--line);
  color: var(--muted);
}

.steps {
  counter-reset: step;
}

.step {
  counter-increment: step;
}

.step h3::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--serif);
  color: var(--terracotta);
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.faq-list {
  margin-top: 1.2rem;
  max-width: 720px;
}

.faq h2 {
  max-width: 18ch;
}

.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.7rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--terracotta);
}

.faq details[open] summary::after {
  content: "−";
}

.faq p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.page-hero {
  padding: 3.2rem 0 1rem;
}

.plans-matrix {
  padding-top: 1.25rem;
}

.contact-hero {
  padding-bottom: 0.2rem;
}

.contact-section {
  padding-top: 1.2rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.8fr);
  gap: 2.4rem;
  align-items: start;
}

.contact-panel {
  padding: 1.35rem 1.35rem 1.25rem;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
}

.field {
  display: grid;
  gap: 0.3rem;
}

.field[hidden],
.form-alert[hidden],
.contact-done[hidden] {
  display: none !important;
}

.hp,
.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field label {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.95rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
  caret-color: var(--navy);
}

.field textarea {
  resize: vertical;
  min-height: 7.2rem;
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2316324f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  padding-right: 2.2rem;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: rgba(22, 50, 79, 0.28);
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 2px;
  border-color: var(--navy);
}

::placeholder {
  color: var(--muted);
  opacity: 1;
}

button.btn {
  appearance: none;
  font-size: inherit;
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.turnstile-slot {
  min-height: 65px;
}

.form-alert {
  margin: 0;
  color: var(--terracotta-2);
  font-weight: 700;
}

.contact-form .btn {
  justify-self: start;
  margin-top: 0.2rem;
}

.contact-done:not([hidden]) {
  animation: contact-in 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes contact-in {
  from {
    opacity: 0;
    transform: translateY(10px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.contact-done h2:focus {
  outline: none;
}

.contact-done h2:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 4px;
}

.contact-done p {
  color: var(--muted);
  margin: 0 0 1.2rem;
}

.contact-aside h2 {
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
}

.contact-aside ol {
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
  counter-reset: after;
}

.contact-aside li {
  counter-increment: after;
  padding: 0.85rem 0 0.85rem 2.4rem;
  position: relative;
  color: var(--muted);
  border-bottom: 1px dashed var(--line);
}

.contact-aside li:last-child {
  border-bottom: 0;
}

.contact-aside li::before {
  content: counter(after);
  position: absolute;
  left: 0;
  top: 0.85rem;
  font-family: var(--serif);
  font-weight: 600;
  color: var(--terracotta);
}

.fine-inline {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.article {
  max-width: 68ch;
}

.article p,
.article li {
  font-size: 1.08rem;
}

.cta-final {
  text-align: center;
}

.cta-final h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.cta-final .lede {
  margin-inline: auto;
}

.cta-final .cta-actions {
  justify-content: center;
  margin-bottom: 0.85rem;
}

.cta-alt {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.cta-final .cta-alt {
  margin-inline: auto;
}

.site-footer {
  background: var(--navy-2);
  color: #efe8dc;
  padding: 2.5rem 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}

.site-footer a {
  color: #f7f4ee;
}

.fine {
  opacity: 0.7;
  font-size: 0.9rem;
}

@media (min-width: 720px) {
  .contact-form {
    grid-template-columns: 1fr 1fr;
  }

  .field-span,
  .turnstile-slot,
  .form-alert,
  .contact-form .btn,
  .hp {
    grid-column: 1 / -1;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-brand {
    display: none;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
    white-space: normal;
    text-wrap: balance;
    justify-content: center;
  }

  .plan-common,
  .plan-notes {
    grid-template-columns: 1fr;
  }

  .plan-common ul {
    grid-template-columns: 1fr;
  }

  .hero--peak {
    padding: 3.25rem 0 3rem;
  }

  .hero--peak h1 {
    max-width: 14ch;
  }

  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .plan.featured {
    transform: none;
  }

  .voices {
    padding: 3.5rem 0;
  }

  .voice-quote {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .voice-lead {
    max-width: 24ch;
  }

  .voice-marc {
    flex-basis: 100%;
    margin-left: 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    inset: 72px 1rem auto;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav .btn {
    display: inline-flex;
  }

  .header-cta {
    display: none;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  a.browser,
  a.client,
  .btn {
    transition: none;
  }

  a.browser:hover,
  a.client:hover {
    transform: none;
  }

  .hero-shot {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .contact-done:not([hidden]) {
    animation: none;
  }
}
