/* =========================================================
   LOAN VALA - Custom Styles
   Bootstrap 5.3.8
   ========================================================= */

:root {
  --navy: #071b2f;
  --navy-2: #0a2540;
  --blue: #0d5bd7;
  --blue-dark: #0847ad;
  --gold: #f6b73c;
  --gold-2: #ffd87f;
  --green: #25d366;
  --text: #132238;
  --muted: #66758a;
  --light: #f5f8fc;
  --white: #ffffff;
  --border: #dfe7f1;
  --shadow: 0 18px 50px rgba(8, 37, 64, 0.10);
  --radius: 22px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* Topbar */
.topbar {
  background: #041321;
  color: rgba(255, 255, 255, .8);
}

.topbar a {
  color: rgba(255, 255, 255, .8);
  transition: .25s ease;
}

.topbar a:hover {
  color: var(--gold);
}

/* Navbar */
.main-navbar {
  background: rgba(7, 27, 47, .96);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

.navbar {
  min-height: 76px;
}

.brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
}

.brand-wrap:hover {
  color: #fff;
}

.brand-wrap strong {
  display: block;
  font-size: 1.05rem;
  letter-spacing: .4px;
  line-height: 1.1;
}

.brand-wrap small {
  display: block;
  color: var(--gold-2);
  font-size: .69rem;
  margin-top: 3px;
  letter-spacing: .35px;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 18px rgba(7, 27, 47, .22));
}

.brand-logo-large {
  width: 106px;
  height: 106px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(7, 27, 47, .22));
}

.brand-mark {
  width: 43px;
  height: 43px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: var(--navy);
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.brand-mark-large {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  font-size: 1.45rem;
}

.main-navbar .nav-link {
  color: rgba(255,255,255,.78);
  font-weight: 600;
  font-size: .93rem;
  padding: .65rem .7rem !important;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: #fff;
}

/* Buttons */
.btn {
  border-radius: 12px;
  font-weight: 700;
  transition: .25s ease;
}

.btn-brand {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), #ffcd63);
  border: 0;
  box-shadow: 0 9px 22px rgba(246, 183, 60, .23);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--navy);
  transform: translateY(-1px);
  background: linear-gradient(135deg, #ffbf42, #ffda81);
}

.btn-whatsapp {
  background: var(--green);
  color: #fff;
  border: 0;
}

.btn-whatsapp:hover {
  background: #1db957;
  color: #fff;
}

/* Hero */
.hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(41, 112, 255, .20), transparent 34%),
    radial-gradient(circle at 15% 90%, rgba(246, 183, 60, .14), transparent 30%),
    linear-gradient(135deg, #071b2f 0%, #0b2c4c 58%, #0b3158 100%);
  color: #fff;
}

.min-vh-hero {
  min-height: 720px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-shape-1 {
  width: 340px;
  height: 340px;
  right: -160px;
  top: 70px;
  border: 1px solid rgba(255,255,255,.1);
}

.hero-shape-2 {
  width: 210px;
  height: 210px;
  left: -95px;
  bottom: 45px;
  border: 1px solid rgba(246,183,60,.16);
}

.eyebrow,
.section-kicker {
  display: inline-block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 1.65px;
  color: var(--blue);
}

.eyebrow {
  color: var(--gold-2);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  padding: 9px 14px;
}

.hero-title {
  font-size: clamp(2.65rem, 6vw, 5.4rem);
  line-height: .99;
  font-weight: 900;
  letter-spacing: -3px;
  max-width: 800px;
}

.hero-title span {
  color: var(--gold);
}

.hero-text {
  max-width: 720px;
  color: rgba(255,255,255,.74);
  font-size: 1.09rem;
  line-height: 1.8;
}

.hero-text strong {
  color: #fff;
}

.hero-point {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-size: .88rem;
  font-weight: 600;
}

.hero-point i {
  color: var(--gold);
}

.hero-card {
  background: rgba(255,255,255,.97);
  color: var(--text);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 40px 80px rgba(0,0,0,.23);
  position: relative;
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: -70px;
  top: -70px;
  background: rgba(246,183,60,.18);
}

.hero-card-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--gold);
  border-radius: 18px;
  font-size: 1.55rem;
  margin-bottom: 18px;
}

.card-kicker {
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: var(--blue);
}

.hero-card h2 {
  font-weight: 900;
  margin-top: 4px;
}

.hero-card > p {
  color: var(--muted);
}

.loan-mini-list {
  margin: 24px 0;
  border-top: 1px solid var(--border);
}

.loan-mini-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--text);
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  transition: .2s ease;
}

.loan-mini-list a:hover {
  color: var(--blue);
  padding-left: 4px;
}

