:root {
    color-scheme: only light;
    --coffee-950: #352720;
    --coffee-900: #45342B;
    --coffee-800: #5B4538;
    --taupe-700: #765C4B;
    --taupe-600: #8A6A55;
    --sand-500: #B89173;
    --sand-400: #C9A98D;
    --sand-300: #DFC8B4;
    --sand-200: #ECDED1;
    --cream-100: #F7F0E9;
    --cream-50: #FCF9F5;
    --gold: #D1A64C;
    --text: #493A32;
    --muted: #6F625A;
    --white: #FFFFFF;
    --whatsapp: #25D366;
    --whatsapp-dark: #128C7E;
    --shadow-sm: 0 10px 30px rgba(53, 39, 32, 0.09);
    --shadow-md: 0 20px 55px rgba(53, 39, 32, 0.16);
    --radius-sm: 12px;
    --radius-md: 22px;
    --radius-lg: 32px;
}

html {
    background-color: var(--cream-50);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--cream-50);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body,
button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
    line-height: 1.14;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

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

.section-heading {
    max-width: 820px;
    margin: 0 auto 54px;
    text-align: center;
}

.section-heading h2,
.approach-heading h2,
.faq-intro h2 {
    margin-bottom: 0;
    color: var(--coffee-900);
    font-size: clamp(2.15rem, 4.5vw, 3.55rem);
}

.section-kicker {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--taupe-700);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.section-divider {
    display: block;
    width: 76px;
    height: 2px;
    margin: 25px auto 0;
    border-radius: 50px;
    background: linear-gradient(90deg, var(--sand-400), var(--gold));
}

.btn-whatsapp,
.contact-card-btn,
.footer-whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 25px;
    border: 0;
    border-radius: 999px;
    background: var(--whatsapp);
    box-shadow: 0 12px 26px rgba(18, 140, 126, 0.22);
    color: var(--white);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn-whatsapp:hover,
.contact-card-btn:hover,
.footer-whatsapp-link:hover {
    background: var(--whatsapp-dark);
    box-shadow: 0 16px 34px rgba(18, 140, 126, 0.3);
    transform: translateY(-2px);
}

.btn-whatsapp i,
.contact-card-btn i {
    font-size: 1.25rem;
}

.btn-center {
    display: flex;
    width: fit-content;
    margin: 42px auto 0;
}

/* Primeira dobra */
.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 72px 0 84px;
    background:
        linear-gradient(135deg, rgba(126, 96, 77, 0.97) 0%, rgba(168, 128, 98, 0.95) 52%, rgba(211, 183, 157, 0.96) 100%),
        repeating-linear-gradient(45deg, transparent 0 12px, rgba(255, 255, 255, 0.025) 12px 24px);
    color: var(--white);
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 26%, rgba(255, 231, 194, 0.18), transparent 34%),
        radial-gradient(circle at 80% 78%, rgba(93, 61, 42, 0.22), transparent 38%),
        radial-gradient(circle at 56% 8%, rgba(255, 255, 255, 0.09), transparent 28%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    top: -180px;
    right: -130px;
    width: 520px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224, 176, 74, 0.2), transparent 68%);
    animation: ambientFloat 14s ease-in-out infinite;
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 1;
}

.hero-heading {
    max-width: 930px;
    margin: 0 auto 42px;
    text-align: center;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    margin-bottom: 30px;
    padding: 10px 24px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 28px rgba(53, 39, 32, 0.2);
    color: var(--coffee-800);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    animation: badgeIn 0.8s ease both;
}

.badge-icon {
    color: var(--gold);
    font-size: 1.1rem;
}

.hero-heading h1 {
    max-width: 820px;
    margin: 0 auto;
    color: var(--white);
    font-size: clamp(2.5rem, 5vw, 3.65rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    text-shadow: 0 3px 14px rgba(53, 39, 32, 0.25);
}

.ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 118px;
    margin: 23px auto 0;
    color: var(--gold);
}

