/* RESET */
body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background: #0b1220;
    color: white;
}

/* CONTAINER */
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* HEADER */
.site-header {
    background: transparent;
    padding: 20px 0;
    position: absolute;
    width: 100%;
}

.site-logo img {
    height: 50px;
}

/* HERO */
.hero {
    background: radial-gradient(circle at 20% 30%, #1e2f4f, #0b1220);
    padding: 120px 0 80px;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-left {
    flex: 1;
}

.hero-right {
    flex: 1;
}

.badge {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #4da3ff;
}

.hero p {
    color: #b8c1d1;
    font-size: 18px;
    max-width: 500px;
}

.hero-buttons {
    margin-top: 30px;
}

.btn-primary {
    background: #4da3ff;
    color: white;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-secondary {
    border: 1px solid #4da3ff;
    color: #4da3ff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
}

.hero-features {
    margin-top: 30px;
    font-size: 14px;
    color: #aab3c2;
}

.hero-visual {
    height: 380px;
    border-radius: 12px;
    background: url('https://zetoworkspace.re/wp-content/themes/zeto-vitrine/assets/images/hero.jpg') center/cover no-repeat;
    box-shadow: 0 0 80px rgba(77,163,255,0.25);
    position: relative;
}

/* overlay pour effet pro */
.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11,18,32,0.7), rgba(11,18,32,0.3));
    border-radius: 12px;
}

/* SOLUTIONS */
.solutions {
    padding: 70px 0;
    background: #0b1220;
    text-align: center;
}

.solutions h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-sub {
    color: #aab3c2;
    margin-bottom: 60px;
}

.cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    flex: 1;
    min-width: 260px;
    background: #121a2c;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.card h3 {
    margin-top: 10px;
}

.card p {
    color: #aab3c2;
}

.card a {
    display: inline-block;
    margin-top: 15px;
    color: #4da3ff;
}

.icon {
    font-size: 28px;
}

/* VALUES */
.values {
    background: #0f172a;
    padding: 60px 0;
}

.values-grid {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.values-grid div {
    flex: 1;
    min-width: 200px;
}

.values-grid h3 {
    font-size: 28px;
    color: #4da3ff;
}

/* FOOTER */
.site-footer {
    background: #0b1220;
    padding: 40px 0;
    text-align: center;
    color: #777;
}
.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 30%, rgba(77,163,255,0.35), transparent 25%),
        radial-gradient(circle at 85% 55%, rgba(77,163,255,0.18), transparent 22%),
        linear-gradient(120deg, transparent 0%, rgba(77,163,255,0.08) 50%, transparent 100%);
    opacity: 1;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(77,163,255,0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(77,163,255,0.18) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(circle at 75% 35%, black, transparent 55%);
    opacity: 0.45;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-visual {
    position: relative;
    background:
        radial-gradient(circle at center, rgba(77,163,255,0.45), rgba(30,47,79,0.25) 45%, transparent 70%);
    border: 1px solid rgba(77,163,255,0.25);
}

.hero-visual::before {
    content: "La Réunion";
    position: absolute;
    inset: 42px;
    border: 2px solid rgba(77,163,255,0.9);
    border-radius: 48% 52% 43% 57% / 45% 48% 52% 55%;
    box-shadow: 0 0 35px rgba(77,163,255,0.8);
    display: grid;
    place-items: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 85px;
    background:
        radial-gradient(circle, #4da3ff 0 3px, transparent 4px) 0 0 / 70px 70px,
        linear-gradient(45deg, transparent 48%, rgba(77,163,255,0.35) 49%, rgba(77,163,255,0.35) 51%, transparent 52%) 0 0 / 80px 80px;
    opacity: 0.75;
}
.hero-visual {
    height: 380px;
    border-radius: 16px;
    background: url('https://zetoworkspace.re/wp-content/themes/zeto-vitrine/assets/images/hero.jpg') center/cover no-repeat !important;
    box-shadow: 0 0 80px rgba(77,163,255,0.35);
    position: relative;
    overflow: hidden;
}

/* désactive l’ancien faux visuel */
.hero-visual::before,
.hero-visual::after {
    display: none !important;
    content: none !important;
}
.hero-visual {
    transform: perspective(1000px) rotateY(-5deg);
    transition: 0.4s;
}

.hero-visual:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 0 120px rgba(77,163,255,0.5);
}
.hero-micro {
    font-size: 14px;
    color: #8fa2c7;
    margin-top: 18px;
    line-height: 1.6;
}

.hero-micro span {
    color: #4da3ff;
    font-weight: 500;
}
.why-section {
    background: #08111f;
    padding: 60px 0;
    border-top: 1px solid rgba(77,163,255,0.16);
    border-bottom: 1px solid rgba(77,163,255,0.16);
}

.section-head {
    max-width: 760px;
    margin-bottom: 30px;
}

.section-kicker {
    color: #4da3ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-head h2 {
    font-size: 40px;
    line-height: 1.15;
    margin: 14px 0;
    color: #ffffff;
}

.section-head p {
    color: #aab3c2;
    font-size: 18px;
}

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

.why-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
    border: 1px solid rgba(77,163,255,0.18);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.why-card h3 {
    color: #ffffff;
    margin-bottom: 12px;
}

.why-card p {
    color: #aab3c2;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .section-head h2 {
        font-size: 30px;
    }
}
.vision {
    background: #0b1220;
    padding: 70px 0;
}

