  /* =========================
     DEBT CONSOLIDATION HERO
  ========================= */

  .dc-hero {
    background: linear-gradient(135deg, #cce4ff 0%, #daeeff 50%, #e8f4ff 100%);
    padding: 56px 6%;
    position: relative;
    overflow: hidden;
  }

  .dc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100'%3E%3Cpolygon points='28,2 54,17 54,47 28,62 2,47 2,17' fill='none' stroke='rgba(26%2C82%2C204%2C0.06)' stroke-width='1.5'/%3E%3Cpolygon points='28,52 54,67 54,97 28,112 2,97 2,67' fill='none' stroke='rgba(26%2C82%2C204%2C0.06)' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none;
    z-index: 0;
  }

  .dc-hero-inner {
    position: relative;
    z-index: 1;
  }

  .dc-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 56px;
    align-items: start;
  }

  .dc-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 8px;
  }

  .dc-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 82, 204, 0.08);
    border: 1px solid rgba(26, 82, 204, 0.18);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1a52cc;
    margin-bottom: 20px;
    width: fit-content;
  }

  .dc-hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1a52cc;
    display: inline-block;
  }

  .dc-hero-h1 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #010f2e;
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .dc-hero-h6 {
    font-size: clamp(0.95rem, 1.5vw, 1.2rem);
    font-weight: 600;
    color: #012056;
    line-height: 1.5;
    margin: 0 0 16px;
  }

  .dc-hero-accent {
    font-style: italic;
    color: #1a52cc;
  }

  .dc-hero-sub {
    font-size: 15px;
    color: #3d4f6e;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 520px;
    will-change: transform;
    transform: translateZ(0);
  }

  .dc-hero-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin-bottom: 32px;
  }

  .dc-hero-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
  }

  .dc-chk {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1a52cc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
  }

  /* STATS STRIP */
  .dc-hero-stats.plx-partners-stats {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    padding: 0;
  }

  .dc-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(26, 82, 204, 0.15);
    will-change: transform;
    transform: translateZ(0);
    flex-wrap: nowrap;
  }

  .dc-hs-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 20px 0 0;
    min-width: 0;
    flex-shrink: 1;
  }

  .dc-rupee {
    font-size: 28px;
    font-weight: 600;
    color: #1a52cc !important;
    line-height: 1;
  }

  .dc-hs-item:first-child { padding-left: 0; }

  .dc-hs-item strong {
    font-size: 28px;
    font-weight: 600;
    color: #1a3a7a;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .dc-hs-item strong .plx-count {
    font-size: 28px;
    font-weight: 700;
    color: #1a52cc;
    font-variant-numeric: tabular-nums;
  }

  .dc-hs-item span {
    font-size: 17px;
    color: #3d4f6e;
    font-weight: 400;
  }

  .dc-hs-div {
    width: 1px;
    height: 36px;
    background: rgba(26, 82, 204, 0.2);
    margin-right: 28px;
    flex-shrink: 0;
  }

  /* FORM CARD */
  .dc-hero-form-wrap {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(26, 82, 204, 0.12);
    overflow: hidden;
    border: 1px solid #012056;
  }

  .dc-form-head {
    padding: 20px 24px 0px;
    border-bottom: 1px solid #f0f4ff;
  }

  .dc-form-head h3 {
    font-size: 18px;
    font-weight: 700;
    color: #012056;
    margin-bottom: 2px;
    text-align: left;
  }

  .dc-form {
    padding: 16px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .dc-form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .dc-form-field label {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
  }

  .dc-req { color: #ef4444; }

  .dc-field-hint {
    font-size: 12px;
    color: #1a52cc;
    font-weight: 600;
    padding-left: 2px;
    display: none;
  }

  .dc-field-hint:not(:empty) {
    display: block;
  }

  .dc-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 14px;
    height: 42px;
    background: #fff;
    transition: border-color 0.2s;
    border: 1px solid #012056;
  }

  .dc-input-wrap:focus-within {
    border-color: #1a52cc !important;
  }

  .dc-input-wrap i {
    color: #94a3b8;
    font-size: 14px;
    flex-shrink: 0;
  }

  .dc-input-icon-text {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    flex-shrink: 0;
  }

  .dc-phone-pre {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    flex-shrink: 0;
    border-right: 1px solid #e2e8f0;
    padding-right: 10px;
    margin-right: 2px;
  }

  .dc-input-wrap input {
    border: none;
    outline: none;
    font-size: 13.5px;
    color: #1e293b;
    width: 100%;
    background: transparent;
  }

  .dc-input-wrap input::placeholder { color: #94a3b8; }

  .dc-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px;
    background: linear-gradient(135deg, #1a3a7a, #1a52cc);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 4px;
    box-shadow: 0 4px 16px rgba(26, 82, 204, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .dc-form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 82, 204, 0.35);
  }

  /* RESPONSIVE */
  @media (max-width: 960px) {
    .dc-hero-inner {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .dc-hero-form-wrap { max-width: 480px; }
  }

  @media (max-width: 560px) {
    .dc-hero { padding: 36px 5%; }
    .dc-hero-checks { grid-template-columns: 1fr; }
    .dc-hero-form-wrap { max-width: 100%; }
    .dc-hero-h1 { font-size: 1.8rem !important; }
    .dc-hero-h6 { font-size: 0.95rem !important; margin: -4px 0 14px; }
    .plx-count { font-size: 0.82rem !important; }
    .dc-rupee { font-size: 1.2rem !important; }
    .dc-hs-item span { font-size: 0.78rem !important; }
    .dc-hs-item strong { font-size: 1.3rem !important; }
    .dc-hs-div { margin-right: 16px; }
    .dc-input-wrap input { font-size: 16px; }
  }

  /* =========================
     DEBT CONSOLIDATION HERO — CONSENT
  ========================= */

  .dc-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
  }

  .dc-consent input[type="checkbox"] {
    margin-top: 2px;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    accent-color: #1a52cc;
    cursor: pointer;
  }

  .dc-consent a {
    color: #1a52cc;
    text-decoration: none;
  }

  .dc-consent a:hover {
    text-decoration: underline;
  }

  /* =========================
     DEBT CONSOLIDATION SAVINGS CALCULATOR
  ========================= */
  
  .dc-calc-section {
    padding: 48px 6% 70px;
    background: #f4f8ff;
  }
  
  .dc-calc-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .dc-calc-head {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .dc-calc-eyebrow {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a52cc;
    margin-bottom: 5px;
  }
  
  .dc-calc-head h2 {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 700;
    color: #012056;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  
  .dc-calc-head h2 span {
    background: linear-gradient(135deg, #1a52cc, #1a52cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .dc-calc-head p {
    font-size: 0.92rem;
    color: #5d6785;
  }
  
  /* MAIN CARD */
  .dc-calc-card {
    background: #fff;
    border: 1px solid rgba(26,82,204,0.1);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(4,15,45,0.08);
    margin-bottom: 16px;
  }
  
  /* LEFT */
  .dc-calc-left {
    padding: 36px 32px;
    border-right: 1px solid rgba(26,82,204,0.08);
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  
  .dc-calc-field {}
  
  .dc-calc-field-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }
  
  .dc-calc-field-top label {
    font-size: 0.88rem;
    font-weight: 500;
    color: #334155;
  }
  
  .dc-calc-val-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8fbff;
    border: 1px solid #e4ecf8;
    border-radius: 10px;
    padding: 7px 14px;
  }
  
  .dc-calc-val-box span {
    font-weight: 500;
    color: #4a6fa5;
    font-size: 0.88rem;
  }
  
  .dc-calc-val-box input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a3a7a;
    width: 90px;
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
  
  /* RANGE */
  .dc-calc-field input[type="range"] {
    width: 100%;
    appearance: none;
    height: 5px;
    border-radius: 20px;
    background: linear-gradient(120deg, #1a52cc, #1605b0);
    outline: none;
    cursor: pointer;
    margin-bottom: 6px;
  }
  
  .dc-calc-field input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1a52cc;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(26,82,204,0.3);
  }
  
  .dc-calc-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    color: #8a9ab8;
    font-weight: 800;
  }
  
  /* BOTTOM STRIP */
  .dc-calc-bottom-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #f8fbff;
    border: 1px solid #e4ecf8;
    border-radius: 14px;
    padding: 14px 18px;
    margin-top: auto;
  }
  
  .dc-calc-total {
    font-size: 0.85rem;
    color: #334155;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .dc-calc-total i { font-size: 0.75rem; }
  
  .dc-calc-total strong {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a7a;
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
  
  .dc-calc-apply-btn {
    padding: 10px 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1a3a7a, #1a52cc);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
    box-shadow: 0 4px 12px rgba(26,82,204,0.18);
  }
  
  .dc-calc-apply-btn:hover { transform: translateY(-2px); }
  
  /* RIGHT */
  .dc-calc-right {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .dc-bar-chart-wrap {
    flex: 1;
    min-height: 240px;
  }
  
  .dc-bar-chart-wrap canvas {
    width: 100% !important;
  }
  
  .dc-bar-legend {
    display: flex;
    gap: 20px;
  }
  
  .dc-bar-leg-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: #5d6785;
  }
  
  .dc-bar-dot {
    width: 12px; height: 12px;
    border-radius: 3px;
  }
  
  /* RESULTS */
  .dc-calc-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  
  .dc-calc-result-card {
    border-radius: 14px;
    padding: 16px 18px;
    border: 1.5px solid;
  }
  
  .dc-result-emi {
    border-color: rgba(26,82,204,0.2);
    background: rgba(26,82,204,0.04);
  }
  
  .dc-result-savings {
    border-color: rgba(74,222,128,0.3);
    background: rgba(74,222,128,0.06);
  }
  
  .dc-calc-result-card span {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .dc-result-emi span { color: #1a52cc; }
  .dc-result-savings span { color: #22a85a; }
  
  .dc-calc-result-card strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
  
  .dc-result-emi strong { color: #1a52cc; }
  .dc-result-savings strong { color: #22a85a; }
  
  /* NOTE */
  .dc-calc-note {
    text-align: center;
    font-size: 0.78rem;
    color: #8a9ab8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  
  .dc-calc-note i { color: #1a52cc; }
  
  /* RESPONSIVE */
  @media (max-width: 900px) {
    .dc-calc-card { grid-template-columns: 1fr; }
    .dc-calc-left { border-right: none; border-bottom: 1px solid rgba(26,82,204,0.08); }
  }
  
  @media (max-width: 560px) {
    .dc-calc-section { padding: 50px 5%; }
    .dc-calc-left { padding: 24px 20px; }
    .dc-calc-right { padding: 24px 20px; }
    .dc-calc-bottom-strip { flex-direction: column; }
    .dc-calc-apply-btn { width: 100%; text-align: center; }
  
    /* ── Soft all DC section headings on mobile ── */
    .dc-calc-head h2,
    .dc-example-head h2,
    .pl-what-section h2,
    .pl-hiw-section h2,
    .pl-elig-section h2,
    .bank-heading h2 {
      font-size: clamp(1.3rem, 5.5vw, 1.7rem) !important;
      font-weight: 600 !important;
      line-height: 1.3 !important;
    }
  
    .dc-calc-head p,
    .dc-example-head p,
    .pl-what-section p,
    .pl-hiw-card p {
      font-size: 0.85rem !important;
      font-weight: 400 !important;
      color: #64748b !important;
    }
  }


    /* =========================
     DEBT CONSOLIDATION EXAMPLE
  ========================= */
  
  .dc-example-section {
    padding: 70px 6%;
    background: #fff;
  }
  
  .dc-example-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .dc-example-head {
    text-align: center;
    margin-bottom: 44px;
  }
  
  .dc-example-head h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 700;
    color: #012056;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  
  .dc-example-head h2 span {
    background: linear-gradient(135deg, #1a52cc, #1a3a7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .dc-example-head p {
    font-size: 0.92rem;
    color: #5d6785;
  }
  
  /* GRID */
  .dc-example-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 36px;
  }
  
  /* CARDS */
  .dc-example-card {
    border-radius: 20px;
    padding: 24px;
    border: 1.5px solid;
  }
  
  .dc-before {
    background: #fff8f8;
    border-color: rgba(239,68,68,0.2);
  }
  
  .dc-after {
    background: #f0fff6;
    border-color: rgba(74,222,128,0.25);
  }
  
  .dc-ex-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(239,68,68,0.1);
    color: #ef4444;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 18px;
  }
  
  .dc-badge-green {
    background: rgba(74,222,128,0.12);
    color: #22a85a;
  }
  
  .dc-ex-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 16px;
  }
  
  .dc-ex-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255,255,255,0.7);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.05);
  }
  
  .dc-ex-icon {
    width: 36px; height: 36px;
    min-width: 36px;
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
  }
  
  .dc-ex-item > div:nth-child(2) {
    flex: 1;
  }
  
  .dc-ex-item span {
    display: block;
    font-size: 0.72rem;
    color: #8a9ab8;
    margin-bottom: 2px;
  }
  
  .dc-ex-item strong {
    font-size: 0.88rem;
    font-weight: 700;
    color: #05132f;
  }
  
  .dc-ex-emi {
    font-size: 0.72rem;
    color: #8a9ab8;
    white-space: nowrap;
  }
  
  .dc-ex-emi b { color: #ef4444; }
  
  /* TOTALS */
  .dc-ex-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 10px;
  }
  
  .dc-ex-total-bad {
    background: rgba(239,68,68,0.08);
  }
  
  .dc-ex-total-good {
    background: rgba(74,222,128,0.1);
  }
  
  .dc-ex-total span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #5d6785;
  }
  
  .dc-ex-total-bad strong { color: #ef4444; font-size: 1.3rem; font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif; }
  .dc-ex-total-good strong { color: #22a85a; font-size: 1.3rem; font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif; }
  
  .dc-ex-pain {
    font-size: 0.78rem;
    color: #ef4444;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .dc-ex-gain {
    color: #22a85a;
  }
  
  /* ARROW */
  .dc-example-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  .dc-arrow-circle {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a52cc, #00cfff);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    box-shadow: 0 8px 24px rgba(26,82,204,0.3);
  }
  
  .dc-example-arrow span {
    font-size: 0.72rem;
    font-weight: 600;
    color: #1a52cc;
    text-align: center;
    line-height: 1.4;
  }
  
  /* CTA */
  .dc-example-cta {
    text-align: center;
  }
  
  /* RESPONSIVE */
  @media (max-width: 860px) {
    .dc-example-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .dc-example-arrow {
      flex-direction: row;
      justify-content: center;
    }
    .dc-arrow-circle {
      transform: rotate(90deg);
    }
  }
  
  @media (max-width: 560px) {
    .dc-example-section { padding: 50px 5%; }
  }
/* Select2 overrides for dc-form */
#dc-form-id .select2-container { width: 100% !important; }
#dc-form-id .select2-container--default .select2-selection--single {
  height: 42px;
  border: 1px solid #012056;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
#dc-form-id .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1e293b;
  font-size: 13.5px;
  line-height: 42px;
  padding: 0;
}
#dc-form-id .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #94a3b8;
}
#dc-form-id .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 12px;
}
#dc-form-id .select2-container--default.select2-container--open .select2-selection--single,
#dc-form-id .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #1a52cc;
  outline: none;
  box-shadow: none;
}
#dc-form-id .select2-dropdown {
  border: 1px solid #1a52cc;
  border-radius: 10px;
  font-size: 13.5px;
  color: #1e293b;
}
#dc-form-id .select2-container--default .select2-results__option--highlighted {
  background: #1a52cc;
}

/* ── DC Occupation Toggle ── */
.dc-occ-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}

.dc-occ-btn {
  padding: 14px 12px;
  border: 1.5px solid #d1d9f0;
  border-radius: 12px;
  background: #f4f6fb;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 100%;
}

.dc-occ-btn i {
  font-size: 1.2rem;
  color: #94a3b8;
  transition: color 0.2s;
}

.dc-occ-btn strong {
  display: block;
  font-size: 0.88rem;
  color: #94a3b8;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.dc-occ-btn.active {
  border-color: #1a52cc;
  background: #eff6ff;
  box-shadow: 0 0 0 3px rgba(26,82,204,0.1);
}

.dc-occ-btn.active i { color: #1a52cc; }
.dc-occ-btn.active strong { color: #1a52cc; font-weight: 700; }

@media (max-width: 480px) {
  .dc-occ-group { grid-template-columns: 1fr 1fr; }
  .dc-occ-btn { padding: 12px 8px; }
}
