:root {
  --green: #8cc63e;
  --green-d: #6ea82f;
  --green-l: #b4da81;
  --teal: #008894;
  --teal-d: #0c626b;
  --teal-ink: #395154;
  --ink: #221f20;
  --muted: #5c6360;
  --line: #e4e8df;
  --cream: #efefef;
  --sand: #f1f8e7;
  --sage: #899187;
  --white: #ffffff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 18px 50px -20px rgba(22, 67, 72, 0.35);
  --wrap: 1200px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

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

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

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 22px;
}

section {
  position: relative;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.3px;
}

.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--green-d);
  margin-bottom: 14px;
  display: inline-block;
}

.sec-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}

.sec-head h2 {
  font-size: clamp(30px, 4.4vw, 52px);
  color: var(--teal-ink);
}

.sec-head h2 em {
  font-style: italic;
  color: var(--green-d);
}

.sec-head .rule {
  width: 64px;
  height: 3px;
  background: var(--green);
  margin: 20px auto 22px;
  border-radius: 3px;
}

.sec-head p {
  color: var(--muted);
  font-size: 16.5px;
}

.pad {
  padding: 64px 0;
}

.pad-sm {
  padding: 46px 0;
}

.cream {
  background: var(--cream);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 30px;
  border-radius: 40px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: 0.25s;
}

.btn-primary {
  background: var(--green);
  color: #123;
}

.btn-primary:hover {
  background: var(--green-d);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline {
  border-color: currentColor;
  color: var(--teal-ink);
}

.btn-outline:hover {
  background: var(--teal-ink);
  color: #fff;
  border-color: var(--teal-ink);
}

.btn-ghost-w {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.btn-ghost-w:hover {
  background: #fff;
  color: var(--teal-ink);
}

/* ---------- Header ---------- */
header.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  transition: 0.3s;
  padding: 9px 0;
}

header.nav.solid {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 26px -14px rgba(0, 0, 0, 0.28);
  padding: 6px 0;
  backdrop-filter: blur(6px);
}

.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand .mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.brand .mark svg {
  width: 100%;
  height: 100%;
}

.brand .txt strong {
  display: block;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  color: var(--teal-ink);
  line-height: 1;
  letter-spacing: 0.5px;
}

.brand .txt span {
  font-size: 9px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--green-d);
  font-weight: 500;
}

header.nav:not(.solid) .brand .txt strong {
  color: #fff;
}

header.nav:not(.solid) .brand .txt span {
  color: var(--green-l);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a.lk {
  font-size: 13.5px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--ink);
  position: relative;
}

header.nav:not(.solid) .nav-links a.lk {
  color: #fff;
}

.nav-links a.lk::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: 0.25s;
}

.nav-links a.lk:hover::after {
  width: 100%;
}

.burger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

header.nav.solid .burger {
  color: var(--teal-ink);
}

/* ---------- Hero (banner image only) ---------- */
.hero {
  position: relative;
  display: block;
  background: var(--teal-ink);
  overflow: hidden;
}

.hero-banner,
.hero-banner img {
  display: block;
  width: 100%;
}

.hero-banner img {
  height: auto;
  aspect-ratio: 2000 / 900;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .hero-banner img {
    aspect-ratio: 500 / 800;
  }
}

/* Hero side form */
.lead-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 18px;
  padding: 28px 26px 26px;
  box-shadow: 0 30px 70px -30px rgba(22, 67, 72, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.lead-card h3 {
  font-size: 24px;
  color: var(--teal-ink);
  text-align: center;
}

.lead-card .sub {
  text-align: center;
  font-size: 13.5px;
  color: var(--muted);
  margin: 4px 0 16px;
}

.field {
  margin-bottom: 13px;
}

.field input,
.field textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 11px;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--ink);
  background: #f7faf3;
  transition: 0.2s;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(140, 198, 62, 0.14);
}