.vision-content {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.vision-left {
    flex: 1;
}

.vision-left h2 {
    font-size: 40px;
    margin: 20px 0;
    line-height: 1.2;
}

.vision-left p {
    color: #aab3c2;
    line-height: 1.8;
    margin-bottom: 15px;
}

.vision-right {
    flex: 1;
}

.vision-card {
    background: linear-gradient(135deg, rgba(77,163,255,0.1), rgba(77,163,255,0.05));
    border: 1px solid rgba(77,163,255,0.2);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vision-card h3 {
    font-size: 28px;
    color: #4da3ff;
}

.vision-card p {
    color: #ffffff;
    margin-top: 5px;
}

/* FOOTER PREMIUM */
.footer-premium {
    background:
        radial-gradient(circle at top left, rgba(77,163,255,0.14), transparent 32%),
        linear-gradient(180deg, #08111f, #050914);
    color: #ffffff;
    padding: 80px 0 28px;
    border-top: 1px solid rgba(77,163,255,0.18);
    text-align: left;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 42px;
    align-items: start;
}

.footer-logo {
    width: 150px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 22px;
}

.footer-brand p {
    color: #aab3c2;
    line-height: 1.7;
    max-width: 380px;
    margin-bottom: 18px;
}

.footer-badge {
    display: inline-block;
    color: #4da3ff;
    background: rgba(77,163,255,0.1);
    border: 1px solid rgba(77,163,255,0.24);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
}

.footer-col h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-bottom: 18px;
}

.footer-col a,
.footer-col p {
    display: block;
    color: #aab3c2;
    text-decoration: none;
    margin: 0 0 12px;
    line-height: 1.5;
}

.footer-col a:hover {
    color: #4da3ff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 52px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    color: #7f8aa3;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #7f8aa3;
    text-decoration: none;
    margin-left: 18px;
}

.footer-bottom a:hover {
    color: #4da3ff;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom a {
        margin: 0 14px 0 0;
    }
}


/* USE CASES */
.usecases {
    background: #08111f;
    padding: 70px 0;
    border-top: 1px solid rgba(77,163,255,0.12);
    border-bottom: 1px solid rgba(77,163,255,0.12);
}

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

.usecase-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(77,163,255,0.18);
    border-radius: 16px;
    padding: 22px;
}

.usecase-card span {
    color: #4da3ff;
    font-weight: 800;
    font-size: 14px;
}

.usecase-card h3 {
    color: #ffffff;
    margin: 14px 0 10px;
}

.usecase-card p {
    color: #aab3c2;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .usecase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .usecase-grid {
        grid-template-columns: 1fr;
    }
}


/* DENSIFICATION GLOBALE - réduit les grands espaces vides */
.hero {
    padding: 120px 0 80px !important;
}

.why-section {
    padding: 60px 0 !important;
}

.vision,
.solutions,
.usecases {
    padding: 70px 0 !important;
}

.values {
    padding: 60px 0 !important;
}

.section-head {
    margin-bottom: 30px !important;
}

.section-sub {
    margin-bottom: 35px !important;
}

.why-card,
.usecase-card,
.card {
    padding: 22px !important;
}

.vision-content,
.hero-content {
    gap: 42px;
}

