/* ============================================
   USER LANDING PAGE — Custom Styles
   Sahla Now · user-landing.css
   ============================================ */

/* ============================================
   HERO SECTION
   ============================================ */
.ul-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url('../imgs/user-landing/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.unit-landing .ul-hero {

  background-image: url(../imgs/hero-house.png);
}

.ul-hero::before {
  content: '';
  position: absolute;
  inset: 0;
background: linear-gradient(-90deg, rgba(46, 138, 110, 1) 0%, rgba(255, 255, 255, 1) 100%);
  opacity: 0.85;
  z-index: 1;
}

.ul-hero .container,
.ul-hero>div {
  position: relative;
  z-index: 2;
}

/* Hero Body — Main content area */
.ul-hero-body {
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 100px 0 40px;
  position: relative;
  z-index: 2;
}

.ul-hero-center {
  text-align: center;
  margin: 0 auto;
}


.unit-landing .ul-hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* Badge */
.ul-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: var(--radius-pill);
  margin-bottom: 32px;
  border: 1px solid rgba(0, 105, 80, 0.15);
}

.ul-hero-badge i {
  color: var(--primary);
  font-size: 15px;
}

.unit-landing .ul-hero-badge i {
  color: var(--accent-red);
  font-size: 12px;
  margin-left: 6px;
}


/* Title */
.ul-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.45;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.ul-hero-title span {
  color: var(--white);
  font-weight: 900;
}

/* Description */
.ul-hero-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  color: #2C2C2C;
  max-width: 900px;
  margin: 0 auto 36px;
}

/* CTA Button Override */
.ul-hero .main-btn {
  font-size: 16px;
  padding: 16px 32px;
  border-radius: var(--radius-regular);
}

/* Feature List */
.ul-hero-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.ul-hero-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.ul-hero-feature i {
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
}

.ul-hero-feature-dot {
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
  display: block;
}

/* ============================================
   HERO — Stats Row
   ============================================ */
.ul-hero-stats {
  position: relative;
  z-index: 2;
  padding: 36px 0;

}

.ul-hero-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.ul-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ul-hero-stat-number {
  font-size: 32px;
  font-weight: 900;
  color: #0C1B33;
  letter-spacing: -1px;
  line-height: 1.1;
}

.ul-hero-stat-label {
  font-size: 14px;
  font-weight: 400;
  color:#4A586E;
}

.ul-hero-stat-divider {
  width: 1px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* ============================================
   HERO — Trust Note
   ============================================ */
.ul-hero-trust {
  position: relative;
  z-index: 2;

  padding: 16px 0;
}

.ul-hero-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #4A586E;
  font-size: 20px;
  font-weight: 400; 
}

.ul-hero-trust-inner i {
  color: var(--primary);
  font-size: 18px;

}

/* ============================================
   TRUST BAR SECTION
   ============================================ */
.ul-trust-bar {
  direction: rtl;
  position: relative;
  z-index: 10;
}

.ul-trust-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F8FAFC99;
  border: 1px solid #F1F5F9;
  padding: 16px 24px;
}

.ul-trust-bar-side {
  flex-shrink: 0;
}

.ul-trust-text {
  font-size: 15px;
  color: var(--dark);
}

.ul-trust-text strong {
  font-weight: 800;
  color: var(--navy);
}

.ul-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #45556C;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 30px;
}

.ul-trust-badge i {
  font-size: 16px;
}

.ul-trust-bar-center {
  flex: 1;
  min-width: 0;
  margin: 0 40px;
}

.ul-trust-swiper {
  width: 100%;
}

.ul-trust-swiper .swiper-wrapper {
  align-items: center;
}

.ul-trust-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 40px; */
}

.ul-trust-swiper img {
  height: 80px;
  max-width: 100%;
  object-fit: cover;

}



/* ============================================
   SECTION BADGE (reusable)
   ============================================ */
.ul-section-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  background-color: #ECFDF5;
  padding: 6px 24px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}

/* ============================================
   STEPS SECTION
   ============================================ */
