/* SmartUX — B2B editorial tecnológico. Marinho profundo, branco, azul elétrico, linhas finas e composição assimétrica. */
:root {
    --ink: #07101d;
    --paper: #f8fafc;
    --white: #fff;
    --blue: #087bff;
    --blue-bright: #2f96ff;
    --line: #dfe5ec;
    --muted: #687384;
    --ease: cubic-bezier(.23, 1, .32, 1)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif
}

button,
a {
    font: inherit
}

button {
    border: 0;
    cursor: pointer
}

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

:focus-visible {
    outline: 3px solid var(--blue-bright);
    outline-offset: 4px
}

.container {
    width: min(1180px, calc(100% - 64px));
    margin: auto
}

.site-shell {
    overflow: hidden
}

.section-dark {
    color: var(--white);
    background: var(--ink)
}

.section-light {
    color: var(--ink);
    background: var(--paper)
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    color: #fff;
    transition: background .3s var(--ease), box-shadow .3s var(--ease), backdrop-filter .3s var(--ease)
}

.site-header.is-scrolled {
    background: rgba(7, 16, 29, .88);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .16)
}

.header-inner {
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.brand-word {
    font: 800 25px/.95 Manrope, sans-serif;
    letter-spacing: .04em
}

.brand-word span,
h1 span,
.product h2 span {
    color: var(--blue-bright)
}

.brand-caption {
    margin-top: 6px;
    font-size: 5px;
    letter-spacing: .25em;
    opacity: .76
}

.nav {
    display: flex;
    align-items: center;
    gap: 27px
}

.nav a,
.footer-col a {
    font-size: 14px;
    transition: color .2s var(--ease)
}

.nav a:hover,
.footer-col a:hover {
    color: var(--blue-bright)
}

.nav-cta {
    padding: 9px 17px;
    border: 1px solid rgba(47, 150, 255, .65);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px
}

.menu-toggle {
    display: none;
    background: none;
    color: #fff
}

section[id] {
    scroll-margin-top: 83px
}

.hero {
    min-height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 112px 0 70px
}

.hero-texture {
    position: absolute;
    inset: auto -6% 0;
    width: 112%;
    height: 45%;
    opacity: .42;
    object-fit: cover;
    mix-blend-mode: screen;
    pointer-events: none
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 43% 57%;
    align-items: center
}

.hero-copy {
    padding-bottom: 18px
}

.eyebrow {
    color: var(--blue-bright);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 14px
}

h1,
h2,
h3,
h4 {
    font-family: Manrope, sans-serif;
    margin: 0
}

h1 {
    max-width: 520px;
    font-size: clamp(38px, 4.6vw, 65px);
    line-height: 1.02;
    letter-spacing: -.055em
}

.hero-lede {
    color: #c0c9d5;
    max-width: 380px;
    font-size: 16px;
    line-height: 1.6;
    margin: 22px 0 0
}

.button-row {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    margin-top: 26px
}

.button {
    min-height: 42px;
    padding: 0 17px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-size: 14px;
    font-weight: 600;
    transition: transform .16s var(--ease), background .2s, border-color .2s, box-shadow .2s
}

.button:active {
    transform: scale(.97)
}

.button-primary {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 7px 24px rgba(8, 123, 255, .18)
}

.button-primary:hover {
    background: #218cff;
    box-shadow: 0 9px 30px rgba(8, 123, 255, .32);
    transform: translateY(-2px)
}

.button-outline {
    color: #fff;
    background: transparent;
    border: 1px solid #35506e
}

.button-outline:hover {
    border-color: var(--blue-bright);
    background: rgba(8, 123, 255, .08)
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 39px;
    color: #758397;
    font-size: 13px
}

.hero-meta i {
    width: 3px;
    height: 3px;
    background: var(--blue);
    border-radius: 50%
}

.hero-visual {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.hero-visual img {
    position: relative;
    z-index: 2;
    width: 115%;
    max-width: 720px;
    transform: translateX(5%);
    filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .32))
}

.visual-orbit {
    position: absolute;
    border: 1px solid rgba(8, 123, 255, .25);
    border-radius: 50%;
    transform: rotate(-16deg)
}

.orbit-one {
    width: 490px;
    height: 160px;
    right: 0;
    bottom: 54px
}

.orbit-two {
    width: 350px;
    height: 120px;
    right: 72px;
    bottom: 8px;
    border-color: rgba(8, 123, 255, .14)
}

.visual-tag {
    position: absolute;
    z-index: 3;
    right: 9%;
    top: 15%;
    padding: 9px 12px;
    border: 1px solid rgba(57, 151, 255, .35);
    background: rgba(7, 16, 29, .76);
    backdrop-filter: blur(10px);
    font-size: 12px;
    color: #ccd8e6
}

.status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background: #22c37a;
    box-shadow: 0 0 9px #22c37a
}

