/* PriceMe — prime.css */

/* ── HERO ── */
.pm-hero {
  background: #1A1A1A;
  padding: 40px 0 32px;
  text-align: center;
}

.pm-hero-badge {
  display: inline-block;
  background: rgba(232,64,12,0.15);
  border: 1px solid rgba(232,64,12,0.3);
  color: #E8400C; font-size: 12px; font-weight: 600;
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 16px; letter-spacing: 0.5px;
}

.pm-hero-title {
  font-size: 28px; font-weight: 800;
  color: #fff; line-height: 1.2;
  margin-bottom: 12px; letter-spacing: -0.5px;
}
.pm-hero-orange { color: #E8400C; }

.pm-hero-sub {
  font-size: 13px; color: rgba(255,255,255,0.55);
  margin-bottom: 24px; line-height: 1.6;
}

.pm-hero-stats {
  display: flex; justify-content: center;
  gap: 0; margin-bottom: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; overflow: hidden;
  width: fit-content; margin-left: auto; margin-right: auto;
}

.pm-stat {
  padding: 12px 20px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.pm-stat:last-child { border-right: none; }
.pm-stat-num { font-size: 20px; font-weight: 800; color: #E8400C; line-height: 1; }
.pm-stat-label { font-size: 10px; color: rgba(255,255,255,0.5); margin-top: 3px; }

/* ── BUTTONS ── */
.pm-btn-primary {
  background: #E8400C; color: #fff; border: none;
  border-radius: 8px; padding: 11px 22px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: background 0.2s; text-decoration: none;
  display: inline-block; font-family: inherit;
}
.pm-btn-primary:hover { background: #C73509; color: #fff; }
.pm-btn-lg   { padding: 13px 28px; font-size: 15px; }
.pm-btn-full { width: 100%; text-align: center; display: block; }

/* ── SECTION TITLES ── */
.pm-section-title {
  font-size: 20px; font-weight: 800;
  color: #1A1A1A; margin-bottom: 20px;
}
.text-center { text-align: center; }

/* ── BENEFITS ── */
.pm-benefits-section { background: #F5F5F5; padding: 36px 0; }

.pm-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pm-benefit-card {
  background: #fff; border: 1px solid #E8E8E8;
  border-radius: 12px; padding: 16px;
  position: relative; transition: box-shadow 0.2s;
}
.pm-benefit-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }

.pm-benefit-featured {
  border-color: #E8400C;
  background: #FFF8F6;
}

.pm-benefit-icon { font-size: 26px; margin-bottom: 8px; }
.pm-benefit-card h3 { font-size: 13px; font-weight: 700; color: #1A1A1A; margin-bottom: 5px; }
.pm-benefit-card p  { font-size: 11px; color: #888; line-height: 1.5; }

.pm-benefit-tag {
  display: inline-block; margin-top: 8px;
  background: #FFF0EB; color: #E8400C;
  font-size: 10px; font-weight: 600;
  padding: 2px 8px; border-radius: 10px;
}
.pm-tag-b2b { background: #1A1A1A; color: #fff; }

/* ── PLANS ── */
.pm-plans-section { background: #fff; padding: 40px 0; }

.pm-plans-sub { font-size: 13px; color: #888; margin-bottom: 24px; margin-top: -10px; }

.pm-success-banner {
  background: #E8F5E9; border: 1px solid #C8E6C9;
  border-radius: 12px; padding: 16px;
  display: flex; gap: 12px; align-items: flex-start;
  margin-bottom: 24px;
}
.pm-success-icon { font-size: 28px; flex-shrink: 0; }
.pm-success-banner strong { display: block; font-size: 15px; color: #1A1A1A; margin-bottom: 4px; }
.pm-success-banner p { font-size: 13px; color: #555; margin: 0; }

.pm-plans-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pm-plan-card {
  border: 1.5px solid #E8E8E8;
  border-radius: 16px; padding: 20px;
  position: relative; background: #fff;
}

.pm-plan-featured {
  border-color: #E8400C;
  box-shadow: 0 4px 20px rgba(232,64,12,0.1);
}

.pm-plan-b2b { border-color: #1A1A1A; background: #FAFAFA; }

.pm-plan-popular {
  position: absolute; top: -1px; right: 20px;
  background: #E8400C; color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: 0 0 8px 8px;
  text-transform: uppercase; letter-spacing: 0.5px;
}

.pm-plan-name { font-size: 13px; font-weight: 700; color: #888; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }

.pm-plan-price { display: flex; align-items: baseline; gap: 3px; margin-bottom: 4px; }
.pm-plan-amount { font-size: 32px; font-weight: 800; color: #1A1A1A; }
.pm-plan-period { font-size: 14px; color: #888; }

.pm-plan-annual { font-size: 11px; color: #888; margin-bottom: 6px; }
.pm-plan-featured .pm-plan-annual { color: #E8400C; font-weight: 600; }

.pm-plan-desc { font-size: 12px; color: #888; margin-bottom: 16px; }

.pm-plan-features { list-style: none; margin-bottom: 20px; }
.pm-plan-features li { font-size: 12px; padding: 5px 0; border-bottom: 1px solid #F5F5F5; }
.pm-feat-yes { color: #1A1A1A; }
.pm-feat-yes strong { color: #1A1A1A; }
.pm-feat-no  { color: #BBB; }

.pm-plan-btn {
  display: block; text-align: center;
  padding: 11px; border-radius: 8px;
  font-size: 14px; font-weight: 600;
  text-decoration: none; transition: all 0.2s;
  border: none; cursor: pointer; font-family: inherit;
}
.pm-plan-btn-outline  { border: 1.5px solid #E8E8E8; color: #555; background: #fff; }
.pm-plan-btn-outline:hover { border-color: #1A1A1A; color: #1A1A1A; }
.pm-plan-btn-primary  { background: #E8400C; color: #fff; }
.pm-plan-btn-primary:hover { background: #C73509; color: #fff; }
.pm-plan-btn-b2b      { background: #1A1A1A; color: #fff; }
.pm-plan-btn-b2b:hover { background: #000; color: #fff; }

/* ── REGISTER ── */
.pm-register-section { background: #F5F5F5; padding: 40px 0; }

.pm-register-layout {
  display: flex; flex-direction: column; gap: 24px;
}

.pm-register-title { font-size: 22px; font-weight: 800; color: #1A1A1A; margin-bottom: 6px; }
.pm-register-sub   { font-size: 13px; color: #888; margin-bottom: 20px; }

.pm-testimonials { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }

.pm-testimonial {
  background: #fff; border: 1px solid #E8E8E8;
  border-radius: 12px; padding: 14px;
}
.pm-testimonial-text {
  font-size: 12px; color: #555; line-height: 1.6;
  font-style: italic; margin-bottom: 10px;
}
.pm-testimonial-text::before { content: '"'; }
.pm-testimonial-text::after  { content: '"'; }

.pm-testimonial-author {
  display: flex; align-items: center; gap: 8px;
}
.pm-testimonial-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: #E8400C; color: #fff;
  font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pm-testimonial-author strong { display: block; font-size: 12px; color: #1A1A1A; }
.pm-testimonial-author span   { font-size: 10px; color: #888; }
.pm-testimonial-stars { margin-left: auto; color: #F9A825; font-size: 11px; }

.pm-trust-signals {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.pm-trust-item {
  background: #fff; border: 1px solid #E8E8E8;
  border-radius: 20px; padding: 5px 12px;
  font-size: 11px; color: #555; font-weight: 500;
}

/* Register form */
.pm-register-form-wrap {
  background: #fff; border-radius: 16px;
  padding: 22px 18px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.pm-register-form { display: flex; flex-direction: column; gap: 12px; }

.pm-form-plan-selector { margin-bottom: 4px; }
.pm-form-plan-label { font-size: 11px; font-weight: 600; color: #888; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }

.pm-form-plan-tabs { display: flex; gap: 6px; }
.pm-form-plan-tab {
  flex: 1; border: 1.5px solid #E8E8E8;
  border-radius: 8px; padding: 8px 10px;
  cursor: pointer; transition: all 0.15s;
  font-size: 12px; font-weight: 600; color: #888;
  text-align: center;
}
.pm-form-plan-tab:has(input:checked) {
  border-color: #E8400C; background: #FFF0EB; color: #E8400C;
}
.pm-form-plan-tab input { display: none; }
.pm-form-plan-tab small { display: block; font-size: 11px; font-weight: 400; margin-top: 2px; }

.pm-form-group { display: flex; flex-direction: column; gap: 4px; }
.pm-form-group label { font-size: 12px; font-weight: 600; color: #555; }
.pm-form-group input {
  width: 100%; padding: 11px 12px;
  border: 1.5px solid #E8E8E8; border-radius: 8px;
  font-size: 14px; font-family: inherit;
  outline: none; box-sizing: border-box; color: #1A1A1A;
}
.pm-form-group input:focus { border-color: #E8400C; }
.pm-form-group small { font-size: 11px; color: #AAA; }
.pm-optional { font-weight: 400; color: #AAA; }

.pm-phone-wrap {
  display: flex; align-items: center;
  border: 1.5px solid #E8E8E8; border-radius: 8px;
  overflow: hidden; transition: border-color 0.2s;
}
.pm-phone-wrap:focus-within { border-color: #E8400C; }
.pm-phone-prefix {
  padding: 11px 12px; background: #F5F5F5;
  font-size: 14px; font-weight: 600; color: #555;
  border-right: 1px solid #E8E8E8; white-space: nowrap;
}
.pm-phone-wrap input {
  border: none !important; border-radius: 0 !important;
  flex: 1; min-width: 0;
}
.pm-phone-wrap input:focus { outline: none; }

.pm-form-note { font-size: 11px; color: #AAA; text-align: center; line-height: 1.5; }

/* ── FAQ ── */
.pm-faq-section { background: #fff; padding: 36px 0; }

.pm-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.pm-faq-card {
  border: 1px solid #E8E8E8; border-radius: 10px;
  padding: 14px; transition: box-shadow 0.2s;
}
.pm-faq-card:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.pm-faq-q { font-size: 13px; font-weight: 700; color: #1A1A1A; margin-bottom: 6px; }
.pm-faq-a { font-size: 12px; color: #888; line-height: 1.6; margin: 0; }

/* ── FOOTER CTA ── */
.pm-footer-cta { background: #1A1A1A; padding: 36px 0; }
.pm-footer-cta h2 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.pm-footer-cta p  { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }

/* ── TABLET 640px+ ── */
@media (min-width: 640px) {
  .pm-hero-title    { font-size: 36px; }
  .pm-benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .pm-plans-grid    { flex-direction: row; align-items: stretch; }
  .pm-plan-card     { flex: 1; }
  .pm-faq-grid      { grid-template-columns: repeat(2, 1fr); }
  .pm-register-layout { flex-direction: row; }
  .pm-register-left   { flex: 1; }
  .pm-register-form-wrap { width: 380px; flex-shrink: 0; }
}

/* ── DESKTOP 1024px+ ── */
@media (min-width: 1024px) {
  .pm-hero-title    { font-size: 48px; }
  .pm-stat-num      { font-size: 24px; }
  .pm-benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .pm-faq-grid      { grid-template-columns: repeat(3, 1fr); }
  .pm-plan-amount   { font-size: 36px; }
}
