:root {
    --sb-dark: #0c1018;
    --sb-dark-soft: #151b28;
    --sb-dark-card: #1a2235;
    --sb-teal: #14b8a6;
    --sb-teal-light: #5eead4;
    --sb-rose: #f43f5e;
    --sb-amber: #f59e0b;
    --sb-white: #ffffff;
    --sb-gray-100: #e2e8f0;
    --sb-gray-300: #94a3b8;
    --sb-gray-500: #64748b;
    --sb-gradient: linear-gradient(135deg, var(--sb-teal) 0%, #3b82f6 55%, var(--sb-rose) 100%);
    --sb-font-heading: 'Plus Jakarta Sans', sans-serif;
    --sb-font-body: 'Inter', sans-serif;
    --sb-radius: 10px;
    --sb-radius-lg: 18px;
    --sb-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    --sb-shadow-glow: 0 0 48px rgba(20, 184, 166, 0.25);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--sb-font-body);
    background-color: var(--sb-dark);
    color: var(--sb-gray-100);
    line-height: 1.6;
    overflow-x: hidden;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(244, 63, 94, 0.06) 0%, transparent 45%);
}

a {
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-gradient {
    background: var(--sb-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.site-header {
    background: transparent;
    padding: 20px 0 0;
}

.site-header .navbar {
    padding: 0;
}

.site-header .container {
    background: var(--sb-dark-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--sb-radius-lg);
    padding: 12px 24px;
    box-shadow: var(--sb-shadow);
}

.sb-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.sb-logo-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sb-dark-card);
    border: 1px solid rgba(20, 184, 166, 0.35);
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(20, 184, 166, 0.15);
}

.sb-logo-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.sb-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.sb-logo-name {
    font-family: var(--sb-font-heading);
    font-weight: 800;
    font-size: 20px;
    color: var(--sb-white);
    letter-spacing: -0.3px;
}

.sb-logo-tag {
    font-size: 10px;
    font-weight: 600;
    color: var(--sb-teal-light);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sb-nav-list {
    align-items: center;
    gap: 2px;
}

.sb-nav-list .nav-link {
    font-family: var(--sb-font-heading);
    font-weight: 600;
    font-size: 14px;
    color: var(--sb-gray-300);
    padding: 8px 14px;
    border-radius: 8px;
    position: relative;
}

.sb-nav-list .nav-link:hover {
    color: var(--sb-white);
}

.sb-nav-list .nav-link.active {
    color: var(--sb-teal-light);
    background: rgba(20, 184, 166, 0.12);
}

.sb-nav-cta {
    background: var(--sb-teal) !important;
    color: var(--sb-dark) !important;
    border-radius: 8px !important;
    padding: 9px 18px !important;
    margin-left: 10px;
    font-weight: 700 !important;
}

.sb-nav-cta:hover {
    background: var(--sb-teal-light) !important;
    color: var(--sb-dark) !important;
    transform: translateY(-1px);
}

.sb-nav-toggle {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 8px 10px;
    background: var(--sb-dark-card);
    z-index: 10;
}

.site-header .navbar {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.sb-nav-toggle:focus {
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.35);
}

.sb-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 22px;
}

.sb-hamburger span {
    display: block;
    height: 2px;
    background: var(--sb-teal-light);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sb-nav-toggle[aria-expanded="true"] .sb-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.sb-nav-toggle[aria-expanded="true"] .sb-hamburger span:nth-child(2) {
    opacity: 0;
}

.sb-nav-toggle[aria-expanded="true"] .sb-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero-section {
    position: relative;
    padding: 40px 0 80px;
    overflow: hidden;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 100%);
    pointer-events: none;
}

.hero-panel {
    position: relative;
    z-index: 1;
    background: linear-gradient(160deg, rgba(26, 34, 53, 0.95) 0%, rgba(12, 16, 24, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px 40px 0;
    box-shadow: var(--sb-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.hero-panel::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--sb-font-heading);
    font-size: 12px;
    font-weight: 600;
    color: var(--sb-gray-300);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 7px 14px;
    border-radius: 50px;
}

.hero-tag i {
    color: var(--sb-teal);
    font-size: 11px;
}

.hero-title {
    font-family: var(--sb-font-heading);
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--sb-white);
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.hero-desc {
    font-size: 16px;
    color: var(--sb-gray-300);
    max-width: 540px;
    margin-bottom: 32px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--sb-gray-300);
}

.hero-features li i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 184, 166, 0.15);
    color: var(--sb-teal-light);
    border-radius: 50%;
    font-size: 10px;
    flex-shrink: 0;
}

