* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f9fc;
    color: #1f2937;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

/* CONTAINER */
.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================
   HERO HOME
========================= */

.site-hero {
    padding: 0;
}

.site-hero-shell {
    width: 100%;
}

.header {
    background: linear-gradient(135deg, #0b2b67, #1d59c6);
    color: white;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header-logo-wrap {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 90px;
    filter: brightness(0) invert(1);
}

.header-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255,255,255,0.22);
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.header-copy {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
}

.kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: rgba(220, 235, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.header-copy h1 {
    font-size: 60px;
    margin: 0;
    line-height: 1.02;
}

.header-copy h1 span {
    color: #2563eb;
}

.header-copy p {
    margin-top: 28px;
    max-width: 860px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(220, 235, 255, 0.92);
}

.hero-image-block {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-image-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

/* =========================
   HOME SOLUTIONS CARDS
========================= */

.hero {
    padding: 10px 0 90px;
}

.hero-right {
    display: grid;
    gap: 24px;
}

.hero-right-wide {
    grid-template-columns: repeat(2, 1fr);
}

.solution-card {
    background: white;
    border-radius: 24px;
    padding: 34px 30px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.solution-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1d59c6;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.solution-card h2 {
    margin: 0 0 16px;
    font-size: 2rem;
    line-height: 1.15;
    color: #0f172a;
}

.solution-card p {
    margin: 0 0 22px;
    color: #526071;
    line-height: 1.7;
}

.solution-card a {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    background: #0f172a;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

/* =========================
   LOCAVOX HERO
========================= */

.locavox-hero {
    position: relative;
    padding: 120px 0 88px;
    background: linear-gradient(
        180deg,
        #e7efff 0%,
        #f1f6ff 38%,
        #f8fbff 100%
    );
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.locavox-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(29, 89, 198, 0.10) 0%, rgba(29, 89, 198, 0) 72%);
    pointer-events: none;
}

.locavox-hero::after {
    content: "";
    position: absolute;
    top: 40px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(11, 43, 103, 0.06) 0%, rgba(11, 43, 103, 0) 72%);
    pointer-events: none;
}

.locavox-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
}

.locavox-brand-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.locavox-icon {
    width: 64px;
    height: 64px;
}

.locavox-brand-name {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1447c4;
}

.locavox-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(4rem, 6vw, 6.2rem);
    line-height: 0.92;
    color: #0b1633;
}

.locavox-brand-tagline {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d59c6;
    margin-bottom: 28px;
}

.locavox-hero-text {
    margin-bottom: 34px;
    max-width: 720px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #526071;
}

.locavox-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 38px;
    color: #1d59c6;
    font-weight: 600;
}

.locavox-hero-meta span:not(:last-child)::after {
    content: "•";
    margin-left: 16px;
    color: rgba(29, 89, 198, 0.45);
}

.locavox-hero-actions {
    display: flex;
    gap: 14px;
}

.btn-primary,
.btn-secondary {
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.btn-primary {
    background: #0f172a;
    color: white;
}

.btn-secondary {
    border: 1px solid rgba(15, 23, 42, 0.14);
    color: #0f172a;
    background: white;
}

/* =========================
   SECTIONS
========================= */

.locavox-section {
    padding: 80px 0;
}

.locavox-section-soft {
    background: #f8fafc;
}

.section-head {
    max-width: 1120px;
    margin: 0 auto 46px;
    text-align: center;
}

.section-tag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e9eefc;
    color: #1f3f95;
    font-size: 0.8rem;
    font-weight: 700;
}

.section-head h2 {
    margin: 18px 0 0;
    font-size: 2.5rem;
    line-height: 1.15;
}

.section-head p {
    color: #4b5565;
}

/* =========================
   RESULTATS
========================= */

.locavox-results-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.result-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
}

.result-visual {
    background: white;
    border-radius: 20px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-visual img {
    width: auto;
    max-width: 85%;
    margin: 0 auto;
}

.result-row:nth-child(1) img {
    max-height: 260px;
}

.result-row:nth-child(2) img {
    max-height: 280px;
}

.result-row:nth-child(3) img {
    max-height: 220px;
}

.result-row .info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
}

.info-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
}

/* =========================
   BENEFITS
========================= */

.locavox-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
}

/* =========================
   SETUP
========================= */

.setup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.setup-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 24px;
}