.ul-steps {
  padding: var(--section-py) 0;
  background-color: var(--white);
}

.ul-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;



}

.ul-step-card {
  padding: 40px 16px 28px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid rgba(241, 245, 249, 1);
  transition: all var(--transition-base);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  box-shadow: 
        0px 8px 20px -12px rgba(12, 27, 51, 0.1), 
        0px 1px 2px 0px rgba(12, 27, 51, 0.05); 
}

.ul-step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(0, 105, 80, 0.12);
}

/* Badge — overlapping top-right corner */
.ul-step-badge {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background-color: var(--accent-yellow);
  color: var(--dark);
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(245, 197, 24, 0.4);
  z-index: 3;
  transition: transform var(--transition-fast);
}

.ul-step-card:hover .ul-step-badge {
  transform: scale(1.12);
}

.ul-step-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.5;
  text-align: start;
}

.ul-step-text {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.75;
  text-align: start;
}

/* ============================================
   WHAT IS MORTGAGE SECTION
   ============================================ */
.ul-what-is {
  padding: var(--section-py) 0;
  background-color: rgba(248, 250, 252, 0.5);
}



.ul-criteria-card {
  padding: 40px 16px 28px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--border-light);
  transition: all var(--transition-base);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.ul-criteria-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  background-color: #ECFDF5;
  font-size: 18px;
  font-weight: 800;
  z-index: 3;
  transition: transform var(--transition-fast);
}

.ul-criteria-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.5;
  text-align: start;
}


.ul-criteria-text {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.75;
  text-align: start;
}












/* ============================================
   SELLING COMPARISON TABLE SECTION
   ============================================ */
.ul-selling-comparison {
  padding: var(--section-py) 0;
  background-color: var(--white);
}

.ul-sell-compare-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 1);
  background: var(--white);
  box-shadow: 
        0px 1px 2px -1px rgba(0, 0, 0, 0.1), 
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.ul-sell-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: center;
}

/* Table Head */
.ul-sell-compare-table thead th {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  border-bottom: 1px solid #E8ECF0;
}

.ul-sell-compare-table thead th.ul-sell-col-label {
  background-color: #F3F4F6;
  color: var(--dark);
  text-align: right;
  padding-right: 32px;
  font-size: 16px;
}

.ul-sell-compare-table thead th.ul-sell-col-finance {
  background-color: #348E71;
  color: #fff;
}

.ul-sell-compare-table thead th.ul-sell-col-finance i {
  margin-left: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.ul-sell-compare-table thead th.ul-sell-col-cash {
  background-color: #F3F4F6;
  color: var(--accent-red);
}

.ul-sell-compare-table thead th.ul-sell-col-cash i {
  margin-left: 8px;
  font-size: 16px;
  color: #E74C5E;
}

/* Table Body */
.ul-sell-compare-table tbody td {
  padding: 18px 24px;
  border-bottom: 1px solid #f0f2f5;
  font-weight: 500;
  color: #444;
  vertical-align: middle;
}

.ul-sell-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.ul-sell-compare-table tbody td.ul-sell-col-label {
  text-align: right;
  padding-right: 32px;
  font-weight: 600;
  color: var(--navy);
  font-size: 15px;
}



.ul-sell-compare-table tbody td.ul-sell-col-cash {
  color: #62748E;
  font-weight: 500;
}

/* Hover */
.ul-sell-compare-table tbody tr {
  transition: background-color 0.2s ease;
}

.ul-sell-compare-table tbody tr:nth-child(odd) {
  background-color: #FBFBFB;
}

.ul-sell-compare-table tbody tr:hover td {
  background-color: rgba(52, 142, 113, 0.03);
}

.ul-sell-compare-table tbody tr:hover td.ul-sell-col-finance {
  background-color: rgba(52, 142, 113, 0.08);
}

/* ============================================
   COMPARISON TABLE SECTION
   ============================================ */
.ul-compare {
  padding: var(--section-py) 0;
  background-color: var(--white);
}

.ul-compare-wrapper {
  border-radius: var(--radius-xl);
  overflow-x: auto;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.ul-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
}

.ul-compare-table thead th {
  background-color: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  padding: 18px 16px;

  white-space: nowrap;
}

.ul-compare-table thead th span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #90A1B9;
}

