/* =========================================================
   The Genius Song — Custom Stylesheet
   Clean Bootstrap 5 build (no Mobirise dependencies)
   ========================================================= */

:root {
    --gs-blue:        #0d4f8b;
    --gs-blue-dark:   #093a68;
    --gs-blue-light:  #1a6bb0;
    --gs-purple:      #6c2bd9;
    --gs-purple-light:#8b4fe8;
    --gs-accent:      #f59e0b;
    --gs-accent-dark: #d97f06;
    --gs-text:        #2b2b2b;
    --gs-muted:       #5b6470;
    --gs-bg-soft:     #f4f8fc;
    --gs-bg-card:     #ffffff;
    --gs-border:      #e3e8ef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--gs-text);
    line-height: 1.7;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    color: var(--gs-text);
    margin-bottom: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--gs-text);
    line-height: 1.3;
}

a {
    color: var(--gs-blue);
    text-decoration: none;
    transition: color .2s ease;
}
a:hover { color: var(--gs-blue-dark); }

img { max-width: 100%; height: auto; }

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar { padding: 0.85rem 0; }

.brand-text {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--gs-blue);
    letter-spacing: -0.5px;
}
.brand-text sup { font-size: 0.6rem; color: var(--gs-blue-light); }

.navbar .nav-link {
    font-weight: 500;
    color: var(--gs-text) !important;
    padding: 0.5rem 0.9rem !important;
    transition: color 0.2s ease;
}
.navbar .nav-link:hover { color: var(--gs-blue) !important; }

.btn-cta {
    background: linear-gradient(135deg, var(--gs-accent) 0%, #f7b733 100%);
    color: #fff;
    border: 2px solid var(--gs-accent);
    font-weight: 700;
    border-radius: 50px;
    padding: 0.6rem 1.4rem;
    transition: all 0.25s ease;
}
.btn-cta:hover, .btn-cta:focus {
    background: linear-gradient(135deg, var(--gs-accent-dark) 0%, #e89509 100%);
    border-color: var(--gs-accent-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.4);
}

.btn-outline-primary {
    border-color: var(--gs-blue);
    color: var(--gs-blue);
    border-radius: 50px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
}
.btn-outline-primary:hover {
    background-color: var(--gs-blue);
    border-color: var(--gs-blue);
    color: #fff;
}

/* =========================================================
   HERO
   ========================================================= */
.hero-section {
    background: linear-gradient(135deg, #f4f8fc 0%, #e8f1fa 60%, #ede4fb 100%);
    padding: 4rem 0;
    overflow: hidden;
}

.hero-cover {
    max-height: 460px;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(13, 79, 139, 0.22);
}

.hero-title {
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--gs-blue-dark);
    margin-bottom: 1.25rem;
    line-height: 1.25;
}

.hero-text {
    font-size: 1.05rem;
    color: var(--gs-muted);
    margin-bottom: 1rem;
}
.hero-text a { font-weight: 500; }

.hero-bullets { margin-top: 1.5rem; margin-bottom: 0.5rem; }
.hero-bullets > div {
    font-weight: 500;
    color: var(--gs-text);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.hero-bullets i {
    color: #2bb673;
    margin-right: 0.55rem;
    font-size: 1.1rem;
}

.hero-buttons .btn { margin-bottom: 0.5rem; }

.rating-line {
    color: var(--gs-muted);
    font-size: 0.95rem;
}
.rating-line .stars { color: var(--gs-accent); margin-right: 0.4rem; letter-spacing: 1px; }

@media (max-width: 768px) {
    .hero-title { font-size: 1.55rem; }
    .hero-section { padding: 2.5rem 0; }
}

/* =========================================================
   TITLE BANDS (one per section, blue)
   ========================================================= */
.title-band {
    background: linear-gradient(90deg, var(--gs-blue) 0%, var(--gs-blue-light) 50%, var(--gs-purple) 100%);
    padding: 2.25rem 0;
    text-align: center;
    position: relative;
}
.title-band::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: rgba(255,255,255,0.55);
    margin: 0.85rem auto 0;
    border-radius: 2px;
}
.title-band-text {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
    padding: 0 1rem;
    letter-spacing: -0.3px;
    line-height: 1.25;
}

@media (max-width: 768px) {
    .title-band { padding: 1.6rem 0; }
    .title-band-text { font-size: 1.35rem; }
}

/* =========================================================
   GENERIC CONTENT
   ========================================================= */
.content-section { padding: 3.5rem 0; }
.content-section .lead-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gs-text);
    margin-bottom: 1.75rem;
}

.callout-soft {
    background-color: #fff8e6;
    border-left: 4px solid var(--gs-accent);
    padding: 0.9rem 1.1rem;
    border-radius: 0 8px 8px 0;
    color: var(--gs-text);
    font-size: 0.96rem;
    margin-top: 1.5rem;
}
.callout-soft a { font-weight: 600; }

/* =========================================================
   TRUST BADGES
   ========================================================= */
