* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #0a0a0a;
    line-height: 1.6;
}

.navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e5e7eb;
}

.navbar-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 16px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-loco {
    font-weight: 700;
    font-size: 24px;
    color: #0a0a0a;
}

.logo-cabs {
    font-weight: 700;
    font-size: 24px;
    color: #e59032;
}

.menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

@media (min-width: 1024px) {
    .menu-btn {
        display: none;
    }
}

.section-label {
    font-size: 14px;
    font-weight: 700;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 16px;
}

.section-label.center {
    text-align: center;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #0a0a0a;
}

.section-title.center {
    text-align: center;
}

.section-title-dark {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #fff;
}

.section-title-dark.center {
    text-align: center;
}

.section-description {
    font-size: 18px;
    color: #737373;
    text-align: center;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 48px;
}

.section-description-dark {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 48px;
}

.highlight {
    color: #e8a70c;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #e8a70c 0%, #f89035 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(232, 167, 12, 0.3);
}

.btn-primary.large {
    padding: 16px 32px;
    font-size: 18px;
}

.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0a0a0a;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s;
}

.btn-white:hover {
    transform: translateY(-2px);
}

.btn-white img {
    width: 20px;
    height: 20px;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 12px 24px;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero {
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.3) 0%, #fff 100%);
    padding: 80px 16px 40px;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 1024px) {
    .hero-container {
        flex-direction: row;
        align-items: center;
        gap: 64px;
    }
}

.hero-text {
    flex: 1;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 144, 50, 0.1);
    border: 1.5px solid rgba(229, 144, 50, 0.2);
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #e8a70c;
    margin-bottom: 24px;
}

.hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #0a0a0a;
    line-height: 1.1;
    letter-spacing: -0.9px;
}

.hero h2.highlight {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.9px;
    margin-bottom: 40px;
}

.hero-description {
    font-size: 18px;
    color: #737373;
    line-height: 1.6;
    max-width: 560px;
}

.hero-images {
    flex: 1;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
}

.hero-image {
    height: 128px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.hero-image:nth-child(2) {
    transform: translateY(24px);
}

.hero-image:nth-child(3) {
    transform: translateY(-8px);
}

.hero-image:nth-child(4) {
    transform: translateY(16px);
}

@media (min-width: 1024px) {
    .hero h1, .hero h2.highlight {
        font-size: 60px;
    }

    .hero-description {
        font-size: 20px;
    }

    .hero-image {
        height: 160px;
    }
}

.about-story {
    padding: 80px 16px;
    background: #fff;
}

.about-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (min-width: 1024px) {
    .about-container {
        flex-direction: row;
        gap: 96px;
    }
}

.about-text {
    flex: 1;
}

.story-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.story-paragraphs p {
    font-size: 16px;
    color: #737373;
    line-height: 1.625;
}

@media (min-width: 1024px) {
    .story-paragraphs p {
        font-size: 18px;
        line-height: 1.7;
    }

    .section-title {
        font-size: 48px;
    }
}

.about-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.brand-card {
    position: relative;
    background: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0.8) 100%);
    border-radius: 24px;
    padding: 68px 24px 40px;
    text-align: center;
    max-width: 400px;
    height: 300px;
}

.brand-badge {
    position: absolute;
    padding: 12px 24px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.brand-badge.local {
    top: -12px;
    left: -12px;
    background: #fff9e6;
    border: 1.5px solid #ffe8b3;
    color: #0a0a0a;
}

.brand-badge.trusted {
    top: -12px;
    right: -12px;
    background: #e8f5e9;
    border: 1.5px solid #c8e6c9;
    color: #0a0a0a;
}

.brand-badge.reliable {
    bottom: -12px;
    left: -12px;
    background: #fff3e0;
    border: 1.5px solid #ffe0b2;
    color: #0a0a0a;
}

.brand-logo {
    width: 96px;
    height: 96px;
    margin: 0 auto 16px;
}

.brand-logo img {
    width: 100%;
    height: 100%;
}

.brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.brand-tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.stats-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 400px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #e8a70c;
}

