:root {
  --heading-font: "SF Pro Display", "SF Pro Text", "SF Pro", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-font: "SF Pro Text", "SF Pro Display", "SF Pro", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --numeric-font: "SF Mono", "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --primary-color: 15, 163, 127;
  --heading-color: 14, 26, 43;
  --black: 14, 26, 43;
  --body-color: #5B677A;
  --bg-color1: #FAFBFC;
  --bg-color2: #F3F6F8;
  --border-color1: rgba(220, 227, 234, .85);
  --border-color2: rgba(14, 26, 43, .08);
  --btn-bg1: linear-gradient(135deg, #0FA37F 0%, #0C7B61 100%);
  --btn-bg2: linear-gradient(135deg, #0C7B61 0%, #0A6550 100%);
  --btn-hover-bg: linear-gradient(135deg, #0C7B61 0%, #0A6550 100%);
}

body.ownest-site {
  font-family: var(--body-font);
  color: var(--body-color);
  background:
    radial-gradient(circle at top left, rgba(15, 163, 127, 0.08), transparent 32%),
    radial-gradient(circle at top right, rgba(200, 169, 107, 0.12), transparent 28%),
    #f6f8fb;
}

.ownest-site .navbar,
.ownest-site .navbar.active,
.ownest-site .navbar.fixed-top,
.ownest-site .navbar.fixed-top.active {
  background: transparent;
  background-color: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.ownest-site h1,
.ownest-site h2,
.ownest-site h3,
.ownest-site h4,
.ownest-site h5,
.ownest-site h6 {
  font-family: var(--heading-font);
  letter-spacing: -0.03em;
}

.ownest-site p,
.ownest-site li,
.ownest-site input,
.ownest-site textarea,
.ownest-site button,
.ownest-site a {
  font-family: var(--body-font);
}

.ownest-site p[style*="font-family"],
.ownest-site span[style*="font-family"],
.ownest-site div[style*="font-family"],
.ownest-site li[style*="font-family"],
.ownest-site a[style*="font-family"],
.ownest-site small[style*="font-family"],
.ownest-site strong[style*="font-family"] {
  font-family: var(--body-font) !important;
}

.ownest-site h1[style*="font-family"],
.ownest-site h2[style*="font-family"],
.ownest-site h3[style*="font-family"],
.ownest-site h4[style*="font-family"],
.ownest-site h5[style*="font-family"],
.ownest-site h6[style*="font-family"] {
  font-family: var(--heading-font) !important;
}

.ownest-site .navbar.fixed-top {
  top: 10px;
  z-index: 1030;
  padding-top: 0;
}

.ownest-site .navbar.fixed-top .container,
.ownest-site .ownest-navbar-shell {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 227, 234, 0.9);
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(14, 26, 43, 0.08);
  padding: 16px 26px;
  margin-top: 0;
}

.ownest-site .ownest-header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: min(240px, 26vw);
  min-width: 180px;
  flex: 0 0 auto;
}

.ownest-site .ownest-header-brand--mobile {
  width: min(220px, 58vw);
  min-width: 0;
}

.ownest-site .ownest-header-brand__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 58px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.ownest-site .widget-logo img,
.ownest-site .footer-logo,
.ownest-site .ownest-footer-brand__image {
  display: block;
  width: auto;
  max-width: min(280px, 100%);
  height: 72px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.ownest-site .widget-logo {
  display: inline-flex;
  align-items: center;
}

.ownest-site .ownest-footer-brand {
  display: inline-flex;
  align-items: center;
}

.ownest-site .navbar-brand.logo img,
.ownest-site .navbar-brand img.logo {
  max-height: none;
  width: auto;
}

.ownest-site .navbar-nav {
  gap: 10px;
}

.ownest-site .nav-right {
  padding-left: 18px;
  border-left: 1px solid rgba(220, 227, 234, 0.9);
}

@media (max-width: 991.98px) {
  .ownest-site .ownest-header-brand {
    width: min(220px, 48vw);
    min-width: 150px;
  }

  .ownest-site .ownest-header-brand__image {
    height: 52px;
    max-height: 52px;
  }

  .ownest-site .footer-logo,
  .ownest-site .ownest-footer-brand__image {
    height: 64px;
    max-height: 64px;
  }
}

.ownest-site .nav-link {
  color: #213047;
  font-weight: 600;
}

.ownest-site .nav-link:hover,
.ownest-site .nav-link.active {
  color: rgb(var(--primary-color));
}

.ownest-site .navbar-toggler,
.ownest-site .cmn-btn-close {
  border-radius: 16px;
  background: #eef3f5;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ownest-site .offcanvas {
  background: #f9fbfc;
}

.ownest-header-actions,
.ownest-site .nav-right .custom-nav {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ownest-site .cmn-btn,
.ownest-site .cmn-btn2,
.ownest-site .cmn-btn3,
.ownest-site .cmn-btn5,
.ownest-site .kew-btn {
  border: 0;
  border-radius: 18px;
  padding: 14px 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ownest-site .cmn-btn,
.ownest-site .cmn-btn2,
.ownest-site .kew-btn {
  background: var(--btn-bg1);
  color: #fff;
  box-shadow: 0 16px 30px rgba(15, 163, 127, 0.22);
}

.ownest-site .cmn-btn:hover,
.ownest-site .cmn-btn2:hover,
.ownest-site .kew-btn:hover,
.ownest-site .cmn-btn3:hover,
.ownest-site .cmn-btn5:hover {
  transform: none;
}

.ownest-site .cmn-btn3,
.ownest-site .cmn-btn5 {
  background: #eef4f8;
  color: #17304f;
  box-shadow: none;
}

.ownest-site .kew-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ownest-site .kew-btn .kew-arrow,
.ownest-site .kew-btn .kt-one,
.ownest-site .kew-btn .kt-two {
  all: unset;
}

.ownest-site .section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 163, 127, 0.08);
  color: rgb(var(--primary-color));
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.ownest-site .section-title,
.ownest-site h2 {
  color: rgb(var(--heading-color));
}

.ownest-hero {
  padding: 156px 0 88px;
  position: relative;
}

.ownest-site .banner-section {
  padding: 170px 0 72px;
  background-size: cover;
  background-position: center;
}

.ownest-site .banner-section-inner {
  background: transparent;
}

.ownest-site .breadcrumb-area {
  background: rgba(250, 251, 252, 0.92);
  border: 1px solid rgba(220, 227, 234, .85);
  border-radius: 30px;
  padding: 30px 32px;
  box-shadow: 0 18px 40px rgba(14, 26, 43, .08);
}

.ownest-site .breadcrumb-area h3 {
  color: #0E1A2B;
  margin-bottom: 12px;
}

.ownest-site .breadcrumb {
  margin-bottom: 0;
  gap: 8px;
}

.ownest-site .breadcrumb-item,
.ownest-site .breadcrumb-item a {
  color: #5B677A;
}

.ownest-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(250, 252, 253, 0.98) 0%, rgba(250, 252, 253, 0.96) 29%, rgba(250, 252, 253, 0.86) 45%, rgba(250, 252, 253, 0.3) 62%, rgba(250, 252, 253, 0.06) 76%, rgba(250, 252, 253, 0.02) 100%),
    radial-gradient(circle at 11% 15%, rgba(15, 163, 127, 0.11), transparent 28%),
    radial-gradient(circle at 90% 26%, rgba(184, 220, 210, 0.22), transparent 24%),
    var(--ownest-hero-background);
  background-size: cover, cover, cover, cover;
  background-position: center, center, center, right center;
  background-repeat: no-repeat;
  border: 1px solid rgba(220, 227, 234, 0.92);
  border-radius: 36px;
  box-shadow: 0 28px 62px rgba(14, 26, 43, 0.08);
  padding: 40px 40px 34px;
  position: relative;
  overflow: hidden;
  min-height: 640px;
}

.ownest-hero-copy,
.ownest-hero-preview,
.ownest-auth-panel,
.ownest-auth-aside,
.ownest-section-panel,
.ownest-site .property-box,
.ownest-site .blog-box,
.ownest-site .contact-message-area,
.ownest-site .faq-content,
.ownest-site .testimonial-box,
.ownest-site .sidebar-widget-area,
.ownest-site .card,
.ownest-site .commission-box,
.ownest-site .feature-box,
.ownest-site .item {
  background: rgba(250, 251, 252, 0.92);
  border: 1px solid rgba(220, 227, 234, 0.9);
  box-shadow: 0 20px 45px rgba(14, 26, 43, 0.08);
}

.ownest-hero-copy,
.ownest-hero-preview {
  border-radius: 32px;
  padding: 0;
  position: relative;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ownest-hero-copy {
  padding: 26px 0 18px 6px;
  max-width: 560px;
  z-index: 1;
}

.ownest-hero-copy::before,
.ownest-auth-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(15, 163, 127, 0.12), transparent 70%);
  pointer-events: none;
}

.ownest-hero-grid::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px 48%;
  height: 420px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.85) 0 8%, transparent 9%),
    radial-gradient(circle, rgba(15, 163, 127, 0.16), transparent 60%);
  background-size: 18px 18px, cover;
  opacity: .45;
  pointer-events: none;
  filter: blur(.2px);
}