.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-frame {
    position: relative;
    padding: 8px;
    margin-bottom: 20px;
}

.hero-frame-ring {
    position: absolute;
    inset: 0;
    border: 2px dashed rgba(20, 184, 166, 0.25);
    border-radius: 20px;
    transform: rotate(-3deg);
}

.hero-image {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(2deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.hero-metrics {
    display: flex;
    gap: 12px;
}

.hero-metric {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--sb-radius);
    padding: 16px 18px;
}

.hero-metric-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 184, 166, 0.12);
    border-radius: 12px;
    color: var(--sb-teal-light);
    font-size: 22px;
    flex-shrink: 0;
}

.hero-metric-icon i {
    line-height: 1;
}

.hero-metric strong {
    display: block;
    font-family: var(--sb-font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--sb-white);
    line-height: 1.2;
}

.hero-metric span {
    display: block;
    font-size: 11px;
    color: var(--sb-gray-500);
    line-height: 1.3;
    margin-top: 2px;
}

.hero-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin: 40px -40px 0;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.hero-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 16px;
    background: rgba(12, 16, 24, 0.6);
    font-family: var(--sb-font-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--sb-gray-300);
    text-align: center;
}

.hero-strip-item i {
    color: var(--sb-teal);
    font-size: 16px;
    flex-shrink: 0;
}

.sb-btn-primary {
    font-family: var(--sb-font-heading);
    font-weight: 700;
    font-size: 14px;
    padding: 14px 26px;
    border-radius: var(--sb-radius);
    border: none;
    background: var(--sb-teal);
    color: var(--sb-dark);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sb-btn-primary:hover {
    background: var(--sb-teal-light);
    color: var(--sb-dark);
    transform: translateY(-2px);
    box-shadow: var(--sb-shadow-glow);
}

.sb-btn-outline {
    font-family: var(--sb-font-heading);
    font-weight: 600;
    font-size: 14px;
    padding: 14px 26px;
    border-radius: var(--sb-radius);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--sb-white);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
}

.sb-btn-outline:hover {
    border-color: var(--sb-teal);
    color: var(--sb-teal-light);
    transform: translateY(-2px);
}

.games-section {
    padding: 80px 0 100px;
    position: relative;
}

.games-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 52px;
}

.games-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--sb-font-heading);
    font-size: 12px;
    font-weight: 600;
    color: var(--sb-teal-light);
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.25);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.games-title {
    font-family: var(--sb-font-heading);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--sb-white);
    letter-spacing: -1px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.games-desc {
    font-size: 16px;
    color: var(--sb-gray-300);
    line-height: 1.7;
    margin: 0;
}

.game-card {
    background: var(--sb-dark-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--sb-radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.game-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sb-shadow), var(--sb-shadow-glow);
    border-color: rgba(20, 184, 166, 0.3);
}

.game-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.game-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.game-card:hover .game-card-image img {
    transform: scale(1.05);
}

.game-card-type {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--sb-font-heading);
    font-size: 11px;
    font-weight: 600;
    color: var(--sb-white);
    background: rgba(12, 16, 24, 0.75);
    backdrop-filter: blur(8px);
    padding: 6px 12px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-card-type i {
    color: var(--sb-teal-light);
    font-size: 10px;
}