.ul-compare-table thead th:first-child {
  text-align: right;
  padding-right: 24px;
}

.ul-compare-table thead th.ul-highlight-col {
  background-color: var(--navy);
  color: var(--white);
  position: relative;
  vertical-align: middle;
  text-align: start;
}

.ul-highlight-header-top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.ul-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #FFD700;
  color: #0C1B33;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-xl);
}

.ul-highlight-badge i {
  font-size: 10px;
}

.ul-compare-table thead th.ul-highlight-col span.ul-highlight-percent {
  color: #FFD700;
  margin-top: 8px;
  font-size: 14px;
  display: block;
}

.ul-compare-table tbody td {
  padding: 16px;
  border-bottom: 1px solid var(--border-light);
  font-weight: 500;
  color: var(--text-dark);
  vertical-align: middle;
}

.ul-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.ul-compare-table tbody td:first-child {
  text-align: right;
  padding-right: 24px;
  font-weight: 700;
  color: var(--dark);

}

.ul-compare-table tbody td.ul-highlight-col {
  background-color: rgba(245, 216, 0, 0.08);
  border: 1px solid rgba(245, 216, 0, 0.3);
  font-weight: 700;
  color: var(--primary-dark);
}

.ul-compare-table tbody tr:nth-child(even) {
  background-color: #FBFBFB;
}

.ul-compare-table tbody tr:hover td {
  background-color: rgba(0, 105, 80, 0.03);
}

.ul-compare-table tbody tr:hover td:first-child {
  background-color: rgba(0, 105, 80, 0.06);
}

.ul-compare-table tbody tr:hover td.ul-highlight-col {
  background-color: #FFF3C4;
}

/* Check & X icons in table */
.ul-compare-table .fa-circle-check {
  color: var(--primary);
  font-size: 18px;
}

.ul-compare-table .fa-circle-xmark {
  color: var(--accent-red);
  font-size: 18px;
}

.table-terms {
  font-size: 12px;
  color: #62748E;
  text-align: center;
  margin-top: 16px;
}

/* ============================================
   DOCUMENTS SECTION — Tabbed Container
   ============================================ */
.ul-docs {
  padding: var(--section-py) 0;
  background-color: var(--page-bg);
}

/* Outer card wrapper */
.ul-docs-tabs-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.unit-landing .ul-docs-tabs-card {
  background-color: var(--white);
  border: 1px solid rgba(229, 231, 235, 1);
  border-radius: var(--radius-regular);
  overflow: hidden;
  box-shadow: 
        0px 1px 2px -1px rgba(0, 0, 0, 0.1), 
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

/* ---------- Tab Navigation ---------- */
.ul-docs-nav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #F1F5F9;
  background-color: var(--white);
  border-radius: var(--radius-regular);
box-shadow: 
  0px 1px 2px -1px rgba(0, 0, 0, 0.1), 
  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.unit-landing .ul-docs-nav {
  border-radius: 0;

}






.ul-docs-nav .nav-item {
  flex: 1;
  padding: 10px;
}

.unit-landing .ul-docs-nav .nav-item {
  padding: 0;
}


.ul-docs-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 16px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #45556C;
  background-color: transparent;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;

}

.unit-landing .ul-docs-nav .nav-link {
  border-radius: 0;
}

.ul-docs-nav .nav-link i {
  font-size: 18px;
}

.ul-docs-nav .nav-link:hover {
  background-color: #eef8f4;
  color: #007c58;
}

.ul-docs-nav .nav-link.active {
  background-color: #007c58;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 124, 88, 0.25);
}

.ul-docs-nav .nav-link.active i {
  color: #fff;
}

/* ---------- Tab Pane Content ---------- */
.ul-docs-tabs-card .tab-content {
  padding: 36px 40px 28px;
  background-color: var(--white);
  border-radius: var(--radius-regular);
  border: 1px solid #F1F5F9; 
box-shadow: 
  0px 20px 40px -24px rgba(12, 27, 51, 0.14), 
  0px 1px 2px 0px rgba(12, 27, 51, 0.03);
}