.setup-image {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.setup-image img {
    margin: 0 auto;
}

/* =========================
   PROTOCOLS
========================= */

.protocol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.protocol-card {
    background: white;
    padding: 24px;
    border-radius: 20px;
}

/* =========================
   CTA BOX
========================= */

.locavox-cta-box {
    background: linear-gradient(180deg, #f7faff, #eef4ff);
    border-radius: 28px;
    padding: 48px 32px;
    text-align: center;
}

/* =========================
   SCHEMA LOCALISATION
========================= */

.schema-localisation {
    width: 100%;
    max-width: 900px;
    margin: 20px auto 40px auto;
    text-align: center;
}

.schema-localisation img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* =========================
   LOCAVOX PAGE ONLY
========================= */

.locavox-page .usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.locavox-page .usage-card {
    background: white;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.locavox-page .usage-card.orl-card,
.locavox-page .usage-card.audio-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.locavox-page .usage-card h3 {
    margin: 0 0 14px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f274f;
}

.locavox-page .usage-intro {
    margin: 0 0 20px;
    line-height: 1.6;
    color: #334155;
}

.locavox-page .usage-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.locavox-page .usage-columns > div:first-child {
    border-right: 1px solid #e5e7eb;
    padding-right: 20px;
}

.locavox-page .usage-columns h4 {
    margin: 0 0 10px;
    color: #1d59c6;
    font-size: 1rem;
}

.locavox-page .usage-columns ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.6;
}

.locavox-page .cta-final {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding: 90px 20px;
    background: linear-gradient(135deg, #0a2a66 0%, #1447b8 55%, #1d59c6 100%);
    text-align: center;
    color: white;
}

.locavox-page .cta-final::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}

.locavox-page .cta-final::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}

.locavox-page .cta-final-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}

.locavox-page .cta-final-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

.locavox-page .cta-final h2 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08;
    color: white;
}

.locavox-page .cta-final-text {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
}

.locavox-page .cta-final-actions {
    margin-bottom: 24px;
}

.locavox-page .cta-button {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 12px;
    background: white;
    color: #1447b8;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.locavox-page .cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.locavox-page .cta-final-contact {
    margin: 0;
    font-size: 1rem;
    color: rgba(255,255,255,0.86);
}

.locavox-page .cta-final-contact a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
    .hero-right-wide,
    .result-row,
    .setup-grid,
    .protocol-grid,
    .locavox-benefits-grid,
    .locavox-page .usage-grid,
    .vrb-setup-row,
    .vrb-sib-row-wide {
        grid-template-columns: 1fr;
    }

    .locavox-page .usage-columns {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .locavox-page .usage-columns > div:first-child {
        border-right: none;
        padding-right: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid #e5e7eb;
    }

    .vrb-setup-grid {
        grid-template-columns: 1fr;
    }

    .vrb-setup-compact {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }

    .header-copy h1 {
        font-size: 40px;
    }

    .hero-image-block {
        padding: 0 20px 28px;
    }

    .hero {
        padding: 10px 0 70px;
    }

    .locavox-hero {
        padding: 90px 0 70px;
    }

    .locavox-brand-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .locavox-hero h1 {
        font-size: clamp(2.8rem, 10vw, 4rem);
    }

    .locavox-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }

    .section-head h2 {
        font-size: 2rem;
    }

    .locavox-page .cta-final {
        padding: 72px 20px;
    }

    .locavox-page .cta-final h2 {
        font-size: 2rem;
    }

    .locavox-page .cta-final-text {
        font-size: 1rem;
    }

    .locavox-page .cta-button {
        width: 100%;
        max-width: 320px;
    }

    .vrb-page .vrb-hero {
        padding: 90px 0 70px;
    }

    .vrb-page .vrb-brand-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .vrb-page .vrb-hero h1 {
        font-size: clamp(2.8rem, 10vw, 4rem);
    }

    .vrb-page .vrb-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================
   VRB PAGE ONLY
========================= */

.vrb-page .vrb-hero {
    position: relative;
    padding: 120px 0 88px;
    background: linear-gradient(
        180deg,
        #e7f4fb 0%,
        #f2f8ff 42%,
        #f8fbff 100%
    );
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.vrb-page .vrb-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.10) 0%, rgba(0, 174, 239, 0) 72%);
    pointer-events: none;
}

.vrb-page .vrb-hero::after {
    content: "";
    position: absolute;
    top: 40px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(29, 89, 198, 0.06) 0%, rgba(29, 89, 198, 0) 72%);
    pointer-events: none;
}

.vrb-page .vrb-hero-inner {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.vrb-page .vrb-brand-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.vrb-page .vrb-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex: 0 0 auto;
}

.vrb-page .vrb-brand-name {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    color: #1d59c6;
}

.vrb-page .vrb-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(4rem, 6vw, 6.2rem);
    line-height: 0.92;
    color: #0f172a;
}

.vrb-page .vrb-tagline {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d59c6;
    margin-bottom: 28px;
}

.vrb-page .vrb-hero-text {
    margin-bottom: 34px;
    max-width: 720px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #526071;
}

.vrb-page .vrb-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 38px;
    color: #1d59c6;
    font-weight: 600;
}

.vrb-page .vrb-hero-meta span:not(:last-child)::after {
    content: "•";
    margin-left: 16px;
    color: rgba(29, 89, 198, 0.45);
}

.vrb-page .vrb-hero-actions {
    display: flex;
    gap: 14px;
}

.vrb-hero-meta {
    display: flex;
    gap: 16px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.vrb-hero-meta::-webkit-scrollbar {
    display: none;
}

/* =========================
   VRB SETUP
========================= */

.vrb-setup {
    padding: 80px 0;
    background: #f8fafc;
}

.vrb-setup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 40px;
}

.vrb-setup-card {
    background: white;
    border-radius: 24px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.vrb-setup-card img {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
}

.vrb-setup-card h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    color: #0f172a;
}