.ownest-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(14, 26, 43, 0.05);
  color: #213047;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ownest-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0FA37F;
}

.ownest-hero-title {
  font-size: clamp(2.7rem, 4.85vw, 4.45rem);
  line-height: .96;
  margin: 24px 0 20px;
  max-width: none;
  letter-spacing: -0.05em;
}

.ownest-hero-title-line,
.ownest-hero-title-accent {
  display: block;
}

.ownest-hero-title-line {
  color: rgb(var(--heading-color));
  white-space: nowrap;
}

.ownest-hero-title-accent {
  color: #0FA37F;
}

.ownest-hero-description {
  max-width: 54ch;
  font-size: 1.08rem;
  margin-bottom: 28px;
  line-height: 1.82;
  color: #627286;
}

.ownest-hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 16px;
  max-width: 58ch;
}

.ownest-hero-checklist li {
  position: relative;
  padding-left: 44px;
  color: #233449;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.03rem;
}

.ownest-hero-checklist li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0FA37F;
  background: rgba(15, 163, 127, 0.1);
  box-shadow: inset 0 0 0 1px rgba(15, 163, 127, 0.08);
}

.ownest-hero-actions,
.ownest-trust-grid,
.ownest-feature-grid,
.ownest-info-grid,
.ownest-footer-grid {
  display: grid;
  gap: 14px;
}

.ownest-hero-actions {
  grid-template-columns: repeat(2, minmax(0, max-content));
  align-items: center;
  margin-bottom: 28px;
}

.ownest-hero-preview {
  min-height: 100%;
}

.ownest-hero-image-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ownest-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 227, 234, 0.96);
  box-shadow: 0 14px 30px rgba(14, 26, 43, 0.06);
  color: #213047;
  font-weight: 700;
}

.ownest-hero-secondary:hover,
.ownest-hero-secondary:focus-visible {
  color: #17304f;
}

.ownest-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ownest-proof-item {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 227, 234, .9);
}

.ownest-proof-item span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #738095;
  margin-bottom: 6px;
}

.ownest-proof-item strong {
  display: block;
  color: rgb(var(--heading-color));
  font-size: 0.98rem;
  line-height: 1.45;
}

.ownest-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #17304f;
  font-weight: 700;
}

.ownest-hero-trust {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #5f6f83;
  font-weight: 600;
}

.ownest-hero-trust-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 163, 127, 0.14);
  color: #0fa37f;
  flex: 0 0 auto;
}

.ownest-hero-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #d4a937;
}

.ownest-preview-card {
  position: relative;
  z-index: 1;
  width: 100%;
}

.ownest-hero-visual-shell {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 0;
}

.ownest-hero-visual-backdrop {
  position: absolute;
  inset: 4% 0 0 6%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.84) 0%, rgba(223, 239, 235, 0.6) 44%, rgba(197, 223, 216, 0.16) 72%, transparent 78%);
  transform: scale(1.02, 1.05);
  filter: blur(2px);
}

.ownest-hero-visual-image {
  position: relative;
  z-index: 1;
  width: min(100%, 880px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 34px 56px rgba(14, 26, 43, 0.16));
}

.ownest-preview-stage {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 560px;
}

.ownest-preview-glow {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 10%;
  left: 20%;
  z-index: 0;
  background: radial-gradient(circle at 70% 60%, rgba(34, 197, 94, 0.25), transparent 60%);
  filter: blur(90px);
}

.ownest-preview-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.ownest-preview-image {
  display: block;
  width: 100%;
  height: 438px;
  border-radius: 14px;
  object-fit: cover;
}

.ownest-preview-toolbar {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 24px;
  min-height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(220, 227, 234, 0.92);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 18px;
}

.ownest-preview-toolbar span {
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: rgba(220, 227, 234, 0.95);
}

.ownest-preview-note {
  position: absolute;
  z-index: 2;
  min-width: 220px;
  max-width: 240px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.ownest-preview-note span {
  display: block;
  margin-bottom: 8px;
  color: #738095;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ownest-preview-note strong {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(var(--heading-color));
  font-size: 1rem;
  line-height: 1.35;
}

.ownest-preview-note strong i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 163, 127, 0.14);
  color: #52b987;
  flex: 0 0 auto;
}

.ownest-preview-note--entry {
  top: -20px;
  right: -10px;
}

.ownest-preview-note--payout {
  top: 50%;
  right: -20px;
  bottom: auto;
  transform: translateY(-50%);
}

.ownest-preview-note--funding {
  right: -10px;
  left: auto;
  bottom: -20px;
}

.ownest-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ownest-trust-card {
  padding: 16px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(220, 227, 234, .8);
}

.ownest-trust-card strong,
.ownest-metric-number {
  display: block;
  font-family: var(--numeric-font);
  color: rgb(var(--heading-color));
  font-size: 1rem;
}

.ownest-trust-card span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.ownest-preview-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #738095;
}