.ornament::before,
.ornament::after {
    content: '';
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

.ornament::after {
    background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
    grid-template-areas:
        'messages photo'
        'actions photo'
        'features features';
    gap: 28px 64px;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
}

.hero-message-stack {
    grid-area: messages;
    display: grid;
    gap: 18px;
}

.hero-message {
    position: relative;
    padding: 34px 35px 29px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 17px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.hero-message p {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.7;
}

.hero-message-dark {
    background: rgba(82, 60, 47, 0.75);
    color: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
}

.hero-message-light {
    background: rgba(247, 235, 224, 0.9);
    color: var(--coffee-800);
}

.message-icon {
    position: absolute;
    top: 0;
    left: 50%;
    display: grid;
    width: 42px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    background: var(--cream-100);
    box-shadow: 0 5px 14px rgba(53, 39, 32, 0.15);
    color: var(--gold);
    transform: translate(-50%, -50%);
}

.hero-image {
    grid-area: photo;
    display: flex;
    justify-content: center;
}

.hero-photo-container,
.professional-photo-frame {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    line-height: 0;
}

.hero-photo-container {
    width: min(100%, 430px);
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px 30px 10px 30px;
    box-shadow: 0 28px 64px rgba(53, 39, 32, 0.28);
}

.hero-photo,
.professional-photo-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.75s ease, transform 0.75s ease;
}

.hero-photo {
    object-position: center;
}

.photo-filter-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 72% 15%, rgba(255, 228, 183, 0.13), transparent 31%),
        linear-gradient(145deg, rgba(100, 68, 48, 0.08), transparent 48%, rgba(211, 164, 95, 0.13));
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.hero-photo-container:hover img,
.professional-photo-frame:hover img {
    filter: saturate(1.04) contrast(1.025);
    transform: scale(1.018);
}

.hero-actions {
    grid-area: actions;
    text-align: center;
}

.trust-line {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.83rem;
}

.trust-line i {
    margin-right: 5px;
    color: #F4C85E;
}

.trust-line span {
    margin-inline: 4px;
}

.hero-features {
    grid-area: features;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 14px;
    padding: 9px 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(70, 51, 40, 0.52);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
}

.feature-item {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 12px;
    padding: 20px 18px;
}

.feature-item + .feature-item {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.feature-icon {
    display: grid;
    width: 31px;
    aspect-ratio: 1;
    place-items: center;
    margin-top: 1px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-size: 0.73rem;
}

.feature-item h2 {
    margin-bottom: 6px;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
}

.feature-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    line-height: 1.55;
}

/* Sobre */
.about {
    padding: 110px 0;
    background:
        radial-gradient(circle at 12% 16%, rgba(201, 169, 141, 0.17), transparent 30%),
        var(--cream-50);
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content .section-heading {
    margin-bottom: 38px;
}

.about-description {
    max-width: 860px;
    text-align: center;
}

.about-description p {
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.85;
}

.about-description strong {
    color: var(--coffee-800);
}

.about-image {
    width: min(100%, 510px);
    margin: 24px auto 0;
    text-align: center;
}

.professional-photo-frame {
    width: min(100%, 470px);
    aspect-ratio: 1;
    margin: 0 auto;
    border: 1px solid var(--sand-300);
    border-radius: 28px 28px 8px 28px;
    box-shadow: var(--shadow-md);
}

.about-image figcaption {
    display: inline-flex;
    flex-direction: column;
    min-width: min(90%, 360px);
    margin-top: -25px;
    padding: 15px 24px;
    position: relative;
    z-index: 2;
    border: 1px solid var(--sand-200);
    border-radius: 14px;
    background: rgba(255, 252, 248, 0.96);
    box-shadow: var(--shadow-sm);
}

.about-image figcaption strong {
    color: var(--coffee-800);
    font-family: 'Playfair Display', serif;
    font-size: 1.13rem;
}

.about-image figcaption span {
    color: var(--muted);
    font-size: 0.76rem;
}

/* Sinais */
.benefits {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(145deg, var(--coffee-900) 0%, var(--taupe-700) 58%, #94735C 100%);
}

.benefits::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 85%, rgba(222, 177, 96, 0.12), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.08), transparent 28%);
    pointer-events: none;
}

.benefits .container {
    position: relative;
}

.section-heading-light .section-kicker,
.benefits .section-kicker {
    color: #F1C96F;
}

.section-heading-light h2,
.benefits .section-heading h2 {
    color: var(--white);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.benefit-card {
    min-height: 245px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-sm);
    background: rgba(255, 250, 244, 0.93);
    box-shadow: 0 15px 34px rgba(44, 31, 25, 0.13);
    transition: transform 0.25s ease, background 0.25s ease;
}

.benefit-card:hover {
    background: var(--white);
    transform: translateY(-4px);
}

.benefit-number,
.outcome-number {
    display: block;
    margin-bottom: 24px;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
}

.benefit-card h3,
.outcome-card h3,
.process-card h3 {
    margin-bottom: 13px;
    color: var(--coffee-800);
    font-size: 1.36rem;
}

.benefit-card p,
.outcome-card p,
.process-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.72;
}

