:root {
    --gn-primary: #0F3977;
    --gn-primary-2: #007EAB;
    --gn-secondary: #F2B62C;
    --gn-dark: #030f27;
    --gn-white: #ffffff;
    --gn-light: #f4f8fc;
    --gn-text: #1f314f;
    --gn-muted: #607897;
    --gn-shadow: 0 15px 45px rgba(3, 15, 39, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    color: var(--gn-text);
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
a { color: var(--gn-primary-2); transition: .3s; }
a:hover, a:active, a:focus { color: var(--gn-secondary); outline: none; text-decoration: none; }
.btn {
    padding: 14px 28px;
    font-weight: 700;
    color: var(--gn-dark);
    background: var(--gn-secondary);
    border: 2px solid var(--gn-secondary);
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 8px 18px rgba(242, 182, 44, .22);
}
.btn:hover { color: var(--gn-white); background: var(--gn-primary-2); border-color: var(--gn-primary-2); }
.btn i { margin-right: 8px; }
.btn-outline-gn { color: #ffffff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); box-shadow: none; }
.btn-outline-gn:hover { color: var(--gn-dark); background: #ffffff; border-color: #ffffff; }
.wrapper { position: relative; width: 100%; max-width: 1366px; margin: 0 auto; background: #ffffff; overflow: hidden; }

/* Top Bar */
.top-bar {
    position: relative;
    height: 110px;
    background: #ffffff;
    border-top: 5px solid var(--gn-primary-2);
}
.top-bar .logo { height: 110px; padding: 0 0 0 38px; display: flex; align-items: center; }
.top-bar .logo a { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.top-bar .logo img { width: 82px; height: 82px; object-fit: contain; }
.logo-text span { display: block; color: var(--gn-primary); font-size: 30px; line-height: 1; font-weight: 900; letter-spacing: -.03em; }
.logo-text small { display: block; color: var(--gn-primary-2); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; margin-top: 5px; }
.top-info-row { height: 110px; align-items: center; }
.top-bar-item { display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.top-bar-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--gn-secondary); border-radius: 50%; color: var(--gn-primary); font-size: 20px; }
.top-bar-text h3 { margin: 0 0 3px 0; color: var(--gn-primary); font-size: 16px; font-weight: 800; }
.top-bar-text p { margin: 0; color: var(--gn-muted); font-size: 13px; font-weight: 500; }

/* Nav Bar */
.nav-bar { position: relative; background: var(--gn-dark); z-index: 999; }
.nav-bar .container-fluid { padding: 0; }
.nav-bar.nav-sticky { position: fixed; top: 0; width: 100%; max-width: 1366px; box-shadow: 0 2px 10px rgba(0,0,0,.22); }
.navbar { padding: 0 45px; min-height: 74px; background: linear-gradient(90deg, var(--gn-dark), var(--gn-primary)) !important; }
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active { padding: 26px 15px 24px 15px; color: #ffffff; font-weight: 600; position: relative; }
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active { color: var(--gn-secondary); }
.navbar-dark .navbar-nav .nav-link.active:after,
.navbar-dark .navbar-nav .nav-link:hover:after { content: ''; position: absolute; bottom: 16px; left: 15px; width: calc(100% - 30px); height: 2px; background: var(--gn-secondary); }
.nav-bar .btn { color: var(--gn-dark); }
.navbar-brand { display: none; }
.navbar-brand img { width: 46px; height: 46px; margin-right: 8px; }

/* Carousel */
.carousel, .carousel .container-fluid, .carousel .owl-carousel, .carousel .carousel-item { position: relative; width: 100%; min-height: 680px; }
.carousel .carousel-item { display: flex; align-items: center; }
.carousel .carousel-img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; }
.carousel .carousel-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.06); }
.carousel .carousel-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,39,.96) 0%, rgba(15,57,119,.88) 28%, rgba(0,126,171,.55) 52%, rgba(3,15,39,.72) 78%, rgba(3,15,39,.88) 100%); }
.carousel .carousel-text { position: relative; z-index: 2; max-width: 680px; padding-left: 70px; color: #ffffff; }
.carousel .carousel-text p { margin: 0 0 12px; color: var(--gn-secondary); font-size: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.carousel .carousel-text h1 { margin: 0 0 20px; font-size: 54px; line-height: 1.08; font-weight: 900; color: #ffffff; }
.carousel .carousel-text span { display: block; max-width: 560px; color: rgba(255,255,255,.92); font-size: 18px; line-height: 1.65; }
.carousel-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.carousel-actions-primary {
    gap: 0;
}
.carousel-actions-primary .btn {
    min-width: 250px;
    text-align: center;
}

.carousel .owl-nav { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); z-index: 5; display: flex; justify-content: space-between; padding: 0 20px; pointer-events: none; }
.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next { pointer-events: auto; width: 46px; height: 46px; border-radius: 50% !important; background: rgba(255,255,255,.14) !important; color: #ffffff !important; border: 1px solid rgba(255,255,255,.2) !important; }
.carousel .owl-dots { position: absolute; bottom: 25px; left: 70px; z-index: 5; }
.carousel .owl-dot { display: inline-block; width: 12px; height: 12px; margin-right: 8px; border-radius: 50%; background: rgba(255,255,255,.55) !important; }
.carousel .owl-dot.active { background: var(--gn-secondary) !important; }

/* Section Header */
.section-header { position: relative; width: 100%; margin-bottom: 45px; }
.section-header p { color: var(--gn-primary-2); font-size: 15px; font-weight: 800; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .08em; }
.section-header h2 { margin: 0; color: var(--gn-primary); font-size: 42px; font-weight: 900; }
.section-header.text-center h2 { max-width: 760px; margin-left: auto; margin-right: auto; }

/* Feature */
.feature { margin-top: -42px; position: relative; z-index: 10; }
.feature .container-fluid { padding: 0 45px; }
.feature .row { background: linear-gradient(90deg, var(--gn-primary), var(--gn-primary-2)); border-radius: 18px; overflow: hidden; box-shadow: var(--gn-shadow); }
.feature .row > div { display: flex; }
.feature-item { display: flex; align-items: center; width: 100%; height: 100%; padding: 35px 25px; min-height: 145px; color: #ffffff; border-right: 1px solid rgba(255,255,255,.13); }
.feature .row > div:last-child .feature-item { border-right: 0; }
.feature-icon { min-width: 62px; height: 62px; margin-right: 18px; display: flex; align-items: center; justify-content: center; border-radius: 18px; background: rgba(255,255,255,.1); color: var(--gn-secondary); font-size: 27px; }
.feature-text h3 { margin: 0 0 8px; font-size: 19px; color: #ffffff; font-weight: 800; }
.feature-text p { margin: 0; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.6; }

/* About */
.about { position: relative; padding: 80px 0 30px; background: #ffffff; }
.about-img { border-radius: 18px; overflow: hidden; box-shadow: var(--gn-shadow); border: 6px solid #ffffff; }
.about-img img { width: 100%; height: 400px; object-fit: cover; }
.about-text p { color: #506887; line-height: 1.9; margin-bottom: 16px; }
.about-text .btn { margin-top: 12px; }
.about-badges { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 24px 0; }
.about-badges span { display: flex; align-items: center; gap: 9px; padding: 13px 14px; background: var(--gn-light); border: 1px solid rgba(15,57,119,.08); color: var(--gn-primary); border-radius: 12px; font-weight: 700; font-size: 13px; }
.about-badges i { color: var(--gn-secondary); }

/* Nosso jeito de trabalhar */
.mvv-section {
    position: relative;
    padding: 45px 0 85px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}
.mvv-heading-row {
    margin-bottom: 28px;
}
.mvv-heading-row .section-header {
    margin-bottom: 0;
}
.mvv-intro {
    max-width: 760px;
    margin: 0;
    color: #506887;
    line-height: 1.85;
    font-size: 17px;
}
.mvv-top-cards > div {
    margin-bottom: 28px;
}
.mvv-card {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgba(15,57,119,.08);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(15,57,119,.08);
}
.mvv-card-main {
    min-height: 245px;
}
.mvv-card-head,
.mvv-values-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}
.mvv-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--gn-primary), var(--gn-primary-2));
    color: var(--gn-secondary);
    font-size: 27px;
}
.mvv-card h3 {
    margin: 0;
    color: var(--gn-primary);
    font-size: 24px;
    font-weight: 900;
}
.mvv-card p {
    margin: 0;
    color: #5f7797;
    line-height: 1.8;
}
.mvv-values-wide {
    padding: 30px 34px 32px;
}
.mvv-values-head {
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(15,57,119,.08);
}
.mvv-values-head p {
    margin-top: 6px;
}
.mvv-values ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mvv-values li {
    position: relative;
    min-height: 54px;
    padding: 15px 15px 15px 42px;
    color: #5f7797;
    line-height: 1.45;
    font-weight: 700;
    background: #f7fbff;
    border: 1px solid rgba(15,57,119,.07);
    border-radius: 14px;
}
.mvv-values li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 16px;
    color: var(--gn-secondary);
}

/* Fact */
.fact { position: relative; padding: 60px 0; background: linear-gradient(90deg, var(--gn-primary), var(--gn-primary-2)); }
.fact .container-fluid { padding: 0 45px; }
.fact-card { display: flex; align-items: center; justify-content: center; color: #ffffff; border-right: 1px solid rgba(255,255,255,.16); }
.fact-card:last-child { border-right: 0; }
.fact-icon { width: 72px; height: 72px; margin-right: 18px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.12); color: var(--gn-secondary); border-radius: 20px; font-size: 30px; }
.fact-text h2 { margin: 0; color: #ffffff; font-size: 38px; font-weight: 900; }
.fact-text p { margin: 0; color: rgba(255,255,255,.85); text-transform: uppercase; font-weight: 700; font-size: 12px; }

/* Service */
.service { position: relative; padding: 100px 0 70px; background: #f4f8fc; }
.service .row > div { margin-bottom: 34px; }
.service-item { position: relative; margin-bottom: 0; border-radius: 18px; overflow: hidden; background: #ffffff; box-shadow: 0 12px 35px rgba(15,57,119,.11); height: 100%; }
.service-img { height: 230px; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.service-item:hover .service-img img { transform: scale(1.06); }
.service-overlay { position: relative; padding: 30px 30px 36px; min-height: 285px; background: #ffffff; }
.service-icon { position: absolute; top: -36px; left: 30px; width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--gn-primary), var(--gn-primary-2)); color: #ffffff; border: 5px solid #ffffff; font-size: 24px; box-shadow: 0 8px 20px rgba(15,57,119,.22); }
.service-overlay h3 { color: var(--gn-primary); font-size: 21px; font-weight: 800; margin: 26px 0 12px; line-height: 1.35; }
.service-overlay p { color: #5f7797; line-height: 1.75; margin-bottom: 18px; }
.service-link { color: var(--gn-primary-2); font-weight: 800; font-size: 14px; }
.service-link i { margin-left: 6px; }

/* Areas */
.areas-atuacao { padding: 95px 0; background: #ffffff; }
.area-card { height: 100%; min-height: 255px; padding: 34px 26px; background: #ffffff; border: 1px solid rgba(15,57,119,.08); border-radius: 18px; box-shadow: 0 12px 30px rgba(15,57,119,.09); text-align: center; transition: .3s; }
.area-card:hover { transform: translateY(-6px); box-shadow: var(--gn-shadow); }
.area-card i { width: 76px; height: 76px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; margin-bottom: 20px; background: linear-gradient(135deg, var(--gn-primary), var(--gn-primary-2)); color: var(--gn-secondary); font-size: 30px; }
.area-card h3 { color: var(--gn-primary); font-size: 20px; font-weight: 800; margin-bottom: 12px; }
.area-card p { color: #5f7797; margin-bottom: 0; line-height: 1.7; }


/* Processo de atendimento */
.processo-atendimento {
    padding: 95px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}
.processo-atendimento .row > div {
    margin-bottom: 28px;
}
.processo-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 34px 26px 30px;
    background: #ffffff;
    border: 1px solid rgba(15,57,119,.08);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15,57,119,.08);
    overflow: hidden;
}
.processo-card span {
    position: absolute;
    right: 20px;
    top: 12px;
    color: rgba(15,57,119,.08);
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}
.processo-card i {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, var(--gn-primary), var(--gn-primary-2));
    color: var(--gn-secondary);
    font-size: 28px;
}
.processo-card h3 {
    color: var(--gn-primary);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}
.processo-card p {
    color: #5f7797;
    margin-bottom: 0;
    line-height: 1.75;
}

/* Onde estamos / Google Maps */
.onde-estamos {
    padding: 95px 0;
    background: #ffffff;
}
.location-panel {
    height: 100%;
    padding: 36px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--gn-primary), var(--gn-primary-2));
    color: #ffffff;
    box-shadow: var(--gn-shadow);
}
.location-panel h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 14px;
}
.location-intro {
    color: rgba(255,255,255,.86);
    line-height: 1.8;
    margin-bottom: 26px;
}
.location-info {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.16);
}
.location-info i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    color: var(--gn-secondary);
    font-size: 19px;
}
.location-info strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 3px;
}
.location-info span {
    display: block;
    color: rgba(255,255,255,.86);
    line-height: 1.55;
}
.location-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 28px;
    width: 100%;
    max-width: 265px;
}
.location-actions .btn {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.location-actions .btn i {
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
}
.btn-location-primary {
    color: var(--gn-dark);
    background: var(--gn-secondary);
    border-color: var(--gn-secondary);
}
.btn-location-primary:hover {
    color: #ffffff;
    background: var(--gn-primary-2);
    border-color: var(--gn-primary-2);
}
.btn-location-outline {
    color: #ffffff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.55);
    box-shadow: none;
}
.btn-location-outline:hover {
    color: var(--gn-primary);
    background: #ffffff;
    border-color: #ffffff;
}
.map-box {
    height: 100%;
    min-height: 420px;
    border-radius: 22px;
    overflow: hidden;
    background: #d9e5f3;
    box-shadow: var(--gn-shadow);
}
.map-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
}

/* CTA */
.cta-whatsapp { background: linear-gradient(90deg, var(--gn-primary-2), var(--gn-primary)); padding: 44px 0; color: #ffffff; }
.cta-whatsapp h2 { margin: 0 0 8px; color: #ffffff; font-weight: 900; font-size: 32px; }
.cta-whatsapp h2 i { color: #25D366; margin-right: 12px; }
.cta-whatsapp p { margin: 0; color: rgba(255,255,255,.85); }
.cta-whatsapp .btn:hover { background: #ffffff; color: var(--gn-primary); border-color: #ffffff; }
.btn-cta-whatsapp {
    min-width: 255px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.btn-cta-whatsapp i {
    margin-right: 0;
    font-size: 18px;
}

/* FAQ / Contact */
.faqs { padding: 100px 0; background: #f4f8fc; }
.faqs .card { margin-bottom: 14px; border: 0; border-radius: 12px !important; overflow: hidden; box-shadow: 0 8px 22px rgba(15,57,119,.08); }
.faqs .card-header { padding: 0; background: #ffffff; border: 0; }
.faqs .card-header a { display: block; padding: 18px 22px; color: var(--gn-primary); font-weight: 800; }
.faqs .card-header a:after { content: '-'; float: right; color: var(--gn-secondary); font-size: 21px; line-height: 1; }
.faqs .card-header a.collapsed:after { content: '+'; }
.faqs .card-body { color: #5f7797; line-height: 1.8; padding: 0 22px 22px; }
.contact-box { background: #ffffff; padding: 34px; border-radius: 20px; box-shadow: var(--gn-shadow); }
.contact-details { margin-bottom: 20px; color: var(--gn-primary); font-weight: 600; }
.contact-details p { margin-bottom: 8px; }
.contact-details i { color: var(--gn-secondary); margin-right: 8px; }
.form-control { height: 52px; border-radius: 8px; border: 1px solid #d9e5f3; box-shadow: none !important; }
.form-control:focus { border-color: var(--gn-primary-2); }
textarea.form-control { height: 140px; padding-top: 15px; }
.help-block ul { margin: 6px 0 0; padding-left: 18px; font-size: 13px; }
#success .alert { border-radius: 10px; }

/* Footer */
.footer { position: relative; padding-top: 80px; background: var(--gn-dark); color: rgba(255,255,255,.8); }
.footer h2 { color: #ffffff; font-size: 21px; font-weight: 800; margin-bottom: 22px; }
.footer-brand img { width: 95px; margin-bottom: 18px; }
.footer-brand p { line-height: 1.8; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); color: #ffffff; border-radius: 10px; }
.footer-social a:hover { background: var(--gn-secondary); color: var(--gn-dark); }
.footer-link a { display: block; color: rgba(255,255,255,.78); margin-bottom: 10px; }
.footer-link a:hover { color: var(--gn-secondary); padding-left: 5px; }
.footer-contact p { margin-bottom: 10px; line-height: 1.6; }
.footer-contact i { width: 22px; color: var(--gn-secondary); }
.copyright { margin-top: 45px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.copyright p { margin: 0; color: rgba(255,255,255,.7); }
.copyright a { color: var(--gn-secondary); }
.copyright .col-md-6:last-child { text-align: right; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 62px; height: 62px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #25D366; color: #ffffff; font-size: 32px; box-shadow: 0 16px 32px rgba(37,211,102,.35); z-index: 1000; }
.whatsapp-float:hover { color: #ffffff; transform: translateY(-3px); }
.back-to-top { position: fixed; display: none; right: 24px; bottom: 95px; z-index: 999; width: 44px; height: 44px; text-align: center; line-height: 44px; background: var(--gn-secondary); color: var(--gn-dark); border-radius: 50%; }
.back-to-top:hover { color: #fff; background: var(--gn-primary-2); }

@media (max-width: 991.98px) {
    .top-bar { height: auto; padding-bottom: 10px; }
    .top-bar .logo { height: auto; text-align: center; padding: 12px 18px; justify-content: center; }
    .top-bar .logo a { justify-content: center; }
    .nav-bar { padding: 0; }
    .navbar { padding: 10px 20px; }
    .navbar-brand { display: flex; align-items: center; font-weight: 800; }
    .navbar-dark .navbar-nav .nav-link { padding: 12px 0 !important; }
    .navbar-dark .navbar-nav .nav-link:after { display: none; }
    .navbar .btn { margin: 12px 0; width: 100%; }
    .carousel, .carousel .container-fluid, .carousel .owl-carousel, .carousel .carousel-item { min-height: 620px; }
    .carousel .carousel-text { padding: 0 30px; }
    .carousel .carousel-text h1 { font-size: 40px; }
    .carousel .owl-dots { left: 30px; }
    .feature { margin-top: 0; }
    .feature .container-fluid, .fact .container-fluid { padding: 0 15px; }
    .feature .row { border-radius: 0; }
    .feature-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .service, .faqs, .areas-atuacao, .processo-atendimento, .onde-estamos { padding: 70px 0; }
    .about { padding: 55px 0 28px; }
    .about-img { margin-bottom: 28px; }
    .about-img img { height: auto; }
    .mvv-section { padding: 36px 0 60px; }
    .fact-card { margin-bottom: 25px; border-right: 0; justify-content: flex-start; }
    .cta-whatsapp .text-lg-right { text-align: left !important; margin-top: 24px; }
    .location-panel { margin-bottom: 28px; }
    .map-box, .map-box iframe { min-height: 360px; }
    .copyright .col-md-6, .copyright .col-md-6:last-child { text-align: center; margin-bottom: 8px; }
}

@media (max-width: 575.98px) {
    .logo-text span { font-size: 24px; }
    .top-bar .logo img { width: 70px; height: 70px; }
    .carousel .carousel-text h1 { font-size: 31px; }
    .carousel .carousel-text span { font-size: 15px; }
    .carousel-actions { flex-direction: column; }
    .carousel-actions .btn { width: 100%; }
    .section-header h2 { font-size: 31px; }
    .about-badges { grid-template-columns: 1fr; }
    .contact-box { padding: 24px; }
    .processo-card { min-height: auto; }
    .location-panel { padding: 28px 22px; }
    .location-actions { max-width: 100%; }
    .location-actions .btn,
    .btn-cta-whatsapp { width: 100%; min-height: 54px; font-size: 15px; }
    .cta-actions { margin-top: 22px; }
    .map-box, .map-box iframe { min-height: 320px; }
}



@media (max-width: 991.98px) {
    .mvv-heading-row .section-header { margin-bottom: 18px; }
    .mvv-intro { max-width: 100%; }
    .mvv-card-main { min-height: auto; }
    .mvv-values ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 575.98px) {
    .mvv-section { padding: 34px 0 54px; }
    .mvv-card { padding: 24px 22px; border-radius: 18px; }
    .mvv-card-head, .mvv-values-head { align-items: flex-start; gap: 14px; }
    .mvv-icon { width: 56px; height: 56px; flex-basis: 56px; font-size: 23px; }
    .mvv-card h3 { font-size: 22px; }
    .mvv-values-wide { padding: 24px 22px; }
    .mvv-values ul { grid-template-columns: 1fr; gap: 10px; }
    .mvv-values li { min-height: auto; padding: 13px 13px 13px 38px; }
    .mvv-values li::before { left: 14px; top: 14px; }
}

/* Ajustes finais de limpeza visual */
.top-bar-text p {
    white-space: normal;
    overflow-wrap: anywhere;
}
.top-info-row .col-4:nth-child(2) .top-bar-text p {
    font-size: 12px;
}
.carousel .carousel-text {
    padding-top: 35px;
    padding-bottom: 35px;
}
.carousel .carousel-text h1 {
    text-shadow: 0 8px 25px rgba(0,0,0,.32);
}
.carousel .carousel-text span {
    text-shadow: 0 4px 15px rgba(0,0,0,.28);
}
.fact-text h2 {
    font-size: 34px;
    line-height: 1.1;
    white-space: nowrap;
}
.fact-text p {
    letter-spacing: .02em;
}
.service-img {
    background: linear-gradient(135deg, var(--gn-primary), var(--gn-primary-2));
}
.service-img img {
    object-position: center;
}
.service-overlay {
    display: flex;
    flex-direction: column;
}
.service-overlay .service-link {
    margin-top: auto;
}
.contact-box .form-control {
    margin-bottom: 0;
}
.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}
.footer-contact i {
    flex: 0 0 22px;
    margin-top: 4px;
}

@media (max-width: 1199.98px) {
    .carousel .carousel-text h1 { font-size: 48px; }
    .navbar-dark .navbar-nav .nav-link { padding-left: 10px; padding-right: 10px; font-size: 14px; }
    .navbar-dark .navbar-nav .nav-link.active:after,
    .navbar-dark .navbar-nav .nav-link:hover:after { left: 10px; width: calc(100% - 20px); }
    .top-bar-text h3 { font-size: 14px; }
    .top-bar-text p { font-size: 12px; }
}

@media (max-width: 991.98px) {
    .nav-bar.nav-sticky {
        left: 0;
        right: 0;
        max-width: none;
    }
    .carousel .carousel-img::after {
        background: linear-gradient(90deg, rgba(3,15,39,.96), rgba(15,57,119,.85), rgba(3,15,39,.80));
    }
    .carousel .carousel-text {
        max-width: 100%;
    }
    .feature .row {
        border-radius: 16px;
    }
    .fact-card {
        padding: 16px 0;
    }
    .fact-text h2 {
        font-size: 28px;
    }
    .service-overlay {
        min-height: 250px;
    }
}

@media (max-width: 575.98px) {
    .wrapper {
        overflow-x: hidden;
    }
    .carousel, .carousel .container-fluid, .carousel .owl-carousel, .carousel .carousel-item {
        min-height: 660px;
    }
    .carousel .carousel-text {
        padding-left: 22px;
        padding-right: 22px;
    }
    .carousel .owl-nav {
        display: none;
    }
    .fact .container-fluid {
        padding: 0 20px;
    }
    .fact-card {
        justify-content: flex-start;
        margin-bottom: 18px;
    }
    .fact-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 23px;
    }
    .fact-text h2 {
        font-size: 24px;
    }
    .cta-whatsapp h2 {
        font-size: 25px;
    }
    .whatsapp-float {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }
}


/* Correção do posicionamento das setas do banner */
.carousel {
    overflow: hidden;
}
.carousel .owl-nav {
    left: 0;
    right: 0;
    width: auto;
    padding: 0 28px;
    box-sizing: border-box;
}
.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.carousel .owl-nav .owl-prev {
    margin-left: 8px;
}
.carousel .owl-nav .owl-next {
    margin-right: 8px;
}
@media (max-width: 1199.98px) {
    .carousel .owl-nav {
        padding: 0 20px;
    }
    .carousel .owl-nav .owl-prev {
        margin-left: 0;
    }
    .carousel .owl-nav .owl-next {
        margin-right: 0;
    }
}

/* Ajuste mobile: afasta o bloco de diferenciais das bordas */
@media (max-width: 991.98px) {
    .feature {
        padding-left: 20px;
        padding-right: 20px;
    }
    .feature .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .feature .row {
        border-radius: 18px;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .feature {
        padding-left: 18px;
        padding-right: 18px;
        margin-top: 16px;
    }
    .feature-item {
        padding: 28px 22px;
    }
    .feature-icon {
        min-width: 54px;
        width: 54px;
        height: 54px;
        margin-right: 15px;
        border-radius: 15px;
        font-size: 24px;
    }
}


/* Portfólio PDF */
.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}
.btn-about-outline {
    color: var(--gn-primary);
    background: #ffffff;
    border-color: var(--gn-primary-2);
    box-shadow: none;
}
.btn-about-outline:hover {
    color: #ffffff;
    background: var(--gn-primary-2);
    border-color: var(--gn-primary-2);
}
.portfolio-download {
    position: relative;
    padding: 55px 0;
    background: #ffffff;
}
.portfolio-download-box {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 34px 38px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--gn-primary), var(--gn-primary-2));
    color: #ffffff;
    box-shadow: var(--gn-shadow);
}
.portfolio-download-icon {
    width: 82px;
    height: 82px;
    min-width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: var(--gn-secondary);
    background: rgba(255,255,255,.12);
    font-size: 36px;
}
.portfolio-download-text {
    flex: 1;
}
.portfolio-download-text p {
    margin: 0 0 6px;
    color: var(--gn-secondary);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.portfolio-download-text h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 900;
}
.portfolio-download-text span {
    display: block;
    color: rgba(255,255,255,.86);
    line-height: 1.7;
}
.portfolio-download-action {
    min-width: 220px;
    text-align: right;
}
.cta-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn-cta-outline {
    color: #ffffff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.45);
    box-shadow: none;
}
.btn-cta-outline:hover {
    color: var(--gn-primary);
    background: #ffffff;
    border-color: #ffffff;
}
.gn-hp {
    display: none !important;
}

@media (max-width: 991.98px) {
    .portfolio-download-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 24px;
    }
    .portfolio-download-action,
    .portfolio-download-action .btn {
        width: 100%;
    }
    .cta-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .cta-actions .btn {
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .about-actions .btn,
    .portfolio-download-action .btn {
        width: 100%;
    }
    .portfolio-download-text h2 {
        font-size: 26px;
    }
    .portfolio-download-icon {
        width: 68px;
        height: 68px;
        min-width: 68px;
        font-size: 30px;
    }
}


/* Ajustes de UX/marketing: CTAs mais claros e menos poluição visual */
.about-actions {
    display: none !important;
}

.carousel-actions-primary .btn,
.btn-cta-whatsapp,
.portfolio-download-action .btn,
.location-actions .btn {
    white-space: nowrap;
}

.cta-whatsapp .cta-actions {
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .cta-whatsapp .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .carousel, .carousel .container-fluid, .carousel .owl-carousel, .carousel .carousel-item {
        min-height: 560px;
    }
    .carousel .carousel-text h1 {
        font-size: 29px;
    }
    .carousel .carousel-text span {
        line-height: 1.55;
    }
}


/* Ajuste final de espaçamento entre Nossa Empresa e Missão/Visão/Valores */
section[id] {
    scroll-margin-top: 92px;
}
.about + .mvv-section {
    margin-top: 0;
}
.about .row {
    align-items: flex-start;
}
.about .section-header {
    margin-bottom: 34px;
}
@media (min-width: 992px) {
    .about-text {
        padding-top: 4px;
    }
}
@media (max-width: 991.98px) {
    section[id] {
        scroll-margin-top: 84px;
    }
}


/* ============================================================
   RESPONSIVIDADE — TELAS GRANDES (1400px, 1920px, 2560px+)
   ============================================================ */

/* Expande o wrapper para telas maiores que 1366px */
.wrapper {
    max-width: 100%;
    overflow-x: hidden;
}

/* Navbar ocupa largura total — sem max-width que causava bloco escuro */
.nav-bar .container-fluid {
    max-width: 100%;
}

/* Navbar sticky ocupa 100% da tela */
.nav-bar.nav-sticky {
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
}

/* Top bar: centraliza itens e evita esticamento */
.top-bar .container {
    max-width: 1366px;
}

/* Carousel: imagem cobre toda a largura sem cortar */
.carousel .carousel-img img {
    width: 100%;
    max-width: 100%;
}

/* Seção feature: borda arredondada não some em telas largas */
@media (min-width: 1400px) {
    .feature .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
    .feature .row {
        border-radius: 18px;
    }
    .fact .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
    /* Navbar: padding proporcional em telas largas */
    .navbar {
        padding-left: calc((100vw - 1280px) / 2 + 45px);
        padding-right: calc((100vw - 1280px) / 2 + 45px);
    }
}

/* Telas FullHD (1920px) e acima: aumenta fonte e espaçamentos */
@media (min-width: 1600px) {
    .carousel .carousel-text {
        padding-left: 90px;
        max-width: 800px;
    }
    .carousel .carousel-text h1 {
        font-size: 62px;
    }
    .carousel .carousel-text span {
        font-size: 20px;
    }
    .section-header h2 {
        font-size: 46px;
    }
    .service-overlay h3 {
        font-size: 22px;
    }
    .carousel .owl-dots {
        left: 90px;
    }
}

/* 2K / 4K: garante que o site respira sem ficar esticado */
@media (min-width: 1920px) {
    .carousel .carousel-text {
        padding-left: 120px;
    }
    .carousel .owl-dots {
        left: 120px;
    }
    .carousel, .carousel .container-fluid,
    .carousel .owl-carousel, .carousel .carousel-item {
        min-height: 760px;
    }
}
