:root {
    --navy: #061a4b;
    --navy-2: #0a2664;
    --ink: #10203d;
    --muted: #667590;
    --line: #e5ebf5;
    --soft: #f4f8ff;
    --white: #ffffff;
    --blue: #0a6bff;
    --teal: #22d8d8;
    --green: #2dd48a;
    --sun: #ffb84d;
    --rose: #ff5d9e;
    --violet: #755cff;
    --shadow: 0 18px 42px rgba(8, 25, 70, 0.12);
    --shadow-hover: 0 26px 70px rgba(8, 25, 70, 0.20);
    --radius: 8px;
    --container: min(1200px, calc(100vw - 40px));
}

/* Overrides finais da identidade Easy Clínicas roxa */
.home-violet .nav-shell,
.public-violet .nav-shell {
    min-height: 96px;
}

.home-violet .brand-logo-violet,
.public-violet .brand-logo-violet {
    width: min(340px, 44vw);
    height: 72px;
    object-fit: contain;
    object-position: left center;
}

.home-violet .footer-logo-violet,
.public-violet .footer-logo-violet {
    width: min(290px, 78vw);
    height: 72px;
    object-fit: contain;
    object-position: left center;
}

.public-violet .site-header {
    background: rgba(26, 16, 38, .94);
    border-bottom-color: rgba(199, 156, 255, .18);
}

.public-violet .hero {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(237, 230, 255, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(237, 230, 255, .035) 1px, transparent 1px),
        linear-gradient(135deg, #1A1026 0%, #29143d 48%, #4b2370 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

.public-violet .section h2,
.public-violet .section-title,
.public-violet .resource-card-body h3,
.public-violet .plan-card h3,
.public-violet .print-card span,
.public-violet .proof-card strong {
    color: #1A1026;
}

.public-violet .eyebrow,
.public-violet .mini-label {
    color: #8E4DFF;
}

.public-violet .btn-primary,
.public-violet .button-primary,
.public-violet .btn-blue,
.public-violet .badge,
.public-violet .proof-icon {
    color: #fff;
    background: linear-gradient(135deg, #8E4DFF 0%, #6A2C91 58%, #C79CFF 132%);
    border-color: rgba(237, 230, 255, .14);
    box-shadow: 0 18px 44px rgba(142, 77, 255, .32);
}

.public-violet .btn-primary:hover,
.public-violet .button-primary:hover,
.public-violet .btn-blue:hover {
    box-shadow: 0 24px 62px rgba(142, 77, 255, .46);
}

.public-violet .product-window-bar {
    color: #EDE6FF;
    background: linear-gradient(135deg, #1A1026, #3c1762);
}

.public-violet .dot {
    background: #C79CFF;
}

.public-violet .dot.green {
    background: #8E4DFF;
}

.public-violet .dot.teal {
    background: #EDE6FF;
}

@media (max-width: 760px) {
    .home-violet .nav-shell,
    .public-violet .nav-shell {
        min-height: 82px;
    }

    .home-violet .brand-logo-violet,
    .public-violet .brand-logo-violet {
        width: min(250px, 64vw);
        height: 58px;
    }

    .home-violet .footer-logo-violet,
    .public-violet .footer-logo-violet {
        width: min(250px, 78vw);
        height: 62px;
    }
}

/* Ajuste final da pagina de planos */
.public-violet.planos-page .hero-inner {
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
}

.public-violet .plan-grid-trio,
.public-violet .plan-grid-single {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 24px;
}

.public-violet .plan-card {
    min-width: 0;
    min-height: 100%;
    padding: 28px;
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(199, 156, 255, .42), rgba(106, 44, 145, .08)) border-box;
}

.public-violet .plan-card::after {
    content: "";
    position: absolute;
    inset: auto 20px 18px auto;
    width: 86px;
    height: 86px;
    pointer-events: none;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(199, 156, 255, .18), transparent 68%);
}

.public-violet .plan-card.featured {
    border-color: transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #8E4DFF, #6A2C91, #C79CFF) border-box;
}

.public-violet .plan-card .btn {
    width: 100%;
    justify-content: center;
}

.public-violet .price {
    color: #6A2C91;
    font-size: clamp(2.1rem, 3vw, 2.72rem);
    letter-spacing: 0;
}

.public-violet .price small {
    color: rgba(26, 16, 38, .62);
}

.public-violet .plan-card li::before {
    color: #8E4DFF;
}

.public-violet .badge.badge-soft {
    color: #6A2C91;
    background: #F2E9FF;
    box-shadow: none;
}

.public-violet .badge.badge-blue {
    color: #fff;
    background: linear-gradient(135deg, #1A1026, #6A2C91);
}

.plan-included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.plan-included-grid span {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 16px 18px;
    border: 1px solid rgba(106, 44, 145, .16);
    border-radius: 14px;
    color: #1A1026;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 16px 36px rgba(26, 16, 38, .08);
    font-weight: 900;
}

.plan-included-grid span::before {
    content: "";
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #8E4DFF, #C79CFF);
    box-shadow: 0 0 0 5px rgba(142, 77, 255, .10);
}

@media (max-width: 1080px) {
    .public-violet.planos-page .hero-inner,
    .public-violet .plan-grid-trio,
    .public-violet .plan-grid-single,
    .plan-included-grid {
        grid-template-columns: 1fr;
    }
}

/* Logo nova: tamanho final do topo e rodape nas paginas publicas */
.home-violet .nav-shell,
.public-violet .nav-shell {
    min-height: 108px;
}

.home-violet .brand-logo-violet,
.public-violet .brand-logo-violet {
    width: min(430px, 48vw);
    height: 86px;
}

.home-violet .footer-logo-violet,
.public-violet .footer-logo-violet {
    width: min(330px, 78vw);
    height: 82px;
}

@media (max-width: 760px) {
    .home-violet .nav-shell,
    .public-violet .nav-shell {
        min-height: 88px;
    }

    .home-violet .brand-logo-violet,
    .public-violet .brand-logo-violet {
        width: min(290px, 68vw);
        height: 64px;
    }
}

/* Logo nova: tamanho final do topo e rodape nas paginas publicas */
.home-violet .nav-shell,
.public-violet .nav-shell {
    min-height: 108px;
}

.home-violet .brand-logo-violet,
.public-violet .brand-logo-violet {
    width: min(430px, 48vw);
    height: 86px;
}

.home-violet .footer-logo-violet,
.public-violet .footer-logo-violet {
    width: min(330px, 78vw);
    height: 82px;
}

@media (max-width: 760px) {
    .home-violet .nav-shell,
    .public-violet .nav-shell {
        min-height: 88px;
    }

    .home-violet .brand-logo-violet,
    .public-violet .brand-logo-violet {
        width: min(290px, 68vw);
        height: 64px;
    }
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background: #ffffff;
    font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

body.nav-open { overflow: hidden; }
body.print-modal-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.container { width: var(--container); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(6, 26, 75, 0.92);
    border-bottom: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(16px);
}

.nav-shell {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand-logo-original {
    width: min(250px, 40vw);
    height: 54px;
    object-fit: contain;
    object-position: left center;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: rgba(255,255,255,.86);
    font-size: .9rem;
    font-weight: 800;
}

.site-nav a:hover { color: #ffffff; }

.site-nav .nav-trial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8E4DFF, #6A2C91);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(106, 44, 145, .22);
}

.site-nav .nav-trial:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: var(--radius);
    background: rgba(255,255,255,.08);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    margin: 5px auto;
    background: #fff;
}

.btn,
.button {
    position: relative;
    overflow: hidden;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.btn::after,
.button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.34) 45%, transparent 72%);
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.btn:hover,
.button:hover {
    transform: translateY(-2px);
}

.btn:hover::after,
.button:hover::after {
    transform: translateX(120%);
}

.btn-primary,
.button-primary {
    color: #031b31;
    background: linear-gradient(135deg, var(--green), var(--teal) 58%, #62f0ff);
    box-shadow: 0 16px 34px rgba(34, 216, 216, .30);
}

.btn-primary:hover,
.button-primary:hover {
    box-shadow: 0 22px 46px rgba(34, 216, 216, .38);
}

.btn-blue {
    color: #fff;
    background: linear-gradient(135deg, #118bff, #0754d8);
}

.btn-secondary,
.button-secondary {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.28);
}

.btn-secondary:hover,
.button-secondary:hover {
    border-color: rgba(124,240,228,.62);
    background: rgba(255,255,255,.14);
}

.btn-dark {
    color: #fff;
    background: var(--navy);
}

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(255,255,255,.05) 0 1px, transparent 1px 82px),
        linear-gradient(30deg, rgba(255,255,255,.035) 0 1px, transparent 1px 96px),
        radial-gradient(ellipse at 14% 30%, rgba(34,216,216,.24), transparent 32%),
        radial-gradient(ellipse at 82% 16%, rgba(45,212,138,.20), transparent 28%),
        linear-gradient(135deg, var(--navy), var(--navy-2));
}

.hero .container {
    width: min(1360px, calc(100vw - 40px));
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(390px, .82fr) minmax(700px, 1.18fr);
    gap: 54px;
    align-items: center;
    padding: 58px 0 58px;
}

.hero-inner > * {
    min-width: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    color: #cffff9;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
    overflow-wrap: break-word;
}

.hero h1 {
    max-width: 570px;
    margin: 18px 0 18px;
    font-size: clamp(2.35rem, 2.62vw, 3.05rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.hero-lead {
    max-width: 570px;
    margin-bottom: 16px;
    color: rgba(255,255,255,.84);
    font-size: 1.04rem;
    line-height: 1.62;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 20px;
    color: #dbeafe;
    font-size: .9rem;
    font-weight: 800;
}

.hero-human-window {
    position: relative;
    min-width: 0;
    width: min(800px, 100%);
    justify-self: end;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    background: #061a4b;
    box-shadow: 0 30px 80px rgba(0,0,0,.34);
    aspect-ratio: 4 / 3;
}

.hero-human-window img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-contact-form {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    padding: 18px;
    border: 1px solid rgba(124,240,228,.34);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(6,26,75,.82), rgba(5,64,84,.70));
    box-shadow: 0 24px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
    max-width: 610px;
}

.hero-contact-form strong {
    color: #fff;
    font-size: 1.04rem;
}

.hero-contact-form small {
    color: rgba(255,255,255,.74);
    font-weight: 700;
}

.hero-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hero-contact-form input,
.hero-contact-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    background: rgba(255,255,255,.12);
    color: #fff;
    outline: none;
    padding: 12px 13px;
}

.hero-contact-form .btn {
    width: 100%;
}

.hero-contact-form textarea {
    min-height: 78px;
    resize: vertical;
}

.hero-contact-form input::placeholder,
.hero-contact-form textarea::placeholder {
    color: rgba(255,255,255,.62);
}

.hero-contact-form input:focus,
.hero-contact-form textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(34,216,216,.13);
}

.product-window {
    min-width: 0;
    align-self: start;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 28px 70px rgba(0,0,0,.34);
    max-width: 640px;
    justify-self: end;
}

.hero-window {
    width: min(650px, 100%);
    max-width: none;
    margin-top: 0;
    border-radius: 14px;
    transform: none;
}

.hero-window .product-window-bar {
    display: none;
}

.hero-window img {
    object-fit: contain;
    object-position: center top;
}

.product-window-bar {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    color: #637089;
    background: #f7faff;
    border-bottom: 1px solid #e7edf7;
    font-size: .78rem;
    font-weight: 900;
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cbd5e1;
}

.dot.teal { background: var(--teal); }
.dot.green { background: var(--green); }

.product-window img {
    width: 100%;
    height: auto;
    aspect-ratio: 1672 / 941;
    object-fit: contain;
    object-position: center center;
    background: #f7faff;
}

.proof {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 22px 0;
}

.proof-card,
.card,
.plan-card,
.resource-card,
.segment-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.proof-card:hover,
.card:hover,
.plan-card:hover,
.resource-card:hover,
.segment-card:hover,
.nucleus-card:hover,
.complete-card:hover,
.metric:hover,
.print-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34,216,216,.42);
    box-shadow: var(--shadow-hover);
}

