/* ============================================================
   CurseGroup — Global Styles
   Palette: #0b0f19 (deep black) | #6366f1 / #8B5CF6 (gold)
           | #141727 (midnight blue) | #F5F0E8 (cream white)
   Fonts: Playfair Display (headings) + Inter (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400&family=Inter:wght@300;400;500;600;700&display=swap');
/* ---- CSS Variables ---- */
/* CurseGroup — palette indigo/violet sur fond #0b0f19 */
:root {
  --accent-yellow: #ffd600;
  --accent-gradient: linear-gradient(to right, #6366f1, #8B5CF6, #D946EF);
}
.accent-gradient-text {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nav-logo-img { height: 52px; width: auto; display: block; }
.hero-title .line-2 { font-style: normal; background: var(--accent-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
#testimonials { padding: 120px 0; background: linear-gradient(180deg, transparent, rgba(20,23,39,0.3) 50%, transparent); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { padding: 32px 28px; border-radius: var(--radius-md); border: 1px solid var(--glass-border); background: var(--glass-bg); backdrop-filter: blur(12px); }
.testimonial-card blockquote { margin: 0 0 24px; font-size: 0.92rem; color: var(--white-dim); line-height: 1.75; font-style: italic; }
.testimonial-card blockquote::before { content: '"'; color: var(--gold); font-size: 2rem; line-height: 0; display: block; margin-bottom: 12px; font-family: Georgia, serif; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-border); }
.testimonial-author h5 { font-family: Inter, sans-serif; font-size: 0.9rem; font-weight: 600; color: var(--white); margin: 0 0 2px; }
.testimonial-author span { font-size: 0.78rem; color: var(--white-muted); }
.clients-strip { padding: 80px 0; }
.clients-header { text-align: center; margin-bottom: 40px; }
.clients-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; }
.client-logo { padding: 16px 24px; border-radius: var(--radius-md); border: 1px solid var(--glass-border); background: rgba(20,23,39,0.4); transition: var(--transition); }
.client-logo:hover { border-color: var(--gold-border); transform: translateY(-4px); }
.client-logo img { height: 48px; width: auto; max-width: 160px; object-fit: contain; filter: brightness(0.95); }
.skills-panel { border-radius: var(--radius-lg); border: 1px solid var(--glass-border); background: var(--glass-bg); padding: 48px; margin-top: 48px; }
.skill-item { border-bottom: 1px solid var(--glass-border); padding: 24px 0; }
.skill-item:last-child { border-bottom: none; padding-bottom: 0; }
.skill-item:first-child { padding-top: 0; }
.skill-item h4 { font-family: Inter, sans-serif; font-size: 1.1rem; color: var(--gold); margin-bottom: 12px; }
.skill-item p { margin: 0; font-size: 0.9rem; }
.skill-item-inner { display: flex; gap: 24px; align-items: flex-start; }
.skill-item-inner img { width: 120px; flex-shrink: 0; border-radius: var(--radius-sm); }
@media (max-width: 1024px) { .testimonials-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .skill-item-inner { flex-direction: column; } .clients-logos { gap: 16px; } }
:root {
  --black:       #0b0f19;
  --black-2:     #12151f;
  --navy:        #141727;
  --navy-light:  #1e2235;
  --gold:        #6366f1;
  --gold-light:  #A78BFA;
  --gold-dim:    rgba(99,102,241,0.15);
  --gold-border: rgba(99,102,241,0.35);
  --white:       #F5F0E8;
  --white-dim:   rgba(245,240,232,0.7);
  --white-muted: rgba(245,240,232,0.4);
  --glass-bg:    rgba(20,23,39,0.45);
  --glass-border:rgba(99,102,241,0.2);
  --radius-sm:   6px;
  --radius-md:   14px;
  --radius-lg:   24px;
  --transition:  0.3s cubic-bezier(0.4,0,0.2,1);
  --shadow-gold: 0 0 40px rgba(99,102,241,0.12);
  --shadow-card: 0 8px 40px rgba(0,0,0,0.5);
}
/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  background-color: var(--black);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }
/* ---- Typography ---- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
}
h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p { color: var(--white-dim); font-size: 1rem; }
.gold-text { color: var(--gold); }
.gold-gradient-text {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* ---- Utility ---- */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.section-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.section-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 16px 0 32px;
}
/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: transparent;
  color: var(--black);
  z-index: 0;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  transition: var(--transition);
}
.btn-primary:hover::before {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}
.btn-primary:hover {
  color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(99,102,241,0.4);
}
.btn-primary i {
  position: relative;
  z-index: 1;
}
.btn-secondary {
  border: 1px solid var(--gold-border);
  color: var(--white);
  background: transparent;
  z-index: 0;
}
.btn-secondary:hover {
  border-color: var(--gold);
  background: var(--gold-dim);
  color: var(--white);
  transform: translateY(-2px);
}
/* ---- Navbar ---- */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
#navbar.scrolled {
  background: rgba(11,15,25,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px 0;
  box-shadow: 0 1px 0 var(--glass-border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-logo .logo-main {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.02em;
}
.nav-logo .logo-sub {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--white-dim);
  position: relative;
  transition: color var(--transition);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width var(--transition);
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* Language toggle */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 4px;
  background: var(--glass-bg);
}
.lang-btn {
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--white-muted);
  transition: var(--transition);
}
.lang-btn.active {
  background: var(--gold);
  color: var(--black);
}
.lang-btn:hover:not(.active) { color: var(--white); }
/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* Mobile menu */
.nav-mobile {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(11,15,25,0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.nav-mobile.open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.nav-mobile a {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--white-dim);
  transition: color var(--transition);
}
.nav-mobile a:hover { color: var(--gold); }
/* ---- Hero Section ---- */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}
.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(20,23,39,0.8) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(99,102,241,0.06) 0%, transparent 60%),
    var(--black);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease 0.2s forwards;
}
.hero-eyebrow-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.hero-eyebrow-text {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero-title {
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease 0.4s forwards;
}
.hero-title .line-2 {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero-desc {
  font-size: 1.1rem;
  color: var(--white-dim);
  max-width: 560px;
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease 0.6s forwards;
}
.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease 0.8s forwards;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s ease 1.4s forwards;
}
.hero-scroll-hint span {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white-muted);
}
.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
/* Hero stats bar */
.hero-stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(20,23,39,0.9), rgba(11,15,25,0.9));
  border-top: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  opacity: 0;
  animation: fadeIn 1s ease 1.2s forwards;
}
.hero-stats-inner {
  display: flex;
  gap: 0;
  justify-content: space-around;
  align-items: center;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 24px;
  border-right: 1px solid var(--glass-border);
}
.stat-item:last-child { border-right: none; }
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--white-muted);
  text-align: center;
}
/* ---- About Section ---- */
#about {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
#about::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,23,39,0.6) 0%, transparent 70%);
  pointer-events: none;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-visual {
  position: relative;
}
.about-frame {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--navy);
  border: 1px solid var(--glass-border);
}
.about-frame-inner {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--black-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.about-frame-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 40px,
      rgba(99,102,241,0.04) 40px,
      rgba(99,102,241,0.04) 41px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 40px,
      rgba(99,102,241,0.04) 40px,
      rgba(99,102,241,0.04) 41px
    );
}
.about-frame-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.about-frame-logo::before {
  content: '?';
  display: block;
  font-size: 3rem;
  margin-bottom: 12px;
  opacity: 0.6;
}
.about-corner {
  position: absolute;
  width: 40px; height: 40px;
  border-color: var(--gold);
  border-style: solid;
}
.about-corner.tl { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.about-corner.tr { top: -1px; right: -1px; border-width: 2px 2px 0 0; }
.about-corner.bl { bottom: -1px; left: -1px; border-width: 0 0 2px 2px; }
.about-corner.br { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }
.about-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(99,102,241,0.4);
}
.about-badge-year {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.about-badge-text {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}
.about-content { padding: 20px 0; }
.about-content h2 { margin-bottom: 0; }
.about-lead {
  font-size: 1.15rem;
  color: var(--white-dim);
  line-height: 1.8;
  margin-bottom: 32px;
}
.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pillar-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  background: var(--gold-dim);
  color: var(--gold);
}
.pillar-icon i { font-size: 0.85rem; }
.pillar-text h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}
.pillar-text p {
  font-size: 0.8rem;
  color: var(--white-muted);
  line-height: 1.5;
}
/* ---- Sectors Section ---- */
#sectors {
  padding: 120px 0;
  background: linear-gradient(180deg, transparent, rgba(20,23,39,0.2) 50%, transparent);
  position: relative;
}
.sectors-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 72px;
}
.sectors-header .section-divider {
  margin: 16px auto 32px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
/* Brands portfolio grid (style site original) */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.brand-card {
  position: relative;
  display: block;
  min-height: 300px;
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.brand-card--banner {
  grid-column: 1 / -1;
  min-height: 260px;
}
.brand-card--wide {
  grid-column: 1 / -1;
  min-height: 360px;
}
.brand-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: transform 0.45s ease, opacity 0.35s ease;
}
.brand-card__shade {
  position: absolute;
  inset: 0;
  background: rgba(11, 15, 25, 0.55);
  transition: background 0.35s ease;
}
.brand-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 28px;
}
.brand-card__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--white);
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.brand-card__tagline {
  margin: 0;
  max-width: 420px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.75);
}
@media (min-width: 769px) {
  .brand-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
    border-color: rgba(99, 102, 241, 0.35);
  }
  .brand-card:hover .brand-card__img {
    transform: scale(1.06);
    opacity: 0.72;
  }
  .brand-card:hover .brand-card__shade {
    background: rgba(11, 15, 25, 0.42);
  }
}
/* ---- Why Us Section ---- */
#why {
  padding: 120px 0;
  position: relative;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.why-content { }