.unit-landing .ul-docs-tabs-card .tab-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}


/* 2-column checklist grid */
.ul-docs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 48px;
}

.ul-docs-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: right;
  border-radius: var(--radius-md);
  padding: 12px;
}

.unit-landing .ul-docs-list-item {
  background-color: #F9FAFB;
}


.ul-docs-list-item i {
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  background-color: #ECFDF5;
  color: var(--primary);
  flex-shrink: 0;
}

.unit-landing .ul-docs-list-item i {
  font-size: 16px;
  background-color: transparent;
  color: var(--primary);
}


.ul-docs-list-item span {
  font-size: 14px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.7;
}

/* ---------- Pane Footer ---------- */
.ul-docs-pane-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}

.ul-docs-download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.2s ease, gap 0.2s ease;
}

.ul-docs-download-link:hover {
  color: var(--primary);
  gap: 12px;
}

.ul-docs-download-link i {
  font-size: 14px;
  transition: transform 0.2s ease;
}

.ul-docs-download-link:hover i {
  transform: translateY(2px);
}

.ul-docs-note {
  font-size: 13px;
  font-weight: 400;
  color: #62748E;
  line-height: 1.6;
}

/* ============================================
   TAX CERTIFICATE SECTION
   ============================================ */
.ul-tax-certificate {
  padding: var(--section-py) 0;
  background-color: var(--white);
}

.ul-tax-outer {
  background-color: #FFFBEB;
  border-radius: 30px;
  padding: 48px;
  border: 1px solid rgba(245, 216, 0, 0.4);
}



/* ---------- Right Column: Info ---------- */
.ul-tax-info {
  padding: 0 42px;
}

.ul-tax-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFD700;
  color: #1A1400;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 24px;
  margin-bottom: 20px;
}

.ul-tax-badge i {
  font-size: 14px;
}

.ul-tax-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.5;
}

.ul-tax-desc {
  font-size: 16px;
  font-weight: 400;
  color: #364153;
  line-height: 1.85;
  margin-bottom: 0;
}

/* ---------- Left Column: Steps ---------- */
.ul-tax-steps {
  padding: 26px;
  background: var(--white);
  height: 100%;
  border: 1px solid rgba(243, 244, 246, 1);
  border-radius: var(--radius-regular);
}

.ul-tax-steps-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 24px;
  line-height: 1.5;
}

.ul-tax-steps-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ul-tax-step {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ul-tax-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: var(--radius-pill);
  background: #348E71;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.ul-tax-step-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.6;
}

/* ============================================
   FAILED DEALS SECTION
   ============================================ */
.ul-failed-deals {
  background-color: var(--page-bg);
}

.ul-section-badge-red {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-red);
  background: #FEF2F2;
  padding: 8px 24px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.ul-failed-reasons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ul-failed-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  padding: 24px 32px;
  border-radius: var(--radius-regular);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.ul-failed-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: var(--radius-pill);
  background: var(--accent-red);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
}

.ul-failed-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.6;
}

.ul-failed-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.ul-failed-stat-num {
  font-size: 200px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.23);
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -4px;
}

.ul-failed-stat-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  margin-top: -10px;
}

/* ============================================
   REJECTION REASONS SECTION — 2-Column Layout
   ============================================ */
.ul-rejections {
  padding: var(--section-py) 0;
  background-color: var(--white);
}

/* ---------- Right Column: Rejection List ---------- */
.ul-rejection-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 50px;
}

.ul-rejection-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;

  transition: background-color 0.2s ease;
}

.ul-rejection-item:first-child {
  padding-top: 0;
}

.ul-rejection-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ul-rejection-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: var(--radius-pill);
  border: 2px solid #FF6467;
  color: #FF6467;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  background: rgba(231, 76, 94, 0.04);
  transition: all 0.25s ease;
}

.ul-rejection-item:hover .ul-rejection-badge {

  border-color: #FF6467;
  transform: scale(1.08);
}

