:root {
    --home-navy: #082f49;
    --home-navy-deep: #061e2e;
    --home-blue: #087f8c;
    --home-teal: #13b8a6;
    --home-mint: #d8f5ef;
    --home-gold: #f6b94a;
    --home-ink: #102a3a;
    --home-copy: #536875;
    --home-line: #dfe8ec;
    --home-canvas: #f5f8f8;
    --home-card: #ffffff;
    --home-radius-lg: 28px;
    --home-radius: 18px;
    --home-shadow: 0 24px 70px rgba(4, 35, 52, 0.12);
}

body.home-page {
    background: var(--home-canvas) !important;
    color: var(--home-ink);
}

body.home-page .desktop-home {
    overflow: hidden;
}

.home-page .site-navbar {
    min-height: 78px;
    padding: 0.65rem 0;
    background: rgba(6, 30, 46, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 34px rgba(3, 22, 34, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-page .site-brand img {
    width: auto;
    height: 46px !important;
    max-width: 180px;
    object-fit: contain;
}

.home-page .site-nav {
    gap: 0.08rem;
}

.home-page .site-nav > .nav-item > .nav-link {
    position: relative;
    padding: 0.68rem 0.72rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 650;
}

.home-page .site-nav > .nav-item > .nav-link:hover,
.home-page .site-nav > .nav-item > .nav-link:focus,
.home-page .site-nav > .nav-item > .nav-link.active {
    color: #ffffff;
}

.home-page .site-nav > .nav-item > .nav-link.active::after {
    content: "";
    position: absolute;
    right: 0.72rem;
    bottom: 0.28rem;
    left: 0.72rem;
    height: 2px;
    border-radius: 99px;
    background: var(--home-teal);
}

.home-page .site-nav-menu {
    width: 310px;
    padding: 0.65rem;
    margin-top: 0.75rem;
    border: 1px solid rgba(9, 61, 81, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 60px rgba(5, 31, 45, 0.18);
}

.home-page .site-nav-menu .dropdown-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 0.7rem;
    align-items: center;
    padding: 0.65rem;
    border-radius: 11px;
    color: var(--home-ink);
}

.home-page .site-nav-menu .dropdown-item:hover,
.home-page .site-nav-menu .dropdown-item:focus {
    background: #edf8f6;
}

.home-page .site-nav-menu .dropdown-item > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--home-mint);
    color: #06776f;
    font-size: 1rem;
}

.home-page .site-nav-menu .dropdown-item span {
    display: grid;
}

.home-page .site-nav-menu .dropdown-item strong {
    font-size: 0.9rem;
}

.home-page .site-nav-menu .dropdown-item small {
    color: #70828c;
    font-size: 0.75rem;
}

.home-page .site-nav-tool {
    margin-left: 0.35rem;
}

.home-page .theme-toggle-btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.home-page .site-login-btn,
.home-page .site-register-btn {
    padding: 0.62rem 0.95rem;
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 750;
}

.home-page .site-login-btn {
    margin-left: 0.4rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.home-page .site-register-btn {
    margin-left: 0.35rem;
    color: var(--home-navy-deep);
    background: var(--home-gold);
    border: 1px solid var(--home-gold);
}

.home-page .site-login-btn:hover,
.home-page .site-login-btn:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.home-page .site-register-btn:hover,
.home-page .site-register-btn:focus {
    color: var(--home-navy-deep);
    background: #ffd47b;
    border-color: #ffd47b;
}

.home-hero {
    position: relative;
    min-height: 680px;
    display: grid;
    align-items: center;
    isolation: isolate;
    color: #ffffff;
    background: var(--home-navy-deep) url('../img/slider_bg.jpg') center 44% / cover no-repeat;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 25, 39, 0.98) 0%, rgba(4, 25, 39, 0.91) 45%, rgba(4, 25, 39, 0.58) 100%),
        linear-gradient(0deg, rgba(4, 25, 39, 0.62), transparent 45%);
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.home-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(350px, 0.65fr);
    gap: clamp(3rem, 6vw, 6.5rem);
    align-items: center;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.home-event-kicker,
.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #087c75;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-event-kicker {
    color: #9ce9dc;
}

.home-event-kicker span,
.home-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--home-teal);
    box-shadow: 0 0 0 5px rgba(19, 184, 166, 0.15);
}

