:root {
            --ink: #0b1728;
            --muted: #5c6b7f;
            --line: rgba(23, 40, 64, .12);
            --blue: #1687f6;
            --cyan: #36d6f4;
            --green: #27c07d;
            --violet: #7257e8;
            --paper: #ffffff;
            --soft: #f6f9fd;
            --shadow: 0 24px 80px rgba(31, 54, 92, .14);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            min-width: 320px;
            color: var(--ink);
            background: var(--soft);
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            overflow-x: hidden;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        .container {
            width: min(100% - 2rem, 1160px);
            margin-inline: auto;
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin: -.75rem;
        }

        .row > * {
            width: 100%;
            padding: .75rem;
        }

        .g-3,
        .g-lg-4 {
            margin: -.75rem;
        }

        .g-3 > *,
        .g-lg-4 > * {
            padding: .75rem;
        }

        .d-flex {
            display: flex;
        }

        .flex-wrap {
            flex-wrap: wrap;
        }

        .gap-2 {
            gap: .5rem;
        }

        .justify-content-between {
            justify-content: space-between;
        }

        .align-items-center,
        .align-items-lg-center {
            align-items: center;
        }

        .ms-auto {
            margin-left: auto;
        }

        .me-2 {
            margin-right: .5rem;
        }

        .px-4 {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .site-shell {
            min-height: 100vh;
            background:
                linear-gradient(180deg, rgba(255,255,255,.16), rgba(246,249,253,.92) 620px),
                url("fundo.png") top center / min(1800px, 140vw) auto no-repeat;
        }

        .navbar {
            --bs-navbar-padding-y: .9rem;
            border-bottom: 1px solid rgba(255,255,255,.72);
            background: rgba(255,255,255,.68);
            backdrop-filter: blur(18px);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 30;
        }

        .navbar .container,
        .navbar-nav {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .navbar-collapse {
            display: flex;
            flex: 1;
        }

        .navbar-nav {
            list-style: none;
            margin-block: 0;
            padding-left: 0;
        }

        .navbar-toggler {
            display: none;
            margin-left: auto;
            width: 42px;
            height: 38px;
            border: 1px solid rgba(23, 40, 64, .16);
            border-radius: 8px;
            background: rgba(255,255,255,.72);
        }

        .navbar-toggler-icon,
        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
            display: block;
            width: 18px;
            height: 2px;
            margin-inline: auto;
            background: #15314f;
            border-radius: 999px;
            content: "";
        }

        .navbar-toggler-icon::before {
            transform: translateY(-6px);
        }

        .navbar-toggler-icon::after {
            transform: translateY(4px);
        }

        .brand-mark {
            display: inline-flex;
            align-items: center;
            gap: .55rem;
            font-weight: 800;
            font-size: 1.55rem;
            letter-spacing: 0;
            color: #0a4f95;
        }

        .brand-logo {
            display: block;
            width: 178px;
            max-width: 44vw;
            height: auto;
        }

        .brand-cloud {
            width: 42px;
            height: 28px;
            position: relative;
            display: inline-block;
        }

        .brand-cloud::before,
        .brand-cloud::after {
            content: "";
            position: absolute;
            background: linear-gradient(135deg, #1687f6, #33c8ef);
            box-shadow: 0 8px 18px rgba(22, 135, 246, .28);
        }

        .brand-cloud::before {
            width: 38px;
            height: 20px;
            left: 2px;
            bottom: 0;
            border-radius: 18px;
        }

        .brand-cloud::after {
            width: 24px;
            height: 24px;
            left: 11px;
            top: 0;
            border-radius: 50%;
        }

        .nav-link {
            color: #31445f;
            font-weight: 650;
            font-size: .94rem;
        }

        .nav-link:hover {
            color: var(--blue);
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: .35rem;
            min-height: 42px;
            padding: .66rem 1.05rem;
            border-radius: 999px;
            font-weight: 750;
            letter-spacing: 0;
            border: 1px solid transparent;
            cursor: pointer;
        }

        .btn-lg {
            min-height: 48px;
            padding-block: .78rem;
        }

        .btn-primary {
            color: #fff;
            background: linear-gradient(135deg, var(--blue), #00a9e8);
            border: 0;
            box-shadow: 0 15px 35px rgba(22, 135, 246, .28);
        }

.btn-whatsapp {
    color: #fff;
    background: linear-gradient(135deg, #16b862, #0da57e);
    box-shadow: 0 15px 35px rgba(22, 184, 98, .24);
}

.btn-price-hero {
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(19,136,245,.28);
}

.money-icon {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-left: -.55rem;
    border-radius: 50%;
    color: #0a62ad;
    background: #fff;
    font-size: .95rem;
    font-weight: 950;
    box-shadow: inset 0 -3px 0 rgba(19,136,245,.12), 0 10px 24px rgba(0,0,0,.12);
}

        .btn-outline-primary {
            border-color: rgba(22, 135, 246, .34);
            color: #075ca8;
            background: rgba(255,255,255,.54);
        }

        .btn-whatsapp-outline {
            border-color: rgba(22, 184, 98, .34);
            color: #087a4a;
            background: rgba(255,255,255,.7);
        }

        .btn-ghost {
            color: #17456f;
            border-color: rgba(23, 40, 64, .12);
            background: rgba(255,255,255,.62);
        }

        .btn-icon {
            display: inline-grid;
            place-items: center;
            width: 1.25rem;
            height: 1.25rem;
            font-weight: 900;
            line-height: 1;
        }

        .btn-light {
            color: #063b70;
            background: #fff;
            border-color: rgba(255,255,255,.88);
        }

        .btn-outline-light {
            color: #fff;
            border-color: rgba(255,255,255,.6);
            background: rgba(255,255,255,.08);
        }

        .hero {
            position: relative;
            min-height: 760px;
            display: grid;
            align-items: center;
            padding: 9rem 0 5rem;
        }

        .hero::after {
            content: "";
            position: absolute;
            inset: auto 0 0;
            height: 210px;
            background: linear-gradient(180deg, rgba(246,249,253,0), var(--soft));
            pointer-events: none;
        }

        .hero-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) 430px;
            gap: 3rem;
            align-items: center;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .55rem;
            width: fit-content;
            padding: .46rem .8rem;
            border: 1px solid rgba(22, 135, 246, .22);
            border-radius: 999px;
            background: rgba(255,255,255,.72);
            color: #0f5f9d;
            font-size: .78rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .08em;
            box-shadow: 0 12px 35px rgba(48, 96, 146, .12);
        }

        .eyebrow i {
            color: var(--green);
        }

        .mini-icon {
            display: inline-grid;
            place-items: center;
            width: 18px;
            height: 18px;
            border-radius: 999px;
            color: #fff;
            background: var(--green);
            font-size: .72rem;
            line-height: 1;
        }

        .hero h1 {
            margin: 1.4rem 0 1.1rem;
            max-width: 850px;
            font-size: 4.25rem;
            line-height: .98;
            font-weight: 850;
            letter-spacing: 0;
        }

        .hero h1 span {
            color: #007ae8;
        }

        .hero-copy {
            max-width: 675px;
            color: #30445e;
            font-size: 1.12rem;
            line-height: 1.72;
            font-weight: 480;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: .8rem;
            margin-top: 2rem;
        }

        .hero-proof {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: .75rem;
            margin-top: 2rem;
            max-width: 720px;
        }

        .proof-item {
            min-height: 96px;
            padding: .95rem;
            border: 1px solid rgba(255,255,255,.78);
            border-radius: 8px;
            background: rgba(255,255,255,.7);
            box-shadow: 0 16px 40px rgba(44, 74, 112, .1);
            backdrop-filter: blur(12px);
        }

        .proof-item strong {
            display: block;
            font-size: .95rem;
            margin-bottom: .25rem;
        }

        .proof-item span {
            display: block;
            color: var(--muted);
            font-size: .82rem;
            line-height: 1.45;
        }

        .control-panel {
            position: relative;
            padding: 1rem;
            border: 1px solid rgba(255,255,255,.86);
            border-radius: 8px;
            background: rgba(255,255,255,.74);
            box-shadow: var(--shadow);
            backdrop-filter: blur(22px);
            transform: perspective(1000px) rotateY(-7deg) rotateX(3deg);
            animation: floatPanel 7s ease-in-out infinite;
        }

        .panel-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding: .35rem .35rem .9rem;
        }

        .window-dots {
            display: inline-flex;
            gap: .35rem;
        }

        .window-dots span {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #d7e2ee;
        }

        .window-dots span:nth-child(1) { background: #ff6b6b; }
        .window-dots span:nth-child(2) { background: #ffc658; }
        .window-dots span:nth-child(3) { background: #31d187; }

        .panel-badge {
            color: #0c5aa6;
            font-size: .82rem;
            font-weight: 800;
        }

        .panel-screen {
            border: 1px solid rgba(23, 40, 64, .08);
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
        }

        .panel-toolbar {
            display: flex;
            gap: .6rem;
            align-items: center;
            padding: .9rem;
            background: #f8fbff;
            border-bottom: 1px solid var(--line);
        }

        .panel-toolbar span {
            height: 14px;
            border-radius: 999px;
            background: #dfebf7;
        }

        .panel-toolbar span:nth-child(1) { width: 100px; }
        .panel-toolbar span:nth-child(2) { width: 54px; background: rgba(22,135,246,.22); }
        .panel-toolbar span:nth-child(3) { width: 70px; margin-left: auto; background: rgba(39,192,125,.2); }

        .resource-list {
            padding: .55rem;
        }

        .resource-row {
            display: grid;
            grid-template-columns: 32px 1fr auto;
            gap: .8rem;
            align-items: center;
            padding: .78rem .65rem;
            border-radius: 8px;
        }

        .resource-row + .resource-row {
            border-top: 1px solid rgba(23, 40, 64, .07);
        }

        .resource-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: grid;
            place-items: center;
            color: #fff;
            background: linear-gradient(135deg, var(--blue), var(--cyan));
            font-size: .64rem;
            font-weight: 900;
        }

        .resource-title {
            display: block;
            font-weight: 780;
            font-size: .9rem;
        }

        .resource-meta {
            display: block;
            color: var(--muted);
            font-size: .78rem;
            margin-top: .1rem;
        }

        .status-dot {
            display: inline-flex;
            align-items: center;
            gap: .35rem;
            color: #178d5d;
            font-size: .78rem;
            font-weight: 750;
        }

        .status-dot::before {
            content: "";
            width: 9px;
            height: 9px;
            border-radius: 999px;
            background: #37c465;
            box-shadow: 0 0 0 5px rgba(55,196,101,.14);
        }

        section {
            position: relative;
            z-index: 2;
        }

        .section-pad {
            padding: 5.5rem 0;
        }

        .section-head {
            max-width: 760px;
            margin-bottom: 2.2rem;
        }

        .section-kicker {
            display: block;
            margin-bottom: .75rem;
            color: var(--blue);
            font-size: .78rem;
            font-weight: 850;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .section-head h2 {
            margin: 0;
            color: var(--ink);
            font-size: 3rem;
            line-height: 1;
            font-weight: 850;
            letter-spacing: 0;
        }

        .section-head p {
            margin: 1rem 0 0;
            color: var(--muted);
            font-size: 1.03rem;
            line-height: 1.7;
        }

        .platform-band {
            padding: 5.5rem 0;
            background: #0b1728;
            color: #fff;
            overflow: hidden;
        }

        .platform-band::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 18% 12%, rgba(54,216,244,.28), transparent 34%),
                radial-gradient(circle at 90% 62%, rgba(114,87,232,.24), transparent 32%);
            pointer-events: none;
        }

        .platform-band .section-head h2,
        .platform-band .section-head p {
            color: #fff;
        }

        .platform-band .section-head p {
            color: rgba(255,255,255,.75);
        }

        .platform-layout {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
            gap: 3.5rem;
            align-items: center;
        }

        .capability-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: .8rem;
        }

        .capability {
            min-height: 134px;
            padding: 1rem;
            border: 1px solid rgba(255,255,255,.1);
            border-radius: 8px;
            background: rgba(255,255,255,.055);
        }

        .capability i,
        .capability-icon {
            width: 38px;
            height: 38px;
            display: grid;
            place-items: center;
            margin-bottom: .8rem;
            border-radius: 8px;
            color: var(--cyan);
            background: rgba(54,216,244,.1);
            font-weight: 900;
        }

        .capability strong {
            display: block;
            color: #fff;
            margin-bottom: .25rem;
        }

        .capability span {
            display: block;
            color: rgba(255,255,255,.68);
            font-size: .88rem;
            line-height: 1.5;
        }

        .platform-shots {
            display: grid;
            gap: 1.15rem;
            align-content: center;
        }

        .shot-card {
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,.16);
            background: rgba(255,255,255,.08);
            box-shadow: 0 24px 80px rgba(0,0,0,.26);
        }

        .shot-card:first-child {
            width: min(100%, 760px);
            justify-self: end;
        }

        .shot-card:nth-child(2) {
            width: min(86%, 650px);
            justify-self: end;
            margin-right: 3.5rem;
            margin-top: 0;
        }

        .shot-card img {
            display: block;
            width: 100%;
            height: auto;
        }

        .solutions {
            background: var(--soft);
        }

        .solution-card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-height: 100%;
            padding: 1.25rem;
            border: 1px solid rgba(23, 40, 64, .1);
            border-radius: 8px;
            background: rgba(255,255,255,.82);
            box-shadow: 0 18px 48px rgba(31, 54, 92, .08);
            transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
            overflow: hidden;
        }

        .solution-card::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 4px;
            background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
            transform: scaleX(.22);
            transform-origin: left;
            transition: transform .22s ease;
        }

        .solution-card:hover {
            transform: translateY(-8px);
            border-color: rgba(22, 135, 246, .26);
            box-shadow: 0 28px 70px rgba(31, 54, 92, .16);
        }

        .solution-card:hover::before {
            transform: scaleX(1);
        }

        .solution-icon {
            width: 56px;
            height: 56px;
            display: grid;
            place-items: center;
            margin-bottom: 1rem;
            border-radius: 8px;
            color: #fff;
            background: linear-gradient(135deg, var(--blue), #0dbaa8);
            box-shadow: 0 14px 28px rgba(22,135,246,.22);
            font-size: 1.65rem;
            font-weight: 900;
        }

        .solution-card h3 {
            margin: 0 0 .55rem;
            font-size: 1.12rem;
            font-weight: 830;
        }

        .solution-card p {
            flex: 1;
            margin: 0 0 1.05rem;
            color: var(--muted);
            line-height: 1.58;
            font-size: .94rem;
        }

        .solution-tags {
            display: flex;
            flex-wrap: wrap;
            gap: .38rem;
            margin-bottom: 1.1rem;
        }

        .solution-tag {
            padding: .26rem .55rem;
            border-radius: 999px;
            background: #eef6ff;
            color: #0a62ad;
            font-size: .75rem;
            font-weight: 780;
        }

        .card-link {
            display: inline-flex;
            align-items: center;
            gap: .45rem;
            color: #075ca8;
            font-size: .9rem;
            font-weight: 850;
        }

        .details {
            background: #fff;
        }

        .detail-item {
            scroll-margin-top: 96px;
            display: grid;
            grid-template-columns: 72px 1fr;
            gap: 1.15rem;
            padding: 1.25rem 0;
            border-top: 1px solid var(--line);
        }

        .detail-item:first-child {
            border-top: 0;
        }

        .detail-icon {
            width: 60px;
            height: 60px;
            display: grid;
            place-items: center;
            color: #fff;
            border-radius: 8px;
            background: linear-gradient(135deg, var(--blue), var(--violet));
            font-size: 1.35rem;
            font-weight: 900;
        }

        .detail-item h3 {
            margin: 0 0 .45rem;
            font-size: 1.25rem;
            font-weight: 850;
        }

        .detail-item p {
            margin: 0;
            color: var(--muted);
            line-height: 1.68;
        }

        .cta {
            padding: 5rem 0;
            background:
                linear-gradient(135deg, rgba(10,23,40,.9), rgba(7,70,126,.86)),
                url("fundo.png") center / cover no-repeat;
            color: #fff;
        }

        .cta-box {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 2rem;
            align-items: center;
        }

        .cta h2 {
            margin: 0 0 .8rem;
            font-size: 2.85rem;
            line-height: 1;
            font-weight: 850;
        }

        .cta p {
            max-width: 720px;
            margin: 0;
            color: rgba(255,255,255,.78);
            line-height: 1.68;
        }

        .footer {
            padding: 2rem 0;
            background: #07111f;
            color: rgba(255,255,255,.72);
            font-size: .92rem;
        }

        .footer .container {
            gap: 1rem;
        }

        .footer-social {
            display: inline-flex;
            align-items: center;
            gap: .55rem;
        }

        .social-link {
            display: inline-grid;
            place-items: center;
            width: 40px;
            height: 40px;
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 999px;
            color: #fff;
            background: rgba(255,255,255,.08);
            transition: transform .2s ease, background .2s ease, border-color .2s ease;
        }

        .social-link:hover,
        .social-link:focus-visible {
            color: #fff;
            background: rgba(255,255,255,.14);
            border-color: rgba(255,255,255,.3);
            transform: translateY(-2px);
        }

        .social-link::before {
            content: "";
            width: 21px;
            height: 21px;
            background: currentColor;
            -webkit-mask: var(--icon) center / contain no-repeat;
            mask: var(--icon) center / contain no-repeat;
        }

        .social-instagram {
            color: #e4405f;
            --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 8h20c8 0 14 6 14 14v20c0 8-6 14-14 14H22c-8 0-14-6-14-14V22C8 14 14 8 22 8Zm0 8c-4 0-6 2-6 6v20c0 4 2 6 6 6h20c4 0 6-2 6-6V22c0-4-2-6-6-6H22Zm10 9a7 7 0 1 1 0 14 7 7 0 0 1 0-14Zm0-8a15 15 0 1 0 0 30 15 15 0 0 0 0-30Zm14 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z' fill='black'/%3E%3C/svg%3E");
        }

        .social-linkedin {
            color: #0a66c2;
            --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24h10v30H12V24Zm5-14a6 6 0 1 1 0 12 6 6 0 0 1 0-12Zm13 14h10v4c2-3 5-5 10-5 8 0 12 5 12 15v16H52V39c0-5-2-8-6-8s-6 3-6 8v15H30V24Z' fill='black'/%3E%3C/svg%3E");
        }

        .footer-email {
            color: rgba(255,255,255,.86);
            font-weight: 800;
            text-decoration: none;
        }

        .reveal {
            opacity: 1;
            transform: translateY(0);
        }

        .js .reveal {
            opacity: 0;
            transform: translateY(22px);
            transition: opacity .65s ease, transform .65s ease;
        }

        .js .reveal.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        @keyframes floatPanel {
            0%, 100% { transform: perspective(1000px) rotateY(-7deg) rotateX(3deg) translateY(0); }
            50% { transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(-14px); }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: .01ms !important;
                animation-iteration-count: 1 !important;
                scroll-behavior: auto !important;
                transition-duration: .01ms !important;
            }
        }

        @media (max-width: 991.98px) {
            .site-shell {
                background-size: auto 650px;
            }

            .hero {
                min-height: auto;
                padding: 7rem 0 4rem;
            }

            .hero-grid,
            .platform-layout,
            .cta-box {
                grid-template-columns: 1fr;
            }

            .control-panel {
                max-width: 540px;
                transform: none;
                animation: none;
            }

            .hero h1 {
                font-size: 3.45rem;
            }

            .col-md-6 {
                width: 50%;
            }

            .section-head h2,
            .cta h2 {
                font-size: 2.35rem;
            }

            .shot-card:nth-child(2) {
                width: 100%;
                margin-right: 0;
            }
        }

        @media (max-width: 767.98px) {
            .navbar .container {
                flex-wrap: wrap;
            }

            .navbar-toggler {
                display: inline-grid;
                place-items: center;
            }

            .navbar-collapse {
                display: none;
                width: 100%;
                flex: 0 0 100%;
            }

            .navbar-collapse.show {
                display: block;
            }

            .navbar-nav {
                align-items: stretch;
                padding: .9rem 0 .2rem;
            }

            .navbar-nav,
            .navbar .btn {
                width: 100%;
            }

            .ms-auto {
                margin-left: 0;
            }

            .hero-proof,
            .capability-grid {
                grid-template-columns: 1fr;
            }

            .navbar .btn {
                width: 100%;
                margin-top: .75rem;
            }

            .col-md-6 {
                width: 100%;
            }

            .section-pad {
                padding: 4rem 0;
            }

            .hero h1 {
                font-size: 2.55rem;
            }

            .hero-copy {
                font-size: 1rem;
            }

            .section-head h2,
            .cta h2 {
                font-size: 2rem;
            }

            .detail-item {
                grid-template-columns: 1fr;
            }
        }

        @media (min-width: 768px) {
            .col-md-6 {
                width: 50%;
            }
        }

        @media (min-width: 1200px) {
            .col-xl-4 {
                width: 33.333333%;
            }
        }

