:root {
  /* Colors */
  --primary: #B45309;
  --primary-hover: #92400E;
  --primary-light: #FEF3C7;
  --secondary: #D97706;
  --secondary-hover: #B45309;
  --secondary-light: #FFFBEB;
  
  --bg-body: #FFFDF9;
  --bg-card: #FFFFFF;
  --bg-dark-hero: #FEF9C3;
  --bg-dark-footer: #FFFDE7;
  
  --text-main: #5C4D3C;
  --text-heading: #2C1F0F;
  --text-muted: #8C7A68;
  --text-light: #B8AFA6;
  --text-white: #FFFFFF;
  
  --border-color: #F5EBE0;
  --border-color-dark: #F5EBE0;
  --focus-ring: 0 0 0 4px rgba(180, 83, 9, 0.15);
  
  /* Fonts */
  --primary-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* Transitions */
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Layout */
  --grid-width: 1160px;
  --grid-gutter: 16px;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-glow: 0 8px 24px rgba(180, 83, 9, 0.12);
}

/* ─── Global Reset & Styling ─────────────────────────────────────────────────── */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body, html {
  height: 100%;
  min-height: 100%;
}

html {
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  background-color: var(--bg-body);
  color: var(--text-main);
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 400;
}

/* ─── Typography ────────────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-heading);
  font-family: var(--primary-font);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(32px, 4vw, 44px);
  margin: 48px 0 24px;
  font-weight: 800;
}

h2 {
  font-size: clamp(24px, 3vw, 30px);
  margin: 40px 0 16px;
  font-weight: 800;
  position: relative;
}

h3 {
  font-size: clamp(19px, 2vw, 22px);
  margin: 28px 0 12px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  margin: 24px 0 10px;
}

p {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--text-main);
}

strong {
  font-weight: 600;
  color: var(--text-heading);
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primary);
  line-height: 1.2;
  outline: none;
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-hover);
  text-decoration: underline;
}

/* Bullet Lists in Content */
.h1nmdw ul,
.nnii4v ul {
  list-style-type: none;
  margin: 24px 0;
  padding: 0;
}

.h1nmdw ul li,
.nnii4v ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-main);
}

.h1nmdw ul li::before,
.nnii4v ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234F46E5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 13 4 4L19 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ─── Grid System & Layout ───────────────────────────────────────────────────── */
.vxo18v {
  max-width: calc(var(--grid-width) + var(--grid-gutter) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-gutter);
}

.vxo18v.sm {
  max-width: calc(840px + var(--grid-gutter) * 2);
}

.pr752e {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gutter) * -1);
}

.q3eomg {
  width: fit-content;
  padding: 0 var(--grid-gutter);
}

.rmbmm5 {
  width: 100%;
}

.rv07ya {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yp5ehr {
  flex: 1;
}

.bgfy0v {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .ye9v4x {
    width: 25%;
  }

  .he7051 {
    width: 41.6666%;
  }

  .h676aw {
    width: 50%;
  }

  .vhjxeu {
    width: 58.3333%;
  }

  .se88ne {
    width: 66.6666%;
  }
}

@media (min-width: 768px) {
  .l3s25k {
    width: 25%;
  }
}

/* Utilities */
.mofawf { display: flex; }
.grbvpq { align-items: center; }
.la5np0 { justify-content: space-between; }
.zsi9v0 { justify-content: center; }
.xmf9r5 { justify-content: flex-start; }

/* ─── Inputs & Buttons ───────────────────────────────────────────────────────── */
input,
select {
  width: 100%;
  height: 56px;
  position: relative;
  display: block;
  padding: 14px 18px;
  color: var(--text-heading);
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 400;
  background-color: var(--bg-card);
  border-radius: 12px;
  outline: none;
  border: 1px solid var(--border-color);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

select {
  padding-right: 48px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 20px;
  cursor: pointer;
}

::-webkit-input-placeholder { color: var(--text-light); }
::-moz-placeholder { color: var(--text-light); }
:-ms-input-placeholder { color: var(--text-light); }

input:focus,
select:focus {
  border-color: var(--primary);
  box-shadow: var(--focus-ring);
  background-color: var(--bg-card);
}

.rxrnzl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 56px;
  padding: 12px 32px;
  background: var(--primary);
  color: var(--text-white);
  outline: none;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-glow);
}

