/*
Theme Name: Fishpond Trading Group V9
Theme URI: https://fishpondtrading.com
Author: Fishpond Trading Group
Author URI: https://fishpondtrading.com
Description: Accordion FAQs, VTF most popular, customizable pricing - V9
Version: 9.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fishpond-v9
*/

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

:root {
    --primary-color: #1a4d6d;
    --secondary-color: #2c7da0;
    --accent-color: #f77f00;
    --dark-bg: #0a1929;
    --light-bg: #f8f9fa;
    --text-dark: #212529;
    --text-light: #6c757d;
    --white: #ffffff;
    --success: #28a745;
    --warning: #ffc107;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Navigation */
nav {
    background: var(--dark-bg);
    padding: 0.75rem 5%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    flex-shrink: 0;
    max-width: 300px;
}

.logo img {
    height: 40px !important;
    width: 40px !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

/* Override WordPress custom logo styles */
.logo .custom-logo,
.custom-logo-link img,
.custom-logo {
    height: 40px !important;
    width: 40px !important;
    max-height: 40px !important;
    max-width: 40px !important;
}

/* Nuclear option - override ANY image in logo */
nav .logo img,
nav .logo > img,
.nav-container .logo img {
    height: 40px !important;
    width: auto !important;
    max-width: 40px !important;
    max-height: 40px !important;
}

.site-name {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
    white-space: nowrap;
}

.nav-links a:hover {
    color: var(--accent-color);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0a1929 0%, #1a4d6d 50%, #2c7da0 100%);
    color: var(--white);
    padding: 140px 5% 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(247, 127, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(44, 125, 160, 0.15) 0%, transparent 50%);
    opacity: 0.6;
}

.hero-content {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero .subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: var(--accent-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: var(--accent-color);
    color: var(--white);
    box-shadow: 0 8px 25px rgba(247, 127, 0, 0.35);
}

.btn-primary:hover {
    background: #d66e00;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(247, 127, 0, 0.5);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--primary-color);
    border-color: var(--white);
}

/* Markets Section */
.markets {
    padding: 80px 5%;
    background: var(--white);
}

.section-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--dark-bg);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.section-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 4rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.markets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .markets-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .markets-grid {
        grid-template-columns: 1fr;
    }
}

.market-card {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
}

.market-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: var(--accent-color);
}

.market-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.market-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.market-symbols {
    color: var(--text-light);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.market-link {
    display: inline-block;
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    transition: color 0.3s;
}

.market-link:hover {
    color: var(--accent-color);
}

/* Products Section */
.products {
    padding: 100px 5%;
    background: var(--light-bg);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 4rem auto 0;
}

@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.product-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid #e9ecef;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .product-card {
        padding: 2rem 1.5rem;
    }
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.product-featured {
    border: 3px solid var(--accent-color);
    box-shadow: 0 15px 50px rgba(247, 127, 0, 0.15);
}

.product-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: var(--accent-color);
    color: var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(247, 127, 0, 0.3);
    text-transform: uppercase;
}

.product-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-name {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.product-price {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--dark-bg);
    margin-bottom: 0.5rem;
}

.product-period {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.product-description {
    font-size: 1.05rem;
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.product-features {
    list-style: none;
    margin-bottom: 2rem;
}

.product-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: start;
    gap: 0.75rem;
    font-size: 0.95rem;
}

.product-features li:before {
    content: '✓';
    color: var(--accent-color);
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.product-note {
    background: #fff3cd;
    border-left: 4px solid var(--warning);
    padding: 1rem;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #856404;
    border-radius: 4px;
}

.disclaimer {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    padding: 1rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: #721c24;
    border-radius: 4px;
    line-height: 1.6;
}

/* Dual Button Container */
.dual-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.dual-buttons .btn {
    flex: 1;
    padding: 1rem;
    text-align: center;
}

@media (max-width: 480px) {
    .dual-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Pro Trader Development Section */
.pro-trader {
    padding: 100px 5%;
    background: var(--white);
}

.pro-trader-content {
    max-width: 1400px;
    margin: 0 auto;
}

.pro-trader-intro {
    max-width: 900px;
    margin: 0 auto 4rem;
    text-align: center;
}

.pro-trader-intro p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.pro-trader-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.pro-trader-card {
    background: var(--light-bg);
    padding: 2.5rem;
    border-radius: 16px;
    border-left: 4px solid var(--accent-color);
    transition: all 0.3s ease;
}

.pro-trader-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-left-width: 6px;
}

.pro-trader-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.pro-trader-card h3 {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 700;
}

.pro-trader-card > p {
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.pro-trader-list {
    list-style: none;
    padding-left: 0;
}

.pro-trader-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-light);
}

.pro-trader-list li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: 700;
}

/* FAQ Section */
.faq {
    padding: 80px 5%;
    background: var(--light-bg);
}

