*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #050505;
  color: #e5e5e5;
  line-height: 1.7;
  overflow-x: hidden;
}

a { text-decoration: none; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

/* ═══════════════════════════════════════════
   NAVBAR
   ═══════════════════════════════════════════ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(5,5,5,0.85);
  backdrop-filter: blur(14px);
  transition: background 0.3s, border-color 0.3s;
}

.nav-scrolled {
  background: rgba(5,5,5,0.95);
  border-bottom-color: rgba(255,255,255,0.1);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 0.15rem;
}

.nav-links a {
  color: rgba(255,255,255,0.5);
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  font-size: 0.85rem;
  transition: color 0.2s, background 0.2s;
}

.nav-links a:hover {
  color: #fff;
  background: rgba(255,255,255,0.06);
}

.nav-cta {
  background: #fff;
  color: #000;
  padding: 0.5rem 1.15rem;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.nav-cta:hover {
  background: #e0e0e0;
  transform: translateY(-1px);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #fff;
  transition: all 0.3s;
}

.mobile-menu {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1rem 1.5rem 1.25rem;
}

.mobile-menu a {
  display: block;
  color: rgba(255,255,255,0.55);
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.92rem;
  transition: color 0.2s;
}

.mobile-menu a:hover { color: #fff; }
.mobile-menu a:last-of-type { border-bottom: none; }

.mobile-menu .mob-cta {
  display: block;
  margin-top: 1rem;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 0.7rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  border-bottom: none;
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
}

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-top: 62px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(255,255,255,0.04) 0%, transparent 70%);
}

.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
}

.corner-tl {
  position: absolute;
  top: 80px; left: 40px;
  width: 100px; height: 100px;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
}

.corner-br {
  position: absolute;
  bottom: 40px; right: 40px;
  width: 100px; height: 100px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.hero-content {
  position: relative;
  z-index: 10;
   max-width: 1100px;
  text-align: start;
  padding: 3rem 1.5rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 5px 14px;
  border-radius: 999px;
   max-width: 1100px;
  margin-bottom: 2rem;
}

.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.hero-content h1 {
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}

.hero-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
 max-width: 1100px;
  margin: 0 auto 1rem;
}

.hero-body {
  font-size: 1rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.8;
  margin: 0 auto 2.5rem;
}

.btn-group {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.btn-primary {
  background: #fff;
  color: #000;
  padding: 0.75rem 2rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.btn-primary:hover {
  background: #e8e8e8;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: rgba(255,255,255,0.55);
  padding: 0.75rem 2rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.12);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.btn-outline:hover {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
  transform: translateY(-2px);
}

/* ── STATS ── */
.stats-row {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}

.stat {
  flex: 1;
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}

.stat:last-child { border-right: none; }

.stat-num {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 10;
}

.scroll-hint span {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.15);
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  animation: scrollAnim 1.8s ease-in-out infinite;
}

@keyframes scrollAnim {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 0; }
  40%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}

[x-cloak] { display: none !important; }

/* ═══════════════════════════════════════════
   ABOUT SECTION
   ═══════════════════════════════════════════ */
.about-section {
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.about-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

.about-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.about-content strong {
  color: rgba(255,255,255,0.85);
}

.highlight-quote {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 2rem;
  margin: 2.5rem 0;
  /* border-left: 3px solid rgba(255,255,255,0.2); */
  background: rgba(255,255,255,0.02);
  border-radius: 0 12px 12px 0;
  font-style: italic;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.team-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  transition: transform 0.3s, border-color 0.3s;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.15);
}

.team-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1a1a, #333);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  margin: 0 auto 1rem;
}

.team-card h3 {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 0.35rem;
}

.team-card p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
}

/* ═══════════════════════════════════════════
   SERVICES SECTION
   ═══════════════════════════════════════════ */
.services-section {
  padding: 100px 0;
  background: #080808;
}

.services-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 2rem;
  transition: border-color 0.3s, transform 0.3s;
}

.service-card:hover {
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-3px);
}

.service-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1.25rem;
}

.service-card h3 {
  font-size: 1.1rem;
  color: #fff;
   height: 100px;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.service-short {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin-bottom: 1rem;
  height:150px;
}

.service-full p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.feature-list {
  list-style: none;
  margin-bottom: 1rem;
}

.feature-list li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.3);
  font-size: 0.75rem;
}

.service-toggle {
  background: none;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.2s;
}

.service-toggle:hover {
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}

/* ═══════════════════════════════════════════
   CTA BANNER
   ═══════════════════════════════════════════ */
.cta-banner {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(180deg, #080808 0%, #0a0a0a 100%);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.cta-banner h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-banner p {
  font-size: 1rem;
  color: rgba(255,255,255,0.4);
  max-width: 550px;
  margin: 0 auto 2rem;
}

.cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-alt {
  background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
}

/* ═══════════════════════════════════════════
   PORTFOLIO SECTION
   ═══════════════════════════════════════════ */
.portfolio-section {
  padding: 100px 0;
}

.portfolio-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.portfolio-intro {
  font-size: 1rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.8;
  max-width: 650px;
  margin-bottom: 3rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.portfolio-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 2rem;
  transition: border-color 0.3s, transform 0.3s;
}

.portfolio-card:hover {
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-3px);
}