.why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.why-feature {
  padding: 28px 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  background: rgba(20,23,39,0.3);
  transition: border-color var(--transition), transform var(--transition);
}
.why-feature:hover {
  border-color: var(--gold-border);
  transform: translateY(-4px);
}
.why-feature-icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  color: var(--gold);
}
.why-feature-icon i { font-size: 1.1rem; color: var(--gold); }
.why-feature h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--white);
}
.why-feature p {
  font-size: 0.82rem;
  color: var(--white-muted);
  line-height: 1.6;
}
/* Marquee / presence strip */
.why-presence {
  position: relative;
}
.presence-board {
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  padding: 48px;
  overflow: hidden;
}
.presence-board::before {
  content: '';
  position: absolute;
  top: -2px; left: 20%; right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.presence-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 32px;
  text-align: center;
}
.presence-map-placeholder {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--navy) 0%, var(--black-2) 100%);
  border-radius: var(--radius-md);
  display: block;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(99,102,241,0.1);
}
.presence-map-placeholder canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
/* Map dots and labels are now drawn directly on canvas via JS */
.presence-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.country-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--white-dim);
  background: rgba(99,102,241,0.06);
  transition: var(--transition);
}
.country-tag:hover {
  border-color: var(--gold);
  color: var(--white);
}
/* ---- Contact Section ---- */
#contact {
  padding: 120px 0;
  background: linear-gradient(180deg, transparent, rgba(20,23,39,0.15));
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.contact-info { }
.contact-info h2 { margin-bottom: 20px; }
.contact-info p { margin-bottom: 40px; }
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  background: rgba(20,23,39,0.25);
  transition: border-color var(--transition);
}
.contact-detail:hover { border-color: var(--gold-border); }
.contact-detail-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--gold);
}
.contact-detail-icon i { font-size: 0.9rem; color: var(--gold); }
.contact-detail-text h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.contact-detail-text p {
  font-size: 0.88rem;
  color: var(--white-dim);
  margin: 0;
  line-height: 1.5;
}
/* Form */
.contact-form-wrapper {
  border-radius: var(--radius-lg);
  padding: 48px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}
