.hub-hero {
    position: relative;
    min-height: 75vh;
    background: #0d0d0d;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 90px 0 110px;
}

.hub-hero-centered { text-align: center; }

.hub-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 70% 30%, rgba(201,169,97,0.20), transparent 50%),
        radial-gradient(ellipse at 30% 70%, rgba(201,169,97,0.08), transparent 50%),
        linear-gradient(135deg, #1a1410 0%, #0d0d0d 50%, #1a1a1a 100%);
}

.hub-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40L40 0Z' fill='none' stroke='%23c9a961' stroke-opacity='0.06' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hub-hero .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
}

.hub-hero-content {
    max-width: 720px;
}

.hub-hero-content .hub-hero-tag,
.hub-hero-content .hub-hero-desc,
.hub-hero-content .hub-hero-actions {
    justify-content: center;
}

.hub-hero-desc {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
}

.hub-hero-actions {
    justify-content: center;
}

.hub-hero-content {
    position: relative;
}

.hub-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(201,169,97,0.12);
    border: 1px solid rgba(201,169,97,0.30);
    color: var(--primary-gold);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hub-hero-tag-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-gold);
    border-radius: 50%;
    animation: dotPulse 2s infinite;
}

@keyframes dotPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(201,169,97,0.7); }
    50% { transform: scale(1.2); box-shadow: 0 0 0 8px rgba(201,169,97,0); }
}

.hub-hero-title {
    color: #fff;
    margin: 0 0 24px;
    line-height: 1;
}

.hub-hero-line-1 {
    display: block;
    font-size: 84px;
    font-weight: 900;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
}

.hub-hero-line-2 {
    display: block;
    font-size: 64px;
    font-weight: 800;
    color: rgba(255,255,255,0.65);
    margin-top: 8px;
}

.hub-hero-line-2 em {
    font-style: normal;
    color: var(--primary-gold);
    background: linear-gradient(135deg, var(--primary-gold), var(--light-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hub-hero-line-2 em::after {
    content: '';
    position: absolute;
    bottom: -4px;
    inset-inline-end: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-gold), transparent);
    border-radius: 2px;
}

.hub-hero-desc {
    color: rgba(255,255,255,0.78);
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 38px;
    max-width: 540px;
}

.hub-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hub-hero-btn-primary {
    padding: 16px 28px;
    font-size: 15px;
}

.hub-hero-btn-outline {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.25);
    color: #fff;
    padding: 16px 28px;
    font-size: 15px;
}

.hub-hero-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

.hub-hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 38px;
    border: 2px solid rgba(201,169,97,0.4);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
    z-index: 3;
}

.hub-hero-scroll span {
    width: 4px;
    height: 8px;
    background: var(--primary-gold);
    border-radius: 2px;
    animation: scrollDown 1.8s ease-in-out infinite;
}

@keyframes scrollDown {
    0%, 100% { transform: translateY(0); opacity: 0; }
    30% { opacity: 1; }
    60% { transform: translateY(12px); opacity: 0; }
}

.hub-stats {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    padding: 50px 0;
}

.hub-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.hub-stat {
    text-align: center;
    position: relative;
}

.hub-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: var(--border-color);
}