.ownest-preview-value {
  color: rgb(var(--heading-color));
  font-size: 2rem;
  margin: 8px 0 12px;
  max-width: 13ch;
  line-height: 1.05;
}

.ownest-preview-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.ownest-preview-summary {
  padding: 28px;
  display: grid;
  gap: 14px;
}

.ownest-preview-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ownest-preview-fact {
  background: linear-gradient(180deg, rgba(247, 250, 252, 1) 0%, rgba(242, 246, 249, 1) 100%);
  border-radius: 18px;
  padding: 15px;
  border: 1px solid rgba(220, 227, 234, .8);
}

.ownest-preview-fact span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #738095;
  margin-bottom: 6px;
}

.ownest-preview-fact strong {
  display: block;
  color: rgb(var(--heading-color));
  font-size: 0.98rem;
  line-height: 1.45;
}

.feature-section,
.featured-section,
.latest-property-section,
.commission-section,
.testimonial-section,
.faq-section,
.contact-section,
.blog-section,
.product-details-section {
  padding: 28px 0 90px;
}

.ownest-section-panel {
  border-radius: 32px;
  padding: 32px;
}

.ownest-site .featured-section .ownest-section-panel,
.ownest-site .latest-property-section .ownest-section-panel {
  background: rgba(250, 251, 252, 0.94);
  border: 1px solid rgba(220, 227, 234, 0.96);
  box-shadow: 0 26px 60px rgba(14, 26, 43, 0.08);
}

.ownest-section-header {
  row-gap: 22px;
}

.ownest-section-intro {
  max-width: 640px;
  color: #66758a;
  font-size: 16px;
  line-height: 1.75;
}

.ownest-section-action .kew-btn {
  min-width: 220px;
  justify-content: center;
}

.ownest-property-grid {
  align-items: stretch;
}

.feature-box,
.commission-box,
.blog-box,
.property-box,
.testimonial-box,
.contact-message-area,
.faq-content .accordion-item {
  border-radius: 28px;
}

.feature-box,
.commission-box {
  padding: 26px;
  height: 100%;
}

.feature-box .img-box {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(15, 163, 127, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.feature-box .img-box img {
  max-width: 34px;
}

.ownest-site .property-box {
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(250, 251, 252, 0.98);
  border: 1px solid rgba(220, 227, 234, 0.96);
  box-shadow: 0 18px 42px rgba(14, 26, 43, 0.08);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ownest-site .property-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(14, 26, 43, 0.12);
  border-color: rgba(15, 163, 127, 0.22);
}

.ownest-site .property-box .img-box {
  position: relative;
  height: 236px;
  overflow: hidden;
  background: #e8eef2;
}

.ownest-site .property-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.ownest-site .property-box:hover .img-box img {
  transform: scale(1.05);
  filter: saturate(1.03);
}

.ownest-property-image-sheen {
  position: absolute;
  right: -20%;
  bottom: -34%;
  width: 58%;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 72%);
}

.ownest-site .property-box .rate-area {
  position: absolute;
  top: 18px;
  left: 18px;
  right: auto;
  z-index: 4;
}

.ownest-site .property-box .save {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 251, 252, 0.95);
  box-shadow: 0 10px 22px rgba(14, 26, 43, .14);
}

.ownest-badge-row,
.ownest-property-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ownest-badge-row {
  gap: 8px;
}

.ownest-property-metrics {
  margin-top: 20px;
}

.ownest-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(14, 26, 43, 0.05);
  border: 1px solid rgba(220, 227, 234, 0.9);
  color: #1f3248;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ownest-badge.soft {
  background: rgba(15, 163, 127, 0.1);
  border-color: rgba(15, 163, 127, 0.14);
  color: #0c7b61;
}

.ownest-site .property-box .text-box {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ownest-property-utility {
  margin-bottom: 18px;
}

.ownest-property-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.ownest-property-heading {
  min-width: 0;
  flex: 1;
}

.ownest-property-location {
  color: #738095;
  font-size: 13px;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ownest-property-location i {
  margin-top: 4px;
  color: rgba(15, 163, 127, 0.9);
}

.ownest-ticket {
  min-width: 132px;
  border-radius: 20px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(15, 163, 127, 0.12) 0%, rgba(15, 163, 127, 0.06) 100%);
  border: 1px solid rgba(15, 163, 127, 0.14);
  color: #0c7b61;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.ownest-ticket-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f8b7f;
}

.ownest-ticket-value {
  font-weight: 800;
  font-family: var(--numeric-font);
  font-size: 0.98rem;
  line-height: 1.35;
}

.ownest-site .property-box .title {
  color: rgb(var(--heading-color));
  font-size: 1.45rem;
  line-height: 1.14;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-wrap: balance;
}

.ownest-property-summary {
  margin: 0;
  min-height: 58px;
  font-size: 15px;
  line-height: 1.68;
  color: #627286;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.ownest-property-reviews {
  margin: 14px 0 0;
}

.ownest-site .property-box .reviews {
  margin: 0;
  padding: 0;
  gap: 6px !important;
  color: #95a2b3;
  list-style: none;
}

.ownest-site .property-box .reviews li {
  display: inline-flex;
  gap: 3px;
}

.ownest-site .property-box .reviews i {
  font-size: 12px;
  color: #d6dde5;
}

.ownest-site .property-box .reviews i.active {
  color: #c8a96b;
}

.ownest-review-count {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #8d99a8;
}

.ownest-metric {
  flex: 1 1 calc(33.333% - 10px);
  background: linear-gradient(180deg, rgba(247, 250, 252, 1) 0%, rgba(242, 246, 249, 1) 100%);
  border: 1px solid rgba(220, 227, 234, .84);
  border-radius: 18px;
  padding: 16px;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ownest-metric-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #738095;
  margin-bottom: 8px;
}

.ownest-metric-number {
  color: rgb(var(--heading-color));
  font-size: 1rem;
  line-height: 1.35;
}

.ownest-property-progress {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(220, 227, 234, 0.9);
}

.ownest-progress-head,
.ownest-progress-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #748295;
}

.ownest-progress-head {
  margin-top: 0;
  margin-bottom: 10px;
}

.ownest-progress-head strong,
.ownest-progress-footer strong {
  color: rgb(var(--heading-color));
}

.ownest-progress-footer {
  margin-top: 12px;
}

.ownest-site .property-box .progress {
  height: 6px;
  border-radius: 999px;
  background: #e8eef1;
  overflow: hidden;
  margin-top: 0;
}

