* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', Arial, sans-serif;
  color: #182033;
  background: #f8f7f3;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgba(9, 20, 48, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.03em;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand strong {
  font-weight: 800;
}


/* Complete logo */

.brand-logo-only {
  display: flex;
  align-items: center;
}

.brand-logo-only img {
  width: 176px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}


/* Header logo */

.site-header .nav-wrap {
  min-height: 82px;
}

.site-header .brand-logo-only {
  width: 155px;
  height: 72px;
  flex: 0 0 155px;
  overflow: hidden;
  align-items: center;
}

.site-header .brand-logo-only img {
  display: block;
  width: 131px;
  height: auto;
  max-width: none;
  object-fit: contain;
}


/* Navigation */

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #e9edf5;
  font-size: 13px;
  font-weight: 700;
}

.nav a:not(.nav-wa) {
  opacity: .86;
}

.nav a:hover {
  opacity: 1;
}

.nav-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #d5a43b;
  color: #10182d !important;
  padding: 11px 18px;
  border-radius: 999px;
}

.nav-wa img {
  width: 19px;
  height: 19px;
  display: block;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 24px;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
  height: min(820px, 100vh);
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 15, 38, .95) 0%,
      rgba(5, 15, 38, .78) 48%,
      rgba(5, 15, 38, .25) 100%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  max-width: 850px;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #d8ad50;
}

.eyebrow.dark {
  color: #a47b24;
}

.hero h1 {
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: -.065em;
  margin: 20px 0 22px;
  font-weight: 800;
}

.hero h1 em,
.dark-section h2 em,
.property-section h2 em,
.telugu-band h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #e1b856;
}

.hero p {
  font-size: 18px;
  max-width: 610px;
  color: #dce3ef;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: .25s transform, .25s box-shadow;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.btn-gold {
  background: #d7aa45;
  color: #111a31;
}

.btn-light {
  background: #fff;
  color: #101b36;
}

.btn-dark {
  background: #0b1736;
  color: #fff;
}

.btn-outline {
  border: 1px solid #b8bdc8;
  color: #0b1736;
}


/* =========================================================
   TRUST STRIP
   ========================================================= */

.trust-strip {
  background: #0b1736;
  color: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-grid i {
  width: 4px;
  height: 4px;
  background: #d7aa45;
  border-radius: 50%;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 55px;
}

.section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2,
.about-copy h2,
.final-cta h2 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.06;
  letter-spacing: -.055em;
  margin: 15px 0 20px;
  color: #0b1736;
}

.section-heading h2 span,
.about-copy h2 span {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #a47b24;
}

.section-heading p {
  color: #687083;
  max-width: 650px;
}


/* =========================================================
   SERVICE CARDS
   ========================================================= */

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

.service-card {
  background: #fff;
  border: 1px solid #e8e5dd;
  overflow: hidden;
}

.card-image {
  height: 245px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.service-card:hover .card-image img {
  transform: scale(1.04);
}

.card-body {
  padding: 28px;
}

.card-number {
  font-size: 11px;
  color: #a47b24;
  font-weight: 800;
}

.card-body h3 {
  font-size: 27px;
  color: #0b1736;
  margin: 8px 0 10px;
}

.card-body p {
  color: #687083;
  font-size: 14px;
  min-height: 68px;
}


/* Service chips */

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0;
}

.chips span {
  font-size: 10px;
  font-weight: 700;
  color: #586173;
  border: 1px solid #dddfe4;
  padding: 5px 9px;
  border-radius: 99px;
}

.text-link {
  display: inline-block;
  color: #9a7020;
  font-size: 12px;
  font-weight: 800;
  margin-top: 5px;
}


/* =========================================================
   SERVICE CONTACT DETAILS
   ========================================================= */

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 16px;
}

.contact-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-top: 1px solid #ece9e1;
  color: #182033;
  font-size: 12px;
  transition: .2s ease;
}

.contact-line:last-child {
  border-bottom: 1px solid #ece9e1;
}

.contact-line:hover {
  color: #a47b24;
}

.contact-line strong {
  font-weight: 800;
  color: #0b1736;
}

.contact-line span {
  color: #a47b24;
  font-weight: 800;
  letter-spacing: .02em;
}


/* =========================================================
   LOANS SECTION
   ========================================================= */

.dark-section {
  background: #0b1736;
  color: #fff;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split-copy h2,
.property-section h2,
.telugu-band h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -.06em;
  margin: 15px 0 20px;
}

.split-copy p {
  color: #aeb8ca;
  max-width: 540px;
}

.loan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.loan-list span {
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 8px 12px;
  font-size: 11px;
  color: #d8dfeb;
}

.split-image {
  height: 570px;
  overflow: hidden;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =========================================================
   INSURANCE
   ========================================================= */

.insurance-section {
  background: #f8f7f3;
}

.insurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dcd9d0;
  border-bottom: 1px solid #dcd9d0;
}

.insurance-item {
  padding: 30px;
  border-right: 1px solid #dcd9d0;
}

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

.insurance-item b {
  font-size: 11px;
  color: #a47b24;
}

.insurance-item h3 {
  font-size: 21px;
  color: #0b1736;
  margin: 28px 0 8px;
}

.insurance-item p {
  font-size: 13px;
  color: #697182;
}

.insurance-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}


/* =========================================================
   PROPERTY INVESTMENT
   ========================================================= */

.property-section {
  padding: 120px 0;
  background: #111c38;
  color: #fff;
}

.property-section .section-heading {
  margin-bottom: 48px;
}

