/* =========================================================
   WINADDA - PREMIUM SPORTS / CASINO UI
   ========================================================= */

:root {
    --primary: #08d4ef;
    --primary-dark: #03aeca;
    --secondary: #6d4aff;
    --accent: #00f0b5;

    --bg: #05080d;
    --bg-2: #080d14;
    --bg-3: #0d131d;

    --card: #101722;
    --card-2: #141c28;
    --border: rgba(255,255,255,.08);

    --text: #ffffff;
    --muted: #8e9aaa;
    --success: #20d991;
    --danger: #ff5470;
    --warning: #ffc857;

    --radius: 18px;
    --shadow: 0 20px 60px rgba(0,0,0,.35);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 10% 10%, rgba(0,212,239,.08), transparent 25%),
        radial-gradient(circle at 90% 20%, rgba(109,74,255,.08), transparent 25%),
        var(--bg);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
    z-index: 2;
}

.section-padding {
    padding: 100px 0;
}

.section-dark {
    background: var(--bg-2);
}

.section-title {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.section-title .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 18px;
}

.section-title p {
    color: var(--muted);
    font-size: 17px;
}


/* =========================================================
   TOP BAR
   ========================================================= */

.topbar {
    background: #020408;
    border-bottom: 1px solid var(--border);
    font-size: 13px;
}

.topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-left {
    color: var(--muted);
}

.topbar-left i {
    color: var(--success);
}

.topbar-right {
    display: flex;
    gap: 18px;
    color: var(--muted);
}

.topbar-right a:hover {
    color: var(--primary);
}


/* =========================================================
   NAVBAR
   ========================================================= */

.main-nav {
    background: rgba(5,8,13,.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border);
    transition: .3s;
    z-index: 1000;
}

.main-nav.scrolled {
    background: rgba(5,8,13,.97);
    box-shadow: 0 10px 35px rgba(0,0,0,.35);
}

.navbar {
    min-height: 82px;
}

.navbar-brand img {
    width: 165px;
    height: auto;
}

.nav-link {
    color: #d6dbe2 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 28px 14px !important;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--primary);
    box-shadow: 0 0 12px var(--primary);
}

.navbar-toggler {
    border: 1px solid var(--border);
    padding: 8px 11px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}


/* =========================================================
   BUTTONS
   ========================================================= */

.btn-main {
    background: linear-gradient(135deg, var(--primary), #00a9e0);
    color: #031016;
    border: none;
    font-weight: 900;
    padding: 12px 24px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(8,212,239,.2);
    transition: .25s;
}

.btn-main:hover {
    transform: translateY(-2px);
    color: #031016;
    box-shadow: 0 12px 35px rgba(8,212,239,.35);
}

.btn-outline-main {
    border: 1px solid rgba(8,212,239,.5);
    color: var(--primary);
    background: rgba(8,212,239,.04);
    font-weight: 800;
    padding: 11px 23px;
    border-radius: 10px;
    transition: .25s;
}

.btn-outline-main:hover {
    background: rgba(8,212,239,.12);
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-purple {
    background: linear-gradient(135deg, #7a5cff, #4d32d7);
    color: #fff;
    border: none;
    font-weight: 800;
    padding: 12px 24px;
    border-radius: 10px;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            rgba(5,8,13,.98) 0%,
            rgba(5,8,13,.88) 45%,
            rgba(5,8,13,.35) 100%),
        radial-gradient(circle at 75% 50%,
            rgba(0,212,239,.18),
            transparent 35%);
}

.hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    right: -180px;
    top: 50px;
    background: rgba(8,212,239,.08);
    filter: blur(80px);
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to right, transparent, black, transparent);
}

.hero-content {
    position: relative;
    max-width: 750px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(8,212,239,.08);
    border: 1px solid rgba(8,212,239,.25);
    color: var(--primary);
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero-badge span {
    width: 7px;
    height: 7px;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--success);
}

