:root {
  --bg-0: #070b16;
  --bg-1: #0b1122;
  --bg-2: #111a31;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(164, 190, 245, 0.22);
  --text: #f1f5ff;
  --muted: #b9c9e8;
  --brand-a: #22d3ee;
  --brand-b: #6f7cff;
  --brand-c: #ff8b3d;
  --ok: #7dffc4;
  --radius-lg: 18px;
  --radius-md: 14px;
  --shadow-lg: 0 24px 52px rgba(0, 0, 0, 0.32);
  --topbar-h: 72px;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--topbar-h) + 14px);
}

body {
  font-family: "Sora", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: radial-gradient(80% 55% at 12% -10%, rgba(34, 211, 238, 0.14), transparent 58%), radial-gradient(70% 50% at 92% 0%, rgba(111, 124, 255, 0.15), transparent 56%), var(--bg-0);
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
}

html[data-lang="tr"]:not(.lang-ready) body {
  visibility: hidden;
}

::selection {
  background: rgba(34, 211, 238, 0.35);
  color: #fff;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-family: "Space Grotesk", sans-serif;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

[id] {
  scroll-margin-top: calc(var(--topbar-h) + 14px);
}

.skip-link {
  position: fixed;
  top: -44px;
  left: 1rem;
  z-index: 240;
  padding: 0.52rem 0.8rem;
  border-radius: 10px;
  background: #fff;
  color: #101321;
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0.8rem;
}

.container {
  width: min(1140px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 220;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-a), var(--brand-c), var(--brand-b));
  transition: width 0.12s linear;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 120;
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 11, 22, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
}

.topbar-inner {
  min-height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  font-weight: 800;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  box-shadow: 0 0 0 6px rgba(34, 211, 238, 0.18);
}

.brand-text {
  font-family: "Space Grotesk", sans-serif;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}

.brand-text span {
  color: var(--muted);
}

.nav-links {
  display: inline-flex;
  gap: 1.06rem;
}

.nav-links a {
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 600;
  transition: color 0.16s ease;
}

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