@media (max-width: 768px) {
    .hero {
        padding: 100px 0 60px !important;
    }

    .why-section,
    .vision,
    .solutions,
    .usecases {
        padding: 52px 0 !important;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-content,
    .vision-content {
        gap: 28px;
    }
}
/* COMPACT ++ */
.hero {
    padding: 95px 0 55px !important;
}

.why-section,
.vision,
.solutions,
.usecases {
    padding: 45px 0 !important;
}

.values {
    padding: 42px 0 !important;
}

.section-head {
    margin-bottom: 22px !important;
}

.hero h1 {
    margin-bottom: 14px !important;
}

.hero p {
    margin-bottom: 10px !important;
}

.hero-buttons {
    margin-top: 18px !important;
}

.hero-features {
    margin-top: 18px !important;
}

.cards,
.why-grid,
.usecase-grid {
    gap: 14px !important;
}

.vision-card {
    padding: 26px !important;
    gap: 18px !important;
}

.footer-premium {
    padding: 50px 0 22px !important;
}

/* HERO FUSIONNE - image + texte dans un seul bloc compact */
.hero-merged {
    position: relative;
    overflow: hidden;
    padding: 92px 0 62px !important;
    background:
        linear-gradient(90deg, rgba(5,9,20,0.93) 0%, rgba(8,17,31,0.82) 42%, rgba(8,17,31,0.36) 78%, rgba(8,17,31,0.72) 100%),
        url('https://zetoworkspace.re/wp-content/themes/zeto-vitrine/assets/images/hero.jpg') center/cover no-repeat !important;
    border-bottom: 1px solid rgba(77,163,255,0.18);
}

.hero-merged::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 28%, rgba(77,163,255,0.22), transparent 28%),
        linear-gradient(rgba(77,163,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(77,163,255,0.08) 1px, transparent 1px);
    background-size: auto, 92px 92px, 92px 92px;
    opacity: 0.38;
    pointer-events: none;
}

.hero-merged::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,18,32,0.08), rgba(11,18,32,0.62));
    pointer-events: none;
}

.hero-merged .container {
    position: relative;
    z-index: 2;
}

.hero-panel {
    max-width: 640px;
    padding: 34px 0 26px;
}

.hero-panel .badge {
    margin-bottom: 18px;
}

.hero-panel h1 {
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.98;
    margin: 0 0 18px !important;
    color: #ffffff;
    letter-spacing: -0.04em;
}

.hero-panel h1 span {
    color: #5b9cff;
}

.hero-lead {
    color: #d9e3f7 !important;
    font-size: 19px !important;
    line-height: 1.55;
    max-width: 620px !important;
    margin: 0 0 12px !important;
}

.hero-panel .hero-micro {
    margin: 12px 0 0 !important;
    color: #9fb2d8;
}

.hero-panel .hero-buttons {
    margin-top: 22px !important;
}

.hero-panel .hero-features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px !important;
    color: #c2cee4;
}

.hero-panel .hero-features div {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(77,163,255,0.18);
    border-radius: 999px;
    padding: 7px 10px;
}

/* Désactive l'ancien bloc image à droite si une règle précédente existe encore */
.hero-right,
.hero-visual {
    display: none !important;
}

/* L'ancien layout deux colonnes devient un layout simple */
.hero-content {
    display: block !important;
}

@media (max-width: 768px) {
    .hero-merged {
        padding: 78px 0 48px !important;
        background:
            linear-gradient(90deg, rgba(5,9,20,0.96), rgba(8,17,31,0.78)),
            url('https://zetoworkspace.re/wp-content/themes/zeto-vitrine/assets/images/hero.jpg') center/cover no-repeat !important;
    }

    .hero-panel {
        padding: 20px 0 18px;
    }

    .hero-panel .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .hero-panel .btn-primary,
    .hero-panel .btn-secondary {
        display: block;
        text-align: center;
        margin-right: 0;
    }

    .hero-panel .hero-features {
        gap: 8px;
    }
}

/* ============================= */
/* CORRECTIONS FINALES ZETO       */
/* ============================= */

/* Header propre : plus de chevauchement sur la page Contact */
.site-header {
    position: relative !important;
    background: #08111f !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(77,163,255,0.16);
    z-index: 50;
}

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

.site-logo img {
    height: 54px !important;
    width: auto;
    display: block;
    background: #ffffff;
    border-radius: 6px;
    padding: 5px 8px;
}

.site-nav {
    display: flex;
    gap: 22px;
    align-items: center;
    flex-wrap: wrap;
}

.site-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.site-nav a:hover {
    color: #5b9cff;
}

/* Hero fusionné avec la nouvelle image sans textes */
.hero-merged {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding: 76px 0 56px !important;
    background:
        linear-gradient(90deg, rgba(5,9,20,0.96) 0%, rgba(8,17,31,0.90) 34%, rgba(8,17,31,0.58) 62%, rgba(8,17,31,0.22) 100%),
        url('https://zetoworkspace.re/wp-content/themes/zeto-vitrine/assets/images/hero.jpg') center center / cover no-repeat !important;
    border-bottom: 1px solid rgba(77,163,255,0.18);
}

.hero-merged::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 28%, rgba(77,163,255,0.18), transparent 28%),
        linear-gradient(rgba(77,163,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(77,163,255,0.05) 1px, transparent 1px);
    background-size: auto, 92px 92px, 92px 92px;
    opacity: 0.32;
    pointer-events: none;
}

.hero-merged::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,18,32,0.02), rgba(11,18,32,0.55));
    pointer-events: none;
}

