/* ==========================================================================
   HCGA BRAND OVERRIDES
   Paleta Logística: Navy + Laranja
   Carregar DEPOIS de style.css
   ========================================================================== */

:root {
    --hcga-navy: #1B3A5C;
    --hcga-navy-dark: #0F2038;
    --hcga-navy-light: #2B5483;
    --hcga-orange: #E8893B;
    --hcga-orange-dark: #C66F22;
    --hcga-orange-light: #F4A765;
    --hcga-grey-50: #F7F9FC;
    --hcga-grey-100: #EEF2F7;
    --hcga-grey-200: #D9E0EA;
    --hcga-grey-800: #2C3E50;
    --hcga-text: #1A2B3D;
    --hcga-muted: #5A6B7E;
}

/* Tipografia — Inter (alinhado ao design system Uhasi) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body,
.hero__caption h1,
.section-tittle h2,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body {
    color: var(--hcga-text);
}

/* Header — barra superior removida (info movida para rodapé) */
.header-top { display: none !important; }
.header-bottom,
.header-bottom.sticky,
.header-sticky.sticky,
.is-sticky .header-bottom {
    background: #fff !important;
    box-shadow: 0 2px 14px rgba(27, 58, 92, 0.08);
}
.main-menu nav ul li a {
    color: var(--hcga-navy) !important;
    font-weight: 500;
    font-size: 14px;
    padding: 30px 12px !important;
    letter-spacing: 0.2px;
}
.main-menu nav ul li a:hover { color: var(--hcga-orange) !important; }

/* Logo do header */
.logo img { max-height: 48px; width: auto; }