.loan-mini-list span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.loan-mini-list span i {
  color: var(--blue);
}

.hero-call {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: var(--light);
  color: var(--text);
}

.call-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--blue);
  color: #fff;
}

.hero-call small,
.hero-call strong {
  display: block;
}

.hero-call small {
  color: var(--muted);
  font-size: .76rem;
}

.hero-call strong {
  font-size: 1.03rem;
}

/* Trust strip */
.trust-strip {
  margin-top: -1px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(10, 37, 64, .08);
  position: relative;
  z-index: 2;
}

.trust-item {
  padding: 23px 12px;
  border-right: 1px solid var(--border);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item i {
  color: var(--blue);
  font-size: 1.3rem;
  margin-right: 8px;
}

.trust-item strong {
  font-size: .93rem;
}

.trust-item span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  margin-top: 3px;
}

/* Generic sections */
.section-space {
  padding: 95px 0;
}

.bg-light-soft {
  background: var(--light);
}

.section-heading {
  max-width: 690px;
}

.section-heading h2,
.section-title {
  color: var(--text);
  font-weight: 900;
  letter-spacing: -1.1px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 8px 0 12px;
}

.section-heading p,
.section-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.15rem);
  margin-top: 8px;
}

.section-kicker-light {
  color: var(--gold-2);
}

/* Services */
.service-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 8px 30px rgba(10, 37, 64, .04);
  transition: .3s ease;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: rgba(13,91,215,.25);
}

.service-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 1.55rem;
  margin-bottom: 25px;
}

.service-number {
  position: absolute;
  right: 24px;
  top: 25px;
  font-weight: 900;
  font-size: 1.8rem;
  color: #edf2f8;
}

.service-card h3 {
  font-weight: 900;
  font-size: 1.35rem;
}

.service-card p {
  color: var(--muted);
  line-height: 1.75;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}

.clean-list li {
  margin-bottom: 10px;
  color: #415168;
  font-size: .92rem;
}

.clean-list i {
  color: var(--blue);
  font-size: 1.12rem;
  margin-right: 8px;
}

.service-link {
  color: var(--blue);
  font-weight: 800;
  font-size: .92rem;
}

.service-link i {
  transition: .2s ease;
}

.service-link:hover i {
  margin-left: 4px;
}

/* Process */
.process-card {
  height: 100%;
  border-top: 3px solid var(--blue);
  padding: 26px 22px;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10,37,64,.07);
  position: relative;
}

.process-card > span {
  position: absolute;
  right: 17px;
  top: 16px;
  color: #e8eef7;
  font-size: 1.7rem;
  font-weight: 900;
}

.process-card > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--navy);
  font-size: 1.15rem;
  margin-bottom: 18px;
}

.process-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
}

.process-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: .9rem;
  margin-bottom: 0;
}

/* Documents */
.document-section {
  background:
    radial-gradient(circle at 95% 10%, rgba(13,91,215,.35), transparent 36%),
    linear-gradient(135deg, #061727, #0a2d4c);
}

.document-card {
  display: flex;
  gap: 15px;
  height: 100%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  padding: 20px;
  color: #fff;
}

.document-card > i {
  color: var(--gold);
  font-size: 1.35rem;
  margin-top: 2px;
}

.document-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.document-card p {
  color: rgba(255,255,255,.58);
  font-size: .85rem;
  margin-bottom: 0;
  line-height: 1.55;
}

/* About */
.about-visual {
  min-height: 390px;
  position: relative;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(13,91,215,.08), rgba(246,183,60,.12));
  border-radius: 34px;
  border: 1px solid var(--border);
}

.about-main-card {
  width: 68%;
  background: var(--navy);
  color: #fff;
  padding: 40px 32px;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.about-main-card h3 {
  font-weight: 900;
  margin-top: 18px;
  margin-bottom: 3px;
}

.about-main-card p {
  color: var(--gold-2);
  margin-bottom: 0;
}

.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(10,37,64,.10);
  padding: 12px 15px;
  border-radius: 14px;
  font-size: .82rem;
  font-weight: 800;
}

.floating-note i {
  color: var(--blue);
}

.note-one {
  top: 20px;
  right: 18px;
}

.note-two {
  bottom: 24px;
  left: 14px;
}

.about-feature {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}

.about-feature > i {
  color: var(--blue);
  font-size: 1.25rem;
  margin-top: 2px;
}

.about-feature h4 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.about-feature p {
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 0;
}

/* Form */
.apply-section {
  background: linear-gradient(180deg, #fff, #f5f8fc);
}

.apply-contact-box {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}

.apply-contact-box a {
  display: flex;
  gap: 13px;
  align-items: center;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
}

.apply-contact-box a > i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eaf2ff;
  color: var(--blue);
}

