@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    :root {
      --brand-primary: #3a2f6d;
      --brand-primary-deep: #24184e;
      --brand-primary-soft: #ebe6ff;
      --brand-accent: #ff8b12;
      --brand-accent-soft: #fff1de;
      --ink: #19142d;
      --muted: #6c6784;
      --line: rgba(58, 47, 109, 0.12);
      --surface: #ffffff;
      --surface-soft: #faf8ff;
      --shadow-lg: 0 30px 80px rgba(36, 24, 78, 0.14);
      --shadow-md: 0 22px 45px rgba(36, 24, 78, 0.12);
      --radius-xl: 32px;
      --radius-lg: 24px;
      --radius-md: 18px;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Barlow Semi Condensed", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 0% 0%, rgba(255, 139, 18, 0.18), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(58, 47, 109, 0.15), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fff9f2 46%, #ffffff 100%);
        overflow-x: hidden;
    }

    body.dark-theme {
      color: #f3efff;
      background:
        radial-gradient(circle at 10% 0%, rgba(255, 139, 18, 0.14), transparent 18%),
        radial-gradient(circle at 100% 15%, rgba(58, 47, 109, 0.14), transparent 16%),
        linear-gradient(180deg, #08040f 0%, #12072a 45%, #100723 100%);
    }

    body.dark-theme h1,
    body.dark-theme h2,
    body.dark-theme h3,
    body.dark-theme h4,
    body.dark-theme h5,
    body.dark-theme h6 {
      color: #f9f6ff;
    }

    body.dark-theme a {
      color: #f3efff;
    }

    body.dark-theme .navbar-shell {
      background: rgba(18, 11, 36, 0.92);
      border-color: rgba(255, 255, 255, 0.08);
      box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
    }

    body.dark-theme .navbar-nav .nav-link,
    body.dark-theme .navbar-toggler {
      color: #ebe6ff;
    }

    body.dark-theme .navbar-nav .nav-link:hover,
    body.dark-theme .navbar-nav .nav-link.active {
      color: var(--brand-accent);
    }

    body.dark-theme .top-call {
      background: rgba(255, 255, 255, 0.06);
    }

    body.dark-theme .top-call small {
      color: #c9c3db;
    }

    body.dark-theme .top-call span {
      color: #ede6ff;
    }

    body.dark-theme .section-title {
      color: #ffffff;
    }

    body.dark-theme .section-copy,
    body.dark-theme .profile-copy p,
    body.dark-theme .profile-card p,
    body.dark-theme .trusted-heading .section-copy,
    body.dark-theme .about-copy p,
    body.dark-theme .contact-banner p,
    body.dark-theme .contact-point small,
    body.dark-theme .footer-copy {
      color: #c8bfe8;
    }

    body.dark-theme .eyebrow {
      color: #ffb96a;
    }

    body.dark-theme .btn-brand {
      background: linear-gradient(135deg, #5f3cc7, #ff8b12);
      box-shadow: 0 24px 52px rgba(24, 15, 53, 0.3);
    }

    body.dark-theme .btn-outline-brand {
      color: #f3efff;
      border-color: rgba(255, 255, 255, 0.14);
      background: rgba(255, 255, 255, 0.05);
    }

    body.dark-theme .profile-page {
      background: linear-gradient(180deg, #100a20 0%, #120a2f 45%, #100a24 100%);
    }

    body.dark-theme .profile-page::before {
      background:
        radial-gradient(circle at 8% 12%, rgba(255, 139, 18, 0.18), transparent 16%),
        radial-gradient(circle at 92% 18%, rgba(58, 47, 109, 0.15), transparent 16%);
    }

    body.dark-theme .profile-image-card,
    body.dark-theme .profile-card,
    body.dark-theme .contact-info-card,
    body.dark-theme .contact-form-card,
    body.dark-theme .emi-copy-card,
    body.dark-theme .emi-widget-card,
    body.dark-theme .emi-calculator-card {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.08);
      box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
    }

    body.dark-theme .profile-card {
      background: rgba(255, 255, 255, 0.04);
    }

    body.dark-theme .profile-copy h1 {
      color: #ffffff;
    }

    body.dark-theme .profile-card h3 {
      color: #f7f3ff;
    }

    body.dark-theme .profile-card-tag {
      background: rgba(255, 139, 18, 0.16);
      color: var(--brand-accent);
    }

    body.dark-theme .card-icon {
      background: linear-gradient(145deg, #502daf, #ff8b12);
    }

    body.dark-theme .trusted-section {
      background: rgba(12, 7, 34, 0.92);
    }

    body.dark-theme .trusted-heading,
    body.dark-theme .trusted-summary-card {
      color: #f5f0ff;
    }

    body.dark-theme .trusted-summary-card {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.08);
    }

    body.dark-theme .about-section {
      background: #100a24;
    }

    body.dark-theme .about-visual {
      box-shadow: 0 34px 70px rgba(0, 0, 0, 0.6);
    }

    body.dark-theme .about-quote {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.12);
    }

    body.dark-theme .check-list li {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.08);
    }

    body.dark-theme .check-list span {
      color: #e2dcf8;
    }

    body.dark-theme .emi-section {
      background: #0d0720;
    }

    body.dark-theme .emi-shell {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.08);
      box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
    }

    body.dark-theme .emi-visual-card {
      background: rgba(255, 255, 255, 0.03);
    }

    body.dark-theme .emi-result-card {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.08);
    }

    body.dark-theme .emi-result-card.primary {
      background: linear-gradient(145deg, #4f31a1, #ff8b12);
    }

    body.dark-theme .emi-footnote {
      background: rgba(255, 139, 18, 0.12);
      color: #ffebc7;
    }

    body.dark-theme .contact-section {
      background: #09061b;
    }

    body.dark-theme .contact-banner {
      background: linear-gradient(135deg, #241655, #1a0f45 58%, #ff8b12 140%);
    }

    body.dark-theme .contact-point {
      background: rgba(255, 255, 255, 0.04);
    }

    body.dark-theme .contact-point strong,
    body.dark-theme .contact-point a {
      color: #f4efff;
    }

    body.dark-theme .social-links a {
      background: rgba(255, 255, 255, 0.06);
      color: #f4efff;
    }

    body.dark-theme .social-links a:hover {
      background: linear-gradient(145deg, #5f3cc7, #ff8b12);
      color: #ffffff;
    }

    body.dark-theme .form-control,
    body.dark-theme .form-select,
    body.dark-theme .emi-input-shell,
    body.dark-theme .emi-field,
    body.dark-theme .emi-field input[type="range"] {
      background: rgba(255, 255, 255, 0.05);
      color: #f3efff;
      border-color: rgba(255, 255, 255, 0.12);
    }

    body.dark-theme .form-control:focus,
    body.dark-theme .form-select:focus {
      border-color: rgba(255, 139, 18, 0.55);
      box-shadow: none !important;
    }

    body.dark-theme .map-shell {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.08);
    }

    body.dark-theme .footer-shell {
      background-color: #090413;
    }

    body.dark-theme .footer-copy {
      color: #c8beeb;
    }

    body.dark-theme .footer-copy a {
      color: #ffb96a;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: "Barlow Semi Condensed", sans-serif;
      letter-spacing: -0.48px;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      text-decoration: none;
    }
    section{
        overflow-x: hidden;
    }

    .section-space {
      padding: 80px 0;
      
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9.6px;
      font-size: 13.12px;
      font-weight: 800;
      letter-spacing: 2.88px;
      text-transform: uppercase;
      color: var(--brand-accent);
    }

    .eyebrow::before {
      content: "";
      width: 42px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
    }

    .section-title {
      font-size: clamp(32px, 57.6px, 51.2px);
      line-height: 1.08;
      margin-bottom: 16px;
    }

    .section-copy {
      max-width: 620px;
      font-size: 16.32px;
      line-height: 1.8;
      color: var(--muted);
    }

    .navbar-shell {
      margin-top: 16px;
      border: 1px solid rgba(255, 255, 255, 0.58);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(20px);
      box-shadow: 0 18px 40px rgba(36, 24, 78, 0.08);
    }

    .navbar-brand {
      gap: 14.4px;
    }

    .navbar-brand img {
      /* width: 52px; */
      height: 52px;
      /* object-fit: contain;
      border-radius: 50%;
      box-shadow: 0 14px 30px rgba(36, 24, 78, 0.16); */
    }

    .brand-copy strong {
      display: block;
      font-size: 15.36px;
      font-weight: 800;
      color: var(--brand-primary);
      letter-spacing: 0.96px;
    }

    .brand-copy span {
      display: block;
      color: var(--muted);
      font-size: 13.12px;
    }

    .navbar-nav .nav-link {
      color: var(--ink);
      font-weight: 700;
      padding: 11.2px 25px;
      transition: color 0.25s ease;
      font-size: 15px;
    }

    .navbar-nav .nav-link:hover {
      color: var(--brand-accent);
    }

    .navbar-toggler {
      border: 0;
      padding: 5.6px 8px;
      color: var(--brand-primary);
      box-shadow: none !important;
    }

    .top-call {
      display: flex;
      align-items: center;
      gap: 14.4px;
      padding: 7.2px 8.8px 7.2px 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(58, 47, 109, 0.08), rgba(255, 139, 18, 0.12));
    }

    .top-call i {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
      box-shadow: 0 12px 22px rgba(58, 47, 109, 0.2);
    }

    .top-call small {
      display: block;
      color: var(--muted);
      line-height: 1.1;
      font-size: 11px;
    }

    .top-call span {
      color: var(--ink);
      font-weight: 800;
      white-space: nowrap;
    }

    .btn-brand {
      border: 0;
      color: #fff;
      font-weight: 800;
      padding: 15.2px 25.6px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
      box-shadow: 0 20px 40px rgba(58, 47, 109, 0.18);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .btn-brand:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 24px 46px rgba(58, 47, 109, 0.22);
    }

    .btn-outline-brand {
      color: var(--brand-primary);
      border: 1px solid rgba(58, 47, 109, 0.18);
      font-weight: 800;
      padding: 15.2px 25.6px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.88);
    }

    .btn-outline-brand:hover {
      color: var(--brand-primary);
      border-color: rgba(58, 47, 109, 0.3);
      background: rgba(255, 255, 255, 1);
    }

    .hero-section {
      position: relative;
      overflow: hidden;
      background: #120d29;
      height: 100vh;
    }

    .hero-swiper {
      width: 100%;
      height: 100%;
    }

    .hero-slide {
      position: relative;
      height: 100%;
      background-position: center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(8, 7, 20, 0.88) 0%, rgba(8, 7, 20, 0.62) 40%, rgba(8, 7, 20, 0.3) 100%),
        linear-gradient(180deg, rgba(12, 8, 26, 0.15) 0%, rgba(12, 8, 26, 0.72) 100%);
      z-index: -2;
    }

    .hero-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 82% 22%, rgba(255, 139, 18, 0.18), transparent 20%),
        radial-gradient(circle at 14% 100%, rgba(113, 96, 255, 0.12), transparent 20%);
      z-index: -1;
    }

    .hero-slide-container {
      position: relative;
      width: min(100%, 1240px);
      min-height: inherit;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      /* padding: clamp(48px, 80px, 160px);
      padding-top: 150px; */
    }

    .hero-slide-panel {
      width: min(100%, 600px);
      /* border-radius: 26px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow: 0 18px 50px rgba(6, 4, 18, 0.18);
      backdrop-filter: blur(16px); */
      color: #fff;
      text-align: center;
    }

    .hero-slide-tag {
      display: inline-flex;
      align-items: center;
      padding: 7.2px 12.8px;
      border-radius: 999px;
      background: rgba(255, 213, 161, 0.2);
      color: #ffd5a1;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 2.48px;
      text-transform: uppercase;
    }

    .hero-kicker {
      display: inline-flex;
      align-items: center;
      margin-top: 12px;
      padding: 8px 13.6px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: #fff;
      font-size: 9.6px;
      font-weight: 800;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      box-shadow: 0 12px 26px rgba(10, 8, 20, 0.12);
      backdrop-filter: blur(12px);
    }

    .hero-slide-title {
      max-width: 100%;
      font-size: clamp(32px, 57.6px, 38px);
      line-height: 1.1.5;
      margin: 16px 0 13.6px;
      color: #fff;
    }

    .hero-slide-copy {
      text-align: center;
      margin-bottom: 0;
      font-size: clamp(15.2px, 20.16px, 16px);
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.82);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 24px;
    }

    .hero-actions .btn {
      padding: 0px 22.4px;
      padding-left: 0px;
      font-size: 15.2px;
    }
    .hero-actions .btn i{
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-right: 8px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    box-shadow: 0 12px 22px rgba(58, 47, 109, 0.2);
    }

    .hero-chip-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10.4px;
      margin-top: 17.6px;
    }

    .hero-chip {
      display: inline-flex;
      align-items: center;
      gap: 7.2px;
      padding: 10.4px 13.6px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: #fff;
      font-size: 14.4px;
      font-weight: 700;
      backdrop-filter: blur(10px);
    }

    .hero-chip i {
      color: #ffd5a1;
      font-size: 14.4px;
    }

    .hero-slide-stat {
      position: absolute;
      top: clamp(72px, 86.4px, 88px);
      right: clamp(16px, 43.2px, 32px);
      max-width: 200px;
      padding: 13.6px 15.2px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.95);
      border: 1px solid rgba(58, 47, 109, 0.08);
      box-shadow: 0 16px 30px rgba(10, 8, 20, 0.14);
    }

    .hero-slide-stat strong {
      display: block;
      margin-bottom: 1.6px;
      color: var(--brand-primary);
      font-size: 15.2px;
    }

    .hero-slide-stat span {
      color: var(--muted);
      font-size: 13.12px;
      line-height: 1.55;
    }

    .hero-swiper .swiper-button-next,
    .hero-swiper .swiper-button-prev {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      backdrop-filter: blur(10px);
    }

    .hero-swiper .swiper-button-next {
      right: clamp(12px, 28.8px, 24px);
    }

    .hero-swiper .swiper-button-prev {
      left: clamp(12px, 28.8px, 24px);
    }

    .hero-swiper .swiper-button-next::after,
    .hero-swiper .swiper-button-prev::after {
      font-size: 16px;
      font-weight: 900;
    }

    .hero-swiper .swiper-pagination {
      left: 0;
      right: 0;
      bottom: clamp(19.2px, 43.2px, 32px) !important;
    }

    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.7);
      opacity: 1;
    }

    .swiper-pagination-bullet-active {
      width: 30px;
      border-radius: 999px;
      background: var(--brand-accent);
    }

    .services-section {
      position: relative;
    }

    .services-section .section-copy {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .services-swiper .swiper-slide {
      height: auto;
    }

    .service-card {
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: 32px;
      text-align: left;
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 255, 0.96));
      border: 1px solid var(--line);
      /* box-shadow: var(--shadow-md); */
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .service-card:hover {
      transform: translateY(-8px);
      /* box-shadow: 0 30px 56px rgba(36, 24, 78, 0.16); */
    }

    .service-icon {
      width: 72px;
      height: 72px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 24px;
      margin-bottom: 21.6px;
      font-size: 24px;
      color: #fff;
      background: linear-gradient(145deg, var(--brand-primary), var(--brand-accent));
      box-shadow: 0 18px 32px rgba(58, 47, 109, 0.18);
    }

    .service-card h3 {
      font-size: 21.6px;
      margin-bottom: 13.6px;
    }

    .service-card p {
      color: var(--muted);
      line-height: 1.85;
      margin-bottom: 22.4px;
    }

    .service-meta {
      margin-top: auto;
      display: flex;
      align-items: center;
      gap: 11.2px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
      color: var(--brand-primary);
      font-weight: 800;
    }

    .service-meta i {
      color: var(--brand-accent);
    }

    .services-swiper .swiper-button-next,
    .services-swiper .swiper-button-prev {
      color: var(--brand-primary);
      top: auto;
      bottom: 0;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 1px solid rgba(58, 47, 109, 0.12);
      background: #fff;
      box-shadow: 0 16px 30px rgba(36, 24, 78, 0.08);
    }

    .services-swiper .swiper-button-next::after,
    .services-swiper .swiper-button-prev::after {
      font-size: 16px;
      font-weight: 900;
    }

    .services-swiper .swiper-button-prev {
      left: calc(50% - 64px);
    }

    .services-swiper .swiper-button-next {
      right: calc(50% - 64px);
    }

    .services-swiper .swiper-pagination {
      bottom: 11px !important;
    }

    .services-swiper .swiper-pagination-bullet {
      background: rgba(58, 47, 109, 0.25);
    }

    .services-swiper .swiper-pagination-bullet-active {
      background: var(--brand-accent);
    }

    .trusted-section {
      position: relative;
      background:
        radial-gradient(circle at top left, rgba(255, 139, 18, 0.13), transparent 26%),
        linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
    }

    .trusted-heading {
      max-width: 840px;
      margin: 0 auto 48px;
    }

    .trusted-heading .section-copy {
      max-width: 860px;
      color: #6f7a8b;
    }

    .trusted-logos-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 12px;
      margin-bottom: 20px;
    }

    .bank-logo-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 10px 15px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(58, 47, 109, 0.08);
      box-shadow: 0 18px 38px rgba(36, 24, 78, 0.08);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .bank-logo-card:hover {
      transform: translateY(-6px);
      border-color: rgba(255, 139, 18, 0.22);
      box-shadow: 0 28px 52px rgba(36, 24, 78, 0.12);
    }

    .bank-logo-media {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bank-logo-media img {
      width: 100%;
      /* max-width: 150px;
      max-height: 54px; */
      /* object-fit: contain;
      filter: saturate(1.02); */
    }

    .bank-logo-card span {
      font-size: 14.72px;
      font-weight: 700;
      color: var(--muted);
      text-align: center;
    }

    .trusted-summary {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .trusted-summary-card {
      display: flex;
      align-items: flex-start;
      gap: 15.2px;
      padding: 21.6px 22.4px;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 248, 255, 0.98));
      border: 1px solid rgba(58, 47, 109, 0.08);
      box-shadow: 0 18px 36px rgba(36, 24, 78, 0.08);
    }

    .trusted-summary-card i {
      width: 46px;
      height: 46px;
      flex: 0 0 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      color: #fff;
      background: linear-gradient(145deg, var(--brand-primary), var(--brand-accent));
      box-shadow: 0 16px 30px rgba(58, 47, 109, 0.16);
    }

    .trusted-summary-card strong {
      display: block;
      margin-bottom: 2.88px;
      color: var(--ink);
      font-size: 16px;
    }

    .trusted-summary-card span {
      color: var(--muted);
      line-height: 1.65;
      font-size: 15.2px;
    }

    .about-section {
      position: relative;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at top right, rgba(255, 139, 18, 0.2), transparent 28%),
        linear-gradient(135deg, #2f245e 0%, #1f173f 100%);
    }

    .about-visual {
      position: relative;
      min-height: 100%;
      border-radius: var(--radius-xl);
      overflow: hidden;
      box-shadow: 0 34px 70px rgba(10, 6, 25, 0.24);
    }

    .about-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(23, 15, 43, 0.08) 0%, rgba(23, 15, 43, 0.75) 100%);
      z-index: 1;
    }

    .about-visual img {
      width: 100%;
      height: 100%;
      min-height: 560px;
      object-fit: cover;
    }

    .about-quote {
      position: absolute;
      left: 25.6px;
      right: 25.6px;
      bottom: 25.6px;
      z-index: 2;
      padding: 19.2px 20.8px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .about-quote strong {
      display: block;
      font-size: 16.8px;
      margin-bottom: 5.6px;
    }

    .about-copy p {
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.9;
    }

    .check-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 32px;
    }

    .check-list li {
      list-style: none;
      display: flex;
      gap: 14.4px;
      padding: 16px 16.8px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.09);
    }

    .check-list i {
      width: 38px;
      height: 38px;
      flex: 0 0 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: rgba(255, 139, 18, 0.18);
      color: var(--brand-accent);
    }

    .check-list span {
      color: rgba(255, 255, 255, 0.86);
      line-height: 1.6;
      font-weight: 600;
    }

    .emi-section {
      position: relative;
      background:
        radial-gradient(circle at 0% 0%, rgba(58, 47, 109, 0.08), transparent 24%),
        radial-gradient(circle at 100% 100%, rgba(255, 139, 18, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
    }

    .emi-section .section-copy {
      margin-bottom: 0;
    }

    .emi-shell {
      padding: 36px;
      border-radius: 38px;
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(58, 47, 109, 0.08);
      box-shadow: 0 28px 70px rgba(36, 24, 78, 0.12);
      backdrop-filter: blur(14px);
    }

    .emi-info-card,
    .emi-widget-card,
    .contact-info-card,
    .contact-form-card,
    .emi-copy-card,
    .emi-calculator-card {
      padding: 32px;
      border-radius: var(--radius-xl);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-md);
    }

    .emi-copy-card {
      /* height: 100%; */
      background:
        radial-gradient(circle at top right, rgba(255, 139, 18, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 255, 0.98));
    }

    .emi-copy-top h3,
    .emi-calculator-head h3 {
      font-size: 24.8px;
      margin-bottom: 12.8px;
    }

    .emi-copy-top p {
      color: var(--muted);
      line-height: 1.8;
      margin-bottom: 0;
    }

    .emi-highlight-list,
    .emi-facts {
      display: grid;
      gap: 16px;
      margin-top: 27.2px;
    }

    .emi-highlight-item,
    .emi-fact {
      display: flex;
      gap: 15.2px;
      align-items: flex-start;
      padding: 16px;
      border-radius: 20px;
      background: rgba(58, 47, 109, 0.04);
    }

    .emi-highlight-item i,
    .emi-fact i {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: var(--brand-primary-soft);
      color: var(--brand-primary);
    }

    .emi-highlight-item strong,
    .emi-fact strong {
      display: block;
      margin-bottom: 3.2px;
      color: var(--ink);
    }

    .emi-highlight-item span,
    .emi-fact span {
      color: var(--muted);
      line-height: 1.65;
    }

    .emi-visual-card {
      display: grid;
      gap: 19.2px;
      /* margin-top: 28.8px; */
      padding: 20.8px;
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(58, 47, 109, 0.05), rgba(255, 139, 18, 0.05));
      border: 1px solid rgba(58, 47, 109, 0.08);
    }

    .emi-ring {
      width: min(100%, 250px);
      aspect-ratio: 1;
      margin: 0 auto;
      padding: 20px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background:
        conic-gradient(var(--brand-primary) 0 var(--emi-breakdown), var(--brand-accent) var(--emi-breakdown) 100%);
    }

    .emi-ring-center {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      text-align: center;
      border-radius: 50%;
      background: #fff;
      box-shadow: inset 0 0 0 1px rgba(58, 47, 109, 0.06);
    }

    .emi-ring-center small {
      color: var(--muted);
      font-size: 13.12px;
      font-weight: 700;
      letter-spacing: 0.96px;
      text-transform: uppercase;
    }

    .emi-ring-center strong {
      font-size: clamp(20.8px, 43.2px, 27.2px);
      color: var(--ink);
    }

    .emi-legend {
      display: grid;
      gap: 12.8px;
    }

    .emi-legend-item {
      display: flex;
      align-items: center;
      gap: 12.8px;
    }

    .emi-dot {
      width: 14px;
      height: 14px;
      flex: 0 0 14px;
      border-radius: 50%;
    }

    .emi-dot.principal {
      background: var(--brand-primary);
    }

    .emi-dot.interest {
      background: var(--brand-accent);
    }

    .emi-legend-item strong {
      display: block;
      color: var(--ink);
      font-size: 15.36px;
    }

    .emi-legend-item small {
      color: var(--muted);
      display: block;
      margin-top: 1.6px;
    }

    .emi-calculator-card {
      height: 100%;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 255, 0.98));
    }

    .emi-calculator-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 25.6px;
    }

    .emi-calculator-head span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 11.2px 15.2px;
      border-radius: 999px;
      color: var(--brand-primary);
      font-size: 13.12px;
      font-weight: 800;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      background: var(--brand-primary-soft);
    }

    .emi-calculator-form {
      display: grid;
      gap: 19.2px;
    }

    .emi-field {
      padding: 19.2px;
      border-radius: 24px;
      background: rgba(58, 47, 109, 0.03);
      border: 1px solid rgba(58, 47, 109, 0.08);
    }

    .emi-field-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 13.6px;
    }

    .emi-field-head label {
      font-weight: 800;
      color: var(--ink);
    }

    .emi-field-head span {
      color: var(--brand-primary);
      font-weight: 800;
      font-size: 15.2px;
    }

    .emi-input-shell {
      display: flex;
      align-items: center;
      gap: 13.6px;
      padding: 12.8px 16px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(58, 47, 109, 0.1);
      margin-bottom: 16px;
    }

    .emi-input-shell span {
      color: var(--muted);
      font-weight: 800;
    }

    .emi-input-shell input {
      width: 100%;
      border: 0;
      outline: 0;
      color: var(--ink);
      font-weight: 800;
      background: transparent;
    }

    .emi-tenure-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 132px;
      gap: 13.6px;
      margin-bottom: 16px;
    }

    .emi-tenure-row .emi-input-shell {
      margin-bottom: 0;
    }

    .emi-tenure-row .form-select {
      margin-bottom: 0;
      font-weight: 700;
      background-color: #fff;
    }

    .emi-field input[type="range"] {
      width: 100%;
      height: 8px;
      border-radius: 999px;
      appearance: none;
      background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
      outline: 0;
    }

    .emi-field input[type="range"]::-webkit-slider-thumb {
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      border: 4px solid var(--brand-primary);
      box-shadow: 0 10px 18px rgba(36, 24, 78, 0.18);
      cursor: pointer;
    }

    .emi-field input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      border: 4px solid var(--brand-primary);
      box-shadow: 0 10px 18px rgba(36, 24, 78, 0.18);
      cursor: pointer;
    }

    .emi-results-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: 25.6px;
    }

    .emi-result-card {
      padding: 20px;
      border-radius: 22px;
      background: rgba(58, 47, 109, 0.04);
      border: 1px solid rgba(58, 47, 109, 0.08);
    }

    .emi-result-card.primary {
      background: linear-gradient(145deg, var(--brand-primary), var(--brand-primary-deep));
      border-color: transparent;
      box-shadow: 0 22px 42px rgba(36, 24, 78, 0.2);
    }

    .emi-result-card small {
      display: block;
      margin-bottom: 7.2px;
      color: var(--muted);
      font-weight: 700;
      font-size: 13.12px;
      text-transform: uppercase;
      letter-spacing: 1.28px;
    }

    .emi-result-card strong {
      display: block;
      color: var(--ink);
      font-size: clamp(18.4px, 33.12px, 24px);
      line-height: 1.3;
    }

    .emi-result-card.primary small,
    .emi-result-card.primary strong {
      color: #fff;
    }

    .emi-footnote {
      display: flex;
      gap: 12.8px;
      align-items: center;
      margin-top: 19.2px;
      padding: 15.2px 16px;
      border-radius: 18px;
      background: rgba(255, 139, 18, 0.08);
      color: #8d5b19;
      font-size: 15.2px;
      line-height: 1.6;
    }

    .emi-footnote i {
      color: var(--brand-accent);
    }

    .emi-widget-card {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 255, 0.98));
    }

    #ecww-widgetwrapper {
      min-width: 250px;
      width: 100%;
    }

    .contact-section {
      background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
    }

    .contact-banner {
      padding: 32px 35.2px;
      border-radius: var(--radius-xl);
      color: #fff;
      background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(135deg, var(--brand-primary), #22194a 58%, var(--brand-accent) 140%);
      box-shadow: 0 32px 70px rgba(36, 24, 78, 0.24);
    }

    .contact-banner p {
      color: rgba(255, 255, 255, 0.78);
      max-width: 660px;
      line-height: 1.8;
      margin-bottom: 0;
    }

    .contact-points {
      display: grid;
      gap: 16px;
      margin-top: 25.6px;
    }

    .contact-point {
      display: flex;
      gap: 15.2px;
      padding: 16px;
      border-radius: 20px;
      background: rgba(58, 47, 109, 0.04);
    }

    .contact-point i {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: linear-gradient(145deg, var(--brand-primary), var(--brand-accent));
      color: #fff;
      box-shadow: 0 16px 30px rgba(58, 47, 109, 0.14);
    }

    .contact-point small {
      display: block;
      color: var(--muted);
      margin-bottom: 2.88px;
    }

    .contact-point strong,
    .contact-point a {
      color: var(--ink);
      font-weight: 800;
    }

    .social-links {
      display: flex;
      flex-wrap: wrap;
      gap: 13.6px;
      margin-top: 28.8px;
    }

    .social-links a {
      width: 46px;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: var(--brand-primary);
      background: var(--brand-primary-soft);
      transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .social-links a:hover {
      transform: translateY(-2px);
      color: #fff;
      background: linear-gradient(145deg, var(--brand-primary), var(--brand-accent));
    }

    .form-label {
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 8.8px;
    }

    .form-control,
    .form-select {
      border: 1px solid rgba(58, 47, 109, 0.12);
      border-radius: 16px;
      padding: 15.2px 16px;
      color: var(--ink);
      box-shadow: none !important;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(255, 139, 18, 0.55);
    }

    .map-shell {
      margin-top: 24px;
      padding: 12.8px;
      border-radius: var(--radius-xl);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-md);
    }

    .map-shell iframe {
      width: 100%;
      min-height: 380px;
      border: 0;
      border-radius: 24px;
    }

    .footer-shell {
      padding: 19.2px 0;
      background-color:#1f173f;
      /* background-color: #8d5b19 #1f173f; */
    }

    .footer-copy {
      color: #ebe6ff;
      font-size: 15.36px;
      margin-bottom: 0px;
    }
    .footer-copy a{
      color: #ff8b12;
      font-size: 15.36px;
      margin-bottom: 0px;
    }

    
    @media (max-width: 1199.98px) {
      .hero-slide-title {
        font-size: clamp(38.4px, 69.12px, 38px);
      }

      .hero-swiper,
      .hero-slide {
        min-height: 520px;
      }

      .about-visual img {
        min-height: 500px;
      }
    }

    @media (max-width: 991.98px) {
      .section-space {
        padding: 64px 0;
      }

      .navbar-shell {
        border-radius: 28px;
        padding: 7.2px 4px;
      }

      .navbar-collapse {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(58, 47, 109, 0.08);
      }

      .top-call {
        display: none;
      }

      .hero-section {
        min-height: auto;
      }

      .hero-swiper,
      .hero-slide {
        min-height: 480px;
      }

      .hero-slide-container {
        align-items: flex-end;
        padding-top: 80px;
      }

      .hero-slide-panel {
        width: min(100%, 560px);
        max-width: 100%;
      }

      .hero-slide-title {
        max-width: 100%;
      }

      .hero-slide-stat {
        top: 80px;
      }

      .trusted-logos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .trusted-summary,
      .check-list {
        grid-template-columns: 1fr;
      }

      .emi-shell {
        padding: 28px;
      }

      .emi-results-grid {
        grid-template-columns: 1fr;
      }

      .contact-banner .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
      }
    }

    @media (max-width: 767.98px) {
      .section-space {
        padding: 48px 0;
      }

      .hero-metric,
      .service-card,
      .emi-info-card,
      .emi-widget-card,
      .contact-info-card,
      .contact-form-card {
        padding: 24px;
      }

      .hero-swiper,
      .hero-slide {
        min-height: 420px;
      }

      .hero-slide-container {
        display: block;
        padding: 88px 13.6px 48px;
      }

      .hero-slide-panel {
        width: 100%;
        max-width: 100%;
        padding: 17.6px;
      }

      .hero-slide-title {
        max-width: 100%;
        font-size: clamp(24px, 5vw, 30px);
        line-height: 1.2;
      }

      .hero-slide-copy {
        font-size: 15.2px;
      }

      .hero-kicker {
        font-size: 11.52px;
      }

      .hero-chip-list {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero-slide-stat {
        position: static;
        max-width: 100%;
        margin-bottom: 16px;
      }

      .hero-chip {
        width: 100%;
      }

      .hero-swiper .swiper-button-next,
      .hero-swiper .swiper-button-prev {
        display: none;
      }

      .hero-swiper .swiper-pagination {
        bottom: 18px !important;
      }

      .services-swiper .swiper-button-next,
      .services-swiper .swiper-button-prev {
        display: none;
      }

      .trusted-heading {
        margin-bottom: 32px;
      }

      .trusted-logos-grid,
      .check-list {
        grid-template-columns: 1fr;
      }

      .bank-logo-card {
        min-height: 150px;
      }

      .emi-shell {
        padding: 19.2px;
        border-radius: 28px;
      }

      .emi-copy-card,
      .emi-calculator-card {
        padding: 24px;
      }

      .emi-calculator-head {
        flex-direction: column;
        align-items: flex-start;
      }

      .emi-tenure-row {
        grid-template-columns: 1fr;
      }

      .emi-ring {
        width: min(100%, 210px);
      }

      .contact-banner {
        padding: 25.6px;
      }

      .map-shell iframe {
        min-height: 300px;
      }
      .section-title{
        font-size: 42px;
      }
    }

    @media (max-width: 575.98px) {
      .hero-slide-title {
        font-size: 24px;
        line-height: 1.25;
      }

      .hero-actions .btn {
        display: inline-block;
        justify-content: center;
      }

      .hero-slide-panel {
        padding: 22px;
      }

      .hero-slide-copy {
        font-size: 14px;
        line-height: 1.7;
      }

      .trusted-logos-grid {
        grid-template-columns: 1fr;
      }

      .bank-logo-card {
        min-height: 132px;
      }

      .trusted-summary,
      .trusted-summary-card {
        width: 100%;
      }

      .trusted-summary-card {
        padding: 18px;
      }

      .emi-field-head {
        flex-direction: column;
        align-items: flex-start;
      }

      .emi-legend,
      .emi-results-grid,
      .contact-points {
        grid-template-columns: 1fr;
      }

      .emi-ring {
        width: min(100%, 190px);
      }

      .about-copy {
        padding-left: 0;
      }

      .about-visual img {
        min-height: 320px;
      }

      .about-quote {
        left: 16px;
        right: 16px;
      }

      .about-section .row {
        gap: 24px;
      }

      .contact-banner {
        padding: 24px;
      }

      .contact-banner .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
      }

      .contact-form-card,
      .contact-info-card,
      .emi-copy-card,
      .emi-calculator-card {
        padding: 20px;
      }

      .footer-copy {
        text-align: center;
      }
      .section-title{
        font-size: 36px;
      }
      .navbar-brand img{
        height: 35px;
      }
    }

    @media (max-width: 420px) {
      .navbar-shell {
        margin-top: 12px;
        border-radius: 10px;
      }

      .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
      }

      .navbar-collapse {
        padding-bottom: 12px;
      }

      .top-call {
        display: none;
      }

      .hero-section {
        min-height: 380px;
      }

      .hero-slide-panel {
        padding: 18px;
      }

      .hero-slide-title {
        font-size: 26px;
        line-height: 1.25;
      }

      .hero-kicker {
        font-size: 10px;
        padding: 8px 10px;
      }

      .hero-slide-copy {
        font-size: 13px;
        line-height: 1.7;
      }

      .service-card {
        padding: 22px;
      }

      .service-card h3 {
        font-size: 20px;
      }

      .emi-field {
        padding: 16px;
      }

      .emi-input-shell,
      .emi-field input[type="range"] {
        width: 100%;
      }

      .map-shell {
        padding: 10px;
      }

      .map-shell iframe {
        min-height: 260px;
      }
    }

    /* index-2 full-screen profile layout */
    /* index-2 single-view profile */
    body.profile-single-screen {
      position: relative;
      margin: 0;
      height: 100dvh;
      overflow: hidden;
      /* background-image:
    radial-gradient(circle at 20% 28%, rgba(229, 188, 106, 0.08), transparent 24%),
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at 70% 78%, rgba(105, 124, 222, 0.12), transparent 24%),
    url(../images/profile-page-bg.jpg); */
    }

    /* body.profile-single-screen::before {
      content: "";
      position: fixed;
      inset: -10% -6%;
      z-index: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 20% 28%, rgba(229, 188, 106, 0.08), transparent 24%),
        radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
        radial-gradient(circle at 70% 78%, rgba(105, 124, 222, 0.12), transparent 24%);
      filter: blur(20px);
    } */

    body.profile-single-screen::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        linear-gradient(135deg, rgba(5, 8, 29, 0.9) 0%, rgba(10, 16, 49, 0.84) 48%, rgba(21, 29, 88, 0.9) 100%),
        url("../images/profile-img.png") center 24% / 42% auto no-repeat;
      opacity: 0.32;
      filter: blur(3px) saturate(0.78);
      transform: scale(1.04);
    }

    body.profile-single-screen .profile-page {
      --profile-gold: #e5bc6a;
      --profile-gold-strong: #f2d68d;
      --profile-text: #f7f3ea;
      --profile-muted: #b2badf;
      --profile-line: rgba(229, 188, 106, 0.22);
      --profile-shadow: 0 18px 42px rgba(2, 5, 20, 0.32);
      position: relative;
      z-index: 1;
      height: 100dvh;
      min-height: 100vh;
      overflow: hidden;
      font-family: "Barlow Semi Condensed", sans-serif;
      /* background:
        radial-gradient(circle at 82% 16%, rgba(229, 188, 106, 0.12), transparent 24%),
        linear-gradient(135deg, #070a24 0%, #0c1137 48%, #13194f 100%); */
    }

    /* body.profile-single-screen .profile-page::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 100%);
      background-size: 16.66% 100%;
      opacity: 0.12;
      pointer-events: none;
    } */

    /* body.profile-single-screen .profile-page::after {
      content: "";
      position: absolute;
      top: 64px;
      right: -180px;
      width: 440px;
      height: 440px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(229, 188, 106, 0.12) 0%, rgba(229, 188, 106, 0) 72%);
      filter: blur(18px);
      pointer-events: none;
    } */

    body.profile-single-screen .profile-shell,
    body.profile-single-screen .profile-layout,
    body.profile-single-screen .profile-visual-col,
    body.profile-single-screen .profile-content-col,
    body.profile-single-screen .profile-visual,
    body.profile-single-screen .profile-image,
    body.profile-single-screen .profile-content {
      height: 100%;
    }

    body.profile-single-screen .profile-shell,
    body.profile-single-screen .profile-layout {
      position: relative;
      z-index: 1;
    }

    body.profile-single-screen .profile-layout {
      height: 100dvh;
      min-height: 100vh;
    }

    body.profile-single-screen .profile-visual,
    body.profile-single-screen .profile-content {
      overflow: hidden;
    }

    body.profile-single-screen .profile-content-col {
      background-image: 
        linear-gradient(135deg, rgba(16, 22, 74, 0.88) 0%, rgba(8, 12, 42, 0.82) 100%),
        url("../images/profile-page-bg.jpg");
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
    }

    /* body.profile-single-screen .profile-visual::before {
      content: "";
      position: absolute;
      inset: 28px 30px 32px 16px;
      border-radius: 28px;
      background:
        radial-gradient(circle at 18% 18%, rgba(229, 188, 106, 0.22), transparent 26%),
        linear-gradient(180deg, rgba(21, 28, 88, 0.58), rgba(8, 13, 42, 0.28));
      border: 1px solid rgba(229, 188, 106, 0.14);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      pointer-events: none;
    } */

    body.profile-single-screen .profile-image {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 22px 18px 0;
      border-right: 1px solid var(--profile-line);
      background:
        radial-gradient(circle at 50% 76%, rgba(229, 188, 106, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(18, 24, 79, 0.14) 0%, rgba(9, 14, 46, 0.78) 72%, rgba(6, 10, 34, 0.98) 100%),
        radial-gradient(circle at 20% 18%, rgba(229, 188, 106, 0.18), transparent 28%),
        linear-gradient(180deg, #141a55 0%, #0b1034 100%);
      box-shadow: inset -32px 0 80px rgba(0, 0, 0, 0.12), inset 0 -46px 80px rgba(0, 0, 0, 0.16);
    }

    body.profile-single-screen .profile-image::before {
      content: "";
      position: absolute;
      inset: 4% 3% 9%;
      background:
        radial-gradient(circle at 50% 32%, rgba(239, 208, 138, 0.26), transparent 22%),
        linear-gradient(180deg, rgba(7, 10, 36, 0.06), rgba(7, 10, 36, 0.54)),
        url("../images/profile-img.png") center 18% / cover no-repeat;
      opacity: 0.28;
      filter: blur(14px) saturate(0.82);
      transform: scale(1.06);
    }

    body.profile-single-screen .profile-image::after {
      content: "HG";
      position: absolute;
      top: 50%;
      right: 24px;
      z-index: 1;
      transform: translateY(-56%);
      color: rgba(229, 188, 106, 0.08);
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 148px;
      font-weight: 700;
      letter-spacing: -0.08em;
      line-height: 0.8;
      pointer-events: none;
    }

    body.profile-single-screen .profile-image img {
      position: relative;
      z-index: 2;
      width: auto;
      max-width: 92%;
      max-height: 92%;
      object-fit: contain;
      object-position: center bottom;
      transform: scale(1.02);
      filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.34));
    }

   body.profile-single-screen .profile-visual-tag {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid rgba(229, 188, 106, 0.3);
    border-radius: 999px;
    background: rgba(7, 10, 36, 0.42);
    color: var(--profile-gold-strong);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    overflow: hidden;
    isolation: isolate;
}

