:root {
    --landing-surface: rgba(12, 21, 36, 0.58);
    --landing-surface-strong: rgba(9, 16, 29, 0.78);
    --landing-border: rgba(160, 203, 255, 0.18);
    --landing-border-strong: rgba(0, 191, 255, 0.28);
    --landing-accent: #5ed3ff;
    --landing-accent-strong: #0ea5e9;
    --landing-highlight: #f5c26b;
    --landing-muted: rgba(237, 237, 237, 0.72);
    --landing-shadow: 0 24px 70px rgba(2, 8, 20, 0.32);
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top, rgba(94, 211, 255, 0.08), transparent 32%),
        radial-gradient(circle at 80% 10%, rgba(245, 194, 107, 0.07), transparent 24%),
        linear-gradient(180deg, #0a1220 0%, #132238 24%, #18273f 100%);
}

.header {
    position: relative;
    z-index: 1200;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(420px, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 82px;
    background: rgba(16, 26, 43, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-backdrop {
    z-index: 1190;
    background: rgba(5, 10, 20, 0.74);
    backdrop-filter: none;
}

.menu-toggle {
    position: relative;
    z-index: 1210;
}

.mobile-sidebar-menu {
    z-index: 1205 !important;
    background: #101b2c !important;
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.48) !important;
    backdrop-filter: none !important;
}

.mobile-sidebar-close {
    display: none;
    align-items: center;
    justify-content: center;
}

.width-w33-e {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.width-w33-s,
.width-w33-j,
.width-w33-e {
    width: auto;
}

.width-w33-j {
    justify-self: center;
}

.width-w33-e {
    justify-self: end;
}

.nomeEmpresa {
    margin: 0;
    align-items: center;
}

.nomeEmpresa h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

.mobile-sidebar-menu {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.mobile-sidebar-section {
    display: flex;
    align-items: center;
}

.mobile-sidebar-section.mobile-sidebar-links,
.mobile-sidebar-footer,
.mobile-sidebar-header {
    display: none;
}

.login {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.login button {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.login button:hover,
.login button:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    outline: none;
}

#space {
    display: none;
}

.header-anchor-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.header-anchor-nav a {
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--txt-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.header-anchor-nav a:hover,
.header-anchor-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}

.mobile-sidebar-links {
    gap: 10px;
}

.mobile-sidebar-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--txt-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.mobile-sidebar-links a:hover,
.mobile-sidebar-links a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}

.landing-shell,
.section-shell {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.landing-shell {
    padding: 42px 0 12px;
}

.landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 26px;
    align-items: stretch;
}

.landing-hero-copy,
.landing-hero-visual,
.story-panel,
.testimonial-card,
.metric-card,
.landing-section-heading,
.footer--institutional {
    background: linear-gradient(180deg, rgba(18, 30, 49, 0.92), rgba(10, 17, 29, 0.94));
    border: 1px solid var(--landing-border);
    box-shadow: var(--landing-shadow);
}

.landing-hero-copy {
    padding: 42px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.landing-hero-copy::before {
    content: '';
    position: absolute;
    inset: auto auto -100px -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(94, 211, 255, 0.18), transparent 68%);
    pointer-events: none;
}

.landing-hero-copy::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    width: 88px;
    height: 88px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(245, 194, 107, 0.16), rgba(94, 211, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.06);
    transform: rotate(8deg);
    pointer-events: none;
}

.landing-eyebrow,
.section-badge,
.footer-eyebrow,
.landing-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(94, 211, 255, 0.12);
    color: var(--landing-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-hero-copy h2,
.landing-section-heading h2,
.landing-section-heading h3,
.story-panel h3,
.footer-brand-block h2 {
    color: #f7fbff;
    line-height: 1.08;
}

.landing-hero-copy h2 {
    max-width: 12ch;
    margin-bottom: 18px;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 700;
}

.landing-hero-copy h2 span {
    color: var(--landing-highlight);
}

.landing-lead,
.landing-section-heading p,
.story-panel p,
.metric-card span,
.testimonial-card span,
.footer-description,
.footer-legal-block p {
    color: var(--landing-muted);
    line-height: 1.7;
}

.landing-proof-note {
    max-width: 62ch;
    margin-top: 8px;
    color: rgba(245, 194, 107, 0.9) !important;
    font-size: 14px;
}

.landing-lead {
    max-width: 58ch;
    font-size: 17px;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.landing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.landing-button:hover,
.landing-button:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

.landing-button-primary {
    background: linear-gradient(135deg, var(--landing-accent) 0%, var(--landing-accent-strong) 100%);
    color: #03131f;
    box-shadow: 0 18px 32px rgba(14, 165, 233, 0.28);
}

.landing-button-secondary {
    border: 1px solid var(--landing-border-strong);
    color: #f7fbff;
    background: rgba(255, 255, 255, 0.03);
}

.landing-trustbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.landing-trustbar span {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 13px;
}

.landing-hero-visual {
    position: relative;
    min-height: 100%;
    padding: 22px;
    border-radius: 32px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(94, 211, 255, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(19, 32, 51, 0.98), rgba(9, 16, 28, 0.98));
}

.landing-visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.landing-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.landing-visual-card-main {
    min-height: 100%;
    padding: 28px;
    background:
        radial-gradient(circle at top left, rgba(94, 211, 255, 0.18), transparent 32%),
        radial-gradient(circle at bottom right, rgba(245, 194, 107, 0.16), transparent 26%),
        linear-gradient(180deg, #142239 0%, #0d1726 100%);
}

.landing-visual-card-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 21, 35, 0.06), rgba(8, 16, 28, 0.28));
    pointer-events: none;
}

.landing-visual-copy {
    position: absolute;
    inset: auto 24px 24px 24px;
    z-index: 1;
}

.landing-visual-copy-stage {
    position: relative;
    inset: auto;
    margin-bottom: 22px;
}

.landing-visual-copy h3 {
    margin-bottom: 8px;
    font-size: 30px;
}

.landing-hero-feature-grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: stretch;
}

.landing-hero-feature-product,
.landing-hero-feature-item {
    display: flex;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.landing-hero-feature-product {
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 24px;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.landing-hero-feature-product img {
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.25));
}

.landing-hero-feature-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.landing-hero-feature-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 96px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.landing-hero-feature-item strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
}