.field .err {
  color: #c0392b;
  font-size: 11.5px;
  display: none;
  margin-top: 3px;
}

.lead-card .btn {
  width: 100%;
  justify-content: center;
}

.lead-card .disc {
  font-size: 10.5px;
  color: #9aa39c;
  text-align: center;
  margin-top: 10px;
}

/* ---------- Highlights strip ---------- */
.strip {
  background: var(--teal-ink);
  color: #fff;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.strip-grid .it {
  padding: 10px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.strip-grid .it:last-child {
  border-right: none;
}

.strip-grid .it i {
  color: var(--green);
  font-size: 26px;
  margin-bottom: 12px;
}

.strip-grid .it b {
  /* font-family: var(--serif); */
  font-size: 22px;
  display: block;
  white-space: nowrap;
}

.strip-grid .it span {
  font-size: 13px;
  color: #cdd8cf;
}

/* ---------- Overview ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.split .media {
  position: relative;
}

.split .media img {
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.split .media .tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 20px;
}

.badge11 {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--green);
  color: #123;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--shadow);
}

.badge11 b {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
}

.badge11 span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
}

.ov-list {
  list-style: none;
  margin: 22px 0 0;
}

.ov-list li {
  position: relative;
  padding: 11px 0 11px 34px;
  border-bottom: 1px dashed var(--line);
  font-size: 15.5px;
  color: #3c433f;
}

.ov-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--green-d);
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 13px;
}

.quote-badge {
  display: inline-block;
  background: var(--sand);
  color: var(--green-d);
  font-weight: 500;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}

/* ---------- Price table ---------- */
.pricetbl {
  background: var(--teal-ink);
}

.pricetbl .sec-head h2,
.pricetbl .sec-head p {
  color: #fff;
}

.pricetbl .sec-head h2 em {
  color: var(--green-l);
}

.tbl-wrap {
  max-width: 960px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

table.price {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 620px;
}

table.price thead th {
  background: var(--green);
  color: #123;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 22px;
  text-align: left;
}

table.price tbody td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  vertical-align: middle;
}

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

table.price tbody tr:nth-child(even) {
  background: #fafcf6;
}

table.price .type {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--teal-ink);
  font-weight: 600;
  white-space: nowrap;
}

table.price .type small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-d);
}

table.price .area b {
  color: var(--ink);
  font-weight: 500;
}

table.price .area span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
}

table.price .wings {
  font-size: 12px;
  color: var(--teal);
  font-weight: 500;
}

.price-note {
  text-align: center;
  color: #cdd8cf;
  font-size: 12.5px;
  margin-top: 18px;
}

/* ---------- Amenities ---------- */
.ame-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 34px;
  background: #fff;
}

.ame-block.rev .ame-media {
  order: 2;
}

.ame-media {
  min-height: 340px;
  background-size: cover;
  background-position: center;
}

.ame-body {
  padding: 40px 42px;
}

.ame-body .k {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--green-d);
  font-weight: 500;
}

.ame-body h3 {
  font-size: 29px;
  color: var(--teal-ink);
  margin: 8px 0 4px;
}

.ame-body .sub {
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  margin-bottom: 18px;
}

.ame-cols {
  columns: 2;
  column-gap: 26px;
}

.ame-cols li {
  list-style: none;
  position: relative;
  padding: 7px 0 7px 22px;
  font-size: 14px;
  color: #3c433f;
  break-inside: avoid;
}

.ame-cols li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

@media (max-width: 560px) {
  .ame-cols {
    columns: 1;
  }
}

/* ---------- Plans ---------- */
.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.tabs button {
  font-family: var(--sans);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  padding: 11px 24px;
  border-radius: 30px;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  transition: 0.2s;
}

.tabs button.on {
  background: var(--teal-ink);
  color: #fff;
  border-color: var(--teal-ink);
}

.plan-panel {
  display: none;
}