.ul-rejection-body {
  flex: 1;
}

.ul-rejection-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
  line-height: 1.5;
}

.ul-rejection-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 0;
}

/* ---------- Left Column: Visual Cards ---------- */
.ul-rejection-visuals {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}

/* ---- I-Score Card ---- */
.ul-iscore-card {
  background: linear-gradient(180deg, #FEF3F2 0%, #FFFFFF 100%);
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 4px 24px rgba(231, 76, 94, 0.08);
  border: 1px solid #FFE2E2;
}

.ul-iscore-header {
  margin-bottom: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

.ul-iscore-header span {
  color: #FB2C36;
  font-size: 12px;
  font-weight: 700;
}

.ul-iscore-header h4 {
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
}


.ul-iscore-alert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(231, 76, 94, 0.1);
  color: #E74C5E;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 14px;

}

.ul-iscore-alert-badge i {
  font-size: 16px;
}

.ul-iscore-heading {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 0;
  line-height: 1.5;
}

.ul-iscore-body {
  background: var(--white);
  border-radius: var(--radius-regular);
  padding: 24px;
  border: 2px solid #FFE2E2;
  box-shadow: 0 0 12px #0000001A;
}

.ul-iscore-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ul-iscore-status {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 6px;
}

.ul-iscore-status--weak {
  background: #FEF2F2;
  color: #FB2C36;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
}

.ul-iscore-type {
  font-size: 14px;
  font-weight: 400;
  color: #62748E;
}

.ul-iscore-score {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 16px;
}

.ul-iscore-value {
  font-size: 52px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
  letter-spacing: -1px;
}

.ul-iscore-max {
  font-size: 20px;
  font-weight: 600;
  color: #aaa;
}

/* Gauge bar */
.ul-iscore-gauge {
  width: 100%;
  height: 10px;
  background-color: #F1F5F9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

.ul-iscore-gauge-fill {
  width: 45%;
  height: 100%;
  background: #FB2C36;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  transition: width 1s ease;
}

.ul-iscore-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #FB2C36;
  justify-content: flex-start;
}

.ul-iscore-note i {
  font-size: 12px;
}

/* ---- Documents Status Card ---- */
.ul-docstatus-card {
  background: linear-gradient(90deg, #F8FAFC 0%, #FFFFFF 100%);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.ul-docstatus-card::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: var(--radius-pill);
  background: rgba(46, 138, 110, 0.3);
  filter: blur(100px);
  box-shadow: 0 0 50px rgba(46, 138, 110, 0.3);
  pointer-events: none;
  z-index: 1;
  pointer-events: none;



}

.ul-docstatus-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border: 1px solid #f5f5f5;
  background-color: var(--white);
  border-radius: 14px;
  margin-bottom: 16px;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 100;

}

.ul-docstatus-item--missing {
  border: 1px solid #FFC9C9;
}




.ul-docstatus-item:hover {
  background-color: #fafbfc;
}

.ul-docstatus-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ul-docstatus-info i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #ECFDF5;
  color: #2E8A6E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ul-docstatus-info i.ul-docstatus-icon--missing {
  background-color: #FEF2F2;
  color: #FB2C36;
}


.ul-docstatus-info i.ul-docstatus-icon--pending {
  background-color: #F1F5F9;
  color: #90A1B9;
}

.ul-docstatus-info>div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ul-docstatus-icon--ok {
  font-size: 22px;
  color: #007c58;
}

.ul-docstatus-icon--missing {
  font-size: 22px;
  color: #E74C5E;
}

.ul-docstatus-icon--pending {
  font-size: 22px;
  color: #aab0b7;
}

.ul-docstatus-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.4;
}

.ul-docstatus-sub {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

/* Status tags */
.ul-docstatus-tag {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 6px;
  white-space: nowrap;
}

.ul-docstatus-tag--ok {

  color: #007c58;
}

.ul-docstatus-tag--missing {

  color: #E74C5E;
}

.ul-docstatus-tag--pending {

  color: #6b7280;
}

/* ============================================
   LEGAL GUARANTEES SECTION
   ============================================ */
.ul-legal-guarantees {
  padding: var(--section-py) 0;
  background-color: var(--page-bg);
}

/* ---------- Info Cards Stack ---------- */
.ul-guarantee-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}

