/* =========================
   RESET / BASE
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #0b0b0f;
  color: #f5f1e8;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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

/* =========================
   LAYOUT
========================= */
.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.section,
.section-luxury {
  padding: 110px 0;
  position: relative;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.06), transparent 20%),
    linear-gradient(180deg, #0d0d12 0%, #13131b 100%);
}

.section-luxury {
  background:
    radial-gradient(circle at 85% 20%, rgba(109, 40, 217, 0.08), transparent 20%),
    linear-gradient(180deg, #121219 0%, #171722 100%);
}

.section-contact {
  background:
    radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.08), transparent 20%),
    linear-gradient(180deg, #101017 0%, #151521 100%);
}

.center-text {
  text-align: center;
}

/* =========================
   TYPOGRAPHY
========================= */
.logo {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #fff7df;
}

.eyebrow,
.eyebrow-dark,
.hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-chip,
.eyebrow {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #f1dfaa;
  backdrop-filter: blur(12px);
}

.eyebrow-dark {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f0dfae;
  backdrop-filter: blur(12px);
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #fff;
  margin: 18px 0 20px;
  max-width: 900px;
}

.section-title.light {
  color: #fff;
}

.section-text {
  max-width: 760px;
  color: #d7d2c7;
  font-size: 1.02rem;
  line-height: 1.9;
}

.section-text.light {
  color: #ddd9cf;
}

.gradient-text {
  background: linear-gradient(135deg, #fff2c2 0%, #d4af37 35%, #f6e8bd 65%, #c792ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =========================
   BUTTONS
========================= */
.button-group,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 999px;
  font-weight: 700;
  transition: all 0.35s ease;
  font-size: 0.96rem;
}

.btn-primary {
  background: linear-gradient(135deg, #d4af37 0%, #f7df84 100%);
  color: #121212;
  box-shadow: 0 18px 34px rgba(212, 175, 55, 0.22);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px rgba(212, 175, 55, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #f8f2e5;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

/* =========================
   NAVBAR / HERO
========================= */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 175, 55, 0.12), transparent 18%),
    radial-gradient(circle at 85% 15%, rgba(124, 58, 237, 0.12), transparent 20%),
    linear-gradient(135deg, #09090d 0%, #111119 45%, #181822 100%);
}

.hero-luxury {
  padding: 28px 0 90px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.hero-orb-1 {
  width: 360px;
  height: 360px;
  top: 60px;
  left: -80px;
  background: rgba(212, 175, 55, 0.18);
}

.hero-orb-2 {
  width: 320px;
  height: 320px;
  bottom: 40px;
  right: -60px;
  background: rgba(116, 76, 255, 0.18);
}

.hero-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: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 90%);
  pointer-events: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 0 30px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.nav-links a {
  color: #ece6d8;
  font-weight: 600;
  font-size: 0.96rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #f1d67b;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 50px;
  padding-top: 40px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.9rem, 5.7vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -2px;
  color: #fff;
  margin: 24px 0 20px;
  max-width: 760px;
}

.hero-description {
  max-width: 670px;
  font-size: 1.08rem;
  line-height: 1.95;
  color: #d8d2c8;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-badge {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #f4ecdc;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}

/* =========================
   HERO MOCKUP / 3D
========================= */
.hero-visual {
  position: relative;
}

.mockup-shell {
  position: relative;
  perspective: 1400px;
}

.mockup-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  transform: rotateY(-9deg) rotateX(6deg);
  transform-style: preserve-3d;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.mockup-card:hover {
  transform: rotateY(-3deg) rotateX(2deg) translateY(-8px);
}

.mockup-card-luxury {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    linear-gradient(135deg, #171723 0%, #212133 100%);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow:
    0 34px 80px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,0.32);
}

.preview {
  padding: 28px;
}

.preview-top {
  padding: 28px;
  border-radius: 24px;
  margin-bottom: 22px;
}

.preview-top-luxury {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 25%),
    linear-gradient(135deg, #12121b 0%, #202033 100%);
  border: 1px solid rgba(255,255,255,0.08);
}

.preview-top h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
}

.preview-top p {
  color: #d6d0c4;
  line-height: 1.75;
}

.preview-body {
  display: grid;
  gap: 16px;
}

.preview-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 22px;
  color: #f6f0e3;
  box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

.preview-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.preview-box p {
  color: #d4cfc4;
  line-height: 1.8;
}

.preview-box.orange {
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(255,255,255,0.05));
  border-color: rgba(212, 175, 55, 0.24);
}

.mini-button {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f0d77a;
  color: #121212;
  font-size: 0.82rem;
  font-weight: 700;
}

.floating-metric {
  position: absolute;
  padding: 15px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 32px rgba(0,0,0,0.18);
  color: #fff;
}

.floating-metric span {
  display: block;
  font-size: 0.78rem;
  color: #ddd4c6;
  margin-bottom: 3px;
}

.floating-metric strong {
  color: #f3df9c;
  font-size: 1rem;
}

.floating-metric-1 {
  top: 24px;
  right: -24px;
}

.floating-metric-2 {
  bottom: 34px;
  left: -24px;
}

/* =========================
   ABOUT
========================= */
.about-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

.about-intro .section-text + .section-text {
  margin-top: 20px;
}

.about-highlights {
  display: grid;
  gap: 18px;
}

.highlight-card {
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.highlight-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.22);
}

