:root {
  --primary: #17BFB7;
  --primary-dark: #0d9992;
  --navy: #10233f;
  --text: #536176;
  --muted: #7d899b;
  --bg: #f7fbfc;
  --white: #fff;
  --line: #e7eef3;
  --shadow: 0 22px 60px rgba(16, 35, 63, .10);
  --radius: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.7
}

a {
  text-decoration: none;
  color: inherit
}

img {
  max-width: 100%;
  display: block
}

.container {
  width: min(1600px, 92%);
  margin: auto
}

.section {
  padding: 100px 0
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 1px solid #c9eeee;
  background: #effdfc;
  color: var(--primary-dark);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700
}

.eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary)
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 55px
}

.section-head h2 {
  font-size: 44px;
  line-height: 1.15;
  color: var(--navy);
  margin: 15px 0
}

.section-head p {
  font-size: 17px;
  color: var(--text)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 23px;
  border-radius: 11px;
  font-weight: 700;
  transition: .25s;
  border: 1px solid transparent
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(23, 191, 183, .24)
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px)
}

.btn-outline {
  border-color: #bfe7e5;
  color: var(--primary-dark);
  background: #fff
}

.btn-outline:hover {
  border-color: var(--primary);
  background: #f2fffe
}

.btn-dark {
  background: var(--navy);
  color: #fff
}

.topbar {
  background: var(--navy);
  color: #dce7f4;
  font-size: 13px;
  padding: 7px 0
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 20px
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(231, 238, 243, .8)
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 800
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--primary);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 21px
}

.logo span {
  color: var(--primary)
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #34435a
}

.nav-links a:hover {
  color: var(--primary-dark)
}

.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center
}

.mobile-btn {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
  color: var(--navy)
}

.hero {
  padding: 80px 0 70px;
  background: radial-gradient(circle at 80% 20%, #dffcf9 0, #fff 40%), linear-gradient(180deg, #f8fdfd, #fff)
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 60px;
  align-items: center
}

.hero h1 {
  font-size: 62px;
  line-height: 1.04;
  color: var(--navy);
  letter-spacing: -2.5px;
  margin: 20px 0
}

.hero h1 span {
  color: var(--primary)
}

.hero p {
  font-size: 18px;
  max-width: 590px;
  color: #627087;
  margin-bottom: 28px
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.trust-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 35px;
  font-size: 13px;
  color: #718097
}

.trust-row strong {
  display: block;
  color: var(--navy);
  font-size: 16px
}

.dashboard-wrap {
  position: relative
}

.dashboard {
  background: #fff;
  border: 1px solid #dfeaf0;
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 510px
}

.side {
  background: #0faaa3;
  color: #dffefd;
  padding: 22px 14px
}

.side-logo {
  font-weight: 800;
  margin: 0 0 25px 7px;
  color: #fff
}

.side-item {
  padding: 11px 10px;
  border-radius: 9px;
  font-size: 12px;
  margin: 3px 0
}

.side-item.active,
.side-item:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff
}

.dash-main {
  padding: 20px;
  background: #fbfdfe
}

.dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px
}

.dash-top h3 {
  color: var(--navy);
  font-size: 18px
}

.search {
  width: 150px;
  height: 30px;
  border: 1px solid #e5edf2;
  border-radius: 8px;
  color: #9ba6b5;
  font-size: 10px;
  padding: 7px
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

.stat,
.panel {
  background: #fff;
  border: 1px solid #e8eef3;
  border-radius: 13px;
  padding: 13px
}

.stat small {
  font-size: 9px;
  color: #8491a3
}

.stat strong {
  display: block;
  color: var(--navy);
  font-size: 19px
}

.up {
  font-size: 9px;
  color: #1a9b65
}

.dash-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 10px;
  margin-top: 10px
}

.panel h4 {
  font-size: 11px;
  color: var(--navy);
  margin-bottom: 12px
}

.chart {
  height: 120px;
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 10px 3px;
  border-bottom: 1px solid #e9eef2
}

.bar {
  flex: 1;
  background: #bdeeea;
  border-radius: 5px 5px 0 0
}

.bar:nth-child(2) {
  height: 48%
}

.bar:nth-child(3) {
  height: 65%
}

.bar:nth-child(4) {
  height: 42%
}

.bar:nth-child(5) {
  height: 75%
}

.bar:nth-child(6) {
  height: 58%
}

.bar:nth-child(7) {
  height: 88%
}

.donut {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin: 12px auto;
  background: conic-gradient(var(--primary) 0 45%, #4d8df7 45% 75%, #f4b53f 75% 90%, #dce6ef 90%);
  position: relative
}

.donut:after {
  content: "3,486";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-weight: 800;
  font-size: 13px
}

.leads {
  margin-top: 10px
}

.lead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eef2f5;
  padding: 9px 0;
  font-size: 9px
}

.lead strong {
  color: var(--navy);
  display: block
}

.tag {
  padding: 2px 6px;
  border-radius: 20px;
  background: #e5fbef;
  color: #1d9b60
}

.float-card {
  position: absolute;
  right: -30px;
  bottom: -25px;
  background: #fff;
  border: 1px solid #e1eaef;
  border-radius: 15px;
  box-shadow: 0 18px 35px rgba(16, 35, 63, .16);
  padding: 14px;
  width: 180px;
  font-size: 10px
}

.float-card b {
  color: var(--navy);
  display: block;
  margin-bottom: 4px
}

.logo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  background: #fff
}

.logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  text-align: center;
  color: #9aa7b6;
  font-weight: 800;
  font-size: 15px
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.feature {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: .25s
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: #ccecea
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #e9fbfa;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  font-size: 21px;
  margin-bottom: 18px
}

.feature h3 {
  color: var(--navy);
  font-size: 19px;
  margin-bottom: 8px
}

.feature p {
  font-size: 14px
}

.alt {
  background: var(--bg)
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.split h2 {
  font-size: 43px;
  line-height: 1.15;
  color: var(--navy);
  margin: 15px 0
}

.check-list {
  list-style: none;
  margin: 24px 0
}

.check-list li {
  margin: 12px 0;
  padding-left: 28px;
  position: relative
}

.check-list li:before {
  content: "âœ“";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 900
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow)
}

.mini-screen {
  border-radius: 16px;
  background: #f8fbfc;
  border: 1px solid #e3ebf0;
  padding: 15px
}

.mini-head {
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 13px
}

.property-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

.property {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 11px;
  overflow: hidden
}

.property-img {
  height: 85px;
  background: linear-gradient(135deg, #d7f4f1, #edf2f6)
}

.property-body {
  padding: 9px
}

.property-body b {
  font-size: 11px;
  color: var(--navy)
}

.property-body small {
  display: block;
  font-size: 9px;
  color: #8490a0
}

.modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.module {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line)
}

.module h3 {
  color: var(--navy);
  margin: 10px 0 5px
}

.module p {
  font-size: 14px
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: step
}

.step {
  position: relative;
  text-align: center;
  padding: 20px
}

.step:before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800
}

.step h3 {
  color: var(--navy);
  font-size: 17px
}

.step p {
  font-size: 13px;
  margin-top: 5px
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch
}

.price-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px;
  background: #fff
}

.price-card.popular {
  border: 2px solid var(--primary);
  box-shadow: var(--shadow);
  position: relative
}

.popular-label {
  position: absolute;
  right: 20px;
  top: 18px;
  background: #e6fbf9;
  color: var(--primary-dark);
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800
}

.price-card h3 {
  color: var(--navy);
  font-size: 20px
}

.price {
  font-size: 39px;
  color: var(--navy);
  font-weight: 900;
  margin: 12px 0
}

.price small {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500
}

.price-card ul {
  list-style: none;
  margin: 20px 0
}

.price-card li {
  padding: 7px 0;
  font-size: 14px
}

.price-card li:before {
  content: "âœ“";
  color: var(--primary);
  font-weight: 800;
  margin-right: 9px
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.quote {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff
}

.stars {
  color: #f4b53f;
  letter-spacing: 2px
}

.quote p {
  margin: 15px 0;
  color: #59677b
}

.person {
  display: flex;
  gap: 11px;
  align-items: center
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dff8f5;
  display: grid;
  place-items: center;
  color: var(--primary-dark);
  font-weight: 800
}

.person b {
  color: var(--navy);
  display: block;
  font-size: 13px
}

.person small {
  font-size: 11px
}

.faq {
  max-width: 850px;
  margin: auto
}

.faq-item {
  border-bottom: 1px solid var(--line)
}

.faq-q {
  width: 100%;
  background: none;
  border: 0;
  padding: 20px 0;
  text-align: left;
  font-weight: 800;
  color: var(--navy);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer
}

.faq-a {
  display: none;
  padding: 0 0 20px;
  color: #68758a;
  font-size: 14px
}

.faq-item.open .faq-a {
  display: block
}

.faq-q span {
  color: var(--primary);
  font-size: 22px
}

.cta {
  padding: 65px 0
}

.cta-box {
  border-radius: 28px;
  background: linear-gradient(120deg, #0eaaa3, #17bfb7);
  color: #fff;
  padding: 58px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  position: relative
}

.cta-box:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  right: -100px;
  top: -160px
}

.cta-box h2 {
  font-size: 39px;
  line-height: 1.15;
  max-width: 650px
}

.cta-box p {
  margin-top: 10px;
  color: #e7ffff
}

.cta-box .btn {
  background: #fff;
  color: #078f89;
  position: relative;
  z-index: 1
}

footer {
  background: #0e1f35;
  color: #9caabd;
  padding: 65px 0 25px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 45px
}

.footer-brand p {
  font-size: 13px;
  margin: 16px 0;
  max-width: 300px
}

.footer-title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px
}

.footer-links {
  list-style: none
}

.footer-links li {
  margin: 8px 0;
  font-size: 13px
}

