/* =====================================================================
   My Royalty Tracker - Landing Page Styles
   Brand palette derived from logo: teal, gold, coral.
   ===================================================================== */

:root {
  --teal:        #1F7A6E;
  --teal-dark:   #155A52;
  --teal-soft:   #E5F0EE;
  --teal-tint:   #D6E8E5;
  --gold:        #E8C870;
  --gold-soft:   #F8EFD3;
  --coral:       #E66B5C;
  --coral-dark:  #C8513F;
  --coral-soft:  #FBE2DE;
  --ink:         #1A1F1E;
  --ink-soft:    #4B5563;
  --ink-mute:    #6B7280;
  --paper:       #FFFFFF;
  --paper-soft:  #FAF9F6;
  --gray-bg:     #EBEAE6;
  --border:      #E5E5E5;
  --shadow-sm:   0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);
  --shadow-md:   0 4px 8px rgba(0,0,0,.05), 0 8px 24px rgba(0,0,0,.08);
  --shadow-lg:   0 10px 30px rgba(0,0,0,.10), 0 20px 60px rgba(31,122,110,.12);
  --radius:      14px;
  --radius-lg:   22px;
  --max-width:   1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper-soft);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { color: var(--ink); margin-top: 0; line-height: 1.2; }
h1 { font-size: 2.75rem; font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: 2rem;    font-weight: 800; letter-spacing: -0.01em; }
h3 { font-size: 1.2rem;  font-weight: 700; }

p  { margin: 0 0 1rem 0; color: var(--ink-soft); }
ul { margin: 0; padding: 0; list-style: none; }
a  { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dark); }

/* ============================ HEADER ============================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: .75rem 2rem;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.brand {
  display: flex; align-items: center; gap: .65rem;
  color: var(--teal);
  font-weight: 800;
}
.brand-mark { width: 36px; height: 36px; }
.brand-text { font-size: 1.05rem; letter-spacing: -.01em; }
.site-nav { display: flex; gap: 1.5rem; }
.site-nav a {
  color: var(--ink-soft);
  font-weight: 500;
  font-size: .95rem;
}
.site-nav a:hover { color: var(--teal); }
.site-nav a.nav-blog-btn {
  background: var(--gold);
  color: var(--teal-dark);
  padding: .42rem .95rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: background .15s ease, transform .15s ease;
}
.site-nav a.nav-blog-btn:hover {
  background: #f4d68a;
  color: var(--teal-dark);
  transform: translateY(-1px);
}

/* ============================ BUTTONS ============================ */
.btn {
  display: inline-block;
  padding: .85rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  text-align: center;
  border: 2px solid transparent;
  transition: transform .12s ease, box-shadow .15s ease,
              background .15s ease, color .15s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-dark); color: #fff; }
.btn-secondary { background: var(--paper); color: var(--teal); border-color: var(--teal); }
.btn-secondary:hover { background: var(--teal-soft); color: var(--teal-dark); }
.btn-large { padding: 1.05rem 2rem; font-size: 1.05rem; }

