/* HabeaRide Landing — Philippines ride-hailing */
:root {
    --green: #1a8f26;
    --green-dark: #157a1f;
    --green-light: #e8f5e9;
    --text: #1a1a1a;
    --text-muted: #5c5c5c;
    --bg: #fafafa;
    --white: #ffffff;
    --radius: 12px;
    --shadow: 0 4px 20px rgba(0,0,0,0.08);
    --font: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: var(--font);
    font-size: 18px;
    line-height: 1.6;
    color: var(--text);
    background: var(--bg);
}

.container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.header {
    background: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 10;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 48px;
}
.logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
}
.nav {
    display: flex;
    gap: 24px;
}
.nav a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}
.nav a:hover {
    color: var(--green);
}

/* Hero */
.hero {
    background: linear-gradient(160deg, var(--green) 0%, var(--green-dark) 100%);
    color: var(--white);
    padding: 64px 0 80px;
    text-align: center;
}
.hero-splash {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.splash-gif {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.3));
    border-radius: var(--radius);
}
.hero-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    margin: 0 0 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.hero-cta {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border-radius: var(--radius);
    padding: 20px 28px;
    display: inline-block;
}
.hero-cta i {
    margin-right: 8px;
    font-size: 0.9rem;
}
.badge {
    font-weight: 600;
    font-size: 1rem;
    display: inline;
    margin-bottom: 6px;
}
.hero-cta-note {
    font-size: 0.85rem;
    opacity: 0.9;
    margin: 0;
}

/* Sections */
.section {
    padding: 56px 0;
}
.section-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}
.section-lead {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin: 0 0 16px;
    line-height: 1.65;
}
.section-lead strong {
    color: var(--text);
}
.section-body {
    color: var(--text-muted);
    margin: 0;
    line-height: 1.7;
}
.section-icon {
    text-align: center;
    margin-bottom: 20px;
}
.section-icon i {
    font-size: 2.5rem;
    color: var(--green);
    opacity: 0.9;
}

.what-section .section-body {
    margin-top: 8px;
}

/* How it works */
.how-section {
    background: var(--white);
    box-shadow: var(--shadow);
}
.steps {
    display: grid;
    gap: 28px;
    margin-top: 32px;
}
.step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
}
.step-icon {
    width: 56px;
    height: 56px;
    background: var(--green-light);
    color: var(--green);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.4rem;
}
.step-icon i {
    display: block;
}
.step-icon i + i {
    margin-left: -8px;
    opacity: 0.7;
}
.step-content {
    flex: 1;
}
.step-content h3 {
    font-size: 1.1rem;
    margin: 0 0 6px;
    color: var(--text);
}
.step-content p {
    margin: 0;
    font-size: 0.98rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Why us — cards */
.cards {
    display: grid;
    gap: 24px;
    margin-top: 28px;
}
.card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0,0,0,0.04);
}
.card-icon {
    width: 48px;
    height: 48px;
    background: var(--green-light);
    color: var(--green);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.3rem;
}
.card h3 {
    font-size: 1.15rem;
    margin: 0 0 10px;
    color: var(--green);
}
.card p {
    margin: 0;
    font-size: 0.98rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* Drivers */
.driver-list {
    margin: 20px 0 24px;
    padding-left: 0;
    list-style: none;
    color: var(--text-muted);
    line-height: 1.8;
}
.driver-list li {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.driver-list li i {
    color: var(--green);
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
    width: 24px;
}
.driver-list strong {
    color: var(--text);
}

/* CTA */
.cta-section {
    background: var(--green-light);
    text-align: center;
}
.cta-icon {
    margin-bottom: 16px;
}
.cta-icon i {
    font-size: 3rem;
    color: var(--green);
    opacity: 0.9;
}
.cta-section .section-title {
    margin-bottom: 8px;
}
.cta-note {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 12px 0 0;
}

/* Footer */
.footer {
    background: var(--text);
    color: var(--white);
    padding: 32px 0;
    text-align: center;
}
.footer-brand {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 4px;
}
.footer-tagline {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Responsive */
@media (max-width: 600px) {
    .logo-img {
        height: 40px;
    }
    .nav {
        gap: 16px;
    }
    .nav a {
        font-size: 0.9rem;
    }
    .hero {
        padding: 48px 0 64px;
    }
    .splash-gif {
        max-height: 200px;
    }
    .section {
        padding: 40px 0;
    }
}