.footer-links a:hover {
  color: #fff
}

.footer-bottom {
  border-top: 1px solid #24364e;
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px
}

@media(max-width:1000px) {

  .hero-grid,
  .split {
    grid-template-columns: 1fr
  }

  .hero h1 {
    font-size: 52px
  }

  .dashboard-wrap {
    max-width: 760px;
    margin: auto
  }

  .feature-grid,
  .modules {
    grid-template-columns: repeat(2, 1fr)
  }

  .pricing,
  .testimonial-grid {
    grid-template-columns: 1fr
  }

  .workflow {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr
  }

  .nav-links {
    display: none
  }

  .mobile-btn {
    display: block
  }
}

@media(max-width:700px) {
  .topbar {
    display: none
  }

  .nav {
    height: 68px
  }

  .nav-actions .btn {
    display: none
  }

  .hero {
    padding: 55px 0
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: -1.5px
  }

  .hero p {
    font-size: 16px
  }

  .section {
    padding: 70px 0
  }

  .section-head h2,
  .split h2 {
    font-size: 34px
  }

  .feature-grid,
  .modules,
  .workflow,
  .footer-grid {
    grid-template-columns: 1fr
  }

  .logos {
    grid-template-columns: repeat(2, 1fr);
    font-size: 12px
  }

  .dashboard {
    grid-template-columns: 1fr
  }

  .side {
    display: none
  }

  .stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .dash-grid {
    grid-template-columns: 1fr
  }

  .float-card {
    right: 8px
  }

  .cta-box {
    padding: 40px 25px;
    display: block
  }

  .cta-box h2 {
    font-size: 31px
  }

  .cta-box .btn {
    margin-top: 22px
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom span {
    display: block;
    margin-top: 8px
  }

  .property-list {
    grid-template-columns: 1fr
  }
}

/* ---------- misc helpers (moved out of inline styles) ---------- */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0
}

.footer-brand .logo {
  color: #fff
}

.mini-head .add-link {
  color: var(--primary)
}

.ai-summary {
  padding: 15px;
  border-radius: 12px;
  background: #eafaf8;
  font-size: 13px;
  margin-bottom: 12px
}

.ai-summary b {
  color: var(--navy)
}

.stat-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.stat strong.sm {
  font-size: 14px
}

/* ==========================================================
   HERO + HEADER â€” pixel match of the EstateAI reference
   ========================================================== */
.kpi>span,
.lead-row>span,
.hero-trust-inner>div>span {
  display: block
}

.hero-x-grid>*,
.app,
.app-main,
.kpis>*,
.app-row>*,
.hero-benefits>* {
  min-width: 0
}

body {
  overflow-x: hidden
}

.ic {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  border-bottom: 1px solid #eef3f5
}

.site-header .nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px
}

.brand-mark {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 16px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 8px 18px rgba(23, 191, 183, .28)
}

.brand-mark .ic {
  width: 28px;
  height: 28px
}

.brand-text b {
  display: block;
  font-size: 27px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.6px;
  line-height: 1.1
}

.brand-text b i {
  font-style: normal;
  color: var(--primary)
}

.brand-text small {
  display: block;
  font-size: 12.5px;
  color: #7b8798;
  font-weight: 500;
  letter-spacing: .1px
}

.site-header .nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 600;
  color: #3a4759
}

.site-header .nav-links a {
  position: relative;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s
}

.site-header .nav-links a:hover {
  color: var(--primary-dark)
}

.site-header .nav-links a.active {
  color: var(--primary-dark)
}

.site-header .nav-links a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2.5px;
  border-radius: 3px;
  background: var(--primary)
}

.site-header .nav-links .chev {
  width: 14px;
  height: 14px;
  stroke-width: 2.4
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(23, 191, 183, .30);
  transition: .25s
}

.nav-cta:hover {
  background: var(--primary-dark);
  transform: translateY(-2px)
}

.nav-cta .ic {
  width: 17px;
  height: 17px
}

/* ---------- Hero shell ---------- */
.hero-x {
  position: relative;
  padding: 52px 0 90px;
  overflow: hidden;
  background: linear-gradient(180deg, #e9f7f7 0%, #eefaf9 40%, #e9f6f6 100%)
}

.hero-city {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(1040px, 72%);
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 32%), linear-gradient(90deg, #000 55%, transparent 96%);
  mask-image: linear-gradient(180deg, transparent 0, #000 32%), linear-gradient(90deg, #000 55%, transparent 96%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect
}

.hero-x .container {
  position: relative;
  z-index: 2
}

.hero-x-grid {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 16px;
  align-items: center
}

/* ---------- Left copy ---------- */
.hero-copy {
  padding: 10px 0 100px
}

.hero-copy .eyebrow {
  background: #fff;
  border: 1px solid #cfeeec;
  color: var(--primary-dark);
  padding: 11px 20px;
  font-size: 14.5px;
  border-radius: 40px;
  box-shadow: 0 4px 14px rgba(16, 35, 63, .05)
}

.hero-copy .eyebrow:before {
  display: none
}

.hero-copy h1 {
  font-size: 50px;
  line-height: 1.14;
  letter-spacing: -1.6px;
  margin: 26px 0 22px;
  color: var(--navy);
  font-weight: 800
}

.hero-copy h1 span {
  color: var(--primary)
}

.hero-copy>p {
  font-size: 17px;
  line-height: 1.72;
  max-width: 470px;
  color: #5a6a7e;
  margin-bottom: 34px
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 20px;
  margin: 0 0 38px;
  max-width: 560px
}

.hero-benefits>div {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35
}

.hero-benefits i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  font-style: normal;
  font-size: 20px;
  box-shadow: 0 8px 16px rgba(23, 191, 183, .25)
}

.hero-benefits i .ic {
  width: 20px;
  height: 20px
}

.hero-actions .btn {
  padding: 17px 28px;
  font-size: 15.5px;
  border-radius: 12px
}

.hero-actions .btn-outline {
  border: 1.6px solid #bfe7e5;
  color: var(--primary-dark);
  background: #fff
}

.hero-actions .ic {
  width: 18px;
  height: 18px
}

/* ---------- Right visual ---------- */
.hero-visual {
  position: relative;
  padding: 20px 0 90px;
  min-height: 640px
}

/* Dashboard mock */
.app {
  position: relative;
  z-index: 1;
  width: calc(100% + 85px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 26px 60px rgba(16, 35, 63, .13);
  display: grid;
  grid-template-columns: 150px 1fr;
  overflow: hidden;
  font-size: 11px
}

.app-side {
  background: #0f8f89;
  color: #cfece9;
  padding: 18px 12px
}

.app-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  margin: 2px 0 20px 4px
}

.app-brand .m {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #fff;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  font-size: 12px
}

.app-brand .m .ic {
  width: 12px;
  height: 12px
}

.s-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border-radius: 9px;
  margin: 2px 0;
  font-size: 11.5px;
  font-weight: 500;
  color: #d6efec;
  cursor: pointer
}

.s-item .ic {
  width: 14px;
  height: 14px;
  flex: 0 0 14px
}

.s-item.active,
.s-item:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-weight: 600
}

.s-badge {
  margin-left: auto;
  background: #31c9a6;
  color: #04352f;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 20px
}

.app-main {
  background: #fafcfd;
  padding: 14px 15px 18px
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px
}

.app-top h3 {
  font-size: 14px;
  color: var(--navy);
  font-weight: 700
}

.app-tools {
  display: flex;
  align-items: center;
  gap: 11px
}

.app-search {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 170px;
  height: 26px;
  padding: 0 9px;
  border: 1px solid #e6edf2;
  border-radius: 7px;
  background: #fff;
  color: #a7b1bf;
  font-size: 9.5px
}

.app-search .ic {
  width: 11px;
  height: 11px
}

.app-bell {
  position: relative;
  color: #8794a5
}

.app-bell .ic {
  width: 15px;
  height: 15px
}

.app-bell b {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff5f56;
  color: #fff;
  font-size: 7px;
  display: grid;
  place-items: center;
  font-weight: 700
}

.app-ava {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3f5c86, #6a86b3);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e3eaf0
}

.kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px
}

.kpi {
  background: #fff;
  border: 1px solid #ecf1f5;
  border-radius: 11px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px
}

.kpi .kicon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 13px
}

.kpi .kicon .ic {
  width: 14px;
  height: 14px
}

.k-teal {
  background: #e5f8f6;
  color: #0f9f97
}

.k-blue {
  background: #e8f0fe;
  color: #3f7ae0
}

.k-violet {
  background: #efeafd;
  color: #7a5cd6
}

.k-orange {
  background: #ffeee6;
  color: #f2743c
}

.kpi small {
  display: block;
  font-size: 8.5px;
  color: #8a95a5;
  line-height: 1.5
}

.kpi strong {
  display: block;
  font-size: 15px;
  color: var(--navy);
  line-height: 1.25
}

.kpi .up {
  font-size: 8px;
  color: #1aa86c;
  font-weight: 700
}

.app-row {
  display: grid;
  gap: 9px;
  margin-top: 9px
}

.app-row.r2 {
  grid-template-columns: 1.55fr 1fr
}

.app-row.r3 {
  grid-template-columns: 1.35fr 1fr
}

.card {
  background: #fff;
  border: 1px solid #ecf1f5;
  border-radius: 11px;
  padding: 11px 12px
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px
}

.card-head h4 {
  font-size: 11px;
  color: var(--navy);
  font-weight: 700
}

.pill {
  border: 1px solid #e6edf2;
  border-radius: 6px;
  padding: 2.5px 7px;
  font-size: 8px;
  color: #7c8697;
  display: flex;
  align-items: center;
  gap: 4px
}

.pill .ic {
  width: 9px;
  height: 9px
}