.faq-content {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--accent-color);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.faq-question {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.faq-answer {
    font-size: 1.05rem;
    color: var(--text-dark);
    line-height: 1.7;
}

/* CTA Section */
.cta-section {
    padding: 80px 5%;
    background: linear-gradient(135deg, var(--accent-color) 0%, #d66e00 100%);
    color: var(--white);
    text-align: center;
}

.cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.cta-section p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

/* Footer */
footer {
    background: var(--dark-bg);
    color: rgba(255,255,255,0.7);
    padding: 3rem 5%;
    text-align: center;
}

footer p {
    margin-bottom: 1rem;
}

footer a {
    color: var(--accent-color);
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2.5rem 0;
}

.footer-link-btn {
    padding: 0.75rem 1.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    color: rgba(255,255,255,0.9);
}

.footer-link-btn:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    nav {
        padding: 0.5rem 5%;
    }

    .nav-container {
        min-height: 50px;
    }

    .logo img {
        height: 32px !important;
        width: 32px !important;
        max-height: 32px !important;
        max-width: 32px !important;
        min-height: 32px !important;
        min-width: 32px !important;
    }

    .site-name {
        font-size: 0.95rem;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero .subtitle {
        font-size: 1.2rem;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        background: var(--dark-bg);
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .nav-links.active {
        display: flex;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .products-grid,
    .pro-trader-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .product-card {
        padding: 2rem 1.5rem;
    }
}


/* Harvest-Style Pricing Cards */
.tier-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 2.5rem 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #e0e0e0;
}

.tier-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.tier-featured {
    border: 2px solid #f77f00;
    box-shadow: 0 2px 8px rgba(247, 127, 0, 0.12);
}

.tier-featured:hover {
    box-shadow: 0 4px 16px rgba(247, 127, 0, 0.2);
}

.tier-badge {
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
    text-align: center;
}

.tier-badge-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f77f00;
    color: #ffffff;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.tier-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    text-align: center;
}

.tier-price {
    font-size: 2.75rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin: 1.5rem 0 0.25rem;
    text-align: center;
}

.tier-period {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 400;
}

.tier-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.tier-features li {
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.tier-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10a37f;
    font-weight: 700;
    font-size: 1rem;
}

.btn-tier {
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    background: #f77f00;
    color: #ffffff;
    transition: all 0.2s;
}

.btn-tier:hover {
    background: #e67000;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(247, 127, 0, 0.3);
}

.tier-note-blue {
    background: #e7f5ff;
    border-left: 2px solid #339af0;
    color: #1864ab;
    padding: 0.85rem 1rem;
    margin-top: 1.25rem;
    border-radius: 4px;
    font-size: 0.85rem;
    line-height: 1.5;
}

.tier-note-yellow {
    background: #fff4e6;
    border-left: 2px solid #fd7e14;
    color: #d9480f;
    padding: 0.85rem 1rem;
    margin-top: 1.25rem;
    border-radius: 4px;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Toolkit Section */
.toolkit-card-single {
    background: var(--white);
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 1000px;
    margin: 0 auto;
}

.toolkit-card-single h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #1e3a5f;
    margin-bottom: 2rem;
    text-align: center;
}

.toolkit-pricing-options {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.toolkit-price-box {
    background: #f8f9fa;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    min-width: 200px;
}

.toolkit-price-student {
    background: #fff3cd;
    border: 2px solid #ffc107;
}

.price-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.price-value {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
}

.price-note {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.5rem;
    font-style: italic;
}

.price-or {
    font-size: 1.2rem;
    font-weight: 700;
    color: #6c757d;
}

.toolkit-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 2.5rem;
}

.toolkit-sheets-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.toolkit-sheet-item {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.toolkit-sheet-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 0.75rem;
}

.toolkit-sheet-item p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .tier-title {
        font-size: 1.5rem;
    }
    
    .tier-price {
        font-size: 2.5rem;
    }
    
    .toolkit-sheets-grid {
        grid-template-columns: 1fr;
    }
    
    .toolkit-pricing-options {
        flex-direction: column;
        gap: 1rem;
    }
    
    .toolkit-price-box {
        max-width: 100%;
    }
}

/* Price Toggle Switch for VTF */
.price-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.price-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 25px;
    padding: 0.35rem;
    cursor: pointer;
    user-select: none;
}

.price-toggle input {
    display: none;
}

.toggle-slider {
    position: absolute;
    width: calc(50% - 0.35rem);
    height: calc(100% - 0.7rem);
    background: #ffffff;
    border-radius: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    left: 0.35rem;
}

.price-toggle input:checked ~ .toggle-slider {
    transform: translateX(calc(100% + 0.35rem));
}

.toggle-label {
    position: relative;
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 1;
    transition: color 0.3s;
}

.toggle-monthly {
    color: #1a1a1a;
}

