/* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #111827;
    overflow-x: hidden;
}

/* =========================================
   CONTAINER
========================================= */

.landing-container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 28px;
}

/* =========================================
   HEADER
========================================= */

.landing-header {

    position: sticky;

    top: 0;

    z-index: 1000;

    background: rgba(2,11,40,0.96);

    backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.landing-header .landing-container {

    min-height: 96px;

    display: flex;

    align-items: center;

    justify-content: space-between;
}

.landing-logo {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.04em;
}

.landing-logo span {
    color: #2563eb;
}

.landing-brand {

    display: flex;

    flex-direction: column;

    gap: 2px;

    text-decoration: none;

    color: inherit;
}

.landing-subtitle {

    color: rgba(255,255,255,0.68);

    font-size: 0.72rem;

    font-weight: 500;

    letter-spacing: 0.02em;

    margin-top: -3px;
}

.landing-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.landing-nav a {
    text-decoration: none;
    color: rgba(255,255,255,0.86);
    font-size: 0.96rem;
    font-weight: 500;
    transition: 0.2s ease;
}

.landing-nav a:hover {
    color: #ffffff;
}

.landing-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* =========================================
   BOTÕES
========================================= */

.btn {
    min-height: 46px;
    padding: 0 20px;

    border: none;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
}

.btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(37,99,235,0.22);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-outline {
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
    background: rgba(255,255,255,0.02);
}

.btn-lg {
    min-height: 54px;
    padding: 0 28px;
    font-size: 1rem;
}

.btn svg {

    width: 18px;

    height: 18px;

    stroke-width: 2.4;
}

/* =========================================
   HERO PREMIUM
========================================= */

.hero-section {

    position: relative;

    overflow: hidden;

    background:
        radial-gradient(circle at top right, rgba(37,99,235,0.14), transparent 32%),
        linear-gradient(135deg, #020617 0%, #07152d 45%, #081f63 100%);

    padding: 70px 0 40px;
}

.hero-background-glow {

    position: absolute;

    top: -180px;

    right: -120px;

    width: 620px;

    height: 620px;

    border-radius: 50%;

    background: rgba(37,99,235,0.16);

    filter: blur(120px);

    pointer-events: none;
}

.hero-layout {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: 1fr 1.12fr;

    align-items: center;

    gap: 34px;
}

/* =========================================
   HERO LEFT
========================================= */

.hero-left {
    position: relative;
}

.hero-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 38px;

    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.08);

    color: #ffffff;

    font-size: 0.76rem;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    margin-bottom: 28px;
}

.hero-title {

    max-width: 720px;

    font-size: 2.45rem;

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -0.040em;

    color: #ffffff;

    margin-bottom: 22px;
}

.hero-title-line {

    display: block;

    white-space: nowrap;
}

.hero-title-blue {
    color: #2563eb;
}

.hero-description {

    max-width: 700px;

    color: rgba(255,255,255,0.74);

    font-size: 1.06rem;

    line-height: 1.74;

    margin-bottom: 36px;
}

/* =========================================
   HERO BUTTONS
========================================= */

.hero-buttons {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 42px;
}

.btn-xl {

    min-height: 58px;

    padding: 0 34px;

    border-radius: 16px;

    font-size: 1rem;

    font-weight: 700;
}

.btn-dark {

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(255,255,255,0.18);

    color: #ffffff;
}

/* =========================================
   MICRO FEATURES
========================================= */

.hero-micro-features {

    display: flex;

    align-items: center;

    gap: 42px;
}

.micro-feature {

    display: flex;

    flex-direction: column;

    gap: 4px;
}

.micro-feature svg {
    width: 18px;
    height: 18px;
    color: #ffffff;
    stroke: #ffffff;
    margin-bottom: 10px;
}


.micro-feature strong {

    color: #ffffff;

    font-size: 0.96rem;

    font-weight: 700;
}

.micro-feature span {

    color: rgba(255,255,255,0.54);

    font-size: 0.84rem;
}

/* =========================================
   HERO RIGHT
========================================= */

.hero-right {

    position: relative;

    min-height: 560px;
}

/* =========================================
   NOTEBOOK MOCKUP PREMIUM
========================================= */