.link {
  font-size: 8.5px;
  color: var(--primary-dark);
  font-weight: 600
}

.chart-wrap {
  display: flex;
  gap: 5px
}

.y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 7px;
  color: #a9b3c0;
  padding: 2px 0 10px
}

.chart-svg {
  flex: 1;
  height: 104px;
  width: 100%
}

.chart-legend {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 4px;
  font-size: 8px;
  color: #7c8697
}

.chart-legend span {
  display: flex;
  align-items: center;
  gap: 5px
}

.chart-legend i {
  width: 14px;
  height: 2.5px;
  border-radius: 3px;
  background: var(--primary);
  display: block
}

.chart-legend i.g {
  background: #a8b2c0
}

.donut-flex {
  display: flex;
  align-items: center;
  gap: 10px
}

.donut2 {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#0fa79f 0 45%, #3f7ae0 45% 75%, #f6b83f 75% 90%, #5db3f5 90% 100%)
}

.donut2:after {
  content: "3,486";
  position: absolute;
  inset: 19px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-weight: 800;
  font-size: 11px
}

.legend-list {
  flex: 1
}

.legend-list div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8.5px;
  color: #77828f;
  padding: 3px 0
}

.legend-list b {
  margin-left: auto;
  color: var(--navy);
  font-size: 8.5px
}

.legend-list i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0fa79f
}

.legend-list i.b {
  background: #3f7ae0
}

.legend-list i.y {
  background: #f6b83f
}

.legend-list i.s {
  background: #5db3f5
}

.lead-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid #f0f4f7
}

.lead-row:first-of-type {
  border-top: 0
}

.lead-ava {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a6fa5, #7d9cc9)
}

.lead-ava.p2 {
  background: linear-gradient(135deg, #b4667f, #d99bb0)
}

.lead-ava.p3 {
  background: linear-gradient(135deg, #4f7a63, #8fb59f)
}

.lead-row b {
  display: block;
  font-size: 9.5px;
  color: var(--navy)
}

.lead-row small {
  display: block;
  font-size: 8px;
  color: #8b95a3
}

.lead-row .tags {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px
}

.tag2 {
  font-size: 7.5px;
  font-weight: 700;
  padding: 2.5px 7px;
  border-radius: 20px
}

.t-hot {
  background: #e8f9ee;
  color: #1aa05f
}

.t-warm {
  background: #e9f1fe;
  color: #3f7ae0
}

.t-cold {
  background: #fff5e2;
  color: #c48a1b
}

.lead-row .time {
  font-size: 7.5px;
  color: #a2acb9
}

.ai-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 8px
}

.ai-head .ic {
  width: 14px;
  height: 14px;
  color: var(--primary)
}

.ai-bubble {
  background: #f4f7f9;
  border-radius: 9px;
  padding: 8px 10px;
  font-size: 8.5px;
  color: #5c6878;
  line-height: 1.6;
  margin-bottom: 8px
}

.ai-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f4f7;
  padding: 6.5px 0;
  font-size: 8.5px;
  color: #3f7ae0
}

.ai-opt:last-child {
  color: var(--primary-dark)
}

.ai-opt .ic {
  width: 9px;
  height: 9px;
  color: #b6c0cc
}

/* Phone + robot */
.hero-phone {
  position: absolute;
  right: -108px;
  bottom: -14px;
  width: 252px;
  z-index: 3;
  filter: drop-shadow(0 26px 40px rgba(16, 35, 63, .28))
}

.hero-robot {
  position: absolute;
  right: 132px;
  bottom: -4px;
  width: 92px;
  z-index: 2;
  filter: drop-shadow(0 16px 22px rgba(16, 35, 63, .18))
}

/* ---------- Trust bar ---------- */
.hero-trust {
  position: relative;
  z-index: 5;
  padding: 0 0 52px;
  margin-top: -40px
}

.hero-trust-inner {
  width: min(680px, 94%);
  margin: 0 auto;
  position: relative;
  left: 9%;
  background: #fff;
  border: 1px solid #e4edef;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(16, 35, 63, .10);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 18px 10px
}

.hero-trust-inner>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid #eaf0f2
}

.hero-trust-inner>div:last-child {
  border-right: 0
}

.hero-trust-inner b {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f8f7;
  color: var(--primary-dark)
}

.hero-trust-inner b .ic {
  width: 16px;
  height: 16px
}

.hero-trust-inner strong {
  display: block;
  color: var(--navy);
  font-size: 13px
}

.hero-trust-inner small {
  display: block;
  color: #8a96a6;
  font-size: 11px
}

/* ---------- Responsive ---------- */
@media(max-width:1250px) {
  .hero-copy h1 {
    font-size: 48px
  }

  .app {
    width: calc(100% + 60px);
    font-size: 10.5px
  }

  .hero-phone {
    width: 215px;
    right: -60px
  }

  .hero-robot {
    right: 120px;
    width: 86px
  }
}

@media(max-width:1050px) {
  .site-header .nav {
    height: 80px
  }

  .site-header .nav-links {
    display: none
  }

  .mobile-btn {
    display: block
  }

  .hero-x-grid {
    grid-template-columns: 1fr;
    gap: 0
  }

  .hero-copy {
    text-align: center;
    padding-bottom: 20px
  }

  .hero-copy>p,
  .hero-benefits {
    margin-left: auto;
    margin-right: auto
  }

  .hero-actions {
    justify-content: center
  }

  .hero-visual {
    min-height: auto;
    padding: 10px 0 120px;
    max-width: 820px;
    margin: 0 auto
  }

  .app {
    width: 100%;
    font-size: 11px
  }

  .hero-phone {
    right: -20px;
    bottom: 20px
  }

  .hero-robot {
    right: 210px;
    bottom: 35px
  }

  .hero-trust {
    margin-top: -30px
  }

  .hero-trust-inner {
    margin: 0 auto;
    left: 0
  }
}

@media(max-width:760px) {
  .brand-mark {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
    font-size: 23px
  }

  .brand-text b {
    font-size: 21px
  }

  .brand-text small {
    font-size: 11px
  }

  .nav-cta {
    padding: 11px 16px;
    font-size: 13px;
    border-radius: 10px
  }

  .nav-cta .ic {
    width: 14px;
    height: 14px
  }

  .hero-x {
    padding-top: 34px
  }

  .hero-copy h1 {
    font-size: 34px;
    letter-spacing: -1px
  }

  .hero-copy>p {
    font-size: 15.5px
  }

  .hero-copy .eyebrow {
    font-size: 12.5px;
    padding: 9px 15px
  }

  .hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 14px;
    text-align: left
  }

  .hero-benefits i {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    font-size: 17px
  }

  .hero-actions {
    gap: 10px
  }

  .hero-actions .btn {
    padding: 14px 20px;
    font-size: 14px
  }

  .app {
    font-size: 9px;
    grid-template-columns: 1fr
  }

  .app-side {
    display: none
  }

  .kpis {
    grid-template-columns: repeat(2, 1fr)
  }

  .app-row.r2,
  .app-row.r3 {
    grid-template-columns: 1fr
  }

  .hero-visual {
    padding-bottom: 90px
  }

  .hero-phone {
    width: 140px;
    right: -10px;
    bottom: 10px
  }

  .hero-robot {
    width: 60px;
    right: 135px;
    bottom: 20px
  }

  .hero-trust {
    margin-top: -20px;
    padding-bottom: 34px
  }

  .hero-trust-inner {
    grid-template-columns: 1fr;
    padding: 8px 18px
  }

  .hero-trust-inner>div {
    border-right: 0;
    border-bottom: 1px solid #eaf0f2;
    padding: 11px 0;
    justify-content: flex-start
  }

  .hero-trust-inner>div:last-child {
    border-bottom: 0
  }
}
/* ==========================================================
   FEATURES â€” "Everything your real estate team needs"
   ========================================================== */
.features-x {
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #fbfdfe 0%, #f6fafb 100%)
}

.features-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 54px
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border: 1px solid #d9eeeb;
  background: #fff;
  color: var(--primary-dark);
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(16, 35, 63, .04)
}

.pill-badge .ic {
  width: 15px;
  height: 15px
}

.features-head h2 {
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: -1.4px;
  color: var(--navy);
  font-weight: 800;
  margin: 22px 0 14px
}

.features-head h2 span {
  color: var(--primary-dark)
}

.features-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #66748a;
  max-width: 620px;
  margin: 0 auto
}

.fx-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.fx-card {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #eef3f5;
  border-radius: 18px;
  padding: 30px 28px 62px;
  box-shadow: 0 6px 20px rgba(16, 35, 63, .04);
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.fx-card:hover {
  transform: translateY(-6px);
  border-color: #cfecea;
  box-shadow: 0 20px 40px rgba(16, 35, 63, .10)
}

.fx-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #e8f6f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  transition: background .25s
}

.fx-icon .ic {
  width: 28px;
  height: 28px
}

.fx-card:hover .fx-icon {
  background: var(--primary);
  color: #fff
}

.fx-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3
}

.fx-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #6b788c
}

.fx-arrow {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d8eeeb;
  background: #f4fbfa;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  transition: .25s
}

.fx-arrow .ic {
  width: 16px;
  height: 16px
}

.fx-card:hover .fx-arrow {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff
}

@media(max-width:1250px) {
  .fx-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .features-head h2 {
    font-size: 44px
  }
}

@media(max-width:950px) {
  .fx-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:760px) {
  .features-x {
    padding: 66px 0 72px
  }

  .features-head {
    margin-bottom: 38px
  }

  .features-head h2 {
    font-size: 32px;
    letter-spacing: -.8px
  }

  .features-head p {
    font-size: 15.5px
  }

  .fx-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .fx-card {
    padding: 26px 22px 58px
  }

  .fx-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px
  }
}
/* ==========================================================
   AI-POWERED CRM — "Turn your CRM data into smarter sales actions"
   fully scoped under .aix so no other section is affected
   ========================================================== */