.highlight-card h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.highlight-card p {
  color: #d5cfc4;
  line-height: 1.8;
}

/* =========================
   PORTFOLIO
========================= */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 42px;
}

.portfolio-card {
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.2);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, 0.24);
}

.portfolio-card.featured {
  grid-column: span 2;
}

.portfolio-image {
  min-height: 240px;
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 22%),
    linear-gradient(135deg, #171723 0%, #212133 100%);
}

.coming-soon-bg {
  background:
    radial-gradient(circle at 15% 20%, rgba(124, 58, 237, 0.16), transparent 20%),
    linear-gradient(135deg, #171723 0%, #1e1e2f 100%);
}

.portfolio-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
}

.portfolio-tag,
.portfolio-status {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.portfolio-tag {
  background: #f0d77a;
  color: #151515;
}

.portfolio-content {
  padding: 26px;
}

.portfolio-content h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.portfolio-content p {
  color: #d4cec4;
  line-height: 1.85;
  margin-bottom: 16px;
}

.portfolio-status {
  background: rgba(255,255,255,0.06);
  color: #f2e7ca;
  border: 1px solid rgba(255,255,255,0.08);
}

/* =========================
   SERVICES
========================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.service-card {
  padding: 30px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.24);
}

.service-card h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.service-card p {
  color: #d8d1c5;
  line-height: 1.85;
}

/* =========================
   IMPACT PREVIEW
========================= */
.impact-preview {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}

.impact-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.08), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(124, 58, 237, 0.10), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.04), transparent 28%);
  pointer-events: none;
}

.impact-preview-box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding: 72px 48px;
  background:
    linear-gradient(145deg, rgba(12, 12, 18, 0.96), rgba(24, 24, 34, 0.92)),
    linear-gradient(135deg, #0d0d14 0%, #171726 40%, #1f1f33 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.32),
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.impact-preview-box::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: -120px;
  right: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, rgba(212, 175, 55, 0) 70%);
  filter: blur(24px);
}

.impact-preview-box::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  bottom: -100px;
  left: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 135, 255, 0.18) 0%, rgba(90, 135, 255, 0) 72%);
  filter: blur(26px);
}

.impact-preview-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.eyebrow-impact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.18);
  color: #f3e7bf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.impact-title {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1.8px;
  color: #ffffff;
}

.impact-title .highlight {
  background: linear-gradient(135deg, #f7e7b0 0%, #d4af37 35%, #fff5cf 70%, #c68bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.impact-lead {
  max-width: 860px;
  margin: 0 auto 18px;
  font-size: 21px;
  line-height: 1.85;
  color: #f5f2ea;
  font-weight: 600;
}

.impact-text {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.95;
  color: #cfcfda;
}

.impact-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 42px 0 38px;
}

.impact-mini-card {
  position: relative;
  padding: 28px;
  border-radius: 26px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  overflow: hidden;
}

.impact-mini-card:hover {
  transform: translateY(-12px);
  border-color: rgba(212, 175, 55, 0.28);
  box-shadow: 0 28px 50px rgba(0,0,0,0.24);
}

.impact-mini-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  color: #ffffff;
}

.impact-mini-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #dfdfea;
}

.impact-floating-tag {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.18);
}

.impact-floating-tag strong {
  display: block;
  color: #f3e7bf;
  font-size: 15px;
  margin-top: 2px;
}

.impact-floating-tag.tag-1 {
  top: 34px;
  right: 34px;
}

.impact-floating-tag.tag-2 {
  bottom: 34px;
  left: 34px;
}

/* =========================
   CONTACT / FOOTER
========================= */
.contact-box {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 34px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 54px rgba(0,0,0,0.2);
}

.footer {
  padding: 28px 0 40px;
  background: #0a0a0f;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer p {
  color: #c8c2b7;
  font-size: 0.95rem;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .hero-grid,
  .about-wrapper,
  .portfolio-grid,
  .services-grid,
  .impact-mini-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card.featured {
    grid-column: span 1;
  }

  .floating-metric-1,
  .floating-metric-2,
  .impact-floating-tag {
    display: none;
  }
}

@media (max-width: 768px) {
  .section,
  .section-luxury,
  .impact-preview {
    padding: 85px 0;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    gap: 14px;
  }

  .hero-title {
    font-size: 2.6rem;
    line-height: 1.03;
  }

  .hero-description,
  .section-text {
    font-size: 0.98rem;
  }

  .mockup-card {
    transform: none;
  }

  .preview,
  .contact-box,
  .impact-preview-box {
    padding: 24px;
  }

  .impact-title {
    font-size: 36px;
    line-height: 1.08;
  }

  .impact-lead {
    font-size: 18px;
  }

  .button-group,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .footer-content {
    flex-direction: column;
  }
}