.proof-card {
    padding: 18px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.proof-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    border-radius: var(--radius);
    color: var(--navy);
    background: linear-gradient(135deg, #e9f3ff, #eafffb);
    font-weight: 900;
}

.proof-card strong,
.proof-card span { display: block; }
.proof-card strong { color: #061a4b; }
.proof-card span { color: #41506a; font-size: .9rem; }

.humanized-showcase {
    background:
        linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.humanized-layout {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 42px;
    align-items: center;
}

.humanized-copy {
    min-width: 0;
}

.humanized-copy p {
    max-width: 640px;
    color: #41506a;
    font-size: 1.04rem;
    line-height: 1.68;
}

.humanized-points {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.humanized-points span {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-left: 3px solid var(--teal);
    border-radius: var(--radius);
    color: #061a4b;
    background: linear-gradient(135deg, #f4f8ff, #eefdfb);
    font-size: .92rem;
    font-weight: 900;
}

.sales-lab {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7,26,75,.96), rgba(9,56,92,.94)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 86px);
}

.sales-lab-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: 36px;
    align-items: center;
}

.sales-lab-copy p {
    max-width: 720px;
    color: rgba(255,255,255,.80);
    font-size: 1.05rem;
    line-height: 1.68;
}

.sales-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.sales-lab-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sales-lab-stack article {
    min-height: 174px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    box-shadow: 0 20px 60px rgba(0,0,0,.20);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.sales-lab-stack article:hover {
    transform: translateY(-5px);
    border-color: rgba(124,240,228,.55);
    background:
        linear-gradient(145deg, rgba(34,216,216,.18), rgba(255,255,255,.08));
}

.sales-lab-stack strong,
.sales-lab-stack span {
    display: block;
}

.sales-lab-stack strong {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.04rem;
}

.sales-lab-stack strong::before {
    content: "";
    display: block;
    width: 34px;
    height: 4px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--green), var(--teal), var(--sun));
}

.sales-lab-stack span {
    color: rgba(255,255,255,.76);
    line-height: 1.55;
}

.humanized-visual {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius);
    background: #eef5fb;
    box-shadow: 0 24px 56px rgba(8, 25, 70, 0.14);
    aspect-ratio: 1672 / 941;
}

.humanized-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.section {
    padding: 72px 0;
}

.section-pricing-home {
    padding-top: 70px;
}

.section-soft { background: var(--soft); }
.section-soft {
    background:
        linear-gradient(180deg, #f5f9ff 0%, #eef6ff 100%);
}
.section-dark {
    color: #fff;
    background: linear-gradient(135deg, #071a4b, #082766 58%, #063d4a);
}

.section-head {
    max-width: 830px;
    margin-bottom: 32px;
}

.section-head.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-head.center .eyebrow {
    position: relative;
    justify-content: center;
}

.section-head.center .eyebrow::before {
    position: absolute;
    right: calc(100% + 10px);
}

.section:not(.section-dark) .eyebrow {
    color: #047a85;
}

.section:not(.section-dark) .eyebrow::before {
    background: #22d8d8;
}

.section h2,
.section-title {
    margin: 14px 0 12px;
    font-size: clamp(1.9rem, 2.65vw, 3rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.section-head p,
.card p,
.plan-card p,
.resource-card p,
.segment-card p {
    color: #41506a;
    font-size: 1rem;
    line-height: 1.65;
}

.section-dark .section-head p,
.section-dark .card p,
.section-dark p { color: rgba(255,255,255,.78); }

.segment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.segment-card {
    padding: 24px;
    min-height: 0;
}

.segment-grid-visual {
    align-items: stretch;
}

.segment-card-visual {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.segment-media {
    min-width: 0;
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef6ff;
    border-bottom: 1px solid var(--line);
}

.segment-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.segment-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 24px 24px;
}

.mini-label {
    color: #0c8f83;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.segment-card h3,
.resource-card h3 {
    margin: 12px 0 8px;
    font-size: 1.08rem;
    line-height: 1.3;
}

.complete-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.complete-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.complete-card.highlighted {
    color: #fff;
    background: linear-gradient(135deg, #071a4b, #0a2767 62%, #07515f);
    border-color: rgba(34,216,216,.32);
}

.complete-card h3 {
    margin: 12px 0 8px;
    color: var(--navy);
    font-size: 1.12rem;
    line-height: 1.28;
}

.complete-card p {
    margin-bottom: 0;
    color: #41506a;
    line-height: 1.62;
}

.complete-card.highlighted .mini-label,
.complete-card.highlighted h3 {
    color: #fff;
}

.complete-card.highlighted p {
    color: rgba(255,255,255,.82);
}

.nucleus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.nucleus-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.nucleus-card-large {
    grid-row: auto;
}

.nucleus-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f7faff;
    border-bottom: 1px solid var(--line);
}

.nucleus-card-large .nucleus-media {
    aspect-ratio: 16 / 9;
}

.nucleus-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    background: #f7faff;
}

.nucleus-copy {
    padding: 18px;
}

.nucleus-card-large .nucleus-copy {
    padding: 18px;
}

.nucleus-copy h3 {
    margin: 10px 0 0;
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.28;
}

.nucleus-card-large .nucleus-copy h3 {
    font-size: 1rem;
}

.nucleus-copy p {
    margin: 10px 0 0;
    color: #41506a;
    line-height: 1.6;
}

.difference-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 34px;
    align-items: center;
}

.compare-box {
    display: grid;
    gap: 14px;
}

.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.compare-item {
    padding: 20px;
    border-radius: var(--radius);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
}

.compare-item.good {
    background: rgba(45,212,138,.14);
    border-color: rgba(45,212,138,.32);
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.resource-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.resource-card:nth-child(3n + 1) {
    border-top: 3px solid var(--teal);
}

.resource-card:nth-child(3n + 2) {
    border-top: 3px solid var(--green);
}

.resource-card:nth-child(3n) {
    border-top: 3px solid var(--sun);
}

.resource-card.wide { grid-column: span 1; }

.resource-card.module-featured {
    grid-column: span 1;
}

.resource-media {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 10;
    background: #f7faff;
    border-bottom: 1px solid var(--line);
}

.resource-card.wide .resource-media {
    aspect-ratio: 16 / 9;
}

.resource-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    background: #f7faff;
}

.resource-card.is-screen img {
    object-fit: contain;
    object-position: center top;
}

.resource-card.is-screen .resource-media::after {
    content: none;
}

.resource-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.resource-card-body .mini-label {
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    background: #ecfffb;
}

.resource-card-body h3 {
    margin-bottom: 10px;
    font-size: 1.02rem;
    line-height: 1.32;
}

.resource-card-body p {
    margin-bottom: 0;
    font-size: .92rem;
    line-height: 1.58;
}

.admin-showcase {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    gap: 34px;
    align-items: center;
}

.admin-copy p {
    max-width: 720px;
    color: #41506a;
    font-size: 1rem;
    line-height: 1.65;
}

.feature-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.feature-cloud span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid #d8e1ee;
    border-radius: var(--radius);
    color: #061a4b;
    background: linear-gradient(135deg, #fff, #f0fbff);
    font-size: .84rem;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(8,25,70,.07);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.feature-cloud-rich span:nth-child(4n + 1) { border-color: rgba(34,216,216,.42); }
.feature-cloud-rich span:nth-child(4n + 2) { border-color: rgba(45,212,138,.42); }
.feature-cloud-rich span:nth-child(4n + 3) { border-color: rgba(255,184,77,.46); }
.feature-cloud-rich span:nth-child(4n) { border-color: rgba(117,92,255,.35); }

.feature-cloud span:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(8,25,70,.12);
}

.admin-screens {
    display: grid;
    gap: 16px;
}

.admin-screens .product-window {
    width: 100%;
    max-width: none;
    margin: 0;
    justify-self: stretch;
    box-shadow: 0 18px 42px rgba(8, 25, 70, 0.16);
    border-color: var(--line);
}

.admin-screens .product-window img {
    object-fit: contain;
    object-position: center top;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.plan-grid-single {
    grid-template-columns: minmax(0, 388px);
    justify-content: center;
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    color: #061a4b;
}

.plan-media {
    min-width: 0;
    margin: 0 0 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #dce6f4;
    border-radius: var(--radius);
    background: #f7faff;
}

.plan-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    background: #f7faff;
}

.plan-card h3 {
    margin: 12px 0 10px;
    color: var(--navy);
    font-size: 1.18rem;
    line-height: 1.28;
}

.plan-card.featured {
    border: 2px solid var(--green);
    transform: none;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, var(--green), var(--teal), var(--sun)) border-box;
}

.badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #07533b;
    background: #e8fff4;
    font-size: .74rem;
    font-weight: 900;
}

.badge-soft {
    color: #06456b;
    background: #eaf6ff;
}

.badge-blue {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--navy-2));
}