.aix {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%)
}

.aix-blob {
  position: absolute;
  border-radius: 50%;
  background: #e9f7f4;
  opacity: .75;
  pointer-events: none;
  z-index: 0
}

.aix-blob-1 {
  width: 520px;
  height: 520px;
  right: -120px;
  top: -180px
}

.aix-blob-2 {
  width: 640px;
  height: 640px;
  right: -160px;
  bottom: -300px
}

.aix-dots {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(#cfe3e0 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  opacity: .75
}

.aix-dots-1 {
  width: 110px;
  height: 70px;
  right: 60px;
  top: 40px
}

.aix-dots-2 {
  width: 110px;
  height: 84px;
  left: 47%;
  bottom: 90px
}

.aix-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 47% 53%;
  gap: 40px;
  align-items: center
}

/* ---------- left column ---------- */
.aix-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 20px;
  border-radius: 40px;
  background: #e7f6f2;
  color: var(--primary-dark);
  font-size: 14.5px;
  font-weight: 700
}

.aix-badge .ic {
  width: 16px;
  height: 16px
}

.aix-copy h2 {
  font-size: 50px;
  line-height: 1.16;
  letter-spacing: -1.5px;
  font-weight: 800;
  color: var(--navy);
  margin: 24px 0 20px
}

.aix-copy h2 span {
  color: var(--primary-dark)
}

.aix-copy>p {
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
  max-width: 560px;
  margin-bottom: 34px
}

.aix-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 30px;
  margin-bottom: 40px
}

.aix-item {
  display: flex;
  align-items: flex-start;
  gap: 14px
}

.aix-ico {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 13px;
  background: #eaf7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.aix-ico .ic {
  width: 21px;
  height: 21px
}

.aix-item>span:last-child {
  display: block;
  padding-top: 1px
}

.aix-item b {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4
}

.aix-item small {
  display: block;
  font-size: 14px;
  color: #7a8798;
  line-height: 1.5;
  margin-top: 2px
}

.aix-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap
}

.aix-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 17px 30px;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 14px 28px rgba(23, 191, 183, .28);
  transition: .25s
}

.aix-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px)
}

.aix-btn .ic {
  width: 18px;
  height: 18px
}

.aix-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--navy);
  transition: color .2s
}

.aix-play .ic {
  width: 26px;
  height: 26px;
  color: var(--primary-dark)
}

.aix-play:hover {
  color: var(--primary-dark)
}

/* ---------- right column: assistant card ---------- */
.aix-visual {
  position: relative
}

.aix-card {
  background: #fff;
  border: 1px solid #eef3f4;
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(16, 35, 63, .09);
  padding: 26px 28px 30px
}

.aix-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}

.aix-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy)
}

.aix-card-title .ic {
  width: 21px;
  height: 21px;
  color: var(--primary-dark)
}

.aix-more {
  color: #9fabb9;
  letter-spacing: 1px;
  font-size: 13px
}

.aix-summary {
  background: #f4faf9;
  border: 1px solid #e8f3f1;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 20px
}

.aix-summary b {
  display: block;
  color: var(--primary-dark);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px
}

.aix-summary p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #5d6b7e
}

.aix-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px
}

.aix-stat {
  position: relative;
  border: 1px solid #eef3f4;
  border-radius: 14px;
  padding: 16px 16px 14px
}

.aix-stat-ico {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #eaf7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.aix-stat-ico .ic {
  width: 16px;
  height: 16px
}

.aix-stat small {
  display: block;
  font-size: 12.5px;
  color: #8792a2;
  line-height: 1.6
}

.aix-stat strong {
  display: block;
  font-size: 21px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  margin: 2px 0 4px
}

.aix-stat em {
  display: block;
  font-style: normal;
  font-size: 12.5px;
  font-weight: 600;
  color: #1aa06a
}

.aix-next {
  border: 1px solid #eef3f4;
  border-radius: 16px;
  padding: 18px 18px 14px
}

.aix-next h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px
}

.aix-action {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafb;
  border-radius: 11px;
  padding: 13px 14px;
  margin-bottom: 9px
}

.aix-action:last-child {
  margin-bottom: 0
}

.aix-action span {
  flex: 1;
  font-size: 14px;
  color: #5d6b7e;
  line-height: 1.5
}

.aix-action .ai-i {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--primary-dark)
}

.aix-action .ai-c {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #aab5c2
}

/* ---------- responsive ---------- */
@media(max-width:1200px) {
  .aix-copy h2 {
    font-size: 42px
  }

  .aix-grid {
    grid-template-columns: 1fr;
    gap: 55px
  }

  .aix-visual {
    max-width: 720px;
    width: 100%
  }

  .aix-dots-2 {
    display: none
  }
}

@media(max-width:760px) {
  .aix {
    padding: 66px 0 72px
  }

  .aix-copy h2 {
    font-size: 32px;
    letter-spacing: -.8px
  }

  .aix-copy h2 br {
    display: none
  }

  .aix-copy>p {
    font-size: 15.5px
  }

  .aix-list {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .aix-actions {
    gap: 18px
  }

  .aix-btn {
    padding: 15px 24px;
    font-size: 15px
  }

  .aix-card {
    padding: 20px 18px 22px;
    border-radius: 18px
  }

  .aix-stats {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .aix-stat strong {
    font-size: 19px
  }

  .aix-blob-1,
  .aix-blob-2 {
    display: none
  }
}
/* ==========================================================
   CRM MODULES — "A complete workflow, from enquiry to conversion"
   fully scoped under .mx so no other section is affected
   ========================================================== */
.mx {
  position: relative;
  overflow: hidden;
  padding: 96px 0 92px;
  background:
    radial-gradient(620px 380px at 88% 88%, #e4f6f1 0%, rgba(228, 246, 241, 0) 70%),
    radial-gradient(520px 340px at 6% 12%, #e8f7f4 0%, rgba(232, 247, 244, 0) 72%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%)
}

.mx-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 52px
}

.mx-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  border-radius: 40px;
  background: #e7f6f2;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700
}

.mx-badge:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary)
}

.mx-head h2 {
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: -1.5px;
  font-weight: 800;
  color: var(--navy);
  margin: 22px 0 14px
}

.mx-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #66748a
}

.mx-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px
}

.mx-card {
  position: relative;
  display: block;
  border: 1px solid #edf3f4;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  padding: 28px 26px 62px;
  box-shadow: 0 6px 22px rgba(16, 35, 63, .04);
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.mx-card:hover {
  transform: translateY(-6px);
  border-color: #cfeceb;
  box-shadow: 0 22px 44px rgba(16, 35, 63, .10)
}

.mx-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px
}

.mx-ico {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 16px;
  background: #e9f7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  transition: background .25s, color .25s
}

.mx-ico .ic {
  width: 26px;
  height: 26px
}

.mx-card:hover .mx-ico {
  background: var(--primary);
  color: #fff
}

.mx-num {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-dark);
  opacity: .85
}

.mx-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3
}

.mx-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #6b788c
}

.mx-arrow {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d8eeeb;
  background: #f4fbfa;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  transition: .25s
}

.mx-arrow .ic {
  width: 16px;
  height: 16px
}

.mx-card:hover .mx-arrow {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff
}

/* carousel-style rule under the grid */
.mx-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 46px
}

.mx-rule i {
  width: 92px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(23, 191, 183, 0), var(--primary))
}

.mx-rule i:last-child {
  background: linear-gradient(90deg, var(--primary), rgba(23, 191, 183, 0))
}

.mx-rule span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-dark);
  margin: 0 3px
}

/* ---------- responsive ---------- */
@media(max-width:1250px) {
  .mx-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .mx-head h2 {
    font-size: 44px
  }
}

@media(max-width:950px) {
  .mx-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:760px) {
  .mx {
    padding: 66px 0 66px
  }

  .mx-head {
    margin-bottom: 36px
  }

  .mx-head h2 {
    font-size: 32px;
    letter-spacing: -.8px
  }

  .mx-head h2 br {
    display: none
  }

  .mx-head p {
    font-size: 15.5px
  }

  .mx-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .mx-card {
    padding: 24px 22px 58px
  }

  .mx-ico {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 14px
  }

  .mx-rule {
    margin-top: 32px
  }

  .mx-rule i {
    width: 56px
  }
}
/* ==========================================================
   PROPERTY INVENTORY — "Built for Real Estate"
   fully scoped under .pv so no other section is affected
   ========================================================== */
.pv {
  position: relative;
  overflow: hidden;
  padding: 92px 0 100px;
  background: linear-gradient(180deg, #fbfdfd 0%, #f6fafb 100%)
}

.pv-dots {
  position: absolute;
  left: 24px;
  top: 26px;
  width: 130px;
  height: 130px;
  z-index: 0;
  background-image: radial-gradient(#cfe6e2 1.5px, transparent 1.5px);
  background-size: 15px 15px;
  -webkit-mask-image: linear-gradient(135deg, #000 20%, transparent 75%);
  mask-image: linear-gradient(135deg, #000 20%, transparent 75%)
}

.pv-rings {
  position: absolute;
  right: -140px;
  top: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  z-index: 0;
  border: 1.5px solid #d6ece7;
  box-shadow:
    inset 0 0 0 26px transparent,
    0 0 0 1.5px transparent;
  background:
    radial-gradient(circle, transparent 0 34%, #ddefeb 34% 34.5%, transparent 34.5%),
    radial-gradient(circle, transparent 0 44%, #e2f1ed 44% 44.5%, transparent 44.5%),
    radial-gradient(circle, transparent 0 27%, #d8ece8 27% 27.5%, transparent 27.5%)
}

.pv-spark {
  position: absolute;
  right: 92px;
  top: 250px;
  color: #cfeae4;
  z-index: 0
}

.pv-spark .ic {
  width: 42px;
  height: 42px
}

.pv-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 56px;
  align-items: center
}

/* ---------- left panel ---------- */
.pv-panel {
  background: #fff;
  border: 1px solid #eef3f4;
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(16, 35, 63, .08);
  padding: 22px 22px 20px
}

.pv-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px
}

.pv-panel-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy)
}

.pv-panel-title .ic {
  width: 26px;
  height: 26px;
  color: var(--primary-dark)
}

.pv-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(23, 191, 183, .25)
}

.pv-add .ic {
  width: 16px;
  height: 16px
}

.pv-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef3f4;
  margin-bottom: 20px
}

.pv-stat {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #eef3f4;
  border-radius: 13px;
  padding: 13px 12px
}

.pv-stat>span:last-child {
  display: block;
  min-width: 0
}

.pv-stat-ico {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #eaf7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.pv-stat-ico .ic {
  width: 19px;
  height: 19px
}

.pv-stat small {
  display: block;
  font-size: 11.5px;
  color: #8792a2;
  line-height: 1.5
}

.pv-stat strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.35;
  white-space: nowrap
}

