:root{
  --brand:#844369;
  --brand-dark:#6d3656;
  --brand-soft:#f7eef3;
  --bg:#eef1f5;
  --text:#111827;
  --muted:#6b7280;
  --line:#edf0f4;
  --card:#ffffff;
  --phone-content-inset:16px;
  --bg-soft:#fff8fc;
}

*{box-sizing:border-box}
html,body{
  margin:0;
  min-height:100%;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
}

.page-shell{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:0 18px 24px;
  background:radial-gradient(circle at 50% 0%,#fff 0,#eef1f5 55%,#e7ebf1 100%);
}

.phone-frame{
  position:relative;
  width:min(304px,80vw);
  height:min(660px,calc(100vh - 72px));
  border:7px solid #151922;
  border-radius:44px;
  background:#10141d;
  box-shadow:0 26px 72px rgba(18,25,38,.18);
  overflow:hidden;
}

.phone-speaker{
  position:absolute;
  z-index:8;
  top:13px;
  left:50%;
  transform:translateX(-50%);
  width:78px;
  height:25px;
  border-radius:999px;
  background:#05070a;
  box-shadow:inset 15px 0 24px rgba(255,255,255,.04);
}

.card-screen{
  height:100%;
  background:linear-gradient(180deg,#fff 0,var(--bg-soft) 48%,#fff 100%);
  overflow:hidden;
  position:relative;
  display:flex;
  flex-direction:column;
}
.card-screen.layout-default .profile.has-cover .avatar{
  display:block;
  margin-top:-44px;
  position:relative;
  z-index:8;
}
.card-screen.layout-full_photo .profile{
  padding-top:0;
  background:transparent;
}
.card-screen.layout-full_photo .profile-cover{
  display:block;
  height:240px;
}
.card-screen.layout-full_photo .profile .avatar{
  display:none;
}
.card-screen.layout-full_photo .profile h1,
.card-screen.layout-full_photo .role,
.card-screen.layout-full_photo .brand,
.card-screen.layout-full_photo .header-location{
  color:var(--text);
  text-shadow:none;
}
.card-screen.layout-full_background{
  background:linear-gradient(180deg,#fff 0,var(--bg-soft) 48%,#fff 100%);
}
.card-screen.layout-full_background .profile.has-cover{
  position:relative;
  text-align:left;
  margin-left:var(--phone-content-inset);
  margin-right:var(--phone-content-inset);
  padding:0;
}
.card-screen.layout-full_background .profile-cover{
  display:block;
  height:188px;
}
.card-screen.layout-full_background .profile.has-cover .avatar{
  position:relative;
  left:0;
  top:0;
  margin:-44px 0 12px;
  width:88px;
  height:88px;
  border-width:4px;
  z-index:8;
}
.card-screen.layout-full_background .profile.has-cover h1,
.card-screen.layout-full_background .profile.has-cover .role,
.card-screen.layout-full_background .profile.has-cover .brand,
.card-screen.layout-full_background .profile.has-cover .header-location{
  margin-left:0;
  padding-left:12px;
  text-align:left;
}
.card-screen.layout-full_background .profile.has-cover .header-location{
  justify-content:flex-start;
}
.card-screen.layout-full_background .profile.has-cover .profile-bio{
  margin:8px 0 0;
  max-width:none;
  padding-left:12px;
  text-align:left;
}
.card-screen.layout-full_background .profile h1,
.card-screen.layout-full_background .role,
.card-screen.layout-full_background .brand,
.card-screen.layout-full_background .header-location{
  color:var(--text);
  text-shadow:none;
}
.card-screen.layout-full_background .info-card,
.card-screen.layout-full_background .service-card,
.card-screen.layout-full_background .work-card{
  background:rgba(255,255,255,.96);
  border-color:rgba(148,163,184,.24);
  box-shadow:0 8px 18px rgba(15,23,42,.07);
}
.card-screen.layout-full_background .quick-actions span{
  background:rgba(255,255,255,.98);
  box-shadow:0 6px 14px rgba(15,23,42,.1);
}

.top-actions{
  position:absolute;
  z-index:7;
  top:20px;
  left:26px;
  right:26px;
  display:flex;
  justify-content:space-between;
  pointer-events:none;
}

.top-action{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--brand-dark);
  text-decoration:none;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(132,67,105,.10);
  box-shadow:0 10px 24px rgba(31,41,55,.045);
  backdrop-filter:blur(10px);
  pointer-events:auto;
}

.top-action i{
  font-size:14px;
  line-height:1;
}

.cover{display:none!important}

.screen-scroll{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  scrollbar-width:none;
}
.screen-scroll::-webkit-scrollbar{width:0;height:0}

.view{display:none;min-height:100%}
.view.is-active{display:block}

.profile{
  position:relative;
  text-align:center;
  padding:62px 20px 0;
}

.profile.has-cover{
  padding-top:0;
}

.profile-cover{
  position:relative;
  z-index:1;
  display:none;
  height:146px;
  margin:0 -20px 0;
  border-radius:0;
  background:
    linear-gradient(155deg, rgba(10, 6, 23, 0.42), rgba(66, 28, 154, 0.34)),
    url('/images/cover_bg.webp'),
    linear-gradient(145deg, #15082d 0%, #2b0f67 44%, #5f25dc 100%);
  background-position:center;
  background-size:cover;
}

.profile-cover.is-visible{
  display:block;
}

.profile-cover.is-custom{
  background-size:cover;
  background-position:center;
}

.avatar{
  width:88px;
  height:88px;
  margin:0 auto;
  border-radius:50%;
  object-fit:cover;
  object-position:center center;
  border:4px solid #fff;
  box-shadow:0 14px 34px rgba(132,67,105,.10);
  background:#ddd;
}

.profile.has-cover .avatar{
  margin-top:-44px;
  position:relative;
  z-index:8;
}

.profile h1{
  margin:10px 0 4px;
  font-size:25px;
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.035em;
  color:var(--text);
}

.role{
  margin:0;
  color:var(--text);
  font-size:13.5px;
  line-height:1.25;
  font-weight:400;
  opacity:.85;
}

.brand{
  margin:6px 0 0;
  color:var(--brand-dark);
  font-size:11.5px;
  line-height:1.15;
  font-weight:500;
}
.powered-by{
  margin:2px 12px 10px;
  text-align:center;
  color:#8f7b87;
  font-size:10.5px;
  line-height:1.25;
  font-weight:500;
}
.powered-by--cover{
  position:absolute;
  right:12px;
  bottom:10px;
  z-index:9;
  margin:0;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 6px 20px rgba(15,23,42,.12);
  backdrop-filter:blur(6px);
  max-width:calc(100% - 24px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.brand span{
  display:inline-grid;
  place-items:center;
  width:16px;
  height:16px;
  margin-left:5px;
  border-radius:50%;
  background:var(--brand-dark);
  color:#fff;
  font-size:11px;
}

.quick-actions{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  align-items:flex-start;
  gap:10px;
  padding:18px 18px 12px;
}

.quick-actions a{
  width:auto;
  min-width:0;
  text-decoration:none;
  color:var(--brand-dark);
  text-align:center;
  font-size:11.2px;
  line-height:1.15;
  font-weight:500;
}

.quick-actions span{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  margin:0 auto 6px;
  box-shadow:0 10px 24px rgba(31,41,55,.07);
  color:var(--brand-dark);
}

.quick-actions i{
  display:block;
  font-size:20px;
  line-height:1;
  font-weight:400;
}

.quick-actions b{
  display:block;
  color:#5d243f;
  font-weight:500;
  word-break:break-word;
}

.quick-action-placeholder{
  width:auto;
  min-width:0;
  text-align:center;
}

.quick-action-placeholder span{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 6px;
  border:1px dashed rgba(132,67,105,.3);
  background:rgba(255,255,255,.5);
  color:#9e7b91;
  box-shadow:none;
}

.quick-action-placeholder i{
  font-size:22px;
  line-height:1;
}

.quick-action-placeholder b{
  display:block;
  font-size:10.5px;
  line-height:1.12;
  color:#9e7b91;
  font-weight:500;
}

.blocks{
  padding:0 var(--phone-content-inset) 8px;
  display:grid;
  gap:8px;
}

.info-card{
  min-height:50px;
  padding:9px 12px;
  display:grid;
  grid-template-columns:32px 1fr 14px;
  gap:10px;
  align-items:center;
  text-decoration:none;
  color:var(--text);
  background:rgba(255,255,255,.94);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 9px 22px rgba(31,41,55,.05);
}

.block-icon{
  width:31px;
  height:31px;
  border-radius:8px;
  background:var(--brand-dark);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:500;
}

.block-icon i{
  display:block;
  font-size:14px;
  line-height:1;
  font-weight:400;
}

.info-card strong{
  display:block;
  font-size:13.5px;
  line-height:1.15;
  font-weight:600;
  letter-spacing:-.02em;
}

.info-card small{display:none!important}

.info-card em{
  font-style:normal;
  font-size:22px;
  font-weight:300;
  color:#111;
  line-height:1;
}

.info-card-placeholder{
  border-style:dashed;
  border-color:rgba(132,67,105,.32);
  background:rgba(255,255,255,.65);
  box-shadow:none;
}

.info-card-placeholder .block-icon{
  background:rgba(132,67,105,.16);
  color:var(--brand-dark);
}

.info-card-placeholder strong{
  color:#8c7485;
}

.info-card-placeholder em{
  color:#b79fb0;
}

.save-btn,
.contact-btn{
  height:46px;
  border-radius:16px;
  background:var(--brand-dark);
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 30px rgba(109,54,86,.20);
}

.save-btn{
  margin:8px 12px 14px;
  animation:pulseSave 1.9s infinite;
}

@keyframes pulseSave{
  0%{box-shadow:0 0 0 0 rgba(132,67,105,.32),0 14px 30px rgba(109,54,86,.20)}
  70%{box-shadow:0 0 0 12px rgba(132,67,105,0),0 14px 30px rgba(109,54,86,.20)}
  100%{box-shadow:0 0 0 0 rgba(132,67,105,0),0 14px 30px rgba(109,54,86,.20)}
}

.bottom-tabs{
  flex:0 0 auto;
  display:grid;
  grid-template-columns:repeat(var(--tab-count, 4),minmax(0,1fr));
  padding:7px 8px 8px;
  border-top:1px solid #edf0f4;
  background:#fff;
}

.bottom-tabs a{
  text-decoration:none;
  text-align:center;
  color:#6b7280;
  font-size:10px;
  line-height:1.15;
  font-weight:500;
}

.bottom-tabs i{
  display:block;
  font-size:15px;
  margin-bottom:3px;
}

.bottom-tabs .active{color:var(--brand-dark)}

.section-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:72px 16px 14px;
}

.back-btn{
  width:34px;
  height:34px;
  border:0;
  border-radius:12px;
  background:#fff;
  color:var(--brand-dark);
  box-shadow:0 8px 20px rgba(31,41,55,.06);
  cursor:pointer;
}

.section-head h2{
  margin:0;
  font-size:24px;
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.03em;
}

.section-head p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.3;
}

.services-list{
  display:grid;
  gap:9px;
  padding:0 12px 12px;
}

.service-card{
  width:100%;
  min-height:64px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  color:var(--text);
  padding:12px 13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:left;
  box-shadow:0 9px 22px rgba(31,41,55,.045);
  cursor:pointer;
}

.service-card strong{
  display:block;
  font-size:14px;
  line-height:1.2;
  font-weight:600;
}

.service-card small{
  display:block;
  margin-top:4px;
  font-size:12.5px;
  color:var(--muted);
  font-weight:400;
}

.service-card i{
  color:#d5c3ce;
  font-size:20px;
}

.service-card.selected{
  border-color:rgba(132,67,105,.35);
  background:var(--brand-soft);
}

.service-card.selected i{color:var(--brand-dark)}

.contact-btn{
  margin:4px 12px 16px;
  opacity:0;
  pointer-events:none;
  transform:translateY(8px);
  transition:.18s ease;
}

.contact-btn.visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.works-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:0 12px 16px;
}

.work-card{
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  padding:11px;
  text-align:left;
  min-height:126px;
  box-shadow:0 9px 22px rgba(31,41,55,.045);
  cursor:pointer;
}

.work-thumb{
  height:68px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--brand-soft),#fff);
  color:var(--brand-dark);
  display:grid;
  place-items:center;
  margin-bottom:9px;
}

.work-thumb i{font-size:24px}
.work-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}