.ul-guarantee-info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--white);
  border: 1px solid rgba(229, 231, 235, 1);
  border-radius: 15px;
  padding: 22px 24px;
  transition: all 0.3s ease;
  box-shadow: 
        0px 1px 2px -1px rgba(0, 0, 0, 0.1), 
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.ul-guarantee-info-card:hover {
  border-color: rgba(0, 124, 88, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.ul-guarantee-info-body {
  flex: 1;
}

.ul-guarantee-info-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  line-height: 1.5;
}

.ul-guarantee-info-text {
  font-size: 13px;
  font-weight: 400;
  color: #62748E;
  line-height: 1.75;
  margin-bottom: 0;
}

.ul-guarantee-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 14px;
  background: #ECFDF5;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.ul-guarantee-info-icon i {
  font-size: 18px;
  color: #007c58;
}



/* ---------- Yellow Guarantee Card ---------- */
.ul-guarantee-yellow-card {
  background: var(--accent-yellow);
  border-radius: 20px;
  padding: 36px 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 32px #F5D8008C;
  position: relative;
  overflow: hidden;
}


.ul-guarantee-yellow-header {
  margin-bottom: 20px;
}

.ul-guarantee-yellow-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #5C4A00;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.7;
}

.ul-guarantee-yellow-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ul-guarantee-yellow-title-row i {
  background-color: var(--navy);
  color: var(--accent-yellow);
  border-radius: 14px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.ul-guarantee-yellow-title {
  font-size: 24px;
  font-weight: 800;
  color: #1A1400;
  margin-bottom: 0;
  line-height: 1.4;
}

.ul-guarantee-yellow-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.85;
  margin-bottom: 24px;
  opacity: 0.85;
}

.ul-guarantee-yellow-text span {
  font-weight: 800;
}


.ul-guarantee-yellow-stats {
  display: flex;
  gap: 12px;
}

.ul-guarantee-yellow-stat {
  flex: 1;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(12, 27, 51, 0.1);
  border-radius: 14px;
  padding: 16px 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ul-guarantee-yellow-stat-value {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 4px;
}

.ul-guarantee-yellow-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #62748E;
}

/* ---------- Dark Blue Reference Card ---------- */
.ul-guarantee-blue-card {
  background: linear-gradient(135deg, var(--navy) 0%, #162D50 100%);
  border-radius: 20px;
  padding: 36px 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ul-guarantee-blue-card::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: var(--radius-pill);
  background: rgba(46, 138, 110, 0.3);
  filter: blur(40px);
  box-shadow: 0 0 50px rgba(46, 138, 110, 0.3);
  pointer-events: none;
  z-index: 1;
  pointer-events: none;
}

.ul-guarantee-blue-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #FFD700;
  background: rgba(255, 215, 0, 0.12);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  width: fit-content;
}

.ul-guarantee-blue-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.5;
}

.ul-guarantee-blue-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.85;
  margin-bottom: 24px;
}

.ul-guarantee-blue-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ul-guarantee-blue-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.ul-guarantee-blue-tag:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}


/* ============================================
   STAT BANNER SECTION
   ============================================ */
.ul-stat-banner {
  padding: 60px 0;
  background-color: #2E3132;
}

.ul-stat-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ul-stat-number {
  font-size: 120px;
  font-weight: 800;
  color: #485652;
  line-height: 1;
  flex-shrink: 0;
  letter-spacing: -2px;
}

.ul-stat-content {
  flex: 1;
}

.ul-stat-title {
  font-size: 24px;
  font-weight: 700;
  color: #9BF4D2;
  margin-bottom: 8px;
}

.ul-stat-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}

