/* ============================================================
   ALBERDI TRANSPORTADORA — Site Público v2
   Aesthetic direction: Nordic Corporate Editorial
   Fonts: Sora (display) + DM Sans (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&display=swap');

/* ---- Site-level overrides ---- */
body {
    font-family: 'DM Sans', sans-serif;
    background: #fff;
    color: #111827;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sora', sans-serif;
    letter-spacing: -0.025em;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 24px;
    background: #1F293B;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header.scrolled {
    background: #1F293B;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.site-header.scrolled .container {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header.scrolled .site-nav-link:hover,
.site-header.scrolled .site-nav-link.active {
    color: #fff;
}

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-logo img {
    height: 66px;
    width: auto;
    object-fit: contain;
}

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

.site-nav-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
    letter-spacing: 0;
    position: relative;
}

.site-nav-link:hover,
.site-nav-link.active {
    color: #fff;
}

.site-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1.5px;
    background: currentColor;
}

.site-header.scrolled .site-nav-link.active::after {
    background: #fff;
}

.site-nav-cta {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1D4ED8;
    background: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.site-nav-cta:hover {
    background: #1E40AF;
    color: #fff;
    transform: translateY(-1px);
}

/* ---- Hamburger (2-line) ---- */
.site-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 110;
}

.site-menu-btn span {
    display: block;
    width: 24px;
    height: 1.5px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.site-menu-btn.active span:first-child {
    transform: translateY(3.75px) rotate(45deg);
}

.site-menu-btn.active span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
}

/* ---- Mobile Menu ---- */
.mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(11, 17, 32, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: translateY(-16px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-overlay.active .mobile-nav {
    transform: translateY(0);
    opacity: 1;
}

.mobile-nav-item {
    display: block;
    padding: 14px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s ease;
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
    background: #F3F4F6;
    color: #111827;
}

.mobile-nav-item--cta {
    margin-top: 12px;
    background: #1F293B;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.mobile-nav-item--cta:hover {
    background: #1E40AF;
    color: #fff;
}

/* ============================================================
   HERO — Split layout com mapa interativo
   ============================================================ */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
    padding: 86px 0 100px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1D4ED8 0%, #1D4ED8 30%, transparent 30%);
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 80px;
    align-items: center;
}

.hero-content {
    max-width: 620px;
}

.hero-overline {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1D4ED8;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.hero-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: -0.035em;
}

.hero-title em {
    font-style: italic;
    color: #60A5FA;
}

.hero-desc {
    max-width: 460px;
    margin-bottom: 48px;
}

.hero-desc p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}

.hero-search {
    display: flex;
    align-items: stretch;
    max-width: 520px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.hero-search:focus-within {
    border-color: rgba(29, 78, 216, 0.5);
}

.hero-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 16px 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9375rem;
    background: transparent;
    color: #fff;
    min-width: 0;
}

.hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.hero-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: #1F293B;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.hero-search-btn:hover {
    background: #1E40AF;
}

/* Mapa Container — Totalmente integrado sem card */
.hero-map-container {
    position: relative;
    width: 100%;
    height: 500px;
    background: transparent;
}

.hero-map {
    width: 100%;
    height: 100%;
    filter: saturate(0.7) brightness(0.9);
    border: none !important;
    box-shadow: none !important;
}

/* Badge de destino — Centralizado no topo */
.hero-map-overlay {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    z-index: 1000;
}

.hero-map-badge {
    display: inline-block;
}

.hero-map-badge-text {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9),
        0 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-map-from {
    color: rgba(255, 255, 255, 0.8);
}

.hero-map-arrow {
    color: #60A5FA;
    margin: 0 0.5em;
}

.hero-map-to {
    color: #fff;
    font-style: italic;
}

/* Leaflet customization — Sem bordas */
.hero-map .leaflet-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.hero-map .leaflet-control-container {
    display: none;
}

.hero-map .leaflet-tile-pane {
    filter: grayscale(0.3) brightness(0.7);
}

/* Animação do avião — Idêntico à página de rastreio */
.hero-plane-icon {
    background: none !important;
    border: none !important;
}

@keyframes planePulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.85;
        transform: scale(1.05);
    }
}

/* Trilha do avião */
.hero-map .route-trail {
    stroke-dasharray: 10, 5;
    animation: dash 30s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: -1000;
    }
}

/* ============================================================
   SOLUTIONS — Numbered list, editorial
   ============================================================ */
.solutions {
    padding: 120px 0;
}

.solutions-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 64px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E7EB;
}