.trust-section {
    background-color: var(--gs-bg-soft);
    padding: 3.5rem 0;
}
.trust-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    height: 100%;
    border: 1px solid var(--gs-border);
    transition: transform .25s ease, box-shadow .25s ease;
}
.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(13, 79, 139, 0.12);
}
.trust-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--gs-blue) 0%, var(--gs-purple) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 6px 14px rgba(13, 79, 139, 0.25);
}
.trust-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--gs-blue);
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.trust-card p { font-size: 0.95rem; color: var(--gs-muted); margin-bottom: 0; }

/* =========================================================
   PRICING
   ========================================================= */
.pricing-section { background-color: var(--gs-bg-soft); }
.pricing-sub {
    font-size: 1.1rem;
    color: var(--gs-muted);
    margin-bottom: 2rem;
}
.pricing-img {
    max-width: 100%;
    border-radius: 14px;
    transition: transform .3s ease;
    box-shadow: 0 10px 26px rgba(13, 79, 139, 0.12);
}
.pricing-img:hover { transform: scale(1.01); }
.warning-text {
    color: var(--gs-accent-dark);
    font-size: 0.95rem;
}

/* =========================================================
   CREATOR
   ========================================================= */
.creator-img {
    max-width: 220px;
    border: 4px solid #fff;
    box-shadow: 0 12px 28px rgba(13, 79, 139, 0.15);
    margin-bottom: 1rem;
}
.creator-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--gs-blue);
    margin-bottom: 0.15rem;
}
.creator-title {
    color: var(--gs-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
    font-style: italic;
}

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews-section { background-color: #fafbfd; }

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid var(--gs-border);
    transition: transform .25s ease, box-shadow .25s ease;
}
.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(13, 79, 139, 0.10);
}
.review-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    border: 3px solid var(--gs-blue);
    padding: 3px;
    background: #fff;
}
.review-card h4 {
    font-size: 1.15rem;
    color: var(--gs-blue);
    margin-bottom: 0.15rem;
}
.review-location {
    font-size: 0.9rem;
    color: var(--gs-muted);
    margin-bottom: 0.6rem;
}
.review-location i { color: var(--gs-blue); margin-right: 0.25rem; }

.review-stars {
    color: var(--gs-accent);
    letter-spacing: 1.5px;
    font-size: 1.05rem;
    margin-bottom: 0.85rem;
}
.review-stars .verified {
    color: #2bb673;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 0.4rem;
    text-transform: uppercase;
}
.review-text {
    font-size: 0.97rem;
    color: var(--gs-text);
    font-style: italic;
    margin-bottom: 0;
    text-align: left;
}

/* =========================================================
   FEATURES + BENEFITS BLOCKS + STEPS
   ========================================================= */
.feature-block, .benefit-block {
    background: #fff;
    border-left: 4px solid var(--gs-blue);
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 6px rgba(13, 79, 139, 0.05);
    transition: box-shadow .25s ease, border-left-width .25s ease;
}
.feature-block:hover, .benefit-block:hover {
    box-shadow: 0 6px 14px rgba(13, 79, 139, 0.10);
    border-left-width: 6px;
}
.feature-block h3, .benefit-block h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gs-blue);
    margin-bottom: 0.5rem;
}
.feature-block h3 i { margin-right: 0.5rem; color: var(--gs-purple); }
.feature-block p, .benefit-block p { margin-bottom: 0; color: var(--gs-text); }

.step-block {
    display: flex;
    gap: 1.25rem;
    background: #fff;
    border-radius: 12px;
    padding: 1.4rem 1.5rem;
    margin-bottom: 1.1rem;
    border: 1px solid var(--gs-border);
    box-shadow: 0 2px 6px rgba(13,79,139,0.04);
    transition: box-shadow .25s ease;
}
.step-block:hover { box-shadow: 0 8px 18px rgba(13,79,139,0.08); }
.step-num {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gs-blue), var(--gs-purple));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 900;
    box-shadow: 0 6px 14px rgba(13,79,139,0.2);
}
.step-block h3 {
    font-size: 1.1rem;
    color: var(--gs-blue);
    margin-bottom: 0.4rem;
}
.step-block p { margin: 0; }

/* =========================================================
   BONUSES
   ========================================================= */
.bonuses-section { background-color: var(--gs-bg-soft); }
.bonus-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid var(--gs-border);
    transition: transform .25s ease, box-shadow .25s ease;
}
.bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(13, 79, 139, 0.12);
}
.bonus-card img {
    max-height: 160px;
    margin-bottom: 1rem;
    object-fit: contain;
}
.bonus-card h3 {
    font-size: 1.1rem;
    color: var(--gs-blue);
    margin-bottom: 0.6rem;
}
.bonus-card p { font-size: 0.95rem; color: var(--gs-muted); margin-bottom: 0; }

/* =========================================================
   GUARANTEE
   ========================================================= */