.rxrnzl:hover,
.rxrnzl:active {
  background: var(--primary-hover);
  box-shadow: 0 10px 28px rgba(180, 83, 9, 0.25);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--text-white);
}

/* ─── Header ─────────────────────────────────────────────────────────────────── */
.waiszn {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: var(--transition);
}

.waiszn .vxo18v {
  height: 100%;
  display: flex;
  align-items: center;
}

.waiszn .pr752e {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

.wb4w7b {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-heading);
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.wb4w7b .h8zzo3 {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.wb4w7b:hover {
  opacity: 0.85;
  text-decoration: none;
}

.ab7u2g {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.mctole {
  margin-right: 32px;
}

.mctole ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
}

.mctole ul li {
  margin-right: 28px;
  padding: 0;
}

.mctole ul li::before {
  display: none;
}

.mctole ul li:last-child {
  margin-right: 0;
}

.mctole ul li a {
  display: block;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
}

.mctole ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mctole ul li a:hover {
  color: var(--text-heading);
  text-decoration: none;
}

.mctole ul li a:hover::after,
.mctole ul li.qe9mhh a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mctole ul li.qe9mhh a {
  color: var(--primary);
  font-weight: 600;
}

.hz4dbh {
  display: none;
}

.uufype {
  flex-shrink: 0;
}

.uufype .rxrnzl {
  height: 44px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 10px;
  width: auto;
  box-shadow: none;
}

.uufype .rxrnzl:hover {
  box-shadow: 0 4px 12px rgba(180, 83, 9, 0.2);
}

.j7gfqh {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  background-color: rgba(15, 23, 42, 0.3);
  backdrop-filter: blur(4px);
}

.j7gfqh.is-active {
  opacity: 1;
  visibility: visible;
}

/* ─── Hero Section ───────────────────────────────────────────────────────────── */
.lymnxj {
  position: relative;
  background-color: var(--bg-dark-hero);
  color: var(--text-main);
  padding: 96px 0 96px;
  overflow: hidden;
}

/* Mesh Gradient Backdrop */
.lymnxj::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: none;
  pointer-events: none;
}

.v0d30w {
  text-align: center;
  position: relative;
  z-index: 10;
}

.j3z0yb {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  color: var(--text-heading);
  font-weight: 800;
  margin: 0 auto 20px;
  max-width: 820px;
  letter-spacing: -0.03em;
}

.mawnr5 {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
  color: var(--text-muted);
}

.deqa8v {
  position: relative;
  z-index: 20;
  margin-top: 48px;
}

/* Redesigned Floating Form Card */
.beh0n6 {
  background: var(--bg-card);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(226, 232, 240, 0.8);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.by5i51 {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 1fr;
  gap: 16px;
  align-items: center;
}

.beh0n6 input,
.beh0n6 select,
.beh0n6 .rxrnzl {
  height: 56px;
  border-radius: 12px;
}

.beh0n6 input,
.beh0n6 select {
  border-color: #E2E8F0;
  background-color: #ffffff;
}

.beh0n6 .rxrnzl {
  font-size: 16px;
}

.qkmubu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
  color: #059669;
  font-size: 13px;
  font-weight: 500;
}

.qkmubu svg {
  flex-shrink: 0;
}

.jgfbwc {
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: var(--text-light);
}

.jgfbwc a {
  color: var(--text-muted);
  font-weight: 500;
  text-decoration: underline;
}

.jgfbwc a:hover {
  color: var(--primary);
}

/* Available Amounts Pills */
.s7yi2i {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ezzrhu {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.ungmwc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ungmwc span {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  background-color: var(--primary-light);
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
}

.ungmwc span:hover {
  background-color: var(--primary);
  color: #ffffff;
}

/* Form Feature Checklist */
.t7kevo {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  padding-top: 20px;
}

.w6fdgg {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 500;
}

.w6fdgg svg {
  color: var(--secondary);
  flex-shrink: 0;
}

/* ─── Intro & Article Section ────────────────────────────────────────────────── */
.xw6j93 {
  padding: 56px 0 40px;
}

.f839b3 {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--primary-light);
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
}

.zg6vth {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 16px;
  line-height: 1.2;
}

.tpgks1 p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-main);
  margin-bottom: 16px;
}

/* Features Section */
.s3agox {
  padding: 56px 0;
  background-color: var(--bg-body);
}

.ilheh6 {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 30px;
}

