/**
 * Corporate homepage — Arise Software Solutions (KYC compliance)
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.home-page {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #cbd5e1;
}

.corp-hero {
    position: relative;
    padding: 48px 20px 56px;
    margin-inline: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    background:
        linear-gradient(rgba(56, 189, 248, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.03) 1px, transparent 1px),
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(56, 189, 248, 0.12), transparent 60%),
        linear-gradient(180deg, #0b0f18 0%, #06070a 100%);
    background-size: 48px 48px, 48px 48px, auto, auto;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.corp-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.corp-hero__badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(56, 189, 248, 0.08);
    color: #7dd3fc;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.corp-hero__title {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.25;
    color: #f1f5f9;
    letter-spacing: -0.02em;
}

.corp-hero__subtitle {
    margin: 0 auto 22px;
    max-width: 720px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #94a3b8;
}

.corp-hero__stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1px solid rgba(52, 211, 153, 0.25);
    background: rgba(16, 185, 129, 0.08);
    color: #6ee7b7;
    font-size: 0.88rem;
    font-weight: 600;
}

.corp-hero__stat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 8px rgba(52, 211, 153, 0.6);
}

.corp-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 12px;
}

.corp-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    max-width: 260px;
    flex: 1 1 200px;
    padding: 20px 18px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.65);
    text-decoration: none !important;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.corp-cta:hover {
    border-color: rgba(56, 189, 248, 0.45);
    background: rgba(30, 41, 59, 0.85);
    transform: translateY(-2px);
}

.corp-cta__label {
    color: #38bdf8;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.corp-cta__desc {
    margin: 6px 0 0;
    color: #94a3b8;
    font-size: 0.82rem;
    line-height: 1.4;
}

.corp-launch {
    max-width: 900px;
    margin: 48px auto;
    padding: 0 20px;
}

.corp-launch__card {
    padding: 36px 28px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.9), rgba(8, 10, 16, 0.95));
    text-align: center;
}

.corp-launch__eyebrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.corp-launch__tag {
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(56, 189, 248, 0.25);
    background: rgba(56, 189, 248, 0.06);
    color: #7dd3fc;
    font-size: 0.75rem;
    font-weight: 600;
}

.corp-launch__title {
    margin: 0 0 12px;
    font-size: 1.5rem;
    color: #f1f5f9;
}

.corp-launch__lead {
    margin: 0 auto 24px;
    max-width: 640px;
    color: #94a3b8;
    line-height: 1.7;
}

.corp-countdown__label {
    display: block;
    margin-bottom: 14px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.corp-countdown__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.corp-countdown__unit {
    min-width: 72px;
    padding: 12px 10px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    background: rgba(0, 0, 0, 0.25);
}

.corp-countdown__value {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e2e8f0;
    font-variant-numeric: tabular-nums;
}

.corp-countdown__name {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    color: #64748b;
    text-transform: uppercase;
}

.corp-countdown__sep {
    color: #475569;
    font-size: 1.4rem;
    font-weight: 700;
}

.corp-services {
    max-width: 1100px;
    margin: 0 auto 48px;
    padding: 0 20px;
}

.corp-services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.corp-service-card {
    padding: 24px 20px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(15, 23, 42, 0.5);
}

.corp-service-card h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    color: #38bdf8;
}

.corp-service-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #94a3b8;
}

.corp-section-title {
    margin: 0 0 24px;
    text-align: center;
    font-size: 1.35rem;
    color: #f1f5f9;
}

.corp-legal-strip {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 24px 20px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(15, 23, 42, 0.4);
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #94a3b8;
}

.corp-legal-strip a {
    color: #38bdf8;
    text-decoration: none;
}

.corp-legal-strip a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .corp-hero { padding: 32px 16px 40px; }
    .corp-cta { min-width: 100%; }
}