.ownest-site .property-box .progress-bar {
  background: linear-gradient(90deg, #0FA37F, #C8A96B);
  box-shadow: 0 6px 14px rgba(15, 163, 127, 0.28);
}

.ownest-site .property-box .bottom-info {
  margin-top: auto;
  padding-top: 22px;
}

.ownest-property-actions {
  display: grid;
  gap: 12px;
}

.ownest-property-footnote {
  margin-top: 14px;
  color: #7a899a;
  font-size: 13px;
  line-height: 1.6;
}

.ownest-secondary-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(15, 163, 127, 0.2);
  background: rgba(15, 163, 127, 0.06);
  color: #0c7b61;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  font-weight: 700;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ownest-secondary-btn:hover,
.ownest-secondary-btn:focus-visible {
  background: rgba(15, 163, 127, 0.1);
  border-color: rgba(15, 163, 127, 0.3);
  color: #096b54;
}

.ownest-secondary-btn:disabled {
  cursor: not-allowed;
  opacity: .62;
}

.ownest-site .property-box .investNow {
  margin-top: 0;
  min-height: 54px;
  border-radius: 18px;
  box-shadow: none;
}

.ownest-site .property-box .investNow[disabled] {
  background: #eaf1f4;
  color: #456474;
  border: 1px solid rgba(220, 227, 234, 0.96);
}

.about-section::after,
.testimonial-section::after {
  display: none;
}

.ownest-about-grid,
.ownest-contact-grid,
.ownest-auth-shell {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
}

.ownest-image-panel {
  border-radius: 32px;
  overflow: hidden;
  min-height: 100%;
  position: relative;
  background: #dfe7eb;
}

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

.ownest-image-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(14, 26, 43, .74);
  color: rgba(255, 255, 255, .88);
}

.ownest-image-caption h3 {
  color: #fff;
}

.ownest-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.ownest-stat-card {
  border-radius: 22px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(220, 227, 234, .85);
}

