:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-alt: #f0f5fa;
  --ink: #0b2140;
  --muted: #5d7490;
  --brand: #1793ff;
  --brand-dark: #0a5fd7;
  --accent: #ffb84a;
  --accent-soft: #fff1d6;
  --line: #d8e1ec;
  --shadow: 0 20px 45px rgba(16, 33, 59, 0.1);
  --radius: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: radial-gradient(circle at 15% 0%, #eef4ff 0%, var(--bg) 40%, #eef4f8 100%);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.65;
}

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

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

ul {
  list-style: none;
}

.container {
  width: min(var(--container), 92vw);
  margin: 0 auto;
}

.section {
  padding: 82px 0;
}

.section-header {
  margin-bottom: 34px;
}

.section-kicker {
  display: inline-block;
  background: var(--accent-soft);
  color: #9f6200;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.section-title {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 12px;
}

.section-copy {
  color: #afc3d8;
  max-width: 72ch;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 800;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(120deg, var(--brand), var(--brand-dark));
  color: #fff;
  box-shadow: 0 14px 32px rgba(15, 143, 104, 0.27);
}

.btn-secondary {
  background: #fff;
  color: #ffffff;
  border: 1px solid var(--line);
}

.btn-ghost {
  background: transparent;
  color: var(--brand-dark);
  border: 1px solid rgba(15, 143, 104, 0.35);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 25, 45, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(105, 136, 169, 0.34);
}

.nav {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.brand-wordmark {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  line-height: 1;
  padding: 3px 0 0;
}

.brand-wordmark-main {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.05rem, 2.2vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  text-shadow: 0 8px 14px rgba(12, 48, 92, 0.12);
}

.brand-wordmark-main::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -8px;
  width: 66%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(14, 123, 236, 0.98), rgba(76, 175, 255, 0.65), rgba(76, 175, 255, 0.05));
}

