/* ================================================
   AMBER ELITE SOLUTIONS — STYLESHEET
   ================================================ */

:root {
  --ae-navy:       #2D2E8E;
  --ae-navy-dark:  #1f2070;
  --ae-red:        #EE3535;
  --ae-red-dark:   #cc2828;
  --ae-white:      #FFFFFF;
  --ae-light:      #F2F2F8;
  --ae-dark:       #1a1a2e;
  --ae-grey:       #6b6b8a;
  --ae-mid:        #e0e0ee;
  --ae-font-h:     'Montserrat', sans-serif;
  --ae-font-b:     'Open Sans', sans-serif;
  --ae-shadow:     0 4px 24px rgba(43,46,142,0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--ae-font-b); color: var(--ae-dark); background: var(--ae-white); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.ae-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.ae-section-pad { padding: 88px 0; }

/* ================================================
   GROUP BAR
   ================================================ */
.ae-group-bar {
  background: var(--ae-dark);
  padding: 9px 0;
  text-align: center;
  font-family: var(--ae-font-h);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.ae-group-bar a {
  color: var(--ae-red);
  transition: opacity 0.2s;
}
.ae-group-bar a:hover { opacity: 0.75; }

/* ================================================
   HEADER
   ================================================ */
.ae-header {
  background: var(--ae-navy);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.ae-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}
.ae-logo {
  background: var(--ae-white);
  padding: 7px 14px;
  border-radius: 3px;
}
.ae-logo img { height: 36px; width: auto; display: block; }

.ae-nav { display: flex; align-self: stretch; }
.ae-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  align-items: center;
  height: 100%;
}
.ae-nav ul li:has(> .ae-nav-plant),
.ae-nav ul li:has(> .ae-nav-baam) { display: flex; align-self: stretch; }
.ae-nav a {
  font-family: var(--ae-font-h);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.75);
  transition: color 0.2s;
  position: relative;
}
.ae-nav a::after {
  content: '';
  position: absolute;
  bottom: -5px; left: 0;
  width: 0; height: 2px;
  background: var(--ae-red);
  transition: width 0.3s ease;
}
.ae-nav a:hover::after { width: 100%; }
.ae-nav a:hover { color: var(--ae-white); }
.ae-nav .ae-nav-plant::after,
.ae-nav .ae-nav-baam::after { display: none; }
.ae-nav .ae-nav-cta {
  color: rgba(255,255,255,0.75) !important;
}
.ae-nav .ae-nav-cta:hover { color: var(--ae-white) !important; }
.ae-nav .ae-nav-plant {
  color: var(--ae-white) !important;
  padding: 0 18px;
  border-radius: 0;
  letter-spacing: 1px;
  transition: background 0.2s !important;
  display: flex;
  align-items: center;
}
.ae-nav .ae-nav-plant:hover { background: #F97316 !important; }
.ae-nav .ae-nav-baam {
  color: var(--ae-white) !important;
  padding: 0 18px;
  border-radius: 0;
  letter-spacing: 1px;
  transition: background 0.2s !important;
  display: flex;
  align-items: center;
}
.ae-nav .ae-nav-baam:hover { background: #D4A017 !important; }
.ae-nav ul li:has(> .ae-nav-construction) { display: flex; align-self: stretch; }
.ae-nav .ae-nav-construction {
  color: var(--ae-white) !important;
  padding: 0 14px;
  border-radius: 0;
  letter-spacing: 1px;
  transition: background 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.ae-nav .ae-nav-construction::after { display: none; }
.ae-nav .ae-nav-construction:hover { background: var(--ae-red) !important; }

.ae-nav-close { display: none; }

.ae-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.ae-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ae-white);
  border-radius: 2px;
  transition: all 0.2s;
}

/* ================================================
   HERO
   ================================================ */
.ae-hero {
  background: var(--ae-navy);
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
}
.ae-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 560px; height: 560px;
  background: var(--ae-red);
  opacity: 0.07;
  border-radius: 50%;
  pointer-events: none;
}
.ae-hero::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -80px;
  width: 420px; height: 420px;
  background: var(--ae-red);
  opacity: 0.04;
  border-radius: 50%;
  pointer-events: none;
}
.ae-hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ae-hero-label {
  font-family: var(--ae-font-h);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--ae-red);
  margin-bottom: 20px;
}
.ae-hero h1 {
  font-family: var(--ae-font-h);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900;
  color: var(--ae-white);
  line-height: 1.15;
  margin-bottom: 24px;
}
.ae-hero h1 em {
  color: var(--ae-red);
  font-style: normal;
}
.ae-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.ae-hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.ae-btn {
  display: inline-block;
  font-family: var(--ae-font-h);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 14px 32px;
  border-radius: 2px;
  transition: all 0.2s;
  cursor: pointer;
}
.ae-btn-red  { background: var(--ae-red); color: var(--ae-white); }
.ae-btn-red:hover  { background: var(--ae-red-dark); }
.ae-btn-outline { border: 2px solid rgba(255,255,255,0.35); color: var(--ae-white); }
.ae-btn-outline:hover { border-color: var(--ae-white); background: rgba(255,255,255,0.08); }