body.profile-single-screen .profile-visual-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--profile-gold);
    box-shadow: 0 0 12px rgba(229, 188, 106, 0.5);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

body.profile-single-screen .profile-visual-tag::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.45) 50%,
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: profile-tag-shine 2.6s linear infinite;
    pointer-events: none;
}

@keyframes profile-tag-shine {
    0% {
        left: -120%;
    }
    100% {
        left: 170%;
    }
}

    body.profile-single-screen .profile-visual-badge {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 3;
      display: grid;
      gap: 6px;
      min-width: 148px;
      padding: 10px 12px;
      border: 1px solid var(--profile-line);
      border-radius: 16px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(17, 23, 75, 0.92), rgba(9, 14, 46, 0.82));
      box-shadow: var(--profile-shadow);
      backdrop-filter: blur(18px);
    }

    body.profile-single-screen .profile-visual-badge strong {
      color: var(--profile-gold);
      font-size: 42px;
      line-height: 0.9;
      font-weight: 800;
      letter-spacing: -0.06em;
    }

    body.profile-single-screen .profile-visual-badge span {
      color: #ffffff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    body.profile-single-screen .profile-content {
      position: relative;
      gap: 12px;
      padding: 28px 24px 16px;
      /* background:
        radial-gradient(circle at 100% 0%, rgba(229, 188, 106, 0.1), transparent 22%),
        linear-gradient(180deg, rgba(16, 22, 74, 0.96) 0%, rgba(8, 12, 42, 1) 100%); */
    }

    body.profile-single-screen .profile-content::before {
      content: "";
      position: absolute;
      top: 18px;
      right: 18px;
      width: 24px;
      height: 24px;
      border-top: 1px solid rgba(229, 188, 106, 0.72);
      border-right: 1px solid rgba(229, 188, 106, 0.72);
    }

    body.profile-single-screen .profile-content::after {
      content: "";
      position: absolute;
      left: 10%;
      bottom: 12%;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(229, 188, 106, 0.12) 0%, rgba(229, 188, 106, 0) 72%);
      filter: blur(14px);
      pointer-events: none;
    }

    body.profile-single-screen .profile-copy,
    body.profile-single-screen .profile-highlights,
    body.profile-single-screen .profile-box-grid {
      position: relative;
      z-index: 1;
    }

    body.profile-single-screen .profile-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 6px;
      color: var(--profile-gold);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    body.profile-single-screen .profile-kicker::before {
      content: "";
      width: 34px;
      height: 1px;
      background: linear-gradient(90deg, var(--profile-gold), transparent);
    }

    body.profile-single-screen .profile-name {
      margin: 0;
      color: var(--profile-text);
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 90px;
      line-height: 0.82;
      font-weight: 700;
      letter-spacing: -0.04em;
      text-transform: uppercase;
    }

    body.profile-single-screen .profile-description {
      margin: 15px 0 0;
      color: #c7cee7;
      font-size: 14px;
      line-height: 1.8;
      font-weight: 500;
      overflow: hidden;
    }

    body.profile-single-screen .profile-highlights {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    body.profile-single-screen .profile-highlights span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 4px 10px;
      border: 1px solid rgba(229, 188, 106, 0.22);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.03);
      color: #edf1ff;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
    }

    body.profile-single-screen .profile-box-grid {
      --bs-gutter-x: 0.5rem;
      --bs-gutter-y: 0.5rem;
      margin-top: 0;
    }

    body.profile-single-screen .profile-box {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 8px;
      min-height: 148px;
      padding: 25px;
      border: 1px solid var(--profile-line);
      border-radius: 16px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(22, 29, 90, 0.9) 0%, rgba(11, 17, 55, 0.82) 100%);
      box-shadow: var(--profile-shadow);
      overflow: hidden;
      backdrop-filter: blur(16px);
      transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    body.profile-single-screen .profile-box:hover {
      transform: translateY(-4px);
      border-color: rgba(229, 188, 106, 0.38);
      box-shadow: 0 24px 46px rgba(2, 5, 20, 0.32);
    }

    body.profile-single-screen .profile-box::before {
      content: "";
      position: absolute;
      top: 8px;
      right: 8px;
      width: 20px;
      height: 20px;
      border-top: 1px solid rgba(229, 188, 106, 0.72);
      border-right: 1px solid rgba(229, 188, 106, 0.72);
    }

    /* body.profile-single-screen .profile-box::after {
      content: "";
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: 28px;
      height: 1px;
      background: linear-gradient(90deg, var(--profile-gold), transparent);
      opacity: 0.75;
    } */

    body.profile-single-screen .profile-icon-row {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      padding-right: 18px;
    }

    body.profile-single-screen .profile-icon-row img {
      width: 70px;
      height: 70px;
      flex: 0 0 auto;
      border-radius: 10px;
      object-fit: cover;
      border: 1px solid rgba(229, 188, 106, 0.24);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    }

    body.profile-single-screen .icon-text {
      min-width: 0;
    }

    body.profile-single-screen .icon-text span {
      display: inline-block;
      margin-bottom: 3px;
      color: var(--profile-gold);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    body.profile-single-screen .box-title {
      margin: 0;
      color: var(--profile-text);
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 26px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: -0.03em;
      text-transform: uppercase;
    }

    body.profile-single-screen .profile-box p {
      margin: 0;
      color: #c4cbe6;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      overflow: hidden;
    }

    body.profile-single-screen .profile-box .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 8px;
    min-width: 96px;
    padding: 9px 15px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--profile-gold-strong) 0%, #c8953e 100%);
    color: #10163f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: none;
    position: relative;
    overflow: hidden; /* important */
    isolation: isolate;
}

