/* ================================================
   FunnelPro Akademie - main stylesheet
   last updated: 2026
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Sora', sans-serif;
    color: #0a1628;
    background: #f0f4ff;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: #1d4ed8; text-decoration: none; }
a:hover { opacity: .75; }

/* ===== HEADER ===== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 25px 60px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header.scrolled {
    background: #ffffff;
    padding: 15px 60px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.site-header .logo svg {
    width: 140px;
    height: auto;
    display: block;
}

.main-nav ul,
.main-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    margin-left: 32px;
}

.main-nav ul li a,
.main-nav ul li a:link {
    text-decoration: none;
    color: #0a1628;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color .25s ease;
}

.main-nav ul li a:hover { color: #1d4ed8; }

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #0a1628;
    transition: all .25s ease;
}

/* ===== hero ===== */
.hero, .hero-section {
    padding: 180px 60px 80px;
    position: relative;
    overflow: hidden;
    background: #f0f4ff;
}

.hero h1, h1.hero-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    max-width: 720px;
}

.hero h1 span, h1.hero-title span {
    color: #1d4ed8;
}

.hero p, .hero-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #0A1628;
    max-width: 560px;
    margin-bottom: 40px;
}

.hero-decoration {
    position: absolute;
    top: 40px;
    right: -80px;
    width: 600px;
    height: 600px;
    opacity: 0.08;
    pointer-events: none;
}

.hero-img {
    position: absolute;
    right: 60px;
    top: 130px;
    width: 480px;
    border-radius: 4px;
    overflow: hidden;
}

.hero-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== BUTTONS ===== */
.btn,
button.btn {
    display: inline-block;
    background: #1d4ed8;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 25px;
    border: none;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    font-family: 'Sora', sans-serif;
}