.plan-panel.on {
  display: block;
  animation: fade 0.5s ease;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.plan-frame {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--shadow);
  text-align: center;
}

.plan-frame img {
  margin: 0 auto;
  cursor: zoom-in;
}

.plan-frame .cap {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
}

/* ---------- Gallery ---------- */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gal-grid .g {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: zoom-in;
  aspect-ratio: 3/2;
}

.gal-grid .g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.gal-grid .g:hover img {
  transform: scale(1.08);
}

.gal-grid .g::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  background: rgba(22, 67, 72, 0.45);
  opacity: 0;
  transition: 0.3s;
}

.gal-grid .g:hover::after {
  opacity: 1;
}

.gal-grid .g.tall {
  grid-row: span 2;
  aspect-ratio: auto;
}

/* ---------- Connectivity ---------- */
.conn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
}

/* --- accordion --- */
.conn-acc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acc-item {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.acc-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--acc, var(--green));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.acc-item.open {
  border-color: color-mix(in srgb, var(--acc, var(--green)) 40%, var(--line));
  box-shadow: 0 18px 40px -26px rgba(22, 67, 72, 0.55);
}

.acc-item.open:before {
  transform: scaleY(1);
}

.acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px;
  background: none;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: var(--teal-ink);
  transition: background 0.3s ease;
}

.acc-head:hover {
  background: rgba(140, 198, 62, 0.06);
}

.acc-head:focus-visible {
  outline: 2px solid var(--acc, var(--green));
  outline-offset: -3px;
}

.acc-item.open .acc-head {
  background: color-mix(in srgb, var(--acc, var(--green)) 8%, #fff);
}

.acc-head i.ic {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  background: var(--acc, var(--green));
  box-shadow: 0 8px 18px -10px var(--acc, var(--green));
}

.acc-head .t {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.acc-head .chev {
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--sage);
  transition:
    transform 0.35s ease,
    color 0.3s ease;
}

.acc-item.open .chev {
  transform: rotate(180deg);
  color: var(--acc, var(--green));
}

.acc-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s ease;
}

.acc-item.open .acc-body {
  grid-template-rows: 1fr;
}

.acc-body>ul {
  overflow: hidden;
  list-style: none;
  padding: 0 16px;
  margin: 0;
  /* keep an open panel from towering over the map — long lists scroll */
  max-height: 218px;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}

.acc-item.open .acc-body>ul {
  overflow-y: auto;
}

.acc-body>ul::-webkit-scrollbar {
  width: 5px;
}

.acc-body>ul::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 5px;
}

.acc-body li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0 9px 16px;
  position: relative;
  border-bottom: 1px dashed var(--line);
  font-size: 14px;
  color: #3c433f;
}

.acc-body li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background: var(--acc, var(--green));
  opacity: 0.5;
}

.acc-body li:last-child {
  border-bottom: none;
  padding-bottom: 15px;
}

.acc-body li b {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: var(--acc, var(--green));
  padding: 3px 11px;
  border-radius: 20px;
  white-space: nowrap;
}

/* --- map --- */
.conn-map {
  display: flex;
  flex-direction: column;
}

.conn-map .map-frame {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.conn-map .map-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -26px rgba(22, 67, 72, 0.5);
}

.conn-map .map-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* bias the crop toward the site marker so it survives the tighter frame */
  object-position: 66% 48%;
  cursor: zoom-in;
  transition: transform 0.6s;
}

.conn-map .map-frame:hover img {
  transform: scale(1.05);
}

.conn-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
  display: none;
}

.conn-chips span {
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12.5px;
  padding: 7px 14px;
  border-radius: 30px;
  color: var(--teal-ink);
  transition: 0.2s;
}

.conn-chips span b {
  color: var(--green-d);
}

.conn-chips span:hover {
  border-color: var(--green);
  background: var(--sand);
}