.portfolio-type {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 0.75rem;
}

.portfolio-card h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.portfolio-card > p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1rem;
}

.portfolio-tags span {
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.06);
}

.portfolio-toggle {
  background: none;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.2s;
}

.portfolio-toggle:hover {
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}

.portfolio-detail p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.portfolio-link {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  transition: color 0.2s;
}

.portfolio-link:hover { color: #fff; }

/* ═══════════════════════════════════════════
   WHY CHOOSE US
   ═══════════════════════════════════════════ */
.why-section {
  padding: 100px 0;
  background: #080808;
}

.why-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.why-intro {
  font-size: 1rem;
  color: rgba(255,255,255,0.4);
  max-width: 600px;
  margin-bottom: 3rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.why-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 2rem;
  transition: border-color 0.3s;
}

.why-card:hover { border-color: rgba(255,255,255,0.15); }

.why-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.why-card h3 {
  font-size: 1.05rem;
  color: #fff;
  height: 80px;
  margin-bottom: 0.75rem;
}

.why-body p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.75;
}

.why-toggle {
  background: none;
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.4);
  padding: 0.45rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.2s;
}

.why-toggle:hover {
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

/* ═══════════════════════════════════════════
   PROCESS SECTION
   ═══════════════════════════════════════════ */
.process-section {
  padding: 100px 0;
}

.process-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
  text-align: start;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.step {
  text-align: center;
  padding: 2rem 1.25rem;
  position: relative;
}

.step-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  margin: 0 auto 1.25rem;
}

.step h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════
   PRICING SECTION
   ═══════════════════════════════════════════ */
.pricing-section {
  padding: 100px 0;
  background: #080808;
}

.pricing-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.pricing-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
}

.pricing-card:hover {
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-4px);
}

.pricing-card.featured {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.03);
}

.pricing-card.retainer {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.pricing-badge {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 3px 12px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 1rem;
}

.pricing-price {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
}

.pricing-currency {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
}

.pricing-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1.25rem;
}

.pricing-features {
  list-style: none;
  margin-bottom: 1.5rem;
  text-align: left;
  height: 300px;
}

.pricing-features li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  padding: 0.4rem 0;
  padding-left: 1.25rem;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}

.pricing-features li:last-child { border-bottom: none; }

.pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.25);
  font-size: 0.75rem;
}

.pricing-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0.7rem 2rem;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.pricing-btn:hover {
  background: #e0e0e0;
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════
   FAQ SECTION
   ═══════════════════════════════════════════ */
.faq-section {
  padding: 100px 0;
}

.faq-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
  text-align: start;
}

.faq-list {
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  background: none;
  border: none;
  padding: 1.25rem 0;
  cursor: pointer;
  text-align: start;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  transition: color 0.2s;
}

.faq-question:hover { color: #fff; }

.faq-icon {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.3);
  transition: transform 0.3s;
}

.faq-open { transform: rotate(45deg); }

.faq-answer p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.8;
  padding-bottom: 1.25rem;
}

/* ═══════════════════════════════════════════
   CONTACT SECTION
   ═══════════════════════════════════════════ */
.contact-section {
  padding: 100px 0;
  background: #080808;
}

.contact-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.contact-intro {
  font-size: 1rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.8;
  max-width: 650px;
  margin-bottom: 3rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form-wrap {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 2rem;
}

.contact-form .form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
}

.contact-form .form-row input { flex: 1; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 0.85rem 1rem;
  border-radius: 10px;
  color: #fff;
  font-size: 0.88rem;
  font-family: inherit;
  margin-bottom: 12px;
  transition: border-color 0.2s, background 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.05);
  outline: none;
}

.contact-form textarea { resize: vertical; }

.contact-form button {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 0.85rem;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  font-family: inherit;
}

.contact-form button:hover {
  background: #e0e0e0;
  transform: translateY(-2px);
}

.contact-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.status-success {
  margin-top: 12px;
  color: #4ade80;
  font-size: 0.82rem;
  text-align: center;
}

.status-error {
  margin-top: 12px;
  color: #f87171;
  font-size: 0.82rem;
  text-align: center;
}

@media (max-width: 600px) {
  .contact-form .form-row {
    flex-direction: column;
  }
}

.contact-info {
  display: grid;
  gap: 1rem;
}

.contact-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 1.25rem;
  transition: border-color 0.3s;
}

.contact-card:hover { border-color: rgba(255,255,255,0.12); }

.contact-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.75rem;
}

.contact-card h4 {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.contact-card p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  margin-bottom: 0.5rem;
}

.contact-link {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  transition: color 0.2s;
}

.contact-link:hover { color: #fff; }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 60px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand h2 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
}

.footer-nav h4 {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1rem;
}

.footer-nav a {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  padding: 0.3rem 0;
  transition: color 0.2s;
}

.footer-nav a:hover { color: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 1.5rem;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.25);
  line-height: 1.8;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
  .stats-row {
    flex-wrap: wrap;
  }
  .stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .stat:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.06);
  }
  .stat:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
  .pricing-card.retainer {
    max-width: 100%;
  }
}
