@font-face {
    font-family: "FuturaCyrillic";
    src: url("font/FuturaCyrillicBook.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FuturaCyrillic";
    src: url("font/FuturaCyrillicLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "FuturaCyrillic";
    src: url("font/FuturaCyrillicMedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "FuturaCyrillic";
    src: url("font/FuturaCyrillicDemi.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "FuturaCyrillic";
    src: url("font/FuturaCyrillicBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "FuturaCyrillic";
    src: url("font/FuturaCyrillicExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "FuturaCyrillic";
    src: url("font/FuturaCyrillicHeavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

:root {
    --bg: #050505;
    --bg-soft: #0b0b0b;
    --surface: #141414;
    --surface-2: #1d1d1d;
    --text: #f7f4ef;
    --muted: rgba(255, 255, 255, .72);
    --line: rgba(255, 255, 255, .10);
    --shadow: 0 18px 60px rgba(0, 0, 0, .42);
    --nav-h: 84px;
    --radius: 24px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "FuturaCyrillic", system-ui, -apple-system, "Segoe UI", sans-serif !important;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

section {
    scroll-margin-top: calc(var(--nav-h) + 14px);
}

.section-title {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: .03em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    text-shadow:
        0 4px 10px rgba(0, 0, 0, .85),
        0 12px 40px rgba(255, 255, 255, .22),
        0 22px 80px rgba(255, 255, 255, .18);
}

.section-title-w {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: .03em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.section-subtitle {
    color: rgba(0, 0, 0, .68);
    font-size: clamp(.92rem, 1vw, 1rem);
    line-height: 1.6;
    max-width: 58rem;
    margin-inline: auto;
}

.section-subtitle.light {
    color: rgba(255, 255, 255, .74);
}

.btn-rainbow {
    --b: 1px;
    --r: 999px;

    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .82rem 1.25rem;

    border: var(--b) solid transparent;

    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;

    background:
        linear-gradient(#070707, #070707) padding-box,
        linear-gradient(90deg, #ff4d5a, #ffb347, #7c5cff, #22c55e) border-box;

    background-size: 100% 100%, 300% 100%;

    background-position: 0 0, 0% 50%;

    box-shadow: 0 10px 28px rgba(0, 0, 0, .16);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        filter .22s ease,
        background-position .6s ease;
}

.btn-rainbow:hover {
    transform: translateY(-2px);
    color: #fff;

    background-position: 0 0, 100% 50%;


    box-shadow:
        0 14px 34px rgba(0, 0, 0, .24),
        0 0 18px rgba(255, 255, 255, .08);

    filter: saturate(1.1);
}

.btn-rainbow:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, .08),
        0 0 0 1px rgba(255, 255, 255, .04);
}

.btn-rainbow-dark {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #ff4d5a, #ffb347, #7c5cff, #22c55e) border-box;

    background-size: 100% 100%, 300% 100%;
    background-position: 0 0, 0% 50%;

    color: #121212;
}

.btn-rainbow-dark:hover {
    color: #121212;
    background-position: 0 0, 100% 50%;
}

.glass-nav {
    min-height: var(--nav-h);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    background: linear-gradient(180deg, rgba(8, 8, 8, .82), rgba(8, 8, 8, .44));
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.navbar-brand img {
    height: 80px;
    width: auto;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, .86);
    font-weight: 500;
    font-size: 24px;
    padding-inline: 1rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #fff;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: var(--nav-h);
    background: url("img/LANDING PAGE 032026-03.png") center center / cover no-repeat;
    isolation: isolate;
}

.hero-inner {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
    padding: 2.8rem 0 4rem;
}

.hero-copy {
    max-width: 38rem;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: .78rem;
    color: rgba(255, 255, 255, .70);
}

.hero-kicker::before {
    content: "";
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .85));
}

.hero-title {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: .92;
    letter-spacing: .02em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.hero-copy p {
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 33rem;
    text-align: justify;
}

.hero-actions {
    display: flex;
    gap: .85rem;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}

.classes-section {
    position: relative;
    padding: 4.5rem 0 4rem;
    background: url("img/LANDING PAGE 032026-02.png") center center / cover no-repeat;
    isolation: isolate;
}

.classes-section>.container {
    position: relative;
    z-index: 1;
}

.classes-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.class-card {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.class-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .6);
    border-color: rgba(255, 255, 255, .14);
}

.class-card .bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    transform: scale(1.05);
    filter: brightness(0.75) contrast(1.15);

    transition: transform .6s ease, filter .6s ease;
}

.class-card:hover .bg {
    transform: scale(1.12);
    filter: brightness(0.9) contrast(1.2);
}

.class-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 1.25rem 1.25rem 1.1rem;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.class-name {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1.1;
    max-width: 60%;
    color: #fff;

    text-shadow: 0 2px 10px rgba(0, 0, 0, .6);

    transition: transform .3s ease, letter-spacing .3s ease;
}

.class-card:hover .class-name {
    transform: translateX(6px);
    letter-spacing: .16em;
}

.class-card.solid {
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(135deg,
            rgba(35, 35, 35, .95),
            rgba(10, 10, 10, .98));
}

.class-card.solid::after {
    background: linear-gradient(135deg,
            rgba(0, 0, 0, .2),
            rgba(0, 0, 0, .6));
}

.class-card.solid .class-content {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.class-card.solid .class-name {
    max-width: 100%;
    font-size: clamp(1.2rem, 2vw, 2.2rem);
}

.installations-section {
    padding: 4.6rem 0 4.8rem;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 194, 0, .28), transparent 6%),
        radial-gradient(circle at 15% 14%, rgba(255, 0, 191, .14), transparent 11%),
        var(--bg);
}

.installations-grid {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .9rem;
}

.inst-card {
    min-height: 112px;
    border-radius: 12px;
    background: linear-gradient(180deg, #3b3b3b, #2b2b2b);
    border: 1px solid rgba(255, 255, 255, .05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .28);
    padding: 1rem .7rem .9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .38rem;
    transition: transform .22s ease, background .22s ease;
}

.inst-card:hover {
    transform: translateY(-3px);
    background: linear-gradient(180deg, #414141, #313131);
}

.inst-icon {
    font-size: 1.8rem;
    color: #ef5148;
    line-height: 1;
}

.inst-label {
    color: rgba(255, 255, 255, .92);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.15;
}

.inst-small {
    font-size: .72rem;
    color: rgba(255, 255, 255, .68);
    line-height: 1.1;
}

.branches-section {
    position: relative;
    background: #fff;
    color: #111;
    padding: 5rem 0 4.5rem;
    overflow: hidden;
}

.branches-section .container {
    position: relative;
    z-index: 1;
}

.branches-section .section-title {
    color: #111;
}

.branches-section .section-subtitle {
    color: rgba(0, 0, 0, .70);
}

.branch-grid {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}

.branch-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .95rem;
}

.branch-image {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
}

.branch-image img {
    width: 100%;
    height: auto;
}

.branches-wrapper {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    align-items: center;
}

.branch {
    text-align: center;
    position: relative;
}

.branch-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branch-visual img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

.branch-badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: .9rem 1.6rem;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    font-size: 1rem;
}

.branch-badge.orange {
    background: linear-gradient(90deg, #f0a13c, #e48a1e);
}

.branch-badge.blue {
    background: linear-gradient(90deg, #15a7b9, #199eb2);
}

.branch-address {
    margin-top: 2.2rem;
    font-size: .95rem;
    color: rgba(0, 0, 0, .75);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.branch-qro {
    margin-top: 15rem;
}

.btn-whatsapp {
    --b: 1px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;

    margin-top: 1rem;
    padding: .7rem 1.1rem;

    font-size: .72rem;
    letter-spacing: .08em;
    font-weight: 500;
    text-decoration: none;

    color: #111;

    border: var(--b) solid transparent;

    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #25D366, #1ebe5d, #128C7E) border-box;

    background-size: 100% 100%, 200% 100%;
    background-position: 0 0, 0% 50%;

    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-position .5s ease,
        color .2s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);

    background-position: 0 0, 100% 50%;

    box-shadow:
        0 12px 28px rgba(0, 0, 0, .18),
        0 0 12px rgba(37, 211, 102, .25);

    color: #0a0a0a;
}

.btn-whatsapp:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
}

.presence {
    margin-top: 1rem;
    font-size: .85rem;
    letter-spacing: 1px;
    margin-bottom: -15rem;
}

.hours-section {
    position: relative;
    background: #fff;
    color: #111;
    padding: 4rem 0 3.5rem;
    margin-top: -5rem;
}

.hours-section .section-title {
    color: #111;
}

.hours-hero {
    margin: 1rem auto -2rem;
    max-width: 1000px;
    line-height: 0;
}

.hours-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.hours-hero img {
    transform: translateY(20px);
}

.hours-grid {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    text-align: center;
}

.hour-card {
    padding: 1rem 1rem .7rem;
}

.hour-title {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: .25rem;
}

.hour-time {
    font-size: 1rem;
    color: rgba(0, 0, 0, .75);
}

.hour-actions {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.hour-actions .btn-outline-lumina {
    width: 220px;
    justify-content: center;
}

.btn-outline-lumina {
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .28);
    color: #111;
    background: #fff;
    padding: .78rem 1.15rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
    
    display: inline-flex;
    align-items: center;
}

.btn-outline-lumina:hover {
    background: #111;
    color: #fff;
    border-color: #111;
    transform: translateY(-1px);
}

.site-footer {
    position: relative;
    color: #fff;

    background: url("img/LANDING PAGE 032026-20.png") center top / contain no-repeat;

    background-color: #000;

    min-height: 70vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 3rem 1.5rem;
}

.footer-content {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin-top: 180px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    padding: 0;
    list-style: none;

    gap: 2.5rem;
    margin-bottom: 2.2rem;
}

.footer-nav a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all .25s ease;
}

.footer-nav a:hover {
    color: #fff;
    transform: translateY(-2px);
}

.footer-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-footer {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 220px;
    padding: 0.8rem 1.4rem;
    font-size: 0.95rem;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width:1199.98px) {
    .installations-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width:991.98px) {
    .hero-section {
        min-height: auto;
        padding-bottom: 2rem;
        background-position: 60% center;
    }

    .hero-section::before {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .55)),
            linear-gradient(90deg, rgba(0, 0, 0, .70), rgba(0, 0, 0, .26));
    }

    .classes-grid {
        gap: .85rem;
    }

    .installations-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .branch-grid {
        grid-template-columns: 1fr;
        gap: 2.3rem;
    }

    .hours-grid {
        grid-template-columns: 1fr;
    }

    .footer-nav {
        gap: 1rem;
    }
}

@media (max-width:767.98px) {
    :root {
        --nav-h: 74px;
    }

    .navbar-brand img {
        height: 34px;
    }

    .hero-inner {
        width: min(100%, calc(100% - 1.3rem));
        padding-top: 1.7rem;
    }

    .hero-title {
        font-size: clamp(2.5rem, 15vw, 4rem);
    }

    .hero-copy p {
        font-size: .95rem;
    }

    .classes-grid {
        grid-template-columns: 1fr;
    }

    .installations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .class-card {
        min-height: 160px;
    }

    .inst-card {
        min-height: 104px;
    }

    .branch-badge {
        min-width: 136px;
    }

    .branches-wrapper {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .branch-visual img {
        max-width: 100%;
    }
}

@media (max-width:575.98px) {
    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn-rainbow {
        width: 100%;
    }

    .installations-grid {
        grid-template-columns: 1fr 1fr;
        gap: .75rem;
    }

    .inst-label {
        font-size: .74rem;
    }

    .inst-small {
        font-size: .66rem;
    }

    .footer-inner {
        padding-inline: .4rem;
    }
}