/* Visual refresh: real product mockups, shared background, and SVG-style icons */
.site-shell,
.solutions,
.details,
.platform-band,
.trust-band {
    background:
        linear-gradient(180deg, rgba(255,255,255,.72), rgba(246,249,253,.94)),
        url("fundo.png") top center / min(1800px, 140vw) auto no-repeat;
}

.trust-band {
    position: relative;
    z-index: 3;
    padding: .8rem 0 2.8rem;
    margin-top: -1.4rem;
    overflow: hidden;
}

.trust-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-block: 1px solid rgba(23, 40, 64, .08);
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 48px rgba(31, 54, 92, .08);
    backdrop-filter: blur(14px);
}

.trust-marquee::before,
.trust-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 120px;
    pointer-events: none;
}

.trust-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(246,249,253,.98), rgba(246,249,253,0));
}

.trust-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(246,249,253,.98), rgba(246,249,253,0));
}

.trust-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 1rem;
    padding: .85rem 0;
    animation: trustTicker 34s linear infinite;
    will-change: transform;
}

.trust-marquee:hover .trust-track {
    animation-play-state: paused;
}

.trust-track span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 42px;
    padding: .55rem 1rem;
    border: 1px solid rgba(22,135,246,.13);
    border-radius: 999px;
    color: #31445f;
    background: rgba(255,255,255,.84);
    white-space: nowrap;
    font-size: .96rem;
}

