/* JPRO shared inner-page styles (from html_theme/css/pages.css) */

/* ===== INNER PAGES SHARED ===== */
.page-hero {
  background: linear-gradient(135deg, #0a1f5e 0%, #03318f 55%, #1a56c4 100%);
  color: #ffffff;
  text-align: center;
  padding: 70px 24px 60px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(255,255,255, 0.07), transparent 55%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-hero .breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
}

.page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
}

.page-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 0;
}

.page-hero p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ===== CONTACT HERO ENHANCEMENTS ===== */
.contact-hero {
  padding: 80px 24px 72px;
}

.contact-hero-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 18px;
}

.contact-hero-divider {
  width: 48px;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  margin: 16px auto 18px;
}

.contact-hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.contact-hero-badge svg {
  color: rgba(255, 255, 255, 0.80);
  flex-shrink: 0;
}

.page-section {
  padding: 60px 24px;
}

.page-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-section.narrow .page-section-inner {
  max-width: 820px;
}

.content-prose h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 36px 0 14px;
}

.content-prose h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 650;
  color: #1a1a1a;
  margin: 28px 0 10px;
}

.content-prose p,
.content-prose li {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
}

.content-prose ul,
.content-prose ol {
  padding-left: 22px;
  margin-bottom: 18px;
}

.content-prose ul {
  list-style: disc;
}

.content-prose ol {
  list-style: decimal;
}

.content-prose a {
  color: #1a56c4;
  text-decoration: underline;
}

.content-prose strong {
  color: #1a1a1a;
}

/* ===== ABOUT PAGE ===== */

.about-hero-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 18px;
}

.about-hero-divider {
  width: 48px;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  margin: 16px auto 18px;
}

.about-hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Story */
.about-story-section {
  background: #fff;
}

.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.about-page-image {
  position: relative;
}

.about-page-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.about-page-image::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 70%;
  height: 70%;
  border: 2px solid #1a56c4;
  border-radius: 2px;
  z-index: -1;
}

.about-story-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1a56c4;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.about-story-copy h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #0d2b6b;
  line-height: 1.2;
  margin-bottom: 0;
}

.about-story-divider {
  width: 44px;
  height: 3px;
  background: #1a56c4;
  border-radius: 2px;
  margin: 16px 0 20px;
}

.about-story-copy p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 14px;
}

.about-cta-btn {
  display: inline-block;
  background: #03318f;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 32px;
  border-radius: 999px;
  text-decoration: none;
  margin-top: 8px;
  transition: background 0.22s ease, transform 0.22s ease;
}

.about-cta-btn:hover {
  background: #022275;
  transform: translateY(-2px);
}

/* Stats */
.about-stats-section {
  background: linear-gradient(135deg, #0a1f5e 0%, #03318f 55%, #1a56c4 100%);
  padding: 60px 24px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  text-align: center;
}

.about-stat-item {
  padding: 28px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.about-stat-item:last-child {
  border-right: 0;
}

.about-stat-num {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}

.about-stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Testimonial */
.about-testimonial-section {
  background: #f2f4f8;
}

.about-testimonial-header {
  text-align: center;
  margin-bottom: 36px;
}

.about-testimonial-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  color: #0d2b6b;
  margin-bottom: 0;
}

.about-testimonial-divider {
  width: 44px;
  height: 3px;
  background: #1a56c4;
  border-radius: 2px;
  margin: 14px auto 0;
}

.about-testimonial-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eaedf2;
  border-left: 4px solid #1a56c4;
  border-radius: 0 6px 6px 0;
  padding: 40px 48px;
  box-shadow: 0 4px 20px rgba(3, 49, 143, 0.07);
}

.about-testimonial-stars {
  color: #f5c842;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.about-testimonial-card blockquote {
  font-size: 16px;
  color: #444;
  font-style: italic;
  line-height: 1.8;
  margin: 0 0 20px;
}

.about-testimonial-card cite {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0d2b6b;
  font-style: normal;
}

@media (max-width: 768px) {
  .about-page-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-page-image::after {
    display: none;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .about-stat-item:last-child {
    border-bottom: 0;
  }

  .about-testimonial-card {
    padding: 28px 24px;
  }
}

/* ===== POLICY PAGES (PRIVACY + TERMS) ===== */

.policy-hero-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 18px;
}