.fpw1xa {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .fpw1xa {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .fpw1xa {
    grid-template-columns: 1fr;
  }
}

.xewvzc {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.xewvzc:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(180, 83, 9, 0.2);
}

.sf0vqr {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.asfi4k {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 8px;
}

.k5ke2j {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

/* How It Works Section */
.bmz2ow {
  padding: 56px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.emww6n {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .emww6n {
    grid-template-columns: 1fr;
  }
}

.xlf974 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
}

@media (min-width: 769px) {
  .xlf974:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 44px;
    right: -32px;
    width: 32px;
    height: 2px;
    border-top: 2px dashed var(--border-color);
    z-index: 10;
  }
}

.xlf974:hover {
  transform: translateY(-2px);
  border-color: rgba(180, 83, 9, 0.15);
}

.uy1dno {
  margin-bottom: 12px;
}

.pd1cvy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.lr1jof {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 8px;
}

.t24tab {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

/* Responsible Lending Section */
.g5x6n5 {
  padding: 40px 0;
}

.kv3zjv {
  display: flex;
  background-color: var(--secondary-light);
  border: 1px solid var(--border-color);
  border-left: 4px solid var(--secondary);
  border-radius: 12px;
  padding: 24px;
  gap: 16px;
  box-shadow: var(--shadow-sm);
}

.s33vb8 {
  flex-shrink: 0;
  color: var(--secondary);
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
}

.lwmxj4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 6px;
}

.axhj2r {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-main);
  margin: 0;
}

/* CTA Section */
.qd5w9s {
  padding: 40px 0 60px;
}

.l6rwck {
  background: var(--secondary-light);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.gyfk6u {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 12px;
}

.ohoc9v {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-main);
  max-width: 600px;
  margin: 0 auto 24px;
}

.mwfuxb {
  padding: 56px 0 40px;
}

.v0ff8p {
  margin: 0 0 20px;
  font-size: clamp(26px, 3.5vw, 32px);
  color: var(--text-heading);
  line-height: 1.2;
  font-weight: 800;
}

/* ─── States We Serve ────────────────────────────────────────────────────────── */
.qn9qys {
  padding: 30px 0 50px;
}

.qn9qys h2 {
  margin-bottom: 20px;
}
.smhv74 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.smhv74 li {
  margin: 0;
  padding: 0;
}

.smhv74 li::before {
  display: none; /* Disable standard checkmark lists */
}

.smhv74 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: var(--text-main);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  transition: var(--transition);
}

.smhv74 li a::after {
  content: "→";
  font-size: 14px;
  color: var(--text-light);
  transition: var(--transition);
}

.smhv74 li a:hover {
  background: var(--primary-light);
  border-color: rgba(180, 83, 9, 0.3);
  color: var(--primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(180, 83, 9, 0.04);
}

.smhv74 li a:hover::after {
  color: var(--primary);
  transform: translateX(3px);
}

/* ─── Map embed ─────────────────────────────────────────────────────────────── */
.rakrg4 {
  margin: 24px 0 40px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  content-visibility: auto;
  contain-intrinsic-size: auto 450px;
}

.rakrg4 iframe {
  display: block;
}

/* ─── Tables (Businesses & Legal) ────────────────────────────────────────────── */
.cyoxld {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0 40px;
  font-size: 15px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.cyoxld th {
  text-align: left;
  padding: 16px 20px;
  background: var(--primary-light);
  border-bottom: 2px solid rgba(180, 83, 9, 0.15);
  font-weight: 600;
  color: var(--primary);
  letter-spacing: -0.01em;
}

.cyoxld td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  vertical-align: middle;
  background: var(--bg-card);
  color: var(--text-main);
}

.cyoxld tr:last-child td {
  border-bottom: none;
}

.cyoxld tr:hover td {
  background: #FAFBFD;
}

.jz2w2d {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #FEF3C7;
  color: #D97706;
  padding: 4px 10px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
}

/* Legal tables */
.mjldu1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0 32px;
  font-size: 15px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
}

.mjldu1 td,
.mjldu1 th {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 20px;
  vertical-align: top;
}

.mjldu1 td:last-child,
.mjldu1 th:last-child {
  border-right: none;
}

.mjldu1 tr:last-child td {
  border-bottom: none;
}

.mjldu1 tr:first-child td,
.mjldu1 tr:first-child th {
  background-color: var(--primary-light);
  font-weight: 700;
  color: var(--primary);
}

