/* === 0052 - Western Cowboy Theme === */
:root {
    --brown: #92400e;
    --desert: #d4a574;
    --dark-brown: #451a03;
    --cream: #fef3c7;
    --wood: #78350f;
    --leather: #a16207;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #fdf6e3;
    color: #3b2f1e;
    line-height: 1.6;
}

/* Navbar */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: linear-gradient(180deg, rgba(69,26,3,0.97) 0%, rgba(69,26,3,0.94) 100%);
    backdrop-filter: blur(8px);
    border-bottom: 2px solid var(--desert);
    padding: 0 24px;
}
.navbar-inner {
    max-width: 1280px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
}
.navbar-brand {
    display: flex; align-items: center; gap: 10px;
    font-size: 1.4rem; font-weight: 800; color: var(--desert);
    letter-spacing: 1px;
}
.navbar-brand i { font-size: 1.8rem; color: #f59e0b; }
.navbar-links { display: flex; align-items: center; gap: 24px; list-style: none; }
.navbar-links a {
    color: var(--cream); text-decoration: none; font-weight: 600;
    font-size: 0.9rem; letter-spacing: 0.5px; transition: color 0.3s;
}
.navbar-links a:hover { color: var(--desert); }
.nav-btn {
    background: linear-gradient(135deg, var(--brown), var(--leather));
    color: var(--cream) !important;
    padding: 10px 22px; border-radius: 24px;
    border: 2px solid var(--desert);
    font-weight: 700 !important;
}
.nav-btn:hover {
    background: var(--desert);
    color: var(--dark-brown) !important;
}
.navbar-toggle { display: none; color: var(--desert); font-size: 1.6rem; cursor: pointer; }

/* Hero */
.hero {
    padding: 140px 24px 80px;
    background: linear-gradient(180deg, #451a03 0%, #78350f 60%, #92400e 100%);
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M10 10 L90 90 M90 10 L10 90" stroke="rgba(212,165,116,0.08)" stroke-width="0.5"/></svg>');
    opacity: 0.5;
}
.hero-inner {
    max-width: 1280px; margin: 0 auto;
    display: flex; align-items: center; gap: 60px;
    position: relative; z-index: 1;
}
.hero-text { flex: 1; }
.hero-badge {
    display: inline-block;
    background: var(--desert);
    color: var(--dark-brown);
    padding: 6px 16px; border-radius: 4px;
    font-weight: 700; font-size: 0.85rem;
    letter-spacing: 2px; margin-bottom: 16px;
    border: 1px solid #f59e0b;
}
.hero-text h1 {
    font-size: 3.2rem; font-weight: 900; line-height: 1.15;
    color: var(--cream); margin-bottom: 16px;
}
.hero-text h1 span { color: var(--desert); }
.hero-text p {
    font-size: 1.1rem; color: #d4a574; margin-bottom: 28px;
    max-width: 520px; line-height: 1.7;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
    background: linear-gradient(135deg, var(--brown), #a16207);
    color: var(--cream); padding: 14px 32px; border-radius: 6px;
    font-weight: 700; font-size: 1rem; text-decoration: none;
    border: 2px solid var(--desert); transition: all 0.3s;
    letter-spacing: 1px;
}
.btn-primary:hover { background: var(--desert); color: var(--dark-brown); transform: translateY(-2px); }
.btn-outline {
    background: transparent;
    color: var(--desert); padding: 14px 32px; border-radius: 6px;
    font-weight: 700; font-size: 1rem; text-decoration: none;
    border: 2px solid var(--desert); transition: all 0.3s;
}
.btn-outline:hover { background: rgba(212,165,116,0.1); transform: translateY(-2px); }
.hero-img {
    flex: 0 0 420px;
    border: 6px solid var(--desert);
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    transform: rotate(-2deg);
}
.hero-img img { width: 100%; height: auto; display: block; }

/* Section Titles */
.section-title {
    text-align: center; margin-bottom: 50px;
}
.section-title h2 {
    font-size: 2.5rem; font-weight: 900; color: var(--dark-brown);
    position: relative; display: inline-block; padding-bottom: 12px;
}
.section-title h2::after {
    content: '';
    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 80px; height: 3px;
    background: linear-gradient(90deg, transparent, var(--brown), transparent);
    border-radius: 2px;
}
.section-title p { color: #8b6914; margin-top: 12px; }

/* Features */
.features {
    padding: 80px 24px;
    background: linear-gradient(180deg, #fef3c7 0%, #fdf6e3 50%, #fef3c7 100%);
}
.features-inner { max-width: 1280px; margin: 0 auto; }
.features-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.feat-card {
    background: #fff;
    border: 2px solid #d4a574;
    border-radius: 0; /* sharp corners for western feel */
    padding: 36px 28px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    clip-path: polygon(0% 0%, 95% 0%, 100% 10%, 100% 100%, 5% 100%, 0% 90%);
}
.feat-card:hover {
    transform: translateY(-6px);
    box-shadow: 8px 8px 0 rgba(146,64,14,0.3);
    border-color: var(--brown);
}
.feat-icon {
    font-size: 2.5rem; color: var(--brown); margin-bottom: 16px;
    display: block;
}
.feat-card h3 {
    font-size: 1.3rem; font-weight: 800; color: var(--dark-brown);
    margin-bottom: 10px; letter-spacing: 1px;
}
.feat-card p { color: #6b5b3e; font-size: 0.95rem; line-height: 1.6; }

/* Stats */
.stats {
    padding: 70px 24px;
    background: linear-gradient(135deg, #451a03 0%, #78350f 100%);
    border-top: 3px solid var(--desert);
    border-bottom: 3px solid var(--desert);
}
.stats-inner { max-width: 1280px; margin: 0 auto; }
.stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
    text-align: center;
}
.stat-item .stat-num {
    font-size: 3rem; font-weight: 900; color: var(--desert);
    display: block; line-height: 1;
}
.stat-item .stat-label {
    color: var(--cream); font-size: 0.95rem; margin-top: 8px;
    letter-spacing: 1px;
}

/* Testimonials */
.testimonials {
    padding: 80px 24px;
    background: #fdf6e3;
}
.testimonials-inner { max-width: 1280px; margin: 0 auto; }
.testimonials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.testi-card {
    background: #fff;
    border: 2px solid #d4a574;
    padding: 28px;
    position: relative;
    box-shadow: 4px 4px 0 rgba(146,64,14,0.15);
    transition: all 0.3s;
}
.testi-card:hover {
    box-shadow: 6px 6px 0 rgba(146,64,14,0.3);
    transform: translate(-2px, -2px);
}
.testi-card::before {
    content: '\201C';
    font-size: 4rem; color: var(--desert); line-height: 0.5;
    display: block; margin-bottom: 8px; font-family: Georgia, serif;
}
.testi-stars { margin-bottom: 10px; }
.testi-stars i { color: #f59e0b; font-size: 0.9rem; }
.testi-card p { color: #5c4a2a; font-style: italic; margin-bottom: 16px; line-height: 1.6; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--brown); }
.testi-author strong { color: var(--dark-brown); font-size: 0.9rem; display: block; }
.testi-author span { color: #8b6914; font-size: 0.8rem; }

/* FAQ */
.faq {
    padding: 80px 24px;
    background: linear-gradient(180deg, #fef3c7 0%, #fff 100%);
}
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-item {
    background: #fff;
    border: 2px solid #d4a574;
    margin-bottom: 14px;
    box-shadow: 3px 3px 0 rgba(146,64,14,0.1);
    transition: all 0.3s;
}
.faq-item.active {
    border-color: var(--brown);
    box-shadow: 4px 4px 0 rgba(146,64,14,0.25);
}
.faq-toggle {
    width: 100%; padding: 18px 22px;
    display: flex; align-items: center; justify-content: space-between;
    background: none; border: none; cursor: pointer;
    font-size: 1rem; font-weight: 700; color: var(--dark-brown);
    text-align: left;
}
.faq-toggle i { color: var(--brown); transition: transform 0.3s; font-size: 0.85rem; }
.faq-item.active .faq-toggle i { transform: rotate(180deg); }
.faq-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer-inner { padding: 0 22px 18px; color: #5c4a2a; line-height: 1.7; }

/* CTA */
.cta {
    padding: 80px 24px;
    background: linear-gradient(135deg, #78350f 0%, #92400e 50%, #451a03 100%);
    text-align: center;
    border-top: 3px solid var(--desert);
}
.cta-inner { max-width: 700px; margin: 0 auto; }
.cta h2 { font-size: 2.4rem; font-weight: 900; color: var(--cream); margin-bottom: 12px; }
.cta p { color: var(--desert); margin-bottom: 28px; font-size: 1.1rem; }
.cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.cta .btn-primary { font-size: 1.1rem; padding: 16px 36px; }
.cta .btn-outline { font-size: 1.1rem; padding: 16px 36px; }

/* Footer */
.footer {
    background: #2b1700;
    color: #b8946e; padding: 50px 24px 30px;
    border-top: 4px solid var(--brown);
}
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 36px; }
.footer-grid h4 { color: var(--desert); font-size: 1.1rem; margin-bottom: 14px; letter-spacing: 1px; }
.footer-grid ul { list-style: none; }
.footer-grid ul li { margin-bottom: 8px; }
.footer-grid ul a { color: #b8946e; text-decoration: none; font-size: 0.9rem; transition: color 0.3s; }
.footer-grid ul a:hover { color: var(--desert); }
.footer-grid i { color: var(--desert); margin-right: 6px; width: 16px; text-align: center; }
.footer-bottom {
    border-top: 1px solid rgba(212,165,116,0.2); padding-top: 18px;
    text-align: center; font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-links { display: none; }
    .navbar-toggle { display: block; }
    .hero-inner { flex-direction: column; text-align: center; }
    .hero-img { flex: 0 0 auto; max-width: 320px; margin: 0 auto; }
    .hero-text h1 { font-size: 2.2rem; }
    .hero-btns { justify-content: center; }
    .features-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .stats-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}