.hub-stat-num {
    font-size: 42px;
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hub-stat-num.stat-number {
    font-size: 42px;
    color: var(--text-dark);
    line-height: 1;
    background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hub-stat-num .icon {
    -webkit-text-fill-color: #fbbf24;
    color: #fbbf24;
    font-size: 28px;
}

.hub-stat-label {
    color: var(--text-light);
    font-size: 13.5px;
    font-weight: 700;
}

.hub-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.hub-section-tag {
    display: inline-block;
    color: var(--primary-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    padding: 0 22px;
}

.hub-section-tag::before,
.hub-section-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 1.5px;
    background: var(--primary-gold);
}

.hub-section-tag::before { inset-inline-start: 0; }
.hub-section-tag::after { inset-inline-end: 0; }

.hub-section-header h2 {
    font-size: 42px;
    font-weight: 900;
    color: var(--text-dark);
    margin: 0 0 14px;
    line-height: 1.2;
}

.hub-section-header h2 em {
    font-style: normal;
    color: var(--primary-gold);
}

.hub-section-header p {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.85;
    max-width: 600px;
    margin: 0 auto;
}

.hub-apps-showcase {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.hub-app-card {
    display: grid;
    grid-template-columns: 350px 1fr;
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: background-color 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hub-app-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
    border-color: var(--primary-gold);
}

.hub-app-card:nth-child(even) {
    grid-template-columns: 1fr 350px;
}

.hub-app-card:nth-child(even) .hub-app-card-side {
    order: 2;
}

.hub-app-card-side {
    position: relative;
    background: linear-gradient(135deg, #1a1410, #2a2520);
    padding: 50px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.hub-app-card-side::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 40%, rgba(201,169,97,0.25), transparent 60%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30L30 0Z' fill='none' stroke='%23c9a961' stroke-opacity='0.07' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hub-app-floating-icon {
    display: none;
}

.hub-app-phone {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 30px;
    flex: 1;
}

.hub-app-phone-frame {
    width: 175px;
    height: 340px;
    background: linear-gradient(145deg, #2a2520, #1a1410);
    border-radius: 32px;
    padding: 8px;
    border: 2px solid rgba(201, 169, 97, 0.15);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 50px rgba(201, 169, 97, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: phoneSlightFloat 6s ease-in-out infinite;
}

@keyframes phoneSlightFloat {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-8px) rotate(2deg); }
}

.hub-app-card:hover .hub-app-phone-frame {
    animation-play-state: paused;
    transform: translateY(-12px) rotate(0deg) scale(1.04);
}

.hub-app-phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f7f3eb 0%, #ede4d0 100%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 30px 18px;
    position: relative;
    overflow: hidden;
}

.hub-app-phone-screen::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L40 20L20 40L0 20L20 0Z' fill='none' stroke='%23c9a961' stroke-opacity='0.10' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hub-app-phone-app-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    box-shadow:
        0 14px 32px rgba(201, 169, 97, 0.40),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 1;
}

.hub-app-phone-logo {
    width: 96px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.hub-app-phone-label {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hub-app-phone-sub {
    color: var(--text-light);
    font-size: 11.5px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -8px;
}

.hub-app-card-side {
    padding: 40px 30px 35px;
}

.hub-app-pill {
    margin-bottom: 0 !important;
}

.hub-app-pill {
    position: relative;
    z-index: 2;
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.10);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 26px;
}

.hub-app-pill.popular {
    background: rgba(251,191,36,0.18);
    border-color: rgba(251,191,36,0.4);
    color: #fbbf24;
}

.hub-app-pill .icon { font-size: 11px; }

.hub-app-stats-mini {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.hub-app-stats-mini > div {
    text-align: center;
}

.hub-app-stats-mini strong {
    display: block;
    color: var(--primary-gold);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
}

.hub-app-stats-mini span {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: 600;
}

.hub-app-card-content {
    padding: 45px 45px;
}

.hub-app-tag {
    display: inline-block;
    background: rgba(201,169,97,0.10);
    color: var(--primary-gold);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 800;
    margin-bottom: 14px;
}

.hub-app-card h3 {
    color: var(--text-dark);
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 14px;
    line-height: 1.2;
}

.hub-app-card-content > p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.95;
    margin: 0 0 26px;
}

.hub-app-card-content > p strong {
    color: var(--text-dark);
    font-weight: 800;
}

.hub-app-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.hub-app-features li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--border-color);
}

.hub-app-features li:last-child { border-bottom: none; }

.hub-app-feature-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(201,169,97,0.15), rgba(201,169,97,0.05));
    color: var(--primary-gold);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s, opacity 0.3s;
}

.hub-app-card:hover .hub-app-feature-icon {
    background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    color: #fff;
}

.hub-app-features li > div strong {
    display: block;
    color: var(--text-dark);
    font-size: 14.5px;
    font-weight: 800;
    margin-bottom: 3px;
}

.hub-app-features li > div small {
    color: var(--text-light);
    font-size: 13px;
    line-height: 1.6;
}

.hub-app-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hub-app-cta .btn {
    padding: 14px 26px;
}

.hub-app-stores {
    display: flex;
    gap: 10px;
    margin-inline-start: auto;
    flex-wrap: wrap;
}

.hub-app-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #1a1a1a;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    transition: background-color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hub-app-store-btn .icon {
    font-size: 18px;
}

.hub-app-store-btn:hover {
    background: var(--primary-gold);
    border-color: var(--primary-gold);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(201, 169, 97, 0.30);
}

body.dark-mode .hub-app-store-btn {
    background: #fff;
    color: #1a1a1a;
    border-color: #fff;
}

body.dark-mode .hub-app-store-btn:hover {
    background: var(--primary-gold);
    border-color: var(--primary-gold);
    color: #fff;
}

.hub-compare-table {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

.hub-compare-header,
.hub-compare-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
}

.hub-compare-header {
    background: linear-gradient(135deg, #1a1410, #2a2520);
    color: #fff;
}

.hub-compare-cell {
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-dark);
    font-size: 14.5px;
}

.hub-compare-header .hub-compare-cell {
    flex-direction: column;
    gap: 8px;
    padding: 30px 20px;
    color: #fff;
}

.hub-compare-app .icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
}

