:root {
  --brown: #271e19;
  --brown2: #3d2c22;
  --gold: #b98e61;
  --sand: #d8c2a7;
  --cream: #f7f4ef;
  --ink: #201c19;
  --muted: #756d66;
  --line: #e8e0d7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Tajawal, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  z-index: 50;
  color: #fff;
  transition: 0.35s;
  border-bottom: 1px solid #ffffff20;
}
.header.scrolled {
  background: #211914f2;
  backdrop-filter: blur(15px);
  height: 72px;
}
.logo {
  width: 116px;
  margin-left: auto;
}
.logo img {
  width: 100%;
  max-height: 62px;
  object-fit: contain;
}
.header nav {
  display: flex;
  gap: 25px;
}
.header nav a {
  font-size: 14px;
  color: #eee;
  transition: 0.2s;
}
.header nav a:hover {
  color: var(--sand);
}
.nav-cta {
  margin-right: 32px;
  border: 1px solid var(--gold);
  background: transparent;
  color: #fff;
  padding: 11px 21px;
  cursor: pointer;
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px;
}
.hero {
  height: 100vh;
  min-height: 720px;
  background: radial-gradient(circle at 25% 25%, #584233, #2b211b 48%, #181310);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: radial-gradient(
    circle at 2px 2px,
    #d9c3a7 1px,
    transparent 1px
  );
  background-size: 32px 32px;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 38%, #1b1511 93%);
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 3;
  margin-right: 8vw;
  width: 52%;
  padding-top: 80px;
}
.kicker {
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.hero h1 {
  font-size: clamp(52px, 6.5vw, 96px);
  line-height: 1.04;
  margin: 18px 0 23px;
  font-weight: 400;
}
.hero h1 em {
  font-style: normal;
  color: var(--sand);
}
.hero-copy > p {
  font-size: 20px;
  line-height: 1.8;
  color: #d7cdc6;
  max-width: 590px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 0;
  cursor: pointer;
  min-height: 50px;
}
.gold {
  background: var(--gold);
  color: #fff;
}
.line {
  border: 1px solid #ffffff80;
  color: #fff;
  background: transparent;
}
.hero-facts {
  display: flex;
  gap: 45px;
  margin-top: 52px;
  border-top: 1px solid #ffffff2b;
  padding-top: 25px;
}
.hero-facts b {
  font-size: 29px;
  color: var(--sand);
  display: block;
}
.hero-facts span {
  font-size: 12px;
  color: #b9aea7;
}
.tower {
  position: absolute;
  z-index: 2;
  left: -3%;
  bottom: -4%;
  height: 96%;
  width: 49%;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 30px 35px #0008);
}
.scroll {
  position: absolute;
  bottom: 35px;
  right: 50%;
  z-index: 5;
  font-size: 12px;
  color: #bcb3ad;
  writing-mode: vertical-rl;
}
.scroll span {
  color: var(--gold);
  font-size: 24px;
  margin-top: 8px;
}
.quote-strip {
  background: var(--gold);
  color: white;
  padding: 22px 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
}
.quote-strip b {
  font-size: 12px;
  letter-spacing: 6px;
}
.section {
  padding: 110px 7vw;
}
.about {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 8vw;
  align-items: center;
  background: #fff;
}
.about-visual {
  height: 690px;
  position: relative;
  overflow: hidden;
}
.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vertical-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 6px;
  font-size: 12px;
}
.about h2,
.section-title h2,
.location h2,
.unit-copy h2,
.warranty-copy h2,
.developer h2,
.final-copy h2 {
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.15;
  margin: 16px 0 25px;
  font-weight: 500;
}
.about p,
.section-title p,
.location-copy > p,
.unit-copy > p,
.warranty-copy > p,
.developer p,
.final-copy p {
  font-size: 17px;
  line-height: 2;
  color: var(--muted);
}
.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.mini-grid div {
  padding: 20px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.mini-grid b {
  display: block;
  color: var(--gold);
  font-size: 28px;
}
.mini-grid span {
  font-size: 13px;
  color: var(--muted);
}
.dark {
  background: var(--brown);
  color: white;
}
.section-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 55px;
}
.section-title.light p {
  color: #c7bbb2;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #58453b;
}
.benefits article {
  background: var(--brown2);
  padding: 38px 28px;
  min-height: 245px;
}
.benefits i {
  font-style: normal;
  font-size: 28px;
  color: var(--gold);
}
.benefits h3 {
  font-size: 21px;
  margin: 22px 0 12px;
}
.benefits p {
  color: #baafa8;
  line-height: 1.8;
  font-size: 14px;
}
.market-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 950px;
  margin: 70px auto 0;
  text-align: center;
}
.market-numbers div {
  padding: 12px 30px;
  border-left: 1px solid #ffffff25;
}
.market-numbers div:last-child {
  border: 0;
}
.market-numbers strong {
  font-size: 40px;
  color: var(--sand);
  display: block;
}
.market-numbers span {
  font-size: 13px;
  color: #afa39c;
}
.location {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 760px;
  background: #fff;
}
.location-image {
  background: url("assets/medina-city.jpg") center/cover;
}
.location-copy {
  padding: 100px 7vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.distance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 25px 0 35px;
}
.distance div {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.distance b {
  display: block;
  font-size: 23px;
  color: var(--gold);
}
.distance span {
  color: var(--muted);
  font-size: 13px;
}
.location .btn {
  align-self: flex-start;
}
.facilities {
  background: #faf8f5;
}
.facility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px 300px;
  gap: 14px;
}
.facility {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
}
.facility.tall {
  grid-row: span 2;
}
.facility.wide {
  grid-column: span 2;
}
.facility img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.facility:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #000c);
}
.facility:hover img {
  transform: scale(1.045);
}
.facility > div {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #fff;
  z-index: 2;
}
.facility span {
  font-size: 12px;
  color: var(--sand);
}
.facility h3 {
  margin: 5px 0;
  font-size: 23px;
}
.smart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 45px;
  border: 1px solid var(--line);
}
.smart div {
  padding: 25px 15px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.smart div:last-child {
  border: 0;
}
.smart i {
  font-style: normal;
  color: var(--gold);
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}
.smart span {
  font-size: 13px;
  color: var(--muted);
}
.units {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  min-height: 760px;
  background: #fff;
}
.unit-copy {
  padding: 100px 7vw;
  background: #efe8df;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unit-tabs {
  display: flex;
  gap: 8px;
  margin: 20px 0;
}
.unit-tabs button {
  border: 1px solid #cbbba8;
  padding: 10px 18px;
  background: transparent;
  cursor: pointer;
}
.unit-tabs button.active {
  background: var(--brown);
  color: #fff;
  border-color: var(--brown);
}
.unit-data {
  display: flex;
  gap: 30px;
  margin: 20px 0 30px;
}
.unit-data strong {
  font-size: 24px;
}
.unit-data span {
  color: var(--muted);
}
.dark-btn {
  background: var(--brown);
  color: white;
  align-self: flex-start;
}
.unit-visual {
  padding: 8%;
  display: grid;
  place-items: center;
  position: relative;
}
.unit-visual > img:first-child {
  width: 72%;
  max-height: 470px;
  object-fit: contain;
  transition: 0.2s;
}
.unit-visual .floor {
  position: absolute;
  width: 42%;
  bottom: 25px;
  left: 25px;
  border: 10px solid white;
  box-shadow: 0 10px 30px #0002;
}
.gallery-section {
  background: #f8f5f0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;
  gap: 12px;
}
.g {
  border: 0;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
}
.g.wide {
  grid-column: span 2;
}
.g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.g:hover img {
  transform: scale(1.04);
}
.warranties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 780px;
  background: var(--brown);
  color: white;
}
.warranty-image {
  background: url("assets/warranties.png") center/cover;
}
.warranty-copy {
  padding: 90px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.warranty-copy > p {
  color: #c3b7ae;
}
.warranty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ffffff22;
  border-right: 1px solid #ffffff22;
  margin-top: 25px;
}
.warranty-grid div {
  padding: 18px;
  border-left: 1px solid #ffffff22;
  border-bottom: 1px solid #ffffff22;
}
.warranty-grid b {
  display: block;
  color: var(--sand);
  font-size: 23px;
}
.warranty-grid span {
  font-size: 12px;
  color: #b9aaa0;
}
.developer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  background: white;
  align-items: center;
}
.developer-copy img {
  width: 170px;
  filter: invert(1);
  margin-bottom: 35px;
}
.developer-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.developer-stats div {
  min-height: 160px;
  padding: 30px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.developer-stats b {
  display: block;
  font-size: 42px;
  color: var(--gold);
}
.developer-stats span {
  color: var(--muted);
}
.final-cta {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 760px;
  background: #1e1713;
  color: white;
}
.final-building {
  background: url("assets/building-night.png") center 30% / cover;
}
.final-copy {
  padding: 90px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-copy > img {
  width: 170px;
  margin-bottom: 35px;
}
.final-copy p {
  color: #c3b8b0;
}
.final-copy .btn {
  align-self: flex-start;
  margin-top: 15px;
}
footer {
  background: #120e0c;
  color: #d3c9c3;
  padding: 65px 7vw 25px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  position: relative;
}
.footer-brand img {
  width: 140px;
}
.footer-brand p {
  color: #8f837c;
}
.footer h4 {
  color: #b98e61;
}
.footer a {
  display: block;
  margin: 10px 0;
  direction: ltr;
  text-align: right;
}
.shumookh {
  width: 170px;
  margin: 15px 0;
}
.foot-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #ffffff18;
  padding-top: 22px;
  color: #736b66;
}
.whatsapp {
  position: fixed;
  left: 25px;
  bottom: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ab835b;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 45;
  font-size: 24px;
}
.modal,
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: #000b;
  z-index: 100;
  place-items: center;
}
.modal.open,
.lightbox.open {
  display: grid;
}
.modal-card {
  background: #fff;
  width: min(92vw, 500px);
  padding: 45px;
  position: relative;
}
.close,
.lightbox button {
  position: absolute;
  left: 16px;
  top: 12px;
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
}
.modal-card form {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}
.modal input,
.modal select {
  padding: 15px;
  border: 1px solid var(--line);
  width: 100%;
}
.success {
  display: none;
  background: #f1eadf;
  color: #4b392c;
  padding: 18px;
  margin-top: 15px;
}
.lightbox img {
  max-height: 86vh;
  max-width: 88vw;
}
.lightbox button {
  color: #fff;
  font-size: 40px;
  z-index: 2;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 950px) {
  .header {
    height: 72px;
    padding: 0 20px;
  }
  .menu {
    display: block;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    background: #211914;
    padding: 25px;
    flex-direction: column;
  }
  .header nav.open {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .hero-copy {
    margin-right: 6vw;
    width: 63%;
  }
  .tower {
    left: -14%;
    width: 60%;
  }
  .about,
  .location,
  .units,
  .warranties,
  .developer,
  .final-cta {
    grid-template-columns: 1fr;
  }
  .about-visual,
  .location-image,
  .warranty-image,
  .final-building {
    height: 620px;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
  .facility-grid {
    grid-template-columns: 1fr 1fr;
  }
  .facility.tall {
    grid-row: span 1;
  }
  .facility.wide {
    grid-column: span 1;
  }
  .smart {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
  .gallery .wide {
    grid-column: span 1;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .hero {
    height: auto;
    min-height: 820px;
    align-items: flex-start;
  }
  .hero-copy {
    width: auto;
    margin: 0;
    padding: 150px 22px 0;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-facts {
    gap: 18px;
  }
  .hero-facts b {
    font-size: 23px;
  }
  .tower {
    height: 53%;
    width: 78%;
    left: -18%;
    opacity: 0.54;
  }
  .scroll {
    display: none;
  }
  .quote-strip {
    padding: 17px 20px;
    font-size: 19px;
  }
  .quote-strip b {
    display: none;
  }
  .section {
    padding: 75px 20px;
  }
  .about-visual,
  .location-image,
  .warranty-image,
  .final-building {
    height: 480px;
  }
  .about-copy {
    padding-top: 15px;
  }
  .benefits,
  .market-numbers,
  .smart,
  .developer-stats {
    grid-template-columns: 1fr 1fr;
  }
  .benefits article {
    min-height: 220px;
    padding: 28px 20px;
  }
  .market-numbers div {
    border: 0;
    border-bottom: 1px solid #ffffff20;
    padding: 15px 5px;
  }
  .market-numbers strong {
    font-size: 27px;
  }
  .location-copy,
  .unit-copy,
  .warranty-copy,
  .final-copy {
    padding: 75px 22px;
  }
  .facility-grid {
    display: block;
  }
  .facility {
    height: 300px;
    margin-bottom: 12px;
  }
  .smart div {
    border-bottom: 1px solid var(--line);
  }
  .unit-visual {
    min-height: 460px;
  }
  .unit-visual > img:first-child {
    width: 90%;
  }
  .gallery {
    grid-auto-rows: 230px;
  }
  .gallery-section .section-title {
    text-align: right;
  }
  .warranty-grid b {
    font-size: 18px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 55px 22px 20px;
  }
  .foot-bottom {
    grid-column: 1;
  }
  .modal-card {
    padding: 40px 25px;
  }
}

/* Interactive map and 360 tour */
.map-wrap {
  min-height: 760px;
  position: relative;
  background: #e8e1d9;
}
.map-wrap #madinahMap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.map-key {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 500;
  background: #fff;
  padding: 13px 17px;
  display: flex;
  gap: 18px;
  box-shadow: 0 10px 30px #2b201526;
  font-size: 12px;
}
.map-key span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.map-key i {
  width: 10px;
  height: 10px;
  background: #635044;
  border-radius: 50%;
  display: inline-block;
}
.map-key .project-dot {
  background: #b98e61;
  box-shadow: 0 0 0 5px #b98e6133;
}
.distance button {
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: right;
  cursor: pointer;
  transition: 0.2s;
}
.distance button:hover {
  padding-right: 10px;
  background: #f8f4ef;
}
.map-note {
  display: block;
  color: #9a9088;
  line-height: 1.7;
  margin-top: 17px;
  max-width: 460px;
}
.leaflet-container {
  font-family: Tajawal, Arial, sans-serif;
}
.leaflet-popup-content {
  text-align: right;
  line-height: 1.7;
}
.sadan-map-marker {
  background: #b98e61;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow:
    0 0 0 7px #b98e6140,
    0 4px 16px #0004;
}
.tour-section {
  background: #17110e;
  color: #fff;
  padding: 110px 7vw 75px;
}
.tour-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  align-items: end;
  margin-bottom: 45px;
}
.tour-head .kicker {
  grid-column: 1/-1;
}
.tour-head h2 {
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.15;
  margin: 15px 0 0;
}
.tour-head p {
  color: #bdb1a9;
  line-height: 1.9;
  margin: 0;
  max-width: 520px;
}
.panorama-shell {
  position: relative;
  height: min(68vh, 720px);
  min-height: 480px;
  border: 1px solid #ffffff1f;
  overflow: hidden;
  background: #2c211b;
}
.panorama-shell #panorama {
  height: 100%;
  width: 100%;
}
.tour-badge {
  position: absolute;
  z-index: 5;
  right: 25px;
  bottom: 25px;
  background: #b98e61e8;
  color: white;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.tour-badge b {
  font-size: 24px;
}
.tour-badge span {
  font-size: 12px;
}
.ai-note {
  color: #80756e;
  font-size: 12px;
  text-align: center;
  margin: 18px 0 0;
}
.pnlm-container {
  font-family: Tajawal, Arial, sans-serif;
}
@media (max-width: 950px) {
  .map-wrap {
    height: 620px;
    min-height: 620px;
  }
  .tour-head {
    grid-template-columns: 1fr;
  }
  .tour-head p {
    margin-top: 20px;
  }
  .panorama-shell {
    min-height: 520px;
  }
}
@media (max-width: 620px) {
  .map-wrap {
    height: 500px;
    min-height: 500px;
  }
  .map-key {
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    gap: 7px;
  }
  .tour-section {
    padding: 75px 20px 55px;
  }
  .panorama-shell {
    height: 62vh;
    min-height: 430px;
  }
  .tour-badge {
    right: 14px;
    bottom: 14px;
  }
  .header nav {
    max-height: calc(100vh - 72px);
    overflow: auto;
  }
}

/* Payment calculator */
.payment-plans {
  background: linear-gradient(145deg, #f6f0e8, #fff 54%, #eee4d8);
  position: relative;
  overflow: hidden;
}
.payment-plans:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid #b98e6130;
  border-radius: 50%;
  top: -190px;
  left: -120px;
  box-shadow:
    0 0 0 45px #b98e6108,
    0 0 0 90px #b98e6106;
}
.payment-plans > .section-title {
  position: relative;
}
.payment-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  max-width: 1180px;
  margin: auto;
  align-items: stretch;
}
.payment-calculator,
.schedule-card {
  background: #fff;
  border: 1px solid #e4d8ca;
  box-shadow: 0 24px 65px #4c352316;
}
.payment-calculator {
  padding: 34px;
}
.price-field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.price-input {
  height: 70px;
  display: flex;
  align-items: center;
  border: 1px solid #d9ccbd;
  background: #faf7f2;
  transition: 0.2s;
}
.price-input:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px #b98e6115;
}
.price-input input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 20px;
  font-size: 29px;
  font-weight: 700;
  direction: ltr;
  text-align: right;
  outline: 0;
  color: var(--brown);
}
.price-input span {
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0 20px;
  color: #fff;
  background: var(--gold);
  font-weight: 700;
}
.price-field small {
  display: block;
  margin-top: 8px;
  color: #938980;
}
.sadan-contract-date {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}
.sadan-contract-date input {
  width: 100%;
  height: 50px;
  margin-top: 9px;
  border: 1px solid #ddd1c3;
  padding: 0 14px;
  background: #fff;
  color: var(--brown);
  font: inherit;
}
.plan-selector {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin: 28px 0;
}
.plan-selector button {
  border: 1px solid #ddd1c3;
  background: #fff;
  padding: 14px 8px;
  cursor: pointer;
  min-height: 72px;
  transition: 0.25s;
  color: var(--brown);
}
.plan-selector button:hover {
  transform: translateY(-2px);
  border-color: #b98e6180;
}
.plan-selector button.active {
  background: var(--brown);
  border-color: var(--brown);
  color: #fff;
  box-shadow: 0 10px 25px #2a1f1925;
}
.plan-selector b,
.plan-selector span {
  display: block;
}
.plan-selector b {
  font-size: 14px;
}
.plan-selector span {
  font-size: 10px;
  color: #9a8065;
  margin-top: 5px;
}
.plan-selector .active span {
  color: var(--sand);
}
.payment-summary {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.payment-summary > div {
  padding: 20px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.payment-summary span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 7px;
}
.payment-summary strong {
  font-size: 23px;
  color: var(--brown);
  direction: ltr;
  display: block;
  text-align: right;
}
.payment-summary .net-total {
  background: #f1e7db;
}
.payment-summary .net-total strong {
  color: #8a613b;
  font-size: 28px;
}
.schedule-card {
  padding: 34px;
  background: var(--brown);
  color: #fff;
}
.schedule-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ffffff1b;
}
.schedule-heading span {
  color: #ab9f96;
  font-size: 12px;
}
.schedule-heading h3 {
  font-size: 30px;
  margin: 5px 0 0;
}
.discount-badge {
  background: var(--gold);
  padding: 10px 15px;
  font-weight: 700;
  font-size: 13px;
  min-width: 92px;
  text-align: center;
}
.schedule-progress {
  height: 8px;
  display: flex;
  gap: 2px;
  margin: 26px 0 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff12;
}
.schedule-progress span {
  height: 100%;
  background: var(--gold);
  min-width: 4px;
}
.schedule-progress span:last-child {
  background: var(--sand);
}
.schedule-list {
  display: none;
  gap: 8px;
}
.sadan-payment-table {
  overflow: auto;
  border: 1px solid #ffffff16;
}
.sadan-payment-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 11px;
}
.sadan-payment-table th,
.sadan-payment-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #ffffff12;
  text-align: right;
}
.sadan-payment-table th {
  background: #ffffff0b;
  color: #bcb0a7;
  font-weight: 500;
}
.sadan-payment-table td {
  color: #f1ece7;
}
.sadan-payment-table td:nth-child(3),
.sadan-payment-table td:last-child {
  direction: ltr;
  font-weight: 700;
  text-align: right;
}
.schedule-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  background: #ffffff08;
  border: 1px solid #ffffff0c;
  padding: 12px 14px;
  transition: 0.2s;
}
.schedule-row:hover {
  background: #ffffff0e;
}
.schedule-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b98e6123;
  color: var(--sand);
  display: grid;
  place-items: center;
  font-size: 11px;
}
.schedule-copy b {
  display: block;
  font-size: 13px;
}
.schedule-copy span {
  font-size: 10px;
  color: #a99e97;
}
.schedule-amount {
  text-align: left;
}
.schedule-amount b {
  display: block;
  font-size: 16px;
  color: #fff;
  direction: ltr;
}
.schedule-amount span {
  font-size: 10px;
  color: var(--gold);
}
.schedule-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #8f837b;
  font-size: 11px;
  line-height: 1.7;
  margin: 18px 0;
}
.payment-cta {
  background: var(--gold);
  width: 100%;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Contact experience */
.contact-section {
  position: relative;
  background: #241d18;
  color: #fff;
  padding: 105px 7vw;
  overflow: hidden;
}
.contact-pattern {
  position: absolute;
  inset: -30%;
  opacity: 0.08;
  background: repeating-radial-gradient(
    circle at 50% 50%,
    transparent 0 34px,
    #d6ba9a 35px 36px,
    transparent 37px 72px
  );
  transform: scaleX(1.35);
}
.contact-heading {
  position: relative;
  max-width: 670px;
  text-align: center;
  margin: 0 auto 48px;
}
.contact-heading h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 500;
  margin: 14px 0;
}
.contact-heading p {
  color: #b9ada5;
  line-height: 1.9;
}
.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 980px;
  margin: auto;
}
.contact-card {
  position: relative;
  padding: 38px;
  background: #2e251fdd;
  border: 1px solid #ffffff13;
  min-height: 300px;
  overflow: hidden;
}
.contact-card:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #b98e6124;
  border-radius: 50%;
  left: -80px;
  bottom: -100px;
}
.contact-card-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #b98e6180;
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 22px;
}
.contact-label {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  padding: 9px 22px;
  font-size: 16px;
  font-weight: 700;
}
.contact-numbers {
  display: grid;
  gap: 6px;
  margin-top: 22px;
}
.contact-numbers a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 7px 0;
  font-size: 21px;
  font-weight: 700;
  transition: 0.2s;
}
.contact-numbers a:hover {
  color: var(--sand);
  transform: translateX(-5px);
}
.contact-numbers i {
  font-size: 14px;
  color: var(--gold);
}
.social-card {
  text-align: center;
}
.social-card .contact-card-icon {
  margin-right: auto;
  margin-left: auto;
}
.social-handle {
  display: block;
  font-size: 25px;
  letter-spacing: 4px;
  margin: 28px 0 20px;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 11px;
}
.social-links a {
  width: 43px;
  height: 43px;
  border: 1px solid #b98e6180;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  transition: 0.25s;
}
.social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-4px);
}
footer {
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  align-items: start;
}
.footer-partner h4 {
  margin-top: 0;
}
.footer-partner img {
  width: 170px;
  max-height: 70px;
  object-fit: contain;
  object-position: right center;
}
.footer-partner:first-of-type img {
  filter: invert(1);
}
.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.foot-bottom a {
  direction: ltr;
  margin: 0;
  color: #a99b91;
}
.whatsapp {
  background: #25d366;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 12px 28px #25d36655;
  border: 2px solid #fff;
}
.whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px #25d36675;
}

