:root {
      --red: #b30019;
      --red-dark: #8a0013;
      --black: #111111;
      --charcoal: #262626;
      --grey: #676767;
      --light-grey: #efefef;
      --off-white: #f6f7fb;
      --white: #ffffff;
      --green: #117a37;
      --green-soft: #eaf7ee;
      --shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
      --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.08);
      --radius-xl: 28px;
      --radius-lg: 20px;
      --radius-md: 16px;
    }

    * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at top right, rgba(179, 0, 25, 0.08), transparent 22%),
        linear-gradient(180deg, #fafbff 0%, #eef1f6 100%);
      color: var(--black);
      overflow-x: hidden;
    }
    a { text-decoration: none; color: inherit; }
    button, input, select, textarea { font: inherit; }

    .app-shell {
      max-width: 480px;
      margin: 0 auto;
      min-height: 100vh;
      position: relative;
      background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.92) 100%);
      box-shadow: 0 0 0 1px rgba(0,0,0,0.03);
    }

    

    .topbar {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255,255,255,0.8);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .topbar-inner {
      max-width: 460px;
      margin: 0 auto;
      padding: 12px 16px 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
    }
    .brand-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }
    .brand-logo {
      height: 42px;
      width: auto;
      display: block;
      filter: drop-shadow(0 4px 10px rgba(0,0,0,0.08));
      flex-shrink: 0;
    }
    .brand-meta {
      min-width: 0;
    }
    .brand-title {
      font-size: 22px;
      font-weight: 800;
      color: var(--red);
      letter-spacing: -0.4px;
    }
    .brand-sub {
      font-size: 11px;
      color: var(--grey);
      margin-top: 2px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .menu-btn {
      border: 1px solid rgba(0,0,0,0.08);
      background: rgba(255,255,255,0.9);
      border-radius: 16px;
      padding: 11px 13px;
      font-weight: 700;
      cursor: pointer;
      box-shadow: var(--shadow-soft);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .menu-btn:active { transform: scale(0.96); }

    .nav-menu {
      display: none;
      max-width: 460px;
      margin: 0 auto;
      padding: 0 16px 16px;
      animation: fadeSlideDown 0.35s ease;
    }
    .nav-menu.active { display: block; }
    .nav-menu a {
      display: block;
      margin-top: 10px;
      padding: 13px 14px;
      border-radius: 18px;
      border: 1px solid rgba(0,0,0,0.05);
      background: rgba(255,255,255,0.92);
      font-size: 14px;
      font-weight: 700;
      box-shadow: var(--shadow-soft);
      transition: transform 0.2s ease;
    }
    .nav-menu a:active { transform: scale(0.98); }

    .container {
      width: 100%;
      max-width: 460px;
      margin: 0 auto;
      padding: 0 16px 100px;
    }

    .hero {
      margin-top: 16px;
      padding: 22px 20px;
      border-radius: 30px;
      background: linear-gradient(145deg, #0f0f10 0%, #232326 45%, #5c0814 85%, #b30019 130%);
      color: var(--white);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
      animation: floatIn 0.65s ease both;
    }
    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
      filter: blur(4px);
    }
    .hero::before {
      width: 160px;
      height: 160px;
      top: -40px;
      right: -60px;
    }
    .hero::after {
      width: 110px;
      height: 110px;
      bottom: -30px;
      left: -20px;
    }
    .eyebrow {
      display: inline-block;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-weight: 700;
      color: #ffd1d8;
      margin-bottom: 12px;
      position: relative;
      z-index: 1;
    }
    .hero h1 {
      margin: 0;
      font-size: 31px;
      line-height: 1.08;
      letter-spacing: -0.5px;
      position: relative;
      z-index: 1;
    }
    .hero p {
      margin: 14px 0 0;
      color: #ececec;
      font-size: 14px;
      line-height: 1.6;
      position: relative;
      z-index: 1;
    }
    .fee-pill {
      margin-top: 14px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.14);
      font-size: 12px;
      font-weight: 700;
      color: #fff2f4;
      position: relative;
      z-index: 1;
      backdrop-filter: blur(8px);
    }
    .hero-actions {
      margin-top: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      position: relative;
      z-index: 1;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: none;
      border-radius: 18px;
      padding: 14px 14px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      position: relative;
      overflow: hidden;
    }
    .btn::after {
      content: "";
      position: absolute;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: rgba(255,255,255,0.18);
      transform: scale(0);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
    }
    .btn:active::after {
      transform: scale(2.2);
      opacity: 1;
    }
    .btn:active { transform: scale(0.97); }
    .btn-primary {
      background: var(--red);
      color: var(--white);
      box-shadow: 0 10px 22px rgba(179,0,25,0.24);
    }
    .btn-primary:hover { background: var(--red-dark); }
    .btn-secondary {
      background: rgba(255,255,255,0.08);
      color: var(--white);
      border: 1px solid rgba(255,255,255,0.24);
      backdrop-filter: blur(8px);
    }
    .btn-dark {
      background: var(--black);
      color: var(--white);
      box-shadow: 0 10px 22px rgba(0,0,0,0.16);
    }

    .metrics, .grid {
      display: grid;
      gap: 12px;
    }
    .metrics {
      grid-template-columns: 1fr 1fr;
      margin-top: 14px;
    }

    .metric,
    .card,
    .panel,
    .faq,
    .branch,
    .result-box {
      background: rgba(255,255,255,0.88);
      border: 1px solid rgba(0,0,0,0.05);
      border-radius: 28px;
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(16px);
      animation: riseIn 0.5s ease both;
      padding: 18px;
    }

    .metric strong {
      display: block;
      font-size: 20px;
      color: var(--red);
    }
    .metric span {
      display: block;
      margin-top: 5px;
      font-size: 12px;
      color: var(--grey);
    }

    .page-switch {
      margin-top: 18px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
    .page-tab {
      padding: 12px 6px;
      border-radius: 18px;
      border: 1px solid rgba(0,0,0,0.06);
      background: rgba(255,255,255,0.86);
      font-size: 11px;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      box-shadow: var(--shadow-soft);
      transition: transform 0.2s ease, background 0.2s ease;
      min-width: 0;
      word-break: break-word;
    }
    .page-tab.active {
      background: var(--red);
      color: var(--white);
      border-color: var(--red);
    }
    .page-tab:active { transform: scale(0.97); }

    .page-view { display: none; opacity: 0; transform: translateY(16px); }
    .page-view.active {
      display: block;
      animation: pageIn 0.42s ease forwards;
    }

    .section-head {
      margin-top: 18px;
      margin-bottom: 14px;
    }
    .section-head small {
      display: block;
      color: var(--red);
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 11px;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .section-head h2 {
      margin: 0;
      font-size: 27px;
      line-height: 1.15;
      letter-spacing: -0.4px;
    }
    .section-head p {
      margin: 10px 0 0;
      color: var(--grey);
      font-size: 14px;
      line-height: 1.6;
    }

    .service-pallet-wrap {
      overflow-x: auto;
      margin-bottom: 10px;
      padding-bottom: 6px;
      -ms-overflow-style: none;
      scrollbar-width: none;
      position: relative;
    }
    .service-pallet-wrap::-webkit-scrollbar { display: none; }
    .service-pallet {
      display: flex;
      gap: 12px;
      min-width: max-content;
      padding: 4px 2px 8px;
    }
    .service-chip {
      min-width: 124px;
      max-width: 124px;
      padding: 14px 12px;
      border-radius: 22px;
      background: rgba(255,255,255,0.9);
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.35;
      cursor: pointer;
      transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
      animation: chipFloat 0.55s ease both;
    }
    .service-chip:nth-child(odd) { animation-delay: 0.04s; }
    .service-chip:nth-child(even) { animation-delay: 0.09s; }
    .service-chip.active {
      background: linear-gradient(145deg, #111111 0%, #3a3a3a 55%, #b30019 130%);
      color: var(--white);
      border-color: transparent;
      transform: translateY(-4px) scale(1.02);
      box-shadow: 0 14px 28px rgba(179,0,25,0.22);
    }
    .service-chip:hover {
      transform: translateY(-3px);
    }
    .service-chip:active { transform: scale(0.97); }
    .service-icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(179,0,25,0.08);
      color: var(--red);
      font-size: 20px;
      font-weight: 800;
      transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    }
    .service-chip:hover .service-icon {
      transform: scale(1.08) rotate(-4deg);
    }
    .service-chip.active .service-icon {
      background: rgba(255,255,255,0.14);
      color: var(--white);
      transform: scale(1.05);
    }
    .service-hint {
      margin-bottom: 12px;
      font-size: 12px;
      color: var(--grey);
      text-align: center;
      animation: pulseSoft 1.8s ease-in-out infinite;
    }
    .service-display {
      margin-bottom: 10px;
      animation: glowCard 0.45s ease;
    }

    .card h3,
    .panel h3,
    .faq h3,
    .branch h3,
    .result-box h3,
    .service-display h3,
    .creditor-array-head h3 {
      margin: 0 0 8px;
      font-size: 17px;
    }
    .card p,
    .panel p,
    .faq p,
    .branch p,
    .result-box p,
    .service-display p {
      margin: 0;
      color: var(--grey);
      font-size: 14px;
      line-height: 1.6;
    }

    .process-card {
      background: linear-gradient(140deg, #121212 0%, #2b2b2b 100%);
      color: var(--white);
      border: none;
    }
    .process-card p { color: #dddddd; }
    .step {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: var(--red);
      color: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      margin-bottom: 12px;
      box-shadow: 0 8px 18px rgba(179,0,25,0.24);
    }

    .switcher {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 16px;
    }
    .switcher button {
      padding: 14px 12px;
      border-radius: 18px;
      border: 1px solid rgba(0,0,0,0.06);
      background: rgba(255,255,255,0.86);
      font-weight: 700;
      cursor: pointer;
      box-shadow: var(--shadow-soft);
      transition: transform 0.2s ease, background 0.2s ease;
    }
    .switcher button.active {
      background: var(--red);
      color: var(--white);
      border-color: var(--red);
    }
    .switcher button:active { transform: scale(0.97); }

    .field { margin-bottom: 14px; }
    label {
      display: block;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 7px;
    }
    input, select, textarea {
      width: 100%;
      padding: 14px;
      border-radius: 18px;
      border: 1px solid rgba(0,0,0,0.08);
      font-size: 14px;
      outline: none;
      background: rgba(255,255,255,0.92);
      color: var(--black);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }
    input:focus, select:focus, textarea:focus {
      border-color: var(--red);
      box-shadow: 0 0 0 4px rgba(179, 0, 25, 0.08);
      transform: translateY(-1px);
    }
    textarea {
      min-height: 110px;
      resize: vertical;
    }

    .quotation-only.hidden { display: none; }
    .creditor-array-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }
    .add-creditor-btn {
      padding: 10px 14px;
      border-radius: 14px;
      font-size: 12px;
      white-space: nowrap;
    }
    .creditor-card {
      padding: 16px;
      border-radius: 22px;
      background: rgba(250,250,250,0.96);
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: var(--shadow-soft);
      margin-bottom: 14px;
      animation: fadeUp 0.35s ease both;
    }
    .creditor-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
    }
    .remove-creditor-btn {
      padding: 8px 12px;
      border-radius: 12px;
      border: 1px solid rgba(179,0,25,0.12);
      background: #fff1f3;
      color: var(--red);
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
    }

    .fee-note,
    .mini-note {
      margin-top: 12px;
      padding: 14px 16px;
      border-radius: 18px;
      font-size: 13px;
      line-height: 1.6;
      background: #fff4f6;
      border: 1px solid #f3d0d6;
      color: var(--red);
      font-weight: 600;
    }
    .mini-note {
      background: #fafafa;
      color: var(--grey);
      border: 1px solid #ececec;
      font-weight: 500;
    }

    .result-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 14px;
    }
    .result-stat {
      background: rgba(250,250,250,0.92);
      border: 1px solid rgba(0,0,0,0.05);
      border-radius: 20px;
      padding: 14px;
      box-shadow: var(--shadow-soft);
      animation: popIn 0.4s ease both;
      min-width: 0;
    }
    .result-stat strong {
      display: block;
      color: var(--red);
      font-size: 18px;
      margin-bottom: 5px;
      line-height: 1.2;
      word-break: break-word;
    }
    .result-stat span {
      font-size: 12px;
      color: var(--grey);
      display: block;
    }

    .quote-visual {
      margin-top: 16px;
      border-radius: 24px;
      overflow: hidden;
      background: linear-gradient(160deg, #131313 0%, #2c2c2c 48%, #b30019 120%);
      color: var(--white);
      box-shadow: var(--shadow);
      position: relative;
    }
    .quote-visual::before {
      content: "";
      position: absolute;
      right: -28px;
      top: -24px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
    }
    .quote-visual-top {
      padding: 18px 18px 10px;
      position: relative;
      z-index: 1;
    }
    .quote-visual-top small {
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 10px;
      color: #ffd7dc;
      margin-bottom: 8px;
      font-weight: 700;
    }
    .quote-visual-top h4 {
      margin: 0;
      font-size: 24px;
      line-height: 1.1;
    }
    .quote-chart {
      padding: 8px 18px 18px;
      position: relative;
      z-index: 1;
    }
    .quote-bar-wrap {
      height: 18px;
      background: rgba(255,255,255,0.14);
      border-radius: 999px;
      overflow: hidden;
      display: flex;
    }
    .quote-bar-settlement {
      background: linear-gradient(90deg, #ffffff 0%, #ffdce1 100%);
      height: 100%;
      width: 60%;
    }
    .quote-bar-savings {
      background: linear-gradient(90deg, #ff4d68 0%, #b30019 100%);
      height: 100%;
      width: 40%;
    }
    .quote-legend {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 14px;
    }
    .quote-legend-item {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      padding: 12px;
    }
    .quote-legend-item strong {
      display: block;
      font-size: 16px;
      color: var(--white);
      margin-bottom: 5px;
      line-height: 1.2;
    }
    .quote-legend-item span {
      display: block;
      font-size: 11px;
      color: #f6dfe3;
    }

    .contact-grid {
      display: grid;
      gap: 12px;
      margin-top: 14px;
    }
    .contact-action {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 16px;
      border-radius: 22px;
      background: rgba(255,255,255,0.9);
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: var(--shadow-soft);
    }
    .contact-action h4 {
      margin: 0 0 4px;
      font-size: 16px;
    }
    .contact-action p {
      margin: 0;
      font-size: 13px;
      color: var(--grey);
      line-height: 1.5;
    }
    .contact-btn {
      white-space: nowrap;
      flex-shrink: 0;
    }

    .summary-box {
      margin-top: 14px;
      padding: 16px;
      border-radius: 20px;
      background: var(--green-soft);
      border: 1px solid #cde8d6;
      color: var(--green);
      font-size: 14px;
      line-height: 1.6;
      display: none;
      animation: fadeUp 0.4s ease both;
    }
    .service-request-preview {
      display: none;
    }

    .faq-item {
      padding: 14px 0;
      border-bottom: 1px solid #ebebeb;
    }
    .faq-item:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }
    .faq-item h4 {
      margin: 0 0 8px;
      font-size: 15px;
    }
    .branch h3 { color: var(--red); }

    .floating-actions {
      position: fixed;
      right: 16px;
      bottom: 18px;
      z-index: 70;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
    }
    .floating-actions-menu {
      display: none;
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
    }
    .floating-actions-menu.open {
      display: flex;
      animation: fadeUp 0.25s ease both;
    }
    .floating-mini-btn {
      min-width: 108px;
      padding: 11px 14px;
      border-radius: 999px;
      border: 1px solid rgba(0,0,0,0.06);
      background: rgba(255,255,255,0.96);
      color: var(--black);
      box-shadow: var(--shadow-soft);
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
    }
    .floating-main-btn {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      border: none;
      background: var(--red);
      color: var(--white);
      box-shadow: 0 16px 30px rgba(179,0,25,0.28);
      font-size: 22px;
      font-weight: 800;
      cursor: pointer;
    }

    .toast {
      position: fixed;
      left: 50%;
      bottom: 92px;
      transform: translateX(-50%) translateY(14px);
      background: rgba(17,17,17,0.96);
      color: #fff;
      padding: 12px 16px;
      border-radius: 16px;
      font-size: 13px;
      line-height: 1.4;
      box-shadow: var(--shadow-soft);
      opacity: 0;
      pointer-events: none;
      z-index: 80;
      transition: opacity 0.25s ease, transform 0.25s ease;
      max-width: calc(100vw - 32px);
      text-align: center;
    }
    .toast.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }

    @keyframes floatIn {
      from { opacity: 0; transform: translateY(24px) scale(0.98); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }
    @keyframes riseIn {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeSlideDown {
      from { opacity: 0; transform: translateY(-12px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes pageIn {
      from { opacity: 0; transform: translateY(16px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes popIn {
      from { opacity: 0; transform: scale(0.96); }
      to { opacity: 1; transform: scale(1); }
    }
    @keyframes chipFloat {
      from { opacity: 0; transform: translateY(12px) scale(0.96); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }
    @keyframes pulseSoft {
      0%, 100% { opacity: 0.55; }
      50% { opacity: 1; }
    }
    @keyframes glowCard {
      0% { transform: translateY(8px); opacity: 0.6; }
      100% { transform: translateY(0); opacity: 1; }
    }

    @media (max-width: 380px) {
      .container { padding: 0 12px 96px; }
      .hero { padding: 20px 16px; border-radius: 24px; }
      .hero h1 { font-size: 27px; }
      .hero-actions,
      .metrics,
      .result-grid,
      .quote-legend,
      .switcher {
        grid-template-columns: 1fr;
      }
      .brand-logo { height: 36px; }
      .page-switch {
        grid-template-columns: 1fr 1fr;
      }
      .contact-action,
      .creditor-array-head {
        flex-direction: column;
        align-items: stretch;
      }
      .contact-btn,
      .add-creditor-btn,
      .floating-mini-btn { width: 100%; }
      .floating-actions {
        right: 12px;
        bottom: 14px;
      }
    }

    @media (min-width: 381px) and (max-width: 767px) {
      .contact-action { align-items: center; }
    }

    @media (min-width: 768px) {
      body { background: linear-gradient(180deg, #eef1f6 0%, #e5e8ee 100%); }
      .app-shell { border-radius: 34px; margin: 18px auto; overflow: hidden; }
    }
    html, body {
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overscroll-behavior-y: contain;
    }

    * {
      -webkit-tap-highlight-color: rgba(179,0,25,0.08);
    }

    body {
      background: linear-gradient(180deg, #fbfbfd 0%, #eef1f6 100%) !important;
    }

    .app-shell {
      box-shadow: none !important;
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.96) !important;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
    }

    .page-switch,
    .floating-actions,
    .floating-actions-menu,
    .floating-main-btn,
    .floating-mini-btn,
    .nav-menu,
    .menu-btn {
      display: none !important;
    }

    .container {
      padding-bottom: 128px !important;
    }

    .hero,
    .card,
    .panel,
    .faq,
    .branch,
    .metric,
    .result-box,
    .service-chip,
    .contact-action,
    .creditor-card,
    .stat-card,
    .icon-card {
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
    }

    .hero::before,
    .hero::after,
    body::before,
    body::after {
      display: none !important;
    }

    .android-trust-bar {
      margin-top: 14px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .android-trust-item {
      padding: 12px 10px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(0,0,0,.055);
      box-shadow: 0 8px 18px rgba(0,0,0,.055);
      font-size: 11.5px;
      line-height: 1.35;
      font-weight: 800;
      color: #222;
      text-align: center;
    }

    .android-trust-item span {
      display: block;
      margin-top: 4px;
      color: var(--red);
      font-size: 10px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .smart-insight-box {
      margin-top: 14px;
      padding: 15px;
      border-radius: 22px;
      background: linear-gradient(145deg, #111 0%, #2b2b2b 70%, #b30019 145%);
      color: #fff;
      box-shadow: 0 12px 26px rgba(0,0,0,.16);
    }

    .smart-insight-box strong {
      display: block;
      font-size: 16px;
      margin-bottom: 6px;
    }

    .smart-insight-box p {
      margin: 0;
      color: #eeeeee;
      font-size: 12.5px;
      line-height: 1.55;
    }

    .fintech-dock {
      position: fixed;
      left: 50%;
      bottom: max(12px, env(safe-area-inset-bottom));
      transform: translateX(-50%);
      width: calc(100% - 22px);
      max-width: 430px;
      min-height: 72px;
      padding: 8px 9px;
      border-radius: 26px;
      background: #ffffff;
      border: 1px solid rgba(0,0,0,0.065);
      box-shadow: 0 16px 36px rgba(0,0,0,0.18);
      z-index: 5000;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 5px;
    }

    .fintech-nav-btn {
      min-width: 0;
      height: 56px;
      border: 0;
      border-radius: 18px;
      background: transparent;
      color: #505050;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 3px;
      font-size: 10px;
      font-weight: 800;
      line-height: 1;
      transition: background .16s ease, color .16s ease, transform .16s ease;
      touch-action: manipulation;
    }

    .fintech-nav-btn svg {
      width: 20px;
      height: 20px;
      stroke-width: 2.2;
    }

    .fintech-nav-btn:active {
      transform: scale(.94);
    }

    .fintech-nav-btn.active {
      color: #fff;
      background: linear-gradient(145deg, #111 0%, #252525 58%, #b30019 145%);
      box-shadow: 0 8px 18px rgba(179,0,25,0.20);
    }

    .fintech-nav-btn.primary {
      color: #fff;
      background: linear-gradient(145deg, #b30019 0%, #111 115%);
      box-shadow: 0 10px 22px rgba(179,0,25,.24);
    }

    .fintech-sheet-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.26);
      opacity: 0;
      pointer-events: none;
      z-index: 4990;
      transition: opacity .16s ease;
    }

    .fintech-sheet-backdrop.open {
      opacity: 1;
      pointer-events: auto;
    }

    .fintech-action-sheet {
      position: fixed;
      left: 50%;
      bottom: calc(92px + env(safe-area-inset-bottom));
      transform: translateX(-50%) translateY(18px);
      width: calc(100% - 24px);
      max-width: 430px;
      border-radius: 26px;
      background: #fff;
      border: 1px solid rgba(0,0,0,.06);
      box-shadow: 0 20px 48px rgba(0,0,0,.22);
      z-index: 4995;
      opacity: 0;
      pointer-events: none;
      transition: opacity .16s ease, transform .16s ease;
      padding: 14px;
    }

    .fintech-action-sheet.open {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }

    .sheet-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2px 4px 12px;
      gap: 10px;
    }

    .sheet-head strong {
      font-size: 15px;
      color: #111;
    }

    .sheet-head span {
      font-size: 10px;
      color: var(--red);
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .sheet-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px;
    }

    .sheet-link {
      border: 1px solid rgba(0,0,0,.055);
      background: #fafafa;
      color: #111;
      min-height: 48px;
      border-radius: 17px;
      padding: 10px 10px;
      display: flex;
      align-items: center;
      gap: 8px;
      text-align: left;
      text-decoration: none;
      font-size: 12px;
      font-weight: 850;
      cursor: pointer;
      touch-action: manipulation;
    }

    .sheet-link:active {
      transform: scale(.98);
    }

    .sheet-icon {
      width: 28px;
      height: 28px;
      border-radius: 11px;
      background: #fff1f3;
      color: var(--red);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      font-weight: 900;
      flex-shrink: 0;
    }

    .status-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 10px;
      border-radius: 999px;
      background: #fff1f3;
      color: var(--red);
      font-size: 11px;
      font-weight: 850;
      margin-top: 12px;
    }

    .status-pill::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--red);
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
      }
    }

    @media (max-width: 360px) {
      .fintech-dock {
        width: calc(100% - 12px);
        padding: 7px;
        gap: 3px;
      }
      .fintech-nav-btn {
        height: 52px;
        font-size: 9px;
        border-radius: 16px;
      }
      .fintech-nav-btn svg {
        width: 18px;
        height: 18px;
      }
      .sheet-grid {
        grid-template-columns: 1fr;
      }
      .android-trust-bar {
        grid-template-columns: 1fr;
      }
    }

  
    .btn:disabled {
      opacity: .65;
      cursor: not-allowed;
      transform: none !important;
    }

  
    .payment-panel {
      display: none;
      margin-top: 16px;
      padding: 18px;
      border-radius: 26px;
      background: #fff;
      border: 1px solid rgba(0,0,0,.06);
      box-shadow: 0 14px 34px rgba(0,0,0,.08);
      text-align: center;
    }

    .payment-panel.show {
      display: block;
    }

    .payment-panel h3 {
      margin: 0 0 8px;
      font-size: 20px;
    }

    .payment-panel p {
      margin: 8px 0;
      color: #555;
      font-size: 13px;
      line-height: 1.55;
    }

    .payment-amount {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto 12px;
      padding: 9px 15px;
      border-radius: 999px;
      background: #fff1f3;
      color: var(--red);
      font-size: 20px;
      font-weight: 900;
    }

    .payment-qr {
      width: 214px;
      max-width: 86%;
      margin: 8px auto 12px;
      padding: 10px;
      border-radius: 22px;
      border: 1px solid #eeeeee;
      background: #fff;
      box-shadow: 0 8px 18px rgba(0,0,0,.06);
      display: block;
    }

    .payment-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 12px;
    }

    .upi-chip {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 10px 12px;
      border-radius: 16px;
      background: #fafafa;
      border: 1px solid #eeeeee;
      color: #222;
      font-size: 13px;
      font-weight: 800;
      word-break: break-word;
    }

  
    .page-view {
      scroll-margin-top: 96px;
    }

    #calculatorView,
    #requestView,
    #supportView,
    #homeView {
      scroll-margin-top: 96px;
    }
    .mode-status-badge {
      margin: 0 0 12px;
      padding: 10px 12px;
      border-radius: 16px;
      font-size: 12px;
      line-height: 1.45;
      font-weight: 850;
      border: 1px solid transparent;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .mode-status-badge::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .mode-status-badge.quotation {
      background: #fff1f3;
      color: #8a0013;
      border-color: #f1cbd2;
    }

    .mode-status-badge.quotation::before {
      background: #b30019;
    }

    .mode-status-badge.callback {
      background: #eef5ff;
      color: #173b72;
      border-color: #cfe1ff;
    }

    .mode-status-badge.callback::before {
      background: #2563eb;
    }

    .mode-status-badge.calculator {
      background: #fff8e7;
      color: #7a4b00;
      border-color: #f2ddaa;
    }

    .mode-status-badge.calculator::before {
      background: #d99000;
    }

    .calculator-highlight-panel {
      border: 2px solid rgba(217,144,0,.24) !important;
      background:
        linear-gradient(180deg, rgba(255,248,231,.76), rgba(255,255,255,.96)) !important;
      box-shadow: 0 14px 30px rgba(217,144,0,.10) !important;
    }

    .request-highlight-panel.quotation-active {
      border: 2px solid rgba(179,0,25,.20) !important;
      background:
        linear-gradient(180deg, rgba(255,241,243,.72), rgba(255,255,255,.96)) !important;
    }

    .request-highlight-panel.callback-active {
      border: 2px solid rgba(37,99,235,.20) !important;
      background:
        linear-gradient(180deg, rgba(238,245,255,.78), rgba(255,255,255,.96)) !important;
    }

    .switcher button {
      position: relative;
      min-height: 52px;
      font-weight: 900 !important;
      border-width: 2px !important;
    }

    .switcher button.active::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-left: 8px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 0 4px rgba(255,255,255,.18);
      vertical-align: middle;
    }

    #quotationMode.active {
      background: linear-gradient(145deg, #b30019 0%, #7d0011 100%) !important;
      color: #fff !important;
      border-color: #b30019 !important;
      box-shadow: 0 10px 22px rgba(179,0,25,.22) !important;
    }

    #callbackMode.active {
      background: linear-gradient(145deg, #173b72 0%, #111827 100%) !important;
      color: #fff !important;
      border-color: #173b72 !important;
      box-shadow: 0 10px 22px rgba(37,99,235,.18) !important;
    }

    .fintech-nav-btn[data-page="calculatorView"].active,
    .fintech-nav-btn[data-page="calculatorView"].primary.active {
      background: linear-gradient(145deg, #d99000 0%, #7a4b00 100%) !important;
      color: #fff !important;
      box-shadow: 0 10px 22px rgba(217,144,0,.24) !important;
    }

    .fintech-nav-btn[data-page="requestView"].active {
      background: linear-gradient(145deg, #b30019 0%, #7d0011 100%) !important;
      color: #fff !important;
      box-shadow: 0 10px 22px rgba(179,0,25,.22) !important;
    }

    .fintech-nav-btn[data-page="supportView"].active {
      background: linear-gradient(145deg, #173b72 0%, #111827 100%) !important;
      color: #fff !important;
      box-shadow: 0 10px 22px rgba(37,99,235,.18) !important;
    }

    #calculatorView .section-head small {
      color: #9a6400 !important;
    }

    #requestView .section-head small {
      color: #b30019 !important;
    }

    #supportView .section-head small {
      color: #173b72 !important;
    }
    @keyframes dkFadeUpLite {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes dkSoftPulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.025); }
    }

    @keyframes dkSlideInLite {
      from { opacity: 0; transform: translateX(-8px); }
      to { opacity: 1; transform: translateX(0); }
    }

    .page-view.active {
      animation: dkFadeUpLite .24s ease-out both;
    }

    .mode-status-badge {
      animation: dkSlideInLite .22s ease-out both;
    }

    .fintech-nav-btn.active svg {
      animation: dkSoftPulse 1.8s ease-in-out infinite;
    }

    .switcher button.active {
      transform: translateY(-1px);
    }

    .switcher button.active::after {
      animation: dkSoftPulse 1.6s ease-in-out infinite;
    }

    .card,
    .panel,
    .faq,
    .contact-action,
    .result-box,
    .payment-panel.show {
      animation: dkFadeUpLite .22s ease-out both;
    }

    input:focus,
    select:focus,
    textarea:focus {
      transform: translateY(-1px);
    }

    .btn {
      transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    }

    .btn:active,
    .sheet-link:active,
    .fintech-nav-btn:active {
      transform: scale(.96);
    }

    .service-chip.active {
      animation: dkFadeUpLite .22s ease-out both;
    }

    .payment-panel.show {
      animation: dkFadeUpLite .24s ease-out both;
    }

    @media (prefers-reduced-motion: reduce) {
      .page-view.active,
      .mode-status-badge,
      .fintech-nav-btn.active svg,
      .switcher button.active::after,
      .card,
      .panel,
      .faq,
      .contact-action,
      .result-box,
      .payment-panel.show,
      .service-chip.active {
        animation: none !important;
      }
    }

  
    .fintech-dock,.fintech-action-sheet,.fintech-sheet-backdrop{display:none!important;}
  
    .debtkart-info-grid {
      align-items: stretch;
    }

    .debtkart-info-card {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,250,252,.94)) !important;
      border: 1px solid rgba(179,0,25,.08) !important;
    }

    .debtkart-info-card::before {
      content: "";
      position: absolute;
      top: 10px;
      right: 10px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #b30019;
      box-shadow: 0 0 0 4px rgba(179,0,25,.08);
    }

    .debtkart-info-card strong {
      color: #b30019;
      font-size: 13px;
      line-height: 1.2;
      display: block;
      padding-right: 14px;
    }

    .debtkart-info-card span {
      font-size: 11.2px;
      line-height: 1.45;
      color: #444;
    }

  
    .service-slider-hero {
      min-height: 0;
    }

    .service-slider {
      position: relative;
      z-index: 1;
      margin-top: 16px;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.09);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }

    .service-slider-track {
      display: flex;
      width: 500%;
      animation: debtkartServiceSlide 22s ease-in-out infinite;
    }

    .service-slide {
      width: 20%;
      min-height: 142px;
      padding: 16px;
      display: grid;
      grid-template-columns: 42px 1fr;
      grid-template-rows: auto auto;
      column-gap: 12px;
      align-items: start;
    }

    .service-slide > span {
      grid-row: 1 / span 2;
      width: 42px;
      height: 42px;
      border-radius: 17px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,.16);
      border: 1px solid rgba(255,255,255,.18);
      color: #fff;
      font-size: 20px;
      font-weight: 900;
      box-shadow: 0 10px 20px rgba(0,0,0,.12);
    }

    .service-slide strong {
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 900;
      margin-top: 2px;
    }

    .service-slide p {
      grid-column: 2;
      margin: 6px 0 0 !important;
      color: #ffe8ec !important;
      font-size: 12.3px !important;
      line-height: 1.45 !important;
    }

    @keyframes debtkartServiceSlide {
      0%, 15% { transform: translateX(0); }
      20%, 35% { transform: translateX(-20%); }
      40%, 55% { transform: translateX(-40%); }
      60%, 75% { transform: translateX(-60%); }
      80%, 95% { transform: translateX(-80%); }
      100% { transform: translateX(0); }
    }

    @media (max-width: 380px) {
      .service-slide {
        min-height: 152px;
        padding: 14px;
        grid-template-columns: 38px 1fr;
        column-gap: 10px;
      }
      .service-slide > span {
        width: 38px;
        height: 38px;
        border-radius: 15px;
        font-size: 18px;
      }
      .service-slide strong {
        font-size: 15px;
      }
      .service-slide p {
        font-size: 11.6px !important;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .service-slider-track {
        animation: none !important;
        width: 100%;
        overflow-x: auto;
      }
      .service-slide {
        min-width: 100%;
      }
    }

  
    /* Apple-like polished service header */
    .service-slider-hero {
      margin-top: 16px;
      padding: 26px 18px 18px;
      border-radius: 34px;
      color: #111;
      background:
        radial-gradient(circle at 80% 0%, rgba(179,0,25,.10), transparent 36%),
        radial-gradient(circle at 8% 12%, rgba(200,139,22,.10), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,246,250,.94));
      border: 1px solid rgba(255,255,255,.88);
      box-shadow:
        0 24px 58px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.96);
      text-align: left;
      overflow: hidden;
    }

    .service-slider-hero::before,
    .service-slider-hero::after {
      display: none !important;
    }

    .service-slider-hero .eyebrow {
      color: #b30019;
      background: #fff1f3;
      border: 1px solid rgba(179,0,25,.10);
      border-radius: 999px;
      padding: 8px 10px;
      margin-bottom: 14px;
      letter-spacing: .13em;
      font-size: 9.8px;
      font-weight: 900;
    }

    .service-slider-hero h1 {
      color: #111;
      font-size: 34px;
      line-height: 1.02;
      letter-spacing: -1.15px;
      max-width: 420px;
    }

    .service-slider-hero > p {
      color: #545760;
      font-size: 14px;
      line-height: 1.55;
      max-width: 410px;
      margin-top: 13px;
    }

    .service-slider-hero .service-slider {
      margin-top: 18px;
      border-radius: 28px;
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(0,0,0,.055);
      box-shadow:
        0 14px 34px rgba(0,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.92);
    }

    .service-slider-hero .service-slide {
      min-height: 138px;
      padding: 17px;
      grid-template-columns: 44px 1fr;
      column-gap: 12px;
      align-items: center;
    }

    .service-slider-hero .service-slide > span {
      width: 44px;
      height: 44px;
      border-radius: 18px;
      color: #b30019;
      background: linear-gradient(180deg, #fff4f6, #ffffff);
      border: 1px solid rgba(179,0,25,.09);
      box-shadow: 0 10px 22px rgba(179,0,25,.08);
    }

    .service-slider-hero .service-slide strong {
      color: #111;
      font-size: 16px;
      letter-spacing: -.2px;
    }

    .service-slider-hero .service-slide p {
      color: #5e6067 !important;
      font-size: 12.6px !important;
      line-height: 1.45 !important;
    }

    @media (max-width: 380px) {
      .service-slider-hero {
        padding: 24px 16px 16px;
        border-radius: 30px;
      }
      .service-slider-hero h1 {
        font-size: 30px;
      }
      .service-slider-hero > p {
        font-size: 13.2px;
      }
      .service-slider-hero .service-slide {
        min-height: 148px;
        padding: 15px;
        grid-template-columns: 40px 1fr;
      }
      .service-slider-hero .service-slide > span {
        width: 40px;
        height: 40px;
        border-radius: 16px;
      }
    }



/* Enhanced animated service header effects */
.service-slider-hero {
  position: relative;
  isolation: isolate;
}

.service-slider-hero::before,
.service-slider-hero::after {
  display: block !important;
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  filter: blur(0);
  opacity: .9;
}

.service-slider-hero::before {
  width: 170px;
  height: 170px;
  top: -64px;
  right: -58px;
  background:
    radial-gradient(circle, rgba(179,0,25,.22), rgba(179,0,25,.08) 42%, transparent 70%);
  animation: dkHeroOrbOne 8s ease-in-out infinite;
}

.service-slider-hero::after {
  width: 130px;
  height: 130px;
  left: -42px;
  bottom: 20px;
  background:
    radial-gradient(circle, rgba(200,139,22,.20), rgba(200,139,22,.07) 44%, transparent 72%);
  animation: dkHeroOrbTwo 9s ease-in-out infinite;
}

.service-slider-hero > .eyebrow,
.service-slider-hero > h1,
.service-slider-hero > p,
.service-slider-hero .service-slider {
  position: relative;
  z-index: 2;
}

.service-slider-hero .service-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.48), rgba(255,255,255,0));
  transform: translateX(-120%);
  animation: dkServiceShine 5.8s ease-in-out infinite;
}

.service-slider-hero .service-slide > span {
  animation: dkServiceIconFloat 3.4s ease-in-out infinite;
}

.service-slider-hero .service-slide strong {
  animation: dkTextSoftIn .75s ease both;
}

.service-slider-hero .service-slider {
  transform: translateZ(0);
}

.service-slider-track {
  will-change: transform;
}

@keyframes dkHeroOrbOne {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-12px, 18px, 0) scale(1.08); }
}

