﻿/* =========================================================
   ISIDO landing page — custom styles
   Built on top of Bootstrap 3.3.7 (RTL overrides included)
   ========================================================= */
@font-face {
    font-family: BYekan11;
    src: url(../../fonts/W_yekan.eot);
    src: url(../../fonts/W_yekan.eot?#iefix) format("embedded-opentype"), url(../../fonts/W_yekan.woff) format("woff"), url(../../fonts/W_yekan.ttf) format("truetype"), url(../../fonts/W_yekan.svg#BYekan) format("svg");
}

@font-face {
    font-family: BYekan1;
    src: url('../../fonts/IRANSansWeb.woff'),url('../../fonts/IRANSansWeb.ttf'),url('../../fonts/IRANSansWeb.eot');
}
:root {
    --navy: #0e1330;
    --navy-2: #161b46;
    --purple: #6c4bf4;
    --purple-2: #8f6bff;
    --orange: #f2622e;
    --teal: #14b8a6;
    --green: #1fb673;
    --pink: #ef4d8c;
    --blue: #3b82f6;
    --ink: #1c1f37;
    --muted: #6b7085;
    --bg-soft: #f6f7fb;
    --radius: 14px;
}

* {
    box-sizing: border-box;
}

html, body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: "BYekan1", "Tahoma", "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden;
}

/*CUSTOM*/
@media (min-width: 768px) {
    .navbar-nav > li {
        float: right;
    }
    .navbar-header {
        float: right;
    }
}

/*CUSTOM*/



a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.container {
    max-width: 1180px;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 32px;
    color: var(--ink);
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .section-head .section-title {
        margin: 0;
        text-align: right;
    }

.see-all-link {
    color: var(--purple);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

    .see-all-link:hover {
        color: var(--orange);
    }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 22px;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all .2s ease;
}

.btn-outline-nav {
    color: var(--ink);
    border-color: #d8dae6;
    background: #fff;
}

    .btn-outline-nav:hover {
        border-color: var(--purple);
        color: var(--purple);
    }

.btn-cta-nav {
    background: var(--orange);
    color: #fff;
}

    .btn-cta-nav:hover {
        background: #d94f1f;
        color: #fff;
    }

.btn-hero-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.45);
}

    .btn-hero-outline:hover {
        border-color: #fff;
        color: #fff;
    }

.btn-hero-cta {
    background: var(--orange);
    color: #fff;
}

    .btn-hero-cta:hover {
        background: #d94f1f;
        color: #fff;
    }

.btn-event, .btn-workshop {
    display: block;
    width: 100%;
    background: #fff;
    color: var(--purple);
    border-color: var(--purple);
    text-align: center;
    margin-top: 14px;
}

    .btn-event:hover, .btn-workshop:hover {
        background: var(--purple);
        color: #fff;
    }

.btn-network {
    background: var(--purple);
    color: #fff;
}

    .btn-network:hover {
        background: #5a3adf;
        color: #fff;
    }

.btn-cta-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.6);
}

    .btn-cta-outline:hover {
        border-color: #fff;
    }

.btn-cta-solid {
    background: var(--orange);
    color: #fff;
}

    .btn-cta-solid:hover {
        background: #d94f1f;
        color: #fff;
    }

/* =========================================================
   Header
   ========================================================= */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(20,20,50,.06);
    position: relative;
    z-index: 50;
}

.main-nav {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    height: auto;
    padding: 14px 0;
    float: right;
}

.brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    /*background: linear-gradient(135deg, var(--purple), var(--blue));*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 10px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

    .brand-text strong {
        font-size: 18px;
        color: var(--ink);
    }

    .brand-text small {
        font-size: 11px;
        color: var(--muted);
    }

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

.main-menu {
    float: right;
    margin-right: 20px;
}

    .main-menu > li > a {
        color: var(--ink);
        font-weight: 600;
        font-size: 14.5px;
        padding: 20px 14px;
    }

        .main-menu > li.active > a,
        .main-menu > li > a:hover {
            color: var(--purple);
            background: transparent;
        }

.nav-actions {
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
}

    .nav-actions .btn {
        margin-right: 8px;
    }

/* =========================================================
   Hero
   ========================================================= */
