/*
Theme Name: Dineriya New
Theme URI:
Author:
Author URI:
Description: Independent custom theme for DineriYa.
Version: 1.2.0
Text Domain: dineriya-new
*/


@font-face {
  font-family: "Noto Sans";
  src: url("fonts/NotoSans/NotoSans.woff2") format("woff2"),
       url("fonts/NotoSans/NotoSans.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"),
       url("fonts/NotoSans/NotoSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* Shared layout and component foundation. */

    *, *::before, *::after { box-sizing: border-box; }

    html,
    body {
      margin: 0;
      padding: 0;
    }

    :where(.dineriya-home-page, .dineriya-section-page, .dineriya-detail-page, .dineriya-content-page, .site-header, .site-footer, .menu-panel),
    :where(.dineriya-home-page, .dineriya-section-page, .dineriya-detail-page, .dineriya-content-page, .site-header, .site-footer, .menu-panel) * {
      margin: 0;
      padding: 0;
    }

    :root {
      --blue: #0a63ff;
      --green: #18b77b;
      --dark: #18202f;
      --text: #536078;
      --muted: #6c7890;
      --line: #e6edf5;
      --soft: #f7f9fc;
      --soft-blue: #e9f2ff;
      --white: #ffffff;
      --shadow: 0 20px 60px rgba(19, 42, 83, .10);
      --radius: 24px;
      --site-shell-width: 1360px;
      --content-width: 1180px;
      --page-gutter: 24px;
    }

    body.dineriya-modern-layout {
      font-family: Inter, Arial, sans-serif;
      background: var(--soft);
      color: var(--dark);
      line-height: 1.6;
    }

    body.dineriya-modern-layout button,
    body.dineriya-modern-layout input,
    body.dineriya-modern-layout select,
    body.dineriya-modern-layout textarea {
      font-family: inherit;
    }

    :where(.dineriya-home-page, .dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) a { color: inherit; }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page).container {
      width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-width));
      margin-inline: auto;
    }

    .site-header {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
      background: var(--white);
      border-bottom: 1px solid var(--line);
      position: sticky;
      top: 0;
      z-index: 20;
    }

    .site-header-inner {
      width: min(calc(100% - (var(--page-gutter) * 2)), var(--site-shell-width));
      margin-inline: auto;
      padding-block: 18px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      align-items: center;
      gap: 24px;
    }

    .site-header-inner > .logo {
      grid-column: 1;
      justify-self: start;
    }

    .site-header-inner > .top-nav {
      grid-column: 2;
      justify-self: center;
    }

    .site-header-inner > .menu-wrap {
      grid-column: 3;
      justify-self: end;
    }

    body.admin-bar .site-header {
      top: 32px;
    }

    @media (max-width: 782px) {
      body.admin-bar .site-header {
        top: 46px;
      }
    }

    .logo {
      font-size: 28px;
      font-weight: 800;
      color: var(--blue);
      letter-spacing: -0.7px;
      text-decoration: none;
    }

    .logo span { color: var(--green); }

    .site-header nav a {
      color: var(--text);
      text-decoration: none;
      font-size: 15px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .breadcrumbs {
      padding: 22px 0 0;
      color: #7a879b;
      font-size: 14px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .breadcrumbs a {
      text-decoration: none;
      color: var(--blue);
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .hero {
      padding: 48px 0 44px;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 46px;
      align-items: center;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .badge {
      display: inline-block;
      background: var(--soft-blue);
      color: var(--blue);
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      margin-bottom: 18px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) h1 {
      font-size: clamp(34px, 5vw, 60px);
      line-height: 1.06;
      letter-spacing: -2px;
      margin-bottom: 20px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .lead {
      font-size: 19px;
      color: var(--text);
      max-width: 700px;
      margin-bottom: 28px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .hero-note {
      background: #fff7e8;
      border: 1px solid #f4d7a6;
      color: #8a5b10;
      border-radius: 18px;
      padding: 16px 18px;
      max-width: 720px;
      font-size: 15px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .btn {
      display: inline-block;
      padding: 14px 22px;
      border-radius: 14px;
      text-decoration: none;
      font-weight: 800;
      transition: .2s;
      border: none;
      cursor: pointer;
      font-size: 15px;
      text-align: center;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .btn-primary { background: var(--blue); color: #fff; }
    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .btn-secondary { background: #fff; color: var(--blue); border: 1px solid #d8e4f2; }
    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .btn-green { background: var(--green); color: #fff; }
    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .btn-muted { background: #edf3fb; color: #43607d; }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .cta-row {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 22px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .hero-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 30px;
      padding: 28px;
      box-shadow: var(--shadow);
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .hero-card h2 {
      font-size: 24px;
      letter-spacing: -0.6px;
      margin-bottom: 16px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .selector-grid {
      display: grid;
      gap: 14px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .field {
      background: #f5f8fc;
      border: 1px solid #dfe8f3;
      padding: 15px;
      border-radius: 16px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .field small { display: block; color: var(--muted); margin-bottom: 6px; }
    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .field strong { font-size: 17px; }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      padding-bottom: 48px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .stat {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 22px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .stat strong {
      display: block;
      color: var(--blue);
      font-size: 26px;
      margin-bottom: 2px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) section {
      padding: 54px 0;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 28px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .section-title {
      font-size: 34px;
      letter-spacing: -1px;
      line-height: 1.15;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .section-subtitle {
      color: var(--text);
      max-width: 760px;
      font-size: 17px;
      margin-top: 10px;
    }

    .dineriya-section-page .section-overview {
      margin: 30px 0 18px;
      padding: 22px;
      border: 1px solid rgba(24,183,123,.16);
      border-radius: 24px;
      background:
        linear-gradient(135deg, rgba(24,183,123,.06) 0%, rgba(10,99,255,.035) 100%),
        #fff;
      box-shadow: 0 18px 44px rgba(19,42,83,.05);
    }

    .dineriya-section-page .section-overview-title {
      margin: 0;
      font-size: 24px;
      line-height: 1.18;
      letter-spacing: -0.5px;
      color: var(--dark);
    }

    .dineriya-section-page .section-catalog-metrics,
    .dineriya-section-page .section-overview-metrics {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }

    .dineriya-section-page .section-overview-metrics {
      margin: 18px 0 0;
      gap: 14px;
    }

    .dineriya-section-page .section-catalog-metric {
      display: inline-grid;
      grid-template-columns: 30px auto;
      grid-template-rows: auto auto;
      align-items: center;
      gap: 2px 9px;
      min-height: 50px;
      padding: 8px 13px 8px 10px;
      border: 1px solid rgba(24,183,123,.18);
      border-radius: 18px;
      background: linear-gradient(135deg,#effbf6 0%,#f8fcff 100%);
      box-shadow: 0 12px 28px rgba(19,42,83,.05);
      box-sizing: border-box;
    }

    .dineriya-section-page .section-overview-metrics .section-catalog-metric {
      grid-template-columns: 42px auto;
      gap: 3px 12px;
      min-height: 68px;
      padding: 12px 18px 12px 12px;
      border-radius: 20px;
      box-shadow: 0 16px 38px rgba(19,42,83,.06);
    }

    .dineriya-section-page a.section-catalog-metric {
      color: inherit;
      text-decoration: none;
      cursor: pointer;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }

    .dineriya-section-page a.section-catalog-metric:hover,
    .dineriya-section-page a.section-catalog-metric:focus-visible {
      border-color: rgba(24,183,123,.34);
      box-shadow: 0 16px 34px rgba(19,42,83,.08);
      transform: translateY(-1px);
    }

    .dineriya-section-page a.section-catalog-metric:focus-visible {
      outline: 3px solid rgba(10,99,255,.16);
      outline-offset: 3px;
    }

    .dineriya-section-page .section-catalog-metric strong {
      color: var(--dark);
      font-size: 17px;
      line-height: 1.1;
      font-weight: 900;
    }

    .dineriya-section-page .section-overview-metrics .section-catalog-metric strong {
      font-size: 22px;
    }

    .dineriya-section-page .section-catalog-metric > span:last-child {
      color: #6b7890;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 800;
    }

    .dineriya-section-page .metric-icon {
      grid-row: 1 / span 2;
      width: 30px;
      height: 30px;
      border-radius: 11px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--blue);
      background: rgba(10,99,255,.08);
      border: 1px solid rgba(10,99,255,.12);
    }

    .dineriya-section-page .section-overview-metrics .metric-icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
    }

    .dineriya-section-page .metric-icon--rating {
      color: var(--green);
      background: rgba(24,183,123,.12);
      border-color: rgba(24,183,123,.18);
      font-size: 15px;
    }

    .dineriya-section-page .metric-icon svg,
    .dineriya-section-page .metric-icon img {
      width: 18px;
      height: 18px;
      display: block;
    }

    .dineriya-section-page .section-overview-metrics .metric-icon svg,
    .dineriya-section-page .section-overview-metrics .metric-icon img {
      width: 22px;
      height: 22px;
    }

    .dineriya-section-page #listado-opciones,
    .dineriya-section-page #opiniones,
    .dineriya-section-page #preguntas-frecuentes {
      scroll-margin-top: 98px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .updated {
      color: #718096;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 14px;
      font-size: 14px;
      white-space: nowrap;
    }

    .loan-list {
      display: grid;
      gap: 18px;
    }

    .loan-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 22px;
      box-shadow: 0 14px 42px rgba(19,42,83,.06);
      display: grid;
      grid-template-columns: 230px 1fr 190px;
      gap: 22px;
      align-items: center;
      position: relative;
    }

    .loan-brand {
      display: grid;
      gap: 12px;
      align-items: start;
    }

    .loan-brand h3 {
      font-size: 22px;
      letter-spacing: -0.5px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag {
      font-size: 12px;
      font-weight: 800;
      padding: 6px 10px;
      border-radius: 999px;
      background: #eafaf3;
      color: #139765;
    }

    .tag.blue {
      background: var(--soft-blue);
      color: var(--blue);
    }

    .tag.gray {
      background: #edf2f7;
      color: #526071;
    }

    .loan-terms {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
    }

    .term {
      background: #f6f9fd;
      border: 1px solid #edf2f8;
      border-radius: 16px;
      padding: 12px;
    }

    .term span {
      display: block;
      color: #7a879b;
      font-size: 13px;
      margin-bottom: 5px;
    }

    .term strong {
      font-size: 15px;
      color: #202b3d;
    }

    .loan-actions {
      display: grid;
      gap: 10px;
    }

    .small-note {
      font-size: 12px;
      color: #7a879b;
      line-height: 1.45;
    }

    .catalog-note {
      margin-top: 20px;
      color: #657389;
      font-size: 14px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 18px;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .info-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 24px;
    }

    .info-card h3 {
      margin-bottom: 10px;
      letter-spacing: -0.3px;
    }

    .info-card p,
    .info-card li {
      color: var(--text);
    }

    .info-card ul {
      padding-left: 18px;
      margin-top: 10px;
    }

    .content-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 34px;
      color: #435067;
    }

    .content-card h2 {
      color: var(--dark);
      font-size: 30px;
      margin-bottom: 16px;
      letter-spacing: -0.8px;
    }

    .content-card h3 {
      color: var(--dark);
      font-size: 23px;
      margin: 28px 0 10px;
    }

    .content-card p {
      margin-bottom: 14px;
    }

    .two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 20px;
    }

    .list-box {
      border-radius: 20px;
      padding: 22px;
      border: 1px solid var(--line);
      background: #f8fbff;
    }

    .list-box.good {
      background: #f0fbf6;
      border-color: #ccefe0;
    }

    .list-box.bad {
      background: #fff7f7;
      border-color: #f1d1d1;
    }

    .list-box h3 {
      margin-top: 0;
    }

    .list-box ul {
      padding-left: 18px;
    }

    .faq {
      display: grid;
      gap: 14px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) details {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 18px 20px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) summary {
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--dark);
      list-style: none;
      position: relative;
      min-width: 0;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) summary::-webkit-details-marker {
      display: none;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) summary::marker {
      content: "";
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) summary::before {
      content: "";
      width: 26px;
      height: 26px;
      border-radius: 10px;
      flex: 0 0 26px;
      background: linear-gradient(135deg, rgba(10,99,255,.10), rgba(24,183,123,.13));
      border: 1px solid rgba(24,183,123,.18);
      box-shadow: 0 8px 18px rgba(19,42,83,.05);
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) summary::after {
      content: "";
      position: absolute;
      left: 9px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-right: 2px solid var(--blue);
      border-bottom: 2px solid var(--blue);
      transform: translateY(-50%) rotate(-45deg);
      transform-origin: 50% 50%;
      transition: transform .2s ease, border-color .2s ease;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) details[open] summary::after {
      border-color: var(--green);
      transform: translateY(-58%) rotate(45deg);
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) summary .summary-icon {
      margin-right: 0;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) details p {
      color: var(--text);
      margin-top: 12px;
    }

    .site-footer {
      background:
        radial-gradient(circle at 8% 0%, rgba(10,99,255,.20), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(24,183,123,.22), transparent 30%),
        linear-gradient(180deg, #18202f 0%, #101726 100%);
      color: #cfd8e6;
      padding: 40px 0;
      font-size: 14px;
      margin: 56px 0 0;
    }

    .site-footer strong { color: #fff; }


    .top-nav {
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .top-nav a {
      color: var(--text);
      text-decoration: none;
      font-size: 15px;
      font-weight: 700;
      margin-left: 0;
    }

    .top-nav a:hover { color: var(--green); }

    .menu-wrap {
      margin-left: 0;
      position: relative;
    }

    .menu-toggle {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .burger {
      width: 46px;
      height: 46px;
      border-radius: 15px;
      background: linear-gradient(135deg, var(--blue), var(--green));
      display: grid;
      place-content: center;
      gap: 5px;
      cursor: pointer;
      box-shadow: 0 10px 28px rgba(24,183,123,.22);
    }

    .burger span {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
    }

    .menu-overlay {
      position: fixed;
      inset: 0;
      background: rgba(18, 26, 42, .38);
      z-index: 39;
      display: none;
    }

    .menu-panel {
      position: fixed;
      top: 0;
      right: 0;
      width: min(860px, 94vw);
      height: 100vh;
      background: #fff;
      z-index: 40;
      transform: translateX(110%);
      transition: .25s ease;
      padding: 28px;
      overflow-y: auto;
      box-shadow: -24px 0 80px rgba(18, 26, 42, .22);
    }

    .menu-toggle:checked ~ .menu-panel {
      transform: translateX(0);
    }

    .menu-toggle:checked ~ .menu-overlay {
      display: block;
    }

    .menu-panel-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 22px;
      border-bottom: 1px solid var(--line);
      margin-bottom: 24px;
    }

    .menu-panel-head strong {
      font-size: 25px;
      letter-spacing: -0.6px;
    }

    .menu-panel-head label {
      cursor: pointer;
      background: #eff5fb;
      color: #58708c;
      border-radius: 999px;
      padding: 9px 14px;
      font-size: 14px;
      font-weight: 800;
    }

    .menu-columns {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .menu-col {
      background: #f8fbff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 20px;
    }

    .menu-col-title {
      color: var(--dark);
      font-size: 17px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .menu-col a {
      display: block;
      color: #536078;
      text-decoration: none;
      padding: 8px 0;
      border-bottom: 1px solid rgba(230,237,245,.8);
      font-size: 15px;
    }

    .menu-col a:last-child { border-bottom: none; }
    .menu-col a:hover { color: var(--blue); }

    .green-line {
      height: 6px;
      width: 82px;
      background: linear-gradient(90deg, var(--green), var(--blue));
      border-radius: 999px;
      margin: 0 0 18px;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .hero {
      position: relative;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .hero:before {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: 8%;
      top: 16px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(24,183,123,.18), rgba(24,183,123,0) 66%);
      pointer-events: none;
      z-index: -1;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .hero-card {
      border-top: 5px solid var(--green);
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .stat {
      position: relative;
      overflow: hidden;
    }

    :where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .stat:after {
      content: "";
      position: absolute;
      right: -24px;
      bottom: -24px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: rgba(24,183,123,.12);
    }

    .loan-card {
      border-left: 5px solid rgba(24,183,123,.75);
    }

    .sections-map {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 30px;
      padding: 30px;
      box-shadow: 0 14px 42px rgba(19,42,83,.05);
    }

    .sections-map-head {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: flex-start;
      margin-bottom: 22px;
    }

    .sections-map-head p {
      color: var(--text);
      max-width: 760px;
      margin-top: 8px;
    }

    

/* Existing footer and utility components. */
.meta-pill svg,.detail-icon svg,.mini-li-icon svg,.side-icon svg,.summary-icon svg, .meta-pill img, .detail-icon img, .mini-li-icon img, .side-icon img, .summary-icon img{width:18px;height:18px;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* Footer headings had both marker-dot and icon; remove extra dot for cleaner layout */
.footer-col-title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.footer-col-title:before {
  display: none !important;
}
.dy-footer-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  color: var(--green, #18b77b);
}

.dy-footer-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dy-footer-icon {
  margin: 0 !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
}

.dy-footer-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

/* ===== DineriYa extended footer ===== */
.site-footer {
  width: 100%;
  max-width: none;
  margin: 56px 0 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(10,99,255,.20), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(24,183,123,.22), transparent 30%),
    linear-gradient(180deg, #18202f 0%, #101726 100%);
  color: #d8e2ef;
  border-top: 6px solid var(--green);
  padding: 0;
}

.footer-inner {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--site-shell-width));
  margin-inline: auto;
  padding: 42px 0 26px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.15fr 2fr;
  gap: 34px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
}

.footer-logo span {
  color: var(--green);
}

.footer-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(24,183,123,.24);
}

.footer-brand p {
  color: #aebbd0;
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
  margin: 0;
}

.footer-contact-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 18px;
  display: grid;
  gap: 10px;
}

.footer-contact-card strong {
  color: #fff;
  font-size: 16px;
}

.footer-contact-card a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.footer-contact-card small {
  color: #aebbd0;
  line-height: 1.45;
}

.footer-social-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 18px;
  display: grid;
  gap: 12px;
}

.footer-social-card strong {
  color: #fff;
  font-size: 16px;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.footer-social-links a:hover {
  transform: translateY(-1px);
  background: rgba(24,183,123,.15);
  border-color: rgba(24,183,123,.34);
}

.footer-social-links .contact-svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.footer-col {
  min-width: 0;
}

.footer-col-title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 13px;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col-title:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(24,183,123,.13);
  flex: 0 0 auto;
}

.footer-col.accent-blue .footer-col-title:before {
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(10,99,255,.15);
}

.footer-col.accent-gold .footer-col-title:before {
  background: #f6c85f;
  box-shadow: 0 0 0 5px rgba(246,200,95,.13);
}

.footer-col.accent-purple .footer-col-title:before {
  background: #8d7cff;
  box-shadow: 0 0 0 5px rgba(141,124,255,.14);
}

.footer-col a {
  display: block;
  color: #aebbd0;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  padding: 6px 0;
  transition: color .18s ease, transform .18s ease;
}

.footer-col a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-info-box {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  padding: 18px;
}

.footer-info-box b {
  display: block;
  color: #fff;
  margin-bottom: 7px;
  font-size: 15px;
}

.footer-info-box span {
  color: #aebbd0;
  font-size: 13px;
  line-height: 1.5;
}

.footer-bottom {
  padding-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  color: #8998ad;
  font-size: 13px;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer-legal-links a {
  color: #aebbd0;
  text-decoration: none;
}

.footer-legal-links a:hover {
  color: #fff;
}

.footer-disclaimer {
  color: #8998ad;
  font-size: 12px;
  line-height: 1.55;
  margin-top: 14px;
  grid-column: 1 / -1;
}

@media (max-width: 1050px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-middle {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 650px) {
  .site-footer {
    margin-top: 44px;
  }

  .footer-menu-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.brand-logo-box + a {
  text-decoration: none;
}
.post-detail-image img {
   max-width: 100%;
}

/* Legacy templates retained in the standalone theme. */
#OffersBlock {
  padding: 30px 0;
}

#OffersBlock h2 {
  font-size: 20px;
  line-height: 1.6;
  margin: 24px 0;
}

.header_row {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.header_row .io-title-description {
  /*width: 50%; */
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_row .header_text_right {
  width: 40%;
  padding: 0 15px;
}

.header_row .header_text_right p {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #188e6b;
}

.single_block_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  position: relative;
}

.single_block_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 90%;
  left: 5%;
  border-top: 1px solid #188e6b;
}

.single_block_title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 5%;
  border-bottom: 1px solid #188e6b;
}

.mark-ds.mark-ds_first {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #188e6b;
}

.sc_block_item {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  /*padding: 17px 28px 17px 10px;*/
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 28px;
}

.icons_sc {
  margin-right: 20px;
}

/*Acco*/
.ac-container {
  max-width: 100%;
}

.ac-container label {
  height: auto !important;
  min-height: 30px !important;
  font-size: 16px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  color: #444;
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fff),
    color-stop(100%, #eaeaea)
  );
  background: -webkit-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: linear-gradient(top, #fff 1%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3),
    1px 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  height: 30px;
}

.ac-container {
  width: 100%;
  margin: 10px auto 30px auto;
  text-align: left;
}

.ac-container label:hover {
  background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #f1f2f3;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  color: #444;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(img/down.png)
    no-repeat center center;
}

.ac-container input:checked + label:hover:after {
  background-image: url(img/up.png);
}

.ac-container input {
  display: none;
}

.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  border: none;
  margin-bottom: 15px;
}

.ac-container article p {
  padding: 0 20px;
  font-size: 16px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-small {
  height: auto;
}

.ac-container input:checked ~ article.ac-medium {
  height: 180px;
}

.ac-container input:checked ~ article.ac-large {
  height: 230px;
}

.change_city {
  width: 30%;
}

.single__subtitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin: 20px 0;
  color: #188e6b;
}

.data-news {
  font-size: 90%;
}

.full-w {
  width: 96%;
}

.full-w .single_block_title {
  display: block;
}

.news-informer .rpwe-title a {
  color: #4f5254 !important;
}

.date-news-item {
  opacity: 0.7;
  margin-right: 5px;
}

.news-item-more {
  font-size: 100% !important;
  color: #0c87d3 !important;
}

.news-informer .rpwe-block {
  margin: 0 0 24px;
  background: rgb(217 217 217 / 15%);
  border-radius: 10px;
  padding: 25px;
}

.news-informer .rpwe-block ul.rpwe-ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #70707026;
}

.news-informer .rpwe-block ul.rpwe-ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.news-informer ul.rpwe-ul li .rpwe-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  margin-bottom: 10px;
  text-align: left;
}

.news-informer ul.rpwe-ul li .rpwe-title a {
  color: #188e6b !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.news-informer ul.rpwe-ul li .rpwe-title a:hover {
  color: #707070 !important;
}

.news-informer ul.rpwe-ul li .rpwe-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #707070;
  margin-bottom: 10px;
}

.news-informer .rpwe-block .rpwe-link-all a {
  color: #188e6b !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}

.widget-area .widget .special-zero-mfo-title a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #188e6b;
  text-align: center;
}

.special-zero-mfo-content {
  margin: 0 0 24px;
  background: rgb(217 217 217 / 15%);
  border-radius: 10px;
  padding: 25px;
}

.special-zero-mfo-title:hover {
  background-image: url(img/bg-green.png);
}

.special-zero-mfo-title:hover a {
  color: #fff !important;
}

.sc-slider .prev_link {
  /* background-color: rgb(185 204 161 / 20%);
		border-radius: 100%;
		width: 45px;
		height: 44px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	justify-content: center;*/
}

.sc-slider .prev {
  position: absolute;
  bottom: -55%;
  right: 10%;
  z-index: 9;
  cursor: pointer;
}

.sc-slider .next {
  position: absolute;
  bottom: -55%;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.entry-content ul {
  padding-left: 40px;
  margin-top: 24px;
}

.entry-content ol {
  padding-left: 30px;
  margin-top: 24px;
}

.header_menu_only_desktop {
  display: block;
}

.header_menu_only_mob {
  display: none;
}

font[color="red"] {
  color: #c70000 !important;
}

.comment-content p {
  margin: 20px 20px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .header_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .header_row .io-title-description {
    width: 60%;
    order: 2;
    display: flex;
    flex-direction: column;
  }

  .header_row .header_text_right {
    width: 100%;
    display: none;
  }

  .entry-header .single_block_title img.wp-post-image {
    margin-bottom: 0;
    margin: 0;
  }

  .entry-header .single_block_title .entry-title {
    margin-bottom: 10px;
    margin: 0;
  }

  .change_city {
    width: 25%;
    margin: 0;
    order: -1;
  }

  span.site-description {
    max-width: 105px;
  }

  .btn_city {
    padding: 10px 20px;
    box-shadow: 0px 4px 20px rgba(24, 142, 107, 0.5);
    line-height: 1;
    margin-bottom: 20px;
  }

  .popup_city.btn_city.burger {
    margin-bottom: 0;
  }

  .sc-slider .next {
    bottom: 50%;
  }

  .sc-slider .prev {
    bottom: 50%;
    left: 0;
  }

  .sc-slider .prev img,
  .sc-slider .next img {
    background-color: #e7e7e7c2;
    border-radius: 50%;
  }

  .sc-badges {
    gap: 2px 2px;
  }

  .city-statistics2 {
    grid-template-columns: none;
  }

  .io-title-description a {
    padding-left: 0;
  }

  .sc-slider-wrapper {
    margin-bottom: 0px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-align-bottom-left.mega-toggle-on
    > a.mega-menu-link {
    border-radius: 0 !important;
  }

  .header_menu_only_desktop {
    display: none;
  }

  .header_menu_only_mob {
    display: block;
    order: 3;
  }

  .header_middle_block {
    padding: 10px 0;
  }

  .io-title-description .site-description {
    padding-left: 0;
    line-height: 1.2;
    width: 100%;
  }
  .sc_block_item {
    padding: 17px 28px 17px 10px;
  }
  /*
  .entry-content img {
    width: 100%;
    margin: 10px 0;
    float: none;
  }*/
  /*
  #OffersBlock .entry-content img {
    width: 100%;
    margin: 10px 0;
    float: none;
  }*/
  .main__img_text {
    width: 100%;
    margin: 10px 0 !important;
    float: none;
  }
  .site-wordpress {
    padding: 0;
  }
}

.sc-licence {
  font-size: 11px;
  display: flex;
  justify-content: left;
  margin-top: 15px;
  color: gray;
}

.close_menu_big2 {
  width: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 35px;
  cursor: pointer;
}


/* Home page. */

    .dineriya-home-page * { box-sizing: border-box; margin: 0; padding: 0; }

    .dineriya-home-page {
      font-family: Inter, Arial, sans-serif;
      background: #f7f9fc;
      color: #18202f;
      line-height: 1.6;
    }

    .dineriya-home-page > .hero,
    .dineriya-home-page > .stats,
    .dineriya-home-page > section {
      width: min(calc(100% - (var(--page-gutter) * 2)), var(--site-shell-width));
      margin-inline: auto;
    }

    body.dineriya-modern-home .site-header {
      width: 100%;
      padding: 0;
      display: block;
      background: #ffffff;
      border-bottom: 1px solid #e6edf5;
      position: sticky;
      top: 0;
      z-index: 10;
    }

    body.dineriya-modern-home .site-header .logo {
      font-size: 28px;
      font-weight: 800;
      color: #0a63ff;
      letter-spacing: -0.7px;
    }

    body.dineriya-modern-home .site-header .logo span { color: #18b77b; }

    body.dineriya-modern-home .site-header nav a {
      color: #536078;
      text-decoration: none;
      font-size: 15px;
    }

    .dineriya-home-page .hero {
      padding: 80px 0 60px;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 48px;
      align-items: center;
    }

    .dineriya-home-page .badge {
      display: inline-block;
      background: #e9f2ff;
      color: #0a63ff;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .dineriya-home-page h1 {
      font-size: clamp(36px, 5vw, 64px);
      line-height: 1.05;
      letter-spacing: -2px;
      margin-bottom: 22px;
    }

    .dineriya-home-page .lead {
      font-size: 19px;
      color: #536078;
      max-width: 660px;
      margin-bottom: 30px;
    }

    .dineriya-home-page .cta-row,
    .dineriya-home-page .home-hero-links { display: flex; gap: 14px; flex-wrap: wrap; }

    .dineriya-home-page .home-hero-links {
      margin-top: 4px;
    }

    .dineriya-home-page .home-hero-links .btn {
      min-width: 132px;
      text-align: center;
    }

    .dineriya-home-page .btn {
      display: inline-block;
      padding: 15px 24px;
      border-radius: 14px;
      text-decoration: none;
      font-weight: 800;
      transition: .2s;
      border: none;
      cursor: pointer;
      font-size: 15px;
    }

    .dineriya-home-page .btn-primary { background: #0a63ff; color: #fff; }
    .dineriya-home-page .btn-secondary { background: #fff; color: #0a63ff; border: 1px solid #d8e4f2; }
    .dineriya-home-page .btn-muted { background: #edf3fb; color: #43607d; }

    .dineriya-home-page .btn:hover { transform: translateY(-1px); }

    .dineriya-home-page .card {
      background: #ffffff;
      border: 1px solid #e3ebf5;
      border-radius: 28px;
      padding: 30px;
      box-shadow: 0 20px 60px rgba(19, 42, 83, .10);
    }

    .dineriya-home-page .selector { display: grid; gap: 16px; }

    .dineriya-home-page .field {
      background: #f5f8fc;
      border: 1px solid #dfe8f3;
      padding: 16px;
      border-radius: 16px;
    }

    .dineriya-home-page .field small { display: block; color: #6c7890; margin-bottom: 6px; }
    .dineriya-home-page .field strong { font-size: 18px; }

    .dineriya-home-page .stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      padding: 0 0 60px;
    }

    .dineriya-home-page .stat {
      background: #fff;
      border-radius: 22px;
      padding: 24px;
      border: 1px solid #e6edf5;
    }

    .dineriya-home-page .stat strong { font-size: 28px; color: #0a63ff; display: block; }

    .dineriya-home-page section { padding: 60px 0; }

    .dineriya-home-page .section-title {
      font-size: 34px;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .dineriya-home-page .section-subtitle {
      color: #5d6a80;
      max-width: 760px;
      margin-bottom: 28px;
      font-size: 17px;
    }

    .dineriya-home-page .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 26px;
    }

    .dineriya-home-page .feature {
      background: #fff;
      border: 1px solid #e6edf5;
      border-radius: 22px;
      padding: 24px;
    }

    .dineriya-home-page .feature h3 { margin-bottom: 10px; }
    .dineriya-home-page .feature p { color: #5d6a80; }

    .dineriya-home-page .offers-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      margin-top: 28px;
    }

    .dineriya-home-page .offer-card {
      background: #ffffff;
      border: 1px solid #e6edf5;
      border-radius: 24px;
      padding: 22px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      box-shadow: 0 12px 32px rgba(19, 42, 83, .06);
    }

    .dineriya-home-page .offer-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 12px;
    }

	    .dineriya-home-page .offer-badge {
	      font-size: 12px;
	      font-weight: 800;
	      padding: 6px 10px;
      border-radius: 999px;
      background: #eafaf3;
      color: #139765;
	      white-space: nowrap;
	    }

	    .editorial-rating-badge {
	      display: inline-flex;
	      align-items: center;
	      justify-content: center;
	      gap: 5px;
	      width: max-content;
	      max-width: 100%;
	      border-radius: 999px;
	      border: 1px solid rgba(24, 183, 123, .18);
	      background: linear-gradient(135deg, #eafaf3 0%, #eef6ff 100%);
	      color: #129365;
	      font-size: 12px;
	      font-weight: 900;
	      line-height: 1;
	      white-space: nowrap;
	      box-shadow: 0 8px 20px rgba(19, 42, 83, .06);
	    }

	    .editorial-rating-badge > span {
	      color: var(--green);
	      font-size: 13px;
	    }

	    .editorial-rating-badge small {
	      color: #6f7f95;
	      font-size: 11px;
	      font-weight: 800;
	    }

	    .editorial-rating-badge--card,
	    .editorial-rating-badge--slide {
	      padding: 7px 10px;
	    }

	    .editorial-rating-badge--detail {
	      padding: 8px 12px;
	      margin-top: 4px;
	    }

	    .editorial-rating-badge--calculator {
	      padding: 7px 10px;
	      flex: 0 0 auto;
	    }

    .dineriya-home-page .offer-card h3 {
      font-size: 20px;
      letter-spacing: -0.4px;
      margin-top: 4px;
    }

    .dineriya-home-page .offer-list {
      display: grid;
      gap: 8px;
      font-size: 14px;
      color: #56647b;
    }

    .dineriya-home-page .offer-list div {
      display: grid;
      grid-template-columns: minmax(116px, 1fr) minmax(105px, .9fr);
      align-items: center;
      gap: 10px;
      padding-bottom: 8px;
      border-bottom: 1px solid #edf2f8;
    }

    .dineriya-home-page .offer-list span:first-child { color: #7a879b; }
    .dineriya-home-page .offer-list strong { color: #202b3d; text-align: right; min-width: 0; overflow-wrap: break-word; }

    .dineriya-home-page .offer-list .condition-label { min-width: 0; }
    .dineriya-home-page .offer-list .condition-label > span { white-space: normal; word-break: normal; overflow-wrap: normal; }
    .dineriya-home-page .offer-list .condition-svg { flex: 0 0 auto; }

    .dineriya-home-page .offer-note {
      font-size: 13px;
      color: #748197;
      background: #f6f9fd;
      border-radius: 14px;
      padding: 12px;
      min-height: 60px;
    }

    .dineriya-home-page .offer-actions {
      margin-top: auto;
      display: grid;
      gap: 8px;
    }

    .dineriya-home-page .catalog-note {
      margin-top: 22px;
      color: #657389;
      font-size: 14px;
      background: #fff;
      border: 1px solid #e6edf5;
      border-radius: 18px;
      padding: 18px;
    }

    .dineriya-home-page .seo-text {
      background: #fff;
      border-radius: 28px;
      border: 1px solid #e6edf5;
      padding: 34px;
      color: #435067;
    }

    body.dineriya-modern-home .site-footer {
      color: #cfd8e6;
      padding: 0;
      font-size: 14px;
    }

    body.dineriya-modern-home .site-footer strong { color: #fff; }
    body.dineriya-modern-home .site-footer a { color: #cfd8e6; }

    @media (max-width: 1150px) {
      .dineriya-home-page .offers-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 850px) {
      body.dineriya-modern-home .site-header .top-nav { display: none; }
      .dineriya-home-page .hero { grid-template-columns: 1fr; padding-top: 48px; }
      .dineriya-home-page .stats,
.dineriya-home-page .grid,
.dineriya-home-page .offers-grid { grid-template-columns: 1fr; }
      body.dineriya-modern-home .site-header { position: static; }
    }
  
.dineriya-home-page .home-extra-section {width:min(calc(100% - (var(--page-gutter) * 2)),var(--site-shell-width));margin-inline:auto;padding:56px 0 0}.dineriya-home-page .home-section-head {display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.dineriya-home-page .home-section-head h2 {font-size:clamp(30px,3vw,42px);line-height:1.1;letter-spacing:-1px;color:var(--dark,#18202f);margin:0}.dineriya-home-page .home-section-head p {color:var(--text,#536078);margin:8px 0 0;max-width:720px}.dineriya-home-page .home-section-link {color:var(--blue,#0a63ff);font-weight:800;text-decoration:none;white-space:nowrap}.dineriya-home-page .home-badge {display:inline-flex;align-items:center;gap:7px;background:#eafaf3;color:#139765;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:10px}.dineriya-home-page .home-badge.blue {background:var(--soft-blue,#e9f2ff);color:var(--blue,#0a63ff)}.dineriya-home-page .home-grid-3 {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dineriya-home-page .home-grid-2 {display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.dineriya-home-page .home-post-card {display:grid;grid-template-rows:auto 1fr;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--line,#e6edf5);border-radius:26px;overflow:hidden;box-shadow:0 14px 42px rgba(19,42,83,.05);transition:.18s}.dineriya-home-page .home-post-card:hover {transform:translateY(-3px);box-shadow:0 22px 56px rgba(19,42,83,.09)}.dineriya-home-page .home-post-thumb {height:176px;background:#f7f9fc;overflow:hidden}.dineriya-home-page .home-post-thumb img {width:100%;height:100%;object-fit:cover;display:block}.dineriya-home-page .home-post-body {padding:20px}.dineriya-home-page .home-post-body h3 {color:var(--dark,#18202f);font-size:22px;line-height:1.2;letter-spacing:-.5px;margin:0 0 10px}.dineriya-home-page .home-post-body p {color:var(--text,#536078);font-size:15px;line-height:1.5;margin:0 0 12px}.dineriya-home-page .home-post-meta {display:flex;flex-wrap:wrap;gap:10px;color:#7a879b;font-size:13px;font-weight:700}.dineriya-home-page .pros-cons-wrap,
.dineriya-home-page .reviews-home-wrap,
.dineriya-home-page .home-mfo-strip {background:#fff;border:1px solid var(--line,#e6edf5);border-radius:32px;padding:28px;box-shadow:0 18px 54px rgba(19,42,83,.06)}.dineriya-home-page .pros-cons-wrap {background:radial-gradient(circle at 0% 0%,rgba(10,99,255,.08),transparent 30%),radial-gradient(circle at 100% 0%,rgba(24,183,123,.10),transparent 32%),#fff}.dineriya-home-page .pros-cons-grid {display:grid;grid-template-columns:1fr 1fr;gap:18px}.dineriya-home-page .pros-box,
.dineriya-home-page .cons-box {background:#f8fbff;border:1px solid var(--line,#e6edf5);border-radius:24px;padding:22px}.dineriya-home-page .pros-box {border-top:5px solid var(--green,#18b77b)}.dineriya-home-page .cons-box {border-top:5px solid #f0b36a}.dineriya-home-page .pros-box h3,
.dineriya-home-page .cons-box h3 {color:var(--dark,#18202f);font-size:24px;margin:0 0 14px}.dineriya-home-page .home-list {display:grid;gap:11px;padding:0;margin:0}.dineriya-home-page .home-list li {list-style:none;position:relative;padding-left:22px;color:var(--text,#536078);line-height:1.45}.dineriya-home-page .home-list li:before {content:"";width:9px;height:9px;border-radius:50%;background:var(--green,#18b77b);position:absolute;left:0;top:7px}.dineriya-home-page .cons-box .home-list li:before {background:#f0b36a}.dineriya-home-page .review-home-card {background:#f8fbff;border:1px solid var(--line,#e6edf5);border-radius:24px;padding:22px}.dineriya-home-page .review-home-top {display:flex;align-items:center;gap:12px;margin-bottom:12px}.dineriya-home-page .review-home-avatar {width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--blue,#0a63ff),var(--green,#18b77b));color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.dineriya-home-page .review-home-name {color:var(--dark,#18202f);font-weight:800}.dineriya-home-page .review-home-city {color:#7a879b;font-size:13px}.dineriya-home-page .review-stars {color:var(--green,#18b77b);letter-spacing:2px;margin-bottom:10px}.dineriya-home-page .review-home-card p {color:var(--text,#536078);margin:0;line-height:1.55}.dineriya-home-page .steps-home {display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dineriya-home-page .step-home-card {background:#fff;border:1px solid var(--line,#e6edf5);border-radius:24px;padding:22px;box-shadow:0 14px 42px rgba(19,42,83,.05)}.dineriya-home-page .step-home-num {width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue,#0a63ff),var(--green,#18b77b));color:#fff;font-weight:900;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.dineriya-home-page .step-home-card h3 {color:var(--dark,#18202f);font-size:20px;margin:0 0 8px}.dineriya-home-page .step-home-card p {color:var(--text,#536078);margin:0;line-height:1.45}.dineriya-home-page .home-mfo-grid {display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.dineriya-home-page .home-faq-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.dineriya-home-page .home-faq-item {background:#fff;border:1px solid var(--line,#e6edf5);border-radius:22px;padding:20px}.dineriya-home-page .home-faq-item h3 {color:var(--dark,#18202f);font-size:19px;margin:0 0 8px}.dineriya-home-page .home-faq-item p {color:var(--text,#536078);margin:0;line-height:1.5}@media(max-width:1050px){.dineriya-home-page .home-grid-3,
.dineriya-home-page .home-grid-2,
.dineriya-home-page .pros-cons-grid,
.dineriya-home-page .steps-home,
.dineriya-home-page .home-mfo-grid,
.dineriya-home-page .home-faq-grid {grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.dineriya-home-page .home-section-head {align-items:flex-start;flex-direction:column}.dineriya-home-page .home-grid-3,
.dineriya-home-page .home-grid-2,
.dineriya-home-page .pros-cons-grid,
.dineriya-home-page .steps-home,
.dineriya-home-page .home-mfo-grid,
.dineriya-home-page .home-faq-grid {grid-template-columns:1fr}}


/* Width fix for added homepage blocks. */

.dineriya-home-page .home-extra-section {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--site-shell-width)) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding: 48px 0 0 !important;
}

.dineriya-home-page .home-calculator-section {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--site-shell-width)) !important;
  max-width: none !important;
  margin: 0 auto 30px !important;
  padding: 24px 0 0 !important;
}


/* Icons for important homepage blocks. */
.dineriya-home-page .dy-icon,
.dineriya-home-page .dy-badge-icon,
.dineriya-home-page .dy-card-icon,
.site-footer .dy-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  vertical-align: middle;
}

.dineriya-home-page .dy-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  margin-right: 10px;
  background: linear-gradient(135deg, rgba(10,99,255,.11), rgba(24,183,123,.14));
  border: 1px solid rgba(24,183,123,.18);
  color: var(--blue, #0a63ff);
}

.dineriya-home-page .dy-icon svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-home-page .dy-badge-icon {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.dineriya-home-page .dy-badge-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-home-page .dy-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  margin-bottom: 12px;
  background: #eafaf3;
  border: 1px solid rgba(24,183,123,.18);
  color: var(--green, #18b77b);
}

.dineriya-home-page .dy-card-icon.blue {
  background: var(--soft-blue, #e9f2ff);
  border-color: rgba(10,99,255,.16);
  color: var(--blue, #0a63ff);
}

.dineriya-home-page .dy-card-icon.orange {
  background: #fff5e6;
  border-color: rgba(240,179,106,.20);
  color: #d8892d;
}

.dineriya-home-page .dy-card-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.dineriya-home-page .section-title,
.dineriya-home-page .home-section-head h2,
.dineriya-home-page .pros-box h3,
.dineriya-home-page .cons-box h3,
.dineriya-home-page .step-home-card h3,
.dineriya-home-page .review-home-name,
.dineriya-home-page .home-post-body h3,
.dineriya-home-page .home-faq-item h3 {
  position: relative;
}

.dineriya-home-page .section-title .dy-icon,
.dineriya-home-page .home-section-head h2 .dy-icon {
  transform: translateY(8px);
}

.dineriya-home-page .feature .dy-card-icon,
.dineriya-home-page .offer-card .dy-card-icon,
.dineriya-home-page .step-home-card .dy-card-icon,
.dineriya-home-page .home-faq-item .dy-card-icon,
.dineriya-home-page .pros-box .dy-card-icon,
.dineriya-home-page .cons-box .dy-card-icon {
  margin-bottom: 12px;
}

.dineriya-home-page .home-badge .dy-badge-icon,
.dineriya-home-page .badge .dy-badge-icon,
.dineriya-home-page .offer-badge .dy-badge-icon {
  margin-right: 2px;
}

@media (max-width: 650px) {
  .dineriya-home-page .dy-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    margin-right: 8px;
  }
}


/* Icon alignment fix. */
.dineriya-home-page .section-title,
.dineriya-home-page .home-section-head h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dineriya-home-page .section-title .dy-icon,
.dineriya-home-page .home-section-head h2 .dy-icon {
  transform: none !important;
  margin: 0 !important;
}

.dineriya-home-page .dy-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 12px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.dineriya-home-page .dy-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

.dineriya-home-page .home-badge,
.dineriya-home-page .badge,
.dineriya-home-page .offer-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  line-height: 1.2 !important;
}

.dineriya-home-page .home-badge .dy-badge-icon,
.dineriya-home-page .badge .dy-badge-icon,
.dineriya-home-page .offer-badge .dy-badge-icon {
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
}

.dineriya-home-page .dy-badge-icon svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
}

.dineriya-home-page .dy-card-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 13px !important;
  margin: 0 0 12px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.dineriya-home-page .dy-card-icon svg {
  width: 19px !important;
  height: 19px !important;
  display: block !important;
}

.dineriya-home-page .offer-card > .dy-card-icon,
.dineriya-home-page .feature > .dy-card-icon,
.dineriya-home-page .step-home-card > .dy-card-icon,
.dineriya-home-page .home-faq-item > .dy-card-icon,
.dineriya-home-page .pros-box > .dy-card-icon,
.dineriya-home-page .cons-box > .dy-card-icon {
  margin-bottom: 12px !important;
}

.dineriya-home-page .step-home-card .step-home-num + .dy-card-icon {
  margin-top: 2px !important;
}

.dineriya-home-page .pros-box h3,
.dineriya-home-page .cons-box h3,
.dineriya-home-page .step-home-card h3,
.dineriya-home-page .home-faq-item h3 {
  margin-top: 0 !important;
}

/* Footer headings had both marker-dot and icon; .dineriya-home-page remove extra dot for cleaner layout */
.footer-col-title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.site-footer .footer-col-title:before {
  display: none !important;
}

.site-footer .dy-footer-icon {
  margin: 0 !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
}

.site-footer .dy-footer-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

/* Avoid icon overcrowding in very small screens. */
@media (max-width: 650px) {
  .dineriya-home-page .section-title,
  .dineriya-home-page .home-section-head h2 {
    gap: 10px;
  }

  .dineriya-home-page .dy-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 11px !important;
  }

  .dineriya-home-page .dy-icon svg {
    width: 16px !important;
    height: 16px !important;
  }
}


/* Header from internal catalog page. */
body.dineriya-modern-home .top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

body.dineriya-modern-home .top-nav a {
  color: var(--text, #536078);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  margin-left: 0;
}

body.dineriya-modern-home .top-nav a:hover {
  color: var(--green, #18b77b);
}

body.dineriya-modern-home .menu-wrap {
  margin-left: 0;
  position: relative;
}

body.dineriya-modern-home .menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.dineriya-modern-home .burger {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blue, #0a63ff), var(--green, #18b77b));
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(24,183,123,.22);
}

body.dineriya-modern-home .burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

body.dineriya-modern-home .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18, 26, 42, .38);
  z-index: 39;
  display: none;
}

body.dineriya-modern-home .menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(860px, 94vw);
  height: 100vh;
  background: #fff;
  z-index: 40;
  transform: translateX(110%);
  transition: .25s ease;
  padding: 28px;
  overflow-y: auto;
  box-shadow: -24px 0 80px rgba(18, 26, 42, .22);
}

body.dineriya-modern-home .menu-toggle:checked ~ .menu-panel {
  transform: translateX(0);
}

body.dineriya-modern-home .menu-toggle:checked ~ .menu-overlay {
  display: block;
}

body.dineriya-modern-home .menu-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line, #e6edf5);
  margin-bottom: 24px;
}

body.dineriya-modern-home .menu-panel-head strong {
  font-size: 25px;
  letter-spacing: -0.6px;
  color: var(--dark, #18202f);
}

body.dineriya-modern-home .menu-panel-head label {
  cursor: pointer;
  background: #eff5fb;
  color: #58708c;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 800;
}

body.dineriya-modern-home .menu-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

body.dineriya-modern-home .menu-col {
  background: #f8fbff;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 22px;
  padding: 20px;
}

body.dineriya-modern-home .menu-col-title {
  color: var(--dark, #18202f);
  font-size: 17px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.dineriya-modern-home .menu-col a {
  display: block;
  color: #536078;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(230,237,245,.8);
  font-size: 15px;
}

body.dineriya-modern-home .menu-col a:last-child {
  border-bottom: none;
}

body.dineriya-modern-home .menu-col a:hover {
  color: var(--blue, #0a63ff);
}

.dineriya-home-page .cat-icon {
  width: 18px;
  height: 18px;
  color: var(--blue, #0a63ff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  vertical-align: middle;
}

.dineriya-home-page .cat-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 850px) {
  body.dineriya-modern-home .top-nav {
    display: none;
  }

  body.dineriya-modern-home .menu-columns {
    grid-template-columns: 1fr;
  }
}


/* Homepage catalog slider. */
.dineriya-home-page #ofertas .section-title .dy-icon {
  display: none !important;
}

.dineriya-home-page .offers-slider {
  position: relative;
  margin-top: 28px;
}

.dineriya-home-page .offers-track-wrap {
  overflow: hidden;
}

.dineriya-home-page .offers-track {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 8px 18px;
  scroll-padding-inline: 8px;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.dineriya-home-page .offers-track::-webkit-scrollbar {
  height: 8px;
}

.dineriya-home-page .offers-track::-webkit-scrollbar-thumb {
  background: #d6e4ef;
  border-radius: 999px;
}

.dineriya-home-page .offers-track .offer-card {
  min-width: 310px;
  max-width: 310px;
  flex: 0 0 310px;
  border-top: 5px solid var(--green, #18b77b);
  border-color: rgba(24,183,123,.28);
  background:
    radial-gradient(circle at 92% 0%, rgba(24,183,123,.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fffb 100%);
}

.dineriya-home-page .offers-track .offer-card h3 {
  color: var(--dark, #18202f);
}

.dineriya-home-page .offers-track .offer-logo {
  border-color: rgba(24,183,123,.22);
  background: #ffffff;
}

.dineriya-home-page .offers-track .offer-list div {
  border-bottom-color: rgba(24,183,123,.16);
}

.dineriya-home-page .offers-track .offer-list strong {
  color: #139765;
}

.dineriya-home-page .offers-track .offer-note {
  background: #effaf5;
  color: #557066;
}

.dineriya-home-page .catalog-slider-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.dineriya-home-page .catalog-swipe-hint {
  display: none;
}

@media (max-width: 850px) {
  .dineriya-home-page .offers-track .offer-card {
    min-width: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
    flex-basis: calc((100% - 18px) / 2);
  }

  .dineriya-home-page .catalog-slider-actions {
    justify-content: flex-start;
  }

  .dineriya-home-page .offers-slider {
    padding-top: 6px;
  }

  .dineriya-home-page .catalog-swipe-hint {
    position: absolute;
    top: 9px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #effbf6, #f8fcff);
    border: 1px solid rgba(24,183,123,.22);
    color: #0b9866;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(19,42,83,.06);
    pointer-events: none;
  }

  .dineriya-home-page .catalog-swipe-hint:after {
    content: "";
    width: 28px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue, #0a63ff), var(--green, #18b77b));
    animation: dineriyaSwipeHint 1.6s ease-in-out infinite;
  }
}

@keyframes dineriyaSwipeHint {
  0%, 100% {
    transform: translateX(-5px);
    opacity: .55;
  }
  50% {
    transform: translateX(5px);
    opacity: 1;
  }
}


/* Clean catalog card style, closer to the internal catalog page. */
.dineriya-home-page .offers-track .offer-card {
  border-top: none !important;
  border-color: var(--line, #e6edf5) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 42px rgba(19,42,83,.05) !important;
}

.dineriya-home-page .offers-track .offer-logo {
  border-color: var(--line, #e6edf5) !important;
  background: #f8fbff !important;
}

.dineriya-home-page .offers-track .offer-badge {
  background: var(--soft-blue, #e9f2ff) !important;
  color: var(--blue, #0a63ff) !important;
}

.dineriya-home-page .offers-track .offer-list div {
  border-bottom-color: var(--line, #e6edf5) !important;
}

.dineriya-home-page .offers-track .offer-list strong {
  color: var(--dark, #18202f) !important;
}

.dineriya-home-page .offers-track .offer-note {
  background: #f7f9fc !important;
  color: #6c7890 !important;
}

.dineriya-home-page .offers-track .offer-actions {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px;
}

.dineriya-home-page .offers-track .offer-card .mfo-detail-link {
  background: #fff !important;
  color: var(--blue, #0a63ff) !important;
  border: 1px solid var(--line, #e6edf5) !important;
  box-shadow: none !important;
}

.dineriya-home-page .offers-track .offer-card .mfo-detail-link:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--blue, #0a63ff), #0956dd) !important;
}


/* Section catalogue page. */
.dineriya-section-page .wpc-edit-filter-set {
        display: none;
    }

    .dineriya-section-page .sections-grid,
.dineriya-section-page .wpc-filters-widget-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .dineriya-section-page .section-links-col {
      background: #f8fbff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 20px;
    }

    .dineriya-section-page .section-links-col h3 {
      font-size: 17px;
      margin-bottom: 12px;
      color: var(--dark);
      display: flex;
      align-items: center;
      gap: 9px;
    }

    .dineriya-section-page .section-links-col h3:before {
      display: none;
    }

    .dineriya-section-page .section-links-col a {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      text-decoration: none;
      color: #536078;
      font-size: 15px;
      padding: 8px 0;
      border-bottom: 1px solid rgba(230,237,245,.9);
      min-width: 0;
      overflow-wrap: anywhere;
    }

    .dineriya-section-page .section-links-col a > span {
      min-width: 0;
    }

    .dineriya-section-page .section-heading-svg {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      object-fit: contain;
    }

    .dineriya-section-page .section-link-svg {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      object-fit: contain;
      margin-top: 1px;
    }

    .dineriya-section-page .section-links-col a:last-child {
      border-bottom: none;
    }

    .dineriya-section-page .section-links-col a:hover {
      color: var(--blue);
    }

    .dineriya-section-page .mini-green-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #eafaf3;
      color: #139765;
      border-radius: 999px;
      padding: 8px 13px;
      font-weight: 800;
      font-size: 14px;
      white-space: nowrap;
    }

    .dineriya-section-page .mini-green-badge:before {
      content: "";
      width: 8px;
      height: 8px;
      background: var(--green);
      border-radius: 50%;
    }

    @media (max-width: 1050px) {
      .dineriya-section-page .loan-card {
        grid-template-columns: 1fr;
      }
      .dineriya-section-page .loan-terms {
        grid-template-columns: repeat(2, 1fr);
      }
      .dineriya-section-page .stats,
.dineriya-section-page .info-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 850px) {
      body.dineriya-modern-section .site-header { position: static; }
      body.dineriya-modern-section .site-header .top-nav { display: none; }
      .dineriya-section-page.container { width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-width)); }
      .dineriya-section-page .hero { grid-template-columns: 1fr; padding-top: 34px; }
      .dineriya-section-page .stats,
.dineriya-section-page .info-grid,
.dineriya-section-page .two-col {
        grid-template-columns: 1fr;
      }
      .dineriya-section-page .loan-terms {
        grid-template-columns: 1fr;
      }
      .dineriya-section-page .section-head {
        align-items: flex-start;
        flex-direction: column;
      }
      .dineriya-section-page .section-overview {
        padding: 18px;
        border-radius: 22px;
      }
      .dineriya-section-page .section-overview-title {
        font-size: 21px;
      }
      .dineriya-section-page .section-overview-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }
      .dineriya-section-page .section-overview-metrics .section-catalog-metric {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: 62px;
        width: 100%;
        min-width: 0;
        padding: 13px 12px;
      }
      .dineriya-section-page .section-overview-metrics .metric-icon {
        width: 36px;
        height: 36px;
      }
      .dineriya-section-page .section-overview-metrics .section-catalog-metric strong {
        font-size: 18px;
      }
      .dineriya-section-page h1 { letter-spacing: -1.2px; }
    }

    @media (max-width: 1050px) {
      .dineriya-section-page .sections-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      body.dineriya-modern-section .top-nav {
        display: none;
      }
    }

    @media (max-width: 850px) {
      body.dineriya-modern-section .menu-panel {
        padding: 22px;
      }
      body.dineriya-modern-section .menu-columns,
.dineriya-section-page .sections-grid {
        grid-template-columns: 1fr;
      }
      .dineriya-section-page .sections-map {
        padding: 22px;
      }
      .dineriya-section-page .sections-map-head {
        flex-direction: column;
      }
    }


    .dineriya-section-page .title-with-icon,
.dineriya-section-page .block-title-icon {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .dineriya-section-page .block-title-icon {
      font-size: 24px;
      letter-spacing: -0.6px;
      margin-bottom: 16px;
      font-weight: 800;
      color: var(--dark);
    }

    .dineriya-section-page .icon-badge {
      width: 42px;
      height: 42px;
      min-width: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(10,99,255,.10), rgba(24,183,123,.13));
      border: 1px solid rgba(24,183,123,.18);
      color: var(--blue);
    }

    .dineriya-section-page .icon-badge svg,
.dineriya-section-page .stat-icon svg,
.dineriya-section-page .section-links-col h3 svg,
.dineriya-section-page .info-icon svg,
.dineriya-section-page .summary-icon svg,
.dineriya-section-page .list-head .mini-icon svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .dineriya-section-page .stat-icon {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #eef6ff;
      color: var(--green);
      margin-bottom: 10px;
      border: 1px solid rgba(24,183,123,.16);
    }

    .dineriya-section-page .info-icon {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(10,99,255,.08), rgba(24,183,123,.12));
      color: var(--blue);
      margin-bottom: 12px;
      border: 1px solid rgba(24,183,123,.16);
    }

    .dineriya-section-page .list-head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .dineriya-section-page .list-head .mini-icon {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid var(--line);
      color: var(--green);
      flex: 0 0 auto;
    }

    .dineriya-section-page .list-head .mini-icon.red {
      color: #da6464;
    }

    .dineriya-section-page .faq-head {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .dineriya-section-page .faq-head .icon-badge {
      width: 44px;
      height: 44px;
    }

    .dineriya-section-page .summary-icon {
      display: inline-flex;
      width: 28px;
      height: 28px;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
      background: #eef6ff;
      border: 1px solid rgba(24,183,123,.14);
      color: var(--blue);
      margin-right: 10px;
      vertical-align: middle;
    }

    .dineriya-section-page .summary-icon svg {
      width: 15px;
      height: 15px;
    }

    .dineriya-section-page .cat-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
      color: var(--blue);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      vertical-align: middle;
    }

    .dineriya-section-page .section-links-col h3:before {
      display: none;
    }

  
    .dineriya-section-page .reviews-section-slider {
      margin-top: 24px;
    }

    .dineriya-section-page .reviews-slider-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      margin-bottom: 16px;
    }

    .dineriya-section-page .reviews-slider-head h3 {
      font-size: 22px;
      margin: 0;
      color: var(--dark);
      letter-spacing: -.4px;
    }

    .dineriya-section-page .reviews-arrows {
      display: flex;
      gap: 8px;
      flex: 0 0 auto;
    }

    .dineriya-section-page .reviews-track-wrap {
      overflow: hidden;
    }

    .dineriya-section-page .reviews-track {
      display: flex;
      gap: 18px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 4px 2px 12px;
      scrollbar-width: thin;
      scroll-snap-type: x mandatory;
      overscroll-behavior-inline: contain;
    }

    .dineriya-section-page .reviews-track::-webkit-scrollbar {
      height: 8px;
    }

    .dineriya-section-page .reviews-track::-webkit-scrollbar-thumb {
      background: #d6e4ef;
      border-radius: 999px;
    }

    .dineriya-section-page .review-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 22px;
      box-shadow: 0 12px 30px rgba(19,42,83,.05);
      flex: 0 0 calc((100% - 36px) / 3);
      min-width: calc((100% - 36px) / 3);
      max-width: calc((100% - 36px) / 3);
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .dineriya-section-page .review-top {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }

    .dineriya-section-page .review-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(10,99,255,.1), rgba(24,183,123,.14));
      border: 1px solid rgba(24,183,123,.14);
      color: var(--blue);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 16px;
      flex: 0 0 auto;
    }

    .dineriya-section-page .review-name {
      font-weight: 800;
      color: var(--dark);
      line-height: 1.2;
    }

    .dineriya-section-page .review-meta {
      color: #7a879b;
      font-size: 13px;
      margin-top: 2px;
    }

    .dineriya-section-page .stars {
      color: #18b77b;
      letter-spacing: 2px;
      font-size: 15px;
      margin: 8px 0 10px;
    }

    .dineriya-section-page .review-card p {
      color: var(--text);
      font-size: 15px;
    }

    @media (max-width: 1050px) {
      .dineriya-section-page .reviews-track .review-card {
        flex-basis: calc((100% - 18px) / 2);
        min-width: calc((100% - 18px) / 2);
        max-width: calc((100% - 18px) / 2);
      }
    }

    @media (max-width: 850px) {
      .dineriya-section-page .reviews-track .review-card {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
      }

      .dineriya-section-page .reviews-slider-head {
        align-items: flex-start;
        flex-direction: column;
      }
    }

  
    .dineriya-section-page .loan-terms .term {
      position: relative;
      padding-left: 46px;
      min-height: 74px;
    }

    .dineriya-section-page .catalog-term-icon {
      position: absolute;
      left: 12px;
      top: 14px;
      width: 26px;
      height: 26px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(10,99,255,.09), rgba(24,183,123,.14));
      color: var(--blue);
      border: 1px solid rgba(24,183,123,.18);
    }

    .dineriya-section-page .catalog-term-icon svg {
      width: 15px;
      height: 15px;
      stroke: currentColor;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .dineriya-section-page .catalog-term-icon.green {
      color: var(--green);
      background: rgba(24,183,123,.11);
    }

  
/* Préstamos urgentes page additions. */
.dineriya-section-page .urgent-conditions-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 18px 0 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.dineriya-section-page .urgent-conditions-table tr:nth-child(even) {
  background: #f8fbff;
}

.dineriya-section-page .urgent-conditions-table th,
.dineriya-section-page .urgent-conditions-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.dineriya-section-page .urgent-conditions-table tr:last-child th,
.dineriya-section-page .urgent-conditions-table tr:last-child td {
  border-bottom: none;
}

.dineriya-section-page .urgent-conditions-table th {
  width: 34%;
  color: var(--dark);
  font-weight: 800;
}

.dineriya-section-page .urgent-conditions-table td {
  color: var(--text);
}

.dineriya-section-page .urgent-notice {
  background: #fff7e8;
  border: 1px solid #f4d7a6;
  color: #8a5b10;
  border-radius: 20px;
  padding: 18px 20px;
  margin: 18px 0 26px;
  line-height: 1.55;
}

.dineriya-section-page .urgent-steps {
  counter-reset: urgent-step;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 26px;
}

.dineriya-section-page .urgent-steps li {
  list-style: none;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}

.dineriya-section-page .urgent-steps span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dineriya-section-page .urgent-steps p {
  margin: 0;
  color: var(--text);
}

.dineriya-section-page .urgent-guide-intro {
  font-size: 17px;
  color: var(--text);
  line-height: 1.65;
}

.dineriya-section-page .section-guide-text {
  position: relative;
  font-size: 16px;
  line-height: 1.58;
  overflow: hidden;
}

.dineriya-section-page .section-guide-text.collapsed {
  max-height: 420px;
}

.dineriya-section-page .section-guide-text.collapsed:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 78%);
}

.dineriya-section-page .section-guide-text p {
  margin: 0 0 12px;
}

.dineriya-section-page .section-guide-text h2,
.dineriya-section-page .section-guide-text h3,
.dineriya-section-page .section-guide-text h4 {
  color: var(--dark);
  line-height: 1.22;
}

.dineriya-section-page .section-guide-text h3 {
  margin: 20px 0 8px;
  font-size: 22px;
  letter-spacing: -.35px;
}

.dineriya-section-page .section-guide-text h3:first-child {
  margin-top: 0;
}

.dineriya-section-page .section-guide-text h4 {
  margin: 16px 0 7px;
  font-size: 18px;
}

.dineriya-section-page .section-guide-text br {
  display: none;
}

.dineriya-section-page .section-guide-text a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(10,99,255,.24);
}

.dineriya-section-page .section-guide-text a:hover,
.dineriya-section-page .section-guide-text a:focus-visible {
  color: #0055df;
  border-bottom-color: currentColor;
}

.dineriya-section-page .section-guide-more {
  margin-top: 14px;
}

.dineriya-section-page .section-guide-more .intro-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(10,99,255,.08);
  line-height: 1;
  transition: transform .18s ease;
}

.dineriya-section-page .section-guide-more[aria-expanded="true"] .intro-more-arrow {
  transform: rotate(180deg);
}

.dineriya-section-page .urgent-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 26px;
}

.dineriya-section-page .urgent-highlight {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}

.dineriya-section-page .urgent-highlight strong {
  display: block;
  color: var(--dark);
  margin-bottom: 6px;
}

.dineriya-section-page .urgent-highlight p {
  margin: 0;
}

@media (max-width: 850px) {
  .dineriya-section-page .urgent-highlight-grid {
    grid-template-columns: 1fr;
  }

  .dineriya-section-page .urgent-conditions-table th,
.dineriya-section-page .urgent-conditions-table td {
    display: block;
    width: 100%;
  }

  .dineriya-section-page .urgent-conditions-table th {
    padding-bottom: 6px;
  }

  .dineriya-section-page .urgent-conditions-table td {
    padding-top: 6px;
  }
}

  

/* Simple intro text toggle. */
.dineriya-section-page .intro-text {
  position: relative;
  max-width: 720px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.65;
  margin-top: 0;
}

.dineriya-section-page .intro-text.collapsed {
  max-height: 86px;
  overflow: hidden;
}

.dineriya-section-page .intro-text.collapsed:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.dineriya-section-page .intro-text p {
  margin: 0;
}

.dineriya-section-page .intro-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 10px 0 0 auto;
  padding: 9px 13px;
  border: 1px solid rgba(10,99,255,.14);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
  font-family: inherit;
  box-shadow: 0 10px 24px rgba(19,42,83,.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.dineriya-section-page .intro-more:hover,
.dineriya-section-page .intro-more:focus-visible {
  border-color: rgba(10,99,255,.28);
  box-shadow: 0 14px 30px rgba(19,42,83,.09);
  transform: translateY(-1px);
}

.dineriya-section-page .intro-more:focus-visible {
  outline: 3px solid rgba(10,99,255,.14);
  outline-offset: 3px;
}

.dineriya-section-page .intro-more svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.dineriya-section-page .intro-more[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

  

/* Company detail page. */
.dineriya-detail-page .sections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dineriya-detail-page .section-links-col {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
}

.dineriya-detail-page .section-links-col h3 {
  font-size: 17px;
  margin-bottom: 12px;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 9px;
}

.dineriya-detail-page .section-links-col h3:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
}

.dineriya-detail-page .section-links-col a {
  display: block;
  text-decoration: none;
  color: #536078;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(230,237,245,.9);
}

.dineriya-detail-page .section-links-col a:last-child {
  border-bottom: none;
}

.dineriya-detail-page .section-links-col a:hover {
  color: var(--blue);
}

.dineriya-detail-page .mini-green-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eafaf3;
  color: #139765;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}

	.dineriya-detail-page .mini-green-badge:before {
	  content: "";
	  width: 8px;
	  height: 8px;
	  background: var(--green);
	  border-radius: 50%;
	}

	.dineriya-section-page .loan-brand .editorial-rating-badge {
	  margin-top: 2px;
	}

	.dineriya-home-page .offer-top .editorial-rating-badge {
	  margin-top: 2px;
	  flex: 0 0 auto;
	}

	.dineriya-detail-page .company-product-badges {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  gap: 10px;
	  margin-bottom: 14px;
	}

	.dineriya-detail-page .company-product-badges .badge,
	.dineriya-detail-page .company-product-badges .editorial-rating-badge {
	  margin: 0;
	}

	.dineriya-detail-page .editorial-rating-badge--detail {
	  margin: 0;
	}

	.dineriya-detail-page .side-list-rating .condition-label {
	  color: var(--dark);
	}

	.dineriya-detail-page .editorial-rating-icon {
	  width: 28px;
	  height: 28px;
	  border-radius: 10px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  color: var(--green);
	  background: rgba(24, 183, 123, .1);
	  border: 1px solid rgba(24, 183, 123, .16);
	  font-size: 15px;
	  flex: 0 0 28px;
	}

@media (max-width: 1050px) {
  .dineriya-detail-page .loan-card {
	grid-template-columns: 1fr;
  }
  .dineriya-detail-page .loan-terms {
	grid-template-columns: repeat(2, 1fr);
  }
  .dineriya-detail-page .stats,
.dineriya-detail-page .info-grid {
	grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  body.dineriya-modern-detail .site-header { position: static; }
  body.dineriya-modern-detail .site-header .top-nav { display: none; }
  .dineriya-detail-page.container { width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-width)); }
  .dineriya-detail-page .hero { grid-template-columns: 1fr; padding-top: 34px; }
  .dineriya-detail-page .stats,
.dineriya-detail-page .info-grid,
.dineriya-detail-page .two-col {
	grid-template-columns: 1fr;
  }
  .dineriya-detail-page .loan-terms {
	grid-template-columns: 1fr;
  }
  .dineriya-detail-page .section-head {
	align-items: flex-start;
	flex-direction: column;
  }
  .dineriya-detail-page h1 { letter-spacing: -1.2px; }
}

@media (max-width: 1050px) {
  .dineriya-detail-page .sections-grid {
	grid-template-columns: repeat(2, 1fr);
  }
  body.dineriya-modern-detail .top-nav {
	display: none;
  }
}

@media (max-width: 850px) {
  body.dineriya-modern-detail .menu-panel {
	padding: 22px;
  }
  body.dineriya-modern-detail .menu-columns,
.dineriya-detail-page .sections-grid {
	grid-template-columns: 1fr;
  }
  .dineriya-detail-page .sections-map {
	padding: 22px;
  }
  .dineriya-detail-page .sections-map-head {
	flex-direction: column;
  }
}


.dineriya-detail-page .title-with-icon,
.dineriya-detail-page .block-title-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dineriya-detail-page .block-title-icon {
  font-size: 24px;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--dark);
}

.dineriya-detail-page .icon-badge {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10,99,255,.10), rgba(24,183,123,.13));
  border: 1px solid rgba(24,183,123,.18);
  color: var(--blue);
}

.dineriya-detail-page .icon-badge svg,
.dineriya-detail-page .stat-icon svg,
.dineriya-detail-page .section-links-col h3 svg,
.dineriya-detail-page .info-icon svg,
.dineriya-detail-page .summary-icon svg,
.dineriya-detail-page .list-head .mini-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-detail-page .stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  color: var(--green);
  margin-bottom: 10px;
  border: 1px solid rgba(24,183,123,.16);
}

.dineriya-detail-page .info-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10,99,255,.08), rgba(24,183,123,.12));
  color: var(--blue);
  margin-bottom: 12px;
  border: 1px solid rgba(24,183,123,.16);
}

.dineriya-detail-page .list-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.dineriya-detail-page .list-head .mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--green);
  flex: 0 0 auto;
}

.dineriya-detail-page .list-head .mini-icon.red {
  color: #da6464;
}

.dineriya-detail-page .faq-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dineriya-detail-page .faq-head .icon-badge {
  width: 44px;
  height: 44px;
}

.dineriya-detail-page .summary-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  border: 1px solid rgba(24,183,123,.14);
  color: var(--blue);
  margin-right: 10px;
  vertical-align: middle;
}

.dineriya-detail-page .summary-icon svg {
  width: 15px;
  height: 15px;
}

.dineriya-detail-page .cat-icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  vertical-align: middle;
}

.dineriya-detail-page .section-links-col h3:before {
  display: none;
}


.dineriya-detail-page .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.dineriya-detail-page .review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(19,42,83,.05);
}

.dineriya-detail-page .review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.dineriya-detail-page .review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(10,99,255,.1), rgba(24,183,123,.14));
  border: 1px solid rgba(24,183,123,.14);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  flex: 0 0 auto;
}

.dineriya-detail-page .review-name {
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
}

.dineriya-detail-page .review-meta {
  color: #7a879b;
  font-size: 13px;
  margin-top: 2px;
}

.dineriya-detail-page .stars {
  color: #18b77b;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 8px 0 10px;
}

.dineriya-detail-page .review-card p {
  color: var(--text);
  font-size: 15px;
}

@media (max-width: 1050px) {
  .dineriya-detail-page .reviews-grid {
	grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .dineriya-detail-page .reviews-grid {
	grid-template-columns: 1fr;
  }
}


.dineriya-detail-page .loan-terms .term {
  position: relative;
  padding-left: 46px;
  min-height: 74px;
}

.dineriya-detail-page .catalog-term-icon {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10,99,255,.09), rgba(24,183,123,.14));
  color: var(--blue);
  border: 1px solid rgba(24,183,123,.18);
}

.dineriya-detail-page .catalog-term-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-detail-page .catalog-term-icon.green {
  color: var(--green);
  background: rgba(24,183,123,.11);
}


.dineriya-detail-page .detail-layout {display:grid;grid-template-columns:minmax(0,1fr)360px;gap:24px;align-items:start;padding:34px 0 64px}
.dineriya-detail-page .detail-layout > *,
.dineriya-detail-page .side-panel,
.dineriya-detail-page .side-card,
.dineriya-detail-page .detail-card,
.dineriya-detail-page .company-top {
  min-width: 0;
  max-width: 100%;
}
.dineriya-detail-page .company-top {background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:0 18px 54px rgba(19,42,83,.07);margin-top:22px;border-top:5px solid var(--green)}
.dineriya-detail-page .company-top-grid {display:grid;grid-template-columns:210px 1fr;gap:24px;align-items:center}
.dineriya-detail-page .company-logo-wrap {display:grid;gap:12px;align-self:center}
.dineriya-detail-page .company-title h1 {font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-1.4px;margin-bottom:12px}
.dineriya-detail-page .company-title p {color:var(--text);font-size:17px;max-width:780px}
.dineriya-detail-page .company-meta {margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}
.dineriya-detail-page .meta-pill {display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eafaf3;color:#139765;font-weight:800;font-size:13px}
.dineriya-detail-page .meta-pill.blue {background:var(--soft-blue);color:var(--blue)}
.dineriya-detail-page .detail-updated {display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,rgba(10,99,255,.08),rgba(24,183,123,.12));border:1px solid rgba(24,183,123,.18);color:#139765;font-size:13px;font-weight:800}
.dineriya-detail-page .detail-updated:before {content:"";width:8px;height:8px;border-radius:50%;background:var(--green)}
.dineriya-detail-page .detail-updated--logo {margin-top:0;justify-content:center;width:100%;font-size:12px}
.dineriya-detail-page .detail-updated--contact {margin-top:0;flex:0 0 auto}
.dineriya-detail-page .meta-pill svg,
.dineriya-detail-page .detail-icon svg,
.dineriya-detail-page .mini-li-icon svg,
.dineriya-detail-page .side-icon svg,
.dineriya-detail-page .summary-icon svg {width:18px;height:18px;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}
.dineriya-detail-page .detail-card {background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;margin-bottom:22px;box-shadow:0 12px 36px rgba(19,42,83,.045)}
.dineriya-detail-page .detail-card h2 {font-size:28px;line-height:1.18;letter-spacing:-.8px;margin-bottom:16px;color:var(--dark);display:flex;align-items:center;gap:12px}
.dineriya-detail-page .detail-card-head {display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.dineriya-detail-page .detail-card-head h2 {margin-bottom:0}
.dineriya-detail-page .detail-card p {color:var(--text);margin-bottom:13px}
.dineriya-detail-page .detail-brief-card {position:relative;overflow:hidden;border-top:4px solid var(--green);background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)}
.dineriya-detail-page .detail-brief-card:after {content:"";position:absolute;inset:0 0 auto auto;width:120px;height:120px;background:radial-gradient(circle,rgba(24,183,123,.13),rgba(24,183,123,0) 68%);pointer-events:none}
.dineriya-detail-page .detail-brief-content {position:relative;color:var(--text);font-size:17px;line-height:1.62;max-width:860px}
.dineriya-detail-page .detail-brief-content p:last-child {margin-bottom:0}
.dineriya-detail-page .detail-icon,
.dineriya-home-page .detail-icon {width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(10,99,255,.10),rgba(24,183,123,.13));border:1px solid rgba(24,183,123,.18);color:var(--blue);flex:0 0 auto}
.dineriya-detail-page .conditions-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}
.dineriya-detail-page .condition-item {position:relative;min-height:82px;background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:15px 15px 15px 54px}
.dineriya-detail-page .condition-item .side-icon {position:absolute;left:14px;top:16px;width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--green);background:rgba(24,183,123,.11);border:1px solid rgba(24,183,123,.16)}
.dineriya-detail-page .condition-item span:nth-child(2) {display:block;color:#7a879b;font-size:13px;margin-bottom:5px}
.dineriya-detail-page .condition-item strong {color:var(--dark);font-size:15px}
.dineriya-detail-page .split-lists {display:grid;grid-template-columns:1fr 1fr;gap:16px}
.dineriya-detail-page .detail-list {display:grid;gap:10px;margin-top:10px}
.dineriya-detail-page .detail-list li {list-style:none;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;color:var(--text)}
.dineriya-detail-page .mini-li-icon {width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eafaf3;color:var(--green);border:1px solid rgba(24,183,123,.14)}
.dineriya-detail-page .mini-li-icon.bad {color:#da6464;background:#fff1f1;border-color:#f1d1d1}
.dineriya-detail-page .steps-list {counter-reset:step;display:grid;gap:12px;margin-top:14px}
.dineriya-detail-page .step-item {counter-increment:step;background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:16px 16px 16px 60px;position:relative;color:var(--text)}
.dineriya-detail-page .step-item:before {content:counter(step);position:absolute;left:16px;top:16px;width:30px;height:30px;border-radius:11px;background:linear-gradient(135deg,var(--blue),var(--green));color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center}
.dineriya-detail-page .side-panel {position:sticky;top:96px;display:grid;gap:16px}
.dineriya-detail-page .side-card {background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 14px 42px rgba(19,42,83,.06)}
.dineriya-detail-page .side-card > h3 {font-size:21px;font-weight:800;line-height:1.3;margin-bottom:14px;letter-spacing:-.5px}
.dineriya-detail-page .score-box {display:flex;align-items:center;gap:14px;margin-bottom:16px}
.dineriya-detail-page .score-circle {width:72px;height:72px;border-radius:50%;background:conic-gradient(var(--green) 0 82%,#edf2f8 82% 100%);display:grid;place-items:center}
.dineriya-detail-page .score-inner {width:54px;height:54px;background:#fff;border-radius:50%;display:grid;place-items:center;font-weight:900;color:var(--dark)}
.dineriya-detail-page .side-list {display:grid;gap:10px;color:var(--text);font-size:14px}
.dineriya-detail-page .side-list div {display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:9px}
.dineriya-detail-page .side-list div:last-child {border-bottom:none;padding-bottom:0}
.dineriya-detail-page .side-list strong {color:var(--dark);text-align:right}
.dineriya-detail-page .contact-table {display:grid;gap:10px;margin-top:12px}
.dineriya-detail-page .contact-row {display:grid;grid-template-columns:210px 1fr;gap:14px;padding:13px 0;border-bottom:1px solid var(--line);color:var(--text)}
.dineriya-detail-page .contact-row strong {color:var(--dark);display:flex;align-items:flex-start;gap:9px;min-width:0}
.dineriya-detail-page .contact-row strong > span {min-width:0}
.dineriya-detail-page .contact-row a {color:#43607d;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.dineriya-detail-page .contact-row a:hover {color:var(--blue)}
.dineriya-detail-page .warning-box {background:#fff7e8;border:1px solid #f4d7a6;color:#8a5b10;border-radius:18px;padding:16px 18px;font-size:14px}
.dineriya-detail-page .company-links {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.dineriya-detail-page .company-links a {text-decoration:none}
.dineriya-detail-page .company-link-card {position:relative;display:grid;grid-template-columns:42px minmax(0,1fr)22px;align-items:center;gap:12px;min-height:78px;background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid var(--line);border-radius:18px;padding:14px 16px;color:var(--dark);font-weight:800;box-shadow:0 12px 34px rgba(19,42,83,.045);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.dineriya-detail-page .company-link-card:before {content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--blue),var(--green));opacity:.8}
.dineriya-detail-page .company-link-icon {display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,rgba(10,99,255,.10),rgba(24,183,123,.13));border:1px solid rgba(24,183,123,.16)}
.dineriya-detail-page .company-link-svg {display:block;width:27px;height:27px;object-fit:contain}
.dineriya-detail-page .company-link-text {min-width:0;color:var(--dark);font-size:15px;line-height:1.3;overflow-wrap:anywhere}
.dineriya-detail-page .company-link-arrow {position:relative;display:inline-flex;width:22px;height:22px;border-radius:999px;background:#eef6ff;border:1px solid rgba(10,99,255,.12)}
.dineriya-detail-page .company-link-arrow:before {content:"";position:absolute;left:7px;top:6px;width:7px;height:7px;border-top:2px solid var(--blue);border-right:2px solid var(--blue);transform:rotate(45deg)}
.dineriya-detail-page .company-link-card:hover {transform:translateY(-2px);border-color:rgba(10,99,255,.22);box-shadow:0 18px 44px rgba(19,42,83,.08)}
.dineriya-detail-page .company-link-card:hover .company-link-text {color:var(--blue)}
.dineriya-detail-page .company-link-card:hover .company-link-arrow {background:var(--blue)}
.dineriya-detail-page .company-link-card:hover .company-link-arrow:before {border-color:#fff}
.dineriya-detail-page .company-links-cta {display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,rgba(10,99,255,.07),rgba(24,183,123,.11));border:1px solid rgba(24,183,123,.18)}
.dineriya-detail-page .company-links-cta div {display:grid;gap:3px;min-width:0}
.dineriya-detail-page .company-links-cta strong {color:var(--dark);font-size:16px;line-height:1.3}
.dineriya-detail-page .company-links-cta span {color:var(--text);font-size:14px;line-height:1.45}
.dineriya-detail-page .company-links-cta a {display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:14px;background:var(--blue);color:#fff;text-decoration:none;font-weight:800;white-space:nowrap;box-shadow:0 12px 28px rgba(10,99,255,.18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.dineriya-detail-page .company-links-cta a:after {content:"";width:8px;height:8px;margin-left:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.dineriya-detail-page .company-links-cta a:hover {transform:translateY(-1px);background:#0956dd;box-shadow:0 16px 34px rgba(10,99,255,.24)}
@media(max-width:1050px){.dineriya-detail-page .detail-layout {grid-template-columns:minmax(0,1fr)}.dineriya-detail-page .detail-layout > div {order:2}.dineriya-detail-page .side-panel {position:static;order:1;width:100%;max-width:100%;overflow:hidden}.dineriya-detail-page .company-links {grid-template-columns:repeat(2,minmax(0,1fr))}.dineriya-detail-page .company-top-grid,
.dineriya-detail-page .split-lists {grid-template-columns:1fr}}
@media(max-width:850px){.dineriya-detail-page .conditions-grid,
.dineriya-detail-page .company-links,
.dineriya-detail-page .contact-row {grid-template-columns:1fr}}
@media(max-width:650px){.dineriya-detail-page {overflow-x:clip}.dineriya-detail-page .company-top,
.dineriya-detail-page .detail-card,
.dineriya-detail-page .side-card {width:100%;overflow:hidden}.dineriya-detail-page .detail-card p,
.dineriya-detail-page .side-card p,
.dineriya-detail-page .summary-item,
.dineriya-detail-page .contact-row {overflow-wrap:break-word}.dineriya-detail-page .company-links-cta {align-items:stretch;flex-direction:column}.dineriya-detail-page .company-links-cta a {width:100%}}

.dineriya-calculator-page .calculator-hero {display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:22px;align-items:stretch;margin:28px 0 24px}
.dineriya-calculator-page .calculator-hero h1 {font-size:clamp(34px,5vw,58px);line-height:1.02;margin:18px 0 14px;color:var(--dark);letter-spacing:-1px;max-width:900px}
.dineriya-calculator-page .calculator-hero .lead {font-size:19px;line-height:1.55;color:var(--text);max-width:850px;margin:0}
.dineriya-calculator-page .calculator-hero-card {position:relative;display:grid;align-content:center;gap:10px;min-height:220px;background:linear-gradient(135deg,#fff,#f3fbf8);border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 16px 42px rgba(19,42,83,.055);overflow:hidden}
.dineriya-calculator-page .calculator-hero-card:before {content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--blue),var(--green))}
.dineriya-calculator-page .calculator-hero-card strong {font-size:24px;color:var(--dark)}
.dineriya-calculator-page .calculator-hero-card p {color:var(--text);line-height:1.5;margin:0}
.dineriya-calculator-page .calculator-hero-icon {display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,rgba(10,99,255,.10),rgba(24,183,123,.14));border:1px solid rgba(24,183,123,.18);color:var(--blue)}
.dineriya-calculator-page .calculator-hero-icon svg {width:28px;height:28px}
.dineriya-calculator-page .calculator-shell {display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:22px;align-items:start;margin-bottom:42px}
.dineriya-calculator-page .calculator-shell--page .calculator-controls {grid-column:1;grid-row:1}
.dineriya-calculator-page .calculator-shell--page .calculator-result {grid-column:2;grid-row:1 / span 2}
.dineriya-calculator-page .calculator-shell--page > .calculator-conditions {grid-column:1;grid-row:2;margin-top:0}
.dineriya-calculator-page .calculator-shell--home .calculator-controls {grid-column:1;grid-row:1}
.dineriya-calculator-page .calculator-shell--home .calculator-result {grid-column:2;grid-row:1 / span 2}
.dineriya-calculator-page .calculator-shell--home > .calculator-conditions {grid-column:1;grid-row:2;margin-top:0}
.dineriya-home-page .home-calculator-section {margin:0 auto 30px}
.dineriya-home-page .home-calculator-section .calculator-shell {margin:0}
.dineriya-calculator-page .calculator-controls,
.dineriya-calculator-page .calculator-result {background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 14px 42px rgba(19,42,83,.055)}
.dineriya-calculator-page .calculator-control-head {display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;margin-bottom:20px;align-items:start}
.dineriya-calculator-page .calculator-control-head .detail-icon {display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:#eaf8f3;border:1px solid #beeadd}
.dineriya-calculator-page .calculator-control-head .detail-icon img {width:32px;height:32px}
.dineriya-calculator-page .calculator-control-head h2,
.dineriya-calculator-page .calculator-result h2 {font-size:28px;line-height:1.18;color:var(--dark);margin:0 0 7px;letter-spacing:-.5px}
.dineriya-calculator-page .calculator-control-head p {color:var(--text);line-height:1.5;margin:0}
.dineriya-calculator-page .calculator-field {display:grid;gap:9px;margin-top:16px}
.dineriya-calculator-page .calculator-field > span {font-weight:800;color:var(--dark)}
.dineriya-calculator-page select,
.dineriya-calculator-page input[type="number"] {width:100%;min-height:52px;border:1px solid var(--line);border-radius:16px;background:#f8fbff;color:var(--dark);font-weight:800;padding:0 16px;outline:none}
.dineriya-calculator-page .calculator-company-field {gap:10px}
.dineriya-calculator-page .calculator-select-box {position:relative;display:block;color:var(--dark)}
.dineriya-calculator-page .calculator-select-box:before {content:"";position:absolute;right:12px;top:50%;z-index:2;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--green));box-shadow:0 10px 22px rgba(10,99,255,.18);transform:translateY(-50%);pointer-events:none}
.dineriya-calculator-page .calculator-select-box:after {content:"";position:absolute;right:27px;top:50%;z-index:3;width:9px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-64%) rotate(45deg);pointer-events:none}
.dineriya-calculator-page select {min-height:62px;border:1.5px solid rgba(24,183,123,.34);border-radius:18px;background:linear-gradient(135deg,#effbf6 0%,#f8fcff 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.88),0 14px 30px rgba(24,183,123,.11);cursor:pointer;text-overflow:ellipsis;appearance:none;-webkit-appearance:none;padding-right:62px;transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease}
.dineriya-calculator-page select:hover {border-color:rgba(10,99,255,.42);box-shadow:inset 0 0 0 1px rgba(255,255,255,.95),0 16px 34px rgba(10,99,255,.12);transform:translateY(-1px)}
.dineriya-calculator-page select:focus,
.dineriya-calculator-page input[type="number"]:focus {border-color:rgba(10,99,255,.36);box-shadow:0 0 0 4px rgba(10,99,255,.08)}
.dineriya-calculator-page .calculator-inline-input {display:grid;grid-template-columns:minmax(0,1fr)72px;gap:10px;align-items:center}
.dineriya-calculator-page .calculator-inline-input strong {display:flex;align-items:center;justify-content:center;min-height:52px;border-radius:16px;background:#eafaf3;color:#0b9866}
.dineriya-calculator-page input[type="range"] {width:100%;height:8px;border:0;border-radius:999px;background:linear-gradient(90deg,var(--green) 0 var(--range-progress,0%),#e5eaf2 var(--range-progress,0%) 100%);accent-color:var(--green);cursor:pointer;-webkit-appearance:none;appearance:none}
.dineriya-calculator-page input[type="range"]::-webkit-slider-thumb {width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 3px 10px rgba(24,183,123,.34);-webkit-appearance:none;appearance:none}
.dineriya-calculator-page input[type="range"]::-moz-range-thumb {width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 3px 10px rgba(24,183,123,.34)}
.dineriya-calculator-page input[type="range"]::-moz-range-track {height:8px;border:0;border-radius:999px;background:transparent}
.dineriya-calculator-page .calculator-range-field small {color:#71839b;font-size:13px}
.dineriya-calculator-page .calculator-company-card {display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;align-items:center;margin-top:16px;padding:14px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#fff,#f7fbff)}
.dineriya-calculator-page .calculator-company-logo {display:flex;align-items:center;justify-content:center;min-height:72px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:10px}
.dineriya-calculator-page .calculator-company-logo img {display:block;max-width:100%;max-height:58px;object-fit:contain}
.dineriya-calculator-page .calculator-company-info {min-width:0}
.dineriya-calculator-page .calculator-company-name-row {display:flex;align-items:center;gap:10px;min-width:0}
.dineriya-calculator-page .calculator-company-card strong {display:block;font-size:20px;color:var(--dark);margin-bottom:4px}
.dineriya-calculator-page .calculator-company-card span {color:var(--text);font-size:14px}
.dineriya-calculator-page .calculator-company-card .editorial-rating-badge {margin-left:auto;color:#129365}
.dineriya-calculator-page .calculator-company-card .editorial-rating-badge strong {font-size:12px;line-height:1;margin:0;color:#129365}
.dineriya-calculator-page .calculator-company-card .editorial-rating-badge span {font-size:13px;color:var(--green)}
.dineriya-calculator-page .calculator-company-card .editorial-rating-badge small {font-size:11px;color:#6f7f95}
.dineriya-calculator-page .calculator-conditions {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.dineriya-calculator-page .calculator-conditions div {min-height:90px;border:1px solid var(--line);border-radius:18px;background:#f8fbff;padding:14px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:4px 10px;align-items:center}
.dineriya-calculator-page .calculator-conditions .condition-svg {grid-row:1 / span 2;width:30px;height:30px;align-self:start}
.dineriya-calculator-page .calculator-conditions span {color:#71839b;font-size:13px}
.dineriya-calculator-page .calculator-conditions strong {color:var(--dark);font-size:14px;line-height:1.35;overflow-wrap:anywhere}
.dineriya-calculator-page .calculator-result {position:sticky;top:92px;border-top:4px solid var(--green)}
.dineriya-calculator-page .calculator-result-badge {display:inline-flex;width:max-content;align-items:center;min-height:30px;border-radius:999px;background:#eafaf3;color:#099767;font-weight:900;font-size:13px;padding:6px 12px;margin-bottom:14px}
.dineriya-calculator-page .calculator-total {border-radius:24px;background:linear-gradient(135deg,#0a63ff,#18b77b);color:#fff;padding:24px;margin:18px 0;box-shadow:0 20px 42px rgba(10,99,255,.18)}
.dineriya-calculator-page .calculator-total span {display:block;font-weight:800;opacity:.86;margin-bottom:8px}
.dineriya-calculator-page .calculator-total strong {display:block;font-size:42px;line-height:1;letter-spacing:-.8px}
.dineriya-calculator-page .calculator-result-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dineriya-calculator-page .calculator-result-grid div {border:1px solid var(--line);border-radius:18px;background:#f8fbff;padding:14px}
.dineriya-calculator-page .calculator-result-grid span {display:block;color:#71839b;font-size:13px;margin-bottom:7px}
.dineriya-calculator-page .calculator-result-grid strong {color:var(--dark);font-size:17px;line-height:1.3}
.dineriya-calculator-page .calculator-note {color:var(--text);font-size:14px;line-height:1.5;margin:16px 0}
.dineriya-calculator-page .calculator-intermediary-note {display:grid;gap:5px;margin:0 0 16px;padding:13px 14px;border-radius:16px;border:1px solid #bdeed9;background:#effcf6;color:#22556a;font-size:13px;line-height:1.45}
.dineriya-calculator-page .calculator-intermediary-note strong {color:#07885c;font-size:13px}
.dineriya-calculator-page .calculator-main-action {width:100%;min-height:54px;border-radius:16px;font-size:16px}
.dineriya-calculator-page .calculator-company-card > div,
.dineriya-calculator-page .calculator-result-grid div,
.dineriya-calculator-page .calculator-total,
.dineriya-calculator-page .calculator-conditions div {min-width:0}
.dineriya-calculator-page .calculator-company-card strong,
.dineriya-calculator-page .calculator-company-card span,
.dineriya-calculator-page .calculator-result h2,
.dineriya-calculator-page .calculator-result-grid strong,
.dineriya-calculator-page .calculator-total strong {overflow-wrap:anywhere}
.dineriya-detail-page .detail-calculator-section {padding:22px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 42px rgba(19,42,83,.055);overflow:hidden}
.dineriya-detail-page .detail-calculator-section .calculator-shell {grid-template-columns:minmax(0,1.02fr) minmax(240px,.78fr);gap:20px;margin:0;align-items:stretch}
.dineriya-detail-page .detail-calculator-section .calculator-controls,
.dineriya-detail-page .detail-calculator-section .calculator-result {padding:0;border-radius:0;background:transparent;border:0;box-shadow:none}
.dineriya-detail-page .detail-calculator-section .calculator-result {position:static;border-top:0}
.dineriya-detail-page .detail-calculator-section .calculator-controls {display:grid;align-content:start}
.dineriya-detail-page .detail-calculator-section .calculator-control-head {grid-template-columns:42px minmax(0,1fr);gap:12px;margin-bottom:14px}
.dineriya-detail-page .detail-calculator-section .calculator-control-head .detail-icon {width:44px;height:44px;border-radius:14px}
.dineriya-detail-page .detail-calculator-section .calculator-control-head h2,
.dineriya-detail-page .detail-calculator-section .calculator-result h2 {font-size:23px;letter-spacing:0}
.dineriya-detail-page .detail-calculator-section .calculator-control-head p {font-size:14px;line-height:1.45}
.dineriya-detail-page .detail-calculator-section .calculator-field {margin-top:12px}
.dineriya-detail-page .detail-calculator-section input[type="number"],
.dineriya-detail-page .detail-calculator-section .calculator-inline-input strong {min-height:48px}
.dineriya-detail-page .detail-calculator-section .calculator-result {display:grid;align-content:start;border-radius:22px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid var(--line);padding:18px}
.dineriya-detail-page .detail-calculator-section .calculator-total {border-radius:18px;padding:18px;margin:14px 0}
.dineriya-detail-page .detail-calculator-section .calculator-total strong {font-size:32px}
.dineriya-detail-page .detail-calculator-section .calculator-result-grid {gap:9px}
.dineriya-detail-page .detail-calculator-section .calculator-result-grid div {padding:11px;border-radius:15px}
.dineriya-detail-page .detail-calculator-section .calculator-result-grid span {font-size:12px}
.dineriya-detail-page .detail-calculator-section .calculator-result-grid strong {font-size:15px}
.dineriya-detail-page .detail-calculator-section .calculator-note {font-size:12px;line-height:1.45;margin:12px 0}
.dineriya-detail-page .detail-calculator-section .calculator-intermediary-note {font-size:12px;margin-bottom:12px;padding:11px 12px;border-radius:14px}
.dineriya-detail-page .detail-calculator-section .calculator-main-action {min-height:48px;border-radius:14px}
@media(max-width:760px){.dineriya-detail-page .detail-calculator-section {padding:18px}.dineriya-detail-page .detail-calculator-section .calculator-shell {grid-template-columns:1fr;gap:16px}.dineriya-detail-page .detail-calculator-section .calculator-result {padding:16px}.dineriya-detail-page .detail-calculator-section .calculator-result-grid {grid-template-columns:repeat(2,minmax(0,1fr))}.dineriya-detail-page .detail-calculator-section .calculator-total strong {font-size:30px}}
@media(max-width:420px){.dineriya-detail-page .detail-calculator-section .calculator-result-grid {grid-template-columns:1fr}.dineriya-detail-page .detail-calculator-section .calculator-control-head {grid-template-columns:1fr}.dineriya-detail-page .detail-calculator-section .calculator-control-head .detail-icon {margin-bottom:2px}}
@media(max-width:980px){.dineriya-calculator-page .calculator-hero,
  .dineriya-calculator-page .calculator-shell {grid-template-columns:1fr}.dineriya-calculator-page .calculator-result {position:static}}
@media(max-width:620px){.dineriya-calculator-page .calculator-controls,
  .dineriya-calculator-page .calculator-result {padding:20px;border-radius:22px}.dineriya-calculator-page .calculator-company-card,
  .dineriya-calculator-page .calculator-conditions,
  .dineriya-calculator-page .calculator-result-grid {grid-template-columns:1fr}.dineriya-calculator-page .calculator-total strong {font-size:34px}.dineriya-calculator-page select {font-size:14px;padding-right:58px}.dineriya-calculator-page .calculator-control-head {grid-template-columns:44px minmax(0,1fr);gap:12px}.dineriya-calculator-page .calculator-control-head .detail-icon {width:44px;height:44px}.dineriya-calculator-page .calculator-control-head .detail-icon img {width:28px;height:28px}}
@media(max-width:620px){.dineriya-calculator-page .calculator-shell--page {gap:12px}.dineriya-calculator-page .calculator-shell--page .calculator-controls {grid-column:1;grid-row:auto;order:1;padding:14px;border-radius:20px}.dineriya-calculator-page .calculator-shell--page .calculator-control-head {display:none}.dineriya-calculator-page .calculator-shell--page .calculator-company-field {margin-top:0}.dineriya-calculator-page .calculator-shell--page .calculator-company-card {grid-template-columns:1fr;gap:10px;margin-top:12px;padding:12px;border-radius:18px}.dineriya-calculator-page .calculator-shell--page .calculator-company-logo {min-height:58px;border-radius:14px}.dineriya-calculator-page .calculator-shell--page .calculator-company-logo img {max-height:44px}.dineriya-calculator-page .calculator-shell--page .calculator-company-card strong {font-size:18px}.dineriya-calculator-page .calculator-shell--page .calculator-field {margin-top:12px;gap:7px}.dineriya-calculator-page .calculator-shell--page select[data-calculator-company] {min-height:54px}.dineriya-calculator-page .calculator-shell--page .calculator-result {grid-column:1;grid-row:auto;order:2;border-radius:22px;border-top-width:3px;padding:16px}.dineriya-calculator-page .calculator-shell--page > .calculator-conditions {grid-column:1;grid-row:auto;order:3}.dineriya-calculator-page .calculator-shell--page .calculator-result h2 {font-size:22px;line-height:1.15}.dineriya-calculator-page .calculator-shell--page .calculator-result-badge {font-size:12px;min-height:26px;margin-bottom:10px}.dineriya-calculator-page .calculator-shell--page .calculator-total {margin:12px 0;padding:18px;border-radius:19px}.dineriya-calculator-page .calculator-shell--page .calculator-total strong {font-size:31px}.dineriya-calculator-page .calculator-shell--page .calculator-result-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dineriya-calculator-page .calculator-shell--page .calculator-result-grid div {padding:11px;border-radius:15px}.dineriya-calculator-page .calculator-shell--page .calculator-result-grid span {font-size:11px;margin-bottom:5px}.dineriya-calculator-page .calculator-shell--page .calculator-result-grid strong {font-size:14px}.dineriya-calculator-page .calculator-shell--page .calculator-note {font-size:12px;line-height:1.42;margin:12px 0}.dineriya-calculator-page .calculator-shell--page .calculator-main-action {min-height:48px;border-radius:14px}.dineriya-calculator-page .calculator-inline-input {grid-template-columns:minmax(0,1fr)64px;gap:8px}.dineriya-calculator-page input[type="number"] {font-size:20px;padding:0 16px}.dineriya-calculator-page .calculator-inline-input strong {font-size:16px;min-height:52px}.dineriya-calculator-page input[type="range"] {height:9px}.dineriya-calculator-page input[type="range"]::-webkit-slider-thumb {width:20px;height:20px}.dineriya-calculator-page input[type="range"]::-moz-range-thumb {width:20px;height:20px}}

[data-loan-calculator] .calculator-company-field {gap:10px}
[data-loan-calculator] .calculator-select-box {position:relative;display:block;color:var(--dark)}
[data-loan-calculator] .calculator-select-box:before {content:"";position:absolute;right:12px;top:50%;z-index:2;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--green));box-shadow:0 10px 22px rgba(10,99,255,.18);transform:translateY(-50%);pointer-events:none}
[data-loan-calculator] .calculator-select-box:after {content:"";position:absolute;right:27px;top:50%;z-index:3;width:9px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-64%) rotate(45deg);pointer-events:none}
[data-loan-calculator] select[data-calculator-company] {min-height:62px;border:1.5px solid rgba(24,183,123,.34);border-radius:18px;background:linear-gradient(135deg,#effbf6 0%,#f8fcff 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.88),0 14px 30px rgba(24,183,123,.11);cursor:pointer;text-overflow:ellipsis;appearance:none;-webkit-appearance:none;padding-right:62px;transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease}
[data-loan-calculator] select[data-calculator-company]:hover {border-color:rgba(10,99,255,.42);box-shadow:inset 0 0 0 1px rgba(255,255,255,.95),0 16px 34px rgba(10,99,255,.12);transform:translateY(-1px)}
[data-loan-calculator] select[data-calculator-company]:focus {border-color:rgba(10,99,255,.36);box-shadow:0 0 0 4px rgba(10,99,255,.08)}
@media(max-width:620px){[data-loan-calculator] select[data-calculator-company] {font-size:14px;padding-right:58px}.calculator-select-box:before {right:10px;width:36px;height:36px}.calculator-select-box:after {right:24px}}

@media(max-width:620px){
  .dineriya-calculator-page .calculator-shell--home {
    gap: 12px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-controls {
    grid-column: 1;
    grid-row: auto;
    order: 1;
    padding: 14px;
    border-radius: 20px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-control-head {
    display: none;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-company-field {
    margin-top: 0;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-result {
    grid-column: 1;
    grid-row: auto;
    order: 2;
    border-radius: 22px;
    border-top-width: 3px;
    padding: 16px;
  }

  .dineriya-calculator-page .calculator-shell--home > .calculator-conditions {
    grid-column: 1;
    grid-row: auto;
    order: 3;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-result h2 {
    font-size: 22px;
    line-height: 1.15;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-result-badge {
    font-size: 12px;
    min-height: 26px;
    margin-bottom: 10px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-total {
    margin: 12px 0;
    padding: 18px;
    border-radius: 19px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-total strong {
    font-size: 31px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-result-grid div {
    padding: 11px;
    border-radius: 15px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-result-grid span {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-result-grid strong {
    font-size: 14px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-note {
    font-size: 12px;
    line-height: 1.42;
    margin: 12px 0;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-main-action {
    min-height: 48px;
    border-radius: 14px;
  }

  .dineriya-calculator-page .calculator-shell--home select[data-calculator-company] {
    min-height: 54px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-company-card,
  .dineriya-calculator-page .calculator-shell--page .calculator-company-card {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-company-logo,
  .dineriya-calculator-page .calculator-shell--page .calculator-company-logo {
    min-height: 56px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-company-card > div,
  .dineriya-calculator-page .calculator-shell--page .calculator-company-card > div {
    align-self: center;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-company-card strong,
  .dineriya-calculator-page .calculator-shell--page .calculator-company-card strong {
    margin-bottom: 2px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-range-field input[type="range"],
  .dineriya-calculator-page .calculator-shell--page .calculator-range-field input[type="range"] {
    margin: 4px 0 8px;
  }

  .dineriya-calculator-page .calculator-shell--home .calculator-range-field small,
  .dineriya-calculator-page .calculator-shell--page .calculator-range-field small {
    display: block;
    line-height: 1.3;
  }
}


.dineriya-detail-page .company-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  align-items: center;
}

.dineriya-detail-page .company-top-actions .small-note {
  margin: 0;
  color: #7a879b;
}

@media (max-width: 850px) {
  .dineriya-detail-page .company-top-actions .btn {
	width: 100%;
  }

  .dineriya-detail-page .detail-card-head {
	align-items: flex-start;
	flex-direction: column;
  }
}

/* Home reviews slider. */
.dineriya-home-page .reviews-home-slider {margin-top:18px}
.dineriya-home-page .reviews-slider-head {display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}
.dineriya-home-page .reviews-slider-head h3 {font-size:22px;margin:0;color:var(--dark,#18202f);letter-spacing:-.4px}
.dineriya-home-page .reviews-arrows {display:flex;gap:8px;flex:0 0 auto}
.dineriya-home-page .reviews-track-wrap {overflow:hidden}
.dineriya-home-page .reviews-track {display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;padding:4px 2px 12px;scrollbar-width:thin;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}
.dineriya-home-page .reviews-track::-webkit-scrollbar {height:8px}
.dineriya-home-page .reviews-track::-webkit-scrollbar-thumb {background:#d6e4ef;border-radius:999px}
.dineriya-home-page .reviews-track .review-home-card {flex:0 0 calc((100% - 36px) / 3);min-width:calc((100% - 36px) / 3);max-width:calc((100% - 36px) / 3);scroll-snap-align:start;scroll-snap-stop:always}
@media(max-width:850px){.dineriya-home-page .reviews-track .review-home-card {flex-basis:calc((100% - 18px) / 2);min-width:calc((100% - 18px) / 2);max-width:calc((100% - 18px) / 2)}.dineriya-home-page .reviews-slider-head {align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.dineriya-home-page .reviews-track .review-home-card {flex-basis:100%;min-width:100%;max-width:100%}}

/* Fixed reviews slider v2. */
.dineriya-detail-page .reviews-slider-box {margin-top:18px;background:linear-gradient(135deg,rgba(10,99,255,.05),rgba(24,183,123,.06)),#fff;border:1px solid var(--line);border-radius:24px;padding:20px}
.dineriya-detail-page .reviews-slider-head {display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}
.dineriya-detail-page .reviews-slider-head h3 {font-size:22px;margin:0;color:var(--dark);letter-spacing:-.4px}
.dineriya-detail-page .reviews-arrows {display:flex;gap:8px;flex:0 0 auto}
.dineriya-detail-page .reviews-track-wrap {overflow:hidden}
.dineriya-detail-page .reviews-track {display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:4px 2px 10px;scrollbar-width:thin}
.dineriya-detail-page .reviews-track::-webkit-scrollbar {height:8px}.dineriya-detail-page .reviews-track::-webkit-scrollbar-thumb {background:#d6e0ec;border-radius:999px}
.dineriya-detail-page .review-card {min-width:310px;max-width:310px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 28px rgba(19,42,83,.04)}
.dineriya-detail-page .review-top {display:flex;gap:12px;align-items:center;margin-bottom:10px}
.dineriya-detail-page .review-avatar {width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,rgba(10,99,255,.10),rgba(24,183,123,.14));color:var(--blue);border:1px solid rgba(24,183,123,.15);display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}
.dineriya-detail-page .review-name {font-weight:800;color:var(--dark);line-height:1.2}.dineriya-detail-page .review-date {color:#7a879b;font-size:13px;margin-top:2px}
.dineriya-detail-page .stars {color:var(--green);letter-spacing:2px;margin:8px 0 10px;font-size:15px}
.dineriya-detail-page .review-card p {color:var(--text);margin:0;font-size:15px;line-height:1.55}
.dineriya-detail-page .review-form-card {background:#f8fbff;border:1px solid var(--line);border-radius:24px;padding:22px;margin-top:16px}
.dineriya-detail-page .review-form {display:grid;gap:16px;margin-top:0}
.dineriya-detail-page .form-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dineriya-detail-page .field-group {display:grid;gap:8px;min-width:0}.dineriya-detail-page .field-group.full {grid-column:1/-1}
.dineriya-detail-page .field-group label,
.dineriya-detail-page .review-rating-label {font-weight:700;color:var(--dark);font-size:14px}
.dineriya-detail-page .field-group input,
.dineriya-detail-page .field-group select,
.dineriya-detail-page .field-group textarea {width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px 16px;font:inherit;color:var(--dark);outline:none;display:block}
.dineriya-detail-page .field-group textarea {min-height:140px;resize:vertical}
.dineriya-detail-page .review-rating-field {grid-column:1/-1}
.dineriya-detail-page .review-rating-picker {display:grid;grid-template-columns:repeat(5,minmax(92px,1fr));gap:8px}
.dineriya-detail-page .review-rating-picker input {position:absolute;opacity:0;pointer-events:none}
.dineriya-detail-page .review-rating-picker label {min-height:62px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 7px;text-align:center;cursor:pointer;box-shadow:0 10px 24px rgba(19,42,83,.04);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;color:var(--text)}
.dineriya-detail-page .review-rating-stars {color:var(--green);font-size:17px;line-height:1;letter-spacing:0;white-space:nowrap}
.dineriya-detail-page .review-rating-picker label span:last-child {font-size:12px;font-weight:800;line-height:1.15}
.dineriya-detail-page .review-rating-picker label:hover,
.dineriya-detail-page .review-rating-picker input:focus-visible + label {border-color:rgba(10,99,255,.35);background:linear-gradient(135deg,#f5fbff,#effbf6);box-shadow:0 14px 28px rgba(10,99,255,.09);transform:translateY(-1px)}
.dineriya-detail-page .review-rating-picker input:checked + label {border-color:rgba(24,183,123,.42);background:linear-gradient(135deg,rgba(24,183,123,.13),rgba(10,99,255,.08));box-shadow:inset 0 0 0 1px rgba(255,255,255,.85),0 15px 30px rgba(24,183,123,.13);color:var(--dark)}
.dineriya-detail-page .form-note {color:#7a879b;font-size:13px;line-height:1.5}
.dineriya-detail-page .latest-content-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
.dineriya-detail-page .latest-content-box {background:#f8fbff;border:1px solid var(--line);border-radius:24px;padding:20px;min-width:0}
.dineriya-detail-page .latest-content-box h3 {font-size:22px;margin:0 0 14px;letter-spacing:-.4px;color:var(--dark)}
.dineriya-detail-page .latest-content-list {display:grid;gap:10px}
.dineriya-detail-page .latest-content-list a {text-decoration:none;display:grid;gap:4px;color:inherit;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 14px;min-width:0}
.dineriya-detail-page .latest-content-list strong {color:var(--dark);font-size:14px;line-height:1.35;overflow-wrap:anywhere}
.dineriya-detail-page .latest-content-list span {color:#7a879b;font-size:12px}
@media(max-width:1050px){.dineriya-detail-page .latest-content-grid {grid-template-columns:1fr}}
@media(max-width:850px){.dineriya-detail-page .form-grid {grid-template-columns:1fr}.dineriya-detail-page .review-card {min-width:calc((100% - 16px) / 2);max-width:calc((100% - 16px) / 2);flex-basis:calc((100% - 16px) / 2)}.dineriya-detail-page .reviews-slider-head {align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.dineriya-detail-page .review-rating-picker {grid-template-columns:repeat(2,minmax(0,1fr))}.dineriya-detail-page .review-rating-picker label {min-height:54px;align-items:flex-start;padding:10px 12px}.dineriya-detail-page .review-rating-stars {font-size:16px}}
@media(max-width:420px){.dineriya-detail-page .review-rating-picker {grid-template-columns:1fr}}


.dineriya-detail-page .latest-separated {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

.dineriya-detail-page .latest-section-box {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  min-width: 0;
}

.dineriya-detail-page .latest-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

.dineriya-detail-page .latest-section-head h3 {
  font-size: 24px;
  color: var(--dark);
  margin: 0;
  letter-spacing: -0.5px;
}

.dineriya-detail-page .latest-section-head p {
  margin: 6px 0 0;
  color: #7a879b;
  font-size: 14px;
}

.dineriya-detail-page .latest-section-head a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.dineriya-detail-page .latest-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dineriya-detail-page .latest-preview-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px;
  min-width: 0;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dineriya-detail-page .latest-preview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10,99,255,.18);
  box-shadow: 0 18px 44px rgba(19,42,83,.08);
}

.dineriya-detail-page .latest-thumb {
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  flex: 0 0 auto;
  padding: 6px;
  background: #fff;
}

.dineriya-detail-page .latest-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 13px;
}

.dineriya-detail-page .latest-preview-body {
  min-width: 0;
}

.dineriya-detail-page .latest-preview-title {
  display: block;
  color: inherit;
  text-decoration: none;
}

.dineriya-detail-page .latest-preview-title:hover {
  color: var(--blue);
}

.dineriya-detail-page .latest-preview-body strong {
  display: block;
  color: var(--dark);
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -.3px;
  margin-bottom: 8px;
}

.dineriya-detail-page .latest-preview-body p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.dineriya-detail-page .latest-preview-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7a879b;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.dineriya-detail-page .latest-preview-date:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

@media (max-width: 1050px) {
  .dineriya-detail-page .latest-card-grid {
	grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .dineriya-detail-page .latest-section-head {
	align-items: flex-start;
	flex-direction: column;
  }

  .dineriya-detail-page .latest-preview-card {
	grid-template-columns: 1fr;
  }

  .dineriya-detail-page .latest-thumb {
	width: 100%;
	height: 170px;
  }
}


/* Editorial archives and articles. */
.dineriya-content-page .sections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dineriya-content-page .section-links-col {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
}

.dineriya-content-page .section-links-col h3 {
  font-size: 17px;
  margin-bottom: 12px;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 9px;
}

.dineriya-content-page .section-links-col h3:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
}

.dineriya-content-page .section-links-col a {
  display: block;
  text-decoration: none;
  color: #536078;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(230,237,245,.9);
}

.dineriya-content-page .section-links-col a:last-child {
  border-bottom: none;
}

.dineriya-content-page .section-links-col a:hover {
  color: var(--blue);
}

.dineriya-content-page .mini-green-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eafaf3;
  color: #139765;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}

.dineriya-content-page .mini-green-badge:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

@media (max-width: 1050px) {
  .dineriya-content-page .loan-card {
    grid-template-columns: 1fr;
  }
  .dineriya-content-page .loan-terms {
    grid-template-columns: repeat(2, 1fr);
  }
  .dineriya-content-page .stats,
.dineriya-content-page .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  body.dineriya-modern-content .site-header { position: static; }
  body.dineriya-modern-content .site-header .top-nav { display: none; }
  .dineriya-content-page.container { width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-width)); }
  .dineriya-content-page .hero { grid-template-columns: 1fr; padding-top: 34px; }
  .dineriya-content-page .stats,
.dineriya-content-page .info-grid,
.dineriya-content-page .two-col {
    grid-template-columns: 1fr;
  }
  .dineriya-content-page .loan-terms {
    grid-template-columns: 1fr;
  }
  .dineriya-content-page .section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .dineriya-content-page h1 { letter-spacing: -1.2px; }
}

@media (max-width: 1050px) {
  .dineriya-content-page .sections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.dineriya-modern-content .top-nav {
    display: none;
  }
}

@media (max-width: 850px) {
  body.dineriya-modern-content .menu-panel {
    padding: 22px;
  }
  body.dineriya-modern-content .menu-columns,
.dineriya-content-page .sections-grid {
    grid-template-columns: 1fr;
  }
  .dineriya-content-page .sections-map {
    padding: 22px;
  }
  .dineriya-content-page .sections-map-head {
    flex-direction: column;
  }
}


.dineriya-content-page .title-with-icon,
.dineriya-content-page .block-title-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dineriya-content-page .block-title-icon {
  font-size: 24px;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--dark);
}

.dineriya-content-page .icon-badge {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10,99,255,.10), rgba(24,183,123,.13));
  border: 1px solid rgba(24,183,123,.18);
  color: var(--blue);
}

.dineriya-content-page .icon-badge svg,
.dineriya-content-page .stat-icon svg,
.dineriya-content-page .section-links-col h3 svg,
.dineriya-content-page .info-icon svg,
.dineriya-content-page .summary-icon svg,
.dineriya-content-page .list-head .mini-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-content-page .stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  color: var(--green);
  margin-bottom: 10px;
  border: 1px solid rgba(24,183,123,.16);
}

.dineriya-content-page .info-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10,99,255,.08), rgba(24,183,123,.12));
  color: var(--blue);
  margin-bottom: 12px;
  border: 1px solid rgba(24,183,123,.16);
}

.dineriya-content-page .list-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.dineriya-content-page .list-head .mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--green);
  flex: 0 0 auto;
}

.dineriya-content-page .list-head .mini-icon.red {
  color: #da6464;
}

.dineriya-content-page .faq-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dineriya-content-page .faq-head .icon-badge {
  width: 44px;
  height: 44px;
}

.dineriya-content-page .summary-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  border: 1px solid rgba(24,183,123,.14);
  color: var(--blue);
  margin-right: 10px;
  vertical-align: middle;
}

.dineriya-content-page .summary-icon svg {
  width: 15px;
  height: 15px;
}

.dineriya-content-page .cat-icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  vertical-align: middle;
}

.dineriya-content-page .section-links-col h3:before {
  display: none;
}


.dineriya-content-page .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.dineriya-content-page .review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(19,42,83,.05);
}

.dineriya-content-page .review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.dineriya-content-page .review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(10,99,255,.1), rgba(24,183,123,.14));
  border: 1px solid rgba(24,183,123,.14);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  flex: 0 0 auto;
}

.dineriya-content-page .review-name {
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
}

.dineriya-content-page .review-meta {
  color: #7a879b;
  font-size: 13px;
  margin-top: 2px;
}

.dineriya-content-page .stars {
  color: #18b77b;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 8px 0 10px;
}

.dineriya-content-page .review-card p {
  color: var(--text);
  font-size: 15px;
}

/* Static trust, policy, and sitemap pages. */
.dineriya-static-page {
  padding-bottom: 64px;
}

.dineriya-static-page .static-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  padding: 48px 0 34px;
}

.dineriya-static-page .static-hero h1 {
  color: var(--dark);
  margin-bottom: 14px;
}

.dineriya-static-page .static-hero .lead {
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
  max-width: 780px;
  margin-bottom: 0;
}

.dineriya-static-page .static-hero-compact {
  padding-bottom: 28px;
}

.dineriya-static-page .static-hero-card,
.dineriya-static-page .static-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(19,42,83,.06);
}

.dineriya-static-page .static-hero-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 8px;
  align-items: start;
  padding: 26px;
}

.dineriya-static-page .static-hero-card strong {
  display: block;
  grid-column: 2;
  color: var(--dark);
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 2px;
}

.dineriya-static-page .static-hero-card p,
.dineriya-static-page .static-card p {
  color: var(--text);
  line-height: 1.6;
}

.dineriya-static-page .static-hero-card p {
  grid-column: 2;
  margin: 0;
}

.dineriya-static-page .static-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.dineriya-static-page .dineriya-public-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 0 34px;
}

.dineriya-static-page .dineriya-public-stats .stat {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(24,183,123,.06) 0%, rgba(255,255,255,0) 58%),
    #fff;
}

.dineriya-static-page .dineriya-public-stats .stat:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.dineriya-static-page .dineriya-public-stats .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(223,252,241,.72);
  border: 1px solid rgba(24,183,123,.24);
}

.dineriya-static-page .dineriya-public-stats .stat:nth-child(even) .stat-icon {
  background: rgba(231,241,255,.86);
  border-color: rgba(10,99,255,.16);
}

.dineriya-static-page .dineriya-public-stats .stat-icon img,
.dineriya-static-page .dineriya-public-stats .stat-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.dineriya-static-page .dineriya-public-stats .stat-body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.dineriya-static-page .dineriya-public-stats .stat-body > strong {
  color: var(--green);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.dineriya-static-page .dineriya-public-stats .stat:nth-child(2) .stat-body > strong,
.dineriya-static-page .dineriya-public-stats .stat:nth-child(4) .stat-body > strong {
  color: var(--blue);
}

.dineriya-static-page .dineriya-public-stats .stat-body > span {
  display: grid;
  gap: 5px;
  color: var(--text);
  line-height: 1.45;
}

.dineriya-static-page .dineriya-public-stats .stat-body b {
  color: var(--dark);
  font-weight: 850;
}

.dineriya-static-page .static-card {
  padding: 24px;
}

.dineriya-static-page .static-grid > .static-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 8px;
  align-items: start;
}

.dineriya-static-page .static-card h2 {
  grid-column: 2;
  color: var(--dark);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 4px;
}

.dineriya-static-page .static-grid > .static-card p {
  grid-column: 2;
  margin: 0;
}

.dineriya-static-page .static-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(10,99,255,.10), rgba(24,183,123,.13));
  border: 1px solid rgba(24,183,123,.18);
}

.dineriya-static-page .static-grid {
  display: grid;
  gap: 18px;
}

.dineriya-static-page .static-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dineriya-static-page .static-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dineriya-static-page .static-grid.compact div {
  display: grid;
  gap: 8px;
}

.dineriya-static-page .static-grid.compact strong {
  color: var(--dark);
  font-size: 16px;
}

.dineriya-static-page .static-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  padding: 34px 0;
}

.dineriya-static-page .static-request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.dineriya-static-page .static-form-card,
.dineriya-static-page .static-split > .static-card,
.dineriya-static-page .static-wide-card {
  display: block;
}

.dineriya-static-page .static-wide-card h2,
.dineriya-static-page .static-split > .static-card h2 {
  margin-bottom: 10px;
}

.dineriya-static-page .static-request-form label {
  display: grid;
  gap: 7px;
  color: var(--dark);
  font-weight: 800;
  font-size: 14px;
}

.dineriya-static-page .static-request-form .full,
.dineriya-static-page .static-request-form .form-note,
.dineriya-static-page .static-request-form button {
  grid-column: 1 / -1;
}

.dineriya-static-page .static-request-form input,
.dineriya-static-page .static-request-form select,
.dineriya-static-page .static-request-form textarea {
  width: 100%;
  border: 1px solid #dfe8f3;
  border-radius: 14px;
  background: #f8fbff;
  color: var(--dark);
  font: inherit;
  padding: 13px 14px;
  outline: none;
}

.dineriya-static-page .static-request-form textarea {
  resize: vertical;
}

.dineriya-static-page .static-request-form input:focus,
.dineriya-static-page .static-request-form select:focus,
.dineriya-static-page .static-request-form textarea:focus {
  border-color: rgba(10,99,255,.45);
  box-shadow: 0 0 0 4px rgba(10,99,255,.08);
}

.dineriya-static-page .hidden-field {
  display: none;
}

.dineriya-static-page .form-note {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.dineriya-static-page .form-message {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
}

.dineriya-static-page .form-message.success {
  color: #139765;
  background: #eafaf3;
  border: 1px solid rgba(24,183,123,.18);
}

.dineriya-static-page .form-message.error {
  color: #9b2c2c;
  background: #fff1f1;
  border: 1px solid #f1d1d1;
}

.dineriya-static-page .contact-lines {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.dineriya-static-page .contact-lines div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 3px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.dineriya-static-page .contact-lines div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dineriya-static-page .contact-lines div > span {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef6ff;
  border: 1px solid rgba(24,183,123,.14);
}

.dineriya-static-page .contact-lines strong {
  color: var(--dark);
}

.dineriya-static-page .contact-lines p {
  margin: 0;
  font-size: 14px;
}

.dineriya-static-page .social-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.dineriya-static-page .social-strip a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f7fbff;
  border: 1px solid var(--line);
  color: var(--dark);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.dineriya-static-page .social-strip a:hover {
  transform: translateY(-1px);
  background: #ecfff7;
  border-color: rgba(24,183,123,.28);
}

.dineriya-static-page .contact-svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.dineriya-static-page .social-strip .contact-svg {
  width: 22px;
  height: 22px;
}

.dineriya-static-page .static-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 64px;
}

.dineriya-static-page .static-sitemap {
  padding-bottom: 64px;
}

.dineriya-static-page .static-sitemap .sections-grid {
  margin-bottom: 22px;
}

.dineriya-static-page .static-sitemap .section-links-col a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.dineriya-static-page .static-sitemap .section-links-col a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.dineriya-static-page .static-sitemap .section-link-svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.dineriya-static-page .sitemap-posts-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1050px) {
  .dineriya-content-page .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dineriya-static-page .static-hero,
  .dineriya-static-page .static-split {
    grid-template-columns: 1fr;
  }

  .dineriya-static-page .static-grid-3,
  .dineriya-static-page .static-grid-4,
  .dineriya-static-page .dineriya-public-stats,
  .dineriya-static-page .static-policy-grid,
  .dineriya-static-page .sitemap-posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .dineriya-content-page .reviews-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .dineriya-static-page .static-hero {
    padding-top: 34px;
  }

  .dineriya-static-page .static-grid-3,
  .dineriya-static-page .static-grid-4,
  .dineriya-static-page .dineriya-public-stats,
  .dineriya-static-page .static-policy-grid,
  .dineriya-static-page .sitemap-posts-grid,
  .dineriya-static-page .static-request-form {
    grid-template-columns: 1fr;
  }

  .dineriya-static-page .dineriya-public-stats {
    padding-bottom: 26px;
  }

  .dineriya-static-page .dineriya-public-stats .stat {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .dineriya-static-page .dineriya-public-stats .stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .dineriya-static-page .dineriya-public-stats .stat-icon img,
  .dineriya-static-page .dineriya-public-stats .stat-icon svg {
    width: 25px;
    height: 25px;
  }

}


.dineriya-content-page .loan-terms .term {
  position: relative;
  padding-left: 46px;
  min-height: 74px;
}

.dineriya-content-page .catalog-term-icon {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10,99,255,.09), rgba(24,183,123,.14));
  color: var(--blue);
  border: 1px solid rgba(24,183,123,.18);
}

.dineriya-content-page .catalog-term-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-content-page .catalog-term-icon.green {
  color: var(--green);
  background: rgba(24,183,123,.11);
}


/* Articles / News layouts. */
.dineriya-content-page .page-hero-compact {
background: #fff;
border: 1px solid var(--line);
border-radius: 32px;
padding: 28px 30px;
margin-top: 24px;
box-shadow: 0 14px 42px rgba(19,42,83,.05);
border-top: 5px solid var(--green);
}
.dineriya-content-page .page-hero-compact h1 {
font-size: clamp(34px, 4vw, 50px);
line-height: 1.06;
letter-spacing: -1.2px;
margin: 10px 0 12px;
}
.dineriya-content-page .page-hero-compact p {
max-width: 860px;
color: var(--text);
font-size: 17px;
}
.dineriya-content-page .toolbar-row {
margin-top: 18px;
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.dineriya-content-page .toolbar-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 9px 13px;
border-radius: 999px;
background: #f8fbff;
border: 1px solid var(--line);
color: #536078;
text-decoration: none;
font-weight: 700;
font-size: 14px;
}
.dineriya-content-page .toolbar-chip.active,
.dineriya-content-page .toolbar-chip:hover {
background: #eafaf3;
color: #139765;
}
.dineriya-content-page .content-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 24px;
align-items: start;
padding: 34px 0 64px;
}
.dineriya-content-page .posts-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.dineriya-content-page .post-card {
background: #fff;
border: 1px solid var(--line);
border-radius: 28px;
padding: 24px;
box-shadow: 0 12px 36px rgba(19,42,83,.04);
transition: transform .18s ease, box-shadow .18s ease;
position: relative;
overflow: hidden;
}
.dineriya-content-page .post-card:hover {
transform: translateY(-3px);
box-shadow: 0 20px 48px rgba(19,42,83,.08);
}
.dineriya-content-page .post-card:after {
content: "";
position: absolute;
right: -42px;
bottom: -42px;
width: 120px;
height: 120px;
background: rgba(10,99,255,.05);
border-radius: 50%;
}
.dineriya-content-page .post-top {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.dineriya-content-page .post-badge {
display: inline-flex;
align-items: center;
gap: 7px;
background: #eafaf3;
color: #139765;
border-radius: 999px;
padding: 8px 12px;
font-weight: 800;
font-size: 12px;
}
.dineriya-content-page .post-badge.blue {
background: var(--soft-blue);
color: var(--blue);
}
.dineriya-content-page .post-card h2,
.dineriya-content-page .post-card h3 {
font-size: 24px;
line-height: 1.18;
letter-spacing: -0.6px;
margin-bottom: 10px;
}
.dineriya-content-page .post-card p {
color: var(--text);
margin-bottom: 14px;
}
.dineriya-content-page .post-meta {
display: flex;
flex-wrap: wrap;
gap: 14px;
color: #7a879b;
font-size: 13px;
margin-bottom: 14px;
}
.dineriya-content-page .post-link {
color: var(--blue);
text-decoration: none;
font-weight: 800;
}
.dineriya-content-page .aside-stack {
position: sticky;
top: 96px;
display: grid;
gap: 16px;
}
.dineriya-content-page .aside-card {
background: #fff;
border: 1px solid var(--line);
border-radius: 26px;
padding: 22px;
box-shadow: 0 12px 36px rgba(19,42,83,.05);
}
.dineriya-content-page .aside-card > h3 {
font-size: 22px;
font-weight: 800;
line-height: 1.3;
letter-spacing: -0.5px;
margin-bottom: 14px;
}
.dineriya-content-page .aside-links {
display: grid;
gap: 10px;
}
.dineriya-content-page .aside-links a {
text-decoration: none;
padding: 11px 12px;
border-radius: 14px;
background: #f8fbff;
border: 1px solid var(--line);
color: #536078;
font-weight: 700;
}
.dineriya-content-page .aside-links a:hover {
color: var(--blue);
background: #fff;
}
.dineriya-content-page .featured-post {
padding: 26px;
background: linear-gradient(135deg, rgba(10,99,255,.07), rgba(24,183,123,.08)), #fff;
border-radius: 30px;
border: 1px solid var(--line);
box-shadow: 0 16px 42px rgba(19,42,83,.05);
margin-bottom: 22px;
}
.dineriya-content-page .featured-post h2 {
font-size: 30px;
line-height: 1.14;
letter-spacing: -0.8px;
margin: 10px 0 12px;
}
.dineriya-content-page .pagination {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 28px;
}
.dineriya-content-page .pagination a,
.dineriya-content-page .pagination span {
min-width: 42px;
height: 42px;
padding: 0 14px;
border-radius: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
border: 1px solid var(--line);
text-decoration: none;
color: #536078;
font-weight: 800;
}
.dineriya-content-page .pagination .current {
background: linear-gradient(135deg, var(--blue), var(--green));
color: #fff;
border-color: transparent;
}
.dineriya-content-page .article-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 24px;
align-items: start;
padding: 26px 0 64px;
}
.dineriya-content-page .article-main {
background: #fff;
border: 1px solid var(--line);
border-radius: 32px;
padding: 30px;
box-shadow: 0 14px 42px rgba(19,42,83,.05);
}
.dineriya-content-page .article-main h1 {
font-size: clamp(34px, 4vw, 52px);
line-height: 1.06;
letter-spacing: -1.2px;
margin-bottom: 14px;
}
.dineriya-content-page .article-main h2 {
font-size: 30px;
line-height: 1.16;
letter-spacing: -0.7px;
margin: 28px 0 14px;
}
.dineriya-content-page .article-main h3 {
font-size: 24px;
line-height: 1.18;
letter-spacing: -0.5px;
margin: 24px 0 12px;
}
.dineriya-content-page .article-main p {
color: var(--text);
margin-bottom: 14px;
font-size: 16px;
}
.dineriya-content-page .article-main ul {
display: grid;
gap: 10px;
margin: 16px 0 18px;
padding: 0;
}
.dineriya-content-page .article-main li {
list-style: none;
padding-left: 18px;
position: relative;
color: var(--text);
}
.dineriya-content-page .article-main li:before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--green);
position: absolute;
left: 0;
top: 8px;
}
.dineriya-content-page .article-meta {
display: flex;
flex-wrap: wrap;
gap: 16px;
color: #7a879b;
font-size: 14px;
margin-bottom: 18px;
}
.dineriya-content-page .article-note {
background: #f8fbff;
border: 1px solid var(--line);
border-left: 5px solid var(--green);
border-radius: 22px;
padding: 16px 18px;
margin: 18px 0;
color: var(--text);
}
.dineriya-content-page .table-of-contents {
display: grid;
gap: 8px;
}
.dineriya-content-page .table-of-contents a {
color: #536078;
text-decoration: none;
font-weight: 700;
padding: 10px 12px;
background: #f8fbff;
border: 1px solid var(--line);
border-radius: 14px;
}
.dineriya-content-page .table-of-contents a:hover {
color: var(--blue);
}
.dineriya-content-page .best-mfo-slider {
background: linear-gradient(135deg, rgba(10,99,255,.07), rgba(24,183,123,.08)), #fff;
border: 1px solid var(--line);
border-radius: 28px;
padding: 24px;
margin: 30px 0;
box-shadow: 0 12px 34px rgba(19,42,83,.04);
}
.dineriya-content-page .best-mfo-head {
display: flex;
align-items: end;
justify-content: space-between;
gap: 12px;
margin-bottom: 18px;
}
.dineriya-content-page .slider-actions {
display: flex;
gap: 8px;
}
.dineriya-content-page .mfo-track-wrap {
overflow: hidden;
}
.dineriya-content-page .mfo-track {
display: flex;
gap: 16px;
overflow-x: auto;
scroll-behavior: smooth;
padding: 8px 8px 18px;
}
.dineriya-content-page .mfo-track::-webkit-scrollbar { height: 8px; }
.dineriya-content-page .mfo-track::-webkit-scrollbar-thumb { background: #d6e0ec; border-radius: 999px; }
.dineriya-content-page .mfo-slide {
min-width: 280px;
max-width: 280px;
background: #fff;
border: 1px solid var(--line);
border-radius: 24px;
padding: 18px;
box-shadow: 0 10px 28px rgba(19,42,83,.04);
display: grid;
gap: 12px;
}
.dineriya-content-page .mfo-slide h4 {
font-size: 21px;
letter-spacing: -0.4px;
}
.dineriya-content-page .mfo-terms {
display: grid;
gap: 8px;
}
.dineriya-content-page .mfo-terms div {
display: flex;
justify-content: space-between;
gap: 12px;
font-size: 14px;
color: var(--text);
}
.dineriya-content-page .mfo-terms strong {
color: var(--dark);
}
.dineriya-content-page .related-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-top: 18px;
}
.dineriya-content-page .related-card {
text-decoration: none;
background: #fff;
border: 1px solid var(--line);
border-radius: 22px;
padding: 18px;
color: inherit;
}
.dineriya-content-page .related-card h4 {
font-size: 19px;
margin: 10px 0 8px;
letter-spacing: -0.4px;
}
@media (max-width: 1050px) {
.dineriya-content-page .content-layout,
.dineriya-content-page .article-layout {
grid-template-columns: 1fr;
}
.dineriya-content-page .aside-stack {
position: static;
}
}
@media (max-width: 850px) {
.dineriya-content-page .posts-grid,
.dineriya-content-page .related-grid {
grid-template-columns: 1fr;
}
}


/* City template and legacy sidebar. */

	.commentlist .slick-next,
	.commentlist .slick-prev {
		background: #188E6B;
		border-radius: 100%;
		padding-top: 1px;
		zoom: 1.5;
		top: 26%;
	}

	@media screen and (max-width: 991px) {
		.commentlist .slick-prev {
			right: 20px;
			left: unset;
		}

		.commentlist .slick-next,
		.commentlist .slick-prev {
			top: 0;
			z-index: 1;
		}

		.commentlist .slick-next {
			right: -13px;
		}
	}

.rpwe-block ul{
      list-style: none !important;
      margin-left: 0 !important;
      padding-left: 0 !important;
      }
      .rpwe-block li{
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
      padding-bottom: 10px;
      list-style-type: none;
      }
      .rpwe-block a{
      display: inline !important;
      text-decoration: none;
      }
      .rpwe-block h3{
      background: none !important;
      clear: none;
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      font-weight: 400;
      font-size: 16px !important;
      line-height: 1.5em;
      }
      .rpwe-thumb{
      border: 1px solid #eee !important;
      box-shadow: none !important;
      margin: 2px 10px 2px 0;
      padding: 3px !important;
      }
      .rpwe-summary{
      font-size: 12px;
      }
      .rpwe-time{
      color: #bbb;
      font-size: 11px;
      }
      .rpwe-comment{
      color: #bbb;
      font-size: 11px;
      padding-left: 5px;
      }
      .rpwe-alignleft{
      display: inline;
      float: left;
      }
      .rpwe-alignright{
      display: inline;
      float: right;
      }
      .rpwe-aligncenter{
      display: block;
      margin-left: auto;
      margin-right: auto;
      }
      .rpwe-clearfix:before,
      .rpwe-clearfix:after{
      content: "";
      display: table !important;
      }
      .rpwe-clearfix:after{
      clear: both;
      }
      .rpwe-clearfix{
      zoom: 1;
      }
   


/* Shared identity, reference icons, accessibility and responsive safeguards. */
html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  overflow-wrap: anywhere;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: #444;
  line-height: 1;
}

body.menu-is-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.logo img {
  display: block;
  width: clamp(168px, 16vw, 210px);
  max-height: 50px;
  height: auto;
  object-fit: contain;
}

.footer-logo img {
  display: block;
  width: min(230px, 100%);
  height: auto;
}

.menu-col-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--dark, #18202f);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.menu-col a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
}

.menu-col a span {
  min-width: 0;
}

.menu-parent-icon,
.menu-item-icon,
.menu-svg-icon,
.filter-link-icon,
.filter-title-icon,
.field-svg,
.term-svg,
.condition-svg,
.requirement-svg,
.contact-svg,
.legal-svg,
.pros-cons-svg,
.detail-heading-svg,
.meta-pill-svg,
.block-svg,
.faq-svg {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.menu-parent-icon,
.field-svg,
.block-svg,
.faq-svg,
.detail-heading-svg {
  width: 28px;
  height: 28px;
}

.menu-item-icon,
.menu-svg-icon,
.filter-link-icon,
.filter-title-icon,
.term-svg,
.condition-svg,
.requirement-svg,
.contact-svg,
.legal-svg,
.pros-cons-svg,
.meta-pill-svg {
  width: 20px;
  height: 20px;
}

.field-with-icon,
.condition-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.field-with-icon > div,
.condition-label > span {
  min-width: 0;
}

.detail-icon,
.summary-icon,
.catalog-term-icon,
.dy-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.review-submit-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.htmx-indicator {
  display: none;
  color: var(--text, #536078);
  font-size: 14px;
  font-weight: 700;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  display: inline-flex;
}

.htmx-request button:disabled {
  cursor: wait;
  opacity: .68;
}

a,
button,
input,
select,
textarea,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(10, 99, 255, .38);
  outline-offset: 3px;
}

button,
.btn,
.button,
summary,
[role="button"] {
  min-height: 44px;
}

.menu-panel {
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media (max-width: 850px) {
  .header-inner,
  .nav-wrap,
  .hero-grid,
  .loan-card,
  .single-header-card,
  .detail-grid,
  .article-layout,
  .footer-grid {
    min-width: 0;
  }

  .hero-grid,
  .single-header-card,
  .detail-grid,
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .loan-card,
  .loan-main,
  .loan-side,
  .offer-card,
  .detail-card,
  .article-main,
  .article-sidebar {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  body.page-template-dineriya-about-contact .site-header,
  body.page-template-dineriya-technical .site-header {
    position: static;
  }

  body.page-template-dineriya-about-contact .site-header .top-nav,
  body.page-template-dineriya-technical .site-header .top-nav {
    display: none;
  }
}

@media (max-width: 650px) {
  :root {
    --page-gutter: 14px;
  }

  .site-header-inner {
    gap: 12px;
  }

  .logo img {
    width: 168px;
    max-height: 42px;
  }

  .footer-logo img {
    width: 190px;
  }

  .menu-columns,
  .fields,
  .conditions-grid,
  .loan-terms,
  .catalog-terms,
  .steps-home,
  .home-grid-2,
  .home-grid-3,
  .home-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-card,
  .loan-card,
  .single-header-card,
  .detail-card,
  .home-faq-item,
  .step-home-card {
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* V5: article sliders, action alignment and proportional MFO logos. */
:where(.dineriya-section-page, .dineriya-detail-page, .dineriya-content-page) .btn,
.dineriya-home-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}

.dineriya-content-page .best-mfo-slider {
  overflow: visible;
}

.dineriya-content-page .best-mfo-head {
  align-items: center;
}

.dineriya-content-page .slider-actions,
.dineriya-home-page .catalog-slider-actions,
.dineriya-home-page .reviews-arrows,
.dineriya-section-page .reviews-arrows,
.dineriya-detail-page .reviews-arrows {
  position: relative;
  z-index: 4;
}

.dineriya-content-page .slider-btn,
.dineriya-home-page .catalog-slider-btn,
.dineriya-home-page .review-arrow,
.dineriya-section-page .review-arrow,
.dineriya-detail-page .review-arrow {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 14px;
  background: #fff;
  color: var(--green, #18b77b);
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(19,42,83,.05);
  transition: background .18s, color .18s, border-color .18s, box-shadow .18s, transform .18s;
  touch-action: manipulation;
}

.dineriya-content-page .slider-btn .slider-arrow-svg,
.dineriya-home-page .catalog-slider-btn .slider-arrow-svg,
.dineriya-home-page .review-arrow .slider-arrow-svg,
.dineriya-section-page .review-arrow .slider-arrow-svg,
.dineriya-detail-page .review-arrow .slider-arrow-svg {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-content-page .slider-btn:focus:not(:focus-visible),
.dineriya-home-page .catalog-slider-btn:focus:not(:focus-visible),
.dineriya-home-page .review-arrow:focus:not(:focus-visible),
.dineriya-section-page .review-arrow:focus:not(:focus-visible),
.dineriya-detail-page .review-arrow:focus:not(:focus-visible) {
  outline: none;
}

.dineriya-content-page .slider-btn:focus-visible,
.dineriya-home-page .catalog-slider-btn:focus-visible,
.dineriya-home-page .review-arrow:focus-visible,
.dineriya-section-page .review-arrow:focus-visible,
.dineriya-detail-page .review-arrow:focus-visible {
  outline: 3px solid rgba(10,99,255,.25);
  outline-offset: 2px;
}

.dineriya-content-page .slider-btn:disabled,
.dineriya-home-page .catalog-slider-btn:disabled,
.dineriya-home-page .review-arrow:disabled,
.dineriya-section-page .review-arrow:disabled,
.dineriya-detail-page .review-arrow:disabled {
  cursor: not-allowed;
  opacity: .42;
}

@media (hover: hover) and (pointer: fine) {
  .dineriya-content-page .slider-btn:not(:disabled):hover,
  .dineriya-home-page .catalog-slider-btn:not(:disabled):hover,
  .dineriya-home-page .review-arrow:not(:disabled):hover,
  .dineriya-section-page .review-arrow:not(:disabled):hover,
  .dineriya-detail-page .review-arrow:not(:disabled):hover {
    background: linear-gradient(135deg, var(--blue, #0a63ff), var(--green, #18b77b));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(10,99,255,.18);
    transform: translateY(-1px);
  }
}

.dineriya-content-page .mfo-track-wrap {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.dineriya-content-page .mfo-track {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 8px;
  overscroll-behavior-inline: contain;
}

.dineriya-content-page .mfo-slide {
  flex: 0 0 calc((100% - 16px) / 2);
  width: calc((100% - 16px) / 2);
  min-width: 0;
  max-width: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dineriya-home-page .offers-track .offer-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .dineriya-content-page .mfo-slide:hover,
  .dineriya-home-page .offers-track .offer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 56px rgba(19,42,83,.09);
  }

  .dineriya-home-page .offers-track .offer-card:hover {
    box-shadow: 0 22px 56px rgba(19,42,83,.09) !important;
  }
}

.dineriya-content-page .mfo-slide .btn {
  width: 100%;
  align-self: end;
}

.dineriya-content-page .mfo-slide .mfo-logo-box {
  color: inherit;
  text-decoration: none;
}

.dineriya-content-page .mfo-terms div > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.dineriya-content-page .mfo-terms strong {
  text-align: right;
}

.dineriya-detail-page .side-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.dineriya-detail-page .side-list a span {
  min-width: 0;
}

.dineriya-detail-page .side-list a svg {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-logo-box,
.dineriya-home-page .offer-logo,
.dineriya-home-page .home-mfo-card,
.dineriya-detail-page .company-logo-card,
.dineriya-content-page .mfo-logo-box,
.offers_box .offer_logo,
.special-zero-mfo-image,
#best-of-week-carousel .bow-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line, #e6edf5);
}

.brand-logo-box > a,
.dineriya-home-page .offer-logo > a,
.offers_box .offer_logo > a,
.special-zero-mfo-image > a,
#best-of-week-carousel .bow-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.brand-logo-box img,
.dineriya-home-page .offer-logo img,
.dineriya-home-page .home-mfo-card img,
.dineriya-detail-page .company-logo-card img,
.dineriya-content-page .mfo-logo-box img,
.offers_box .offer_logo img,
.special-zero-mfo-image img,
#best-of-week-carousel .bow-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.brand-logo-box {
  width: 150px;
  height: 58px;
  padding: 6px 8px;
  border-radius: 16px;
}

.brand-logo-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.brand-logo-row .editorial-rating-badge {
  margin-top: 6px;
  flex: 0 0 auto;
}

.dineriya-home-page .offer-logo {
  width: 108px;
  height: 46px;
  padding: 6px 8px;
  border-radius: 14px;
}

.dineriya-home-page .home-mfo-card {
  height: 96px;
  min-height: 96px;
  padding: 8px 10px;
  border-radius: 20px;
  background: #f8fbff;
}

.dineriya-detail-page .company-logo-card {
  height: 120px;
  min-height: 120px;
  padding: 8px 10px;
  border-radius: 24px;
}

.dineriya-content-page .mfo-logo-box {
  height: 76px;
  min-height: 76px;
  padding: 8px 10px;
  border-radius: 18px;
}

.offers_box .offer_logo:not(.large) {
  height: 96px;
  padding: 8px 10px;
  border-radius: 14px;
}

.offers_box .offer_logo.large {
  height: 140px;
  padding: 8px 10px;
  border-radius: 14px;
}

.special-zero-mfo-image,
#best-of-week-carousel .bow-logo > a {
  height: 65px;
  padding: 6px 8px;
  border-radius: 14px;
}

.dineriya-detail-page .detail-list li > span:last-child,
.dineriya-detail-page .condition-label > span,
.dineriya-content-page .condition-label > span {
  min-width: 0;
}

.dineriya-detail-page .mini-li-icon {
  flex: 0 0 auto;
}

@media (max-width: 850px) {
  .dineriya-content-page .mfo-slide {
    flex-basis: calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 650px) {
  .dineriya-content-page .article-main {
    padding: 20px;
    border-radius: 22px;
  }

  .dineriya-content-page .best-mfo-slider {
    padding: 16px;
    border-radius: 22px;
  }

  .dineriya-content-page .best-mfo-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .dineriya-content-page .slider-actions {
    align-self: stretch;
    justify-content: flex-end;
  }

  .dineriya-content-page .mfo-slide,
  .dineriya-home-page .offers-track .offer-card,
  .dineriya-detail-page .review-card {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .dineriya-content-page .mfo-logo-box {
    height: 68px;
    min-height: 68px;
    padding: 6px 8px;
  }

  .dineriya-content-page .mfo-terms div {
    display: grid;
    justify-content: stretch;
    gap: 5px;
  }

  .dineriya-content-page .mfo-terms strong {
    text-align: left;
  }

  .dineriya-detail-page .company-logo-card {
    height: 104px;
    min-height: 104px;
    padding: 8px 10px;
  }

  .dineriya-home-page .home-mfo-card {
    height: 82px;
    min-height: 82px;
    padding: 6px 8px;
  }

  .dineriya-detail-page .side-list a svg {
    width: 12px;
    height: 12px;
  }
}


/* =========================================================
   MFO stickers
   ========================================================= */

/* Green: availability and requirements */
.tag.tag--green,
.dineriya-detail-page .meta-pill.meta-pill--green {
  background: #eafaf3;
  color: #139765;
}

/* Blue: speed and process */
.tag.tag--blue,
.dineriya-detail-page .meta-pill.meta-pill--blue {
  background: var(--soft-blue);
  color: var(--blue);
}

/* Purple: advantages */
.tag.tag--purple,
.dineriya-detail-page .meta-pill.meta-pill--purple {
  background: #f3ebff;
  color: #7542b8;
}

/* Gray: regulation and trust */
.tag.tag--gray,
.dineriya-detail-page .meta-pill.meta-pill--gray {
  background: #edf2f7;
  color: #445064;
}

/* Footnotes for stickers marked with an asterisk */
.dineriya-detail-page .sticker-notes {
  display: grid;
  gap: 4px;
  max-width: 780px;
  margin-top: 10px;
}

.dineriya-detail-page .sticker-notes p {
  margin: 0;
  color: #718096;
  font-size: 12px;
  line-height: 1.45;
}

/* =========================================================
   DineriYa final icon sizes
   Full replacement for previous additional CSS adjustments
   ========================================================= */


/* ---------------------------------------------------------
   Base client SVG
   --------------------------------------------------------- */

.menu-parent-icon,
.menu-item-icon,
.menu-svg-icon,
.filter-link-icon,
.filter-title-icon,
.field-svg,
.term-svg,
.condition-svg,
.requirement-svg,
.contact-svg,
.legal-svg,
.pros-cons-svg,
.detail-heading-svg,
.meta-pill-svg,
.block-svg,
.faq-svg {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.menu-parent-icon,
.field-svg,
.block-svg,
.faq-svg,
.detail-heading-svg {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
}

.menu-item-icon,
.menu-svg-icon,
.filter-link-icon,
.filter-title-icon,
.condition-svg,
.requirement-svg,
.contact-svg,
.legal-svg,
.meta-pill-svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
}


/* ---------------------------------------------------------
   Busca una opción urgente
   --------------------------------------------------------- */

.field-with-icon {
  gap: 14px !important;
}

.field-with-icon .field-svg {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
}


/* ---------------------------------------------------------
   Featured comparison options
   Large icon, compact container, top alignment preserved
   --------------------------------------------------------- */

.dineriya-section-page .loan-terms .term,
.dineriya-detail-page .loan-terms .term,
.dineriya-content-page .loan-terms .term {
  padding-left: 64px !important;
}

.dineriya-section-page .catalog-term-icon,
.dineriya-detail-page .catalog-term-icon,
.dineriya-content-page .catalog-term-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 11px !important;

  left: 12px !important;
  top: 14px !important;

  transform: none !important;
}

.dineriya-section-page .catalog-term-icon svg,
.dineriya-section-page .catalog-term-icon img,
.dineriya-detail-page .catalog-term-icon svg,
.dineriya-detail-page .catalog-term-icon img,
.dineriya-content-page .catalog-term-icon svg,
.dineriya-content-page .catalog-term-icon img {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  object-fit: contain;
}


/* ---------------------------------------------------------
   Large block headings
   --------------------------------------------------------- */

.dineriya-section-page .icon-badge,
.dineriya-detail-page .icon-badge,
.dineriya-content-page .icon-badge,
.dineriya-home-page .detail-icon,
.dineriya-section-page .detail-icon,
.dineriya-detail-page .detail-icon {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  flex: 0 0 52px !important;
  border-radius: 15px !important;
}

.dineriya-section-page .icon-badge svg,
.dineriya-section-page .icon-badge img,
.dineriya-detail-page .icon-badge svg,
.dineriya-detail-page .icon-badge img,
.dineriya-content-page .icon-badge svg,
.dineriya-content-page .icon-badge img,
.dineriya-home-page .detail-icon svg,
.dineriya-home-page .detail-icon img,
.dineriya-section-page .detail-icon svg,
.dineriya-section-page .detail-icon img,
.dineriya-detail-page .detail-icon svg,
.dineriya-detail-page .detail-icon img {
  width: 29px !important;
  height: 29px !important;
  object-fit: contain;
}

.dineriya-detail-page .detail-card h2 {
  gap: 14px !important;
}


/* ---------------------------------------------------------
   Advantages / risks / disadvantages
   Larger top like and dislike icons
   --------------------------------------------------------- */

.dineriya-section-page .list-head,
.dineriya-detail-page .list-head,
.dineriya-content-page .list-head {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  margin-bottom: 12px !important;
}

.dineriya-section-page .list-head .mini-icon,
.dineriya-detail-page .list-head .mini-icon,
.dineriya-content-page .list-head .mini-icon {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  flex: 0 0 50px !important;
  border-radius: 14px !important;
}

.dineriya-section-page .list-head .mini-icon img,
.dineriya-section-page .list-head .mini-icon svg,
.dineriya-detail-page .list-head .mini-icon img,
.dineriya-detail-page .list-head .mini-icon svg,
.dineriya-content-page .list-head .mini-icon img,
.dineriya-content-page .list-head .mini-icon svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  object-fit: contain;
}


/* ---------------------------------------------------------
   Checks and warnings inside lists
   Smaller than the top like and dislike icons
   --------------------------------------------------------- */

.dineriya-detail-page .detail-list {
  gap: 10px !important;
}

.dineriya-detail-page .detail-list li {
  grid-template-columns: 32px minmax(0, 1fr) !important;
  gap: 11px !important;
  align-items: start !important;
}

.dineriya-detail-page .mini-li-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  flex: 0 0 32px !important;
  border-radius: 10px !important;
}

.dineriya-detail-page .mini-li-icon svg,
.dineriya-detail-page .mini-li-icon img {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  object-fit: contain;
}

.dineriya-detail-page .mini-li-icon--check {
  color: var(--green, #18b77b) !important;
  background: #eafaf3 !important;
  border-color: rgba(24, 183, 123, 0.18) !important;
}

.dineriya-detail-page .mini-li-icon.bad {
  color: #da6464 !important;
  background: #fff1f1 !important;
  border-color: #f1d1d1 !important;
}


/* ---------------------------------------------------------
   Main conditions in detail page cards
   --------------------------------------------------------- */

.dineriya-detail-page .condition-item {
  padding-left: 66px !important;
}

.dineriya-detail-page .condition-item .side-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 11px !important;

  left: 14px !important;
  top: 16px !important;

  transform: none !important;
}

.dineriya-detail-page .condition-item .side-icon svg,
.dineriya-detail-page .condition-item .side-icon img {
  width: 27px !important;
  height: 27px !important;
}


/* ---------------------------------------------------------
   Information cards
   --------------------------------------------------------- */

.dineriya-section-page .stat-icon,
.dineriya-detail-page .stat-icon,
.dineriya-content-page .stat-icon {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 13px !important;
}

.dineriya-section-page .stat-icon svg,
.dineriya-section-page .stat-icon img,
.dineriya-detail-page .stat-icon svg,
.dineriya-detail-page .stat-icon img,
.dineriya-content-page .stat-icon svg,
.dineriya-content-page .stat-icon img {
  width: 27px !important;
  height: 27px !important;
}

.dineriya-section-page .info-icon,
.dineriya-detail-page .info-icon,
.dineriya-content-page .info-icon {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 14px !important;
}

.dineriya-section-page .info-icon svg,
.dineriya-section-page .info-icon img,
.dineriya-detail-page .info-icon svg,
.dineriya-detail-page .info-icon img,
.dineriya-content-page .info-icon svg,
.dineriya-content-page .info-icon img {
  width: 28px !important;
  height: 28px !important;
}


/* ---------------------------------------------------------
   FAQ
   --------------------------------------------------------- */

.dineriya-section-page .summary-icon,
.dineriya-detail-page .summary-icon,
.dineriya-content-page .summary-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  flex: 0 0 38px !important;
  border-radius: 11px !important;
  margin-right: 11px !important;
}

.dineriya-section-page .summary-icon svg,
.dineriya-section-page .summary-icon img,
.dineriya-detail-page .summary-icon svg,
.dineriya-detail-page .summary-icon img,
.dineriya-content-page .summary-icon svg,
.dineriya-content-page .summary-icon img {
  width: 23px !important;
  height: 23px !important;
}


/* ---------------------------------------------------------
   Homepage
   --------------------------------------------------------- */

.dineriya-home-page .dy-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  flex: 0 0 48px !important;
  border-radius: 14px !important;
}

.dineriya-home-page .dy-icon svg,
.dineriya-home-page .dy-icon img {
  width: 28px !important;
  height: 28px !important;
}

.dineriya-home-page .dy-card-icon {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  flex: 0 0 50px !important;
  border-radius: 14px !important;
}

.dineriya-home-page .dy-card-icon svg,
.dineriya-home-page .dy-card-icon img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
}

.dineriya-home-page .dy-badge-icon {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
}

.dineriya-home-page .dy-badge-icon svg,
.dineriya-home-page .dy-badge-icon img {
  width: 20px !important;
  height: 20px !important;
}


/* ---------------------------------------------------------
   Categories and lower menu
   --------------------------------------------------------- */

.dineriya-home-page .cat-icon,
.dineriya-section-page .cat-icon,
.dineriya-detail-page .cat-icon,
.dineriya-content-page .cat-icon {
  width: 27px !important;
  height: 27px !important;
  min-width: 27px !important;
  flex: 0 0 27px !important;
}

.dineriya-home-page .cat-icon svg,
.dineriya-home-page .cat-icon img,
.dineriya-section-page .cat-icon svg,
.dineriya-section-page .cat-icon img,
.dineriya-detail-page .cat-icon svg,
.dineriya-detail-page .cat-icon img,
.dineriya-content-page .cat-icon svg,
.dineriya-content-page .cat-icon img {
  width: 27px !important;
  height: 27px !important;
}

.dineriya-section-page .section-heading-svg {
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  flex: 0 0 35px !important;
}

.dineriya-section-page .section-link-svg {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  flex: 0 0 26px !important;
  margin-top: 1px !important;
}

.menu-col-title,
.dineriya-section-page .section-links-col h3 {
  gap: 11px !important;
}

.menu-col a,
.dineriya-section-page .section-links-col a {
  gap: 11px !important;
}


/* ---------------------------------------------------------
   Footer and legacy blocks
   --------------------------------------------------------- */

.site-footer .dy-footer-icon {
  width: 29px !important;
  height: 29px !important;
  min-width: 29px !important;
  flex: 0 0 29px !important;
}

.site-footer .dy-footer-icon svg,
.site-footer .dy-footer-icon img {
  width: 24px !important;
  height: 24px !important;
}

.icons_sc {
  width: 29px !important;
  height: 29px !important;
  min-width: 29px !important;
  flex: 0 0 29px !important;
  object-fit: contain;
}
.footer-col-title > span {
  display: inline-flex !important;
  align-items: center !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.3;
}

/* Homepage cards: icon on the left, content on the right. */
.dineriya-home-page .feature,
.dineriya-home-page .pros-box,
.dineriya-home-page .cons-box,
.dineriya-home-page .step-home-card,
.dineriya-home-page .home-faq-item {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  column-gap: 18px !important;
  row-gap: 8px !important;
  align-items: start !important;
}

.dineriya-home-page .feature > .dy-card-icon,
.dineriya-home-page .pros-box > .dy-card-icon,
.dineriya-home-page .cons-box > .dy-card-icon,
.dineriya-home-page .home-faq-item > .dy-card-icon,
.dineriya-home-page .step-home-card > .step-home-num {
  grid-column: 1 !important;
  grid-row: 1 / span 3 !important;
  margin: 0 !important;
  align-self: start !important;
}

.dineriya-home-page .feature > h3,
.dineriya-home-page .feature > p,
.dineriya-home-page .pros-box > h3,
.dineriya-home-page .pros-box > .home-list,
.dineriya-home-page .cons-box > h3,
.dineriya-home-page .cons-box > .home-list,
.dineriya-home-page .step-home-card > h3,
.dineriya-home-page .step-home-card > p,
.dineriya-home-page .home-faq-item > h3,
.dineriya-home-page .home-faq-item > p {
  grid-column: 2 !important;
  min-width: 0 !important;
}

.dineriya-home-page .feature > h3,
.dineriya-home-page .pros-box > h3,
.dineriya-home-page .cons-box > h3,
.dineriya-home-page .step-home-card > h3,
.dineriya-home-page .home-faq-item > h3 {
  margin: 0 0 4px !important;
}

.dineriya-home-page .feature > p,
.dineriya-home-page .step-home-card > p,
.dineriya-home-page .home-faq-item > p {
  margin: 0 !important;
}

.dineriya-home-page .step-home-num {
  margin: 0 !important;
}

.dineriya-home-page .home-list {
  margin-top: 2px !important;
}

.dineriya-home-page .home-seo-details {
  margin-top: 14px;
}

.dineriya-home-page .home-seo-details summary {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue, #0a63ff), var(--green, #18b77b));
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 14px 32px rgba(10,99,255,.16);
}

.dineriya-home-page .home-seo-details summary::-webkit-details-marker {
  display: none;
}

.dineriya-home-page .home-seo-details summary:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

.dineriya-home-page .home-seo-details[open] summary:after {
  transform: translateY(2px) rotate(225deg);
}

.dineriya-home-page .home-seo-details p {
  color: var(--text, #536078);
  line-height: 1.55;
  margin: 14px 0 0;
}

@media (max-width: 650px) {
  .dineriya-home-page .section-title:has(.dy-icon),
  .dineriya-home-page .home-section-head h2:has(.dy-icon) {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
  }

  .dineriya-home-page .section-title:has(.dy-icon) .dy-icon,
  .dineriya-home-page .home-section-head h2:has(.dy-icon) .dy-icon {
    grid-column: 1 !important;
    align-self: start !important;
    margin-top: 1px !important;
  }

  .dineriya-home-page .section-title,
  .dineriya-home-page .home-section-head h2 {
    font-size: 26px !important;
    line-height: 1.13 !important;
    letter-spacing: 0 !important;
  }

  .dineriya-home-page .home-section-head p,
  .dineriya-home-page .section-subtitle {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .dineriya-home-page .feature,
  .dineriya-home-page .home-faq-item {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    column-gap: 13px !important;
  }

  .dineriya-home-page .feature > .dy-card-icon,
  .dineriya-home-page .home-faq-item > .dy-card-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex-basis: 42px !important;
  }

  .dineriya-home-page .pros-box,
  .dineriya-home-page .cons-box {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 10px !important;
    padding: 18px !important;
  }

  .dineriya-home-page .pros-box > .dy-card-icon,
  .dineriya-home-page .cons-box > .dy-card-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex-basis: 42px !important;
    grid-row: 1 !important;
  }

  .dineriya-home-page .pros-box > .home-list,
  .dineriya-home-page .cons-box > .home-list {
    grid-column: 1 / -1 !important;
    padding-left: 0 !important;
    margin-top: 2px !important;
  }

  .dineriya-home-page .home-list {
    gap: 10px !important;
  }

  .dineriya-home-page .home-list li {
    padding-left: 18px !important;
    line-height: 1.43 !important;
  }

  .dineriya-home-page .home-list li:before {
    width: 8px !important;
    height: 8px !important;
    top: 7px !important;
  }

  .dineriya-home-page .home-seo-details summary {
    width: 100%;
    justify-content: center;
  }
}

/* Section and detail page interactions. */
.dineriya-section-page .loan-brand > a {
  position: absolute;
  top: 26px;
  right: 24px;
  z-index: 2;
  max-width: 180px;
  text-align: right;
  color: var(--dark, #18202f);
  text-decoration: none;
}

.dineriya-section-page .loan-brand > a h3 {
  margin: 0;
}

@media (min-width: 1051px) {
  .dineriya-section-page .loan-actions {
    align-self: start;
    padding-top: 74px;
  }
}

.dineriya-section-page .loan-card,
.dineriya-section-page .stat,
.dineriya-section-page .hero-card,
.dineriya-section-page .content-card,
.dineriya-section-page .list-box,
.dineriya-section-page details,
.dineriya-section-page .section-links-col,
.dineriya-detail-page .company-top,
.dineriya-detail-page .detail-card,
.dineriya-detail-page .condition-item,
.dineriya-detail-page .review-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

:where(.dineriya-section-page, .dineriya-detail-page) .btn {
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .dineriya-section-page .loan-card:hover,
  .dineriya-section-page .stat:hover,
  .dineriya-section-page .hero-card:hover,
  .dineriya-section-page .content-card:hover,
  .dineriya-section-page .list-box:hover,
  .dineriya-section-page details:hover,
  .dineriya-section-page .section-links-col:hover,
  .dineriya-detail-page .company-top:hover,
  .dineriya-detail-page .detail-card:hover,
  .dineriya-detail-page .condition-item:hover,
  .dineriya-detail-page .review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 56px rgba(19,42,83,.09);
    border-color: rgba(10,99,255,.16);
  }

  :where(.dineriya-section-page, .dineriya-detail-page) .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(10,99,255,.16);
  }

  :where(.dineriya-section-page, .dineriya-detail-page) .btn-muted:hover,
  :where(.dineriya-section-page, .dineriya-detail-page) .btn-secondary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--blue, #0a63ff), #0956dd);
    border-color: transparent;
  }
}

@media (max-width: 650px) {
  .dineriya-section-page .loan-brand > a {
    top: 22px;
    right: 20px;
    max-width: calc(100% - 170px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dineriya-section-page .loan-card,
  .dineriya-section-page .stat,
  .dineriya-section-page .hero-card,
  .dineriya-section-page .content-card,
  .dineriya-section-page .list-box,
  .dineriya-section-page details,
  .dineriya-section-page .section-links-col,
  .dineriya-detail-page .company-top,
  .dineriya-detail-page .detail-card,
  .dineriya-detail-page .condition-item,
  .dineriya-detail-page .review-card,
  :where(.dineriya-section-page, .dineriya-detail-page) .btn {
    transition-duration: .01ms !important;
  }

  .dineriya-section-page .loan-card:hover,
  .dineriya-section-page .stat:hover,
  .dineriya-section-page .hero-card:hover,
  .dineriya-section-page .content-card:hover,
  .dineriya-section-page .list-box:hover,
  .dineriya-section-page details:hover,
  .dineriya-section-page .section-links-col:hover,
  .dineriya-detail-page .company-top:hover,
  .dineriya-detail-page .detail-card:hover,
  .dineriya-detail-page .condition-item:hover,
  .dineriya-detail-page .review-card:hover,
  :where(.dineriya-section-page, .dineriya-detail-page) .btn:hover {
    transform: none !important;
  }
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 650px) {
  .field-with-icon .field-svg {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  .dineriya-section-page .catalog-term-icon,
  .dineriya-detail-page .catalog-term-icon,
  .dineriya-content-page .catalog-term-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;

    left: 12px !important;
    top: 14px !important;

    transform: none !important;
  }

  .dineriya-section-page .catalog-term-icon svg,
  .dineriya-section-page .catalog-term-icon img,
  .dineriya-detail-page .catalog-term-icon svg,
  .dineriya-detail-page .catalog-term-icon img,
  .dineriya-content-page .catalog-term-icon svg,
  .dineriya-content-page .catalog-term-icon img {
    width: 27px !important;
    height: 27px !important;
  }

  .dineriya-section-page .loan-terms .term,
  .dineriya-detail-page .loan-terms .term,
  .dineriya-content-page .loan-terms .term {
    padding-left: 60px !important;
  }

  .dineriya-section-page .list-head .mini-icon,
  .dineriya-detail-page .list-head .mini-icon,
  .dineriya-content-page .list-head .mini-icon {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    flex-basis: 46px !important;
  }

  .dineriya-section-page .list-head .mini-icon img,
  .dineriya-section-page .list-head .mini-icon svg,
  .dineriya-detail-page .list-head .mini-icon img,
  .dineriya-detail-page .list-head .mini-icon svg,
  .dineriya-content-page .list-head .mini-icon img,
  .dineriya-content-page .list-head .mini-icon svg {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
  }

  .dineriya-detail-page .mini-li-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex-basis: 30px !important;
  }

  .dineriya-detail-page .mini-li-icon svg,
  .dineriya-detail-page .mini-li-icon img {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
  }

  .dineriya-detail-page .detail-list li {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .dineriya-home-page .dy-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex-basis: 44px !important;
  }

  .dineriya-home-page .dy-card-icon,
  .dineriya-detail-page .detail-icon,
  .dineriya-section-page .icon-badge,
  .dineriya-detail-page .icon-badge,
  .dineriya-content-page .icon-badge {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    flex-basis: 46px !important;
  }
}



/* Burger menu: icon on the left, text on the right */
.menu-panel .menu-col > a {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 11px !important;
	width: 100%;
}

.menu-panel .menu-col > a .menu-item-icon {
	display: block !important;
	flex: 0 0 28px !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	margin: 0 !important;
	object-fit: contain;
}

.menu-panel .menu-col > a .menu-item-text {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	line-height: 1.35;
}

/* Main drawer navigation */
.burger {
  width: auto !important;
  min-width: 104px;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
  padding: 0 15px 0 13px;
  border: 1px solid rgba(10, 99, 255, .14);
  border-radius: 999px !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(10, 99, 255, .32), rgba(24, 183, 123, .36)) border-box !important;
  box-shadow: 0 12px 30px rgba(18, 26, 42, .08) !important;
  color: var(--dark, #18202f);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.burger:hover,
.burger:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(24, 183, 123, .42);
  box-shadow: 0 16px 34px rgba(10, 99, 255, .12) !important;
  outline: none;
}

.burger-lines {
  position: relative;
  display: grid !important;
  gap: 4px !important;
  width: 20px !important;
  height: 16px !important;
  place-content: center;
  background: transparent !important;
}

.burger-lines span,
body.dineriya-modern-home .burger-lines span {
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--blue, #0a63ff), var(--green, #18b77b)) !important;
  transition: transform .2s ease, opacity .2s ease;
}

.burger-text,
body.dineriya-modern-home .burger-text {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  background: transparent !important;
  color: var(--dark, #18202f);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.menu-toggle:checked + .burger .burger-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle:checked + .burger .burger-lines span:nth-child(2) {
  opacity: 0;
}

.menu-toggle:checked + .burger .burger-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menu-overlay {
  background: rgba(16, 23, 38, .54) !important;
  backdrop-filter: blur(6px);
}

.menu-panel {
  width: min(920px, calc(100vw - 28px)) !important;
  height: calc(100dvh - 28px) !important;
  top: 14px !important;
  right: 14px !important;
  border: 1px solid rgba(214, 226, 240, .9);
  border-radius: 26px 0 0 26px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, .96) 0%, #fff 34%),
    #fff !important;
  padding: 24px !important;
  box-shadow: -28px 28px 90px rgba(18, 26, 42, .24) !important;
}

.menu-panel-head {
  align-items: flex-start !important;
  gap: 18px;
  margin-bottom: 18px !important;
  padding-bottom: 18px !important;
}

.menu-panel-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eaf5ff;
  color: var(--blue, #0a63ff);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.menu-panel-head strong {
  display: block;
  color: var(--dark, #18202f);
  font-size: clamp(25px, 4vw, 36px) !important;
  line-height: 1.05;
  letter-spacing: 0 !important;
}

.menu-panel-close {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(18, 26, 42, .08);
}

.menu-panel-close span {
  position: absolute;
  top: 21px;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #52627a;
}

.menu-panel-close span:first-child {
  transform: rotate(45deg);
}

.menu-panel-close span:last-child {
  transform: rotate(-45deg);
}

.menu-quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.menu-quick-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 12px;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 18px;
  background: #fff;
  color: var(--dark, #18202f) !important;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(18, 26, 42, .05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.menu-quick-links a:hover,
.menu-quick-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(24, 183, 123, .38);
  box-shadow: 0 18px 42px rgba(10, 99, 255, .10);
  outline: none;
}

.menu-quick-links a > span,
.menu-panel-note > span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #eafaf4;
  border: 1px solid #c7f0df;
}

.menu-quick-links a:nth-child(even) > span {
  background: #eaf3ff;
  border-color: #cfe0ff;
}

.menu-quick-icon,
.menu-note-icon,
.menu-action-icon {
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.menu-quick-links strong {
  min-width: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.2;
}

.menu-panel-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #bfe9d8;
  border-radius: 18px;
  background: linear-gradient(135deg, #effcf7 0%, #f7fbff 100%);
}

.menu-panel-note p {
  margin: 0;
  color: #486078;
  font-size: 14px;
  line-height: 1.45;
}

.menu-columns {
  gap: 14px !important;
}

.menu-panel .menu-col {
  padding: 16px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 14px 34px rgba(18, 26, 42, .045);
}

.menu-panel .menu-col-title {
  margin-bottom: 10px !important;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(230, 237, 245, .95);
  font-size: 16px !important;
}

.menu-panel .menu-col > a {
  min-height: 46px;
  padding: 9px 0 !important;
  color: #536078 !important;
  border-bottom: 1px solid rgba(230, 237, 245, .72) !important;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.menu-panel .menu-col > a:hover,
.menu-panel .menu-col > a:focus-visible {
  color: var(--blue, #0a63ff) !important;
  transform: translateX(2px);
  outline: none;
}

.menu-panel-action {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line, #e6edf5);
}

.menu-panel-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue, #0a63ff), #0f7bff 54%, var(--green, #18b77b));
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(10, 99, 255, .22);
}

.menu-panel-action .menu-action-icon {
  filter: brightness(0) invert(1);
}

@media (max-width: 850px) {
  .site-header .top-nav {
    display: none;
  }

  .burger {
    min-width: 46px;
    width: 46px !important;
    padding: 0 !important;
    border-radius: 15px !important;
  }

  .burger-text {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .menu-panel {
    width: min(430px, calc(100vw - 18px)) !important;
    height: calc(100dvh - 18px) !important;
    top: 9px !important;
    right: 9px !important;
    padding: 18px !important;
    border-radius: 22px 0 0 22px;
  }

  .menu-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-panel-note {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .menu-panel-head {
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
  }

  .menu-quick-links {
    gap: 9px;
  }

  .menu-quick-links a {
    min-height: 62px;
    padding: 10px;
    border-radius: 16px;
  }

  .menu-quick-links a > span,
  .menu-panel-note > span {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .menu-quick-links strong {
    font-size: 14px;
  }

  .menu-panel-note {
    padding: 12px;
  }

  .menu-panel-action a {
    min-height: 50px;
    font-size: 15px;
  }
}

/* Homepage first-screen green accents */
.dineriya-home-page > .hero {
  position: relative;
}

.dineriya-home-page > .hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 68px;
  width: 88px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green, #18b77b), var(--blue, #0a63ff));
}

.dineriya-home-page > .hero .lead {
  border-left: 4px solid rgba(24, 183, 123, .32);
  padding-left: 16px;
}

.dineriya-home-page > .hero .home-hero-links .btn-primary,
.dineriya-home-page > .hero .selector > .btn-primary {
  background: linear-gradient(135deg, var(--blue, #0a63ff) 0%, #0e78ff 50%, var(--green, #18b77b) 100%);
  box-shadow: 0 16px 34px rgba(24, 183, 123, .18);
}

.dineriya-home-page > .hero .home-hero-links .btn-secondary {
  background: #fff;
  border-color: rgba(24, 183, 123, .30);
  color: var(--blue, #0a63ff);
}

.dineriya-home-page > .hero .home-hero-links .btn-secondary:hover {
  border-color: rgba(24, 183, 123, .58);
  color: #079464;
}

.dineriya-home-page > .hero .card {
  position: relative;
  overflow: hidden;
  border-color: rgba(24, 183, 123, .24);
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 183, 123, .13), transparent 36%),
    #fff;
}

.dineriya-home-page > .hero .card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--green, #18b77b), var(--blue, #0a63ff));
}

.dineriya-home-page > .hero .selector {
  position: relative;
}

.dineriya-home-page > .hero .field {
  background: #f6fbf9;
}

.dineriya-home-page > .hero .field:nth-child(2) {
  background: #f1fbf6;
  border-color: rgba(24, 183, 123, .26);
}

.dineriya-home-page > .hero .field:nth-child(2) small,
.dineriya-home-page > .hero .field:nth-child(3) small {
  color: #27956c;
}

.dineriya-home-page > .stats .stat {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(24, 183, 123, .06) 0%, rgba(255, 255, 255, 0) 58%),
    #fff;
}

.dineriya-home-page > .stats .stat:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green, #18b77b), var(--blue, #0a63ff));
}

.dineriya-home-page > .stats .stat strong {
  color: var(--green, #18b77b);
}

.dineriya-home-page > .stats .stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10, 99, 255, .1), rgba(24, 183, 123, .15));
  border: 1px solid rgba(24, 183, 123, .22);
  color: var(--blue, #0a63ff);
}

.dineriya-home-page > .stats .stat-icon img,
.dineriya-home-page > .stats .stat-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}

.dineriya-home-page > .stats .stat:nth-child(odd) .stat-icon {
  background: rgba(223, 252, 241, .72);
  border-color: rgba(24, 183, 123, .24);
}

.dineriya-home-page > .stats .stat:nth-child(even) .stat-icon {
  background: rgba(231, 241, 255, .86);
  border-color: rgba(10, 99, 255, .16);
}

.dineriya-home-page > .stats .stat:nth-child(2) strong,
.dineriya-home-page > .stats .stat:nth-child(4) strong {
  color: var(--blue, #0a63ff);
}

.dineriya-home-page > .stats .stat-body {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.dineriya-home-page > .stats .stat-body > span {
  display: grid;
  gap: 4px;
}

.dineriya-home-page > .stats .stat-body > span b {
  color: var(--dark, #18202f);
  font-weight: 850;
}

@media (max-width: 1150px) {
  .dineriya-home-page .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .dineriya-home-page > .hero:before {
    top: 22px;
  }

  .dineriya-home-page > .stats .stat {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .dineriya-home-page > .stats .stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .dineriya-home-page > .stats .stat-icon img,
  .dineriya-home-page > .stats .stat-icon svg {
    width: 24px;
    height: 24px;
  }
}

.dineriya-home-page > .hero .card {
  border-color: #e3ebf5;
  background: #fff;
}

.dineriya-home-page > .hero .card:before {
  display: none;
}

.dineriya-home-page > .hero .field,
.dineriya-home-page > .hero .field:nth-child(2),
.dineriya-home-page > .hero .field:nth-child(3) {
  background: #f5f8fc;
  border-color: #dfe8f3;
}

.dineriya-home-page > .hero .field small,
.dineriya-home-page > .hero .field:nth-child(2) small,
.dineriya-home-page > .hero .field:nth-child(3) small {
  color: #6c7890;
}

/* Section pages: compact Android layout. */
@media (max-width: 650px) {
  .dineriya-section-page .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding-bottom: 28px !important;
  }

  .dineriya-section-page .stat {
    min-height: 120px;
    padding: 14px !important;
    border-radius: 18px !important;
    overflow: hidden;
  }

  .dineriya-section-page .stat-icon {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 10px !important;
  }

  .dineriya-section-page .stat-icon svg,
  .dineriya-section-page .stat-icon img {
    width: 22px !important;
    height: 22px !important;
  }

  .dineriya-section-page .stat strong {
    font-size: 21px !important;
    line-height: 1.1 !important;
    margin-bottom: 6px !important;
  }

  .dineriya-section-page .stat > span:not(.stat-icon) {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    color: var(--dark, #18202f);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .dineriya-section-page section {
    padding: 34px 0 !important;
  }

  .dineriya-section-page .content-card {
    padding: 24px !important;
    border-radius: 22px !important;
  }

  .dineriya-section-page .content-card h2,
  .dineriya-section-page .section-title {
    font-size: 22px !important;
    line-height: 1.18 !important;
    letter-spacing: -.35px !important;
  }

  .dineriya-section-page .content-card h3 {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .dineriya-section-page .section-guide-text {
    font-size: 15px !important;
    line-height: 1.54 !important;
  }

  .dineriya-section-page .section-guide-text.collapsed {
    max-height: 360px;
  }

  .dineriya-section-page .section-guide-text p {
    margin-bottom: 10px !important;
  }

  .dineriya-section-page .section-guide-text h3 {
    font-size: 18px !important;
    margin: 16px 0 7px !important;
  }

  .dineriya-section-page .section-guide-text h4 {
    font-size: 16px !important;
    margin: 14px 0 6px !important;
  }

  .dineriya-section-page .content-card h2.title-with-icon,
  .dineriya-section-page .section-title.title-with-icon {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 12px !important;
  }

  .dineriya-section-page .sections-grid,
  .dineriya-section-page .wpc-filters-widget-wrapper {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 100%;
  }

  .dineriya-section-page .wpc-filters-scroll-container,
  .dineriya-section-page .wpc-filters-widget-content,
  .dineriya-section-page .wpc-filters-widget-containers-wrapper {
    max-width: 100% !important;
    overflow: visible !important;
  }

  .dineriya-section-page .wpc-filters-open-button-container a.wpc-filters-open-widget,
  .dineriya-section-page .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    border: 1px solid var(--line, #e6edf5) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--dark, #18202f) !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 24px rgba(19, 42, 83, .06);
  }

  .dineriya-section-page .section-links-col {
    padding: 16px !important;
    border-radius: 18px !important;
    min-width: 0;
  }

  .dineriya-section-page .section-links-col h3 {
    align-items: center !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .dineriya-section-page .section-links-col a {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .dineriya-section-page .section-link-svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }
}

/* Section filter toggle: custom open and closed icons. */
@media (max-width: 768px) {
  .dineriya-section-page .wpc-filters-open-button-container {
    margin: 18px 0 !important;
  }

  .dineriya-section-page .wpc-filters-open-button-container a.wpc-filters-open-widget,
  .dineriya-section-page .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    min-height: 44px;
    padding: 6px 14px 6px 7px !important;
    border: 1px solid rgba(10, 99, 255, .14) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--dark, #18202f) !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 28px rgba(19, 42, 83, .08) !important;
  }

  .dineriya-section-page .wpc-filters-open-button-container a.wpc-opened {
    border-color: rgba(24, 183, 123, .24) !important;
    background: linear-gradient(135deg, #fff, #f5fbf8) !important;
  }

  .dineriya-section-page .wpc-filters-open-button-container .wpc-button-inner {
    gap: 8px;
  }

  .dineriya-section-page .wpc-filters-open-button-container .wpc-icon-html-wrapper,
  .dineriya-section-page .wpc-widget-close-icon .wpc-icon-html-wrapper {
    position: relative !important;
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }

  .dineriya-section-page .wpc-filters-open-button-container .wpc-icon-html-wrapper span,
  .dineriya-section-page .wpc-filters-open-button-container .wpc-icon-html-wrapper span:after,
  .dineriya-section-page .wpc-widget-close-icon .wpc-icon-html-wrapper span,
  .dineriya-section-page .wpc-widget-close-icon .wpc-icon-html-wrapper span:after {
    display: none !important;
  }

  .dineriya-section-page .wpc-filters-open-button-container .wpc-icon-html-wrapper:before,
  .dineriya-section-page .wpc-widget-close-icon .wpc-icon-html-wrapper:before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("icons/ui/filter-toggle.svg") center / contain no-repeat;
  }

  .dineriya-section-page .wpc-filters-open-button-container a.wpc-opened .wpc-icon-html-wrapper:before,
  .dineriya-section-page .wpc-widget-close-icon .wpc-icon-html-wrapper:before {
    background-image: url("icons/ui/filter-close.svg");
  }

  .dineriya-section-page .wpc-filters-button-text {
    line-height: 1;
  }
}

/* MFO detail pages: compact mobile headings. */
@media (max-width: 650px) {
  .dineriya-detail-page .detail-card h2,
  .dineriya-detail-page .detail-card-head h2,
  .dineriya-detail-page .calculator-control-head h2,
  .dineriya-detail-page .section-title {
    font-size: 22px !important;
    line-height: 1.18 !important;
    letter-spacing: -.35px !important;
  }

  .dineriya-detail-page .detail-card h2:has(.detail-icon),
  .dineriya-detail-page .detail-card-head h2:has(.detail-icon) {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 12px !important;
  }

  .dineriya-detail-page .detail-card-head {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .dineriya-detail-page .detail-card-head .detail-updated {
    margin-left: 58px;
  }

  .dineriya-detail-page .calculator-control-head {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
  }

  .dineriya-detail-page .calculator-control-head p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .dineriya-detail-page .detail-icon {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    flex-basis: 46px !important;
  }

  .dineriya-detail-page .detail-icon svg,
  .dineriya-detail-page .detail-icon img {
    width: 25px !important;
    height: 25px !important;
  }

  .dineriya-detail-page .content-card h3,
  .dineriya-detail-page .detail-card h3,
  .dineriya-detail-page .list-head h3,
  .dineriya-detail-page .reviews-slider-head h3,
  .dineriya-detail-page .latest-section-head h3 {
    font-size: 19px !important;
    line-height: 1.25 !important;
    letter-spacing: -.2px !important;
  }
}

/* Reviews directory test page. */
.dineriya-reviews-directory-page {
  padding: 28px 0 72px;
}

.dineriya-reviews-directory-page .reviews-directory-hero {
  display: block;
  margin-bottom: 12px;
}

.dineriya-reviews-directory-page .reviews-directory-hero-copy,
.dineriya-reviews-directory-page .reviews-directory-stats,
.dineriya-reviews-directory-page .reviews-directory-providers,
.dineriya-reviews-directory-page .reviews-directory-list {
  background: #fff;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(19, 42, 83, .06);
}

.dineriya-reviews-directory-page .reviews-directory-hero-copy {
  padding: 28px 30px;
}

.dineriya-reviews-directory-page .reviews-directory-hero h1 {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 10px;
  color: var(--dark, #18202f);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.dineriya-reviews-directory-page .reviews-directory-hero .lead {
  max-width: 900px;
  margin-top: 12px;
  color: var(--text, #536078);
  font-size: 18px;
  line-height: 1.55;
}

.dineriya-reviews-directory-page .reviews-directory-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
  margin-bottom: 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.dineriya-reviews-directory-page .reviews-directory-stat {
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 9px 16px 9px 10px;
  border: 1px solid rgba(24,183,123,.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(10, 99, 255, .035), rgba(24, 183, 123, .045));
  box-shadow: 0 12px 28px rgba(19,42,83,.05);
}

.dineriya-reviews-directory-page .reviews-stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,99,255,.08);
  border: 1px solid rgba(10,99,255,.12);
  color: var(--blue, #0a63ff);
}

.dineriya-reviews-directory-page .reviews-stat-icon--rating {
  background: rgba(24,183,123,.12);
  border-color: rgba(24,183,123,.18);
  color: var(--green, #18b77b);
  font-size: 18px;
  font-weight: 900;
}

.dineriya-reviews-directory-page .reviews-stat-icon svg,
.dineriya-reviews-directory-page .reviews-stat-icon img {
  width: 21px;
  height: 21px;
  display: block;
}

.dineriya-reviews-directory-page .reviews-stat-copy {
  display: grid;
  gap: 2px;
}

.dineriya-reviews-directory-page .reviews-stat-copy strong {
  color: var(--dark, #18202f);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.dineriya-reviews-directory-page .reviews-stat-copy small {
  color: #6b7890;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.dineriya-reviews-directory-page .reviews-directory-providers,
.dineriya-reviews-directory-page .reviews-directory-list {
  padding: 28px;
  margin-top: 16px;
}

.dineriya-reviews-directory-page .section-head {
  margin-bottom: 18px;
}

.dineriya-reviews-directory-page .reviews-filter-bar {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  margin-bottom: 18px;
  scrollbar-width: thin;
}

.dineriya-reviews-directory-page .reviews-swipe-hint {
  display: none;
}

.dineriya-reviews-directory-page .reviews-filter-pill {
  appearance: none;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 999px;
  background: #fff;
  color: var(--dark, #18202f);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(19, 42, 83, .05);
}

.dineriya-reviews-directory-page .reviews-filter-pill span {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf8f2;
  color: #009b62;
  font-size: 12px;
}

.dineriya-reviews-directory-page .reviews-filter-pill.is-active {
  border-color: rgba(24, 183, 123, .28);
  background: linear-gradient(135deg, #edf9f4, #f8fbff);
  color: #009b62;
}

.dineriya-reviews-directory-page .reviews-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dineriya-reviews-directory-page .reviews-provider-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 18px;
  background: #f8fbff;
  color: inherit;
  text-decoration: none;
}

.dineriya-reviews-directory-page .reviews-provider-logo {
  min-width: 0;
  height: 58px;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--blue, #0a63ff);
  font-weight: 900;
}

.dineriya-reviews-directory-page .reviews-provider-logo img {
  display: block;
  max-width: 82%;
  max-height: 34px;
  object-fit: contain;
}

.dineriya-reviews-directory-page .reviews-provider-info {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dineriya-reviews-directory-page .reviews-provider-info strong {
  color: var(--dark, #18202f);
  font-size: 16px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dineriya-reviews-directory-page .reviews-provider-info small {
  color: var(--muted, #6c7890);
  font-size: 13px;
}

.dineriya-reviews-directory-page .reviews-provider-rating {
  border: 1px solid rgba(24, 183, 123, .18);
  border-radius: 999px;
  background: #eaf8f2;
  color: #009b62;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.dineriya-reviews-directory-page .reviews-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dineriya-reviews-directory-page .reviews-directory-slider {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(10,99,255,.04), rgba(24,183,123,.05)), #fff;
}

.dineriya-reviews-directory-page .reviews-slider-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.dineriya-reviews-directory-page .reviews-slider-head h3 {
  margin: 0;
  color: var(--dark, #18202f);
  font-size: 22px;
  line-height: 1.2;
}

.dineriya-reviews-directory-page .reviews-arrows {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
  position: relative;
  z-index: 4;
}

.dineriya-reviews-directory-page .review-arrow {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 14px;
  background: #fff;
  color: var(--green, #18b77b);
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(19,42,83,.05);
  transition: background .18s, color .18s, border-color .18s, box-shadow .18s, transform .18s;
  touch-action: manipulation;
}

.dineriya-reviews-directory-page .review-arrow .slider-arrow-svg {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dineriya-reviews-directory-page .review-arrow:focus:not(:focus-visible) {
  outline: none;
}

.dineriya-reviews-directory-page .review-arrow:focus-visible {
  outline: 3px solid rgba(10,99,255,.25);
  outline-offset: 2px;
}

.dineriya-reviews-directory-page .review-arrow:disabled {
  cursor: not-allowed;
  opacity: .42;
}

@media (hover: hover) and (pointer: fine) {
  .dineriya-reviews-directory-page .review-arrow:not(:disabled):hover {
    background: linear-gradient(135deg, var(--blue, #0a63ff), var(--green, #18b77b));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(10,99,255,.18);
    transform: translateY(-1px);
  }
}

.dineriya-reviews-directory-page .reviews-track-wrap {
  overflow: hidden;
}

.dineriya-reviews-directory-page .reviews-directory-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
}

.dineriya-reviews-directory-page .reviews-directory-track::-webkit-scrollbar {
  height: 8px;
}

.dineriya-reviews-directory-page .reviews-directory-track::-webkit-scrollbar-thumb {
  background: #d6e4ef;
  border-radius: 999px;
}

.dineriya-reviews-directory-page .reviews-directory-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  max-width: calc((100% - 36px) / 3);
  min-height: 330px;
  padding: 22px;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10, 99, 255, .025), transparent 42%),
    #fff;
  box-shadow: 0 12px 30px rgba(19, 42, 83, .045);
}

.dineriya-reviews-directory-page .reviews-directory-card[hidden] {
  display: none;
}

.dineriya-reviews-directory-page .reviews-directory-card .review-top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.dineriya-reviews-directory-page .reviews-directory-product-link {
  align-self: start;
  justify-self: end;
  max-width: 140px;
  padding: 7px 11px;
  border: 1px solid rgba(24, 183, 123, .20);
  border-radius: 999px;
  background: #eaf8f2;
  color: #009b62;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.dineriya-reviews-directory-page .reviews-directory-card .review-meta a {
  color: var(--blue, #0a63ff);
  font-weight: 750;
  text-decoration: none;
}

.dineriya-reviews-directory-page .reviews-directory-card .review-meta span {
  display: block;
  margin-top: 2px;
}

.dineriya-reviews-directory-page .reviews-directory-card p {
  color: var(--text, #536078);
  font-size: 15px;
  line-height: 1.6;
}

.dineriya-reviews-directory-page .reviews-directory-card .review-advantages {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #eefaf4;
  color: #21745a;
}

.dineriya-reviews-directory-page .reviews-directory-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--muted, #6c7890);
  font-size: 13px;
}

.dineriya-reviews-directory-page .reviews-directory-card-foot a {
  color: var(--blue, #0a63ff);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.dineriya-reviews-directory-page .reviews-directory-filter-empty {
  padding: 28px;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 22px;
  background: #fff;
}

.dineriya-reviews-directory-page .reviews-directory-filter-empty strong {
  display: block;
  color: var(--dark, #18202f);
  font-size: 20px;
}

.dineriya-reviews-directory-page .reviews-directory-filter-empty p {
  margin-top: 8px;
  color: var(--text, #536078);
  font-size: 15px;
}

.dineriya-reviews-directory-page #opiniones-list {
  scroll-margin-top: 98px;
}

.dineriya-reviews-directory-page .reviews-directory-empty {
  padding: 28px;
  border: 1px solid var(--line, #e6edf5);
  border-radius: 20px;
  background: #f8fbff;
}

.dineriya-reviews-directory-page .reviews-directory-empty strong {
  display: block;
  color: var(--dark, #18202f);
  font-size: 20px;
}

.dineriya-reviews-directory-page .reviews-directory-empty p {
  margin-top: 8px;
  color: var(--text, #536078);
}

@media (max-width: 1080px) {
  .dineriya-reviews-directory-page .reviews-provider-grid,
  .dineriya-reviews-directory-page .reviews-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dineriya-reviews-directory-page .reviews-directory-card {
    flex-basis: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }
}

@media (max-width: 700px) {
  .dineriya-reviews-directory-page {
    padding-top: 18px;
  }

  .dineriya-reviews-directory-page .reviews-directory-hero-copy,
  .dineriya-reviews-directory-page .reviews-directory-providers,
  .dineriya-reviews-directory-page .reviews-directory-list {
    padding: 18px;
    border-radius: 20px;
  }

  .dineriya-reviews-directory-page .reviews-directory-hero h1 {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    font-size: 28px;
    line-height: 1.12;
  }

  .dineriya-reviews-directory-page .reviews-directory-hero .lead {
    font-size: 15px;
    line-height: 1.55;
  }

  .dineriya-reviews-directory-page .reviews-directory-hero {
    margin-bottom: 8px;
  }

  .dineriya-reviews-directory-page .reviews-directory-stats {
    gap: 8px;
    margin-bottom: 12px;
  }

  .dineriya-reviews-directory-page .reviews-directory-stat {
    width: 100%;
    min-height: 54px;
  }

  .dineriya-reviews-directory-page .reviews-swipe-hint {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    margin: -4px 0 10px;
    padding: 8px 12px;
    border: 1px solid rgba(24,183,123,.22);
    border-radius: 999px;
    background: linear-gradient(135deg, #effbf6, #f8fcff);
    color: #0b9866;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(19,42,83,.06);
    pointer-events: none;
  }

  .dineriya-reviews-directory-page .reviews-swipe-hint:after {
    content: "";
    width: 28px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue, #0a63ff), var(--green, #18b77b));
    animation: dineriyaSwipeHint 1.6s ease-in-out infinite;
  }

  .dineriya-reviews-directory-page .reviews-provider-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .dineriya-reviews-directory-page .reviews-directory-grid {
    grid-template-columns: 1fr;
  }

  .dineriya-reviews-directory-page .reviews-directory-slider {
    padding: 14px;
  }

  .dineriya-reviews-directory-page .reviews-slider-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .dineriya-reviews-directory-page .reviews-provider-card {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
  }

  .dineriya-reviews-directory-page .reviews-provider-logo {
    width: 100%;
    height: 50px;
    border-radius: 13px;
  }

  .dineriya-reviews-directory-page .reviews-provider-logo img {
    max-height: 28px;
  }

  .dineriya-reviews-directory-page .reviews-provider-info {
    gap: 2px;
  }

  .dineriya-reviews-directory-page .reviews-provider-info strong {
    font-size: 14px;
    line-height: 1.2;
  }

  .dineriya-reviews-directory-page .reviews-provider-info small {
    font-size: 12px;
  }

  .dineriya-reviews-directory-page .reviews-provider-rating {
    grid-column: auto;
    justify-self: start;
    padding: 4px 8px;
    font-size: 12px;
  }

  .dineriya-reviews-directory-page .reviews-directory-card .review-top {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .dineriya-reviews-directory-page .reviews-directory-product-link {
    grid-column: 2;
    justify-self: start;
    max-width: 100%;
    margin-top: -2px;
    padding: 6px 10px;
  }

  .dineriya-reviews-directory-page .reviews-directory-card {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 18px;
  }
}

.dineriya-home-page .home-video-section .content-card {
  padding: 28px;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-section .detail-card-head {
  align-items: flex-end;
  margin-bottom: 18px;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-section .detail-card-head p {
  max-width: 760px;
  margin: 8px 0 0;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-section .detail-card-head h2 {
  display: flex;
  align-items: center;
  gap: 14px;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-arrows {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-track::-webkit-scrollbar {
  display: none;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-card {
  flex: 0 0 calc((100% - 16px) / 2);
  min-width: calc((100% - 16px) / 2);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f8fbff;
  box-shadow: 0 10px 28px rgba(19, 42, 83, .04);
  scroll-snap-align: start;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #edf4fb;
  cursor: pointer;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease, filter .24s ease;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 99, 255, .16), rgba(24, 183, 123, .18));
  opacity: .8;
  transition: opacity .24s ease;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 14px 32px rgba(10, 99, 255, .28);
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-play:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 23px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #fff;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb:hover:after {
  opacity: .55;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb iframe {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb.is-playing {
  cursor: default;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb.is-playing:after,
:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-thumb.is-playing .detail-video-play {
  display: none;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-body {
  padding: 16px;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-company {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eafaf3;
  color: #079966;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-company:hover {
  color: var(--blue);
  background: #e9f2ff;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-body h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-body h3 a {
  display: block;
  color: var(--dark);
  font-size: inherit;
  font-weight: 900;
  text-decoration: none;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-body h3 a:hover {
  color: var(--blue);
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-body p {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

:where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-body > a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  :where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-section .detail-card-head {
    align-items: flex-start;
  }

  :where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-card {
    flex-basis: calc((100% - 16px) / 2);
    min-width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 560px) {
  .dineriya-home-page .home-video-section .content-card {
    padding: 18px;
  }

  :where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-section .detail-card-head {
    gap: 14px;
  }

  :where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-card {
    flex-basis: 88%;
    min-width: 88%;
  }

  :where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-play {
    width: 52px;
    height: 52px;
  }

  :where(.dineriya-detail-page, .dineriya-section-page, .dineriya-home-page) .detail-video-play:before {
    top: 16px;
    left: 21px;
  }
}

.expert-review-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 9px;
  margin: 16px 0 0;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(24, 183, 123, .24);
  border-radius: 999px;
  background: linear-gradient(135deg, #eafaf3 0%, #e9f2ff 100%);
  color: #4f6078;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(19, 42, 83, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.expert-review-badge:hover,
.expert-review-badge:focus-visible {
  color: #172033;
  border-color: rgba(10, 99, 255, .28);
  box-shadow: 0 14px 30px rgba(10, 99, 255, .12);
  transform: translateY(-1px);
}

.expert-review-badge:focus-visible {
  outline: 3px solid rgba(10, 99, 255, .18);
  outline-offset: 3px;
}

.expert-review-badge img {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}

.expert-review-badge strong {
  color: var(--blue, #0a63ff);
  font-weight: 900;
}

.expert-review-badge--section,
.expert-review-badge--detail {
  display: flex;
  margin: 0 0 16px;
}

.expert-review-badge--home {
  display: flex;
  margin: 16px 0 0;
}

.expert-review-badge--article {
  display: inline-flex;
  margin: 14px 0 20px;
}

.dineriya-detail-page .company-title > .green-line {
  margin-bottom: 14px;
}

.dineriya-section-page .hero > div > .green-line {
  margin-bottom: 12px;
}

.expert-opinion-section {
  padding: 0;
  scroll-margin-top: 110px;
}

.expert-opinion-card {
  display: grid;
  grid-template-columns: auto minmax(190px, .42fr) minmax(280px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--line, #dfe8f4);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 18%, rgba(24, 183, 123, .12), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f7fbff 56%, #effaf5 100%);
  box-shadow: 0 16px 38px rgba(19, 42, 83, .06);
}

.expert-opinion-media img {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff, 0 14px 30px rgba(10, 99, 255, .13);
}

.expert-opinion-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #dff8ef;
  color: #078f61;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.expert-chip-svg {
  width: 14px;
  height: 14px;
}

.expert-opinion-person h2 {
  margin: 0 0 8px;
  color: var(--dark, #172033);
  font-size: 28px;
  line-height: 1.15;
}

.expert-opinion-person strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dark, #172033);
  font-size: 18px;
  font-weight: 900;
}

.expert-opinion-person p,
.expert-opinion-copy p {
  margin: 0;
  color: var(--text, #4f6078);
  font-size: 16px;
  line-height: 1.55;
}

.expert-opinion-number {
  display: inline-block;
  font-weight: 950;
  white-space: nowrap;
}

.expert-opinion-number--green {
  color: var(--green, #18b77b);
}

.expert-opinion-number--blue {
  color: var(--blue, #0a63ff);
}

.expert-opinion-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--blue, #0a63ff);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.expert-opinion-copy a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.expert-opinion-copy a:hover {
  color: var(--green, #18b77b);
}

@media (max-width: 900px) {
  .expert-opinion-card {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .expert-opinion-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .expert-review-badge {
    margin-top: 14px;
    padding: 7px 11px 7px 8px;
    font-size: 13px;
  }

  .expert-review-badge img {
    width: 30px;
    height: 30px;
  }

  .expert-opinion-section {
    scroll-margin-top: 84px;
  }

  .expert-opinion-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
  }

  .expert-opinion-media img {
    width: 72px;
    height: 72px;
  }

  .expert-opinion-person h2 {
    font-size: 22px;
  }

  .expert-opinion-person p,
  .expert-opinion-copy p {
    font-size: 15px;
  }
}