.property-section .section-heading p {
  color: #b4bed0;
}

.city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.city-card {
  height: 510px;
  position: relative;
  overflow: hidden;
}

.city-card > img,
.city-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-card > img {
  transition: transform .7s;
}

.city-card:hover > img {
  transform: scale(1.04);
}

.city-overlay {
  background:
    linear-gradient(
      0deg,
      rgba(5, 13, 30, .9),
      rgba(5, 13, 30, .05) 70%
    );
}

.city-content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
}

.city-content > span {
  font-size: 10px;
  letter-spacing: .15em;
  font-weight: 800;
  color: #d8ad50;
}

.city-content h3 {
  font-size: 45px;
  letter-spacing: -.05em;
  margin: 8px 0 2px;
}

.city-content p {
  color: #d2d9e5;
  margin: 0 0 18px;
  font-size: 13px;
}


/* Property contact */

.city-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 12px;
}

.city-contact strong {
  color: #fff;
  font-weight: 800;
}

.city-contact a {
  color: #e2b75c;
  font-weight: 800;
}

.city-contact a:hover {
  color: #fff;
}


/* =========================================================
   ABOUT
   ========================================================= */

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-visual > img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  background: #d7aa45;
  color: #101a32;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-badge strong {
  font-size: 32px;
  line-height: 1;
}

.about-badge span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-top: 5px;
}

.steps {
  margin-top: 35px;
  border-top: 1px solid #ddd9d0;
}

.steps > div {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd9d0;
  font-size: 13px;
  color: #667084;
}

.steps b {
  color: #a47b24;
}

.steps strong {
  color: #17213a;
}


/* =========================================================
   TELUGU BAND
   ========================================================= */

.telugu-band {
  background: #d7aa45;
  color: #0b1736;
  padding: 100px 0;
}

.telugu-band .eyebrow {
  color: #0b1736;
}

.telugu-band h2 {
  max-width: 720px;
}

.telugu-band p {
  max-width: 600px;
  margin-bottom: 30px;
  color: #303a50;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.final-cta {
  padding: 80px 0;
  background: #f0eee8;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.final-cta h2 {
  margin-bottom: 0;
}

.large {
  padding: 18px 28px;
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
  background: #080f24;
  color: #fff;
  padding: 70px 0 25px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 60px;
}

.footer-brand p {
  color: #9da8bb;
  font-size: 13px;
}

.footer-note {
  color: #d7aa45 !important;
}

.footer-logo img {
  width: 210px;
  height: 70px;
  object-fit: contain;
}

.footer-grid h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #d7aa45;
  margin: 8px 0 18px;
}

.footer-grid > div:not(.footer-brand) a {
  display: block;
  color: #aab3c4;
  font-size: 12px;
  margin: 9px 0;
}

.footer-grid > div:not(.footer-brand) a:hover {
  color: #fff;
}


/* =========================================================
   DISCLAIMER
   ========================================================= */

.disclaimer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 50px;
  padding-top: 25px;
  color: #778297;
  font-size: 10px;
  line-height: 1.7;
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 25px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #68748a;
  font-size: 10px;
}

.footer-bottom a {
  color: #d7aa45;
}


/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */

.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #20c967;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
  z-index: 30;
  border: 3px solid #fff;
}

.floating-wa img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.floating-wa:hover {
  transform: scale(1.05);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: #0b1736;
    padding: 18px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    padding: 18px 0;
  }

  .trust-grid i {
    display: none;
  }

  .service-grid,
  .insurance-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .split-image,
  .about-visual > img {
    height: 430px;
  }

  .city-grid {
    grid-template-columns: 1fr;
  }

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

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

  /* Header logo */

  .site-header .nav-wrap {
    min-height: 68px;
  }

  .site-header .brand-logo-only {
    width: 130px;
    height: 60px;
    flex-basis: 130px;
  }

  .site-header .brand-logo-only img {
    width: 110px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav-wrap {
    height: 68px;
  }

  .site-header {
    background: #0b1736;
  }


  /* Logo */

  .brand-logo-only img {
    width: 150px;
    height: 50px;
  }

  .site-header .brand-logo-only {
    width: 130px;
    height: 60px;
  }

  .site-header .brand-logo-only img {
    width: 110px;
  }


  /* Hero */

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 50px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }


  /* Sections */

  .section,
  .property-section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .about-copy h2,
  .final-cta h2 {
    font-size: 40px;
  }


  /* Services */

  .service-grid,
  .insurance-grid {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 220px;
  }


  /* Insurance */

  .insurance-item {
    border-right: 0;
    border-bottom: 1px solid #dcd9d0;
  }

  .insurance-item:last-child {
    border-bottom: 0;
  }

  .insurance-actions {
    flex-direction: column;
  }

  .insurance-actions .btn {
    width: 100%;
  }


  /* Property */

  .city-card {
    height: 430px;
  }

  .city-content h3 {
    font-size: 38px;
  }


  /* About */

  .about-visual > img {
    height: 400px;
  }


  /* Telugu section */

  .telugu-band {
    padding: 80px 0;
  }


  /* Footer */

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }


  /* WhatsApp */

  .floating-wa {
    right: 16px;
    bottom: 16px;
  }


  /* Trust strip */

  .trust-grid {
    font-size: 9px;
    letter-spacing: .04em;
  }


  /* Contact */

  .contact-line {
    font-size: 11px;
    padding: 9px 0;
  }

  .city-contact {
    font-size: 11px;
  }

}