.solutions-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1D4ED8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.solutions-title {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #111827;
    text-align: right;
}

.solutions-wrapper {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: center;
}

.solutions-list {
    display: flex;
    flex-direction: column;
}

.solutions-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.solutions-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.solution-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    padding: 40px 0;
    border-bottom: 1px solid #E5E7EB;
    align-items: start;
    transition: background 0.2s ease;
}

.solution-item:first-child {
    border-top: 1px solid #E5E7EB;
}

.solution-num {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #D1D5DB;
    line-height: 1;
    transition: color 0.3s ease;
}

.solution-item:hover .solution-num {
    color: #1D4ED8;
}

.solution-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

.solution-content p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6B7280;
    max-width: 520px;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-section {
    padding: 100px 0;
    background: #FAFAF8;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

.how-header {
    margin-bottom: 64px;
}

.how-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1D4ED8;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: block;
}

.how-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #111827;
}

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

.how-step-num {
    font-family: 'Sora', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #F3F4F6;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -0.04em;
}

.how-step h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.how-step p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6B7280;
}

/* ============================================================
   CTA — Bold, dark bookend
   ============================================================ */
.cta {
    padding: 100px 0;
    background: #0B1120;
    position: relative;
    overflow: hidden;
}

.cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
}

.cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-inner h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.cta-inner p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 1rem;
    margin-top: 8px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #1F293B;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.cta-btn:hover {
    background: #1E40AF;
    color: #fff;
    transform: translateY(-1px);
}

/* ============================================================
   PAGE HEADER — Inner pages (Sobre, Contato)
   ============================================================ */
.page-header {
    background: #0B1120;
    padding: 86px 0 72px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1D4ED8 0%, #1D4ED8 30%, transparent 30%);
}

.page-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
}

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

.page-header-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1D4ED8;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

.page-header-title {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.035em;
    max-width: 560px;
}

.page-header-desc {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    max-width: 460px;
    margin-top: 20px;
}

/* ============================================================
   ABOUT (Sobre)
   ============================================================ */
.about {
    padding: 100px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 80px;
    align-items: start;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    filter: grayscale(15%);
}

.about-image-line {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-left: 2px solid #1D4ED8;
    border-bottom: 2px solid #1D4ED8;
}

.about-content {
    padding-top: 16px;
}

.about-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #111827;
}

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

.about-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #E5E7EB;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #111827;
}

.about-feature svg {
    color: #1D4ED8;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* ---- Stats ---- */
.stats {
    padding: 64px 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.stat-item {
    flex: 1;
}

.stat-number {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.25rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #111827;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.03em;
}

.stat-label {
    display: block;
    font-size: 0.8125rem;
    color: #9CA3AF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ---- Values ---- */
.values-section {
    padding: 100px 0;
    background: #FAFAF8;
    border-top: 1px solid #E5E7EB;
}

.values-header {
    margin-bottom: 56px;
}

.values-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1D4ED8;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: block;
}

.values-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #111827;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #E5E7EB;
    border: 1px solid #E5E7EB;
}

.value-card {
    background: #fff;
    padding: 40px 32px;
}

.value-card-num {
    font-family: 'Sora', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #D1D5DB;
    margin-bottom: 20px;
    display: block;
}

.value-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.value-card p {
    font-size: 0.9375rem;
    color: #6B7280;
    line-height: 1.7;
}

/* ============================================================
   CONTACT (Contato)
   ============================================================ */
.contact {
    padding: 80px 0 100px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: start;
}

.contact-items {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-item-marker {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #6B7280;
}

.contact-item strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #111827;
}

.contact-item span {
    font-size: 0.875rem;
    color: #6B7280;
}

.contact-form-card {
    background: #FAFAF8;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    padding: 40px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 16px;
}

.contact-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #1F293B;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.contact-submit-btn:hover {
    background: #1E40AF;
    transform: translateY(-1px);
}

.contact-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.form-input.error,
.form-textarea.error {
    border-color: #DC2626;
}

.form-input.error:focus,
.form-textarea.error:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: #0B1120;
    color: rgba(255, 255, 255, 0.5);
    padding: 64px 0 32px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-logo {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}

.footer-col p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.35);
    max-width: 280px;
}

.footer-col h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.footer-col a {
    display: block;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.15s ease;
}

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

.footer-bottom {
    padding-top: 24px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.2);
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 80;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(37, 211, 102, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    color: #fff;
}

.whatsapp-float svg {
    width: 24px;
    height: 24px;
}

/* ============================================================
   TRACKING PAGE
   ============================================================ */
