:root {
  --afl-navy: #061521;
  --afl-navy-2: #0b2234;
  --afl-gold: #c99735;
  --afl-gold-light: #e2bd68;
  --afl-white: #ffffff;
  --afl-ink: #172231;
  --afl-muted: #66717d;
  --afl-border: #e4e8ec;
  --afl-soft: #f6f7f8;
  --afl-shadow: 0 18px 45px rgba(5, 19, 31, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--afl-ink);
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link:focus {
  clip: auto !important; width: auto; height: auto;
  top: 8px; left: 8px; z-index: 99999;
  padding: 10px 14px; background: #fff; color: #000;
}

.afl-site-content { min-height: 45vh; overflow: hidden; }
.afl-default-content { width: min(1180px, calc(100% - 40px)); margin: 70px auto; }
.afl-default-content h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.08; }

/* Elementor section system */
.elementor-section.afl-section,
.elementor-section.afl-dark-section,
.elementor-section.afl-gold-section,
.elementor-section.afl-hero,
.elementor-section.afl-page-hero,
.elementor-section.afl-footer-section,
.elementor-section.afl-header-section,
.elementor-section.afl-topbar {
  position: relative;
}
.elementor-section.afl-section > .elementor-container,
.elementor-section.afl-dark-section > .elementor-container,
.elementor-section.afl-gold-section > .elementor-container {
  width: min(1180px, calc(100% - 40px));
}
.elementor-section.afl-section { padding: 86px 0; background: #fff; }
.elementor-section.afl-section.afl-soft-section { background: var(--afl-soft); }
.elementor-section.afl-dark-section {
  padding: 78px 0;
  background: var(--afl-navy);
  color: #fff;
}
.elementor-section.afl-gold-section {
  padding: 56px 0;
  background: linear-gradient(135deg, #bd862a, #dfba65);
  color: #071521;
}
.elementor-section.afl-section .elementor-widget-heading h1,
.elementor-section.afl-section .elementor-widget-heading h2,
.elementor-section.afl-section .elementor-widget-heading h3,
.elementor-section.afl-dark-section .elementor-widget-heading h1,
.elementor-section.afl-dark-section .elementor-widget-heading h2,
.elementor-section.afl-dark-section .elementor-widget-heading h3,
.elementor-section.afl-gold-section .elementor-widget-heading h1,
.elementor-section.afl-gold-section .elementor-widget-heading h2,
.elementor-section.afl-gold-section .elementor-widget-heading h3 {
  margin: 0;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.elementor-widget-heading .afl-kicker,
.afl-kicker .elementor-heading-title {
  color: var(--afl-gold) !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.afl-section-title .elementor-heading-title {
  color: var(--afl-navy);
  font-size: clamp(2rem, 4vw, 3.15rem) !important;
}
.afl-dark-section .afl-section-title .elementor-heading-title { color: #fff; }
.afl-lead, .afl-lead p { font-size: 1.15rem; line-height: 1.75; color: #56616e; }
.afl-dark-section .afl-lead, .afl-dark-section .afl-lead p { color: rgba(255,255,255,.78); }
.afl-copy p { margin: 0 0 1.2rem; }

/* Header */
.elementor-section.afl-topbar {
  padding: 7px 0;
  color: #fff;
  background: linear-gradient(90deg, #b77d22, #d7ad54);
  font-size: .82rem;
  z-index: 1002;
}
.elementor-section.afl-topbar > .elementor-container,
.elementor-section.afl-header-section > .elementor-container {
  width: min(1280px, calc(100% - 42px));
}
.afl-topbar .elementor-widget-text-editor { margin-bottom: 0; }
.afl-topbar p { margin: 0; }
.afl-topbar a { color: #fff; }
.elementor-section.afl-header-section {
  padding: 14px 0;
  background: rgba(5, 18, 29, .98);
  border-bottom: 1px solid rgba(201,151,53,.45);
  z-index: 1001;
}
.afl-elementor-header { position: relative; z-index: 1000; }
body.afl-scrolled .afl-elementor-header {
  position: sticky; top: 0;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.18));
}
.afl-header-logo img { max-height: 82px; width: auto; object-fit: contain; }
.afl-menu-wrap { display: flex; justify-content: flex-end; align-items: center; }
.afl-primary-nav { width: 100%; }
.afl-menu { list-style: none; display: flex; justify-content: flex-end; align-items: center; gap: 26px; margin: 0; padding: 0; }
.afl-menu li { position: relative; }
.afl-menu > li > a {
  display: block; padding: 14px 0;
  color: rgba(255,255,255,.94);
  font-size: .84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  transition: color .2s ease;
}
.afl-menu > li > a:hover,
.afl-menu > li.current-menu-item > a,
.afl-menu > li.current-menu-ancestor > a { color: var(--afl-gold-light); }
.afl-menu .sub-menu {
  display: none; position: absolute; left: -18px; top: 100%; min-width: 250px;
  margin: 0; padding: 10px; list-style: none;
  background: #fff; border-radius: 6px; box-shadow: var(--afl-shadow);
}
.afl-menu li:hover > .sub-menu, .afl-menu li:focus-within > .sub-menu { display: block; }
.afl-menu .sub-menu a { display: block; padding: 10px 12px; color: var(--afl-navy); font-size: .9rem; }
.afl-menu .sub-menu a:hover { color: var(--afl-gold); background: #f7f5f0; }
.afl-menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.28); background: transparent; border-radius: 4px; padding: 10px; }
.afl-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; }
.afl-fallback-header { background: var(--afl-navy); padding: 14px 0; }
.afl-fallback-inner { width: min(1180px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.afl-fallback-brand { color: #fff; font-weight: 800; }
.afl-fallback-brand img { max-height: 70px; width: auto; }

/* Heroes */
.elementor-section.afl-hero,
.elementor-section.afl-page-hero {
  color: #fff;
  overflow: hidden;
}
.elementor-section.afl-hero { min-height: 690px; display: flex; align-items: center; }
.elementor-section.afl-page-hero { min-height: 360px; display: flex; align-items: center; }
.elementor-section.afl-hero::before,
.elementor-section.afl-page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(3,14,23,.88) 0%, rgba(3,14,23,.62) 46%, rgba(3,14,23,.15) 100%);
  pointer-events: none;
}
.elementor-section.afl-hero > .elementor-container,
.elementor-section.afl-page-hero > .elementor-container {
  width: min(1180px, calc(100% - 40px)); position: relative; z-index: 2;
}
.afl-hero-title .elementor-heading-title {
  color: #fff;
  font-size: clamp(3.25rem, 7vw, 6.2rem) !important;
  line-height: .98 !important;
  max-width: 900px;
  text-shadow: 0 6px 30px rgba(0,0,0,.25);
}
.afl-hero-title .elementor-heading-title strong { color: var(--afl-gold-light); }
.afl-page-title .elementor-heading-title {
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.4rem) !important;
}
.afl-hero-copy, .afl-hero-copy p {
  max-width: 680px;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}
.afl-hero .elementor-widget-button { display: inline-block; margin-right: 12px; }
.afl-button-primary .elementor-button,
.afl-button-dark .elementor-button,
.afl-button-outline .elementor-button {
  border-radius: 2px;
  padding: 16px 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.afl-button-primary .elementor-button { background: var(--afl-gold); color: #fff; }
.afl-button-primary .elementor-button:hover { background: #b98625; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(201,151,53,.28); }
.afl-button-dark .elementor-button { background: var(--afl-navy); color: #fff; }
.afl-button-outline .elementor-button { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.6); }
.afl-button-outline .elementor-button:hover { background: #fff; color: var(--afl-navy); }

/* Cards and media */
.afl-image-rounded img { border-radius: 10px; box-shadow: var(--afl-shadow); }
.afl-card,
.afl-service-card,
.afl-value-card,
.afl-partner-card,
.afl-process-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--afl-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(6,21,33,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.afl-card:hover,
.afl-service-card:hover,
.afl-value-card:hover,
.afl-partner-card:hover,
.afl-process-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--afl-shadow);
  border-color: rgba(201,151,53,.6);
}
.afl-service-card .elementor-image-box-img { margin: 0 !important; width: 100% !important; }
.afl-service-card .elementor-image-box-img img { width: 100%; height: 225px; object-fit: cover; }
.afl-service-card .elementor-image-box-content { padding: 24px; }
.afl-service-card .elementor-image-box-title { color: var(--afl-navy); font-size: 1.05rem; text-transform: uppercase; margin: 0 0 8px; }
.afl-service-card .elementor-image-box-description { color: var(--afl-muted); font-size: .93rem; }
.afl-value-card { padding: 28px 20px; text-align: center; }
.afl-value-card .elementor-icon { color: var(--afl-gold); }
.afl-value-card .elementor-icon-box-title { font-size: 1rem; color: var(--afl-navy); text-transform: uppercase; }
.afl-value-card .elementor-icon-box-description { color: var(--afl-muted); font-size: .92rem; }
.afl-dark-section .afl-value-card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
.afl-dark-section .afl-value-card .elementor-icon-box-title { color: #fff; }
.afl-dark-section .afl-value-card .elementor-icon-box-description { color: rgba(255,255,255,.72); }
.afl-feature-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; border-radius: 8px; }
.afl-split-card { min-height: 420px; padding: 56px; color: #fff; overflow: hidden; }
.afl-split-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,28,.92), rgba(4,17,28,.45)); z-index: 1; }
.afl-split-card > .elementor-container { position: relative; z-index: 2; }
.afl-split-card.afl-gold-split::before { background: linear-gradient(90deg, rgba(154,103,19,.94), rgba(166,113,22,.48)); }
.afl-split-card .elementor-heading-title { color: #fff; }

/* Service rows */
.afl-service-row { padding: 18px; border-bottom: 1px solid var(--afl-border); }
.afl-service-row:last-child { border-bottom: 0; }
.afl-service-row img { height: 220px; width: 100%; object-fit: cover; border-radius: 6px; }
.afl-service-row .elementor-heading-title { color: var(--afl-navy); font-size: 1.45rem !important; }

/* Stats and partners */
.afl-stat { padding: 22px 16px; text-align: center; }
.afl-stat .elementor-heading-title { color: var(--afl-gold-light); font-size: 2.7rem !important; }
.afl-stat-copy, .afl-stat-copy p { color: rgba(255,255,255,.78); font-size: .88rem; }
.afl-partner-card { padding: 28px; text-align: center; min-height: 130px; display: flex; align-items: center; justify-content: center; }
.afl-partner-card .elementor-heading-title { color: var(--afl-navy); font-size: 1.1rem !important; }

/* Contact */
.afl-contact-details { display: grid; gap: 0; background: #fff; border: 1px solid var(--afl-border); border-radius: 8px; overflow: hidden; }
.afl-contact-details > div { padding: 18px 22px; border-bottom: 1px solid var(--afl-border); display: grid; gap: 3px; }
.afl-contact-details > div:last-child { border-bottom: 0; }
.afl-contact-details strong { color: var(--afl-navy); font-size: .86rem; text-transform: uppercase; letter-spacing: .05em; }
.afl-contact-details a, .afl-contact-details span { color: var(--afl-muted); }
.afl-contact-socials { grid-template-columns: repeat(2, minmax(0,1fr)); }
.afl-contact-socials a { display: inline-flex; justify-content: center; padding: 11px 16px; border: 1px solid var(--afl-gold); color: var(--afl-navy); font-weight: 700; }
.afl-contact-form { background: var(--afl-navy); color: #fff; padding: 34px; border-radius: 8px; box-shadow: var(--afl-shadow); }
.afl-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.afl-contact-form label { display: block; font-size: .88rem; font-weight: 700; margin-bottom: 16px; }
.afl-contact-form input,
.afl-contact-form select,
.afl-contact-form textarea {
  width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.18); background: #fff; color: #111;
  border-radius: 3px; padding: 13px 14px; font: inherit; outline: none;
}
.afl-contact-form input:focus,
.afl-contact-form select:focus,
.afl-contact-form textarea:focus { border-color: var(--afl-gold); box-shadow: 0 0 0 3px rgba(201,151,53,.18); }
.afl-submit-button { display: inline-flex; align-items: center; justify-content: center; border: 0; background: var(--afl-gold); color: #fff; padding: 14px 22px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.afl-form-message { padding: 14px 18px; margin-bottom: 20px; border-radius: 4px; }
.afl-form-success { background: #e9f7ee; color: #156637; }
.afl-form-error { background: #fff0f0; color: #9b2020; }
.afl-honeypot { position: absolute; left: -9999px; }

/* Footer */
.elementor-section.afl-footer-section { background: var(--afl-navy); color: rgba(255,255,255,.78); padding: 66px 0 36px; border-top: 1px solid rgba(201,151,53,.5); }
.elementor-section.afl-footer-section > .elementor-container { width: min(1180px, calc(100% - 40px)); }
.afl-footer-logo img { max-height: 95px; width: auto; }
.afl-footer-section .elementor-heading-title { color: #fff; font-size: 1rem !important; text-transform: uppercase; }
.afl-footer-section a { color: rgba(255,255,255,.76); }
.afl-footer-section a:hover { color: var(--afl-gold-light); }
.afl-footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.afl-footer-copy, .afl-footer-copy p { font-size: .92rem; color: rgba(255,255,255,.68); }
.afl-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; margin-top: 24px; }
.afl-fallback-footer { background: var(--afl-navy); color: #fff; padding: 25px 0; }

/* Setup/admin preview helpers */
.afl-icon-list ul { list-style: none; padding: 0; margin: 0; }
.afl-icon-list li { position: relative; padding-left: 24px; margin: 10px 0; }
.afl-icon-list li::before { content: "✓"; position: absolute; left: 0; color: var(--afl-gold); font-weight: 800; }

@media (max-width: 1024px) {
  .afl-menu { gap: 16px; }
  .afl-menu > li > a { font-size: .75rem; }
  .elementor-section.afl-hero { min-height: 600px; }
  .afl-split-card { padding: 42px 28px; }
}

@media (max-width: 767px) {
  .elementor-section.afl-topbar { display: none; }
  .elementor-section.afl-header-section { padding: 8px 0; }
  .afl-header-logo img { max-height: 62px; }
  .afl-menu-toggle { display: block; margin-left: auto; }
  .afl-primary-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; box-shadow: var(--afl-shadow); border-radius: 4px; padding: 12px; }
  .afl-menu-wrap { position: relative; }
  .afl-menu-wrap.is-open .afl-primary-nav { display: block; }
  .afl-menu { display: block; }
  .afl-menu > li > a { color: var(--afl-navy); padding: 12px; border-bottom: 1px solid var(--afl-border); }
  .afl-menu .sub-menu { position: static; display: block; box-shadow: none; padding: 0 0 0 12px; }
  .afl-menu .sub-menu a { padding: 9px 12px; }
  .elementor-section.afl-hero { min-height: 590px; text-align: left; }
  .elementor-section.afl-page-hero { min-height: 300px; }
  .elementor-section.afl-hero::before,
  .elementor-section.afl-page-hero::before { background: rgba(3,14,23,.72); }
  .afl-hero .elementor-widget-button { display: block; margin: 8px 0; }
  .afl-hero .elementor-button { width: 100%; justify-content: center; }
  .elementor-section.afl-section,
  .elementor-section.afl-dark-section { padding: 58px 0; }
  .afl-feature-image img { min-height: 280px; }
  .afl-split-card { min-height: 360px; padding: 38px 22px; }
  .afl-form-grid { grid-template-columns: 1fr; gap: 0; }
  .afl-contact-form { padding: 24px 18px; }
  .afl-contact-socials { grid-template-columns: 1fr; }
  .afl-service-card .elementor-image-box-img img { height: 210px; }
  .afl-fallback-inner { flex-wrap: wrap; gap: 15px; }
}