.ul-stat-btn {
  background-color: var(--white);
  color: var(--dark);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: var(--radius-sm);
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all var(--transition-fast);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ul-stat-btn:hover {
  background-color: #f0f0f0;
  color: var(--dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* ============================================
   LEGAL TIPS SECTION
   ============================================ */
.ul-tips {
  padding: var(--section-py) 0;
  background-color: var(--page-bg);
}

.ul-tip-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  height: 100%;
  border: 1px solid transparent;
  box-shadow: var(--shadow-card);
  transition: all var(--transition-base);
}

.ul-tip-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(0, 105, 80, 0.1);
}

.ul-tip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background-color: rgba(0, 105, 80, 0.08);
  margin-bottom: 20px;
  transition: background-color var(--transition-fast);
}

.ul-tip-card:hover .ul-tip-icon {
  background-color: rgba(0, 105, 80, 0.14);
}

.ul-tip-icon i {
  font-size: 22px;
  color: var(--primary);
}

.ul-tip-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

.ul-tip-text {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 0;
}

/* ============================================
   CTA FOOTER SECTION
   ============================================ */
.ul-cta-footer {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
  position: relative;
  overflow: hidden;
}

.ul-cta-footer::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.ul-cta-footer::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.ul-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.ul-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
}

.ul-cta-icon i {
  font-size: 28px;
  color: var(--white);
}

.ul-cta-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.45;
}

.ul-cta-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 36px;
}

.ul-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--white);
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  padding: 16px 56px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  transition: all var(--transition-base);
  white-space: nowrap;
}

.ul-cta-btn:hover {
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.2);
}

