/* ============================================================
   RYOKO PRO™ — css/style.css
   Domain: rryokopro.com
   Theme: Dark Navy + Tech Blue + Orange Glow + Silver
   Hero: NEW Full-width dark tech hero — product right + left text + stat cards
   Features: NEW Alternating rows (image left/right alternating)
   Footer: NEW Two-tone stacked — dark brand top + darker pipe nav bottom
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:          #0a0e1a;
  --navy-mid:      #0d1224;
  --navy-light:    #111827;
  --dark:          #161d2e;
  --dark-mid:      #1e2a3d;
  --blue:          #2563eb;
  --blue-mid:      #3b82f6;
  --blue-light:    #60a5fa;
  --blue-pale:     #eff6ff;
  --blue-xpale:    #f0f4ff;
  --orange:        #ea580c;
  --orange-mid:    #f97316;
  --orange-light:  #fb923c;
  --orange-pale:   #fff7ed;
  --cyan:          #06b6d4;
  --cyan-light:    #22d3ee;
  --silver:        #94a3b8;
  --silver-light:  #e2e8f0;
  --white:         #ffffff;
  --off-white:     #f8fafc;
  --warm-white:    #f0f4ff;
  --text:          #0f172a;
  --muted:         #64748b;
  --border:        #e2e8f0;
  --border-blue:   #bfdbfe;
  --radius:        10px;
  --radius-lg:     16px;
  --radius-pill:   50px;
  --shadow-sm:     0 2px 12px rgba(0,0,0,0.07);
  --shadow:        0 4px 24px rgba(0,0,0,0.11);
  --shadow-h:      0 12px 40px rgba(0,0,0,0.18);
  --shadow-blue:   0 4px 20px rgba(37,99,235,0.28);
  --shadow-orange: 0 4px 20px rgba(234,88,12,0.22);
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; font-size: 18px; color: var(--text); background: var(--white); overflow-x: hidden; line-height: 1.75; }

/* ===== NAVBAR ===== */
nav { position: sticky; top: 0; z-index: 1000; background: rgba(10,14,26,0.97); padding: 0 24px; height: 72px; box-shadow: 0 2px 20px rgba(0,0,0,0.5); border-bottom: 2px solid var(--blue); backdrop-filter: blur(10px); }
.nav-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nav-logo { font-family: 'Jost', sans-serif; font-size: 1.7rem; font-weight: 900; color: var(--white); text-decoration: none; letter-spacing: 1.5px; text-transform: uppercase; flex-shrink: 0; }
.nav-logo span { color: var(--orange-light); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { color: var(--blue-light); text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover { color: var(--white); }
.btn-nav-order { background: var(--orange) !important; color: var(--white) !important; font-weight: 800 !important; font-size: 0.9rem !important; padding: 10px 24px !important; border-radius: var(--radius-pill) !important; border: none !important; transition: background 0.2s !important; text-transform: uppercase; }
.btn-nav-order:hover { background: var(--orange-mid) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 25px; height: 2px; background: var(--blue-light); display: block; border-radius: 2px; }
.mobile-menu { display: none; flex-direction: column; background: var(--navy); position: absolute; top: 72px; left: 0; right: 0; padding: 24px 32px; gap: 18px; z-index: 999; border-bottom: 2px solid var(--blue); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--blue-light); text-decoration: none; font-size: 1.05rem; font-weight: 500; }
.mobile-menu .btn-mob-order { background: var(--orange); color: var(--white); text-align: center; padding: 13px; border-radius: var(--radius-pill); font-weight: 800; margin-top: 6px; font-size: 1rem; text-transform: uppercase; }

/* ===== BUTTONS ===== */
.btn-primary { display: inline-block; background: var(--orange); color: var(--white); font-family: 'Jost', sans-serif; font-weight: 800; font-size: 1.05rem; letter-spacing: 0.5px; text-transform: uppercase; padding: 15px 36px; border-radius: var(--radius-pill); text-decoration: none; transition: background 0.2s, transform 0.15s; box-shadow: var(--shadow-orange); }
.btn-primary:hover { background: var(--orange-mid); transform: translateY(-2px); }
.btn-blue { display: inline-block; background: var(--blue); color: var(--white); font-family: 'Jost', sans-serif; font-weight: 800; font-size: 1.05rem; text-transform: uppercase; padding: 15px 36px; border-radius: var(--radius-pill); text-decoration: none; transition: background 0.2s, transform 0.15s; box-shadow: var(--shadow-blue); }
.btn-blue:hover { background: var(--blue-mid); transform: translateY(-2px); }
.btn-outline { display: inline-block; background: transparent; color: var(--white); font-family: 'Jost', sans-serif; font-weight: 700; font-size: 1.05rem; text-transform: uppercase; padding: 14px 34px; border-radius: var(--radius-pill); border: 2px solid rgba(255,255,255,0.35); text-decoration: none; transition: background 0.2s, transform 0.15s; }
.btn-outline:hover { background: rgba(255,255,255,0.10); transform: translateY(-2px); }

/* ===== TITLE BANDS ===== */
.sec-title-band { background: var(--dark); padding: 48px 40px 40px; text-align: center; border-top: 3px solid var(--blue); border-bottom: 3px solid var(--blue); }
.sec-title-band h2 { font-family: 'Jost', sans-serif; font-size: 2.4rem; font-weight: 900; color: var(--white); letter-spacing: 1px; text-transform: uppercase; line-height: 1.2; }
.sec-title-band p.band-sub { color: rgba(255,255,255,0.62); font-size: 1rem; margin-top: 10px; }
.sec-title-band.orange-band { border-top-color: var(--orange); border-bottom-color: var(--orange); }
.sec-title-band.orange-band h2 { color: var(--orange-light); }
.sec-title-band.light-band { background: var(--blue-xpale); border-top-color: var(--blue); border-bottom-color: var(--blue); }
.sec-title-band.light-band h2 { color: var(--blue); }
.sec-title-band.light-band p.band-sub { color: var(--blue-mid); }

/* ===== HERO — NEW Full-width dark tech hero ===== */
.hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 40%, var(--dark) 100%);
  min-height: 600px;
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
}