body.profile-single-screen .profile-box .btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.8) 50%,
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: limited-offer-shine 2.2s linear infinite;
    pointer-events: none;
}

@keyframes limited-offer-shine {
    0% {
        left: -120%;
    }
    100% {
        left: 160%;
    }
}

    body.profile-single-screen .profile-box .btn-primary i {
      font-size: 8px;
      transition: transform 0.3s ease;
    }

    body.profile-single-screen .profile-box .btn-primary:hover,
    body.profile-single-screen .profile-box .btn-primary:focus {
      color: #10163f;
      background: linear-gradient(135deg, #f6de9d 0%, #d5a14b 100%);
      box-shadow: none;
    }

    body.profile-single-screen .profile-box .btn-primary:hover i,
    body.profile-single-screen .profile-box .btn-primary:focus i {
      transform: translateX(4px);
    }

    @media (max-width: 1199.98px) {
      body.profile-single-screen .profile-name {
        font-size: 52px;
      }

      body.profile-single-screen .profile-description {
        font-size: 12px;
      }
    }

    @media (max-width: 991.98px) {
      body.profile-single-screen .profile-layout {
        height: 100dvh;
        min-height: 100vh;
      }

      body.profile-single-screen .profile-visual,
      body.profile-single-screen .profile-image {
        height: 260px;
        min-height: 260px;
      }

      body.profile-single-screen .profile-visual::before {
        inset: 16px 18px 18px 12px;
        border-radius: 18px;
      }

      body.profile-single-screen .profile-image {
        border-right: 0;
        border-bottom: 1px solid var(--profile-line);
      }

      body.profile-single-screen .profile-image::after {
        font-size: 96px;
      }

      body.profile-single-screen .profile-image img {
        max-width: 48%;
        max-height: 88%;
      }

      body.profile-single-screen .profile-content {
        padding: 18px 16px 12px;
      }

      body.profile-single-screen .profile-name {
        font-size: 38px;
      }

      body.profile-single-screen .profile-description {
        max-width: none;
        font-size: 11px;
        line-height: 1.38;
      }

      body.profile-single-screen .profile-box {
        min-height: 130px;
      }
    }

    @media (max-width: 767.98px) {
      body.profile-single-screen .profile-page::after {
        top: 74px;
        right: -220px;
        width: 320px;
        height: 320px;
      }

      body.profile-single-screen .profile-visual,
      body.profile-single-screen .profile-image {
        height: auto;
        min-height: auto;
        padding-bottom: 18px;
      }

      body.profile-single-screen .profile-image {
        align-items: center;
        justify-content: center;
      }

      body.profile-single-screen .profile-image img {
        max-width: 68%;
        max-height: 72%;
      }

      body.profile-single-screen .profile-visual-tag {
        top: 14px;
        left: 14px;
        padding: 6px 10px;
        font-size: 8px;
      }

      body.profile-single-screen .profile-visual-badge {
        left: 14px;
        bottom: 14px;
        min-width: 118px;
        padding: 8px 10px;
      }

      body.profile-single-screen .profile-visual-badge strong {
        font-size: 28px;
      }

      body.profile-single-screen .profile-visual-badge span {
        font-size: 8px;
      }

      body.profile-single-screen .profile-content {
        gap: 10px;
        padding: 14px 10px 10px;
      }

      body.profile-single-screen .profile-content::before {
        top: 12px;
        right: 12px;
        width: 18px;
        height: 18px;
      }

      body.profile-single-screen .profile-kicker {
        gap: 8px;
        margin-bottom: 5px;
        font-size: 9px;
      }

      body.profile-single-screen .profile-kicker::before {
        width: 24px;
      }

      body.profile-single-screen .profile-name {
        font-size: 30px;
      }

      body.profile-single-screen .profile-description {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.4;
      }

      body.profile-single-screen .profile-highlights span {
        min-height: 24px;
        padding: 4px 8px;
        font-size: 8px;
      }

      body.profile-single-screen .profile-box {
        min-height: 116px;
        padding: 9px 8px;
      }

      body.profile-single-screen .profile-icon-row img {
        width: 50px;
        height: 50px;
      }

      body.profile-single-screen .box-title {
        font-size: 26px;
      }

      body.profile-single-screen .profile-box p {
        font-size: 14px;
      }

      body.profile-single-screen .profile-box .btn-primary {
        min-width: 80px;
        padding: 7px 10px;
        font-size: 10px;
      }
    }

    @media (max-width: 575.98px) {
      body.profile-single-screen .profile-visual,
      body.profile-single-screen .profile-image {
        height: auto;
        min-height: auto;
        padding-bottom: 0;
      }

      body.profile-single-screen .profile-image::after {
        display: none;
      }

      body.profile-single-screen .profile-image img {
        max-width: 78%;
        max-height: 78%;
      }

      body.profile-single-screen .profile-name {
        font-size: 28px;
      }

      body.profile-single-screen .profile-description {
        font-size: 13px;
        line-height: 1.55;
      }

      body.profile-single-screen .profile-box {
        min-height: 106px;
      }
    }

    @media (max-height: 760px) {
      body.profile-single-screen .profile-content {
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 12px;
      }

      body.profile-single-screen .profile-name {
        font-size: 50px;
      }

      body.profile-single-screen .profile-description {
        font-size: 20px;
        line-height: 1.75;
      }

      body.profile-single-screen .profile-box {
        min-height: 136px;
      }
    }

    @media (max-height: 680px) {
      body.profile-single-screen .profile-visual::before {
        inset: 18px 20px 20px 12px;
      }

      body.profile-single-screen .profile-image {
        padding-top: 16px;
      }

      body.profile-single-screen .profile-image::after {
        font-size: 118px;
      }

      body.profile-single-screen .profile-image img {
        max-width: 84%;
        max-height: 88%;
      }

      body.profile-single-screen .profile-visual-tag {
        top: 16px;
        left: 14px;
      }

      body.profile-single-screen .profile-visual-badge {
        left: 14px;
        bottom: 14px;
      }

      body.profile-single-screen .profile-name {
        font-size: 42px;
      }

      body.profile-single-screen .profile-box {
        min-height: 124px;
      }
    body.profile-single-screen .profile-description {
        font-size: 16px;
        line-height: 1.5;
    }
    }

    @media (max-width: 991.98px) {
      body.profile-single-screen {
        height: auto;
        min-height: 100dvh;
        overflow-x: hidden;
        overflow-y: auto;
      }

      body.profile-single-screen .profile-page,
      body.profile-single-screen .profile-layout,
      body.profile-single-screen .profile-visual-col,
      body.profile-single-screen .profile-content-col,
      body.profile-single-screen .profile-visual,
      body.profile-single-screen .profile-content {
        height: auto;
        min-height: auto;
        overflow: visible;
      }

      body.profile-single-screen .profile-shell,
      body.profile-single-screen .profile-layout {
        min-height: 100vh;
      }
    }

    @media (max-width: 767.98px) {
      body.profile-single-screen .profile-box-grid .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }

      body.profile-single-screen .profile-content-col {
        background-attachment: scroll;
      }
    }