.mjldu1 p {
  margin: 0 0 8px;
}

.mjldu1 p:last-child {
  margin-bottom: 0;
}

.mjldu1 ul {
  margin: 8px 0 0;
  padding-left: 16px;
}

.mjldu1 ul li {
  margin-bottom: 6px;
}

/* ─── Cities We Serve Page ───────────────────────────────────────────────────── */
.whfvfr {
  padding: 48px 0 80px;
}

.ft54lz {
  margin-bottom: 24px;
}

.r6204a {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 16px;
}

.a2i3hz {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: var(--transition);
}

.a2i3hz:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(180, 83, 9, 0.2);
}

.nczgef {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-heading);
}

.nczgef::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
  margin-left: 12px;
}

.a2i3hz[open] .nczgef::after {
  transform: rotate(45deg);
}

.tc9dus {
  padding: 12px 0 16px;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--border-color);
  background: #FCFDFE;
}

.tc9dus li a {
  display: block;
  padding: 8px 20px;
  font-size: 15px;
  color: var(--text-main);
  text-decoration: none;
  transition: var(--transition);
}

.tc9dus li a:hover {
  background: var(--primary-light);
  color: var(--primary);
  padding-left: 24px;
}

/* ─── Contact Page ───────────────────────────────────────────────────────────── */
.aheday {
  margin-bottom: 28px;
  font-size: 16px;
}

.ktv5ne {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--bg-card);
  padding: 32px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
}

.cseivi {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.khgs91 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-heading);
}

.crcrdx {
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--text-heading);
  transition: var(--transition);
  outline: none;
}

.crcrdx:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.1);
}

.dthdz8 {
  resize: vertical;
  min-height: 140px;
  height: auto;
  padding: 16px;
}

.hn4usf {
  align-self: flex-start;
  margin-top: 8px;
}

/* ─── FAQ Page ───────────────────────────────────────────────────────────────── */
.sda0jx {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.sda0jx:hover {
  border-color: rgba(180, 83, 9, 0.25);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.xl22qm {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--text-heading);
}

.u17ewi p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.u17ewi p:last-child {
  margin-bottom: 0;
}

.u17ewi ul {
  margin: 12px 0;
}

.u17ewi ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

/* ─── Footer Section ─────────────────────────────────────────────────────────── */
.efas7w {
  padding-top: 80px;
  background-color: var(--bg-dark-footer);
  color: var(--text-main);
  border-top: 1px solid var(--border-color-dark);
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

.cveone {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 800;
  color: var(--text-heading);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.cveone .h8zzo3 {
  width: 30px;
  height: 30px;
}

.cveone:hover {
  opacity: 0.85;
  text-decoration: none;
}

.dvwoy7 {
  display: flex;
  flex-direction: column;
}

.ix0n3n {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
  list-style: none;
}

.ix0n3n li {
  margin-right: 12px;
  padding: 0;
}

.ix0n3n li::before {
  display: none;
}

.ix0n3n li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 10px;
  transition: var(--transition);
}

.ix0n3n li a img {
  opacity: 0.9;
  transition: var(--transition);
}

.ix0n3n li a:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-2px);
}

.ix0n3n li a:hover img {
  opacity: 1;
}

.pl6uhm {
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--text-heading);
}

.r7ivdf {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xv8zgf {
  width: 100%;
}

.qpvg1m {
  margin: 0;
  list-style: none;
}

.qpvg1m li {
  margin-bottom: 12px;
  padding: 0;
}

.qpvg1m li::before {
  display: none;
}

.qpvg1m li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
  text-decoration: none;
}

.qpvg1m li a:hover {
  color: var(--primary);
  padding-left: 2px;
}

.bulkql.pucyy9 .qpvg1m {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.bulkql.pucyy9 .qpvg1m li {
  margin-bottom: 0;
}

.r62zcy {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}

.xxo57f {
  margin-bottom: 30px;
}

.xxo57f p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: justify;
}

.xxo57f p:last-child {
  margin-bottom: 0;
}

.y5cvtp {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 4px;
  display: block;
}

.xtmc96 {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  text-align: center;
  margin-top: 32px;
}

.xtmc96 p {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--text-muted);
}


