:root {
    --color-primary: #18443f;
    --color-secondary: #6ea9a2;
    --color-accent: #c89f62;
    --color-mint-50: #f4fbf8;
    --color-mint-100: #e6f4ef;
    --color-mint-200: #cde7e0;
    --color-ink: #173532;
    --color-muted: #55736e;
    --color-surface: rgba(255, 255, 255, 0.74);
    --color-elevated: rgba(255, 255, 255, 0.9);
    --font-heading: "Baskervville", Georgia, serif;
    --font-body: "Manrope", Arial, sans-serif;
    --font-ui: "Poppins", Arial, sans-serif;
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --radius-xl: 38px;
    --radius-pill: 999px;
    --shadow-low: 0 10px 30px rgba(28, 68, 63, 0.08);
    --shadow-med: 0 24px 70px rgba(28, 68, 63, 0.14);
    --shadow-high: 0 34px 90px rgba(28, 68, 63, 0.18);
    --ease: cubic-bezier(.2, .8, .2, 1);
    --duration: 260ms;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--color-ink);
    background:
        radial-gradient(circle at 8% 8%, rgba(110, 169, 162, 0.28), transparent 30rem),
        radial-gradient(circle at 92% 12%, rgba(200, 159, 98, 0.18), transparent 26rem),
        linear-gradient(180deg, #eef8f4 0%, #f9fcfa 42%, #e8f4ef 100%);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url("https://psicovan.com.br/wp-content/webp-express/webp-images/uploads/2025/07/bg1-2.jpg.webp?8LF1v4y6");
    background-position: center top;
    background-size: cover;
    opacity: 0.08;
}

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

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

h1,
h2,
h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2rem, 3.6vw, 3.5rem);
    line-height: 1.12;
}

p {
    margin: 0;
}

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

.glass {
    background: var(--color-surface);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-med);
    backdrop-filter: blur(18px);
}

.eyebrow {
    font-family: var(--font-ui);
    color: var(--color-secondary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 46px;
    border-radius: var(--radius-pill);
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease), background var(--duration) var(--ease), color var(--duration) var(--ease);
}

.btn--primary {
    padding: 0.85rem 1.35rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, var(--color-primary), #2f6f68);
    color: #fff;
    box-shadow: 0 18px 34px rgba(24, 68, 63, 0.2);
}

.btn--primary:hover,
.btn--primary:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #255e57, var(--color-secondary));
    box-shadow: 0 22px 46px rgba(24, 68, 63, 0.24);
}

.btn--text {
    width: fit-content;
    border-radius: 0;
    color: var(--color-primary);
    border-bottom: 1px solid rgba(24, 68, 63, 0.28);
    padding-bottom: 0.15rem;
}

.btn--text:hover,
.btn--text:focus-visible {
    color: #2f6f68;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(244, 251, 248, 0.88);
    backdrop-filter: blur(18px);
}

.topbar__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.brand img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

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

.nav a {
    position: relative;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 600;
    color: #456965;
    text-transform: uppercase;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--color-accent);
    transition: transform var(--duration) var(--ease);
}

.nav a:hover::after,
.nav a:focus-visible::after {
    transform: scaleX(1);
}

.hero {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 3rem 0 6rem;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(246, 251, 248, 0.94));
    pointer-events: none;
}

#hero-canvas {
    display: none;
}

.hero-neural-canvas {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: clamp(320px, 52vh, 520px);
    z-index: 0;
    opacity: 0.95;
    pointer-events: none;
    mix-blend-mode: screen;
    mask-image: linear-gradient(180deg, #000 0 74%, transparent 100%);
}

.hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.hero h1 {
    color: var(--color-primary);
    font-size: clamp(2rem, 3.6vw, 3.5rem);
    line-height: 1.12;
    max-width: 700px;
}

.hero__lead {
    margin-top: 1.6rem;
    color: #456965;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.75;
    max-width: 690px;
}

.hero__actions,
.blog-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.25rem;
}

.hero-card {
    position: relative;
    border-radius: var(--radius-xl);
    padding: 1rem;
    isolation: isolate;
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: -1.2rem;
    z-index: -1;
    border-radius: 48px;
    background: linear-gradient(145deg, rgba(110, 169, 162, 0.28), rgba(200, 159, 98, 0.16));
    filter: blur(2px);
}

.hero-card__image {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-high);
}

.hero-card__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.stat {
    min-height: 96px;
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.78);
}

.stat strong {
    display: block;
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 400;
}

.stat span {
    display: block;
    margin-top: 0.4rem;
    color: var(--color-muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.section {
    padding: clamp(4.8rem, 9vw, 7rem) 0;
}

.section__intro {
    margin-bottom: 3rem;
    max-width: 790px;
}

.section__intro--split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
    align-items: end;
    max-width: none;
}

.section__intro h2,
.about h2 {
    margin-top: 0.75rem;
    color: var(--color-primary);
    font-size: clamp(2.15rem, 5vw, 4.7rem);
    line-height: 0.98;
}

.section__intro p:not(.eyebrow),
.service-card p,
.performance p,
.about__copy p,
.faq-aside p,
.blog-card p {
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.78;
}

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

.service-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-low);
    transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-med);
}

.service-card--featured {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(229, 244, 239, 0.88));
    border-color: rgba(200, 159, 98, 0.34);
}

.service-card > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background: var(--color-mint-200);
}

.service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    padding: 1.45rem;
}

.service-card h3 {
    color: var(--color-primary);
    font-size: 1.55rem;
    line-height: 1.08;
}

.service-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: auto;
    padding-top: 1rem;
}

.service-card .btn--text {
    margin-top: auto;
}

.performance {
    margin-top: 2rem;
    border-radius: var(--radius-lg);
    padding: clamp(1.5rem, 4vw, 2.4rem);
}

.performance > div {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 2rem;
    align-items: center;
    margin-top: 0.85rem;
}

.performance h3 {
    color: var(--color-primary);
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1.02;
}

.section--about {
    background: rgba(255, 255, 255, 0.32);
}

.section--soft {
    background: rgba(255, 255, 255, 0.34);
}

.section--plans {
    padding-top: clamp(4rem, 7vw, 5.6rem);
    background: rgba(255, 255, 255, 0.28);
}

.text-gold {
    color: #f6ae2d;
}

.section__intro--center {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.section--neurovan-info {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.2));
}

.neurovan-info {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.2rem);
}

.neurovan-how,
.neurovan-differentials {
    border-radius: var(--radius-xl);
    padding: clamp(1.4rem, 3vw, 2.4rem);
    box-shadow: var(--shadow-med);
}

.neurovan-how {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.92);
}

.neurovan-how .section__intro h2 {
    color: #000;
    font-size: clamp(1.2rem, 2.1vw, 1.85rem);
    line-height: 1.35;
    font-weight: 600;
    max-width: 920px;
    margin-inline: auto;
}

.neurovan-differentials {
    background:
        radial-gradient(circle at 12% 0%, rgba(80, 171, 255, 0.18), transparent 18rem),
        linear-gradient(180deg, rgba(8, 35, 71, 0.98), rgba(3, 16, 36, 0.98));
    border: 1px solid rgba(246, 174, 45, 0.28);
}

.neurovan-differentials .section__intro h2 {
    color: #fff;
}

.neurovan-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.2vw, 1.6rem);
}

.neurovan-step {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 0.75rem;
    text-align: center;
}

.neurovan-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 58px;
    left: calc(50% + 58px);
    width: calc(100% - 74px);
    border-top: 2px dashed rgba(246, 174, 45, 0.64);
}

.neurovan-step__number {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #07162c;
    color: #f6ae2d;
    font-family: var(--font-ui);
    font-weight: 900;
}

.neurovan-step__media,
.neurovan-differential__media {
    border: 2px solid rgba(246, 174, 45, 0.72);
    background: rgba(246, 174, 45, 0.08);
}

.neurovan-step__media {
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 86px;
    height: 86px;
    border-radius: 50%;
}

.neurovan-step__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neurovan-step h3,
.neurovan-differentials h3 {
    color: #f6ae2d;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.neurovan-step p {
    max-width: 220px;
    color: #07162c;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.55;
}

.neurovan-differentials__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.neurovan-differentials__grid article {
    display: grid;
    justify-items: center;
    gap: 0.75rem;
    min-height: 220px;
    border-radius: var(--radius-md);
    padding: 1.2rem 0.9rem;
    background: rgba(12, 50, 88, 0.72);
    border: 1px solid rgba(80, 171, 255, 0.2);
    text-align: center;
}