.landing-hero-feature-item p {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.5;
}

.metric-card strong,
.testimonial-card strong,
.footer-column-title {
    color: #f7fbff;
}

.landing-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.metric-card {
    padding: 24px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, rgba(18, 30, 49, 0.92), rgba(10, 17, 29, 0.94));
}

.metric-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}

.landing-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
    margin-top: 22px;
}

.story-panel {
    padding: 28px;
    border-radius: 28px;
}

.story-panel-copy {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(18, 30, 49, 0.92), rgba(10, 17, 29, 0.94));
}

.story-panel-gallery {
    background:
        linear-gradient(180deg, rgba(94, 211, 255, 0.06), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(18, 30, 49, 0.92), rgba(10, 17, 29, 0.94));
}

.story-panel h3 {
    margin-bottom: 14px;
    font-size: clamp(26px, 3vw, 38px);
}

.landing-checklist {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.landing-checklist li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
    color: #f3f9ff;
    line-height: 1.6;
}

.landing-checklist li::before {
    content: '•';
    position: absolute;
    left: 6px;
    color: var(--landing-accent);
}

.landing-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.landing-gallery-card {
    margin: 0;
    padding: 16px;
    min-height: 100%;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-gallery-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(94, 211, 255, 0.05));
    padding: 0;
}

.landing-gallery-card figcaption {
    margin-top: 14px;
    color: var(--landing-muted);
    line-height: 1.6;
    font-size: 14px;
}

.landing-testimonials-wrap {
    margin-top: 22px;
}

.landing-section-heading {
    padding: 28px 30px;
    border-radius: 28px;
}

.landing-section-heading-left {
    margin-top: 26px;
    margin-bottom: 18px;
}

.landing-section-heading-left,
.landing-section-heading-center {
    max-width: 960px;
}

.landing-section-heading-center,
.faq-heading-copy {
    margin: 18px auto 0;
    text-align: center;
}

.landing-section-heading h2,
.landing-section-heading h3 {
    margin-bottom: 10px;
    font-size: clamp(28px, 4vw, 46px);
}

.landing-testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.testimonial-card {
    padding: 24px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(245, 194, 107, 0.06), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, rgba(18, 30, 49, 0.92), rgba(10, 17, 29, 0.94));
}

.testimonial-card p {
    margin-bottom: 16px;
    color: #f3f9ff;
    line-height: 1.7;
    font-size: 15px;
}

.testimonial-card span {
    display: block;
    margin-top: 8px;
}

.testimonial-avatar {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.purchase-form-section {
    margin-top: 12px;
}

.purchase-customize-section {
    margin-top: 6px;
}

.faq-section-shell {
    margin-top: 24px;
}

.faq-heading-copy {
    margin-bottom: 24px;
}

.footer.footer--institutional {
    width: min(1160px, calc(100% - 48px));
    margin: 48px auto 32px;
    padding: 28px;
    border-radius: 28px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.55fr)) minmax(180px, 0.7fr);
    gap: 24px;
    background: linear-gradient(180deg, rgba(16, 26, 43, 0.96), rgba(8, 14, 26, 0.98));
    border-top: 1px solid var(--landing-border);
    text-align: left;
}

.footer-brand-block,
.footer-links-block,
.footer-legal-block {
    min-width: 0;
}