@media (max-width: 992px) {
  .conn {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  /* stacked: no column to match, so show the map at its natural ratio */
  .conn-map .map-frame img {
    height: auto;
    aspect-ratio: 1600 / 986;
    object-fit: contain;
  }

  .acc-body>ul {
    max-height: none;
  }
}

@media (max-width: 480px) {

  .acc-head {
    gap: 11px;
    padding: 13px 14px;
  }

  .acc-head i.ic {
    width: 34px;
    height: 34px;
  }

  .acc-head .t {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .acc-body,
  .acc-item:before,
  .conn-map .map-frame,
  .conn-map .map-frame img {
    transition: none;
  }
}

/* ---------- Contact ---------- */

.contact {
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #395154;
}

.contact .container {
  position: relative;
  z-index: 1;
}

.contact .sec-head {
  margin-bottom: 40px;
}

.contact .sec-head .eyebrow {
  color: var(--green-l);
}

.contact .sec-head h2 {
  color: #fff;
}

.contact .sec-head h2 em {
  color: var(--green-l);
  font-style: italic;
}

.contact .sec-head .rule {
  background: var(--green);
}

.contact .sec-head p {
  color: #c7d8d1;
}

.c-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 34px;
  align-items: stretch;
}

/* Left: contact info + map */
.c-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-info .ci {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 18px 20px;
  transition: 0.25s;
}

.c-info a.ci:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(140, 198, 62, 0.4);
  transform: translateY(-2px);
}

.c-info .ci .ic {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-d) 100%);
  color: #123;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.c-info .ci .tx b {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-l);
  margin-bottom: 5px;
}

.c-info .ci .tx .v {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

.c-info .ci-map {
  flex: 1;
  min-height: 200px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.c-info .ci-map iframe {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  display: block;
}

/* Right: white form card */
.contact .cform {
  background: #fff;
  border-radius: 20px;
  padding: 40px 38px;
  color: var(--ink);
  box-shadow: 0 34px 80px -34px rgba(0, 0, 0, 0.55);
  position: relative;
  overflow: hidden;
  align-self: start;
}

.contact .cform:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--teal));
}

.contact .cform h3 {
  font-size: 27px;
  color: var(--teal-ink);
}

.contact .cform .sub {
  color: var(--muted);
  font-size: 14px;
  margin: 5px 0 22px;
}

/* ---------- Footer ---------- */
footer.ft {
  background: #39393a;
  color: #c2cec7;
  font-size: 18px;
  position: relative;
}

footer.ft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--teal));
}