.policy-hero-divider {
  width: 48px;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  margin: 16px auto 18px;
}

.policy-hero-badge {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: rgba(255, 255, 255, 0.80);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: 999px;
  margin-top: 8px;
}

.policy-section {
  background: #f2f4f8;
}

.policy-intro-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(26, 86, 196, 0.06);
  border: 1px solid rgba(26, 86, 196, 0.15);
  border-left: 4px solid #1a56c4;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin-bottom: 28px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.policy-intro-box svg {
  color: #1a56c4;
  flex-shrink: 0;
  margin-top: 2px;
}

.policy-intro-box p {
  margin: 0;
}

.policy-intro-box a {
  color: #1a56c4;
  text-decoration: underline;
}

.policy-card {
  background: #fff;
  border: 1px solid #eaedf2;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(3, 49, 143, 0.06);
  padding: 8px 0;
  margin-bottom: 28px;
}

.policy-block {
  padding: 28px 40px;
  border-bottom: 1px solid #f0f2f5;
}

.policy-block:last-child {
  border-bottom: 0;
}

.policy-block h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0d2b6b;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.policy-block-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(26, 86, 196, 0.08);
  border: 1px solid rgba(26, 86, 196, 0.18);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #1a56c4;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.policy-block p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 12px;
}

.policy-block p:last-child {
  margin-bottom: 0;
}

.policy-block ul,
.policy-block ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.policy-block li {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 6px;
}

.policy-block a {
  color: #1a56c4;
  text-decoration: underline;
}

.policy-block strong {
  color: #0d2b6b;
  font-weight: 600;
}

.policy-contact-strip {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #666;
}

.policy-contact-strip a {
  color: #1a56c4;
  font-weight: 600;
  text-decoration: none;
}

.policy-contact-strip a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .policy-block {
    padding: 22px 20px;
  }
}

/* ===== SHOP PAGE ===== */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-filter-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 9px 18px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}

.shop-filter-btn:hover,
.shop-filter-btn.active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.shop-sort select {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 9px 14px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  cursor: pointer;
}

/* ===== CONTACT PAGE ===== */
.contact-page-section {
  background: #eef0f4;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 0;
  box-shadow: 0 16px 56px rgba(3, 49, 143, 0.14);
  overflow: hidden;
}

/* --- Form card --- */
.contact-form-card {
  background: #fff;
  padding: 52px 48px;
}

.contact-form-header {
  margin-bottom: 36px;
}

.contact-form-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0d1a3a;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 16px;
}

.contact-form-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #03318f;
  border-radius: 2px;
}

.contact-form-header p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

.contact-form-card label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  color: #0d1a3a;
}

.contact-form-card .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form-card .form-group {
  margin-bottom: 20px;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #dde1ea;
  background: #f8f9fc;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #1a1a2e;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  box-sizing: border-box;
  border-radius: 3px;
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder {
  color: #b0b8c8;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  outline: none;
  border-color: #03318f;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(3, 49, 143, 0.08);
}

.contact-form-card textarea {
  min-height: 145px;
  resize: vertical;
}

.btn-primary {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 14px 55px;
  border: 2px solid #1a1a1a;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-primary:hover {
  background: #03318f;
  border-color: #03318f;
  color: #fff;
}

.btn-contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #03318f;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 15px 40px;
  border: 2px solid #03318f;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.25s ease;
}

.btn-contact-submit:hover {
  background: #022275;
  border-color: #022275;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(3, 49, 143, 0.30);
}

.btn-contact-submit:active {
  transform: translateY(0);
  box-shadow: none;
}

/* --- Info card (deep navy) --- */
.contact-info-card {
  background: linear-gradient(160deg, #1e3a8a 0%, #1e3a8a 100%);
  padding: 52px 44px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-info-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.07), transparent 70%);
  pointer-events: none;
}

.contact-info-card::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 70%);
  pointer-events: none;
}

.contact-info-header {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.contact-info-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 16px;
}

.contact-info-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
}

.contact-info-header p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0;
}

.contact-info-header p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255,255,255,0.4);
}

.contact-info-header p a:hover {
  text-decoration-color: #fff;
}