.ae-hero-icon { opacity: 1; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.ae-hero-icon img { width: 380px; height: auto; background: var(--ae-white); padding: 16px 24px; border-radius: 4px; }
.ae-hero-phone {
  font-family: var(--ae-font-h);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ae-white);
  letter-spacing: 2px;
  transition: color 0.2s;
}
.ae-hero-phone:hover { color: var(--ae-red); }

/* ================================================
   SECTION HEADINGS
   ================================================ */
.ae-section-heading {
  font-family: var(--ae-font-h);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ae-navy);
  margin-bottom: 16px;
  line-height: 1.2;
}
.ae-section-heading::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: var(--ae-red);
  margin-top: 16px;
}
.ae-section-heading.centered { text-align: center; }
.ae-section-heading.centered::after { margin: 16px auto 0; }
.ae-section-heading.light { color: var(--ae-white); }

.ae-section-subhead {
  color: var(--ae-grey);
  font-size: 0.95rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.75;
}

/* ================================================
   WHO WE ARE
   ================================================ */
.ae-who { background: var(--ae-white); }
.ae-who-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.ae-who-text p {
  color: var(--ae-grey);
  font-size: 0.97rem;
  line-height: 1.85;
  margin-bottom: 16px;
}

.ae-who-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ae-point {
  background: var(--ae-light);
  padding: 24px;
  border-left: 4px solid var(--ae-navy);
}
.ae-point:nth-child(even) { border-left-color: var(--ae-red); }
.ae-point h4 {
  font-family: var(--ae-font-h);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ae-navy);
  margin-bottom: 8px;
}
.ae-point p { font-size: 0.85rem; color: var(--ae-grey); line-height: 1.65; }

/* ================================================
   SERVICES SPLIT
   ================================================ */
.ae-services { display: grid; grid-template-columns: 1fr 1fr; }

.ae-service-panel { padding: 80px 64px; display: flex; flex-direction: column; }
.ae-service-panel .ae-btn-white { margin-top: auto; align-self: flex-start; }
.ae-service-panel.employers { background: var(--ae-navy); }
.ae-service-panel.seekers   { background: var(--ae-red); }

.ae-service-panel h2 {
  font-family: var(--ae-font-h);
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ae-white);
  margin-bottom: 16px;
}
.ae-panel-intro {
  color: rgba(255,255,255,0.72);
  font-size: 0.93rem;
  line-height: 1.8;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.ae-service-list { list-style: none; margin-bottom: 40px; }
.ae-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ae-service-list li:last-child { border-bottom: none; }
.ae-service-list li::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  margin-top: 9px;
}
.ae-service-list li strong {
  display: block;
  font-family: var(--ae-font-h);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ae-white);
  margin-bottom: 4px;
}
.ae-service-list li span {
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
  line-height: 1.6;
}

.ae-btn-white {
  display: inline-block;
  background: var(--ae-white);
  font-family: var(--ae-font-h);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 14px 32px;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.ae-service-panel.employers .ae-btn-white { color: var(--ae-navy); }
.ae-service-panel.seekers   .ae-btn-white { color: var(--ae-red); }
.ae-btn-white:hover { opacity: 0.88; }

/* ================================================
   VALUES
   ================================================ */
.ae-values { background: var(--ae-light); text-align: center; }
.ae-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.ae-value-card {
  background: var(--ae-white);
  padding: 44px 32px;
  border-top: 4px solid var(--ae-navy);
  box-shadow: var(--ae-shadow);
}
.ae-value-card:nth-child(2) { border-top-color: var(--ae-red); }
.ae-value-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
}
.ae-value-card h3 {
  font-family: var(--ae-font-h);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ae-navy);
  margin-bottom: 12px;
}
.ae-value-card p { font-size: 0.9rem; color: var(--ae-grey); line-height: 1.75; }

