* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; background: #f7f5f2; color: #1a1816; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

:root { --primary: #0d2b3e; --primary-light: #1a4058; --primary-dark: #071a26; --accent: #c49a6c; --accent-light: #e8d5b5; --accent-dark: #a67c52; --bg-body: #f7f5f2; --bg-card: #ffffff; --border: #e8e3dc; --text-primary: #1a1816; --text-secondary: #4a4440; --text-muted: #8a847e; --shadow-sm: 0 2px 12px rgba(0,0,0,0.04); --shadow-md: 0 8px 32px rgba(0,0,0,0.06); --shadow-lg: 0 20px 60px rgba(0,0,0,0.08); --radius: 14px; --radius-sm: 8px; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.25; color: var(--text-primary); }
h1 { font-size: 44px; } h2 { font-size: 34px; } h3 { font-size: 20px; } h4 { font-size: 17px; }
.highlight { color: var(--accent); }
.section-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--accent); margin-bottom: 6px; }
.section-title { font-size: 34px; font-weight: 800; margin-bottom: 40px; }
.section-title span { color: var(--accent); }

.topbar { background: var(--primary); color: #b0bcc8; font-size: 12px; padding: 6px 0; border-bottom: 2px solid var(--accent); }
.topbar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.topbar a { color: #b0bcc8; } .topbar a:hover { color: var(--accent-light); }
.topbar .highlight { color: var(--accent); font-weight: 600; }

header { background: #ffffff; padding: 14px 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-sm); }
.header-wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { width: 44px; height: 44px; background: var(--primary); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--accent); font-weight: 900; font-size: 18px; letter-spacing: -1px; }
.logo-text { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; color: var(--primary); }
.logo-text span { color: var(--accent); }
.menu-toggle { display: none; font-size: 28px; color: var(--primary); cursor: pointer; background: none; border: none; padding: 4px 8px; }
.nav { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.nav a { font-size: 14px; font-weight: 500; color: var(--text-secondary); }
.nav a:hover, .nav a.active { color: var(--accent); }

.btn-primary { background: var(--accent); color: #fff !important; padding: 10px 32px; border-radius: 50px; font-weight: 600; font-size: 14px; display: inline-block; transition: all 0.3s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(196,154,108,0.3); }
.btn-outline { border: 2px solid var(--accent); color: var(--accent) !important; padding: 10px 32px; border-radius: 50px; font-weight: 600; font-size: 14px; display: inline-block; background: transparent; cursor: pointer; }
.btn-outline:hover { background: var(--accent); color: #fff !important; }
.btn-large { padding: 14px 44px; font-size: 16px; }
.btn-accent { background: var(--primary); color: #fff !important; padding: 10px 28px; border-radius: 50px; font-weight: 600; font-size: 14px; display: inline-block; transition: all 0.3s; }
.btn-accent:hover { background: var(--primary-light); transform: translateY(-2px); }

.hero { padding: 60px 0 50px; background: linear-gradient(170deg, #f7f5f2 0%, #ede8e2 100%); border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.hero-tag { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--accent); margin-bottom: 14px; }
.hero-tag span { background: rgba(196,154,108,0.12); padding: 4px 16px; border-radius: 50px; }
.hero h1 { font-size: 44px; font-weight: 900; line-height: 1.1; margin-bottom: 16px; }
.hero h1 .highlight { color: var(--accent); }
.hero p { font-size: 17px; color: var(--text-secondary); max-width: 480px; margin-bottom: 24px; }
.hero-metrics { display: flex; gap: 36px; margin-bottom: 28px; }
.hero-metrics strong { font-size: 24px; font-weight: 800; color: var(--primary); display: block; }
.hero-metrics span { font-size: 13px; color: var(--text-muted); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { display: flex; justify-content: flex-end; }
.hero-card { background: #ffffff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 24px 28px; width: 100%; max-width: 420px; border: 1px solid var(--border); }
.hero-card-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--border); font-size: 14px; font-weight: 600; }
.badge-live { font-size: 11px; font-weight: 700; color: #2d9b7a; background: rgba(45,155,122,0.1); padding: 2px 12px; border-radius: 50px; }
.hero-card-body { padding: 16px 0; }
.metric-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; color: var(--text-secondary); border-bottom: 1px solid #f0ede8; }
.metric-row:last-child { border-bottom: 0; }
.metric-row .value { font-weight: 700; color: var(--primary); }
.hero-card-footer { padding-top: 14px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-size: 12px; color: var(--text-muted); }
.hero-card-footer a { color: var(--accent); font-weight: 600; }
.hero-card-footer a:hover { color: var(--accent-dark); }

.features { padding: 70px 0 60px; background: #ffffff; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.feature-card { background: var(--bg-body); padding: 32px 26px; border-radius: var(--radius); border: 1px solid var(--border); transition: all 0.3s; }
.feature-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon { font-size: 36px; display: block; margin-bottom: 12px; }
.feature-card h3 { margin-bottom: 6px; }
.feature-card p { font-size: 14px; color: var(--text-secondary); margin-bottom: 14px; }
.feature-link { font-size: 13px; font-weight: 600; color: var(--accent); }
.feature-link:hover { color: var(--accent-dark); }

.slots-analyzed { padding: 70px 0 60px; background: var(--bg-body); }
.slots-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.slot-card { background: #ffffff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: all 0.3s; }
.slot-card:hover { border-color: var(--accent); transform: translateY(-6px); box-shadow: var(--shadow-md); }
.slot-img { height: 180px; overflow: hidden; position: relative; background: #e8e3dc; }
.slot-img img { width: 100%; height: 100%; object-fit: cover; }
.slot-badge { position: absolute; top: 12px; left: 12px; background: var(--accent); color: #fff; padding: 3px 14px; border-radius: 50px; font-size: 11px; font-weight: 700; }
.slot-badge-green { background: #2d9b7a; }
.slot-badge-gold { background: #d4a74a; }
.slot-body { padding: 22px; }
.slot-body h3 { margin-bottom: 4px; }
.slot-body h3 a { color: var(--text-primary); }
.slot-body h3 a:hover { color: var(--accent); }
.slot-metrics { display: flex; gap: 18px; font-size: 13px; color: var(--text-muted); margin: 6px 0 10px; }
.slot-metrics strong { color: var(--primary); font-weight: 700; }
.slot-body p { font-size: 14px; color: var(--text-secondary); margin-bottom: 12px; }
.slot-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.slot-tags span { background: var(--bg-body); padding: 2px 14px; border-radius: 50px; font-size: 11px; color: var(--text-secondary); }
.slot-link { font-size: 14px; font-weight: 600; color: var(--accent); }
.slot-link:hover { color: var(--accent-dark); }
.slots-cta { text-align: center; margin-top: 40px; }

.reports-highlight { padding: 70px 0 60px; background: #ffffff; }
.reports-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.report-card { background: var(--bg-body); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: all 0.3s; }
.report-card:hover { border-color: var(--accent); transform: translateY(-4px); }
.report-img { height: 160px; overflow: hidden; position: relative; background: #d5cec6; }
.report-img img { width: 100%; height: 100%; object-fit: cover; }
.report-type { position: absolute; bottom: 12px; right: 12px; background: var(--primary); color: #fff; padding: 2px 14px; border-radius: 50px; font-size: 11px; font-weight: 600; }
.report-body { padding: 20px 22px; }
.report-date { font-size: 12px; color: var(--text-muted); }
.report-body h4 { margin: 4px 0 6px; }
.report-body p { font-size: 14px; color: var(--text-secondary); margin-bottom: 12px; }
.report-link { font-size: 14px; font-weight: 600; color: var(--accent); }
.report-link:hover { color: var(--accent-dark); }
.reports-cta { text-align: center; margin-top: 40px; }

.insights-banner { padding: 40px 0; background: var(--primary); }
.banner-box { background: rgba(255,255,255,0.05); border-radius: var(--radius); padding: 40px 44px; border: 1px solid rgba(255,255,255,0.08); display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: center; }
.banner-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--accent); }
.banner-content h3 { color: #fff; font-size: 26px; margin: 6px 0 12px; }
.banner-content h3 span { color: var(--accent); }
.banner-content p { color: #b0bcc8; font-size: 15px; max-width: 460px; margin-bottom: 18px; }
.banner-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.banner-stats div { text-align: center; padding: 16px; background: rgba(255,255,255,0.05); border-radius: var(--radius-sm); }
.banner-stats span { display: block; font-size: 32px; font-weight: 900; color: var(--accent); }
.banner-stats label { font-size: 12px; color: #8899a8; }

.testimonials { padding: 70px 0 60px; background: var(--bg-body); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.testimonial-card { background: #ffffff; padding: 28px 26px; border-radius: var(--radius); border: 1px solid var(--border); transition: all 0.3s; }
.testimonial-card:hover { border-color: var(--accent); }
.testimonial-stars { color: #f5a623; font-size: 18px; letter-spacing: 2px; margin-bottom: 8px; }
.testimonial-card p { font-size: 14px; color: var(--text-secondary); font-style: italic; margin-bottom: 16px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: #d5cec6; }
.testimonial-author strong { display: block; font-size: 14px; color: var(--text-primary); }
.testimonial-author span { font-size: 12px; color: var(--text-muted); }

.cta-final { padding: 60px 0; background: #ffffff; }
.cta-box { background: var(--bg-body); border-radius: var(--radius); padding: 50px 44px; border: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-text h2 { font-size: 32px; }
.cta-text h2 span { color: var(--accent); }
.cta-text p { color: var(--text-secondary); max-width: 480px; margin-top: 6px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.faq-section { padding: 70px 0 60px; background: #f7f5f2; }
.faq-subtitle { text-align: center; color: var(--text-muted); font-size: 14px; margin-top: -30px; margin-bottom: 40px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; }
.faq-item { background: #ffffff; border-radius: 12px; border: 1px solid #e8e3dc; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.faq-item:hover { border-color: #c49a6c; box-shadow: 0 4px 16px rgba(196,154,108,0.08); }
.faq-question { display: flex; align-items: center; gap: 12px; padding: 16px 20px; cursor: pointer; user-select: none; transition: background 0.3s ease; }
.faq-question:hover { background: rgba(196,154,108,0.04); }
.faq-icon { font-size: 20px; flex-shrink: 0; }
.faq-question h4 { font-size: 15px; font-weight: 600; flex: 1; margin: 0; color: #1a1816; line-height: 1.3; }
.faq-toggle { font-size: 22px; font-weight: 300; color: #c49a6c; transition: transform 0.3s ease; flex-shrink: 0; line-height: 1; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.3s ease; padding: 0 20px; }
.faq-item.open .faq-answer { max-height: 800px; padding: 0 20px 20px; }
.faq-answer p { font-size: 14px; color: #4a4440; line-height: 1.8; margin: 0; }
.faq-answer p strong { color: #0d2b3e; }
.faq-answer p a { color: #c49a6c; font-weight: 600; text-decoration: underline; }
.faq-answer p a:hover { color: #a67c52; }

.warning-section { padding: 0 0 30px; background: #ffffff; }
.warning-box { background: rgba(196,154,108,0.06); border-left: 4px solid var(--accent); padding: 16px 22px; border-radius: var(--radius-sm); font-size: 13px; color: var(--text-secondary); display: flex; gap: 14px; align-items: flex-start; }
.warning-icon { font-size: 20px; flex-shrink: 0; }
.warning-box strong { color: var(--accent); }
.warning-box a { color: var(--accent); font-weight: 600; }
.warning-box a:hover { color: var(--accent-dark); }

footer { background: #0d0b0a; padding: 50px 0 25px; border-top: 1px solid #1a1816; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { color: #6b6560; font-size: 14px; max-width: 320px; line-height: 1.6; }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a { display: inline-block; padding: 6px; color: #6b6560; font-size: 20px; transition: color 0.3s; }
.footer-social a:hover { color: var(--accent); }
.footer-grid h4 { color: #e8e3dc; font-size: 15px; margin-bottom: 14px; }
.footer-grid a { color: #6b6560; font-size: 14px; display: block; margin-bottom: 6px; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { text-align: center; padding-top: 28px; margin-top: 28px; border-top: 1px solid #1a1816; font-size: 13px; color: #4a4440; }
.footer-bottom a { color: #6b6560; }
.footer-bottom a:hover { color: var(--accent); }
.footer-disclaimer { font-size: 12px; color: #3a3532; margin-top: 4px; }

@media (max-width: 992px) {
    h1 { font-size: 34px; } h2 { font-size: 28px; } .section-title { font-size: 28px; }
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero p { margin-left: auto; margin-right: auto; }
    .hero-metrics { justify-content: center; }
    .hero-actions { justify-content: center; }
    .hero-visual { justify-content: center; }
    .hero-card { max-width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
    .banner-box { grid-template-columns: 1fr; text-align: center; }
    .banner-content p { margin-left: auto; margin-right: auto; }
    .banner-stats { max-width: 400px; margin: 0 auto; }
    .cta-box { grid-template-columns: 1fr; text-align: center; }
    .cta-actions { justify-content: center; }
}

@media (max-width: 768px) {
    .container { padding: 0 16px; }
    h1 { font-size: 28px; } h2 { font-size: 22px; } .section-title { font-size: 22px; }
    .menu-toggle { display: block; }
    .nav { display: none; width: 100%; flex-direction: column; gap: 14px; padding: 16px 0; }
    .nav.open { display: flex; }
    .hero { padding: 40px 0 30px; }
    .hero h1 { font-size: 28px; }
    .hero-metrics { flex-wrap: wrap; gap: 20px; }
    .features { padding: 50px 0 40px; }
    .slots-analyzed { padding: 50px 0 40px; }
    .slots-grid { grid-template-columns: 1fr; }
    .reports-highlight { padding: 50px 0 40px; }
    .reports-grid { grid-template-columns: 1fr; }
    .testimonials { padding: 50px 0 40px; }
    .faq-section { padding: 50px 0 40px; }
    .faq-subtitle { font-size: 13px; margin-top: -20px; margin-bottom: 30px; }
    .faq-question { padding: 14px 16px; gap: 10px; }
    .faq-question h4 { font-size: 14px; }
    .faq-icon { font-size: 18px; }
    .faq-toggle { font-size: 20px; }
    .faq-item.open .faq-answer { padding: 0 16px 16px; }
    .faq-answer p { font-size: 13px; }
    .cta-final { padding: 40px 0; }
    .cta-box { padding: 30px 20px; }
    .cta-text h2 { font-size: 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .btn-large { padding: 12px 28px; font-size: 14px; }
    .warning-box { font-size: 12px; padding: 14px 16px; }
    .banner-box { padding: 28px 20px; }
    .banner-content h3 { font-size: 20px; }
    .banner-stats { grid-template-columns: 1fr 1fr; }
    .banner-stats span { font-size: 24px; }
}

@media (max-width: 480px) {
    .logo-text { font-size: 18px; }
    .logo-icon { width: 36px; height: 36px; font-size: 14px; }
    .hero h1 { font-size: 22px; }
    .hero-metrics strong { font-size: 18px; }
    .faq-question { padding: 12px 14px; gap: 8px; }
    .faq-question h4 { font-size: 13px; }
    .faq-icon { font-size: 16px; }
    .faq-toggle { font-size: 18px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .banner-stats { grid-template-columns: 1fr; }
    .banner-stats div { padding: 12px; }
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-img {
    height: 44px;          
    width: auto;           
    max-height: 50px;      
    object-fit: contain; 
    display: block;
}

.logo-img {
    max-width: 180px;
}

@media (max-width: 768px) {
    .logo-img {
        height: 34px;
        max-width: 140px;
    }
}