.contact-info-items {
  position: relative;
  z-index: 1;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
  font-weight: 300;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 2px;
}

.contact-info-text strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.60);
}

.contact-info-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  margin: 0;
  font-weight: 500;
}

.contact-info-text a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-info-text a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-social {
  display: flex;
  gap: 13px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.contact-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.90);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.22s ease;
}

.contact-social-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 860px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-card {
    padding: 40px 28px;
  }
  .contact-info-card {
    padding: 40px 28px;
  }
  .contact-form-card .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ===== FAQ PAGE ===== */
.faq-hero {
  padding: 72px 24px 64px;
}

.faq-hero-icon {
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 18px;
}

.faq-hero-divider {
  width: 48px;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  margin: 16px auto 18px;
  border-radius: 2px;
}

.faq-hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.faq-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}

.faq-section {
  padding: 64px 0 80px;
  background: #f8f9fc;
}

.faq-section .page-section-inner {
  max-width: 860px;
}

.faq-group {
  margin-bottom: 40px;
}

.faq-group-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eaedf2;
}

.faq-group-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #03318f, #1a56c4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.faq-group-header h2 {
  font-size: 17px;
  font-weight: 700;
  color: #03318f;
  margin: 0;
  letter-spacing: 0.01em;
}

.faq-card-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 1px solid #eaedf2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(3, 49, 143, 0.06);
}

details.faq-item {
  border-bottom: 1px solid #eaedf2;
}

details.faq-item:last-child {
  border-bottom: none;
}

details.faq-item[open] {
  background: #fafbff;
}

summary.faq-question {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: transparent !important;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #1a1a1a;
  transition: color 0.2s ease, background 0.18s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

summary.faq-question::-webkit-details-marker {
  display: none;
}

summary.faq-question::marker {
  content: "";
}

summary.faq-question:hover {
  color: #1a56c4;
  background: #f4f7ff !important;
}

details.faq-item[open] summary.faq-question {
  color: #03318f;
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.2s ease;
}

.faq-icon::before {
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

details.faq-item[open] .faq-icon::before,
details.faq-item[open] .faq-icon::after {
  background: #03318f;
}

details.faq-item[open] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer-inner {
  padding: 4px 22px 20px;
  border-top: 1px solid #eaedf2;
  animation: faqOpen 0.22s ease;
}

@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.faq-answer-inner p {
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  margin: 14px 0 0;
}

.faq-cta-box {
  margin-top: 48px;
  background: linear-gradient(135deg, #0a1f5e 0%, #03318f 60%, #1a56c4 100%);
  border-radius: 14px;
  padding: 40px 32px;
  text-align: center;
  color: #fff;
}

.faq-cta-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #fff;
}

.faq-cta-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.faq-cta-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 24px;
  line-height: 1.6;
}

.faq-cta-btn {
  display: inline-block;
  background: #fff;
  color: #03318f;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: background 0.2s ease, color 0.2s ease, transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.faq-cta-btn:hover {
  background: #eef2ff;
  color: #0a1f5e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

@media (max-width: 600px) {
  .faq-hero-badges {
    gap: 8px;
  }
  .faq-question {
    padding: 16px 16px;
    font-size: 13.5px;
  }
  .faq-answer-inner {
    padding: 0 16px 16px;
  }
  .faq-cta-box {
    padding: 32px 20px;
  }
}

/* ===== LOYALTY PAGE ===== */

/* Hero */
.loyalty-hero {
  padding: 80px 24px 72px;
}

.loyalty-hero-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 18px;
}

.loyalty-hero-divider {
  width: 48px;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  margin: 16px auto 18px;
}

.loyalty-hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 32px;
  flex-wrap: wrap;
}

.loyalty-hero-stat {
  text-align: center;
  padding: 0 36px;
}

.loyalty-hero-stat-num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.loyalty-hero-stat-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}

.loyalty-hero-stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

/* Section headers */
.loyalty-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.loyalty-section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0;
}

.loyalty-section-header--light h2 {
  color: #fff;
}

.loyalty-divider {
  width: 44px;
  height: 3px;
  background: #1a56c4;
  border-radius: 2px;
  margin: 14px auto 16px;
}

