* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, system-ui, sans-serif; background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 50%, #fcd34d 100%); color: #3a2a1a; line-height: 1.6; min-height: 100vh; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
        nav { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 2px solid rgba(249,115,22,0.2); position: sticky; top: 0; z-index: 100; padding: 0.8rem 0; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
        .nav-links { display: flex; gap: 0.5rem 1.5rem; flex-wrap: wrap; align-items: center; }
        .nav-links a { text-decoration: none; color: #4a2c0a; font-weight: 600; padding: 0.4rem 0.8rem; border-radius: 40px; transition: all 0.2s; font-size: 0.95rem; }
        .nav-links a:hover { background: linear-gradient(135deg, #f97316, #ea580c); color: #fff; box-shadow: 0 4px 12px rgba(249,115,22,0.3); }
        .logo { font-size: 1.7rem; font-weight: 800; background: linear-gradient(135deg, #f97316, #c2410c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.5px; }
        .hero { padding: 4rem 0 3rem; text-align: center; }
        .hero h1 { font-size: 2.8rem; font-weight: 900; background: linear-gradient(135deg, #4a2c0a, #f97316); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 1rem; }
        .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 2rem; color: #5c3e1e; }
        .hero-img { width: 100%; max-width: 700px; border-radius: 30px; margin: 1rem auto; box-shadow: 0 20px 40px -12px rgba(249,115,22,0.3); }
        .section-title { font-size: 2.2rem; font-weight: 800; color: #4a2c0a; text-align: center; margin-bottom: 2.5rem; position: relative; }
        .section-title::after { content: ''; display: block; width: 80px; height: 4px; background: linear-gradient(90deg, #f97316, #ea580c); margin: 0.6rem auto 0; border-radius: 4px; }
        .glass-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 32px; padding: 2rem; border: 1px solid rgba(255,255,255,0.4); box-shadow: 0 8px 32px rgba(249,115,22,0.08); transition: transform 0.2s; }
        .glass-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(249,115,22,0.15); }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
        .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.8rem; margin: 2rem 0; }
        .img-round { width: 100%; border-radius: 24px; margin: 1.2rem 0; box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
        .badge { display: inline-block; background: linear-gradient(135deg, #f97316, #ea580c); color: #fff; padding: 0.2rem 1rem; border-radius: 40px; font-size: 0.8rem; font-weight: 700; margin-right: 0.6rem; }
        .news-card { background: rgba(255,255,255,0.65); backdrop-filter: blur(10px); border-radius: 28px; padding: 1.8rem; border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 6px 20px rgba(249,115,22,0.06); transition: all 0.2s; }
        .news-card:hover { background: rgba(255,255,255,0.9); box-shadow: 0 8px 28px rgba(249,115,22,0.12); }
        .news-date { font-size: 0.85rem; color: #b45309; font-weight: 600; margin-bottom: 0.4rem; }
        .faq-item { background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); border-radius: 24px; padding: 1.6rem 2rem; margin-bottom: 1.2rem; border: 1px solid rgba(255,255,255,0.3); }
        .faq-item h3 { font-size: 1.3rem; color: #4a2c0a; margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.5rem; }
        .faq-item p { color: #5c3e1e; }
        .cta-block { background: linear-gradient(135deg, #f97316, #c2410c); color: #fff; border-radius: 48px; padding: 3rem 2.5rem; text-align: center; margin: 3rem 0; box-shadow: 0 20px 50px rgba(249,115,22,0.25); }
        .cta-block h2 { font-size: 2.2rem; margin-bottom: 1rem; }
        .cta-block p { font-size: 1.1rem; opacity: 0.95; max-width: 600px; margin: 0 auto 1.8rem; }
        .btn { display: inline-block; background: #fff; color: #c2410c; padding: 0.9rem 2.8rem; border-radius: 60px; font-weight: 700; font-size: 1.1rem; text-decoration: none; transition: all 0.2s; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        .btn:hover { transform: scale(1.04); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 3rem; padding: 1.5rem 0; }
        .partner-logos img { height: 50px; opacity: 0.75; transition: opacity 0.2s; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.05)); }
        .partner-logos img:hover { opacity: 1; }
        footer { background: rgba(30,15,5,0.9); backdrop-filter: blur(16px); color: #f5e6d3; padding: 3rem 0 2rem; margin-top: 3rem; border-radius: 48px 48px 0 0; }
        footer a { color: #fcd34d; text-decoration: none; transition: color 0.2s; }
        footer a:hover { color: #fff; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 0.8rem 1.8rem; justify-content: center; margin: 1.5rem 0; }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; text-align: center; font-size: 0.9rem; color: #bcaa9a; }
        .stats-number { font-size: 2.8rem; font-weight: 900; background: linear-gradient(135deg, #f97316, #c2410c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .review-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 28px; padding: 1.8rem; border: 1px solid rgba(255,255,255,0.3); }
        .review-card p { font-style: italic; color: #4a2c0a; }
        .review-author { font-weight: 700; margin-top: 1rem; color: #c2410c; }
        @media (max-width: 640px) {
            .hero h1 { font-size: 2rem; }
            .section-title { font-size: 1.8rem; }
            .nav-links { gap: 0.3rem; }
            .nav-links a { font-size: 0.85rem; padding: 0.3rem 0.6rem; }
        }