.hero-laptop {
    position: absolute;
    right: -100px;
    top: 36px;

    width: 102%;
    max-width: 760px;

    border-radius: 30px;
    padding: 18px 18px 38px;

    background: linear-gradient(180deg, #151922 0%, #0b0f18 100%);
    border: 2px solid rgba(255,255,255,0.18);

    box-shadow:
        0 45px 90px rgba(0,0,0,0.48),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

.hero-laptop::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);

    width: 8px;
    height: 8px;
    border-radius: 50%;

    background: #020617;
    border: 1px solid rgba(255,255,255,0.18);
    z-index: 5;
}

.hero-laptop::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 8px;

    height: 14px;
    border-radius: 0 0 18px 18px;

    background: linear-gradient(180deg, #353b46, #1f2530);
    opacity: 0.9;
}

.laptop-screen {
    position: relative;
    overflow: hidden;

    height: 420px;
    border-radius: 18px;

    background: #081225;
}

/* FUNDO DA TELA */

.laptop-background {
    position: absolute;
    inset: 0;

   background:
        linear-gradient(90deg, rgba(5,10,25,0.88) 0%, rgba(5,10,25,0.54) 42%, rgba(5,10,25,0.08) 100%),
        url('/storage/uploads/candidato/candidato-head-desktop_A.jpg');

    background-size: cover;
    background-position: center top;

    filter: saturate(1.05);
}

/* CONTEÚDO DA TELA */

.laptop-content {
    position: relative;
    z-index: 2;

    height: calc(100% - 72px);

    display: grid;
    grid-template-columns: 1fr 0.88fr;
    align-items: end;

    padding: 42px 42px 28px;
}

.laptop-info {
    color: #ffffff;
    max-width: 320px;
}

