:root {
  --black: #050706;
  --night: #061812;
  --night-2: #09271d;
  --forest: #0c3a23;
  --forest-2: #14512f;
  --green: #69b85e;
  --green-bright: #87d978;
  --mint: #dff0df;
  --mint-2: #eff8ed;
  --gold: #c87813;
  --gold-soft: #fff7e8;
  --ink: #111518;
  --muted: #626872;
  --soft: #f9f7f1;
  --paper: #fffdf9;
  --line: #d8dcd5;
  --line-dark: rgba(255,255,255,0.17);
  --shadow: 0 28px 70px rgba(5, 18, 14, 0.16);
  --shadow-soft: 0 16px 38px rgba(5, 18, 14, 0.10);
  --radius: 18px;
  --radius-lg: 26px;
  --max: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: geometricPrecision;
}

body::selection {
  background: rgba(105, 184, 94, 0.28);
}

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

img,
svg {
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

p {
  line-height: 1.52;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 36px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  position: relative;
  z-index: 50;
}

.site-header-dark,
.site-header-pricing {
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 157, 93, 0.22), transparent 30%),
    radial-gradient(circle at 78% 12%, rgba(59, 146, 117, 0.16), transparent 24%),
    linear-gradient(90deg, #030806, #071a14 62%, #020705);
}

.site-header-pricing {
  background: linear-gradient(90deg, #121514, #111716 70%, #070908);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.05em;
  color: #fff;
}

.brand-copy strong span,
.product-name span,
.site-header-pricing .brand-copy strong span {
  color: var(--green);
}

.brand-copy small {
  color: #76cd7d;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.site-header-pricing .brand-copy small {
  color: rgba(255,255,255,0.72);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
  flex: 1;
}

.site-nav a {
  position: relative;
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 0;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
  color: var(--green-bright);
}

.site-nav a.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  background: var(--green-bright);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(105,184,94,0.45);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.button,
.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.download-button:hover {
  transform: translateY(-1px);
}

.button-green {
  color: #fff;
  background: linear-gradient(135deg, #5ca755, #75c16b);
  box-shadow: 0 14px 30px rgba(94, 175, 85, 0.28), inset 0 1px 0 rgba(255,255,255,0.24);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.64);
  background: rgba(255,255,255,0.02);
}

.button-large {
  min-height: 58px;
  padding: 0 30px;
  font-size: 1.2rem;
}

.download-button {
  color: #a5dc73;
  border-color: #87c95c;
  border-radius: 12px;
  min-height: 50px;
  font-size: 1.08rem;
  padding: 0 24px;
}

.download-button svg {
  width: 25px;
  height: 25px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  padding: 10px;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #fff;
  border-radius: 999px;
}

.home-hero {
  color: #fff;
  min-height: 760px;
  padding: 64px 36px 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(74, 164, 83, 0.24), transparent 26%),
    radial-gradient(circle at 70% 28%, rgba(255,255,255,0.08), transparent 22%),
    linear-gradient(100deg, #050706, #0a0c0b 50%, #050706);
  overflow: hidden;
}

.hero-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: 66px;
}

.product-name {
  font-size: clamp(3.3rem, 5.4vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin-bottom: 40px;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 4.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
  max-width: 630px;
}

.hero-lede {
  color: rgba(255,255,255,0.75);
  max-width: 520px;
  font-size: 1.22rem;
  line-height: 1.58;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.light-section svg,
.feature-orb svg {
  width: 24px;
  height: 24px;
  color: var(--green-bright);
}

.beta-note {
  color: rgba(255,255,255,0.70);
  margin-top: 28px;
  font-size: 1.06rem;
}

.app-showcase {
  min-width: 0;
  margin: 0;
}

.app-showcase img {
  width: min(100%, 940px);
  margin-left: auto;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 36px 80px rgba(0,0,0,0.42);
}

.home-feature-bar {
  width: min(100%, var(--max));
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 10px;
  background: rgba(255,255,255,0.035);
  box-shadow: 0 20px 50px rgba(0,0,0,0.22);
}

.home-feature-bar article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 28px 30px;
  border-right: 1px solid rgba(255,255,255,0.13);
}

.home-feature-bar article:last-child {
  border-right: 0;
}

.feature-orb {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(105,184,94,0.18);
}

.feature-orb svg {
  width: 34px;
  height: 34px;
}

.home-feature-bar h2 {
  font-size: 1.25rem;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}

.home-feature-bar p {
  color: rgba(255,255,255,0.72);
  margin-bottom: 8px;
}

.home-feature-bar a {
  color: var(--green-bright);
}

.light-section {
  padding: 46px 64px;
  background: #fffdf9;
}

.section-kicker {
  color: var(--forest-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 0.78rem;
  margin-bottom: 12px;
}

.light-grid {
  width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 64px;
  align-items: start;
}

.light-grid h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.14;
  letter-spacing: -0.06em;
}

.light-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-areas: "icon title" "icon copy";
  gap: 6px 18px;
}

