/* ReviewDeck - Landing & Public Pages */

/* Shared brand logo (used on landing + auth) */
.brand-logo { width: 40px; height: 40px; background: linear-gradient(135deg, #f6e8c9 0%, #d8a34d 100%); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; color: var(--primary-strong); flex-shrink: 0; box-shadow: 0 14px 30px rgba(216, 163, 77, .22); }

/* Landing */
.landing-body {
  background:
    radial-gradient(circle at top left, rgba(148, 163, 184, .12), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(226, 232, 240, .7), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.landing-nav { background: rgba(248,250,252,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(148,163,184,.12); position: sticky; top: 0; z-index: 100; box-shadow: 0 10px 35px rgba(15, 23, 42, .05); }
.landing-nav-inner { width: min(100%, 1440px); margin: 0 auto; padding: 0 32px; height: 72px; display: flex; align-items: center; justify-content: space-between; }
.landing-brand { display: flex; align-items: center; text-decoration: none; }
.landing-logo { height: 38px; width: auto; display: block; }
.landing-logo--footer { height: 32px; opacity: .85; }
.landing-nav-links { display: flex; align-items: center; gap: 16px; }
.landing-nav-links a { color: var(--gray-600); text-decoration: none; font-size: 14px; transition: color .15s; }
.landing-nav-links a:hover { color: var(--primary); }
.landing-nav-links .btn-primary,
.landing-nav-links .btn-primary:hover { color: #fff; }

.hero { background:
  radial-gradient(circle at top center, rgba(255, 255, 255, .1), transparent 24%),
  radial-gradient(circle at 18% 18%, rgba(148, 163, 184, .16), transparent 18%),
  linear-gradient(145deg, #0f172a 0%, #1e293b 52%, #334155 100%);
  padding: 110px 32px 118px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto -10% -120px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, .12) 0%, transparent 65%);
  pointer-events: none;
}
.hero-inner { width: min(100%, 1320px); margin: 0 auto; }
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.hero-title { max-width: 980px; margin: 0 auto 20px; font-size: 72px; font-weight: 700; color: #fff; line-height: 1.02; letter-spacing: -.04em; }
.hero-accent { color: #dbeafe; }
.hero-subtitle { max-width: 760px; margin: 0 auto 36px; font-size: 19px; color: rgba(255,255,255,.76); line-height: 1.8; }
.hero-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-trust { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,.5); }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 38px auto 0;
  max-width: 1120px;
}
.hero-stat {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(7, 20, 19, .12);
}
.hero-stat strong {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}
.hero-stat span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.68);
}

.section-inner { width: min(100%, 1440px); margin: 0 auto; padding: 0 32px; }
.section-header-center { text-align: center; margin-bottom: 48px; }
.section-header-center h2 { font-size: 42px; font-weight: 700; color: var(--gray-900); margin-bottom: 12px; letter-spacing: -.03em; }
.section-header-center p { color: var(--gray-400); font-size: 15px; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.features-section { padding: 96px 0; background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(241,245,249,.88) 100%); }
.features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.feature-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(226,232,240,.9);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  backdrop-filter: blur(8px);
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(15, 23, 42, .08); border-color: rgba(148, 163, 184, .36); }
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(59, 130, 246, .1) 0%, rgba(148, 163, 184, .22) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.feature-card h3 { font-size: 17px; font-weight: 700; color: var(--gray-900); margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--gray-500); line-height: 1.7; }

.pricing-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(148, 163, 184, .12), transparent 18%),
    radial-gradient(circle at 90% 30%, rgba(255, 255, 255, .6), transparent 20%);
}
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(320px, 420px)); gap: 28px; max-width: 980px; margin: 0 auto; align-items: stretch; justify-content: center; }
.pricing-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 28px;
  padding: 36px 34px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 48px rgba(15, 23, 42, .08);
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(148, 163, 184, .2), rgba(59, 130, 246, .5), rgba(148, 163, 184, .2));
}
.pricing-card.popular {
  border-color: rgba(59, 130, 246, .28);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, .08), 0 28px 58px rgba(37, 99, 235, .12);
  transform: translateY(-4px);
}
.popular-badge { position: absolute; top: 18px; right: 18px; background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); color: #fff; padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; white-space: nowrap; box-shadow: 0 12px 30px rgba(59, 130, 246, .18); }
.pricing-card h3 { font-size: 18px; font-weight: 700; color: var(--gray-900); margin-bottom: 12px; }
.pricing-desc { font-size: 14px; color: var(--gray-500); line-height: 1.7; min-height: 48px; margin: 0 auto 14px; max-width: 34ch; }
.price { font-size: 46px; font-weight: 800; color: var(--gray-900); margin-bottom: 18px; }
.price span { font-size: 14px; color: var(--gray-400); font-weight: 400; }
.pricing-features { list-style: none; margin-bottom: 26px; display: flex; flex-direction: column; gap: 10px; text-align: center; }
.pricing-features li {
  font-size: 14px;
  color: var(--gray-600);
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(248,250,252,.92);
  border: 1px solid rgba(226,232,240,.9);
}
.pricing-note {
  text-align: center;
  margin-top: 26px;
  color: var(--gray-500);
  font-size: 14px;
}