.laptop-info h3 {
    font-size: 2.25rem;
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

.laptop-number {
    color: #5fd04f;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.laptop-role {
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.laptop-text {
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.76);
    margin-bottom: 18px;
}

.laptop-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.btn-support,
.btn-share {

    min-height: 38px;

    padding: 0 16px;

    border-radius: 8px;

    border: none;

    outline: none;

    box-shadow: none;

    appearance: none;

    -webkit-appearance: none;

    color: #ffffff;

    font-size: 0.82rem;

    font-weight: 800;
}

.btn-support {
    background: #25b43f;
}

.btn-share {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
}

.laptop-socials {
    display: flex;
    gap: 12px;
}

.social {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: block;
}

.social.whatsapp { background: #25D366; }
.social.instagram { background: #C13584; }
.social.facebook { background: #1877F2; }
.social.youtube { background: #FF0000; }
.social {

    display: flex;
    align-items: center;
    justify-content: center;
}

.social svg {
    width: 16px;
    height: 16px;
    color: #ffffff;
    stroke: #ffffff;
}

/* MENU INFERIOR */

.laptop-menu {

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 54px;

    padding: 0 18px;

    z-index: 4;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    align-items: center;

    background: #ffffff;

    color: #111827;

    font-size: 0.76rem;

    font-weight: 800;

    text-align: center;
}

.laptop-menu .active {
    color: #16a34a;
}

/* =========================================
   MOBILE MOCKUP PREMIUM
========================================= */

.hero-mobile {
    position: absolute;
    left: -52px;
    bottom: -18px;

    width: 190px;

    border-radius: 30px;
    padding: 10px;

    background: #050812;
    border: 3px solid rgba(255,255,255,0.20);

    box-shadow: 0 34px 70px rgba(0,0,0,0.48);
    z-index: 8;
}

.mobile-screen {
    position: relative;
    overflow: hidden;

    min-height: 360px;
    border-radius: 22px;

    background: #081225;
}

.mobile-screen::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);

    width: 58px;
    height: 13px;

    border-radius: 999px;
    background: #050812;
    z-index: 6;
}

.mobile-header {
    position: relative;
    min-height: 220px;

    padding: 46px 14px 14px;

    background:
        radial-gradient(circle at top right, rgba(37,99,235,0.26), transparent 48%),
        linear-gradient(180deg, #0b1730 0%, #050812 100%);
}

.mobile-info {

    position: relative;

    z-index: 5;

    max-width: 96px;

    color: #ffffff;
}

.mobile-info h4 {
    font-size: 1.25rem;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.mobile-number {
    color: #5fd04f;
    font-size: 1.1rem;
    font-weight: 900;
    margin-top: 5px;
}

.mobile-role {
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(255,255,255,0.82);
    margin-top: 4px;
}


.mobile-header img {
    position: absolute;
    right: -10px;
    bottom: -8px;

    width: 126px;
    z-index: 1;
}

.mobile-button {

    position: relative;

    z-index: 3;

    width: calc(100% - 24px);

    min-height: 32px;

    margin: -18px 12px 12px;

    border-radius: 8px;

    border: none;

    outline: none;

    box-shadow: none;

    appearance: none;

    -webkit-appearance: none;

    background: #25b43f;

    color: #ffffff;

    font-size: 0.76rem;

    font-weight: 800;
}
.mobile-card {
    background: #ffffff;
    border-radius: 18px 18px 0 0;
    padding: 14px;

    color: #111827;
    min-height: 130px;
}

.mobile-card strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.mobile-proposal {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px;
}

.proposal-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #2563eb;

    display: flex;
    align-items: center;
    justify-content: center;
}

.proposal-icon svg {
    width: 16px;
    height: 16px;
    color: #ffffff;
    stroke: #ffffff;
}

.mobile-proposal span {
    display: block;
    font-size: 0.82rem;
    font-weight: 900;
}

.mobile-proposal small {
    display: block;
    font-size: 0.66rem;
    color: #64748b;
    margin-top: 3px;
}

/* =========================================
   FAIXA VISUAL DE DIFERENCIAIS
========================================= */

.visual-features-strip {

    position: relative;

    z-index: 20;

    background: #ffffff;

    padding: 8px 0;

    border-top: 1px solid rgba(15,23,42,0.04);

    border-bottom: 1px solid rgba(15,23,42,0.05);
}

.visual-features-grid {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 0;
}

.visual-feature-item {
    position: relative;

    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;

    padding: 10px 24px;

    min-height: 60px;
}

.visual-feature-item:not(:last-child)::after {

    content: "";

    position: absolute;

    top: 12px;

    right: 0;

    width: 1px;

    height: calc(100% - 24px);

    background: rgba(15,23,42,0.08);
}

.visual-feature-item svg {
    width: 34px;
    height: 34px;

    grid-row: 1 / 3;
    grid-column: 1;

    color: #2563eb;
    stroke-width: 1.8;

    margin-top: 2px;
    margin-bottom: 0;
}

.visual-feature-item h3 {

    color: #0f172a;

    font-size: 0.96rem;

    line-height: 1.3;

    font-weight: 800;

    margin-bottom: 6px;
}

.visual-feature-item p {

    color: #475569;

    font-size: 0.82rem;

    line-height: 1.5;
}

/* =========================================
   SEÇÕES
========================================= */

.landing-section {
    padding: 50px 0;
}

#como-funciona {
    background: #f8fbff;
    scroll-margin-top: 96px;
}

#como-funciona {
    padding: 34px 0 26px;
}

#para-quem {
    scroll-margin-top: 82px;
}

#diferenciais {
    scroll-margin-top: 88px;
}


.section-alt {
    background: #ffffff;
}

.section-heading {
    text-align: center;
    margin-bottom: 28px;
}

.section-tag {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(37,99,235,0.08);
    color: #2563eb;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.section-heading h2 {
    font-size: 3rem;
    line-height: 1.06;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.035em;
    margin-bottom: 16px;
}

.section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.08rem;
    line-height: 1.75;
}

/* =========================================
   COMO FUNCIONA PREMIUM
========================================= */

.premium-steps-wrapper {
    display: grid;
    grid-template-columns: 1fr 90px 1fr 90px 1fr 90px 1fr 90px 1fr;

    align-items: start;

    background: transparent;

    padding: 42px 36px 34px;

    border-radius: 0;
}

.premium-step-item {
    position: relative;
    text-align: center;
}

.premium-step-number {
    position: absolute;

    top: -18px;
    left: 50%;

    transform: translateX(-50%);

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #2563eb;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.86rem;
    font-weight: 900;

    z-index: 3;
}