.loyalty-section-header p {
  font-size: 15px;
  color: #666;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.loyalty-section-header--light p {
  color: rgba(255, 255, 255, 0.7);
}

/* How It Works */
.loyalty-how-section {
  background: #f9f8f6;
}

.loyalty-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.loyalty-step {
  text-align: center;
  padding: 40px 28px 36px;
  background: #fff;
  border: 1px solid #eaedf2;
  border-top: 3px solid #1a56c4;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 20px rgba(3, 49, 143, 0.06);
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.loyalty-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(3, 49, 143, 0.14);
  border-color: rgba(3, 49, 143, 0.20);
  border-top-color: #03318f;
}

.loyalty-step-icon-wrap {
  width: 52px;
  height: 52px;
  background: rgba(26, 86, 196, 0.08);
  border: 1px solid rgba(26, 86, 196, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a56c4;
  margin: 0 auto 16px;
}

.loyalty-step-num {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1a56c4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.loyalty-step h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.loyalty-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}

/* Reward Tiers */
.loyalty-tiers-section {
  background: linear-gradient(150deg, #0a1f5e 0%, #03318f 60%, #1a56c4 100%);
  padding: 72px 24px;
  position: relative;
  overflow: hidden;
}

.loyalty-tiers-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
  pointer-events: none;
}

.rewards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.reward-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 32px 16px 28px;
  text-align: center;
  position: relative;
  transition: all 0.25s ease;
}

.reward-card:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.30);
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.30);
}

.reward-card--top {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.reward-points-badge {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.reward-points-badge--gold {
  background: rgba(255, 200, 50, 0.12);
  border-color: rgba(255, 200, 50, 0.30);
  color: #f5c842;
}

.reward-pct {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #93c5fd;
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}

.reward-card--top .reward-pct {
  color: #f5c842;
}

.reward-card h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.reward-card p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

/* CTA */
.loyalty-cta-section {
  padding: 72px 24px;
  background: #f2f4f8;
}

.loyalty-cta-box {
  background: linear-gradient(150deg, #0a1f5e 0%, #03318f 60%, #1a56c4 100%);
  color: #fff;
  text-align: center;
  padding: 60px 48px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.loyalty-cta-box::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 200px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.08), transparent 70%);
  pointer-events: none;
}

.loyalty-cta-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

.loyalty-cta-box h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.loyalty-cta-box p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.btn-loyalty-cta {
  display: inline-block;
  background: #fff;
  color: #03318f;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 15px 40px;
  border: 2px solid #fff;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
}

.btn-loyalty-cta:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 900px) {
  .rewards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .loyalty-steps {
    grid-template-columns: 1fr;
  }
  .rewards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .loyalty-hero-stat {
    padding: 0 20px;
  }
  .loyalty-cta-box {
    padding: 48px 24px;
  }
}

/* ===== BLOG ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}

.blog-card {
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  background: #fff;
}

.blog-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0ece4;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 24px;
}

.blog-meta {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a56c4;
  margin-bottom: 10px;
}

.blog-card-body h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.blog-card-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px;
}

.blog-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a1a1a;
  border-bottom: 1px solid #1a56c4;
  padding-bottom: 2px;
}

.blog-read-more:hover {
  color: #1a56c4;
}

.blog-post-header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.blog-post-header .blog-meta {
  margin-bottom: 14px;
}

.blog-post-header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.blog-post-hero-img {
  max-width: 900px;
  margin: 0 auto 40px;
}

.blog-post-hero-img img {
  width: 100%;
  height: auto;
}

/* ===== ACCOUNT / AUTH ===== */
.jpro-auth-page {
  min-height: 100vh;
  background: linear-gradient(160deg, #0a1f5e 0%, #03318f 50%, #1a56c4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jpro-auth-shell {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 48px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.jpro-auth-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jpro-auth-brand-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.jpro-auth-brand-name {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.08em;
}

.jpro-auth-card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(3, 49, 143, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.jpro-auth-tabs {
  display: flex;
  border-bottom: 2px solid #eaedf2;
}

.jpro-auth-tabs a {
  flex: 1;
  text-align: center;
  padding: 16px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #aaa;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.jpro-auth-tabs a:hover {
  color: #03318f;
}

.jpro-auth-tabs a.is-active {
  color: #03318f;
  border-bottom-color: #03318f;
}

.jpro-auth-card-header {
  padding: 28px 28px 0;
  text-align: center;
}

.jpro-auth-card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #03318f, #1a56c4);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 14px;
}

.jpro-auth-title {
  font-size: 20px;
  font-weight: 700;
  color: #0a1f5e;
  margin: 0 0 8px;
}

.jpro-auth-subtitle {
  font-size: 13.5px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.jpro-auth-card-body {
  padding: 24px 28px 28px;
}

.jpro-auth-error {
  background: #fff2f2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  color: #b91c1c;
  margin-bottom: 18px;
}

.jpro-auth-message {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  color: #166534;
  margin-bottom: 18px;
}

.jpro-auth-field {
  margin-bottom: 16px;
}

.jpro-auth-field--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}

.jpro-auth-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #444;
  margin-bottom: 7px;
}