.landing-footer { background: linear-gradient(180deg, #0f172a 0%, #111827 100%); padding: 44px 0 20px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 15px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 13px; transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-copy { color: rgba(255,255,255,.3); font-size: 12px; }

/* Agency Page */
.agency-body {
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, .12), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(226, 232, 240, .82), transparent 22%),
    linear-gradient(180deg, #f8fafc 0%, #edf3fb 100%);
}
.agency-hero {
  padding: 96px 0 82px;
  background:
    radial-gradient(circle at 18% 18%, rgba(96, 165, 250, .18), transparent 18%),
    linear-gradient(145deg, #0f172a 0%, #12243f 48%, #1d4ed8 100%);
}
.agency-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 28px;
  align-items: center;
}
.agency-title {
  max-width: 12ch;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.05em;
  color: #fff;
  margin-bottom: 18px;
}
.agency-subtitle {
  max-width: 64ch;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255,255,255,.76);
  margin-bottom: 28px;
}
.agency-hero-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 30px;
  padding: 32px;
  box-shadow: 0 28px 64px rgba(8, 15, 30, .18);
}
.agency-price-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.agency-price {
  font-size: 54px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.05em;
  margin-bottom: 14px;
}
.agency-price span {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-500);
  margin-left: 8px;
}
.agency-price-copy {
  color: var(--gray-500);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.agency-price-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}
.agency-price-points li {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(226,232,240,.95);
  color: var(--gray-700);
  font-size: 14px;
}
.agency-workflow-section,
.agency-compare-section,
.agency-pricing-section {
  padding: 92px 0;
}
.agency-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.agency-step-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(226,232,240,.9);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
}
.agency-step-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}
.agency-step-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 10px;
}
.agency-step-card p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--gray-500);
}
.agency-features-section {
  background: linear-gradient(180deg, rgba(255,255,255,.38) 0%, rgba(241,245,249,.94) 100%);
}
.agency-features-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.agency-feature-card {
  min-height: 100%;
}
.agency-compare-card {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 30px;
  padding: 20px 28px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}
.agency-compare-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(226,232,240,.9);
}
.agency-compare-row:last-child {
  border-bottom: none;
}
.agency-compare-row span {
  color: var(--gray-500);
  font-size: 14px;
}
.agency-compare-row strong {
  color: var(--gray-900);
  font-size: 15px;
  text-align: right;
}
.agency-single-pricing {
  grid-template-columns: minmax(320px, 460px);
}