.benefits-closing {
    max-width: 880px;
    margin: 48px auto 0;
    color: rgba(255, 255, 255, 0.94);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.22rem, 2.4vw, 1.55rem);
    line-height: 1.6;
    text-align: center;
}

/* Transformação */
.outcomes {
    padding: 110px 0;
    background: var(--cream-100);
}

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

.outcome-card {
    min-height: 235px;
    padding: 34px;
    border: 1px solid var(--sand-200);
    border-radius: var(--radius-sm);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.outcome-card-wide {
    grid-column: 1 / -1;
    min-height: 0;
}

/* Abordagem */
.jungian-approach {
    padding: 110px 0;
    background:
        radial-gradient(circle at 12% 25%, rgba(221, 173, 77, 0.13), transparent 28%),
        linear-gradient(135deg, var(--coffee-950), var(--coffee-800));
    color: var(--white);
}

.approach-content {
    display: grid;
    grid-template-columns: minmax(270px, 0.75fr) minmax(0, 1.25fr);
    gap: 90px;
    align-items: start;
}

.approach-heading {
    position: sticky;
    top: 35px;
}

.approach-heading .section-kicker {
    color: #F1C96F;
}

.approach-heading h2 {
    color: var(--white);
}

.approach-heading .section-divider,
.final-cta-copy .section-divider {
    margin-left: 0;
}

.approach-copy p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.06rem;
    line-height: 1.85;
}

.approach-copy .btn-whatsapp {
    margin-top: 14px;
}

/* Processo */
.process {
    padding: 110px 0;
    background: var(--sand-200);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.process-card {
    position: relative;
    padding: 70px 30px 34px;
    border-radius: var(--radius-md);
    background: rgba(255, 252, 248, 0.96);
    box-shadow: var(--shadow-sm);
}

.process-number {
    position: absolute;
    top: -21px;
    left: 30px;
    display: grid;
    width: 52px;
    aspect-ratio: 1;
    place-items: center;
    border: 5px solid var(--sand-200);
    border-radius: 50%;
    background: var(--taupe-700);
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.18rem;
}

/* FAQ */
.faq {
    padding: 110px 0;
    background: var(--cream-50);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    gap: 84px;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 35px;
}

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

.faq-item {
    border-bottom: 1px solid var(--sand-300);
}

.faq-item:first-child {
    border-top: 1px solid var(--sand-300);
}

.faq-item summary {
    position: relative;
    padding: 23px 44px 23px 0;
    color: var(--coffee-800);
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 1.23rem;
    font-weight: 600;
    list-style: none;
}

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

.faq-item summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 5px;
    color: var(--taupe-600);
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    transform: translateY(-50%);
}

.faq-item[open] summary::after {
    content: '−';
}

.faq-item p {
    margin: -4px 0 24px;
    padding-right: 35px;
    color: var(--muted);
}

/* Encerramento */
.final-cta {
    padding: 100px 0;
    background: var(--cream-100);
}

.final-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    overflow: hidden;
    border: 1px solid var(--sand-300);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #FFFDFC 0%, #E7D5C5 100%);
    box-shadow: var(--shadow-md);
}

.final-cta-copy {
    align-self: center;
    padding: 58px;
}

.final-cta-copy h2 {
    margin-bottom: 0;
    color: var(--coffee-900);
    font-size: clamp(2.1rem, 4vw, 3.35rem);
}

.final-cta-copy p {
    color: var(--muted);
    line-height: 1.8;
}

.final-cta-copy .section-divider {
    margin-bottom: 25px;
}

.final-cta-copy .btn-whatsapp {
    margin-top: 15px;
}

.final-cta-image {
    min-height: 560px;
}

.final-cta-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Rodapé */
.footer {
    padding: 72px 0 28px;
    background: var(--coffee-950);
    color: rgba(255, 255, 255, 0.76);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1fr;
    gap: 55px;
}

