:root {
  color-scheme: light;
  --bg: #fff8f0;
  --bg-alt: #fff2e5;
  --card: rgba(255, 255, 255, 0.82);
  --card-strong: rgba(255, 255, 255, 0.94);
  --text: #3d2518;
  --muted: #7a6657;
  --accent: #f97316;
  --accent-2: #ff9b4d;
  --line: #e8d9c8;
  --shadow: 0 24px 60px rgba(155, 103, 53, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.12), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(249, 115, 22, 0.09), transparent 24%),
    linear-gradient(180deg, #fffaf4 0%, #fff5ea 54%, #fff8f0 100%);
  color: var(--text);
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
}

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

.shell {
  max-width: 1216px;
  margin: 0 auto;
  padding: 22px 24px 40px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 40px 22px;
  border-bottom: 1px solid rgba(232, 217, 200, 0.7);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #5b3522;
}

.brand-mark {
  width: 16px;
  height: 22px;
  border-radius: 999px 999px 999px 0;
  background: var(--accent);
  position: relative;
  transform: rotate(45deg);
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.1);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: #fff8f0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nav a,
.button,
.button-ghost {
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nav a {
  color: #6e5646;
}

.nav a:hover,
.nav a:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--accent);
}

.button,
.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  color: #4f2c1d;
  box-shadow: 0 8px 18px rgba(155, 103, 53, 0.08);
}

.button {
  background: linear-gradient(135deg, var(--accent), #ff8a2b);
  color: #fff8f0;
  border: 0;
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.24);
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 20px 36px rgba(249, 115, 22, 0.3);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.6);
}

.landing-hero {
  width: 100vw;
  padding: 28px 60px 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
  background:
    radial-gradient(circle at 18% 18%, rgba(249, 115, 22, 0.12), transparent 26%),
    radial-gradient(circle at 86% 24%, rgba(249, 115, 22, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(255, 242, 229, 0.86));
  border-bottom: 1px solid rgba(232, 217, 200, 0.7);
  position: relative;
  overflow: clip;
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 20% 80%, rgba(255, 255, 255, 0.22));
  pointer-events: none;
}

.landing-hero>* {
  position: relative;
  z-index: 1;
}

.panel {
  background: var(--card);
  border: 1px solid rgba(232, 217, 200, 0.9);
  box-shadow: var(--shadow);
  border-radius: 30px;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.hero-main {
  padding: 14px 0 12px;
  position: relative;
  min-height: 100%;
}

.eyebrow,
.badge,
.stat strong,
.feature h3,
.mini-card h3,
.price-card .badge,
.section-label,
.step-number {
  font-family: Georgia, "Times New Roman", serif;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.09);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 18px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 11ch;
  font-weight: 700;
}

.hero-accent {
  color: var(--accent);
}

.lede {
  max-width: 57ch;
  font-size: clamp(18px, 1.95vw, 21px);
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.hero-actions,
.section-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

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

.benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: #5b4233;
  box-shadow: 0 10px 24px rgba(155, 103, 53, 0.06);
}

.benefit-mark {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex: 0 0 auto;
}

.hero-side {
  padding: 6px 0 0;
  display: grid;
  gap: 16px;
}

.api-card,
.mini-card,
.feature,
.section-panel,
.price-card,
.cta-banner {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(155, 103, 53, 0.06);
}

.api-card {
  padding: 20px;
}

.api-card-head,
.comparison-head,
.section-head,
.pricing-head,
.cta-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  flex-wrap: wrap;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.code-grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.code-box {
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fffdf9;
  overflow: hidden;
}

.code-box header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: #7a6657;
  font-weight: 700;
}

.code-box pre {
  margin: 0;
  padding: 16px 14px;
  font-size: 13px;
  line-height: 1.7;
  overflow: auto;
  color: #4d2d1d;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.code-box code {
  color: inherit;
}

.code-key {
  color: #f97316;
}

.section {
  margin-top: 28px;
  padding: 30px;
}

.section h2,
.section h3 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  color: #3d2518;
}

.section h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.section-copy {
  color: var(--muted);
  line-height: 1.7;
  margin: 10px 0 0;
  max-width: 72ch;
}

.section-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  margin-top: 20px;
}