.jpro-auth-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #dce2ef;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  color: #1a1a1a;
  background: #fafbff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  appearance: none;
}

.jpro-auth-input:focus {
  outline: none;
  border-color: #1a56c4;
  box-shadow: 0 0 0 3px rgba(26, 86, 196, 0.12);
  background: #fff;
}

.jpro-auth-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}

.jpro-auth-remember input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: #03318f;
}

.jpro-auth-remember span {
  font-size: 12.5px;
  color: #555;
}

.jpro-auth-btn {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, #03318f, #1a56c4);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-top: 6px;
  transition: opacity 0.2s ease, transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 4px 16px rgba(3, 49, 143, 0.3);
}

.jpro-auth-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(3, 49, 143, 0.38);
}

.jpro-auth-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eaedf2;
}

.jpro-auth-links a {
  font-size: 12.5px;
  font-weight: 600;
  color: #1a56c4;
  text-decoration: none;
  transition: color 0.18s ease;
}

.jpro-auth-links a:hover {
  color: #03318f;
  text-decoration: underline;
}

.jpro-auth-note {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin: 14px 0 0;
}

.jpro-auth-note strong {
  color: #03318f;
}

.jpro-auth-note a {
  color: #1a56c4;
  text-decoration: none;
  font-weight: 600;
}

.jpro-otp-inputs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
}

.jpro-otp-inputs .jpro-auth-input,
.jpro-otp-inputs .t1-otp-input {
  width: 48px;
  height: 54px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  border-radius: 10px;
  flex-shrink: 0;
}

/* legacy .auth-* classes kept for any platform remnants */
.auth-wrap { max-width: 480px; margin: 0 auto; padding: 20px 0 40px; }
.auth-panel { display: none; }
.auth-panel.active { display: block; }

/* ===== AFFILIATES ===== */
.affiliate-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 40px 0;
  counter-reset: aff;
}

.affiliate-step {
  text-align: center;
  padding: 24px 12px;
  background: #f7f5f1;
  position: relative;
}

.affiliate-step::before {
  counter-increment: aff;
  content: counter(aff);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  background: #1a56c4;
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
}

.affiliate-step h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== PRODUCT DETAIL ===== */
.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.product-gallery img {
  width: 100%;
  background: #f7f5f1;
}

.product-detail-info h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.product-detail-price {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.product-detail-price .price-original {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: 500;
}

.product-detail-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 20px 0 28px;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.qty-row label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.qty-control {
  display: flex;
  border: 1px solid #ddd;
}

.qty-control button {
  width: 40px;
  height: 40px;
  border: none;
  background: #f7f5f1;
  cursor: pointer;
  font-size: 18px;
  color: #1a1a1a;
}

.qty-control input {
  width: 52px;
  height: 40px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
}

.product-meta-list {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}

.product-meta-list li {
  font-size: 14px;
  color: #555;
  padding: 6px 0;
  padding-left: 18px;
  position: relative;
  list-style: none;
}

.product-meta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background: #1a56c4;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .about-page-grid,
  .contact-grid,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .loyalty-steps {
    grid-template-columns: 1fr;
  }

  .affiliate-steps {
    grid-template-columns: 1fr 1fr;
  }

  .about-page-image::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .page-hero {
    padding: 48px 20px 40px;
  }

  .contact-form-card .form-row {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .affiliate-steps {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}