.trust-track span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--blue), var(--green));
    box-shadow: 0 0 0 5px rgba(22,135,246,.08);
}

.trust-track strong {
    color: #075ca8;
}

.partners {
    background:
        linear-gradient(180deg, rgba(246,249,253,.92), rgba(255,255,255,.95)),
        url("fundo.png") center / min(1800px, 140vw) auto no-repeat;
    padding-bottom: 6.5rem;
}

.partner-marquee {
    position: relative;
    overflow: hidden;
    margin-top: 1.4rem;
    padding: .8rem 0;
}

.partner-marquee::before,
.partner-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 120px;
    pointer-events: none;
}

.partner-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(246,249,253,.98), rgba(246,249,253,0));
}

.partner-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(246,249,253,.98), rgba(246,249,253,0));
}

.partner-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: partnerTicker 34s linear infinite;
    will-change: transform;
}

.partner-marquee:hover .partner-track {
    animation-play-state: paused;
}

.partner-track span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 252px;
    min-height: 128px;
    padding: 1.2rem 1.65rem;
    border: 1px solid rgba(23, 40, 64, .08);
    border-radius: 8px;
    color: #183657;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
        radial-gradient(circle at 20% 18%, rgba(22,135,246,.12), transparent 34%),
        radial-gradient(circle at 90% 100%, rgba(38,190,147,.12), transparent 38%);
    box-shadow: 0 18px 48px rgba(31,54,92,.1), inset 0 1px 0 rgba(255,255,255,.82);
    font-size: 1.26rem;
    font-weight: 900;
    letter-spacing: 0;
    backdrop-filter: blur(14px);
    isolation: isolate;
}