.price {
    display: block;
    margin: 16px 0 8px;
    color: var(--navy);
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 900;
}

.price small {
    color: #41506a;
    font-size: 1rem;
}

.plan-card ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
    color: #061a4b;
    font-weight: 800;
}

.plan-card li::before {
    content: "✓";
    margin-right: 9px;
    color: #0ba66f;
}

.plan-card form,
.plan-card .btn { margin-top: auto; }
.plan-card form .btn { width: 100%; }

.custom-band,
.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border-radius: 16px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(255,255,255,.08) 0 1px, transparent 1px 86px),
        linear-gradient(135deg, #071a4b, #0a2767 58%, #07515f);
    box-shadow: 0 26px 70px rgba(7,26,75,.24);
}

.custom-band > div,
.cta-band > div:first-child {
    max-width: 780px;
}

.custom-band p,
.cta-band p {
    margin-bottom: 0;
    color: rgba(255,255,255,.82);
    line-height: 1.62;
}

.cta-band p + p {
    margin-top: 10px;
}

.benefits-mural-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.benefits-mural-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(10,107,255,.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(10,107,255,.045) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.benefits-mural-section > .container {
    position: relative;
}

.benefits-mural {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 34px;
    max-width: 1080px;
    margin: 34px auto 0;
}

.benefit-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.benefits-column {
    display: grid;
    gap: 18px;
}

.benefit-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    min-height: 48px;
    gap: 12px;
    color: #07529f;
    font-size: .92rem;
    font-weight: 850;
    line-height: 1.28;
    transition: transform .2s ease, color .2s ease;
}

.benefit-item svg {
    width: 38px;
    height: 38px;
    padding: 7px;
    border: 2px solid currentColor;
    border-radius: 11px;
    color: #07529f;
    background: linear-gradient(145deg, #ffffff, #eff8ff);
    box-shadow: 0 10px 22px rgba(7, 82, 159, .10);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.benefit-item:hover {
    transform: translateX(4px);
    color: #05968c;
}

.benefit-item:hover svg {
    transform: scale(1.06);
    background: linear-gradient(145deg, #ffffff, #e8fffb);
    box-shadow: 0 14px 26px rgba(5, 150, 140, .15);
}

.benefits-exclusive {
    max-width: 1080px;
    margin: 38px auto 0;
    padding-top: 30px;
    border-top: 1px solid #dce7f5;
}

.benefits-exclusive h3 {
    margin: 0 0 6px;
    color: #17213d;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.2;
    text-align: center;
}

.benefits-mural-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 26px;
}

.benefits-link {
    margin-top: 28px;
    text-align: center;
}

.benefits-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #07529f;
    font-size: .92rem;
    font-weight: 900;
    text-transform: lowercase;
}

.benefits-link a::after {
    content: ">";
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #031b31;
    background: linear-gradient(135deg, var(--green), var(--teal));
    transition: transform .2s ease;
}

.benefits-link a:hover::after {
    transform: translateX(4px);
}

.lead-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 18px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(34,216,216,.9), rgba(45,212,138,.8), rgba(255,184,77,.7)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 30px 80px rgba(8, 25, 70, 0.16);
}

.lead-panel .eyebrow {
    color: #047a85;
}

.lead-panel .eyebrow::before {
    background: #22d8d8;
}

.lead-panel p {
    color: #21345c;
}

.trial-summary {
    display: grid;
    gap: 18px;
}

.trial-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.trial-steps span {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #d8e1ee;
    border-radius: var(--radius);
    background: #f8fbff;
    color: #21345c;
    font-weight: 900;
    line-height: 1.3;
}

.trial-steps span::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 9px;
    border-radius: 999px;
    background: rgba(11, 145, 135, .12);
    color: var(--teal);
    font-size: .78rem;
}

.lead-form {
    display: grid;
    gap: 14px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff, #eef8ff);
    border: 1px solid #d9e7f5;
}

.lead-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.lead-form label {
    display: grid;
    gap: 7px;
    color: #061a4b;
    font-size: .86rem;
    font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    border: 1px solid #d8e1ee;
    border-radius: 10px;
    padding: 12px 13px;
    color: #061a4b;
    background: #ffffff;
    outline: none;
    font-weight: 700;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
    color: #52627a;
    opacity: 1;
}

.lead-form textarea {
    min-height: 112px;
    resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(34,216,216,.16);
}

.lead-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
}

.social-grid,
.logo-grid {
    display: grid;
    gap: 16px;
}

.social-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.logo-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.metric,
.logo-pill {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.metric strong {
    display: block;
    color: var(--navy);
    font-size: 2rem;
}

.metric span,
.logo-pill {
    color: var(--muted);
    font-weight: 800;
}

.print-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.print-card {
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    text-align: left;
    cursor: pointer;
}

.print-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: top center;
    background: #f7faff;
}

.print-card span {
    display: block;
    padding: 16px;
    color: var(--ink);
    font-weight: 900;
}

.site-footer {
    padding: 56px 0 36px;
    color: #5f6c80;
    background: #eef2f7;
    border-top: 1px solid #dfe6ef;
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(280px, 1.8fr) repeat(4, minmax(120px, .78fr));
    gap: 42px;
    align-items: start;
}

.footer-shell-rich {
    position: relative;
}

.footer-logo-original {
    width: 236px;
    height: auto;
}

.footer-main {
    display: grid;
    gap: 22px;
}

.footer-brand-name {
    margin: 0;
    color: var(--navy);
    font-weight: 900;
}

.footer-brand-copy {
    max-width: 360px;
    margin: 0;
    color: #6c7788;
    line-height: 1.65;
}

.footer-contact-list {
    display: grid;
    gap: 16px;
    margin-top: 6px;
}

.footer-contact-item {
    display: inline-grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    color: #6c7788;
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.45;
}

.footer-contact-item svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-whatsapp {
    width: fit-content;
    color: #07529f;
}

.footer-whatsapp.is-soon::after {
    content: "em breve";
    margin-left: 8px;
    padding: 3px 7px;
    border-radius: 999px;
    color: #06456b;
    background: #dff7ff;
    font-size: .68rem;
    font-weight: 950;
    text-transform: uppercase;
}

.footer-column {
    display: grid;
    gap: 11px;
}

.footer-column h3 {
    margin: 2px 0 18px;
    color: #1c1248;
    font-size: 1.05rem;
    line-height: 1.2;
}

.footer-column a {
    width: fit-content;
    color: #3f4858;
    font-size: .86rem;
    font-weight: 750;
}

.footer-column a:hover {
    color: #07529f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-privacy a {
    color: #07529f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-privacy small {
    max-width: 190px;
    margin-top: 12px;
    color: #5f6c80;
    font-size: .76rem;
    line-height: 1.55;
}

.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 28px;
    color: #5f6c80;
    font-size: .86rem;
    font-weight: 800;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #1c1248;
}

.footer-social a {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #6c7788;
    border: 1px solid #cfd8e6;
    font-size: .72rem;
    font-weight: 950;
}

.footer-social a:hover {
    color: #07529f;
    border-color: #07529f;
}

.print-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    padding: 28px;
    background: rgba(6, 12, 24, .82);
}

.print-modal.is-open {
    display: grid;
    place-items: center;
}

.print-modal-dialog {
    width: min(1180px, 100%);
    max-height: 92vh;
    overflow: hidden;
    border-radius: var(--radius);
    background: #fff;
}

.print-modal-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
}

