:root {
    --orange: #F1671F;
    --orange-dark: #E0570F;
    --green: #1B7A3D;
    --navy: #0B1B3B;
    --navy-2: #101F45;
    --muted: #6B7280;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #1A2233;
}

a {
    text-decoration: none;
}

/* Navbar */
.navbar .nav-link {
    font-weight: 600;
    font-size: 14.5px;
    color: #2B3350;
}

.navbar .nav-link.active {
    color: var(--orange) !important;
    border-bottom: 2px solid var(--orange);
}

.logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--orange) 0 33%, #fff 33% 66%, var(--green) 66% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-mark::after {
    content: "🚀";
    font-size: 20px;
}

.logo-text .l1 {
    font-size: 17px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
}

.logo-text .l2 {
    font-size: 10px;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: .12em;
}

.btn-brand {
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-weight: 700;
    font-size: 13.5px;
    border: none;
}

.btn-brand:hover {
    color: #fff;
    opacity: .92;
}

.btn-outline-navy {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    font-weight: 700;
    font-size: 13.5px;
}

/* Hero */
.hero-left h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    color: var(--navy);
}

h1 span.accent {
    text-shadow: 2px 2px #ff980099;
}

.eyebrow {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero-right {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 40px;
    background: linear-gradient(135deg, #cb66002e 0%, #dd8200fa 22%, #dd82006b 48%, #ffffff 52%, #00872329 75%, var(--green) 100%);
}

.hero-badge {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.badge-1 {
    top: 9%;
    left: 58%;
    background: #3B82F6;
    color: #fff;
}

.badge-2 {
    top: 33%;
    left: 50%;
    background: var(--orange);
    color: #fff;
}

.badge-3 {
    top: 7%;
    right: 14%;
    background: #3B82F6;
    color: #fff;
}

.badge-4 {
    top: 20%;
    right: 6%;
    background: #fff;
    color: #E23A5D;
}

.hero-right .crowd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: repeating-linear-gradient(100deg, #FF9933 0 6px, #FFB366 6px 12px, #FFFFFF 12px 18px, #F2F2F2 18px 24px, #138808 24px 30px, #1E9C3F 30px 36px, #0B6E04 36px 42px);
    opacity: .5;
}

.hero-right .speaker {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 200px;
    height: 65%;
    background: #f2f2f2;
    opacity: .9;
    clip-path: polygon(30% 0%, 70% 0%, 78% 10%, 100% 30%, 90% 100%, 10% 100%, 0% 30%, 22% 10%);
}

/* Stat strip */
.stat-strip {
    margin-top: -55px;
    position: relative;
    z-index: 5;
    max-width: 65%;
}

.stat-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgb(75 114 233 / 27%);
}

.stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: none;
}

.stat-num {
    font-size: 19px;
    font-weight: 800;
    color: var(--navy);
}

.stat-label {
    font-size: 12px;
    color: var(--muted);
}

/* Feature cards */
.feature-card {
    border: 1px solid #f59c1966;
    border-radius: 10px;
    padding: 24px 18px;
    height: 100%;
}

.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}

.feature-card h3 {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--navy);
}

.feature-card p {
    font-size: 12.5px;
    color: #484b51;
    line-height: 1.55;
}

.mini-rule {
    width: 26px;
    height: 3px;
    border-radius: 2px;
}

/* Impact band */
.impact-band {
    background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 100%);
    color: #fff;
}

.impact-band h2 {
    font-size: 24px;
    font-weight: 800;
}

.impact-band h2 .hl {
    color: #39D07A;
}

.impact-stat .num {
    font-size: 19px;
    font-weight: 800;
}

.impact-stat .lab {
    font-size: 11.5px;
    color: #B7C0DA;
}

/* Process */
.process-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e0e3eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-size: 17px;
}

.process-step .steptitle {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy);
}

.process-step p {
    font-size: 11.5px;
    color: #484b51;
}

.tile {
    border-radius: 8px;
    height: 110px;
}

.tile-1 {
    background: linear-gradient(135deg, #f4a259, #e07a3f);
}

.tile-2 {
    background: linear-gradient(135deg, #2b3a67, #1a2540);
}

.tile-3 {
    background: linear-gradient(135deg, #ee7752, #e73c7e);
}

.tile-4 {
    background: linear-gradient(135deg, #31374a, #0f1220);
}

.quote-card {
    border: 1px solid #E7E9EE;
    border-radius: 10px;
    padding: 22px;
}

.quote-mark {
    font-size: 34px;
    color: var(--orange);
    font-weight: 900;
    line-height: .6;
}

.quote-card p {
    font-size: 12.5px;
    color: #3B4256;
}

.quote-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F1671F, #7C3AED);
}

.dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E7E9EE;
    display: inline-block;
    margin-right: 4px;
}

.dots span.active {
    background: var(--orange);
}

.news-thumb {
    /* width: 64px; */
    height: 52px;
    border-radius: 6px;
    flex: none;
}

.news-thumb-1 {
    background: linear-gradient(135deg, #e0913f, #b45a2c);
}

.news-thumb-2 {
    background: linear-gradient(135deg, #3b4a6b, #1c2440);
}

.news-thumb-3 {
    background: linear-gradient(135deg, #5c6ea8, #2a3358);
}
.news-item {
    line-height: 1em;
}
.news-item h4 {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.4;
}

.news-item span {
    font-size: 11.5px;
    color: #484b51;
}

.partner-logo {
    color: #9AA1B2;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
}

.partner-logo .pi {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #F2F3F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #9AA1B2;
    margin: 0 auto 6px;
}

.cta-band {
    background: linear-gradient(90deg, var(--orange) 0%, var(--green) 100%);
    color: #fff;
}

.cta-fist {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cta-band input {
    border: none;
}

.cta-band button {
    background: var(--navy);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border: none;
    white-space: nowrap;
}

footer {
    background: var(--navy);
    color: #B7C0DA;
}

footer h4 {
    color: #fff;
    font-size: 13.5px;
}

footer a {
    color: #B7C0DA;
}

footer a:hover {
    color: #fff;
}

.social-row a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}

@media(max-width:991px) {
    .hero-left h1 {
        font-size: 32px;
    }

    .hero-right {
        border-radius: 0;
        height: 100%;
    }
}