:root {
  --bg: #050607;
  --bg-soft: #0b0e12;
  --card: rgba(255,255,255,0.055);
  --card-strong: rgba(255,255,255,0.09);
  --line: rgba(255,255,255,0.12);
  --text: #f6f7f9;
  --muted: #a3abb8;
  --muted-2: #727b89;
  --accent: #d8b76a;
  --accent-2: #fff1bd;
  --shadow: 0 30px 80px rgba(0,0,0,0.55);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(216,183,106,0.17), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(112,113,255,0.12), transparent 25%),
    linear-gradient(180deg, #07080a 0%, #050607 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: radial-gradient(circle at 1px 1px, #ffffff 1px, transparent 0);
  background-size: 22px 22px;
  z-index: -1;
}

a { color: inherit; text-decoration: none; }

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  z-index: 80;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(216,183,106,0.65);
}

.page-glow {
  position: fixed;
  inset: auto -20% -40% auto;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(216,183,106,0.12), transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 6vw;
  backdrop-filter: blur(18px);
  background: rgba(5,6,7,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 40px rgba(0,0,0,0.16);
}
.site-header.scrolled {
  background: rgba(5,6,7,0.88);
  border-bottom-color: rgba(216,183,106,0.16);
}

.logo {
  font-weight: 900;
  letter-spacing: -0.06em;
  font-size: 1.55rem;
  white-space: nowrap;
}
.logo span:nth-child(1), .logo span:nth-child(3) { color: #fff; }
.logo span:nth-child(2) { color: var(--accent); }
.logo.small { font-size: 1.25rem; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 0.92rem;
}
.nav-links a:hover { color: var(--text); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.035);
  color: var(--text);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.social-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(216,183,106,0.22);
  background: rgba(216,183,106,0.08);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}
.insta-btn {
  color: var(--accent-2);
  border-color: rgba(216,183,106,0.18);
}

.nav-cta, .primary-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.nav-cta {
  padding: 12px 18px;
  background: rgba(216,183,106,0.12);
  border: 1px solid rgba(216,183,106,0.4);
  color: var(--accent-2);
  font-size: 0.88rem;
}
.primary-btn {
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--accent), #fff1bd);
  color: #16120a;
  box-shadow: 0 18px 40px rgba(216,183,106,0.18);
  border: 0;
  cursor: pointer;
}
.secondary-btn {
  padding: 15px 22px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255,255,255,0.03);
}
.nav-cta:hover, .primary-btn:hover, .secondary-btn:hover { transform: translateY(-2px) scale(1.01); }
.primary-btn:hover { box-shadow: 0 24px 54px rgba(216,183,106,0.28); }
.full { width: 100%; }
.menu-btn { display: none; }

.section-padding { padding: 100px 6vw; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 60px;
  min-height: 86vh;
}
.eyebrow {
  display: inline-flex;
  color: var(--accent-2);
  border: 1px solid rgba(216,183,106,0.28);
  background: rgba(216,183,106,0.08);
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero h1, .section-heading h2, .band-card h2, .offer h2, .contact h2 {
  margin: 22px 0 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}
.hero-subtitle {
  max-width: 710px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 48px;
  max-width: 760px;
}
.trust-row div {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
  border-radius: 18px;
}
.trust-row strong { display: block; font-size: 0.95rem; }
.trust-row span { display: block; margin-top: 5px; color: var(--muted-2); font-size: 0.8rem; }
.hero-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.hero-mini-proof span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
  color: #e9edf3;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-visual { perspective: 1200px; }
.browser-card {
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotateY(-7deg) rotateX(4deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.browser-card:hover {
  transform: rotateY(-4deg) rotateX(2deg) translateY(-4px);
  box-shadow: 0 36px 90px rgba(0,0,0,0.62);
}
.browser-top {
  display: flex;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.24);
}
.browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
}
.browser-inner { padding: 34px; }
.browser-inner.with-image { display: grid; gap: 18px; }
.hero-shot {
  width: 100%;
  display: block;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}
.visual-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}
.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.12));
  pointer-events: none;
  z-index: 1;
}
.visual-card img {
  position: relative;
  z-index: 0;
  transition: transform 0.55s ease, filter 0.55s ease;
}
.visual-card:hover img {
  transform: scale(1.03);
  filter: saturate(1.04);
}
.mock-badge {
  display: inline-block;
  color: var(--accent-2);
  font-size: 0.75rem;
  font-weight: 800;
  border: 1px solid rgba(216,183,106,0.24);
  border-radius: 999px;
  padding: 7px 10px;
}
.browser-inner h2 {
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  margin: 22px 0 12px;
}
.browser-inner p { color: var(--muted); line-height: 1.65; }
.mock-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  margin: 28px 0;
}
.mock-panel {
  min-height: 110px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(216,183,106,0.18), rgba(255,255,255,0.05)),
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(255,255,255,0.04) 14px 15px);
  border: 1px solid rgba(255,255,255,0.1);
}
.mock-panel.large { grid-row: span 2; min-height: 235px; }
.mock-leads {
  display: grid;
  gap: 10px;
}
.mock-leads div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  padding: 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.18);
}
.mock-leads span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(216,183,106,0.8);
}