/* Botão Pedir Cotação — compacto para caber na linha */
.header-right-btn .header-btn {
    padding: 10px 18px !important;
    font-size: 12.5px !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Menu wrapper — garantir que tudo cabe numa linha */
.menu-wrapper { flex-wrap: nowrap; }
.main-menu nav ul { white-space: nowrap; }

/* Botões primários */
.btn,
.header-btn,
.submit-btn,
.boxed-btn3 {
    background: var(--hcga-orange) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
}
.btn:hover,
.header-btn:hover,
.submit-btn:hover,
.boxed-btn3:hover {
    background: var(--hcga-orange-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(232, 137, 59, 0.35);
}

/* Hero — centralizado */
.slider-area .slider-height {
    background: linear-gradient(135deg, var(--hcga-navy-dark) 0%, var(--hcga-navy) 55%, var(--hcga-navy-light) 100%);
    min-height: 560px;
}
.slider-area .single-slider .container .row {
    justify-content: center;
}
.slider-area .single-slider .container .row > [class*="col-"] {
    max-width: 860px;
    text-align: center;
}
.hero__caption {
    max-width: 780px;
    margin: 0 auto;
}
.hero__caption h1 {
    color: #fff !important;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.18;
    letter-spacing: -0.5px;
}
.hero__caption h1 span { color: var(--hcga-orange) !important; }
.hero__caption .hero-lead {
    color: rgba(255,255,255,0.82);
    font-size: 16.5px;
    line-height: 1.65;
    margin: 18px auto 0;
    max-width: 640px;
}
.hero-cta {
    margin-top: 26px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.hero-cta .btn {
    margin: 0;
    padding: 11px 22px !important;
    font-size: 13px !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.hero-cta .btn-ghost {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.7) !important;
    color: #fff !important;
}
.hero-cta .btn-ghost:hover {
    background: #fff !important;
    color: var(--hcga-navy) !important;
    border-color: #fff !important;
}
.slider-area .slider-height { padding: 60px 0 80px; }

/* Pill de tracking — redesenhada: flat, centrada, com ícone */
.search-box {
    display: flex;
    align-items: center;
    max-width: 520px;
    margin: 32px auto 0;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    padding: 6px 6px 6px 22px;
    transition: all 0.25s ease;
}
.search-box:focus-within {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.4);
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}
.search-box::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.6);
    margin-right: 10px;
    font-size: 15px;
}
.search-box .input-form {
    flex: 1;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
.search-box .input-form input {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding: 12px 0 !important;
    height: auto !important;
    font-size: 14.5px;
    width: 100%;
    outline: none;
}
.search-box .input-form input::placeholder { color: rgba(255,255,255,0.55); }
.search-box .search-form {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}
.search-box .search-form a,
.search-box .search-form button {
    background: var(--hcga-orange) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 22px !important;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.search-box .search-form a:hover,
.search-box .search-form button:hover {
    background: var(--hcga-orange-dark) !important;
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    .hero__caption h1 { font-size: 32px; }
    .search-box { flex-wrap: wrap; border-radius: 14px; padding: 8px; }
    .search-box::before { display: none; }
    .search-box .input-form { width: 100%; padding: 0 14px !important; }
    .search-box .search-form { width: 100%; }
    .search-box .search-form a,
    .search-box .search-form button { width: 100%; justify-content: center; }
}

/* Info cards */
.single-info .info-icon span { color: var(--hcga-orange) !important; }
.single-info .info-caption span { color: var(--hcga-navy) !important; }

/* Contact number no footer/CTA — reduz tamanho e impede quebra de linha */
.contact-number {
    font-size: 22px !important;
    white-space: nowrap;
}
@media (max-width: 1199px) {
    .contact-number { font-size: 20px !important; }
}
@media (max-width: 575px) {
    .contact-number { font-size: 18px !important; white-space: normal; }
}

/* Section titles */
.section-tittle span {
    color: var(--hcga-orange) !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
.section-tittle h2 {
    color: var(--hcga-navy) !important;
    font-weight: 700;
}

/* Service/categories cards */
.single-cat {
    background: #fff;
    padding: 40px 28px;
    border-radius: 8px;
    border: 1px solid var(--hcga-grey-100);
    transition: all 0.3s ease;
}
.single-cat:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(27, 58, 92, 0.12);
    border-color: transparent;
}
.single-cat .cat-icon span {
    color: var(--hcga-orange) !important;
    font-size: 56px;
}
.single-cat h5 a { color: var(--hcga-navy) !important; font-weight: 700; }
.single-cat h5 a:hover { color: var(--hcga-orange) !important; }

/* About */
.about-low-area { padding: 90px 0 !important; }
.about-caption { padding-right: 20px; }
.about-caption .section-tittle h2 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 0;
}
.about-caption p {
    color: var(--hcga-muted);
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 16px;
}
.about-caption .btn { margin-top: 14px; }

.about-img {
    position: relative;
    padding: 0 !important;
}
.about-img .about-font-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(27, 58, 92, 0.18);
    aspect-ratio: 4 / 3;
    background: var(--hcga-grey-100);
}
.about-img .about-font-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-img::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-top: 4px solid var(--hcga-orange);
    border-right: 4px solid var(--hcga-orange);
    border-radius: 4px 12px 0 0;
    z-index: 1;
}
.about-img::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-bottom: 4px solid var(--hcga-navy);
    border-left: 4px solid var(--hcga-navy);
    border-radius: 0 0 0 12px;
    z-index: 1;
}
@media (max-width: 992px) {
    .about-caption { padding-right: 0; margin-bottom: 40px; }
    .about-img { margin: 20px 20px 40px; }
}