.btn-stripe {
  display: block;
  width: 100%;
  margin-top: .5rem;
  background: var(--teal);
  color: #fff;
}
.btn-stripe:hover { background: var(--teal-dark); color: #fff; }

.btn-shopify {
  display: block;
  width: 100%;
  margin-top: .5rem;
  background: var(--paper);
  color: var(--teal);
  border-color: var(--teal);
}
.btn-shopify:hover { background: var(--teal-soft); color: var(--teal-dark); }

/* ============================ Pay-with pills (5 methods per card) === */
.pay-label {
  font-size: .72rem;
  font-weight: 800;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: .85rem 0 .5rem;
}
.pay-options {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.pay-pill {
  display: inline-block;
  padding: .4rem .75rem;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: var(--paper);
  color: var(--ink);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .12s ease, border-color .15s ease,
              background .15s ease, color .15s ease;
  cursor: pointer;
  white-space: nowrap;
}
.pay-pill:hover {
  transform: translateY(-1px);
  border-color: var(--teal);
  background: var(--teal-soft);
  color: var(--teal-dark);
}
/* Subtle per-method accent on hover via attribute selectors */
.pay-pill[data-method="Etsy"]:hover   { border-color: #F45800; background: #FFF1E8; color: #C04500; }
.pay-pill[data-method="PayPal"]:hover { border-color: #003087; background: #E6ECF5; color: #003087; }

/* ============================ HERO ============================ */
.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
}
.kicker {
  display: inline-block;
  background: var(--coral-soft);
  color: var(--coral-dark);
  padding: .35rem .85rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hero h1 { margin-bottom: 1rem; }
.lede { font-size: 1.15rem; color: var(--ink-soft); margin-bottom: 1.25rem; max-width: 38rem; }
.tagline {
  display: flex;
  gap: .8rem;
  margin: 0 0 2rem 0;
  font-size: .95rem;
  letter-spacing: .12em;
  color: var(--coral);
  font-weight: 700;
}
.tagline strong { letter-spacing: .12em; }
.cta-row { display: flex; gap: .8rem; flex-wrap: wrap; }

.hero-art { display: flex; justify-content: center; }
.hero-logo {
  width: 100%;
  max-width: 380px;
  filter: drop-shadow(0 12px 30px rgba(31,122,110,.18));
}

/* ============================ SECTION SCAFFOLD ============================ */
section { padding: 4.5rem 2rem; }
.section-head {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-head h2 { margin-bottom: .75rem; }
.section-sub { color: var(--ink-soft); font-size: 1.08rem; }

/* ============================ WHY ============================ */
.why { background: var(--paper); border-block: 1px solid var(--border); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
.why-card {
  background: var(--teal-soft);
  border: 1px solid var(--teal-tint);
  border-radius: var(--radius);
  padding: 1.75rem;
}
.why-card h3 { color: var(--teal-dark); margin-bottom: .5rem; }
.why-card p { margin: 0; }

/* ============================ FEATURES ============================ */
.features { background: var(--paper-soft); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
.feature {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.feature-num {
  display: inline-block;
  background: var(--gold-soft);
  color: var(--teal-dark);
  font-weight: 800;
  padding: .15rem .55rem;
  border-radius: 6px;
  font-size: .85rem;
  margin-bottom: .65rem;
  letter-spacing: .04em;
}
.feature h3 { margin-bottom: .4rem; }
.feature p  { margin: 0; }

/* ============================ HOW ============================ */
.how { background: var(--paper); border-block: 1px solid var(--border); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: var(--max-width);
  margin: 0 auto;
  counter-reset: step;
}
.steps li { background: transparent; }
.step-num {
  display: inline-flex;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: var(--teal); color: #fff;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: .9rem;
  box-shadow: var(--shadow-sm);
}
.steps h3 { margin-bottom: .35rem; }
.steps p  { margin: 0; }

/* ============================ PRICING ============================ */
.pricing { background: var(--paper-soft); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
.price-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.price-card h3 { color: var(--teal-dark); }
.price {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--ink);
  margin: .35rem 0 0;
  letter-spacing: -.02em;
}
.price span {
  display: inline-block;
  margin-left: .35rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink-mute);
  letter-spacing: 0;
}
.price-sub { color: var(--ink-soft); margin-top: .35rem; font-size: .95rem; }
.price-list {
  margin: 1rem 0 1.25rem 0;
  padding-left: 0;
}
.price-list li {
  padding: .35rem 0 .35rem 1.4rem;
  position: relative;
  color: var(--ink-soft);
  font-size: .95rem;
}
.price-list li::before {
  content: "";
  position: absolute;
  left: 0; top: .85rem;
  width: 8px; height: 8px;
  background: var(--coral);
  border-radius: 999px;
}
.price-card--featured {
  border-color: var(--teal);
  border-width: 2px;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, #fff 0%, var(--teal-soft) 100%);
}
.badge {
  position: absolute;
  top: -.7rem; right: 1.25rem;
  background: var(--coral);
  color: #fff;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .04em;
  padding: .3rem .7rem;
  border-radius: 999px;
}
.pricing-footnote {
  text-align: center;
  margin-top: 2rem;
  font-size: .9rem;
  color: var(--ink-mute);
  font-style: italic;
}

/* ============================ DEMO ============================ */
.demo { background: var(--paper); border-block: 1px solid var(--border); }
.demo-card {
  max-width: var(--max-width);
  margin: 0 auto;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.demo-card h2 { color: #fff; }
.demo-card p  { color: rgba(255,255,255,0.92); }
.demo-card .btn { margin-top: .5rem; }
.demo-card .btn-primary {
  background: var(--gold);
  color: var(--teal-dark);
}
.demo-card .btn-primary:hover { background: #f4d68a; color: var(--teal-dark); }
.demo-note {
  background: rgba(255,255,255,0.1);
  border-left: 3px solid var(--gold);
  padding: .8rem 1rem;
  border-radius: 6px;
  font-size: .92rem;
}
.demo-mark {
  width: 100%;
  max-width: 260px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  padding: 1.5rem;
  justify-self: center;
}

.demo-gallery {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.demo-shot {
  margin: 0;
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 42, 68, 0.08);
  display: flex;
  flex-direction: column;
  cursor: zoom-in;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(.2,.7,.2,1),
              transform 0.7s cubic-bezier(.2,.7,.2,1),
              box-shadow 0.3s ease;
}
.demo-shot.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.demo-shot:hover {
  box-shadow: 0 18px 42px rgba(15, 42, 68, 0.18);
}
.demo-shot:hover .demo-shot-frame img {
  transform: scale(1.04);
}
.demo-shot:hover figcaption h3 {
  color: var(--coral, #E5604D);
}
.demo-shot:focus-within {
  outline: 3px solid var(--coral, #E5604D);
  outline-offset: 3px;
}
.demo-shot-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f5f4 0%, #e5f1ee 100%);
  border-bottom: 1px solid var(--border);
}
.demo-shot-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.demo-shot-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(15, 42, 68, 0.85);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -.02em;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(15, 42, 68, 0.25);
}
.demo-shot-zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--teal-dark, #0F4F47);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(15, 42, 68, 0.18);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.demo-shot:hover .demo-shot-zoom {
  opacity: 1;
  transform: scale(1);
}
.demo-shot figcaption {
  padding: 1.25rem 1.4rem 1.5rem;
}
.demo-shot figcaption h3 {
  margin: 0 0 .35rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--teal-dark, #0F4F47);
  letter-spacing: -.005em;
  transition: color 0.2s ease;
}
.demo-shot figcaption p {
  margin: 0;
  color: var(--gray, #5B6878);
  font-size: .95rem;
  line-height: 1.55;
}

/* Lightbox (click-to-zoom modal) */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 35, 0.94);
  backdrop-filter: blur(6px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.lightbox.is-open {
  display: flex;
  opacity: 1;
}
.lightbox-stage {
  position: relative;
  max-width: min(1200px, 95vw);
  max-height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  object-fit: contain;
}
.lightbox-caption {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 1rem;
  max-width: 70ch;
}
.lightbox-caption strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: .25rem;
  color: #fff;
}
.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.15s ease;
}
.lightbox-btn:hover { background: rgba(255, 255, 255, 0.22); transform: translateY(-50%) scale(1.05); }
.lightbox-prev { left: -64px; }
.lightbox-next { right: -64px; }
.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  transform: none;
  width: 40px;
  height: 40px;
  background: var(--coral, #E5604D);
  border: none;
  font-size: 1.2rem;
}
.lightbox-close:hover { background: var(--coral-dark, #C24535); transform: scale(1.05); }
.lightbox-counter {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media (max-width: 900px) {
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
  .lightbox-close { top: -8px; right: -8px; }
}
@media (max-width: 760px) {
  .demo-gallery { grid-template-columns: 1fr; gap: 1.5rem; }
  .demo-shot-frame { aspect-ratio: 16 / 9; }
}
@media (prefers-reduced-motion: reduce) {
  .demo-shot { opacity: 1; transform: none; transition: none; }
  .demo-shot-frame img { transition: none; }
}

/* ============================ CONTACT ============================ */
.contact { text-align: center; background: var(--paper-soft); }
.contact-email {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
}

/* ============================ FOOTER ============================ */
.site-footer {
  background: var(--ink);
  color: #B8C0BE;
  padding: 2.5rem 2rem 2rem;
}
.footer-row {
  max-width: var(--max-width);
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-brand { display: flex; align-items: center; gap: .85rem; }
.footer-mark  { width: 42px; height: 42px; }
.footer-name  { color: #fff; font-weight: 800; margin: 0; }
.footer-tagline {
  margin: 0;
  font-size: .8rem;
  color: var(--coral);
  letter-spacing: .12em;
  font-weight: 700;
}
.footer-nav { display: flex; gap: 1.5rem; }
.footer-nav a { color: #B8C0BE; font-size: .95rem; }
.footer-nav a:hover { color: var(--gold); }
.copyright {
  text-align: center;
  font-size: .85rem;
  color: #6B7470;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid #2A302E;
}
.footer-disclaimer {
  max-width: 920px;
  margin: 1rem auto 0;
  text-align: center;
  font-size: .8rem;
  line-height: 1.55;
  color: #8E9794;
  padding: 0 1rem;
}
.footer-disclaimer a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: underline;
}
.footer-disclaimer a:hover { color: #f4d68a; }

/* ============================ BLOG ============================ */
.blog { background: var(--paper-soft); border-block: 1px solid var(--border); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
.blog-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.blog-meta {
  color: var(--ink-soft);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: .65rem;
}
.blog-card h3 { color: var(--teal-dark); margin-bottom: .5rem; }
.blog-card p { margin: 0 0 1.25rem; }
.blog-cta {
  margin-top: auto;
  font-weight: 700;
  color: var(--ink-soft);
  font-size: .92rem;
}
.blog-cta--soon { font-style: italic; }
a.blog-cta { color: var(--teal-dark); text-decoration: none; }
a.blog-cta:hover { text-decoration: underline; }

/* ============================ BLOG POST PAGE ============================ */
.blog-post {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.5rem 3rem;
}
.blog-post-meta {
  color: var(--ink-soft);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.blog-post h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.blog-post-lede {
  font-size: 1.18rem;
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
  line-height: 1.55;
}
.blog-post h2 {
  font-size: 1.45rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--teal-dark);
}
.blog-post h3 {
  font-size: 1.12rem;
  margin-top: 1.75rem;
  margin-bottom: .55rem;
}
.blog-post p { margin-bottom: 1.1rem; line-height: 1.7; }
.blog-post ul, .blog-post ol {
  margin-bottom: 1.1rem;
  padding-left: 1.5rem;
  line-height: 1.7;
}
.blog-post li { margin-bottom: .4rem; }
.blog-post strong { font-weight: 700; color: var(--ink); }
.blog-post code {
  background: var(--paper-soft);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: .1em .4em;
  font-size: .92em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.blog-post-cta {
  background: var(--teal-soft);
  border: 1px solid var(--teal-tint);
  border-radius: var(--radius);
  padding: 2rem;
  margin: 3rem 0 1.5rem;
  text-align: center;
}
.blog-post-cta h3 {
  color: var(--teal-dark);
  margin: 0 0 .5rem;
  font-size: 1.25rem;
}
.blog-post-cta p { margin-bottom: 1.25rem; }
.blog-post-back {
  margin-top: 1.5rem;
}
.blog-post-back a {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: none;
}
.blog-post-back a:hover { text-decoration: underline; }

/* ============================ THANK-YOU PAGE ============================ */
.thank-you {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.5rem 3rem;
  text-align: center;
}
.thank-you .kicker { display: inline-block; }
.thank-you h1 {
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 1rem 0 1rem;
}
.thank-lede {
  font-size: 1.18rem;
  color: var(--ink-soft);
  margin-bottom: 2.25rem;
}
.download-btn {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 1rem 2rem;
  font-size: 1.15rem;
}
.thank-note {
  color: var(--ink-soft);
  font-size: .9rem;
  margin-bottom: 3rem;
}
.setup-steps {
  background: var(--paper-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
.setup-steps h2 {
  font-size: 1.4rem;
  color: var(--teal-dark);
  margin: 0 0 1rem;
}
.setup-steps ol {
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.7;
}
.setup-steps li { margin-bottom: .55rem; }
.thank-cta-section {
  background: var(--teal-soft);
  border: 1px solid var(--teal-tint);
  border-radius: var(--radius);
  padding: 1.75rem;
  text-align: left;
  margin-bottom: 2rem;
}
.thank-cta-section h3 {
  color: var(--teal-dark);
  margin: 0 0 .5rem;
  font-size: 1.15rem;
}
.thank-cta-section p { margin: 0 0 .75rem; }
.thank-tip {
  font-size: .92rem;
  color: var(--ink-soft);
}
.thank-back {
  margin-top: 1rem;
}
.thank-back a {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: none;
}
.thank-back a:hover { text-decoration: underline; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 900px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.6rem; }
  .site-header { padding: .75rem 1rem; }
  .site-nav { gap: 1rem; font-size: .9rem; }
  .hero { grid-template-columns: 1fr; padding: 3rem 1.25rem 2rem; gap: 2rem; }
  .hero-art { order: -1; }
  .hero-logo { max-width: 240px; }
  section { padding: 3rem 1.25rem; }
  .why-grid, .features-grid, .pricing-grid, .steps, .blog-grid {
    grid-template-columns: 1fr;
  }
  .demo-card { grid-template-columns: 1fr; padding: 2rem; }
  .demo-mark { max-width: 180px; }
  .footer-row { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
  .site-nav { display: none; }
  .tagline { flex-wrap: wrap; }
}

/* ============================ HERO EXTRA CTA ============================ */
.hero-extra {
  margin: 1.25rem 0 0;
  font-size: .95rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.hero-extra a {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.hero-extra a:hover { color: var(--coral-dark); }
.hero-extra-badge {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: .2rem .55rem;
  border-radius: 999px;
}

/* ============================ FEATURE HIGHLIGHT ============================ */
.feature--highlight {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, var(--teal-soft) 100%);
  border-color: var(--teal);
  border-width: 2px;
  box-shadow: var(--shadow-md);
}
.feature--highlight:hover {
  box-shadow: var(--shadow-lg);
}
.feature-badge {
  position: absolute;
  top: -.6rem;
  right: 1.25rem;
  background: var(--coral);
  color: #fff;
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .05em;
  padding: .25rem .65rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.feature-cta {
  display: inline-block;
  margin-top: .9rem;
  color: var(--teal-dark);
  font-weight: 700;
  font-size: .92rem;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--teal);
  transition: color .15s ease, border-color .15s ease, transform .12s ease;
}
.feature-cta:hover {
  color: var(--coral-dark);
  border-bottom-color: var(--coral-dark);
  transform: translateX(2px);
}

/* ============================ UPLOAD BANNER ============================ */
.upload-banner {
  background: var(--paper-soft);
  padding: 4.5rem 1.5rem;
}
.upload-banner-card {
  max-width: 880px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--coral-soft) 0%, var(--gold-soft) 100%);
  border: 2px solid var(--coral);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.upload-banner-card h2 {
  font-size: 2.5rem;
  margin: .75rem 0 1rem;
  letter-spacing: -.02em;
}
.upload-banner-lede {
  font-size: 1.05rem;
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  color: var(--ink);
}
.upload-banner-lede strong { color: var(--teal-dark); }
.kicker.kicker-coral {
  background: var(--coral);
  color: #fff;
  margin-bottom: 0;
}
.platform-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin: 0 auto 2rem;
  max-width: 600px;
}
.platform-pill {
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  font-size: .85rem;
  padding: .45rem .95rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform .12s ease, box-shadow .15s ease;
}
.platform-pill:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.upload-banner-card .btn-primary {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.upload-banner-card .btn-primary:hover {
  background: var(--teal-dark);
  color: #fff;
}
.upload-banner-privacy {
  margin: 1.25rem 0 0;
  font-size: .85rem;
  color: var(--ink-soft);
  font-style: italic;
}

@media (max-width: 760px) {
  .upload-banner { padding: 3rem 1rem; }
  .upload-banner-card { padding: 2rem 1.25rem; }
  .upload-banner-card h2 { font-size: 1.85rem; }
  .upload-banner-lede { font-size: .95rem; }
}
