/* Professional Corporate Design for MTTN Logistics */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Inter', sans-serif;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    font-weight: 400;
}

/* Navigation - Professional */
/* Clean Professional Navbar */
.navbar {
    background: transparent !important;
    box-shadow: none;
    border-bottom: none;
    backdrop-filter: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.65rem 0 0.3rem;
    transition: all 0.3s ease;
    z-index: 1030;
}

.navbar.scrolled {
    background: rgba(11, 32, 63, 0.88) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 36px rgba(10, 25, 48, 0.2);
    backdrop-filter: blur(16px);
}

.navbar-brand {
    font-weight: 700;
    transition: all 0.3s ease;
    padding: 0;
}

.navbar-brand:hover {
    transform: none;
}

.brand-logo {
    background: transparent;
    width: 126px;
    height: 126px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    overflow: hidden;
}

.brand-logo:hover {
    transform: none;
    box-shadow: none;
}

.navbar-logo-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.brand-text h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 700;
    color: #1e3c72;
}

.brand-text small {
    color: #2a5298;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.7rem;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    padding: 0.65rem 0.95rem !important;
    margin: 0 0.25rem;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0.25rem;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06);
    transform: none;
}

.navbar-nav .nav-link.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.navbar.scrolled .nav-link {
    color: rgba(255, 255, 255, 0.94) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active {
    color: #ffffff !important;
}

.navbar.scrolled .nav-link::after {
    background: #8ec5ff;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.65);
}

.navbar.scrolled .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
}

.navbar.scrolled .navbar-toggler-icon {
    filter: none;
}

.navbar.scrolled .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.55);
}

.navbar-collapse {
    border-radius: 18px;
}

