:root {
  --ink: #172621;
  --muted: #566b64;
  --canvas: #eef5f2;
  --paper: rgba(255, 255, 255, 0.68);
  --soft: rgba(226, 239, 234, 0.72);
  --deep: #102b27;
  --deep-2: #194239;
  --brand: #267666;
  --brand-dark: #185a4e;
  --accent: #d98d56;
  --line: rgba(30, 67, 57, 0.11);
  --glass: rgba(255, 255, 255, 0.62);
  --glass-strong: rgba(255, 255, 255, 0.82);
  --glass-dark: rgba(15, 43, 38, 0.88);
  --glass-line: rgba(255, 255, 255, 0.72);
  --glass-shadow: 0 20px 50px rgba(28, 71, 59, 0.1);
  --glass-shadow-soft: 0 10px 30px rgba(28, 71, 59, 0.07);
  --radius: 16px;
}

html {
  background: #edf5f2;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(138deg, rgba(214, 239, 230, 0.86) 0%, rgba(243, 248, 246, 0.3) 44%, rgba(248, 232, 217, 0.62) 100%),
    linear-gradient(32deg, #f8fbfa 0%, #edf5f2 55%, #f8f4ef 100%);
  background-attachment: fixed;
}

body * {
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.6), transparent 35%),
    linear-gradient(300deg, rgba(171, 211, 201, 0.22), transparent 42%);
  content: "";
}