.premium-step-icon {
    width: 82px;
    height: 82px;

    border-radius: 50%;

    margin: 0 auto 18px;

    background: #ffffff;

    border: 1px solid #dbeafe;

    box-shadow: 0 14px 34px rgba(37,99,235,0.10);

    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-step-icon svg {
    width: 36px;
    height: 36px;

    color: #1d4ed8;

    stroke-width: 1.9;
}

.premium-step-item h3 {
    color: #0f172a;

    font-size: 1rem;
    line-height: 1.25;

    font-weight: 900;

    margin-bottom: 10px;
}

.premium-step-item p {
    color: #475569;

    font-size: 0.84rem;
    line-height: 1.55;

    max-width: 190px;

    margin: 0 auto;
}

.premium-step-line {
    height: 2px;

    margin-top: 42px;

    background-image: linear-gradient(
        to right,
        rgba(37,99,235,0.42) 35%,
        rgba(255,255,255,0) 0%
    );

    background-position: center;

    background-size: 12px 2px;

    background-repeat: repeat-x;
}


/* =========================================
   CARDS
========================================= */

.steps-grid,
.features-grid,
.target-grid {
    display: grid;
    gap: 24px;
}

.steps-grid {
    grid-template-columns: repeat(4, 1fr);
}

.features-grid {
    grid-template-columns: repeat(3, 1fr);
}

.target-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.step-card,
.feature-card,
.target-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 34px 28px;
    border: 1px solid #e2e8f0;
    transition: 0.2s ease;
    box-shadow: 0 10px 30px rgba(15,23,42,0.04);
}

.target-card {

    min-height: 104px;

    display: flex;
    align-items: center;
    gap: 18px;

    padding: 20px 22px;

    border-radius: 18px;

    background: #ffffff;

    border: 1px solid #edf2f7;

    box-shadow: 0 10px 24px rgba(15,23,42,0.04);

    transition: 0.2s ease;
}

.target-icon {

    width: 48px;
    height: 48px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.target-icon svg {

    width: 30px;
    height: 30px;

    color: #2563eb;

    stroke-width: 1.9;
}

.target-card span {

    color: #0f172a;

    font-size: 1rem;
    line-height: 1.28;

    font-weight: 800;
}

/* =========================================
   DIFERENCIAIS PREMIUM
========================================= */

.features-grid {

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}

.feature-card {

    min-height: 108px;

    display: flex;
    align-items: center;
    gap: 16px;

    padding: 20px 22px;

    border-radius: 18px;

    background: #ffffff;

    border: 1px solid #edf2f7;

    box-shadow: 0 10px 24px rgba(15,23,42,0.04);

    transition: 0.2s ease;
}

.feature-icon {

    width: 46px;
    height: 46px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.feature-icon svg {

    width: 28px;
    height: 28px;

    color: #2563eb;

    stroke-width: 1.9;
}

.feature-card span {

    color: #0f172a;

    font-size: 1rem;
    line-height: 1.35;

    font-weight: 800;
}

.step-card:hover,
.feature-card:hover,
.target-card:hover {

    transform: translateY(-3px);

    box-shadow: 0 18px 42px rgba(15,23,42,0.08);
}
.step-card span {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.12rem;
    font-weight: 900;
    margin-bottom: 22px;
}

.step-card h3,
.feature-card,
.target-card {
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
}

.step-card p {
    margin-top: 12px;
    color: #64748b;
    line-height: 1.7;
}

/* =========================================
   DEMO
========================================= */

#demo {
    scroll-margin-top: 92px;
}

.demo-box {
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border-radius: 28px;
    padding: 34px 44px;
    border: 1px solid #dbeafe;
}

.demo-box-premium {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 42px;
    overflow: hidden;
}

.demo-visual img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
}