.commission-box .icon-area {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(15, 163, 127, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0FA37F;
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.commission-box .number,
.workflow-progress {
  display: none;
}

.faq-content {
  padding: 10px;
}

.faq-content .accordion-item {
  border: 1px solid rgba(220, 227, 234, .9);
  background: #fff;
  overflow: hidden;
  margin-bottom: 12px;
}

.faq-content .accordion-button {
  background: #fff;
  color: rgb(var(--heading-color));
  font-weight: 700;
  box-shadow: none;
}

.faq-content .accordion-button:not(.collapsed) {
  color: #0FA37F;
  background: rgba(15, 163, 127, 0.04);
}

.contact-message-area,
.blog-box,
.testimonial-box {
  padding: 26px;
}

.ownest-site .blog-box .meta {
  gap: 22px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.ownest-site .blog-box .meta .item,
.ownest-site .blog-box .meta .item a,
.ownest-site .blog-box .meta .item span {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.ownest-site .blog-box .meta .item {
  color: #738095;
  font-size: 14px;
  line-height: 1.5;
}

.ownest-site .blog-box .meta .item a {
  color: inherit;
}

.ownest-site .blog-box .meta .item i {
  color: #66758a;
}

.ownest-site .blog-box .meta .item:not(:last-child)::after {
  left: calc(100% + 8px);
}

.ownest-site .ownest-blog-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  height: 100%;
  background: rgba(250, 251, 252, 0.98);
  border: 1px solid rgba(220, 227, 234, 0.96);
  box-shadow: 0 20px 46px rgba(14, 26, 43, 0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ownest-site .ownest-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 163, 127, 0.22);
  box-shadow: 0 28px 62px rgba(14, 26, 43, 0.12);
}

.ownest-site .ownest-blog-card__image {
  width: 100%;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1.42;
  margin-bottom: 22px;
}

.ownest-site .ownest-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.ownest-site .ownest-blog-card:hover .ownest-blog-card__image img {
  transform: scale(1.04);
}

.ownest-site .ownest-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
  padding: 0 4px;
}

.ownest-site .ownest-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 0;
}

.ownest-site .ownest-blog-card__title {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.ownest-site .ownest-blog-card__title a {
  color: rgb(var(--heading-color));
}

.ownest-site .ownest-blog-card__excerpt {
  color: #66758a;
  font-size: 0.98rem;
  line-height: 1.72;
}

.ownest-site .ownest-blog-card__footer {
  margin-top: 22px;
  padding: 20px 4px 0;
  border-top: 1px solid rgba(220, 227, 234, 0.96);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ownest-site .ownest-blog-card__readmore {
  color: #41536a;
  font-size: 1rem;
  font-weight: 700;
}

.ownest-site .ownest-blog-card__readmore:hover {
  color: #0FA37F;
}

.ownest-site .ownest-blog-card__arrow {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0FA37F, #0C7B61);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 16px 28px rgba(15, 163, 127, 0.22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.ownest-site .ownest-blog-card__arrow:hover {
  transform: translateY(-2px);
  background: #0FA37F;
  color: #fff;
  box-shadow: 0 18px 34px rgba(15, 163, 127, 0.26);
}

@media (max-width: 767.98px) {
  .ownest-site .ownest-blog-card {
    padding: 16px;
  }

  .ownest-site .ownest-blog-card__image {
    margin-bottom: 18px;
    border-radius: 20px;
  }

  .ownest-site .ownest-blog-card__meta {
    gap: 14px;
  }

  .ownest-site .ownest-blog-card__title {
    font-size: 1.5rem;
  }

  .ownest-site .ownest-blog-card__footer {
    padding-top: 18px;
  }
}

.ownest-site .testimonial-carousel .item {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.ownest-site .testimonial-carousel,
.ownest-site .testimonial-carousel .owl-stage-outer,
.ownest-site .testimonial-carousel .owl-stage,
.ownest-site .testimonial-carousel .owl-item {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ownest-site .testimonial-carousel .owl-stage-outer {
  border-radius: 28px;
  overflow: hidden;
}

.contact-section .map-section,
.contact-section .map-section iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 32px;
}

.ownest-site .form-control,
.ownest-site .modal-select,
.ownest-site .select2-container .select2-selection--single {
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(220, 227, 234, 1);
  background: #fff;
  box-shadow: none;
}

.ownest-site textarea.form-control {
  min-height: 160px;
}

.ownest-site .login-signup-section {
  padding: 160px 0 90px;
}

.ownest-auth-panel,
.ownest-auth-aside {
  border-radius: 34px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.ownest-auth-aside {
  background: linear-gradient(145deg, rgba(14, 26, 43, .96), rgba(22, 48, 79, .92));
  color: rgba(255, 255, 255, .82);
}

.ownest-auth-panel .login-signup-form {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.ownest-auth-panel .section-header {
  max-width: 40rem;
  margin-bottom: 30px;
}

.ownest-auth-panel .section-header h3 {
  color: rgb(var(--heading-color));
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.04;
}

.ownest-auth-panel .section-header p {
  color: #657487;
  max-width: 44ch;
  line-height: 1.7;
}

.ownest-auth-panel .password-box .form-control {
  padding-right: 54px;
}

.ownest-auth-panel .iti {
  display: block;
  width: 100%;
}

.ownest-auth-panel .iti--separate-dial-code {
  width: 100%;
}

.ownest-auth-panel .iti__flag-container {
  left: 0;
}

.ownest-auth-panel .iti__selected-flag {
  min-width: 76px;
  justify-content: center;
  border-radius: 18px 0 0 18px;
  background: rgba(79, 166, 129, 0.08);
}

.ownest-auth-panel .iti--separate-dial-code input,
.ownest-auth-panel .iti--separate-dial-code input[type=text],
.ownest-auth-panel .iti--separate-dial-code input[type=tel] {
  width: 100%;
  padding-left: 92px;
}

.ownest-auth-panel .iti__country-list {
  z-index: 1200;
}

.ownest-auth-panel .cmn-btn {
  min-height: 56px;
}

.ownest-auth-aside h2,
.ownest-auth-aside h3,
.ownest-auth-aside strong {
  color: #fff;
}

.ownest-auth-bullets,
.ownest-auth-metrics {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.ownest-auth-bullet,
.ownest-auth-metric {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

.ownest-auth-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ownest-auth-metric strong {
  display: block;
  font-family: var(--numeric-font);
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.ownest-site .divider {
  margin: 28px 0;
  opacity: .12;
}

.ownest-site .social-login-box a {
  border-radius: 18px !important;
  box-shadow: none !important;
  border: 1px solid rgba(220, 227, 234, 1);
}

.ownest-products-header {
  padding: 150px 0 32px;
}

.ownest-site .products-section {
  padding: 150px 0 90px;
  background: var(--bg-color2);
}

.ownest-products-layout {
  align-items: flex-start;
}

.ownest-products-sidebar .sidebar-widget-area,
.ownest-products-main .property-box {
  background: rgba(250, 251, 252, 0.96);
}

.ownest-products-sidebar .sidebar-widget-area {
  padding: 24px;
}

.ownest-products-sidebar .sidebar-widget-area:not(:last-child) {
  margin-bottom: 22px;
}

.ownest-products-sidebar .kew-btn {
  width: 100%;
  justify-content: center;
}

.ownest-products-grid {
  align-items: stretch;
}

.ownest-site .products-section .property-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ownest-site .products-section .property-box .img-box,
.ownest-site .products-section .property-box .text-box {
  width: 100%;
}

.ownest-site .products-section .property-box .img-box {
  height: 236px;
}

.ownest-site .products-section .property-box .img-box img {
  height: 100%;
}

.ownest-site .products-section .property-box .text-box {
  padding: 24px;
}

.ownest-property-hero {
  padding: 32px;
  border-radius: 32px;
  background: rgba(250, 251, 252, 0.96);
  border: 1px solid rgba(220, 227, 234, .94);
  box-shadow: 0 22px 48px rgba(14, 26, 43, .08);
}

.ownest-property-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ownest-property-hero-title {
  color: rgb(var(--heading-color));
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  margin: 0 0 14px;
}

.ownest-property-hero-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #66758a;
  font-size: 15px;
}

.ownest-property-hero-location i {
  color: rgba(15, 163, 127, 0.9);
}

.ownest-property-hero-review {
  margin: 16px 0 14px;
}

.ownest-property-hero-review .reviews {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ownest-property-hero-summary {
  max-width: 58ch;
  color: #627286;
  font-size: 16px;
  line-height: 1.75;
}

.ownest-property-hero-ticket {
  border-radius: 28px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(15, 163, 127, 0.12) 0%, rgba(15, 163, 127, 0.06) 100%);
  border: 1px solid rgba(15, 163, 127, 0.14);
  min-height: 100%;
}

.ownest-property-hero-ticket-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6f8b7f;
  margin-bottom: 10px;
}

.ownest-property-hero-ticket strong {
  display: block;
  font-family: var(--numeric-font);
  color: rgb(var(--heading-color));
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.1;
  margin-bottom: 10px;
}

.ownest-property-hero-ticket p {
  color: #476c64;
  line-height: 1.6;
}

.ownest-property-status {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #0c7b61;
  font-weight: 700;
}

.ownest-property-status.is-danger {
  color: #b7423e;
}

.ownest-property-hero-estimator {
  margin-top: 16px;
}

.ownest-property-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.ownest-profit-modal {
  border-radius: 28px;
  border: 1px solid rgba(220, 227, 234, 0.94);
  box-shadow: 0 24px 48px rgba(14, 26, 43, 0.12);
}

.ownest-profit-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: #6f8b7f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ownest-profit-title {
  margin: 0;
}

.ownest-profit-property {
  margin-bottom: 18px;
}

.ownest-profit-property p {
  color: #66758a;
}

.ownest-profit-disclaimer {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.ownest-profit-form {
  margin-top: 20px;
}

.ownest-profit-hint {
  margin-top: 10px;
  color: #738095;
  font-size: 13px;
  line-height: 1.5;
}

.ownest-profit-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #627286;
}

.ownest-profit-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ownest-profit-result-card {
  background: #f5f8fa;
  border: 1px solid rgba(220, 227, 234, 0.84);
  border-radius: 18px;
  padding: 16px;
}

.ownest-profit-result-card span {
  display: block;
  color: #738095;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

.ownest-profit-result-card strong {
  color: rgb(var(--heading-color));
  font-size: 1rem;
  line-height: 1.4;
}

.ownest-profit-error {
  margin-top: 18px;
}

.ownest-property-summary-card {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(220, 227, 234, .92);
}

.ownest-property-summary-card span,
.ownest-property-summary-card small {
  display: block;
}

.ownest-property-summary-card span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #738095;
}

.ownest-property-summary-card strong {
  display: block;
  color: rgb(var(--heading-color));
  font-size: 1.2rem;
  margin: 10px 0 6px;
}

.ownest-property-summary-card small {
  color: #7f8a99;
  line-height: 1.5;
}

.ownest-property-details .card,
.ownest-invest-panel {
  border-radius: 28px;
  border: 1px solid rgba(220, 227, 234, .9);
}

.ownest-invest-panel {
  position: sticky;
  top: 120px;
}

.ownest-site .sidebar-widget-area .widget-title,
.ownest-site .card-header h4 {
  color: rgb(var(--heading-color));
}

.ownest-site .card-header {
  background: transparent;
  border-bottom: 1px solid rgba(220, 227, 234, .85);
  padding: 24px 26px 0;
}

.ownest-site .card-body {
  padding: 24px 26px 26px;
}

.ownest-property-details .cmn-box2 {
  border-radius: 22px;
  border: 1px solid rgba(220, 227, 234, .92);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 20px;
  box-shadow: 0 12px 26px rgba(14, 26, 43, 0.04);
}

.ownest-property-details .cmn-box2 .icon-box {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(15, 163, 127, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(15, 163, 127, 0.92);
  flex: 0 0 auto;
}

.ownest-property-details .cmn-box2 .content-box h6 {
  margin: 0;
  color: rgb(var(--heading-color));
}

.ownest-property-gallery-section {
  margin-top: 132px;
}

.ownest-property-gallery-shell {
  padding: 0 12px;
}

.ownest-property-gallery {
  position: relative;
}

.ownest-property-gallery .item a {
  display: block;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: linear-gradient(180deg, rgba(246, 250, 251, 0.96) 0%, rgba(235, 242, 246, 0.9) 100%);
  box-shadow: 0 24px 48px rgba(14, 26, 43, 0.08);
}

.ownest-property-gallery .item a img {
  width: 100%;
  height: clamp(340px, 46vw, 560px);
  object-fit: cover;
}

.ownest-property-gallery .owl-stage-outer {
  border-radius: 32px;
}

.ownest-property-gallery.banner-slider .owl-nav .owl-prev,
.ownest-property-gallery.banner-slider .owl-nav .owl-next {
  opacity: 1;
  width: 54px;
  height: 54px;
  background: rgba(12, 123, 97, 0.92) !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 16px 30px rgba(14, 26, 43, 0.18);
}

.ownest-property-gallery.banner-slider:hover .owl-nav .owl-prev {
  left: 20px;
}

.ownest-property-gallery.banner-slider:hover .owl-nav .owl-next {
  right: 20px;
}

.ownest-property-gallery.banner-slider .owl-nav .owl-prev {
  left: 20px;
}

.ownest-property-gallery.banner-slider .owl-nav .owl-next {
  right: 20px;
}

.ownest-property-gallery.banner-slider .owl-nav .owl-prev:hover,
.ownest-property-gallery.banner-slider .owl-nav .owl-next:hover {
  background: rgba(15, 163, 127, 0.98) !important;
}

.ownest-property-thumbs {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
  overflow-x: auto;
  padding: 4px 2px 6px;
  scrollbar-width: none;
}

.ownest-property-thumbs::-webkit-scrollbar {
  display: none;
}

.ownest-property-thumb {
  flex: 0 0 118px;
  width: 118px;
  height: 92px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  opacity: 0.52;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: none;
}

.ownest-property-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ownest-property-thumb:hover,
.ownest-property-thumb:focus-visible {
  opacity: 0.82;
  transform: translateY(-1px);
}

.ownest-property-thumb.is-active {
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(15, 163, 127, 0.22);
}

.ownest-developer-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  height: 100%;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 249, 251, 0.98) 100%);
  box-shadow: 0 16px 32px rgba(14, 26, 43, 0.04);
}

.ownest-developer-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ownest-developer-card__logo,
.ownest-developer-card__placeholder {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}

.ownest-developer-card__logo {
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(220, 227, 234, 0.92);
  padding: 12px;
}

.ownest-developer-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 163, 127, 0.16), rgba(15, 163, 127, 0.06));
  color: #0c7b61;
  font-size: 1.35rem;
  font-weight: 800;
}

.ownest-developer-card__body {
  min-width: 0;
}

.ownest-developer-card__title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: rgb(var(--heading-color));
}

