/* ================================================================
   SESMA GROUP — Main Stylesheet
   Paleta: #000000 | #C8960C | #FFFFFF | #CCCCCC
   URL: sesmagroup.ecn-apps.com
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;400italic;600&display=swap');

/* ── Variables ─────────────────────────────────────────────────── */
:root {
  --gold:      #C8960C;
  --gold-lt:   #e0aa15;
  --black:     #000000;
  --dark:      #0a0a0a;
  --dark-2:    #111111;
  --dark-3:    #1a1a1a;
  --white:     #FFFFFF;
  --gray:      #CCCCCC;
  --gray-dk:   #888888;
  --font-h:    'Montserrat', sans-serif;
  --font-b:    'Open Sans', sans-serif;
  --max-w:     1200px;
  --radius:    6px;
  --radius-lg: 12px;
  --shadow:    0 4px 24px rgba(200, 150, 12, 0.12);
  --trans:     all 0.3s ease;
}

/* ── Reset ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-b);
  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; }
address { font-style: normal; }

/* ── Layout ────────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.section       { padding: 80px 0; }
.section--sm   { padding: 48px 0; }
.section--lg   { padding: 110px 0; }
.section--dark   { background: var(--dark-2); }
.section--darker { background: var(--dark-3); }
.section--gold   { background: var(--gold); color: var(--black); }

.grid   { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.center  { text-align: center; }

/* ── Typography ────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 { font-family: var(--font-h); line-height: 1.25; }

.section-tag {
  display: inline-block;
  font-family: var(--font-h);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
}
.section-title span { color: var(--gold); }
.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray);
  max-width: 600px;
  line-height: 1.75;
}
.center .section-subtitle { margin: 0 auto; }

.gold-divider {
  width: 56px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin: 14px 0 28px;
}
.gold-divider--center { margin-left: auto; margin-right: auto; }

/* ── Buttons ───────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: var(--radius);
  font-family: var(--font-h);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: var(--trans);
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.btn--primary:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 150, 12, 0.45);
}
.btn--outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn--outline:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 150, 12, 0.3);
}
.btn--lg { padding: 15px 36px; font-size: 0.92rem; }

/* ── Navbar ────────────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(200, 150, 12, 0.18);
  transition: var(--trans);
}
.navbar--scrolled {
  background: rgba(0, 0, 0, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-mark {
  width: 44px; height: 44px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.navbar__logo-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent;
}
.footer__logo-img {
  width: 56px;
  height: 56px;
  background: transparent;
}
.logo-text {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.2;
}
.logo-text span {
  color: var(--gray-dk);
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.navbar__links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar__links li a {
  display: inline-block;
  padding: 8px 16px;
  font-family: var(--font-h);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.04em;
  transition: var(--trans);
  position: relative;
}
.navbar__links li a::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 16px; right: 16px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.25s ease;
  transform-origin: center;
}
.navbar__links li a:hover { color: var(--white); }
.navbar__links li a:hover::after,
.navbar__links li a.active::after { transform: scaleX(1); }
.navbar__links li a.active { color: var(--white); }
.navbar__links li a.btn--cta {
  background: var(--gold);
  color: var(--black);
  padding: 9px 22px;
  border-radius: var(--radius);
  font-weight: 700;
  margin-left: 8px;
}
.navbar__links li a.btn--cta::after { display: none; }
.navbar__links li a.btn--cta:hover {
  background: var(--gold-lt);
  color: var(--black);
  transform: translateY(-1px);
}

/* ── Hamburger ─────────────────────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--trans);
}
.hamburger.is-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.is-active span:nth-child(2) { opacity: 0; transform: translateX(-8px); }
.hamburger.is-active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Hero ──────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--black);
  overflow: hidden;
  padding-top: 80px;
}
.hero__bg-glow {
  position: absolute;
  top: -200px; right: -200px;
  width: 650px; height: 650px;
  background: radial-gradient(circle, rgba(200,150,12,0.10) 0%, transparent 68%);
  pointer-events: none;
}
.hero__bg-glow-2 {
  position: absolute;
  bottom: -150px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,150,12,0.06) 0%, transparent 68%);
  pointer-events: none;
}
.hero__grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200,150,12,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,150,12,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 60px 0;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border: 1px solid rgba(200,150,12,0.4);
  border-radius: 100px;
  font-family: var(--font-h);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.hero__badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.hero__title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 24px;
}
.hero__title span { color: var(--gold); }
.hero__subtitle {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--gray);
  margin-bottom: 40px;
  max-width: 560px;
  line-height: 1.8;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.hero__scroll {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--gray-dk);
  font-size: 0.7rem;
  font-family: var(--font-h);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: bounce 2.2s ease-in-out infinite;
}
.hero__scroll svg { width: 20px; height: 20px; }
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(9px); }
}

/* ── Pillars ───────────────────────────────────────────────────── */
.pilar-card {
  padding: 36px 28px;
  border: 1px solid rgba(200,150,12,0.18);
  border-radius: var(--radius-lg);
  background: var(--dark-2);
  transition: var(--trans);
  position: relative;
  overflow: hidden;
}
.pilar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.pilar-card:hover {
  border-color: rgba(200,150,12,0.45);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.pilar-card:hover::before { transform: scaleX(1); }
.pilar-card__icon {
  width: 56px; height: 56px;
  background: rgba(200,150,12,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pilar-card__icon svg { width: 28px; height: 28px; stroke: var(--gold); }
.pilar-card__title {
  font-family: var(--font-h);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.pilar-card__desc { font-size: 0.92rem; color: var(--gray); line-height: 1.7; }

/* ── Service Cards (preview) ───────────────────────────────────── */
.service-card {
  background: var(--dark-3);
  border: 1px solid rgba(204,204,204,0.08);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: var(--trans);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.service-card__icon {
  width: 50px; height: 50px;
  background: rgba(200,150,12,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.service-card__icon svg { width: 25px; height: 25px; stroke: var(--gold); }
.service-card__title {
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.service-card__desc {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}
.service-card__link {
  font-family: var(--font-h);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}
.service-card__link svg { width: 16px; height: 16px; stroke: var(--gold); }
.service-card:hover .service-card__link { gap: 10px; }

/* ── Service Detail (services page) ───────────────────────────── */
.service-detail {
  background: var(--dark-2);
  border: 1px solid rgba(200,150,12,0.15);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 80px;
}
.service-detail::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--gold);
  border-radius: 4px 0 0 4px;
}
.service-detail__header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.service-detail__icon {
  flex-shrink: 0;
  width: 62px; height: 62px;
  background: rgba(200,150,12,0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-detail__icon svg { width: 30px; height: 30px; stroke: var(--gold); }
.service-detail__title {
  font-family: var(--font-h);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.service-detail__subtitle {
  font-size: 0.85rem;
  color: var(--gold);
  font-family: var(--font-h);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.service-detail__desc {
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 24px;
  font-size: 0.96rem;
}
.service-detail__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}
.service-detail__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--gray);
  font-size: 0.9rem;
  line-height: 1.5;
}
.service-detail__list li::before {
  content: '';
  flex-shrink: 0;
  width: 16px; height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23C8960C' d='M13.293 3.293 6 10.586 2.707 7.293 1.293 8.707 6 13.414l8.707-8.707z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 2px;
}
.service-detail__cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(204,204,204,0.08);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Why Us ────────────────────────────────────────────────────── */
.why-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: var(--dark-2);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(204,204,204,0.07);
  transition: var(--trans);
}
.why-card:hover { border-color: rgba(200,150,12,0.3); }
.why-card__icon {
  flex-shrink: 0;
  width: 50px; height: 50px;
  background: rgba(200,150,12,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-card__icon svg { width: 24px; height: 24px; stroke: var(--gold); }
.why-card__title {
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}
.why-card__desc { font-size: 0.9rem; color: var(--gray); line-height: 1.65; }

/* ── Stats Strip ───────────────────────────────────────────────── */
.stats-strip {
  background: var(--dark-3);
  border-top: 1px solid rgba(200,150,12,0.15);
  border-bottom: 1px solid rgba(200,150,12,0.15);
  padding: 52px 0;
}
.stat-item { text-align: center; padding: 12px; }
.stat-item__num {
  font-family: var(--font-h);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-item__label {
  font-size: 0.85rem;
  color: var(--gray);
  font-family: var(--font-h);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ── CTA Stripe ────────────────────────────────────────────────── */
.cta-stripe {
  background: linear-gradient(135deg, rgba(200,150,12,0.12) 0%, rgba(200,150,12,0.04) 100%);
  border-top: 1px solid rgba(200,150,12,0.25);
  border-bottom: 1px solid rgba(200,150,12,0.25);
  padding: 68px 0;
}
.cta-stripe__title {
  font-family: var(--font-h);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}
.cta-stripe__subtitle {
  color: var(--gray);
  margin-bottom: 36px;
  font-size: 1.05rem;
  max-width: 560px;
}
.center .cta-stripe__subtitle { margin-left: auto; margin-right: auto; }
.cta-stripe__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-bottom: 36px;
}
.cta-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 1rem;
}
.cta-contact-item svg { stroke: var(--gold); width: 22px; height: 22px; flex-shrink: 0; }
.cta-contact-item a { color: var(--white); transition: color 0.2s; }
.cta-contact-item a:hover { color: var(--gold); }

/* ── Page Header ───────────────────────────────────────────────── */
.page-header {
  padding: 128px 0 60px;
  background: var(--dark-2);
  border-bottom: 1px solid rgba(200,150,12,0.18);
  position: relative;
  overflow: hidden;
}
.page-header__glow {
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(200,150,12,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.page-header__tag {
  font-family: var(--font-h);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.page-header__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.page-header__title span { color: var(--gold); }
.page-header__desc { color: var(--gray); max-width: 600px; font-size: 1.05rem; line-height: 1.7; }

/* ── Breadcrumb ────────────────────────────────────────────────── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--gray-dk);
  font-family: var(--font-h);
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
.breadcrumb a { color: var(--gray-dk); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb__sep { color: rgba(200,150,12,0.5); }
.breadcrumb__current { color: var(--gray); }

/* ── About Page ────────────────────────────────────────────────── */
.value-card {
  text-align: center;
  padding: 36px 24px;
  background: var(--dark-3);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(204,204,204,0.07);
  transition: var(--trans);
}
.value-card:hover { border-color: rgba(200,150,12,0.3); transform: translateY(-4px); }
.value-card__icon {
  width: 64px; height: 64px;
  background: rgba(200,150,12,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.value-card__icon svg { width: 30px; height: 30px; stroke: var(--gold); }
.value-card__title {
  font-family: var(--font-h);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
}
.value-card__desc { font-size: 0.9rem; color: var(--gray); line-height: 1.7; }

.team-card {
  background: var(--dark-2);
  border: 1px solid rgba(200,150,12,0.2);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.team-card__avatar {
  flex-shrink: 0;
  width: 100px; height: 100px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: rgba(200,150,12,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
}
.team-card__name {
  font-family: var(--font-h);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.team-card__role {
  font-size: 0.85rem;
  color: var(--gold);
  font-family: var(--font-h);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.team-card__desc { font-size: 0.93rem; color: var(--gray); line-height: 1.75; }
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-intro__text p { color: var(--gray); line-height: 1.8; margin-bottom: 16px; font-size: 0.97rem; }
.about-intro__text p:last-child { margin-bottom: 0; }
.about-intro__visual {
  background: var(--dark-2);
  border: 1px solid rgba(200,150,12,0.2);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-feat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204,204,204,0.07);
}
.about-feat:last-child { border-bottom: none; padding-bottom: 0; }
.about-feat__icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: rgba(200,150,12,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-feat__icon svg { width: 22px; height: 22px; stroke: var(--gold); }
.about-feat__title { font-family: var(--font-h); font-size: 0.9rem; font-weight: 700; color: var(--white); }
.about-feat__desc { font-size: 0.82rem; color: var(--gray-dk); }

/* ── Contact Page ──────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: start;
}
.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(204,204,204,0.07);
}
.contact-info__item:last-child { border-bottom: none; margin-bottom: 0; }
.contact-info__icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: rgba(200,150,12,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info__icon svg { width: 22px; height: 22px; stroke: var(--gold); }
.contact-info__label {
  font-family: var(--font-h);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.contact-info__value { color: var(--white); font-size: 0.97rem; }
.contact-info__value a { color: var(--white); transition: color 0.2s; }
.contact-info__value a:hover { color: var(--gold); }

/* ── Form ──────────────────────────────────────────────────────── */
.form-card {
  background: var(--dark-2);
  border: 1px solid rgba(200,150,12,0.2);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
}
.form-card__title {
  font-family: var(--font-h);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(200,150,12,0.2);
}
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-family: var(--font-h);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 8px;
}
.form-label .required { color: var(--gold); margin-left: 2px; }
.form-control {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(204,204,204,0.14);
  border-radius: var(--radius);
  color: var(--white);
  font-family: var(--font-b);
  font-size: 0.94rem;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.form-control::placeholder { color: var(--gray-dk); }
.form-control:focus {
  border-color: var(--gold);
  background: rgba(200,150,12,0.04);
}
.form-control.is-invalid { border-color: #e74c3c; }
textarea.form-control { resize: vertical; min-height: 130px; }
select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C8960C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}
select.form-control option { background: var(--dark-2); color: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-error {
  color: #e74c3c;
  font-size: 0.78rem;
  margin-top: 5px;
  display: none;
  font-family: var(--font-h);
}
.form-error.visible { display: block; }
.form-success {
  background: rgba(200,150,12,0.08);
  border: 1px solid rgba(200,150,12,0.4);
  border-radius: var(--radius);
  padding: 16px 20px;
  color: var(--gold);
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.9rem;
  display: none;
  margin-top: 16px;
}
.form-success.visible { display: flex; align-items: center; gap: 10px; }
.form-success svg { width: 20px; height: 20px; stroke: var(--gold); flex-shrink: 0; }

/* ── Privacy Page ──────────────────────────────────────────────── */
.privacy-content { max-width: 820px; margin: 0 auto; }
.privacy-section { margin-bottom: 48px; }
.privacy-section h2 {
  font-family: var(--font-h);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200,150,12,0.2);
}
.privacy-section p { color: var(--gray); line-height: 1.8; margin-bottom: 12px; font-size: 0.95rem; }
.privacy-section ul { color: var(--gray); line-height: 1.8; padding-left: 24px; }
.privacy-section ul li { margin-bottom: 6px; list-style: disc; font-size: 0.95rem; }
.privacy-section strong { color: var(--white); font-weight: 600; }
.privacy-section a { color: var(--gold); transition: color 0.2s; }
.privacy-section a:hover { color: var(--gold-lt); }
.privacy-updated {
  font-family: var(--font-h);
  font-size: 0.8rem;
  color: var(--gray-dk);
  padding: 12px 16px;
  border: 1px solid rgba(204,204,204,0.1);
  border-radius: var(--radius);
  display: inline-block;
  margin-bottom: 40px;
}

/* ── Footer ────────────────────────────────────────────────────── */
.footer {
  background: var(--dark-3);
  border-top: 1px solid rgba(200,150,12,0.22);
  padding-top: 64px;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer__tagline {
  font-size: 0.87rem;
  color: var(--gray-dk);
  line-height: 1.7;
  max-width: 260px;
  margin: 16px 0 24px;
}
.footer__social { display: flex; gap: 10px; }
.footer__social a {
  width: 38px; height: 38px;
  border: 1px solid rgba(200,150,12,0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trans);
}
.footer__social a:hover {
  border-color: var(--gold);
  background: rgba(200,150,12,0.1);
}
.footer__social svg { width: 17px; height: 17px; stroke: var(--gray-dk); fill: none; transition: stroke 0.2s; }
.footer__social a:hover svg { stroke: var(--gold); }
.footer__col-title {
  font-family: var(--font-h);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer__links { display: flex; flex-direction: column; gap: 10px; }
.footer__links a {
  font-size: 0.87rem;
  color: var(--gray-dk);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer__links a::before { content: '›'; color: var(--gold); font-size: 1.1rem; line-height: 1; }
.footer__links a:hover { color: var(--white); }
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.87rem;
  color: var(--gray-dk);
}
.footer__contact-item svg { width: 15px; height: 15px; stroke: var(--gold); flex-shrink: 0; margin-top: 3px; fill: none; }
.footer__contact-item a { color: var(--gray-dk); transition: color 0.2s; }
.footer__contact-item a:hover { color: var(--gold); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__copy { font-size: 0.8rem; color: var(--gray-dk); }
.footer__copy span { color: var(--gold); font-weight: 600; }
.footer__legal { display: flex; gap: 20px; }
.footer__legal a { font-size: 0.8rem; color: var(--gray-dk); transition: color 0.2s; }
.footer__legal a:hover { color: var(--white); }

/* ── Scroll Reveal Animations ──────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal--left.is-visible { opacity: 1; transform: translateX(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; }

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; }
  .team-card { flex-direction: column; text-align: center; }
  .team-card__avatar { margin: 0 auto; }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .navbar__links {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
  }
  .navbar__links.is-open { transform: translateX(0); }
  .navbar__links li { width: 100%; text-align: center; }
  .navbar__links li a {
    display: block;
    padding: 18px 24px;
    font-size: 1.15rem;
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .navbar__links li a::after { display: none; }
  .navbar__links li a.btn--cta {
    margin: 20px auto 0;
    display: inline-block;
    width: auto;
    padding: 14px 40px;
    border-bottom: none;
    border-radius: var(--radius);
  }
  .section { padding: 60px 0; }
  .section--lg { padding: 72px 0; }
  .grid--3 { grid-template-columns: 1fr; }
  .grid--2 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; align-items: flex-start; }
  .cta-stripe__contacts { flex-direction: column; align-items: center; gap: 16px; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .footer__legal { justify-content: center; }
  .service-detail__header { flex-direction: column; }
  .service-detail { padding: 28px 24px; }
}

@media (max-width: 480px) {
  .stats-strip .grid--4 { grid-template-columns: 1fr 1fr; }
  .hero__title { font-size: 1.9rem; }
  .form-card { padding: 28px 20px; }
  .page-header { padding: 100px 0 48px; }
}