/* ================================================
   CTA / CONTACT
   ================================================ */
.ae-cta {
  background: var(--ae-navy);
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ae-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(238,53,53,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.ae-cta h2 {
  font-family: var(--ae-font-h);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--ae-white);
  margin-bottom: 14px;
  position: relative;
}
.ae-cta > .ae-container > p {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  margin-bottom: 48px;
  position: relative;
}
.ae-cta-contacts {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  position: relative;
}
.ae-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ae-contact-item svg { flex-shrink: 0; opacity: 0.55; color: var(--ae-white); }
.ae-contact-item a {
  font-family: var(--ae-font-h);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ae-white);
  transition: color 0.2s;
}
.ae-contact-item a:hover { color: var(--ae-red); }

/* ================================================
   FOOTER
   ================================================ */
.ae-footer {
  background: var(--ae-dark);
  padding: 36px 0;
  text-align: center;
}
.ae-footer-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.ae-footer-nav a {
  font-family: var(--ae-font-h);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.35);
  transition: color 0.2s;
}
.ae-footer-nav a:hover { color: var(--ae-red); }
.ae-footer p { font-size: 0.78rem; color: rgba(255,255,255,0.25); line-height: 2.1; }
.ae-footer a { color: rgba(255,255,255,0.35); text-decoration: underline; transition: color 0.2s; }
.ae-footer a:hover { color: rgba(255,255,255,0.65); }

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .ae-service-panel { padding: 64px 40px; }
}

@media (max-width: 900px) {
  .ae-hero-inner  { grid-template-columns: 1fr; }
  .ae-hero-icon   { display: none; }
  .ae-who-inner   { grid-template-columns: 1fr; gap: 48px; }
  .ae-services    { grid-template-columns: 1fr; }
  .ae-values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1100px) {
  .ae-nav       { display: none; }
  .ae-hamburger { display: flex; }
  .ae-hamburger span { transform-origin: center; }
  .ae-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .ae-hamburger.open span:nth-child(2) { opacity: 0; }
  .ae-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ae-nav.open {
    display: block;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--ae-navy);
    padding-top: 75px;
    padding-left: 0; padding-right: 0; padding-bottom: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
  }
  .ae-nav.open .ae-nav-close {
    display: block;
    position: absolute;
    top: 89px;
    right: 24px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.55);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    transition: color 0.2s;
  }
  .ae-nav.open .ae-nav-close:hover { color: var(--ae-white); }
  .ae-nav.open ul { flex-direction: column; gap: 0; align-items: stretch; height: auto; }
  .ae-nav.open ul li a {
    display: block;
    padding: 18px 28px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: var(--ae-white);
  }
  .ae-nav.open ul li a::after { display: none; }
  .ae-nav.open .ae-nav-cta {
    background: none !important;
    padding: 18px 28px;
    border-radius: 0;
  }
  .ae-nav.open ul li:has(> .ae-nav-plant),
  .ae-nav.open ul li:has(> .ae-nav-baam) { display: block; }
  .ae-nav.open .ae-nav-plant,
  .ae-nav.open .ae-nav-baam {
    display: block;
    padding: 18px 28px;
    border-radius: 0;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
  }
  .ae-nav.open .ae-nav-plant { background: #F97316 !important; }
  .ae-nav.open .ae-nav-baam  { background: #D4A017 !important; }
  .ae-nav.open ul li:has(> .ae-nav-construction) { display: block; }
  .ae-nav.open .ae-nav-construction {
    display: block;
    padding: 18px 28px;
    border-radius: 0;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    background: var(--ae-red) !important;
  }
}

@media (max-width: 768px) {
  .ae-who-points  { grid-template-columns: 1fr; }
  .ae-cta-contacts { flex-direction: column; align-items: center; gap: 20px; }
  .ae-section-pad  { padding: 60px 0; }
  .ae-container    { padding: 0 20px; }
  .ae-values-grid  { grid-template-columns: 1fr; }
  .ae-service-panel { padding: 56px 24px; }
}

/* ================================================
   WHATSAPP STICKY BUTTON
   ================================================ */
.ae-whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.ae-whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
}
.ae-whatsapp-btn svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}