.hero-section {
    background: radial-gradient(circle at 25% 20%, #1c2266 0%, var(--navy) 55%, #0a0d24 100%);
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.hero-row {
    align-items: center;
}

.hero-copy {
    color: #fff;
}

.hero-eyebrow {
    display: inline-block;
    color: var(--purple-2);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
}

.hero-copy h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 18px;
}

.hero-copy p {
    color: #c7c9dd;
    font-size: 15.5px;
    line-height: 1.9;
    max-width: 480px;
    margin-bottom: 28px;
}

.hero-btns .btn {
    margin-left: 12px;
    margin-bottom: 10px;
}

.hero-visual {
    position: relative;
    min-height: 340px;
}

.orbit-wrap {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    height: 340px;
}

.orbit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, #b7c3ff 0%, var(--purple) 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 0 40px rgba(140,110,255,.6);
}

.orbit-node {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #171c45;
    border: 1px solid rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cdd3ff;
    font-size: 20px;
    box-shadow: 0 0 18px rgba(90,110,255,.35);
}

    .orbit-node.n1 {
        top: 8%;
        right: 12%;
    }

    .orbit-node.n2 {
        top: 4%;
        left: 20%;
    }

    .orbit-node.n3 {
        top: 40%;
        left: 2%;
    }

    .orbit-node.n4 {
        bottom: 6%;
        left: 18%;
    }

    .orbit-node.n5 {
        bottom: 10%;
        right: 8%;
    }

.student-figure {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8f95c9;
    font-size: 38px;
    display: none;
}

/* =========================================================
   Stats
   ========================================================= */
.stats-section {
    margin-top: -46px;
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
}

.stats-row {
    margin: 0 -8px;
}

    .stats-row > div {
        padding: 0 8px;
        margin-bottom: 16px;
    }

.stat-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(20,20,60,.08);
    padding: 22px 16px;
    text-align: center;
}

.stat-icon {
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}

.stat-num {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
}

.stat-label {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
}

.icon-purple {
    color: var(--purple);
}

.icon-blue {
    color: var(--blue);
}

.icon-teal {
    color: var(--teal);
}

.icon-orange {
    color: var(--orange);
}

.icon-green {
    color: var(--green);
}

.icon-pink {
    color: var(--pink);
}

/* =========================================================
   Services
   ========================================================= */
.services-section {
    padding: 40px 0 20px;
}

.services-row {
    margin: 0 -8px;
}

    .services-row > div {
        padding: 0 8px;
        margin-bottom: 16px;
    }

.service-card {
    background: var(--bg-soft);
    border-radius: var(--radius);
    padding: 24px 18px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
    text-align:center;
}

    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(20,20,60,.08);
        background: #fff;
    }

    .service-card i {
        font-size: 24px;
        margin-bottom: 12px;
        display: block;
    }

    .service-card h3 {
        font-size: 15.5px;
        font-weight: 700;
        margin: 0 0 8px;
    }

    .service-card p {
        font-size: 13px;
        color: var(--muted);
        line-height: 1.7;
        margin: 0;
    }

/* =========================================================
   Events + Workshops carousels
   ========================================================= */
.events-section, .workshops-section {
    padding: 40px 0;
}

.workshops-section {
    background: var(--bg-soft);
}

.event-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20,20,60,.08);
    margin: 0 8px 10px;
}