.services {
    padding: 78px 0 82px
}

.section-heading {
    max-width: 700px
}

.section-heading.centered {
    text-align: center;
    margin: 0 auto 38px
}

.section-heading h2 {
    font-size: clamp(27px, 3vw, 39px);
    letter-spacing: -.045em;
    line-height: 1.08
}

.section-heading>p:last-child {
    color: var(--muted);
    max-width: 560px;
    margin: 11px auto 0;
    font-size: 14px;
    line-height: 1.55
}

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

.service-card {
    min-height: 315px;
    padding: 24px 23px 21px;
    background: #fff;
    border: 1px solid #e4e9ef;
    box-shadow: 0 13px 28px rgba(16, 37, 60, .045);
    transition: transform .24s var(--ease), border-color .24s, box-shadow .24s
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #9bc8ff;
    box-shadow: 0 20px 40px rgba(16, 73, 131, .1)
}

.service-icon,
.step-icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: #f0f6ff;
    border-radius: 50%;
    margin-bottom: 17px
}

.service-card h3 {
    font-size: 14px;
    letter-spacing: -.02em
}

.service-card>p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.48;
    min-height: 46px;
    margin: 11px 0 12px
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 5px
}

.service-card li {
    color: #737d8c;
    font-size: 12px
}

.service-card li:before {
    content: '•';
    color: var(--blue);
    margin-right: 7px
}

.text-link {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    color: #1465b9;
    font-size: 13px;
    font-weight: 700
}

.text-link:hover {
    gap: 9px
}

.product {
    position: relative;
    padding: 82px 0 74px;
    overflow: hidden;
    background: linear-gradient(100deg, #06101d, #071628 65%, #06101d)
}

.product:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    right: -250px;
    top: 10%;
    border: 1px solid rgba(8, 123, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(8, 123, 255, .025), 0 0 0 95px rgba(8, 123, 255, .02)
}

.product-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 53% 47%;
    align-items: center
}

.product h2 {
    font-size: 52px;
    letter-spacing: -.07em;
    line-height: .9
}

.product h3 {
    color: var(--blue-bright);
    font-size: 18px;
    margin-top: 17px
}

.product-lede {
    max-width: 460px;
    color: #b3bfcd;
    font-size: 15px;
    line-height: 1.58;
    margin: 15px 0 0
}

.feature-grid {
    max-width: 520px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px 18px;
    margin-top: 28px
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #aeb9c8;
    font-size: 12px;
    line-height: 1.4
}

.feature-item svg,
.phone-badge svg,
.contact-card svg {
    flex: none;
    color: var(--blue)
}

.product-visual {
    min-height: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-visual:before {
    content: '';
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(8, 123, 255, .22);
    box-shadow: 0 0 70px rgba(8, 123, 255, .1)
}

.product-visual img {
    position: relative;
    z-index: 2;
    max-height: 530px;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 28px rgba(0, 0, 0, .48))
}

.phone-badge {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(57, 151, 255, .3);
    color: #d6e6f8;
    background: rgba(6, 18, 34, .76);
    padding: 10px 12px;
    font-size: 12px;
    backdrop-filter: blur(8px)
}

.badge-top {
    right: 4%;
    top: 20%
}

.badge-bottom {
    left: 3%;
    bottom: 20%
}