.section-heading { max-width: 900px; margin: 0 auto 52px; text-align: center; }
.section-heading.narrow { max-width: 760px; }
.section-heading h2, .band-card h2, .offer h2, .contact h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}
.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 20px auto 0;
}

.problem-grid, .cards-grid, .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.problem-grid article, .service-card, .stat-card, .timeline-item, .faq details {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: var(--radius);
  padding: 30px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}
.problem-grid article:hover, .service-card:hover, .stat-card:hover, .timeline-item:hover, .faq details:hover {
  transform: translateY(-6px);
  border-color: rgba(216,183,106,0.22);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.07);
}
.problem-grid span, .timeline-item span {
  color: var(--accent);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h3 { font-size: 1.35rem; margin: 16px 0 10px; letter-spacing: -0.04em; }
p { color: var(--muted); line-height: 1.7; }

.service-card.featured {
  background: linear-gradient(145deg, rgba(216,183,106,0.14), rgba(255,255,255,0.055));
  border-color: rgba(216,183,106,0.28);
}
.cards-grid { align-items: stretch; }
.service-card { display: flex; flex-direction: column; }
.service-media {
  margin: -10px -10px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
}
.service-media {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.18));
}
.service-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}
.service-card li {
  color: #dbe0e8;
  padding-left: 22px;
  position: relative;
}
.service-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 9px;
}

.image-band { padding: 20px 6vw; }
.band-card {
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 40px;
  padding: 54px;
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at 80% 20%, rgba(216,183,106,0.18), transparent 36%),
    linear-gradient(135deg, #13161b, #08090b);
  box-shadow: var(--shadow);
}
.band-copy { position: relative; z-index: 1; }
.band-card p { font-size: 1.05rem; }
.band-visual {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 60px rgba(0,0,0,0.42);
}
.band-visual img { width: 100%; display: block; }

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.timeline-item { min-height: 260px; }

.stat-card {
  text-align: center;
  padding: 38px 24px;
}
.stat-card strong {
  display: block;
  color: var(--accent-2);
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -0.07em;
}
.stat-card span { color: var(--muted); }

.offer-card, .contact-card {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 30px;
  border: 1px solid rgba(216,183,106,0.2);
  background: linear-gradient(145deg, rgba(216,183,106,0.11), rgba(255,255,255,0.04));
  border-radius: 38px;
  padding: 48px;
  box-shadow: var(--shadow);
}
.offer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.offer-list span {
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.16);
  border-radius: 16px;
  color: #e7ebf0;
}
.offer-box {
  align-self: center;
  background: rgba(0,0,0,0.26);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
}
.stacked-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.08rem;
}
.faq details p { margin-bottom: 0; }

.contact-card { align-items: start; }
.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.contact-visual {
  margin-top: 28px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 54px rgba(0,0,0,0.35);
}
.contact-visual img { width: 100%; display: block; }
.contact-form {
  display: grid;
  gap: 14px;
  background: rgba(0,0,0,0.22);
  border: 1px solid var(--line);
  padding: 24px;
  border-radius: 28px;
}
label {
  display: grid;
  gap: 8px;
  color: #e7ebf0;
  font-size: 0.86rem;
  font-weight: 800;
}
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--text);
  font: inherit;
  outline: none;
}
input:focus, textarea:focus { border-color: rgba(216,183,106,0.65); }
.form-message { margin: 0; color: var(--accent-2); font-size: 0.9rem; min-height: 1.4em; }

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  display: grid;
  gap: 2px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(9,10,12,0.88);
  border: 1px solid rgba(216,183,106,0.26);
  box-shadow: 0 24px 60px rgba(0,0,0,0.42);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.floating-cta:hover {
  transform: translateY(-4px);
  border-color: rgba(216,183,106,0.42);
  box-shadow: 0 30px 70px rgba(0,0,0,0.52);
}
.floating-cta__label {
  font-weight: 900;
  color: var(--accent-2);
  font-size: 0.95rem;
}
.floating-cta__sub {
  color: var(--muted);
  font-size: 0.76rem;
}
.mobile-cta-bar { display: none; }

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 6vw;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--muted);
}
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer a:hover { color: var(--text); }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal.visible, .browser-card, .visual-card img, .primary-btn, .secondary-btn, .nav-cta, .visual-cta {
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 1000px) {
  .hero, .offer-card, .contact-card, .band-card { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .browser-card, .browser-card:hover { transform: none; }
  .problem-grid, .cards-grid, .stats, .timeline { grid-template-columns: repeat(2, 1fr); }
  .nav-links, .nav-cta, .header-actions { display: none; }
  .menu-btn {
    display: inline-flex;
    color: var(--text);
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.04);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
  }
  .site-header.open .nav-links {
    display: grid;
    position: absolute;
    left: 6vw;
    right: 6vw;
    top: 74px;
    padding: 22px;
    background: rgba(8,9,11,0.96);
    border: 1px solid var(--line);
    border-radius: 22px;
  }
}