.light-grid svg {
  grid-area: icon;
  width: 36px;
  height: 36px;
  color: var(--forest-2);
}

.light-grid h3 {
  grid-area: title;
  font-size: 1rem;
}

.light-grid p {
  grid-area: copy;
  color: #414841;
}

.pricing-page,
.support-page,
.policy-page,
.faq-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(95, 162, 80, 0.10), transparent 24%),
    linear-gradient(180deg, #fffefd, #faf8f2);
}

.pricing-main {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 52px 0 18px;
}

.pricing-hero {
  text-align: center;
}

.pricing-hero h1,
.support-hero h1,
.policy-content h1 {
  font-size: clamp(3rem, 5vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -0.075em;
}

.pricing-hero > p {
  color: #6c6f78;
  margin: 8px auto 24px;
  font-size: 1.22rem;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 32px;
  width: min(100%, 880px);
  margin: 0 auto;
}

.price-card {
  min-height: 370px;
  padding: 30px 31px;
  border: 1px solid #c7c9c5;
  border-radius: 10px;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 14px 42px rgba(0,0,0,0.04);
  position: relative;
}

.price-card-pro {
  border: 2px solid #2f7a39;
}

.price-card h2 {
  color: #2d7138;
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.price-zero {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
}

.price-card > p {
  color: #71737a;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9cbc8;
  margin-bottom: 16px;
}

.billing-toggle {
  height: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #bfc5bd;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 7px;
}

.billing-toggle strong,
.billing-toggle > span {
  text-align: center;
  font-size: 1.3rem;
}

.billing-toggle strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  padding-top: 12px;
  color: #fff;
  background: linear-gradient(135deg, #1c672b, #2b7e31);
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 400;
}

.billing-toggle > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding-top: 12px;
  line-height: 1;
}

.billing-toggle strong span,
.billing-toggle small {
  font-size: 0.78rem;
}

.billing-toggle strong span {
  font-size: inherit;
  font-weight: inherit;
  padding-top: 0;
  white-space: nowrap;
}

.billing-toggle small {
  display: block;
  color: #2c8735;
  font-weight: 900;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  align-items: center;
}

.check-list li::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: #2f7a39;
  font-size: 0.78rem;
  font-weight: 900;
}

.policy-link-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 32px auto;
  color: #2b6d37;
}

.policy-link-row a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  min-height: 28px;
  text-decoration: underline;
  border-right: 1px solid #888e87;
}

.policy-link-row a:last-child {
  border-right: 0;
}

.policy-link-row svg {
  width: 32px;
  height: 32px;
}

.faq-panel {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 24px 68px 22px;
  border-radius: 10px;
  background: rgba(255,255,255,0.62);
  box-shadow: 0 16px 40px rgba(0,0,0,0.05);
}

.faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #bfc2bd;
  padding-bottom: 16px;
}

.faq-heading h2 {
  font-size: 1.2rem;
}

.faq-heading a {
  color: #2b6d37;
  text-decoration: underline;
  font-weight: 800;
}

.faq-list .faq-item {
  border-bottom: 1px solid #c9cbc8;
}

.faq-list .faq-item {
  min-height: 58px;
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 18px;
}