.ownest-developer-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #627286;
  font-size: 14px;
}

.ownest-developer-card__meta i {
  color: rgba(15, 163, 127, 0.92);
}

.ownest-developer-card__description {
  margin: 0;
  color: #627286;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.ownest-property-hero-note {
  margin-top: 16px;
  color: #6f7f91;
  line-height: 1.7;
}

.ownest-invest-panel {
  padding: 28px;
  background: rgba(250, 251, 252, 0.98);
  box-shadow: 0 22px 44px rgba(14, 26, 43, 0.08);
}

.ownest-invest-panel__header {
  margin-bottom: 20px;
}

.ownest-invest-panel__header .widget-title {
  margin-bottom: 12px;
}

.ownest-invest-panel__header p {
  margin: 0;
  color: #627286;
  line-height: 1.7;
}

.ownest-invest-highlight {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 163, 127, 0.14) 0%, rgba(15, 163, 127, 0.06) 100%);
  border: 1px solid rgba(15, 163, 127, 0.16);
}

.ownest-invest-highlight span,
.ownest-invest-stat span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #738095;
}

.ownest-invest-highlight strong {
  font-size: 1.65rem;
  line-height: 1.1;
  color: rgb(var(--heading-color));
  font-family: var(--numeric-font);
}

.ownest-invest-stats {
  display: grid;
  gap: 12px;
}

.ownest-invest-stat {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: #fff;
}

.ownest-invest-stat strong {
  display: block;
  margin-top: 8px;
  color: rgb(var(--heading-color));
  font-size: 1rem;
  line-height: 1.5;
}

.ownest-invest-guidance {
  display: grid;
  gap: 12px;
}

.ownest-invest-guidance__item {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: linear-gradient(180deg, rgba(247, 250, 252, 1) 0%, rgba(242, 246, 249, 1) 100%);
}

.ownest-invest-guidance__item span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #738095;
}

.ownest-invest-guidance__item strong {
  color: rgb(var(--heading-color));
  line-height: 1.6;
}

.ownest-invest-form-shell {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(220, 227, 234, 0.92);
}

.ownest-invest-field .form-label,
.ownest-installment-toggle .form-check-label {
  color: rgb(var(--heading-color));
  font-weight: 700;
}

.ownest-invest-panel .form-control {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: #fff;
  box-shadow: none;
}

.ownest-invest-panel .form-control:focus {
  border-color: rgba(15, 163, 127, 0.7);
  box-shadow: 0 0 0 4px rgba(15, 163, 127, 0.12);
}

.ownest-invest-panel .select2-container {
  width: 100% !important;
}

.ownest-invest-panel .select2-container--default .select2-selection--single {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 16px;
}

.ownest-invest-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: rgb(var(--heading-color));
  line-height: 1.5;
}

.ownest-invest-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.ownest-installment-toggle {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: rgba(255, 255, 255, 0.82);
}

.ownest-invest-panel .kew-btn {
  width: 100%;
  justify-content: center;
}

.ownest-invest-trustcopy {
  margin-top: 12px;
  font-size: 12px;
  color: #7a899a;
  line-height: 1.6;
}

.ownest-invest-login,
.ownest-invest-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: #fff;
}

.ownest-invest-login h6,
.ownest-invest-note strong {
  display: block;
  margin-bottom: 8px;
  color: rgb(var(--heading-color));
}

.ownest-invest-login__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #627286;
}

.ownest-invest-login__actions a {
  color: rgba(15, 163, 127, 0.92);
  font-weight: 700;
}

.ownest-invest-modal-dialog {
  max-width: 640px;
}

.ownest-invest-modal {
  border: 1px solid rgba(220, 227, 234, 0.96);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(20, 47, 70, 0.16);
}

.ownest-invest-modal__header,
.ownest-invest-modal__footer {
  padding: 22px 26px;
  border-color: rgba(220, 227, 234, 0.96);
}

.ownest-invest-modal__body {
  display: grid;
  gap: 18px;
  padding: 24px 26px 28px;
}

.ownest-invest-modal__intro {
  display: grid;
  gap: 6px;
}

.ownest-invest-modal__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(239, 246, 243, 0.95);
  color: #4d876d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ownest-invest-modal__property {
  margin: 0;
  color: rgb(var(--heading-color));
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.35;
}

.ownest-invest-modal__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ownest-invest-modal__stats--secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ownest-invest-modal__stat {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 94px;
  padding: 14px 15px;
  border: 1px solid rgba(220, 227, 234, 0.96);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(249, 251, 253, 1) 0%, rgba(243, 247, 250, 1) 100%);
}

.ownest-invest-modal__stat-label {
  display: block;
  margin: 0;
  color: #728196;
  font-size: 0.88rem;
  font-weight: 700;
}

.ownest-invest-modal__stat-value {
  margin: 0;
  color: rgb(var(--heading-color));
  font-size: 1.03rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.35;
}