.pv-stat em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: #97a2b0
}

.pv-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.pv-item {
  border: 1px solid #eef3f4;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 11px;
  transition: box-shadow .25s, transform .25s
}

.pv-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(16, 35, 63, .09)
}

.pv-img {
  position: relative;
  display: block;
  height: 108px;
  margin-bottom: 11px;
  overflow: hidden;
  background: #e6eef2
}

.pv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s
}

.pv-item:hover .pv-img img {
  transform: scale(1.06)
}

.pv-img.g1 {
  background: linear-gradient(140deg, #2f4a63, #7d94a8)
}

.pv-img.g2 {
  background: linear-gradient(140deg, #4d7d96, #a8c6d4)
}

.pv-img.g3 {
  background: linear-gradient(140deg, #4b7a55, #9dc196)
}

.pv-img.g4 {
  background: linear-gradient(140deg, #33485c, #6f8798)
}

.pv-img.g5 {
  background: linear-gradient(140deg, #5b7f92, #b6cbd3)
}

.pv-img.g6 {
  background: linear-gradient(140deg, #3d5f74, #8fabbb)
}

.pv-img:after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(10, 28, 38, .35), rgba(10, 28, 38, 0))
}

.pv-tag {
  position: absolute;
  z-index: 1;
  left: 9px;
  top: 9px;
  font-style: normal;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .3px;
  color: #fff;
  background: var(--primary);
  padding: 4px 9px;
  border-radius: 20px
}

.pv-item b {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
  padding: 0 11px;
  line-height: 1.4
}

.pv-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 11px 0
}

.pv-meta>span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #8792a2
}

.pv-meta .ic {
  width: 12px;
  height: 12px
}

.pv-meta i {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-dark)
}

.pv-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  border: 1px solid #eef3f4;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 13.5px;
  color: #6b788c
}

.pv-foot span {
  display: inline-flex;
  align-items: center;
  gap: 9px
}

.pv-foot .ic {
  width: 16px;
  height: 16px;
  color: var(--primary-dark)
}

/* ---------- right copy ---------- */
.pv-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  border-radius: 40px;
  background: #e7f6f2;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700
}

.pv-badge:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary)
}

.pv-copy h2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -1.4px;
  font-weight: 800;
  color: var(--navy);
  margin: 22px 0 18px
}

.pv-copy h2 span {
  color: var(--primary-dark)
}

.pv-copy>p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #64748b;
  max-width: 620px;
  margin-bottom: 26px
}

.pv-features {
  margin-bottom: 28px
}

.pv-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid #e9eff1
}

.pv-feature:last-child {
  border-bottom: 0
}

.pv-feature>span:last-child {
  display: block
}

.pv-fico {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 13px;
  background: #eaf7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.pv-fico .ic {
  width: 21px;
  height: 21px
}

.pv-feature b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4
}

.pv-feature small {
  display: block;
  font-size: 14.5px;
  color: #7a8798;
  line-height: 1.6;
  margin-top: 3px
}

.pv-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #e9f7f4;
  border-radius: 16px;
  padding: 16px 18px
}

.pv-cta-ico {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.pv-cta-ico .ic {
  width: 24px;
  height: 24px
}

.pv-cta-text {
  flex: 1;
  min-width: 0
}

.pv-cta-text b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4
}

.pv-cta-text small {
  display: block;
  font-size: 13.5px;
  color: #6b788c;
  line-height: 1.55
}

.pv-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--primary);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(23, 191, 183, .26);
  transition: .25s
}

.pv-cta-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px)
}

.pv-cta-btn .ic {
  width: 16px;
  height: 16px
}

/* ---------- responsive ---------- */
@media(max-width:1250px) {
  .pv-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .pv-copy h2 {
    font-size: 42px
  }

  .pv-rings,
  .pv-spark {
    display: none
  }
}

@media(max-width:900px) {
  .pv-stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .pv-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:760px) {
  .pv {
    padding: 62px 0 70px
  }

  .pv-dots {
    display: none
  }

  .pv-panel {
    padding: 16px 14px 14px;
    border-radius: 16px
  }

  .pv-panel-title {
    font-size: 16px
  }

  .pv-add {
    padding: 10px 14px;
    font-size: 13px
  }

  .pv-stats {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .pv-list {
    grid-template-columns: 1fr
  }

  .pv-img {
    height: 150px
  }

  .pv-foot {
    display: block;
    font-size: 13px
  }

  .pv-foot span+span {
    margin-top: 10px
  }

  .pv-copy h2 {
    font-size: 31px;
    letter-spacing: -.8px
  }

  .pv-copy h2 br {
    display: none
  }

  .pv-copy>p {
    font-size: 15.5px
  }

  .pv-cta {
    flex-wrap: wrap
  }

  .pv-cta-btn {
    width: 100%;
    justify-content: center
  }
}
/* ==========================================================
   LEAD WORKFLOW — "From lead capture to successful follow-up"
   fully scoped under .wf so no other section is affected
   ========================================================== */
.wf {
  position: relative;
  overflow: hidden;
  padding: 92px 0 100px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%)
}

.wf-arc {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 46%, #e0f0ed 46% 46.4%, transparent 46.4%),
    radial-gradient(circle, transparent 0 37%, #e4f2ef 37% 37.4%, transparent 37.4%),
    radial-gradient(circle, transparent 0 28%, #e8f4f1 28% 28.4%, transparent 28.4%)
}

.wf-arc-1 {
  width: 380px;
  height: 380px;
  left: -150px;
  top: -140px
}

.wf-arc-2 {
  width: 460px;
  height: 460px;
  right: -190px;
  bottom: -190px
}

.wf-dots {
  position: absolute;
  z-index: 0;
  width: 120px;
  height: 110px;
  background-image: radial-gradient(#d3e8e4 1.4px, transparent 1.4px);
  background-size: 15px 15px
}

.wf-dots-1 {
  left: 40px;
  top: 235px
}

.wf-dots-2 {
  right: 30px;
  top: 480px
}

.wf-spark {
  position: absolute;
  right: 78px;
  top: 185px;
  z-index: 0;
  color: #d6ede8
}

.wf-spark .ic {
  width: 46px;
  height: 46px
}

.wf .container {
  position: relative;
  z-index: 1
}

/* ---------- head ---------- */
.wf-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 46px
}

.wf-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  border-radius: 40px;
  background: #e7f6f2;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700
}

.wf-badge:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary)
}

.wf-head h2 {
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: -1.5px;
  font-weight: 800;
  color: var(--navy);
  margin: 22px 0 14px
}

.wf-head h2 span {
  color: var(--primary-dark)
}

.wf-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #66748a
}

/* ---------- numbered rail ---------- */
.wf-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 26px
}

.wf-step {
  position: relative;
  display: flex;
  justify-content: center
}

.wf-step i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary-dark);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(13, 153, 146, .25)
}

.wf-step:not(:last-child):before {
  content: "";
  position: absolute;
  left: calc(50% + 34px);
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.6px solid var(--primary);
  background: #fff
}

.wf-step:not(:last-child):after {
  content: "";
  position: absolute;
  left: calc(50% + 50px);
  top: 50%;
  width: calc(100% - 74px);
  border-top: 2px dashed var(--primary);
  opacity: .85
}

/* ---------- cards ---------- */
.wf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px
}

.wf-card {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #eef3f5;
  border-radius: 20px;
  padding: 32px 26px 30px;
  box-shadow: 0 8px 26px rgba(16, 35, 63, .05);
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.wf-card:hover {
  transform: translateY(-6px);
  border-color: #cfeceb;
  box-shadow: 0 22px 44px rgba(16, 35, 63, .10)
}

.wf-num {
  display: none
}

.wf-ico {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--primary-dark);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 9px #e8f6f3
}

.wf-ico .ic {
  width: 34px;
  height: 34px;
  stroke-width: 1.7
}

.wf-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px
}

.wf-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #6b788c;
  margin-bottom: 24px
}

.wf-ico2 {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 50%;
  background: #eaf7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.wf-ico2 .ic {
  width: 24px;
  height: 24px;
  stroke-width: 1.7
}

/* ---------- responsive ---------- */
@media(max-width:1250px) {
  .wf-head h2 {
    font-size: 44px
  }
}

@media(max-width:1050px) {
  .wf-rail {
    display: none
  }

  .wf-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .wf-num {
    display: grid;
    place-items: center;
    position: absolute;
    left: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-dark);
    color: #fff;
    font-size: 14px;
    font-weight: 700
  }

  .wf-spark,
  .wf-dots {
    display: none
  }
}

