/* ── Stripe warning ─────────────────────────────────── */
.stripe-warning {
  background: #FFFBEB; border-bottom: 1px solid #FDE68A;
  padding: 10px 24px; text-align: center; font-size: 13px; color: #92400E;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.stripe-warning a { color: #92400E; font-weight: 700; text-decoration: underline; }

/* ── Section layout ──────────────────────────────────── */
.section-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.content-section { padding: 72px 0; }
.content-section.alt-bg { background: #F8FAFC; }
.text-center { text-align: center; }
.mb-header { margin-bottom: 48px; }
.two-col-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* ── Eyebrow / titles ────────────────────────────────── */
.section-eyebrow { font-size: 12px; font-weight: 700; color: var(--sky); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.section-title { font-size: clamp(24px,3.5vw,36px); font-weight: 700; color: #0F172A; line-height: 1.2; margin-bottom: 16px; }
.section-sub { font-size: 16px; color: #64748B; line-height: 1.7; max-width: 600px; }
.body-text { font-size: 15px; color: #374151; line-height: 1.8; margin-bottom: 16px; }
.updated { font-size: 12px; color: #94A3B8; margin-bottom: 24px; }

/* ── Page hero ───────────────────────────────────────── */
.page-hero { background: linear-gradient(135deg, var(--hero-from), var(--hero-to)); padding: 72px 0; }
.page-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.page-hero-content h1 { font-size: clamp(28px,4vw,44px); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,.85); line-height: 1.7; margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.page-hero-stats { display: flex; flex-direction: column; gap: 16px; }
.hero-stat-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; padding: 20px 24px; }
.hero-stat-number { font-size: 32px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 6px; }
.hero-stat-number span { font-size: 18px; }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.5; }

/* ── Buttons ─────────────────────────────────────────── */
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; border-radius: 10px; border: none;
  background: #fff; color: var(--accent);
  font-size: 15px; font-weight: 700; cursor: pointer;
  font-family: inherit; text-decoration: none; transition: all .2s;
}
.btn-hero-primary:hover { opacity: .9; transform: translateY(-1px); }
.btn-hero-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; border-radius: 10px;
  background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.3);
  color: #fff; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: all .2s;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,.2); }

/* ── CTA band ────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, var(--hero-from), var(--hero-to)); padding: 72px 24px; text-align: center; }
.cta-band h2 { font-size: clamp(24px,3.5vw,36px); font-weight: 700; color: #fff; margin-bottom: 12px; }
.cta-band p { font-size: 16px; color: rgba(255,255,255,.8); margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-band-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ── Info cards ──────────────────────────────────────── */
.info-card-stack { display: flex; flex-direction: column; gap: 16px; }
.info-card { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid #E2E8F0; border-radius: 14px; padding: 20px; }
.info-card-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-card-title { font-size: 15px; font-weight: 700; color: #0F172A; margin-bottom: 4px; }
.info-card-text { font-size: 14px; color: #64748B; line-height: 1.6; }

/* ── Feature cards ───────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.feat-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 16px; padding: 28px; transition: box-shadow .2s; }
.feat-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.feat-icon-wrap { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feat-title { font-size: 16px; font-weight: 700; color: #0F172A; margin-bottom: 8px; }
.feat-text { font-size: 14px; color: #64748B; line-height: 1.7; }

/* ── Callout card (success/info) ─────────────────────── */
.callout-card { display: flex; align-items: flex-start; gap: 16px; background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 14px; padding: 20px; margin-bottom: 24px; }
.callout-card-icon { width: 44px; height: 44px; border-radius: 10px; background: #DCFCE7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.callout-card-title { font-size: 15px; font-weight: 700; color: #14532D; margin-bottom: 4px; }
.callout-card-text { font-size: 14px; color: #166534; line-height: 1.6; }

/* ── Contact box ─────────────────────────────────────── */
.contact-box { display: flex; align-items: flex-start; gap: 16px; background: #EFF6FF; border: 1px solid #BFDBFE; border-radius: 14px; padding: 20px 24px; margin-top: 32px; }
.contact-box-icon { width: 44px; height: 44px; border-radius: 10px; background: #DBEAFE; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #2563EB; }
.contact-box p { font-size: 14px; color: #1E40AF; line-height: 1.7; margin: 0; }
.contact-box a { color: #1D4ED8; font-weight: 600; }

/* ── Form ────────────────────────────────────────────── */
.form-field { margin-bottom: 18px; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.form-required { color: #EF4444; }
.form-input {
  width: 100%; padding: 11px 14px; border: 1.5px solid #E2E8F0;
  border-radius: 10px; font-size: 14px; color: #1E293B;
  background: #F8FAFC; font-family: inherit; transition: border-color .15s, background .15s;
}
.form-input:focus { outline: none; border-color: var(--accent); background: #fff; }
.form-textarea { min-height: 130px; resize: vertical; }

/* ── Policy card (privacy / terms / gdpr / disclaimer) ── */
.policy-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 20px; padding: 52px 56px; }
.policy-card h2 { font-size: 20px; font-weight: 700; color: #0F172A; margin: 36px 0 12px; border-bottom: 1px solid #F1F5F9; padding-bottom: 10px; }
.policy-card h2:first-of-type { margin-top: 0; }
.policy-card h3 { font-size: 15px; font-weight: 700; color: #1E293B; margin: 20px 0 8px; }
.policy-card p { font-size: 15px; color: #374151; line-height: 1.8; margin-bottom: 14px; }
.policy-card ul { margin: 0 0 16px 20px; }
.policy-card li { font-size: 15px; color: #374151; line-height: 1.7; margin-bottom: 6px; }
.policy-card a { color: var(--accent); font-weight: 600; }

/* ── GDPR rights grid ────────────────────────────────── */
.rights-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 24px 0 32px; }
.right-card { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px; padding: 20px; }
.right-icon { width: 40px; height: 40px; border-radius: 10px; background: #EFF6FF; display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 12px; }
.right-title { font-size: 13px; font-weight: 700; color: #0F172A; margin-bottom: 6px; }
.right-desc { font-size: 13px; color: #64748B; line-height: 1.6; }

/* ── Pricing hero ────────────────────────────────────── */
.pricing-hero { padding: 72px 0 60px; background: linear-gradient(180deg, #fff 0%, #F8FAFC 100%); }
.eyebrow { font-size: 12px; font-weight: 700; color: var(--sky); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; }
.pricing-title { font-size: clamp(32px,5vw,52px); font-weight: 700; color: #0F172A; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 14px; }
.pricing-title span { color: var(--accent); }
.pricing-sub { font-size: 17px; color: #64748B; max-width: 520px; margin: 0 auto 36px; line-height: 1.7; }
.billing-toggle { display: inline-flex; background: #F1F5F9; border-radius: 28px; padding: 4px; gap: 2px; }
.billing-btn { padding: 8px 24px; border-radius: 24px; border: none; font-size: 14px; font-weight: 600; cursor: pointer; background: transparent; color: #64748B; transition: all .2s; font-family: inherit; }
.billing-btn.active { background: #fff; color: var(--accent); box-shadow: 0 1px 6px rgba(0,0,0,.08); }
.save-badge { background: var(--soft); color: var(--accent); font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 10px; margin-left: 6px; }

/* ── Plans ───────────────────────────────────────────── */
.plans-bg { background: #F8FAFC; padding: 48px 24px 80px; }
.plans { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.plan-card { background: #fff; border-radius: 20px; padding: 32px 28px; border: 1.5px solid #E2E8F0; position: relative; transition: transform .2s, box-shadow .2s; }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.plan-card.popular { border-color: var(--accent); box-shadow: 0 8px 32px rgba(37,99,235,.12); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 16px; border-radius: 20px; white-space: nowrap; display: flex; align-items: center; gap: 5px; }
.plan-name { font-size: 13px; font-weight: 700; color: #64748B; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.plan-price { display: flex; align-items: flex-end; gap: 4px; margin-bottom: 6px; }
.plan-price .currency { font-size: 22px; font-weight: 700; color: #64748B; margin-bottom: 12px; }
.plan-price .amount { font-size: 48px; font-weight: 500; color: #0F172A; letter-spacing: -.03em; line-height: 1; }
.plan-price .period { font-size: 14px; color: #94A3B8; margin-bottom: 8px; }
.plan-annual-note { font-size: 12px; color: #94A3B8; margin-bottom: 20px; min-height: 18px; }
.plan-desc { font-size: 14px; color: #64748B; margin-bottom: 24px; line-height: 1.6; padding-bottom: 20px; border-bottom: 1px solid #F1F5F9; }
.plan-btn { display: block; width: 100%; padding: 13px; border-radius: 12px; border: none; font-size: 15px; font-weight: 700; cursor: pointer; text-align: center; margin-bottom: 28px; transition: all .2s; text-decoration: none; font-family: inherit; }
.plan-btn-primary { background: var(--accent); color: #fff; }
.plan-btn-primary:hover { opacity: .9; transform: translateY(-1px); }
.plan-btn-outline { background: transparent; border: 1.5px solid #E2E8F0; color: var(--accent); }
.plan-btn-outline:hover { background: var(--soft); border-color: var(--accent); }
.plan-features { display: flex; flex-direction: column; gap: 10px; }
.feat-row { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #374151; }
.feat-row.muted { color: #94A3B8; }
.feat-check { width: 20px; height: 20px; border-radius: 50%; background: var(--soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.feat-check.no { background: #FEF2F2; }

/* ── Guarantee ───────────────────────────────────────── */
.guarantee { background: linear-gradient(135deg, var(--hero-from), var(--hero-to)); padding: 72px 0; }
.guarantee h2 { font-size: 32px; font-weight: 500; color: #fff; margin-bottom: 10px; }
.guarantee p { font-size: 16px; color: rgba(255,255,255,.8); margin-bottom: 36px; }
.guarantee-cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 36px; }
.g-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; padding: 20px 28px; color: #fff; font-size: 14px; font-weight: 600; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; line-height: 1.5; }
.g-card-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.guarantee-cta { display: inline-flex; align-items: center; gap: 10px; padding: 14px 36px; background: #fff; color: var(--accent); border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; transition: opacity .2s; cursor: pointer; border: none; font-family: inherit; }
.guarantee-cta:hover { opacity: .9; }

/* ── FAQ ─────────────────────────────────────────────── */
.faq-section { background: #F8FAFC; padding: 72px 0 80px; }
.faq-inner { max-width: 740px; margin: 0 auto; }
.faq-title { font-size: 30px; font-weight: 500; color: #0F172A; text-align: center; margin-bottom: 40px; }
.faq-item { border-bottom: 1px solid #E2E8F0; }
.faq-trigger { width: 100%; background: none; border: none; padding: 20px 0; font-size: 16px; font-weight: 600; color: #1E293B; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; text-align: left; font-family: inherit; transition: color .2s; }
.faq-item.open .faq-trigger { color: var(--accent); }
.faq-icon { flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-body { font-size: 15px; color: #64748B; line-height: 1.7; padding-bottom: 20px; display: none; }
.faq-item.open .faq-body { display: block; }

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 960px) {
  .page-hero-inner { grid-template-columns: 1fr; }
  .two-col-grid { grid-template-columns: 1fr; gap: 32px; }
  .features-grid { grid-template-columns: 1fr; }
  .rights-grid { grid-template-columns: repeat(2,1fr); }
  .plans { grid-template-columns: 1fr; max-width: 460px; }
  .policy-card { padding: 36px 28px; }
}
@media (max-width: 600px) {
  .content-section { padding: 52px 0; }
  .guarantee-cards { flex-direction: column; align-items: center; }
  .rights-grid { grid-template-columns: 1fr; }
  .policy-card { padding: 28px 20px; }
  .hero-ctas { flex-direction: column; }
}