.partner-track span::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.58) 43%, transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,.28), transparent);
    opacity: .85;
    transform: translateX(-32%);
    transition: transform .45s ease;
}

.partner-track span:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 82px rgba(31,54,92,.16), inset 0 1px 0 rgba(255,255,255,.8);
}

.partner-track span:hover::after {
    transform: translateX(0);
}

.partner-logo::before,
.reseller-benefit::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.partner-logo::before {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    color: var(--brand-color, #1687f6);
    filter: drop-shadow(0 8px 18px rgba(31, 54, 92, .16));
}

.partner-logo {
    transition: transform .2s ease, box-shadow .2s ease;
}

.partner-logo {
    z-index: 1;
}

.partner-microsoft {
    --brand-color: #0078d4;
    --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8h22v22H8V8Zm26 0h22v22H34V8ZM8 34h22v22H8V34Zm26 0h22v22H34V34Z' fill='black'/%3E%3C/svg%3E");
}

.partner-aws {
    --brand-color: #232f3e;
    --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 38c10 8 29 9 41 1l3 6c-14 10-36 9-48-1l4-6Zm5-18h8l3 20h-6l-.5-4h-6l-1 4H9l8-20Zm2 6-2 7h4l-1-7h-1Zm13-6h7l4 12 4-12h7l-7 20h-7l-2-8-3 8h-7l4-20Z' fill='black'/%3E%3C/svg%3E");
}

.partner-azure {
    --brand-color: #1687f6;
    --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 8 10 55h16l4-11 14 11h10L38 8H28Zm5 17 6 18-9-6 3-12Z' fill='black'/%3E%3C/svg%3E");
}

.partner-huawei {
    --brand-color: #e2231a;
    --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 8c3 10 1 19-6 27-5-8-5-16 6-27Zm-10 3c1 12-2 20-10 26-4-10-1-19 10-26Zm20 0c11 7 14 16 10 26-8-6-11-14-10-26ZM9 42c8-2 15-1 22 4-8 7-16 8-22-4Zm46 0c-6 12-14 11-22 4 7-5 14-6 22-4ZM22 54h20v4H22v-4Z' fill='black'/%3E%3C/svg%3E");
}

.partner-veeam {
    --brand-color: #00b336;
}

.partner-veeam::before {
    display: inline-grid;
    place-items: center;
    width: 78px;
    height: 32px;
    border-radius: 3px;
    color: #fff;
    background: #00b336;
    -webkit-mask: none;
    mask: none;
    content: "VEEAM";
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .08em;
    font-family: Arial, Helvetica, sans-serif;
}

.partner-acronis {
    --brand-color: #0065a8;
    --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 6 54 16v15c0 15-9 24-22 29C19 55 10 46 10 31V16L32 6Zm-1 13-12 27h7l2-6h9l2 6h7L34 19h-3Zm1 9 3 8h-6l3-8Z' fill='black'/%3E%3C/svg%3E");
}

.partner-sophos {
    --brand-color: #005bbb;
}

.partner-sophos::before {
    display: inline-grid;
    place-items: center;
    width: 86px;
    height: 32px;
    border-radius: 3px;
    color: #fff;
    background: #005bbb;
    -webkit-mask: none;
    mask: none;
    content: "SOPHOS";
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .08em;
    font-family: Arial, Helvetica, sans-serif;
}

.partner-fortinet {
    --brand-color: #ee3124;
    --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12h44v40H10V12Zm8 8v8h8v-8h-8Zm12 0v8h8v-8h-8Zm12 0v8h4v-8h-4ZM18 34v10h28V34H18Z' fill='black'/%3E%3C/svg%3E");
}

.reseller-section {
    background:
        linear-gradient(180deg, rgba(246,249,253,.94), rgba(255,255,255,.96)),
        url("fundo.png") center / min(1800px, 140vw) auto no-repeat;
}

.reseller-panel {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(340px, 1.1fr) auto;
    gap: 1.6rem;
    align-items: center;
    margin-top: 0;
    padding: 2.25rem;
    border: 1px solid rgba(22,135,246,.18);
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 20%, rgba(32, 198, 151, .16), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(238,246,255,.9));
    box-shadow: 0 30px 90px rgba(31, 54, 92, .13);
}

