:root {
    --church-primary: #1e5eff;
    --church-primary-soft: #eaf1ff;
    --church-dark: #0b1f3a;
    --church-dark-2: #123b6d;
    --church-text: #1f2937;
    --church-muted: #6b7280;
    --church-soft: #f6f9ff;
    --church-white: #ffffff;
    --church-border: rgba(15, 23, 42, 0.08);
    --church-gold: #d4a017;
    --church-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    --church-shadow-hover: 0 18px 45px rgba(15, 23, 42, 0.14);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --transition: all 0.3s ease;
}

body {
    background:
        radial-gradient(circle at top left, rgba(30, 94, 255, 0.06), transparent 24%),
        radial-gradient(circle at bottom right, rgba(212, 160, 23, 0.08), transparent 18%),
        linear-gradient(180deg, #f9fbff 0%, #eef4ff 100%);
    color: var(--church-text);
    font-family: "Inter", "Segoe UI", sans-serif;
}

.church-page {
    overflow-x: hidden;
}

.hero-section {
    background: linear-gradient(135deg, var(--church-dark) 0%, var(--church-dark-2) 60%, #1a4f92 100%);
    color: #fff;
    padding: 34px 20px 72px;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.18);
}

.hero-topbar {
    margin-bottom: 48px;
}

.hero-logo {
    width: 74px;
    height: 74px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.12);
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.hero-content {
    max-width: 820px;
    margin: 0 auto;
}

.hero-section h1 {
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero-section p {
    font-size: 1.08rem;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.92);
}

.hero-actions .btn {
    min-width: 230px;
}

.btn-login {
    font-weight: 700;
    border-radius: 12px;
    color: var(--church-dark);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    min-width: 120px;
}

.btn-sla {
    background: #fff;
    color: var(--church-dark);
    font-weight: 800;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.btn-sla:hover {
    color: var(--church-soft);
    background-color: var(--church-gold);;
    transform: translateY(-2px);
}

.section-space {
    padding: 78px 0;
}

.section-heading {
    margin-bottom: 38px;
}

.mini-label {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--church-primary-soft);
    color: var(--church-primary);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 14px;
}

.section-title {
    font-weight: 900;
    color: var(--church-dark);
    margin-bottom: 12px;
    font-size: 2.05rem;
}

.section-subtitle {
    color: var(--church-muted);
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.02rem;
}

.smart-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.96) 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
    height: 100%;
}

.smart-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
    border-color: rgba(30, 94, 255, 0.14);
}

.card-accent-line {
    width: 62px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--church-primary), var(--church-gold));
    margin: 0 auto 18px;
}

.card-mini-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--church-primary-soft);
    color: var(--church-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.card-bottom-note {
    margin-top: 16px;
    font-size: 0.88rem;
    color: #64748b;
    font-weight: 600;
}

.stats-card,
.sponsor-card,
.feature-card {
    padding: 32px 26px;
}

.stats-icon,
.feature-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 18px;
    box-shadow:
        inset 0 0 0 1px rgba(30, 94, 255, 0.08),
        0 8px 20px rgba(30, 94, 255, 0.06);
}

.stats-icon {
    margin-left: auto;
    margin-right: auto;
}

.stats-number {
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1;
    color: var(--church-primary);
    margin-bottom: 10px;
}

.stats-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--church-dark);
    margin-bottom: 10px;
}

.stats-description {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.97rem;
    max-width: 260px;
    margin: 0 auto;
}

.sponsor-card h5,
.feature-card h5 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--church-dark);
    margin-bottom: 12px;
}

.card-text,
.feature-card p {
    color: #475569;
    line-height: 1.8;
    font-size: 0.98rem;
    margin-bottom: 0;
}

.feature-card--smart {
    text-align: left;
}

.feature-card--smart .card-accent-line {
    margin-left: 0;
    margin-right: 0;
}

.founder-card--premium {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border-radius: 30px;
    padding: 40px 34px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.founder-card--premium::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 7px;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(180deg, var(--church-gold), #f0c14b);
}

.founder-glow {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,94,255,0.08) 0%, rgba(30,94,255,0) 70%);
    pointer-events: none;
}

.founder-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.founder-badge {
    background: var(--church-gold);
    color: #fff;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 8px 14px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(212, 160, 23, 0.25);
}

.founder-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--church-primary);
    font-weight: 800;
    margin-bottom: 10px;
}

.founder-title {
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--church-dark);
    margin-bottom: 0;
    line-height: 1.25;
}

.founder-message {
    font-size: 1.05rem;
    line-height: 1.95;
    color: var(--church-text);
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    text-align: justify;
}

.founder-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    position: relative;
    z-index: 1;
}

.founder-sign {
    font-weight: 800;
    color: var(--church-dark);
    font-size: 1rem;
}

.founder-role {
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 600;
}

.footer-note {
    background: #0b1f3a;
    color: rgba(255, 255, 255, 0.92);
    padding: 34px 20px 26px;
    margin-top: 42px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-left {
    max-width: 680px;
}

.footer-brand {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.footer-text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.footer-right {
    text-align: right;
    min-width: 180px;
}

.footer-contact-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 4px;
    font-weight: 700;
}

.footer-contact-value {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;
    text-decoration: none;
}

.footer-contact-value:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 20px 0 14px;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.94rem;
}

@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 2.25rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .founder-title {
        font-size: 1.55rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 28px 16px 58px;
        border-bottom-left-radius: 26px;
        border-bottom-right-radius: 26px;
    }

    .hero-topbar {
        margin-bottom: 34px;
    }

    .hero-section h1 {
        font-size: 1.9rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .section-space {
        padding: 58px 0;
    }

    .founder-top,
    .founder-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .founder-badge {
        white-space: normal;
    }

    .stats-card,
    .sponsor-card,
    .feature-card,
    .founder-card--premium {
        padding: 28px 22px;
    }

    .founder-title {
        font-size: 1.55rem;
    }

    .footer-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-right {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .hero-logo {
        width: 66px;
        height: 66px;
    }

    .hero-section h1 {
        font-size: 1.7rem;
    }

    .stats-number {
        font-size: 2.15rem;
    }

    .section-title {
        font-size: 1.6rem;
    }
}