@keyframes dkHeroOrbTwo {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(16px, -14px, 0) scale(1.06); }
}

@keyframes dkServiceShine {
  0%, 62% { transform: translateX(-125%); opacity: 0; }
  72% { opacity: .75; }
  100% { transform: translateX(125%); opacity: 0; }
}

@keyframes dkServiceIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes dkTextSoftIn {
  from { opacity: .78; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .service-slider-hero::before,
  .service-slider-hero::after,
  .service-slider-hero .service-slider::before,
  .service-slider-hero .service-slide > span,
  .service-slider-hero .service-slide strong {
    animation: none !important;
  }
}




/* Debtkart logo and SVG graphics for service header */
.hero-brand-row {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.hero-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,0,0,.055);
  box-shadow: 0 12px 26px rgba(179,0,25,.10);
  padding: 5px;
  animation: dkLogoFloat 4.2s ease-in-out infinite;
}

.service-slider-hero .hero-brand-row .eyebrow {
  margin: 0;
}

.service-graphic svg,
.dk-svg-icon {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-slider-hero .service-slide > span.service-graphic {
  color: #b30019;
}

@keyframes dkLogoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (max-width: 380px) {
  .hero-logo {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
  .hero-brand-row {
    gap: 8px;
  }
}




/* Logo visibility fix */
.hero-brand-visible {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hero-logo-card {
  width: 86px;
  height: 86px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(179,0,25,.10);
  box-shadow:
    0 16px 34px rgba(179,0,25,.14),
    inset 0 1px 0 rgba(255,255,255,.96);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  flex: 0 0 auto;
  overflow: hidden;
}

.hero-logo-card .hero-logo {
  width: 100%;
  height: 100%;
  max-width: 76px;
  max-height: 76px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  display: block;
  animation: dkLogoFloat 4.2s ease-in-out infinite;
}

.hero-brand-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.hero-brand-copy strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.6px;
  color: #111;
}

.hero-brand-copy span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: #b30019;
  background: #fff1f3;
  border: 1px solid rgba(179,0,25,.10);
  border-radius: 999px;
  padding: 7px 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 9.6px;
  font-weight: 900;
  line-height: 1.1;
}

.service-slider-hero .hero-brand-visible .eyebrow {
  display: none !important;
}

@media (max-width: 380px) {
  .hero-logo-card {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    padding: 5px;
  }

  .hero-logo-card .hero-logo {
    max-width: 68px;
    max-height: 68px;
  }

  .hero-brand-copy strong {
    font-size: 22px;
  }

  .hero-brand-copy span {
    font-size: 8.8px;
    padding: 7px 8px;
  }
}




/* Debtkart app-flow process cards */
.process-card {
  position: relative;
  overflow: hidden;
}

.process-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179,0,25,.10), transparent 68%);
  pointer-events: none;
}