.print-modal-title { margin: 0; font-weight: 900; }
.print-modal-close { border: 0; background: var(--navy); color: #fff; border-radius: var(--radius); padding: 8px 12px; cursor: pointer; }
.print-modal-body { max-height: calc(92vh - 58px); overflow: auto; }
.print-modal-body img { width: 100%; height: auto; }

.lead-notice {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    max-width: min(420px, calc(100vw - 36px));
    padding: 14px 16px;
    border-radius: var(--radius);
    color: #fff;
    background: var(--navy);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(12px);
    transition: .2s ease;
}

.lead-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lead-notice-ok { background: #087b5c; }
.lead-notice-erro { background: #b42318; }

[data-reveal] {
    opacity: 1;
    transform: none;
    transition: opacity .5s ease, transform .5s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1100px) {
    .hero-inner,
    .difference-grid,
    .admin-showcase,
    .humanized-layout,
    .sales-lab-grid,
    .lead-panel {
        grid-template-columns: 1fr;
    }

    .product-window,
    .hero-human-window {
        width: 100%;
        max-width: none;
        justify-self: stretch;
        margin-top: 0;
    }

    .segment-grid,
    .complete-grid,
    .nucleus-grid,
    .resource-grid,
    .proof-grid,
    .social-grid,
    .sales-lab-stack,
    .benefits-mural,
    .benefits-mural-compact,
    .print-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nucleus-card-large {
        grid-row: auto;
        grid-column: span 2;
    }

    .plan-grid { grid-template-columns: 1fr; }
    .plan-card.featured { transform: none; }
}

@media (max-width: 760px) {
    .container {
        width: auto;
        max-width: 346px;
        margin-right: 22px;
        margin-left: 22px;
    }
    .hero,
    .proof,
    .section,
    .site-footer {
        max-width: 100vw;
        overflow-x: hidden;
    }
    .site-nav {
        position: fixed;
        inset: 76px 12px auto 12px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: var(--radius);
        background: var(--navy);
        box-shadow: var(--shadow);
    }
    body.nav-open .site-nav { display: flex; }
    .nav-toggle { display: block; }
    .brand-logo-original { width: 210px; max-width: 58vw; }
    .hero-inner {
        gap: 28px;
        padding: 38px 0 34px;
    }
    .hero-inner,
    .proof-grid,
    .segment-grid,
    .nucleus-grid,
    .resource-grid,
    .social-grid {
        min-width: 0;
    }
    .hero h1 {
        max-width: 100%;
        margin-top: 14px;
        font-size: clamp(1.58rem, 6.7vw, 1.9rem);
        line-height: 1.14;
        overflow-wrap: anywhere;
    }
    .hero-lead {
        max-width: 100%;
        font-size: .94rem;
        line-height: 1.58;
        margin-bottom: 14px;
        overflow-wrap: anywhere;
    }
    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hero-note {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .eyebrow {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        align-items: center;
        gap: 9px;
        font-size: .68rem;
        line-height: 1.35;
        letter-spacing: .08em;
    }
    .eyebrow::before {
        width: 28px;
    }
    .product-window-bar {
        height: 36px;
        font-size: .72rem;
    }
    .hero-window {
        transform: none;
    }
    .product-window img { height: auto; }
    .section-head.center { text-align: left; }
    .section-head.center .eyebrow { justify-content: flex-start; }
    .section-head.center .eyebrow::before {
        position: static;
        right: auto;
    }
    .section h2,
    .section-title {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
        line-height: 1.12;
    }
    .section { padding: 62px 0; }
    .segment-grid,
    .complete-grid,
    .nucleus-grid,
    .resource-grid,
    .proof-grid,
    .social-grid,
    .sales-lab-stack,
    .benefits-mural,
    .benefits-mural-compact,
    .print-grid,
    .logo-grid,
    .trial-steps,
    .lead-form-grid,
    .hero-contact-grid,
    .compare-row {
        grid-template-columns: 1fr;
    }
    .proof-card {
        min-width: 0;
        align-items: flex-start;
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
    }
    .proof-card > div:last-child {
        min-width: 0;
    }
    .proof-card span {
        overflow-wrap: anywhere;
    }
    .proof-card strong {
        overflow-wrap: anywhere;
    }
    .resource-card.wide { grid-column: auto; }
    .resource-card.module-featured { grid-column: auto; }
    .nucleus-card-large {
        grid-column: auto;
    }
    .nucleus-card-large .nucleus-media,
    .nucleus-media {
        aspect-ratio: 16 / 10;
    }
    .nucleus-copy,
    .nucleus-card-large .nucleus-copy {
        padding: 18px;
    }
    .complete-card {
        padding: 22px;
    }
    .benefits-mural {
        gap: 16px;
        margin-top: 26px;
    }
    .benefits-column {
        gap: 14px;
    }
    .benefit-item {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 42px;
        gap: 10px;
        font-size: .88rem;
    }
    .benefit-item svg {
        width: 34px;
        height: 34px;
        border-radius: 9px;
        padding: 6px;
    }
    .benefits-exclusive h3 {
        text-align: left;
    }
    .sales-lab-grid {
        gap: 24px;
    }
    .sales-lab-stack article {
        min-height: 0;
        padding: 20px;
    }
    .sales-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .feature-cloud {
        gap: 8px;
    }
    .feature-cloud span {
        max-width: 100%;
        min-height: 34px;
        font-size: .8rem;
    }
    .admin-screens {
        gap: 14px;
    }
    .resource-card .resource-media,
    .resource-card.wide .resource-media {
        aspect-ratio: 16 / 10;
    }
    .humanized-visual { aspect-ratio: 16 / 10; }
    .resource-card img,
    .resource-card.wide img {
        height: 100%;
    }
    .print-card img { height: 220px; }
    .custom-band,
    .cta-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }
    .footer-shell {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-bottom,
    .footer-social {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn,
    .button,
    .plan-card form .btn { width: 100%; }
}

@media (min-width: 761px) and (max-width: 1180px) {
    .footer-shell {
        grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(160px, 1fr));
    }

    .footer-bottom {
        grid-column: 1 / -1;
    }

    .hero h1 {
        font-size: clamp(2.35rem, 4.5vw, 3.1rem);
    }

    .segment-grid,
    .complete-grid,
    .nucleus-grid,
    .resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nucleus-card-large {
        grid-column: span 2;
    }
}

/* Home simplificada 2026 - identidade roxa */
.home-violet {
    --ec-deep: #1A1026;
    --ec-main: #6A2C91;
    --ec-vibrant: #8E4DFF;
    --ec-lilac: #C79CFF;
    --ec-white-lilac: #EDE6FF;
    color: var(--ec-white-lilac);
    background: var(--ec-deep);
}

.home-violet .site-header {
    background: rgba(26, 16, 38, .88);
    border-bottom-color: rgba(199, 156, 255, .16);
}

.home-violet .site-nav a:hover {
    color: var(--ec-lilac);
}

.home-violet .brand-logo-violet {
    width: min(255px, 42vw);
    height: 48px;
    object-fit: contain;
    object-position: left center;
}

.home-violet main > section:not(.violet-hero):not(.violet-strip):not(.violet-section) {
    display: none;
}

.violet-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 76px);
    display: grid;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(237, 230, 255, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(237, 230, 255, .035) 1px, transparent 1px),
        linear-gradient(135deg, #1A1026 0%, #27143b 44%, #3c1762 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

.violet-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(142, 77, 255, .36), transparent 42%),
        linear-gradient(290deg, rgba(199, 156, 255, .22), transparent 44%);
    pointer-events: none;
}

.violet-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
    gap: 60px;
    align-items: center;
    padding: 76px 0;
}

.violet-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ec-lilac);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.violet-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.violet-hero h1,
.violet-section h2 {
    margin: 18px 0 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.04;
}

.violet-hero h1 {
    max-width: 680px;
    font-size: clamp(3rem, 5vw, 5.45rem);
}

.violet-hero p,
.violet-section p {
    color: rgba(237, 230, 255, .82);
    font-size: 1.08rem;
    line-height: 1.72;
}

.violet-hero p {
    max-width: 620px;
    margin-bottom: 28px;
    font-size: 1.18rem;
}

.violet-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-violet .btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #8E4DFF 0%, #6A2C91 56%, #C79CFF 130%);
    border-color: rgba(237, 230, 255, .14);
    box-shadow: 0 18px 44px rgba(142, 77, 255, .36);
}

.home-violet .btn-primary:hover {
    box-shadow: 0 24px 62px rgba(142, 77, 255, .50);
}

.home-violet .btn-secondary {
    color: var(--ec-white-lilac);
    background: rgba(237, 230, 255, .08);
    border-color: rgba(199, 156, 255, .34);
}

.home-violet .btn-secondary:hover {
    border-color: rgba(199, 156, 255, .82);
    background: rgba(237, 230, 255, .13);
}

.violet-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.violet-trust span,
.violet-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(199, 156, 255, .22);
    border-radius: 999px;
    color: var(--ec-white-lilac);
    background: rgba(237, 230, 255, .07);
    font-size: .88rem;
    font-weight: 900;
}

.violet-hero-card {
    position: relative;
    min-height: 620px;
}

.violet-hero-photo {
    position: absolute;
    inset: 0 0 76px 54px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(237, 230, 255, .18);
    border-radius: 22px;
    background: #12091d;
    box-shadow: 0 40px 110px rgba(0, 0, 0, .42);
}

.violet-hero-photo img,
.violet-system-peek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.violet-system-peek {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(560px, 82%);
    overflow: hidden;
    border: 1px solid rgba(237, 230, 255, .28);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 28px 82px rgba(0, 0, 0, .40);
    aspect-ratio: 16 / 9;
}

.violet-strip {
    border-top: 1px solid rgba(199, 156, 255, .14);
    border-bottom: 1px solid rgba(199, 156, 255, .14);
    background: #120a1d;
}

.violet-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
}

.violet-strip strong {
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 18px;
    color: var(--ec-white-lilac);
    text-align: center;
    background: rgba(237, 230, 255, .045);
}

.violet-section {
    position: relative;
    overflow: hidden;
    padding: 104px 0;
    background: #1A1026;
}

.violet-section:nth-of-type(odd) {
    background:
        linear-gradient(90deg, rgba(237, 230, 255, .04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(237, 230, 255, .03) 1px, transparent 1px),
        #211131;
    background-size: 88px 88px;
}

.violet-section-head {
    max-width: 760px;
    margin-bottom: 36px;
}

.violet-section-head h2,
.violet-flow-shell h2,
.violet-personalize h2,
.violet-contact h2 {
    max-width: 850px;
    font-size: clamp(2.35rem, 4.4vw, 4.7rem);
}

.violet-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.violet-benefit-grid article {
    min-height: 310px;
    padding: 28px;
    border: 1px solid rgba(199, 156, 255, .18);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(237, 230, 255, .10), rgba(237, 230, 255, .035)),
        rgba(26, 16, 38, .72);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.violet-benefit-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(199, 156, 255, .54);
    background: linear-gradient(145deg, rgba(142, 77, 255, .22), rgba(237, 230, 255, .055));
}

.violet-benefit-grid svg {
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    fill: none;
    stroke: var(--ec-lilac);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.violet-benefit-grid h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.28rem;
}

.violet-benefit-grid p {
    margin: 0;
    font-size: .96rem;
}

.violet-benefits-mural {
    background:
        linear-gradient(90deg, rgba(199, 156, 255, .055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(199, 156, 255, .04) 1px, transparent 1px),
        linear-gradient(180deg, #1A1026 0%, #241236 100%);
    background-size: 86px 86px, 86px 86px, auto;
}

.violet-section-head.center {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.violet-section-head.center .violet-kicker {
    justify-content: center;
}

.violet-section-head.center .violet-kicker::after {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.violet-benefit-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.violet-mural-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 34px;
    max-width: 1080px;
    margin: 38px auto 0;
}

.violet-mural-grid span {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 48px;
    color: var(--ec-white-lilac);
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.24;
    transition: color .2s ease, transform .2s ease;
}

.violet-mural-grid svg {
    width: 38px;
    height: 38px;
    padding: 7px;
    border: 1.8px solid rgba(199, 156, 255, .88);
    border-radius: 11px;
    color: var(--ec-lilac);
    background: linear-gradient(145deg, rgba(237, 230, 255, .12), rgba(142, 77, 255, .12));
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .20);
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.violet-mural-grid span:hover {
    color: #fff;
    transform: translateX(4px);
}

.violet-mural-grid span:hover svg {
    color: #fff;
    border-color: rgba(237, 230, 255, .92);
    background: linear-gradient(145deg, rgba(142, 77, 255, .72), rgba(199, 156, 255, .20));
    transform: scale(1.06);
}

.violet-exclusive {
    max-width: 1080px;
    margin: 42px auto 0;
    padding-top: 34px;
    border-top: 1px solid rgba(199, 156, 255, .22);
}

.violet-exclusive h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.18;
    text-align: center;
}

.violet-mural-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
}

.violet-benefits-link {
    margin-top: 30px;
    text-align: center;
}

.violet-benefits-link a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ec-lilac);
    font-size: .95rem;
    font-weight: 950;
    text-transform: lowercase;
}

.violet-benefits-link a::after {
    content: ">";
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--ec-vibrant), var(--ec-main));
    box-shadow: 0 12px 24px rgba(142, 77, 255, .35);
    transition: transform .2s ease;
}