/* ─── Responsive Adjustments ─────────────────────────────────────────────────── */
@media (max-width: 1025px) {
  .waiszn {
    background-color: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .v2eiz2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 8px;
    z-index: 120;
    width: 44px;
    height: 44px;
  }
  
  .koe8k1 {
    width: 24px;
    height: 16px;
    position: relative;
    display: inline-block;
  }
  
  .wm70nn,
  .wm70nn::before,
  .wm70nn::after {
    width: 24px;
    height: 2px;
    background-color: var(--text-heading);
    border-radius: 4px;
    position: absolute;
    transition: transform 0.15s ease, background-color 0.15s ease;
  }
  
  .wm70nn {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .wm70nn::before {
    content: "";
    top: -6px;
  }
  
  .wm70nn::after {
    content: "";
    bottom: -6px;
  }
  
  /* Active Hamburger State */
  .v2eiz2.is-active .wm70nn {
    transform: rotate(45deg);
  }
  
  .v2eiz2.is-active .wm70nn::before {
    transform: rotate(-90deg) translate(-6px, 0);
    opacity: 0;
  }
  
  .v2eiz2.is-active .wm70nn::after {
    transform: rotate(-90deg) translate(6px, 0);
  }

  .ab7u2g {
    padding: 32px 24px;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    height: calc(100% - 80px);
    width: 100%;
    z-index: 99;
    background-color: #ffffff !important;
    box-shadow: -10px 0 30px rgba(15, 23, 42, 0.05);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .ab7u2g.is-active {
    transform: translateX(0);
  }

  .mctole {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }

  .mctole ul {
    display: block;
  }

  .mctole ul li {
    margin-right: 0;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--border-color);
  }
  
  .mctole ul li:last-child {
    border-bottom: none;
  }

  .mctole ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
  }

  .mctole ul li a::after {
    display: none;
  }

  .uufype {
    display: none !important;
  }

  .hz4dbh {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  
  .hz4dbh .rxrnzl {
    width: 100%;
    height: 48px;
  }
}

@media (max-width: 992px) {
  .efas7w {
    padding-top: 60px;
  }

  .dvwoy7 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .cveone {
    margin-bottom: 0;
  }

  .ix0n3n {
    margin-bottom: 0;
  }

  .lymnxj {
    padding: 80px 0 80px;
  }
  
  .deqa8v {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .ab7u2g {
    top: 56px;
    height: calc(100% - 56px);
  }

  body {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .h1nmdw ul li,
  .nnii4v ul li {
    font-size: 16px;
    padding-left: 24px;
  }

  h1 { font-size: 28px; margin: 36px 0 16px; }
  h2 { font-size: 22px; margin: 28px 0 12px; }
  h3 { font-size: 18px; margin: 20px 0 10px; }

  input,
  select,
  .rxrnzl {
    height: 50px;
    font-size: 15px;
    border-radius: 10px;
  }

  select {
    padding-right: 40px;
    background-size: 16px;
  }

  .lymnxj {
    padding: 64px 0 64px;
  }

  .j3z0yb {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .mawnr5 {
    font-size: 16px;
  }

  .deqa8v {
    margin-top: 32px;
  }

  .beh0n6 {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .by5i51 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .beh0n6 input,
  .beh0n6 select,
  .beh0n6 .rxrnzl {
    height: 50px;
  }

  .s7yi2i {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
  }

  .t7kevo {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 16px;
    margin-top: 20px;
  }

  .qkmubu {
    font-size: 12px;
    margin-top: 14px;
  }

  .xw6j93,
  .mwfuxb {
    padding: 48px 0;
  }

  .smhv74 {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 8px;
  }

  .smhv74 li a {
    padding: 10px 14px;
    font-size: 14px;
  }

  .cyoxld {
    border-radius: 12px;
  }

  /* Responsive tables style override */
  .cyoxld thead {
    display: none;
  }

  .cyoxld tr {
    display: block;
    border-bottom: 1px solid var(--border-color);
    padding: 12px 16px;
  }

  .cyoxld td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 6px 0;
    font-size: 14px;
    text-align: right;
  }

  .cyoxld td::before {
    content: attr(data-label) ": ";
    font-weight: 700;
    color: var(--text-heading);
    font-size: 13px;
    margin-right: 8px;
    text-align: left;
  }
  
  .jz2w2d {
    padding: 2px 8px;
    font-size: 12px;
  }

  .ktv5ne {
    padding: 20px;
  }

  .dvwoy7 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