.hero h1 {
    font-size: clamp(48px, 6vw, 82px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -3px;
    margin-bottom: 25px;
}

.hero h1 span {
    color: var(--primary);
}

.hero p {
    max-width: 650px;
    color: #aeb8c7;
    font-size: 18px;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
    color: var(--muted);
    font-size: 13px;
}

.hero-trust i {
    color: var(--success);
    margin-right: 5px;
}


/* =========================================================
   LIVE TICKER
   ========================================================= */

.live-strip {
    background: #080d13;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

.live-track {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    width: max-content;
}

.live-pill {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #101721;
    border: 1px solid var(--border);
    padding: 7px 13px;
    border-radius: 7px;
    font-size: 12px;
    white-space: nowrap;
}

.live-dot {
    width: 7px;
    height: 7px;
    background: #ff3f5e;
    border-radius: 50%;
    box-shadow: 0 0 12px #ff3f5e;
}


/* =========================================================
   MATCH CARDS
   ========================================================= */

.match-card {
    background:
        linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    transition: .3s;
}

.match-card:hover {
    transform: translateY(-5px);
    border-color: rgba(8,212,239,.25);
    box-shadow: var(--shadow);
}

.match-header {
    padding: 13px 16px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.match-sport {
    color: var(--primary);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.match-live {
    color: #ff5871;
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 5px;
}

.match-body {
    padding: 20px;
}

.match-league {
    color: var(--muted);
    font-size: 11px;
    margin-bottom: 13px;
}

.team-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.team {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
}

.team-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #192230;
    font-size: 16px;
}

.odds-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 7px;
    margin-top: 18px;
}

.odd {
    background: #171f2b;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 8px;
    padding: 9px;
    text-align: center;
    cursor: pointer;
    transition: .2s;
}

.odd:hover {
    background: rgba(8,212,239,.1);
    border-color: rgba(8,212,239,.3);
}

.odd span {
    display: block;
    color: var(--muted);
    font-size: 10px;
}

.odd strong {
    color: #fff;
    font-size: 13px;
}


/* =========================================================
   SPORTS NAV
   ========================================================= */

.sports-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.sports-nav::-webkit-scrollbar {
    height: 3px;
}

.sports-nav button {
    flex: 0 0 auto;
    border: 1px solid var(--border);
    background: var(--card);
    color: var(--muted);
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 800;
}

.sports-nav button.active,
.sports-nav button:hover {
    color: #001016;
    background: var(--primary);
    border-color: var(--primary);
}


/* =========================================================
   GAME CATEGORY CARDS
   ========================================================= */

.game-card {
    min-height: 230px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: linear-gradient(145deg,#111925,#080d13);
    padding: 25px;
    transition: .3s;
}

.game-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8,212,239,.3);
}

.game-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -50px;
    bottom: -60px;
    border-radius: 50%;
    background: rgba(8,212,239,.1);
    filter: blur(20px);
}

.game-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-size: 27px;
    background: rgba(8,212,239,.1);
    border: 1px solid rgba(8,212,239,.18);
    margin-bottom: 25px;
}

.game-card h3 {
    font-size: 20px;
    font-weight: 850;
    margin-bottom: 8px;
}

.game-card p {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 0;
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.feature-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px;
    height: 100%;
    transition: .3s;
}

.feature-card:hover {
    border-color: rgba(8,212,239,.3);
    transform: translateY(-5px);
}

.feature-number {
    color: rgba(255,255,255,.18);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 20px;
}

.feature-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    background: rgba(8,212,239,.08);
    border: 1px solid rgba(8,212,239,.18);
    color: var(--primary);
    border-radius: 15px;
    font-size: 22px;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 850;
    margin-bottom: 10px;
}

.feature-card p {
    color: var(--muted);
    font-size: 14px;
}


/* =========================================================
   APP SECTION
   ========================================================= */

.app-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 50%, rgba(8,212,239,.15), transparent 35%),
        linear-gradient(135deg,#0b1119,#06090e);
}

.app-content {
    max-width: 600px;
}

.app-content h2 {
    font-size: clamp(34px,4vw,55px);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 20px;
}

.app-content h2 span {
    color: var(--primary);
}

.app-content p {
    color: var(--muted);
}

.app-points {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.app-points li {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    color: #cdd4de;
}

.app-points i {
    color: var(--success);
    margin-top: 5px;
}

.phone-mockup {
    width: 285px;
    height: 550px;
    background: #080c12;
    border: 8px solid #202936;
    border-radius: 42px;
    margin: auto;
    padding: 12px;
    box-shadow: 0 40px 90px rgba(0,0,0,.55);
    position: relative;
}

.phone-notch {
    width: 100px;
    height: 22px;
    background: #202936;
    border-radius: 0 0 14px 14px;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.phone-screen {
    height: 100%;
    border-radius: 29px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(8,212,239,.15), transparent 30%),
        #0d141d;
    padding: 25px 15px;
}

.phone-logo {
    width: 110px;
    margin: 30px auto 25px;
    display: block;
}

.app-balance {
    padding: 18px;
    border-radius: 15px;
    background: linear-gradient(135deg,#0bcde7,#086a83);
    margin-bottom: 15px;
}

.app-balance small {
    opacity: .75;
}

.app-balance strong {
    display: block;
    font-size: 25px;
}

.mini-game {
    background: #151f2b;
    border-radius: 13px;
    padding: 13px;
    margin-bottom: 10px;
}


/* =========================================================
   STEPS
   ========================================================= */

.step-card {
    position: relative;
    text-align: center;
}

.step-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(8,212,239,.18), rgba(109,74,255,.18));
    border: 1px solid rgba(8,212,239,.25);
    color: var(--primary);
    font-size: 25px;
    position: relative;
}