.process-card h3 {
  color: #111;
  letter-spacing: -.2px;
}

.process-card p {
  color: #555;
  line-height: 1.55;
}

.process-card .step {
  background: linear-gradient(145deg, #b30019 0%, #7d0011 100%);
  box-shadow: 0 10px 22px rgba(179,0,25,.20);
}




/* Readability improvements */
body {
  text-rendering: optimizeLegibility;
}

.container {
  letter-spacing: -.01em;
}

.section-head h2,
.card h3,
.panel h3,
.faq-item h4,
.process-card h3 {
  line-height: 1.18;
}

.section-head p,
.card p,
.panel p,
.faq-item p,
.process-card p,
.metric span,
.service-display p,
.result-box p {
  line-height: 1.62;
  color: #4f525a;
}

.card,
.panel,
.faq,
.branch,
.result-box,
.metric {
  border-color: rgba(0,0,0,.065);
}

input,
select,
textarea {
  font-size: 15px;
  line-height: 1.35;
}

label {
  color: #171717;
}

@media (max-width: 380px) {
  .section-head h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .section-head p,
  .card p,
  .panel p,
  .faq-item p,
  .process-card p {
    font-size: 13.2px;
  }
}

/* Trusted app and review section */
.trust-review-section {
  margin-top: 18px;
}

.trust-section-head h2 {
  max-width: 440px;
}

.trust-rating-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(179,0,25,.09), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8f9fc);
  border: 1px solid rgba(179,0,25,.08);
  box-shadow: 0 14px 32px rgba(0,0,0,.07);
}