.contact-form-wrapper::before {
  content: '';
  position: absolute;
  top: -2px; left: 15%; right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white-muted);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(11,15,25,0.6);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-size: 0.9rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group select option {
  background: var(--black-2);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--white-muted);
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.form-submit {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 0.95rem;
}
.form-success {
  display: none;
  text-align: center;
  padding: 20px;
  border-radius: var(--radius-sm);
  background: rgba(99,102,241,0.1);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  font-size: 0.9rem;
}
/* ---- Footer ---- */
#footer {
  padding: 64px 0 32px;
  border-top: 1px solid var(--glass-border);
  background: var(--black-2);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--glass-border);
}
.footer-brand .logo-main {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
}
.footer-brand .logo-sub {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-top: 2px;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 0.85rem;
  color: var(--white-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.social-btn {
  width: 36px; height: 36px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--white-muted);
  transition: var(--transition);
}
.social-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-dim);
}
.footer-col h5 {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col ul li a {
  font-size: 0.85rem;
  color: var(--white-muted);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copyright {
  font-size: 0.8rem;
  color: var(--white-muted);
}
.footer-legal-links {
  display: flex;
  gap: 24px;
}
.footer-legal-links a {
  font-size: 0.8rem;
  color: var(--white-muted);
  transition: color var(--transition);
}
.footer-legal-links a:hover { color: var(--gold); }
/* ---- Legal Pages ---- */
.legal-page {
  padding: 160px 0 80px;
  min-height: 100vh;
}
.legal-page .legal-header {
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 40px;
  margin-bottom: 56px;
}
.legal-page .legal-header h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 12px;
}
.legal-page .legal-date {
  font-size: 0.82rem;
  color: var(--white-muted);
}
.legal-content h2 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  margin-top: 44px;
  color: var(--gold);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li {
  font-size: 0.92rem;
  color: var(--white-dim);
  line-height: 1.9;
  margin-bottom: 12px;
}
.legal-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 12px;
}
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
}
.legal-content table th, .legal-content table td {
  text-align: left;
  padding: 10px 14px;
  font-size: 0.85rem;
  border: 1px solid var(--glass-border);
}
.legal-content table th {
  background: var(--navy);
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.legal-content table td { color: var(--white-dim); }
.legal-content strong { color: var(--white); }
.legal-content a { color: var(--gold); text-decoration: underline; }
/* ---- Reveal animations ---- */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
/* ---- Keyframes ---- */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.6; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(1.2); }
}
@keyframes ripple {
  0%   { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(3); opacity: 0; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .about-grid     { grid-template-columns: 1fr; gap: 48px; }
  .why-grid       { grid-template-columns: 1fr; gap: 48px; }
  .contact-grid   { grid-template-columns: 1fr; gap: 48px; }
  .footer-top     { grid-template-columns: 1fr 1fr; }
  .brands-grid    { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .brand-card--wide { min-height: 280px; }
}
@media (max-width: 768px) {
  .nav-links      { display: none; }
  .nav-actions .btn { display: none; }
  .nav-hamburger  { display: flex; }
  .hero-stats-inner { flex-wrap: wrap; gap: 16px; }
  .stat-item        { border-right: none; padding: 8px 16px; }
  .about-pillars  { grid-template-columns: 1fr; }
  .why-features   { grid-template-columns: 1fr; }
  .form-row       { grid-template-columns: 1fr; }
  .footer-top     { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom  { flex-direction: column; text-align: center; }
  .footer-legal-links { flex-wrap: wrap; justify-content: center; }
  .contact-form-wrapper { padding: 28px 20px; }
  .presence-board { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; }
  .btn { justify-content: center; }
  .about-frame { aspect-ratio: 1/1; }
}