@media (max-width: 680px) {
  .section-padding { padding: 74px 5vw; }
  .site-header { padding: 16px 5vw; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .trust-row, .problem-grid, .cards-grid, .stats, .timeline, .offer-list { grid-template-columns: 1fr; }
  .browser-inner, .offer-card, .contact-card, .band-card { padding: 26px; border-radius: 26px; }
  .hero-actions a, .contact-quick-actions a { width: 100%; }
  .floating-cta { display: none; }
  .mobile-cta-bar {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 75;
    padding: 10px;
    border: 1px solid rgba(216,183,106,0.2);
    border-radius: 20px;
    background: rgba(5,6,7,0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 44px rgba(0,0,0,0.38);
  }
  .footer { flex-direction: column; align-items: flex-start; padding-bottom: 100px; }
}

.hero-image-card, .band-visual, .contact-visual, .service-media {
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.2));
}
.hero-shot,
.band-visual img,
.contact-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}


/* Final mobile launch polish */
@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 54px;
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.55rem);
    line-height: 0.92;
  }

  .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.62;
    margin-top: 22px;
  }

  .hero-actions {
    margin-top: 26px;
    gap: 10px;
  }

  .hero-actions .secondary-btn {
    font-size: 0.9rem;
    padding: 13px 18px;
  }

  .trust-row {
    margin-top: 30px;
    gap: 10px;
  }

  .hero-mini-proof {
    margin-top: 12px;
    gap: 8px;
  }

  .hero-mini-proof span {
    font-size: 0.76rem;
    padding: 8px 11px;
  }

  .mobile-cta-bar {
    left: 18px;
    right: 18px;
    bottom: 14px;
    padding: 7px;
    border-radius: 18px;
    background: rgba(5,6,7,0.82);
    box-shadow: 0 14px 34px rgba(0,0,0,0.36);
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .mobile-cta-bar.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-cta-bar .primary-btn {
    padding: 12px 18px;
    font-size: 0.92rem;
    border-radius: 999px;
  }

  body {
    padding-bottom: 76px;
  }

  .footer {
    padding-bottom: 92px;
  }
}


/* Final mobile CTA refine v2 */
@media (max-width: 680px) {
  .mobile-cta-bar {
    left: 24px;
    right: 24px;
    bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .mobile-cta-bar .primary-btn {
    padding: 10px 16px;
    font-size: 0.86rem;
    min-height: 46px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.24);
  }

  body {
    padding-bottom: 64px;
  }

  .footer {
    padding-bottom: 78px;
  }
}


/* Clickable image polish */
.image-link {
  display: block;
  cursor: pointer;
}

.image-link:focus-visible {
  outline: 2px solid rgba(255, 241, 189, 0.9);
  outline-offset: 4px;
}


/* Service image corner fix */
.service-media {
  overflow: hidden;
}

.service-media img {
  transform: scale(1.035);
  transform-origin: center center;
}

.service-media:hover img {
  transform: scale(1.06);
}

@media (max-width: 680px) {
  .service-media img {
    transform: scale(1.05);
  }

  .service-media:hover img {
    transform: scale(1.07);
  }
}


/* Final image framing tweaks */
.hero-image-card .hero-shot {
  transform: scale(1.025);
  transform-origin: center center;
}

.hero-image-card:hover .hero-shot {
  transform: scale(1.05);
}

.services-grid .service-card:nth-child(2) .service-media img {
  transform: scale(0.99);
}

.services-grid .service-card:nth-child(2) .service-media:hover img {
  transform: scale(1.01);
}

@media (max-width: 680px) {
  .hero-image-card .hero-shot {
    transform: scale(1.03);
  }

  .hero-image-card:hover .hero-shot {
    transform: scale(1.055);
  }

  .services-grid .service-card:nth-child(2) .service-media img {
    transform: scale(1.0);
  }

  .services-grid .service-card:nth-child(2) .service-media:hover img {
    transform: scale(1.02);
  }
}