.tracking-page {
    padding: 86px 0 80px;
    min-height: 100vh;
}

.tracking-search-box {
    max-width: 540px;
    margin: 0 auto 48px;
    text-align: center;
}

.tracking-search-box h1 {
    font-family: 'Sora', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111827;
}

.tracking-search-box>p {
    color: #6B7280;
    margin-bottom: 32px;
    font-size: 0.9375rem;
}

.tracking-search-input {
    display: flex;
    align-items: stretch;
    max-width: 480px;
    margin: 0 auto;
    border: 1.5px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.tracking-search-input:focus-within {
    border-color: #1D4ED8;
}

.tracking-search-input input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9375rem;
    color: #111827;
    background: transparent;
    min-width: 0;
}

.tracking-search-input input::placeholder {
    color: #9CA3AF;
}

.tracking-search-input button {
    padding: 0 24px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: #1F293B;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.tracking-search-input button:hover {
    background: #1E40AF;
}

.tracking-error {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    display: none;
}

.tracking-error.show {
    display: block;
    animation: fadeUp 0.4s ease;
}

/* ── Result Container ── */
.tr-result {
    max-width: 800px;
    margin: 0 auto;
    display: none;
}

.tr-result.show {
    display: block;
    animation: fadeUp 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ── Header ── */
.tr-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.tr-label {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9CA3AF;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.tr-code {
    font-family: 'Sora', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: 0.5px;
    margin: 0 0 2px;
}

.tr-recipient {
    font-size: 0.875rem;
    color: #6B7280;
}

.tr-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 700;
    border: 1px solid;
    white-space: nowrap;
}

.tr-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

/* ── Map ── */
.tr-map-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.12),
        0 1px 4px rgba(0, 0, 0, 0.08);
}

.tr-map {
    height: 400px;
    width: 100%;
    background: #0B1120;
}

.tr-map-overlay-top {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    z-index: 800;
    pointer-events: none;
}

.tr-map-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tr-map-badge--origin {
    background: rgba(59, 130, 246, 0.15);
    color: #93C5FD;
    border: 1px solid rgba(59, 130, 246, 0.25);
}

.tr-map-badge--dest {
    background: rgba(249, 115, 22, 0.15);
    color: #FDBA74;
    border: 1px solid rgba(249, 115, 22, 0.25);
}

.tr-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tr-badge-dot--origin {
    background: #3B82F6;
}

.tr-badge-dot--dest {
    background: #F97316;
}

/* Map markers */
.tr-marker-pulse {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
}

.tr-marker-pulse::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    animation: markerPulse 2s ease-out infinite;
}

.tr-marker-pulse--origin {
    background: #3B82F6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

.tr-marker-pulse--origin::after {
    border: 2px solid rgba(59, 130, 246, 0.4);
}

.tr-marker-pulse--dest {
    background: #F97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.3);
}

.tr-marker-pulse--dest::after {
    border: 2px solid rgba(249, 115, 22, 0.4);
}

@keyframes markerPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.tr-plane-icon {
    background: none !important;
    border: none !important;
}

/* ── Progress Bar ── */
.tr-progress {
    margin-bottom: 28px;
    padding: 24px 28px;
    background: #FAFAF8;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.tr-progress-track {
    height: 4px;
    background: #E5E7EB;
    border-radius: 2px;
    margin-bottom: 16px;
    overflow: hidden;
}

.tr-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3B82F6, #1D4ED8);
    border-radius: 2px;
    transition: width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 0;
}

.tr-progress-steps {
    display: flex;
    justify-content: space-between;
}

.tr-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.tr-step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D1D5DB;
    border: 2px solid #E5E7EB;
    transition: all 0.3s ease;
}

.tr-step-dot--active {
    background: #1F293B;
    border-color: #1D4ED8;
}

.tr-step-dot--current {
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.2);
    animation: stepPulse 2s ease-in-out infinite;
}

@keyframes stepPulse {

    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.2);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(29, 78, 216, 0.08);
    }
}

.tr-step-label {
    font-size: 0.6875rem;
    color: #9CA3AF;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.3px;
}

.tr-step-label--active {
    color: #1D4ED8;
}

/* ── Info Cards ── */
.tr-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.tr-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tr-info-card:hover {
    border-color: #D1D5DB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tr-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tr-info-icon--recipient {
    background: #FDF2F8;
    color: #DB2777;
}

.tr-info-icon--origin {
    background: #EFF6FF;
    color: #3B82F6;
}