.violet-benefits-link a:hover::after {
    transform: translateX(4px);
}


.violet-benchmark {
    background:
        linear-gradient(180deg, #120a1d 0%, #1A1026 54%, #101f36 100%);
}

.violet-benchmark-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.violet-benchmark-card,
.violet-faq-grid article {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(199, 156, 255, .20);
    border-radius: 18px;
    background: rgba(237, 230, 255, .07);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .20);
}

.violet-benchmark-card span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 12px;
    color: #071b28;
    background: #22d8d8;
    font-weight: 950;
}

.violet-benchmark-card:nth-child(2n) span { background: #2dd48a; }
.violet-benchmark-card:nth-child(3n) span { background: #ffb84d; }

.violet-benchmark-card strong,
.violet-faq-grid h3 {
    display: block;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.25;
}

.violet-benchmark-card p,
.violet-faq-grid p {
    margin: 12px 0 0;
    color: rgba(237, 230, 255, .74);
    font-size: .94rem;
    line-height: 1.65;
}

.violet-proof-stack {
    background:
        radial-gradient(circle at 12% 18%, rgba(45, 212, 138, .16), transparent 28%),
        linear-gradient(135deg, #111f35 0%, #1A1026 56%, #2a1640 100%);
}

.violet-proof-shell {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 46px;
    align-items: center;
}

.violet-proof-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.violet-proof-list span {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(199, 156, 255, .18);
    border-radius: 16px;
    color: #fff;
    background: rgba(237, 230, 255, .075);
    font-weight: 900;
}

.violet-proof-list span::before {
    content: "";
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #2dd48a;
    box-shadow: 0 0 0 6px rgba(45, 212, 138, .14);
}

.violet-faq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 1080px) {
    .violet-benchmark-grid,
    .violet-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .violet-proof-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .violet-benchmark-grid,
    .violet-faq-grid,
    .violet-proof-list {
        grid-template-columns: 1fr;
    }

    .violet-benchmark-card,
    .violet-faq-grid article {
        padding: 20px;
    }
}

.violet-flow-shell,
.violet-personalize-grid,
.violet-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: center;
}

.violet-flow-line {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(199, 156, 255, .18);
    border-radius: 22px;
    background: rgba(237, 230, 255, .055);
}

.violet-flow-line span {
    min-height: 120px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(199, 156, 255, .18);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, rgba(106, 44, 145, .86), rgba(142, 77, 255, .20));
    font-weight: 900;
}