@media(max-width:760px) {
  .wf {
    padding: 62px 0 70px
  }

  .wf-head {
    margin-bottom: 34px
  }

  .wf-head h2 {
    font-size: 32px;
    letter-spacing: -.8px
  }

  .wf-head h2 br {
    display: none
  }

  .wf-head p {
    font-size: 15.5px
  }

  .wf-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .wf-card {
    padding: 28px 22px 26px
  }

  .wf-ico {
    width: 64px;
    height: 64px;
    box-shadow: 0 0 0 7px #e8f6f3
  }

  .wf-ico .ic {
    width: 29px;
    height: 29px
  }

  .wf-arc-1,
  .wf-arc-2 {
    display: none
  }
}
/* ==========================================================
   PRICING — "Simple pricing. Powerful CRM."
   fully scoped under .pr so no other section is affected
   ========================================================== */
.pr {
  position: relative;
  padding: 92px 0 100px;
  background:
    radial-gradient(560px 340px at 4% 34%, #e6f5f1 0%, rgba(230, 245, 241, 0) 70%),
    radial-gradient(560px 340px at 97% 60%, #e7f4f6 0%, rgba(231, 244, 246, 0) 70%),
    linear-gradient(180deg, #fbfdfd 0%, #f7fbfb 100%)
}

.pr-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 46px
}

.pr-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  border-radius: 40px;
  background: #e7f6f2;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700
}

.pr-badge:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary)
}

.pr-head h2 {
  font-size: 50px;
  line-height: 1.16;
  letter-spacing: -1.5px;
  font-weight: 800;
  color: var(--navy);
  margin: 20px 0 12px
}

.pr-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #66748a
}

.pr-main {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: stretch
}

/* ---------- plan card ---------- */
.pr-plan {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1.6px solid var(--primary);
  border-radius: 16px;
  padding: 34px 32px 30px;
  box-shadow: 0 18px 40px rgba(16, 35, 63, .06)
}

.pr-plan h3 {
  font-size: 23px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px
}

.pr-plan>p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b788c
}

.pr-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 24px 0;
  margin-bottom: 22px;
  border-bottom: 1px solid #eaf0f2
}

.pr-price sup {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  align-self: flex-start;
  margin-top: 10px
}

.pr-price strong {
  font-size: 74px;
  font-weight: 800;
  color: var(--primary);
  line-height: .9;
  letter-spacing: -2px
}

.pr-price small {
  font-size: 16px;
  color: #8a96a6;
  margin-bottom: 4px
}

.pr-perks {
  list-style: none;
  margin-bottom: 26px
}

.pr-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 0;
  font-size: 15.5px;
  color: #3f4c60
}

.pr-yes {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center
}

.pr-yes .ic {
  width: 13px;
  height: 13px
}

.pr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 17px 24px;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(23, 191, 183, .28);
  transition: .25s
}

.pr-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px)
}

.pr-btn .ic {
  width: 18px;
  height: 18px
}

.pr-guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 14px;
  color: #6b788c
}

/* ---------- included table ---------- */
.pr-table {
  border: 1px solid #e8eff1;
  border-left: 0;
  border-radius: 0 16px 16px 0;
  background: #fff;
  overflow: hidden
}

.pr-row {
  display: grid;
  grid-template-columns: 46px 1fr 60px;
  align-items: center;
  gap: 16px;
  padding: 16px 26px;
  border-bottom: 1px solid #f0f5f6
}

.pr-row:last-child {
  border-bottom: 0
}

.pr-row-head {
  grid-template-columns: 1fr auto;
  padding: 20px 26px;
  background: #fcfdfe
}

.pr-h {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy)
}

.pr-plan-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-dark)
}

.pr-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #eaf7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.pr-ico .ic {
  width: 21px;
  height: 21px
}

.pr-txt {
  display: block;
  min-width: 0
}

.pr-txt b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4
}

.pr-txt small {
  display: block;
  font-size: 14px;
  color: #7a8798;
  line-height: 1.55
}

.pr-row>.pr-yes {
  justify-self: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px
}

/* ---------- trust strip ---------- */
.pr-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e8eff1;
  border-radius: 16px;
  background: #fff;
  margin-top: 26px;
  padding: 22px 10px
}

.pr-trust>div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 4px 22px;
  border-right: 1px solid #edf3f4
}

.pr-trust>div:last-child {
  border-right: 0
}

.pr-trust>div>span:last-child {
  display: block;
  min-width: 0
}

.pr-tico {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 13px;
  background: #eaf7f4;
  color: var(--primary-dark);
  display: grid;
  place-items: center
}

.pr-tico .ic {
  width: 22px;
  height: 22px
}

.pr-trust b {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4
}

.pr-trust small {
  display: block;
  font-size: 14px;
  color: #7a8798;
  line-height: 1.55
}

/* ---------- responsive ---------- */
@media(max-width:1250px) {
  .pr-head h2 {
    font-size: 42px
  }

  .pr-main {
    grid-template-columns: 340px 1fr
  }

  .pr-plan {
    padding: 28px 24px 26px
  }
}

@media(max-width:1050px) {
  .pr-main {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .pr-table {
    border-left: 1px solid #e8eff1;
    border-radius: 16px
  }

  .pr-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0
  }

  .pr-trust>div:nth-child(2n) {
    border-right: 0
  }
}

@media(max-width:760px) {
  .pr {
    padding: 62px 0 70px
  }

  .pr-head {
    margin-bottom: 32px
  }

  .pr-head h2 {
    font-size: 31px;
    letter-spacing: -.8px
  }

  .pr-head p {
    font-size: 15.5px
  }

  .pr-price strong {
    font-size: 60px
  }

  .pr-row {
    grid-template-columns: 40px 1fr 34px;
    gap: 12px;
    padding: 14px 16px
  }

  .pr-row-head {
    padding: 16px
  }

  .pr-ico {
    width: 40px;
    height: 40px;
    border-radius: 11px
  }

  .pr-ico .ic {
    width: 18px;
    height: 18px
  }

  .pr-txt b {
    font-size: 15px
  }

  .pr-txt small {
    font-size: 13px
  }

  .pr-trust {
    grid-template-columns: 1fr;
    padding: 8px 8px
  }

  .pr-trust>div {
    border-right: 0;
    border-bottom: 1px solid #edf3f4;
    padding: 14px 12px
  }

  .pr-trust>div:last-child {
    border-bottom: 0
  }
}
/* ==========================================================
   ENVATO ELITE AUTHOR — "We Are ELITE AUTHOR On Envato Market"
   fully scoped under .ea so no other section is affected
   ========================================================== */