.process {
    padding: 63px 0 69px
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

@media(min-width:821px) {
    .step {
        position: relative
    }

    .step-top {
        display: flex !important;
        align-items: center;
        gap: 10px
    }

    .step-top h3 {
        margin-top: 0
    }

    .step p {
        margin-top: 14px;
        max-width: 220px
    }
}

.step-top {
    display: flex;
    align-items: center
}

.step-icon {
    margin: 0
}

.step-line {
    flex: 1;
    color: #acd0f5;
    display: none;
    justify-content: flex-end
}

.step h3 {
    font-size: 16px;
    margin-top: 5px
}

.step p {
    color: var(--muted);
    max-width: 180px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 7px
}

.about {
    padding: 58px 0 62px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.about h2 {
    max-width: 420px;
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -.045em
}

.about-copy>p:not(.eyebrow) {
    max-width: 450px;
    color: #b4c0ce;
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0 0
}

.stats {
    display: flex;
    gap: 38px;
    margin-top: 28px
}

.stats div {
    display: flex;
    flex-direction: column
}

.stats strong {
    color: var(--blue-bright);
    font: 700 22px Manrope
}

.stats span {
    color: #9eaab8;
    font-size: 12px;
    margin-top: 3px
}

.contact-card {
    display: flex;
    gap: 22px;
    padding: 28px;
    border: 1px solid #203a56;
    background: linear-gradient(135deg, #0b1e32, #0b1828);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .14)
}

.contact-mark {
    width: 56px;
    height: 56px;
    flex: none;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(47, 150, 255, .7)
}

.contact-card h3 {
    max-width: 250px;
    font-size: 19px;
    line-height: 1.1
}

.contact-card p:not(.eyebrow) {
    color: #adbac9;
    font-size: 13px;
    line-height: 1.5;
    margin: 12px 0 0
}

.contact-card .button {
    margin-top: 18px;
    min-width: 163px
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 36px 0 30px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.35fr;
    gap: 30px
}

.footer-brand p {
    color: #778697;
    font-size: 12px;
    margin-top: 32px
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px
}

.footer-col h4 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 4px
}

.footer-col a {
    color: #9ba8b7;
    font-size: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 7px
}

.socials {
    display: flex;
    gap: 13px;
    margin-top: 9px
}

.socials a {
    color: #fff
}

.reveal {
    animation: reveal .7s var(--ease) both
}

.reveal-delay-2 {
    animation-delay: .14s
}

@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

[data-lucide] {
    width: 16px;
    height: 16px;
    stroke-width: 1.8
}

@media(min-width:821px) and (max-width:1100px) {
    .container {
        width: min(100% - 48px, 1000px)
    }

    .nav {
        gap: 16px
    }

    .nav a {
        font-size: 13px
    }

    .hero-grid {
        grid-template-columns: 45% 55%
    }

    .hero-visual img {
        width: 108%;
        transform: translateX(3%)
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .footer-grid {
        gap: 20px
    }
}

@media(max-width:820px) {
    section[id] {
        scroll-margin-top: 72px
    }

    .container {
        width: min(100% - 38px, 600px)
    }

    .header-inner {
        height: 72px
    }

    .menu-toggle {
        display: block
    }

    .nav {
        position: absolute;
        top: 65px;
        left: 19px;
        right: 19px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        background: #0b1828;
        border: 1px solid #233c56;
        box-shadow: 0 20px 35px rgba(0, 0, 0, .25)
    }

    .nav.is-open {
        display: flex
    }

    .nav a {
        padding: 12px
    }

    .nav-cta {
        justify-content: space-between
    }

    .hero {
        min-height: auto;
        padding: 126px 0 56px
    }

    .hero-grid,
    .product-grid,
    .about-grid {
        grid-template-columns: 1fr
    }

    .hero-copy {
        max-width: 570px
    }

    .hero-visual {
        min-height: 280px;
        margin-top: 14px
    }

    .hero-visual img {
        width: 115%;
        transform: translateX(8%)
    }

    .visual-tag {
        right: 2%;
        top: 5%
    }

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

    .service-card {
        min-height: 0
    }

    .product {
        padding: 68px 0 40px
    }

    .product-copy {
        max-width: 600px
    }

    .product-visual {
        min-height: 450px;
        margin-top: -15px
    }

    .product-visual img {
        max-height: 480px
    }

    .steps {
        grid-template-columns: 1fr 1fr;
        gap: 28px 22px
    }

    .step-line {
        display: none
    }

    .about-grid {
        gap: 40px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 29px 20px
    }

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

    .footer-brand p {
        margin-top: 23px
    }
}

@media(max-width:480px) {
    .container {
        width: calc(100% - 32px)
    }

    .hero-visual img {
        width: 108%;
        transform: translateX(4%)
    }

    .visual-tag {
        font-size: 11px;
        padding: 8px 9px
    }

    .phone-badge {
        font-size: 11px;
        padding: 8px 9px
    }

    .product-visual img {
        max-width: calc(100% - 18px)
    }

    h1 {
        font-size: 42px
    }

    .button {
        width: 100%
    }

    .hero-meta {
        flex-wrap: wrap;
        margin-top: 26px
    }

    .feature-grid {
        grid-template-columns: 1fr 1fr
    }

    .product h2 {
        font-size: 46px
    }

    .product-visual {
        min-height: 380px
    }

    .product-visual:before {
        width: 285px;
        height: 285px
    }

    .badge-top {
        right: 0
    }

    .badge-bottom {
        left: 0;
        bottom: 14%
    }

    .steps {
        grid-template-columns: 1fr
    }

    .step {
        display: grid;
        grid-template-columns: 45px 1fr;
        column-gap: 13px
    }

    .step-top {
        grid-column: 1 / -1;
        grid-row: auto;
        gap: 10px
    }

    .step h3 {
        margin-top: 3px
    }

    .step p {
        grid-column: 1 / -1;
        max-width: none;
        margin-top: 14px
    }

    .stats {
        gap: 18px
    }

    .stats strong {
        font-size: 18px
    }

    .contact-card {
        padding: 19px;
        gap: 14px
    }

    .contact-mark {
        width: 45px;
        height: 45px
    }

    .contact-card h3 {
        font-size: 16px
    }

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

    .footer-col {
        gap: 7px
    }
}

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

    .reveal {
        animation: none
    }

    .button,
    .service-card {
        transition: none
    }
}