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

html {
  scroll-behavior: smooth;
}

body {
  color: #11203b;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(126, 92, 255, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(0, 214, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fe 100%);
  overflow-x: hidden;
}

.contact-page-body {
  background:
    radial-gradient(circle at top left, rgba(0, 214, 255, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(126, 92, 255, 0.14), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(17, 32, 59, 0.08);
}

.logo {
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #4065ff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-mark {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

nav a {
  margin-left: 28px;
  text-decoration: none;
  color: #55637f;
  font-weight: 600;
  transition: color 0.25s ease, transform 0.25s ease;
}

nav a:hover {
  color: #101a32;
  transform: translateY(-1px);
}

.cta {
  background: linear-gradient(135deg, #5a67ff, #02c5ff);
  padding: 11px 20px;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 12px 28px rgba(64, 101, 255, 0.2);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 20px 110px;
  position: relative;
}

.hero-backdrop {
  position: absolute;
  inset: 60px 30px 30px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(243, 247, 255, 0.72)),
    url("hero-background.svg") center/cover no-repeat,
    linear-gradient(135deg, #ffffff, #edf3ff);
  border: 1px solid rgba(17, 32, 59, 0.07);
  box-shadow: 0 32px 80px rgba(44, 72, 130, 0.1);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
}

.hero-orb-one {
  width: 240px;
  height: 240px;
  top: 140px;
  left: 8%;
  background: rgba(0, 214, 255, 0.18);
}

.hero-orb-two {
  width: 320px;
  height: 320px;
  right: 10%;
  bottom: 120px;
  background: rgba(126, 92, 255, 0.18);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.hero-label,
.section-heading span,
.contact-panel span {
  display: inline-block;
  margin-bottom: 18px;
  color: #5a67ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #101a32;
}

.hero p {
  margin: 22px auto 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
  color: #61708f;
}

.hero-buttons {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin: 42px auto 0;
}

.hero-stats div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 32, 59, 0.06);
  box-shadow: 0 14px 36px rgba(52, 79, 137, 0.08);
}

.hero-stats strong {
  display: block;
  font-size: 24px;
  color: #101a32;
}

.hero-stats span {
  color: #61708f;
  font-size: 14px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #5a67ff, #02c5ff);
  color: #fff;
  box-shadow: 0 16px 34px rgba(64, 101, 255, 0.2);
}

.btn-secondary {
  border: 1px solid rgba(17, 32, 59, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: #11203b;
}

.intro-band {
  padding: 0 60px;
  margin-top: -26px;
}

.intro-band p {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.intro-band-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #6f63ff, #14c8ff);
  box-shadow: 0 20px 40px rgba(68, 102, 219, 0.18);
}

.intro-pills {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.intro-pills span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

section {
  padding: 120px 60px;
  text-align: center;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto;
}

.section-heading h2,
.contact-panel h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #101a32;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  margin-top: 54px;
}

.card {
  padding: 34px;
  border-radius: 28px;
  text-align: left;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 32, 59, 0.07);
  box-shadow: 0 18px 40px rgba(51, 74, 128, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(90, 103, 255, 0.12), transparent 70%);
}

.card:hover {
  transform: translateY(-8px);
  border-color: rgba(90, 103, 255, 0.22);
  box-shadow: 0 22px 46px rgba(58, 87, 152, 0.12);
}

.feature-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5a67ff, #02c5ff);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(64, 101, 255, 0.16);
}

.card h3 {
  margin-bottom: 14px;
  color: #12203f;
  font-size: 22px;
}

.card p {
  color: #61708f;
  line-height: 1.75;
}

.simple-card {
  text-align: center;
}

.solutions {
  text-align: left;
}

.solutions-layout {
  max-width: 1180px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.solutions-copy {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 247, 255, 0.84));
  border: 1px solid rgba(17, 32, 59, 0.07);
  box-shadow: 0 18px 40px rgba(51, 74, 128, 0.07);
}

.solutions-copy h3 {
  margin-bottom: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  line-height: 1.15;
  color: #101a32;
}

.solutions-copy p {
  color: #61708f;
  line-height: 1.8;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.solution-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.solution-image {
  width: calc(100% + 68px);
  height: 180px;
  margin: -34px -34px 22px;
  object-fit: cover;
  display: block;
}

.pricing {
  background:
    radial-gradient(circle at top right, rgba(90, 103, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #eef2ff 0%, #e8f6ff 100%);
  border-top: 1px solid rgba(90, 103, 255, 0.08);
  border-bottom: 1px solid rgba(90, 103, 255, 0.08);
}

.pricing-note {
  max-width: 720px;
  margin: 18px auto 0;
}

.pricing-note p {
  color: #61708f;
  line-height: 1.75;
}

.pricing-grid {
  align-items: stretch;
}

.pricing-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
}

.plan-points {
  margin-top: 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  text-align: left;
}

.plan-points li {
  position: relative;
  padding-left: 22px;
  color: #55637f;
  line-height: 1.6;
}

.plan-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a67ff, #02c5ff);
}

.price {
  margin-bottom: 12px;
  color: #101a32;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.price span {
  color: #61708f;
  font-size: 16px;
  font-weight: 500;
}

.featured-price {
  background:
    radial-gradient(circle at top right, rgba(2, 197, 255, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 245, 255, 0.94));
  border: 1px solid rgba(2, 197, 255, 0.24);
  box-shadow: 0 24px 54px rgba(58, 87, 152, 0.12);
}

.contact {
  padding-top: 90px;
}

.contact-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(126, 92, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 255, 0.92));
  border: 1px solid rgba(17, 32, 59, 0.07);
  box-shadow: 0 28px 70px rgba(57, 81, 139, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.contact-panel p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #61708f;
  line-height: 1.75;
}

.contact-copy {
  max-width: 620px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.newsletter-section {
  padding: 24px 60px 110px;
}

.newsletter-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 38px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(2, 197, 255, 0.18), transparent 30%),
    radial-gradient(circle at left bottom, rgba(90, 103, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 255, 0.92));
  border: 1px solid rgba(17, 32, 59, 0.08);
  box-shadow: 0 28px 70px rgba(57, 81, 139, 0.1);
}