.trust-score {
  height: 94px;
  border-radius: 25px;
  background: linear-gradient(145deg, #111 0%, #262626 58%, #b30019 145%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(179,0,25,.22);
}

.trust-score strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
}

.trust-score span {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .86;
}

.trust-rating-copy {
  min-width: 0;
}

.trust-stars {
  color: #c88b16;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 6px;
}

.trust-rating-copy p {
  margin: 0;
  color: #50535b;
  font-size: 12.5px;
  line-height: 1.55;
}

.review-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.review-card {
  padding: 15px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.055);
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.review-top span {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.review-top b {
  color: #c88b16;
  font-size: 12px;
  letter-spacing: .5px;
}

.review-card p {
  margin: 0;
  color: #50535b;
  font-size: 13px;
  line-height: 1.58;
}

@media (max-width: 380px) {
  .trust-rating-card {
    grid-template-columns: 82px 1fr;
    padding: 14px;
  }

  .trust-score {
    height: 82px;
    border-radius: 22px;
  }

  .trust-score strong {
    font-size: 30px;
  }

  .trust-rating-copy p {
    font-size: 11.8px;
  }
}




/* Process card readability and border repair */
#homeView .process-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  gap: 6px 12px;
  align-items: start;
  padding: 16px !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff, #fafbff) !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,.075) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.07) !important;
  overflow: hidden;
  min-height: 0;
}