.step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    background: var(--primary);
    color: #001015;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}

.step-card h3 {
    font-size: 18px;
    font-weight: 850;
}

.step-card p {
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   SPORTS DETAIL
   ========================================================= */

.sport-detail {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.sport-detail-icon {
    font-size: 35px;
    margin-bottom: 15px;
}

.sport-detail h3 {
    font-size: 23px;
    font-weight: 900;
}

.sport-detail p {
    color: var(--muted);
    font-size: 14px;
}

.market-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.market-list li {
    color: #bdc6d3;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,.04);
}

.market-list li::before {
    content: "✓";
    color: var(--primary);
    margin-right: 8px;
}


/* =========================================================
   RESPONSIBLE GAMING
   ========================================================= */

.responsible-box {
    border: 1px solid rgba(255,200,87,.2);
    background: linear-gradient(
        135deg,
        rgba(255,200,87,.06),
        rgba(255,255,255,.02)
    );
    border-radius: 20px;
    padding: 35px;
}

.responsible-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255,200,87,.1);
    color: var(--warning);
    font-size: 25px;
}


/* =========================================================
   FAQ
   ========================================================= */

.accordion-item {
    background: var(--card);
    border: 1px solid var(--border) !important;
    margin-bottom: 10px;
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button {
    background: var(--card);
    color: #fff;
    font-weight: 800;
    box-shadow: none !important;
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background: #111a25;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-body {
    color: var(--muted);
    background: #0d141d;
    padding: 20px;
    font-size: 14px;
}


/* =========================================================
   CTA
   ========================================================= */

.final-cta {
    padding: 90px 0;
    background:
        radial-gradient(circle at center, rgba(8,212,239,.16), transparent 45%),
        #070c12;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.cta-box {
    border: 1px solid rgba(8,212,239,.2);
    background: linear-gradient(
        135deg,
        rgba(8,212,239,.07),
        rgba(109,74,255,.07)
    );
    padding: 60px 30px;
    text-align: center;
    border-radius: 25px;
}

.cta-box h2 {
    font-size: clamp(32px,4vw,55px);
    font-weight: 900;
}

.cta-box p {
    color: var(--muted);
    max-width: 650px;
    margin: 15px auto 30px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer {
    background: #03060a;
    padding-top: 75px;
}

.footer-brand img {
    width: 150px;
    margin-bottom: 20px;
}

.footer p {
    color: var(--muted);
    font-size: 13px;
}

.footer h5 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links a {
    color: var(--muted);
    font-size: 13px;
    transition: .2s;
}

.footer-links a:hover {
    color: var(--primary);
    padding-left: 3px;
}

.socials {
    display: flex;
    gap: 8px;
}

.socials a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #101721;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--muted);
    transition: .2s;
}

.socials a:hover {
    color: var(--primary);
    border-color: rgba(8,212,239,.3);
}

.footer-bottom {
    margin-top: 55px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    color: #667180;
    font-size: 12px;
}


/* =========================================================
   FLOATING SUPPORT
   ========================================================= */

.floating-support {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.support-button {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #19c879;
    color: white;
    border: none;
    display: grid;
    place-items: center;
    font-size: 25px;
    box-shadow: 0 10px 35px rgba(25,200,121,.35);
    animation: supportPulse 2s infinite;
}

@keyframes supportPulse {
    0%,100% {
        box-shadow: 0 10px 35px rgba(25,200,121,.3);
    }
    50% {
        box-shadow: 0 10px 50px rgba(25,200,121,.6);
    }
}


/* =========================================================
   LOGIN SECTION
========================================================= */

.login-section {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(8,212,239,.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(109,74,255,.10),
            transparent 30%
        ),
        var(--bg);
}


/* LOGIN CARD
========================================================= */

.login-card {
    position: relative;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.04),
            rgba(255,255,255,.01)
        ),
        var(--card);

    border: 1px solid var(--border);

    border-radius: 22px;

    padding: 45px;

    box-shadow: var(--shadow);

    overflow: hidden;
}


/* TOP GLOW
========================================================= */

.login-card::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    top: -150px;
    right: -100px;

    background: rgba(8,212,239,.12);

    border-radius: 50%;

    filter: blur(40px);

    pointer-events: none;
}


/* LOGIN HEADER
========================================================= */

.login-header {
    margin-bottom: 35px;
}

.login-icon {
    width: 65px;
    height: 65px;

    display: grid;
    place-items: center;

    margin: 0 auto 20px;

    border-radius: 17px;

    background: rgba(8,212,239,.10);

    border: 1px solid rgba(8,212,239,.22);

    color: var(--primary);

    font-size: 25px;

    box-shadow:
        0 10px 35px rgba(8,212,239,.10);
}

