/* * The Quarantine Reset: 
         * Strip away any browser margins so the funnel HTML controls 100% of the screen 
         */
html, body { /* Clean white background by default */ margin: 0; padding: 0; background-color: #ffffff; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; }
header { background: #222; padding: 15px 0; }
header img { max-width: 180px; margin: 0 auto; display: block; }
/* ========================================================================
   1. STRUCTURAL FOUNDATION (The Full-Bleed Engine)
   ======================================================================== */
.body-sec { box-sizing: border-box; }
.body-sec,
body:has(#page-content .funnel-wrapper) .body-sec {
  width: 100%;
}
body:has(#page-content .funnel-wrapper) .body-sec {
  max-width: none;
}
body:has(#page-content .funnel-wrapper) #page-content {
  padding-left: 0;
  padding-right: 0;
}
.funnel-wrapper {
  width: 100%;
}
section { /* Vertical spacing for all sections */ width: 100%; padding: 80px 0; }
.funnel-container { /* Protects text on mobile screens */ max-width: 800px; margin: 0 auto; padding: 0 20px; width: 100%; box-sizing: border-box; }
/* Base Typography Resets */
h1 { font-size: 3.2rem; font-weight: 800; margin: 0 0 1em 0; line-height: 1.1; letter-spacing: -1px; }
h2 { font-size: 2.2rem; font-weight: 800; margin: 0 0 20px; line-height: 1.4; }
h3 { font-size: 1.4rem; font-weight: 800; margin: 0 0 10px; }
h6.pale { color: #888888; font-size: 0.95em; margin-bottom: 20px; }
p { font-size: 1.15rem; margin: 0 0 20px; line-height: 1.6; }
img.full-width { max-width: 100%; height: auto; border-radius: 12px; margin: 20px auto 30px; display: block; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
/* ========================================================================
   2. FUNNEL COMPONENTS
   ======================================================================== */
/* --- The Hero --- */
.funnel-hero { text-align: center; border-bottom: none; }
.funnel-hero h2 { font-size: 1.8rem; font-weight: 400; margin-bottom: 35px; }
.hero-subtitle { font-size: 1.25rem; margin: 0 auto 40px; max-width: 650px; }
.funnel-container img.jp_logo { width: 150px; height: 150px; border-radius: 50%; margin: 0 auto 25px; display: block; border: 4px solid #28a745; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.funnel-badge { display: inline-block; background: #e60000; color: #fff; padding: 6px 16px; font-weight: 700; border-radius: 25px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; }
.highlight-green { color: #28a745; font-weight: 700; }
.highlight-orange.price { color: #e3782b; display: block; font-size: .7em; }
.green { color: #28a745; font-weight: 700; }
.yellow { color: #e6fc67; font-weight: bold !important; }
/* --- The Story / Agitation --- */
.funnel-story h2, .funnel-stack h2, .funnel-close h2 { text-align: center; margin-bottom: 40px; }
.story-list { font-size: 1.15rem; max-width: 650px; margin: 0 auto 40px; padding-left: 25px; }
.story-list li { margin-bottom: 18px; line-height: 1.6; }
.story-alert { font-weight: 700; color: #e60000; text-align: center; padding: 20px; background: #fff5f5; border-radius: 8px; border-left: 4px solid #e60000; }
/* --- The Value Stack --- */
.funnel-item { display: flex; align-items: flex-start; margin: 0 auto 40px; max-width: 650px; }
.item-icon { font-size: 2.8rem; margin-right: 25px; line-height: 1; flex-shrink: 0; }
.bonus-item { padding: 30px; border-radius: 12px; }
/* --- The Close --- */
.funnel-close { text-align: center; }
.close-subtitle { margin: 0 auto 35px; max-width: 600px; }
.secure-text { margin-top: 25px; font-size: 0.9rem; }
/* Feature List */
.feature-list { list-style-type: none; padding-left: 0; margin-top: 15px; margin-left: 1em; }
.feature-list li { margin-bottom: 8px; font-size: 1rem; }
.feature-list li strong { font-weight: normal; }
.feature-desc { /* Sleek, pale text for readability on dark backgrounds */ color: rgba(255, 255, 255, 0.65); font-weight: 400; font-size: .9rem; }
/* ========================================================================
   3. THE BUTTON ENGINE
   ======================================================================== */
.funnel-btn { display: inline-block; background: #28a745; color: #ffffff !important; font-size: 1.4rem; font-weight: 800; padding: 20px 50px; border-radius: 50px; text-decoration: none; box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); border: 2px solid #28a745; }
.funnel-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(40, 167, 69, 0.5); background: #218838; }
/* High Contrast Button Override (For use on Green backgrounds) */
.btn-yellow { background: #fed100 !important; color: #111111 !important; border: 2px solid #fed100 !important; box-shadow: 0 8px 25px rgba(254, 209, 0, 0.4) !important; }
.btn-yellow:hover { background: #e6bd00 !important; transform: translateY(-3px); }
/* ========================================================================
    3. THE VIDEO SHORT (The Mobile-First Engine)
      - Designed to be a vertical 9:16 aspect ratio, perfect for mobile viewing
      - Scales up gracefully on desktop while maintaining its proportions
   ======================================================================== */
.funnel-container .short-container { /* Limits how wide the short gets on desktop */ /* Centers the video */ width: 100%; max-width: 350px; margin: 0 auto; aspect-ratio: 9 / 16; }
.funnel-container .short-container iframe { /* Optional: gives it a sleek mobile-app look */ width: 100%; height: 100%; border-radius: 12px; }
/* ========================================================================
   4. JAMAICAN THEME CLASSES
   ======================================================================== */
/* The Flag Green */
.theme-green { background-color: #009b3a; color: #ffffff; }
.theme-green.darker { background-color: #0c8337; color: #ffffff; }
.theme-green h1, .theme-green h2, .theme-green h3 { color: #ffffff; }
.theme-green p, .theme-green .close-subtitle, .theme-green .story-list li { color: #e8f5e9; }
.theme-green .secure-text { color: #a5d6a7; }
.theme-green .bonus-item { background-color: rgba(255, 255, 255, 0.1); border: 2px solid #fed100; }
/* The Flag Yellow/Gold */
.theme-yellow { background-color: #fed100; color: #111111; }
.theme-yellow h1, .theme-yellow h2, .theme-yellow h3 { color: #111111; }
.theme-yellow p, .theme-yellow .hero-subtitle, .theme-yellow .story-list li { color: #333333; }
.theme-yellow .highlight-green { color: #007a2e; }
.theme-yellow .highlight-black { color: #111111; font-weight: bold; }
/* The Deep Black */
.theme-black { background-color: #1a1a1a; color: #ffffff; }
.theme-black h1, .theme-black h2, .theme-black h3 { color: #ffffff; }
.theme-black p, .theme-black .story-list li { color: #cccccc; }
.theme-black .bonus-item { background-color: #2a2a2a; border: 2px solid #fed100; }
.theme-black .bonus-item h3 { color: #fed100; }
/* The Clean White */
.theme-white { background-color: #ffffff; color: #222222; }
.theme-white p, .theme-white .story-list li { color: #444444; }
.theme-white .bonus-item { background-color: #fffdf5; border: 2px solid #fed100; box-shadow: 0 10px 30px rgba(242, 189, 0, 0.15); }
/* ========================================================================
   6. THE FUNNEL FOOTER
   ======================================================================== */
.funnel-footer { /* Blends nicely if placed after a dark section, or grounds the page */ background-color: #111111; color: #666666; padding: 40px 0; text-align: center; font-size: 0.85rem; }
.footer-links { margin-bottom: 15px; }
.footer-links a { color: #888888; text-decoration: none; transition: color 0.2s ease; }
.footer-links a:hover { color: #cccccc; text-decoration: underline; }
.footer-links .divider { margin: 0 10px; color: #444444; }
.copyright { margin: 0; font-size: 0.8rem; color: #555555; }
/* ========================================================================
   7. FAQ ACCORDION ENGINE
   ======================================================================== */
.faq-accordion details { background: #2a2a2a; border-radius: 8px; margin-bottom: 15px; border: 1px solid #444; }
.faq-accordion summary { /* Hides the default arrow */ padding: 20px; font-size: 1.2rem; font-weight: 700; cursor: pointer; color: #fff; list-style: none; position: relative; outline: none; }
/* Custom + Icon for the accordion */
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after { content: "+"; position: absolute; right: 20px; font-size: 1.5rem; color: #fed100; top: 50%; transform: translateY(-50%); }
.faq-accordion details[open] summary::after { content: "−"; }
.faq-accordion details p { padding: 0 20px 20px; margin: 0; color: #ccc; font-size: 1.05rem; line-height: 1.6; }
/* ========================================================================
   8. REVIEWS & SOCIAL PROOF
   ======================================================================== */
.funnel-reviews { background-color: #fdfdfd; border-top: 1px solid #eeeeee; }
.funnel-reviews h2 { text-align: center; margin-bottom: 40px; }
.reviews-grid { /* Forces exactly 3 equal columns */ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { /* Shrunk slightly from 25px to fit the 800px container beautifully */ background: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
/* Brand Border Accents */
.border-yellow { border-top: 4px solid #fed100; }
.border-green { border-top: 4px solid #009b3a; }
.border-black { border-top: 4px solid #111111; }
/* Product Tags */
.review-tag-wrapper { margin-bottom: 12px; }
.review-tag { padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.tag-yellow { background: #fffdf5; border: 1px solid #fed100; color: #8a7000; }
.tag-green { background: #e8f5e9; border: 1px solid #009b3a; color: #007a2e; }
.tag-black { background: #f4f4f4; border: 1px solid #111111; color: #111111; }
/* Typography */
.review-stars { color: #fed100; font-size: 1.2rem; margin-bottom: 10px; letter-spacing: 2px; }
.review-card h4 { margin: 0 0 10px; font-size: 1.1rem; color: #111111; font-weight: 800; }
.review-card p { /* Pushes the author name to the bottom evenly */ font-size: 1rem; color: #555555; margin-bottom: 15px; flex-grow: 1; }
.review-card small { color: #888888; font-size: 0.9rem; }
/* ========================================================================
   5. MOBILE OPTIMIZATION (The iPhone Guardrails)
   ======================================================================== */
@media (max-width: 768px) {
  /* Tighten Vertical Spacing */
  section {
    padding: 50px 0;
  }
  .funnel-container {
    padding: 0 35px;
  }
  /* Scale Down Typography */
  .funnel-hero h1 {
    font-size: 2.3rem;
    line-height: 1.15;
  }
  .funnel-hero h2, .funnel-story h2, .funnel-stack h2, .funnel-close h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .hero-subtitle, .story-list, .funnel-story p {
    font-size: 1.05rem;
  }
  /* The Value Stack Adjustments */
  .funnel-item {
    margin-bottom: 30px;
  }
  .item-icon {
    font-size: 2.2rem;
    margin-right: 15px;
  }
  .bonus-item {
    padding: 20px;
  }
  /* Full-Width Buttons for Thumbs */
  .funnel-btn {
    font-size: 1.2rem !important;
    padding: 16px 20px !important;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    /* Snaps back to 1 solid column on mobile */
        gap: 15px
  }
}