.neurovan-differential__media {
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 74px;
    height: 74px;
    border-radius: 18px;
}

.neurovan-differential__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neurovan-differentials p {
    color: #d9e6f7;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
}

.plans-panel {
    border-radius: var(--radius-xl);
    padding: clamp(1rem, 3vw, 1.5rem);
}

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

.plan-card {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 430px;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.6rem;
    border-radius: var(--radius-lg);
    padding: clamp(1.3rem, 2.4vw, 1.7rem);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-low);
    transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.plan-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-med);
}

.plan-card h3 {
    margin-top: 0.7rem;
    color: var(--color-primary);
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    line-height: 1;
}

.plan-card strong {
    display: block;
    margin-top: 0.8rem;
    color: var(--color-primary);
    font-family: var(--font-heading);
    font-size: clamp(2.3rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1;
}

.plan-card strong span {
    display: inline;
    margin-right: 0.28rem;
    margin-bottom: 0;
    color: var(--color-accent);
    font-family: var(--font-ui);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.plan-card ul {
    display: grid;
    gap: 0.7rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.plan-card li {
    position: relative;
    padding-left: 1.45rem;
    color: var(--color-muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

.plan-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--color-accent);
}

.plan-card .btn {
    width: 100%;
}

.page-hero {
    min-height: 690px;
}

.page-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.85fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.page-hero h1 {
    color: var(--color-primary);
    font-size: clamp(1.85rem, 3.2vw, 3rem);
    line-height: 1.15;
    max-width: 700px;
}

.therapy-hero__logo {
    display: block;
    width: min(430px, 82vw);
    margin-bottom: 1.15rem;
}

.therapy-hero__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.page-hero__support {
    max-width: 680px;
    margin-top: 1.15rem;
    color: var(--color-muted);
    font-size: 1.04rem;
    line-height: 1.82;
}

.therapy-hero__image {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: 0.85rem;
}

.therapy-hero__image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: var(--shadow-high);
}

.section--therapy-plans {
    background:
        radial-gradient(circle at 12% 10%, rgba(246, 174, 45, 0.16), transparent 22rem),
        rgba(255, 255, 255, 0.28);
}

.therapy-plans-panel {
    display: grid;
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.therapy-plans-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.therapy-plan-card {
    min-height: 330px;
}

.therapy-plan-card > p:not(.eyebrow) {
    margin-top: 1rem;
    color: #d9e6f7;
    font-size: 0.94rem;
    line-height: 1.55;
}

.therapy-plans-info {
    display: grid;
    gap: 1rem;
    border-radius: var(--radius-lg);
    padding: clamp(1.2rem, 2.5vw, 1.6rem);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.95);
}

.therapy-plans-info > p {
    color: #000;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 800;
}

.therapy-plans-info ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    color: #132033;
    list-style: none;
}

.therapy-plans-info li {
    position: relative;
    padding-left: 1.55rem;
    color: #132033;
    font-size: 0.94rem;
    line-height: 1.45;
}

.therapy-plans-info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 0.18rem;
    background: var(--color-primary);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.therapy-plans-info .btn {
    width: fit-content;
}

.therapy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 1.2rem;
    align-items: stretch;
}

.therapy-panel {
    border-radius: var(--radius-xl);
    padding: clamp(1.6rem, 4vw, 3rem);
}

.therapy-panel h2,
.therapy-focus h2 {
    margin-top: 0.85rem;
    color: var(--color-primary);
    font-size: clamp(2rem, 4.4vw, 4rem);
    line-height: 0.98;
}

.therapy-panel--image {
    overflow: hidden;
    padding: 0;
    box-shadow: var(--shadow-med);
}

.therapy-panel--image img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}

.check-list,
.condition-list {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}

.check-list li,
.condition-list li {
    position: relative;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.65;
    padding-left: 2rem;
}

.check-list li::before,
.condition-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fff 0 18%, var(--color-accent) 19% 42%, var(--color-secondary) 43% 100%);
    box-shadow: 0 0 0 6px rgba(110, 169, 162, 0.12);
}

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

.benefit-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--radius-lg);
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-low);
}

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

.benefit-card span {
    font-family: var(--font-heading);
    color: rgba(24, 68, 63, 0.3);
    font-size: 3rem;
    line-height: 1;
}

.benefit-card p {
    color: var(--color-primary);
    font-size: 1.05rem;
    line-height: 1.58;
}

.therapy-focus {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.therapy-focus__image {
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-high);
}

.therapy-focus__image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 30px;
}

.therapy-focus__content {
    display: grid;
    gap: 1.4rem;
}

.therapy-focus__content .btn {
    width: fit-content;
    margin-top: 0.65rem;
}

.mentorship-pain .section__intro {
    max-width: 860px;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.pain-grid article {
    min-height: 165px;
    display: flex;
    align-items: flex-end;
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    color: var(--color-primary);
    font-family: var(--font-ui);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-low);
}

.mentorship-note {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 1.2rem;
    border-radius: var(--radius-lg);
    padding: clamp(1.4rem, 4vw, 2.25rem);
}

.mentorship-note p,
.program-content p,
.numbered-list li {
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.mentorship-note strong,
.program-content strong,
.numbered-list strong {
    color: var(--color-primary);
}

.program-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(1.2rem, 4vw, 2.6rem);
    align-items: stretch;
}

.program-grid--reverse {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
}

.program-media {
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-high);
}

.program-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.program-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.program-content {
    border-radius: var(--radius-xl);
    padding: clamp(1.6rem, 4vw, 3rem);
}

.program-content h2,
.mentorship-cta h2 {
    margin-top: 0.85rem;
    color: var(--color-primary);
    font-size: clamp(2rem, 4.4vw, 4rem);
    line-height: 0.98;
}

.program-content > p {
    margin-top: 1.2rem;
}

.program-content h3 {
    margin-top: 2rem;
    color: var(--color-primary);
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.program-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}

.program-emphasis {
    margin-top: 1.6rem;
    padding: 1.1rem 1.2rem;
    border-radius: var(--radius-md);
    background: rgba(230, 244, 239, 0.82);
    color: var(--color-primary) !important;
    font-weight: 800;
}

.numbered-list {
    display: grid;
    gap: 1rem;
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
    counter-reset: triad;
}

.numbered-list li {
    position: relative;
    padding-left: 3.25rem;
}

.numbered-list li::before {
    counter-increment: triad;
    content: counter(triad, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: rgba(24, 68, 63, 0.34);
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1;
}

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

.mentorship-cta {
    margin-top: 1.2rem;
    border-radius: var(--radius-xl);
    padding: clamp(1.6rem, 4vw, 3rem);
}

.assessment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: 1.2rem;
    align-items: stretch;
}

.assessment-panel {
    border-radius: var(--radius-xl);
    padding: clamp(1.6rem, 4vw, 3rem);
}

.assessment-panel h2 {
    margin-top: 0.85rem;
    color: var(--color-primary);
    font-size: clamp(2rem, 4.4vw, 4rem);
    line-height: 0.98;
}

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

.assessment-note {
    display: grid;
    gap: 1rem;
}

.assessment-note .stat {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.assessment-note .stat strong {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.cognitive-card {
    min-height: 440px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: 1.25rem;
    position: relative;
}

.cognitive-card::before {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(200, 159, 98, 0.18), transparent 58%),
        radial-gradient(circle at 62% 42%, rgba(110, 169, 162, 0.36), transparent 42%);
    filter: blur(4px);
}

.cognitive-card div {
    position: relative;
    z-index: 1;
    width: min(360px, 100%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(24, 68, 63, 0.12);
}

.cognitive-card span {
    position: absolute;
    display: grid;
    place-items: center;
    width: 132px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: var(--color-primary);
    font-family: var(--font-ui);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-low);
}

.cognitive-card span:nth-child(1) {
    top: -8px;
}

.cognitive-card span:nth-child(2) {
    right: -8px;
}

.cognitive-card span:nth-child(3) {
    bottom: -8px;
}

.cognitive-card span:nth-child(4) {
    left: -8px;
}

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

.cognitive-objectives .benefit-card {
    min-height: 280px;
}

.cognitive-objectives h3 {
    margin-top: 1rem;
    color: var(--color-primary);
    font-family: var(--font-ui);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.cognitive-objectives p {
    margin-top: 1.25rem;
    color: var(--color-muted);
}

.cognitive-note {
    grid-column: 1 / -1;
    min-height: 160px !important;
}

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

.exercise-card {
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: 0.85rem;
}

.exercise-frame {
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 28px;
    background: var(--color-mint-100);
}

.exercise-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.about {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: center;
}

.portrait {
    position: relative;
    border-radius: 44px;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-high);
}

.portrait::after {
    content: "";
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(200, 159, 98, 0.18);
    z-index: -1;
}

.portrait img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border-radius: 34px;
}