.home-hero h1 {
    max-width: 820px;
    margin: 1.1rem 0 1.3rem;
    color: #ffffff;
    font-size: clamp(3.25rem, 5.4vw, 5.5rem);
    font-weight: 760;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.home-hero-theme {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: clamp(1.15rem, 1.8vw, 1.42rem);
    line-height: 1.55;
}

.home-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2.1rem 0 2.2rem;
}

.home-event-meta > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0.75rem;
    align-items: center;
}

.home-event-meta i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--home-gold);
}

.home-event-meta span {
    display: grid;
    gap: 0.1rem;
}

.home-event-meta strong {
    color: #ffffff;
    font-size: 0.98rem;
}

.home-event-meta small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.home-primary-action,
.home-secondary-action,
.home-outline-action,
.home-membership-action {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border-radius: 12px;
    font-weight: 750;
}

.home-primary-action {
    padding: 0.82rem 1.2rem;
    color: var(--home-navy-deep);
    background: var(--home-gold);
    border-color: var(--home-gold);
}

.home-primary-action:hover,
.home-primary-action:focus {
    color: var(--home-navy-deep);
    background: #ffd47b;
    border-color: #ffd47b;
    transform: translateY(-2px);
}

.home-secondary-action {
    padding: 0.82rem 1.2rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.07);
}

.home-secondary-action:hover,
.home-secondary-action:focus {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.13);
}

.home-event-card {
    padding: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--home-radius-lg);
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.home-event-card-topline {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-bottom: 1.15rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home-event-card-topline a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.home-date-lockup {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.45rem 0 1.2rem;
}

.home-date-day {
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 780;
    letter-spacing: -0.06em;
    line-height: 1;
}

.home-date-lockup > span:last-child {
    display: grid;
}

.home-date-lockup strong {
    color: #ffffff;
    font-size: 1.2rem;
}

.home-date-lockup small {
    color: rgba(255, 255, 255, 0.6);
}

.home-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

.home-countdown > div {
    display: grid;
    place-items: center;
    padding: 0.75rem 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(1, 17, 27, 0.22);
}

.home-countdown span {
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

.home-countdown small {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-card-link {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem 0;
    color: #ffffff;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.home-card-link > i:first-child {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--home-teal);
    background: rgba(19, 184, 166, 0.12);
}

.home-card-link span {
    display: grid;
}

.home-card-link strong {
    color: #ffffff;
    font-size: 0.87rem;
}

.home-card-link small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.73rem;
}

.home-card-link:hover,
.home-card-link:focus {
    color: var(--home-gold);
}

.home-quick-links {
    position: relative;
    z-index: 3;
    margin-top: -1px;
    background: #ffffff;
    border-bottom: 1px solid var(--home-line);
    box-shadow: 0 12px 35px rgba(5, 38, 54, 0.05);
}

.home-quick-links .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-quick-links a {
    min-height: 112px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 0.8rem;
    align-items: center;
    padding: 1.1rem 1.25rem;
    color: var(--home-ink);
    text-decoration: none;
    border-right: 1px solid var(--home-line);
}

.home-quick-links a:first-child {
    border-left: 1px solid var(--home-line);
}

.home-quick-links a:hover,
.home-quick-links a:focus {
    background: #f0faf8;
}

.home-quick-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #06776f;
    background: var(--home-mint);
}

.home-quick-links a > span:nth-child(2) {
    display: grid;
}

.home-quick-links strong {
    font-size: 0.88rem;
}

.home-quick-links small {
    color: var(--home-copy);
    font-size: 0.74rem;
}

.home-quick-links a > i {
    color: #8ca0aa;
}

.home-registration-check {
    padding: clamp(4rem, 6vw, 6rem) 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(24, 184, 166, 0.13), transparent 24rem),
        #f5faf9;
    border-bottom: 1px solid var(--home-line);
}

.home-registration-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
    padding: clamp(2rem, 4vw, 4.25rem);
    border: 1px solid rgba(8, 83, 91, 0.12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(7, 50, 65, 0.1);
}

.home-registration-copy h2 {
    margin: 0.65rem 0 1rem;
    color: var(--home-ink);
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.home-registration-copy > p {
    max-width: 44rem;
    margin: 0;
    color: var(--home-copy);
    line-height: 1.75;
}

.home-registration-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
}