.reseller-panel h2 {
    margin: 0 0 .7rem;
    color: var(--ink);
    font-size: clamp(2rem, 3.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.reseller-panel p {
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.68;
}

.reseller-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.reseller-benefits span {
    position: relative;
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 70px;
    padding: .85rem;
    border: 1px solid rgba(22, 135, 246, .12);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    color: #31445f;
    font-weight: 750;
}

.reseller-benefits span::before {
    width: 28px;
    height: 28px;
    color: #17b87a;
}

.benefit-price { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 8v6c8 1 14 6 16 13l-8 3c-1-5-5-8-10-8-6 0-10 4-10 10s4 10 10 10c4 0 7-2 9-5h-8v-7h20v20h-7l-1-5c-3 3-8 5-13 5-11 0-19-8-19-18 0-9 6-16 15-18V8h6Z' fill='black'/%3E%3C/svg%3E"); }
.benefit-architecture { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10h18v18H12V10Zm22 0h18v18H34V10ZM12 36h18v18H12V36Zm22 0h18v18H34V36ZM30 19h4v6h-4v-6Zm-9 9h4v8h-4v-8Zm26 0h-4v8h4v-8ZM30 45h4v-6h-4v6Z' fill='black'/%3E%3C/svg%3E"); }
.benefit-cloud { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 47h27a10 10 0 0 0 1-20 18 18 0 0 0-34-5A13 13 0 0 0 22 47Zm24-1 8 8-5 5-8-8-8 8-5-5 8-8-8-8 5-5 8 8 8-8 5 5-8 8Z' fill='black'/%3E%3C/svg%3E"); }
.benefit-support { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 8a18 18 0 0 0-18 18v7a8 8 0 0 0 8 8h3V25h-5a12 12 0 0 1 24 0h-5v16h4c-2 5-6 8-12 8h-5v7h5c11 0 19-7 21-17a8 8 0 0 0-2-15A18 18 0 0 0 32 8Z' fill='black'/%3E%3C/svg%3E"); }

.about-band {
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,249,253,.93)),
        url("fundo.png") center / min(1800px, 140vw) auto no-repeat;
}

.about-card {
    max-width: 1180px;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(22, 135, 246, .14);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.9), rgba(241,248,255,.86)),
        url("fundo.png") center / min(1600px, 140vw) auto no-repeat;
    box-shadow: 0 30px 90px rgba(31, 54, 92, .14);
    backdrop-filter: blur(14px);
}

.about-card-head {
    position: relative;
    padding: 2rem 2.2rem 1.4rem;
    color: #fff;
    background:
        radial-gradient(circle at 88% 18%, rgba(32,198,151,.25), transparent 34%),
        linear-gradient(135deg, #09234c, #0f75bd);
}

.about-card-head h2 {
    margin: .45rem 0 0;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: .95;
}

.about-card-head .section-kicker {
    color: #c8f4ff;
}

.about-story {
    max-width: 1040px;
    margin-inline: auto;
    padding: 2rem 2.2rem 1rem;
}

.about-story p {
    margin: 0 0 1rem;
    color: #43556f;
    font-size: 1.02rem;
    line-height: 1.78;
}

.about-story p:last-child {
    margin-bottom: 0;
}

.about-story strong {
    color: #09234c;
    font-weight: 900;
}

.pillar-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
    padding: 1rem 2.2rem 2.2rem;
}

.pillar-card {
    position: relative;
    min-height: 176px;
    padding: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 8px;
    color: #fff;
    background:
        radial-gradient(circle at 16% 12%, rgba(255,255,255,.2), transparent 32%),
        linear-gradient(135deg, #1687f6, #20c697);
    box-shadow: 0 24px 60px rgba(22,135,246,.2), 0 14px 28px rgba(24,184,120,.16);
}

.pillar-card::after {
    content: "";
    position: absolute;
    inset: -60% auto -60% -28%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    transform: rotate(18deg);
}

.pillar-card span {
    display: block;
    color: rgba(255,255,255,.92);
    font-size: 2.2rem;
    font-weight: 950;
    line-height: 1;
}

.pillar-card strong {
    display: block;
    margin-top: .65rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 950;
}

.pillar-card p {
    margin: .35rem 0 0;
    color: rgba(255,255,255,.9);
    line-height: 1.55;
}

.cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    z-index: 80;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    width: min(980px, calc(100% - 2rem));
    padding: 1rem;
    border: 1px solid rgba(23, 40, 64, .12);
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 24px 80px rgba(15, 42, 80, .22);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
}

.cookie-consent[hidden],
.cookie-settings[hidden] {
    display: none;
}

.cookie-copy strong {
    display: block;
    margin-bottom: .25rem;
    color: var(--ink);
}

.cookie-copy p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.45;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.cookie-settings {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 79;
    min-height: 38px;
    padding: .55rem .85rem;
    border: 1px solid rgba(22,135,246,.2);
    border-radius: 999px;
    color: #075ca8;
    background: rgba(255,255,255,.9);
    box-shadow: 0 14px 35px rgba(31,54,92,.14);
    font-weight: 800;
    cursor: pointer;
}


.hero {
    min-height: 820px;
}

.hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: 3.8rem;
}

.hero .reveal:first-child {
    max-width: 880px;
    margin-inline: auto;
}

.hero h1 {
    max-width: 820px;
    font-size: 4rem;
}

.hero-copy {
    max-width: 780px;
}

.hero-visual {
    min-height: 470px;
    display: grid;
    align-items: center;
    overflow: visible;
}

.managed-mockup {
    position: relative;
    isolation: isolate;
}

.managed-mockup img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.82);
    box-shadow: 0 34px 90px rgba(25, 58, 104, .22);
    background: #fff;
}

