/*
Theme Name: Tau.life
Theme URI: https://tau.life
Author: Tau.life
Author URI: https://tau.life
Description: Tema institucional oficial da Tau.life, com foco em famílias, Programa Escola Parceira e conversão pelo WhatsApp.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: tau-life
*/

:root {
  --tau-navy: #1d295e;
  --tau-deep: #0f173a;
  --tau-sky: #99c7db;
  --tau-white: #ffffff;
  --tau-mist: #eaf5fa;
  --tau-cyan: #00e5ff;
  --tau-magenta: #ff4db8;
  --tau-ink: #14204e;
  --tau-muted: #58617f;
  --line: rgba(29, 41, 94, 0.14);
  --shadow: 0 24px 70px rgba(15, 23, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  background: var(--tau-white);
  color: var(--tau-ink);
  font-family: "Manrope", "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--tau-navy);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(2.25rem, 4.1vw, 4.25rem);
  font-weight: 600;
}

h3 {
  font-size: 1.35rem;
  font-weight: 600;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--tau-deep);
  background: var(--tau-cyan);
  border-radius: 10px;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 168px 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 82px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(29, 41, 94, 0.09);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

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

.site-header nav {
  color: var(--tau-navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-header nav .menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header nav li {
  margin: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--tau-navy);
  cursor: pointer;
}

.menu-toggle-lines {
  display: grid;
  gap: 4px;
}

.menu-toggle-lines span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header nav a,
.footer-links a {
  transition: color 180ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: #007f95;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--tau-navy);
  color: white;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(15, 23, 58, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 36px rgba(15, 23, 58, 0.22);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--tau-cyan);
  outline-offset: 3px;
}

.button-small {
  min-height: 46px;
  padding: 13px 19px;
  font-size: 0.86rem;
}

.button-cyan {
  background: var(--tau-cyan);
  color: var(--tau-deep);
  box-shadow: 0 12px 42px rgba(0, 229, 255, 0.26);
}

.button-cyan:hover,
.button-cyan:focus-visible {
  background: #5af0ff;
  box-shadow: 0 16px 50px rgba(0, 229, 255, 0.35);
}

.button-navy {
  background: var(--tau-navy);
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--tau-navy);
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.light-link {
  color: white;
}

.eyebrow {
  margin-bottom: 18px;
  color: #087c90;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(15, 23, 58, 0.97) 0%, rgba(29, 41, 94, 0.96) 62%, rgba(21, 36, 89, 0.94) 100%),
    radial-gradient(circle at 80% 25%, rgba(0, 229, 255, 0.32), transparent 36%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image: linear-gradient(rgba(153, 199, 219, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(153, 199, 219, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 25%, black 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  align-items: center;
  gap: 64px;
  padding-block: 96px 110px;
}

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

.hero h1 {
  margin-bottom: 28px;
  color: white;
}

.hero h1::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 28px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--tau-cyan), var(--tau-magenta));
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.microcopy {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.75rem;
}

.hero-visual {
  position: relative;
  aspect-ratio: 1;
  min-width: 390px;
}

.orbit,
.symbol-core,
.signal-card {
  position: absolute;
}

.orbit {
  inset: 50%;
  border: 1px solid rgba(153, 199, 219, 0.27);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 92%;
  height: 92%;
  box-shadow: inset 0 0 70px rgba(0, 229, 255, 0.04), 0 0 60px rgba(0, 229, 255, 0.05);
}

.orbit-two {
  width: 70%;
  height: 70%;
  border-color: rgba(0, 229, 255, 0.34);
}

.orbit-three {
  width: 48%;
  height: 48%;
  border-color: rgba(255, 77, 184, 0.32);
}

.symbol-core {
  inset: 50%;
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 100px rgba(0, 229, 255, 0.16);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
}

.symbol-core img {
  width: 155px;
  height: 155px;
  object-fit: contain;
}

.signal-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(15, 23, 58, 0.76);
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.signal-one { top: 12%; right: 8%; }
.signal-two { right: 0; bottom: 22%; }
.signal-three { bottom: 7%; left: 10%; }

.signal-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 0 0 12px currentColor;
}

.signal-dot.cyan { color: var(--tau-cyan); background: var(--tau-cyan); }
.signal-dot.magenta { color: var(--tau-magenta); background: var(--tau-magenta); }
.signal-dot.sky { color: var(--tau-sky); background: var(--tau-sky); }

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.hero-glow-one {
  width: 400px;
  height: 400px;
  top: -220px;
  left: 22%;
  background: rgba(0, 229, 255, 0.15);
}

.hero-glow-two {
  width: 320px;
  height: 320px;
  right: -170px;
  bottom: -130px;
  background: rgba(255, 77, 184, 0.15);
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 88px;
  align-items: center;
}

.trust-grid span {
  padding: 8px 22px;
  border-right: 1px solid var(--line);
  color: var(--tau-navy);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.trust-grid span:first-child { padding-left: 0; }
.trust-grid span:last-child { padding-right: 0; border-right: 0; }

.section {
  padding-block: 118px;
}

.section-light { background: white; }
.section-mist { background: var(--tau-mist); }
.section-navy { background: var(--tau-deep); color: white; }

.section-heading {
  max-width: 820px;
  margin-bottom: 58px;
}

.section-heading h2 {
  margin-bottom: 24px;
}

.section-heading > p:last-child,
.split-heading > p {
  color: var(--tau-muted);
  font-size: 1.08rem;
}

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

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 70px;
  max-width: none;
}

.split-heading h2 {
  margin-bottom: 0;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.choice-card {
  position: relative;
  min-height: 305px;
  padding: 38px;
  border-radius: 28px;
}

.choice-card h3 {
  margin: 72px 0 18px;
  font-size: 1.5rem;
}

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

.card-number {
  position: absolute;
  top: 30px;
  left: 38px;
  color: var(--tau-sky);
  font-family: "Space Grotesk", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.muted-card {
  border: 1px solid var(--line);
  background: #f8fbfd;
}

.featured-card {
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.36);
  background: var(--tau-navy);
  color: white;
  box-shadow: var(--shadow);
}

.featured-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -90px;
  border: 1px solid rgba(0, 229, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(0, 229, 255, 0.05), 0 0 0 64px rgba(255, 77, 184, 0.035);
}

.featured-card h3,
.featured-card p { color: white; }
.featured-card .card-number { color: var(--tau-cyan); }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.audience-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: 48px;
  border: 1px solid rgba(29, 41, 94, 0.1);
  border-radius: 32px;
  background: white;
  box-shadow: 0 20px 50px rgba(15, 23, 58, 0.06);
}

.audience-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--tau-cyan);
}

.parents-card::before { background: var(--tau-magenta); }

.card-label {
  margin-bottom: 20px;
  color: #087c90;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.parents-card .card-label { color: #a62675; }

.audience-card h3 {
  max-width: 440px;
  margin-bottom: 30px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.audience-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-card li {
  position: relative;
  padding: 14px 0 14px 30px;
  border-top: 1px solid var(--line);
  color: var(--tau-muted);
}

.audience-card li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--tau-navy);
  font-weight: 800;
}

.light-heading h2,
.pillars-grid h3 { color: white; }
.light-heading { max-width: 900px; }

.pillars-section {
  position: relative;
  overflow: hidden;
}

.pillars-section::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  top: -260px;
  left: calc(50% - 230px);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(0, 229, 255, 0.025), 0 0 0 140px rgba(255, 77, 184, 0.02);
}

