:root {
  --bg: #f4f8ff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --ink: #0f1f3d;
  --muted: #5a6985;
  --line: rgba(28, 75, 157, 0.12);
  --blue: #245dff;
  --blue-deep: #153bb7;
  --blue-soft: #edf4ff;
  --navy: #0d214f;
  --sky: #3cb4ff;
  --glow: #dfeeff;
  --shadow: 0 24px 60px rgba(35, 86, 190, 0.12);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(61, 136, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 42px;
}

.site-header,
.section-block,
.hero-surface,
.site-footer,
.page-hero {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 22px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  position: sticky;
  top: 12px;
  z-index: 10;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
}

.logo-image {
  height: auto;
  width: auto;
}

.header-logo {
  width: 140px;
  max-height: 58px;
  object-fit: contain;
}

.footer-logo {
  width: 190px;
  max-height: 92px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.site-nav a {
  padding: 11px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}

.site-nav a.is-active,
.site-nav a:hover {
  background: var(--blue-soft);
  color: var(--blue);
}

.header-cta {
  white-space: nowrap;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 700;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button-primary:hover,
.button-secondary:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), #3a84ff);
  color: white;
  box-shadow: 0 16px 30px rgba(36, 93, 255, 0.24);
}

.button-secondary {
  background: white;
  border: 1px solid rgba(36, 93, 255, 0.22);
  color: var(--blue);
}

.hero-surface,
.section-block,
.page-hero,
.site-footer {
  border-radius: var(--radius-xl);
}

.hero-surface {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
  gap: 26px;
  padding: 40px;
  margin: 26px 0 22px;
  background:
    radial-gradient(circle at left top, rgba(61, 136, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #fdfefe 0%, #eef5ff 100%);
}

.hero-copy h1,
.section-heading h2,
.pricing-cta-card h3,
.service-card h3,
.product-card h3,
.pricing-card h3,
.page-hero h1 {
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  margin: 12px 0 16px;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 0.98;
  max-width: 11ch;
}

.eyebrow {
  margin: 0;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 0.76rem;
}

.lead,
.section-copy,
.hero-copy p,
.service-card p,
.product-card p,
.pricing-card li,
.why-card li,
.pricing-cta-card p,
.footer-brand p,
.page-hero .lead {
  color: var(--muted);
  line-height: 1.75;
}

.lead {
  max-width: 58ch;
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.trust-item {
  min-width: 148px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(36, 93, 255, 0.08);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  font-size: 1rem;
}

.trust-item span {
  margin-top: 4px;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(111, 188, 255, 0.32), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(215, 232, 255, 0.95));
}

.cloud-orb {
  position: absolute;
  top: 72px;
  right: 88px;
  width: 220px;
  height: 150px;
  border-radius: 80px;
  background: linear-gradient(135deg, #61a8ff, #1c55ea);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.36), 0 24px 40px rgba(40, 101, 231, 0.24);
}

.cloud-orb::before,
.cloud-orb::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: inherit;
}

.cloud-orb::before {
  width: 110px;
  height: 110px;
  top: -26px;
  left: 24px;
}

.cloud-orb::after {
  width: 130px;
  height: 130px;
  top: -36px;
  right: 16px;
}

.laptop-panel {
  position: absolute;
  left: 88px;
  top: 200px;
  width: 250px;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #143578, #0d1f4b);
  box-shadow: 0 26px 50px rgba(16, 44, 117, 0.24);
}

.code-line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(60, 180, 255, 0.94), rgba(255, 255, 255, 0.24));
  margin-bottom: 12px;
}

.w-80 { width: 80%; }
.w-65 { width: 65%; }
.w-50 { width: 50%; }
.w-40 { width: 40%; }

.server-stack {
  position: absolute;
  right: 70px;
  bottom: 78px;
  width: 100px;
  height: 152px;
  border-radius: 28px;
  background: linear-gradient(180deg, #56b4ff, #2661f0);
  box-shadow: 0 24px 40px rgba(38, 97, 240, 0.24);
}

.server-stack::before,
.server-stack::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 2px;
  background: rgba(255, 255, 255, 0.34);
}

.server-stack::before { top: 42px; }
.server-stack::after { top: 86px; }

.floating-badge,
.floating-cube {
  position: absolute;
  display: grid;
  place-items: center;
}

.floating-badge {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: white;
  color: var(--blue);
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(37, 96, 212, 0.14);
}

.badge-top { top: 86px; left: 36px; }
.badge-mid { top: 150px; left: 300px; }
.badge-low { bottom: 82px; left: 30px; }

.floating-cube {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #8dc7ff, #2e69f0);
  box-shadow: 0 12px 18px rgba(37, 96, 212, 0.15);
}

.cube-a { top: 130px; left: 260px; }
.cube-b { bottom: 56px; left: 360px; }
.cube-c { top: 246px; right: 30px; }

.section-block {
  padding: 34px;
  margin-bottom: 22px;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 24px;
  text-align: center;
}

.section-heading h2 {
  margin: 10px 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-copy {
  margin: 0 auto;
  max-width: 64ch;
}

.service-grid,
.product-grid,
.metrics-grid,
.pricing-grid,
.footer-columns {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.service-card,
.product-card,
.metric-card,
.pricing-card,
.partner-card,
.why-card,
.illustration-card,
.pricing-cta-card,
.contact-panel {
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(35, 86, 190, 0.08);
}

.service-card {
  padding: 22px;
}

.service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), #4bb7ff);
  color: white;
  font-size: 0.88rem;
  font-weight: 800;
}

.service-card h3,
.product-card h3,
.pricing-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.product-card {
  overflow: hidden;
}

.product-swatch {
  height: 88px;
}

.theme-navy .product-swatch { background: linear-gradient(135deg, #102451, #193d8e); }
.theme-gold .product-swatch { background: linear-gradient(135deg, #ffc933, #f29c12); }
.theme-violet .product-swatch { background: linear-gradient(135deg, #7f59ff, #b44dff); }
.theme-rose .product-swatch { background: linear-gradient(135deg, #ff74b7, #ff9d7f); }
.theme-blue .product-swatch { background: linear-gradient(135deg, #2f6dff, #3eb6ff); }

.product-body {
  padding: 22px;
}

.product-type {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-body a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 700;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
  align-items: stretch;
}

.why-card {
  padding: 30px;
}

.benefit-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--sky));
}

.trust-side {
  display: grid;
  gap: 18px;
}

.illustration-card {
  position: relative;
  min-height: 260px;
  background: linear-gradient(180deg, #edf4ff, #ffffff);
  overflow: hidden;
}

.illustration-screen {
  position: absolute;
  inset: 40px 64px 74px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(37, 96, 212, 0.12), rgba(37, 96, 212, 0)),
    white;
  border: 1px solid rgba(37, 96, 212, 0.1);
}

.illustration-screen::before,
.illustration-screen::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37, 96, 212, 0.16), rgba(60, 180, 255, 0.16));
}

.illustration-screen::before {
  width: 42%;
  height: 36%;
  top: 20px;
  left: 20px;
}

.illustration-screen::after {
  width: 36%;
  height: 22%;
  right: 20px;
  bottom: 20px;
}

.illustration-person {
  position: absolute;
  bottom: 28px;
  width: 70px;
  height: 110px;
  border-radius: 999px 999px 24px 24px;
  background: linear-gradient(180deg, #2c67eb, #163a9c);
}

.illustration-person::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f1c8aa;
}

.illustration-person.one { left: 72px; }
.illustration-person.two { right: 88px; background: linear-gradient(180deg, #4bb7ff, #2f6dff); }

.metrics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-card {
  padding: 24px;
  text-align: left;
}

.metric-card strong {
  display: block;
  font-size: 2rem;
  color: var(--navy);
}

.metric-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.partner-card {
  padding: 24px;
  text-align: center;
}

.partner-card strong {
  display: block;
  font-size: 1.15rem;
}

.partner-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.45fr;
  gap: 18px;
  align-items: start;
}

.pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.pricing-card {
  position: relative;
  padding: 24px;
}

.pricing-card.featured {
  border-color: rgba(36, 93, 255, 0.26);
  box-shadow: 0 20px 40px rgba(36, 93, 255, 0.14);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  right: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 0.76rem;
  font-weight: 800;
}

.pricing-value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 16px;
}

.pricing-value strong {
  font-size: 2rem;
  color: var(--navy);
}

.pricing-value span {
  color: var(--muted);
}

.pricing-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
}

.pricing-button {
  width: 100%;
  margin-top: 18px;
}

.pricing-cta-card {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at bottom right, rgba(107, 180, 255, 0.24), transparent 32%),
    linear-gradient(180deg, #0f47bd, #0d2f81);
  color: white;
}

.pricing-cta-card .eyebrow,
.pricing-cta-card p {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-cta-card h3 {
  margin: 12px 0 14px;
  font-size: 2rem;
  color: white;
}

.site-footer {
  display: grid;
  gap: 26px;
  padding: 34px;
  background: linear-gradient(180deg, #102451, #0a1738);
  color: white;
}

.footer-brand {
  display: grid;
  gap: 14px;
  max-width: 340px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.76);
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  font-weight: 700;
}

.footer-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-column h4 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li {
  margin-bottom: 9px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-column a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
}

.footer-bottom p,
.footer-meta a {
  color: rgba(255, 255, 255, 0.62);
}

.footer-meta {
  display: flex;
  gap: 16px;
}

.footer-meta a:hover {
  color: white;
}

.page-hero,
.contact-panel,
.info-panel {
  padding: 30px;
}

.page-hero {
  margin: 26px 0 22px;
}

.page-hero h1 {
  margin: 10px 0 12px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 18px;
}

.contact-panel h2 {
  margin: 0 0 10px;
}

.info-panel {
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f4f8ff, #ffffff);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(35, 86, 190, 0.08);
}

.info-panel h3 {
  margin: 10px 0 14px;
  font-size: 1.6rem;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 24px;
}

.contact-list strong,
.contact-list span,
.contact-list a {
  display: block;
}

.contact-list strong {
  margin-bottom: 4px;
  color: var(--navy);
}

.contact-list span,
.contact-list a {
  color: var(--muted);
}

.app-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.app-summary-card,
.legal-panel {
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(35, 86, 190, 0.08);
  padding: 28px;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
}

.app-badge.theme-violet { background: linear-gradient(135deg, #7f59ff, #b44dff); }
.app-badge.theme-navy { background: linear-gradient(135deg, #102451, #193d8e); }
.app-badge.theme-gold { background: linear-gradient(135deg, #ffb818, #f29c12); }

.app-summary-card h2,
.legal-panel h2 {
  margin: 14px 0 12px;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.app-summary-card p,
.legal-panel p,
.legal-panel li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-stack {
  display: grid;
  gap: 18px;
}

.legal-panel ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.legal-panel li {
  margin-bottom: 10px;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.link-card {
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(35, 86, 190, 0.08);
  padding: 24px;
}

.link-card h3 {
  margin: 10px 0 12px;
  font-size: 1.35rem;
}

.link-card p {
  color: var(--muted);
  line-height: 1.75;
}

.link-card .button-primary,
.link-card .button-secondary {
  margin-top: 16px;
}

.lead-form {
  margin-top: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.lead-form label {
  display: block;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.lead-form textarea {
  min-height: 140px;
  resize: vertical;
}

.honey-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-notice {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
}

.form-notice.success {
  background: rgba(77, 197, 126, 0.16);
  border: 1px solid rgba(77, 197, 126, 0.26);
}

.form-notice.error {
  background: rgba(227, 89, 41, 0.12);
  border: 1px solid rgba(227, 89, 41, 0.24);
}

@media (max-width: 1180px) {
  .hero-surface,
  .app-hero,
  .trust-layout,
  .pricing-layout,
  .split-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    border-radius: 28px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .footer-columns,
  .partner-strip,
  .metrics-grid,
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-visual {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 18px, 1220px);
    padding-top: 10px;
  }

  .site-header,
  .hero-surface,
  .app-summary-card,
  .section-block,
  .site-footer,
  .page-hero,
  .contact-panel,
  .info-panel,
  .legal-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .footer-columns,
  .partner-strip,
  .metrics-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.6rem);
  }

  .hero-visual {
    min-height: 300px;
  }

  .cloud-orb {
    width: 150px;
    height: 100px;
    top: 50px;
    right: 40px;
  }

  .laptop-panel {
    left: 26px;
    top: 170px;
    width: 180px;
  }

  .server-stack {
    right: 30px;
    width: 76px;
    height: 122px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