.topbar-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.lang-switch {
  display: inline-flex;
  padding: 0.16rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.lang-btn {
  border: 0;
  border-radius: 999px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.72rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.lang-btn.active {
  color: #081022;
  background: linear-gradient(120deg, var(--brand-a), #d4f8ff);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.84rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #081022;
  background: linear-gradient(120deg, var(--brand-a), #8deeff);
  box-shadow: 0 10px 26px rgba(34, 211, 238, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(34, 211, 238, 0.36);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn-small {
  padding: 0.68rem 1.02rem;
  font-size: 0.84rem;
}

.btn-lg {
  padding: 0.98rem 1.85rem;
  font-size: 1rem;
}

.btn-outline {
  color: #d8e7ff;
  border: 1px solid rgba(178, 207, 255, 0.34);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-full {
  width: 100%;
}

.btn:focus-visible,
.lang-btn:focus-visible,
.menu-toggle:focus-visible,
.menu-close:focus-visible,
.faq-question:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--brand-a);
  outline-offset: 2px;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #d8e4ff;
}

.menu-toggle:active,
.menu-close:active {
  opacity: 0.75;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: min(86vw, 320px);
  height: 100dvh;
  z-index: 160;
  border-left: 1px solid var(--line);
  background: #0b1328;
  padding: 1rem;
  box-shadow: var(--shadow-lg);
  transform: translateX(104%);
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.menu-close {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  cursor: pointer;
}

.mobile-nav {
  display: grid;
  gap: 0.44rem;
}

.mobile-nav a {
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.76rem;
  color: #d7e6ff;
}

.mobile-nav a:active {
  background: rgba(255, 255, 255, 0.1);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.menu-backdrop.open {
  opacity: 1;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: calc(var(--topbar-h) + 2.4rem) 0 5.6rem;
  min-height: 88vh;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.65;
  animation: orbFloat 14s ease-in-out infinite;
}

.hero-orb-1 {
  width: 360px;
  height: 360px;
  left: -100px;
  top: -20px;
  background: rgba(34, 211, 238, 0.24);
}

.hero-orb-2 {
  width: 320px;
  height: 320px;
  right: -80px;
  top: 24%;
  background: rgba(111, 124, 255, 0.22);
  animation-delay: -5s;
}

.hero-orb-3 {
  width: 280px;
  height: 280px;
  left: 30%;
  bottom: -10%;
  background: rgba(255, 122, 24, 0.18);
  animation-delay: -9s;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(160, 190, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(160, 190, 255, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 70%);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-content {
  max-width: 760px;
}

.hero-badge {
  display: inline-block;
  padding: 0.42rem 0.84rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.34);
  background: rgba(34, 211, 238, 0.1);
  color: var(--brand-a);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(2.3rem, 5.2vw, 4.3rem);
  max-width: 14ch;
}

.hero-sub {
  margin-top: 1.12rem;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.9rem;
  display: flex;
  gap: 0.78rem;
  flex-wrap: wrap;
}

.hero-proof {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  padding: 0.82rem 1.15rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

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

.proof-item strong {
  display: block;
  font-size: 1.24rem;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

.proof-item span {
  font-size: 0.86rem;
  color: var(--muted);
}

.proof-divider {
  width: 1px;
  height: 32px;
  background: var(--line);
}

/* Hero visual card */
.hero-visual { max-width: 420px; width: 100% }
.hero-card {
  border-radius: 20px;
  border: 1px solid rgba(180, 210, 255, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hc-header { padding: 0.65rem 0.85rem; display: flex; gap: 6px; border-bottom: 1px solid var(--line) }
.hc-dot { width: 10px; height: 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.15) }
.hc-dot:first-child { background: #ff5f57 }
.hc-dot:nth-child(2) { background: #ffbd2e }
.hc-dot:nth-child(3) { background: #28c840 }
.hc-body { padding: 1.2rem }
.hc-metric { display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08) }
.hc-metric span { color: var(--muted); font-size: 0.85rem }
.hc-metric strong { font-family: "Space Grotesk", sans-serif; font-size: 1.2rem }
.hc-bar-group { margin-top: 1rem; display: grid; gap: 0.5rem }
.hc-bar {
  height: 28px; border-radius: 8px;
  background: linear-gradient(90deg, var(--brand-a), var(--brand-b));
  width: var(--w);
  display: flex; align-items: center; padding-left: 0.6rem;
  font-size: 0.72rem; font-weight: 600; color: #091020;
  animation: barGrow 1.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hc-bar:nth-child(2) { background: linear-gradient(90deg, var(--brand-b), #b8a4ff); animation-delay: 0.15s }
.hc-bar:nth-child(3) { background: linear-gradient(90deg, var(--brand-c), #ffb06a); animation-delay: 0.3s }

/* Wave dividers */
.wave-divider { position: relative; width: 100%; line-height: 0; margin-top: -1px }
.wave-divider svg { display: block; width: 100%; height: 60px }
.wave-hero svg path { fill: var(--bg-0) }
.wave-services svg path { fill: var(--bg-0) }
.wave-process svg path { fill: var(--bg-1) }
.wave-work svg path { fill: var(--bg-0) }
.wave-pricing svg path { fill: var(--bg-1) }
.wave-testi svg path { fill: var(--bg-0) }
.wave-faq svg path { fill: #0b1123 }

/* Marquee */
.marquee-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(10, 15, 30, 0.7) }
.marquee { overflow: hidden }
.marquee-inner { display: flex; width: max-content; animation: marquee 28s linear infinite }
.marquee-track { display: inline-flex; gap: 0.8rem; padding: 0.85rem 0.4rem; min-width: max-content }
.marquee-track span { border-radius: 999px; border: 1px solid var(--line); padding: 0.35rem 0.8rem; font-size: 0.8rem; color: #c8daff; background: var(--surface) }

.band {
  width: 100%;
  position: relative;
}

.band-dark {
  background: var(--bg-0);
}

.band-accent {
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
}

.band-cta {
  background: linear-gradient(130deg, rgba(34, 211, 238, 0.12), rgba(111, 124, 255, 0.12), rgba(255, 139, 61, 0.1)), #0b1123;
}

.section {
  padding: 4.2rem 0;
}

.section-head {
  max-width: 700px;
  margin-bottom: 2rem;
}

.tag {
  display: inline-block;
  margin-bottom: 0.95rem;
  padding: 0.36rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.32);
  background: rgba(34, 211, 238, 0.08);
  color: var(--brand-a);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.85rem);
  max-width: 22ch;
}

.section-sub {
  margin-top: 0.86rem;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 58ch;
}

.service-grid,
.work-grid,
.pricing-grid,
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.svc-card,
.step-card,
.work-card,
.pr-card,
.testi-card,
.faq-item,
.cta-info-item,
.cta-form {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
}

.svc-card {
  padding: 1.25rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.svc-card:hover {
  transform: translateY(-3px);
  border-color: rgba(183, 212, 255, 0.4);
}

.svc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.svc-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #d8eeff;
  border: 1px solid rgba(190, 216, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.svc-label {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.svc-build .svc-label {
  border: 1px solid rgba(34, 211, 238, 0.3);
  color: var(--brand-a);
}

.svc-grow .svc-label {
  border: 1px solid rgba(255, 139, 61, 0.34);
  color: #ffc391;
}

.svc-card h3 {
  font-size: 1.08rem;
  margin-bottom: 0.52rem;
}

.svc-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.94rem;
}

.step-card {
  position: relative;
  padding: 1.18rem;
  overflow: hidden;
}

.step-n {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.72rem;
  font-weight: 800;
  font-size: 0.9rem;
  color: #071024;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
}

.step-card h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.step-card p {
  font-size: 0.92rem;
  color: var(--muted);
}

.work-card {
  overflow: hidden;
  transition: transform 0.24s ease;
}

.work-card:hover {
  transform: translateY(-3px);
}

.wc-visual {
  height: 170px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-v1 {
  background: linear-gradient(140deg, rgba(34, 211, 238, 0.2), rgba(111, 124, 255, 0.18)), #0d1733;
}

.wc-v2 {
  background: linear-gradient(140deg, rgba(255, 139, 61, 0.2), rgba(111, 124, 255, 0.2)), #0d1733;
}

.wc-v3 {
  background: linear-gradient(140deg, rgba(125, 255, 196, 0.18), rgba(34, 211, 238, 0.18)), #0d1733;
}

.wc-ui {
  width: 76%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wc-bar {
  height: 8px;
  width: 55%;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.16);
}

.wc-block {
  height: 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

.wc-block.sm {
  width: 65%;
}

.wc-dots {
  display: flex;
  gap: 6px;
}

.wc-dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: block;
}

.wc-dots i:nth-child(1) { background: rgba(34, 211, 238, 0.45); }
.wc-dots i:nth-child(2) { background: rgba(111, 124, 255, 0.45); }
.wc-dots i:nth-child(3) { background: rgba(255, 139, 61, 0.45); }

.wc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.wc-cols i,
.wc-rows i {
  display: block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.wc-cols i {
  height: 30px;
}

.wc-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wc-rows i {
  height: 9px;
  border-radius: 99px;
}

.wc-rows i:nth-child(2) { width: 82%; }
.wc-rows i:nth-child(3) { width: 56%; }

.wc-body {
  padding: 1.1rem;
}

.wc-cat {
  display: block;
  margin-bottom: 0.38rem;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9bd7ff;
  font-weight: 700;
}

.wc-body h3 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.wc-body p {
  color: var(--muted);
  font-size: 0.94rem;
}

.wc-result {
  display: inline-block;
  margin-top: 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 255, 196, 0.45);
  color: var(--ok);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.28rem 0.66rem;
}

.pr-card {
  padding: 1.36rem 1.16rem;
}

.pr-featured {
  border-color: rgba(34, 211, 238, 0.46);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.18) inset;
}

.pr-badge {
  position: static;
  display: inline-flex;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #061022;
  background: linear-gradient(120deg, var(--brand-a), #cff6ff);
}

.pr-card h3 {
  font-size: 1.16rem;
  margin-bottom: 0.32rem;
}

.pr-price {
  color: var(--brand-a);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.46rem;
  font-weight: 700;
  margin-bottom: 0.56rem;
}

.pr-card > p {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 0.95rem;
}

.pr-card ul {
  display: grid;
  gap: 0.44rem;
}

.pr-card li {
  position: relative;
  padding-left: 1rem;
  color: #d2e1ff;
  font-size: 0.9rem;
  list-style: none;
}

.pr-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--ok);
}

.testi-card {
  padding: 1.25rem 1.12rem;
}

.testi-stars {
  color: #f6c243;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 0.64rem;
}

.testi-card > p {
  color: var(--muted);
  font-size: 0.96rem;
  font-style: italic;
  margin-bottom: 0.84rem;
}

.testi-author strong {
  display: block;
  font-size: 0.94rem;
  color: #fff;
}

.testi-author span {
  font-size: 0.86rem;
  color: var(--muted);
}

.faq-list {
  max-width: 760px;
  display: grid;
  gap: 0.64rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  cursor: pointer;
  text-align: left;
  font: inherit;
  padding: 0.92rem 1.04rem;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.03);
}

.faq-question:active {
  background: rgba(255, 255, 255, 0.07);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d6e5ff;
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.04rem 0.95rem;
}

.faq-answer p {
  color: var(--muted);
  font-size: 0.95rem;
}

.cta-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.cta-left h2 {
  max-width: 17ch;
}

.cta-left > p {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 1rem;
}

.cta-info {
  margin-top: 1.45rem;
  display: grid;
  gap: 0.56rem;
}

.cta-info-item {
  padding: 0.72rem 0.85rem;
}

.cta-info-item span {
  display: block;
  margin-bottom: 0.2rem;
  color: #9bd7ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-info-item a,
.cta-info-item address {
  color: #f2f6ff;
  font-size: 0.95rem;
}

.cta-form {
  padding: 1.18rem;
  display: grid;
  gap: 0.74rem;
  background: rgba(8, 14, 30, 0.84);
}

.cta-form label {
  display: grid;
  gap: 0.34rem;
}

.cta-form span {
  color: #d6e5ff;
  font-size: 0.86rem;
  font-weight: 600;
}

.cta-form input,
.cta-form textarea,
.cta-form select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(160, 190, 245, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: #f1f5ff;
  font: inherit;
  padding: 0.72rem 0.82rem;
}

.cta-form select option {
  background: #0d142a;
}

.form-note {
  font-size: 0.84rem;
  color: var(--muted);
}

.form-ok {
  color: var(--ok);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #080f21;
}

.footer-grid {
  padding: 1.5rem 0 max(2.1rem, calc(env(safe-area-inset-bottom) + 1rem));
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.3fr;
  gap: 0.8rem;
  align-items: center;
}

.footer-brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.footer-copy {
  margin-top: 0.26rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-links {
  display: inline-flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #d8e5ff;
  font-size: 0.88rem;
}

.footer-rights {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: right;
}

.reveal-hero {
  opacity: 0;
  transform: translateY(20px);
  animation: fade-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.rh-d1 { animation-delay: 0.08s; }
.rh-d2 { animation-delay: 0.16s; }
.rh-d3 { animation-delay: 0.24s; }

@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes barGrow { from { width: 0 } }
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }
@keyframes orbFloat { 0%, 100% { transform: translate(0, 0) scale(1) } 50% { transform: translate(0, -20px) scale(1.04) } }

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-up.visible { opacity: 1; transform: translateY(0) }

.reveal-card {
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-card.visible { opacity: 1; transform: translateY(0) scale(1) }

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-left.visible { opacity: 1; transform: translateX(0) }

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-right.visible { opacity: 1; transform: translateX(0) }

@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2rem }
  .hero-visual { max-width: 420px }

  .service-grid,
  .work-grid,
  .pricing-grid,
  .testi-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-rights {
    text-align: left;
  }
}

@media (max-width: 860px) {
  :root {
    --topbar-h: 66px;
  }

  .container {
    width: min(1140px, calc(100% - 1.5rem));
  }

  .nav-links,
  .topbar-cta .btn-small {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero-section {
    min-height: auto;
    padding-top: calc(var(--topbar-h) + 1.7rem);
    padding-bottom: 3.8rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .cta-form .btn {
    width: 100%;
  }

  .hero-proof {
    flex-wrap: wrap;
    gap: 0.9rem;
    justify-content: center;
  }

  .hero-orb-3 { display: none }
  .wave-divider svg { height: 40px }

  .service-grid,
  .work-grid,
  .pricing-grid,
  .testi-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.2rem 0;
  }

  .hero-orb {
    filter: blur(16px);
    opacity: 0.5;
  }
}

@media (max-width: 560px) {
  h1 {
    max-width: 15ch;
  }

  .topbar-cta {
    gap: 0.44rem;
  }

  .proof-item strong {
    font-size: 1.08rem;
  }

  .proof-item span {
    font-size: 0.82rem;
  }

  .wave-divider svg { height: 30px }
}

@media (max-width: 400px) {
  .brand-text {
    font-size: 0.85rem;
  }

  .brand-text span {
    display: none;
  }
}

@media (pointer: coarse) {
  .hero-orb {
    filter: blur(14px);
    opacity: 0.45;
    animation-duration: 22s;
  }
  .hero-orb-3 { display: none }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-hero {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .reveal-up, .reveal-card, .reveal-left, .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