.home-registration-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    color: #075e5b;
    background: #e5f6f2;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-registration-form-wrap {
    padding: clamp(1.4rem, 2.5vw, 2.1rem);
    border: 1px solid var(--home-line);
    border-radius: 20px;
    background: #f9fcfc;
}

.home-registration-form .form-label,
.home-mpesa-form .form-label {
    margin-bottom: 0.55rem;
    color: var(--home-ink);
    font-size: 0.82rem;
    font-weight: 750;
}

.home-registration-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
}

.home-registration-input-row .form-control {
    min-height: 52px;
    padding-inline: 1rem;
    border-color: #c8d8dc;
    border-radius: 10px;
    background: #ffffff;
    color: #102c36;
}

.home-registration-input-row .form-control:focus {
    border-color: #088f89;
    box-shadow: 0 0 0 0.22rem rgba(8, 143, 137, 0.14);
}

.home-registration-submit,
.home-mpesa-form .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding-inline: 1.2rem;
    border-radius: 10px;
    white-space: nowrap;
}

.home-registration-submit {
    border-color: #087f79;
    background: #087f79;
    color: #ffffff;
}

.home-registration-submit:hover,
.home-registration-submit:focus {
    border-color: #056963;
    background: #056963;
    color: #ffffff;
}

.home-registration-form > small {
    display: block;
    margin-top: 0.75rem;
    color: var(--home-copy);
}

.home-registration-result {
    margin-top: 1rem;
    padding: 1.2rem;
    border: 1px solid transparent;
    border-radius: 14px;
}

.home-registration-result h3 {
    margin-bottom: 0.45rem;
}

.home-registration-result p {
    margin-bottom: 0.85rem;
}

.home-registration-result.is-success {
    border-color: #9fd8bc;
    background: #e9f8ef;
    color: #105a35;
}

.home-registration-result.is-warning,
.home-registration-result.is-pending {
    border-color: #e7c777;
    background: #fff8df;
    color: #6f4d00;
}

.home-registration-result.is-danger {
    border-color: #e7a7ad;
    background: #fff0f1;
    color: #842029;
}

.home-registration-balance {
    margin: 0.25rem 0 1rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.home-mpesa-form {
    margin-top: 0.75rem;
}

.home-section {
    padding-top: clamp(4.5rem, 7vw, 7rem);
    padding-bottom: clamp(4.5rem, 7vw, 7rem);
}

.home-section-heading,
.home-list-heading,
.home-about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 3rem;
    align-items: end;
    margin-bottom: 2.5rem;
}

.home-section-heading h2,
.home-list-heading h2,
.home-faq-section h2,
.home-membership-section h2,
.home-about-intro h2 {
    margin: 0.55rem 0 0;
    color: var(--home-ink);
    font-size: clamp(2.15rem, 3.5vw, 3.45rem);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.home-section-heading > p,
.home-list-heading > p,
.home-faq-section .col-lg-4 > p,
.home-about-intro p {
    margin: 0;
    color: var(--home-copy);
    font-size: 1rem;
    line-height: 1.75;
}

.home-focus-section {
    background: var(--home-canvas);
}

.home-focus-section .row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-focus-section .row > * {
    width: auto;
}

.home-focus-section .theme-card {
    position: relative;
    min-height: 250px;
    padding: 1.55rem !important;
    align-items: flex-start;
    text-align: left !important;
    overflow: hidden;
    border: 1px solid var(--home-line) !important;
    border-radius: var(--home-radius);
    background: var(--home-card) !important;
    box-shadow: 0 12px 35px rgba(8, 47, 73, 0.06) !important;
}

.home-focus-section .theme-card::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(19, 184, 166, 0.07);
}

.home-focus-section .theme-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8, 127, 140, 0.34) !important;
    box-shadow: 0 22px 50px rgba(8, 47, 73, 0.12) !important;
}

.home-focus-section .theme-icon {
    width: 48px;
    height: 48px;
    margin: 0 0 1.35rem;
    border-radius: 14px;
    color: #06776f;
    background: var(--home-mint);
}

.home-focus-section .theme-icon i {
    font-size: 1.2rem !important;
}

.home-focus-section .theme-card h5 {
    color: var(--home-ink);
    font-size: 1.04rem;
}

