* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 30%, #fb923c 70%, #f97316 100%); color: #2d1b0e; line-height: 1.6; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); border-bottom: 2px solid rgba(249, 115, 22, 0.3); padding: 12px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 30px rgba(249, 115, 22, 0.15); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, #f97316, #4a2c0a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.5px; display: flex; align-items: center; gap: 10px; }
        .logo::after { content: "🏆"; font-size: 1.6rem; -webkit-text-fill-color: initial; }
        .nav-links { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
        .nav-links a { text-decoration: none; color: #4a2c0a; font-weight: 600; font-size: 1rem; padding: 8px 12px; border-radius: 30px; transition: all 0.3s; background: transparent; }
        .nav-links a:hover { background: linear-gradient(135deg, #f97316, #fbbf24); color: #fff; box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4); }
        .section { margin: 60px 0; padding: 40px 30px; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); border-radius: 48px; box-shadow: 0 20px 60px rgba(74, 44, 10, 0.08); border: 1px solid rgba(249, 115, 22, 0.15); }
        .section-title { font-size: 2.2rem; font-weight: 700; margin-bottom: 30px; background: linear-gradient(135deg, #f97316, #4a2c0a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; letter-spacing: -0.3px; position: relative; }
        .section-title::after { content: ""; display: block; width: 60px; height: 4px; background: linear-gradient(90deg, #f97316, #fbbf24); border-radius: 4px; margin-top: 8px; }
        h1 { font-size: 3.2rem; font-weight: 800; background: linear-gradient(135deg, #f97316, #4a2c0a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-align: center; margin-bottom: 20px; letter-spacing: -1px; padding: 0 20px; }
        .hero-card { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
        .hero-card .text-block p { font-size: 1.15rem; color: #2d1b0e; opacity: 0.9; margin-top: 12px; }
        .hero-card .img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
        .hero-card .img-grid img { width: 100%; border-radius: 24px; object-fit: cover; height: 180px; box-shadow: 0 8px 25px rgba(249, 115, 22, 0.2); transition: transform 0.3s; }
        .hero-card .img-grid img:hover { transform: scale(1.03); }
        .btn-cta { display: inline-block; padding: 14px 40px; background: linear-gradient(135deg, #f97316, #fbbf24); color: #fff; font-weight: 700; font-size: 1.1rem; border-radius: 50px; text-decoration: none; margin-top: 20px; box-shadow: 0 8px 30px rgba(249, 115, 22, 0.35); transition: all 0.3s; border: none; cursor: pointer; }
        .btn-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(249, 115, 22, 0.5); }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; }
        .stat-item { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 32px; padding: 28px 16px; text-align: center; border: 1px solid rgba(249,115,22,0.2); }
        .stat-item .num { font-size: 2.6rem; font-weight: 800; background: linear-gradient(135deg, #f97316, #4a2c0a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .stat-item .label { color: #4a2c0a; font-weight: 500; margin-top: 6px; }
        .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
        .adv-card { background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); border-radius: 32px; padding: 30px 20px; text-align: center; border: 1px solid rgba(249,115,22,0.15); transition: 0.3s; }
        .adv-card:hover { background: rgba(255,255,255,0.8); transform: translateY(-5px); }
        .adv-card .icon { font-size: 2.8rem; margin-bottom: 12px; }
        .adv-card h3 { font-size: 1.3rem; color: #4a2c0a; }
        .adv-card p { color: #2d1b0e; opacity: 0.8; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .testi-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 32px; padding: 30px; border: 1px solid rgba(249,115,22,0.2); }
        .testi-card .stars { color: #f97316; font-size: 1.4rem; margin-bottom: 8px; }
        .testi-card p { font-style: italic; }
        .testi-card .author { font-weight: 600; margin-top: 12px; color: #4a2c0a; }
        .faq-item { background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); border-radius: 24px; padding: 24px; margin-bottom: 16px; border: 1px solid rgba(249,115,22,0.1); }
        .faq-item h3 { color: #f97316; font-size: 1.2rem; margin-bottom: 8px; }
        .faq-item p { color: #2d1b0e; opacity: 0.85; }
        .news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
        .news-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 32px; padding: 24px; border: 1px solid rgba(249,115,22,0.15); transition: 0.3s; }
        .news-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.8); }
        .news-card .date { color: #f97316; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
        .news-card h3 { font-size: 1.2rem; color: #4a2c0a; margin-bottom: 8px; }
        .news-card p { color: #2d1b0e; opacity: 0.8; }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .partner-logos span { font-size: 2.2rem; opacity: 0.7; }
        .geo-text { font-size: 1.1rem; color: #2d1b0e; opacity: 0.9; line-height: 1.8; }
        footer { background: rgba(74, 44, 10, 0.9); backdrop-filter: blur(12px); color: #fde68a; padding: 40px 0; margin-top: 60px; border-radius: 48px 48px 0 0; }
        footer .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
        footer .footer-col h4 { color: #fbbf24; margin-bottom: 12px; font-size: 1.1rem; }
        footer a { color: #fde68a; text-decoration: none; transition: 0.3s; }
        footer a:hover { color: #f97316; }
        footer .footer-bottom { border-top: 1px solid rgba(253, 230, 138, 0.2); margin-top: 30px; padding-top: 20px; text-align: center; font-size: 0.9rem; }
        .friend-links { margin: 16px 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
        .friend-links a { color: #fbbf24; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            .hero-card { grid-template-columns: 1fr; }
            .nav-links { gap: 12px; margin-top: 10px; }
            .nav-links a { font-size: 0.9rem; padding: 6px 10px; }
            .section { padding: 24px 16px; }
        }
        .img-fluid { width: 100%; border-radius: 20px; object-fit: cover; }
        .story-content { display: flex; gap: 30px; flex-wrap: wrap; align-items: center; }
        .story-content img { max-width: 400px; width: 100%; border-radius: 32px; }