    html { scroll-behavior: smooth; }
    :root {
      --primary: #2454c1;
      --accent: #15bf6c;
      --bg: #f7fafc;
      --card: #fff;
      --shadow: 0 8px 32px rgba(44,62,80,.11);
      --radius: 24px;
      --radius-sm: 14px;
      --gold: #f7b500;
    }
    body { margin: 0; font-family: 'Inter', Arial, sans-serif; background: var(--bg); color: #252525;}
    .main-wrapper { max-width: 900px; margin: 32px auto 0 auto; background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 0 0 32px 0;}
    header { padding: 32px 32px 0 32px; display: flex; align-items: center; justify-content: space-between; }
    .logo { display: flex; align-items: center; gap: 10px; font-size: 2.1rem; font-weight: 800; letter-spacing: 2px; color: var(--primary);}
    .logo svg { width: 38px; height: 38px;}
    nav { display: flex; gap: 28px;}
    nav a { color: #444; text-decoration: none; font-weight: 500; font-size: 1.03rem; position: relative;}
    nav a::after { content: ''; display: block; height: 2px; width: 0; background: var(--primary); transition: width 0.2s;}
    nav a:hover::after { width: 100%; }
    .cta-btn { background: var(--accent); color: #fff; border: none; border-radius: var(--radius-sm); padding: 12px 30px; font-weight: 700; font-size: 1.09rem; cursor: pointer; box-shadow: 0 2px 8px rgba(21,191,108,.14);}
    .fixed-cta { position: fixed; bottom: 26px; right: 36px; z-index: 1000; padding: 15px 32px; font-size: 1.12rem; border-radius: 20px; background: var(--primary); color: #fff; font-weight: 800; box-shadow: 0 4px 24px rgba(44,62,80,.13); border: none; cursor: pointer; transition: background .18s;}
    .fixed-cta:hover { background: var(--accent);}
    .hero { padding: 36px 32px 18px 32px; text-align: left;}
    .hero-title { font-size: 2.6rem; font-weight: 800; margin-bottom: 15px; line-height: 1.13;}
    .hero-sub { color: #474f5e; font-size: 1.22rem; margin-bottom: 20px;}
    .rating-box { margin-bottom: 15px; display: flex; align-items: center; gap: 12px;}
    .stars { color: var(--gold); font-size: 1.38rem;}
    .votes { color: #666; font-size: 1.03rem;}
    .hero-img { width: 100%; max-width: 390px; float: right; margin-left: 24px; border-radius: var(--radius-sm);}
    .loan-form-section { display: flex; flex-wrap: wrap; gap: 28px; padding: 0 32px 18px 32px;}
    .loan-form { flex: 1; min-width: 300px; background: #f3f6fb; border-radius: var(--radius-sm); padding: 28px 22px; box-shadow: 0 3px 10px rgba(44,62,80,.09);}
    .loan-form h2 { font-size: 1.28rem; font-weight: 700; margin-bottom: 13px;}
    .loan-form label { font-size: 1rem; font-weight: 500; margin-bottom: 5px;}
    .loan-form input, .loan-form select { width: 100%; margin-bottom: 13px; padding: 10px; border: 1px solid #dbe7fb; border-radius: 7px; font-size: 1.05rem;}
    .loan-form .consent { display: flex; align-items: center; font-size: .98rem; margin-bottom: 14px;}
    .loan-form .consent input { margin-right: 8px;}
    .loan-form button { background: var(--primary); color: #fff; border: none; padding: 13px; border-radius: 10px; font-size: 1.08rem; font-weight: 700; cursor: pointer;}
    .why-section, .how-section, .review-section, .faq-section, .trust-section { padding: 28px 32px;}
    .section-title { font-size: 1.38rem; font-weight: 800; margin-bottom: 14px;}
    .why-list { display: flex; flex-wrap: wrap; gap: 17px; margin-bottom: 0;}
    .why-item { background: #e6f7fa; border-radius: 12px; padding: 18px 20px; flex: 1; min-width: 210px; box-shadow: 0 3px 14px rgba(44,62,80,.06);}
    .why-item svg { width: 30px; height: 30px; margin-bottom: 7px;}
    .why-item-title { font-weight: 700; margin-bottom: 7px;}
    .why-item-desc { font-size: .98rem;}
    .how-steps { display: flex; gap: 28px; flex-wrap: wrap;}
    .how-step { background: #f9fbff; border-radius: 11px; padding: 17px 16px; flex: 1; min-width: 180px; box-shadow: 0 1px 8px rgba(44,62,80,.08);}
    .how-step svg { width: 28px; height: 28px; margin-bottom: 9px;}
    .review-list { display: flex; gap: 18px; flex-wrap: wrap;}
    .review-item { background: #fcfdfc; border-radius: 12px; padding: 16px 18px; min-width: 200px; box-shadow: 0 2px 12px rgba(44,62,80,.08);}
    .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px;}
    .avatar { width: 36px; height: 36px; border-radius: 50%; background: #e6f7fa; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--primary);}
    .review-name { font-weight: 600; }
    .review-role { color: #8896b0; font-size: .97rem;}
    .review-text { font-size: 1rem;}
    .faq-list { margin: 0; padding: 0; list-style: none;}
    .faq-item { background: #f8fbfc; border-radius: 9px; margin-bottom: 11px; padding: 13px 17px;}
    .faq-q { font-weight: 700;}
    .faq-a { color: #444;}
    .seo-section {
      background: #f8fbfc;
      border-radius: 16px;
      margin: 28px 32px;
      padding: 28px 25px;
      font-size: 1.08rem;
      color: #444;
      box-shadow: 0 3px 18px rgba(44,62,80,.06);
    }
    .seo-section h2 { font-size: 1.26rem; font-weight:800; margin-bottom:10px;}
    .seo-section ul { margin: 12px 0 12px 18px; }
    .seo-section li { margin-bottom: 7px;}
    .trust-logos { display: flex; gap: 15px; align-items: center; margin-top: 12px;}
    .trust-logos svg { width: 32px; height: 32px;}
    footer { margin-top: 32px; padding: 22px 32px 8px 32px; color: #7686a7; font-size: .97rem; border-radius: 0 0 var(--radius) var(--radius); background: #e8f0fa;}
    .footer-nav { margin-bottom: 7px;}
    .footer-nav a { color: #2454c1; text-decoration: none; margin-right: 17px; font-weight: 500;}
    .footer-social { margin-top: 6px; }
    .footer-social a { margin-right: 12px; }
    .footer-social svg { width: 25px; height: 25px;}
    @media (max-width: 1000px) {
      .main-wrapper { max-width: 99vw;}
    }
    @media (max-width: 700px) {
      header, .hero, .loan-form-section, .why-section, .how-section, .review-section, .faq-section, .seo-section, .trust-section, footer { padding-left: 7vw; padding-right: 7vw;}
      .main-wrapper { border-radius: 0;}
      .hero-title { font-size: 2rem;}
      .why-list, .how-steps, .review-list { flex-direction: column; gap: 12px;}
      .loan-form-section { flex-direction: column; }
      .fixed-cta { top: unset; right: 15px; bottom: 20px; left: unset; border-radius: 16px; padding: 12px 23px;}
    }
    @media (max-width: 500px) {
      .main-wrapper { margin: 0;}
      header, .hero, .loan-form-section, .why-section, .how-section, .review-section, .faq-section, .seo-section, .trust-section, footer { padding: 7vw 5vw;}
    }