 * { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
    body { background-color: #0a0a0a; color: #ffffff; display: flex; flex-direction: column; align-items: center; padding: 0 0 90px 0; }
    .page { max-width: 800px; width: 100%; margin: 0 auto; background: #0a0a0a; }
    .header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; position: sticky; top: 0; width: 100%; background: rgba(10,10,10,0.96); z-index: 100; border-bottom: 1px solid #222; backdrop-filter: blur(4px); }
    .logo { display: flex; align-items: center; gap: 10px; }
    .logo-icon { width: 40px; height: 40px; background-color: #f7c948; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #111; font-weight: bold; font-size: 20px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
    .logo-text { font-size: 22px; font-weight: 800; color: #f7c948; }
    .logo-text span { color: #fff; }
    .tagline { font-size: 10px; color: #888; margin-top: 2px; }
    .nav-right { display: flex; align-items: center; gap: 12px; }
    .nav-right svg { width: 22px; height: 22px; fill: #fff; }
    .hero { padding: 10px 16px 5px; text-align: center; background: radial-gradient(circle at top, #1c1c1c, #0a0a0a); }
    .badge { display: inline-block; border: 1px solid #f7c948; color: #f7c948; padding: 6px 14px; border-radius: 50px; font-size: 11px; font-weight: bold; margin-bottom: 14px; letter-spacing: 1px; }
    .hero h1 { font-size: 34px; font-weight: 800; line-height: 1.2; margin-bottom: 8px; }
    .hero h1 span { color: #f7c948; }
    .hero p { font-size: 15px; color: #aaa; line-height: 1.6; max-width: 600px; margin: 0 auto; }
    .process-row { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; gap: 6px; flex-wrap: wrap; }
    .process-step { flex: 1 0 40%; text-align: center; min-width: 70px; }
    .icon-box { width: 56px; height: 56px; background-color: #1c1c1c; border: 1px solid #f7c948; border-radius: 12px; display: flex; justify-content: center; align-items: center; margin: 0 auto 8px; font-size: 22px; }
    .process-step h3 { font-size: 11px; font-weight: bold; margin-bottom: 4px; }
    .process-step p { font-size: 9px; color: #888; line-height: 1.3; }
    .arrow { color: #f7c948; font-size: 18px; flex-shrink: 0; }
    .features { padding: 40px 16px; background-color: #111; border-top: 1px solid #222; }
    .section-title-small { color: #f7c948; font-size: 11px; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
    .features h2 { font-size: 24px; line-height: 1.3; margin-bottom: 16px; }
    .features h2 span { color: #f7c948; }
    .features > p { color: #aaa; font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
    .feature-card { background-color: #1c1c1c; border-radius: 12px; padding: 16px; margin-bottom: 14px; display: flex; gap: 14px; align-items: flex-start; }
    .feature-card-icon { min-width: 36px; height: 36px; background-color: #2a2a2a; border-radius: 8px; display: flex; justify-content: center; align-items: center; color: #f7c948; font-size: 18px; }
    .feature-card h3 { font-size: 15px; margin-bottom: 6px; }
    .feature-card h3 span { color: #f7c948; }
    .feature-card p { font-size: 13px; color: #aaa; line-height: 1.5; }
    .how-it-works { padding: 40px 16px; }
    .how-it-works h2 { font-size: 24px; text-align: center; margin-bottom: 8px; }
    .how-it-works h2 span { color: #f7c948; }
    .how-it-works > p { text-align: center; color: #aaa; font-size: 14px; margin-bottom: 30px; }
    .step { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
    .step-num { font-size: 26px; font-weight: bold; color: #f7c948; width: 44px; text-align: center; flex-shrink: 0; }
    .step-content { flex: 1; }
    .step-content h3 { font-size: 17px; margin-bottom: 6px; }
    .step-content p { font-size: 13px; color: #aaa; line-height: 1.5; }
    .analysis-grid { background-color: #111; padding: 24px 16px; border-radius: 12px; margin-top: 24px; }
    .analysis-grid-title { text-align: center; margin-bottom: 18px; }
    .analysis-grid-title h3 { font-size: 20px; margin-bottom: 4px; }
    .analysis-grid-title p { color: #f7c948; font-size: 13px; }
    .grid-2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .grid-item { background-color: #1c1c1c; padding: 14px 10px; border-radius: 8px; text-align: center; }
    .grid-item .icon { font-size: 22px; margin-bottom: 8px; color: #f7c948; }
    .grid-item h4 { font-size: 12px; margin-bottom: 4px; }
    .grid-item p { font-size: 10px; color: #888; }
    .phone-section { padding: 40px 16px; background-color: #0a0a0a; }
    .phone-container { display: flex; flex-direction: column; gap: 20px; align-items: center; }
    .phone { background-color: #111; border: 2px solid #333; border-radius: 20px; width: 100%; max-width: 300px; padding: 18px; position: relative; }
    .phone-header { background-color: #f7c948; color: #111; text-align: center; font-weight: bold; padding: 5px; border-radius: 5px; font-size: 13px; margin-bottom: 16px; }
    .phone-content h5 { font-size: 15px; margin-bottom: 12px; color: #fff; }
    .phone-content h5 span { color: #f7c948; }
    .phone-content h3 { font-size: 26px; font-weight: 800; color: #f7c948; margin-bottom: 4px; }
    .phone-content h3 span { font-size: 13px; color: #aaa; font-weight: normal; }
    .phone-content p { font-size: 12px; color: #888; margin-bottom: 16px; }
    .match { background-color: #1c1c1c; border-radius: 8px; padding: 12px; margin-bottom: 10px; }
    .match-team { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
    .match-team h4 { font-size: 13px; color: #fff; }
    .match-time { font-size: 11px; color: #888; text-align: center; margin-bottom: 8px; }
    .match-btn { background-color: #f7c948; color: #111; text-align: center; padding: 10px; border-radius: 5px; font-weight: bold; font-size: 14px; margin-top: 8px; }
    .phone-footer { display: flex; justify-content: space-around; margin-top: 16px; }
    .phone-footer div { text-align: center; color: #888; font-size: 11px; }
    .team-view { padding: 40px 16px; background-color: #111; }
    .team-view h2 { font-size: 24px; text-align: center; margin-bottom: 8px; }
    .team-view h2 span { color: #f7c948; }
    .team-view > p { text-align: center; color: #aaa; font-size: 14px; margin-bottom: 30px; }
    .info-card { background-color: #1c1c1c; border-radius: 12px; padding: 18px; margin-bottom: 14px; }
    .info-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
    .info-header h3 { font-size: 15px; }
    .info-header h3 span { color: #f7c948; }
    .info-header .icon { color: #f7c948; font-size: 18px; }
    .info-list { border-left: 0px solid #f7c948; padding-left: 12px; }
    .info-list-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
    .info-list-item h4 { font-size: 13px; }
    .info-list-item p { font-size: 11px; color: #888; }
    .cta { padding: 40px 16px 60px; text-align: center; }
    .cta h2 { font-size: 28px; line-height: 1.3; margin-bottom: 16px; }
    .cta h2 span { color: #f7c948; }
    .cta p { color: #aaa; font-size: 14px; margin-bottom: 24px; }
    .cta-btn { background-color: #f7c948; color: #111; font-size: 17px; font-weight: bold; padding: 14px 20px; border-radius: 50px; border: none; width: 100%; max-width: 400px; display: block; margin: 0 auto; text-decoration: none; text-align: center; }
    .cta-btn:hover { opacity: 0.9; }
    .cta-links { display: flex; justify-content: center; gap: 16px; margin-top: 18px; font-size: 13px; color: #aaa; flex-wrap: wrap; }
    .cta-links span { display: flex; align-items: center; gap: 4px; }
    .footer { background-color: #111; padding: 24px 16px 20px; border-top: 1px solid #222; }
    .footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .footer-logo h3 { font-size: 18px; color: #f7c948; margin-bottom: 8px; }
    .footer-logo h3 span { color: #fff; }
    .footer-logo p { font-size: 12px; color: #888; line-height: 1.5; }
    .footer-col h4 { font-size: 13px; margin-bottom: 12px; color: #fff; }
    .footer-col ul { list-style: none; }
    .footer-col li { font-size: 12px; color: #888; margin-bottom: 6px; }
    .footer-col a { color: #888; text-decoration: none; }
    .footer-col a:hover { color: #f7c948; }
    .footer-bottom { text-align: center; font-size: 11px; color: #555; padding-top: 16px; border-top: 1px solid #222; display: flex; flex-direction: column; gap: 10px; align-items: center; }
    .footer-bottom .contact-links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
    .footer-bottom .contact-links a { color: #aaa; text-decoration: none; font-size: 12px; }
    .footer-bottom .contact-links a:hover { color: #f7c948; }
    .sticky-cta { position: fixed; bottom: 12px; left: 50%; transform: translateX(-50%); width: calc(100% - 32px); max-width: 400px; text-align: center; z-index: 100; }
    .sticky-cta .cta-btn { font-size: 16px; padding: 14px 20px; box-shadow: 0 6px 20px rgba(247, 201, 72, 0.25); }
    img { max-width: 100%; height: auto; display: block; }
    .phone-section img { border-radius: 16px; margin: 0 auto; }
    .match-team-img { display: flex; align-items: center; gap: 12px; justify-content: center; }
    .match-team-img img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
    @media (max-width: 480px) {
      .hero h1 { font-size: 28px; }
      .process-step { flex: 1 0 30%; }
      .arrow { font-size: 14px; }
      .grid-2x2 { gap: 8px; }
      .step { gap: 10px; }
    }