.toggle-annual {
    color: #666;
}

.price-toggle input:checked ~ .toggle-monthly {
    color: #666;
}

.price-toggle input:checked ~ .toggle-annual {
    color: #1a1a1a;
}

/* VTF Price Toggle - Shows Both Prices */
.vtf-price-options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
}

.vtf-price-option {
    text-align: center;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 120px;
}

.vtf-price-option.active {
    background: #f77f00;
    transform: scale(1.05);
}

.vtf-price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.vtf-price-option.active .vtf-price-amount {
    color: #ffffff;
}

.vtf-price-label {
    font-size: 0.85rem;
    color: #666;
}

.vtf-price-option.active .vtf-price-label {
    color: #ffffff;
}

/* Toggle Switch Between Prices */
.vtf-toggle-switch {
    position: relative;
    width: 50px;
    height: 26px;
    display: inline-block;
}

.vtf-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vtf-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 26px;
}

.vtf-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.vtf-toggle-switch input:checked + .vtf-toggle-slider {
    background-color: #f77f00;
}

.vtf-toggle-switch input:checked + .vtf-toggle-slider:before {
    transform: translateX(24px);
}

/* Tier Details Expandable Sections */
.tier-details-expanded {
    margin-top: 2rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
        padding: 0 2rem;
    }
    to {
        opacity: 1;
        max-height: 3000px;
        padding: 2rem;
    }
}

.tier-details-content {
    text-align: left;
}

.details-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-align: center;
}

.details-intro p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1rem;
}

.details-included {
    background: #e7f5ff;
    padding: 1.25rem;
    border-radius: 6px;
    margin: 1.5rem 0;
    border-left: 3px solid #339af0;
}

.details-included h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.details-included p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.details-tagline {
    text-align: center;
    font-size: 1.1rem;
    color: #f77f00;
    margin: 1.5rem 0;
}

.details-benefits {
    margin: 1.5rem 0;
}

.details-benefits h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.details-benefits ul {
    list-style: none;
    padding: 0;
}

.details-benefits ul li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.details-benefits ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10a37f;
    font-weight: 700;
}

.details-features {
    margin: 1.5rem 0;
}

.details-features h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.details-feature-list {
    list-style: none;
    padding: 0;
}

.details-feature-list li {
    padding: 1rem;
    margin-bottom: 0.75rem;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.details-feature-list li strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    font-size: 1rem;
}

.btn-expand {
    position: relative;
}

.btn-expand:after {
    content: " ▼";
    font-size: 0.7em;
    margin-left: 0.5rem;
}

.btn-expand.expanded:after {
    content: " ▲";
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .vtf-price-options {
        flex-direction: column;
        gap: 1rem;
    }
    
    .vtf-toggle-switch {
        transform: rotate(90deg);
    }
    
    .vtf-price-option {
        width: 100%;
    }
    
    .tier-details-expanded {
        padding: 1.5rem;
    }
}

/* FAQ Items in Expandable Sections */
.details-faqs {
    margin-top: 2rem;
}

.faq-item-inline {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e9ecef;
}

.faq-item-inline:last-child {
    border-bottom: none;
}

.faq-q {
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    line-height: 1.6;
}

.faq-a {
    color: #4a4a4a;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Expandable Detail Sections */
.tier-details-expanded {
    margin-top: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 2rem;
    border: 1px solid #e0e0e0;
}

.details-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.details-intro p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #333;
}

.details-included,
.details-benefits,
.details-features {
    margin-top: 1.5rem;
}

.details-included h5,
.details-benefits h5,
.details-features h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.details-feature-list {
    list-style: none;
    padding: 0;
}

.details-feature-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.details-feature-list li:last-child {
    border-bottom: none;
}

.details-tagline {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #fff;
    border-left: 3px solid #f77f00;
    border-radius: 4px;
}

.btn-expand {
    transition: all 0.3s;
}

/* Modern VTF Price Toggle with Both Prices Visible */
.vtf-price-options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0 2rem;
}

.vtf-price-option {
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.vtf-price-option.selected {
    opacity: 1;
    transform: scale(1.05);
}

.vtf-price-amount {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.vtf-price-label {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

.vtf-toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    cursor: pointer;
}

.vtf-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vtf-toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    border-radius: 50px;
    transition: 0.3s;
}

.vtf-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.vtf-toggle-switch input:checked + .vtf-toggle-slider {
    background: #f77f00;
}

.vtf-toggle-switch input:checked + .vtf-toggle-slider:before {
    transform: translateX(24px);
}

.vtf-toggle-switch:hover .vtf-toggle-slider {
    box-shadow: 0 0 0 2px rgba(247, 127, 0, 0.2);
}

/* New Toggle Switch Design - Monthly/Annual Style */
.pricing-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.toggle-label-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    transition: all 0.3s;
}