.ft-main {
  padding: 48px 0 26px;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 44px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ft .brand {
  margin-bottom: 18px;
}

.ft .brand .txt strong {
  font-size: 25px;
}

.ft .brand .txt span {
  font-size: 12px;
}

.ft-addr p {
  display: flex;
  gap: 11px;
  margin-bottom: 14px;
  line-height: 1.7;
  color: #b7c5bd;
  font-size: 18.5px;
  max-width: 580px;
}

.ft-addr p i {
  color: var(--green);
  margin-top: 3px;
}

.ft a {
  color: #c2cec7;
  transition: 0.2s;
}

.ft a:hover {
  color: var(--green-l);
}

.ft .rera {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(140, 198, 62, 0.18);
  border-left: 3px solid var(--green);
  border-radius: 10px;
  padding: 16px 18px;
  line-height: 1.7;
}

.ft .rera b {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 6px;
}

.ft .rera .no {
  display: block;
  color: #fff;
  /* font-family: var(--serif); */
  font-size: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.ft .rera a {
  color: var(--green-l);
  font-size: 17px;
}

.ft-disc {
  font-size: 15.5px;
  color: #93a29a;
  line-height: 1.8;
  margin-top: 24px;
}

.ft-bottom {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16.5px;
  color: #93a29a;
}

/* ---------- Fixed mobile bar ---------- */
.mbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
}

.mbar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mbar .call {
  background: var(--teal-ink);
  color: #fff;
}

.mbar .enq {
  background: var(--green);
  color: #123;
}

/* ---------- Modal / Lightbox ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.on {
  display: flex;
}

.modal .ov {
  position: absolute;
  inset: 0;
  background: rgba(12, 46, 44, 0.7);
  backdrop-filter: blur(3px);
}

.modal .box {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 430px;
  padding: 34px 30px;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.modal .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--teal));
}

.modal .box h3 {
  color: var(--teal-ink);
  font-size: 26px;
  text-align: center;
}

.modal .box .sub {
  text-align: center;
  color: var(--muted);
  font-size: 13.5px;
  margin: 4px 0 16px;
}

.modal .x {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  color: var(--sage);
  cursor: pointer;
  background: none;
  border: none;
}

.lb {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(10, 26, 25, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
}

.lb.on {
  display: flex;
}

.lb img {
  max-width: 94vw;
  max-height: 88vh;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.lb .x,
.lb .nav {
  position: absolute;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.lb .x {
  top: 22px;
  right: 28px;
  font-size: 34px;
}

.lb .nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  padding: 10px;
  opacity: 0.8;
}

.lb .nav:hover {
  opacity: 1;
}

.lb .prev {
  left: 24px;
}

.lb .next {
  right: 24px;
}

#loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
}

#loader.on {
  display: flex;
}

#loader .sp {
  width: 54px;
  height: 54px;
  border: 4px solid var(--sand);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .lead-card {
    max-width: 460px;
  }

  .split,
  .conn,
  .c-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ame-block,
  .ame-block.rev {
    grid-template-columns: 1fr;
  }

  .ame-block.rev .ame-media {
    order: 0;
  }

  .ame-media {
    min-height: 240px;
  }

  .gal-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gal-grid .g.tall {
    grid-row: span 1;
    aspect-ratio: 3/2;
  }

  .badge11 {
    width: 104px;
    height: 104px;
  }

  .badge11 b {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 76%;
    max-width: 320px;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 90px 30px;
    gap: 22px;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.2);
    transform: translateX(101%);
    transition: transform 0.35s;
    z-index: 65;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a.lk {
    color: var(--ink) !important;
    font-size: 16px;
  }

  .nav-links .btn {
    color: #123 !important;
  }

  .burger {
    display: block;
    z-index: 66;
  }

  .strip-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .strip-grid .it {
    border: none !important;
    background: var(--teal-ink);
    padding: 22px 14px;
  }

  .strip-grid .it i {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .strip-grid .it b {
    font-size: 18px;
  }

  .strip-grid .it span {
    font-size: 11.5px;
  }

  .mbar {
    display: flex;
  }

  body {
    padding-bottom: 52px;
  }

  .pad {
    padding: 46px 0;
  }

  .pad-sm {
    padding: 36px 0;
  }

  .contact {
    padding: 56px 0;
  }

  .contact .cform {
    padding: 30px 24px;
  }

  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ame-body {
    padding: 30px 26px;
  }

  .lead-card {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 22px 18px;
  }

  .sec-head h2 {
    font-size: clamp(26px, 7vw, 52px);
  }

  .contact .cform h3 {
    font-size: 24px;
  }

  .ft-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: left;
  }
}

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

  .strip-grid .it {
    padding: 18px 10px;
  }

  .strip-grid .it i {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .strip-grid .it b {
    font-size: 16px;
  }

  .strip-grid .it span {
    font-size: 11px;
    line-height: 1.35;
    display: block;
  }
}

.shotmode {
  scroll-behavior: auto;
}

/* ===== v2 overrides ===== */
/* Header: always light and in-flow (sticky), so the banner artwork
   below it is never covered — it no longer sits on a dark full-screen hero */
header.nav {
  position: sticky;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 26px -14px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

header.nav:not(.solid) .brand .txt strong {
  color: var(--teal-ink);
}

header.nav:not(.solid) .brand .txt span {
  color: var(--green-d);
}

header.nav:not(.solid) .nav-links a.lk {
  color: var(--ink);
}

.burger {
  color: var(--teal-ink);
}

/* Overview: form + pointer slider (no image) */
.ov2 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}

.ov2>* {
  min-width: 0;
  max-width: 100%;
}

.psl {
  max-width: 100%;
}

.psl-view {
  max-width: 100%;
  overflow: hidden;
}

.ov2 .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-d) 100%);
  color: #0e2b1a;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 6px 0 14px;
  box-shadow: 0 8px 20px -10px rgba(110, 168, 47, 0.7);
}