.footer-brand-top {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 12px;
}

.footer-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.footer-brand-block h2 {
    font-size: 24px;
    margin: 0;
}

.footer-column-title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link-list a {
    color: var(--landing-muted);
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.25s ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible {
    color: #ffffff;
    outline: none;
}

.footer-legal-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
}

@media screen and (max-width: 1124px) {
    .header-anchor-nav {
        display: none;
    }

    .header {
        display: flex;
        grid-template-columns: none;
        min-height: 0;
    }

    .landing-shell,
    .section-shell,
    .footer.footer--institutional {
        width: min(100%, calc(100% - 32px));
    }

    .landing-shell {
        padding-top: 28px;
    }

    .landing-hero,
    .landing-story-grid,
    .landing-testimonials,
    .landing-metrics,
    .footer.footer--institutional {
        grid-template-columns: 1fr;
    }

    .landing-hero-copy,
    .landing-hero-visual,
    .story-panel,
    .landing-section-heading,
    .footer.footer--institutional {
        border-radius: 24px;
    }

    .landing-hero-copy {
        padding: 28px;
    }

    .landing-hero-copy h2 {
        max-width: none;
    }

    .landing-hero-visual {
        min-height: 560px;
    }

    .mobile-sidebar-menu {
        position: fixed;
        inset: 0 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        z-index: 1205 !important;
        box-sizing: border-box;
        width: min(100vw, 360px);
        max-width: 100vw;
        height: 100dvh;
        padding: 18px;
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        background: #101b2c !important;
        box-shadow: -24px 0 60px rgba(0, 0, 0, 0.48) !important;
    }

    .mobile-sidebar-header,
    .mobile-sidebar-footer,
    .mobile-sidebar-section.mobile-sidebar-links {
        display: flex;
        flex-direction: column;
    }

    .mobile-sidebar-header {
        display: flex;
    }

    .mobile-sidebar-footer {
        display: block;
    }

    .mobile-sidebar-section {
        width: 100%;
    }

    .mobile-sidebar-section.mobile-sidebar-links {
        width: 100%;
    }

    .login {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .login button {
        width: 100%;
        min-height: 46px;
        padding: 10px 14px;
        text-align: left;
    }

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

@media screen and (max-width: 734px) {
    .landing-shell,
    .section-shell,
    .footer.footer--institutional {
        width: calc(100% - 24px);
    }

    .landing-hero-copy,
    .landing-hero-visual,
    .story-panel,
    .landing-section-heading,
    .metric-card,
    .testimonial-card,
    .footer.footer--institutional {
        padding-left: 18px;
        padding-right: 18px;
    }

    .landing-hero-copy {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .landing-trustbar,
    .landing-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-button {
        width: 100%;
    }

    .landing-hero-visual {
        min-height: 420px;
        padding: 14px;
    }

    .landing-visual-card-main {
        min-height: 100%;
    }

    .landing-hero-feature-grid {
        grid-template-columns: 1fr;
    }

    .landing-hero-feature-product {
        min-height: 240px;
    }

    .landing-gallery {
        grid-template-columns: 1fr;
    }

    .landing-gallery-card img {
        height: 150px;
    }

    .footer-brand-top {
        grid-template-columns: 56px 1fr;
    }

    .footer-brand-block h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .landing-hero-copy h2 {
        font-size: 34px;
    }

    .landing-section-heading h2,
    .landing-section-heading h3,
    .story-panel h3 {
        font-size: 28px;
    }

    .metric-card strong {
        font-size: 20px;
    }

    .landing-hero-feature-item {
        min-height: 88px;
        padding: 16px;
    }
}

@media screen and (min-width: 1125px) and (max-width: 1440px) {
    .landing-shell,
    .section-shell,
    .footer.footer--institutional {
        width: min(100%, calc(100% - 40px));
    }

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

    .landing-testimonials .testimonial-card:last-child {
        grid-column: 1 / -1;
    }

    .landing-story-grid {
        grid-template-columns: 1fr;
    }

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

    .footer-legal-block {
        grid-column: 1 / -1;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media screen and (min-width: 735px) and (max-width: 1124px) {
    .landing-shell,
    .section-shell,
    .footer.footer--institutional {
        width: min(100%, calc(100% - 32px));
    }

    .landing-hero {
        grid-template-columns: 1fr;
    }

    .landing-metrics,
    .landing-testimonials,
    .landing-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-testimonials .testimonial-card:last-child,
    .landing-gallery .landing-gallery-card:last-child {
        grid-column: 1 / -1;
    }

    .landing-story-grid,
    .footer.footer--institutional {
        grid-template-columns: 1fr 1fr;
    }

    .story-panel-copy,
    .footer-brand-block,
    .footer-legal-block {
        grid-column: 1 / -1;
    }

    .footer-legal-block {
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}