#homeView .process-card .step {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  margin: 0 !important;
  border-radius: 18px;
  font-size: 15px;
  letter-spacing: -.2px;
  background: linear-gradient(145deg, #b30019 0%, #7d0011 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(179,0,25,.20) !important;
}

#homeView .process-card h3 {
  margin: 0 !important;
  color: #111 !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
  letter-spacing: -.25px;
  word-break: normal;
  overflow-wrap: anywhere;
}

#homeView .process-card p {
  margin: 2px 0 0 !important;
  color: #4e5158 !important;
  font-size: 13.4px !important;
  line-height: 1.58 !important;
  word-break: normal;
  overflow-wrap: anywhere;
}

#homeView .process-card::after {
  right: -34px;
  top: -34px;
  width: 100px;
  height: 100px;
  opacity: .9;
}

#homeView .grid {
  gap: 12px;
}

.google-review-card {
  grid-template-columns: 82px 1fr;
}

.google-review-mark {
  height: 82px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f4f6fb);
  border: 1px solid rgba(0,0,0,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0,0,0,.07);
}

.google-review-mark span {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 950;
  color: #4285f4;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

@media (max-width: 380px) {
  #homeView .process-card {
    grid-template-columns: 48px 1fr;
    gap: 5px 10px;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  #homeView .process-card .step {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    font-size: 14px;
  }

  #homeView .process-card h3 {
    font-size: 16px !important;
  }

  #homeView .process-card p {
    font-size: 12.8px !important;
    line-height: 1.52 !important;
  }

  .google-review-card {
    grid-template-columns: 74px 1fr;
  }

  .google-review-mark {
    height: 74px;
    border-radius: 22px;
  }

  .google-review-mark span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 28px;
  }
}