.site-header {
  background: rgba(244, 249, 247, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 28px rgba(30, 70, 59, 0.04);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.brand img {
  box-shadow: 0 8px 18px rgba(29, 65, 55, 0.16);
}

.site-nav a,
.footer-links a,
.footer-links button,
.button,
.nav-contact,
.text-link,
summary {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease,
    box-shadow 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.nav-contact,
.button-primary {
  background: linear-gradient(135deg, #286f62 0%, #3d8d7c 100%);
  box-shadow: 0 10px 24px rgba(38, 118, 102, 0.22), inset 0 1px rgba(255, 255, 255, 0.28);
}

.nav-contact:hover,
.button-primary:hover {
  background: linear-gradient(135deg, #1d6155 0%, #337e70 100%);
}

.button-quiet {
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.68);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.button-quiet:hover {
  background: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
}

.eyebrow {
  color: #176454;
}

.eyebrow-dot {
  background: #df9a61;
  box-shadow: 0 0 0 5px rgba(223, 154, 97, 0.16);
}

h1,
.section-intro h2,
.download-panel h2,
.legal-hero h1 {
  text-wrap: balance;
}

h1 em {
  color: #277768;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-visual {
  padding: 14px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 20px;
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  backdrop-filter: blur(16px) saturate(130%);
}

.hero-visual::before {
  inset: 22px -10px -10px 22px;
  border-color: rgba(51, 121, 104, 0.18);
  border-radius: 18px;
  transform: none;
}

.window-chrome {
  background: linear-gradient(110deg, rgba(23, 62, 54, 0.97), rgba(38, 84, 72, 0.94));
}

.workbench-preview {
  box-shadow: 0 18px 44px rgba(20, 55, 46, 0.16);
}

.proof-band {
  position: relative;
  background: linear-gradient(110deg, rgba(14, 44, 38, 0.97), rgba(27, 73, 63, 0.95));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.feature-card,
.legal-document {
  background: var(--glass);
  border: 1px solid var(--glass-line);
  box-shadow: var(--glass-shadow-soft), inset 0 1px rgba(255, 255, 255, 0.56);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--glass-shadow), inset 0 1px rgba(255, 255, 255, 0.62);
}

.feature-wide {
  background:
    linear-gradient(125deg, rgba(224, 242, 235, 0.82), rgba(255, 255, 255, 0.58) 58%, rgba(248, 229, 212, 0.42));
}

.download-art,
.account-art,
.metric-art {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.64);
}

.workflow-section {
  position: relative;
  background:
    linear-gradient(120deg, rgba(213, 235, 228, 0.72), rgba(247, 249, 248, 0.48) 54%, rgba(244, 225, 210, 0.5));
  border-block: 1px solid rgba(255, 255, 255, 0.64);
}

.steps {
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  box-shadow: var(--glass-shadow-soft);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.download-panel {
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(13, 49, 42, 0.98), rgba(29, 83, 70, 0.94) 58%, rgba(105, 76, 53, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 56px rgba(19, 55, 46, 0.18), inset 0 1px rgba(255, 255, 255, 0.14);
}

.download-panel .button-primary {
  background: linear-gradient(135deg, #f7fbf9, #dcece6);
  color: #174d42;
  box-shadow: 0 12px 28px rgba(4, 24, 19, 0.22);
}

.download-panel .button-primary:hover {
  background: linear-gradient(135deg, #ffffff, #e8f3ef);
}

.pricing-section {
  padding: 110px 0 105px;
}

.pricing-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.pricing-heading .section-intro {
  max-width: 720px;
  margin-bottom: 0;
}

.refund-note {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 320px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.45);
}

.refund-note > span {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e3f1ec;
  color: var(--brand-dark);
  font-weight: 900;
}

.refund-note b {
  display: block;
  font-size: 14px;
}

.refund-note p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 465px;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--glass-shadow-soft);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  backdrop-filter: blur(16px) saturate(120%);
}

.price-card-head p {
  margin-bottom: 6px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.price-card-head h3 {
  margin-bottom: 22px;
  font-size: 24px;
}

.price {
  display: flex;
  min-height: 72px;
  align-items: baseline;
  color: var(--ink);
}

.price > span {
  margin-right: 4px;
  font-size: 20px;
  font-weight: 800;
}

.price strong {
  font-size: 54px;
  line-height: 1;
}

.price small {
  margin-left: 8px;
  color: var(--muted);
  font-size: 13px;
}

.price-caption {
  min-height: 50px;
  margin: 8px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.price-caption b {
  color: #8f602b;
}

.price-benefits {
  display: grid;
  gap: 12px;
  padding: 20px 0 26px;
  margin: 0 0 26px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-benefits li {
  position: relative;
  padding-left: 24px;
  color: #52635d;
  font-size: 14px;
}

.price-benefits li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--brand);
  content: "✓";
  font-weight: 900;
}

.price-button {
  width: 100%;
  margin-top: auto;
  border: 1px solid rgba(47, 119, 104, 0.22);
  background: rgba(231, 239, 235, 0.78);
  color: var(--brand-dark);
}

.price-button:hover {
  background: #dcebe5;
  transform: translateY(-2px);
}

.price-card-featured {
  border-color: rgba(237, 190, 133, 0.45);
  background: linear-gradient(145deg, #183d34, #24584c 72%, #5a4938);
  color: #fff;
  box-shadow: 0 24px 54px rgba(16, 48, 40, 0.2);
}

.price-card-featured::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 40%);
  content: "";
  pointer-events: none;
}

.price-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 9px;
  border-radius: 6px;
  background: #f1d4ad;
  color: #5a3c1e;
  font-size: 11px;
  font-weight: 800;
}

.price-card-featured .price-card-head p,
.price-card-featured .price-benefits li::before {
  color: #b8ded0;
}

.price-card-featured .price,
.price-card-featured .price small,
.price-card-featured .price-caption,
.price-card-featured .price-benefits li {
  color: #d7e7e1;
}

.price-card-featured .price-caption b {
  color: #f1d4ad;
}

.price-card-featured .price-benefits {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.price-button-featured {
  border-color: transparent;
  background: #f7fbf9;
  color: #174d42;
}

.price-button-featured:hover {
  background: #e5f0ec;
}

.pricing-footnote {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.affiliate-section {
  padding: 0 0 105px;
}

.affiliate-panel {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: 38px 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(125deg, #112e27, #205648 68%, #6a533d);
  color: #fff;
  box-shadow: 0 24px 54px rgba(16, 48, 40, 0.18);
}

.affiliate-rate {
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.affiliate-rate small {
  display: block;
  color: #add6c7;
  font-size: 12px;
  font-weight: 800;
}

.affiliate-rate strong {
  display: block;
  margin: 4px 0 7px;
  color: #f4d5ad;
  font-size: 62px;
  line-height: 1;
}

.affiliate-rate strong span {
  font-size: 24px;
}

.affiliate-rate p {
  margin: 0;
  color: #a9c0b8;
  font-size: 12px;
}

.affiliate-content .eyebrow {
  margin-bottom: 9px;
  color: #add6c7;
}

.affiliate-content h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.25;
}

.affiliate-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: #c8d8d2;
  font-size: 12px;
}

.affiliate-steps span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.affiliate-steps b {
  color: #f4d5ad;
  font: 800 10px ui-monospace, monospace;
}

.affiliate-action {
  display: flex;
  max-width: 230px;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.affiliate-button {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: #f7fbf9;
  color: #174d42;
  white-space: nowrap;
}

.affiliate-button:hover {
  background: #e5f0ec;
  transform: translateY(-2px);
}

.affiliate-action small {
  color: #9fb8af;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.faq-list {
  padding: 0 26px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius);
  box-shadow: var(--glass-shadow-soft);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.faq-list details:first-child {
  border-top: 0;
}

summary:hover {
  color: var(--brand-dark);
}

.site-footer {
  background: linear-gradient(110deg, #102923, #193d35 70%, #3d332a);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
}

.modal-backdrop {
  background: rgba(14, 31, 27, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.contact-dialog {
  background: rgba(250, 253, 252, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 70px rgba(11, 39, 32, 0.24), inset 0 1px rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
}

.modal-close {
  top: 8px;
  right: 10px;
  width: 44px;
  height: 44px;
  background: rgba(226, 238, 234, 0.78);
}

.modal-close:hover {
  color: #174d42;
  background: rgba(210, 229, 222, 0.94);
  transform: rotate(4deg);
}

.qr-frame {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(229, 240, 236, 0.52));
  border-color: rgba(54, 112, 97, 0.28);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.contact-value {
  min-height: 46px;
  padding: 7px 10px;
  background: rgba(232, 242, 238, 0.72);
  border-radius: 9px;
}

.contact-value button {
  min-height: 44px;
  padding-inline: 12px;
}

/* Keep a consistent page rhythm and avoid stacked section padding. */
.section {
  padding: 92px 0;
}

.section-intro {
  margin-bottom: 40px;
}

.workflow {
  gap: 72px;
  padding: 84px 0;
}

.pricing-section {
  padding: 86px 0 48px;
}

.pricing-heading {
  margin-bottom: 32px;
}

.affiliate-section {
  padding-bottom: 48px;
}

.download-section {
  padding: 0 0 72px;
}

.faq-section {
  padding-bottom: 88px;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-header,
  .feature-card,
  .legal-document,
  .steps,
  .faq-list,
  .contact-dialog {
    background: #f8fbfa;
  }
}

@media (max-width: 900px) {
  .hero-visual {
    max-width: 720px;
  }

  .steps {
    padding-inline: 22px;
  }

  .pricing-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .refund-note {
    min-width: 0;
  }

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

  .price-card {
    min-height: 0;
  }

  .affiliate-panel {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .affiliate-action {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 640px) {
  body {
    background-attachment: scroll;
  }

  .site-header {
    position: sticky;
  }

  .site-nav {
    background: rgba(250, 253, 252, 0.9);
    border-color: rgba(255, 255, 255, 0.82);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .hero-visual {
    padding: 8px;
    border-radius: 16px;
  }

  .hero-visual::before {
    inset: 14px -6px -6px 14px;
  }

  .hero-meta span {
    min-height: 28px;
    padding-inline: 8px;
  }

  .proof-grid > div {
    border-left: 0;
    padding-left: 0;
  }

  .steps,
  .faq-list {
    padding-inline: 18px;
  }

  .hero {
    padding-bottom: 56px;
  }

  .section {
    padding: 64px 0;
  }

  .section-intro {
    margin-bottom: 28px;
  }

  .workflow {
    gap: 18px;
    padding: 62px 0;
  }

  .pricing-section {
    padding: 62px 0 32px;
  }

  .affiliate-section {
    padding-bottom: 32px;
  }

  .affiliate-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 22px;
  }

  .affiliate-rate {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .affiliate-rate strong {
    font-size: 54px;
  }

  .affiliate-content h2 {
    font-size: 28px;
  }

  .affiliate-action {
    grid-column: auto;
  }

  .price-card {
    padding: 26px 22px;
  }

  .download-section {
    padding: 0 0 56px;
  }

  .faq-section {
    padding-bottom: 64px;
  }

  .price strong {
    font-size: 48px;
  }

  .feature-card:hover {
    transform: none;
  }

  .contact-dialog {
    padding: 32px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