.work-card strong{
  display:block;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
}

.lightbox{
  position:fixed;
  inset:0;
  z-index:50;
  display:none;
  place-items:center;
  background:rgba(17,24,39,.36);
  padding:20px;
  backdrop-filter:blur(8px);
}

.lightbox.visible{display:grid}

.lightbox-card{
  width:min(360px,92vw);
  border-radius:24px;
  background:#fff;
  padding:16px;
  position:relative;
  box-shadow:0 24px 80px rgba(17,24,39,.24);
}

.lightbox-close{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.88);
  cursor:pointer;
}

.lightbox-image{
  height:180px;
  border-radius:18px;
  background:linear-gradient(135deg,#844369,#f7eef3);
  color:#fff;
  display:grid;
  place-items:center;
  margin-bottom:14px;
}

.lightbox-image i{font-size:42px}
.lightbox-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:18px;
}

.lightbox h3{
  margin:0 0 6px;
  font-size:22px;
  line-height:1.12;
  font-weight:600;
  letter-spacing:-.025em;
}

.lightbox p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

@media (max-width:700px){
  body{background:#fff}
  .page-shell{display:block;min-height:100dvh;padding:0;background:#fff}
  .phone-frame{width:100%;height:100dvh;border:0;border-radius:0;box-shadow:none;background:#fff}
  .phone-speaker{display:none}
  .card-screen{height:100dvh}
  .top-actions{top:18px;left:20px;right:20px}
  .profile{padding-top:64px}
  .avatar{width:92px;height:92px}
  .profile h1{font-size:27px}
  .role{font-size:14px}
  .quick-actions{padding:20px 16px 12px}
  .save-btn{margin:8px 14px 14px}
  .bottom-tabs{padding-bottom:calc(10px + env(safe-area-inset-bottom))}
  .section-head{padding-top:68px}
}

.is-hidden-soft{display:none!important}

.modal-overlay{
  position:fixed;
  inset:0;
  z-index:80;
  background:rgba(17,24,39,.42);
  backdrop-filter:blur(4px);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}

.modal-overlay.show{
  opacity:1;
  pointer-events:auto;
}

.ios-modal{
  position:fixed;
  z-index:81;
  left:50%;
  bottom:16px;
  transform:translate(-50%, 8px);
  width:min(540px, calc(100vw - 20px));
  background:#fff;
  border:1px solid rgba(132,67,105,.2);
  border-radius:20px;
  box-shadow:0 24px 54px rgba(17,24,39,.24);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}

.ios-modal.show{
  opacity:1;
  pointer-events:auto;
  transform:translate(-50%, 0);
}

.modal-header{
  padding:14px 14px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.modal-header-title{
  margin:0;
  font-size:22px;
  line-height:1.15;
  font-weight:700;
}

.modal-skip,
.modal-close-x{
  border:1px solid rgba(132,67,105,.24);
  background:#fff;
  color:var(--brand-dark);
  border-radius:999px;
  min-height:34px;
  padding:0 12px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.modal-body{
  padding:8px 16px 14px;
}

.modal-body h2{
  margin:0;
  font-size:22px;
  line-height:1.15;
  font-weight:700;
}

.modal-body p{
  margin:8px 0 0;
  color:#5f6674;
  font-size:14px;
  line-height:1.42;
}

.modal-footer-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:0 16px 16px;
}

.modal-footer-single{grid-template-columns:1fr}

.ui-btn{
  min-height:44px;
  border-radius:12px;
  border:1px solid #dfbfd0;
  background:#f7edf3;
  color:#7f3f66;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
}

.ui-btn--secondary{
  background:#fff;
  color:#1f2937;
}

.form-row{
  margin-top:8px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.form-field,.form-field-full{
  display:grid;
  gap:5px;
}
.form-row .form-field:only-child{
  grid-column:1 / -1;
}

.form-field-full{margin-top:8px}

.form-field label,.form-field-full label{
  font-size:12px;
  color:#6b7280;
  font-weight:600;
}

.form-field input,
.form-field-full input,
.form-field-full select,
.form-field-full textarea{
  min-height:40px;
  border-radius:11px;
  border:1px solid rgba(132,67,105,.2);
  background:#fbf8fa;
  color:#111827;
  padding:0 11px;
  font-size:14px;
}
.form-field-full textarea{
  min-height:96px;
  padding:10px 11px;
  resize:vertical;
}

.form-field-full select{
  appearance:none;
}

.form-field input.is-error,
.form-field-full input.is-error,
.form-field-full textarea.is-error{
  border-color:#e5484d;
  box-shadow:0 0 0 2px rgba(229,72,77,.12);
}
.modal-lead-disclaimer{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.4;
  color:#6b7280;
}

.lead-field-error{
  margin-top:8px;
  color:#b42318;
  font-size:12px;
  font-weight:600;
}

.modal-result-body{text-align:center}

.modal-result-empty{
  margin-top:10px;
  display:flex;
  justify-content:center;
}

.modal-result-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
  color:#844369;
  background:#f2e6ed;
}

.modal-result-icon.is-success{
  background:#e7f7ed;
  color:#0a8f3d;
}

@media (max-width:700px){
  .ios-modal{
    width:calc(100vw - 14px);
    bottom:7px;
    border-radius:18px;
  }
  .modal-header-title{font-size:20px}
  .form-row{grid-template-columns:1fr}
}

/* ---------- Desktop side examples: CTA + hours ---------- */
.desktop-preview-blocks{
  width:260px;
  display:grid;
  gap:14px;
  align-self:center;
}
.preview-title{
  font-size:13px;
  font-weight:600;
  color:var(--muted);
  padding-left:4px;
}
.side-demo-card{
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(31,41,55,.08);
  padding:18px;
}
.side-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand-dark);
  font-size:12px;
  font-weight:600;
}
.cta-demo h3{
  margin:14px 0 7px;
  font-size:21px;
  line-height:1.12;
  font-weight:600;
  letter-spacing:-.03em;
}
.cta-demo p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.42;
}
.cta-demo a{
  height:42px;
  border-radius:15px;
  background:var(--brand-dark);
  color:#fff;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13.5px;
  font-weight:600;
}
.hours-demo{
  display:grid;
  gap:10px;
}
.hours-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0 0;
  border-top:1px solid var(--line);
  font-size:13px;
}
.hours-row span{color:var(--muted)}
.hours-row strong{font-weight:600;color:var(--text)}
.hours-row.muted strong{color:#a1a1aa}

/* ---------- Real estate view ---------- */
.estate-list{
  display:grid;
  gap:10px;
  padding:0 12px 16px;
}
.estate-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 9px 22px rgba(31,41,55,.045);
}
.estate-photo{
  height:92px;
  background:linear-gradient(135deg,#f7eef3,#fff 55%,#ead8e3);
  color:var(--brand-dark);
  display:grid;
  place-items:center;
}
.estate-photo-alt{background:linear-gradient(135deg,#fff,#f7eef3)}
.estate-photo i{font-size:30px}
.estate-body{padding:12px}
.estate-body h3{
  margin:0;
  font-size:16px;
  line-height:1.18;
  font-weight:600;
  letter-spacing:-.02em;
}
.estate-body p{
  margin:5px 0 10px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.35;
}
.estate-body div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.estate-body strong{
  font-size:14px;
  font-weight:600;
  color:var(--brand-dark);
}
.estate-body a,
.estate-contact{
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand-dark);
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  padding:7px 10px;
}
.estate-contact{
  height:44px;
  border-radius:15px;
  background:var(--brand-dark);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  font-size:13.5px;
}

@media (min-width:701px){
  .page-shell{
    grid-template-columns:auto;
    gap:0;
  }
}
@media (max-width:900px) and (min-width:701px){
  .desktop-preview-blocks{display:none}
}
@media (max-width:700px){
  .desktop-preview-blocks{display:none}
}

/* ---------- Header location demo ---------- */
.header-location{
  display:none;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin:6px 0 0;
  color:#7a6170;
  font-size:11.5px;
  line-height:1.15;
  font-weight:500;
}
.header-location.visible{display:flex}
.header-location i{font-size:11px;color:var(--brand-dark)}

.location-demo h3{
  margin:14px 0 6px;
  font-size:20px;
  line-height:1.12;
  font-weight:600;
  letter-spacing:-.025em;
}
.location-demo p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.42;
}
.add-location-btn{
  width:100%;
  height:42px;
  border:0;
  border-radius:15px;
  background:var(--brand-soft);
  color:var(--brand-dark);
  font-size:13.5px;
  font-weight:600;
  cursor:pointer;
}

/* ---------- Property full-screen view ---------- */
.view-property{
  min-height:100%;
  background:#fff;
}
.property-hero{
  position:relative;
  padding:62px 12px 0;
}
.property-back{
  position:absolute;
  top:20px;
  left:16px;
  z-index:2;
  width:34px;
  height:34px;
  border:0;
  border-radius:12px;
  background:rgba(255,255,255,.86);
  color:var(--brand-dark);
  box-shadow:0 8px 20px rgba(31,41,55,.08);
  cursor:pointer;
}
.property-image{
  height:164px;
  border-radius:22px;
  background:
    radial-gradient(circle at 70% 22%,rgba(255,255,255,.9) 0 16%,transparent 17%),
    linear-gradient(135deg,#f7eef3 0%,#ffffff 46%,#ead8e3 100%);
  color:var(--brand-dark);
  display:grid;
  place-items:center;
  box-shadow:0 14px 34px rgba(132,67,105,.10);
}
.property-image i{font-size:44px}
.property-content{padding:14px 12px 18px}
.property-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.property-title-row h2{
  margin:0;
  font-size:21px;
  line-height:1.1;
  font-weight:600;
  letter-spacing:-.03em;
}
.property-title-row p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.2;
}
.property-title-row p i{color:var(--brand-dark)}
.property-title-row strong{
  white-space:nowrap;
  color:var(--brand-dark);
  font-size:15px;
  font-weight:600;
}
.property-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-bottom:12px;
}
.property-stats span{
  min-height:66px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  display:grid;
  place-items:center;
  padding:8px 4px;
  box-shadow:0 9px 22px rgba(31,41,55,.04);
}
.property-stats i{color:var(--brand-dark);font-size:17px}
.property-stats b{font-size:13px;font-weight:600;line-height:1.1}
.property-stats small{font-size:10.5px;color:var(--muted);line-height:1.1}
.property-about{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:13px;
  box-shadow:0 9px 22px rgba(31,41,55,.045);
}
.property-about h3{
  margin:0 0 7px;
  font-size:16px;
  font-weight:600;
  letter-spacing:-.02em;
}
.property-about p{
  margin:0 0 8px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.38;
}
.property-about p:last-child{margin-bottom:0}
.property-contact{
  height:46px;
  margin-top:12px;
  border-radius:16px;
  background:var(--brand-dark);
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 30px rgba(109,54,86,.18);
}

.property-bottom-back{
  width:100%;
  height:42px;
  margin-top:10px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  color:var(--brand-dark);
  font-size:13.5px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  cursor:pointer;
  box-shadow:0 9px 22px rgba(31,41,55,.045);
}

/* Linkio integration helpers */
body.card-template-embed {
  background: #fff;
}
body.card-template-embed .page-shell {
  min-height: 100vh;
  padding: 0;
  background: #fff;
}
body.card-template-embed .desktop-preview-blocks {
  display: none;
}
