/* ============================================================
   PriceRain — Landing Page Styles
   Brand: Lora typography, green/gold/cream palette
   ============================================================ */

:root {
  --green: #5AAC66;
  --green-dark: #4a9456;
  --teal: #204B37;
  --celadon: #B6D5AD;
  --mint: #EBF2E8;
  --gold: #E0B34A;
  --gold-dark: #c89a36;
  --carbon: #262726;
  --lace: #FAF4E7;
  --porcelain: #FDFCF9;
  --linen: #EEE9DF;

  --shadow-sm: 0 1px 2px rgba(38,39,38,0.06);
  --shadow-md: 0 6px 24px rgba(38,39,38,0.08);
  --shadow-lg: 0 18px 48px rgba(38,39,38,0.12);

  --radius: 14px;
  --radius-sm: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Lora', Georgia, serif;
  font-weight: 400;
  color: var(--carbon);
  background: var(--porcelain);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow { max-width: 820px; }

/* ============ Typography ============ */
h1, h2, h3 { font-family: 'Lora', Georgia, serif; font-weight: 600; color: var(--teal); margin: 0 0 .5em; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); letter-spacing: -0.005em; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }

.section-label {
  display: inline-block;
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 1rem;
  padding: .35em .85em;
  background: var(--mint);
  border-radius: 999px;
}