/* Exact Debtkart review cards */
.exact-review-grid {
  display: grid;
  gap: 12px;
}

.exact-review-card {
  position: relative;
  padding: 16px !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff, #fafbff) !important;
  border: 1px solid rgba(0,0,0,.075) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.065) !important;
  overflow: hidden;
}

.exact-review-card::before {
  content: "“";
  position: absolute;
  right: 14px;
  top: -8px;
  font-size: 76px;
  line-height: 1;
  color: rgba(179,0,25,.08);
  font-family: Georgia, serif;
  pointer-events: none;
}

.exact-review-card .review-top {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
}

.exact-review-card .review-top span {
  font-size: 14px;
  color: #111;
  font-weight: 950;
}

.exact-review-card .review-top b {
  color: #c88b16;
  font-size: 12px;
  letter-spacing: .6px;
  white-space: nowrap;
}

.exact-review-card p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: #40434b !important;
  font-size: 13.2px !important;
  line-height: 1.62 !important;
}

.exact-review-card small {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff1f3;
  color: #8a0013;
  border: 1px solid rgba(179,0,25,.10);
  font-size: 10.5px;
  font-weight: 900;
}

@media (max-width: 380px) {
  .exact-review-card {
    padding: 14px !important;
  }

  .exact-review-card p {
    font-size: 12.7px !important;
    line-height: 1.58 !important;
  }
}