/* Tech glow orbs background */
.hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(ellipse, rgba(37,99,235,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: 20%;
  width: 400px; height: 400px;
  background: radial-gradient(ellipse, rgba(234,88,12,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 48px;
  position: relative; z-index: 1;
}

/* Text LEFT */
.hero-text { order: 1; }
/* Image RIGHT */
.hero-visual { order: 2; display: flex; justify-content: center; align-items: center; }

.hero-visual a img {
  max-width: 100%; max-height: 500px; object-fit: contain;
  filter: drop-shadow(0 0 40px rgba(37,99,235,0.35)) drop-shadow(0 20px 50px rgba(0,0,0,0.50));
  transition: transform 0.5s ease;
}
.hero-visual a:hover img { transform: scale(1.04) translateY(-8px); }

/* Eyebrow pill */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(37,99,235,0.15); border: 1px solid rgba(37,99,235,0.40);
  color: var(--cyan-light); font-size: 0.78rem; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 6px 18px; border-radius: var(--radius-pill); margin-bottom: 18px;
  width: fit-content;
}
/* Blinking dot */
.hero-eyebrow::before {
  content: '';
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan-light);
  animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

.hero-text h1 {
  font-family: 'Jost', sans-serif; font-size: 3rem; font-weight: 900;
  line-height: 1.08; color: var(--white); margin-bottom: 22px;
}
.hero-text h1 span { color: var(--orange-light); }
.hero-text h1 em { color: var(--cyan-light); font-style: normal; }
.hero-text p { font-size: 1.07rem; line-height: 1.8; color: #94a3b8; margin-bottom: 14px; }

/* Floating stat cards row */
.hero-stat-cards {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 28px;
}
.hero-stat-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(37,99,235,0.25);
  border-radius: var(--radius-lg); padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  transition: border-color 0.2s, background 0.2s;
}
.hero-stat-card:hover { border-color: rgba(37,99,235,0.55); background: rgba(255,255,255,0.09); }
.hsc-icon { font-size: 1.5rem; flex-shrink: 0; }
.hsc-body { display: flex; flex-direction: column; line-height: 1.25; }
.hsc-val { font-family: 'Jost', sans-serif; font-size: 1.15rem; font-weight: 900; color: var(--white); }
.hsc-label { font-size: 0.72rem; color: var(--silver); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { font-size: 0.82rem; color: var(--silver); margin-top: 12px; }
.hero-note strong { color: var(--orange-light); }

/* ===== TRUST STRIP ===== */
.trust-strip { background: var(--blue); padding: 14px 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 32px; }
.trust-strip span { color: var(--white); font-size: 0.86rem; font-weight: 700; display: flex; align-items: center; gap: 6px; white-space: nowrap; }

/* ===== REVIEWS ===== */
.reviews-section { background: var(--off-white); padding: 70px 48px; }
.reviews-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.review-card { background: var(--white); border: 1px solid var(--border-blue); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; transition: box-shadow 0.3s, transform 0.3s; box-shadow: var(--shadow-sm); border-top: 4px solid var(--blue); }
.review-card:hover { box-shadow: var(--shadow-h); transform: translateY(-4px); }
.reviewer-photo { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; margin: 0 auto 14px; display: block; border: 3px solid var(--blue-mid); }
.review-stars { height: 20px; margin: 0 auto 12px; display: block; }
.review-badge { font-size: 0.9rem; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
.review-text { font-size: 0.98rem; line-height: 1.75; color: var(--muted); font-style: italic; }
.reviewer-name { margin-top: 16px; font-weight: 700; color: var(--text); font-size: 0.92rem; }

/* ===== WHAT IS ===== */
.what-is-section { background: var(--white); padding: 70px 48px; }
.what-is-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.45fr; align-items: center; gap: 64px; }
.what-is-img-wrap { display: flex; justify-content: center; }
.what-is-img-wrap img { width: 100%; max-width: 400px; height: auto; object-fit: contain; filter: drop-shadow(0 8px 32px rgba(37,99,235,0.18)); }
.what-is-text p { font-size: 1.1rem; line-height: 1.85; color: var(--muted); margin-bottom: 18px; }

/* ===== WHY CHOOSE ===== */
.why-section { background: var(--warm-white); padding: 70px 48px; }
.section-prose { max-width: 900px; margin: 0 auto; }
.section-prose p { font-size: 1.1rem; line-height: 1.85; color: var(--muted); margin-bottom: 18px; }

/* ===== PRICING BAND ===== */
.pricing-band { background: var(--dark); padding: 48px 40px 16px; text-align: center; border-top: 3px solid var(--orange); }
.pricing-band h3 { font-family: 'Jost', sans-serif; font-size: 2rem; font-weight: 900; color: var(--white); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.pricing-band h4 { font-family: 'Jost', sans-serif; font-size: 1.25rem; font-weight: 500; color: var(--orange-light); margin-bottom: 0; }
.price-img-section { background: var(--white); padding: 48px; text-align: center; }
.price-img-section a img { max-width: 900px; width: 100%; height: auto; object-fit: contain; border-radius: var(--radius-lg); box-shadow: var(--shadow); transition: transform 0.3s; }
.price-img-section a:hover img { transform: scale(1.01); }

/* ===== FEATURES — NEW Alternating rows ===== */
.features-section { background: var(--white); padding: 70px 48px; }
.alt-rows { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; }

.alt-row {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 56px;
}
/* even rows: image right */
.alt-row.reverse { direction: rtl; }
.alt-row.reverse > * { direction: ltr; }

.alt-img {
  display: flex; justify-content: center; align-items: center;
}
.alt-img img {
  width: 100%; max-width: 420px; height: auto; object-fit: contain;
  filter: drop-shadow(0 8px 28px rgba(37,99,235,0.14));
  border-radius: var(--radius-lg);
  transition: transform 0.3s;
}
.alt-img img:hover { transform: scale(1.02); }

.alt-content {}
.alt-number {
  font-family: 'Jost', sans-serif; font-size: 3.5rem; font-weight: 900;
  color: var(--border-blue); line-height: 1; margin-bottom: 6px;
}
.alt-content h3 {
  font-family: 'Jost', sans-serif; font-size: 1.5rem; font-weight: 800;
  color: var(--text); margin-bottom: 14px; line-height: 1.25;
}
.alt-content h3 span { color: var(--blue); }
.alt-content p { font-size: 1.05rem; line-height: 1.85; color: var(--muted); margin-bottom: 14px; }

.alt-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--blue-pale); border: 1px solid var(--border-blue);
  color: var(--blue); font-size: 0.8rem; font-weight: 800;
  padding: 5px 14px; border-radius: var(--radius-pill); margin-top: 6px;
}
.alt-tag.orange-tag { background: var(--orange-pale); border-color: #fed7aa; color: var(--orange); }

/* Row divider line */
.alt-divider {
  height: 1px; background: linear-gradient(90deg, transparent, var(--border-blue), transparent);
  max-width: 1100px; margin: 0 auto;
}

/* ===== GUARANTEE ===== */
.guarantee-section { background: var(--warm-white); padding: 70px 48px; }
.guarantee-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 60px; }
.guarantee-img-wrap { display: flex; justify-content: center; }
.guarantee-img-wrap img { width: 100%; max-width: 260px; height: auto; object-fit: contain; }
.guarantee-text p { font-size: 1.1rem; line-height: 1.85; color: var(--muted); margin-bottom: 18px; }

/* ===== BENEFITS — compact icon checklist ===== */
.benefits-section { background: var(--white); padding: 70px 48px; }
.benefits-grid { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-row {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--blue-xpale); border: 1px solid var(--border-blue);
  border-radius: var(--radius-lg); padding: 18px 20px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.benefit-row:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.benefit-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.benefit-body strong { font-family: 'Jost', sans-serif; font-size: 1rem; font-weight: 800; color: var(--text); display: block; margin-bottom: 4px; }
.benefit-body p { font-size: 0.92rem; line-height: 1.65; color: var(--muted); }

/* ===== FAQs ===== */
.faq-section { background: var(--off-white); padding: 70px 48px; }
.faq-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--border-blue); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 20px 24px; font-family: 'Jost', sans-serif; font-size: 1.08rem; font-weight: 700; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; transition: background 0.2s; line-height: 1.4; }
.faq-question:hover { background: var(--blue-pale); }
.faq-arrow { font-size: 1.1rem; transition: transform 0.3s; color: var(--blue); flex-shrink: 0; }
.faq-answer { display: none; padding: 14px 24px 20px; font-size: 1.02rem; line-height: 1.8; color: var(--muted); border-top: 1px solid var(--border-blue); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }

/* ===== ORDER ===== */
.order-how-section { background: var(--white); padding: 70px 48px; }
.order-how-inner { max-width: 900px; margin: 0 auto; }
.order-how-inner p { font-size: 1.1rem; line-height: 1.85; color: var(--muted); margin-bottom: 18px; }
.order-img-wrap { text-align: center; margin-top: 36px; }
.order-img-wrap a img { max-width: 900px; width: 100%; height: auto; object-fit: contain; border-radius: var(--radius-lg); box-shadow: var(--shadow); transition: transform 0.3s; }
.order-img-wrap a:hover img { transform: scale(1.01); }

/* ===== PRICING DETAILS ===== */
.pricing-details { background: var(--warm-white); padding: 48px; }
.pricing-details-inner { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.info-block { background: var(--white); border: 1px solid var(--border-blue); border-radius: var(--radius-lg); padding: 24px 28px; border-top: 4px solid var(--blue); box-shadow: var(--shadow-sm); }
.info-block h4 { font-family: 'Jost', sans-serif; font-size: 1.12rem; font-weight: 800; color: var(--text); margin-bottom: 10px; }
.info-block p, .info-block li { font-size: 1.02rem; line-height: 1.8; color: var(--muted); }
.info-block ul { list-style: none; padding: 0; }
.info-block ul li { padding: 4px 0; }
.info-block ul li::before { content: "✓ "; color: var(--blue); font-weight: 900; }

/* ===== FINAL CTA ===== */
.cta-final {
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 50%, var(--dark) 100%);
  padding: 80px 48px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(37,99,235,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-final h2 { font-family: 'Jost', sans-serif; font-size: 2.5rem; font-weight: 900; color: var(--white); margin-bottom: 12px; line-height: 1.2; position: relative; z-index: 1; }
.cta-final h2 span { color: var(--orange-light); }
.cta-sub { font-size: 1.05rem; color: rgba(255,255,255,0.65); margin-bottom: 36px; position: relative; z-index: 1; }
.cta-product-img { max-width: 320px; margin: 0 auto 32px; position: relative; z-index: 1; }
.cta-product-img a img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 0 30px rgba(37,99,235,0.40)) drop-shadow(0 14px 40px rgba(0,0,0,.50)); transition: transform 0.4s; }
.cta-product-img a:hover img { transform: scale(1.06) translateY(-8px); }
.cta-regular-price { font-size: 1.1rem; color: rgba(255,255,255,0.32); text-decoration: line-through; display: block; margin-bottom: 4px; position: relative; z-index: 1; }
.cta-current-price { font-family: 'Jost', sans-serif; font-size: 2.8rem; font-weight: 900; color: var(--orange-light); display: block; margin-bottom: 28px; position: relative; z-index: 1; }

/* ===== FOOTER — NEW Two-tone stacked ===== */
/* Top tier — dark brand section */
.footer-top-tier {
  background: var(--dark);
  padding: 48px 48px 36px;
  border-top: 4px solid var(--blue);
}
.footer-top-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
}
.footer-brand h3 { font-family: 'Jost', sans-serif; font-size: 1.65rem; font-weight: 900; color: var(--white); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.footer-brand h3 span { color: var(--orange-light); }
.footer-brand p { font-size: 0.93rem; line-height: 1.75; color: var(--silver); margin-bottom: 18px; }
.footer-feature-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ffp { background: rgba(37,99,235,0.15); border: 1px solid rgba(37,99,235,0.30); color: var(--blue-light); font-size: 0.74rem; font-weight: 800; padding: 4px 12px; border-radius: var(--radius-pill); white-space: nowrap; }
.footer-nav-col h4 { font-family: 'Jost', sans-serif; font-size: 0.77rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: var(--blue-light); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-nav-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-nav-col ul li a { color: var(--silver); text-decoration: none; font-size: 0.92rem; font-weight: 500; display: flex; align-items: center; gap: 7px; transition: color 0.2s; }
.footer-nav-col ul li a::before { content: '›'; color: var(--blue-mid); font-weight: 700; font-size: 1rem; }
.footer-nav-col ul li a:hover { color: var(--white); }

/* Bottom tier — darker nav + legal */
.footer-bottom-tier {
  background: var(--navy);
  padding: 24px 48px 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-bottom-inner { max-width: 1160px; margin: 0 auto; }

/* Pipe-separated links */
.footer-pipe-nav {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0; margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-pipe-nav a { color: #475569; text-decoration: none; font-size: 0.86rem; font-weight: 600; padding: 4px 16px; border-right: 1px solid rgba(255,255,255,0.07); transition: color 0.2s; white-space: nowrap; font-family: 'Jost', sans-serif; }
.footer-pipe-nav a:last-child { border-right: none; }
.footer-pipe-nav a:hover { color: var(--blue-light); }

.footer-legal p { font-size: 0.82rem; color: #334155; line-height: 1.72; margin-bottom: 8px; text-align: center; }
.footer-copy { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 12px; }
.footer-copy p { font-size: 0.83rem; color: #334155; font-family: 'Jost', sans-serif; }
.footer-copy a { color: #475569; text-decoration: none; }
.footer-copy a:hover { color: var(--blue-light); }

/* ===== FADE-UP ===== */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-text h1 { font-size: 2.4rem; }
  .alt-row { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-top-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-text { order: 1; }
  .hero-visual { order: 2; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .what-is-inner { grid-template-columns: 1fr; }
  .alt-row, .alt-row.reverse { grid-template-columns: 1fr; direction: ltr; }
  .alt-img { order: 1; }
  .alt-content { order: 2; }
  .guarantee-inner { grid-template-columns: 1fr; text-align: center; }
  .guarantee-img-wrap { justify-content: center; }
  .benefits-grid { grid-template-columns: 1fr; }
  .footer-top-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  nav { padding: 0 16px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 48px 20px; }
  .hero-text h1 { font-size: 2rem; }
  .sec-title-band { padding: 36px 20px 30px; }
  .sec-title-band h2 { font-size: 1.65rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-section, .what-is-section, .why-section, .features-section,
  .guarantee-section, .benefits-section, .faq-section, .order-how-section { padding: 44px 20px; }
  .pricing-details, .price-img-section { padding: 32px 20px; }
  .cta-final { padding: 56px 20px; }
  .cta-final h2 { font-size: 1.85rem; }
  .cta-current-price { font-size: 2.1rem; }
  .footer-top-tier { padding: 40px 20px 28px; }
  .footer-bottom-tier { padding: 20px 20px 24px; }
  .footer-pipe-nav a { padding: 4px 10px; font-size: 0.8rem; }
  .trust-strip { padding: 12px 20px; gap: 6px 18px; }
  .hero-stat-cards { gap: 8px; }
  .alt-rows { gap: 48px; }
}

/* ===== PRODUCT CARDS SECTION ===== */
.product-cards-section {
  background: linear-gradient(160deg, var(--navy-mid) 0%, var(--dark) 100%);
  padding: 70px 48px;
  border-top: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
}
.product-cards-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.product-card-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(37,99,235,0.28);
  border-radius: var(--radius-lg);
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.product-card-item:hover {
  border-color: rgba(37,99,235,0.6);
  box-shadow: 0 12px 48px rgba(37,99,235,0.18);
  transform: translateY(-4px);
}
.product-card-item.pc-highlight {
  border-color: rgba(234,88,12,0.45);
  background: rgba(234,88,12,0.06);
}
.product-card-item.pc-highlight:hover {
  border-color: rgba(234,88,12,0.75);
  box-shadow: 0 12px 48px rgba(234,88,12,0.20);
}

/* Badge */
.pc-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: var(--white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.pc-badge-orange {
  background: var(--orange);
}

/* Product image link */
.pc-img-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.pc-img-link img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(37,99,235,0.28)) drop-shadow(0 10px 28px rgba(0,0,0,0.45));
  transition: transform 0.4s ease, filter 0.4s;
}
.pc-img-link:hover img {
  transform: scale(1.06) translateY(-6px);
  filter: drop-shadow(0 0 32px rgba(37,99,235,0.45)) drop-shadow(0 14px 36px rgba(0,0,0,0.50));
}
.pc-highlight .pc-img-link img {
  filter: drop-shadow(0 0 22px rgba(234,88,12,0.25)) drop-shadow(0 10px 28px rgba(0,0,0,0.45));
}
.pc-highlight .pc-img-link:hover img {
  filter: drop-shadow(0 0 32px rgba(234,88,12,0.45)) drop-shadow(0 14px 36px rgba(0,0,0,0.50));
}

/* Card body */
.pc-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.pc-body h3 {
  font-family: 'Jost', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pc-body h3 span { color: var(--blue-light); }
.pc-highlight .pc-body h3 span { color: var(--orange-light); }

.pc-body p {
  font-size: 0.96rem;
  line-height: 1.78;
  color: var(--silver);
  margin-bottom: 18px;
}

/* Feature list */
.pc-features {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.pc-features li {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue-light);
  background: rgba(37,99,235,0.10);
  border: 1px solid rgba(37,99,235,0.20);
  border-radius: var(--radius-pill);
  padding: 6px 16px;
  text-align: center;
}
.pc-highlight .pc-features li {
  color: var(--orange-light);
  background: rgba(234,88,12,0.10);
  border-color: rgba(234,88,12,0.22);
}

/* CTA */
.pc-cta {
  margin-top: auto;
  width: 100%;
  text-align: center;
  font-size: 0.97rem;
  padding: 13px 24px;
}
.pc-cta-orange {
  background: var(--orange);
  box-shadow: var(--shadow-orange);
}
.pc-cta-orange:hover { background: var(--orange-mid); }

/* Responsive */
@media (max-width: 700px) {
  .product-cards-section { padding: 48px 20px; }
  .product-cards-inner { grid-template-columns: 1fr; gap: 40px; }
  .product-card-item { padding: 36px 20px 28px; }
}