.hub-compare-app strong {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.hub-compare-app small {
    font-size: 12.5px;
    color: var(--primary-gold);
    font-weight: 600;
}

.hub-compare-row {
    border-bottom: 1px solid var(--border-color);
    transition: background 0.2s;
}

.hub-compare-row:last-child { border-bottom: none; }

.hub-compare-row:hover {
    background: rgba(201,169,97,0.03);
}

.hub-compare-label {
    background: rgba(201,169,97,0.04);
    color: var(--text-dark);
    font-weight: 800;
    justify-content: flex-start !important;
    text-align: start !important;
    border-inline-end: 1px solid var(--border-color);
}

.hub-compare-cell .icon.yes {
    color: #16a34a;
    font-size: 22px;
}

.hub-compare-cell .icon.no {
    color: #dc2626;
    font-size: 22px;
}

.hub-compare-cell .icon.mid {
    color: #9ca3af;
    font-size: 22px;
}

.hub-compare-price {
    display: inline-block;
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #fff;
    font-weight: 800;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 13px;
}

.hub-compare-hint {
    max-width: 920px;
    margin: 30px auto 0;
    background: linear-gradient(135deg, rgba(201,169,97,0.08), rgba(201,169,97,0.02));
    border: 1px solid rgba(201,169,97,0.25);
    border-radius: 16px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    align-items: center;
}

.hub-compare-hint > .icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.hub-compare-hint p {
    color: var(--text-light);
    font-size: 14.5px;
    line-height: 1.85;
    margin: 0;
}

.hub-compare-hint strong { color: var(--text-dark); font-weight: 800; }
.hub-compare-hint em { color: var(--primary-gold); font-style: normal; font-weight: 700; }

.hub-faq {
    max-width: 800px;
    margin: 0 auto;
}

.hub-final-cta {
    background: linear-gradient(135deg, #1a1410 0%, #2a2520 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.hub-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(201,169,97,0.20), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(201,169,97,0.10), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30L30 0Z' fill='none' stroke='%23c9a961' stroke-opacity='0.06' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hub-final-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.hub-final-content h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    margin: 0 0 14px;
}

.hub-final-content h2 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--primary-gold), var(--light-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hub-final-content p {
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 40px;
}

.hub-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.hub-final-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    text-decoration: none;
    padding: 18px 28px;
    border-radius: 16px;
    min-width: 240px;
    transition: background-color 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hub-final-btn:hover {
    background: rgba(201,169,97,0.15);
    border-color: var(--primary-gold);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(201,169,97,0.25);
}

.hub-final-btn > .icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}

.hub-final-btn small {
    display: block;
    font-size: 12px;
    opacity: 0.65;
    margin-bottom: 4px;
}

.hub-final-btn strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

.hub-final-or {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 800;
    padding: 0 8px;
}

body.dark-mode .hub-stats {
    background: #0d0d0d;
    border-bottom-color: #2a2a2a;
}

body.dark-mode .hub-stat:not(:last-child)::after {
    background: #2a2a2a;
}

body.dark-mode .hub-app-card {
    background: #1a1a1a;
    border-color: #2a2a2a;
}

body.dark-mode .hub-app-card h3 { color: #eee; }

body.dark-mode .hub-app-features li {
    border-bottom-color: #2a2a2a;
}

body.dark-mode .hub-app-features li > div strong { color: #eee; }

body.dark-mode .hub-compare-table {
    background: #1a1a1a;
    border-color: #2a2a2a;
}

body.dark-mode .hub-compare-row {
    border-bottom-color: #2a2a2a;
}

body.dark-mode .hub-compare-cell {
    color: #ddd;
}

body.dark-mode .hub-compare-label {
    background: rgba(201,169,97,0.06);
    color: #eee;
    border-inline-end-color: #2a2a2a;
}

body.dark-mode .hub-section-header h2 { color: #eee; }

@media (max-width: 992px) {
    .hub-hero {
        min-height: auto;
        padding: 60px 0 80px;
    }
    .hub-hero .container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .hub-hero-line-1 { font-size: 60px; }
    .hub-hero-line-2 { font-size: 44px; }
    .hub-hero-actions { justify-content: center; }

    .hub-app-card,
    .hub-app-card:nth-child(even) {
        grid-template-columns: 1fr;
    }
    .hub-app-card:nth-child(even) .hub-app-card-side {
        order: -1;
    }
    .hub-app-card-content { padding: 35px 28px; }
}

@media (max-width: 768px) {
    .hub-hero-line-1 { font-size: 46px; letter-spacing: -1px; }
    .hub-hero-line-2 { font-size: 34px; }
    .hub-hero-desc { font-size: 15px; }

    .hub-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .hub-stat:nth-child(2)::after { display: none; }
    .hub-stat-num { font-size: 32px; }

    .hub-section-header h2 { font-size: 30px; }

    .hub-app-floating-icon { width: 90px; height: 90px; font-size: 38px; }
    .hub-app-card h3 { font-size: 24px; }
    .hub-app-cta .btn { width: 100%; justify-content: center; }
    .hub-app-stores { margin: 0 auto; }

    .hub-compare-header,
    .hub-compare-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .hub-compare-cell {
        padding: 14px 10px;
        font-size: 12.5px;
    }
    .hub-compare-header .hub-compare-cell {
        padding: 18px 10px;
    }
    .hub-compare-app .icon { width: 38px; height: 38px; font-size: 16px; }
    .hub-compare-app strong { font-size: 13px; }
    .hub-compare-app small { font-size: 11px; }

    .hub-compare-hint {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hub-compare-hint > .icon { margin: 0 auto; }

    .hub-final-content h2 { font-size: 30px; }
    .hub-final-btn { min-width: 0; width: 100%; }
    .hub-final-or { display: none; }
}

@media (max-width: 480px) {
    .hub-stats-grid { grid-template-columns: 1fr; gap: 16px; }
    .hub-stat:not(:last-child)::after { display: none; }
}