/* Lawyer appointment request mode */
.request-mode-switcher {
  grid-template-columns: 1fr 1fr 1.25fr !important;
}

#appointmentModeBtn.active {
  background: linear-gradient(145deg, #111827 0%, #173b72 100%) !important;
  color: #fff !important;
  border-color: #173b72 !important;
  box-shadow: 0 10px 22px rgba(23,59,114,.18) !important;
}

.mode-status-badge.appointment {
  background: #eef5ff;
  color: #173b72;
  border-color: #cfe1ff;
}

.mode-status-badge.appointment::before {
  background: #173b72;
}

.request-highlight-panel.appointment-active {
  border: 2px solid rgba(23,59,114,.20) !important;
  background:
    linear-gradient(180deg, rgba(238,245,255,.82), rgba(255,255,255,.96)) !important;
}

.appointment-card {
  margin: 4px 0 16px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8faff);
  border: 1px solid rgba(23,59,114,.12);
  box-shadow: 0 10px 24px rgba(23,59,114,.07);
}

.appointment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.appointment-head span {
  color: #111;
  font-size: 14px;
  font-weight: 950;
}

.appointment-head strong {
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  border-radius: 999px;
  background: #eef5ff;
  color: #173b72;
  border: 1px solid #cfe1ff;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 900;
  text-align: right;
}