@media (max-width: 1100px) {
  .header nav {
    gap: 15px;
  }
  .header nav a {
    font-size: 12px;
  }
  .payment-layout {
    grid-template-columns: 1fr;
  }
  .plan-selector {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 760px) {
  .payment-calculator,
  .schedule-card {
    padding: 25px;
  }
  .plan-selector {
    grid-template-columns: repeat(2, 1fr);
  }
  .plan-selector button:last-child {
    grid-column: 1/-1;
  }
  .payment-summary {
    grid-template-columns: 1fr;
  }
  .payment-summary strong {
    font-size: 21px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-card {
    min-height: auto;
  }
  .contact-section {
    padding: 75px 20px;
  }
  .contact-numbers a {
    font-size: 19px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .foot-bottom {
    grid-column: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-partner img {
    max-width: 160px;
  }
}
@media (max-width: 420px) {
  .price-input input {
    font-size: 23px;
    padding: 0 12px;
  }
  .price-input span {
    padding: 0 14px;
  }
  .schedule-row {
    grid-template-columns: 30px 1fr;
  }
  .schedule-amount {
    grid-column: 2;
    text-align: right;
  }
  .contact-card {
    padding: 28px 22px;
  }
  .contact-numbers a {
    font-size: 17px;
  }
  .social-handle {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.maskana-footer {
  filter: invert(1);
}
@media (max-width: 1180px) {
  .header {
    height: 72px;
    padding: 0 20px;
  }
  .menu {
    display: block;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    background: #211914;
    padding: 25px;
    flex-direction: column;
    max-height: calc(100vh - 72px);
    overflow: auto;
  }
  .header nav.open {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .payment-layout {
    grid-template-columns: 1fr;
  }
  .plan-selector {
    grid-template-columns: repeat(5, 1fr);
  }
}