.footer-brand > p {
    max-width: 400px;
    margin: 20px 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-logo img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.footer-logo strong,
.footer-logo span {
    display: block;
}

.footer-logo strong {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
}

.footer-logo span {
    color: var(--sand-300);
    font-size: 0.78rem;
}

.footer-column h3 {
    margin-bottom: 20px;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-column li i {
    width: 18px;
    margin-top: 5px;
    color: var(--gold);
    text-align: center;
}

.footer-column a,
.footer-legal-links a {
    text-decoration: none;
}

.footer-column a:hover,
.footer-legal-links a:hover {
    color: var(--white);
}

.footer-whatsapp-link {
    min-height: 46px;
    padding: 11px 20px;
    font-size: 0.86rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 55px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-legal-links {
    display: flex;
    gap: 20px;
}

/* WhatsApp e mini chat */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 13px 20px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: var(--whatsapp);
    box-shadow: 0 12px 35px rgba(18, 140, 126, 0.34);
    color: var(--white);
    font-size: 0.87rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

body.chat-open .whatsapp-float {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px) scale(0.96);
}

.whatsapp-float i {
    font-size: 1.42rem;
}

.chat-backdrop {
    position: fixed;
    inset: 0;
    z-index: 69;
    visibility: hidden;
    background: rgba(53, 39, 32, 0.12);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.chat-backdrop.show {
    visibility: visible;
    opacity: 1;
}

.contact-mini-card {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 70;
    visibility: hidden;
    width: min(355px, calc(100vw - 32px));
    overflow: hidden;
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 25px 70px rgba(53, 39, 32, 0.3);
    opacity: 0;
    transform: translateY(20px) scale(0.97);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.contact-mini-card.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: 17px 18px;
    background: linear-gradient(135deg, var(--whatsapp), #1FC968);
    color: var(--white);
}

.contact-card-avatar {
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    object-fit: cover;
}

.contact-card-info {
    min-width: 0;
    flex: 1;
}

.contact-card-info h2 {
    overflow: hidden;
    margin: 0 0 2px;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-card-info span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
}

.contact-card-info span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--white);
}

.contact-card-close {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--white);
    cursor: pointer;
    font-size: 1.55rem;
    line-height: 1;
}

.contact-card-body {
    padding: 20px;
}

.contact-card-note {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 11px;
    background: #F1F1F1;
    color: #5F5752;
}

.contact-card-note p {
    margin-bottom: 8px;
    font-size: 0.88rem;
    line-height: 1.45;
}

.contact-card-note p:last-child {
    margin-bottom: 0;
}

.contact-card-btn {
    width: 100%;
    min-height: 46px;
    padding: 11px 18px;
    font-size: 0.86rem;
}

/* Páginas legais */
.privacy-body {
    background: var(--cream-100);
}

.privacy-hero {
    padding: 70px 0 80px;
    background: linear-gradient(135deg, var(--coffee-800), var(--sand-500));
    color: var(--white);
}

.privacy-hero .container {
    max-width: 900px;
}

.privacy-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 45px;
    color: var(--white);
    text-decoration: none;
}

.privacy-kicker {
    display: block;
    margin-bottom: 12px;
    color: #F1C96F;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.privacy-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(2.5rem, 6vw, 4.4rem);
}

.privacy-hero p {
    max-width: 740px;
    color: rgba(255, 255, 255, 0.84);
}

.privacy-updated {
    margin-bottom: 0;
    font-size: 0.82rem;
}

.privacy-content {
    padding: 75px 0 100px;
}

.privacy-content .container {
    max-width: 900px;
}

.privacy-card {
    margin-bottom: 18px;
    padding: 32px;
    border: 1px solid var(--sand-200);
    border-radius: var(--radius-sm);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.privacy-card h2 {
    color: var(--coffee-800);
    font-size: 1.5rem;
}

.privacy-card p,
.privacy-card li {
    color: var(--muted);
}

.privacy-card a {
    color: var(--taupe-700);
    font-weight: 600;
}

.privacy-actions {
    margin-top: 34px;
    text-align: center;
}

/* Movimento */
.animate-fade-left,
.animate-fade-right,
.animate-fade-up {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-fade-left {
    transform: translateX(-22px);
}

.animate-fade-right {
    transform: translateX(22px);
}

.animate-fade-up {
    transform: translateY(22px);
}

.animate-fade-left.is-visible,
.animate-fade-right.is-visible,
.animate-fade-up.is-visible {
    opacity: 1;
    transform: translate(0);
}

.animate-pulse {
    animation: whatsappPulse 2.4s ease-in-out infinite;
}

@keyframes badgeIn {
    from { opacity: 0; transform: translateY(-14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes ambientFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-28px, 25px) scale(1.08); }
}

@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 12px 26px rgba(18, 140, 126, 0.22); }
    50% { box-shadow: 0 12px 34px rgba(37, 211, 102, 0.42); }
}

