:root {
  --bg: #f8fafc;
  --bg-soft: #eef6ff;
  --dark: #0f172a;
  --text: #1e293b;
  --muted: #64748b;
  --line: #dbe5f0;
  --card: #ffffff;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --warm: #f59e0b;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(780px, calc(100% - 40px));
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  background: var(--dark);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 250, 252, 0.88);
  border-bottom: 1px solid rgba(219, 229, 240, 0.9);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 13px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--dark);
  background: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 70px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(6, 182, 212, 0.08) 45%, rgba(245, 158, 11, 0.10)),
    var(--bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 52px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--dark);
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 8vw, 5.7rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  font-size: 1.18rem;
}

p {
  margin: 0;
}

.hero-lead {
  max-width: 690px;
  margin-top: 24px;
  color: #334155;
  font-size: clamp(1.06rem, 2vw, 1.3rem);
}

.hero-actions,
.final-cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #1d4ed8);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.26);
}

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

.hero-panel {
  position: relative;
  min-height: 420px;
}

.status-card,
.mini-browser,
.card,
.package,
.contact-aside,
.contact-form,
.trust-box {
  border: 1px solid rgba(219, 229, 240, 0.92);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.status-card {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: min(280px, 74%);
  padding: 18px;
  border-radius: 20px;
}

.status-card strong,
.status-card small {
  display: block;
}

.status-card small {
  color: var(--muted);
}

.status-dot {
  float: left;
  width: 12px;
  height: 12px;
  margin: 7px 10px 0 0;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.14);
}

.mini-browser {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(430px, 92%);
  min-height: 310px;
  border-radius: 26px;
  overflow: hidden;
}

.browser-top {
  display: flex;
  gap: 8px;
  padding: 17px;
  background: #eff6ff;
}

.browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--line);
}

.browser-content {
  padding: 28px;
}

.line {
  height: 18px;
  width: 62%;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #dbeafe;
}

.line.wide {
  width: 86%;
  height: 32px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 30px 0;
}

.tiles span {
  aspect-ratio: 1;
  border-radius: 16px;
  background: linear-gradient(135deg, #eff6ff, #fff7ed);
  border: 1px solid var(--line);
}

.contact-strip {
  padding: 16px;
  color: #0f766e;
  font-weight: 800;
  border-radius: 16px;
  background: #ecfeff;
}

.section {
  padding: 86px 0;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 48px;
  align-items: start;
}

.split p,
.section-heading p,
.trust-box p,
.page-hero p,
.contact-aside p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.check-list div {
  position: relative;
  padding: 17px 18px 17px 48px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  font-weight: 750;
}

.check-list div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--warm);
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 36px;
}

.section-heading.compact {
  margin-bottom: 22px;
}

.examples-section {
  padding-top: 24px;
  background: #fff;
}

.problem-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.problem-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  color: #334155;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fafc;
  font-weight: 750;
}

.cards {
  display: grid;
  gap: 18px;
}

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

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

.card,
.package,
.contact-aside,
.contact-form,
.trust-box {
  border-radius: var(--radius);
}

.card {
  padding: 26px;
}

.card-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card p,
.package li {
  color: var(--muted);
}

.card h3,
.package h3 {
  margin-bottom: 12px;
}

.packages {
  background: linear-gradient(180deg, #fff, #f1f7ff);
}

.package {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px;
}

.package.featured {
  border-color: rgba(37, 99, 235, 0.45);
  transform: translateY(-10px);
}

.price {
  color: var(--blue);
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 800;
}

.package-note {
  margin-top: 12px;
  color: var(--muted);
}

.package ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.package li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  padding-left: 0;
  background: none;
}

.check-icon {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.check-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.package a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
}

.pricing-note {
  margin-top: 20px;
  color: var(--muted);
  font-weight: 700;
}

.trust-box {
  padding: clamp(30px, 6vw, 58px);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.94)),
    var(--dark);
}

.trust-box h2,
.trust-box p {
  color: #fff;
}

.trust-box p {
  max-width: 850px;
  color: #cbd5e1;
  font-size: 1.25rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.steps article {
  padding: 24px;
  border-top: 3px solid var(--blue);
  background: #fff;
}

.steps span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--dark);
  font-weight: 900;
}

.steps p {
  margin-top: 10px;
  color: var(--muted);
}

.final-cta {
  padding: 68px 0;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.final-cta-inner {
  justify-content: space-between;
  margin-top: 0;
}

.final-cta h2 {
  max-width: 800px;
  color: #fff;
}

.page-hero {
  padding: 78px 0 40px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(245, 158, 11, 0.09));
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 24px;
  align-items: start;
}

.contact-aside,
.contact-form {
  padding: 28px;
}

.contact-aside ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: var(--muted);
}

.contact-direct {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fafc;
}

.contact-direct h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.contact-direct p {
  margin-top: 4px;
}

.contact-direct a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--dark);
  font-weight: 800;
}

label span {
  color: var(--muted);
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--dark);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(37, 99, 235, 0.18);
  border-color: var(--blue);
}

.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.consent input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 4px;
}

.hp-field {
  position: absolute;
  left: -10000px;
}

.form-errors {
  padding: 16px;
  color: #7f1d1d;
  border: 1px solid #fecaca;
  border-radius: 16px;
  background: #fef2f2;
}

.form-errors p {
  margin-top: 6px;
}

.thank-you {
  min-height: 58vh;
}

.site-footer {
  padding: 70px 0 32px;
  background: var(--dark);
  color: #cbd5e1;
  line-height: 1.75;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.7fr;
  gap: 44px;
}

.footer-brand,
.site-footer h2 {
  color: #fff;
}

.site-footer h2 {
  margin-bottom: 14px;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.site-footer a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer-about p,
.footer-contact p {
  max-width: 430px;
}

.footer-contact a {
  display: inline;
  font-weight: 800;
}

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

.footer-note {
  margin-top: 12px;
  color: #94a3b8;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #94a3b8;
}

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

  .hero-panel {
    min-height: 360px;
  }

  .cards.six,
  .cards.three,
  .steps,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .package.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1120px);
  }

  .site-nav {
    position: fixed;
    inset: 74px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-actions,
  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .cards.six,
  .cards.three,
  .steps,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

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

  .problem-chips {
    gap: 10px;
  }

  .problem-chips span {
    width: 100%;
    border-radius: 16px;
  }

  .mini-browser {
    width: 100%;
  }

  .status-card {
    width: 86%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
