﻿/* =========================================================
   Z TALENT â€” shared stylesheet
   Palette: white bg, deep blue, teal-green, gold accent
   Font: Arial (per brand requirement)
   ========================================================= */

:root {
  --white: #ffffff;
  --blue: #0a3d62;
  --blue-dark: #072a44;
  --blue-tint: #eaf2f7;
  --green: #12805c;
  --green-dark: #0d5f44;
  --green-tint: #e7f5f0;
  --gold: #c9a227;
  --gold-dark: #a3821c;
  --text: #1c2b36;
  --text-soft: #4a5b68;
  --bg-soft: #f4f7f6;
  --border: #e1e8e6;
  --radius: 10px;
  --shadow: 0 4px 18px rgba(10, 61, 98, 0.08);
  --shadow-lg: 0 12px 32px rgba(10, 61, 98, 0.14);
  --maxw: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--green); }

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); }
h3 { font-size: 1.3rem; }

p { margin: 0 0 16px; color: var(--text-soft); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 72px 0; }
.section.soft { background: var(--bg-soft); }
.section.blue { background: var(--blue); color: var(--white); }
.section.blue h2, .section.blue h3 { color: var(--white); }
.section.blue p { color: #cfe0ea; }

.section-head {
  max-width: 720px;
  margin: 0 0 40px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.btn-primary {
  background: var(--green);
  color: var(--white);
}
.btn-primary:hover { background: var(--green-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-gold {
  background: var(--gold);
  color: var(--blue-dark);
}
.btn-gold:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}
.btn-outline:hover { background: rgba(255,255,255,0.12); color: var(--white); border-color: var(--white); }
.btn-outline-blue {
  background: transparent;
  color: var(--blue);
  border-color: var(--blue);
}
.btn-outline-blue:hover { background: var(--blue); color: var(--white); }

/* ===================== HEADER / NAV ===================== */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--blue);
}


/* ORIGINAL vvvvv  */
/*
.logo .mark {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);
  position: relative;
  flex: none;
}
*/


.logo .mark {
  width: 201px;
  height: 49px;
  border-radius: 9px;
/*  background: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);  */
/*		background: #FFFFFF url('LevelXTalentMobileTMmodtaglineVer2Ver2DarkerBlue268.jpg') no-repeat scroll left;  */
/*		background: #FFFFFF url('LevelXTalent201.jpg') no-repeat scroll left;   */
		background: #FFFFFF url('LevelXTalent200.png') no-repeat scroll left;



  position: relative;
  flex: none;
}




/*   ******************************* */

/* I TURN THIS OFF  

.logo .mark::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -10px -6px 0 0 rgba(255,255,255,0.85), 10px 6px 0 0 rgba(255,255,255,0.85);
}

*/


.logo span.tag {
  color: var(--text-soft);
  font-weight: 400;
  font-size: 0.7rem;
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav.primary-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
nav.primary-nav a {
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
nav.primary-nav a:hover,
nav.primary-nav a.active {
  color: var(--blue);
  border-bottom-color: var(--gold);
}

.nav-cta { display: flex; align-items: center; gap: 18px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.hamburger span {
  width: 26px;
  height: 3px;
  background: var(--blue);
  border-radius: 2px;
  transition: all 0.25s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 70px;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(18,128,92,0.10), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(10,61,98,0.08), transparent 60%),
    var(--white);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.hero h1 { margin-bottom: 18px; }
.hero .lede { font-size: 1.12rem; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

.hero-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}

/* connector / network signature motif */
.node-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* ===================== PLACEHOLDER IMAGES ===================== */
.ph-image {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.92);
  text-align: center;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--border);
}
.ph-image.wide { aspect-ratio: 16 / 9; }
.ph-image.tall { aspect-ratio: 3 / 4; }
.ph-image .ph-inner {
  padding: 20px;
}
.ph-image .ph-icon { font-size: 2.4rem; margin-bottom: 8px; display: block; }
.ph-image .ph-label {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ph-image .ph-sub {
  font-size: 0.72rem;
  opacity: 0.85;
  margin-top: 6px;
  letter-spacing: 0.03em;
}
.ph-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 25%, rgba(201,162,39,0.35) 0, transparent 3px),
    radial-gradient(circle at 75% 65%, rgba(255,255,255,0.35) 0, transparent 3px),
    radial-gradient(circle at 55% 20%, rgba(255,255,255,0.25) 0, transparent 3px),
    radial-gradient(circle at 85% 30%, rgba(201,162,39,0.3) 0, transparent 3px);
  background-size: 100% 100%;
}

/* ===================== PILLARS / CARDS ===================== */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pillar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.pillar-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}
.pillar-card .pillar-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--blue-tint);
  color: var(--blue);
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.pillar-card:nth-child(2) .pillar-icon { background: var(--green-tint); color: var(--green); }
.pillar-card:nth-child(3) .pillar-icon { background: #fbf3dc; color: var(--gold-dark); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
  color: var(--text);
  font-weight: 500;
}
.check-list li:last-child { border-bottom: none; }
.check-list .tick {
  flex: none;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 2px;
}

