/* =============================================
   GREAT CAREER CONSULTANT — Global Styles
   Luxury Black & Gold Theme
   ============================================= */

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-dark: #9A7A30;
  --black: #0A0A0A;
  --dark: #111111;
  --dark2: #1A1A1A;
  --dark3: #242424;
  --white: #FFFFFF;
  --offwhite: #F7F4EE;
  --text: #3A3A3A;
  --text-light: #888888;
  --border: rgba(201,168,76,0.2);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', sans-serif;
  --radius: 4px;
  --shadow: 0 8px 40px rgba(0,0,0,0.12);
  --shadow-gold: 0 8px 30px rgba(201,168,76,0.2);
  --transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ---- UTILITY ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.section-tag {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-tag.center { text-align: center; }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 24px;
}

/* ---- BUTTONS ---- */
.btn-gold {
  display: inline-block;
  padding: 13px 32px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--gold);
  transition: var(--transition);
  cursor: pointer;
  border-radius: 2px;
}
.btn-gold:hover {
  background: transparent;
  color: var(--gold);
  box-shadow: var(--shadow-gold);
}

.btn-gold-outline {
  display: inline-block;
  padding: 14px 34px;
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition);
  border-radius: 2px;
}
.btn-gold-outline:hover {
  background: var(--gold);
  color: var(--black);
}

/* ---- NAVBAR ---- */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: transparent;
  transition: var(--transition);
  padding: 0;
}
.navbar.scrolled {
  background: var(--black);
  box-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.nav-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-text { display: flex; flex-direction: column; }
.logo-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.12em;
  line-height: 1;
}
.logo-sub {
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--gold-light);
  margin-top: 2px;
}
.nav-links { display: flex; gap: 6px; margin-left: auto; }
.nav-link {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  padding: 8px 14px;
  transition: var(--transition);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 14px; right: 14px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-link.active { color: var(--gold); }
.navbar .btn-gold { font-size: 10px; padding: 10px 22px; }

.hamburger {
  display: none;
  background: none;
  border: none;
  color: var(--gold);
  font-size: 24px;
  cursor: pointer;
  margin-left: auto;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  padding: 16px 24px 24px;
  background: var(--black);
  border-top: 1px solid var(--border);
}
.mobile-menu a {
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.3s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu.open { display: flex; }

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1655722724451-0df658a2ab23?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover no-repeat;
  transform: scale(1.05);
  animation: heroZoom 12s ease-out forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.05); }
  to { transform: scale(1.0); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.3) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 120px 60px 80px;
  animation: fadeUp 1s ease 0.3s both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 6px 16px;
  margin-bottom: 28px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(46px, 7vw, 88px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 24px;
}
.hero-title em {
  font-style: italic;
  color: var(--gold-light);
}
.hero-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 40px;
  max-width: 480px;
  line-height: 1.8;
}
.hero-btn { font-size: 11px; }
.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 60px;
  z-index: 2;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ---- ABOUT STRIP ---- */
.about-strip { padding: 100px 0; background: var(--white); }
.about-img-wrap {
  position: relative;
}
.about-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.about-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--gold);
  color: var(--black);
  padding: 24px 28px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  box-shadow: var(--shadow-gold);
}
.about-badge span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.about-text h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 20px;
  line-height: 1.2;
}
.about-text p { color: var(--text-light); margin-bottom: 28px; font-size: 14px; }
.about-checks { margin-bottom: 36px; }
.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
}
.check-icon {
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ---- SERVICES ---- */
.services-section { padding: 100px 0; background: var(--offwhite); }
.section-title.center { text-align: center; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.service-card {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
.service-card.featured { border: 2px solid var(--gold); }
.service-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.service-card:hover .service-img { transform: scale(1.04); }
.service-body { padding: 24px; }
.service-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
}
.service-body p { font-size: 13px; color: var(--text-light); margin-bottom: 18px; }
.read-more {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s;
}
.read-more:hover { color: var(--gold-dark); }

/* ---- COUNTRIES ---- */
.countries-section { padding: 80px 0; background: var(--white); }
.countries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 48px;
}
.country-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  transition: var(--transition);
  cursor: pointer;
}
.country-pill span { font-size: 22px; }
.country-pill:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--black);
  box-shadow: var(--shadow-gold);
  transform: translateY(-3px);
}