.appointment-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.appointment-note {
  margin-top: 4px;
  padding: 11px 12px;
  border-radius: 16px;
  background: #fff8e7;
  border: 1px solid #f2ddaa;
  color: #7a4b00;
  font-size: 12.2px;
  line-height: 1.5;
  font-weight: 750;
}

#appointmentPaymentPanel {
  border-color: rgba(23,59,114,.12);
}

#appointmentPaymentPanel h3 {
  color: #173b72;
}

@media (max-width: 390px) {
  .request-mode-switcher {
    grid-template-columns: 1fr !important;
  }

  .appointment-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .appointment-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .appointment-head strong {
    text-align: left;
  }
}




/* Request mode button layout fix */
.request-mode-switcher {
  grid-template-columns: .86fr 1fr 1.28fr !important;
  gap: 7px !important;
}

.request-mode-switcher button {
  min-height: 48px !important;
  padding: 10px 6px !important;
  border-radius: 16px !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  letter-spacing: -.15px;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

#appointmentModeBtn {
  font-size: 10.4px !important;
  line-height: 1.08 !important;
}

.switcher button.active::after {
  width: 6px !important;
  height: 6px !important;
  margin-left: 5px !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,.16) !important;
}

#officeAddressField.hidden,
.appointment-only.hidden {
  display: none !important;
}

#appointmentOffice:disabled {
  opacity: .65;
  cursor: not-allowed;
}

@media (max-width: 390px) {
  .request-mode-switcher {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .request-mode-switcher button {
    min-height: 46px !important;
    padding: 9px 5px !important;
    font-size: 9.8px !important;
    border-radius: 15px !important;
  }

  #appointmentModeBtn {
    font-size: 9.2px !important;
  }
}

@media (max-width: 340px) {
  .request-mode-switcher {
    grid-template-columns: 1fr !important;
  }

  .request-mode-switcher button,
  #appointmentModeBtn {
    font-size: 11px !important;
    min-height: 42px !important;
  }
}




/* UPI payment record and Booking ID flow */
.record-payment-form {
  margin-top: 14px;
  padding: 14px;
  border-radius: 22px;
  background: #f8faff;
  border: 1px solid #e2e9fb;
}

.record-payment-form .field {
  margin-bottom: 10px;
}

.booking-id-box {
  margin-top: 14px;
  padding: 15px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f0fff7, #ffffff);
  border: 1px solid #bdeed3;
  box-shadow: 0 10px 24px rgba(0,128,64,.08);
  text-align: center;
}

.booking-id-box span {
  display: block;
  color: #08733d;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-id-box strong {
  display: block;
  margin-top: 7px;
  color: #111;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -.4px;
  word-break: break-word;
}

.booking-id-box p {
  margin: 8px 0 0 !important;
  color: #4d5b55 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 380px) {
  .record-payment-form {
    padding: 12px;
    border-radius: 20px;
  }

  .booking-id-box strong {
    font-size: 19px;
  }
}







/* Updated borrower-facing hero content */
.service-slider-hero .hero-content-block {
  position: relative;
  z-index: 2;
  max-width: 430px;
  margin-top: 13px;
}

.service-slider-hero .hero-content-block p {
  margin: 0 0 10px;
  color: #545760;
  font-size: 14px;
  line-height: 1.58;
}

.service-slider-hero .hero-support-list {
  margin: 8px 0 12px;
  padding: 0;
  display: grid;
  gap: 7px;
  list-style: none;
}

.service-slider-hero .hero-support-list li {
  position: relative;
  padding: 9px 10px 9px 34px;
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(179,0,25,.08);
  color: #26282d;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 760;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}

.service-slider-hero .hero-support-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(145deg, #b30019, #111);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(179,0,25,.08);
}

.service-slider-hero .hero-closing-line {
  margin: 3px 0 0 !important;
  color: #111 !important;
  font-weight: 950;
  letter-spacing: -.2px;
}

@media (max-width: 380px) {
  .service-slider-hero .hero-content-block p {
    font-size: 13px;
    line-height: 1.54;
  }

  .service-slider-hero .hero-support-list {
    gap: 6px;
  }

  .service-slider-hero .hero-support-list li {
    padding: 8px 9px 8px 31px;
    font-size: 12.3px;
  }

  .service-slider-hero .hero-support-list li::before {
    left: 11px;
    width: 9px;
    height: 9px;
  }
}
