.csr-hero {
      background: #080d1a;
      background-image:
        radial-gradient(ellipse 70% 90% at 5% 55%, rgba(37,99,235,.42) 0%, transparent 60%),
        radial-gradient(ellipse 55% 65% at 95% 15%, rgba(99,102,241,.28) 0%, transparent 55%),
        repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.022) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.022) 40px);
      padding: 80px 0 88px; position: relative; overflow: hidden;
    }
    .csr-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(59,130,246,.18); border: 1px solid rgba(59,130,246,.4); border-radius: 30px; padding: 5px 16px; font-size: .72rem; font-weight: 700; color: #93c5fd; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 22px; }
    .csr-title { font-size: clamp(2.2rem,4.5vw,3.6rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 18px; }
    .csr-gradient { background: linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .csr-lead { font-size: .97rem; color: rgba(255,255,255,.55); margin-bottom: 32px; line-height: 1.75; }
    .csr-pills { display: flex; flex-wrap: wrap; gap: 9px; }
    .csr-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; background: rgba(37,99,235,.18); border: 1px solid rgba(59,130,246,.35); border-radius: 20px; font-size: .76rem; font-weight: 700; color: #93c5fd; }
    .csr-pill i { color: #60a5fa; }

    .csr-card { background: linear-gradient(175deg,#0d1629 0%,#080e1c 100%); border: 1px solid rgba(59,130,246,.22); border-radius: 20px; overflow: hidden; box-shadow: 0 28px 72px rgba(0,0,0,.55),0 0 60px rgba(37,99,235,.08); }
    .csr-card-hdr { padding: 18px 22px 14px; background: rgba(255,255,255,.03); border-bottom: 1px solid rgba(255,255,255,.07); }
    .csr-card-hdr-title { font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 7px; }
    .csr-card-hdr-title i { color: #60a5fa; }
    .csr-form-body { padding: 18px 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .csr-field { display: flex; flex-direction: column; gap: 5px; }
    .csr-field.full { grid-column: 1 / -1; }
    .csr-field label { font-size: .66rem; font-weight: 700; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .07em; }
    .csr-field input, .csr-field select {
      padding: 10px 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
      border-radius: 9px; color: #fff; font-family: 'Inter', sans-serif; font-size: .84rem;
      outline: none; transition: all .18s;
    }
    .csr-field input::placeholder { color: rgba(255,255,255,.25); }
    .csr-field input:focus, .csr-field select:focus { border-color: rgba(59,130,246,.55); background: rgba(59,130,246,.07); }
    .csr-field select option { background: #0d1629; color: #fff; }
    .csr-form-footer { padding: 0 22px 20px; }
    .btn-csr-gen { width: 100%; padding: 13px; background: linear-gradient(135deg,#1746c8,#2563eb); color: #fff; border: none; border-radius: 10px; font-size: .9rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; transition: all .18s; }
    .btn-csr-gen:hover { background: linear-gradient(135deg,#1338a8,#1d4ed8); transform: translateY(-1px); }
    .btn-csr-gen:disabled { opacity: .6; cursor: wait; }

    .csr-output-section { padding: 14px 22px 20px; border-top: 1px solid rgba(255,255,255,.07); display: none; }
    .csr-out-tab-row { display: flex; gap: 6px; margin-bottom: 12px; }
    .csr-out-tab { padding: 6px 14px; border-radius: 20px; font-size: .72rem; font-weight: 700; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); background: none; cursor: pointer; font-family: inherit; transition: all .15s; }
    .csr-out-tab.active { background: rgba(37,99,235,.25); border-color: rgba(59,130,246,.5); color: #93c5fd; }
    .csr-out-area { width: 100%; height: 160px; background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 12px 14px; color: #86efac; font-family: monospace; font-size: .72rem; resize: none; outline: none; line-height: 1.55; }
    .csr-copy-row { display: flex; justify-content: flex-end; gap: 8px; margin-top: 8px; }
    .btn-csr-copy { padding: 7px 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: rgba(255,255,255,.7); font-size: .74rem; font-weight: 600; cursor: pointer; font-family: inherit; display: flex; align-items: center; gap: 5px; transition: all .15s; }
    .btn-csr-copy:hover { background: rgba(255,255,255,.14); color: #fff; }
    .btn-csr-copy.copied { background: rgba(34,197,94,.15); border-color: rgba(34,197,94,.35); color: #86efac; }

    .csr-info-section { padding: 88px 0 96px; background: #fff; }
    .csr-eyebrow-s { font-size: .72rem; font-weight: 700; color: #1746c8; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
    .csr-s-title { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
    .csr-s-sub { font-size: .88rem; color: #64748b; line-height: 1.75; max-width: 560px; margin: 0; }
    .csr-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
    .csr-info-card { background: #f8fafc; border: 1.5px solid #e2e8f0; border-radius: 16px; padding: 26px 22px; transition: box-shadow .2s, transform .2s; }
    .csr-info-card:hover { box-shadow: 0 8px 28px rgba(23,70,200,.1); transform: translateY(-2px); }
    .csr-info-icon { width: 46px; height: 46px; background: #eef2ff; border-radius: 13px; display: flex; align-items: center; justify-content: center; color: #1746c8; font-size: 1.15rem; margin-bottom: 16px; }
    .csr-info-card h3 { font-size: .92rem; font-weight: 700; color: #0f172a; margin-bottom: 7px; }
    .csr-info-card p { font-size: .8rem; color: #64748b; line-height: 1.75; margin: 0; }

    .csr-faq-section { padding: 0 0 96px; background: #f8fafc; }
    .csr-faq-item { background: #fff; border: 1.5px solid #e2e8f0; border-radius: 14px; margin-bottom: 10px; overflow: hidden; transition: border-color .2s; }
    .csr-faq-item.open { border-color: #2563eb; }
    .csr-faq-q { width: 100%; background: none; border: none; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: inherit; font-size: .92rem; font-weight: 700; color: #0f172a; cursor: pointer; text-align: left; transition: color .18s; }
    .csr-faq-q:hover { color: #1746c8; }
    .csr-faq-q i.ch { font-size: .78rem; color: #94a3b8; flex-shrink: 0; transition: transform .22s; }
    .csr-faq-item.open .csr-faq-q i.ch { transform: rotate(180deg); color: #1746c8; }
    .csr-faq-a { display: none; padding: 0 22px 18px; font-size: .86rem; color: #475569; line-height: 1.75; }
    .csr-faq-item.open .csr-faq-a { display: block; }

    .csr-tools-section { padding: 80px 0; background: #fff; border-top: 1px solid #f1f5f9; }
    .csr-tool-card { display: flex; align-items: center; gap: 16px; background: #f8fafc; border: 1.5px solid #e2e8f0; border-radius: 16px; padding: 20px 22px; text-decoration: none; transition: all .2s; }
    .csr-tool-card:hover { border-color: #1746c8; background: #eff6ff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(23,70,200,.1); }
    .csr-tool-ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .csr-tool-title { font-size: .88rem; font-weight: 700; color: #0f172a; margin: 0 0 3px; }
    .csr-tool-sub { font-size: .75rem; color: #64748b; margin: 0; }
    .csr-tool-arr { margin-left: auto; color: #94a3b8; flex-shrink: 0; font-size: .8rem; }
    .csr-tool-card:hover .csr-tool-arr { color: #1746c8; }

    @media (max-width:992px) { .csr-hero { padding: 60px 0 72px; } .csr-hero-left { margin-bottom: 40px !important; text-align: center; } .csr-pills { justify-content: center; } }
    @media (max-width:768px) { .csr-form-body { grid-template-columns: 1fr; } .csr-info-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width:576px) { .csr-info-grid { grid-template-columns: 1fr; } }