.ov2 .badge-pill i {
  font-size: 14px;
}

.ov2 h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  color: var(--teal-ink);
}

.ov2 .support {
  color: var(--teal);
  font-size: 14.5px;
  font-style: italic;
  margin-top: 14px;
}

/* Pointer slider */
.psl {
  position: relative;
  margin-top: 26px;
}

.psl-view {
  overflow: hidden;
}

.psl-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.55s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.psl-card {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 3px 2px;
}

.psl-card .inner {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 14px 34px -22px rgba(22, 67, 72, 0.5);
  min-height: 120px;
}

.psl-card .ico {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-ink) 100%);
  color: var(--green-l);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.psl-card .tx b {
  display: block;
  /* font-family: var(--serif); */
  font-size: 19px;
  color: var(--teal-ink);
  margin-bottom: 3px;
}

.psl-card .tx p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.psl-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.psl-dots {
  display: flex;
  gap: 7px;
}

.psl-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: 0.3s;
}

.psl-dots i.on {
  background: var(--green);
  width: 22px;
  border-radius: 5px;
}

.psl-arrows {
  display: flex;
  gap: 8px;
}

.psl-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--teal-ink);
  cursor: pointer;
  font-size: 15px;
  transition: 0.2s;
}

.psl-arrows button:hover {
  background: var(--teal-ink);
  color: #fff;
  border-color: var(--teal-ink);
}

/* Overview form card */
.ov-form {
  background: #fff;
  border-radius: 20px;
  padding: 34px 32px;
  box-shadow: 0 30px 70px -30px rgba(22, 67, 72, 0.45);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.ov-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--teal));
}

.ov-form h3 {
  font-size: 26px;
  color: var(--teal-ink);
  text-align: center;
}

.ov-form .sub {
  text-align: center;
  font-size: 13.5px;
  color: var(--muted);
  margin: 5px 0 20px;
}

.ov-form .btn {
  width: 100%;
  justify-content: center;
}

.ov-form .disc {
  font-size: 10.5px;
  color: #9aa39c;
  text-align: center;
  margin-top: 10px;
}

/* ===== Gallery premium slider ===== */
.gsl {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.gsl-stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #0c2e2c;
}

.gsl-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.gsl-slide {
  flex: 0 0 100%;
  position: relative;
  aspect-ratio: 16/9;
  cursor: zoom-in;
}

.gsl-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsl-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 32px 22px;
  background: linear-gradient(to top, rgba(9, 26, 25, 0.85), transparent);
  color: #fff;
}

.gsl-cap .k {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--green-l);
}

.gsl-cap b {
  display: block;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.gsl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: var(--teal-ink);
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gsl-arrow:hover {
  background: var(--green);
  color: #123;
}

.gsl-arrow.prev {
  left: 18px;
}

.gsl-arrow.next {
  right: 18px;
}

.gsl-count {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
  background: rgba(9, 26, 25, 0.55);
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 30px;
}

.gsl-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  scrollbar-width: thin;
}

.gsl-thumbs .th {
  flex: 0 0 96px;
  height: 64px;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  transition: 0.25s;
}

.gsl-thumbs .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsl-thumbs .th.on {
  opacity: 1;
  border-color: var(--green);
}

/* ===== Connectivity section background ===== */
#location {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