.demo-content {
    text-align: left;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.demo-content .section-tag {
    margin-bottom: 12px;
}

.demo-content h2 {
    font-size: 2.25rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.035em;
    margin: 16px 0 18px;
    color: #0f172a;
}

.demo-content p {
    max-width: 430px;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.65;
    margin-bottom: 26px;
}

.demo-box h2 {
    font-size: 2.25rem;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.035em;
    margin: 16px 0 18px;
    color: #0f172a;
}

/* =========================================
   CTA FINAL
========================================= */

.cta-section {

    position: relative;

    overflow: hidden;

    background:
        radial-gradient(circle at left center, rgba(37,99,235,0.22), transparent 28%),
        linear-gradient(90deg, #1337d6 0%, #08195f 52%, #020617 100%);

    padding: 26px 0;
}

.cta-box {
    text-align: center;
}

.cta-box-transition {

    display: grid;

    grid-template-columns: auto minmax(0, 1fr) auto;

    align-items: end;

    gap: 26px;
}

.cta-icon {

    width: 110px;
    height: 110px;

    border-radius: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.16),
        0 20px 40px rgba(0,0,0,0.22);
}

.cta-icon svg {

    width: 52px;
    height: 52px;

    color: #ffffff;

    stroke-width: 1.8;
}

.cta-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: left;
}

.cta-actions {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-left: 24px;

    margin-bottom: -18px;

    transform: translateX(-180px);

    flex-shrink: 0;
}

.cta-actions .btn {
    white-space: nowrap;
    min-width: 170px;
    min-height: 44px;
    padding: 0 20px;
}

.cta-content h2 {

    font-size: 2.65rem;

    line-height: 1.02;

    font-weight: 800;

    letter-spacing: -0.045em;

    white-space: nowrap;

    color: #ffffff;

    margin-bottom: 10px;
}

.cta-content p {

    color: rgba(255,255,255,0.78);

    font-size: 1.08rem;

    line-height: 1.6;

    margin: 0;
}



/* =========================================
   FOOTER
========================================= */