.pillars-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pillars-grid article {
  min-height: 270px;
  padding: 36px;
  border: 1px solid rgba(153, 199, 219, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.pillars-grid article > span {
  color: var(--tau-cyan);
  font-family: "Space Grotesk", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.17em;
}

.pillars-grid h3 {
  margin: 54px 0 14px;
}

.pillars-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(460px, 1.14fr);
  gap: 100px;
  align-items: start;
}

.process-intro {
  position: sticky;
  top: 120px;
}

.process-intro h2 { margin-bottom: 24px; }
.process-intro > p:not(.eyebrow) { margin-bottom: 28px; color: var(--tau-muted); }

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.process-list li:last-child { border-bottom: 1px solid var(--line); }

.process-list > li > span {
  color: #087c90;
  font-family: "Space Grotesk", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: var(--tau-muted); }

.school-section {
  background: linear-gradient(125deg, #dceff7, white 72%);
}

.school-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 90px;
  align-items: center;
}

.school-grid h2 { margin-bottom: 24px; }
.school-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; margin-bottom: 34px; color: var(--tau-muted); }

.school-benefits {
  padding: 14px 38px;
  border: 1px solid rgba(29, 41, 94, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.school-benefits article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.school-benefits article:last-child { border-bottom: 0; }

.school-benefits article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--tau-cyan);
  color: var(--tau-deep);
  font-weight: 900;
}