.hero-actions-single {
    justify-content: flex-start;
    min-height: 76px;
}

.resource-calculator {
    position: fixed;
    top: clamp(8.5rem, 16vh, 13.8rem);
    right: clamp(1.5rem, 8vw, 10.5rem);
    left: auto;
    bottom: auto;
    z-index: 78;
    display: inline-grid;
    grid-template-columns: 58px auto;
    align-items: center;
    gap: .9rem;
    min-height: 76px;
    padding: .55rem 1.55rem .55rem .65rem;
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 999px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,.28), transparent 32%),
        linear-gradient(135deg, #0878da 0%, #12a8ef 46%, #18b878 100%);
    box-shadow: 0 24px 60px rgba(8,120,218,.28), 0 10px 24px rgba(24,184,120,.18);
    transform: translateZ(0);
}

.resource-calculator::before {
    content: "";
    position: absolute;
    inset: -80% auto -80% -30%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
    transform: rotate(18deg);
    animation: resourceShine 4.6s ease-in-out infinite;
}

.resource-calculator::after {
    content: "";
    position: absolute;
    inset: auto 18px 10px auto;
    width: 84px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    filter: blur(10px);
}

.resource-calculator:hover,
.resource-calculator:focus-visible {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 30px 70px rgba(8,120,218,.34), 0 14px 30px rgba(24,184,120,.25);
}

.savings-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #075fae;
    background: #fff;
    box-shadow: inset 0 -8px 18px rgba(8,120,218,.12), 0 10px 26px rgba(0,58,115,.18);
}

.savings-icon span {
    font-size: 1.05rem;
    font-weight: 950;
    letter-spacing: 0;
}

.savings-icon::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #18b878;
    box-shadow: 0 8px 18px rgba(24,184,120,.35);
}

.savings-icon::before {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 5px;
    z-index: 2;
    width: 9px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}

.resource-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .1rem;
}

.resource-copy strong {
    font-size: 1.22rem;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0;
}

.resource-copy small {
    color: rgba(255,255,255,.82);
    font-size: .82rem;
    font-weight: 800;
}

@keyframes resourceShine {
    0%, 42% {
        transform: translateX(0) rotate(18deg);
        opacity: 0;
    }
    54% {
        opacity: 1;
    }
    78%, 100% {
        transform: translateX(430%) rotate(18deg);
        opacity: 0;
    }
}

.mockup-diagonal {
    transform: perspective(1200px) rotateY(-11deg) rotateX(5deg) rotateZ(-2deg);
    transform-origin: center;
    animation: mockupFloat 8s ease-in-out infinite;
}

.mockup-diagonal::before,
.scene-mockup::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -2;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(22,135,246,.22), rgba(39,192,125,.18));
    filter: blur(4px);
}

.mockup-glow {
    position: absolute;
    inset: 16% -4% auto auto;
    z-index: -1;
    width: 44%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(54,216,244,.32);
    filter: blur(42px);
}

.operator-card {
    position: absolute;
    right: 4%;
    bottom: -34px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: .8rem;
    align-items: center;
    width: min(350px, 82%);
    padding: .9rem;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 8px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 22px 55px rgba(15, 42, 80, .18);
    backdrop-filter: blur(16px);
}

.operator-card strong {
    display: block;
    color: #0b2a4a;
    font-size: .9rem;
    margin-bottom: .15rem;
}

.operator-card span span,
.operator-card div > span {
    display: block;
    color: #5c6b7f;
    font-size: .78rem;
    line-height: 1.35;
}

.operator-avatar {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 31%, #ffe0c2 0 20%, transparent 21%),
        linear-gradient(180deg, #0f5f9d 0 42%, #12243c 43% 100%);
    box-shadow: inset 0 -7px 0 rgba(0,0,0,.08);
}

.operator-avatar::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 7px;
    width: 24px;
    height: 14px;
    border-radius: 14px 14px 6px 6px;
    background: #14223a;
}

.operator-avatar::after {
    content: "";
    position: absolute;
    right: -14px;
    bottom: 9px;
    width: 30px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f5f9d, #36d6f4);
    transform: rotate(-20deg);
}

.operator-cursor {
    position: absolute;
    right: 24%;
    top: 30%;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(22,135,246,.55);
    border-radius: 50%;
    box-shadow: 0 0 0 12px rgba(22,135,246,.08);
}

.operator-cursor::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 34px;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: var(--blue);
    transform: rotate(36deg);
}

.platform-band {
    color: var(--ink);
}

.platform-band::before {
    display: none;
}

.section-head-center {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
}

.platform-band .section-head h2 {
    color: var(--ink);
}

.platform-band .section-head p {
    color: #40536c;
}

.platform-showcase {
    display: grid;
    gap: 2.2rem;
}

.manage-scene {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 2.4rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid rgba(23, 40, 64, .08);
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 28px 80px rgba(31, 54, 92, .12);
    backdrop-filter: blur(14px);
}

.manage-scene-reverse {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
}

.manage-scene-reverse .manage-copy {
    order: 2;
}

.manage-copy {
    padding: 1rem;
}

.scene-label {
    display: inline-flex;
    margin-bottom: .8rem;
    padding: .32rem .68rem;
    border-radius: 999px;
    color: #075ca8;
    background: #eef6ff;
    font-size: .76rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.manage-copy h3 {
    margin: 0 0 .75rem;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: 0;
}

.manage-copy p {
    margin: 0;
    color: #4f6078;
    font-size: 1rem;
    line-height: 1.68;
}

.scene-mockup {
    transform: perspective(1300px) rotateY(-7deg) rotateX(3deg);
}

.scene-mockup-right {
    transform: perspective(1300px) rotateY(7deg) rotateX(3deg);
}

.scene-mockup .operator-card {
    left: 4%;
    right: auto;
    bottom: -26px;
}

.cloud-suite {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .52fr) minmax(560px, 1fr);
    gap: 2.2rem;
    margin-top: 2.6rem;
    padding: 2.3rem 2.4rem;
    overflow: hidden;
    border: 1px solid rgba(22,135,246,.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.9), rgba(239,248,255,.86)),
        url("fundo.png") center / min(1700px, 145vw) auto no-repeat;
    box-shadow: 0 30px 90px rgba(31,54,92,.14);
    isolation: isolate;
}

.cloud-suite::before {
    content: "4";
    position: absolute;
    right: 1.2rem;
    bottom: -3.5rem;
    color: rgba(22,135,246,.08);
    font-size: 15rem;
    font-weight: 950;
    line-height: .8;
}

.cloud-suite::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: 8%;
    top: 50%;
    border: 1px solid rgba(22,135,246,.18);
    border-radius: 999px;
    transform: translateY(-50%);
    box-shadow:
        0 0 0 56px rgba(22,135,246,.045),
        0 0 0 112px rgba(32,198,151,.04);
}

.cloud-suite-copy {
    position: relative;
    z-index: 1;
    align-self: center;
}