@media (max-width: 900px) {
    .container {
        width: min(100% - 36px, 720px);
    }

    .hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            'messages'
            'photo'
            'actions'
            'features';
        max-width: 650px;
    }

    .hero-photo-container {
        width: min(86%, 390px);
    }

    .hero-features,
    .benefits-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .hero-features {
        padding: 5px 20px;
    }

    .feature-item + .feature-item {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .feature-item {
        padding: 17px 8px;
    }

    .about-description {
        max-width: 720px;
    }

    .benefits-grid {
        max-width: 650px;
        margin: 0 auto;
    }

    .benefit-card {
        min-height: 0;
    }

    .approach-content,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .approach-heading,
    .faq-intro {
        position: static;
        text-align: center;
    }

    .approach-heading .section-divider {
        margin-left: auto;
    }

    .process-grid {
        gap: 45px;
        max-width: 650px;
        margin: 0 auto;
    }

    .final-cta-card {
        grid-template-columns: 1fr;
    }

    .final-cta-image {
        min-height: 0;
        aspect-ratio: 5 / 4;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .container {
        width: min(100% - 30px, 520px);
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .section-heading h2,
    .approach-heading h2,
    .faq-intro h2 {
        font-size: 2rem;
    }

    .hero {
        min-height: 0;
        padding: 46px 0 64px;
    }

    .hero-heading {
        margin-bottom: 34px;
    }

    .hero-eyebrow {
        min-height: 44px;
        margin-bottom: 25px;
        padding: 9px 18px;
        font-size: 0.78rem;
    }

    .hero-heading h1 {
        font-size: clamp(2rem, 10vw, 2.55rem);
        line-height: 1.12;
    }

    .ornament {
        margin-top: 18px;
    }

    .hero-grid {
        gap: 26px;
    }

    .hero-message-stack {
        gap: 22px;
    }

    .hero-message {
        padding: 32px 22px 24px;
        border-radius: 15px;
    }

    .hero-message p {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .hero-photo-container {
        width: min(86%, 350px);
        border-radius: 24px 24px 8px 24px;
    }

    .hero-actions .btn-whatsapp,
    .about-content > .btn-whatsapp,
    .benefits .btn-whatsapp,
    .process .btn-whatsapp,
    .final-cta-copy .btn-whatsapp {
        width: 100%;
    }

    .trust-line span {
        display: none;
    }

    .trust-line {
        display: grid;
        gap: 2px;
    }

    .about,
    .benefits,
    .outcomes,
    .jungian-approach,
    .process,
    .faq,
    .final-cta {
        padding: 78px 0;
    }

    .about-description {
        text-align: left;
    }

    .about-description p {
        font-size: 1rem;
        line-height: 1.78;
    }

    .about-image {
        width: 100%;
    }

    .professional-photo-frame {
        width: min(86%, 350px);
        border-radius: 22px 22px 7px 22px;
    }

    .about-image figcaption {
        min-width: 84%;
        padding: 13px 16px;
    }

    .benefit-card,
    .outcome-card {
        padding: 27px 24px;
    }

    .benefits-closing {
        margin-top: 38px;
        font-size: 1.2rem;
    }

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

    .outcome-card,
    .outcome-card-wide {
        grid-column: auto;
        min-height: 0;
    }

    .approach-copy p {
        font-size: 1rem;
    }

    .faq-item summary {
        font-size: 1.08rem;
    }

    .faq-item p {
        padding-right: 0;
        font-size: 0.92rem;
    }

    .final-cta-card {
        border-radius: 20px;
    }

    .final-cta-copy {
        padding: 36px 24px;
        text-align: center;
    }

    .final-cta-copy h2 {
        font-size: 2rem;
    }

    .final-cta-copy .section-divider {
        margin-left: auto;
    }

    .final-cta-image {
        aspect-ratio: 1 / 1;
    }

    .footer {
        padding-top: 58px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-bottom,
    .footer-legal-links {
        flex-direction: column;
    }

    .footer-bottom {
        gap: 17px;
    }

    .footer-legal-links {
        gap: 10px;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
        min-height: 0;
        justify-content: center;
        padding: 0;
    }

    .whatsapp-float span {
        display: none;
    }

    .contact-mini-card {
        top: auto;
        right: 16px;
        bottom: 16px;
        left: auto;
        transform: translateY(18px) scale(0.97);
    }

    .contact-mini-card.show {
        transform: translateY(0) scale(1);
    }

    .chat-backdrop {
        background: transparent;
        backdrop-filter: none;
    }

    .privacy-hero {
        padding: 50px 0 65px;
    }

    .privacy-card {
        padding: 24px 20px;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .animate-fade-left,
    .animate-fade-right,
    .animate-fade-up {
        opacity: 1;
        transform: none;
    }
}

@media print {
    .whatsapp-float,
    .contact-mini-card,
    .chat-backdrop {
        display: none !important;
    }
}
