/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 152px 0 96px;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, var(--accent-soft) 0%, rgba(234, 240, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-xl);
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: var(--space-md);
}

.hero-copy h1 .h1-line {
  display: block;
  font-size: 0.46em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--accent);
  margin-top: var(--space-xs);
}

.hero-copy p.lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 52ch;
  margin-bottom: var(--space-lg);
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--muted);
}

.hero-trust-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-photo {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-hover);
}

.hero-badge {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(calc(-50% - 90px));
  background: var(--paper);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card-hover);
  padding: 14px 20px;
  text-align: center;
  min-width: 120px;
}

.hero-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--accent);
}

.hero-badge span {
  display: block;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 2px;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  .hero-visual {
    order: -1;
  }
  .hero-photo {
    max-width: 220px;
  }
  .hero-badge {
    transform: translateX(calc(-50% - 60px));
  }
}

/* ============ OPERATE ============ */
.operate {
  background: var(--ink);
}

.operate .eyebrow {
  color: #7C9BFF;
}

.operate .section-head h2 {
  color: var(--paper);
  font-size: clamp(2rem, 3.6vw, 2.75rem);
}

.operate .section-head p {
  color: #A9B2CC;
}

/* ============ WHO I HELP ============ */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
}

.audience-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: var(--space-sm);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  transition: border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;
}

.audience-item:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-card);
}

.audience-item::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px var(--accent-soft);
}

/* Catch-all: ocupa a linha inteira no desktop (3 col + 10 itens deixaria órfão);
   no grid de 2 colunas vira item normal e fecha a última linha. */
.audience-item-all {
  grid-column: 1 / -1;
  justify-content: center;
}

@media (max-width: 900px) {
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .audience-item-all {
    grid-column: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }
}

/* ============ REAL SITUATIONS ============ */
.situations {
  background: var(--ink);
}

.situations .eyebrow {
  color: #7C9BFF;
}

.situations .section-head h2 {
  color: var(--paper);
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
}

.situations .section-head p {
  color: #A9B2CC;
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 var(--space-lg);
}

.situation-item {
  position: relative;
  padding: var(--space-sm) 0 var(--space-sm) 40px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--paper);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.situation-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--space-sm) - 1px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(124, 155, 255, 0.16);
}

.situation-item::after {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(var(--space-sm) + 8px);
  width: 8px;
  height: 4px;
  border-left: 2px solid #7C9BFF;
  border-bottom: 2px solid #7C9BFF;
  transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .situation-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 var(--space-md);
  }
}

@media (max-width: 560px) {
  .situation-grid {
    grid-template-columns: 1fr;
  }
}

/* ============ CLIENT PROFILES ============ */
.profile-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: var(--space-md) var(--space-sm);
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;
}

.profile-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.profile-tag {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-2xs);
}

.profile-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.profile-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* ============ FOUNDER ============ */
.founder-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: var(--space-xl);
  align-items: center;
}

.founder-visual {
  display: flex;
  justify-content: center;
}

.founder-photo {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.founder-copy h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  margin-bottom: var(--space-2xs);
}

.founder-role {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin-bottom: var(--space-md) !important;
}

.founder-copy p {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: var(--space-sm);
  max-width: 58ch;
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--space-sm);
}

@media (max-width: 860px) {
  .founder-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
    text-align: left;
  }
}

/* ============ TESTIMONIALS ============ */
.testi-intro {
  max-width: 660px;
  margin: 0 auto var(--space-lg);
  text-align: center;
}

.testi-intro p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.testi-intro .testi-intro-close {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
  margin-top: var(--space-sm);
}

.featured-testi {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: var(--space-xl);
  margin-bottom: var(--space-md);
  box-shadow: var(--shadow-card);
}

.quote-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: var(--accent);
  margin-bottom: var(--space-sm);
}

.quote-icon svg {
  width: 100%;
  height: 100%;
}

.ft-text {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
  max-width: 800px;
  margin-bottom: var(--space-md);
  letter-spacing: -0.01em;
}

.ft-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ft-author strong {
  font-size: 15px;
  color: var(--ink);
}

.ft-author span {
  font-size: 13px;
  color: var(--muted);
}

.testi-grid {
  columns: 3;
  column-gap: var(--space-md);
}

.testi-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: var(--space-md) var(--space-sm);
  display: inline-block;
  width: 100%;
  margin-bottom: var(--space-md);
  break-inside: avoid;
  box-shadow: var(--shadow-card);
}

.testi-card p {
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: var(--space-sm);
}

.testi-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: var(--space-xs);
  border-top: 1px solid var(--line);
}

.testi-author strong {
  font-size: 13.5px;
  color: var(--ink);
}

.testi-author span {
  font-size: 11.5px;
  color: var(--muted);
}

@media (max-width: 960px) {
  .testi-grid {
    columns: 2;
  }
}

@media (max-width: 640px) {
  .featured-testi {
    padding: var(--space-lg) var(--space-md);
  }
  .ft-text {
    font-size: 1.15rem;
  }
  .testi-grid {
    columns: 1;
  }
}

/* ============ CTA FINAL ============ */
.cta-final {
  background: var(--ink);
  text-align: center;
}

.cta-final-inner {
  max-width: 620px;
  margin: 0 auto;
}

.cta-final .eyebrow {
  color: #7C9BFF;
}

.cta-final h2 {
  color: var(--paper);
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  margin-bottom: var(--space-md);
}

.cta-final p {
  color: #A9B2CC;
  margin-bottom: var(--space-lg);
  font-size: 1.05rem;
}

.contact-meta {
  margin-top: var(--space-lg);
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #A9B2CC;
}
