
/* ==================================================== 1. NAV: HIDE CTA + LINKS ON MOBILE, SHOW HAMBURGER ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
/* Hamburger button */
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. MOBILE: KIM SECTION ABOVE TRUST STRIP (handled via JS reorder below) ==================================================== */
/* ==================================================== 3. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } /* Reduce stage tab text size so all 5 fit */ .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 4. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-inner { background: #0f1a14 !important;
}
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
/* Target any white box inside the scale panel */
#panel-scale .price-card-body,
#panel-scale .waitlist-mini,
#panel-scale [style*="background:#fff"],
#panel-scale [style*="background: #fff"],
#panel-scale [style*="background:white"],
#panel-scale [style*="background: white"] { background: rgba(255, 255, 255, 0.07) !important; color: #ffffff !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
/* Express interest / coming soon box */
#panel-scale .cta-block,
#panel-scale .coming-soon-box,
#panel-scale .interest-box { background: rgba(2, 197, 139, 0.08) !important; border: 1px solid rgba(2, 197, 139, 0.2) !important; border-radius: 16px; padding: 22px; text-align: center;
}
#panel-scale .cta-block h2,
#panel-scale .cta-block h3,
#panel-scale .cta-block h4,
#panel-scale .interest-box h4,
#panel-scale .coming-soon-box h4 { color: #3ffdc5 !important;
}
#panel-scale .cta-block p,
#panel-scale .interest-box p,
#panel-scale .coming-soon-box p { color: rgba(255, 255, 255, 0.70) !important;
}
/* Catch-all for any remaining dark-on-dark text in scale panel */
#panel-scale * { color: inherit;
}
/* ==================================================== 5. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BACKGROUNDS ==================================================== */
@media (max-width: 860px) { /* KIM section */ .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } /* Hero */ .hero-body { color: rgba(255, 255, 255, 0.82) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; } /* Transform / after list */ .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } /* Stakes */ .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } /* Quiz section */ .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } /* Diff quotes */ .dq p { color: rgba(255, 255, 255, 0.85) !important; } /* Truth box */ .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } /* Approach strip */ .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } /* General: any paragraph inside a dark section */ .founder-content p, .guarantee-content p { font-size: 16px !important; line-height: 1.7 !important; } /* Stage panel text */ .panel-desc { font-size: 15px !important; color: #4a4a4a !important; } .panel-problem { font-size: 14px !important; } /* Ensure headings readable */ h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; }
} /* ============================================================ BIZNISTRY GROWTH AGENCY - CSS FIXES Paste this into the RIGHT PANEL (CSS side) of the GroovePages source code editor on EVERY page. Select all existing content first, then replace with this. ============================================================ */
/* ==================================================== 1. NAV: HIDE DESKTOP LINKS + CTA ON MOBILE SHOW HAMBURGER BUTTON ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer menu */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 3. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-inner { background: #0f1a14 !important;
}
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
#panel-scale .price-card-body,
#panel-scale .waitlist-mini { background: rgba(255, 255, 255, 0.07) !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
#panel-scale .panel-cta-note { color: rgba(255, 255, 255, 0.45) !important;
}
/* ==================================================== 4. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BG ==================================================== */
@media (max-width: 860px) { .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } .hero-body { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; color: rgba(255, 255, 255, 0.65) !important; } .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .dq p { color: rgba(255, 255, 255, 0.85) !important; } .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } .panel-desc { font-size: 15px !important; } .panel-problem { font-size: 14px !important; } h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; } .trust-strip p { font-size: 13px !important; color: rgba(255, 255, 255, 0.92) !important; } .footer-brand-col p, .footer-col a { font-size: 13px !important; color: rgba(255, 255, 255, 0.55) !important; }
}
/* ============================================================ BIZNISTRY GROWTH AGENCY - CSS FIXES (UPDATED) Paste this into the RIGHT PANEL (CSS side) of the GroovePages source code editor on EVERY page. Select all existing content first, then replace with this. ============================================================ */
/* ==================================================== 1. NAV: HIDE DESKTOP LINKS + CTA ON MOBILE SHOW HAMBURGER BUTTON ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer menu */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. STAGE 5 SCALE TAB: REMOVE BORDER ==================================================== */
/* Remove any outline/border from the Scale stage tab and its coming soon badge */
.stage-tab.active-scale,
.stage-tab[onclick*="scale"],
#panel-scale,
.stage-tab:last-child { border: none !important; outline: none !important; box-shadow: none !important;
}
/* Target the coming soon pill/badge specifically */
.stage-tab:last-child .tab-price,
.coming-soon-badge,
[class*="coming-soon"],
[class*="comingSoon"] { border: none !important; outline: none !important; box-shadow: none !important;
}
/* Remove border from the Scale stage card on the home page */
#panel-scale .panel-inner { background: #0f1a14 !important; border: none !important; outline: none !important;
}
/* Remove the outlined Coming Soon button/tag on the stages page */
.stage-tab:last-child { border-right: none !important; border-top: none !important; border-left: none !important; border-bottom: none !important;
}
/* Catch the outlined Coming Soon tag that appears below Stage 5 card on the home page */
.coming-soon-box,
[style*="border:1px solid"],
[style*="border: 1px solid"] { border: none !important;
}
/* More targeted: remove border from Stage 5 scale section card specifically */
.stage-tab.active-scale { border-bottom: 3px solid #02c58b !important; border-top: none !important; border-left: none !important; border-right: none !important;
}
/* ==================================================== 3. TRADEMARK SYMBOL: SMALL + SUPERSCRIPT ON ALL PAGES ==================================================== */
/* Make every TM symbol small and raised */
sup { font-size: 0.55em !important; vertical-align: super !important; line-height: 0 !important; font-weight: 400 !important;
}
/* Target the unicode TM character directly where it appears as regular text rather than a <sup> tag */
h1, h2, h3, h4, h5, p, span, div, a, li, label { font-variant: normal;
}
/* This targets the ™ character rendered inline in text. We wrap it via JS below, but this ensures the sup styling is always correct */
.bga-tm { font-size: 0.52em !important; vertical-align: super !important; line-height: 0 !important; font-weight: 400 !important; display: inline !important;
}
/* ==================================================== 4. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 5. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
#panel-scale .price-card-body,
#panel-scale .waitlist-mini { background: rgba(255, 255, 255, 0.07) !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
#panel-scale .panel-cta-note { color: rgba(255, 255, 255, 0.45) !important;
}
/* ==================================================== 6. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BG ==================================================== */
@media (max-width: 860px) { .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } .hero-body { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; color: rgba(255, 255, 255, 0.65) !important; } .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .dq p { color: rgba(255, 255, 255, 0.85) !important; } .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } .panel-desc { font-size: 15px !important; } .panel-problem { font-size: 14px !important; } h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; } .trust-strip p { font-size: 13px !important; color: rgba(255, 255, 255, 0.92) !important; } .footer-brand-col p, .footer-col a { font-size: 13px !important; color: rgba(255, 255, 255, 0.55) !important; }
} *{} /*endBaseStyles*/ #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'Poppins',sans-serif;background:#faf8f3;color:#1a1a1a;min-height:100vh;}.tb{background:#012e20;padding:14px 40px;display:flex;align-items:center;justify-content:space-between;}.tb-logo{display:flex;align-items:center;}.tb-logo span{color:#02c58b;}.tb-step{font-size:11px;font-weight:600;color:rgba(255,255,255,0.45);letter-spacing:0.15em;text-transform:uppercase;}.prog{height:3px;background:rgba(1,119,84,0.15);}.prog-fill{height:3px;background:linear-gradient(90deg,#017754,#02c58b);}.hero{background:linear-gradient(145deg,#012e20 0%,#014a32 55%,#012e20 100%);padding:96px 24px 104px;text-align:center;position:relative;overflow:hidden;}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 30% 20%,rgba(2,197,139,0.09) 0%,transparent 60%);pointer-events:none;}.hero>*{position:relative;z-index:1;}.eyebrow{display:inline-flex;align-items:center;gap:10px;background:rgba(2,197,139,0.1);border:1px solid rgba(2,197,139,0.3);border-radius:40px;padding:9px 22px;margin-bottom:32px;}.eyebrow span{font-size:11px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:#3ffdc5;}.hero h1{font-family:'Crimson Text',serif;font-size:clamp(38px,5vw,64px);font-weight:600;color:#fff;line-height:1.18;margin-bottom:24px;max-width:760px;margin-left:auto;margin-right:auto;}.hero h1 em{font-style:italic;color:#3ffdc5;}.hero-sub{font-family:'Crimson Text',serif;font-size:20px;color:rgba(255,255,255,0.62);line-height:1.8;max-width:580px;margin:0 auto;}.body{max-width:820px;margin:0 auto;padding:72px 24px 80px;}.sec-label{font-size:10px;font-weight:700;letter-spacing:0.28em;text-transform:uppercase;color:#017754;margin-bottom:22px;display:flex;align-items:center;gap:14px;}.sec-label::after{content:'';flex:1;height:1px;background:rgba(1,119,84,0.2);}.prose{font-family:'Crimson Text',serif;font-size:20px;color:#2a2a2a;line-height:1.85;margin-bottom:28px;}.prose strong{color:#012e20;font-weight:600;}.pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:40px 0;}.pain-card{background:#fff;border:1px solid rgba(119,1,36,0.15);border-radius:12px;padding:28px;border-left:4px solid #770124;}.pain-card h4{font-family:'Poppins',sans-serif;font-size:12px;font-weight:700;color:#770124;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:10px;}.pain-card p{font-family:'Crimson Text',serif;font-size:17px;color:#3d3d3d;line-height:1.7;}.truth-block{background:#012e20;border-radius:16px;padding:48px 52px;margin:48px 0;text-align:center;}.truth-block p{font-family:'Crimson Text',serif;font-size:clamp(22px,3vw,30px);font-style:italic;color:#fff;line-height:1.6;margin-bottom:16px;}.truth-block cite{font-size:12px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:#02c58b;}.kileha-card{display:flex;gap:32px;align-items:flex-start;background:#fff;border:1px solid rgba(1,119,84,0.15);border-radius:16px;padding:40px;margin:40px 0;position:relative;overflow:hidden;}.kileha-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#017754,#02c58b);}.kileha-photo{width:88px;height:88px;border-radius:50%;background:#017754;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;border:2px solid rgba(1,119,84,0.3);}.kileha-body{flex:1;}.kileha-name{font-family:'Crimson Text',serif;font-size:22px;font-weight:600;color:#012e20;margin-bottom:4px;}.kileha-role{font-size:11px;font-weight:700;color:#017754;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:16px;}.kileha-quote{font-family:'Crimson Text',serif;font-size:18px;font-style:italic;color:#3d3d3d;line-height:1.75;}.diff-card{background:#fff;border:1px solid rgba(1,119,84,0.15);border-radius:12px;padding:32px 36px;margin-bottom:16px;display:flex;gap:20px;align-items:flex-start;}.diff-num{width:44px;height:44px;background:#017754;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;flex-shrink:0;margin-top:2px;}.diff-body{flex:1;}.diff-body h4{font-family:'Poppins',sans-serif;font-size:13px;font-weight:700;color:#012e20;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:8px;}.diff-body p{font-family:'Crimson Text',serif;font-size:18px;color:#3d3d3d;line-height:1.7;}.offer-name{text-align:center;background:#fff;border:2px solid rgba(1,119,84,0.25);border-radius:16px;padding:36px;margin:40px 0;}.offer-name p{font-size:11px;font-weight:700;color:#02c58b;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:10px;}.offer-name h2{font-family:'Crimson Text',serif;font-size:clamp(28px,3.5vw,40px);font-weight:600;color:#012e20;line-height:1.25;margin-bottom:8px;}.offer-name small{font-family:'Crimson Text',serif;font-size:16px;color:#666;font-style:italic;}.phase{background:#fff;border:1px solid rgba(1,119,84,0.15);border-radius:16px;padding:36px 40px;margin-bottom:20px;position:relative;overflow:hidden;}.phase::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#017754,#02c58b);}.phase-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;}.phase-num{width:40px;height:40px;background:#017754;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;}.phase-title{font-family:'Crimson Text',serif;font-size:24px;font-weight:600;color:#012e20;}.phase-items{list-style:none;}.phase-items li{font-family:'Crimson Text',serif;font-size:18px;color:#3d3d3d;line-height:1.7;padding:8px 0 8px 32px;border-bottom:1px solid rgba(1,119,84,0.08);position:relative;}.phase-items li:last-child{border-bottom:none;}.phase-items li::before{content:'';position:absolute;left:0;top:15px;width:10px;height:10px;border-radius:50%;background:#02c58b;}.outcome-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:40px 0;}.outcome-card{background:#012e20;border-radius:12px;padding:28px;text-align:center;}.outcome-card p{font-family:'Crimson Text',serif;font-size:17px;color:#fff;line-height:1.6;}.outcome-card strong{color:#3ffdc5;display:block;font-family:'Poppins',sans-serif;font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:6px;}.invest-card{background:#fff;border:2px solid rgba(1,119,84,0.2);border-radius:20px;padding:48px;margin:40px 0;text-align:center;position:relative;overflow:hidden;}.invest-card::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#017754,#02c58b);}.invest-label{font-size:11px;font-weight:700;color:#02c58b;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:12px;}.invest-name{font-family:'Crimson Text',serif;font-size:28px;font-weight:600;color:#012e20;margin-bottom:24px;}.invest-price{font-family:'Poppins',sans-serif;font-size:clamp(48px,7vw,72px);font-weight:900;color:#017754;line-height:1;margin-bottom:8px;}.invest-price small{font-size:20px;font-weight:400;color:#666;display:block;margin-top:8px;font-family:'Crimson Text',serif;font-style:italic;}.invest-note{font-family:'Crimson Text',serif;font-size:16px;color:#666;margin-top:16px;font-style:italic;}.also-note{background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.3);border-radius:12px;padding:24px 28px;margin-top:24px;text-align:left;}.also-note p{font-family:'Crimson Text',serif;font-size:17px;color:#3d3d3d;line-height:1.7;}.also-note strong{color:#012e20;font-weight:600;}.incl-list{list-style:none;margin:32px 0 0;text-align:left;}.incl-list li{font-family:'Crimson Text',serif;font-size:18px;color:#3d3d3d;line-height:1.7;padding:12px 0 12px 36px;border-bottom:1px solid rgba(1,119,84,0.1);position:relative;}.incl-list li:last-child{border-bottom:none;}.incl-list li::before{content:'\2713';position:absolute;left:0;top:13px;width:22px;height:22px;background:#017754;color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;}.guarantee{background:linear-gradient(145deg,#012e20 0%,#014a32 100%);border-radius:16px;padding:48px;margin:48px 0;text-align:center;}.guarantee h3{font-family:'Crimson Text',serif;font-size:28px;font-weight:600;color:#fff;margin-bottom:16px;}.guarantee p{font-family:'Crimson Text',serif;font-size:18px;color:rgba(255,255,255,0.7);line-height:1.75;}.guarantee p strong{color:#3ffdc5;}.who-for{background:#fff;border:1px solid rgba(1,119,84,0.15);border-radius:16px;padding:40px;margin:40px 0;}.who-for h3{font-family:'Crimson Text',serif;font-size:24px;font-weight:600;color:#012e20;margin-bottom:20px;}.who-list{list-style:none;}.who-list li{font-family:'Crimson Text',serif;font-size:18px;color:#3d3d3d;line-height:1.7;padding:10px 0 10px 32px;border-bottom:1px solid rgba(1,119,84,0.08);position:relative;}.who-list li:last-child{border-bottom:none;}.who-list li::before{content:'';position:absolute;left:0;top:17px;width:10px;height:10px;border-radius:50%;background:#02c58b;}.steps{border:1px solid rgba(1,119,84,0.15);border-radius:16px;overflow:hidden;margin-bottom:48px;}.step{display:flex;gap:20px;padding:26px 32px;background:#fff;border-bottom:1px solid rgba(1,119,84,0.1);align-items:flex-start;}.step:last-child{border-bottom:none;}.step-num{width:40px;height:40px;border-radius:50%;background:#017754;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;margin-top:2px;}.step-body{flex:1;}.step-title{font-size:11px;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:6px;}.step-text{font-family:'Crimson Text',serif;font-size:18px;color:#3d3d3d;line-height:1.7;}.step-text strong{color:#012e20;font-weight:600;}.book-strip{background:linear-gradient(135deg,#017754 0%,#015a3e 100%);border-radius:20px;padding:56px 48px;text-align:center;margin:48px 0;}.book-strip p.bs-label{font-size:10px;font-weight:700;letter-spacing:0.28em;text-transform:uppercase;color:#3ffdc5;margin-bottom:16px;}.book-strip h2{font-family:'Crimson Text',serif;font-size:clamp(28px,3.5vw,40px);font-weight:600;color:#fff;margin-bottom:10px;line-height:1.25;}.book-strip p.bs-sub{font-family:'Crimson Text',serif;font-size:18px;color:rgba(255,255,255,0.65);margin-bottom:36px;line-height:1.7;}.book-btn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#017754;font-family:'Poppins',sans-serif;font-weight:800;font-size:15px;letter-spacing:0.05em;text-transform:uppercase;padding:20px 48px;border-radius:10px;text-decoration:none;transition:all 0.25s ease;box-shadow:0 8px 32px rgba(0,0,0,0.15);}.book-btn:hover{background:#3ffdc5;color:#012e20;transform:translateY(-2px);}.qblock{background:linear-gradient(145deg,#012e20 0%,#014a32 100%);border-radius:16px;padding:52px 56px;margin:48px 0;position:relative;overflow:hidden;text-align:center;}.qblock::before{content:'\201C';position:absolute;top:-40px;left:16px;font-family:'Crimson Text',serif;font-size:200px;color:rgba(201,168,76,0.07);line-height:1;}.qblock>*{position:relative;z-index:1;}.qblock p{font-family:'Crimson Text',serif;font-size:clamp(20px,2.8vw,26px);font-style:italic;color:#e8c97a;line-height:1.7;margin-bottom:16px;}.qblock cite{font-size:11px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:rgba(201,168,76,0.5);}.nextcta{background:linear-gradient(135deg,#017754 0%,#015a3e 100%);padding:72px 40px;text-align:center;margin-top:72px;}.nextcta .nc-label{font-size:10px;font-weight:700;letter-spacing:0.28em;text-transform:uppercase;color:#3ffdc5;margin-bottom:16px;}.nextcta h2{font-family:'Crimson Text',serif;font-size:clamp(28px,3.5vw,42px);font-weight:600;color:#fff;margin-bottom:10px;line-height:1.25;}.nextcta p{font-family:'Crimson Text',serif;font-size:18px;color:rgba(255,255,255,0.6);margin-bottom:36px;}.nextcta a{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#017754;font-family:'Poppins',sans-serif;font-weight:700;font-size:14px;letter-spacing:0.06em;text-transform:uppercase;padding:18px 44px;border-radius:8px;text-decoration:none;transition:all 0.25s ease;}.nextcta a:hover{background:#3ffdc5;color:#012e20;}.footer{text-align:center;padding:28px 24px;border-top:1px solid rgba(1,119,84,0.1);}.footer p{font-size:12px;color:#999;line-height:1.8;}.footer a{color:#017754;text-decoration:none;font-weight:600;}@media(max-width:640px){.tb{padding:12px 20px;}.hero{padding:68px 20px 76px;}.body{padding:52px 20px 60px;}.phase{padding:28px 24px;}.pain-grid{grid-template-columns:1fr;}.outcome-grid{grid-template-columns:1fr;}.kileha-card{flex-direction:column;gap:20px;padding:28px 24px;}.invest-card{padding:32px 20px;}.guarantee{padding:36px 24px;}.who-for{padding:28px 20px;}.step{padding:20px;gap:14px;}.book-strip{padding:40px 24px;}.qblock{padding:36px 28px;}.nextcta{padding:52px 24px;}}