.comparison,
.steps,
.trust,
.pricing,
.footer-cta {
  margin-top: 18px;
}

.comparison-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 217, 200, 0.8);
}

.bar {
  position: relative;
  height: 14px;
  border-radius: 999px;
  background: rgba(232, 217, 200, 0.8);
  overflow: hidden;
}

.bar>span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--width, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.4), var(--accent));
}

.callout {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(249, 115, 22, 0.25);
  background: linear-gradient(180deg, rgba(255, 246, 235, 0.96), rgba(255, 241, 225, 0.92));
  color: #5a3522;
  font-weight: 700;
  line-height: 1.5;
}

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

.step-card,
.trust-card,
.price-card {
  padding: 20px;
}

.step-number {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.1);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 14px;
}

.step-card h3,
.trust-card h3,
.price-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.step-card p,
.trust-card p,
.price-card p,
.mini-card p,
.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.logo-cloud {
  min-height: 260px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(249, 115, 22, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 237, 0.9));
}

.logo-orbit {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px dashed rgba(249, 115, 22, 0.2);
}

.logo-orbit.orbit-2 {
  inset: 54px;
}

.logo-orbit.orbit-3 {
  inset: 92px;
}

.logo-center {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 243, 229, 0.92));
  border: 1px solid rgba(249, 115, 22, 0.22);
  box-shadow: 0 16px 40px rgba(155, 103, 53, 0.08);
  font-weight: 800;
  color: #5b3522;
}

.logo-chip {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(232, 217, 200, 0.9);
  background: rgba(255, 255, 255, 0.9);
  color: #6a4d3d;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(155, 103, 53, 0.06);
}

.logo-chip:nth-child(1) {
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-chip:nth-child(2) {
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.logo-chip:nth-child(3) {
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-chip:nth-child(4) {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

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

.price-card {
  position: relative;
  min-height: 100%;
}

.price-card.featured {
  border-color: rgba(249, 115, 22, 0.38);
  background: linear-gradient(180deg, rgba(255, 245, 233, 0.98), rgba(255, 255, 255, 0.86));
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.14);
}

.price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin: 10px 0 14px;
  color: #3d2518;
}

.price span {
  font-size: 16px;
  color: var(--muted);
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
}

ul.clean {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

ul.clean li {
  display: flex;
  align-items: start;
  gap: 10px;
  color: #5a4235;
  line-height: 1.5;
}

ul.clean li::before {
  content: "•";
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
  margin-top: -1px;
}

.footer-cta {
  padding: 26px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
  background:
    radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 241, 225, 0.9));
}

.footer-cta .hero-actions {
  margin-top: 18px;
}

.map-art {
  min-height: 180px;
  border-radius: 24px;
  border: 1px dashed rgba(249, 115, 22, 0.18);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 36%, rgba(249, 115, 22, 0.12), transparent 22%),
    radial-gradient(circle at 30% 76%, rgba(249, 115, 22, 0.08), transparent 20%),
    rgba(255, 255, 255, 0.56);
}

.map-line {
  position: absolute;
  border-radius: 999px;
  border-top: 2px solid rgba(249, 115, 22, 0.18);
  transform-origin: left center;
}

.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  background: var(--accent);
  transform: rotate(-45deg);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.25);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #fff8f0;
}

.footer {
  margin: 34px 0 16px;
  color: #8b7465;
  font-size: 14px;
  text-align: center;
}

.auth-shell,
.provider-shell {
  max-width: 840px;
  margin: 0 auto;
}

.account-shell {
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 1080px) {

  .landing-hero,
  .section-grid,
  .footer-cta,
  .trust-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

  .code-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shell {
    padding: 16px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .nav {
    display: none;
  }

  .nav a,
  .button,
  .button-ghost {
    width: 100%;
    text-align: center;
  }

  .landing-hero {
    padding: 20px 16px 18px;
  }

  .hero-main {
    padding: 22px 0 22px;
  }

  .section {
    padding: 22px;
  }

  .hero-benefits,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    grid-template-columns: 1fr;
  }

  .api-card-head,
  .comparison-head,
  .section-head,
  .pricing-head,
  .cta-head {
    align-items: flex-start;
  }

  h1 {
    max-width: 100%;
  }
}