.vrb-setup-card p {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.vrb-setup-compact {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 18px;
    background: #eef4fb;
    border: 1px solid #dbe7f7;
}

.vrb-setup-compact img {
    width: 90px;
    height: auto;
    flex-shrink: 0;
}

.vrb-setup-compact h4 {
    margin: 0 0 6px;
    font-size: 1rem;
    color: #0f172a;
}

.vrb-setup-compact p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
}

.vrb-setup-usage {
    margin-top: 28px;
    text-align: center;
    font-size: 0.95rem;
    color: #475569;
}

.vrb-setup-usage p {
    margin: 6px 0;
    line-height: 1.6;
}

.vrb-setup-note {
    margin-top: 26px;
    text-align: center;
    color: #64748b;
    font-size: 0.95rem;
}

.vrb-setup-note p {
    margin: 0;
    line-height: 1.6;
}

.vrb-setup-heading {
    max-width: 1120px;
    margin: 0 auto 46px;
    text-align: center;
}

.vrb-setup-heading .section-kicker {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e9eefc;
    color: #1f3f95;
    font-size: 0.8rem;
    font-weight: 700;
}

.vrb-setup-heading h2 {
    margin: 18px 0 0;
    font-size: 2.5rem;
    line-height: 1.15;
}

.vrb-setup-heading p {
    color: #4b5565;
    max-width: 860px;
    margin: 18px auto 0;
    line-height: 1.7;
}

.vrb-setup-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vrb-setup-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
}

.vrb-setup-media {
    background: white;
    border-radius: 20px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vrb-setup-media img {
    width: auto;
    max-width: 85%;
    margin: 0 auto;
}

.vrb-setup-row:nth-child(1) .vrb-setup-media img {
    max-height: 260px;
}

.vrb-setup-row:nth-child(2) .vrb-setup-media img {
    max-height: 280px;
}

.vrb-setup-row:nth-child(3) .vrb-setup-media img {
    max-height: 220px;
}

.vrb-setup-copy {
    background: white;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vrb-setup-copy h3 {
    margin: 0 0 14px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f274f;
}

.vrb-setup-copy p {
    margin: 0;
    line-height: 1.6;
    color: #334155;
}

/* =========================
   VRB PRINCIPE DU TEST
========================= */

.vrb-principe-visual img {
    width: auto;
    max-width: 85%;
    margin: 0 auto;
}

.vrb-principe-card h3 {
    margin: 0 0 14px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f274f;
}

.vrb-principe-card p {
    margin: 0;
    line-height: 1.6;
    color: #334155;
}

/* =========================
   VRB PERFORMANCE
========================= */

.vrb-performance-visual img {
    width: auto;
    max-width: 85%;
    margin: 0 auto;
}

.vrb-reference {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
}

.vrb-reference p {
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
}

/* =========================
   VRB RESULTATS
========================= */

.vrb-results-visual {
    padding: 24px;
}

.vrb-results-visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

.vrb-results-card h3 {
    margin: 0 0 14px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f274f;
}

.vrb-results-card p {
    margin: 0 0 14px;
    line-height: 1.65;
    color: #334155;
}

.vrb-results-card p:last-child {
    margin-bottom: 0;
}

.vrb-results-visual img[src*="VRB_niveau"] {
    max-width: 70%;
}

.vrb-sib-row .vrb-results-visual img {
    max-height: none;
    object-fit: contain;
}

.vrb-sib-row-wide {
    grid-template-columns: 1.3fr 0.7fr;
}


/* =========================
   VRB CTA FINAL
========================= */

.vrb-cta-final {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding: 90px 20px;
    background: linear-gradient(135deg, #0a2a66 0%, #1447b8 55%, #1d59c6 100%);
    text-align: center;
    color: white;
}

.vrb-cta-final::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}

.vrb-cta-final::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}

.vrb-cta-final-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}

.vrb-cta-final-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

.vrb-cta-final h2 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08;
    color: white;
}

.vrb-cta-final-text {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
}

.vrb-cta-final-actions {
    margin-bottom: 24px;
}

.vrb-cta-button {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 12px;
    background: white;
    color: #1447b8;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vrb-cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.vrb-cta-final-contact {
    margin: 0;
    font-size: 1rem;
    color: rgba(255,255,255,0.86);
}

.vrb-cta-final-contact a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}

/* =========================
   MOBILE GLOBAL FIX
========================= */

@media (max-width: 900px) {

    .hero-right-wide,
    .result-row,
    .setup-grid,
    .protocol-grid,
    .locavox-benefits-grid,
    .locavox-page .usage-grid,
    .vrb-setup-row,
    .vrb-sib-row,
    .vrb-sib-row-wide {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .result-visual img,
    .vrb-results-visual img,
    .vrb-setup-media img {
        max-width: 100%;
    }

    .result-visual,
    .info-card,
    .vrb-setup-copy {
        width: 100%;
    }

    .vrb-reference p {
        white-space: normal;
        text-align: center;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .vrb-page .vrb-hero h1 {
        font-size: 3.2rem;
        line-height: 0.98;
    }

    .vrb-page .vrb-hero-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}