.about__copy {
    display: grid;
    gap: 1.3rem;
}

.about__copy strong {
    color: var(--color-primary);
}

.about__copy ul {
    margin: 0;
    padding-left: 1.25rem;
    color: #000;
    line-height: 1.7;
}

.about__copy .quote {
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.65rem;
    line-height: 1.2;
}

.about__copy .btn {
    width: fit-content;
    margin-top: 0.5rem;
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 1rem;
    align-items: start;
}

.faq-aside {
    border-radius: var(--radius-lg);
    padding: 1.75rem;
}

.faq-aside .btn {
    margin-top: 1.75rem;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

details {
    overflow: hidden;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 28px rgba(28, 68, 63, 0.07);
}

summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    color: var(--color-primary);
    font-family: var(--font-ui);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

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

summary span {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-mint-100);
    color: var(--color-secondary);
    transition: transform var(--duration) var(--ease);
}

details[open] summary span {
    transform: rotate(45deg);
}

details p {
    padding: 0 1.2rem 1.15rem;
    color: var(--color-muted);
    font-size: 0.94rem;
    line-height: 1.75;
}

details:not([open]) p {
    display: none;
}

.faq-answer {
    overflow: hidden;
    transition: height 340ms var(--ease);
}

.section--tcc {
    padding-top: 2rem;
}

.blog-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    overflow: hidden;
    border-radius: 34px;
}

.blog-card > img {
    width: 100%;
    height: 100%;
    min-height: 370px;
    object-fit: cover;
}

.blog-card__body {
    padding: clamp(2rem, 5vw, 3.5rem);
}

.blog-card h3 {
    margin-top: 1rem;
    color: var(--color-primary);
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 0.96;
}

.blog-card p:not(.eyebrow) {
    margin-top: 1.5rem;
}

.blog-feature {
    position: relative;
    min-height: 360px;
    display: grid;
    align-content: center;
    gap: 1rem;
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.blog-feature::before {
    content: "";
    position: absolute;
    inset: 1.1rem;
    border-radius: 32px;
    background: linear-gradient(140deg, rgba(8, 43, 82, 0.72), rgba(110, 169, 162, 0.28));
    box-shadow: var(--shadow-high);
    z-index: 1;
}

.blog-feature__image {
    position: absolute;
    inset: 1.1rem;
    overflow: hidden;
    border-radius: 32px;
}

.blog-feature__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-feature span {
    position: relative;
    z-index: 2;
    width: fit-content;
    padding: 0.72rem 1rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.82);
    color: #07162c;
    font-family: var(--font-ui);
    font-size: 0.8rem;
    font-weight: 700;
}

.blog-feature span:nth-child(even) {
    justify-self: end;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.blog-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: end;
    margin-bottom: 1.6rem;
    border-radius: var(--radius-lg);
    padding: clamp(1rem, 3vw, 1.4rem);
}

.blog-search label {
    grid-column: 1 / -1;
    font-family: var(--font-ui);
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-search input {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(24, 68, 63, 0.16);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.78);
    color: var(--color-ink);
    font: inherit;
    outline: none;
    padding: 0.9rem 1.15rem;
    transition: border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.blog-search input:focus {
    border-color: rgba(110, 169, 162, 0.72);
    box-shadow: 0 0 0 4px rgba(110, 169, 162, 0.16);
}

.post-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.78);
    transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.post-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-high);
}

.post-card__media {
    display: block;
    overflow: hidden;
}

.post-card__media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: var(--color-mint-200);
    transition: transform 520ms var(--ease);
}

.post-card:hover .post-card__media img {
    transform: scale(1.04);
}

.post-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    padding: clamp(1.45rem, 4vw, 2rem);
}

.post-card h3 {
    color: var(--color-primary);
    font-size: clamp(1.75rem, 3.4vw, 2.6rem);
    line-height: 1.03;
}

.post-card p:not(.eyebrow) {
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.post-card .btn--text {
    margin-top: auto;
}

.blog-empty {
    margin-top: 1rem;
    border-radius: 8px;
    padding: 1.2rem;
    color: var(--color-primary);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.86);
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.blog-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    border-radius: 8px;
    padding: 0.55rem 0.75rem;
    color: var(--color-primary);
    font-family: var(--font-ui);
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.86);
}

.blog-pagination a.is-active {
    color: #fff;
    background: var(--color-primary);
}

.post-detail {
    max-width: 860px;
}

.post-detail__image {
    display: block;
    width: 100%;
    max-height: 520px;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--shadow-med);
}

.post-detail__content {
    margin-top: 1rem;
    color: var(--color-primary);
    font-size: 1.08rem;
    line-height: 1.82;
}

.post-detail__content > * + * {
    margin-top: 1rem;
}

.post-detail__content h2,
.post-detail__content h3 {
    color: var(--color-primary);
    line-height: 1.18;
}

.post-detail__content a {
    color: var(--color-secondary);
    font-weight: 800;
}