/* Contact Section */
.contact-section { padding: 100px 0; background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%); }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(15, 23, 42, .1);
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid rgba(226,232,240,.8);
}
.contact-info-panel {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  padding: 48px 36px;
  color: #fff;
}
.contact-info-panel h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; color: #fff; }
.contact-info-panel > p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.58); margin-bottom: 28px; }
.contact-highlight-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.contact-highlight-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.contact-highlight-card strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.contact-highlight-card p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.58); margin: 0; }
.contact-info-items { display: flex; flex-direction: column; gap: 22px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; text-decoration: none; color: inherit; }
.contact-info-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.contact-info-icon--wa { background: rgba(37, 211, 102, .18); }
.contact-info-item span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 4px; }
.contact-info-item strong { display: block; font-size: 15px; color: rgba(255,255,255,.92); margin-bottom: 3px; }
.contact-info-item small { font-size: 12px; color: rgba(255,255,255,.42); }
a.contact-info-item strong { color: #4ade80; }
.contact-form-panel { background: #fff; padding: 48px 40px; }
.contact-form-panel h3 { font-size: 22px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.contact-form-panel > div > p { font-size: 14px; color: #64748b; margin-bottom: 26px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .form-group { margin-bottom: 16px; }
.contact-form .form-group label { font-size: 14px; font-weight: 600; color: #374151; margin-bottom: 8px; display: block; }
.contact-required { color: #ef4444; }
.contact-submit-btn {
  background: #22c55e; color: #fff; border: none;
  box-shadow: 0 12px 28px rgba(34,197,94,.24);
  font-size: 16px; font-weight: 700; padding: 16px; border-radius: 12px;
  cursor: pointer; width: 100%; margin-top: 4px;
  transition: background .15s, box-shadow .15s;
}
.contact-submit-btn:hover { background: #16a34a; box-shadow: 0 16px 32px rgba(34,197,94,.28); }
.contact-submit-btn:disabled { opacity: .7; cursor: not-allowed; }
.contact-form-note { text-align: center; font-size: 13px; color: #94a3b8; margin-top: 12px; margin-bottom: 0; }

/* Public Feedback Page */
.public-body {
  background:
    radial-gradient(circle at top center, rgba(139, 92, 246, .18), transparent 24%),
    linear-gradient(180deg, #f4f1ff 0%, #eef5ff 52%, #f9fafc 100%);
  min-height: 100vh;
  padding: 16px;
}
.feedback-page { max-width: 560px; margin: 0 auto; padding: 18px 0 56px; }
.feedback-header { padding: 10px 0 20px; }
.feedback-hero {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 44%, #8b5cf6 100%);
  border-radius: 28px;
  padding: 22px 22px 24px;
  box-shadow: 0 28px 56px rgba(109, 40, 217, .2);
  color: #fff;
}
.feedback-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.feedback-header h1 { font-size: 34px; font-weight: 800; line-height: 1.08; color: #fff; margin-bottom: 8px; }
.feedback-header p { font-size: 18px; color: rgba(255,255,255,.82); }
.feedback-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 26px;
  padding: 24px 22px;
  box-shadow: 0 22px 52px rgba(37, 30, 84, .12);
  margin-bottom: 16px;
  backdrop-filter: blur(14px);
}
.feedback-card h2 { font-size: 26px; font-weight: 800; line-height: 1.15; margin-bottom: 14px; color: var(--gray-900); }
.star-selector { display: flex; gap: 10px; justify-content: center; margin: 10px 0 14px; }
.star-btn {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(124, 58, 237, .16);
  background: rgba(255,255,255,.88);
  cursor: pointer;
  color: #d1d5db;
  font-size: 30px;
  transition: color .15s, transform .1s, border-color .15s, box-shadow .15s, background .15s;
}
.star-btn:hover, .star-btn.selected {
  color: #f59e0b;
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, .24);
  background: #fff8e8;
  box-shadow: 0 12px 24px rgba(245, 158, 11, .18);
}
.star-label { text-align: center; font-size: 16px; color: var(--gray-500); font-weight: 700; min-height: 24px; }
.divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; }
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--gray-200); }
.divider span { font-size: 12px; color: var(--gray-400); white-space: nowrap; }
.google-review-section { margin: 16px 0; text-align: center; }
.ai-writer-section { background: linear-gradient(135deg, #ede9fe 0%, #f5f3ff 100%); border: 1px solid #d8b4fe; border-radius: 20px; padding: 16px; margin-bottom: 16px; }
.suggestion-chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.suggestion-chip {
  border: 1px solid rgba(124, 58, 237, .14);
  background: rgba(245, 243, 255, .96);
  color: #5b21b6;
  border-radius: 999px;
  padding: 11px 14px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition: all .18s ease;
}
.suggestion-chip:hover {
  background: #ede9fe;
  border-color: rgba(124, 58, 237, .3);
  color: #4c1d95;
  transform: translateY(-1px);
}
.feedback-page .form-group label { font-size: 14px; color: var(--gray-700); margin-bottom: 10px; }
.feedback-page .form-control { min-height: 52px; border-radius: 18px; }
.feedback-page textarea.form-control { min-height: 140px; }
.feedback-page .btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  border-color: rgba(109, 40, 217, .28);
  box-shadow: 0 16px 28px rgba(109, 40, 217, .22);
}
.feedback-page .btn-primary:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
}
.feedback-page .btn-google {
  background: rgba(255,255,255,.96);
  border-color: rgba(124, 58, 237, .18);
}
.thank-you { text-align: center; }
.thank-icon { font-size: 3rem; margin-bottom: 12px; }

@media (max-width: 700px) {
  .hero-title { font-size: 32px; }
  .hero-stats { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .agency-hero-grid,
  .agency-workflow-grid,
  .agency-features-grid { grid-template-columns: 1fr; }
  .agency-title { font-size: 36px; max-width: none; }
  .agency-hero-card,
  .agency-compare-card { padding: 22px; }
  .agency-compare-row { flex-direction: column; align-items: flex-start; }
  .agency-compare-row strong { text-align: left; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-info-panel, .contact-form-panel { padding: 32px 22px; }
  .footer-top { flex-direction: column; gap: 16px; }
  .feedback-header h1 { font-size: 30px; }
  .feedback-card h2 { font-size: 23px; }
  .star-btn { width: 52px; height: 52px; font-size: 28px; }
}
