:root {
  --df-primary: #ff7d0d;
  --df-dark: #0b1224;
  --df-accent: #1b2a52;
  --df-soft: #f6f8fb;
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/libs/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/libs/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2");
}

body {
  font-family: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--df-soft);
  color: var(--df-dark);
}

section {
  scroll-margin-top: 110px;
}

.header {
  background: rgba(11, 18, 36, 0.9);
}

.logo-img {
  height: 42px;
  width: auto;
}

.logo-text {
  font-weight: 700;
  margin-left: 12px;
  color: #fff;
  letter-spacing: 0.5px;
}

.navbar a {
  color: #e7ecf5;
  font-weight: 600;
}

.navbar a:hover,
.navbar .active {
  color: var(--df-primary);
}

.navbar .language-switch {
  font-weight: 700;
  color: #e7ecf5;
  display: flex;
  align-items: center;
  gap: 6px;
}

.navbar .language-switch a {
  color: #e7ecf5;
}

.navbar .language-switch a:hover {
  color: var(--df-primary);
}

.hero {
  background: radial-gradient(circle at 10% 20%, rgba(255, 125, 13, 0.08), transparent 30%), radial-gradient(circle at 80% 0%, rgba(27, 42, 82, 0.18), transparent 35%), linear-gradient(135deg, #0b1224 0%, #111c36 100%);
  color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
  background-image: linear-gradient(135deg, rgba(11, 18, 36, 0.55) 0%, rgba(11, 18, 36, 0.8) 100%), url("../img/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero .lead {
  color: #dce3f5;
}

.cta-btn,
.cta-btn:visited {
  background: var(--df-primary);
  border: none;
  color: #0b1224 !important;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(255, 125, 13, 0.35);
}

.cta-btn-secondary {
  border-radius: 14px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 20px;
}

.stats-item span {
  font-size: 28px;
  color: var(--df-primary);
}

.section-header {
  text-align: center;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a85400;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

.featured-services .service-item .title,
.featured-services .service-item:hover .title {
  color: #a85400;
}

.section-header h2,
h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--df-accent);
}

.about-list i {
  color: var(--df-primary);
  font-size: 20px;
  margin-right: 8px;
}

.services .card {
  border: 1px solid #e8edf7;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(9, 16, 35, 0.06);
}

.services .card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--df-accent);
}

.call-to-action {
  background: linear-gradient(135deg, rgba(255, 125, 13, 0.14) 0%, rgba(11, 18, 36, 0.88) 70%), url("../img/cta-bg.webp") center/cover no-repeat;
  color: #fff;
  
  margin: 0 auto;
  
  padding: 60px 48px;
}

.call-to-action h2 {
  color: #fff;
}

.call-to-action .form-control {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.call-to-action .php-email-form {
  max-width: 540px;
  margin: 0 auto;
}

.call-to-action label {
  font-weight: 600;
  color: #f5f7fb;
}

.call-to-action .form-control::placeholder {
  color: #d9dfe9;
}

.footer {
  background: #0b1224;
  color: #e7ecf5;
}

.footer a {
  color: #fff;
}

.footer h3 {
  color: var(--df-primary);
  font-weight: 800;
}

.footer .social-links a {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero img,
.about img {
  border-radius: 16px;
}

.navbar a:focus-visible,
.cta-btn:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 125, 13, 0.45);
  outline-offset: 2px;
}

.header.sticked {
  background: rgba(11, 18, 36, 0.9);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 82px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.honeypot {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.language-switch .flag-link {
  display: inline-flex;
  align-items: center;
}

.flag-icon {
  width: 22px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.flag-link:hover .flag-icon {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1279px) {
  .header {
    overflow: visible;
  }

  .mobile-nav-show,
  .mobile-nav-hide {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    height: 100vh;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }
}