.stat-label {
    font-size: 12px;
    color: #737373;
}

.drivers {
    padding: 80px 16px;
    background: #fff;
}

.drivers-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (min-width: 1024px) {
    .drivers-container {
        flex-direction: row;
        align-items: center;
        gap: 96px;
    }
}

.drivers-image {
    flex: 1;
    max-width: 400px;
    margin: 0 auto;
}

.drivers-image img {
    width: 100%;
    height: auto;
}

.drivers-text {
    flex: 1;
}

.drivers-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.drivers-paragraphs p {
    font-size: 16px;
    color: #737373;
    line-height: 1.625;
}

@media (min-width: 1024px) {
    .drivers-paragraphs p {
        font-size: 18px;
        line-height: 1.7;
    }
}

.why-choose {
    padding: 80px 16px;
    background: rgba(245, 245, 245, 0.3);
}

.why-choose-container {
    max-width: 1280px;
    margin: 0 auto;
}

.why-choose-header {
    margin-bottom: 48px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feature-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 14px;
    color: #737373;
    line-height: 1.625;
}

.testimonials {
    padding: 80px 16px;
    background: #fff;
}

.testimonials-container {
    max-width: 1280px;
    margin: 0 auto;
}

.testimonials-header {
    margin-bottom: 48px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial-card {
    background: #fff;
    border: 1.5px solid #fff5eb;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #e8a70c;
    font-size: 20px;
    margin-bottom: 24px;
}

.testimonial-text {
    font-size: 16px;
    font-style: italic;
    line-height: 1.625;
    margin-bottom: 24px;
    min-height: 130px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    background: #fff5eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #e8a70c;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
}

.author-location {
    font-size: 14px;
    color: #737373;
}

.driver-profiles {
    padding: 80px 16px;
    background: #0a0a0a;
}

.driver-profiles-container {
    max-width: 1280px;
    margin: 0 auto;
}

.driver-profiles-header {
    margin-bottom: 48px;
}

.driver-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .driver-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .driver-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.driver-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.driver-avatar {
    position: relative;
    width: 128px;
    height: 128px;
    margin: 0 auto 16px;
}

.driver-image {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 3px solid #e8a70c;
    background-size: cover;
    background-position: center;
}

.driver-experience {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #e8a70c 0%, #f89035 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 50px;
    white-space: nowrap;
}

.driver-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.driver-specialty {
    font-size: 14px;
    font-weight: 700;
    color: #e8a70c;
    margin-bottom: 8px;
}

.driver-description {
    font-size: 14px;
    color: #737373;
    line-height: 1.6;
}

.cta {
    padding: 80px 16px;
    background: rgba(245, 245, 245, 0.3);
    text-align: center;
}

.cta-container {
    max-width: 600px;
    margin: 0 auto;
}

.cta-badge {
    display: inline-block;
    background: #fff;
    border: 1.5px solid rgba(232, 167, 12, 0.2);
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #e8a70c;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 24px;
}

.cta h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}

.cta p {
    font-size: 18px;
    color: #737373;
    line-height: 1.625;
    margin-bottom: 32px;
}

@media (min-width: 1024px) {
    .cta h2 {
        font-size: 48px;
    }
}

.contact-cta {
    padding: 80px 16px;
    background: #0a0a0a;
}

.contact-cta-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (min-width: 1024px) {
    .contact-cta-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.contact-cta-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.contact-cta-text > p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
    max-width: 400px;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 640px) {
    .contact-buttons {
        flex-direction: row;
    }
}

.contact-stats {
    display: flex;
    gap: 48px;
}

.contact-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.contact-stat-value {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.contact-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.footer {
    background: #0a0a0a;
    padding: 80px 16px 32px;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 768px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-container {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

.footer-brand p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-top: 16px;
    max-width: 320px;
}

.footer-nav h4,
.footer-contact h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-nav a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-contact p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
}

.footer-bottom {
    max-width: 1280px;
    margin: 48px auto 0;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