.faq-list .faq-item span {
  font-weight: 900;
}

.faq-list .faq-item p {
  color: #686d73;
  font-size: 0.92rem;
}

.plain-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  color: #767b83;
  padding: 0 0 10px;
}

.faq-main {
  width: min(100% - 80px, 1180px);
  margin: 0 auto;
  padding: 54px 0 64px;
}

.faq-hero {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.faq-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.075em;
  margin-bottom: 16px;
}

.faq-hero p:last-child {
  color: #68707b;
  font-size: 1.16rem;
}

.faq-directory {
  display: grid;
  gap: 22px;
}

.faq-topic-panel {
  padding: 28px 68px 22px;
  border: 1px solid rgba(216, 220, 213, 0.9);
  border-radius: 14px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 16px 40px rgba(0,0,0,0.05);
}

.faq-topic-panel h2 {
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfc2bd;
}

.faq-topic-panel .faq-list .faq-item {
  grid-template-columns: minmax(210px, 0.42fr) 1fr;
}

.faq-topic-panel .faq-list .faq-item:last-child {
  border-bottom: 0;
}

.support-main {
  width: min(100% - 80px, 1290px);
  margin: 0 auto;
  padding: 44px 0 28px;
}

.support-hero {
  max-width: 1120px;
  margin: 0 auto 42px;
  text-align: center;
}

.support-hero p {
  color: #4c5360;
  font-size: 1.28rem;
  max-width: 780px;
  margin: 18px auto 0;
}

.policy-help {
  border: 1px solid #e5c999;
  border-radius: 10px;
  background: rgba(255,248,235,0.58);
}

.support-grid {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 48px;
}

.support-left {
  display: grid;
  gap: 14px;
}

.help-panel,
.message-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,0.76);
  box-shadow: 0 12px 34px rgba(0,0,0,0.04);
}

.help-grid svg,
.message-card svg,
.privacy-note svg {
  width: 28px;
  height: 28px;
}

.help-grid strong {
  font-size: 1.05rem;
}

.help-grid small {
  color: #2f4938;
  line-height: 1.35;
}

.help-grid b {
  color: #0c1011;
  font-weight: 400;
}

.help-panel {
  padding: 18px;
}

.help-panel h2,
.message-card h2 {
  font-size: 1.45rem;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

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

.help-grid a {
  display: grid;
  grid-template-columns: 58px 1fr 16px;
  grid-template-areas: "icon title arrow" "icon text arrow";
  align-items: center;
  gap: 2px 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,0.62);
}

.help-grid a > span {
  grid-area: icon;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #14512f;
  background: #dcebdd;
}

.help-grid strong { grid-area: title; }
.help-grid small { grid-area: text; font-size: 0.8rem; color: #424850; }
.help-grid b { grid-area: arrow; font-size: 1.6rem; }

.message-card {
  padding: 30px;
}

.message-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.message-card input,
.message-card select,
.message-card textarea {
  width: 100%;
  border: 1px solid #cbd2d3;
  border-radius: 6px;
  background: rgba(255,255,255,0.72);
  color: #1d2226;
  padding: 0 14px;
  outline: none;
}

.message-card input,
.message-card select {
  height: 51px;
}

.message-card textarea {
  resize: vertical;
  min-height: 104px;
  padding-top: 14px;
}

.message-card input:focus,
.message-card select:focus,
.message-card textarea:focus {
  border-color: #447b4f;
  box-shadow: 0 0 0 3px rgba(105,184,94,0.16);
}

.button-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  font-size: 1.12rem;
}

.button-submit svg {
  width: 26px;
  height: 26px;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6a707a;
  margin-top: 20px;
  font-size: 0.9rem;
}

