/* Export Page - Mobile First */

/* ===== HERO ===== */
.export-hero {
    min-height: 90vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 100px 0 60px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.export-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    pointer-events: none;
}

.export-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

.export-hero-left { animation: ehSlideLeft 1s ease-out; }
.export-hero-right { animation: ehSlideRight 1s ease-out; }

.export-hero-subtitle {
    font-size: 1.1rem;
    color: #ff6b35;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 12px;
    opacity: 0;
    animation: ehFadeUp 1s ease-out 0.3s both;
}

.export-hero-left h1,
.export-hero-left h1.hero-content h1 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    color: #2c5aa0 !important;
    opacity: 0;
    animation: ehFadeUp 1s ease-out 0.1s both;
}

.export-hero-left h1 .highlight {
    color: #ff6b35 !important;
    position: relative;
}

.export-hero-left h1 .highlight::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
    border-radius: 2px;
    animation: ehExpand 1.5s ease-out 0.5s both;
}

.export-hero-desc {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
    opacity: 0;
    animation: ehFadeUp 1s ease-out 0.6s both;
}

.export-hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    opacity: 0;
    animation: ehFadeUp 1s ease-out 0.9s both;
}

/* Image side */
.export-hero-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.export-hero-img-wrap:hover { transform: scale(1.02); }

.export-hero-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Floating cards */
.export-float-cards {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.export-float-card {
    position: absolute;
    background: white;
    padding: 12px 18px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.13);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    animation: ehFloat 3s ease-in-out infinite;
}

.export-float-card i { font-size: 1.1rem; }

.efc-1 { top: 20px; right: -15px; animation-delay: 0s; }
.efc-1 i { color: #2c5aa0; }
.efc-2 { bottom: 110px; left: -20px; animation-delay: 1s; }
.efc-2 i { color: #ff6b35; }
.efc-3 { top: 48%; right: -25px; animation-delay: 2s; }
.efc-3 i { color: #2c5aa0; }

/* ===== SECTIONS ===== */
.export-capabilities, .target-markets, .export-products, .buyer-types {
    padding: 70px 0;
}

.export-capabilities { background: #f8f9fa; }
.target-markets      { background: white; }
.export-products     { background: #f8f9fa; }
.buyer-types         { background: white; }

.export-capabilities .container,
.target-markets .container,
.export-products .container,
.buyer-types .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.export-capabilities h2,
.target-markets h2,
.export-products h2,
.buyer-types h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5aa0;
    text-align: center;
    margin-bottom: 35px;
}

/* Capabilities */
.capabilities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.capability-card {
    background: white;
    padding: 30px 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-top: 4px solid #2c5aa0;
    transition: transform 0.3s ease;
}

.capability-card:nth-child(even) { border-top-color: #ff6b35; }
.capability-card:hover { transform: translateY(-6px); }

.capability-card i {
    font-size: 2.2rem;
    color: #ff6b35;
    margin-bottom: 15px;
    display: block;
}

.capability-card:nth-child(odd) i { color: #2c5aa0; }

.capability-card h3 { font-size: 1.1rem; color: #2c5aa0; margin-bottom: 10px; }
.capability-card p  { color: #666; font-size: 0.9rem; line-height: 1.6; margin: 0; }

/* Markets */
.markets-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.market-card {
    background: #f8f9fa;
    padding: 25px 20px;
    border-radius: 14px;
    border-left: 4px solid #2c5aa0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.market-card:nth-child(even) { border-left-color: #ff6b35; }
.market-card:hover { transform: translateX(6px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }

.market-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.market-card h3 a { color: #2c5aa0; text-decoration: none; }
.market-card h3 a:hover { color: #ff6b35; }
.market-card p  { color: #666; font-size: 0.9rem; margin: 0; line-height: 1.5; }

/* Product categories */
.export-product-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.cat-card {
    background: white;
    padding: 25px 20px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-top: 4px solid #2c5aa0;
    transition: transform 0.3s ease;
}

.cat-card:nth-child(even) { border-top-color: #ff6b35; }
.cat-card:hover { transform: translateY(-5px); }
.cat-card h3 { font-size: 1rem; color: #2c5aa0; margin-bottom: 12px; font-weight: 600; }
.cat-card ul { list-style: none; padding: 0; margin: 0; }
.cat-card ul li { color: #666; font-size: 0.9rem; padding: 5px 0; border-bottom: 1px solid #f0f0f0; }
.cat-card ul li:last-child { border-bottom: none; }
.cat-card ul li::before { content: '→ '; color: #ff6b35; font-weight: 600; }

/* Buyer types */
.buyer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.buyer-card {
    background: #f8f9fa;
    padding: 25px 15px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.buyer-card:hover {
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border-bottom-color: #ff6b35;
    transform: translateY(-5px);
}

.buyer-card i { font-size: 2rem; color: #2c5aa0; margin-bottom: 12px; display: block; }
.buyer-card:nth-child(even) i { color: #ff6b35; }
.buyer-card h3 { font-size: 0.95rem; color: #333; font-weight: 600; margin: 0; }

/* CTA */
.export-cta {
    background: linear-gradient(135deg, #2c5aa0, #1a3a6b);
    padding: 70px 20px;
    text-align: center;
    color: white;
}

.export-cta .container { max-width: 800px; margin: 0 auto; }
.export-cta h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 15px; }
.export-cta p  { font-size: 1rem; opacity: 0.9; margin-bottom: 30px; }

/* ===== ANIMATIONS ===== */
@keyframes ehFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes ehSlideLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes ehSlideRight {
    from { opacity: 0; transform: translateX(50px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes ehExpand {
    from { width: 0; }
    to   { width: 100%; }
}
@keyframes ehFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}

/* ===== RESPONSIVE ===== */
@media (min-width: 600px) {
    .capabilities-grid  { grid-template-columns: repeat(2, 1fr); }
    .markets-grid       { grid-template-columns: repeat(2, 1fr); }
    .export-product-categories { grid-template-columns: repeat(2, 1fr); }
    .buyer-grid         { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 992px) {
    .export-hero-left h1 { font-size: 2.8rem; }
    .capabilities-grid  { grid-template-columns: repeat(4, 1fr); }
    .markets-grid       { grid-template-columns: repeat(4, 1fr); }
    .export-product-categories { grid-template-columns: repeat(4, 1fr); }
    .buyer-grid         { grid-template-columns: repeat(6, 1fr); }
    .export-capabilities h2,
    .target-markets h2,
    .export-products h2,
    .buyer-types h2 { font-size: 2.2rem; }
}

@media (max-width: 900px) {
    .export-hero-container {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }
    .export-hero-left h1 { font-size: 2.2rem; }
    .export-hero-btns { justify-content: center; }
    .export-hero-img-wrap img { height: 300px; }
    .efc-1 { right: 10px; }
    .efc-3 { right: 10px; }
}

@media (max-width: 600px) {
    .export-hero { padding: 90px 0 40px; min-height: auto; }
    .export-hero-container { padding: 0 15px; gap: 25px; }
    .export-hero-left h1 { font-size: 1.8rem; }
    .export-hero-desc { font-size: 0.95rem; }
    .export-hero-btns { flex-direction: column; align-items: center; }
    .export-hero-img-wrap img { height: 220px; }
    .export-float-cards { display: none; }
    .export-cta h2 { font-size: 1.4rem; }
}