@media (max-width: 992px) {
  .ov2 {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .gsl-slide {
    aspect-ratio: 4/3;
  }
}

@media (max-width: 600px) {
  .gsl-arrow {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .gsl-cap b {
    font-size: 20px;
  }

  .psl-card .inner {
    padding: 18px;
  }
}

/* ===================== v3 : bootstrap + new sections ===================== */
.container,
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  max-width: 1500px;
  margin: 0 auto;
}

/* ===== Form redesign — brand-tuned, icon-prefixed inputs ===== */
.lp-form .field {
  margin-bottom: 14px;
  position: relative;
}

.lp-form .field.ic {
  position: relative;
}

.lp-form .field.ic>i {
  position: absolute;
  left: 15px;
  top: 16px;
  color: var(--green-d);
  font-size: 14px;
  z-index: 2;
  pointer-events: none;
  transition: 0.2s;
}

.lp-form .field.ic .form-control {
  padding-left: 42px;
}

.lp-form .field.ic:focus-within>i {
  color: var(--green);
}

.lp-form .form-control {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--ink);
  background: #f6faef;
  box-shadow: none;
  transition: 0.22s;
  height: auto;
}

.lp-form .form-control::placeholder {
  color: #9aa79c;
}

.lp-form .form-control:hover {
  border-color: #cdd8c2;
}

.lp-form .form-control:focus {
  border-color: var(--green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(140, 198, 62, 0.16);
}

.lp-form .invalid-feedback {
  font-size: 11.5px;
}

.lp-form.was-validated .form-control:valid {
  border-color: var(--green);
  background-image: none;
}

.lp-form.was-validated .form-control:invalid {
  border-color: #dc3545;
}

/* Submit button: gradient + sliding arrow */
.lp-form .btn[type="submit"],
.lp-form button.btn {
  width: auto;
  justify-content: center;
  gap: 9px;
  margin-top: 8px;
  padding: 11px 26px;
  font-size: 12.5px;
  letter-spacing: 0.07em;
  color: #0e2b1a;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-d) 100%);
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.lp-form .btn[type="submit"]:after,
.lp-form button.btn:after {
  content: "\2192";
  font-size: 15px;
  transition: transform 0.25s;
}

.lp-form .btn[type="submit"]:hover,
.lp-form button.btn:hover {
  color: #0e2b1a;
  transform: translateY(-2px);
  box-shadow: none;
}

.lp-form .btn[type="submit"]:hover:after,
.lp-form button.btn:hover:after {
  transform: translateX(4px);
}

/* Trust line under forms */
.lp-form .trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 11.5px;
  color: #8a968c;
}

.lp-form .trust i {
  color: var(--green-d);
}

.ov-form .lp-form .trust,
.modal .lp-form .trust {
  color: #9aa39c;
}

/* ===== Generic responsive slider (config + floor plans) ===== */
.rsl {
  position: relative;
}

.rsl-view {
  overflow: hidden;
}

.rsl-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.rsl-track>* {
  box-sizing: border-box;
}

.rsl-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--teal-ink);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px -12px rgba(22, 67, 72, 0.5);
  transition: 0.2s;
}

.rsl-arrow:hover {
  background: var(--teal-ink);
  color: #fff;
  border-color: var(--teal-ink);
}

.rsl-arrow.prev {
  left: -10px;
}

.rsl-arrow.next {
  right: -10px;
}

.rsl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.rsl-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: 0.3s;
}

.rsl-dots i.on {
  background: var(--green);
  width: 22px;
  border-radius: 5px;
}

.rsl.no-slide .rsl-arrow,
.rsl.no-slide .rsl-dots {
  display: none;
}

/* ===== Configuration cards ===== */
.cfg-card {
  padding: 12px;
}

.cfg-card .inner {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px 26px;
  text-align: center;
  box-shadow: 0 20px 46px -26px rgba(0, 0, 0, 0.5);
  border-top: 4px solid var(--green);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  overflow: hidden;
}