/* ---- STATS ---- */
.stats-banner { position: relative; padding: 80px 0; overflow: hidden; }
.stats-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1400&q=80') center/cover no-repeat;
}
.stats-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.82);
}
.stats-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.stat-item { text-align: center; padding: 20px 60px; }
.stat-num {
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.stat-divider {
  width: 1px;
  height: 80px;
  background: rgba(201,168,76,0.3);
}

/* ---- PROCESS ---- */
.process-section { padding: 100px 0; background: var(--dark); }
.process-section .section-tag { color: var(--gold); }
.process-section .section-title { color: var(--white); }
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 60px;
  flex-wrap: wrap;
}
.process-step {
  flex: 1;
  min-width: 180px;
  text-align: center;
  padding: 40px 24px;
  position: relative;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.process-step:hover {
  background: rgba(201,168,76,0.06);
  border-color: var(--gold);
}
.step-number {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 700;
  color: rgba(201,168,76,0.1);
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.step-icon { font-size: 40px; margin-bottom: 12px; position: relative; z-index: 1; }
.process-step h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.process-step p { font-size: 13px; color: rgba(255,255,255,0.55); position: relative; z-index: 1; }
.process-arrow {
  font-size: 28px;
  color: var(--gold);
  padding: 0 12px;
  margin-top: 80px;
  opacity: 0.5;
}

/* ---- TESTIMONIALS ---- */
.testimonials-section { padding: 100px 0; background: var(--offwhite); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.testi-card {
  background: var(--white);
  padding: 40px 32px;
  border-radius: 4px;
  position: relative;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,0.04);
  transition: var(--transition);
}
.testi-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.testi-card.featured {
  background: var(--black);
  border: 1px solid var(--gold);
}
.testi-card.featured p, .testi-card.featured .testi-author strong { color: var(--white); }
.testi-card.featured small { color: var(--gold-light); }
.testi-quote {
  font-family: var(--font-display);
  font-size: 80px;
  color: var(--gold);
  opacity: 0.2;
  line-height: 0.8;
  margin-bottom: 16px;
}
.testi-card.featured .testi-quote { opacity: 0.4; }
.testi-card p { font-size: 14px; color: var(--text-light); line-height: 1.8; margin-bottom: 28px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.testi-author strong { font-size: 15px; font-weight: 700; }
.testi-author small { font-size: 11px; color: var(--gold); }

/* ---- CTA ---- */
.cta-section { padding: 60px 0; background: var(--black); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-inner h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
}
.cta-inner p { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 6px; }

/* ---- FOOTER ---- */
.footer { background: var(--dark); padding: 80px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border);
}
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 20px; line-height: 1.8; }
.footer-logo { display: flex; align-items: center; gap: 12px; }
.footer-logo-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer-logo-sub {
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--gold-light);
}
.social-links { display: flex; gap: 10px; margin-top: 24px; }
.social-link {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--transition);
}
.social-link:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-col ul a:hover { color: var(--gold); }
.footer-col p { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 10px; }
.footer-bottom {
  padding: 24px 0;
  text-align: center;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  padding: 160px 0 80px;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--border);
}
.page-hero-content { text-align: center; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  color: var(--white);
  margin: 12px 0 16px;
}
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero p { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 500px; margin: 0 auto; }

/* ---- BREADCRUMB ---- */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 12px;
}
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb span { color: rgba(255,255,255,0.4); }

/* ---- ANIMATIONS ---- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; }
  .process-arrow { display: none; }
  .stat-divider { display: none; }
  .stat-item { padding: 20px 30px; }
  .stats-inner { flex-direction: row; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta-inner { flex-direction: column; text-align: center; }
  .about-badge { right: 0; bottom: 0; }
  .nav-links { display: none; }
  .navbar .btn-gold { display: none; }
  .hamburger { display: block; }
  .hero-content { padding: 120px 24px 80px; }
  .hero-scroll { left: 24px; }
  .nav-container { padding: 18px 24px; }
  .page-hero { padding: 120px 0 60px; }
}