.navbar-nav {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.navbar .btn-primary {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(12, 36, 74, 0.24);
    backdrop-filter: none;
}

.navbar .btn-primary:hover {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 28px rgba(12, 36, 74, 0.28);
}

.btn-primary {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(30, 60, 114, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #2a5298, #1e3c72);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(30, 60, 114, 0.4);
}

/* Hero Section - Professional Corporate Style */
.hero-section {
    position: relative;
    background-image: url('../images/mik.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* Fallback background if image fails to load */
    background-color: #1e3c72;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.3) 0%, rgba(42, 82, 152, 0.3) 100%);
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    color: white;
    padding: 120px 0 80px;
    width: 100%;
}

.hero-content {
    max-width: 600px;
    margin: 0 auto;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
}

.hero-image {
    position: relative;
    text-align: center;
    margin-top: 2rem;
}

.hero-image img {
    border-radius: 15px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    max-width: 100%;
    height: auto;
    transform: translateY(-20px);
    /* Placeholder styling if image is missing */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    min-height: 300px;
}

.floating-card {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1e3c72;
    animation: float 3s ease-in-out infinite;
    z-index: 3;
}

.floating-card i {
    color: #2a5298;
    font-size: 1.1rem;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    font-weight: 400;
}

.hero-actions .btn {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.hero-actions .btn-primary {
    background: #ffffff;
    border-color: #ffffff;
    color: #1e3c72;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.hero-actions .btn-primary:hover {
    background: #f8f9fa;
    border-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.hero-actions .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    backdrop-filter: blur(10px);
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
    font-weight: 500;
}

.hero-image {
    position: relative;
    text-align: center;
}

.hero-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
}

.floating-card {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #1e3c72;
    animation: float 3s ease-in-out infinite;
}

.floating-card i {
    color: #2a5298;
    font-size: 1.2rem;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* MTTN Ground Text */
.mttn-ground-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
    font-family: 'Arial Black', Arial, sans-serif;
    letter-spacing: 10px;
}

/* Image Animations */
@keyframes imageFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(1deg); }
    50% { transform: translateY(-5px) rotate(0deg); }
    75% { transform: translateY(-15px) rotate(-1deg); }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MTTN Showcase Section */
.mttn-showcase {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.showcase-content h2 {
    color: #1e3c72;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.showcase-features .feature-item {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c3e50;
}

.showcase-features .feature-item i {
    font-size: 1.3rem;
    min-width: 30px;
}

.showcase-image {
    position: relative;
    text-align: center;
}

.showcase-image img {
    border-radius: 15px;
    border: 4px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.5s ease, opacity 0.5s ease;
    animation: imageFloat 6s ease-in-out infinite, fadeInUp 1.5s ease-out;
}

.showcase-image img:hover {
    transform: translateY(-15px) scale(1.05);
    animation-play-state: paused;
}

.image-overlay {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    font-weight: 600;
    z-index: 2;
}

.overlay-content {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.overlay-content i {
    font-size: 1.1rem;
    color: #ffd700;
}

/* Statistics Section - Professional */
.statistics {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.statistics::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    border-radius: 2px;
}

.stat-counter {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-counter:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stat-counter h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-counter p {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c757d;
    margin: 0;
}

/* Proud Service Section - Corporate */
.proud-service {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.proud-service::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    z-index: 1;
}

.proud-service .container {
    position: relative;
    z-index: 2;
}

.proud-service h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.proud-service .lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 3rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.highlight-item:last-child {
    border-bottom: none;
}

.highlight-item i {
    font-size: 1.5rem;
    margin-right: 20px;
    color: #28a745;
    width: 30px;
}

.proud-service img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Partners Section - Professional */
.partners {
    padding: 80px 0;
    background: #f8f9fa;
}

.partners h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.partner-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.partner-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1e3c72;
}

.partner-card h6 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* Services Section - Corporate */
.services {
    padding: 80px 0;
    background: #ffffff;
}

.services h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 2rem;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 3rem;
}

.service-card h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
}

/* Contact Section - Professional */
.contact {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.contact-form {
    background: white;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-info {
    padding: 50px 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    border-radius: 12px;
    margin-right: 20px;
    color: white;
    font-size: 1.5rem;
}

.contact-item h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.contact-item p {
    margin-bottom: 0;
    color: #6c757d;
}

/* Footer - Corporate */
footer {
    background: #2c3e50;
    padding: 50px 0 30px;
    color: #adb5bd;
}

footer h5, footer h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

footer p, footer a {
    color: #adb5bd;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
}

/* Inner Pages */
.page-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 12rem 0 5rem;
    background-color: #11284b;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 35%),
        linear-gradient(135deg, rgba(7, 21, 42, 0.9), rgba(25, 67, 123, 0.78));
}

.page-hero > .container {
    position: relative;
    z-index: 2;
}

.page-hero-about {
    background-image: url('../images/mik.webp');
    background-size: cover;
    background-position: center;
}

.page-hero-services {
    background-image: url('../images/mok.png');
    background-size: cover;
    background-position: center;
}

.page-hero-contact {
    background-image: url('../images/rong.jpeg');
    background-size: cover;
    background-position: center;
}

.page-hero-track {
    background-image: url('../images/mik.webp');
    background-size: cover;
    background-position: center;
}

.page-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-hero-title {
    margin: 1.4rem 0 1rem;
    font-size: clamp(2.8rem, 5vw, 4.3rem);
    line-height: 1.02;
    font-weight: 700;
    max-width: 12ch;
}

.page-hero-copy {
    max-width: 60ch;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.page-hero-actions {
    margin-top: 2rem;
}

.page-hero-panel {
    position: relative;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 60px rgba(3, 13, 28, 0.24);
    backdrop-filter: blur(14px);
}

.page-hero-panel img,
.image-card img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.page-hero-panel img {
    min-height: 320px;
}

.page-panel-badge {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(8, 24, 46, 0.86);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
}

.metric-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
}

.metric-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 1.4rem;
    backdrop-filter: blur(14px);
}

.metric-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.metric-label {
    display: block;
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.76);
}

.page-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.page-chip {
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-weight: 600;
}

.section-block {
    padding: 6rem 0;
}

.section-soft {
    background:
        radial-gradient(circle at top left, rgba(42, 82, 152, 0.08), transparent 25%),
        linear-gradient(180deg, #f6f8fc 0%, #edf2f8 100%);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.section-kicker {
    background: rgba(30, 60, 114, 0.08);
    border-color: rgba(30, 60, 114, 0.08);
    color: #1e3c72;
}

.section-title {
    margin: 1.1rem 0 1rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 700;
    color: #173052;
}

.section-copy {
    color: #6d7c92;
    font-size: 1.05rem;
    line-height: 1.8;
}

.story-card,
.contact-form-card,
.tracking-form-card,
.tracking-summary-card,
.tracking-progress-card,
.value-card,
.service-feature-card,
.process-card,
.support-card,
.image-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(19, 48, 91, 0.08);
    box-shadow: 0 18px 45px rgba(15, 39, 76, 0.08);
}

.story-card,
.contact-form-card,
.tracking-form-card,
.tracking-summary-card,
.tracking-progress-card,
.process-card,
.support-card,
.image-card {
    padding: 2rem;
}

.story-card p,
.value-card p,
.service-feature-card p,
.process-card p,
.support-card p,
.stack-card p {
    color: #6d7c92;
    line-height: 1.8;
    margin-bottom: 0;
}

.stack-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(19, 48, 91, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 39, 76, 0.08);
}

