/**
 * Home page styles (map, brands, trust, stats, contact)
 */
/* Hero and map: extend in index.html or below */
.hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .hero-bg {
        position: relative;
        order: 1;
        width: 100%;
        min-height: 280px;
        height: 40vh;
        flex: 0 0 auto;
        flex-shrink: 0;
    }
}
.particles-container {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none;
}
.map-bg-image, .globe-map {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    height: auto;
    aspect-ratio: 883.7 / 475.53;
}
@media (max-width: 767px) {
    .map-bg-image, .globe-map {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
    }
}
.map-bg-image {
    background-image: url('../images/world-map.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.globe-map { z-index: 2; opacity: 1; }
.world-map-overlay { width: 100%; height: 100%; overflow: visible; }
.city-dot { fill: #1A6B2F; fill-opacity: 1; stroke: #fff; stroke-width: 2; }
.hub-dot { fill: #1A6B2F; fill-opacity: 1; stroke: #fff; stroke-width: 3; filter: url(#glow); }
.city-label { font-size: 12px; fill: #64748b; fill-opacity: 1; text-anchor: middle; font-weight: 500; text-shadow: 0 1px 2px rgba(255,255,255,0.8); }
.hub-label { font-size: 14px; font-weight: 700; fill: #475569; }
.route-line { fill: none; stroke: rgba(30,41,59,0.6); stroke-width: 1.2; stroke-dasharray: 8 6; }
.route-line.highlight { stroke: rgba(30,41,59,0.75); stroke-width: 1.5; }
.pulse-ring { fill: none; stroke: #1A6B2F; stroke-width: 1.5; stroke-opacity: 1; opacity: 0; animation: pulseRing 2.5s ease-out infinite; }
.pulse-ring.hub-pulse { stroke: #1A6B2F; stroke-width: 2; stroke-opacity: 0.9; }
.pulse-delay-1 { animation-delay: 0s; }
.pulse-delay-2 { animation-delay: 0.6s; }
.pulse-delay-3 { animation-delay: 1.2s; }
@keyframes pulseRing {
    0% { r: 5; opacity: 0.5; }
    100% { r: 22; opacity: 0; }
}
.route-plane { color: #94a3b8; opacity: 1; filter: drop-shadow(0 0 2px rgba(75,85,99,0.3)); }
.plane-wrapper.highlight .route-plane { color: #64748b; opacity: 1; filter: drop-shadow(0 0 3px rgba(75,85,99,0.4)); }
/* Hero section */
.home-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
    overflow: hidden;
    background: #fff;
}
@media (min-width: 768px) {
    .home-hero {
        align-items: flex-start;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .home-hero {
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 2rem;
        min-height: auto;
    }
}
.dark .home-hero, html.dark .home-hero { background: var(--background-dark); }
.home-hero__content {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
    position: relative;
    z-index: 20;
}
@media (min-width: 768px) {
    .home-hero__content {
        margin: 0;
        margin-left: 0;
        padding-left: max(1.5rem, calc((100vw - var(--container-max, 1200px)) / 2 + 1.5rem));
        text-align: left;
    }
}
@media (max-width: 767px) {
    .home-hero__content { order: 2; }
}
.home-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1.2;
    margin-bottom: 2rem;
    color: var(--slate-900);
}
.home-hero__title .text-primary-grad { font-style: italic; }
.dark .home-hero__title, html.dark .home-hero__title { color: #fff; }
.home-hero__subtitle {
    font-size: 1.125rem;
    color: var(--slate-500);
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}
@media (min-width: 768px) { .home-hero__subtitle { margin-left: 0; margin-right: 0; } }
.home-hero__ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
@media (min-width: 768px) { .home-hero__ctas { align-items: flex-start; flex-direction: row; } }
@media (min-width: 640px) { .home-hero__ctas { flex-direction: row; align-items: flex-start; } }
.home-hero__cta-primary {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1.2;
    margin-bottom: 2rem;
    color: var(--slate-900);
}
.home-hero__title .text-primary-grad { font-style: italic; }
.dark .home-hero__title, html.dark .home-hero__title { color: #fff; }
.home-hero__subtitle {
    font-size: 1.125rem;
    color: var(--slate-500);
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}
.home-hero__ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
@media (min-width: 768px) { .home-hero__ctas { align-items: flex-start; flex-direction: row; } }
@media (min-width: 640px) { .home-hero__ctas { flex-direction: row; align-items: flex-start; } }
.home-hero__cta-primary {
    display: inline-block;
    padding: 1rem 3rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #fff;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    transition: filter 0.2s;
    box-shadow: 0 20px 25px -5px rgba(26, 107, 47, 0.2);
}
.home-hero__cta-primary:hover { filter: brightness(1.1); }
.home-hero__cta-secondary {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid rgba(26, 107, 47, 0.3);
    color: var(--primary);
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    transition: background 0.2s, border-color 0.2s;
}
.home-hero__cta-secondary:hover { background: rgba(26, 107, 47, 0.05); border-color: var(--primary); }
.home-hero__scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    color: var(--primary);
    animation: bounce 2s infinite;
}
@media (max-width: 767px) {
    .home-hero__scroll { position: static; order: 3; transform: none; margin-top: 1rem; }
}
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
/* Brands section */
.home-section { padding: 8rem 0; }
.home-section--cream { background: var(--cream); }
.dark .home-section--cream, html.dark .home-section--cream { background: rgba(15, 23, 42, 0.5); }
.home-section--white { background: #fff; overflow: hidden; }
.dark .home-section--white, html.dark .home-section--white { background: var(--background-dark); }
.home-section--off { background: var(--off-white); }
.dark .home-section--off, html.dark .home-section--off { background: var(--slate-900); }
.section-container { max-width: var(--container-max); margin: 0 auto; padding: 0 1.5rem; }
.home-brands__top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5rem;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .home-brands__top { flex-direction: row; }
    .home-brands__divider { width: 1px; height: auto; background: rgba(26, 107, 47, 0.2); flex-grow: 1; margin: 0 3rem; }
    .home-brands__divider.hidden-md { display: none; }
}
@media (min-width: 768px) { .home-brands__divider.hidden-md { display: block; } }
.home-brands__title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.5rem; }
.home-brands__desc { color: var(--slate-500); line-height: 1.6; max-width: 36rem; }
.home-brands__link {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 0.25rem;
    color: var(--primary);
    transition: color 0.2s;
}
.home-brands__link:hover { color: var(--primary-light); }
.home-brands__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 640px) { .home-brands__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .home-brands__grid { grid-template-columns: repeat(4, 1fr); } }
.home-brand-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: box-shadow 0.5s;
}
.home-brand-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.dark .home-brand-card { background: var(--slate-800); }
.home-brand-card__img-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.home-brand-card__img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s;
}
.home-brand-card:hover .home-brand-card__img-wrap img { transform: scale(1.1); }
.home-brand-card__img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.05);
    transition: background 0.5s;
}
.home-brand-card:hover .home-brand-card__img-overlay { background: transparent; }
.home-brand-card__img-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(to bottom, transparent, transparent 50%, rgba(0,0,0,0.3) 100%);
}
.home-brand-card__img-caption span {
    border: 1px solid rgba(255,255,255,0.4);
    padding: 0.5rem 1.5rem;
    backdrop-filter: blur(4px);
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}
.home-brands__grid .home-brand-card:nth-child(even) { transform: none; }
@media (min-width: 1024px) { .home-brands__grid .home-brand-card:nth-child(even) { transform: translateY(3rem); } }
/* Trust section */
.home-trust__head { text-align: center; margin-bottom: 5rem; }
.home-trust__badge {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}
.home-trust__title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); }
.dark .home-trust__title, html.dark .home-trust__title { color: #fff; }
.home-trust__line { width: 4rem; height: 4px; background: rgba(26, 107, 47, 0.2); margin: 1.5rem auto 0; }
.home-trust__flow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 6rem;
    z-index: 0;
}
@media (max-width: 767px) { .home-trust__flow { display: none; } }
.home-trust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    z-index: 10;
    padding: 3rem 0;
}
@media (min-width: 768px) { .home-trust__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.home-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.home-trust__icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(26, 107, 47, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: all 0.5s;
}
.home-trust__item:hover .home-trust__icon { border-color: rgba(26, 107, 47, 0.4); }
.dark .home-trust__icon { background: var(--slate-800); }
.home-trust__icon .material-symbols-outlined { font-size: 1.875rem; color: var(--primary); }
.home-trust__item h3 { font-weight: 700; font-size: 1.125rem; margin-bottom: 0.5rem; }
.home-trust__item p { font-size: 0.75rem; color: var(--slate-400); padding: 0 1rem; }
.home-trust__badge-pill {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(26, 107, 47, 0.05);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(26, 107, 47, 0.1);
}
.home-trust__badge-pill .material-symbols-outlined { font-size: 0.75rem; color: var(--primary); }
.home-trust__badge-pill span:last-child { font-size: 0.625rem; font-weight: 700; color: var(--primary); }
.home-trust__icon-badge {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #fff;
    font-size: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}
.home-trust__more {
    margin-top: 5rem;
    text-align: center;
}
.home-trust__more a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 3rem;
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    transition: all 0.3s;
}
.home-trust__more a:hover { background: var(--primary); color: #fff; }
.home-trust__more .material-symbols-outlined { font-size: 0.875rem; transition: transform 0.2s; }
.home-trust__more a:hover .material-symbols-outlined { transform: translateX(4px); }
/* Stats section */
.home-stats__head { text-align: center; margin-bottom: 6rem; }
.home-stats__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 6rem;
}
@media (min-width: 768px) { .home-stats__grid { grid-template-columns: repeat(3, 1fr); } }
.home-stats__item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.home-stats__item--border { border-left: 1px solid var(--slate-200); border-right: 1px solid var(--slate-200); padding: 0 1rem; }
.dark .home-stats__item--border { border-color: var(--slate-800); }
.home-stats__icon { color: var(--primary); margin-bottom: 2rem; }
.home-stats__icon .material-symbols-outlined { font-size: 3.75rem; font-weight: 200; }
.home-stats__item h3 { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 1rem; }
.dark .home-stats__item h3 { color: #fff; }
.home-stats__big { font-size: 3rem; font-weight: 700; color: var(--primary); margin-bottom: 1rem; }
.home-stats__item p { color: var(--slate-500); font-size: 0.875rem; line-height: 1.6; max-width: 20rem; }
.dark .home-stats__item p { color: var(--slate-400); }
.home-cinematic {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 3rem;
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}
.home-cinematic img { width: 100%; height: 100%; object-fit: cover; }
.home-cinematic__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #fff, transparent, transparent);
}
.dark .home-cinematic__overlay { background: linear-gradient(to top, var(--slate-900), transparent, transparent); }
.home-cinematic__blend {
    position: absolute;
    inset: 0;
    background: rgba(26, 107, 47, 0.05);
    mix-blend-mode: overlay;
}
/* Contact section */
.home-contact { text-align: center; padding: 8rem 0; }
.home-contact .section-container { max-width: 56rem; }
.home-contact__badge {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: block;
}
.home-contact__title { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 3.75rem); margin-bottom: 3rem; line-height: 1.2; }
.home-contact__btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
@media (min-width: 768px) { .home-contact__btns { flex-direction: row; } }
.home-contact__btns a {
    display: inline-block;
    padding: 1.25rem 4rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    transition: all 0.2s;
}
.home-contact__btns a:first-child {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #fff;
    box-shadow: 0 20px 25px -5px rgba(26, 107, 47, 0.2);
}
.home-contact__btns a:first-child:hover { filter: brightness(1.1); }
.home-contact__btns a:last-child {
    border: 2px solid rgba(26, 107, 47, 0.3);
    color: var(--primary);
}
.home-contact__btns a:last-child:hover { border-color: var(--primary); background: rgba(26, 107, 47, 0.05); }
@media (min-width: 768px) {
    .home-contact__btns a { width: auto; }
}
@media (max-width: 767px) {
    .home-contact__btns a { width: 100%; text-align: center; }
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.globe-map { z-index: 2; opacity: 1; }
.world-map-overlay { width: 100%; height: 100%; overflow: visible; }
.city-dot { fill: var(--primary); fill-opacity: 1; stroke: #fff; stroke-width: 2; }
.hub-dot { fill: var(--primary); fill-opacity: 1; stroke: #fff; stroke-width: 3; filter: url(#glow); }
.city-label { font-size: 12px; fill: var(--slate-500); fill-opacity: 1; text-anchor: middle; font-weight: 500; text-shadow: 0 1px 2px rgba(255,255,255,0.8); }
.hub-label { font-size: 14px; font-weight: 700; fill: var(--slate-600); }
.route-line { fill: none; stroke: rgba(30,41,59,0.6); stroke-width: 1.2; stroke-dasharray: 8 6; }
.route-line.highlight { stroke: rgba(30,41,59,0.75); stroke-width: 1.5; }
.pulse-ring { fill: none; stroke: var(--primary); stroke-width: 1.5; stroke-opacity: 1; opacity: 0; animation: pulseRing 2.5s ease-out infinite; }
.pulse-ring.hub-pulse { stroke-width: 2; stroke-opacity: 0.9; }
.pulse-delay-1 { animation-delay: 0s; }
.pulse-delay-2 { animation-delay: 0.6s; }
.pulse-delay-3 { animation-delay: 1.2s; }
@keyframes pulseRing {
    0% { r: 5; opacity: 0.35; }
    100% { r: 22; opacity: 0; }
}
.bg-primary-grad { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); }
.text-primary-grad {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.flow-line { stroke-dasharray: 8 4; }
.cinematic-mask { mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent); }