.login-header h1 {
    font-size: 32px;

    font-weight: 900;

    margin-bottom: 8px;
}

.login-header p {
    color: var(--muted);

    font-size: 14px;

    margin-bottom: 0;
}


/* LABEL
========================================================= */

.login-card .form-label {
    color: #dce2e9;

    font-size: 13px;

    font-weight: 800;

    margin-bottom: 9px;
}


/* INPUT WRAPPER
========================================================= */

.login-input {
    position: relative;

    display: flex;

    align-items: center;
}


/* INPUT ICON
========================================================= */

.login-input > i {
    position: absolute;

    left: 16px;

    color: var(--muted);

    font-size: 14px;

    z-index: 2;

    pointer-events: none;
}


/* INPUT
========================================================= */

.login-input .form-control {
    height: 52px;

    padding-left: 45px;

    padding-right: 45px;

    background: #0b1119;

    border: 1px solid var(--border);

    border-radius: 10px;

    color: #fff;

    font-size: 14px;

    box-shadow: none;

    transition: .25s;
}

.login-input .form-control::placeholder {
    color: #5f6b7b;
}

.login-input .form-control:focus {
    background: #0d141d;

    border-color: rgba(8,212,239,.55);

    box-shadow:
        0 0 0 3px rgba(8,212,239,.08);

    color: #fff;
}


/* PASSWORD TOGGLE
========================================================= */

.password-toggle {
    position: absolute;

    right: 14px;

    top: 50%;

    transform: translateY(-50%);

    border: none;

    background: transparent;

    color: var(--muted);

    padding: 5px;

    cursor: pointer;

    z-index: 3;
}

.password-toggle:hover {
    color: var(--primary);
}


/* FORGOT PASSWORD
========================================================= */

.forgot-link {
    color: var(--primary);

    font-size: 12px;

    font-weight: 700;
}

.forgot-link:hover {
    color: #fff;
}


/* REMEMBER CHECKBOX
========================================================= */

.login-card .form-check {
    padding-left: 1.7rem;
}

.login-card .form-check-input {
    background-color: #0b1119;

    border-color: var(--border);

    cursor: pointer;
}

.login-card .form-check-input:checked {
    background-color: var(--primary);

    border-color: var(--primary);
}

.login-card .form-check-label {
    color: var(--muted);

    font-size: 13px;

    cursor: pointer;
}


/* LOGIN BUTTON
========================================================= */

.login-btn {
    min-height: 52px;

    font-size: 14px;

    letter-spacing: .2px;
}


/* SUPPORT
========================================================= */

.login-support {
    margin-top: 30px;
}

.support-divider {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    color: #667180;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.support-divider::before,
.support-divider::after {
    content: "";

    flex: 1;

    height: 1px;

    background: var(--border);
}

.login-support .btn {
    min-height: 48px;

    font-size: 13px;
}


/* FOOTER
========================================================= */

.login-footer {
    text-align: center;

    margin-top: 28px;

    padding-top: 25px;

    border-top: 1px solid var(--border);

    color: var(--muted);

    font-size: 13px;
}

.login-footer a {
    color: var(--primary);

    font-weight: 800;

    margin-left: 5px;
}

.login-footer a:hover {
    color: #fff;
}


/* MOBILE
========================================================= */

@media (max-width: 575px) {

    .login-section {
        min-height: auto;

        padding: 55px 0;
    }

    .login-card {
        padding: 30px 22px;

        border-radius: 18px;
    }

    .login-header h1 {
        font-size: 28px;
    }

    .login-icon {
        width: 58px;
        height: 58px;
    }

}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: .7s ease;
}

.reveal.show {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .navbar {
        min-height: 70px;
    }

    .navbar-brand img {
        width: 135px;
    }

    .nav-link {
        padding: 11px 0 !important;
    }

    .nav-link.active::after {
        display: none;
    }

    .navbar-collapse {
        background: #080d14;
        padding: 15px;
        border: 1px solid var(--border);
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .hero {
        min-height: 650px;
    }

    .hero h1 {
        letter-spacing: -2px;
    }

    .phone-mockup {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {

    .section-padding {
        padding: 70px 0;
    }

    .topbar-right {
        display: none;
    }

    .topbar-inner {
        justify-content: center;
    }

    .hero {
        min-height: 620px;
    }

    .hero h1 {
        font-size: 47px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-trust {
        gap: 12px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .phone-mockup {
        width: 245px;
        height: 480px;
    }

    .cta-box {
        padding: 45px 20px;
    }
}

@media (max-width: 480px) {

    .hero h1 {
        font-size: 40px;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .match-card {
        border-radius: 14px;
    }

    .responsible-box {
        padding: 25px;
    }
}