.cloud-suite-copy h3 {
    margin: .45rem 0 .7rem;
    color: var(--ink);
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    line-height: 1;
}

.cloud-suite-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}

.cloud-feature-grid {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 660px;
    perspective: 1500px;
    transform-style: preserve-3d;
}

.cloud-feature-grid::before {
    content: "";
    position: absolute;
    inset: 1.2rem 12% 1.2rem 16%;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(22,135,246,.1), rgba(32,198,151,.08)),
        radial-gradient(circle, rgba(255,255,255,.72), transparent 62%);
    border: 1px solid rgba(22,135,246,.08);
    box-shadow:
        0 0 0 58px rgba(22,135,246,.035),
        0 0 0 112px rgba(32,198,151,.025);
    transform: rotate(-12deg) skewX(-8deg);
}

.cloud-feature {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 318px;
    min-height: 108px;
    padding: 1.1rem 1.35rem;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 10px;
    color: #183657;
    overflow: hidden;
    background:
        linear-gradient(108deg, rgba(255,255,255,.98) 0 46%, rgba(235,248,255,.9) 47% 70%, rgba(255,255,255,.95) 71%),
        radial-gradient(circle at 18% 18%, rgba(255,255,255,.98), transparent 36%);
    box-shadow:
        0 22px 38px rgba(31,54,92,.14),
        0 12px 0 rgba(var(--accent-rgb, 22,135,246), .2),
        0 24px 38px rgba(var(--accent-rgb, 22,135,246), .18),
        inset 0 1px 0 rgba(255,255,255,.96);
    font-size: 1.08rem;
    font-weight: 920;
    line-height: 1.12;
    transform: perspective(1200px) rotateY(-19deg) rotateX(7deg) rotateZ(-7deg);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    backdrop-filter: blur(14px);
}

.cloud-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(105deg, transparent 0 40%, rgba(255,255,255,.62) 49%, transparent 58%),
        linear-gradient(180deg, transparent calc(100% - 6px), rgba(var(--accent-rgb, 22,135,246), .78));
    box-shadow: inset 0 -5px 18px rgba(var(--accent-rgb, 22,135,246), .18);
    opacity: .95;
}

.cloud-feature::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    color: #1687f6;
    background: currentColor;
    filter: drop-shadow(0 12px 18px rgba(22,135,246,.18));
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.cloud-feature:hover {
    transform: perspective(1200px) rotateY(-12deg) rotateX(5deg) rotateZ(-5deg) translateY(-8px) translateZ(40px);
    border-color: rgba(22,135,246,.24);
    box-shadow:
        0 34px 74px rgba(31,54,92,.2),
        0 16px 0 rgba(var(--accent-rgb, 22,135,246), .22),
        0 28px 42px rgba(var(--accent-rgb, 22,135,246), .2),
        inset 0 1px 0 rgba(255,255,255,.95);
}

.cloud-feature:hover::after {
    opacity: .95;
}

.cloud-feature:nth-child(1) { top: 6px; left: 4%; z-index: 9; --accent-rgb: 22,135,246; }
.cloud-feature:nth-child(2) { top: 70px; left: 41%; z-index: 8; --accent-rgb: 36,190,147; }
.cloud-feature:nth-child(3) { top: 134px; left: 11%; z-index: 7; --accent-rgb: 139,107,246; }
.cloud-feature:nth-child(4) { top: 198px; left: 47%; z-index: 6; --accent-rgb: 54,181,237; }
.cloud-feature:nth-child(5) { top: 262px; left: 3%; z-index: 5; --accent-rgb: 85,177,239; }
.cloud-feature:nth-child(6) { top: 326px; left: 40%; z-index: 4; --accent-rgb: 142,96,226; }
.cloud-feature:nth-child(7) { top: 390px; left: 10%; z-index: 3; --accent-rgb: 32,198,151; }
.cloud-feature:nth-child(8) { top: 454px; left: 47%; z-index: 2; --accent-rgb: 22,135,246; }
.cloud-feature:nth-child(9) { top: 518px; left: 23%; z-index: 1; --accent-rgb: 94,201,120; }