.game-card-body {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.game-card-title {
    font-family: var(--sb-font-heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.game-card-title a {
    color: var(--sb-white);
}

.game-card-title a:hover {
    color: var(--sb-teal-light);
}

.game-card-text {
    font-size: 14px;
    color: var(--sb-gray-500);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.game-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--sb-font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--sb-dark);
    background: var(--sb-teal);
    padding: 12px 24px;
    border-radius: var(--sb-radius);
    align-self: flex-start;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.game-card-btn:hover {
    background: var(--sb-teal-light);
    color: var(--sb-dark);
    transform: translateY(-2px);
    box-shadow: var(--sb-shadow-glow);
}

.game-card-btn i {
    font-size: 12px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--sb-font-heading);
    font-size: 12px;
    font-weight: 600;
    color: var(--sb-teal-light);
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.25);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-header-left {
    text-align: left;
    margin-bottom: 28px;
}

.section-header.text-center {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 52px;
}

.section-desc {
    font-size: 16px;
    color: var(--sb-gray-300);
    line-height: 1.7;
    margin: 16px 0 0;
}

.section-desc-left {
    margin-bottom: 24px;
}

.section-title {
    font-family: var(--sb-font-heading);
    font-size: clamp(1.65rem, 3.5vw, 2.25rem);
    font-weight: 800;
    color: var(--sb-white);
    letter-spacing: -0.8px;
    line-height: 1.25;
    margin: 0;
}

.about-section {
    padding: 80px 0;
    background: linear-gradient(180deg, transparent 0%, rgba(21, 27, 40, 0.5) 50%, transparent 100%);
}

.features-section {
    padding: 80px 0;
}

.feature-card {
    background: var(--sb-dark-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--sb-radius-lg);
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(20, 184, 166, 0.25);
    box-shadow: var(--sb-shadow-glow);
}

.feature-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 184, 166, 0.12);
    border-radius: 12px;
    color: var(--sb-teal-light);
    font-size: 22px;
    margin-bottom: 18px;
}

.feature-title {
    font-family: var(--sb-font-heading);
    font-size: 17px;
    font-weight: 700;
    color: var(--sb-white);
    margin-bottom: 10px;
}

.feature-text {
    font-size: 14px;
    color: var(--sb-gray-500);
    line-height: 1.65;
    margin: 0;
}

.steps-section {
    padding: 80px 0;
    background: linear-gradient(180deg, transparent 0%, rgba(21, 27, 40, 0.4) 50%, transparent 100%);
}

.step-card {
    position: relative;
    background: var(--sb-dark-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--sb-radius-lg);
    padding: 32px 28px;
    height: 100%;
    text-align: center;
}

.step-number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-family: var(--sb-font-heading);
    font-size: 32px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
}

.step-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 184, 166, 0.12);
    border: 1px solid rgba(20, 184, 166, 0.25);
    border-radius: 50%;
    color: var(--sb-teal-light);
    font-size: 24px;
    margin: 0 auto 20px;
}

.step-title {
    font-family: var(--sb-font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--sb-white);
    margin-bottom: 12px;
}

.step-text {
    font-size: 14px;
    color: var(--sb-gray-500);
    line-height: 1.65;
    margin: 0;
}

.faq-section {
    padding: 80px 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: var(--sb-dark-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--sb-radius);
    padding: 22px 24px;
    transition: border-color 0.25s ease;
}

.faq-item:hover {
    border-color: rgba(20, 184, 166, 0.2);
}

.faq-question {
    font-family: var(--sb-font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--sb-white);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.faq-question i {
    color: var(--sb-teal);
    font-size: 16px;
    flex-shrink: 0;
}

.faq-answer {
    font-size: 14px;
    color: var(--sb-gray-500);
    line-height: 1.7;
    margin: 0;
    padding-left: 28px;
}

.cta-section {
    padding: 0 0 80px;
}

.cta-panel {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.15) 0%, rgba(59, 130, 246, 0.1) 50%, rgba(244, 63, 94, 0.08) 100%);
    border: 1px solid rgba(20, 184, 166, 0.25);
    border-radius: var(--sb-radius-lg);
    padding: 40px 44px;
}

.cta-title {
    font-family: var(--sb-font-heading);
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800;
    color: var(--sb-white);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.cta-text {
    font-size: 15px;
    color: var(--sb-gray-300);
    line-height: 1.65;
    margin: 0;
}

.cta-btn {
    padding: 16px 32px;
    font-size: 15px;
}

.about-visual {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-visual-main {
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--sb-dark-soft);
    border: 2px solid rgba(20, 184, 166, 0.3);
    border-radius: 50%;
    font-family: var(--sb-font-heading);
    font-weight: 800;
    font-size: 18px;
    color: var(--sb-white);
    box-shadow: var(--sb-shadow-glow);
}

.about-visual-main i {
    font-size: 36px;
    color: var(--sb-teal-light);
}

.about-visual-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--sb-dark-soft);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--sb-radius);
    padding: 14px 18px;
    box-shadow: var(--sb-shadow);
    max-width: 220px;
}