.school-benefits h3 { margin: 2px 0 7px; font-size: 1.1rem; }
.school-benefits p { margin: 0; color: var(--tau-muted); font-size: 0.9rem; }

.founder-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 90px;
  align-items: center;
}

.founder-mark {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
  border-radius: 34px;
  background: var(--tau-navy);
  color: white;
}

.founder-mark::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: -80px;
  right: -70px;
  border: 1px solid rgba(0, 229, 255, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(0, 229, 255, 0.045), 0 0 0 90px rgba(255, 77, 184, 0.03);
}

.founder-mark img {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 116px;
  height: 116px;
}

.founder-mark > span {
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.founder-mark small {
  max-width: 180px;
  margin-top: 13px;
  color: var(--tau-sky);
  font-weight: 700;
  line-height: 1.4;
}

.founder-grid h2 { margin-bottom: 24px; }
.founder-grid > div:last-child > p:last-child { color: var(--tau-muted); }
.large-copy { font-size: 1.25rem; font-weight: 600; color: var(--tau-navy); }

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 100px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child { border-bottom: 1px solid var(--line); }

.faq-list summary {
  position: relative;
  padding: 25px 44px 25px 0;
  color: var(--tau-navy);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  color: #087c90;
  font-size: 1.5rem;
  font-weight: 400;
}

.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; padding: 0 34px 22px 0; color: var(--tau-muted); }

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--tau-navy);
  color: white;
}

.contact-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: -360px;
  bottom: -390px;
  border: 1px solid rgba(0, 229, 255, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(0, 229, 255, 0.025), 0 0 0 160px rgba(255, 77, 184, 0.018);
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 100px;
  align-items: center;
}

.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255, 255, 255, 0.7); font-size: 1.05rem; }
.direct-contact { display: inline-flex; gap: 9px; color: var(--tau-cyan); font-weight: 800; }

.lead-form {
  padding: 38px;
  border: 1px solid rgba(153, 199, 219, 0.3);
  border-radius: 30px;
  background: white;
  color: var(--tau-navy);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.lead-form label:not(.consent) {
  display: block;
  margin-bottom: 18px;
  font-size: 0.8rem;
  font-weight: 800;
}

.lead-form label > span { color: var(--tau-muted); font-weight: 500; }

.lead-form input:not([type="checkbox"]),
.lead-form select,
.lead-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 15px;
  border: 1px solid rgba(29, 41, 94, 0.18);
  border-radius: 12px;
  background: #f9fcfd;
  color: var(--tau-navy);
}

.lead-form textarea { resize: vertical; }

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  margin: 4px 0 22px;
  color: var(--tau-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--tau-navy); }
.form-button { width: 100%; border: 0; }
.form-success { margin: 13px 0 0; color: #006b61; font-size: 0.75rem; font-weight: 700; text-align: center; }

.site-footer {
  padding: 72px 0 28px;
  border-top: 1px solid var(--line);
  background: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr 1.3fr;
  gap: 70px;
  align-items: start;
}

.footer-grid img { width: 148px; height: 66px; object-fit: contain; }
.footer-grid p { color: var(--tau-muted); font-size: 0.84rem; }
.footer-links { display: flex; flex-direction: column; gap: 10px; color: var(--tau-navy); font-size: 0.84rem; font-weight: 700; }
.privacy-note strong { display: block; margin-bottom: 10px; color: var(--tau-navy); font-size: 0.8rem; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--tau-muted); font-size: 0.73rem; }

.floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  border: 1px solid rgba(29, 41, 94, 0.12);
  border-radius: 999px;
  background: var(--tau-cyan);
  color: var(--tau-deep);
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 16px 40px rgba(15, 23, 58, 0.22);
}

.content-shell {
  min-height: 65vh;
  padding-top: 96px;
}

.content-column {
  max-width: 860px;
}

.entry-title {
  margin-bottom: 36px;
}

.entry-content {
  color: var(--tau-muted);
  font-size: 1.05rem;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 2em;
}

.entry-content a {
  color: #087c90;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 145px 1fr auto; gap: 18px; }
  .site-header nav { font-size: 0.78rem; }
  .site-header nav .menu { gap: 16px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; }
  .hero-visual { min-width: 340px; }
  .symbol-core { width: 180px; height: 180px; }
  .symbol-core img { width: 125px; height: 125px; }
  .process-grid, .faq-grid { gap: 60px; }
  .school-grid, .founder-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .site-header { grid-template-columns: 1fr auto auto; min-height: 72px; padding: 9px 18px; }
  .menu-toggle { display: grid; place-items: center; }
  .site-header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease;
  }
  .site-header nav .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
  }
  .site-header nav a {
    display: block;
    padding: 12px 8px;
  }
  .site-header.menu-open nav {
    max-height: 320px;
    border-bottom-color: var(--line);
    opacity: 1;
    pointer-events: auto;
  }
  .site-header.menu-open .menu-toggle-lines span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.menu-open .menu-toggle-lines span:nth-child(2) { opacity: 0; }
  .site-header.menu-open .menu-toggle-lines span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .brand img { width: 132px; height: 52px; }
  .button-small { min-height: 42px; padding: 11px 15px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 78px 0 48px; }
  .hero-copy { max-width: none; }
  .hero-visual { width: min(100%, 430px); min-width: 0; margin: 0 auto; }
  .hero::after { mask-image: linear-gradient(to bottom, transparent 25%, black 100%); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 12px; }
  .trust-grid span { min-height: 58px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
  .trust-grid span:nth-child(2) { border-right: 0; }
  .trust-grid span:nth-child(3), .trust-grid span:nth-child(4) { border-bottom: 0; }
  .section { padding-block: 82px; }
  .split-heading, .process-grid, .school-grid, .founder-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 12px; }
  .choice-grid { grid-template-columns: 1fr; }
  .featured-card { order: -1; }
  .choice-card { min-height: 250px; }
  .audience-grid, .pillars-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; padding: 38px; }
  .process-intro { position: static; }
  .process-grid, .school-grid, .founder-grid, .faq-grid, .contact-grid { gap: 48px; }
  .school-benefits { padding-inline: 30px; }
  .founder-mark { min-height: 360px; }
  .contact-grid { max-width: 680px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .privacy-note { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .site-header .button-small { font-size: 0; gap: 0; }
  .site-header .button-small span { font-size: 1rem; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.15rem; }
  .hero-grid { padding-top: 62px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { width: 330px; max-width: 100%; }
  .symbol-core { width: 145px; height: 145px; padding: 24px; }
  .symbol-core img { width: 104px; height: 104px; }
  .signal-card { padding: 9px 11px; font-size: 0.68rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid span { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-grid span:last-child { border-bottom: 0 !important; }
  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 40px; }
  .choice-card, .audience-card, .lead-form { padding: 30px; border-radius: 23px; }
  .choice-card h3 { margin-top: 62px; }
  .pillars-grid article { min-height: 230px; padding: 30px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 15px; }
  .school-benefits { padding: 8px 24px; }
  .founder-mark { min-height: 320px; padding: 34px; }
  .founder-mark img { top: 34px; left: 34px; width: 90px; height: 90px; }
  .founder-mark > span { font-size: 4rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .privacy-note { grid-column: auto; }
  .floating-whatsapp { right: 14px; bottom: 14px; padding: 11px 15px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

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