.tr-info-icon--dest {
    background: #FFF7ED;
    color: #F97316;
}

.tr-info-icon--freight {
    background: #F5F3FF;
    color: #8B5CF6;
}

.tr-info-icon--date {
    background: #ECFDF5;
    color: #10B981;
}

.tr-info-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.tr-info-label {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9CA3AF;
    font-weight: 600;
}

.tr-info-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    word-break: break-word;
    white-space: pre-line;
    /* Permite quebras de linha */
    line-height: 1.6;
}

/* ── Timeline ── */
.tr-timeline-section {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 32px;
}

.tr-timeline-title {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
}

.tr-timeline {
    position: relative;
}

.tr-tl-item {
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    position: relative;
    opacity: 0;
    animation: tlFadeIn 0.4s ease forwards;
}

.tr-tl-item:last-child {
    padding-bottom: 0;
}

.tr-tl-item::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: #E5E7EB;
}

.tr-tl-item:last-child::before {
    display: none;
}

.tr-tl-item--active::before {
    background: linear-gradient(to bottom, #3B82F6 0%, #E5E7EB 100%);
}

.tr-tl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    z-index: 1;
}

.tr-tl-content {
    flex: 1;
    min-width: 0;
}

.tr-tl-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.tr-tl-status {
    font-weight: 700;
    font-size: 0.875rem;
}

.tr-tl-date {
    font-size: 0.75rem;
    color: #9CA3AF;
    white-space: nowrap;
}

.tr-tl-location {
    font-size: 0.8125rem;
    color: #6B7280;
    margin-bottom: 2px;
}

.tr-tl-desc {
    font-size: 0.8125rem;
    color: #9CA3AF;
    line-height: 1.5;
}

@keyframes tlFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
        transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .hero-grid {
        grid-template-columns: 1fr 480px;
        gap: 60px;
    }

    .hero-map-container {
        height: 450px;
    }
}

@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-content {
        max-width: 100%;
    }

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

    .about-grid {
        gap: 48px;
    }

    .contact-grid {
        gap: 48px;
    }

    .how-grid {
        gap: 32px;
    }

    .solutions-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .solutions-title {
        text-align: left;
    }

    .solutions-wrapper {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .solutions-image {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 100px 0 80px;
    }

    .hero-map-container {
        height: 380px;
    }

    .site-nav {
        display: none;
    }

    .site-menu-btn {
        display: flex;
    }

    .site-header .container {
        height: 64px;
    }

    /* Hero */
    .hero {
        padding: 120px 0 72px;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-search {
        flex-direction: column;
    }

    .hero-search-btn {
        padding: 14px 24px;
        justify-content: center;
    }

    /* Solutions */
    .solutions {
        padding: 80px 0;
    }

    .solution-item {
        grid-template-columns: 48px 1fr;
        gap: 16px;
        padding: 28px 0;
    }

    .solution-num {
        font-size: 1.5rem;
    }

    /* How it works */
    .how-section {
        padding: 72px 0;
    }

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

    /* CTA */
    .cta {
        padding: 72px 0;
    }

    .cta-inner {
        flex-direction: column;
        text-align: center;
    }

    /* About */
    .about {
        padding: 72px 0;
    }

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

    .about-image img {
        height: 320px;
    }

    .about-image-line {
        display: none;
    }

    /* Stats */
    .stats-row {
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 0 0 calc(50% - 16px);
    }

    /* Values */
    .values-section {
        padding: 72px 0;
    }

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

    /* Contact */
    .contact {
        padding: 60px 0 72px;
    }

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

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form-card {
        padding: 28px 20px;
    }

    /* Page header */
    .page-header {
        padding: 120px 0 56px;
    }

    .page-header-title {
        font-size: 2rem;
    }

    /* Footer */
    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* Tracking */
    .tracking-page {
        padding: 120px 0 60px;
    }

    .tr-map {
        height: 280px;
    }

    .tr-info-grid {
        grid-template-columns: 1fr;
    }

    .tr-header {
        flex-direction: column;
    }

    .tr-code {
        font-size: 1.375rem;
    }

    .tr-progress {
        padding: 20px 16px;
    }

    .tr-step-label {
        font-size: 0.5625rem;
    }

    .tr-map-badge {
        font-size: 0.625rem;
        padding: 6px 10px;
    }

    .tr-timeline-section {
        padding: 20px 16px;
    }

    /* WhatsApp */
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
    }

    .whatsapp-float svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .page-header-title {
        font-size: 1.625rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .cta-inner h2 {
        font-size: 1.375rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}