.event-thumb {
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.thumb-1 {
    background: linear-gradient(135deg, #3a2a70, #7042c9);
}

.thumb-2 {
    background: linear-gradient(135deg, #1c2a63, #3f5fc9);
}

.thumb-3 {
    background: linear-gradient(135deg, #14264d, #1c6fae);
}

.thumb-4 {
    background: linear-gradient(135deg, #123324, #1f7a52);
}

.badge-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255,255,255,.92);
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.event-body {
    padding: 16px;
}

    .event-body h3 {
        font-size: 15.5px;
        font-weight: 700;
        margin: 0 0 10px;
        min-height: 44px;
    }

.event-meta {
    font-size: 12.5px;
    color: var(--muted);
    margin-bottom: 6px;
}

    .event-meta i {
        margin-left: 6px;
        color: var(--purple);
    }

.workshop-card {
    border-radius: var(--radius);
    padding: 22px 18px;
    color: #fff;
    margin: 0 8px 10px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
}

.wtheme-1 {
    background: linear-gradient(160deg, #1b2b52, #0c1330);
}

.wtheme-2 {
    background: linear-gradient(160deg, #6d5426, #2b2210);
}

.wtheme-3 {
    background: linear-gradient(160deg, #3a1f5c, #1c0f33);
}

.wtheme-4 {
    background: linear-gradient(160deg, #a56a15, #4d340c);
}

.wtheme-5 {
    background: linear-gradient(160deg, #17324d, #0a1826);
}

.workshop-icon {
    font-size: 26px;
    margin-bottom: 14px;
    opacity: .9;
}

.workshop-card h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 auto;
}

.workshop-meta {
    font-size: 12px;
    opacity: .8;
    margin-top: 14px;
}

.workshop-card .btn-workshop {
    background: rgba(255,255,255,.95);
    border-color: transparent;
    color: var(--ink);
    margin-top: 14px;
}

    .workshop-card .btn-workshop:hover {
        background: var(--purple);
        color: #fff;
    }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(20,20,60,.15);
    color: var(--ink) !important;
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-prev {
    right: -14px;
}

.owl-carousel .owl-nav button.owl-next {
    left: -14px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 14px;
}

.owl-carousel .owl-dot span {
    background: #d8dae6 !important;
}

.owl-carousel .owl-dot.active span {
    background: var(--purple) !important;
}

/* =========================================================
   Network section
   ========================================================= */
.network-section {
    background: linear-gradient(135deg, #efeafe, #f6f7fb);
    padding: 60px 0;
}

.network-row {
    align-items: center;
}

.network-copy h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 16px;
}

.network-copy p {
    color: var(--muted);
    line-height: 1.9;
    margin-bottom: 24px;
    max-width: 420px;
}

.network-visual {
    position: relative;
    min-height: 220px;
}

.network-graph {
    position: relative;
    height: 220px;
    max-width: 460px;
    margin: 0 auto;
}

.node {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 20px rgba(60,50,120,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    font-size: 18px;
}

    .node.p1 {
        top: 0;
        right: 30%;
        background: #ede6ff;
    }

    .node.p2 {
        top: 30%;
        right: 0;
        background: #e6f0ff;
        color: var(--blue);
    }

    .node.p3 {
        top: 12%;
        left: 8%;
        background: #ffe9ec;
        color: var(--pink);
    }

    .node.p4 {
        bottom: 6%;
        left: 22%;
        background: #e8fbf3;
        color: var(--green);
    }

    .node.p5 {
        bottom: 0;
        right: 20%;
        background: #fff2e8;
        color: var(--orange);
    }

    .node.p6 {
        top: 55%;
        left: 44%;
        background: #ede6ff;
    }

/* =========================================================
   Why section
   ========================================================= */
.why-section {
    padding: 50px 0;
}

.why-row {
    text-align: center;
}

.why-item {
    padding: 10px;
    margin-bottom: 20px;
}

    .why-item i {
        font-size: 26px;
        display: block;
        margin-bottom: 12px;
    }

    .why-item span {
        font-size: 13px;
        color: var(--ink);
        font-weight: 600;
        line-height: 1.6;
        display: block;
    }

/* =========================================================
   CTA banner
   ========================================================= */
.cta-section {
    padding: 0 0 50px;
}

.cta-box {
    background: linear-gradient(120deg, var(--purple), #4930b8);
    border-radius: 20px;
    padding: 36px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex: 0 0 auto;
}

.cta-text {
    flex: 1 1 300px;
}

    .cta-text h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 6px;
    }

    .cta-text p {
        margin: 0;
        opacity: .85;
        font-size: 13.5px;
    }

.cta-btns {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
    background: var(--navy);
    color: #b9bcd6;
    padding: 50px 0 0;
}

    .site-footer h4 {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .site-footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .site-footer ul li {
            margin-bottom: 10px;
        }

            .site-footer ul li a {
                color: #b9bcd6;
                font-size: 13.5px;
            }

                .site-footer ul li a:hover {
                    color: var(--purple-2);
                }

.footer-about {
    font-size: 13px;
    line-height: 1.8;
    color: #9497b8;
}

.social-links {
    margin-top: 14px;
}

    .social-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        color: #fff;
        margin-left: 8px;
        font-size: 13px;
    }

        .social-links a:hover {
            background: var(--purple);
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 34px;
    padding: 18px 0;
    text-align: center;
    font-size: 12.5px;
    color: #82859f;
}

/* =========================================================
   Auth (login / register) — nav state
   ========================================================= */
.user-actions {
    display: flex;
    align-items: center;
}

.user-greeting {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--ink);
    margin-left: 12px;
}

    .user-greeting i {
        color: var(--purple);
        font-size: 20px;
        margin-left: 6px;
    }

/* =========================================================
   Auth modals (login / register)
   ========================================================= */
.auth-modal .modal-dialog {
    margin-top: 60px;
}

.auth-modal .modal-dialog-lg {
    width: 620px;
}

.auth-modal .modal-content {
    border-radius: 16px;
    border: 0;
    box-shadow: 0 20px 60px rgba(20,20,60,.25);
    overflow: hidden;
}

.auth-modal .modal-header {
    background: linear-gradient(120deg, var(--purple), #4930b8);
    border-bottom: 0;
    padding: 20px 24px;
}

.auth-modal .modal-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.auth-modal .close {
    float: left;
    color: #fff;
    opacity: .85;
    text-shadow: none;
    font-weight: 400;
    font-size: 26px;
    margin-top: -2px;
}

    .auth-modal .close:hover {
        opacity: 1;
        color: #fff;
    }

.auth-modal .modal-body {
    padding: 26px 24px 24px;
}

.auth-alert {
    border-radius: 10px;
    font-size: 13px;
    padding: 10px 14px;
}

.auth-modal label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 6px;
}

.auth-modal .form-control {
    border-radius: 10px;
    border: 1px solid #e1e3ee;
    box-shadow: none;
    height: 44px;
    font-size: 14px;
    padding: 10px 14px;
}

    .auth-modal .form-control:focus {
        border-color: var(--purple);
        box-shadow: 0 0 0 3px rgba(108,75,244,.12);
    }

.auth-modal select.form-control {
    height: 44px;
}

.login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.custom-checkbox {
    font-weight: 500;
    font-size: 13px;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

    .custom-checkbox input {
        margin-left: 6px;
    }

.forgot-link, .back-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--purple);
}

    .forgot-link:hover, .back-link:hover {
        color: var(--orange);
    }

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
}

    .back-link i {
        font-size: 11px;
    }

.forgot-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 18px;
}

.btn-auth-submit {
    background: linear-gradient(120deg, var(--purple), #4930b8);
    color: #fff;
    border: 0;
    height: 46px;
    font-size: 15px;
    margin-top: 6px;
    position: relative;
}

    .btn-auth-submit:hover {
        opacity: .92;
        color: #fff;
    }

    .btn-auth-submit:disabled {
        opacity: .7;
        cursor: not-allowed;
    }

    .btn-auth-submit .btn-spinner {
        display: none;
        margin-right: 8px;
    }

    .btn-auth-submit.is-loading .btn-spinner {
        display: inline-block;
    }

    .btn-auth-submit.is-loading .btn-text {
        opacity: .85;
    }

.auth-switch {
    text-align: center;
    font-size: 13.5px;
    color: var(--muted);
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #eef0f6;
}

    .auth-switch a {
        color: var(--purple);
        font-weight: 700;
    }

        .auth-switch a:hover {
            color: var(--orange);
        }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991px) {
    .hero-copy h1 {
        font-size: 30px;
    }

    .orbit-wrap {
        max-width: 300px;
        height: 280px;
    }

    .section-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        float: right;
        padding: 10px 0;
    }

    .brand-text small {
        display: none;
    }

    .main-menu {
        float: none;
        margin: 10px 0 0;
    }

        .main-menu > li > a {
            padding: 10px 6px;
        }

    .nav-actions {
        float: none;
        justify-content: flex-start;
        padding: 10px 0 16px;
    }

    .hero-section {
        padding: 40px 0 40px;
        text-align: center;
    }

    .hero-copy {
        text-align: center;
    }

        .hero-copy p {
            margin-left: auto;
            margin-right: auto;
        }

        .hero-copy h1 {
            font-size: 26px;
        }

    .hero-visual {
        margin-top: 30px;
        min-height: 260px;
    }

    .orbit-wrap {
        height: 240px;
        max-width: 260px;
    }

    .orbit-core {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .orbit-node {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .stats-section {
        margin-top: -26px;
    }

    .stat-card {
        padding: 16px 10px;
    }

    .stat-num {
        font-size: 18px;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .network-row {
        text-align: center;
    }

    .network-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .network-graph {
        height: 180px;
    }

    .node {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }

    .cta-box {
        text-align: center;
        justify-content: center;
    }

    .cta-btns {
        width: 100%;
        justify-content: center;
    }

    .auth-modal .modal-dialog {
        margin: 20px 12px;
    }

    .auth-modal .modal-dialog-lg {
        width: auto;
    }

    .auth-modal .modal-body {
        padding: 20px 18px;
    }
}



/* =========================================================
   Static content pages (About / Terms / Privacy / FAQ ...)
   ========================================================= */
.page-banner {
    background: radial-gradient(circle at 25% 20%, #1c2266 0%, var(--navy) 55%, #0a0d24 100%);
    padding: 40px 0;
    color: #fff;
}

.breadcrumb-nav {
    font-size: 13px;
    color: #b6b9de;
    margin-bottom: 12px;
}

    .breadcrumb-nav a {
        color: #cfd2f2;
        font-weight: 600;
    }

        .breadcrumb-nav a:hover {
            color: var(--orange);
        }

    .breadcrumb-nav .sep {
        margin: 0 8px;
        color: #6669a0;
    }

    .breadcrumb-nav .current {
        color: #fff;
    }

.page-banner h1 {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}
.static-content-section {
    padding: 50px 0;
    background: var(--bg-soft);
}

.static-content-box {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(20,20,60,.06);
    padding: 34px 30px;
    margin: 0 auto;
}

    .static-content-box h2 {
        font-size: 19px;
        font-weight: 700;
        color: var(--ink);
        margin: 26px 0 14px;
    }

    .static-content-box p {
        font-size: 14.5px;
        line-height: 2;
        color: #4b4f66;
        margin: 0 0 16px;
    }

.static-content-list {
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
}

    .static-content-list li {
        position: relative;
        padding-right: 22px;
        margin-bottom: 10px;
        font-size: 14.5px;
        line-height: 1.9;
        color: #4b4f66;
    }

        .static-content-list li::before {
            content: "";
            position: absolute;
            right: 0;
            top: 9px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--purple);
        }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991px) {
    .hero-copy h1 {
        font-size: 30px;
    }

    .orbit-wrap {
        max-width: 300px;
        height: 280px;
    }

    .section-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        float: right;
        padding: 10px 0;
    }

    .brand-text small {
        display: none;
    }

    .main-menu {
        float: none;
        margin: 10px 0 0;
    }

        .main-menu > li > a {
            padding: 10px 6px;
        }

    .nav-actions {
        float: none;
        justify-content: flex-start;
        padding: 10px 0 16px;
    }

    .hero-section {
        padding: 40px 0 40px;
        text-align: center;
    }

    .hero-copy {
        text-align: center;
    }

        .hero-copy p {
            margin-left: auto;
            margin-right: auto;
        }

        .hero-copy h1 {
            font-size: 26px;
        }

    .hero-visual {
        margin-top: 30px;
        min-height: 260px;
    }

    .orbit-wrap {
        height: 240px;
        max-width: 260px;
    }

    .orbit-core {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .orbit-node {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .stats-section {
        margin-top: -26px;
    }

    .stat-card {
        padding: 16px 10px;
    }

    .stat-num {
        font-size: 18px;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    /* .hero-row / .network-row only use col-sm-*, which has no explicit
     width below the sm breakpoint — force full-width stacking now that
     these rows are flex containers instead of floated columns. */
    .hero-row > div,
    .network-row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .network-row {
        text-align: center;
    }

    .network-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .network-graph {
        height: 180px;
    }

    .node {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }

    .cta-box {
        text-align: center;
        justify-content: center;
    }

    .cta-btns {
        width: 100%;
        justify-content: center;
    }

    .auth-modal .modal-dialog {
        margin: 20px 12px;
    }

    .auth-modal .modal-dialog-lg {
        width: auto;
    }

    .auth-modal .modal-body {
        padding: 20px 18px;
    }

    .static-content-box {
        padding: 22px 18px;
    }

    .page-banner h1 {
        font-size: 21px;
    }
}