.ul-cta-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.ul-cta-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.ul-cta-feat i {
  font-size: 16px;
  color: var(--accent-yellow);
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.ul-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ul-animate.ul-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children */
.ul-animate-stagger>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ul-animate-stagger.ul-visible>*:nth-child(1) {
  transition-delay: 0.05s;
}

.ul-animate-stagger.ul-visible>*:nth-child(2) {
  transition-delay: 0.1s;
}

.ul-animate-stagger.ul-visible>*:nth-child(3) {
  transition-delay: 0.15s;
}

.ul-animate-stagger.ul-visible>*:nth-child(4) {
  transition-delay: 0.2s;
}

.ul-animate-stagger.ul-visible>*:nth-child(5) {
  transition-delay: 0.25s;
}

.ul-animate-stagger.ul-visible>*:nth-child(6) {
  transition-delay: 0.3s;
}

.ul-animate-stagger.ul-visible>* {
  opacity: 1;
  transform: translateY(0);
}


.unit-landing .eligibility-desc,
.user-landing .eligibility-desc{
  color:rgba(255, 255, 255, 0.7) ;
}


@media (max-width:1440px) {
  .ul-hero-title {
    font-size: 36px;
  }

}
/* ============================================
   RESPONSIVE — TABLET (max-width: 991px)
   ============================================ */
@media (max-width: 991.98px) {

  /* Hero */
  .ul-hero-body {
    padding: 0px 0 32px;
  }

  .ul-hero-title {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .ul-hero-desc {
    font-size: 16px;
  }

  .ul-hero-stats-row {
    gap: 40px;
  }

  .ul-hero-stat-number {
    font-size: 34px;
  }

  /* Steps */
  .ul-steps-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 24px;
  }

  /* What is */
  .ul-what-card {
    flex-direction: column;
    padding: 36px;
  }

  .ul-what-image {
    width: 100%;
    order: -1;
  }

  .ul-what-image img {
    height: 240px;
    width: 100%;
  }

  /* Compare table */
  .ul-compare-wrapper,
  .ul-sell-compare-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ul-compare-table {
    min-width: 700px;
  }

  .ul-sell-compare-table {
    min-width: 600px;
  }

  /* Tax Certificate */
  .ul-tax-info,
  .ul-tax-steps {
    padding: 32px;
  }

  .ul-tax-steps {
    border-right: none;
    border-top: 1px solid #f0f0f0;
  }

  /* Failed Deals */
  .ul-failed-stat-num {
    font-size: 130px;
  }

  /* Rejections */
  .ul-rejection-visuals {
    position: static;
  }

  /* Stat banner */
  .ul-stat-inner {
    flex-direction: column;
    text-align: center;
  }

  .ul-stat-number {
    font-size: 88px;
  }

  /* CTA Footer */
  .ul-cta-title {
    font-size: 28px;
  }

  .ul-hero-badge {
    font-size: 12px;
  }

  .ul-hero-stats {
    padding: 20px 0;
  }
}

/* ============================================
   RESPONSIVE — MOBILE (max-width: 767px)
   ============================================ */
@media (max-width: 767.98px) {

  /* Hero */
  .ul-hero {
    min-height: 420px;
    padding: 48px 0;
  }

  .ul-hero-title {
    font-size: 28px;
    max-width: 100%;
  }

  .ul-hero-desc {
    font-size: 15px;
    max-width: 100%;
  }

  .ul-hero .main-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 14px 32px;
  }

  .ul-hero-features {
    gap: 16px;
    margin-top: 28px;
  }

  /* Hero Stats */
  .ul-hero-stats-row {
    gap: 28px;
  }

  .ul-hero-stat-number {
    font-size: 28px;
  }

  .ul-hero-stat-divider {
    height: 36px;
  }

  /* Trust Bar */
  .ul-trust-bar-wrapper {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    text-align: center;
  }

  .ul-trust-bar-center {
    margin: 0;
    width: 100%;
  }

  .ul-trust-swiper {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  /* Steps */
  .ul-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 20px;
  }

  /* Compare */
  .ul-compare-table,
  .ul-sell-compare-table {
    font-size: 13px;
  }

  /* Tax Certificate */
  .ul-tax-outer {
    padding: 16px;
  }

  .ul-tax-info,
  .ul-tax-steps {
    padding: 24px 20px;
  }

  .ul-tax-title {
    font-size: 22px;
  }

  /* Failed Deals */
  .ul-failed-card {
    padding: 20px;
    gap: 16px;
  }

  .ul-failed-stat-num {
    font-size: 96px;
  }

  .ul-failed-stat-text {
    font-size: 16px;
  }

  /* Docs Tabs */
  .ul-docs-tabs-card .tab-content {
    padding: 24px 20px;
  }

  .ul-docs-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ul-docs-nav .nav-link {
    font-size: 14px;
    padding: 14px 10px;
    gap: 6px;
  }

  .ul-docs-nav .nav-link i {
    font-size: 16px;
  }

  .ul-docs-pane-footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }

  /* Rejections */
  .ul-rejection-visuals {
    position: static;
  }

  .ul-iscore-value {
    font-size: 40px;
  }

  .ul-iscore-card {
    padding: 20px;
  }

  .ul-docstatus-item {
    padding: 12px 16px;
  }

  /* Stat banner */
  .ul-stat-banner {
    padding: 40px 0;
  }

  .ul-stat-number {
    font-size: 72px;
  }

  .ul-stat-title {
    font-size: 20px;
  }

  .ul-stat-btn {
    width: 100%;
    justify-content: center;
  }

  /* Tips */
  .ul-tip-card {
    padding: 24px 20px;
  }

  /* CTA Footer */
  .ul-cta-footer {
    padding: 60px 0;
  }

  .ul-cta-title {
    font-size: 24px;
  }

  .ul-cta-btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 32px;
  }

  .ul-cta-features {
    flex-direction: column;
    gap: 12px;
  }
}

/* ============================================
   RESPONSIVE — SMALL MOBILE (max-width: 575px)
   ============================================ */
@media (max-width: 575.98px) {
  .ul-hero-title {
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  .ul-hero-stats-row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .ul-hero-stat-divider {
    display: none;
  }

  .ul-hero-stat-number {
    font-size: 26px;
  }

  .ul-hero-features {
    gap: 10px;
  }

  .ul-steps-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .ul-what-title {
    font-size: 22px;
  }

  .ul-cta-title {
    font-size: 22px;
  }

  .ul-cta-icon {
    width: 52px;
    height: 52px;
  }

  .ul-cta-icon i {
    font-size: 24px;
  }
}