.apply-contact-box small,
.apply-contact-box strong {
  display: block;
}

.apply-contact-box small {
  color: var(--muted);
  font-size: .75rem;
}

.apply-contact-box strong {
  font-size: .92rem;
  overflow-wrap: anywhere;
}

.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.form-label {
  font-size: .86rem;
  font-weight: 800;
}

.form-control,
.form-select {
  min-height: 52px;
  border-radius: 12px;
  border-color: #d7e0eb;
  padding-left: 14px;
}

textarea.form-control {
  min-height: auto;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(13,91,215,.55);
  box-shadow: 0 0 0 .2rem rgba(13,91,215,.09);
}

.form-note {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

/* FAQ */
.faq-accordion {
  max-width: 860px;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 15px !important;
  overflow: hidden;
  margin-bottom: 12px;
}

.faq-accordion .accordion-button {
  font-weight: 800;
  color: var(--text);
  padding: 18px 20px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #eaf2ff;
  color: var(--blue-dark);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  color: var(--muted);
  line-height: 1.7;
}

/* Contact */
.contact-card {
  display: block;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(10,37,64,.04);
  transition: .25s ease;
}

.contact-card:hover {
  color: var(--text);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.contact-icon {
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--navy);
  color: var(--gold);
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.contact-card h3 {
  font-size: 1.08rem;
  font-weight: 900;
}

.contact-card p {
  color: var(--muted);
  min-height: 48px;
  font-size: .9rem;
  line-height: 1.6;
}

.contact-card span {
  color: var(--blue);
  font-size: .88rem;
  font-weight: 800;
}

/* CTA */
.cta-section {
  padding: 0 0 80px;
}

.cta-box {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: #fff;
  border-radius: 26px;
  padding: 36px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 18px 45px rgba(13,91,215,.20);
}

.cta-box span {
  color: #cae0ff;
  letter-spacing: 1.4px;
  font-size: .72rem;
  font-weight: 900;
}

.cta-box h2 {
  font-weight: 900;
  margin: 4px 0 0;
}

/* Footer */
.site-footer {
  background: #041321;
  color: rgba(255,255,255,.7);
  padding: 70px 0 25px;
}

.footer-brand {
  width: fit-content;
}

.footer-about {
  max-width: 440px;
  color: rgba(255,255,255,.52);
  line-height: 1.7;
}

.site-footer h3 {
  color: #fff;
  font-size: .93rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: rgba(255,255,255,.55);
  font-size: .86rem;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--gold);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .86rem;
}

.footer-contact i {
  color: var(--gold);
}

.site-footer hr {
  border-color: rgba(255,255,255,.1);
  margin: 35px 0 22px;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  color: rgba(255,255,255,.42);
  font-size: .75rem;
}

.footer-disclaimer {
  max-width: 710px;
  text-align: right;
  line-height: 1.55;
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 1.65rem;
  box-shadow: 0 12px 30px rgba(37, 211, 102, .36);
  transition: .2s ease;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.02);
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 12px 0 18px;
  }

  .main-navbar .nav-link {
    padding: .7rem 0 !important;
  }

  .min-vh-hero {
    min-height: auto;
    padding-top: 68px;
    padding-bottom: 75px;
  }

  .hero-title {
    letter-spacing: -2px;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border);
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-disclaimer {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 72px 0;
  }

  .hero-card,
  .form-card {
    padding: 24px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .trust-item {
    padding: 18px 8px;
  }

  .trust-item i {
    display: block;
    margin: 0 0 6px;
  }

  .about-visual {
    min-height: 330px;
  }

  .about-main-card {
    width: 78%;
  }

  .floating-note {
    font-size: .73rem;
  }

  .cta-box {
    padding: 28px 24px;
  }
}

@media (max-width: 575.98px) {
  .brand-wrap strong {
    font-size: .96rem;
  }

  .brand-wrap small {
    font-size: .62rem;
  }

  .hero-title {
    font-size: 2.55rem;
    letter-spacing: -1.4px;
  }

  .hero-card {
    border-radius: 22px;
  }

  .hero-points .col-sm-4 {
    width: auto;
  }

  .about-main-card {
    width: 84%;
  }

  .note-one {
    right: 6px;
  }

  .note-two {
    left: 6px;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
    right: 15px;
    bottom: 15px;
  }
}


.about-main-card .brand-logo-large {
  margin-bottom: 18px;
}

.footer-brand .brand-logo {
  width: 48px;
  height: 48px;
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-logo-large {
    width: 92px;
    height: 92px;
  }
}