.violet-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.violet-contact {
    background: linear-gradient(135deg, #120a1d, #2a1640 52%, #1A1026);
}

.violet-lead-form {
    padding: 28px;
    border: 1px solid rgba(199, 156, 255, .24);
    border-radius: 22px;
    background: rgba(237, 230, 255, .08);
    box-shadow: 0 28px 86px rgba(0, 0, 0, .30);
}

.violet-lead-form label {
    color: var(--ec-white-lilac);
}

.violet-lead-form input,
.violet-lead-form select,
.violet-lead-form textarea {
    color: #fff;
    border-color: rgba(199, 156, 255, .24);
    background: rgba(26, 16, 38, .70);
}

.violet-lead-form input::placeholder,
.violet-lead-form textarea::placeholder {
    color: rgba(237, 230, 255, .56);
}

.violet-lead-form input:focus,
.violet-lead-form textarea:focus {
    border-color: var(--ec-lilac);
    box-shadow: 0 0 0 3px rgba(199, 156, 255, .16);
}

.home-violet .site-footer {
    color: rgba(237, 230, 255, .82);
    background: #10091a;
    border-top-color: rgba(199, 156, 255, .16);
}

.home-violet .footer-column h3,
.home-violet .footer-main p,
.home-violet .footer-bottom span,
.home-violet .footer-social span {
    color: var(--ec-white-lilac);
}

.home-violet .footer-column a:hover,
.home-violet .footer-contact-item:hover {
    color: var(--ec-lilac);
}

.home-violet .footer-contact-item svg {
    stroke: var(--ec-lilac);
}

.home-violet .footer-social a {
    color: var(--ec-white-lilac);
    border-color: rgba(199, 156, 255, .22);
    background: rgba(237, 230, 255, .07);
}

.home-violet .footer-logo-violet {
    width: min(260px, 78vw);
    height: 56px;
    object-fit: contain;
    object-position: left center;
}

.public-violet {
    --ec-deep: #1A1026;
    --ec-main: #6A2C91;
    --ec-vibrant: #8E4DFF;
    --ec-lilac: #C79CFF;
    --ec-white-lilac: #EDE6FF;
    background: #f7f3ff;
}

.public-violet .site-header {
    background: rgba(26, 16, 38, .90);
    border-bottom-color: rgba(199, 156, 255, .16);
}

.public-violet .site-nav a:hover {
    color: var(--ec-lilac);
}

.public-violet .brand-logo-violet {
    width: min(255px, 42vw);
    height: 48px;
    object-fit: contain;
    object-position: left center;
}

.public-violet .hero {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(237, 230, 255, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(237, 230, 255, .035) 1px, transparent 1px),
        linear-gradient(135deg, #1A1026 0%, #27143b 46%, #3c1762 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

.public-violet .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(142, 77, 255, .32), transparent 42%),
        linear-gradient(290deg, rgba(199, 156, 255, .20), transparent 44%);
    pointer-events: none;
}

.public-violet .hero-inner {
    position: relative;
    z-index: 1;
}

.public-violet .eyebrow {
    color: var(--ec-lilac);
}

.public-violet .hero-lead {
    color: rgba(237, 230, 255, .84);
}

.public-violet .btn-primary,
.public-violet .button-primary {
    color: #fff;
    background: linear-gradient(135deg, #8E4DFF 0%, #6A2C91 58%, #C79CFF 132%);
    border-color: rgba(237, 230, 255, .14);
    box-shadow: 0 18px 44px rgba(142, 77, 255, .32);
}

.public-violet .btn-primary:hover,
.public-violet .button-primary:hover {
    box-shadow: 0 24px 62px rgba(142, 77, 255, .46);
}

.public-violet .btn-secondary,
.public-violet .button-secondary {
    color: var(--ec-white-lilac);
    background: rgba(237, 230, 255, .08);
    border-color: rgba(199, 156, 255, .34);
}

.public-violet .btn-secondary:hover,
.public-violet .button-secondary:hover {
    border-color: rgba(199, 156, 255, .82);
    background: rgba(237, 230, 255, .13);
}

.public-violet .section-soft {
    background:
        linear-gradient(90deg, rgba(106, 44, 145, .055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(106, 44, 145, .04) 1px, transparent 1px),
        #f8f4ff;
    background-size: 86px 86px, 86px 86px, auto;
}

.public-violet .section-dark {
    background: linear-gradient(135deg, #1A1026, #32164e);
}

.public-violet .mini-label,
.public-violet .benefits-link a {
    color: var(--ec-main);
}

.public-violet .product-window {
    border-color: rgba(199, 156, 255, .30);
    box-shadow: 0 30px 82px rgba(26, 16, 38, .34);
}

.public-violet .product-window-bar {
    color: var(--ec-white-lilac);
    background: linear-gradient(135deg, #1A1026, #3c1762);
}

.public-violet .resource-card,
.public-violet .plan-card,
.public-violet .print-card,
.public-violet .proof-card,
.public-violet .lead-panel,
.public-violet .custom-band,
.public-violet .cta-band {
    border-color: rgba(106, 44, 145, .16);
    box-shadow: 0 18px 46px rgba(26, 16, 38, .10);
}

.public-violet .plan-card.featured {
    border-color: var(--ec-vibrant);
}

.public-violet .badge,
.public-violet .proof-icon {
    color: #fff;
    background: linear-gradient(135deg, var(--ec-vibrant), var(--ec-main));
}

.public-violet .site-footer {
    color: rgba(237, 230, 255, .78);
    background: #10091a;
    border-top-color: rgba(199, 156, 255, .16);
}

.public-violet .footer-brand-name,
.public-violet .footer-brand-copy,
.public-violet .footer-links a {
    color: var(--ec-white-lilac);
}

.public-violet .footer-links a:hover {
    color: var(--ec-lilac);
}

.public-violet .footer-logo-violet {
    width: min(260px, 78vw);
    height: 56px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 1080px) {
    .violet-hero {
        min-height: auto;
    }

    .violet-hero-grid,
    .violet-flow-shell,
    .violet-personalize-grid,
    .violet-contact-grid {
        grid-template-columns: 1fr;
    }

    .violet-hero-card {
        min-height: 560px;
    }

    .violet-benefit-grid,
    .violet-mural-grid,
    .violet-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .home-violet .container {
        max-width: none;
    }

    .violet-hero-grid {
        gap: 34px;
        padding: 46px 0;
    }

    .violet-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.5rem);
    }

    .violet-hero p,
    .violet-section p {
        font-size: .98rem;
    }

    .violet-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .violet-trust {
        display: grid;
        grid-template-columns: 1fr;
    }

    .violet-hero-card {
        min-height: 430px;
    }

    .violet-hero-photo {
        inset: 0 0 64px 18px;
        border-radius: 16px;
    }

    .violet-system-peek {
        width: 88%;
        border-radius: 12px;
    }

    .violet-strip-grid,
    .violet-benefit-grid,
    .violet-mural-grid,
    .violet-flow-line {
        grid-template-columns: 1fr;
    }

    .violet-section {
        padding: 68px 0;
    }

    .violet-section-head h2,
    .violet-flow-shell h2,
    .violet-personalize h2,
    .violet-contact h2 {
        font-size: clamp(2rem, 10vw, 3.05rem);
    }

    .violet-benefit-grid article {
        min-height: 0;
        padding: 24px;
    }

    .violet-section-head.center {
        text-align: left;
    }

    .violet-section-head.center .violet-kicker {
        justify-content: flex-start;
    }

    .violet-section-head.center .violet-kicker::after {
        display: none;
    }

    .violet-mural-grid {
        gap: 14px;
    }

    .violet-mural-grid span {
        min-height: 44px;
    }

    .violet-flow-line span {
        min-height: 76px;
    }

    .violet-lead-form {
        padding: 20px;
    }
}

/* Overrides finais da identidade Easy Clínicas roxa */
.home-violet .nav-shell,
.public-violet .nav-shell {
    min-height: 108px;
}

.home-violet .brand-logo-violet,
.public-violet .brand-logo-violet {
    width: min(430px, 48vw);
    height: 86px;
    object-fit: contain;
    object-position: left center;
}

.home-violet .footer-logo-violet,
.public-violet .footer-logo-violet {
    width: min(330px, 78vw);
    height: 82px;
    object-fit: contain;
    object-position: left center;
}

.public-violet .site-header {
    background: rgba(26, 16, 38, .94);
    border-bottom-color: rgba(199, 156, 255, .18);
}

.public-violet .hero {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(237, 230, 255, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(237, 230, 255, .035) 1px, transparent 1px),
        linear-gradient(135deg, #1A1026 0%, #29143d 48%, #4b2370 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

.public-violet .section h2,
.public-violet .section-title,
.public-violet .resource-card-body h3,
.public-violet .plan-card h3,
.public-violet .print-card span,
.public-violet .proof-card strong {
    color: #1A1026;
}

.public-violet .eyebrow,
.public-violet .mini-label {
    color: #8E4DFF;
}

.public-violet .btn-primary,
.public-violet .button-primary,
.public-violet .btn-blue,
.public-violet .badge,
.public-violet .proof-icon {
    color: #fff;
    background: linear-gradient(135deg, #8E4DFF 0%, #6A2C91 58%, #C79CFF 132%);
    border-color: rgba(237, 230, 255, .14);
    box-shadow: 0 18px 44px rgba(142, 77, 255, .32);
}

.public-violet .btn-primary:hover,
.public-violet .button-primary:hover,
.public-violet .btn-blue:hover {
    box-shadow: 0 24px 62px rgba(142, 77, 255, .46);
}

.public-violet .product-window-bar {
    color: #EDE6FF;
    background: linear-gradient(135deg, #1A1026, #3c1762);
}

.public-violet .dot {
    background: #C79CFF;
}

.public-violet .dot.green {
    background: #8E4DFF;
}

.public-violet .dot.teal {
    background: #EDE6FF;
}

@media (max-width: 760px) {
    .home-violet .nav-shell,
    .public-violet .nav-shell {
        min-height: 88px;
    }

    .home-violet .brand-logo-violet,
    .public-violet .brand-logo-violet {
        width: min(290px, 68vw);
        height: 64px;
    }

    .home-violet .footer-logo-violet,
    .public-violet .footer-logo-violet {
        width: min(250px, 78vw);
        height: 62px;
    }
}

@media (min-width: 901px) {
    .home-violet .violet-hero-grid {
        gap: 56px;
        padding: 58px 0 62px;
    }

    .home-violet .violet-hero h1 {
        max-width: 720px;
        font-size: clamp(3rem, 4.1vw, 4.55rem);
        line-height: 1.02;
    }

    .home-violet .violet-hero p {
        font-size: 1.08rem;
        line-height: 1.58;
        margin-bottom: 22px;
    }

    .home-violet .violet-trust {
        margin-top: 16px;
    }

    .home-violet .violet-hero-card {
        width: 100%;
        max-width: 650px;
        justify-self: end;
    }
}

/* Identidade clara 2026 - base premium preto/branco com roxo apenas como assinatura */
:root {
    --navy: #141417;
    --navy-2: #24252a;
    --ink: #111113;
    --muted: #60646f;
    --line: #e4e7ec;
    --soft: #f6f7f9;
    --blue: #6A2C91;
    --teal: #6A2C91;
    --green: #17181c;
    --violet: #6A2C91;
    --shadow: 0 18px 46px rgba(17, 17, 19, .10);
    --shadow-hover: 0 26px 70px rgba(17, 17, 19, .16);
}

body.home-violet,
body.public-violet {
    --ec-deep: #111113;
    --ec-main: #6A2C91;
    --ec-vibrant: #8E4DFF;
    --ec-lilac: #7a3cb2;
    --ec-white-lilac: #f8f7fb;
    color: #17181c;
    background: #f6f7f9;
}

.home-violet .site-header,
.public-violet .site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(17, 17, 19, .10);
    box-shadow: 0 10px 34px rgba(17, 17, 19, .06);
    backdrop-filter: blur(18px);
}

.home-violet .site-nav a,
.public-violet .site-nav a {
    color: #24252a;
}

.home-violet .site-nav a:hover,
.public-violet .site-nav a:hover {
    color: #6A2C91;
}

.home-violet .nav-toggle,
.public-violet .nav-toggle {
    border-color: rgba(17, 17, 19, .18);
    background: rgba(255, 255, 255, .82);
}

.home-violet .nav-toggle span,
.public-violet .nav-toggle span {
    background: #17181c;
}

.violet-hero,
.public-violet .hero {
    color: #17181c;
    background:
        linear-gradient(90deg, rgba(17, 17, 19, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(17, 17, 19, .035) 1px, transparent 1px),
        radial-gradient(circle at 88% 10%, rgba(106, 44, 145, .10), transparent 36%),
        linear-gradient(135deg, #ffffff 0%, #f7f8fb 48%, #eceff3 100%);
    background-size: 92px 92px, 92px 92px, auto, auto;
}

.violet-hero::before,
.public-violet .hero::before {
    background:
        linear-gradient(115deg, rgba(17, 17, 19, .035), transparent 42%),
        linear-gradient(290deg, rgba(106, 44, 145, .10), transparent 44%);
}

.violet-kicker,
.public-violet .eyebrow,
.public-violet .mini-label,
.home-violet .mini-label {
    color: #6A2C91;
}

.violet-hero h1,
.violet-section h2,
.public-violet .hero h1,
.public-violet .section h2,
.public-violet .section-title,
.public-violet .resource-card-body h3,
.public-violet .plan-card h3,
.home-violet .resource-card-body h3,
.home-violet .plan-card h3,
.violet-benefit-grid h3,
.violet-exclusive h3,
.violet-contact h2 {
    color: #111113;
}

.violet-hero p,
.violet-section p,
.public-violet .hero-lead,
.public-violet .section p,
.public-violet .resource-card-body p,
.public-violet .plan-card p,
.home-violet .resource-card-body p,
.home-violet .plan-card p {
    color: #555b66;
}

.home-violet .btn-primary,
.public-violet .btn-primary,
.public-violet .button-primary,
.public-violet .btn-blue {
    color: #ffffff;
    background: linear-gradient(135deg, #111113 0%, #26272d 72%, #3b2a49 120%);
    border-color: #111113;
    box-shadow: 0 18px 44px rgba(17, 17, 19, .22);
}

.home-violet .btn-primary:hover,
.public-violet .btn-primary:hover,
.public-violet .button-primary:hover,
.public-violet .btn-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 62px rgba(17, 17, 19, .30);
}

.home-violet .btn-secondary,
.public-violet .btn-secondary,
.public-violet .button-secondary {
    color: #17181c;
    background: rgba(255, 255, 255, .86);
    border-color: rgba(17, 17, 19, .18);
    box-shadow: 0 12px 30px rgba(17, 17, 19, .08);
}

.home-violet .btn-secondary:hover,
.public-violet .btn-secondary:hover,
.public-violet .button-secondary:hover {
    color: #111113;
    background: #ffffff;
    border-color: rgba(106, 44, 145, .38);
}

.violet-trust span,
.violet-tags span {
    color: #17181c;
    background: rgba(255, 255, 255, .78);
    border-color: rgba(17, 17, 19, .12);
    box-shadow: 0 10px 30px rgba(17, 17, 19, .06);
}

.violet-hero-photo {
    border-color: rgba(17, 17, 19, .10);
    background: #ffffff;
    box-shadow: 0 34px 90px rgba(17, 17, 19, .18);
}

.violet-system-peek,
.public-violet .product-window {
    border-color: rgba(17, 17, 19, .12);
    box-shadow: 0 28px 76px rgba(17, 17, 19, .14);
}

.violet-strip {
    border-color: rgba(17, 17, 19, .08);
    background: #ffffff;
}

.violet-strip strong {
    color: #111113;
    background: #ffffff;
}

.violet-section,
.violet-section:nth-of-type(odd),
.violet-benefits-mural,
.public-violet .section-soft {
    background:
        linear-gradient(90deg, rgba(17, 17, 19, .035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(17, 17, 19, .028) 1px, transparent 1px),
        #f6f7f9;
    background-size: 88px 88px, 88px 88px, auto;
}

.violet-section:nth-of-type(even),
.public-violet .section {
    background-color: #ffffff;
}

.violet-benefit-grid article,
.public-violet .resource-card,
.public-violet .plan-card,
.public-violet .print-card,
.public-violet .proof-card,
.public-violet .lead-panel,
.public-violet .custom-band,
.public-violet .cta-band,
.home-violet .resource-card,
.home-violet .plan-card {
    border-color: rgba(17, 17, 19, .10);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 46px rgba(17, 17, 19, .08);
}

.violet-benefit-grid article:hover,
.public-violet .resource-card:hover,
.public-violet .plan-card:hover,
.public-violet .print-card:hover,
.home-violet .resource-card:hover,
.home-violet .plan-card:hover {
    border-color: rgba(106, 44, 145, .24);
    background: #ffffff;
    box-shadow: 0 24px 62px rgba(17, 17, 19, .12);
}

.violet-benefit-grid svg,
.violet-mural-grid svg {
    color: #6A2C91;
    stroke: currentColor;
}

.violet-mural-grid span {
    color: #17181c;
}

.violet-mural-grid svg {
    border-color: rgba(17, 17, 19, .16);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(17, 17, 19, .08);
}

.violet-mural-grid span:hover {
    color: #6A2C91;
}

.violet-mural-grid span:hover svg {
    color: #ffffff;
    border-color: #111113;
    background: #111113;
}

.violet-exclusive {
    border-top-color: rgba(17, 17, 19, .12);
}

.violet-benefits-link a {
    color: #111113;
}

.violet-benefits-link a::after {
    color: #ffffff;
    background: #111113;
    box-shadow: 0 12px 24px rgba(17, 17, 19, .18);
}

.violet-flow-line {
    border-color: rgba(17, 17, 19, .10);
    background: #ffffff;
}

.violet-flow-line span {
    color: #111113;
    border-color: rgba(17, 17, 19, .10);
    background: #f6f7f9;
}

.violet-contact {
    background:
        radial-gradient(circle at 82% 18%, rgba(106, 44, 145, .12), transparent 34%),
        linear-gradient(135deg, #f8f9fb 0%, #ffffff 55%, #ebeef2 100%);
}

.violet-lead-form {
    border-color: rgba(17, 17, 19, .12);
    background: #ffffff;
    box-shadow: 0 26px 72px rgba(17, 17, 19, .12);
}

.violet-lead-form label {
    color: #17181c;
}

.violet-lead-form input,
.violet-lead-form select,
.violet-lead-form textarea {
    color: #17181c;
    border-color: rgba(17, 17, 19, .14);
    background: #f8f9fb;
}

.violet-lead-form input::placeholder,
.violet-lead-form textarea::placeholder {
    color: #777d88;
}

.violet-lead-form input:focus,
.violet-lead-form textarea:focus,
.violet-lead-form select:focus {
    border-color: rgba(106, 44, 145, .52);
    box-shadow: 0 0 0 3px rgba(106, 44, 145, .10);
}

.public-violet .hero h1,
.public-violet .hero-lead {
    color: #111113;
}

.public-violet .product-window-bar {
    color: #ffffff;
    background: linear-gradient(135deg, #111113, #2b2c31);
}

.public-violet .dot,
.dot {
    background: #9ca3af;
}

.public-violet .dot.green,
.dot.green {
    background: #6A2C91;
}

.public-violet .dot.teal,
.dot.teal {
    background: #111113;
}

.public-violet .badge,
.public-violet .badge.badge-blue,
.public-violet .proof-icon,
.home-violet .badge,
.home-violet .badge.badge-blue {
    color: #ffffff;
    background: #111113;
}

.public-violet .plan-card.featured {
    border-color: rgba(106, 44, 145, .42);
    box-shadow: 0 26px 76px rgba(106, 44, 145, .14);
}

.public-violet .price,
.home-violet .price {
    color: #111113;
}

.public-violet .section-dark,
.home-violet .section-dark {
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(135deg, #111113 0%, #232428 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

.public-violet .section-dark h2,
.public-violet .section-dark h3,
.home-violet .section-dark h2,
.home-violet .section-dark h3 {
    color: #ffffff;
}

.public-violet .section-dark p,
.home-violet .section-dark p {
    color: rgba(255, 255, 255, .78);
}

.home-violet .site-footer,
.public-violet .site-footer {
    color: #555b66;
    background:
        linear-gradient(90deg, rgba(17, 17, 19, .028) 1px, transparent 1px),
        linear-gradient(0deg, rgba(17, 17, 19, .022) 1px, transparent 1px),
        #eef1f5;
    background-size: 92px 92px, 92px 92px, auto;
    border-top-color: rgba(17, 17, 19, .10);
}

.home-violet .footer-column h3,
.home-violet .footer-main p,
.home-violet .footer-bottom span,
.home-violet .footer-social span,
.public-violet .footer-brand-name,
.public-violet .footer-brand-copy,
.public-violet .footer-links a {
    color: #111113;
}

.home-violet .footer-column a,
.home-violet .footer-contact-item,
.public-violet .footer-links a {
    color: #555b66;
}

.home-violet .footer-column a:hover,
.home-violet .footer-contact-item:hover,
.public-violet .footer-links a:hover {
    color: #6A2C91;
}

.home-violet .footer-social a {
    color: #111113;
    border-color: rgba(17, 17, 19, .14);
    background: rgba(255, 255, 255, .70);
}

.home-violet .footer-whatsapp.is-soon::after {
    color: #6A2C91;
    background: rgba(106, 44, 145, .10);
}

@media (max-width: 760px) {
    .violet-hero,
    .public-violet .hero {
        background:
            linear-gradient(90deg, rgba(17, 17, 19, .045) 1px, transparent 1px),
            linear-gradient(0deg, rgba(17, 17, 19, .035) 1px, transparent 1px),
            linear-gradient(135deg, #ffffff 0%, #f5f6f8 100%);
        background-size: 92px 92px, 92px 92px, auto;
    }

    .home-violet .violet-hero h1 {
        color: #111113;
    }
}

.home-violet .eyebrow,
.public-violet .eyebrow,
.home-violet .mini-label,
.public-violet .mini-label,
.home-violet .section:not(.section-dark) .eyebrow,
.public-violet .section:not(.section-dark) .eyebrow,
.home-violet .section-head.center .eyebrow,
.public-violet .section-head.center .eyebrow {
    color: #6A2C91 !important;
}

/* Varredura final dos tons azuis antigos da home */
.home-violet .complete-card.highlighted,
.home-violet .complete-card:hover,
.home-violet .feature-cloud-rich span:nth-child(4n + 1) {
    border-color: rgba(106, 44, 145, .28) !important;
}

.home-violet .complete-card.highlighted {
    background: #ffffff !important;
    box-shadow: 0 22px 58px rgba(17, 17, 19, .10) !important;
}

.home-violet .benefit-item,
.home-violet .benefit-item svg,
.home-violet .timeline-step strong,
.home-violet .plan-feature strong,
.home-violet .feature-cloud-rich span {
    color: #17181c !important;
    border-color: rgba(17, 17, 19, .14) !important;
}

.home-violet .benefit-item svg {
    color: #6A2C91 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(17, 17, 19, .08) !important;
}

.home-violet .benefit-item:hover {
    color: #6A2C91 !important;
}

.home-violet .benefit-item:hover svg {
    color: #ffffff !important;
    border-color: #111113 !important;
    background: #111113 !important;
}

/* Logo oficial PNG, sem SVG reconstruido nem composicao apertada */
.home-violet .brand-logo-violet,
.public-violet .brand-logo-violet {
    width: min(320px, 42vw) !important;
    height: auto !important;
    max-height: 78px !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
}

.home-violet .footer-logo-violet,
.public-violet .footer-logo-violet {
    width: min(300px, 78vw) !important;
    height: auto !important;
    max-height: 88px !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
}

@media (max-width: 760px) {
    .home-violet .brand-logo-violet,
    .public-violet .brand-logo-violet {
        width: min(230px, 62vw) !important;
        max-height: 68px !important;
    }

    .home-violet .footer-logo-violet,
    .public-violet .footer-logo-violet {
        width: min(230px, 78vw) !important;
        max-height: 72px !important;
    }
}

.home-violet .site-header,
.public-violet .site-header {
    background: rgba(17, 17, 19, .96) !important;
    border-bottom-color: rgba(255, 255, 255, .10) !important;
    box-shadow: 0 14px 38px rgba(17, 17, 19, .16) !important;
}

.home-violet .site-nav a,
.public-violet .site-nav a {
    color: rgba(255, 255, 255, .86) !important;
}

.home-violet .site-nav a:hover,
.public-violet .site-nav a:hover {
    color: #C79CFF !important;
}

.home-violet .nav-toggle,
.public-violet .nav-toggle {
    border-color: rgba(255, 255, 255, .20) !important;
    background: rgba(255, 255, 255, .08) !important;
}

.home-violet .nav-toggle span,
.public-violet .nav-toggle span {
    background: #ffffff !important;
}

.home-violet .footer-logo-violet,
.public-violet .footer-logo-violet {
    box-sizing: border-box !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    background: #111113 !important;
    box-shadow: 0 16px 34px rgba(17, 17, 19, .12) !important;
}

.home-violet .eyebrow::before,
.public-violet .eyebrow::before,
.home-violet .eyebrow::after,
.public-violet .eyebrow::after,
.home-violet .section:not(.section-dark) .eyebrow::before,
.public-violet .section:not(.section-dark) .eyebrow::before,
.home-violet .section-head.center .eyebrow::before,
.public-violet .section-head.center .eyebrow::before {
    background: currentColor !important;
}

.home-violet .benefits-link a,
.public-violet .benefits-link a {
    color: #111113;
}

.home-violet .benefits-link a::after,
.public-violet .benefits-link a::after {
    color: #ffffff;
    background: #111113;
}


/* Paginas legais */
.legal-page .legal-hero {
    padding: 150px 0 72px;
    min-height: auto;
}

.legal-page .legal-hero .hero-inner {
    grid-template-columns: minmax(0, 820px);
}

.legal-updated {
    margin: 22px 0 0;
    color: #5f6570;
    font-size: .95rem;
    font-weight: 800;
}

.legal-content {
    background: #ffffff;
}

.legal-grid {
    display: grid;
    grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.legal-index {
    position: sticky;
    top: 108px;
    display: grid;
    gap: 10px;
    padding: 18px 0;
}

.legal-index a {
    color: #555b66;
    font-size: .92rem;
    font-weight: 850;
    text-decoration: none;
}

.legal-index a:hover {
    color: #6A2C91;
}

.legal-doc {
    max-width: 860px;
    color: #333842;
    line-height: 1.78;
}

.legal-doc section + section {
    margin-top: 36px;
}

.legal-doc h2 {
    margin: 0 0 12px;
    color: #111113;
    font-size: clamp(1.22rem, 2vw, 1.55rem);
    line-height: 1.25;
}

.legal-doc p {
    margin: 0;
    color: #555b66;
}

.legal-doc a {
    color: #6A2C91;
    font-weight: 850;
}

@media (max-width: 900px) {
    .legal-page .legal-hero {
        padding: 128px 0 54px;
    }

    .legal-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .legal-index {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
    }
}

@media (max-width: 560px) {
    .legal-index {
        grid-template-columns: 1fr;
    }
}


/* Rodape compacto institucional */
.public-violet .footer-shell-compact {
    grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
    gap: clamp(32px, 7vw, 92px);
    align-items: center;
}

.footer-shell-compact .footer-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.public-violet .footer-shell-compact .footer-logo-violet {
    width: min(210px, 42vw) !important;
    max-height: 76px !important;
    padding: 8px 12px !important;
    border-radius: 9px !important;
    box-shadow: 0 14px 30px rgba(17, 17, 19, .12) !important;
}

.footer-shell-compact .footer-brand-name {
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1.2;
}

.footer-shell-compact .footer-brand-copy {
    max-width: 390px;
    color: #555b66;
    font-size: .92rem;
    line-height: 1.55;
}

.public-violet .footer-shell-compact .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.public-violet .footer-shell-compact .footer-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid rgba(17, 17, 19, .10);
    border-radius: 999px;
    color: #2f333b;
    background: rgba(255, 255, 255, .68);
    box-shadow: 0 8px 18px rgba(17, 17, 19, .04);
    font-size: .84rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.public-violet .footer-shell-compact .footer-links a:hover {
    color: #ffffff;
    border-color: #111113;
    background: #111113;
    transform: translateY(-1px);
}

.footer-compact-bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 17, 19, .10);
    color: #68707c;
    font-size: .82rem;
    font-weight: 800;
}

@media (max-width: 900px) {
    .public-violet .footer-shell-compact {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .public-violet .footer-shell-compact .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .footer-shell-compact .footer-brand {
        grid-template-columns: 1fr;
    }

    .public-violet .footer-shell-compact .footer-logo-violet {
        width: min(220px, 72vw) !important;
    }

    .footer-compact-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Rodape institucional unificado */
.ec-footer.site-footer {
    padding: 0;
    color: #e8e8ef;
    background:
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(135deg, #111113 0%, #17151d 48%, #241431 100%);
    background-size: 92px 92px, 92px 92px, auto;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.ec-footer-shell {
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(140px, .72fr));
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
    padding: clamp(52px, 6vw, 78px) 24px 28px;
}

.ec-footer-brand {
    display: grid;
    gap: 20px;
    min-width: 0;
}

.ec-footer-logo {
    width: min(300px, 100%);
    display: block;
}

.ec-footer-logo img {
    width: 100%;
    max-height: 86px;
    object-fit: contain;
    object-position: left center;
    display: block;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 10px;
    background: #111113;
    box-shadow: 0 24px 62px rgba(0, 0, 0, .28);
}

.ec-footer-brand p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: .98rem;
    line-height: 1.7;
}

.ec-footer-contact {
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, .62);
    font-size: .88rem;
    font-weight: 750;
}

.ec-footer-contact a {
    width: fit-content;
    color: #C79CFF;
    text-decoration: none;
}

.ec-footer-contact a:hover {
    color: #ffffff;
}

.ec-footer-column {
    display: grid;
    align-content: start;
    gap: 12px;
}

.ec-footer-column h3 {
    margin: 4px 0 10px;
    color: #ffffff;
    font-size: .82rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ec-footer-column a {
    width: fit-content;
    color: rgba(255, 255, 255, .68);
    font-size: .92rem;
    font-weight: 760;
    line-height: 1.35;
    text-decoration: none;
}

.ec-footer-column a:hover {
    color: #C79CFF;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ec-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .56);
    font-size: .82rem;
    font-weight: 760;
}

@media (max-width: 1120px) {
    .ec-footer-shell {
        grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(170px, 1fr));
    }
}

@media (max-width: 760px) {
    .ec-footer-shell {
        grid-template-columns: 1fr;
        padding: 42px 20px 24px;
    }

    .ec-footer-logo {
        width: min(250px, 78vw);
    }

    .ec-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* SEO e conversao */
.hero h2.hero-title {
    max-width: 570px;
    margin: 18px 0 18px;
    color: inherit;
    font-size: clamp(2.35rem, 2.62vw, 3.05rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.public-violet .hero h2.hero-title {
    color: #111113;
}

.seo-faq-section {
    background:
        linear-gradient(90deg, rgba(17, 17, 19, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(17, 17, 19, .035) 1px, transparent 1px),
        linear-gradient(135deg, #ffffff 0%, #f8f9fc 48%, #edf0f5 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

.seo-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.seo-faq-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(17, 17, 19, .10);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 20px 46px rgba(17, 17, 19, .07);
}

.seo-faq-card h3 {
    margin: 0 0 10px;
    color: #111113;
    font-size: 1rem;
    line-height: 1.35;
}

.seo-faq-card p {
    margin: 0;
    color: #555b66;
    font-size: .94rem;
    line-height: 1.62;
}

.seo-faq-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

@media (max-width: 980px) {
    .seo-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .seo-faq-grid {
        grid-template-columns: 1fr;
    }

    .seo-faq-card {
        padding: 20px;
    }
}


/* Links internos SEO */
.violet-strip a,
.resource-card-body h3 a,
.seo-faq-card a {
    color: inherit;
    text-decoration: none;
}

.violet-strip a:hover,
.resource-card-body h3 a:hover,
.seo-faq-card a:hover {
    color: #6A2C91;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.organic-seo-page .hero-actions,
.organic-seo-page .cta-actions,
.organic-seo-page .seo-faq-actions {
    align-items: center;
}

.organic-seo-page .section-dark .cta-band .section-title,
.organic-seo-page .section-dark .cta-band h2 {
    color: #111113;
}

.organic-seo-page .section-dark .cta-band p {
    color: #555b66;
}

.organic-seo-page .section-dark .cta-band .btn-secondary {
    color: #17181c;
    background: #f6f7f9;
    border-color: rgba(17, 17, 19, .16);
}

.seo-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.seo-related-link {
    display: flex;
    align-items: center;
    min-height: 92px;
    padding: 20px;
    color: #1A1026;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.28;
    border: 1px solid rgba(106, 44, 145, .14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(26, 16, 38, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.seo-related-link:hover {
    color: #6A2C91;
    border-color: rgba(142, 77, 255, .34);
    box-shadow: 0 24px 54px rgba(26, 16, 38, .14);
    transform: translateY(-3px);
}

.violet-seo-hub .violet-benefit-grid h3 a {
    color: inherit;
    text-decoration: none;
}

.violet-seo-hub .violet-benefit-grid h3 a:hover {
    color: #6A2C91;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 980px) {
    .seo-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .seo-related-grid {
        grid-template-columns: 1fr;
    }
}


/* Landing agenda estetica */
.agenda-estetica-page .hero-window {
    background: #ffffff url("/assets/images/landing/current/agenda-atendimentos.png?v=20260519-realprints2") center top / contain no-repeat;
}

.agenda-estetica-page .hero-window img {
    opacity: 0;
}

.agenda-estetica-page .hero-note {
    color: #555b66;
}


/* Assistente inteligente Easy IA Chat */
.easy-ia-chat {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1200;
    font-family: inherit;
}

.easy-ia-chat-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 16px 8px 9px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #1A1026 0%, #6A2C91 100%);
    box-shadow: 0 18px 42px rgba(26, 16, 38, .28);
    cursor: pointer;
}

.easy-ia-chat-mark {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(106, 44, 145, .12);
    overflow: hidden;
}

.easy-ia-chat-mark img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.easy-ia-chat-toggle-text {
    font-size: .95rem;
    font-weight: 900;
}

.easy-ia-chat-panel {
    position: absolute;
    right: 0;
    bottom: 68px;
    display: grid;
    grid-template-rows: auto minmax(170px, 1fr) auto auto auto;
    width: min(390px, calc(100vw - 28px));
    max-height: min(620px, calc(100vh - 110px));
    overflow: hidden;
    border: 1px solid rgba(26, 16, 38, .14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(17, 17, 19, .22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .18s ease, transform .18s ease;
}

.easy-ia-chat.is-open .easy-ia-chat-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.easy-ia-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #1A1026 0%, #3c1762 56%, #6A2C91 100%);
}

.easy-ia-chat-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.easy-ia-chat-header-logo {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    padding: 7px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(17, 17, 19, .18);
}

.easy-ia-chat-header-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.easy-ia-chat-header strong,
.easy-ia-chat-header span {
    display: block;
}

.easy-ia-chat-header strong {
    font-size: 1rem;
    line-height: 1.2;
}

.easy-ia-chat-header span {
    margin-top: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 760;
}

.easy-ia-chat-close {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
}

.easy-ia-chat-messages {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 0;
    padding: 14px;
    overflow-y: auto;
    background:
        linear-gradient(90deg, rgba(17, 17, 19, .035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(17, 17, 19, .03) 1px, transparent 1px),
        #f7f8fb;
    background-size: 42px 42px, 42px 42px, auto;
}

.easy-ia-chat-message {
    max-width: 86%;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: .9rem;
    line-height: 1.48;
    white-space: pre-wrap;
}

.easy-ia-chat-message.assistant {
    justify-self: start;
    color: #243044;
    border: 1px solid rgba(26, 16, 38, .08);
    background: #ffffff;
}

.easy-ia-chat-message.visitor {
    justify-self: end;
    color: #ffffff;
    background: #6A2C91;
}

.easy-ia-chat-message.is-typing {
    color: #667085;
}

.easy-ia-chat-chips {
    display: flex;
    gap: 8px;
    padding: 10px 12px 0;
    overflow-x: auto;
    background: #ffffff;
}

.easy-ia-chat-chips button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(106, 44, 145, .18);
    border-radius: 999px;
    color: #4b2367;
    background: #f5efff;
    font-size: .78rem;
    font-weight: 850;
    cursor: pointer;
}

.easy-ia-chat-lead {
    display: grid;
    gap: 9px;
    padding: 12px;
    border-top: 1px solid #eceff5;
    background: #ffffff;
}

.easy-ia-chat-lead[hidden] {
    display: none;
}

.easy-ia-chat-lead strong {
    color: #1A1026;
    font-size: .86rem;
}

.easy-ia-chat-lead p {
    margin: 0;
    color: #52627a;
    font-size: .8rem;
    line-height: 1.4;
}

.easy-ia-chat-lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.easy-ia-chat input {
    width: 100%;
    min-width: 0;
    border: 1px solid #dce2ec;
    border-radius: 8px;
    color: #172033;
    background: #ffffff;
    font: inherit;
}

.easy-ia-chat-lead input {
    min-height: 38px;
    padding: 8px 10px;
    font-size: .82rem;
}

.easy-ia-chat-lead .btn {
    min-height: 40px;
    justify-content: center;
}

.easy-ia-chat-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 12px;
    background: #ffffff;
}

.easy-ia-chat-form input {
    min-height: 42px;
    padding: 9px 10px;
    font-size: .86rem;
}

.easy-ia-chat-form button {
    min-height: 42px;
    padding: 0 13px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: #1A1026;
    font-size: .82rem;
    font-weight: 900;
    cursor: pointer;
}

.easy-ia-chat.is-locked .easy-ia-chat-form {
    opacity: .72;
}

.easy-ia-chat-form button:disabled,
.easy-ia-chat-form input:disabled {
    cursor: not-allowed;
}

.easy-ia-chat-form input:disabled {
    background: #f1f4f8;
}

@media (max-width: 560px) {
    .easy-ia-chat {
        right: 14px;
        bottom: 14px;
    }

    .easy-ia-chat-panel {
        right: -4px;
        bottom: 64px;
        width: calc(100vw - 20px);
        max-height: min(72vh, 620px);
    }

    .easy-ia-chat-lead-grid {
        grid-template-columns: 1fr;
    }

    .easy-ia-chat-toggle-text {
        display: none;
    }
}