.landing-footer {
    background: #020617;
    padding: 24px 0 14px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-content {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 240px;

}

.footer-brand {
    max-width: none;
    flex: 0 0 auto;

    margin-left: 120px;
}

.footer-logo {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.footer-logo span {
    color: #2563eb;
}

.footer-brand p {
    color: rgba(255,255,255,0.62);
    font-size: 0.95rem;
    line-height: 1.55;
    white-space: nowrap;
}

.footer-copy-inline {

    color: rgba(255,255,255,0.42);

    margin-left: 100px;

    font-size: 0.82rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact h4 {
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.footer-contact span {
    color: rgba(255,255,255,0.62);
    font-size: 0.92rem;
    line-height: 1.45;
}

.footer-copy {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 12px;

    color: rgba(255,255,255,0.42);

    font-size: 0.82rem;

    text-align: center;
}

/* =========================================
   RESPONSIVO MOBILE
========================================= */

@media (max-width: 980px) {

    .landing-nav {
        display: none;
    }

    .landing-header .landing-container {
        min-height: 82px;
    }

    .landing-actions .btn-outline {
        display: none;
    }

    .hero-section {
        padding: 52px 0 42px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }

    .hero-title {
        margin-left: auto;
        margin-right: auto;
        font-size: 2.3rem;
    }

    .hero-title-line {
        white-space: normal;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-micro-features {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-right {
        min-height: 520px;
    }

    .hero-laptop {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }

    .hero-mobile {
        left: 20px;
        bottom: -28px;
    }

    .visual-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .target-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .premium-steps-wrapper {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 34px 20px;
    }

    .premium-step-line {
        display: none;
    }

    .demo-box-premium {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .demo-content {
        align-items: center;
        text-align: center;
    }

    .cta-box-transition {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 18px;
    }

    .cta-content {
        text-align: center;
    }

    .cta-content h2 {
        white-space: normal;
        font-size: 2.1rem;
    }

    .cta-actions {
        transform: none;
        margin: 0;
        justify-content: center;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        text-align: center;
    }

    .footer-brand {
        margin-left: 0;
    }

    .footer-brand p {
        white-space: normal;
    }

    .footer-copy-inline {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }

    .footer-contact {
        align-items: center;
    }
}

@media (max-width: 560px) {

    .landing-container {
    padding: 0 18px;
}

    .landing-header .landing-container {
    
        min-height: 148px;
    
        flex-direction: column;
    
        justify-content: center;
    
        align-items: center;
    
        gap: 12px;
    
        padding-top: 18px;
    
        padding-bottom: 18px;
    }
    
    .landing-brand {
    
        text-align: center;
    }
    
    .landing-logo {
        font-size: 2rem;
    }
    
    .landing-subtitle {
    
        font-size: 0.72rem;
    
        line-height: 1.35;
    }
    
    .landing-actions {
    
        width: 100%;
    
        display: flex;
    
        flex-direction: column;
    
        align-items: center;
    
        gap: 10px;
    }
    
    .landing-actions .btn-outline {
    
        display: inline-flex;
    
        width: 220px;
    
        justify-content: center;
    }
    
    .landing-actions .btn-primary {
    
        min-height: 42px;
    
        width: 220px;
    
        padding: 0 16px;
    
        font-size: 0.84rem;
    
        justify-content: center;
    }

    .landing-nav {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    width: 100%;

    margin-top: 18px;
    }
    
    .landing-nav a {
    
        display: flex;
    
        align-items: center;
    
        justify-content: center;
    
        min-height: 44px;
    
        border: 1px solid rgba(255,255,255,0.18);
    
        border-radius: 14px;
    
        background: rgba(255,255,255,0.03);
    
        color: rgba(255,255,255,0.82);
    
        font-size: 0.92rem;
    
        font-weight: 600;
    
        text-decoration: none;
    
        transition: all 0.25s ease;
    }
    
    .landing-nav a:active {
    
        transform: scale(0.98);
    }
    
    .landing-nav a:hover {
    
        border-color: rgba(77,118,255,0.55);
    
        background: rgba(77,118,255,0.08);
    
        color: #ffffff;
    }

    .hero-section {
        padding: 42px 0 34px;
    }

    .hero-badge {
        font-size: 0.68rem;
        padding: 0 14px;
        margin-bottom: 22px;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.12;
    }

    .hero-description {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-xl {
        width: 100%;
        min-height: 54px;
    }

    .hero-micro-features {
        gap: 20px;
    }

    .micro-feature {
        align-items: center;
        width: 30%;
        min-width: 88px;
    }

    .hero-right {
        min-height: auto;
        padding-bottom: 24px;
    }

    .hero-laptop {
        max-width: 100%;
        padding: 10px 10px 24px;
        border-radius: 22px;
    }

    .laptop-screen {
        height: 360px;
        border-radius: 14px;
    }

    .laptop-content {
        padding: 30px 22px 22px;
        grid-template-columns: 1fr;
    }

    .laptop-actions {

        margin-top: 30px;
    }

    .laptop-info {

        margin-bottom: 14px;
    }
    
    .laptop-info h3,
    .laptop-number,
    .laptop-role {
    
        display: none;
    }
    
    .laptop-info h3,
    .laptop-number,
    .laptop-role {
    
        display: none;
    }
    
    .laptop-info h3,
    .laptop-number,
    .laptop-role {
    
        display: none;
    }

    .laptop-text {
        display: none;
    }

    .laptop-menu {
        height: 44px;
        font-size: 0.58rem;
        padding: 0 8px;
    }

    .hero-mobile {
        position: relative;
        left: auto;
        bottom: auto;
        width: 170px;
        margin: -40px auto 0;
    }

    .visual-features-strip {
        margin-top: 26px;
    }

    .visual-features-grid,
    .target-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }

    .visual-feature-item {
        padding: 16px 8px;
    }

    .landing-section {
        padding: 38px 0px;
    }

    #como-funciona {

        padding-top: 240px;
    
        padding-bottom: 72px;
    }
    
    #para-quem {

        padding-top: 250px;
    }
        
    #diferenciais {

        padding-top: 240px;
    }
    
    #demo {

        padding-top: 240px;
    }
    
    .section-heading h2 {
        font-size: 2rem;
        line-height: 1.12;
    }

    .section-heading p {
        font-size: 0.98rem;
    }

    .target-card,
    .feature-card {
        min-height: 88px;
    }

    .demo-box {
        padding: 28px 20px;
    }

    .demo-content h2,
    .demo-box h2 {
        font-size: 1.9rem;
    }

    .demo-content .btn {
        width: 100%;
    }

    .cta-section {
        padding: 32px 0;
    }

    .cta-icon {
        width: 82px;
        height: 82px;
        margin: 0 auto;
    }

    .cta-icon svg {
        width: 40px;
        height: 40px;
    }

    .cta-content h2 {
        font-size: 1.85rem;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .cta-actions .btn {
        width: 100%;
    }

    .landing-footer {
        padding: 28px 0 22px;
    }

}