.ea {
  position: relative;
  overflow: hidden;
  padding: 84px 0 92px;
  background:
    radial-gradient(520px 320px at 3% 62%, #e6f8ee 0%, rgba(230, 248, 238, 0) 70%),
    radial-gradient(520px 320px at 98% 40%, #eaf1fd 0%, rgba(234, 241, 253, 0) 70%),
    linear-gradient(180deg, #ffffff 0%, #fafcfd 100%)
}

.ea-rings {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  opacity: .5;
  background: repeating-radial-gradient(circle, transparent 0 13px, #e3edf2 13px 13.8px)
}

.ea-rings-1 {
  width: 520px;
  height: 520px;
  left: -260px;
  top: -120px
}

.ea-rings-2 {
  width: 560px;
  height: 560px;
  right: -300px;
  bottom: -160px
}

.ea-dots {
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#d6e6e4 1.5px, transparent 1.5px);
  background-size: 16px 16px
}

.ea-dots-1 {
  right: 50px;
  top: 46px
}

.ea-dots-2 {
  left: 44px;
  bottom: 80px
}

.ea .container {
  position: relative;
  z-index: 1
}

/* ---------- head ---------- */
.ea-head {
  text-align: center
}

.ea-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 40px;
  background: #eafaf1;
  color: #17a06a;
  font-size: 15.5px;
  font-weight: 700
}

.ea-badge .ic {
  width: 18px;
  height: 18px
}

.ea-head h2 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-weight: 800;
  color: var(--navy);
  margin: 20px 0 14px
}

.ea-head h2 span {
  background: linear-gradient(90deg, #3fcf8e 0%, #34c5c0 45%, #3aa8e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ea-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px
}

.ea-sub span {
  font-size: 19px;
  color: #61708a;
  font-weight: 500
}

.ea-sub i {
  width: 110px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(63, 207, 142, 0), #58cfae)
}

.ea-sub i:last-child {
  background: linear-gradient(90deg, #58cfae, rgba(63, 207, 142, 0))
}

/* ---------- logo ---------- */
.ea-logo {
  position: relative;
  display: grid;
  place-items: center;
  margin: 34px 0 6px
}

.ea-logo:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1.5px dashed #e2ebef;
  top: 34px
}

.ea-logo img {
  position: relative;
  width: 224px;
  filter: drop-shadow(0 16px 26px rgba(240, 145, 50, .22))
}

.ea-happy {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.8px;
  margin: 10px 0 52px;
  background: linear-gradient(90deg, #ff7a2f, #f7941e 55%, #ff6a2f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

/* ---------- stats ---------- */
.ea-stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0
}

.ea-card {
  position: relative;
  flex: 1 1 0;
  max-width: 300px;
  text-align: center;
  background: #fff;
  border: 1px solid #eef3f5;
  border-radius: 18px;
  padding: 46px 18px 26px;
  box-shadow: 0 10px 30px rgba(16, 35, 63, .05);
  transition: transform .25s, box-shadow .25s
}

.ea-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(16, 35, 63, .10)
}

.ea-ico {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  border: 5px solid #fff
}

.ea-ico .ic {
  width: 26px;
  height: 26px;
  stroke-width: 1.9
}

.ea-card.c1 .ea-ico {
  background: linear-gradient(140deg, #4ad695, #2fbf85);
  box-shadow: 0 10px 20px rgba(47, 191, 133, .28)
}

.ea-card.c2 .ea-ico {
  background: linear-gradient(140deg, #48d6d2, #2fb9c4);
  box-shadow: 0 10px 20px rgba(47, 185, 196, .28)
}

.ea-card.c3 .ea-ico {
  background: linear-gradient(140deg, #55a9f0, #3b86e0);
  box-shadow: 0 10px 20px rgba(59, 134, 224, .28)
}

.ea-card.c4 .ea-ico {
  background: linear-gradient(140deg, #7c7ceb, #5f5fd8);
  box-shadow: 0 10px 20px rgba(95, 95, 216, .28)
}

.ea-card strong {
  display: block;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.15
}

.ea-card.c1 strong {
  color: #2fbf85
}

.ea-card.c2 strong {
  color: #2fb2c4
}

.ea-card.c3 strong {
  color: #3b86e0
}

.ea-card.c4 strong {
  color: #5f5fd8
}

.ea-card small {
  display: block;
  font-size: 15px;
  color: #6b788c;
  margin-top: 4px
}

.ea-card em {
  display: block;
  width: 58px;
  height: 2px;
  margin: 14px auto 0;
  border-top: 2px dashed #b9e2d3
}

.ea-card.c2 em {
  border-color: #b2e2e6
}

.ea-card.c3 em {
  border-color: #bcd6f4
}

.ea-card.c4 em {
  border-color: #c8c8f0
}

.ea-sep {
  position: relative;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  color: #cfe0e4
}

.ea-sep:before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: #e9eff1
}

.ea-sep .ic {
  position: relative;
  width: 15px;
  height: 15px;
  background: #fbfdfd;
  padding: 3px 0
}

/* ---------- note ---------- */
.ea-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: fit-content;
  margin: 38px auto 0;
  padding: 14px 26px;
  border: 1px solid #e8eff1;
  border-radius: 40px;
  background: #fff;
  font-size: 15.5px;
  color: #5c6b80;
  box-shadow: 0 6px 18px rgba(16, 35, 63, .04)
}

.ea-note .ic {
  width: 19px;
  height: 19px;
  color: #22b573
}

/* ---------- responsive ---------- */
@media(max-width:1150px) {
  .ea-head h2 {
    font-size: 38px
  }

  .ea-sub i {
    width: 60px
  }

  .ea-sep {
    flex-basis: 34px
  }

  .ea-card strong {
    font-size: 33px
  }
}

@media(max-width:900px) {
  .ea-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 22px
  }

  .ea-sep {
    display: none
  }

  .ea-card {
    max-width: none
  }
}

@media(max-width:760px) {
  .ea {
    padding: 60px 0 70px
  }

  .ea-badge {
    font-size: 13.5px;
    padding: 9px 18px
  }

  .ea-head h2 {
    font-size: 27px;
    letter-spacing: -.6px
  }

  .ea-sub i {
    display: none
  }

  .ea-sub span {
    font-size: 15px;
    line-height: 1.6
  }

  .ea-logo {
    margin: 26px 0 4px
  }

  .ea-logo:before {
    width: 260px;
    height: 260px;
    top: 22px
  }

  .ea-logo img {
    width: 160px
  }

  .ea-happy {
    font-size: 30px;
    margin-bottom: 44px
  }

  .ea-stats {
    grid-template-columns: 1fr;
    gap: 46px
  }

  .ea-card strong {
    font-size: 34px
  }

  .ea-note {
    font-size: 13.5px;
    padding: 12px 18px;
    text-align: center;
    line-height: 1.5
  }

  .ea-rings-1,
  .ea-rings-2,
  .ea-dots {
    display: none
  }
}

/* ==========================================================
   FAQ — "Frequently asked questions"
   fully scoped under .fq so no other section is affected
   ========================================================== */
.fq {
  position: relative;
  overflow: hidden;
  padding: 92px 0 100px;
  background:
    radial-gradient(560px 340px at 6% 20%, #e8f6f3 0%, rgba(232, 246, 243, 0) 70%),
    radial-gradient(560px 340px at 95% 82%, #e9f4f7 0%, rgba(233, 244, 247, 0) 70%),
    linear-gradient(180deg, #f8fbfc 0%, #f4f9fa 100%)
}

.fq-dots {
  position: absolute;
  z-index: 0;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(#d3e6e3 1.4px, transparent 1.4px);
  background-size: 15px 15px
}

.fq-dots-1 {
  left: 36px;
  top: 90px
}

.fq-dots-2 {
  right: 36px;
  bottom: 110px
}

.fq .container {
  position: relative;
  z-index: 1
}

/* ---------- head ---------- */
.fq-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px
}

.fq-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  border-radius: 40px;
  background: #e7f6f2;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700
}

.fq-badge:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary)
}

.fq-head h2 {
  font-size: 50px;
  line-height: 1.16;
  letter-spacing: -1.5px;
  font-weight: 800;
  color: var(--navy);
  margin: 22px 0 14px
}

.fq-head h2 span {
  color: var(--primary-dark)
}

.fq-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #66748a
}

/* ---------- accordion ---------- */
.fq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 18px 24px
}

.fq-item {
  background: #fff;
  border: 1px solid #e9eff1;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(16, 35, 63, .04);
  transition: border-color .25s, box-shadow .25s, background .25s
}

.fq-item:hover {
  border-color: #cfe9e6
}

.fq-item.open {
  border-color: var(--primary);
  background: #fbfeff;
  box-shadow: 0 16px 34px rgba(16, 35, 63, .08)
}

.fq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit
}

.fq-n {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  color: var(--primary-dark);
  background: #e9f7f4;
  border-radius: 9px;
  padding: 6px 10px;
  transition: .25s
}

.fq-item.open .fq-n {
  background: var(--primary);
  color: #fff
}

.fq-t {
  flex: 1;
  font-size: 17.5px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45
}

.fq-i {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d8eeeb;
  background: #f4fbfa;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  transition: .3s
}

.fq-i .ic {
  width: 17px;
  height: 17px;
  stroke-width: 2.4
}

.fq-item.open .fq-i {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: rotate(135deg)
}

.fq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease
}

.fq-item.open .fq-a {
  grid-template-rows: 1fr
}

.fq-a>div {
  overflow: hidden;
  font-size: 15.5px;
  line-height: 1.8;
  color: #6b788c;
  padding: 0 24px 0 74px
}

.fq-item.open .fq-a>div {
  padding-bottom: 24px
}

/* ---------- bottom cta ---------- */
.fq-cta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding: 22px 26px;
  border: 1px solid #dff0ec;
  border-radius: 18px;
  background: linear-gradient(120deg, #eafaf7, #f2fbfd)
}

.fq-cta-ico {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-dark);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(16, 35, 63, .06)
}

.fq-cta-ico .ic {
  width: 26px;
  height: 26px
}

.fq-cta-text {
  flex: 1;
  min-width: 0
}

.fq-cta-text b {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4
}

.fq-cta-text small {
  display: block;
  font-size: 14.5px;
  color: #6b788c
}

.fq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  padding: 15px 24px;
  border-radius: 11px;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(23, 191, 183, .26);
  transition: .25s
}

.fq-cta-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px)
}

.fq-cta-btn .ic {
  width: 17px;
  height: 17px
}

/* ---------- responsive ---------- */
@media(max-width:1250px) {
  .fq-head h2 {
    font-size: 42px
  }
}

@media(max-width:900px) {
  .fq-grid {
    grid-template-columns: 1fr
  }

  .fq-dots {
    display: none
  }
}

@media(max-width:760px) {
  .fq {
    padding: 62px 0 70px
  }

  .fq-head {
    margin-bottom: 32px
  }

  .fq-head h2 {
    font-size: 31px;
    letter-spacing: -.8px
  }

  .fq-head p {
    font-size: 15.5px
  }

  .fq-q {
    padding: 18px 16px;
    gap: 12px
  }

  .fq-n {
    font-size: 12.5px;
    padding: 5px 8px
  }

  .fq-t {
    font-size: 15.5px
  }

  .fq-i {
    flex-basis: 30px;
    width: 30px;
    height: 30px
  }

  .fq-a>div {
    font-size: 14.5px;
    padding: 0 16px 0 16px
  }

  .fq-item.open .fq-a>div {
    padding-bottom: 18px
  }

  .fq-cta {
    flex-wrap: wrap;
    padding: 18px
  }

  .fq-cta-btn {
    width: 100%;
    justify-content: center
  }
}

/* ==========================================================
   FOOTER — modern single-column centred footer, scoped under .ft
   ========================================================== */
footer.ft {
  position: relative;
  overflow: hidden;
  padding: 86px 0 0;
  background: linear-gradient(180deg, #0d1e33 0%, #0a1727 100%);
  color: #93a5bd;
  text-align: center
}

/* accent hairline across the very top, fading at both edges */
footer.ft:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 191, 183, .55), transparent);
  z-index: 2
}

.ft-glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none
}

.ft-glow-1 {
  width: 720px;
  height: 720px;
  left: 50%;
  top: -430px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(23, 191, 183, .18), rgba(23, 191, 183, 0) 68%)
}

.ft-glow-2 {
  width: 560px;
  height: 560px;
  right: -220px;
  bottom: -320px;
  background: radial-gradient(circle, rgba(70, 130, 220, .14), rgba(70, 130, 220, 0) 68%)
}

footer.ft .container {
  position: relative;
  z-index: 1
}

/* ---------- single column stack ---------- */
.ft-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

/* ---------- logo ---------- */
.ft-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px
}