.hero-merged .container {
    position: relative;
    z-index: 2;
}

.hero-panel {
    max-width: 620px;
    padding: 18px 0;
}

.hero-panel h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 0.98;
    margin: 0 0 16px !important;
    color: #ffffff;
    letter-spacing: -0.04em;
}

.hero-panel h1 span {
    color: #5b9cff;
}

.hero-lead {
    color: #d9e3f7 !important;
    font-size: 18px !important;
    line-height: 1.55;
    max-width: 600px !important;
    margin: 0 0 12px !important;
}

.hero-panel .hero-micro {
    margin: 10px 0 0 !important;
    color: #9fb2d8;
    font-size: 14px;
}

.hero-panel .hero-micro span {
    color: #5b9cff;
    font-weight: 700;
}

.hero-panel .hero-buttons {
    margin-top: 20px !important;
}

.hero-panel .hero-features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px !important;
    color: #c2cee4;
}

.hero-panel .hero-features div {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(77,163,255,0.18);
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 13px;
}

/* Désactivation de l'ancien hero deux colonnes */
.hero-content,
.hero-right,
.hero-visual {
    display: none !important;
}

/* Vision : bloc 01/02/03 rempli et compact */
.vision {
    padding: 44px 0 !important;
}

.vision-content {
    align-items: center;
    gap: 34px !important;
}

.vision-card {
    background: linear-gradient(135deg, rgba(77,163,255,0.08), rgba(77,163,255,0.03)) !important;
    border: 1px solid rgba(77,163,255,0.22) !important;
    border-radius: 14px !important;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.vision-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0 0 14px;
    margin-bottom: 14px;
}

.vision-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.vision-item span {
    color: #4da3ff;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.vision-item h3 {
    margin: 6px 0 5px !important;
    font-size: 18px !important;
    line-height: 1.3;
    color: #ffffff !important;
}

.vision-item p {
    color: #aab3c2 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Sections plus compactes */
.why-section,
.solutions,
.usecases {
    padding: 42px 0 !important;
}

.values {
    padding: 36px 0 !important;
}

.section-head {
    margin-bottom: 20px !important;
}

.section-sub {
    margin-bottom: 26px !important;
}

/* Page contact : lisible, sans chevauchement */
.page-hero {
    background: linear-gradient(135deg, #0f1d33, #08111f);
    padding: 54px 0 42px;
    border-bottom: 1px solid rgba(77,163,255,0.16);
}

.page-hero h1 {
    color: #ffffff;
    font-size: 44px;
    margin: 0 0 12px;
}

.page-hero p {
    color: #c2cee4;
    max-width: 720px;
    font-size: 18px;
    margin: 0;
}

.contact-section {
    background: #0b1220;
    padding: 52px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.25fr;
    gap: 26px;
    align-items: start;
}

.contact-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    border: 1px solid rgba(77,163,255,0.18);
    border-radius: 16px;
    padding: 28px;
    color: #ffffff;
}

.contact-card h2 {
    color: #ffffff;
    margin: 0 0 20px;
}

.contact-card p,
.contact-card a {
    color: #c2cee4;
}

.contact-card strong {
    color: #ffffff;
}

.contact-card a {
    text-decoration: none;
}

.contact-card a:hover {
    color: #5b9cff;
}

/* WPForms lisible en thème sombre */
.wpforms-container,
.wpforms-container * {
    box-sizing: border-box;
}

.wpforms-container .wpforms-field-label,
.wpforms-container .wpforms-field-sublabel {
    color: #ffffff !important;
}

.wpforms-container input,
.wpforms-container textarea,
.wpforms-container select {
    background: #ffffff !important;
    color: #0b1220 !important;
    border: 1px solid rgba(77,163,255,0.25) !important;
    border-radius: 8px !important;
    padding: 11px 12px !important;
}

.wpforms-container button[type="submit"],
.wpforms-submit {
    background: #4da3ff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 22px !important;
    font-weight: 700 !important;
}

.wpforms-container button[type="submit"]:hover,
.wpforms-submit:hover {
    background: #2f86e8 !important;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-nav {
        gap: 14px;
    }

    .hero-merged {
        min-height: auto;
        padding: 68px 0 42px !important;
        background:
            linear-gradient(90deg, rgba(5,9,20,0.97), rgba(8,17,31,0.78)),
            url('https://zetoworkspace.re/wp-content/themes/zeto-vitrine/assets/images/hero.jpg') center center / cover no-repeat !important;
    }

    .hero-panel .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .hero-panel .btn-primary,
    .hero-panel .btn-secondary {
        display: block;
        text-align: center;
        margin-right: 0;
    }

    .page-hero h1 {
        font-size: 36px;
    }
}