.btn:hover { background: #1a44c2; color: #fff; opacity: 1; }

.btn-outline {
    display: inline-block;
    background: transparent;
    color: #1d4ed8;
    padding: 13px 30px;
    border-radius: 25px;
    border: 2px solid #1d4ed8;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease;
}

.btn-outline:hover { background: #1d4ed8; color: #fff; opacity: 1; }

.btn-white {
    display: inline-block;
    background: #ffffff;
    color: #0a1628;
    padding: 14px 32px;
    border-radius: 25px;
    border: none;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease;
}

.btn-white:hover { background: #e2e8ff; opacity: 1; color: #0a1628; }

/* ===== SECTIONS ===== */
.section {
    padding: 100px 60px;
}

.section-light { background: #f0f4ff; }
.section-white { background: #ffffff; }
.section-dark { background: #0a1628; color: #fff; }

.section-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1d4ed8;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}

.section h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px 0;
    max-width: 620px;
}

.section-dark h2 { color: #ffffff; }

.section p.lead {
    font-size: 17px;
    line-height: 1.75;
    max-width: 600px;
    margin-bottom: 40px;
    opacity: .85;
}

/* ===== ABOUT (intro) ===== */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-grid img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.about-list {
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
}

.about-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(10,22,40,0.08);
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-list li i {
    color: #1d4ed8;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ===== STEPS ===== */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.step {
    position: relative;
    padding: 40px;
    background: #ffffff;
    border-radius: 4px;
}

.step-number {
    font-size: 64px;
    font-weight: 700;
    color: #1d4ed8;
    opacity: .15;
    line-height: 1;
    margin-bottom: 16px;
}

.step h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.step p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

/* ===== COURSES / PRICING ===== */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.pricing-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 40px;
    border: 2px solid transparent;
    position: relative;
    transition: border-color .3s ease;
}

.pricing-card:hover { border-color: #1d4ed8; }

.pricing-card.featured {
    background: #0a1628;
    color: #fff;
    border-color: #1d4ed8;
}

.pricing-card.featured .plan-name,
.pricing-card.featured h3,
.pricing-card.featured p,
.pricing-card.featured .price-amount,
.pricing-card.featured .price-period,
.pricing-card.featured .feature-list li {
    color: #fff;
}

.badge-featured {
    display: inline-block;
    background: #1d4ed8;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.plan-name {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1d4ed8;
    font-weight: 600;
    margin-bottom: 8px;
}

.pricing-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.pricing-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    margin-bottom: 24px;
    min-height: 60px;
}

.price-block {
    margin: 24px 0 32px;
    border-top: 1px solid rgba(10,22,40,0.1);
    padding-top: 24px;
}

.pricing-card.featured .price-block {
    border-top-color: rgba(255,255,255,0.15);
}

.price-amount {
    font-size: 48px;
    font-weight: 700;
    color: #0a1628;
    line-height: 1;
}

.price-period {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.feature-list {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.feature-list li {
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid rgba(10,22,40,0.06);
}

.pricing-card.featured .feature-list li {
    border-bottom-color: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.85);
}

.feature-list li i {
    color: #1d4ed8;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ===== TARGET AUDIENCE ===== */
.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.audience-card {
    background: #ffffff;
    padding: 36px;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.audience-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eef2fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1d4ed8;
    font-size: 18px;
}

.audience-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.audience-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    margin: 0;
}

/* ===== TESTIMONIALS ===== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.testimonial-card {
    background: #ffffff;
    padding: 36px;
    border-radius: 4px;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-size: 80px;
    color: #1d4ed8;
    opacity: .15;
    position: absolute;
    top: 10px;
    left: 30px;
    line-height: 1;
    font-family: Georgia, serif;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    margin: 0 0 24px 0;
    position: relative;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eef2fb;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4ed8;
    font-size: 18px;
}

.author-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
}

.author-role {
    font-size: 12px;
    color: #888;
}

.stars {
    color: #f59e0b;
    font-size: 12px;
    margin-bottom: 8px;
}

/* ===== FAQ ===== */
.faq-list {
    margin-top: 60px;
    max-width: 860px;
}

.faq-item {
    border-bottom: 1px solid rgba(10,22,40,0.1);
}

.faq-question {
    padding: 22px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    user-select: none;
}

.faq-question i {
    color: #1d4ed8;
    transition: transform .3s ease;
    flex-shrink: 0;
}

.faq-item.open .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 0 22px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    max-width: 740px;
}

.faq-item.open .faq-answer { display: block; }

/* ===== CONTACT CTA ===== */
.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    max-width: 800px;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-form .form-group.full {
    grid-column: span 2;
}

.contact-form label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 14px 18px;
    border: 1.5px solid rgba(10,22,40,0.15);
    border-radius: 4px;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    color: #0a1628;
    background: #fff;
    transition: border-color .25s ease;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #1d4ed8;
}

.contact-form textarea { resize: vertical; min-height: 120px; }

/* ===== STATS BAR ===== */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #0a1628;
    padding: 60px;
}

.stat-item {
    text-align: center;
    color: #fff;
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.stat-item:last-child { border-right: none; }

.stat-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color: #ffffff;
}

.stat-label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .6;
}

/* ===== FOOTER / CTA BAND ===== */
.cta-band, footer.site-footer {
    background: #0a1628;
    color: #fff;
    padding: 80px 60px 40px;
    position: relative;
}

.cta-band h2, .footer-headline {
    font-size: 42px;
    color: #ffffff;
    margin: 0 0 0;
    letter-spacing: -0.5px;
    text-transform: none;
    font-weight: 600;
    display: inline-block;
}

.cta-band h2 .underscore { color: #1d4ed8; }

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.75;
    opacity: .6;
    margin: 16px 0 0;
    max-width: 280px;
}

.footer-col h4 {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6ee7b7;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    text-decoration: none;
    transition: color .2s;
}

.footer-col ul li a:hover { color: #fff; opacity: 1; }

.footer-contact-info {
    font-size: 13px;
    line-height: 2;
    color: rgba(255,255,255,0.65);
}

.footer-contact-info a { color: rgba(255,255,255,0.65); }
.footer-contact-info a:hover { color: #fff; opacity: 1; }
.footer-contact-info i { color: #6ee7b7; margin-right: 8px; width: 16px; }

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.social-icons a,
.social-icons a.social_icon {
    width: 36px;
    height: 36px;
    border: 1.5px solid #6ee7b7;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6ee7b7;
    font-size: 13px;
    text-decoration: none;
    transition: all .25s;
}

.social-icons a:hover { background: #6ee7b7; color: #0a1628; opacity: 1; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.copyright {
    font-size: 12px;
    opacity: .5;
    letter-spacing: 0.5px;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
}

.footer-bottom-links a:hover { color: #fff; opacity: 1; }

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 44px;
    height: 44px;
    background: #1d4ed8;
    border-radius: 50%;
    z-index: 50;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: #1a44c2; opacity: 1; }

/* ===== COOKIE BANNER ===== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0a1628;
    color: #fff;
    padding: 20px 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transform: translateY(100%);
    transition: transform .4s ease;
}

.cookie-banner.show { transform: translateY(0); }

.cookie-banner p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
    opacity: .85;
    max-width: 760px;
}

.cookie-banner p a { color: #6ee7b7; }

.cookie-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
    padding: 160px 60px 80px;
    background: #0a1628;
    color: #fff;
}

.page-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.page-hero p {
    font-size: 16px;
    opacity: .7;
    max-width: 560px;
    margin: 0;
}

/* ===== PROSE (legal/text pages) ===== */
.prose {
    max-width: 860px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.prose h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 14px;
    color: #0a1628;
    max-width: none;
}

.prose h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 28px 0 10px;
}

.prose p { margin: 0 0 18px; }
.prose ul { padding-left: 20px; }
.prose ul li { margin-bottom: 8px; }
.prose a { color: #1d4ed8; }

/* ===== BREADCRUMB ===== */
.breadcrumb {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: .55;
    margin-bottom: 20px;
}

.breadcrumb a { color: #fff; }
.breadcrumb span { margin: 0 8px; }

/* ===== CONTACT PAGE ===== */
.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.contact-icon {
    width: 44px;
    height: 44px;
    background: #eef2fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4ed8;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-detail h4 {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 6px 0;
}

.contact-detail p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #0a1628;
}

.contact-detail a { color: #0a1628; }

/* ===== MOBILE NAV ===== */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a1628;
    z-index: 998;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.mobile-nav-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

/* ===== LEGACY / CLEARFIX ===== */
.clearfix:before,
.clearfix:after { content:""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.pull-left { float: left !important; }
.pull-right { float: right !important; }
.text-center { text-align: center !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .hero h1 { font-size: 48px; }
    .stats-bar { gap: 0; }
    .hero-img { width: 380px; }
}

@media (max-width: 992px) {
    .site-header { padding: 20px 30px; }
    .site-header.scrolled { padding: 14px 30px !important; }
    .hero, .hero-section { padding: 140px 30px 60px; }
    .hero-img { display: none; }
    .section { padding: 70px 30px; }
    .stats-bar { padding: 40px 30px; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .audience-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .contact-info-grid { grid-template-columns: 1fr; }
    .cta-band, footer.site-footer { padding: 60px 30px 30px; }
    .page-hero { padding: 130px 30px 60px; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .main-nav { display: none; }
    .nav-toggle { display: flex; }
    .hero h1, h1.hero-title { font-size: 34px; max-width: 100%; }
    .hero p { font-size: 15px; }
    .section h2 { font-size: 30px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .contact-form { grid-template-columns: 1fr; }
    .contact-form .form-group.full { grid-column: span 1; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .cookie-banner { flex-direction: column; padding: 20px 24px; align-items: flex-start; }
    .cta-band h2 { font-size: 28px; }
    .page-hero h1 { font-size: 34px; }
    .stat-number { font-size: 36px; }
}

@media (max-width: 480px) {
    .hero { padding: 120px 20px 40px !important; }
    .hero h1 { font-size: 28px; }
    .section { padding: 50px 20px; }
    .stats-bar { grid-template-columns: 1fr 1fr; padding: 30px 20px; }
    .back-to-top { bottom: 20px; right: 20px; }
    .pricing-card { padding: 28px 24px; }
    .cookie-banner p { font-size: 12px; }
}