.cfg-card .inner:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 0;
  background: linear-gradient(180deg, rgba(140, 198, 62, 0.1), transparent);
  transition: 0.35s;
}

.cfg-card .inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 60px -28px rgba(0, 0, 0, 0.6);
}

.cfg-card .inner:hover:before {
  height: 100%;
}

.cfg-card .type {
  /* font-family: var(--serif); */
  font-size: 34px;
  font-weight: 600;
  color: var(--teal-ink);
  line-height: 1;
  position: relative;
}

.cfg-card .type small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-d);
  margin-top: 6px;
}

.cfg-card .divi {
  width: 40px;
  height: 2px;
  background: var(--green);
  margin: 16px auto;
  position: relative;
}

.cfg-card .area {
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  position: relative;
}

.cfg-card .mofa {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
  position: relative;
}

.cfg-card .wings {
  display: inline-block;
  margin: 16px 0 20px;
  font-size: 12px;
  font-weight: 500;
  color: var(--teal);
  background: var(--sand);
  padding: 6px 14px;
  border-radius: 20px;
  position: relative;
}

.cfg-card .btn {
  width: 100%;
  justify-content: center;
  position: relative;
}

/* ===== Floor plan cards (blurred + View Plan CTA) ===== */
.fp-card {
  padding: 12px;
}

.fp-card .inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  border: 1px solid var(--line);
}

.fp-media {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.fp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(7px) brightness(0.92);
  transform: scale(1.08);
  transition: transform 0.6s;
}

.fp-card:hover .fp-media img {
  transform: scale(1.14);
}

.fp-lock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg,
      rgba(12, 46, 44, 0.35),
      rgba(12, 46, 44, 0.6));
}

.fp-lock .ic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
}

.fp-lock .ic img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: none;
  transform: none;
}

.fp-cap {
  padding: 16px 18px;
  text-align: center;
}

.fp-cap b {
  /* font-family: var(--serif); */
  font-size: 19px;
  color: var(--teal-ink);
  display: block;
}

.fp-cap span {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-d);
}

.plan-master {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow);
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.mp-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.mp-media img {
  width: 100%;
  display: block;
  filter: blur(9px) brightness(0.92);
  transform: scale(1.06);
}

.mp-media .fp-lock {
  border-radius: 8px;
}

.plan-master .cap {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
}

/* ===== Hover effects across sections ===== */
.strip .it {
  transition:
    background 0.3s,
    transform 0.3s;
}

.strip .it:hover {
  background: rgba(140, 198, 62, 0.12);
}

.strip .it:hover i {
  transform: translateY(-4px);
  transition: 0.3s;
}

.ame-block {
  transition:
    transform 0.38s ease,
    box-shadow 0.38s ease;
}

.ame-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 66px -26px rgba(22, 67, 72, 0.5);
}

.ame-media {
  transition: transform 0.7s ease;
}

.ame-block:hover .ame-media {
  transform: scale(1.06);
}

.psl-card .inner {
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.psl-card .inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px -22px rgba(22, 67, 72, 0.55);
}

.ov-form {
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.ov-form:hover {
  transform: translateY(-4px);
}

.sec-head h2 {
  transition: color 0.3s;
}

.badge-pill {
  transition: transform 0.3s;
}

.badge-pill:hover {
  transform: translateY(-2px);
}

/* ===== Mobile responsiveness / overflow safety ===== */
img,
iframe,
table,
.rsl-view,
.gsl,
.psl-view {
  max-width: 100%;
}

.cfg-card,
.fp-card {
  min-width: 0;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cfg-card .type {
    font-size: 30px;
  }

  .fp-media {
    height: 260px;
  }

  .rsl-arrow {
    width: 40px;
    height: 40px;
  }

  .rsl-arrow.prev {
    left: 2px;
  }

  .rsl-arrow.next {
    right: 2px;
  }
}