/* Divisions grid (holding section) */
.divisions-area { background: var(--hcga-grey-50); padding: 90px 0; }
.division-card {
    background: #fff;
    border-radius: 10px;
    padding: 36px 28px;
    text-align: center;
    border-top: 4px solid var(--hcga-navy);
    transition: all 0.3s ease;
    height: 100%;
}
.division-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.division-card.active { border-top-color: var(--hcga-orange); }
.division-card .division-icon { font-size: 52px; color: var(--hcga-orange); margin-bottom: 18px; }
.division-card h3 { color: var(--hcga-navy); font-weight: 700; font-size: 22px; margin-bottom: 10px; }
.division-card .division-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 12px;
    background: var(--hcga-grey-100);
    color: var(--hcga-muted);
    margin-bottom: 16px;
}
.division-card.active .division-tag { background: var(--hcga-orange); color: #fff; }
.division-card p { color: var(--hcga-muted); font-size: 14.5px; line-height: 1.6; margin-bottom: 20px; }
.division-card a.division-link {
    color: var(--hcga-navy);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.division-card a.division-link:hover { color: var(--hcga-orange); }

/* Contact form area */
.contact-form-area {
    background: linear-gradient(135deg, var(--hcga-navy) 0%, var(--hcga-navy-dark) 100%) !important;
}
.contact-form-wrapper {
    background: #fff;
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.contact-form .input-form input,
.contact-form .input-form textarea,
.contact-form select {
    border: 1px solid var(--hcga-grey-200) !important;
    border-radius: 4px;
    padding: 12px 16px !important;
}

/* Footer */
.footer-bg {
    background: var(--hcga-navy-dark) !important;
    background-image: none !important;
}
.footer-tittle h4 { color: var(--hcga-orange) !important; }
.footer-tittle ul li a { color: rgba(255,255,255,0.75) !important; }
.footer-tittle ul li a:hover { color: var(--hcga-orange) !important; }
.footer-social a { color: #fff !important; margin-right: 12px; }
.footer-social a:hover { color: var(--hcga-orange) !important; }
.footer-copy-right p { color: rgba(255,255,255,0.6); }
.footer-copy-right a { color: var(--hcga-orange); }

/* Language switcher (injectado na barra principal) */
.lang-switcher {
    display: inline-flex;
    gap: 2px;
    margin-right: 14px;
    align-items: center;
}
.lang-switcher a {
    color: var(--hcga-muted) !important;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
}
.lang-switcher a.active { color: var(--hcga-navy) !important; background: var(--hcga-grey-100); }
.lang-switcher a:hover { color: var(--hcga-orange) !important; }

/* WhatsApp floating button */
.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    z-index: 9999;
    transition: all 0.2s ease;
}
.wa-float:hover { background: #1FB656; color: #fff; transform: scale(1.08); }

/* Back-to-top reposicionado acima do botão WhatsApp para não ficar oculto */
#back-top {
    right: 26px !important;
    bottom: 90px !important;
}

/* Page breadcrumb/banner */
.slider-area2 {
    background: linear-gradient(135deg, var(--hcga-navy-dark), var(--hcga-navy)) !important;
    padding: 90px 0 !important;
}
.slider-area2 .hero-cap h2 { color: #fff; font-weight: 700; }

/* Testimonial area tone */
.testimonial-area { background: var(--hcga-grey-50) !important; background-image: none !important; }

/* Stub pages (tracking / área cliente) */
.stub-panel {
    background: #fff;
    border-radius: 10px;
    padding: 60px 40px;
    box-shadow: 0 10px 30px rgba(27, 58, 92, 0.08);
    text-align: center;
    max-width: 520px;
    margin: 60px auto;
}
.stub-panel h2 { color: var(--hcga-navy); font-weight: 700; margin-bottom: 14px; }
.stub-panel p { color: var(--hcga-muted); }
.stub-panel .stub-badge {
    display: inline-block;
    background: var(--hcga-grey-100);
    color: var(--hcga-orange);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.stub-form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--hcga-grey-200);
    border-radius: 4px;
    margin-bottom: 14px;
    font-size: 15px;
}

/* Partners strip */
.partners-strip { background: #fff; padding: 50px 0; border-top: 1px solid var(--hcga-grey-100); }
.partners-strip .partner-label {
    text-align: center;
    color: var(--hcga-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    margin-bottom: 26px;
}
.partners-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
}
.partners-list span {
    color: var(--hcga-navy);
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

/* Responsive tweaks (geral) */
@media (max-width: 768px) {
    .hero__caption h1 { font-size: 36px; }
}