.dark-footer {
  color: rgba(255,255,255,0.86);
  background:
    radial-gradient(circle at 12% 0%, rgba(73,149,92,0.16), transparent 26%),
    linear-gradient(90deg, #04120d, #082318 70%, #04120d);
}

.support-footer,
.compact-footer {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 64px;
}

.support-footer nav,
.compact-footer nav {
  display: flex;
  gap: 34px;
}

.support-footer a,
.compact-footer a {
  color: rgba(255,255,255,0.84);
}

.policy-layout {
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  padding: 44px 0 50px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 235px;
  gap: 66px;
  align-items: start;
}

.policy-sidebar {
  position: sticky;
  top: 24px;
}

.policy-sidebar h2 {
  font-size: 1.28rem;
  margin-bottom: 14px;
}

.policy-sidebar nav {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.74);
}

.policy-sidebar a {
  min-height: 59px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: #2e3438;
}

.policy-sidebar a:last-child {
  border-bottom: 0;
}

.policy-sidebar a.is-current {
  color: #113e25;
  background: #e7f2e8;
  box-shadow: inset 4px 0 0 #16864e;
}

.policy-sidebar span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #174f2d;
  font-weight: 900;
}

.policy-content h1 {
  margin-bottom: 12px;
}

.policy-intro {
  color: #6b717c;
  font-size: 1.14rem;
  margin-bottom: 20px;
}

.policy-content hr,
.policy-help hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 20px 0 26px;
}

