:root {
  --bg: #06070a;
  --bg-2: #0b0d12;
  --surface: rgba(17, 20, 27, 0.72);
  --surface-strong: #11141b;
  --border: rgba(201, 209, 217, 0.15);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --soft: #94a3b8;
  --purple: #5a2d82;
  --purple-2: #8b5cf6;
  --metal: #c9d1d9;
  --max: 1160px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background:
    radial-gradient(circle at 85% 10%, rgba(90, 45, 130, 0.26), transparent 30rem),
    radial-gradient(circle at 10% 70%, rgba(90, 45, 130, 0.13), transparent 35rem),
    linear-gradient(180deg, #05060a 0%, #080910 42%, #05060a 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.55'/%3E%3C/svg%3E");
}

.glow { position: fixed; width: 28rem; height: 28rem; border-radius: 999px; filter: blur(95px); opacity: 0.18; pointer-events: none; z-index: 0; }
.glow-one { top: 4rem; right: -12rem; background: var(--purple-2); }
.glow-two { bottom: -12rem; left: -12rem; background: var(--purple); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(6, 7, 10, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -0.02em; }
.brand img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255,255,255,0.16); }
.site-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--text); }
.nav-cta { color: var(--text) !important; border: 1px solid var(--border); padding: 10px 15px; border-radius: 999px; background: rgba(255,255,255,0.05); }
.nav-toggle { display: none; color: var(--text); background: transparent; border: 1px solid var(--border); border-radius: 999px; padding: 9px 13px; }