.ft-mark {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 17px;
  background: linear-gradient(140deg, #1fd0c5, #0f9f97);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 26px rgba(23, 191, 183, .32);
  transition: transform .3s ease, box-shadow .3s ease
}

.ft-logo:hover .ft-mark {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(23, 191, 183, .42)
}

.ft-mark .ic {
  width: 28px;
  height: 28px
}

.ft-name {
  text-align: left
}

.ft-name b {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.5px;
  line-height: 1.15
}

.ft-name b i {
  font-style: normal;
  color: var(--primary)
}

.ft-name small {
  display: block;
  font-size: 12.5px;
  color: #7f92ab;
  font-weight: 500;
  letter-spacing: .2px
}

/* ---------- tagline ---------- */
.ft-tag {
  font-size: 15px;
  line-height: 1.85;
  max-width: 640px;
  color: #93a5bd
}

/* ---------- bottom bar ---------- */
.ft-bottom {
  position: relative;
  margin-top: 46px;
  padding: 26px 0 34px;
  font-size: 13.5px;
  color: #7f92ab
}

.ft-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent)
}

/* ---------- responsive ---------- */
@media(max-width:600px) {
  footer.ft {
    padding-top: 60px
  }

  .ft-inner {
    gap: 20px
  }

  .ft-mark {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px
  }

  .ft-mark .ic {
    width: 24px;
    height: 24px
  }

  .ft-name b {
    font-size: 22px
  }

  .ft-tag {
    font-size: 14px
  }

  .ft-bottom {
    margin-top: 34px;
    padding: 22px 0 28px;
    font-size: 12.5px
  }
}

/* ============================================================
   Front-end Experience section (.fe)
   ============================================================ */
.fe {
  position: relative;
  padding: 110px 0;
  background: var(--bg);
  overflow: hidden;
}

.fe-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .5;
  pointer-events: none;
}

.fe-blob-1 {
  width: 420px;
  height: 420px;
  background: rgba(23, 191, 183, .16);
  top: -120px;
  right: -120px;
}

.fe-blob-2 {
  width: 360px;
  height: 360px;
  background: rgba(16, 35, 63, .07);
  bottom: -140px;
  left: -110px;
}

.fe .container {
  position: relative;
  z-index: 1;
}

.fe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 54px;
}

.fe-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(16, 35, 63, .07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.fe-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.fe-stage {
  flex: 1;
  padding: 22px;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(23, 191, 183, .07), transparent 55%),
    linear-gradient(180deg, #fbfdfe, #f2f7f9);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 250px;
}

.fe-stage-center {
  justify-content: center;
}

/* --- AI search mock --- */
.fe-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fe-search-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--white);
  border: 1.6px solid var(--primary);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 8px 22px rgba(23, 191, 183, .16);
}

.fe-search-bar .ic {
  width: 15px;
  height: 15px;
  stroke: var(--primary);
  flex: none;
}

.fe-search-bar i {
  font-style: normal;
  font-size: 12.5px;
  color: var(--navy);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.fe-chips em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-dark);
  background: rgba(23, 191, 183, .12);
  border: 1px solid rgba(23, 191, 183, .3);
  border-radius: 999px;
  padding: 3px 11px;
}

.fe-search-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fe-mini-prop {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 84px;
  box-shadow: 0 8px 18px rgba(16, 35, 63, .12);
}

.fe-mini-prop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fe-mini-prop b {
  position: absolute;
  left: 8px;
  bottom: 7px;
  background: rgba(16, 35, 63, .82);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}

/* --- chatbot mock --- */
.fe-chat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  box-shadow: 0 10px 26px rgba(16, 35, 63, .08);
}

.fe-chat-head {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(120deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 13px;
}

.fe-chat-head .ic {
  width: 15px;
  height: 15px;
  stroke: #fff;
}

.fe-chat-head i {
  font-style: normal;
  margin-left: auto;
  font-size: 10px;
  font-weight: 600;
  opacity: .85;
}

.fe-bub {
  max-width: 85%;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 11.5px;
  line-height: 1.5;
  margin: 0 12px;
}

.fe-bub-user {
  align-self: flex-end;
  background: var(--navy);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.fe-bub-bot {
  align-self: flex-start;
  background: #f1f6f8;
  border: 1px solid var(--line);
  color: var(--text);
  border-bottom-left-radius: 4px;
}

.fe-bub-thumbs {
  display: flex;
  gap: 6px;
  margin-top: 7px;
}

.fe-bub-thumbs img {
  width: 46px;
  height: 34px;
  object-fit: cover;
  border-radius: 6px;
}

/* --- listing card mock --- */
.fe-prop {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  max-width: 265px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 12px 30px rgba(16, 35, 63, .12);
}

.fe-prop-img {
  position: relative;
  display: block;
  height: 118px;
}

.fe-prop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fe-prop-img em {
  position: absolute;
  top: 9px;
  left: 9px;
  background: var(--primary);
  color: #fff;
  font-style: normal;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .06em;
  border-radius: 5px;
  padding: 3px 9px;
}

.fe-heart {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #fff;
  font-size: 15px;
  text-shadow: 0 2px 6px rgba(16, 35, 63, .5);
}

.fe-prop-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px 13px;
}

.fe-prop-body strong {
  color: var(--primary-dark);
  font-size: 16px;
  font-weight: 800;
}

.fe-prop-body b {
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 700;
}

.fe-prop-body small {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: var(--muted);
}

.fe-prop-body small .ic {
  width: 12px;
  height: 12px;
  stroke: var(--primary);
}

.fe-prop-meta {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.fe-prop-meta i {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
}

/* --- compare mock --- */
.fe-cmp {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(16, 35, 63, .08);
}

.fe-cmp-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.fe-cmp-row:last-of-type {
  border-bottom: 0;
}

.fe-cmp-row i {
  font-style: normal;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  padding: 8px 12px;
}

.fe-cmp-row b {
  font-weight: 600;
  color: var(--text);
  padding: 8px 10px;
}

.fe-cmp-row b.win {
  color: var(--primary-dark);
  font-weight: 800;
}

.fe-cmp-head {
  background: #f1f6f8;
}

.fe-cmp-head b {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--navy);
  font-weight: 700;
  font-size: 11.5px;
}

.fe-cmp-head img {
  width: 30px;
  height: 24px;
  object-fit: cover;
  border-radius: 5px;
}

.fe-cmp-verdict {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(23, 191, 183, .1);
  border-top: 1px solid rgba(23, 191, 183, .3);
  color: var(--primary-dark);
  font-size: 11.5px;
  font-weight: 700;
  padding: 9px 12px;
}

.fe-cmp-verdict .ic {
  width: 14px;
  height: 14px;
  stroke: var(--primary-dark);
  flex: none;
}

/* --- visit booking mock --- */
.fe-visit {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 10px 26px rgba(16, 35, 63, .08);
}

.fe-visit-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 700;
}

.fe-visit-title .ic {
  width: 15px;
  height: 15px;
  stroke: var(--primary);
}

.fe-days,
.fe-slots {
  display: grid;
  gap: 6px;
}

.fe-days {
  grid-template-columns: repeat(6, 1fr);
}

.fe-slots {
  grid-template-columns: repeat(3, 1fr);
}

.fe-days i,
.fe-slots i {
  font-style: normal;
  text-align: center;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 0;
}

.fe-days i.on {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 800;
}

.fe-slots i.on {
  border-color: var(--primary);
  color: var(--primary-dark);
  font-weight: 800;
  background: rgba(23, 191, 183, .08);
}

.fe-slots i.full {
  background: #f1f4f6;
  text-decoration: line-through;
}

.fe-visit-btn {
  background: linear-gradient(120deg, var(--primary), var(--primary-dark));
  color: #fff;
  text-align: center;
  font-size: 12.5px;
  font-weight: 800;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0 10px 22px rgba(23, 191, 183, .35);
}

.fe-visit-note {
  text-align: center;
  font-size: 10.5px;
  color: var(--muted);
}

/* --- enquiry + whatsapp mock --- */
.fe-wa {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fe-wa-msg {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid #22c15e;
  border-radius: 12px;
  padding: 10px 13px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--text);
  box-shadow: 0 8px 20px rgba(16, 35, 63, .07);
}

.fe-wa-msg b {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #16944a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 3px;
}

.fe-wa-msg b .ic {
  width: 12px;
  height: 12px;
  stroke: #16944a;
}

.fe-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  box-shadow: 0 8px 20px rgba(16, 35, 63, .07);
}

.fe-form i {
  font-style: normal;
  font-size: 11px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 11px;
  background: #fbfdfe;
}

.fe-form b {
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 8px;
  padding: 8px 0;
}

.fe-form small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 10px;
  color: var(--muted);
}

.fe-form small .ic {
  width: 11px;
  height: 11px;
  stroke: var(--primary);
}

.fe-floats {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.fe-floats em {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(16, 35, 63, .25);
}

.fe-floats em .ic {
  width: 17px;
  height: 17px;
  stroke: #fff;
}

.fe-float-ai {
  background: linear-gradient(120deg, var(--primary), var(--primary-dark));
}

.fe-float-wa {
  background: #22c15e;
}

/* --- caption --- */
.fe-cap {
  display: flex;
  gap: 12px;
  padding: 16px 18px 18px;
  align-items: flex-start;
}

.fe-cap-ico {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 11px;
  background: rgba(23, 191, 183, .12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fe-cap-ico .ic {
  width: 18px;
  height: 18px;
  stroke: var(--primary-dark);
}

.fe-cap-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fe-cap-text b {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
}

.fe-cap-text small {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

.fe-cap-text code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10.5px;
  color: var(--primary-dark);
  background: rgba(23, 191, 183, .08);
  border: 1px solid rgba(23, 191, 183, .25);
  border-radius: 5px;
  padding: 1px 7px;
  align-self: flex-start;
  margin-top: 5px;
}

@media(max-width: 1020px) {
  .fe-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 640px) {
  .fe {
    padding: 76px 0;
  }

  .fe-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  .fe-stage {
    min-height: 0;
  }
}