.ownest-invest-modal__note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(188, 223, 208, 0.96);
  background: linear-gradient(180deg, rgba(244, 251, 247, 1) 0%, rgba(238, 247, 242, 1) 100%);
  color: #516478;
  line-height: 1.55;
  font-size: 0.93rem;
}

.ownest-invest-modal__note i {
  color: rgba(15, 163, 127, 0.92);
  margin-top: 2px;
}

.ownest-invest-modal__amount-field {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.ownest-invest-modal__amount-field .form-label {
  margin: 0;
  color: rgb(var(--heading-color));
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}

.ownest-invest-modal__amount-group {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(220, 227, 234, 0.96);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
  min-height: 58px;
  padding: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.ownest-invest-modal__amount-group .form-control {
  border: 0;
  min-height: 52px;
  padding: 0 18px;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(var(--heading-color));
  background: transparent;
  box-shadow: none;
}

.ownest-invest-modal__amount-group .form-control::placeholder {
  color: #7a8697;
  font-weight: 600;
  font-size: 0.98rem;
}

.ownest-invest-modal__amount-group .form-control:focus {
  background: transparent;
  box-shadow: none;
}

.ownest-invest-modal__amount-group .input-group-text {
  min-width: 96px;
  margin: 0;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(243, 249, 246, 1) 0%, rgba(232, 243, 238, 1) 100%);
  color: #1e7b58;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.ownest-invest-modal .modal-select + .select2-container {
  width: 100% !important;
}

.ownest-invest-modal .select2-container--default .select2-selection--single {
  min-height: 58px;
  border: 1px solid rgba(220, 227, 234, 0.96);
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 42px 10px 16px;
}

.ownest-invest-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding-left: 0;
  color: rgb(var(--heading-color));
  line-height: 1.55;
  font-weight: 700;
}

.ownest-invest-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.ownest-invest-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.ownest-invest-modal__footer .cmn-btn,
.ownest-invest-modal__footer .cmn-btn2 {
  min-width: 124px;
  justify-content: center;
}

.ownest-invest-note p {
  color: #627286;
  line-height: 1.6;
}

.ownest-invest-note {
  margin-top: 10px;
  color: #66778b;
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .ownest-invest-modal__header,
  .ownest-invest-modal__footer,
  .ownest-invest-modal__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ownest-invest-modal__stat {
    min-height: 0;
  }

  .ownest-invest-modal__stats,
  .ownest-invest-modal__stats--secondary {
    grid-template-columns: 1fr;
  }

  .ownest-invest-modal__amount-group {
    min-height: 58px;
  }

  .ownest-invest-modal__amount-group .form-control {
    min-height: 52px;
    padding: 0 16px;
    font-size: 0.96rem;
  }

  .ownest-invest-modal__amount-group .input-group-text {
    min-width: 90px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .ownest-invest-modal__footer {
    flex-direction: column-reverse;
  }

  .ownest-invest-modal__footer .cmn-btn,
  .ownest-invest-modal__footer .cmn-btn2 {
    width: 100%;
  }
}

.ownest-profit-modal {
  border-radius: 30px;
  border: 1px solid rgba(220, 227, 234, 0.95);
  box-shadow: 0 30px 70px rgba(14, 26, 43, 0.18);
  overflow: hidden;
}

.ownest-profit-modal .modal-header,
.ownest-profit-modal .modal-footer {
  border-color: rgba(220, 227, 234, 0.92);
  padding: 22px 24px;
}

.ownest-profit-modal .modal-footer {
  justify-content: flex-end;
}

.ownest-profit-modal .modal-body {
  padding: 22px 24px 24px;
}

.ownest-profit-property {
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(247, 250, 252, 1) 0%, rgba(242, 246, 249, 1) 100%);
  border: 1px solid rgba(220, 227, 234, 0.92);
}

.ownest-profit-property .profit-property-name {
  color: rgb(var(--heading-color));
}

.ownest-profit-loading {
  margin-top: 14px;
}

.ownest-profit-results {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ownest-profit-result-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 249, 251, 0.98) 100%);
}

.ownest-profit-result-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #738095;
}

.ownest-profit-result-card strong {
  display: block;
  color: rgb(var(--heading-color));
  line-height: 1.35;
}

.ownest-profit-footnote {
  margin-top: 14px;
  color: #7b8b9b;
  font-size: 0.84rem;
  line-height: 1.55;
}

.ownest-profit-submit {
  min-width: 220px;
}

@media (max-width: 575px) {
  .ownest-profit-submit {
    width: 100%;
    min-width: 0;
  }
}

.ownest-dashboard-empty-state {
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(15, 163, 127, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(200, 169, 107, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 251, 0.98) 100%);
  border: 1px solid rgba(220, 227, 234, 0.96);
  box-shadow: 0 28px 60px rgba(14, 26, 43, 0.08);
}

.ownest-dashboard-empty-state .card-body {
  padding: 34px;
}

.ownest-dashboard-empty-state__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 163, 127, 0.08);
  color: rgb(var(--primary-color));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ownest-dashboard-empty-state h3 {
  margin-top: 18px;
  color: rgb(var(--heading-color));
}

.ownest-dashboard-empty-state p {
  color: #627286;
  line-height: 1.8;
}

.ownest-dashboard-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ownest-dashboard-empty-state__actions .ownest-secondary-btn {
  width: auto;
  min-width: 180px;
}

.ownest-dashboard-empty-state__steps,
.ownest-dashboard-empty-state__panel {
  display: grid;
  gap: 14px;
}

.ownest-dashboard-empty-state__steps {
  margin-top: 24px;
}

.ownest-dashboard-empty-state__step,
.ownest-dashboard-empty-state__metric {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  background: rgba(255, 255, 255, 0.74);
}

.ownest-dashboard-empty-state__step span,
.ownest-dashboard-empty-state__metric span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #738095;
}

.ownest-dashboard-empty-state__step strong,
.ownest-dashboard-empty-state__metric strong {
  color: rgb(var(--heading-color));
  line-height: 1.6;
}

.footer-section {
  padding: 26px 0 48px;
}

.footer-section .container {
  background: #0E1A2B;
  color: rgba(255, 255, 255, .75);
  border-radius: 34px;
  padding: 40px 36px;
}

.footer-section .widget-title,
.footer-section a:hover,
.footer-section .highlight {
  color: #fff;
}

.footer-section p,
.footer-section p span,
.footer-section li,
.footer-section li a,
.footer-section .widget-link,
.footer-section .footer-widget,
.footer-section .footer-widget div,
.footer-section .footer-widget div span {
  color: rgba(255, 255, 255, 0.78) !important;
}

.footer-section .footer-widget .cmn-btn,
.footer-section .subscribe-btn,
.footer-section .widget-title,
.footer-section .highlight,
.footer-section .social-box a i {
  color: inherit;
}

.footer-section .social-box a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-section .newsletter-form {
  position: relative;
  display: block;
  max-width: 440px;
}

.footer-section .newsletter-form .form-control {
  width: 100%;
  min-height: 60px;
  padding: 0 72px 0 22px;
  background: #F8FBFC;
  color: #17304F;
  border: 1px solid rgba(220, 227, 234, 0.9);
  border-radius: 22px;
  box-shadow: none;
}