.feature-windows { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12 30 9v22H8V12Zm26-4 22-3v26H34V8ZM8 35h22v22L8 54V35Zm26 0h22v26l-22-3V35Z' fill='black'/%3E%3C/svg%3E"); }
.feature-linux { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 6c8 0 12 7 12 16 0 5 3 10 6 15 3 5 3 11-1 15-5 5-11 1-17 1s-12 4-17-1c-4-4-4-10-1-15 3-5 6-10 6-15C20 13 24 6 32 6Zm-6 19a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm12 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-15 19h18c-2-5-5-8-9-8s-7 3-9 8Z' fill='black'/%3E%3C/svg%3E"); }
.feature-kubernetes { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 4 56 18v28L32 60 8 46V18L32 4Zm0 10-15 9v18l15 9 15-9V23l-15-9Zm-3 8h6v10l8-5 3 5-9 5 9 5-3 5-8-5v10h-6V42l-8 5-3-5 9-5-9-5 3-5 8 5V22Z' fill='black'/%3E%3C/svg%3E"); }
.feature-storage { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 14c0-5 9-9 20-9s20 4 20 9v36c0 5-9 9-20 9s-20-4-20-9V14Zm20 5c9 0 14-3 14-5s-5-5-14-5-14 3-14 5 5 5 14 5Zm14 9c-4 2-9 3-14 3s-10-1-14-3v8c0 2 5 5 14 5s14-3 14-5v-8Zm0 18c-4 2-9 3-14 3s-10-1-14-3v4c0 2 5 5 14 5s14-3 14-5v-4Z' fill='black'/%3E%3C/svg%3E"); }
.feature-network { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 8a8 8 0 0 1 4 15v8l11 6a8 8 0 1 1-4 7l-11-6-11 6a8 8 0 1 1-4-7l11-6v-8a8 8 0 0 1 4-15Z' fill='black'/%3E%3C/svg%3E"); }
.feature-vpn { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 28v-8a12 12 0 0 1 24 0v8h4a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H16a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h4Zm8 0h8v-8a4 4 0 0 0-8 0v8Zm4 8a5 5 0 0 0-3 9v5h6v-5a5 5 0 0 0-3-9Z' fill='black'/%3E%3C/svg%3E"); }
.feature-lb { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12h18v16H10V12Zm26 0h18v16H36V12ZM23 36h18v16H23V36ZM16 28h6v6h20v-6h6v12h-6v-2H22v2h-6V28Z' fill='black'/%3E%3C/svg%3E"); }
.feature-scaling { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 42h10v10H12V42Zm15-10h10v20H27V32Zm15-16h10v36H42V16ZM12 30l17-17 9 9 14-14v12h-6v-2l-8 8-9-9-13 13h-4Z' fill='black'/%3E%3C/svg%3E"); }
.feature-backup { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 6 54 16v15c0 15-9 24-22 29C19 55 10 46 10 31V16L32 6Zm0 12-12 6v8c0 8 5 14 12 18 7-4 12-10 12-18v-8l-12-6Zm-4 11h8v8h-8v-8Zm0 11h8v6h-8v-6Z' fill='black'/%3E%3C/svg%3E"); }

.solution-icon,
.detail-icon,
.capability-icon {
    color: #fff;
}

.solution-icon::before,
.detail-icon::before,
.capability-icon::before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.capability-icon::before {
    width: 24px;
    height: 24px;
}

.icon-cloud { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 48h28a11 11 0 0 0 1-22 19 19 0 0 0-36-5A14 14 0 0 0 23 48Z' fill='black'/%3E%3C/svg%3E"); }
.icon-multicloud { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 20h20v8H18v8L6 24l12-12v8Zm28 8v-8l12 12-12 12v-8H26v-8h20ZM14 46h36v8H14v-8Z' fill='black'/%3E%3C/svg%3E"); }
.icon-dedicated { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 12h28a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H18a6 6 0 0 1-6-6V18a6 6 0 0 1 6-6Zm4 10v20h20V22H22Zm-8-4H6v6h8v-6Zm0 12H6v6h8v-6Zm0 12H6v6h8v-6Zm44-24h-8v6h8v-6Zm0 12h-8v6h8v-6Zm0 12h-8v6h8v-6Z' fill='black'/%3E%3C/svg%3E"); }
.icon-server { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10h40v16H12V10Zm0 20h40v16H12V30Zm0 20h40v4H12v-4Zm8-34v4h20v-4H20Zm0 20v4h20v-4H20Zm25-20a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 20a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z' fill='black'/%3E%3C/svg%3E"); }
.icon-backup { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 10a22 22 0 1 1-20 13h-6l10-12 10 12h-7a15 15 0 1 0 13-7v-6Zm-3 13h6v13l10 6-3 5-13-8V23Z' fill='black'/%3E%3C/svg%3E"); }
.icon-security { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 6 54 16v15c0 15-9 24-22 29C19 55 10 46 10 31V16L32 6Zm0 10-13 6v10c0 9 5 15 13 19 8-4 13-10 13-19V22l-13-6Zm-3 15 11-11 5 5-16 16-9-9 5-5 4 4Z' fill='black'/%3E%3C/svg%3E"); }
.icon-compute { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14h44v30H10V14Zm8 8v14h28V22H18Zm-4 28h36v6H14v-6Z' fill='black'/%3E%3C/svg%3E"); }
.icon-network { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 8a8 8 0 0 1 4 15v8l11 6a8 8 0 1 1-4 7l-11-6-11 6a8 8 0 1 1-4-7l11-6v-8a8 8 0 0 1 4-15Z' fill='black'/%3E%3C/svg%3E"); }
.icon-monitor { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12h48v34H8V12Zm8 8v18h32V20H16Zm12 30h8v6h10v4H18v-4h10v-6Zm-6-17 7-9 7 6 7-10 5 4-11 16-7-6-6 8-2-9Z' fill='black'/%3E%3C/svg%3E"); }

@keyframes mockupFloat {
    0%, 100% { transform: perspective(1200px) rotateY(-11deg) rotateX(5deg) rotateZ(-2deg) translateY(0); }
    50% { transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) rotateZ(-1deg) translateY(-14px); }
}

@keyframes trustTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes partnerTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 991.98px) {
    .hero-grid,
    .manage-scene,
    .manage-scene-reverse {
        grid-template-columns: 1fr;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reseller-panel {
        grid-template-columns: 1fr;
    }

    .cloud-suite {
        grid-template-columns: 1fr;
    }

    .cloud-feature-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .9rem;
        min-height: auto;
        transform: none;
    }

    .cloud-feature {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        min-height: 86px;
    }

    .cloud-feature:nth-child(3n + 1),
    .cloud-feature:nth-child(3n + 2),
    .cloud-feature:nth-child(3n) {
        transform: none;
    }

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

    .hero-visual {
        min-height: 0;
        overflow: hidden;
        padding: 1rem 0 3rem;
    }

    .mockup-diagonal,
    .scene-mockup,
    .scene-mockup-right {
        transform: none;
        animation: none;
    }

    .manage-scene-reverse .manage-copy {
        order: 0;
    }
}

@media (max-width: 767.98px) {
    .hero h1 {
        font-size: 2.4rem;
    }

    .hero-actions-single {
        width: 100%;
    }

    .resource-calculator {
        top: auto;
        left: 1rem;
        right: 1rem;
        bottom: .9rem;
        width: auto;
        max-width: 360px;
        margin-inline: auto;
        grid-template-columns: 54px minmax(0, 1fr);
        padding-right: 1rem;
    }

    .savings-icon {
        width: 54px;
        height: 54px;
    }

    .resource-copy strong {
        font-size: 1.05rem;
    }

    .resource-copy small {
        font-size: .76rem;
    }

    .trust-band {
        margin-top: 0;
        padding-top: 2rem;
    }

    .trust-marquee::before,
    .trust-marquee::after {
        width: 44px;
    }

    .trust-track {
        animation-duration: 46s;
    }

    .trust-track span {
        font-size: .88rem;
    }

    .partner-marquee::before,
    .partner-marquee::after {
        width: 44px;
    }

    .partner-track {
        animation-duration: 40s;
    }

    .partner-track span {
        min-width: 170px;
        min-height: 92px;
        font-size: 1rem;
    }

    .partner-logo::before {
        width: 34px;
        height: 34px;
    }

    .partner-veeam::before {
        width: 70px;
        height: 29px;
    }

    .partner-sophos::before {
        width: 76px;
        height: 29px;
    }

    .reseller-panel h2 {
        font-size: 1.55rem;
    }

    .reseller-benefits {
        grid-template-columns: 1fr;
    }

    .cloud-feature-grid {
        display: grid;
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .cloud-feature {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        min-height: 74px;
    }

    .cloud-suite {
        padding: 1.1rem;
    }

    .cloud-suite-copy h3 {
        font-size: 1.45rem;
    }

    .footer .container {
        justify-content: center;
        text-align: center;
    }

    .about-story {
        padding: 1.25rem;
    }

    .about-card-head,
    .pillar-flow {
        padding-inline: 1.25rem;
    }

    .about-story p {
        font-size: .96rem;
        line-height: 1.68;
    }

    .pillar-flow {
        grid-template-columns: 1fr;
    }

    .cookie-consent {
        grid-template-columns: 1fr;
    }

    .cookie-actions {
        justify-content: stretch;
    }

    .cookie-actions .btn {
        width: 100%;
    }


    .operator-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: .8rem;
    }

    .scene-mockup .operator-card {
        left: auto;
        bottom: auto;
    }

    .manage-copy h3 {
        font-size: 1.55rem;
    }
}