.newsletter-copy {
  text-align: left;
}

.newsletter-copy span {
  display: inline-block;
  margin-bottom: 14px;
  color: #5a67ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsletter-copy h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #101a32;
}

.newsletter-copy p {
  margin-top: 16px;
  color: #61708f;
  line-height: 1.8;
}

.newsletter-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
}

.newsletter-field {
  display: grid;
  gap: 8px;
}

.newsletter-field label {
  color: #475472;
  font-size: 14px;
  font-weight: 600;
}

.newsletter-field input,
.newsletter-field select {
  width: 100%;
  border: 1px solid rgba(17, 32, 59, 0.12);
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
  color: #11203b;
  background: rgba(255, 255, 255, 0.96);
}

.newsletter-field input:focus,
.newsletter-field select:focus {
  outline: 2px solid rgba(90, 103, 255, 0.2);
  border-color: rgba(90, 103, 255, 0.34);
}

.newsletter-button {
  grid-column: 1 / -1;
  justify-self: start;
}

.footer {
  padding: 34px;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(17, 32, 59, 0.06);
}

.footer p {
  color: #61708f;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  text-align: left;
  flex-wrap: nowrap;
}

.footer-logo {
  margin-bottom: 0;
  font-size: 16px;
  flex-shrink: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.footer-links a {
  color: #55637f;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.footer-links a:hover {
  color: #101a32;
}

.footer-inner p {
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.footer-inner > div:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.contact-page-main {
  padding-top: 118px;
}

.contact-hero {
  position: relative;
  padding: 32px 60px 70px;
}

.contact-hero-backdrop {
  position: absolute;
  inset: 0 30px 0 30px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.9)),
    linear-gradient(135deg, #ffffff, #edf3ff);
  border: 1px solid rgba(17, 32, 59, 0.07);
  box-shadow: 0 32px 80px rgba(44, 72, 130, 0.1);
}

.contact-hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
  padding: 48px 12px 24px;
}

.contact-flow {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  padding: 48px 12px 24px;
}

.contact-hero-copy {
  text-align: left;
  padding: 10px 6px 0;
}

.contact-hero-copy h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #101a32;
}

.contact-hero-copy p {
  margin-top: 22px;
  max-width: 650px;
  font-size: 18px;
  line-height: 1.8;
  color: #61708f;
}

.contact-stats {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.contact-form-card {
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 32, 59, 0.07);
  box-shadow: 0 22px 48px rgba(57, 81, 139, 0.1);
  text-align: left;
}

.contact-form-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #5a67ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form-card h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #101a32;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: #475472;
  font-size: 14px;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 32, 59, 0.12);
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
  color: #11203b;
  background: rgba(255, 255, 255, 0.95);
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(90, 103, 255, 0.2);
  border-color: rgba(90, 103, 255, 0.34);
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.contact-info-section {
  padding: 0;
}

.contact-info-grid {
  max-width: 980px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.contact-info-card {
  min-height: 0;
}

@media (max-width: 900px) {
  .navbar {
    padding: 18px 24px;
  }

  section,
  .intro-band {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-backdrop {
    inset: 70px 12px 20px;
  }

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

  .solutions-layout,
  .solutions-grid,
  .contact-panel,
  .footer-inner,
  .newsletter-shell,
  .newsletter-form {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .contact-hero,
  .contact-info-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-info-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-backdrop {
    inset: 0 12px 0 12px;
  }

  .contact-flow {
    padding-left: 0;
    padding-right: 0;
  }

  .form-field-full,
  .form-actions {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  nav a {
    margin-left: 0;
    margin-right: 18px;
    margin-top: 8px;
  }

  .hero {
    padding-top: 190px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .card,
  .contact-panel,
  .newsletter-shell {
    padding: 26px;
  }
}