.section-pad { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 96px 0; position: relative; z-index: 1; }
.hero { min-height: calc(100svh - 88px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-top: 80px; }
.eyebrow { color: var(--metal); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.045em; line-height: .95; }
h1 { font-size: clamp(58px, 8vw, 104px); margin-bottom: 24px; }
h2 { font-size: clamp(42px, 5.4vw, 74px); margin-bottom: 18px; }
h3 { font-size: 21px; letter-spacing: -0.03em; margin-bottom: 12px; }
p { color: var(--muted); line-height: 1.75; }
.hero-subcopy { max-width: 680px; font-size: 18px; color: #dbe3ee; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 22px; }
.button { border: 0; cursor: pointer; font-family: var(--sans); }
.button.primary { display: inline-flex; align-items: center; gap: 10px; color: #080910; background: linear-gradient(135deg, #f8fafc, #bfc8d2); padding: 14px 20px; border-radius: 999px; font-weight: 700; box-shadow: 0 24px 70px rgba(201,209,217,.18); }
.button.secondary { display: inline-flex; align-items: center; gap: 10px; color: var(--text); background: rgba(255,255,255,0.055); padding: 14px 20px; border-radius: 999px; border: 1px solid var(--border); font-weight: 700; }
.button:hover { transform: translateY(-2px); }
.trust-line { color: var(--soft); font-size: 14px; }
.hero-visual { position: relative; }
.logo-card { position: relative; padding: 18px; border: 1px solid var(--border); border-radius: 36px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); box-shadow: 0 50px 120px rgba(0,0,0,.52); overflow: hidden; }
.logo-card::before { content: ""; position: absolute; inset: -1px; background: radial-gradient(circle at 75% 18%, rgba(139,92,246,.18), transparent 22rem); pointer-events: none; }
.logo-card img { border-radius: 26px; width: 100%; aspect-ratio: 1; object-fit: cover; filter: contrast(1.04) saturate(.92); }

.intro-band { display: grid; grid-template-columns: .85fr 1fr; gap: 40px; align-items: end; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.intro-band h2 { max-width: 600px; }
.intro-band p:last-child { font-size: 18px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p:not(.eyebrow) { font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.service-card, .project-card, .benefit-card, .contact-form, .integration-block { border: 1px solid var(--border); background: var(--surface); backdrop-filter: blur(16px); box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.service-card { min-height: 270px; border-radius: 26px; padding: 24px; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover, .project-card:hover, .benefit-card:hover { transform: translateY(-4px); border-color: rgba(201,209,217,.32); background: rgba(22,25,34,.82); }
.service-card span { display: inline-flex; color: var(--metal); margin-bottom: 38px; font-size: 13px; }
.service-card p, .project-card p, .benefit-card p { font-size: 14px; color: var(--soft); line-height: 1.7; }

.project-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.project-card { min-height: 310px; border-radius: 28px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.project-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(90,45,130,.16), transparent 17rem); opacity: 0; transition: opacity .25s ease; }
.project-card:hover::before { opacity: 1; }
.project-card span, .integration-list span { color: var(--metal); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.project-card h3 { font-family: var(--serif); font-size: 34px; line-height: .96; margin-top: 28px; }
.project-card strong { color: var(--text); font-size: 14px; }
.integration-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; border-radius: 34px; padding: 34px; margin-top: 18px; }
.integration-list { display: grid; gap: 12px; }
.integration-list a { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.045); border: 1px solid var(--border); transition: transform .25s ease, border-color .25s ease; }
.integration-list a:hover { transform: translateX(4px); border-color: rgba(201,209,217,.3); }
.integration-list strong { display: block; margin-top: 6px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card { border-radius: 26px; padding: 24px; min-height: 220px; }
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.portrait-wrap { border-radius: 34px; padding: 14px; border: 1px solid var(--border); background: rgba(255,255,255,.055); box-shadow: 0 40px 110px rgba(0,0,0,.42); }
.portrait-wrap img { border-radius: 24px; aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.about-copy p { max-width: 760px; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.contact-links { display: grid; gap: 12px; margin-top: 28px; }
.contact-links a { color: var(--text); padding: 16px 18px; border-radius: 18px; border: 1px solid var(--border); background: rgba(255,255,255,.045); }
.contact-form { border-radius: 32px; padding: 28px; display: grid; gap: 16px; }
label { display: grid; gap: 8px; color: var(--metal); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid var(--border); background: rgba(3,4,7,.72); color: var(--text); border-radius: 16px; padding: 14px 14px; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: rgba(201,209,217,.45); box-shadow: 0 0 0 4px rgba(139,92,246,.10); }
textarea { resize: vertical; }
.form-note { font-size: 12px; color: var(--soft); margin: 0; }
.consent-check { display: flex; align-items: flex-start; gap: 10px; text-transform: none; letter-spacing: 0; font-weight: 500; line-height: 1.55; }
.consent-check input { width: auto; min-width: 18px; height: 18px; margin-top: 2px; padding: 0; }
.consent-check span { display: block; text-transform: none; letter-spacing: 0; }

.site-footer { position: relative; z-index: 1; width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 36px 0 60px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 20px; color: var(--soft); }
.site-footer div { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 700; }
.site-footer img { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; }
.mobile-sticky { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 1080px) {
  .service-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { border-radius: 26px; align-items: flex-start; }
  .brand span { max-width: 160px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 12px; right: 12px; top: 62px; padding: 16px; border-radius: 22px; border: 1px solid var(--border); background: rgba(6,7,10,.96); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px; }
  .hero, .intro-band, .integration-block, .about, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 64px; gap: 34px; }
  .section-pad { padding: 68px 0; }
  h1 { font-size: clamp(50px, 16vw, 78px); }
  .project-grid, .service-grid, .benefit-grid { grid-template-columns: 1fr; }
  .service-card, .project-card { min-height: auto; }
  .service-card span { margin-bottom: 24px; }
  .site-footer { flex-direction: column; padding-bottom: 96px; }
  .mobile-sticky { display: flex; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 30; justify-content: center; padding: 15px 20px; border-radius: 999px; background: linear-gradient(135deg, #f8fafc, #bfc8d2); color: #080910; font-weight: 800; box-shadow: 0 24px 70px rgba(0,0,0,.42); }
}


.form-status{
  margin-top:14px;
  font-size:14px;
  color:#d7d7d7;
}


/* SEO landing pages */
.landing-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 80px;
}
.landing-hero h1 {
  max-width: 900px;
}
.landing-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}
.landing-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.landing-card {
  border: 1px solid var(--border);
  background: rgba(17, 20, 27, .72);
  border-radius: 30px;
  padding: 28px;
  min-height: 260px;
}
.landing-card h2 {
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 16px;
}
.landing-card p {
  color: var(--muted);
  line-height: 1.75;
}
.landing-list {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 34px;
  background: rgba(255,255,255,.035);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
}
.landing-list h2 {
  margin-bottom: 0;
}
.landing-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.landing-list li {
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 12px 14px;
  background: rgba(3,4,7,.34);
}
.landing-cta {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}
.landing-cta p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.footer-service-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 14px;
  max-width: 430px;
  font-size: 12px;
  color: var(--soft);
}
.footer-service-links a {
  border-bottom: 1px solid rgba(201, 209, 217, .22);
  transition: color .2s ease, border-color .2s ease;
}
.footer-service-links a:hover {
  color: var(--text);
  border-color: rgba(201, 209, 217, .6);
}

@media (max-width: 900px) {
  .landing-grid,
  .landing-list {
    grid-template-columns: 1fr;
  }
  .landing-list ul {
    grid-template-columns: 1fr;
  }
  .footer-service-links {
    justify-content: flex-start;
    max-width: none;
  }
}


/* Client Results page */
.client-results-hero {
  max-width: 960px;
}

.client-results-showcase {
  padding-bottom: 20px;
}

.review-scroll-shell {
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 18px;
  background:
    radial-gradient(circle at 86% 12%, rgba(139, 92, 246, .16), transparent 20rem),
    rgba(255,255,255,.03);
  box-shadow: 0 28px 90px rgba(0,0,0,.24);
  overflow: hidden;
}

.review-scroll-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 4px 4px 14px;
}

.review-scroll-track::-webkit-scrollbar {
  height: 8px;
}

.review-scroll-track::-webkit-scrollbar-thumb {
  background: rgba(201, 209, 217, .24);
  border-radius: 999px;
}

.review-image-card {
  flex: 0 0 min(860px, 86vw);
  margin: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(201, 209, 217, .18);
  border-radius: 26px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 22px 70px rgba(0,0,0,.24);
}

.review-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding-top: 24px;
}

.review-proof-copy {
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 28px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.review-proof-copy h2 {
  font-size: clamp(28px, 3vw, 42px);
}

@media (max-width: 1100px) {
  .client-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .review-scroll-shell {
    border-radius: 26px;
    padding: 12px;
  }

  .review-image-card {
    flex-basis: 88vw;
    border-radius: 20px;
  }

  .client-results-grid {
    grid-template-columns: 1fr;
  }
}
