/* =========================================================
   HOME — SINALTECH SOFTWARE
========================================================= */

.home-page {
    background: var(--color-bg, #020817);
}

/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 156px 0 92px;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(2, 8, 23, 0.97) 0%,
            rgba(2, 8, 23, 0.90) 42%,
            rgba(2, 8, 23, 0.72) 100%
        ),
        url("../../img/backgrounds/bg-cidade-tech.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 76% 34%, rgba(0, 200, 255, 0.18), transparent 32%),
        radial-gradient(circle at 18% 82%, rgba(0, 123, 255, 0.14), transparent 34%),
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: auto, auto, 42px 42px, 42px 42px;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -1px;
    height: 190px;
    pointer-events: none;
    background:
        radial-gradient(ellipse at center bottom, rgba(0, 200, 255, 0.13), transparent 62%),
        linear-gradient(180deg, transparent, var(--color-bg, #020817));
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: 64px;
}

.hero-content {
    max-width: 760px;
    min-width: 0;
}

.hero-title-animated {
    display: grid;
    gap: 8px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 5.7vw, 5.4rem);
    line-height: 1.01;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.hero-title-animated span,
.hero-title-animated strong {
    display: block;
    opacity: 0;
    transform: translateY(34px);
    filter: blur(8px);
    animation: heroTitleReveal 0.9s cubic-bezier(0.2, 0.85, 0.2, 1) forwards;
}

.hero-title-animated strong {
    color: var(--color-accent, #00c8ff);
    animation-delay: 0.22s;
    text-shadow: 0 0 28px rgba(0, 200, 255, 0.22);
}

.hero-content p {
    max-width: 650px;
    margin-top: 24px;
    color: var(--color-muted-light, rgba(255, 255, 255, 0.72));
    font-size: 1.08rem;
    line-height: 1.82;
    font-weight: 400;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-visual {
    min-width: 0;
    display: flex;
    justify-content: center;
}

.hero-logo-card {
    position: relative;
    width: min(100%, 540px);
    padding: 18px;
    border: 1px solid rgba(0, 200, 255, 0.24);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(8, 28, 60, 0.72),
            rgba(2, 8, 23, 0.84)
        );
    box-shadow:
        0 32px 100px rgba(0, 0, 0, 0.44),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.hero-logo-glow {
    position: absolute;
    inset: -22%;
    z-index: -1;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.28), transparent 56%);
    filter: blur(12px);
    opacity: 0.8;
    animation: glowFloat 4.8s ease-in-out infinite;
}

.hero-video-card {
    overflow: hidden;
}

.hero-main-video {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    object-fit: contain;
    background: rgba(2, 8, 23, 0.72);
    pointer-events: none;
}

/* Remove aparência de player no mobile/iOS/Chrome */
.hero-main-video::-webkit-media-controls,
.hero-main-video::-webkit-media-controls-panel,
.hero-main-video::-webkit-media-controls-play-button,
.hero-main-video::-webkit-media-controls-start-playback-button,
.hero-main-video::-webkit-media-controls-timeline,
.hero-main-video::-webkit-media-controls-current-time-display,
.hero-main-video::-webkit-media-controls-time-remaining-display,
.hero-main-video::-webkit-media-controls-mute-button,
.hero-main-video::-webkit-media-controls-fullscreen-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* =========================================================
   SEÇÕES GERAIS
========================================================= */

.products-section,
.services-section,
.company-section,
.contact-highlight-section {
    position: relative;
    padding: 104px 0;
}

.section-heading,
.tech-heading {
    max-width: 860px;
    margin-bottom: 44px;
}

.section-heading > span,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-accent, #00c8ff);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading > span::before,
.section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: var(--color-accent, #00c8ff);
    box-shadow: 0 0 16px rgba(0, 200, 255, 0.85);
}

.section-heading h2,
.tech-heading h2,
.company-content h2,
.contact-highlight-header h2 {
    margin-top: 14px;
    color: #ffffff;
    font-size: clamp(2rem, 3.3vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.section-heading p,
.tech-heading p,
.company-content p,
.contact-highlight-header p {
    max-width: 780px;
    margin-top: 16px;
    color: var(--color-muted-light, rgba(255, 255, 255, 0.72));
    font-size: 1rem;
    line-height: 1.78;
}

/* =========================================================
   TECNOLOGIAS
========================================================= */

.tech-section {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(2, 8, 23, 0.96),
            rgba(2, 8, 23, 0.91)
        ),
        url("../../img/backgrounds/bg-circuito.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tech-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 200, 255, 0.13), transparent 30%),
        radial-gradient(circle at 88% 70%, rgba(0, 123, 255, 0.15), transparent 32%),
        linear-gradient(90deg, rgba(2, 8, 23, 0.78), rgba(2, 8, 23, 0.22), rgba(2, 8, 23, 0.78));
}

.tech-section .container {
    position: relative;
    z-index: 1;
}

.tech-marquee {
    position: relative;
    margin-top: 24px;
}

.tech-marquee-mask {
    position: relative;
    overflow: hidden;
    padding: 10px 0 18px;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 9%,
        #000 91%,
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 9%,
        #000 91%,
        transparent 100%
    );
}

.tech-marquee-track {
    width: max-content;
    display: flex;
    align-items: stretch;
    gap: 18px;
    animation: techMarqueeMove 42s linear infinite;
    will-change: transform;
}

.tech-marquee:hover .tech-marquee-track {
    animation-play-state: paused;
}

.tech-card {
    flex: 0 0 252px;
    min-height: 182px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    border: 1px solid rgba(0, 200, 255, 0.22);
    border-radius: 26px;
    background:
        linear-gradient(
            145deg,
            rgba(8, 28, 60, 0.78),
            rgba(2, 8, 23, 0.90)
        );
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.tech-card i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 2px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 2.35rem;
    background:
        linear-gradient(
            135deg,
            rgba(0, 123, 255, 0.22),
            rgba(0, 200, 255, 0.14)
        );
    border: 1px solid rgba(0, 200, 255, 0.24);
    box-shadow:
        0 16px 34px rgba(0, 123, 255, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tech-card .devicon-vscode-plain {
    color: #007acc;
}

.tech-card .devicon-flask-original,
.tech-card .devicon-github-original,
.tech-card .devicon-linux-plain {
    color: #ffffff;
}

.tech-card strong {
    color: #ffffff;
    font-size: 1.12rem;
    line-height: 1.2;
    font-weight: 800;
}

.tech-card small {
    color: var(--color-muted-light, rgba(255, 255, 255, 0.72));
    font-size: 0.88rem;
    line-height: 1.48;
}

.lucide-brand-logo {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 2px;
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.035)
        );
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lucide-mark {
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 999px;
    border: 4px solid #ffffff;
    border-left-color: #ff5d67;
    border-bottom-color: #ff5d67;
    transform: rotate(-36deg);
}

.lucide-mark::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: inherit;
    border: 4px solid transparent;
    border-top-color: #ff5d67;
    border-right-color: #ff5d67;
}

.lucide-mark span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

/* =========================================================
   PRODUTOS
========================================================= */

.products-section {
    background:
        linear-gradient(
            180deg,
            rgba(2, 8, 23, 0.92),
            rgba(2, 8, 23, 0.94)
        ),
        url("../../img/backgrounds/bg-tecnologia-touch.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.products-showcase {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 34px;
}

.product-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
    align-items: center;
    gap: 38px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(0, 200, 255, 0.22);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(8, 28, 60, 0.80),
            rgba(2, 8, 23, 0.90)
        );
    box-shadow:
        0 28px 88px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.product-feature-card > * {
    position: relative;
    z-index: 1;
}

.product-feature-content {
    min-width: 0;
}

.product-badge {
    width: fit-content;
    margin-bottom: 20px;
    padding: 8px 13px;
    border: 1px solid rgba(0, 200, 255, 0.26);
    border-radius: 999px;
    color: var(--color-accent, #00c8ff);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(0, 200, 255, 0.08);
}

.product-badge-soft {
    color: var(--color-teal, #00e0b8);
    border-color: rgba(0, 224, 184, 0.26);
    background: rgba(0, 224, 184, 0.08);
}

.product-icon,
.service-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 200, 255, 0.28);
    border-radius: 20px;
    color: var(--color-accent, #00c8ff);
    background: rgba(0, 123, 255, 0.13);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.product-icon svg,
.service-icon svg {
    width: 28px;
    height: 28px;
}

.product-feature-card h3 {
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.product-feature-card p {
    margin-top: 16px;
    color: var(--color-muted-light, rgba(255, 255, 255, 0.72));
    line-height: 1.75;
}

.product-feature-card ul {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 0;
    list-style: none;
}

.product-feature-card li {
    position: relative;
    padding-left: 22px;
    color: var(--color-muted-light, rgba(255, 255, 255, 0.72));
    line-height: 1.55;
    font-weight: 600;
}

.product-feature-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--color-accent, #00c8ff);
}

.product-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 200, 255, 0.48);
    padding-bottom: 6px;
}

.product-link svg {
    width: 17px;
    height: 17px;
    color: var(--color-accent, #00c8ff);
}

.product-print {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 200, 255, 0.24);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
}

.product-print img {
    width: 100%;
    height: auto;
    min-height: 360px;
    display: block;
    object-fit: cover;
    object-position: top center;
}

/* =========================================================
   SERVIÇOS
========================================================= */

.services-section {
    background:
        linear-gradient(
            180deg,
            rgba(2, 8, 23, 0.92),
            rgba(2, 8, 23, 0.96)
        ),
        url("../../img/backgrounds/bg-codigo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.service-card {
    min-height: 320px;
    padding: 28px;
    border: 1px solid rgba(0, 200, 255, 0.16);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(8, 28, 60, 0.62),
            rgba(2, 8, 23, 0.84)
        );
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
}

.service-card h3 {
    color: #ffffff;
    font-size: 1.18rem;
    line-height: 1.28;
    font-weight: 800;
}

.service-card p {
    margin-top: 14px;
    color: var(--color-muted-light, rgba(255, 255, 255, 0.72));
    line-height: 1.72;
}

/* =========================================================
   SOBRE
========================================================= */

.company-section {
    background:
        linear-gradient(
            180deg,
            rgba(2, 8, 23, 0.92),
            rgba(2, 8, 23, 0.94)
        ),
        url("../../img/backgrounds/bg-infraestrutura.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: center;
    padding: 38px;
    border: 1px solid rgba(0, 200, 255, 0.18);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(8, 28, 60, 0.72),
            rgba(2, 8, 23, 0.88)
        );
}

.company-info {
    display: grid;
    gap: 14px;
}

.company-info div {
    padding: 18px;
    border: 1px solid rgba(0, 200, 255, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
}

.company-info span {
    display: block;
    color: var(--color-accent, #00c8ff);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.company-info strong {
    display: block;
    margin-top: 6px;
    color: #ffffff;
    line-height: 1.45;
}

.company-info a {
    color: #ffffff;
    text-decoration: none;
    overflow-wrap: anywhere;
}

/* =========================================================
   CONTATO
========================================================= */

.contact-highlight-section {
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(2, 8, 23, 0.94),
            rgba(2, 8, 23, 0.96)
        ),
        url("../../img/backgrounds/bg-dev-work.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-highlight-header {
    max-width: 940px;
    margin-inline: auto;
    text-align: center;
}

.contact-highlight-header p {
    margin-inline: auto;
}

.contact-highlight-layout {
    max-width: 1120px;
    margin: 38px auto 0;
}

.contact-main-card {
    max-width: 100%;
    min-height: 230px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 42px 48px;
    border: 1px solid rgba(0, 200, 255, 0.2);
    border-radius: 28px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(8, 28, 60, 0.68),
            rgba(2, 8, 23, 0.86)
        );
    box-shadow: 0 24px 78px rgba(0, 0, 0, 0.32);
}

.contact-main-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: var(--color-accent, #00c8ff);
    background: rgba(0, 200, 255, 0.10);
    border: 1px solid rgba(0, 200, 255, 0.20);
}

.contact-main-icon svg {
    width: 30px;
    height: 30px;
}

.contact-main-content {
    min-width: 0;
    text-align: left;
}

.contact-main-content > span {
    display: block;
    margin-bottom: 8px;
    color: var(--color-accent, #00c8ff) !important;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-main-content strong {
    display: block;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.35vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
}

.contact-main-content p {
    max-width: 640px;
    margin-top: 12px;
    color: var(--color-muted-light, rgba(255, 255, 255, 0.72));
    font-size: 1rem;
    line-height: 1.65;
}

.contact-main-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
}

.contact-main-button {
    min-width: 230px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 28px;
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 0.96rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(135deg, #007bff 0%, #00c8ff 100%);
    border: 1px solid rgba(0, 200, 255, 0.76);
    box-shadow:
        0 22px 52px rgba(0, 123, 255, 0.30),
        0 0 38px rgba(0, 200, 255, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.contact-main-button svg {
    width: 19px;
    height: 19px;
    color: #ffffff !important;
}

.contact-main-button span {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* =========================================================
   BOTÕES
========================================================= */

.btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.btn-primary {
    color: #ffffff;
    background: var(--gradient-primary, linear-gradient(135deg, #007bff, #00c8ff));
    box-shadow: 0 18px 40px rgba(0, 123, 255, 0.22);
}

.btn-outline {
    color: #ffffff;
    border: 1px solid rgba(0, 200, 255, 0.26);
    background: rgba(255, 255, 255, 0.04);
}

.btn svg {
    width: 18px;
    height: 18px;
}

/* =========================================================
   ANIMAÇÕES
========================================================= */

@keyframes heroTitleReveal {
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes glowFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.68;
    }

    50% {
        transform: translateY(-10px) scale(1.04);
        opacity: 0.95;
    }
}

@keyframes techMarqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 9px));
    }
}

html.js-ready .reveal-on-load {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.72s ease,
        transform 0.72s ease;
}

html.js-ready .reveal-on-load.is-visible {
    opacity: 1;
    transform: translateY(0);
}

html.js-ready .reveal-delay-1 {
    transition-delay: 0.12s;
}

html.js-ready .reveal-delay-2 {
    transition-delay: 0.18s;
}

html.js-ready .reveal-delay-3 {
    transition-delay: 0.24s;
}

/* =========================================================
   RESPONSIVO — TABLET
========================================================= */

@media (max-width: 1100px) {
    .hero-grid,
    .product-feature-card,
    .company-card {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-print {
        order: -1;
    }

    .product-print img {
        min-height: 0;
    }
}

@media (max-width: 980px) {
    .contact-main-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .contact-main-action {
        grid-column: 2;
        justify-content: flex-start;
        min-width: 0;
    }
}

/* =========================================================
   RESPONSIVO — MOBILE
========================================================= */

@media (max-width: 760px) {
    .hero {
        min-height: 0;
        align-items: flex-start;
        padding: 96px 0 46px;
        overflow: hidden;
        background:
            linear-gradient(
                180deg,
                rgba(2, 8, 23, 0.97) 0%,
                rgba(2, 8, 23, 0.94) 48%,
                rgba(2, 8, 23, 0.88) 100%
            ),
            url("../../img/backgrounds/bg-cidade-tech.jpg");
        background-size: cover;
        background-position: center top;
    }

    .hero::before {
        background:
            radial-gradient(circle at 50% 15%, rgba(0, 200, 255, 0.16), transparent 34%),
            linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
        background-size: auto, 34px 34px, 34px 34px;
    }

    .hero > .container {
        width: 100%;
        max-width: none;
        padding-left: 18px;
        padding-right: 18px;
        overflow: hidden;
    }

    .hero-grid {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .hero .section-kicker {
        max-width: 100%;
        font-size: 0.68rem;
        line-height: 1.3;
        letter-spacing: 0.075em;
        white-space: normal;
    }

    .hero-title-animated {
        width: 100%;
        max-width: 100%;
        gap: 4px;
        margin-top: 8px;
        font-size: clamp(2rem, 9vw, 2.9rem);
        line-height: 1.04;
        letter-spacing: -0.05em;
    }

    .hero-title-animated span,
    .hero-title-animated strong {
        max-width: 100%;
        overflow-wrap: normal;
        word-break: normal;
    }

    .hero-content p {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        font-size: 0.92rem;
        line-height: 1.68;
    }

    .hero-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .hero-actions .btn {
        width: 100%;
        min-height: 50px;
        padding: 0 18px;
        font-size: 0.86rem;
    }

    .hero-visual {
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }

    .hero-logo-card.hero-video-card {
        width: 100%;
        max-width: 100%;
        padding: 9px;
        border-radius: 22px;
        overflow: hidden;
    }

    .hero-main-video {
        width: 100%;
        height: auto;
        max-height: none;
        aspect-ratio: auto;
        object-fit: contain;
        object-position: center center;
        transform: none;
        border-radius: 17px;
        background: rgba(2, 8, 23, 0.72);
    }

    .products-section,
    .services-section,
    .company-section,
    .contact-highlight-section,
    .tech-section {
        padding: 68px 0;
    }

    .section-heading,
    .tech-heading {
        margin-bottom: 30px;
    }

    .section-heading h2,
    .tech-heading h2,
    .company-content h2,
    .contact-highlight-header h2 {
        font-size: clamp(1.9rem, 8.4vw, 2.35rem);
        line-height: 1.08;
    }

    .section-heading p,
    .tech-heading p,
    .company-content p,
    .contact-highlight-header p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .tech-marquee-mask {
        overflow: hidden;
        -webkit-mask-image: linear-gradient(
            90deg,
            transparent 0%,
            #000 5%,
            #000 95%,
            transparent 100%
        );
        mask-image: linear-gradient(
            90deg,
            transparent 0%,
            #000 5%,
            #000 95%,
            transparent 100%
        );
    }

    .tech-marquee-track {
        gap: 14px;
        animation-duration: 36s;
        transform: translate3d(0, 0, 0);
    }

    .tech-card {
        flex-basis: 220px;
        min-height: 164px;
        padding: 20px;
        border-radius: 22px;
    }

    .tech-card i,
    .lucide-brand-logo {
        width: 50px;
        height: 50px;
        font-size: 2rem;
        border-radius: 16px;
    }

    .lucide-mark {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }

    .lucide-mark::before {
        inset: 6px;
        border-width: 3px;
    }

    .product-feature-card {
        gap: 24px;
        padding: 22px;
        border-radius: 26px;
    }

    .product-icon,
    .service-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 18px;
        border-radius: 18px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 0;
    }

    .company-card {
        padding: 24px;
        border-radius: 26px;
    }

    .contact-highlight-layout {
        margin-top: 30px;
    }

    .contact-main-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 22px;
        min-height: 0;
        text-align: left;
    }

    .contact-main-icon {
        align-self: flex-start;
    }

    .contact-main-content strong {
        font-size: 1.22rem;
    }

    .contact-main-action {
        grid-column: auto;
        justify-content: center;
        width: 100%;
    }

    .contact-main-button {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        padding: 0 18px;
        white-space: normal;
        text-align: center;
    }

    html.js-ready .reveal-delay-1,
    html.js-ready .reveal-delay-2,
    html.js-ready .reveal-delay-3 {
        transition-delay: 0s;
    }
}

@media (max-width: 430px) {
    .hero {
        padding-top: 92px;
        padding-bottom: 42px;
    }

    .hero > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-title-animated {
        font-size: clamp(1.92rem, 8.8vw, 2.65rem);
        line-height: 1.05;
    }

    .hero-content p {
        font-size: 0.9rem;
        line-height: 1.66;
    }

    .hero-actions .btn {
        min-height: 48px;
        font-size: 0.84rem;
    }

    .hero-logo-card.hero-video-card {
        padding: 8px;
        border-radius: 20px;
    }

    .hero-main-video {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        transform: none;
        border-radius: 16px;
    }

    .product-feature-card {
        padding: 18px;
    }

    .product-feature-card h3 {
        font-size: 2rem;
    }

    .contact-main-content strong {
        font-size: 1.05rem;
    }
}

/* =========================================================
   ACESSIBILIDADE — REDUÇÃO DE MOVIMENTO
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .hero-title-animated span,
    .hero-title-animated strong,
    html.js-ready .reveal-on-load {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }

    .tech-marquee-track {
        animation: none;
        width: auto;
        overflow-x: auto;
    }
}