.tag-pill {
  display: inline-block;
  background: var(--blue-tint);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  margin: 0 8px 10px 0;
}

blockquote.testimonial {
  background: var(--bg-soft);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 22px 24px;
  margin: 0;
  font-style: italic;
  color: var(--text);
}
blockquote.testimonial footer {
  margin-top: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--blue);
}

/* ===================== STATS / NUMBERS strip ===================== */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.stat-strip .stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
}
.stat-strip .stat-label {
  font-size: 0.85rem;
  color: #cfe0ea;
  letter-spacing: 0.03em;
}

/* ===================== FORM (contact) ===================== */
.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 6px;
  color: var(--blue);
}
.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--white);
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(18,128,92,0.15);
}
.form-row textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.82rem; color: var(--text-soft); margin-top: 10px; }
.form-success {
  display: none;
  background: var(--green-tint);
  border: 1px solid var(--green);
  color: var(--green-dark);
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 18px;
}

.contact-methods { display: grid; gap: 16px; }
.contact-method {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}
.contact-method .icon {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 10px;
  background: var(--blue-tint);
  color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
}
.contact-method h3 { margin-bottom: 4px; font-size: 1.02rem; }
.contact-method p { margin: 0; }

/* ===================== FOOTER ===================== */
footer.site-footer {
  background: var(--blue-dark);
  color: #cfe0ea;
  padding: 56px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  margin-bottom: 40px;
}
.footer-grid h4 {
  color: var(--white);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-grid a { color: #cfe0ea; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid ul li { margin-bottom: 10px; font-size: 0.92rem; }
.footer-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 700; font-size: 1.2rem; margin-bottom: 12px; }
.footer-logo .mark {
  width: 34px; height: 34px; border-radius: 8px;
  background: linear-gradient(135deg, var(--green) 0%, var(--gold) 100%);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: #9db4c2;
}
.footer-bottom a { color: #9db4c2; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
}
.footer-social a:hover { background: var(--gold); color: var(--blue-dark); }

/* ===================== PAGE BANNER (inner pages) ===================== */
.page-banner {
  padding: 56px 0 46px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-banner h1 { color: var(--white); margin-bottom: 10px; }
.page-banner p { color: #cfe0ea; max-width: 620px; margin: 0; }
.page-banner .eyebrow { color: var(--gold); }
.page-banner .eyebrow::before { background: var(--gold); }

/* Breadcrumb-ish dots for privacy etc */
.divider-dots {
  display: flex;
  gap: 6px;
  margin: 30px 0;
}
.divider-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--border); }
.divider-dots span:nth-child(1) { background: var(--blue); }
.divider-dots span:nth-child(2) { background: var(--green); }
.divider-dots span:nth-child(3) { background: var(--gold); }

/* Privacy policy specific */
.policy-block { margin-bottom: 28px; }
.policy-block h3 { display: flex; align-items: center; gap: 10px; }
.policy-block h3 .num {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--blue-tint);
  color: var(--blue);
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  flex: none;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .pillars { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 760px) {
  nav.primary-nav {
    position: fixed;
    top: 66px;
    left: 0; right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  nav.primary-nav.open { max-height: 420px; }
  nav.primary-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 20px;
  }
  nav.primary-nav ul li { border-bottom: 1px solid var(--border); }
  nav.primary-nav ul li a { display: block; padding: 14px 4px; }
  .hamburger { display: flex; }
  .nav-cta .btn-desktop-only { display: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .section { padding: 52px 0; }
}

@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