.footer {
    padding: 4rem 0 2rem;
    color: #d9eee9;
    background:
        radial-gradient(circle at 18% 0%, rgba(110, 169, 162, 0.32), transparent 24rem),
        linear-gradient(135deg, #12312e, #1d4b45);
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 1fr;
    gap: 3rem;
    align-items: start;
}

.footer__logo {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.footer h2 {
    margin-top: 1.5rem;
    max-width: 390px;
    color: #fff;
    font-size: 1.72rem;
    line-height: 1.12;
}

.footer p:not(.eyebrow),
.footer a:not(.btn) {
    color: #b9d8d2;
}

.footer a:not(.btn) {
    display: block;
    margin-top: 0.85rem;
    transition: color var(--duration) var(--ease);
}

.footer a:not(.btn):hover,
.footer a:not(.btn):focus-visible {
    color: #fff;
}

.footer .btn {
    margin-top: 1.6rem;
}

.footer__notice {
    max-width: 440px;
    margin-top: 1.25rem;
    color: rgba(217, 238, 233, 0.72) !important;
    font-size: 0.68rem;
    line-height: 1.55;
    text-align: left;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.socials a {
    width: 42px;
    height: 42px;
    display: grid !important;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff !important;
    transition:
        transform var(--duration) var(--ease),
        background var(--duration) var(--ease),
        border-color var(--duration) var(--ease);
}

.socials a:hover,
.socials a:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
}

.socials svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.socials a[aria-label="Facebook"] svg path,
.socials a[aria-label="YouTube"] svg path:last-child {
    fill: currentColor;
    stroke: none;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #b9d8d2;
    font-size: 0.84rem;
}

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

    .neurovan-steps,
    .neurovan-differentials__grid,
    .therapy-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neurovan-step:not(:last-child)::after {
        display: none;
    }

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

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

@media (max-width: 860px) {
    .topbar__inner {
        min-height: 78px;
    }

    .topbar__cta {
        display: none;
    }

    .brand img,
    .footer__logo {
        width: min(300px, 80vw);
    }

    .hero {
        min-height: auto;
        padding: 3rem 0 4rem;
    }

    .hero__grid,
    .page-hero__grid,
    .section__intro--split,
    .performance > div,
    .about,
    .therapy-grid,
    .benefit-grid,
    .therapy-focus,
    .pain-grid,
    .mentorship-note,
    .program-grid,
    .program-grid--reverse,
    .program-columns,
    .triad-details,
    .assessment-layout,
    .assessment-list,
    .cognitive-objectives,
    .exercise-grid,
    .faq-layout,
    .blog-card,
    .post-grid,
    .footer__grid {
        grid-template-columns: 1fr;
    }

    .hero h1,
    .page-hero h1 {
        font-size: clamp(1.7rem, 6.5vw, 2.3rem);
        line-height: 1.2;
    }

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

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

    .neurovan-steps,
    .neurovan-differentials__grid,
    .therapy-plans-grid {
        grid-template-columns: 1fr;
    }

    .neurovan-how,
    .neurovan-differentials {
        border-radius: var(--radius-lg);
    }

    .plan-card {
        min-height: auto;
    }

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

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

    .therapy-panel--image img {
        min-height: 280px;
    }

    .therapy-focus__content .btn {
        width: 100%;
    }

    .program-media img {
        min-height: 280px;
    }

    .cognitive-card {
        min-height: 340px;
    }

    .blog-feature {
        min-height: 300px;
    }

    .blog-search {
        grid-template-columns: 1fr;
    }

    .blog-search .btn {
        width: 100%;
    }

    .blog-card > img {
        min-height: 260px;
    }

    .footer__bottom {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .shell {
        width: min(100% - 24px, 1180px);
    }

    .hero-card {
        padding: 0.65rem;
        border-radius: 28px;
    }

    .hero-card__image,
    .portrait img {
        border-radius: 24px;
    }

    .service-card__body,
    .blog-card__body {
        padding: 1.25rem;
    }

    .btn {
        width: 100%;
    }
}

/* Reference DNA refresh: navy, gold, neural and strategic visual language. */
:root {
    --color-primary: #f7f3ea;
    --color-secondary: #33a8ff;
    --color-accent: #f6ae2d;
    --color-mint-50: #06152b;
    --color-mint-100: #0a2340;
    --color-mint-200: #12395f;
    --color-ink: #f7f3ea;
    --color-muted: #b9c7d8;
    --color-surface: rgba(8, 31, 58, 0.78);
    --color-elevated: rgba(12, 43, 76, 0.9);
    --shadow-low: 0 10px 28px rgba(0, 0, 0, 0.22);
    --shadow-med: 0 24px 70px rgba(0, 0, 0, 0.32);
    --shadow-high: 0 34px 100px rgba(0, 0, 0, 0.45);
}

body {
    color: var(--color-ink);
    background:
        radial-gradient(circle at 78% 10%, rgba(0, 139, 255, 0.24), transparent 30rem),
        radial-gradient(circle at 18% 30%, rgba(246, 174, 45, 0.08), transparent 18rem),
        linear-gradient(180deg, #020b1a 0%, #06152b 38%, #020b1a 100%);
}

body::before {
    background-image:
        linear-gradient(rgba(51, 168, 255, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(51, 168, 255, 0.08) 1px, transparent 1px);
    background-size: 86px 86px;
    opacity: 0.34;
}

.glass {
    background: linear-gradient(180deg, rgba(11, 37, 68, 0.82), rgba(4, 18, 37, 0.82));
    border: 1px solid rgba(80, 171, 255, 0.32);
    box-shadow: var(--shadow-med);
    backdrop-filter: blur(14px);
}

.topbar {
    border-bottom: 1px solid rgba(80, 171, 255, 0.2);
    background: rgba(2, 11, 26, 0.92);
}

.nav {
    gap: 1.35rem;
}

.nav a {
    color: #f3f7fb;
    font-size: 0.72rem;
}

.nav a::after {
    bottom: -13px;
    height: 3px;
    background: var(--color-accent);
    box-shadow: 0 0 18px rgba(246, 174, 45, 0.62);
}

.btn--primary,
.btn--secondary {
    background: linear-gradient(180deg, #ffd56b, #f0a22a);
    color: #07162c;
    box-shadow: 0 14px 34px rgba(246, 174, 45, 0.24);
}

.btn--primary:hover,
.btn--primary:focus-visible,
.btn--secondary:hover,
.btn--secondary:focus-visible {
    background: linear-gradient(180deg, #ffe28d, #f6ae2d);
    color: #07162c;
}

.btn--outline {
    padding: 0.85rem 1.35rem;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
}

.btn--outline:hover,
.btn--outline:focus-visible {
    transform: translateY(-2px);
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.eyebrow {
    color: var(--color-accent);
}

.hero {
    min-height: 720px;
    background:
        radial-gradient(circle at 72% 42%, rgba(0, 139, 255, 0.2), transparent 30rem),
        linear-gradient(180deg, rgba(2, 11, 26, 0.52), rgba(2, 11, 26, 0.98));
}

.hero::after {
    height: 26%;
    background: linear-gradient(180deg, transparent, #06152b);
}

.hero h1,
.page-hero h1 {
    color: #fff;
}

.hero h1 span,
.page-hero h1 span,
.section__intro h2 span {
    color: var(--color-accent);
}

.hero__lead,
.page-hero__support,
.section__intro p:not(.eyebrow),
.service-card p,
.performance p,
.about__copy p,
.faq-aside p,
.blog-card p,
.post-card p:not(.eyebrow) {
    color: var(--color-muted);
}

.hero-card {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.hero-card::before {
    background: radial-gradient(circle, rgba(51, 168, 255, 0.34), transparent 68%);
}

.hero-card__image {
    aspect-ratio: 1.16 / 1;
    border-radius: 24px;
    box-shadow: 0 0 70px rgba(51, 168, 255, 0.2);
}

.hero-card__image img {
    object-position: center;
}

.stat {
    background: rgba(7, 29, 57, 0.76);
    border: 1px solid rgba(80, 171, 255, 0.26);
}

.stat strong {
    color: var(--color-accent);
}

.stat span {
    color: #c9d7e8;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
    margin-top: 1.8rem;
    color: #d9e6f7;
    font-size: 0.86rem;
}

.hero-trust span {
    position: relative;
    padding-left: 1.45rem;
}

.hero-trust span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 0.62rem;
    height: 0.62rem;
    border: 1px solid var(--color-accent);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(246, 174, 45, 0.58);
}

.section {
    background: #06152b;
}

.section--solutions,
.section--plans,
.section--tcc {
    background:
        radial-gradient(circle at 24% 0%, rgba(51, 168, 255, 0.12), transparent 24rem),
        linear-gradient(180deg, #06152b, #031024);
}

.section--about,
.section--process,
.section--soft {
    background: linear-gradient(180deg, #f6f7f9, #ffffff);
    color: #07162c;
}

.section--about .eyebrow,
.section--process .eyebrow,
.section--soft .eyebrow {
    color: #d28712;
}

.section--about h2,
.section--process h2,
.section--soft h2 {
    color: #07162c;
}

.section--about p,
.section--process p,
.section--soft p {
    color: #34455c;
}

.section__intro--center {
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
}

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

.service-card {
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(13, 44, 78, 0.84), rgba(6, 24, 49, 0.9));
    border: 1px solid rgba(246, 174, 45, 0.68);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 34px rgba(246, 174, 45, 0.12), var(--shadow-low);
}

.service-card--featured {
    border-color: rgba(246, 174, 45, 0.68);
    box-shadow: 0 0 34px rgba(246, 174, 45, 0.12), var(--shadow-med);
}

.service-card__icon {
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    margin: 1.5rem auto 0;
    border-radius: 50%;
    border: 2px solid var(--color-accent);
    color: var(--color-accent);
    font-family: var(--font-heading);
    font-size: 2.6rem;
    box-shadow: inset 0 0 26px rgba(51, 168, 255, 0.18), 0 0 22px rgba(246, 174, 45, 0.16);
}

.service-card__brand-img {
    width: 170px;
    height: 170px;
    margin: 1.5rem auto 0.5rem;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(246, 174, 45, 0.38);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35), 0 0 22px rgba(246, 174, 45, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #020d2b;
    transition: transform var(--duration) var(--ease), border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.service-card:hover .service-card__brand-img {
    transform: scale(1.03);
    border-color: rgba(246, 174, 45, 0.65);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), 0 0 28px rgba(246, 174, 45, 0.22);
}

.service-card__brand-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.service-card__body {
    text-align: center;
}

.service-card h3 {
    color: #fff;
}

.service-card ul,
.plan-card ul {
    text-align: left;
}

.service-card ul {
    display: grid;
    gap: 0.6rem;
    margin: 0.2rem 0 0;
    padding: 0;
    color: #c9d7e8;
    font-size: 0.86rem;
    list-style: none;
}

.service-card li {
    position: relative;
    padding-left: 1.2rem;
}

.service-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-accent);
}

.about {
    align-items: center;
}

.portrait {
    background: linear-gradient(145deg, #ffffff, #f2f4f7);
    border: 1px solid #d6dde7;
    box-shadow: 0 24px 60px rgba(6, 21, 43, 0.16);
}

.about__copy h2 {
    color: #07162c;
}

.about__copy strong {
    color: #07162c;
}

.about-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.about-points span {
    min-height: 74px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dbe2eb;
    color: #07162c;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

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

.process-line article {
    position: relative;
    text-align: center;
}

.process-line article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 32px;
    left: calc(50% + 36px);
    width: calc(100% - 72px);
    border-top: 2px dotted rgba(210, 135, 18, 0.62);
}

.process-line span {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #07162c;
    color: #fff;
    border: 2px solid var(--color-accent);
    font-family: var(--font-ui);
    font-weight: 800;
}

.process-line h3 {
    color: #07162c;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 800;
}

.process-line p {
    margin-top: 0.5rem;
    font-size: 0.92rem;
    line-height: 1.55;
}

.cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    margin-top: 3rem;
    border-radius: 20px;
    padding: clamp(1.35rem, 3vw, 2rem);
    background:
        radial-gradient(circle at 10% 50%, rgba(51, 168, 255, 0.3), transparent 18rem),
        linear-gradient(135deg, #082347, #031024);
}

.cta-band h3 {
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.6rem);
}

.cta-band p {
    margin-top: 0.45rem;
    color: #d4e1f0;
}

.plans-panel {
    border-color: rgba(246, 174, 45, 0.34);
    box-shadow: 0 26px 90px rgba(5, 19, 40, 0.24), 0 0 0 1px rgba(246, 174, 45, 0.18);
}

.plan-card {
    background: linear-gradient(180deg, rgba(13, 44, 78, 0.96), rgba(5, 19, 40, 0.98));
    border: 1px solid rgba(246, 174, 45, 0.45);
    box-shadow: 0 20px 54px rgba(5, 19, 40, 0.22);
}

.plan-card--featured {
    transform: translateY(-12px) scale(1.025);
    border: 2px solid #e53935;
    box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.16), 0 26px 70px rgba(229, 57, 53, 0.28), var(--shadow-med);
}

.plan-card--featured:hover {
    transform: translateY(-14px) scale(1.035);
}

.plan-card--featured::before {
    content: "Mais vendido";
    position: absolute;
    top: 1rem;
    right: -2.8rem;
    width: 10.5rem;
    padding: 0.35rem 0;
    transform: rotate(35deg);
    background: #e53935;
    color: #fff;
    font-family: var(--font-ui);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.plan-card h3,
.plan-card strong {
    color: #fff;
}

.plan-card strong span {
    color: #ffd56b;
}

.plan-card li {
    color: #d9e6f7;
}

.plan-card--featured .plan-badge {
    background: #e53935;
    color: #fff;
    box-shadow: 0 10px 24px rgba(229, 57, 53, 0.28);
}

.plan-card--featured li::before {
    background: #e53935;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.16);
}

.plan-badge {
    display: inline-flex;
    margin-bottom: 0.8rem;
    border-radius: var(--radius-pill);
    padding: 0.3rem 0.65rem;
    background: linear-gradient(180deg, #ffd56b, #f0a22a);
    color: #07162c;
    font-family: var(--font-ui);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-aside,
details,
.blog-card,
.post-card {
    background: linear-gradient(180deg, rgba(13, 44, 78, 0.84), rgba(6, 24, 49, 0.9));
    border-color: rgba(80, 171, 255, 0.28);
}

summary,
.blog-card h3,
.post-card h3 {
    color: #fff;
}

.footer {
    background: linear-gradient(180deg, #06152b, #020b1a);
    border-top: 1px solid rgba(80, 171, 255, 0.2);
}

@media (max-width: 1120px) {
    .service-grid,
    .plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .process-line article::after {
        display: none;
    }
}

@media (max-width: 860px) {
    .hero__grid,
    .about,
    .process-line,
    .cta-band,
    .about-points {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .plans-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero-card__image {
        aspect-ratio: 4 / 5;
    }

    .plan-card--featured {
        transform: none;
    }

    .plan-card--featured:hover {
        transform: none;
    }
}

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

    .hero-neural-canvas {
        display: none;
    }
}

/* Professional responsive refinement layer. */
:root {
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-xl: 24px;
    --shadow-low: 0 10px 24px rgba(0, 0, 0, 0.18);
    --shadow-med: 0 18px 48px rgba(0, 0, 0, 0.26);
    --shadow-high: 0 26px 72px rgba(0, 0, 0, 0.34);
}

body {
    text-rendering: optimizeLegibility;
}

.shell {
    width: min(1180px, calc(100% - 40px));
}

.topbar {
    position: sticky;
    isolation: isolate;
}

.topbar__inner {
    position: relative;
    min-height: 76px;
    gap: 1.1rem;
}

.brand {
    flex: 0 0 auto;
}

.brand img,
.footer__logo {
    width: clamp(190px, 19vw, 260px);
}

.nav {
    gap: clamp(0.8rem, 1.25vw, 1.25rem);
}

.nav a {
    white-space: nowrap;
}

.topbar__menu {
    display: none;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    gap: 4px;
    margin-left: auto;
    border: 1px solid rgba(80, 171, 255, 0.34);
    border-radius: 50%;
    background: rgba(7, 24, 48, 0.78);
    color: #fff;
    cursor: pointer;
    transition: border-color var(--duration) var(--ease), background var(--duration) var(--ease);
}

.topbar__menu span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform var(--duration) var(--ease), opacity var(--duration) var(--ease);
}

.topbar__menu:hover,
.topbar__menu:focus-visible,
.topbar__menu.is-open {
    border-color: rgba(246, 174, 45, 0.8);
    background: rgba(11, 37, 68, 0.96);
}

.topbar__menu.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.topbar__menu.is-open span:nth-child(2) {
    opacity: 0;
}

.topbar__menu.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.btn {
    min-height: 44px;
    padding-inline: 1.15rem;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
}

.btn--text {
    min-height: auto;
    padding-inline: 0;
}

.hero {
    min-height: clamp(620px, 82vh, 760px);
    padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 6rem);
}

.page-hero {
    min-height: clamp(520px, 68vh, 660px);
}

.hero__grid,
.page-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: clamp(2rem, 4.8vw, 4.75rem);
}

.hero__content,
.page-hero__content {
    min-width: 0;
}

.hero h1 {
    font-size: clamp(2.25rem, 4vw, 4.25rem);
    max-width: 820px;
}

.page-hero h1 {
    font-size: clamp(2rem, 3.35vw, 3.45rem);
}

.hero__lead,
.page-hero__support {
    max-width: 720px;
}

.hero-card__image,
.therapy-hero__image img,
.portrait img {
    border-radius: 20px;
}

.section {
    padding: clamp(2.5rem, 5vw, 4.35rem) 0;
}

.section__intro {
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.section__intro--split {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.82fr);
    gap: clamp(1.4rem, 4vw, 3rem);
}

.section__intro h2,
.about h2,
.therapy-panel h2,
.therapy-focus h2,
.program-content h2,
.mentorship-cta h2,
.assessment-panel h2 {
    font-size: clamp(2rem, 4.2vw, 3.85rem);
    line-height: 1.02;
}

.service-grid,
.plans-grid,
.benefit-grid,
.pain-grid,
.post-grid,
.cognitive-objectives {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.service-card,
.plan-card,
.benefit-card,
.post-card,
details,
.faq-aside,
.cta-band,
.mentorship-cta,
.plans-panel,
.therapy-panel,
.assessment-panel,
.exercise-card {
    border-radius: var(--radius-lg);
}

.service-card {
    min-height: 100%;
}

.service-card__brand-img {
    width: clamp(132px, 12vw, 164px);
    height: clamp(132px, 12vw, 164px);
    border-radius: 14px;
}

.service-card__body {
    gap: 0.9rem;
    padding: clamp(1.25rem, 2vw, 1.6rem);
}

.service-card h3 {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.plans-panel {
    padding: clamp(0.7rem, 1.8vw, 1rem);
}

.plan-card {
    min-height: 100%;
    padding: clamp(1.25rem, 2.2vw, 1.65rem);
}

.plan-card--featured {
    transform: translateY(-10px) scale(1.025);
}

.plan-card h3 {
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

.plan-card strong {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.about-points {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.process-line {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.process-line article::after {
    display: none;
}

.cta-band {
    grid-template-columns: minmax(0, 1fr) auto;
}

.blog-card {
    border-radius: var(--radius-xl);
}

.blog-card > img {
    min-height: 320px;
}

.blog-card h3 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.blog-search {
    grid-template-columns: minmax(0, 1fr) auto;
}

.footer__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr) minmax(220px, 0.85fr);
    gap: clamp(2rem, 5vw, 4rem);
}

@media (max-width: 1120px) {
    .topbar__menu {
        display: grid;
    }

    .nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.55rem;
        border: 1px solid rgba(80, 171, 255, 0.3);
        border-radius: var(--radius-lg);
        background: rgba(2, 11, 26, 0.98);
        box-shadow: var(--shadow-med);
        backdrop-filter: blur(18px);
    }

    .nav.is-open {
        display: flex;
    }

    .nav a {
        padding: 0.9rem 1rem;
        border-radius: var(--radius-md);
        font-size: 0.78rem;
    }

    .nav a::after {
        display: none;
    }

    .nav a:hover,
    .nav a:focus-visible {
        background: rgba(80, 171, 255, 0.12);
        color: #fff;
    }

    .hero__grid,
    .page-hero__grid,
    .about,
    .therapy-grid,
    .therapy-focus,
    .program-grid,
    .program-grid--reverse,
    .assessment-layout,
    .faq-layout,
    .blog-card,
    .footer__grid {
        grid-template-columns: 1fr;
    }

    .hero-card,
    .therapy-hero__image,
    .cognitive-card,
    .blog-feature {
        max-width: 620px;
        width: 100%;
        justify-self: center;
    }

    .footer__grid {
        gap: 2.25rem;
    }
}

@media (max-width: 860px) {
    .shell {
        width: min(100% - 32px, 1180px);
    }

    .topbar__inner {
        min-height: 70px;
    }

    .topbar__cta {
        display: none;
    }

    .hero,
    .page-hero {
        min-height: auto;
        padding: 3rem 0 4rem;
    }

    .hero h1,
    .page-hero h1 {
        font-size: clamp(2rem, 8vw, 2.85rem);
        line-height: 1.12;
    }

    .hero__lead {
        font-size: clamp(1rem, 4vw, 1.15rem);
        line-height: 1.68;
    }

    .section__intro--split,
    .performance > div,
    .mentorship-note,
    .program-columns,
    .triad-details,
    .assessment-list,
    .exercise-grid,
    .blog-search,
    .cta-band,
    .footer__bottom {
        grid-template-columns: 1fr;
    }

    .cta-band .btn,
    .blog-search .btn,
    .therapy-focus__content .btn {
        width: 100%;
    }

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

    .stat {
        min-height: 88px;
        padding: 0.85rem;
    }

    .stat strong {
        font-size: 1.25rem;
    }

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

    .therapy-panel--image img,
    .program-media img {
        min-height: 300px;
    }

    .footer__bottom {
        display: grid;
    }

    .plan-card--featured {
        transform: none;
    }

    .plan-card--featured:hover {
        transform: none;
    }
}

@media (max-width: 560px) {
    .shell {
        width: min(100% - 24px, 1180px);
    }

    .brand img,
    .footer__logo {
        width: min(210px, 68vw);
    }

    .hero__actions {
        width: 100%;
    }

    .hero__actions .btn,
    .btn {
        width: 100%;
    }

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

    .service-card__brand-img {
        width: 140px;
        height: 140px;
    }

    .cognitive-card span {
        width: 108px;
        font-size: 0.68rem;
    }

    .blog-card > img,
    .blog-feature {
        min-height: 260px;
    }
}

.page-mentorias .pain-grid article,
.page-mentorias .mentorship-note,
.page-mentorias .program-content,
.page-mentorias .triad-details .therapy-panel,
.page-mentorias .mentorship-cta {
    background:
        radial-gradient(circle at 12% 0%, rgba(51, 168, 255, 0.2), transparent 18rem),
        linear-gradient(180deg, rgba(9, 34, 65, 0.96), rgba(3, 14, 31, 0.98));
    border: 1px solid rgba(80, 171, 255, 0.34);
    box-shadow: var(--shadow-med);
    color: #f7f3ea;
}

.page-mentorias .pain-grid {
    counter-reset: mentorship-pain;
}

.page-mentorias .pain-grid article {
    counter-increment: mentorship-pain;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.4rem;
    text-align: left;
}

.page-mentorias .pain-grid article::before {
    content: counter(mentorship-pain, decimal-leading-zero);
    color: rgba(246, 174, 45, 0.62);
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
}

.page-mentorias .pain-grid article,
.page-mentorias .mentorship-note p,
.page-mentorias .program-content p,
.page-mentorias .program-content li,
.page-mentorias .numbered-list li,
.page-mentorias .triad-details .therapy-panel li,
.page-mentorias .mentorship-cta p {
    color: #dbe8f7;
}

.page-mentorias .program-content h2,
.page-mentorias .program-content h3,
.page-mentorias .mentorship-cta h2 {
    color: #fff;
}

.page-mentorias .mentorship-note strong,
.page-mentorias .program-content strong,
.page-mentorias .numbered-list strong {
    color: #fff;
}

.page-mentorias .program-emphasis {
    background: rgba(246, 174, 45, 0.14);
    border: 1px solid rgba(246, 174, 45, 0.34);
    color: #fff8df !important;
}

.page-mentorias .section--soft .program-content .eyebrow,
.page-mentorias .program-content .eyebrow,
.page-mentorias .triad-details .eyebrow {
    color: var(--color-accent);
}

.page-mentorias .numbered-list li::before {
    color: #f6ae2d;
}

.page-mentorias {
    background: #f5f8fb;
}

.page-mentorias .mentorship-hero {
    position: relative;
    min-height: clamp(620px, 86vh, 820px);
    background-color: #020b18;
    background-image:
        radial-gradient(circle at 18% 30%, rgba(8, 38, 82, 0.6) 0%, transparent 36rem),
        linear-gradient(90deg, rgba(2, 11, 24, 0.98) 0%, rgba(2, 11, 24, 0.90) 42%, rgba(2, 11, 24, 0.35) 66%, rgba(2, 11, 24, 0.10) 100%),
        url('hero_psicovanskills.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.page-mentorias .mentorship-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(180deg, transparent, rgba(2, 11, 24, 0.92));
    pointer-events: none;
}

.mentorship-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.mentorship-hero__content {
    max-width: 660px;
}

.mentorship-hero__logo {
    display: block;
    width: min(340px, 82vw);
    margin-bottom: 1.6rem;
}

.mentorship-hero__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mentorship-hero__title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 0 0 1.2rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.mentorship-hero__title .text-gold {
    color: #f6ae2d;
}

.mentorship-hero__lead {
    color: #c4d7ec;
    font-size: clamp(0.95rem, 1.15vw, 1.06rem);
    line-height: 1.7;
    margin-bottom: 1.8rem;
    max-width: 600px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.mentorship-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.2rem;
}

.mentorship-hero__actions .btn--text {
    color: #f6ae2d;
    border-bottom-color: rgba(246, 174, 45, 0.4);
}

.mentorship-hero__actions .btn--text:hover,
.mentorship-hero__actions .btn--text:focus-visible {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.mentorship-hero__pillars {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mentorship-hero__pillar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mentorship-hero__pillar-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(246, 174, 45, 0.45);
    background: rgba(246, 174, 45, 0.08);
    color: #f6ae2d;
    flex-shrink: 0;
}

.mentorship-hero__pillar-icon svg {
    width: 20px;
    height: 20px;
}

.mentorship-hero__pillar-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.mentorship-hero__pillar-text strong {
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
}

.mentorship-hero__pillar-text span {
    color: #9eb6ce;
    font-size: 0.78rem;
}

@media (max-width: 980px) {
    .page-mentorias .mentorship-hero {
        background-position: 70% center;
        background-image:
            linear-gradient(180deg, rgba(2, 11, 24, 0.94) 0%, rgba(2, 11, 24, 0.88) 50%, rgba(2, 11, 24, 0.97) 100%),
            url('hero_psicovanskills.png');
    }

    .mentorship-hero__grid {
        grid-template-columns: 1fr;
    }

    .mentorship-hero__content {
        max-width: 100%;
    }

    .mentorship-hero__pillars {
        gap: 1.2rem;
    }
}

@media (max-width: 580px) {
    .mentorship-hero__pillars {
        flex-direction: column;
        align-items: flex-start;
    }
}

.page-mentorias .mentorship-pain .section__intro h2 {
    max-width: 620px;
    color: #fff;
}

.page-mentorias .mentorship-pain .section__intro > p {
    color: #fff;
    font-weight: 700;
}

.page-mentorias .pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
}

.page-mentorias .pain-grid article {
    min-height: 150px;
    border-radius: 8px;
    padding: 1.25rem 1.35rem;
    background: linear-gradient(180deg, #072b52, #031a33);
    border: 1px solid rgba(80, 171, 255, 0.2);
    color: #fff;
}

.page-mentorias .pain-grid article:nth-child(6) {
    justify-content: flex-start;
}

.page-mentorias .pain-grid article::before {
    color: #f6ae2d;
    font-size: 2.1rem;
}

.page-mentorias .mentorship-note {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    background: #eaf2f8;
    border-color: rgba(7, 47, 84, 0.12);
    color: #07162c;
}

.page-mentorias .mentorship-note::before {
    content: "";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #f6ae2d;
    background: rgba(246, 174, 45, 0.12);
}

.page-mentorias .mentorship-note p {
    grid-column: 2;
    color: #34455c;
}

.page-mentorias .mentorship-note strong {
    color: #07162c;
}

.page-mentorias .program-grid {
    align-items: stretch;
}

.page-mentorias .program-media {
    position: relative;
    border-radius: 10px;
}

.page-mentorias .program-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(3, 16, 36, 0.86));
}

.page-mentorias .program-media span {
    position: absolute;
    left: 1.2rem;
    bottom: 1.1rem;
    z-index: 1;
    max-width: 220px;
    color: #fff;
    font-family: var(--font-ui);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-mentorias .program-content,
.page-mentorias .triad-details .therapy-panel,
.page-mentorias .mentorship-cta {
    border-radius: 10px;
}

.page-mentorias .program-content h2,
.page-mentorias .mentorship-cta h2 {
    font-size: clamp(2rem, 4vw, 3.55rem);
}

.page-mentorias .program-columns {
    margin-top: 1.4rem;
}

.page-mentorias .mentorship-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    padding: clamp(1.4rem, 3vw, 2rem);
}

.page-mentorias .mentorship-cta h2 {
    margin: 0;
    max-width: 720px;
    font-size: clamp(1.6rem, 3.2vw, 2.7rem);
}

.page-mentorias .mentorship-cta .hero__actions {
    flex: 0 0 auto;
}

@media (max-width: 1120px) {
    .page-mentorias .pain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .mentorship-hero__tags {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 1rem;
        transform: none;
    }

    .page-mentorias .pain-grid {
        grid-template-columns: 1fr;
    }

    .page-mentorias .mentorship-note {
        grid-template-columns: 1fr;
    }

    .page-mentorias .mentorship-note p {
        grid-column: auto;
    }

    .page-mentorias .mentorship-cta {
        display: grid;
    }
}

.page-estimulacao-cognitiva .cognitive-card,
.page-estimulacao-cognitiva .benefit-card,
.page-estimulacao-cognitiva .exercise-card {
    background:
        radial-gradient(circle at 15% 0%, rgba(51, 168, 255, 0.22), transparent 18rem),
        linear-gradient(180deg, rgba(9, 34, 65, 0.96), rgba(3, 14, 31, 0.98));
    border: 1px solid rgba(80, 171, 255, 0.34);
    box-shadow: var(--shadow-med);
    color: #f7f3ea;
}

.page-estimulacao-cognitiva .benefit-card h3 {
    color: #fff;
}

.page-estimulacao-cognitiva .benefit-card p,
.page-estimulacao-cognitiva .section--soft .exercise-card p {
    color: #dbe8f7;
}

.page-estimulacao-cognitiva .benefit-card > span {
    color: rgba(246, 174, 45, 0.62);
}

.page-estimulacao-cognitiva .cognitive-card span {
    background: rgba(4, 18, 37, 0.88);
    border-color: rgba(246, 174, 45, 0.46);
    color: #fff8df;
}

.page-estimulacao-cognitiva .exercise-frame {
    background: #020b1a;
    border: 1px solid rgba(80, 171, 255, 0.22);
}

.page-estimulacao-cognitiva #controle-inibitorio .section__intro .eyebrow {
    color: #b9770e;
}

.page-estimulacao-cognitiva #controle-inibitorio .section__intro h2 {
    color: #07162c;
}

.page-estimulacao-cognitiva #controle-inibitorio .section__intro p:not(.eyebrow) {
    color: #34455c;
}

.page-estimulacao-cognitiva {
    background: #f5f8fb;
}

.page-estimulacao-cognitiva .neuroskills-hero {
    position: relative;
    min-height: clamp(620px, 86vh, 820px);
    background-color: #020b18;
    background-image:
        radial-gradient(circle at 18% 30%, rgba(8, 38, 82, 0.6) 0%, transparent 36rem),
        linear-gradient(90deg, rgba(2, 11, 24, 0.98) 0%, rgba(2, 11, 24, 0.90) 42%, rgba(2, 11, 24, 0.35) 66%, rgba(2, 11, 24, 0.10) 100%),
        url('hero_neuroskills.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.page-estimulacao-cognitiva .neuroskills-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(180deg, transparent, rgba(2, 11, 24, 0.92));
    pointer-events: none;
}

.neuroskills-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.neuroskills-hero__content {
    max-width: 660px;
}

.neuroskills-hero__brand-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.neuroskills-brand-text {
    font-family: var(--font-ui);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
}

.neuroskills-brand-text .brand-neuro {
    color: #ffffff;
}

.neuroskills-brand-text .brand-skills {
    color: #0088ff;
}

.neuroskills-hero__badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 136, 255, 0.5);
    background: rgba(0, 136, 255, 0.08);
    color: #8cc4ff;
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.neuroskills-hero__title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 0 0 1.2rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.neuroskills-hero__title .text-gold {
    color: #f6ae2d;
}

.neuroskills-hero__lead {
    color: #c4d7ec;
    font-size: clamp(0.95rem, 1.15vw, 1.06rem);
    line-height: 1.7;
    margin-bottom: 1.8rem;
    max-width: 600px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.neuroskills-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.2rem;
}

.neuroskills-hero__actions .btn--text {
    color: #f6ae2d;
    border-bottom-color: rgba(246, 174, 45, 0.4);
}

.neuroskills-hero__actions .btn--text:hover,
.neuroskills-hero__actions .btn--text:focus-visible {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.neuroskills-hero__pillars {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.neuroskills-hero__pillar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.neuroskills-hero__pillar-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(246, 174, 45, 0.45);
    background: rgba(246, 174, 45, 0.08);
    color: #f6ae2d;
    flex-shrink: 0;
}

.neuroskills-hero__pillar-icon svg {
    width: 20px;
    height: 20px;
}

.neuroskills-hero__pillar-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.neuroskills-hero__pillar-text strong {
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
}

.neuroskills-hero__pillar-text span {
    color: #9eb6ce;
    font-size: 0.78rem;
}

@media (max-width: 980px) {
    .page-estimulacao-cognitiva .neuroskills-hero {
        background-position: 70% center;
        background-image:
            linear-gradient(180deg, rgba(2, 11, 24, 0.94) 0%, rgba(2, 11, 24, 0.88) 50%, rgba(2, 11, 24, 0.97) 100%),
            url('hero_neuroskills.png');
    }

    .neuroskills-hero__grid {
        grid-template-columns: 1fr;
    }

    .neuroskills-hero__content {
        max-width: 100%;
    }

    .neuroskills-hero__pillars {
        gap: 1.2rem;
    }
}

@media (max-width: 580px) {
    .neuroskills-hero__pillars {
        flex-direction: column;
        align-items: flex-start;
    }
}

.page-estimulacao-cognitiva .neuroskills-questions .section__intro h2 {
    max-width: 620px;
    color: #fff;
}

.page-estimulacao-cognitiva .neuroskills-questions .section__intro > p {
    color: var(--color-muted);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.78;
}

.page-estimulacao-cognitiva .neuroskills-questions .pain-grid {
    counter-reset: cognitive-pain;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-estimulacao-cognitiva .neuroskills-questions .pain-grid article {
    counter-increment: cognitive-pain;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.2rem;
    min-height: 150px;
    border-radius: 8px;
    padding: 1.25rem 1.35rem;
    background: linear-gradient(180deg, #072b52, #031a33);
    border: 1px solid rgba(80, 171, 255, 0.2);
    color: #fff;
    text-align: left;
}

.page-estimulacao-cognitiva .neuroskills-questions .pain-grid article::before {
    content: counter(cognitive-pain, decimal-leading-zero);
    color: #f6ae2d;
    font-family: var(--font-heading);
    font-size: 2.1rem;
    line-height: 1;
}

.page-estimulacao-cognitiva .neuroskills-questions .mentorship-note {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    background: #eaf2f8;
    border-color: rgba(7, 47, 84, 0.12);
}

.page-estimulacao-cognitiva .neuroskills-questions .mentorship-note::before {
    content: "";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #f6ae2d;
    background: rgba(246, 174, 45, 0.12);
}

.page-estimulacao-cognitiva .neuroskills-questions .mentorship-note p {
    grid-column: 2;
    color: #34455c;
}

.page-estimulacao-cognitiva .neuroskills-questions .mentorship-note strong {
    color: #07162c;
}

.page-estimulacao-cognitiva .program-content,
.page-estimulacao-cognitiva .triad-details .therapy-panel,
.page-estimulacao-cognitiva .neuroskills-cta {
    background:
        radial-gradient(circle at 12% 0%, rgba(51, 168, 255, 0.2), transparent 18rem),
        linear-gradient(180deg, rgba(9, 34, 65, 0.96), rgba(3, 14, 31, 0.98));
    border: 1px solid rgba(80, 171, 255, 0.34);
    border-radius: 10px;
    box-shadow: var(--shadow-med);
    color: #f7f3ea;
}

.page-estimulacao-cognitiva .program-content h2,
.page-estimulacao-cognitiva .program-content h3,
.page-estimulacao-cognitiva .neuroskills-cta h2 {
    color: #fff;
}

.page-estimulacao-cognitiva .program-content p,
.page-estimulacao-cognitiva .program-content li,
.page-estimulacao-cognitiva .numbered-list li,
.page-estimulacao-cognitiva .triad-details .therapy-panel li {
    color: #dbe8f7;
}

.page-estimulacao-cognitiva .program-content .eyebrow,
.page-estimulacao-cognitiva .triad-details .eyebrow {
    color: #f6ae2d;
}

.page-estimulacao-cognitiva .numbered-list li::before {
    color: #f6ae2d;
}

.page-estimulacao-cognitiva .program-emphasis {
    background: rgba(246, 174, 45, 0.14);
    border: 1px solid rgba(246, 174, 45, 0.34);
    color: #fff8df !important;
}

.page-estimulacao-cognitiva .program-media {
    position: relative;
    border-radius: 10px;
}

.page-estimulacao-cognitiva .program-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(3, 16, 36, 0.86));
}

.page-estimulacao-cognitiva .program-media span {
    position: absolute;
    left: 1.2rem;
    bottom: 1.1rem;
    z-index: 1;
    max-width: 260px;
    color: #fff;
    font-family: var(--font-ui);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-estimulacao-cognitiva .neuroskills-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    padding: clamp(1.4rem, 3vw, 2rem);
}

.page-estimulacao-cognitiva .neuroskills-cta h2 {
    margin: 0;
    max-width: 720px;
    font-size: clamp(1.6rem, 3.2vw, 2.7rem);
}

.page-estimulacao-cognitiva .neuroskills-cta h2 span {
    color: #f6ae2d;
}

@media (max-width: 1120px) {
    .page-estimulacao-cognitiva .neuroskills-questions .pain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 860px) {
    .page-estimulacao-cognitiva .neuroskills-questions .pain-grid {
        grid-template-columns: 1fr;
    }

    .page-estimulacao-cognitiva .neuroskills-questions .mentorship-note {
        grid-template-columns: 1fr;
    }

    .page-estimulacao-cognitiva .neuroskills-questions .mentorship-note p {
        grid-column: auto;
    }

    .page-estimulacao-cognitiva .neuroskills-cta {
        display: grid;
    }
}

/* ==========================================================================
   Page Neurovan Hero
   ========================================================================== */

.page-neurovan .neurovan-hero {
    position: relative;
    min-height: clamp(620px, 86vh, 820px);
    background-color: #030a18;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(10, 36, 74, 0.6) 0%, transparent 34rem),
        linear-gradient(90deg, rgba(3, 10, 24, 0.97) 0%, rgba(3, 10, 24, 0.90) 42%, rgba(3, 10, 24, 0.40) 65%, rgba(3, 10, 24, 0.12) 100%),
        url('hero_neurovan.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.page-neurovan .neurovan-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(180deg, transparent, rgba(3, 10, 24, 0.92));
    pointer-events: none;
}

.neurovan-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.neurovan-hero__content {
    max-width: 640px;
}

.neurovan-hero__logo {
    display: block;
    width: min(330px, 82vw);
    margin-bottom: 1.6rem;
}

.neurovan-hero__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.neurovan-hero__title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 0 0 1.2rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.neurovan-hero__title .text-gold {
    color: #f6ae2d;
}

.neurovan-hero__lead {
    color: #c4d7ec;
    font-size: clamp(0.95rem, 1.15vw, 1.06rem);
    line-height: 1.7;
    margin-bottom: 1.8rem;
    max-width: 580px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.neurovan-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.2rem;
}

.neurovan-hero__actions .btn--text {
    color: #f6ae2d;
    border-bottom-color: rgba(246, 174, 45, 0.4);
}

.neurovan-hero__actions .btn--text:hover,
.neurovan-hero__actions .btn--text:focus-visible {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.neurovan-hero__pillars {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.neurovan-hero__pillar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.neurovan-hero__pillar-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(246, 174, 45, 0.45);
    background: rgba(246, 174, 45, 0.08);
    color: #f6ae2d;
    flex-shrink: 0;
}

.neurovan-hero__pillar-icon svg {
    width: 20px;
    height: 20px;
}

.neurovan-hero__pillar-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.neurovan-hero__pillar-text strong {
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
}

.neurovan-hero__pillar-text span {
    color: #9eb6ce;
    font-size: 0.78rem;
}

@media (max-width: 980px) {
    .page-neurovan .neurovan-hero {
        background-position: 70% center;
        background-image:
            linear-gradient(180deg, rgba(3, 10, 24, 0.94) 0%, rgba(3, 10, 24, 0.88) 50%, rgba(3, 10, 24, 0.97) 100%),
            url('hero_neurovan.png');
    }

    .neurovan-hero__grid {
        grid-template-columns: 1fr;
    }

    .neurovan-hero__content {
        max-width: 100%;
    }

    .neurovan-hero__pillars {
        gap: 1.2rem;
    }
}

@media (max-width: 580px) {
    .neurovan-hero__pillars {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================================================
   Page Psicoterapia Hero
   ========================================================================== */

.page-psicoterapia .therapy-hero {
    position: relative;
    min-height: clamp(620px, 86vh, 820px);
    background-color: #020b18;
    background-image:
        radial-gradient(circle at 18% 30%, rgba(8, 38, 82, 0.6) 0%, transparent 36rem),
        linear-gradient(90deg, rgba(2, 11, 24, 0.98) 0%, rgba(2, 11, 24, 0.90) 42%, rgba(2, 11, 24, 0.35) 66%, rgba(2, 11, 24, 0.10) 100%),
        url('hero_psicovan.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.page-psicoterapia .therapy-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(180deg, transparent, rgba(2, 11, 24, 0.92));
    pointer-events: none;
}

.therapy-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.therapy-hero__content {
    max-width: 660px;
}

.therapy-hero__logo {
    display: block;
    width: min(330px, 82vw);
    margin-bottom: 1.6rem;
}

.therapy-hero__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.therapy-hero__title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 0 0 1.2rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.therapy-hero__title .text-gold {
    color: #f6ae2d;
}

.therapy-hero__lead {
    color: #c4d7ec;
    font-size: clamp(0.95rem, 1.15vw, 1.06rem);
    line-height: 1.7;
    margin-bottom: 1.4rem;
    max-width: 600px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.therapy-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
}

.therapy-hero__badge-icon {
    width: 18px;
    height: 18px;
    color: #f6ae2d;
    flex-shrink: 0;
}

.therapy-hero__badge strong {
    font-weight: 800;
}

.therapy-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.2rem;
}

.therapy-hero__actions .btn--text {
    color: #f6ae2d;
    border-bottom-color: rgba(246, 174, 45, 0.4);
}

.therapy-hero__actions .btn--text:hover,
.therapy-hero__actions .btn--text:focus-visible {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.therapy-hero__pillars {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.therapy-hero__pillar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.therapy-hero__pillar-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(246, 174, 45, 0.45);
    background: rgba(246, 174, 45, 0.08);
    color: #f6ae2d;
    flex-shrink: 0;
}

.therapy-hero__pillar-icon svg {
    width: 20px;
    height: 20px;
}

.therapy-hero__pillar-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.therapy-hero__pillar-text strong {
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
}

.therapy-hero__pillar-text span {
    color: #9eb6ce;
    font-size: 0.78rem;
}

@media (max-width: 980px) {
    .page-psicoterapia .therapy-hero {
        background-position: 70% center;
        background-image:
            linear-gradient(180deg, rgba(2, 11, 24, 0.94) 0%, rgba(2, 11, 24, 0.88) 50%, rgba(2, 11, 24, 0.97) 100%),
            url('hero_psicovan.png');
    }

    .therapy-hero__grid {
        grid-template-columns: 1fr;
    }

    .therapy-hero__content {
        max-width: 100%;
    }

    .therapy-hero__pillars {
        gap: 1.2rem;
    }
}

@media (max-width: 580px) {
    .therapy-hero__pillars {
        flex-direction: column;
        align-items: flex-start;
    }
}