.guarantee-section {
    background: linear-gradient(135deg, #fff8e6 0%, #fff 100%);
    padding: 3.5rem 0;
    border-top: 1px solid var(--gs-border);
    border-bottom: 1px solid var(--gs-border);
}
.guarantee-badge { max-width: 240px; }
.guarantee-title {
    font-size: 1.65rem;
    color: var(--gs-blue-dark);
    font-weight: 900;
    margin-bottom: 1rem;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-section { background-color: var(--gs-bg-soft); }

.accordion-item {
    border: 1px solid var(--gs-border);
    margin-bottom: 0.75rem;
    border-radius: 10px !important;
    overflow: hidden;
    background: #fff;
}
.accordion-button {
    font-weight: 600;
    color: var(--gs-blue-dark);
    background-color: #fff;
    font-size: 1.02rem;
    padding: 1.1rem 1.25rem;
}
.accordion-button:not(.collapsed) {
    background-color: var(--gs-blue);
    color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(13,79,139,0.15);
    border-color: var(--gs-blue);
}
.accordion-body {
    padding: 1.15rem 1.25rem;
    color: var(--gs-text);
    line-height: 1.7;
    background-color: #fcfdff;
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta-section {
    background: linear-gradient(135deg, var(--gs-blue-dark) 0%, var(--gs-blue) 50%, var(--gs-purple) 100%);
    padding: 3.5rem 0;
    color: #fff;
    text-align: center;
}
.final-cover {
    max-height: 240px;
    border-radius: 14px;
    margin-bottom: 1.5rem;
    box-shadow: 0 14px 30px rgba(0,0,0,0.3);
}
.final-price {
    color: #d4e6f6;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.final-price .strike { text-decoration: line-through; opacity: 0.75; }
.final-price-now {
    font-size: 1.85rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.5rem;
}
.cta-foot { color: #cdd9eb; font-size: 0.92rem; margin-bottom: 0; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
    background-color: #0a2c4d;
    color: #d4e0ed;
    padding: 2.5rem 0 1.5rem;
    text-align: center;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 1.4rem;
}
.footer-nav a { color: #d4e0ed; font-size: 0.95rem; transition: color .2s ease; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }
.footer-nav.legal {
    margin-top: 0.4rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-nav.legal a { font-size: 0.88rem; color: #b1c4d9; }

.footer-disclaimer {
    max-width: 760px;
    margin: 1.25rem auto 1rem;
    font-size: 0.82rem;
    line-height: 1.7;
    color: #98aec5;
    opacity: 0.9;
}

.footer-copy {
    font-size: 0.92rem;
    color: #b1c4d9;
    margin-bottom: 0;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-copy small {
    font-size: 0.75rem;
    opacity: 0.65;
    line-height: 1.7;
    display: inline-block;
    margin-top: 0.5rem;
}

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-section { background-color: #fafbfd; }
.legal-section h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gs-blue-dark);
    margin-top: 2rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid var(--gs-blue);
    display: inline-block;
}
.legal-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gs-blue);
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
}
.legal-section p {
    color: var(--gs-text);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.legal-section ul { margin-bottom: 1.25rem; padding-left: 1.4rem; }
.legal-section ul li { margin-bottom: 0.45rem; color: var(--gs-text); line-height: 1.65; }
.legal-section a { color: var(--gs-blue); font-weight: 500; text-decoration: underline; }
.legal-section a:hover { color: var(--gs-blue-dark); }

.legal-updated {
    background-color: #e8f1fa;
    border-left: 4px solid var(--gs-blue);
    padding: 0.75rem 1rem;
    border-radius: 0 6px 6px 0;
    color: var(--gs-blue-dark);
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
}

.contact-card {
    background: #fff;
    border: 1px solid var(--gs-border);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(13,79,139,0.06);
}
.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--gs-border);
}
.contact-row:last-child { border-bottom: none; }
.contact-row i {
    color: var(--gs-blue);
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}
.contact-row strong { color: var(--gs-blue-dark); font-weight: 700; }

/* =========================================================
   JS state classes
   ========================================================= */
#topNav.scrolled { box-shadow: 0 4px 14px rgba(13,79,139,0.10); }

.fade-init {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s ease, transform .55s ease;
}
.fade-init.is-visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 0.75rem;
        padding-top: 0.5rem;
        border-top: 1px solid var(--gs-border);
    }
    .navbar .nav-link { padding: 0.6rem 0 !important; }
    .hero-buttons .btn { display: block; width: 100%; margin-right: 0 !important; }
}

@media (max-width: 576px) {
    .content-section { padding: 2.25rem 0; }
    .hero-section { padding: 2rem 0; }
    .footer-nav { gap: 0.3rem 0.9rem; }
    .final-price-now { font-size: 1.45rem; }
    .guarantee-title { font-size: 1.3rem; }
    .feature-block, .benefit-block { padding: 1rem 1.15rem; }
    .step-block { flex-direction: column; gap: 0.75rem; }
    .step-num { width: 44px; height: 44px; font-size: 1.15rem; }
}
