/* =========================================================
   Income Team X™ — Custom Stylesheet
   - Bootstrap 5.3 + Custom CSS (ZERO Mobirise dependencies)
   - GREEN title bands (user spec: green colour)
   - Roboto font matching genius-song reference
   ========================================================= */

:root {
    --itx-green:       #0a7c4e;
    --itx-green-d:     #065c39;
    --itx-green-l:     #0d9f64;
    --itx-accent:      #ff8a00;
    --itx-accent-d:    #e07700;
    --itx-cta:         #e85a4f;
    --itx-cta-d:       #c44339;
    --itx-text:        #1a1a2e;
    --itx-text-soft:   #4a5568;
    --itx-muted:       #718096;
    --itx-bg-soft:     #f0faf5;
    --itx-bg-card:     #ffffff;
    --itx-border:      #c6e8d9;
    --itx-green-band:  linear-gradient(90deg, #065c39 0%, #0a7c4e 50%, #065c39 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    color: var(--itx-text);
    line-height: 1.65;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    margin: 0; padding: 0;
    padding-bottom: 70px;
    overflow-x: hidden;
}
@media (min-width: 992px) { body { padding-bottom: 0; } }
@supports (padding: env(safe-area-inset-bottom)) {
    .sticky-cta { padding-bottom: calc(0.6rem + env(safe-area-inset-bottom)) !important; }
}
img { max-width: 100%; height: auto; }
a { transition: color 0.2s ease; }

/* === BUTTONS === */
.btn-cta {
    background: linear-gradient(135deg, var(--itx-cta) 0%, #d44a3f 100%);
    color: #fff !important; font-weight: 700;
    border: 2px solid transparent; border-radius: 50px;
    padding: 0.75rem 1.7rem; transition: all 0.25s ease;
    text-decoration: none; display: inline-block;
    box-shadow: 0 4px 14px rgba(232,90,79,0.3);
    -webkit-tap-highlight-color: transparent;
}
.btn-cta:hover, .btn-cta:focus {
    background: linear-gradient(135deg, var(--itx-cta-d) 0%, #b03a30 100%);
    color: #fff; transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(232,90,79,0.45);
}
.btn-outline-primary {
    color: var(--itx-green) !important;
    border-color: var(--itx-green) !important;
    background: transparent; border-radius: 50px;
    padding: 0.7rem 1.5rem; font-weight: 600;
}
.btn-outline-primary:hover {
    background: var(--itx-green) !important; color: #fff !important;
}

/* === NAVBAR === */
#topNav { background: #fff !important; border-bottom: 1px solid var(--itx-border); transition: box-shadow 0.25s ease; }
#topNav.scrolled { box-shadow: 0 4px 14px rgba(10,124,78,0.12); }
.navbar-brand .brand-text { font-weight: 800; font-size: 1.5rem; color: var(--itx-green); letter-spacing: -0.5px; }
.navbar-brand .brand-text sup { font-size: 0.55em; color: var(--itx-accent); }
.nav-link { color: var(--itx-text) !important; font-weight: 500; font-size: 0.95rem; padding: 0.5rem 0.85rem !important; transition: color 0.2s ease; border-radius: 6px; }
.nav-link:hover, .nav-link.active { color: var(--itx-green) !important; background: rgba(10,124,78,0.06); }
.navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: none; }
@media (max-width: 991px) {
    #mainNav { padding-top: 0.5rem; }
    .nav-link { padding: 0.85rem 0.5rem !important; border-bottom: 1px solid var(--itx-border); border-radius: 0; }
    .nav-item:last-child .nav-link { border-bottom: none; }
    .ms-lg-2 { margin-top: 0.75rem; }
    .btn-cta { width: 100%; text-align: center; }
}

/* === OFFER BANNER === */
.offer-banner {
    background: linear-gradient(90deg, var(--itx-accent) 0%, #e07700 100%);
    padding: 0.7rem 1rem; text-align: center; color: #1a1a1a; font-weight: 700; font-size: 0.95rem;
}
.offer-banner a { color: #1a1a1a; text-decoration: underline; }
@media (max-width: 576px) { .offer-banner { font-size: 0.82rem; padding: 0.55rem 0.75rem; } }

/* === GREEN TITLE BAND === */
.title-band {
    background: var(--itx-green-band);
    padding: 2.5rem 0; position: relative; overflow: hidden;
}
.title-band::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255,138,0,0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}
.title-band-text {
    color: #fff !important; font-size: 2rem; font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18); letter-spacing: -0.3px;
    margin: 0; text-align: center; position: relative; z-index: 2;
}
.title-band-text::after {
    content: ""; display: block; width: 80px; height: 3px;
    background: rgba(255,255,255,0.55); border-radius: 2px; margin: 0.85rem auto 0;
}
@media (max-width: 768px) { .title-band { padding: 1.75rem 0; } .title-band-text { font-size: 1.4rem; } }

/* === HERO === */
.hero-section { padding: 3.5rem 0; background: linear-gradient(135deg, #f0faf5 0%, #dcf0e8 100%); }
.hero-cover { max-width: 100%; border-radius: 18px; box-shadow: 0 18px 40px rgba(10,124,78,0.22); }
.hero-title { font-size: 2.2rem; font-weight: 800; color: var(--itx-green-d); margin-bottom: 1rem; line-height: 1.2; }
.hero-text { font-size: 1.05rem; color: var(--itx-text-soft); line-height: 1.75; margin-bottom: 1rem; }
.hero-text a { color: var(--itx-green); text-decoration: underline; }
.hero-text strong { color: var(--itx-text); }
.hero-bullets { margin: 1.25rem 0; }
.hero-bullets > div { padding: 0.4rem 0; font-size: 1rem; color: var(--itx-text-soft); }
.hero-bullets i { color: var(--itx-green); margin-right: 0.5rem; }
.rating-line { margin: 1.25rem 0 0; font-size: 0.95rem; color: var(--itx-text-soft); }
.rating-line .stars { color: var(--itx-accent); letter-spacing: 0.15em; margin-right: 0.4rem; }
.rating-line strong { color: var(--itx-green-d); }
.hero-pricing-block {
    background: #fff; border: 1px solid var(--itx-border); border-left: 4px solid var(--itx-cta);
    border-radius: 10px; padding: 1rem 1.25rem; margin: 1.25rem 0; display: inline-block;
}
.hero-pricing-block .strike { color: var(--itx-muted); text-decoration: line-through; margin-right: 0.5rem; }
.hero-pricing-block .price-now { font-size: 1.75rem; font-weight: 800; color: var(--itx-cta); }
@media (max-width: 991px) {
    .hero-section { padding: 2rem 0; }
    .hero-title { font-size: 1.6rem; text-align: center; }
    .hero-text { text-align: center; }
    .hero-cover { max-width: 340px; margin: 0 auto 1.5rem; display: block; }
    .hero-buttons, .rating-line, .hero-bullets { text-align: center; }
    .hero-bullets > div { display: inline-block; text-align: left; max-width: 340px; }
}

/* === TRUST === */
.trust-section { padding: 3rem 0; background: var(--itx-bg-soft); }
.trust-card {
    background: #fff; border: 1px solid var(--itx-border); border-radius: 14px;
    padding: 1.75rem 1.25rem; text-align: center; height: 100%;
    box-shadow: 0 4px 12px rgba(10,124,78,0.05); transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.trust-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(10,124,78,0.12); }
.trust-icon { font-size: 2.5rem; color: var(--itx-green); margin-bottom: 0.85rem; }
.trust-card h3 { color: var(--itx-green); font-size: 1rem; font-weight: 700; margin-bottom: 0.6rem; text-transform: uppercase; letter-spacing: 0.4px; }
.trust-card p { font-size: 0.95rem; color: var(--itx-text-soft); margin: 0; }
.trust-card a { color: var(--itx-green); text-decoration: underline; }

/* === CONTENT === */
.content-section { padding: 3rem 0; background: #fff; }
.content-section p { color: var(--itx-text-soft); line-height: 1.8; font-size: 1.05rem; }
.content-section p strong { color: var(--itx-green-d); }
.content-section a { color: var(--itx-green); text-decoration: underline; }
.content-section a:hover { color: var(--itx-green-d); }
.content-section h3 { color: var(--itx-green-d); font-weight: 700; margin: 1.5rem 0 0.85rem; font-size: 1.3rem; }
.lead-text {
    font-size: 1.15rem !important; color: var(--itx-text) !important; font-weight: 500 !important;
    line-height: 1.7 !important; margin-bottom: 1.5rem !important;
    padding: 1rem 1.25rem; background: var(--itx-bg-soft); border-left: 4px solid var(--itx-green); border-radius: 0 8px 8px 0;
}
.callout-soft {
    background: #fff8e6; border-left: 4px solid var(--itx-accent);
    padding: 0.85rem 1.1rem; border-radius: 0 8px 8px 0;
    color: var(--itx-text-soft); font-size: 0.95rem; margin: 1.5rem 0;
}

/* === PRICING === */
.pricing-section { background: var(--itx-bg-soft); }
.pricing-sub { color: var(--itx-text-soft); font-size: 1.05rem; margin-bottom: 1.5rem; }
.pricing-img { max-width: 100%; border-radius: 14px; box-shadow: 0 14px 32px rgba(10,124,78,0.18); transition: transform 0.3s ease; }
.pricing-img:hover { transform: translateY(-4px); }
.warning-text { color: var(--itx-cta-d); font-size: 0.95rem; }

/* === CREATOR === */
.creator-img {
    max-width: 220px; margin: 0 auto; border: 4px solid var(--itx-green);
    padding: 4px; background: #fff; box-shadow: 0 14px 32px rgba(10,124,78,0.18);
}
.creator-name { color: var(--itx-green-d); font-weight: 700; margin-top: 1rem; font-size: 1.4rem; }
.creator-title { color: var(--itx-accent-d); font-style: italic; font-weight: 500; }

/* === REVIEWS === */
.reviews-section { background: var(--itx-bg-soft); }
.review-card {
    background: #fff; border: 1px solid var(--itx-border); border-radius: 14px;
    padding: 1.75rem 1.5rem; text-align: center; height: 100%;
    box-shadow: 0 4px 12px rgba(10,124,78,0.05); transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(10,124,78,0.12); }
.review-avatar {
    width: 100px; height: 100px; border-radius: 50%; object-fit: cover;
    border: 3px solid var(--itx-green); padding: 3px; background: #fff;
    margin: 0 auto 0.85rem; display: block;
}
.review-card h4 { color: var(--itx-green-d); font-weight: 700; margin: 0 0 0.25rem; font-size: 1.1rem; }
.review-location { color: var(--itx-muted); font-size: 0.9rem; margin-bottom: 0.5rem; }
.review-location i { color: var(--itx-green); margin-right: 0.25rem; }
.review-stars { color: var(--itx-accent); letter-spacing: 0.15em; margin-bottom: 0.85rem; font-size: 1.05rem; }
.verified {
    background: var(--itx-green); color: #fff; padding: 0.15rem 0.6rem;
    border-radius: 50px; font-size: 0.7rem; margin-left: 0.4rem; font-weight: 700;
}
.review-text { color: var(--itx-text-soft); font-style: italic; line-height: 1.7; font-size: 0.98rem; margin: 0; }

/* === FEATURE / BENEFIT BLOCKS === */
.feature-block, .benefit-block { padding: 1.5rem 0; border-bottom: 1px dashed var(--itx-border); }
.feature-block:last-child, .benefit-block:last-child { border-bottom: none; }
.feature-block h3, .benefit-block h3 { color: var(--itx-green-d); margin-bottom: 0.6rem !important; font-size: 1.15rem !important; }
.feature-block h3 i { color: var(--itx-green); margin-right: 0.5rem; }

/* === WHAT'S INSIDE === */
.inside-block { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px dashed var(--itx-border); }
.inside-block:last-child { border-bottom: none; }
.inside-num {
    flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--itx-green) 0%, var(--itx-green-l) 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 1.1rem; box-shadow: 0 4px 10px rgba(10,124,78,0.3);
}
.inside-block h4 { color: var(--itx-green-d); margin: 0 0 0.4rem !important; font-size: 1.1rem !important; font-weight: 700; }
.inside-block p { margin: 0; color: var(--itx-text-soft); font-size: 1rem; line-height: 1.7; }

/* === STEP BLOCKS === */
.step-block { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px dashed var(--itx-border); }
.step-block:last-child { border-bottom: none; }
.step-num {
    flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%;
    background: linear-gradient(135deg, var(--itx-green) 0%, var(--itx-green-l) 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 1.3rem; box-shadow: 0 6px 14px rgba(10,124,78,0.3);
}
.step-block h3 { color: var(--itx-green-d); margin: 0 0 0.5rem !important; font-size: 1.15rem !important; }
.step-block p { margin: 0; }

/* === GUARANTEE === */
.guarantee-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, #fff 0%, #f0faf5 100%);
    border-top: 1px solid var(--itx-border); border-bottom: 1px solid var(--itx-border);
}
.guarantee-badge { max-width: 240px; margin: 0 auto; filter: drop-shadow(0 8px 20px rgba(10,124,78,0.18)); }
.guarantee-title { color: var(--itx-green-d); font-weight: 800; line-height: 1.3; margin-bottom: 0.85rem; }

/* === FAQ === */
.faq-section { background: var(--itx-bg-soft); }
.accordion-item {
    background: #fff; border: 1px solid var(--itx-border) !important;
    border-radius: 12px !important; margin-bottom: 0.85rem; overflow: hidden;
    box-shadow: 0 2px 6px rgba(10,124,78,0.04);
}
.accordion-button { background: #fff !important; color: var(--itx-text) !important; font-weight: 700; padding: 1.15rem 1.25rem; border: none !important; box-shadow: none !important; }
.accordion-button:not(.collapsed) { background: var(--itx-green) !important; color: #fff !important; }
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-button:focus { box-shadow: none !important; }
.accordion-body { background: var(--itx-bg-soft); color: var(--itx-text-soft); line-height: 1.75; font-size: 1rem; padding: 1.15rem 1.25rem; }
.accordion-body a { color: var(--itx-green); text-decoration: underline; }

/* === WHAT HAPPENS AFTER === */
.what-happens-section { background: #fff; }
.checkout-image {
    max-width: 100%; border-radius: 14px; box-shadow: 0 14px 32px rgba(10,124,78,0.18);
    margin: 1.5rem auto; display: block; transition: transform 0.3s ease;
}
.checkout-image:hover { transform: translateY(-4px); }

/* === FINAL CTA === */
.final-cta-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, var(--itx-green) 0%, var(--itx-green-d) 100%);
    color: #fff; text-align: center;
}
.final-cover { max-width: 340px; margin: 0 auto 1.5rem; border-radius: 14px; box-shadow: 0 14px 32px rgba(0,0,0,0.25); }
.final-price { color: #fff !important; font-size: 1.25rem !important; }
.final-price .strike { text-decoration: line-through; opacity: 0.7; }
.final-price-now { color: var(--itx-accent) !important; font-weight: 800 !important; font-size: 1.5rem !important; }
.cta-foot { color: rgba(255,255,255,0.85); font-size: 0.92rem; }

/* === FOOTER === */
.site-footer { background: #04291a; color: #98bfaf; padding: 2.5rem 0 1.5rem; }
.footer-nav { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.5rem; }
.footer-nav.legal { margin-bottom: 1.25rem; padding-top: 0.5rem; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-nav li a { color: #c2dfd4; text-decoration: none; font-size: 0.95rem; transition: color 0.2s ease; }
.footer-nav li a:hover { color: #fff; text-decoration: underline; }
.footer-disclaimer { font-size: 0.82rem; line-height: 1.7; max-width: 950px; margin: 1.25rem auto; opacity: 0.7; text-align: center; }
.footer-disclaimer strong { color: #c2dfd4; }
.footer-copy { text-align: center; font-size: 0.9rem; margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-copy small { display: block; margin-top: 0.5rem; opacity: 0.6; font-size: 0.78rem; line-height: 1.6; }

/* === STICKY MOBILE CTA === */
.sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 1029;
    padding: 0.6rem 0.85rem; background: rgba(4,41,26,0.96);
    border-top: 1px solid rgba(255,138,0,0.3);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.sticky-cta .btn-cta { width: 100%; border-radius: 50px; padding: 0.75rem 1rem; font-size: 0.95rem; font-weight: 700; }

/* === SUBPAGE / LEGAL === */
.subpage-content, .legal-page { padding: 3rem 0 4rem; background: var(--itx-bg-soft); }
.subpage-content h2, .legal-page h2 { font-size: 1.4rem; color: var(--itx-green-d); font-weight: 800; border-bottom: 2px solid var(--itx-green); display: inline-block; padding-bottom: 0.3rem; margin: 1.75rem 0 0.75rem; }
.subpage-content h3, .legal-page h3 { font-size: 1.15rem; color: var(--itx-green); font-weight: 700; margin: 1.25rem 0 0.5rem; }
.subpage-content p, .legal-page p { color: var(--itx-text-soft); line-height: 1.75; font-size: 1rem; margin-bottom: 1rem; }
.subpage-content ul, .legal-page ul { padding-left: 1.4rem; margin-bottom: 1.25rem; }
.subpage-content ul li, .legal-page ul li { color: var(--itx-text-soft); margin-bottom: 0.5rem; line-height: 1.65; }
.subpage-content a, .legal-page a { color: var(--itx-green); text-decoration: underline; font-weight: 500; }
.subpage-content a:hover, .legal-page a:hover { color: var(--itx-green-d); }
.subpage-callout, .legal-updated {
    background: #fff; border-left: 4px solid var(--itx-green); padding: 0.85rem 1.1rem;
    border-radius: 0 8px 8px 0; color: var(--itx-text); font-size: 0.95rem; margin-bottom: 1.75rem;
    box-shadow: 0 4px 10px rgba(10,124,78,0.06);
}

/* Related reads */
.related-reads {
    background: #fff; border: 1px solid var(--itx-border); border-radius: 12px;
    padding: 1.5rem; margin: 2.5rem 0 0; box-shadow: 0 4px 14px rgba(10,124,78,0.06);
}
.related-reads h3 { color: var(--itx-green-d) !important; border: none !important; padding: 0 !important; margin: 0 0 1rem !important; }
.related-reads ul { list-style: none; padding: 0; margin: 0; }
.related-reads li { padding: 0.55rem 0; border-bottom: 1px dashed var(--itx-border); }
.related-reads li:last-child { border-bottom: none; }
.related-reads li a { color: var(--itx-green); text-decoration: none; font-weight: 500; transition: all 0.2s ease; display: inline-block; }
.related-reads li a:hover { color: var(--itx-green-d); padding-left: 4px; text-decoration: underline; }
.related-reads li a::before { content: "→ "; color: var(--itx-accent); margin-right: 0.25rem; }

/* Blog */
.blog-index { padding: 3rem 0 4rem; background: var(--itx-bg-soft); }
.blog-card {
    background: #fff; border: 1px solid var(--itx-border); border-radius: 12px;
    padding: 1.75rem; margin-bottom: 1.25rem;
    box-shadow: 0 4px 12px rgba(10,124,78,0.05); transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(10,124,78,0.12); }
.blog-card h3 { color: var(--itx-green-d); font-weight: 700; font-size: 1.3rem; margin: 0 0 0.5rem; }
.blog-card .blog-meta { color: var(--itx-muted); font-size: 0.85rem; margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
.blog-card p { color: var(--itx-text-soft); margin: 0 0 1rem; line-height: 1.65; }
.blog-card a.blog-cta { color: var(--itx-green); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--itx-green); padding-bottom: 1px; }
.blog-card a.blog-cta:hover { color: var(--itx-green-d); border-color: var(--itx-green-d); }

/* Fade-in */
.fade-init { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-init.is-visible { opacity: 1; transform: translateY(0); }
button, a, input { -webkit-tap-highlight-color: transparent; }

/* Scroll-to-top */
.scrollToTop {
    position: fixed; bottom: 80px; right: 18px; width: 44px; height: 44px;
    background: var(--itx-green); border-radius: 50%;
    box-shadow: 0 6px 16px rgba(10,124,78,0.35); z-index: 1028;
    cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.25s ease;
    display: flex; align-items: center; justify-content: center;
}
.scrollToTop.is-visible { opacity: 1; visibility: visible; }
.scrollToTop:hover { background: var(--itx-green-d); transform: translateY(-2px); }
.scrollToTop::before {
    content: ""; width: 12px; height: 12px;
    border-top: 2.5px solid #fff; border-right: 2.5px solid #fff;
    transform: rotate(-45deg); margin-top: 4px;
}
@media (min-width: 992px) { .scrollToTop { bottom: 24px; } }