.home-focus-section .theme-card p {
    margin: 0;
    color: var(--home-copy) !important;
    font-size: 0.88rem;
    line-height: 1.65;
}

.home-section-action {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.home-outline-action {
    padding: 0.8rem 1.15rem;
    color: #08756f;
    border: 1px solid rgba(8, 117, 111, 0.35);
    background: transparent;
}

.home-outline-action:hover,
.home-outline-action:focus {
    color: #ffffff;
    background: #08756f;
    border-color: #08756f;
}

.home-announcements {
    max-width: 1320px;
}

.home-list-heading {
    grid-template-columns: 1fr auto;
}

.home-list-heading > p {
    max-width: 500px;
}

.home-text-link {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    color: #08756f;
    font-weight: 750;
    text-decoration: none;
}

.home-text-link:hover,
.home-text-link:focus {
    color: var(--home-navy);
}

.home-announcement-card {
    border: 1px solid var(--home-line) !important;
    border-radius: var(--home-radius);
    box-shadow: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(8, 47, 73, 0.1) !important;
}

.home-announcement-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 1.45rem;
}

.home-announcement-card h3 {
    color: var(--home-ink);
    font-weight: 750;
}

.home-faq-section {
    background: #eaf4f3;
    border-top: 1px solid #d9e9e7;
    border-bottom: 1px solid #d9e9e7;
}

.home-faq-section .accordion {
    overflow: hidden;
    border: 1px solid rgba(8, 75, 94, 0.13);
    border-radius: var(--home-radius);
    box-shadow: 0 18px 45px rgba(8, 47, 73, 0.08) !important;
}

.home-faq-section .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--home-line);
}

.home-faq-section .accordion-item:last-child {
    border-bottom: 0;
}

.home-faq-section .accordion-button {
    padding: 1.25rem 1.35rem;
    color: var(--home-ink);
    font-weight: 720;
    box-shadow: none;
}

.home-faq-section .accordion-button:not(.collapsed) {
    color: #08756f;
    background: #f3fbfa;
}

.home-gallery-section,
.home-sponsors-section {
    max-width: 1320px;
}

.home-gallery-section .masonry-gallery {
    column-gap: 1.2rem;
}

.home-gallery-section .masonry-item {
    margin-bottom: 1.2rem;
    overflow: hidden;
    border-radius: 16px;
    background: #dbe7e9;
}

.home-gallery-section .masonry-item img {
    width: 100%;
    border-radius: 16px !important;
    box-shadow: none !important;
    transition: transform 0.45s ease;
}

.home-gallery-section .masonry-item:hover img {
    transform: scale(1.025);
}

.home-sponsors-section {
    border-top: 1px solid var(--home-line);
}

.home-sponsors-section .card {
    min-height: 118px;
    justify-content: center;
    border: 1px solid var(--home-line) !important;
    border-radius: 15px;
    box-shadow: none !important;
    filter: grayscale(0.15);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.home-sponsors-section .card:hover {
    filter: none;
    transform: translateY(-4px);
}

.home-membership-section {
    margin: 0 1.5rem;
    color: #ffffff;
    background: var(--home-navy-deep);
    border-radius: 30px;
    overflow: hidden;
}

.home-membership-inner {
    min-height: 270px;
    display: grid;
    grid-template-columns: 0.8fr 1.1fr auto;
    gap: 3rem;
    align-items: center;
    position: relative;
}

.home-membership-inner::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -210px;
    top: -240px;
    border: 80px solid rgba(19, 184, 166, 0.08);
    border-radius: 50%;
}

.home-membership-section .home-eyebrow {
    color: #90e7da;
}

.home-membership-section h2 {
    color: #ffffff;
}

.home-membership-section p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
}

.home-membership-action {
    position: relative;
    padding: 0.85rem 1.2rem;
    color: var(--home-navy-deep);
    background: var(--home-gold);
    border-color: var(--home-gold);
    white-space: nowrap;
}

.home-membership-action:hover,
.home-membership-action:focus {
    color: var(--home-navy-deep);
    background: #ffd47b;
    border-color: #ffd47b;
}

.home-about-section {
    margin-top: 5rem;
    background: #ffffff;
    border-top: 1px solid var(--home-line);
}

.home-about-intro {
    align-items: start;
}

.home-about-intro > div:last-child {
    display: grid;
    gap: 1rem;
}

