/* === Reset & Base === */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: inherit;
}

.btn-primary {
    background: #1a6fb5;
    color: #fff;
}

.btn-primary:hover {
    background: #14578e;
}

.btn-accent {
    background: #f5a623;
    color: #fff;
}

.btn-accent:hover {
    background: #d4900e;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.btn-outline:hover {
    background: #fff;
    color: #1a6fb5;
}

.btn-lg {
    padding: 15px 36px;
    font-size: 1.05rem;
}

/* === Top Bar === */
.top-bar {
    background: #0d2137;
    color: #ccc;
    font-size: 0.85rem;
    padding: 8px 0;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.top-contact {
    display: flex;
    gap: 20px;
}

/* === Header === */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

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

.logo-img {
    height: 55px;
    width: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    line-height: 1.1;
}

.logo-courier {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    color: #0d2137;
    letter-spacing: 2px;
}

.logo-point {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    color: #1a6fb5;
    letter-spacing: 2px;
}

.logo-name {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #0d2137;
}

.logo-tag {
    display: block;
    font-size: 0.7rem;
    color: #f5a623;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav a {
    font-weight: 500;
    font-size: 0.95rem;
    color: #333;
    transition: color 0.3s;
}

.nav a:hover {
    color: #1a6fb5;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: #0d2137;
}

/* === Partners Strip === */
.partners {
    background: #f8f9fa;
    padding: 18px 0;
    border-bottom: 1px solid #e8e8e8;
}

.partners-label {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 14px;
    font-weight: 600;
}

.partners-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.partners-strip img {
    height: 32px;
    transition: transform 0.3s ease;
}

.partners-strip img:hover {
    transform: scale(1.1);
}

/* === Hero === */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0d2137 0%, #1a6fb5 100%);
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.03)" d="M0,192L48,176C96,160,192,128,288,138.7C384,149,480,203,576,213.3C672,224,768,192,864,165.3C960,139,1056,117,1152,128C1248,139,1344,181,1392,202.7L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom center;
    background-size: cover;
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    max-width: 750px;
    margin: 0 auto;
}

.hero-content h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.15rem;
    margin-bottom: 35px;
    opacity: 0.9;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* === Sections === */
.section {
    padding: 80px 0;
}

.section-title {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #0d2137;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    font-size: 1.05rem;
}

/* === Services === */
.services {
    background: #f8f9fa;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 18px;
}

.service-card h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #0d2137;
}

.service-card p {
    color: #666;
    font-size: 0.95rem;
}

/* === About === */
.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text h2 {
    margin-bottom: 20px;
}

.about-text p {
    color: #555;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.8;
}

.about-stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a6fb5;
    font-family: 'Raleway', sans-serif;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-top: 4px;
}

.about-image-placeholder {
    background: linear-gradient(135deg, #e8f0fe, #d5e5f5);
    border-radius: 12px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1a6fb5;
    font-size: 1rem;
}

.about-image-placeholder span {
    font-size: 4rem;
    margin-bottom: 10px;
}

/* === Pricing === */
.branches {
    background: #f8f9fa;
}

.branches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.branch-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.branch-card:hover {
    transform: translateY(-5px);
}

.branch-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.branch-card h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    color: #0d2137;
    margin-bottom: 12px;
}

.branch-card p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

/* === Track === */
.track {
    background: linear-gradient(135deg, #0d2137, #1a6fb5);
    color: #fff;
}

.track .section-title {
    color: #fff;
}

.track .section-subtitle {
    color: rgba(255,255,255,0.8);
}

.track-inner {
    text-align: center;
}

.track-form {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    gap: 0;
}

.track-input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
}

.track-form .btn {
    border-radius: 0 5px 5px 0;
}

/* === Contact === */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 28px;
}

.contact-icon {
    font-size: 1.5rem;
    color: #1a6fb5;
    min-width: 30px;
    text-align: center;
}

.contact-item h4 {
    font-size: 1rem;
    color: #0d2137;
    margin-bottom: 4px;
}

.contact-item p {
    color: #666;
    font-size: 0.95rem;
}

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

.contact-form input,
.contact-form textarea {
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1a6fb5;
}

.contact-form textarea {
    resize: vertical;
}

/* === Footer === */
.footer {
    background: #0a1a2a;
    color: #ccc;
    padding: 60px 0 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
}

.footer-col h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 16px;
}

.footer-col h4 {
    color: #f5a623;
    font-size: 1rem;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 8px;
}

.footer-col a {
    display: block;
    font-size: 0.9rem;
    padding: 4px 0;
    color: #aaa;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #f5a623;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    text-align: center;
    font-size: 0.85rem;
    color: #888;
}

/* === Scroll to Top === */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #f5a623;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

/* === Animations === */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* === Responsive === */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        gap: 16px;
    }

    .nav.active {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .branches-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .about-stats {
        justify-content: center;
    }

    .track-form {
        flex-direction: column;
        gap: 12px;
    }

    .track-input {
        border-radius: 5px;
    }

    .track-form .btn {
        border-radius: 5px;
    }

    .top-bar-inner {
        justify-content: center;
        text-align: center;
    }

    .top-contact {
        flex-direction: column;
        gap: 4px;
    }
}