.brand-wordmark-accent,
.brand-wordmark-light {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-wordmark-accent {
  background-image: linear-gradient(180deg, #53ccff 0%, #1fa8ff 35%, #167df0 68%, #0a5fd7 100%);
}

.brand-wordmark-light {
  background-image: linear-gradient(180deg, #f0f5fb 0%, #dde8f4 40%, #bacbdd 72%, #7d97b4 100%);
}

.brand-wordmark-sub {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a6bdd4;
  padding-left: 2px;
  padding-top:6px;
  white-space: nowrap;
}

.brand-wordmark-sub::before {
  content: none;
}

.brand-mark-image {
  height: 40px;
  width: auto;
  display: block;
  flex: 0 0 auto;
}

.brand-logo-full {
  display: block;
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

.brand-logo-header {
  height: 54px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(145deg, #0f8f68, #0a6a4c);
  position: relative;
  overflow: hidden;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
}

.brand-mark::before {
  width: 70%;
  height: 9px;
  border-radius: 999px;
  left: 15%;
  top: 12px;
}

.brand-mark::after {
  width: 40%;
  height: 9px;
  border-radius: 999px;
  left: 30%;
  top: 23px;
}

.brand-text strong {
  display: block;
  font-family: "Sora", sans-serif;
  line-height: 1;
  font-size: 1rem;
}

.brand-text span {
  font-size: 0.74rem;
  color: var(--muted);
  letter-spacing: 0.03em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav-links a {
  color: #afc3d8;
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.nav-links a.active,
.nav-links a:hover {
  color: #ffffff;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #d9e9fb;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  padding: 78px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  align-items: center;
}

.hero-copy h1 {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.hero-copy p {
  color: var(--muted);
  max-width: 62ch;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.hero-points {
  display: grid;
  gap: 10px;
  color: #31506e;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(15, 143, 104, 0.15);
}

.hero-card {
  background: linear-gradient(160deg, #fdfefe, #edf6f3 58%, #e7f2ff);
  border: 1px solid #dce7f1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}

.hero-card .mini-heading {
  font-weight: 800;
  margin-bottom: 12px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.metric {
  background: #fff;
  border: 1px solid #dde5f1;
  border-radius: 14px;
  padding: 14px;
}

.metric strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.metric span {
  color: var(--muted);
  font-size: 0.85rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cards-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.card:hover {
  transform: translateY(-6px);
  border-color: #bfcedf;
  box-shadow: 0 14px 32px rgba(16, 33, 59, 0.08);
}

.card h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

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

.icon-chip {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  background: linear-gradient(140deg, #dff6ee, #ecf6ff);
  color: var(--brand-dark);
  border: 1px solid #cde7db;
}

.stats-band {
  margin-top: 26px;
  background: linear-gradient(120deg, #0b2a4a, #17436b);
  color: #f4f8fc;
  border-radius: var(--radius);
  padding: 26px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
}

.stat span {
  color: #c8d5e4;
  font-size: 0.88rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.split-feature {
  gap: 28px;
}

.scene-frame {
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(239, 247, 255, 0.74));
  border: 1px solid rgba(140, 172, 205, 0.22);
  box-shadow: 0 24px 48px rgba(10, 28, 51, 0.08);
  backdrop-filter: blur(14px);
}

.scene-art {
  width: 100%;
  border-radius: 22px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pill {
  background: #fff;
  color: #234;
  border: 1px solid #d8e4ef;
  border-radius: 999px;
  padding: 7px 14px;
  font-weight: 700;
  font-size: 0.84rem;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.check-list li {
  display: flex;
  gap: 0.6rem;
  color: #365370;
}

.check-list li::before {
  content: "";
  flex: 0 0 14px;
  height: 14px;
  margin-top: 7px;
  border-radius: 4px;
  background: linear-gradient(130deg, var(--brand), #16a085);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project-card {
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid #d7e2ee;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 34, 57, 0.05);
}

.project-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.project-body {
  padding: 16px;
}

.project-body h3 {
  font-family: "Sora", sans-serif;
  margin-bottom: 6px;
  font-size: 1.02rem;
}

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

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.badge {
  border-radius: 999px;
  background: #eef4ff;
  color: #355170;
  border: 1px solid #d5e0f0;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 800;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.quote-card {
  background: #fff;
  border: 1px solid #dae4ef;
  border-radius: var(--radius-sm);
  padding: 22px;
  position: relative;
}

.quote-card::before {
  content: "\201C";
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 3rem;
  color: #dde8f3;
  font-family: Georgia, serif;
}

.quote-card p {
  color: #324d69;
  font-size: 0.94rem;
  margin-bottom: 14px;
}

.quote-person {
  font-weight: 800;
  font-size: 0.92rem;
}

.quote-person span {
  display: block;
  font-weight: 600;
  color: var(--muted);
  font-size: 0.84rem;
}

.logos-wrap {
  margin-top: 26px;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: var(--radius);
  padding: 24px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.logo-item {
  border: 1px solid #e0e8f1;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
  display: grid;
  place-items: center;
  min-height: 74px;
}

.logo-note {
  color: var(--muted);
  margin-top: 12px;
  font-size: 0.82rem;
}

.pricing-like {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan {
  border-radius: var(--radius-sm);
  border: 1px solid #d7e2ed;
  background: #fff;
  padding: 22px;
}

.plan h3 {
  font-family: "Sora", sans-serif;
  margin-bottom: 8px;
}

.plan .price {
  font-family: "Sora", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 12px;
}

.plan ul {
  display: grid;
  gap: 8px;
  color: #3d5872;
  margin-bottom: 18px;
}

.plan ul li::before {
  content: "\2713";
  color: var(--brand);
  margin-right: 6px;
}

.cta-strip {
  background: linear-gradient(130deg, #0e8e67, #0a6a4c 46%, #154b6f 100%);
  color: #f5fbff;
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-strip p {
  color: #d7ebf8;
  max-width: 64ch;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
}

.info-panel,
.form-panel {
  background: #fff;
  border: 1px solid #d9e4ef;
  border-radius: var(--radius-sm);
  padding: 22px;
}

.contact-block {
  margin-bottom: 16px;
}

.contact-block h4 {
  font-family: "Sora", sans-serif;
  margin-bottom: 4px;
}

.contact-block p,
.contact-block a {
  color: var(--muted);
}

form {
  display: grid;
  gap: 12px;
}

label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #35506b;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #cfdbe8;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.page-hero {
  padding: 62px 0 38px;
}

.page-hero h1 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.08;
  margin-bottom: 10px;
}

.page-hero p {
  color: var(--muted);
  max-width: 72ch;
}

.timeline {
  border-left: 2px dashed #c5d7e8;
  margin-left: 8px;
  padding-left: 20px;
  display: grid;
  gap: 20px;
}

.timeline-item h4 {
  font-family: "Sora", sans-serif;
  margin-bottom: 4px;
}

.timeline-item span {
  color: #6a7e93;
  font-size: 0.84rem;
  font-weight: 800;
}

.footer {
  margin-top: 70px;
  background: #0c2037;
  color: #dce7f3;
  padding: 52px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr 1.1fr;
  gap: 20px;
}

.footer h4,
.footer h3 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  margin-bottom: 10px;
}

.footer-logo {
  width: min(290px, 100%);
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 12px;
}

.footer-brand {
  display: block;
  margin-bottom: 14px;
}

.brand-logo-footer {
  width: min(220px, 100%);
  height: auto;
}

.footer-brand .brand-text strong {
  color: #ffffff;
  font-size: 1.25rem;
}

.footer-brand .brand-text span {
  color: #9cb7d3;
}

.footer p,
.footer a {
  color: #bfd1e5;
  font-size: 0.92rem;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(191, 209, 229, 0.2);
  margin-top: 24px;
  padding-top: 18px;
  font-size: 0.84rem;
  color: #a9bfd4;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .split,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .project-grid,
  .testimonial-grid,
  .pricing-like,
  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    margin-top: 40px;
  }
}

@media (max-width: 780px) {
  .nav {
    height: 80px;
    position: relative;
  }

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

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

  .nav-links.open {
    display: grid;
    gap: 10px;
    background: rgba(10, 27, 49, 0.96);
    border: 1px solid rgba(126, 162, 199, 0.36);
    border-radius: 14px;
    padding: 12px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    box-shadow: 0 20px 30px rgba(17, 37, 58, 0.12);
  }

  .hero {
    padding-top: 44px;
  }

  .brand-mark-image {
    height: 34px;
    width: auto;
  }

  .brand-wordmark-main {
    font-size: 1.66rem;
  }

  .brand-wordmark-sub {
    font-size: 0.40rem;
    letter-spacing: 0.12em;
  }

  .brand-wordmark-main::after {
    bottom: -7px;
  }

  .brand-logo-header {
    height: 44px;
  }

  .brand-logo-footer {
    width: min(200px, 100%);
  }

  .section {
    padding: 62px 0;
  }

  .cards-grid,
  .project-grid,
  .testimonial-grid,
  .pricing-like,
  .logo-grid,
  .stats-grid,
  .metrics {
    grid-template-columns: 1fr;
  }

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

body {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 9%, rgba(255, 180, 75, 0.28), transparent 25%),
    radial-gradient(circle at 84% 18%, rgba(34, 193, 255, 0.2), transparent 24%),
    linear-gradient(180deg, #edf4fb 0%, #f9fbff 44%, #eef3fb 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(14, 35, 66, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 35, 66, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.header {
  background: rgba(9, 22, 41, 0.93);
  border-bottom: 1px solid rgba(106, 138, 174, 0.28);
  box-shadow: 0 16px 36px rgba(6, 17, 34, 0.36);
}

.nav {
  height: 94px;
}

.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
}

.nav-links a.active,
.nav-links a:hover {
  color: #ffffff;
  background: rgba(54, 140, 255, 0.22);
}

.btn {
  letter-spacing: 0.01em;
}

.btn-primary {
  background: linear-gradient(135deg, #0f78ff, #15b7ff);
  box-shadow: 0 18px 40px rgba(15, 120, 255, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(181, 204, 230, 0.42);
  color: #e8f2ff;
  backdrop-filter: blur(12px);
}

.btn-ghost {
  color: #0f69e1;
  border-color: rgba(15, 105, 225, 0.2);
  background: rgba(255, 255, 255, 0.4);
}

.section-kicker {
  background: linear-gradient(120deg, rgba(255, 193, 87, 0.22), rgba(255, 156, 56, 0.18));
  color: #9c5d00;
}

.card,
.project-card,
.quote-card,
.plan,
.logos-wrap,
.info-panel,
.form-panel,
.hero-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(134, 164, 195, 0.22);
  box-shadow: 0 20px 50px rgba(10, 28, 51, 0.08);
  backdrop-filter: blur(14px);
}

.page-hero {
  padding: 44px 0 18px;
}

.page-hero > .container {
  background: linear-gradient(135deg, rgba(10, 21, 39, 0.96), rgba(10, 63, 122, 0.9) 62%, rgba(17, 126, 243, 0.78) 130%);
  border: 1px solid rgba(125, 171, 214, 0.2);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 30px 60px rgba(9, 25, 47, 0.16);
}

.page-hero .section-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd692;
}

.page-hero h1 {
  color: #ffffff;
  max-width: 16ch;
}

.page-hero p {
  color: #d4e5f7;
}

.home-page .hero-premium {
  padding: 46px 0 26px;
}

.home-page .section {
  padding: 58px 0;
}

.hero-premium-grid {
  align-items: stretch;
  gap: 28px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 7px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b3b78;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(142, 178, 214, 0.26);
  box-shadow: 0 12px 30px rgba(10, 27, 49, 0.06);
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 4.6vw, 4.3rem);
  letter-spacing: -0.045em;
}

.hero-copy p {
  max-width: 58ch;
  font-size: 1rem;
  color: #54718e;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.proof-card {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(136, 168, 199, 0.22);
  box-shadow: 0 16px 34px rgba(13, 29, 52, 0.06);
}

.proof-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.proof-card span {
  color: #5f7892;
  font-size: 0.88rem;
}

.hero-stage {
  position: relative;
}

.hero-stage-frame {
  position: relative;
  height: 100%;
  padding: 18px;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(7, 22, 42, 0.98), rgba(10, 52, 99, 0.94) 54%, rgba(17, 126, 243, 0.72) 150%);
  border: 1px solid rgba(128, 179, 231, 0.18);
  box-shadow: 0 36px 70px rgba(8, 24, 44, 0.22);
}

.hero-stage-frame::before,
.hero-stage-frame::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.hero-stage-frame::before {
  width: 180px;
  height: 180px;
  top: -60px;
  right: -50px;
  background: rgba(19, 200, 255, 0.18);
}

.hero-stage-frame::after {
  width: 160px;
  height: 160px;
  left: -40px;
  bottom: -40px;
  background: rgba(255, 173, 64, 0.16);
}

.hero-stage-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  color: #c8dcf1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stage-image {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(169, 208, 239, 0.18);
}

.hero-stage-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.hero-stage-footer div {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(169, 208, 239, 0.15);
}

.hero-stage-footer strong {
  display: block;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 0.88rem;
  margin-bottom: 4px;
}

.hero-stage-footer span {
  color: #c4d6e8;
  font-size: 0.84rem;
}

.signal-card {
  position: absolute;
  z-index: 2;
  max-width: 208px;
  padding: 11px 13px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(142, 174, 207, 0.24);
  box-shadow: 0 20px 36px rgba(11, 28, 49, 0.12);
  color: #12355d;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
}

.signal-card-left {
  left: -18px;
  bottom: 78px;
}

.signal-card-right {
  right: -16px;
  top: 76px;
}

.trust-rail {
  margin-top: 24px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(127, 163, 198, 0.18);
  background: linear-gradient(130deg, rgba(7, 22, 42, 0.96), rgba(12, 42, 76, 0.94) 60%, rgba(9, 95, 168, 0.82) 130%);
  box-shadow: 0 32px 68px rgba(8, 24, 44, 0.16);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
  align-items: center;
}

.trust-copy .section-title,
.trust-copy .section-copy {
  color: #f2f8ff;
}

.trust-copy .section-copy {
  color: #c1d7ee;
}

.trust-copy .section-kicker {
  background: rgba(255, 255, 255, 0.09);
  color: #ffd591;
}

.real-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.real-logo-item {
  min-height: 84px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.logo-item img {
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(15, 120, 255, 0.14), rgba(255, 180, 75, 0.18));
  color: #0d5ec8;
  font-size: 0.82rem;
  font-weight: 800;
}

.section-tight {
  padding-top: 46px;
}

.section-local {
  padding-top: 18px;
}

.section-dark {
  padding-top: 24px;
  padding-bottom: 34px;
}

.value-band {
  padding: 36px;
  border-radius: 30px;
  background: linear-gradient(135deg, #07172d, #0d2649 54%, #116ed7 145%);
  border: 1px solid rgba(126, 171, 213, 0.18);
  box-shadow: 0 36px 70px rgba(8, 24, 44, 0.2);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

.value-band .section-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #ffd591;
}

.value-band .section-title {
  color: #ffffff;
}

.value-band .section-copy {
  color: #c5d8ee;
}

.value-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.value-point {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(177, 211, 241, 0.16);
}

.value-point strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
}

.value-point span {
  color: #c7d9eb;
  font-size: 0.92rem;
}

.project-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(91, 150, 209, 0.3);
  box-shadow: 0 24px 44px rgba(8, 24, 44, 0.12);
}

.featured-project {
  grid-column: span 2;
}

.featured-project img {
  aspect-ratio: 16 / 8.8;
}

.quote-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.84));
}

.cta-strip {
  background: linear-gradient(130deg, #07172d, #0f4f9d 55%, #0fbeff 145%);
  border: 1px solid rgba(147, 191, 230, 0.2);
  box-shadow: 0 30px 60px rgba(8, 24, 44, 0.18);
}

.footer {
  background: linear-gradient(180deg, #091524, #0d213a);
}

@media (min-width: 1500px) {
  body::after {
    opacity: 1;
    background:
      radial-gradient(circle at 8% 18%, rgba(255, 184, 74, 0.18), transparent 18%),
      radial-gradient(circle at 91% 24%, rgba(23, 147, 255, 0.18), transparent 20%),
      radial-gradient(circle at 12% 82%, rgba(47, 196, 255, 0.12), transparent 15%),
      radial-gradient(circle at 88% 78%, rgba(255, 169, 59, 0.14), transparent 18%),
      linear-gradient(120deg, transparent 0 44%, rgba(23, 147, 255, 0.035) 44% 46%, transparent 46% 100%),
      linear-gradient(60deg, transparent 0 42%, rgba(255, 184, 74, 0.03) 42% 44%, transparent 44% 100%);
    mix-blend-mode: multiply;
  }
}

@media (max-width: 1080px) {
  .hero-proof-grid,
  .value-band-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-rail,
  .value-band {
    grid-template-columns: 1fr;
  }

  .real-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-project {
    grid-column: auto;
  }

  .signal-card {
    position: static;
    max-width: none;
    margin-top: 12px;
  }
}

@media (max-width: 780px) {
  .home-page .hero-premium {
    padding-top: 38px;
  }

  .cards-grid-four {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .page-hero h1 {
    max-width: none;
  }

  .hero-stage-footer,
  .real-logo-grid {
    grid-template-columns: 1fr;
  }

  .trust-rail,
  .value-band,
  .page-hero > .container {
    padding: 22px;
  }

  .nav {
    height: 80px;
  }

  .nav-links.open {
    background: rgba(10, 27, 49, 0.96);
    backdrop-filter: blur(14px);
  }
}

.section-proof {
  padding-top: 0;
  padding-bottom: 18px;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.proof-band-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-metric {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(133, 164, 196, 0.22);
  box-shadow: 0 18px 34px rgba(8, 24, 44, 0.08);
}

.proof-metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.proof-metric span {
  color: #62809d;
  font-size: 0.9rem;
}

.founder-split {
  align-items: stretch;
}

.compact-story {
  align-items: start;
}

.founder-frame {
  background: linear-gradient(145deg, rgba(8, 28, 56, 0.96), rgba(12, 69, 128, 0.92));
}

.founder-art {
  border-radius: 24px;
}

.founder-callouts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.founder-chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(136, 167, 199, 0.24);
  color: #17375d;
  font-weight: 700;
  font-size: 0.84rem;
}

.why-grid .card {
  min-height: 214px;
}

.section-header-compact {
  margin-bottom: 24px;
}

.section-header-compact .section-title {
  max-width: 18ch;
}

.cards-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-grid-compact {
  gap: 14px;
}

.cards-grid-compact .card {
  padding: 18px;
  border-radius: 18px;
}

.cards-grid-compact .card p {
  font-size: 0.92rem;
}

.services-note {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(136, 167, 199, 0.18);
  color: #5e7894;
  font-size: 0.94rem;
}

.services-note span {
  color: #113157;
  font-weight: 800;
  margin-right: 8px;
}

.case-study-grid {
  display: grid;
  gap: 16px;
}

.case-study-card {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 16px;
  align-items: stretch;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(134, 164, 195, 0.22);
  box-shadow: 0 24px 48px rgba(10, 28, 51, 0.08);
  overflow: hidden;
}

.case-study-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.case-study-body {
  padding: 20px;
}

.case-study-body h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.case-study-list {
  display: grid;
  gap: 12px;
}

.case-study-list div {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(240, 247, 255, 0.82);
  border: 1px solid rgba(210, 225, 240, 0.72);
}

.case-study-list strong {
  display: block;
  margin-bottom: 4px;
  color: #113157;
}

.case-study-list span {
  color: #5f7c98;
  font-size: 0.92rem;
}

.tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.compact-tech-grid {
  margin-top: 16px;
  gap: 10px;
}

.tech-chip {
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(240, 247, 255, 0.92));
  border: 1px solid rgba(137, 169, 201, 0.22);
  font-weight: 700;
  color: #17375d;
  box-shadow: 0 10px 24px rgba(9, 26, 48, 0.06);
}

.bilingual-panel {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(7, 23, 45, 0.98), rgba(12, 69, 128, 0.9));
  border: 1px solid rgba(138, 178, 216, 0.14);
  box-shadow: 0 24px 52px rgba(8, 24, 44, 0.16);
}

.bilingual-panel .section-title,
.bilingual-panel .section-copy {
  color: #ffffff;
}

.bilingual-panel .section-copy {
  color: #cbdef1;
}

.bilingual-panel .section-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #ffd591;
}

.bilingual-card {
  margin: 18px 0 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(180, 211, 240, 0.14);
}

.bilingual-card p {
  color: #d9e8f7;
}

.bilingual-card p + p {
  margin-top: 10px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(136, 167, 199, 0.22);
  box-shadow: 0 14px 30px rgba(10, 28, 51, 0.06);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 800;
  color: #103059;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  padding: 0 20px 18px;
  color: #63809c;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-card {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(242, 248, 255, 0.9));
  border: 1px solid rgba(140, 172, 205, 0.22);
  box-shadow: 0 18px 34px rgba(8, 24, 44, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.landing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 44px rgba(8, 24, 44, 0.12);
}

.landing-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
}

.landing-card span {
  color: #63809c;
  font-size: 0.92rem;
}

.consultation-panel {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(7, 23, 45, 0.98), rgba(11, 86, 168, 0.92));
  border: 1px solid rgba(145, 191, 230, 0.15);
  box-shadow: 0 30px 56px rgba(8, 24, 44, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.section-compact-story,
.section-case-studies,
.section-final-cta {
  padding-top: 44px;
}

.consultation-panel .section-title,
.consultation-panel .section-copy {
  color: #ffffff;
}

.consultation-panel .section-copy {
  color: #cbdef1;
}

.consultation-panel .section-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #ffd591;
}

.consultation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.consultation-actions .btn-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.urdu-page {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.urdu-page .nav,
.urdu-page .footer-grid,
.urdu-page .footer-bottom,
.urdu-page .consultation-panel,
.urdu-page .hero-actions {
  direction: rtl;
}

.mobile-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 70;
  transform: translateX(-50%);
  display: none;
  gap: 8px;
  width: min(94vw, 430px);
  padding: 10px;
  border-radius: 18px;
  background: rgba(7, 23, 45, 0.94);
  box-shadow: 0 18px 34px rgba(8, 24, 44, 0.22);
  backdrop-filter: blur(12px);
}

.mobile-sticky-cta a {
  flex: 1 1 0;
  text-align: center;
  padding: 11px 10px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 0.9rem;
}

.mobile-sticky-cta .mobile-call {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.mobile-sticky-cta .mobile-wa {
  background: linear-gradient(135deg, #1a95ff, #0a56d6);
  color: #ffffff;
}

.mobile-sticky-cta .mobile-quote {
  background: linear-gradient(135deg, #ffc04d, #ff8d22);
  color: #4d2b00;
}

@media (max-width: 1080px) {
  .proof-band,
  .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 780px) {
  .proof-band,
  .landing-grid {
    grid-template-columns: 1fr;
  }

  .proof-metric,
  .landing-card,
  .consultation-panel {
    padding: 20px;
  }

  .mobile-sticky-cta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body {
    padding-bottom: 94px;
  }
}