.stack-card h3,
.value-card h3,
.service-feature-card h3,
.process-card h3,
.support-card h3,
.tracking-progress-card h3 {
    color: #173052;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.stack-card-icon,
.value-icon,
.service-feature-icon,
.support-card > i {
    width: 3.3rem;
    height: 3.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #ffffff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.value-card,
.service-feature-card,
.support-card {
    height: 100%;
    padding: 2rem;
}

.value-icon,
.service-feature-icon {
    margin-bottom: 1.25rem;
}

.check-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.check-list div {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    color: #173052;
    font-weight: 600;
}

.check-list i {
    color: #2a5298;
    margin-top: 0.2rem;
}

.process-card {
    position: relative;
    overflow: hidden;
}

.process-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(42, 82, 152, 0.04));
    pointer-events: none;
}

.process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
    border-radius: 14px;
    background: rgba(42, 82, 152, 0.1);
    color: #1e3c72;
    font-weight: 700;
}

.cta-band {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: 2rem 2.2rem;
    background: linear-gradient(135deg, #173052, #2a5298);
    border-radius: 28px;
    color: #ffffff;
    box-shadow: 0 24px 50px rgba(17, 40, 75, 0.22);
}

.cta-band h2 {
    margin: 0.9rem 0 0;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    line-height: 1.2;
    max-width: 18ch;
}

.cta-band .section-kicker {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
}

.contact-quick-grid {
    display: grid;
    gap: 1rem;
}

.quick-contact-card {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem 1.3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none;
    backdrop-filter: blur(14px);
    transition: transform 0.25s ease, background 0.25s ease;
}

.quick-contact-card:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.quick-contact-card i {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
}

.contact-form-card .form-control,
.contact-form-card .form-select,
.tracking-form-card .form-control {
    border-radius: 16px;
    border: 1px solid rgba(19, 48, 91, 0.12);
    padding: 0.95rem 1rem;
    box-shadow: none;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus,
.tracking-form-card .form-control:focus {
    border-color: #2a5298;
    box-shadow: 0 0 0 0.2rem rgba(42, 82, 152, 0.14);
}

.tracking-result-card {
    padding: 1.5rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    border: 1px solid rgba(19, 48, 91, 0.08);
    box-shadow: 0 18px 45px rgba(15, 39, 76, 0.08);
}

.tracking-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(42, 82, 152, 0.1);
    color: #1e3c72;
    font-weight: 700;
}

.summary-list {
    display: grid;
    gap: 1rem;
}

.summary-list div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(19, 48, 91, 0.08);
}

.summary-list span {
    color: #6d7c92;
}

.summary-list strong {
    color: #173052;
}

.tracking-step {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-left: 0.3rem;
}

.tracking-step + .tracking-step {
    margin-top: 1.5rem;
}

.tracking-step::after {
    content: '';
    position: absolute;
    left: 0.73rem;
    top: 2.2rem;
    width: 2px;
    height: calc(100% + 0.8rem);
    background: rgba(19, 48, 91, 0.12);
}

.tracking-step:last-child::after {
    display: none;
}

.tracking-step-marker {
    width: 1rem;
    height: 1rem;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: #c8d5ea;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 4px rgba(42, 82, 152, 0.1);
    flex-shrink: 0;
}

.tracking-step.active .tracking-step-marker {
    background: #2a5298;
}

.tracking-step p {
    color: #6d7c92;
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .proud-service h2 {
        font-size: 2rem;
    }

    .services h2, .partners h2, .contact h2 {
        font-size: 1.8rem;
    }

    .stat-counter h3 {
        font-size: 2.2rem;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .hero-actions .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .floating-card {
        position: static;
        margin-top: 20px;
        display: inline-flex;
    }

    .page-hero {
        padding: 10rem 0 4rem;
    }

    .page-hero-title {
        max-width: none;
        font-size: 2.5rem;
    }

    .metric-grid,
    .metric-grid-compact {
        grid-template-columns: 1fr;
    }

    .cta-band {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-band h2 {
        max-width: none;
    }

    .page-panel-badge {
        position: static;
        margin-top: 1rem;
    }
}

@media (max-width: 991.98px) {
    .brand-logo {
        width: 102px;
        height: 102px;
    }

    .navbar-nav {
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem;
        background: rgba(8, 24, 46, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 40px rgba(4, 12, 24, 0.28);
        backdrop-filter: blur(18px);
    }

    .navbar-nav .nav-link {
        margin: 0.15rem 0;
        border-radius: 8px;
    }

    .navbar-nav .nav-link::after {
        left: 1rem;
        right: auto;
        width: 2.25rem;
        bottom: 0.4rem;
    }
}

/* Professional Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #1e3c72;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a5298;
}