.home-about-section .officials-swiper {
    padding-top: 0.5rem;
}

.home-about-section .official-card {
    border: 1px solid var(--home-line) !important;
    border-radius: var(--home-radius);
    box-shadow: none !important;
}

.home-page > footer {
    padding: 2rem !important;
    background: #041924 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-theme="dark"].home-page {
    --home-ink: #ecf5f7;
    --home-copy: #b1c2c8;
    --home-line: #2a4652;
    --home-canvas: #0b202a;
    --home-card: #102b36;
}

body[data-theme="dark"].home-page .home-quick-links,
body[data-theme="dark"].home-page .home-about-section {
    background: #102934;
}

body[data-theme="dark"].home-page .home-registration-check {
    background:
        radial-gradient(circle at 12% 20%, rgba(24, 184, 166, 0.14), transparent 24rem),
        #081b24;
}

body[data-theme="dark"].home-page .home-registration-panel,
body[data-theme="dark"].home-page .home-registration-form-wrap {
    background: #102b36;
    border-color: #2a4652;
}

body[data-theme="dark"].home-page .home-registration-copy h2,
body[data-theme="dark"].home-page .home-registration-copy p,
body[data-theme="dark"].home-page .home-registration-form .form-label,
body[data-theme="dark"].home-page .home-mpesa-form .form-label,
body[data-theme="dark"].home-page .home-registration-form > small {
    color: var(--home-ink) !important;
}

body[data-theme="dark"].home-page .home-registration-points span {
    color: #a5f3e8 !important;
    background: rgba(24, 184, 166, 0.14);
}

body[data-theme="dark"].home-page .home-registration-result.is-success,
body[data-theme="dark"].home-page .home-registration-result.is-warning,
body[data-theme="dark"].home-page .home-registration-result.is-pending,
body[data-theme="dark"].home-page .home-registration-result.is-danger {
    color: #f5fbfc;
    background: #173744;
}

body[data-theme="dark"].home-page .home-registration-result h3,
body[data-theme="dark"].home-page .home-registration-result p,
body[data-theme="dark"].home-page .home-registration-result .home-registration-balance {
    color: #f5fbfc !important;
}

body[data-theme="dark"].home-page .home-quick-links a:hover,
body[data-theme="dark"].home-page .home-quick-links a:focus,
body[data-theme="dark"].home-page .home-faq-section {
    background: #122f39;
}

body[data-theme="dark"].home-page .home-focus-section .theme-card,
body[data-theme="dark"].home-page .home-announcement-card,
body[data-theme="dark"].home-page .home-sponsors-section .card,
body[data-theme="dark"].home-page .home-about-section .official-card,
body[data-theme="dark"].home-page .home-faq-section .accordion-item,
body[data-theme="dark"].home-page .home-faq-section .accordion-button {
    background: var(--home-card) !important;
    color: var(--home-ink) !important;
}

body[data-theme="dark"].home-page .home-focus-section .theme-card h5,
body[data-theme="dark"].home-page .home-focus-section .theme-card p,
body[data-theme="dark"].home-page .home-announcement-card h3,
body[data-theme="dark"].home-page .home-announcement-card p,
body[data-theme="dark"].home-page .home-faq-section h2,
body[data-theme="dark"].home-page .home-faq-section p,
body[data-theme="dark"].home-page .home-faq-section .accordion-button,
body[data-theme="dark"].home-page .home-section-heading h2,
body[data-theme="dark"].home-page .home-list-heading h2,
body[data-theme="dark"].home-page .home-about-intro h2,
body[data-theme="dark"].home-page .home-about-intro p,
body[data-theme="dark"].home-page .home-quick-links strong,
body[data-theme="dark"].home-page .home-quick-links small {
    color: var(--home-ink) !important;
}

@media (max-width: 1199.98px) {
    .home-page .site-nav > .nav-item > .nav-link {
        padding-right: 0.45rem;
        padding-left: 0.45rem;
        font-size: 0.8rem;
    }

    .home-page .site-login-btn,
    .home-page .site-register-btn {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .home-hero-layout {
        grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.72fr);
        gap: 2.5rem;
    }

    .home-quick-links a {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

    .home-focus-section .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-registration-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .home-page .site-navbar,
    .home-page > footer,
    .home-page .desktop-home {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