.toggle-label-text.inactive {
    color: #999;
}

.toggle-switch-container {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
}

.toggle-switch-container input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-track {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    transition: 0.3s;
    border-radius: 34px;
}

.toggle-track:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: #666;
    transition: 0.3s;
    border-radius: 50%;
}

.toggle-switch-container input:checked + .toggle-track {
    background-color: #e0e0e0;
}

.toggle-switch-container input:checked + .toggle-track:before {
    transform: translateX(24px);
}

/* Price display below toggle */
.tier-price-display {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.tier-price-display .tier-price {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.tier-price-display .tier-period {
    font-size: 0.9rem;
    color: #666;
}

/* Savings Text Next to Annual */
.savings-text {
    font-size: 0.75rem;
    font-weight: 500;
    color: #10a37f;
    margin-left: 0.25rem;
}

/* Full-Width Expandable Details Boxes */
.tier-details-fullwidth {
    width: 100%;
    margin-top: 3rem;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 3rem;
    border: 2px solid #e0e0e0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.tier-details-fullwidth .tier-details-content {
    max-width: 1200px;
    margin: 0 auto;
}

.tier-details-fullwidth .details-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-align: center;
}

.tier-details-fullwidth .details-intro,
.tier-details-fullwidth .details-included,
.tier-details-fullwidth .details-benefits,
.tier-details-fullwidth .details-features,
.tier-details-fullwidth .details-faqs {
    margin-bottom: 2rem;
}

.tier-details-fullwidth .details-intro p,
.tier-details-fullwidth .details-included p {
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.tier-details-fullwidth .details-tagline {
    text-align: center;
    font-size: 1.2rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-left: 4px solid #f77f00;
    border-radius: 8px;
}

.tier-details-fullwidth .btn-large {
    max-width: 400px;
    margin: 2rem auto 0;
    display: block;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
}

.tier-details-fullwidth .details-benefits ul,
.tier-details-fullwidth .details-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.tier-details-fullwidth .details-benefits li,
.tier-details-fullwidth .details-feature-list li {
    background: white;
    padding: 1.25rem;
    border-radius: 8px;
    border-left: 3px solid #f77f00;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .tier-details-fullwidth {
        padding: 2rem 1.5rem;
    }
    
    .tier-details-fullwidth .details-benefits ul,
    .tier-details-fullwidth .details-feature-list {
        grid-template-columns: 1fr;
    }
}

/* Smooth transitions for content swapping */
#tier2-content,
#tier3-content {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Highlight active button */
.btn-expand.active {
    background: #e67000;
    box-shadow: 0 4px 12px rgba(247, 127, 0, 0.4);
}

/* V7: Clickable Tier Boxes */
.tier-clickable {
    cursor: pointer;
    transition: all 0.3s ease;
}

.tier-clickable:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.tier-clickable.tier-featured:hover {
    box-shadow: 0 12px 35px rgba(247, 127, 0, 0.3);
}

/* Highlighted/Selected State */
.tier-clickable.tier-selected {
    border-color: #f77f00;
    box-shadow: 0 8px 25px rgba(247, 127, 0, 0.25);
    background: linear-gradient(180deg, #ffffff 0%, #fff9f5 100%);
}

.tier-clickable.tier-selected.tier-featured {
    box-shadow: 0 12px 35px rgba(247, 127, 0, 0.4);
}

/* Click Hint */
.tier-click-hint {
    text-align: center;
    font-size: 0.85rem;
    color: #f77f00;
    font-weight: 600;
    margin-top: 1.5rem;
    padding: 0.75rem;
    background: rgba(247, 127, 0, 0.05);
    border-radius: 8px;
    transition: all 0.3s;
}

.tier-clickable:hover .tier-click-hint {
    background: rgba(247, 127, 0, 0.1);
    color: #e67000;
}

.tier-selected .tier-click-hint {
    background: rgba(247, 127, 0, 0.15);
    color: #e67000;
}

/* Tier Heading Banner in Expansion Box */
.tier-heading-banner {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.tier-heading-badge {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 0.5rem;
}

.tier-heading-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.tier-heading-price {
    font-size: 2rem;
    font-weight: 700;
    color: #f77f00;
}

.tier-heading-price span {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-left: 0.5rem;
}

/* Center toolkit button */
.btn-large {
    max-width: 400px;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .tier-heading-title {
        font-size: 1.75rem;
    }
    
    .tier-heading-price {
        font-size: 1.5rem;
    }
}

/* V9: Accordion FAQ Grid - 2 Columns */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.faq-question {
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #1a1a1a;
    transition: all 0.3s;
    user-select: none;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-question.active {
    background: #2c5282;
    color: white;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s;
}

.faq-question.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    color: #4a4a4a;
    line-height: 1.7;
}

.faq-answer.active {
    padding: 1.5rem;
    max-height: 500px;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}
