:root {
  --vf-blue: #001a49;
  --vf-blue-2: #001133;
  --vf-gold: #ec182e;
  --vf-gold-2: #b70f22;
  --vf-ink: #1d2b3a;
  --vf-muted: #697586;
  --vf-soft: #f4f7fb;
  --vf-white: #ffffff;
  --vf-border: rgba(16, 44, 74, 0.12);
  --vf-shadow: 0 18px 45px rgba(16, 44, 74, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  color: var(--vf-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.btn-brand {
  --bs-btn-bg: var(--vf-gold);
  --bs-btn-border-color: var(--vf-gold);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--vf-gold-2);
  --bs-btn-hover-border-color: var(--vf-gold-2);
  --bs-btn-hover-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  padding: 0.9rem 1.65rem;
}

.btn-client {
  border: 1px solid var(--vf-blue);
  border-radius: 50px;
  color: var(--vf-blue);
  font-weight: 700;
  padding: 0.82rem 1.35rem;
}

.btn-client:hover {
  background: var(--vf-blue);
  color: #fff;
}

.section-pad {
  padding: 92px 0;
}

.narrow-container {
  max-width: 920px;
}

.top-strip {
  background: var(--vf-blue-2);
  color: #e8eef5;
  font-size: 0.9rem;
  padding: 8px 0;
}

.top-strip i {
  color: var(--vf-gold);
  margin-right: 6px;
}

.site-header {
  background: #fff;
  box-shadow: 0 6px 22px rgba(16, 44, 74, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand img {
  height: 58px;
  width: auto;
}

.site-header .nav-link {
  color: var(--vf-blue);
  font-weight: 700;
  padding: 1.35rem 0.72rem;
}

.site-header .nav-link:hover {
  color: var(--vf-gold-2);
}

.mega-menu {
  border: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: var(--vf-shadow);
  min-width: min(860px, calc(100vw - 32px));
  padding: 18px;
}

.mega-grid {
  display: grid;
  gap: 8px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-grid .dropdown-item {
  border-radius: 6px;
  padding: 10px 12px;
  white-space: normal;
}

.mega-grid small {
  color: var(--vf-gold-2);
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.mega-grid span {
  display: block;
  font-weight: 700;
}

.language-switcher img {
  height: 15px;
  margin-right: 6px;
}

.hero-section {
  background: #f8fbff;
  min-height: 650px;
  position: relative;
}

.hero-slide {
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.45) 100%), url("../img/bg-aux-04.jpg");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-bg::after {
  background: url("../img/line-aviao.png") center top / 300px auto no-repeat;
  content: "";
  height: 60px;
  left: 50%;
  opacity: 0.55;
  position: absolute;
  top: 76px;
  transform: translateX(-50%);
  width: 320px;
}

.hero-container {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  min-height: 650px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  color: var(--vf-blue);
  max-width: 760px;
  padding-bottom: 42px;
}

.hero-eyebrow,
.section-heading span,
.inner-hero span {
  color: var(--vf-gold);
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero-copy h1 {
  color: var(--vf-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.3vw, 3.55rem);
  font-weight: 600;
  line-height: 1.04;
  margin: 0 0 24px;
}

.hero-copy p {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-media {
  align-self: end;
  text-align: right;
}

.hero-media img {
  max-height: 540px;
  max-width: 100%;
  object-fit: contain;
}

.hero-actions .btn-outline-light {
  border-color: var(--vf-blue);
  border-radius: 50px;
  color: var(--vf-blue);
  font-weight: 700;
  padding: 0.9rem 1.65rem;
}

.hero-actions .btn-outline-light:hover {
  background: var(--vf-blue);
  color: #fff;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #fff;
}

.hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: var(--vf-gold);
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading h2 {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  margin: 0 auto;
  max-width: 900px;
}

.section-heading.light h2 {
  color: #fff;
}

.plane-line {
  display: block;
  height: 24px;
  margin: 0 auto 8px;
  width: 300px;
}

.feature-card,
.service-card,
.post-card,
.testimonial-card,
.lead-form,
.admin-card,
.admin-edit-card {
  background: #fff;
  border: 1px solid var(--vf-border);
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(16, 44, 74, 0.08);
}

.feature-card {
  height: 100%;
  padding: 34px;
  text-align: center;
}

.feature-card i {
  color: var(--vf-gold-2);
  display: block;
  font-size: 3rem;
  margin-bottom: 18px;
}

.feature-card h2,
.feature-card h3,
.service-card h3,
.post-card h2,
.post-card h3,
.testimonial-card strong {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
}

.feature-card p,
.service-card p,
.post-card p,
.testimonial-card p {
  color: var(--vf-muted);
  margin-bottom: 0;
}

.services-band {
  background: linear-gradient(135deg, var(--vf-blue-2), var(--vf-blue));
}

.service-card {
  height: 100%;
  padding: 30px;
}

.service-card span,
.post-card span,
.testimonial-card span {
  color: var(--vf-gold-2);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-card a,
.post-card a,
.site-footer a {
  color: var(--vf-gold-2);
  display: inline-block;
  font-weight: 800;
  margin-top: 18px;
}

.stats-section {
  background: var(--vf-gold);
  color: var(--vf-blue);
  padding: 34px 0;
}

.stats-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.stat-item span {
  display: block;
  font-weight: 700;
}

.process-section {
  background: var(--vf-soft);
}

.process-image {
  margin-bottom: 24px;
  max-width: 280px;
}

.process-section h2 {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.process-step {
  align-items: flex-start;
  background: #fff;
  border-left: 5px solid var(--vf-gold);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 44, 74, 0.08);
  display: flex;
  gap: 22px;
  margin-bottom: 18px;
  padding: 26px;
}

.process-step strong {
  color: var(--vf-gold-2);
  font-size: 2rem;
  line-height: 1;
}

.process-step h3 {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 6px;
}

.testimonials-section,
.blog-preview {
  background: #fff;
}

.testimonial-card {
  height: 100%;
  padding: 32px;
}

.testimonial-card i {
  color: var(--vf-gold);
  font-size: 2.5rem;
}

.post-card {
  height: 100%;
  padding: 30px;
}

.post-card.large {
  min-height: 330px;
}

.post-card time,
.content-prose time {
  color: var(--vf-muted);
  display: block;
  font-size: 0.92rem;
  margin-top: 16px;
}

.inner-hero {
  background-image: linear-gradient(90deg, rgba(8, 26, 48, 0.94), rgba(16, 44, 74, 0.78)), url("../img/bg-aux-04.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 105px 0;
}

.inner-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.05;
  max-width: 960px;
}

.inner-hero p {
  color: #eef4fb;
  font-size: 1.16rem;
  max-width: 760px;
}

.content-prose {
  color: var(--vf-ink);
  font-size: 1.08rem;
}

.content-prose h2,
.content-prose h3 {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
}

.lead-form {
  padding: 34px;
}

.lead-form h2 {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 20px;
}

.form-control,
.form-select {
  border-color: var(--vf-border);
  border-radius: 4px;
  min-height: 48px;
}

.site-footer {
  background: var(--vf-blue-2);
  color: #dbe6ef;
  padding: 66px 0 22px;
}

.site-footer h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.site-footer a {
  display: block;
  margin: 0 0 8px;
}

.footer-logo {
  background: #fff;
  border-radius: 6px;
  height: 72px;
  margin-bottom: 18px;
  object-fit: contain;
  padding: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 42px;
  padding-top: 18px;
  text-align: center;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 24px;
  width: 58px;
  z-index: 999;
}

.flash-wrap {
  padding-top: 18px;
}

.admin-body {
  background: #f3f6fa;
}

.admin-header {
  background: var(--vf-blue);
  box-shadow: var(--vf-shadow);
  position: sticky;
  top: 0;
  z-index: 999;
}

.admin-header .navbar {
  background: var(--vf-blue);
}

.admin-login {
  align-items: center;
  background: linear-gradient(135deg, var(--vf-blue-2), var(--vf-blue));
  display: flex;
  min-height: 100vh;
  padding: 32px;
}

.admin-login-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--vf-shadow);
  margin: auto;
  max-width: 430px;
  padding: 36px;
  width: 100%;
}

.admin-login-card img {
  height: 72px;
  object-fit: contain;
}

.admin-panel {
  padding: 34px 0 70px;
}

.admin-title {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.admin-title span {
  color: var(--vf-gold-2);
  font-weight: 800;
  text-transform: uppercase;
}

.admin-title h1 {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
}

.admin-stat,
.admin-shortcuts a,
.admin-edit-card {
  background: #fff;
  border: 1px solid var(--vf-border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 44, 74, 0.08);
  display: block;
  padding: 24px;
}

.admin-stat span {
  color: var(--vf-muted);
  display: block;
  font-weight: 700;
}

.admin-stat strong {
  color: var(--vf-blue);
  display: block;
  font-size: 2.5rem;
  line-height: 1;
}

.admin-shortcuts {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.admin-shortcuts a {
  color: var(--vf-blue);
  font-weight: 800;
}

.admin-shortcuts i {
  color: var(--vf-gold-2);
  margin-right: 8px;
}

.admin-card,
.admin-edit-card {
  margin-bottom: 20px;
  padding: 24px;
}

.admin-card h2,
.admin-edit-card h2 {
  color: var(--vf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.admin-edit-card i {
  color: var(--vf-gold-2);
  font-size: 2.2rem;
}

.admin-table-wrap {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 44, 74, 0.08);
  overflow-x: auto;
}

.admin-table {
  margin: 0;
}

.admin-table th {
  color: var(--vf-blue);
  white-space: nowrap;
}

.code-area {
  font-family: Consolas, Monaco, monospace;
  min-height: 150px;
}

.sticky-admin {
  position: sticky;
  top: 92px;
}

@media (max-width: 1199.98px) {
  .site-header .nav-link {
    padding: 0.7rem 0;
  }

  .mega-menu {
    min-width: 100%;
  }

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

  .hero-container {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .hero-media {
    text-align: center;
  }

  .hero-media img {
    max-height: 390px;
  }

  .admin-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 62px 0;
  }

  .top-strip .container {
    justify-content: center !important;
    text-align: center;
  }

  .navbar-brand img {
    height: 48px;
  }

  .hero-section,
  .hero-slide,
  .hero-container {
    min-height: 760px;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .stats-grid,
  .admin-shortcuts {
    grid-template-columns: 1fr;
  }

  .stat-item strong {
    font-size: 2.2rem;
  }

  .inner-hero {
    padding: 74px 0;
  }

  .lead-form,
  .admin-login-card,
  .admin-card,
  .admin-edit-card {
    padding: 22px;
  }

  .admin-title {
    align-items: flex-start;
    flex-direction: column;
  }
}