.footer-section .newsletter-form .form-control:focus {
  background: #FFFFFF;
  color: #17304F;
  border-color: rgba(15, 163, 127, 0.72);
  box-shadow: 0 0 0 4px rgba(15, 163, 127, 0.12);
}

.footer-section .newsletter-form .form-control::placeholder {
  color: rgba(91, 103, 122, 0.95);
}

.footer-section .subscribe-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #0FA37F, #0C7B61);
  color: #FFFFFF !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(15, 163, 127, 0.24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.footer-section .subscribe-btn i {
  font-size: 18px;
  line-height: 1;
}

.footer-section .subscribe-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #12B58C, #0C7B61);
  box-shadow: 0 14px 26px rgba(15, 163, 127, 0.28);
}

.footer-section .cmn-hr {
  border-color: rgba(255, 255, 255, .12);
  margin: 30px 0;
}

.footer-section .language a {
  color: rgba(255, 255, 255, .6);
}

.footer-section .language a.active_language {
  color: #fff;
}

@media (max-width: 1199px) {
  .ownest-hero-grid,
  .ownest-about-grid,
  .ownest-contact-grid,
  .ownest-auth-shell {
    grid-template-columns: 1fr;
  }

  .ownest-hero-grid {
    background-position: left center, center, center, 66% center;
    min-height: 0;
  }

  .ownest-preview-note--entry {
    right: -10px;
  }

  .ownest-preview-note--payout {
    right: -12px;
  }

  .ownest-preview-note--funding {
    right: -10px;
    left: auto;
  }

  .ownest-proof-strip,
  .ownest-preview-facts,
  .ownest-property-summary-grid,
  .ownest-profit-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .ownest-site .navbar.fixed-top {
    top: 0;
  }

  .ownest-hero {
    padding-top: 140px;
  }

  .ownest-site .nav-right {
    padding-left: 0;
    border-left: 0;
  }

  .ownest-site .banner-section {
    padding-top: 130px;
  }

  .ownest-site .products-section {
    padding-top: 132px;
  }

  .ownest-trust-grid,
  .ownest-preview-facts,
  .ownest-auth-metrics {
    grid-template-columns: 1fr;
  }

  .ownest-hero-actions {
    grid-template-columns: 1fr;
  }

  .ownest-hero-grid {
    padding: 26px;
  }

  .ownest-hero-copy {
    padding-left: 0;
    max-width: none;
  }

  .ownest-hero-preview {
    display: none;
  }

  .ownest-section-action .kew-btn,
  .ownest-ticket {
    width: 100%;
  }

  .ownest-preview-image {
    height: 300px;
  }

  .ownest-preview-note {
    position: static;
    max-width: none;
    min-width: 0;
    transform: none;
  }

  .ownest-preview-stage {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .ownest-preview-glow {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .ownest-property-topline {
    flex-direction: column;
  }

  .ownest-property-hero {
    padding: 24px;
  }

  .ownest-property-gallery-section {
    margin-top: 120px;
  }

  .ownest-property-gallery-shell {
    padding: 0;
  }

  .ownest-dashboard-empty-state .card-body {
    padding: 26px;
  }
}

@media (max-width: 767px) {
  .ownest-site .navbar.fixed-top .container,
  .ownest-site .ownest-navbar-shell,
  .footer-section .container,
  .ownest-hero-copy,
  .ownest-hero-preview,
  .ownest-auth-panel,
  .ownest-auth-aside,
  .ownest-section-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .ownest-hero-grid {
    padding: 22px;
    border-radius: 26px;
    background-position: left center, center, center, 72% center;
  }

  .ownest-hero-title {
    font-size: clamp(2.3rem, 11vw, 3.15rem);
  }

  .ownest-hero-title-line {
    white-space: normal;
  }

  .ownest-hero-visual-shell {
    padding-top: 8px;
  }

  .ownest-hero-visual-image {
    width: 100%;
  }

  .ownest-products-header {
    padding-top: 130px;
  }

  .ownest-site .products-section {
    padding-top: 124px;
  }

  .footer-section .newsletter-form {
    max-width: 100%;
  }

  .ownest-property-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ownest-site .property-box .img-box {
    height: 220px;
  }

  .ownest-preview-image {
    height: 240px;
  }

  .ownest-hero-trust {
    align-items: flex-start;
  }

  .ownest-progress-footer {
    flex-direction: column;
    gap: 4px;
  }

  .ownest-property-gallery-section {
    margin-top: 112px;
  }

  .ownest-property-gallery.banner-slider .owl-nav .owl-prev,
  .ownest-property-gallery.banner-slider .owl-nav .owl-next {
    width: 46px;
    height: 46px;
  }

  .ownest-property-gallery.banner-slider .owl-nav .owl-prev {
    left: 12px;
  }

  .ownest-property-gallery.banner-slider .owl-nav .owl-next {
    right: 12px;
  }

  .ownest-property-thumbs {
    justify-content: flex-start;
    gap: 12px;
    margin-top: 18px;
  }

  .ownest-property-thumb {
    flex-basis: 92px;
    width: 92px;
    height: 76px;
    border-radius: 18px;
  }

  .ownest-developer-card {
    grid-template-columns: 1fr;
  }

  .ownest-developer-card__media {
    justify-content: flex-start;
  }

  .ownest-invest-panel {
    padding: 22px;
  }

  .ownest-dashboard-empty-state__actions {
    flex-direction: column;
  }

  .ownest-dashboard-empty-state__actions .ownest-secondary-btn,
  .ownest-dashboard-empty-state__actions .cmn-btn2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ownest-site .latest-property-section .property-box {
    display: flex;
    flex-direction: column;
  }

  .ownest-site .latest-property-section .property-box .img-box,
  .ownest-site .latest-property-section .property-box .text-box {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ownest-site .property-box,
  .ownest-site .property-box img,
  .ownest-site .cmn-btn,
  .ownest-site .cmn-btn2,
  .ownest-site .kew-btn {
    transition: none !important;
  }
}

.ownest-payout-summary {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(26, 44, 69, 0.09);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.ownest-payout-summary__hero {
  display: grid;
  gap: 8px;
}

.ownest-payout-summary__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #70839a;
}

.ownest-payout-summary__amount {
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.05;
  color: #1a2c45;
}

.ownest-payout-summary__note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #66788f;
}

.ownest-payout-summary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ownest-payout-summary__item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(20, 50, 78, 0.08);
}

.ownest-payout-summary__item--wide {
  grid-column: 1 / -1;
}

.ownest-payout-summary__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7b8ca3;
}

.ownest-payout-summary__value {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #1a2c45;
  word-break: break-word;
}

@media (max-width: 767px) {
  .ownest-payout-summary {
    padding: 16px;
    border-radius: 22px;
  }

  .ownest-payout-summary__grid {
    grid-template-columns: 1fr;
  }

  .ownest-payout-summary__item,
  .ownest-payout-summary__item--wide {
    grid-column: auto;
  }
}