.lead { font-size: 1.2rem; color: #3d3e3d; }
.lead-sub { font-size: 1.1rem; color: #4a4b4a; max-width: 680px; margin-left: auto; margin-right: auto; }
.big-p { font-size: 1.15rem; color: #3d3e3d; }
.muted { color: #6a6b6a; }
.small { font-size: .9rem; }

/* ============ Buttons ============ */
.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
  border: none;
}
.btn-gold {
  background: var(--gold);
  color: var(--carbon);
  box-shadow: 0 4px 14px rgba(224,179,74,.35);
}
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(224,179,74,.45); }
.btn-lg { padding: 17px 34px; font-size: 1.08rem; }
.btn-block { display: block; width: 100%; }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253,252,249,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow .2s, background .2s;
}
.site-header.scrolled { box-shadow: 0 2px 16px rgba(38,39,38,.06); background: rgba(253,252,249,0.95); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
}
.logo { height: 64px; width: auto; }
.logo-sm { height: 48px; }
.logo-link { display: inline-flex; }

/* ============ Hero ============ */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--lace) 0%, var(--porcelain) 100%);
  padding: 80px 0 100px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-copy .badge {
  display: inline-block;
  padding: .45em 1em;
  background: var(--mint);
  color: var(--teal);
  border: 1px solid var(--celadon);
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero-copy h1 { margin-bottom: 1rem; }
.hero-copy .lead { margin-bottom: 2rem; max-width: 540px; }
.hero-copy .small { margin-top: 1rem; }

.hero-coins {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
}
.coin {
  position: absolute;
  width: 28px; height: 28px;
  background: var(--gold);
  color: var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
  border: 2px solid var(--gold-dark);
  opacity: .35;
}
.coin.c1 { top: 8%; right: 8%; }
.coin.c2 { top: 18%; right: 22%; width: 20px; height: 20px; font-size: 11px; opacity: .25; }
.coin.c3 { top: 35%; right: 4%; width: 22px; height: 22px; font-size: 12px; opacity: .3; }
.coin.c4 { top: 60%; right: 18%; opacity: .2; }
.coin.c5 { top: 75%; right: 6%; width: 18px; height: 18px; font-size: 10px; opacity: .3; }
.coin.c6 { top: 12%; left: 42%; width: 16px; height: 16px; font-size: 9px; opacity: .2; }
.coin.c7 { top: 80%; left: 4%; width: 22px; height: 22px; font-size: 12px; opacity: .2; }
.coin.c8 { top: 50%; left: 48%; width: 14px; height: 14px; font-size: 8px; opacity: .15; }

/* Hero mock */
.mock-window {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--linen);
  overflow: hidden;
  transform: rotate(-1deg);
}
.mock-bar { display: flex; gap: 6px; padding: 12px 16px; background: var(--lace); border-bottom: 1px solid var(--linen); }
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: #d4ccb8; }
.mock-bar span:nth-child(1) { background: #e88a7d; }
.mock-bar span:nth-child(2) { background: #e8c47d; }
.mock-bar span:nth-child(3) { background: var(--green); }
.mock-body { padding: 24px 26px 26px; }
.mock-body-video { padding: 0; }
.mock-video { display: block; width: 100%; height: auto; }
.mock-h { font-weight: 600; font-size: 1.15rem; color: var(--teal); margin-bottom: .5em; }
.mock-p { color: #555; font-size: .95rem; margin-bottom: 1em; }
.price-block {
  display: inline-flex; align-items: baseline; gap: 12px;
  background: var(--mint); padding: 10px 16px; border-radius: 8px;
  border: 1px solid var(--celadon);
  margin-bottom: 14px;
}
.price-now { font-weight: 700; font-size: 1.4rem; color: var(--teal); }
.price-was { text-decoration: line-through; color: #999; font-size: 1rem; }
.price-off { background: var(--gold); color: var(--carbon); padding: 2px 8px; border-radius: 4px; font-size: .75rem; font-weight: 700; letter-spacing: .03em; }
.mock-cta { display: inline-block; background: var(--gold); color: var(--carbon); padding: 10px 18px; border-radius: 6px; font-weight: 600; text-decoration: none; }
.mock-tiny { font-size: .75rem; color: #888; margin: 12px 0 0; }

/* ============ Sections ============ */
.section { padding: 90px 0; }
.section-light { background: var(--porcelain);
  overflow-x: hidden; }
.section-cream { background: var(--mint); }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-head .section-label { display: inline-block; }

.two-col {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start;
}

/* ============ Benefits ============ */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.benefit-card {
  background: white;
  border: 1px solid var(--linen);
  border-radius: var(--radius);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.benefit-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--mint);
  color: var(--green);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.benefit-icon svg { width: 30px; height: 30px; }
.benefit-card h3 { color: var(--teal); margin-bottom: .4em; font-size: 1.15rem; }
.benefit-card p { color: #4a4b4a; font-size: .98rem; margin: 0; }

/* ============ Steps ============ */
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
}
.steps li {
  background: white;
  border: 1px solid var(--linen);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.step-num {
  display: inline-block;
  font-size: .85rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: .15em;
  margin-bottom: .8em;
}
.steps h3 { color: var(--teal); margin-bottom: .4em; }
.steps p { color: #4a4b4a; margin: 0; }
.shortcode {
  display: inline-block;
  margin-top: 14px;
  background: var(--teal);
  color: var(--mint);
  padding: 10px 16px;
  border-radius: 6px;
  font-family: 'Menlo', 'Courier New', monospace;
  font-size: .9rem;
  letter-spacing: .02em;
}

/* ============ Display options ============ */
.format-label {
  text-align: center;
  font-weight: 600;
  color: var(--teal);
  margin-bottom: 18px;
  font-size: 1rem;
  letter-spacing: .02em;
}
.format-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
  margin-bottom: 48px;
}
.format-card {
  background: white;
  border: 1px solid var(--linen);
  border-radius: 10px;
  padding: 14px 20px;
  display: inline-flex; align-items: baseline; gap: 10px;
  box-shadow: var(--shadow-sm);
}
.format-card-text { font-style: italic; color: #6a6b6a; }

.works-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
  margin-bottom: 36px;
}
.works-card {
  background: var(--celadon);
  color: var(--teal);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 500;
  font-size: .95rem;
}

.callout {
  background: white;
  border-left: 4px solid var(--gold);
  padding: 22px 26px;
  border-radius: var(--radius-sm);
  max-width: 760px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
  color: #3d3e3d;
}
.callout strong { color: var(--teal); }

/* ============ Case study ============ */
.timeline-note {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
  color: #4a4b4a;
  font-style: italic;
  font-size: .98rem;
}
.timeline-note strong { color: var(--teal); font-style: normal; }

.stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 56px;
}
.stat-card {
  background: linear-gradient(180deg, white, var(--lace));
  border: 1px solid var(--linen);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.stat-num {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.stat-label { color: var(--teal); font-weight: 500; margin-bottom: 6px; }
.stat-delta { color: var(--gold-dark); font-size: .9rem; font-weight: 600; }

.screens-grid {
  display: grid; grid-template-columns: 1fr; gap: 56px;
  margin-bottom: 32px;
  max-width: 1100px; margin-left: auto; margin-right: auto;
}
.screen { margin: 0; }
.screen img {
  width: 100%; height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--linen);
  box-shadow: var(--shadow-md);
  background: white;
}
.screen figcaption {
  margin-top: 18px;
  color: #4a4b4a;
  font-size: 1.05rem;
  line-height: 1.55;
}
.screen figcaption strong { color: var(--teal); display: block; margin-bottom: 8px; font-size: 1.5rem; line-height: 1.25; }

.attribution {
  text-align: center;
  color: #6a6b6a;
  font-size: .88rem;
  font-style: italic;
}

/* ============ Pricing ============ */
.pricing-card {
  max-width: 580px;
  margin: 0 auto;
  background: white;
  border: 1px solid var(--linen);
  border-radius: 20px;
  padding: 48px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.plan-name {
  display: inline-block;
  background: var(--teal);
  color: var(--mint);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.plan-price { margin-bottom: 18px; }
.plan-price .trial {
  display: block;
  font-size: 2.4rem;
  color: var(--teal);
  font-weight: 700;
  line-height: 1.15;
}
.plan-price .then { display: block; color: #555; font-size: 1rem; margin-top: 4px; }
.plan-price .then strong { color: var(--green); }
.plan-value { color: #4a4b4a; max-width: 420px; margin: 0 auto 28px; }
.plan-value strong { color: var(--green); }

.check-list {
  list-style: none; padding: 0;
  margin: 0 0 32px;
  text-align: left;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  color: #3d3e3d;
  font-size: .98rem;
}
.check-list li::before {
  content: "";
  position: absolute; left: 0; top: 6px;
  width: 18px; height: 18px;
  background: var(--green);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9.5 L8 13 L14 6'/%3E%3C/svg%3E");
}
.addon {
  background: var(--mint);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin-top: 22px;
  text-align: left;
  color: #3d3e3d;
  font-size: .95rem;
}
.addon strong { color: var(--teal); }
.addon strong:first-child { display: block; margin-bottom: 4px; }
.custom-link { margin: 18px 0 0; }
.custom-link a { color: var(--green); text-decoration: none; font-weight: 600; }
.custom-link a:hover { text-decoration: underline; }

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq {
  background: white;
  border: 1px solid var(--linen);
  border-radius: var(--radius-sm);
  padding: 0;
  box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--teal);
  font-size: 1.05rem;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--green);
  font-weight: 400;
  transition: transform .2s;
}
.faq[open] summary::after { content: "−"; }
.faq p { padding: 0 24px 22px; margin: 0; color: #4a4b4a; }
.faq code { background: var(--mint); padding: 2px 6px; border-radius: 4px; font-size: .9em; }

/* ============ Final CTA ============ */
.cta-final {
  background: var(--teal);
  color: var(--mint);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.cta-final::before, .cta-final::after {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,179,74,.15), transparent 70%);
}
.cta-final::before { top: -100px; left: -100px; }
.cta-final::after { bottom: -100px; right: -100px; }
.cta-inner { text-align: center; position: relative; z-index: 2; }
.cta-final h2 { color: white; margin-bottom: .6em; }
.cta-final p { font-size: 1.15rem; color: var(--celadon); margin-bottom: 2rem; }
.cta-foot { margin-top: 1.4rem; font-size: .9rem; color: rgba(235,242,232,.7); }

/* ============ Footer ============ */
.site-footer {
  background: var(--lace);
  padding: 48px 0 32px;
  border-top: 1px solid var(--linen);
}
.footer-inner {
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: center;
}
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand p { margin: 0; color: #6a6b6a; font-size: .95rem; }
.footer-nav { display: flex; gap: 28px; }
.footer-nav a { color: var(--teal); text-decoration: none; font-weight: 500; }
.footer-nav a:hover { color: var(--green); }
.copyright {
  grid-column: 1 / -1;
  border-top: 1px solid var(--linen);
  padding-top: 20px;
  margin: 12px 0 0;
  color: #8a8b8a;
  font-size: .85rem;
  text-align: center;
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .section { padding: 64px 0; }
  .hero { padding: 56px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .two-col { grid-template-columns: 1fr; gap: 24px; }
  .steps { grid-template-columns: 1fr; }
  .screens-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .pricing-card { padding: 32px 24px; }
  .check-list { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { flex-direction: column; }
  .footer-nav { justify-content: center; }
  .mock-window { transform: none; }
}
@media (max-width: 540px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .logo { height: 48px; }
  .btn-lg { padding: 14px 22px; font-size: 1rem; }
  .header-inner { padding: 12px 18px; }
}

.disclaimer{font-size:12px;color:#8a8a87;margin-top:8px;max-width:680px;line-height:1.5;}