.about-visual-card i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 184, 166, 0.12);
    border-radius: 10px;
    color: var(--sb-teal-light);
    font-size: 18px;
    flex-shrink: 0;
}

.about-visual-card strong {
    display: block;
    font-family: var(--sb-font-heading);
    font-size: 13px;
    font-weight: 700;
    color: var(--sb-white);
    line-height: 1.3;
}

.about-visual-card span {
    display: block;
    font-size: 11px;
    color: var(--sb-gray-500);
    margin-top: 2px;
}

.about-visual-card-1 {
    top: 10%;
    left: 0;
}

.about-visual-card-2 {
    bottom: 10%;
    right: 0;
}

.about-content p {
    font-size: 15px;
    color: var(--sb-gray-300);
    line-height: 1.8;
    margin-bottom: 18px;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 28px 0 32px;
}

.about-highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--sb-gray-300);
    line-height: 1.5;
}

.about-highlight i {
    color: var(--sb-teal);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.disclaimer-section {
    padding: 0 0 100px;
}

.disclaimer-panel {
    background: var(--sb-dark-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--sb-radius-lg);
    padding: 48px 40px 36px;
    box-shadow: var(--sb-shadow);
}

.disclaimer-block {
    height: 100%;
}

.disclaimer-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 184, 166, 0.12);
    border: 1px solid rgba(20, 184, 166, 0.25);
    border-radius: 14px;
    color: var(--sb-teal-light);
    font-size: 24px;
    margin-bottom: 20px;
}

.disclaimer-title {
    font-family: var(--sb-font-heading);
    font-size: 22px;
    font-weight: 700;
    color: var(--sb-white);
    margin-bottom: 18px;
    line-height: 1.3;
}

.disclaimer-block p {
    font-size: 15px;
    color: var(--sb-gray-300);
    line-height: 1.8;
    margin-bottom: 16px;
}

.disclaimer-block p:last-child {
    margin-bottom: 0;
}

.disclaimer-notice {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 36px;
    padding: 20px 24px;
    background: rgba(20, 184, 166, 0.08);
    border: 1px solid rgba(20, 184, 166, 0.2);
    border-radius: var(--sb-radius);
}

.disclaimer-notice i {
    color: var(--sb-teal-light);
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.disclaimer-notice p {
    margin: 0;
    font-size: 14px;
    color: var(--sb-gray-300);
    line-height: 1.7;
}

.site-footer {
    background: var(--sb-dark-soft);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 72px 0 0;
}

.footer-top {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-about {
    font-size: 14px;
    color: var(--sb-gray-500);
    line-height: 1.75;
    margin-bottom: 24px;
    max-width: 320px;
}

.footer-partner-link {
    display: inline-block;
}

.footer-partner-img {
    max-height: 48px;
    width: auto;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.footer-partner-link:hover .footer-partner-img {
    opacity: 1;
}

.footer-heading {
    font-family: var(--sb-font-heading);
    font-size: 15px;
    font-weight: 700;
    color: var(--sb-white);
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 14px;
    color: var(--sb-gray-500);
}

.footer-links a:hover {
    color: var(--sb-teal-light);
}

.footer-support-text {
    font-size: 13px;
    color: var(--sb-gray-500);
    line-height: 1.65;
    margin-top: 16px;
    margin-bottom: 0;
}

.footer-disclaimers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-disclaimer-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.footer-disclaimer-item > i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 63, 94, 0.1);
    border: 1px solid rgba(244, 63, 94, 0.2);
    border-radius: 10px;
    color: var(--sb-rose);
    font-size: 18px;
    flex-shrink: 0;
}

.footer-disclaimer-item strong {
    display: block;
    font-family: var(--sb-font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--sb-white);
    margin-bottom: 8px;
}

.footer-disclaimer-item p {
    font-size: 13px;
    color: var(--sb-gray-500);
    line-height: 1.7;
    margin: 0;
}

.footer-bottom {
    padding: 28px 0;
    text-align: center;
}

.footer-copy {
    font-family: var(--sb-font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--sb-gray-300);
    margin-bottom: 6px;
}

.footer-note {
    font-size: 12px;
    color: var(--sb-gray-500);
    margin: 0;
}