.policy-content h2 {
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.policy-content > p:not(.policy-intro) {
  max-width: 760px;
  margin-bottom: 18px;
}

.policy-list section {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.policy-list section:last-child {
  border-bottom: 0;
}

.policy-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #15592f;
  background: #e1efdf;
  font-weight: 900;
}

.policy-icon.ebay {
  font-size: 0.9rem;
  letter-spacing: -0.04em;
}

.policy-list h3 {
  font-size: 1.12rem;
  margin: 4px 0 6px;
}

.policy-list p {
  color: #343b42;
}

.policy-list a,
.policy-help a,
.external-link {
  color: #185a34;
}

.policy-help {
  padding: 28px 22px;
  position: sticky;
  top: 24px;
}

.help-lifebuoy {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: #fff1d5;
  font-size: 2.1rem;
  margin-bottom: 12px;
}

.policy-help h2 {
  font-size: 1.25rem;
  margin-bottom: 22px;
}

.policy-help h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.policy-help p {
  color: #384047;
  margin-bottom: 10px;
}

.policy-footer {
  color: rgba(255,255,255,0.86);
  background:
    linear-gradient(180deg, transparent 0 16px, #03150f 16px),
    radial-gradient(circle at 10% 0%, rgba(95,162,80,0.22), transparent 30%);
  min-height: 190px;
  padding: 44px 64px 38px;
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr 1fr;
  gap: 64px;
  position: relative;
}

.policy-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -82px;
  width: 230px;
  height: 96px;
  background:
    radial-gradient(ellipse at 34% 100%, #03150f 0 56%, transparent 57%),
    linear-gradient(120deg, transparent 0 20%, #03150f 21% 26%, transparent 27% 39%, #03150f 40% 46%, transparent 47%),
    linear-gradient(180deg, transparent 0 25%, #03150f 26% 100%);
  clip-path: polygon(0 100%, 0 58%, 5% 58%, 8% 24%, 13% 58%, 18% 58%, 22% 0, 30% 58%, 42% 58%, 47% 20%, 54% 58%, 64% 58%, 75% 75%, 100% 82%, 100% 100%);
}

.footer-brand {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
}

.footer-brand small {
  grid-column: 1 / -1;
  color: rgba(255,255,255,0.72);
}

.footer-brand p {
  color: rgba(255,255,255,0.74);
}

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

.policy-footer nav strong {
  color: #8dbb78;
  font-weight: 500;
  margin-bottom: 2px;
}

.policy-footer nav a {
  color: rgba(255,255,255,0.86);
}

.callback-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(105, 184, 94, 0.22), transparent 26%),
    radial-gradient(circle at 78% 72%, rgba(255,255,255,0.09), transparent 24%),
    linear-gradient(135deg, #050706, #071a14 58%, #020705);
}

.callback-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.callback-card {
  width: min(100%, 640px);
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  color: #fff;
  background: rgba(7, 20, 15, 0.88);
  box-shadow: 0 30px 80px rgba(0,0,0,0.38);
}

.callback-card .brand-mark {
  margin-bottom: 22px;
}

.callback-card h1 {
  font-size: clamp(2.25rem, 6vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.075em;
  margin-bottom: 14px;
}

.callback-intro,
.callback-note {
  color: rgba(255,255,255,0.78);
  font-size: 1.08rem;
}

.auth-field {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.auth-field strong {
  color: #fff;
}

.auth-field textarea {
  width: 100%;
  min-height: 86px;
  resize: none;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 10px;
  color: #eef7ef;
  background: rgba(255,255,255,0.07);
  padding: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
}

.auth-reference {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  background: rgba(255,255,255,0.045);
}

.auth-reference strong {
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
}

.auth-reference code {
  display: block;
  overflow-wrap: anywhere;
  color: rgba(255,255,255,0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.84rem;
}

.auth-copy {
  min-height: 44px;
  margin-top: 10px;
}

.auth-copy-status {
  min-height: 1.4em;
  margin-top: 10px;
  color: var(--green-bright);
  font-weight: 800;
  font-size: 0.95rem;
}

.callback-note {
  margin-top: 22px;
}

.callback-warning {
  margin-top: 14px;
  color: #ffd18f;
  font-size: 0.95rem;
}

.callback-card-error {
  max-width: 560px;
}

.callback-card-error .button {
  margin-top: 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 160ms; }

@media (max-width: 1180px) {
  .site-header {
    padding: 16px 22px;
  }

  .header-actions {
    display: none;
  }

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

  .home-feature-bar,
  .light-grid,
  .support-grid,
  .support-hero,
  .policy-layout,
  .policy-footer {
    grid-template-columns: 1fr;
  }

  .home-feature-bar article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.13);
  }

  .home-feature-bar article:last-child {
    border-bottom: 0;
  }

  .policy-sidebar,
  .policy-help {
    position: static;
  }

  .policy-footer {
    gap: 28px;
  }
}

@media (max-width: 860px) {
  .site-header {
    flex-wrap: wrap;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-copy strong {
    font-size: 1.35rem;
  }

  .brand-copy small {
    font-size: 0.84rem;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    order: 4;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding-top: 12px;
  }

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

  .site-nav a {
    padding: 12px 0;
  }

  .site-nav a.is-current::after {
    left: 0;
    right: auto;
    width: 52px;
  }

  .home-hero {
    padding: 42px 20px 24px;
  }

  .product-name {
    font-size: 3rem;
    margin-bottom: 24px;
  }

  .app-showcase {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .home-feature-bar,
  .pricing-cards,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .light-section,
  .support-main,
  .policy-layout,
  .policy-footer {
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .pricing-main {
    width: min(100% - 28px, 760px);
  }

  .pricing-hero h1,
  .support-hero h1,
  .policy-content h1 {
    font-size: 2.7rem;
  }

  .plain-footer,
  .support-footer,
  .compact-footer,
  .policy-link-row {
    flex-direction: column;
    text-align: center;
  }

  .policy-link-row a {
    border-right: 0;
    border-bottom: 1px solid #c8cbc5;
    width: 100%;
    justify-content: center;
    padding: 12px 0;
  }

  .policy-link-row a:last-child {
    border-bottom: 0;
  }

  .faq-panel {
    padding: 20px;
  }

  .faq-main {
    width: auto;
    padding: 42px 22px 52px;
  }

  .faq-topic-panel {
    padding: 22px;
  }

  .faq-list .faq-item {
    grid-template-columns: 1fr;
  }

  .faq-list .faq-item p {
    padding-bottom: 14px;
  }

  .support-footer,
  .compact-footer {
    align-items: center;
    justify-content: center;
  }

  .support-footer nav,
  .compact-footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }

}

@media (max-width: 520px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-large,
  .button {
    width: 100%;
  }

  .home-feature-bar article,
  .policy-list section {
    grid-template-columns: 1fr;
  }

  .light-grid article,
  .help-grid a {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .light-grid svg,
  .help-grid a > span,
  .help-grid strong,
  .help-grid small,
  .help-grid b {
    grid-area: auto;
  }

}
