/* Proptech Forum member landing page. Scoped to avoid changing existing pages. */
.proptech-page{
  --proptech-navy:#071C35;
  --proptech-green:#0F1E1B;
  --proptech-ivory:#F7F4EE;
  --proptech-white:#FFFFFF;
  --proptech-ink:#20242A;
  --proptech-stone:#B8B3A9;
  --proptech-line:#E7E2D8;
  --proptech-sale:#FF8A80;
  --brass-deep:#806238;
  background:var(--proptech-ivory);
  color:var(--proptech-ink);
}

.proptech-hero .reveal{
  opacity:1;
  transform:none;
  transition:none;
}

.proptech-page .reveal{
  transform:translateY(8px);
  transition:opacity 220ms cubic-bezier(.2,.6,.2,1),transform 220ms cubic-bezier(.2,.6,.2,1);
}
.proptech-page .reveal.d1{transition-delay:40ms}
.proptech-page .reveal.d2{transition-delay:80ms}
.proptech-page .reveal.d3{transition-delay:120ms}
.proptech-page .reveal.d4{transition-delay:160ms}
.proptech-page .btn,
.proptech-page .fcard,
.proptech-page .fcard::before{
  border-radius:2px;
  transition-duration:220ms;
  transition-timing-function:cubic-bezier(.2,.6,.2,1);
}
.proptech-page .fcard{box-shadow:none}
.proptech-page .fcard:hover{transform:translateY(-4px);box-shadow:0 16px 32px -26px rgba(7,28,53,.55)}
.proptech-page .eyebrow,
.proptech-page .fcard .idx{color:var(--brass-deep)}
.proptech-page .section--dark .eyebrow,
.proptech-page .section--dark .fcard .idx,
.proptech-hero .eyebrow,
.proptech-contact .eyebrow{color:var(--brass-lt)}
.proptech-page .btn--brass,
.proptech-page .mobilebar .inq{color:var(--ink)}

.proptech-hero{
  min-height:min(820px,100svh);
  background:var(--proptech-navy);
}
.proptech-hero .hero__bg{
  background:var(--proptech-navy);
}
.proptech-hero .hero__bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:none;
  border-bottom:1px solid rgba(184,154,100,.26);
}
.proptech-hero .wrap{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr)}
.proptech-hero h1{max-width:13ch;letter-spacing:0;text-wrap:balance}
.proptech-hero .hero__desc{max-width:48ch;line-height:1.75}
.proptech-hero .hero__aside{background:transparent;backdrop-filter:none;border-radius:4px}
.proptech-hero__facts{display:grid;margin-top:22px;border-top:1px solid var(--line-dark)}
.proptech-hero__facts div{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:13px 0;border-bottom:1px solid var(--line-dark)}
.proptech-hero__facts dt{font-family:var(--serif);font-size:13px;color:var(--brass-lt)}
.proptech-hero__facts dd{margin:0;color:#fff;font-size:14px}

.proptech-benefits .fcard{min-height:100%;display:flex;flex-direction:column}
.proptech-benefits .fcard .idx{font-size:14px;letter-spacing:0}

.proptech-page .section--dark{background:var(--proptech-green)}
.proptech-page .section--paper2{background:var(--proptech-white)}
.proptech-page .section-title{letter-spacing:0}
.proptech-page .credgroup .gh,
.proptech-faq .acc__head .ix{color:var(--brass-deep)}

.persona-section{
  background:var(--proptech-ivory);
  border-top:1px solid var(--proptech-line);
  border-bottom:1px solid var(--proptech-line);
}
.persona-section .eyebrow-block{max-width:900px}
.persona-section .lead{max-width:760px;margin-top:18px;color:var(--muted);line-height:1.75}
.persona-enhancement{display:none;margin:42px 0 26px;gap:20px;align-items:flex-end;justify-content:space-between}
.persona-section.is-enhanced .persona-enhancement{display:flex}
.persona-tabs{display:flex;max-width:100%;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid var(--proptech-line);scrollbar-width:thin}
.persona-tabs button,
.persona-mode button{
  min-height:44px;
  border:0;
  border-radius:2px;
  background:transparent;
  color:var(--muted);
  font:inherit;
  font-size:14px;
  font-weight:650;
  letter-spacing:0;
  white-space:nowrap;
  cursor:pointer;
}
.persona-tabs button{position:relative;padding:0 18px}
.persona-tabs button::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-1px;
  left:0;
  height:2px;
  background:transparent;
}
.persona-tabs button[aria-selected="true"]{color:var(--proptech-navy)}
.persona-tabs button[aria-selected="true"]::after{background:var(--brass-deep)}
.persona-mode{display:flex;flex:0 0 auto;border:1px solid var(--proptech-line);border-radius:2px;background:var(--proptech-white)}
.persona-mode button{min-width:72px;padding:0 14px}
.persona-mode button+button{border-left:1px solid var(--proptech-line)}
.persona-mode button[aria-pressed="true"]{background:var(--proptech-navy);color:var(--proptech-white)}
.persona-tabs button:focus-visible,
.persona-mode button:focus-visible,
.persona-control:focus-visible,
.persona-autoplay:focus-visible,
.persona-dot:focus-visible,
.persona-service:focus-visible{outline:2px solid var(--brass-deep);outline-offset:3px}
.persona-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.persona-card{
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:22px;
  min-width:0;
  padding:26px;
  border:1px solid var(--proptech-line);
  border-radius:4px;
  background:var(--proptech-white);
  color:var(--proptech-ink);
}
.persona-card[hidden]{display:none!important}
.persona-card__identity{display:flex;min-width:0;flex-direction:column;align-items:center;gap:13px;padding-top:4px;text-align:center}
.persona-card__icon{
  display:grid;
  width:58px;
  height:58px;
  place-items:center;
  flex:0 0 auto;
  border:1px solid var(--proptech-line);
  border-radius:4px;
  background:var(--proptech-ivory);
  color:var(--brass-deep);
}
.persona-card__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.persona-card__role{color:var(--brass-deep);font-size:11px;font-weight:750;letter-spacing:.06em;line-height:1.5}
.persona-card__content{min-width:0}
.persona-bubble{
  position:relative;
  padding:20px 22px;
  border:1px solid var(--proptech-line);
  border-radius:4px;
  background:var(--proptech-ivory);
}
.persona-bubble::before{
  content:"";
  position:absolute;
  top:28px;
  left:-7px;
  width:12px;
  height:12px;
  border-bottom:1px solid var(--proptech-line);
  border-left:1px solid var(--proptech-line);
  background:var(--proptech-ivory);
  transform:rotate(45deg);
}
.persona-bubble p{margin:0;color:var(--proptech-navy);font-family:var(--sans);font-size:19px;font-weight:550;line-height:1.7;letter-spacing:0;overflow-wrap:break-word;word-break:keep-all}
.persona-answer{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;margin-top:20px;padding-top:18px;border-top:1px solid var(--proptech-line)}
.persona-answer__label{font-family:var(--serif);font-size:16px;font-weight:600;color:var(--brass-deep);line-height:1.75}
.persona-answer p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.75;letter-spacing:0;word-break:keep-all}
.persona-answer strong{color:var(--proptech-navy);font-weight:750}
.persona-service{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-top:15px;color:var(--muted);font-size:12.5px;font-weight:650;line-height:1.6;text-decoration:none}
.persona-service span:first-child{min-width:0}
.persona-service__action{flex:0 0 auto;color:var(--brass-deep)}
.persona-service:hover .persona-service__action{text-decoration:underline;text-underline-offset:4px}
.persona-rolling-controls{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px}
.persona-rolling-controls[hidden]{display:none!important}
.persona-control,
.persona-autoplay{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--proptech-line);
  border-radius:2px;
  background:var(--proptech-white);
  color:var(--proptech-navy);
  cursor:pointer;
}
.persona-control{width:44px;padding:0}
.persona-control svg,
.persona-autoplay svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.persona-autoplay{gap:8px;margin-left:10px;padding:0 14px;font:inherit;font-size:13px;font-weight:650;letter-spacing:0}
.persona-dots{display:flex;max-width:min(42vw,360px);gap:7px;align-items:center;overflow-x:auto;padding:7px 2px}
.persona-dot{width:10px;height:10px;flex:0 0 10px;padding:0;border:1px solid var(--proptech-stone);border-radius:50%;background:transparent;cursor:pointer}
.persona-dot[aria-current="true"]{border-color:var(--brass-deep);background:var(--brass-deep)}
.persona-counter{min-width:44px;color:var(--muted);font-size:12px;text-align:center}
.persona-panel.is-rolling .persona-grid{grid-template-columns:minmax(0,900px);justify-content:center}
.persona-panel.is-rolling .persona-card{grid-area:1/1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 220ms cubic-bezier(.2,.6,.2,1),visibility 0s linear 220ms}
.persona-panel.is-rolling .persona-card.is-active{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}

.proptech-fee-lead{margin-top:18px}
.proptech-page .feecalc{border-radius:4px;box-shadow:none;background:var(--proptech-white)}
.proptech-page .presets button{min-height:44px;border-radius:2px;transition:background 220ms cubic-bezier(.2,.6,.2,1),color 220ms cubic-bezier(.2,.6,.2,1),border-color 220ms cubic-bezier(.2,.6,.2,1)}
.proptech-page .feecalc__result{background:var(--proptech-navy)}
.proptech-page .feecalc__result::before{display:none}
.proptech-fee-original{display:flex;align-items:baseline;justify-content:center;gap:9px;flex-wrap:wrap;margin-bottom:25px;position:relative;line-height:1.5}
.proptech-fee-original__label{color:var(--muted-dark);font-size:13px;font-weight:650}
.proptech-fee-original strong{color:var(--proptech-sale);font-family:var(--myeong);font-size:16px;font-weight:700;letter-spacing:0;text-decoration-line:line-through;text-decoration-color:var(--proptech-sale);text-decoration-thickness:2px}
.proptech-fee-original__discount{margin-left:5px;color:var(--proptech-sale);font-size:13.5px;font-weight:750;white-space:nowrap}
.proptech-page .feecalc__result .rlabel{margin-bottom:10px}
.proptech-fee-legal{margin:0;padding:0 clamp(24px,3vw,42px) 22px;color:var(--muted);font-size:13px;line-height:1.75}
.proptech-fee-links{display:flex;gap:22px;flex-wrap:wrap;padding:0 clamp(24px,3vw,42px) clamp(26px,3vw,34px)}
.proptech-fee-links a{font-size:13.5px;font-weight:600;color:var(--brass-deep);border-bottom:1px solid var(--brass);padding-bottom:3px}
.proptech-fee-links a:focus-visible{outline:2px solid var(--brass);outline-offset:4px}

.proptech-principal{align-items:start}
.proptech-principal__lead{margin-top:22px}
.proptech-principal__link{margin-top:30px}
.proptech-page .portrait{border-radius:4px}
.proptech-page .credgroup{margin-top:32px}

.proptech-page .step h3{font-family:var(--myeong);font-weight:700;font-size:18px;color:#fff;text-align:center;margin-bottom:8px;letter-spacing:0}
.proptech-page .step p{color:var(--muted-dark)}
.proptech-page .step:hover .dot{transform:translateY(-4px)}

.proptech-contact{background:var(--proptech-navy);color:#fff}
.proptech-contact .section-title{color:#fff}
.proptech-contact .lead{color:#D6D1C6;margin-top:16px}
.proptech-contact__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:clamp(28px,5vw,70px);align-items:start}
.proptech-form{display:grid;gap:22px;padding:clamp(24px,4vw,42px);background:var(--proptech-white);border:1px solid var(--proptech-line);border-radius:4px;color:var(--proptech-ink)}
.proptech-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.proptech-form .field{display:grid;gap:8px;min-width:0}
.proptech-form label{font-size:13px;font-weight:650;color:var(--proptech-ink)}
.proptech-form input,
.proptech-form select,
.proptech-form textarea{
  width:100%;min-height:48px;padding:11px 13px;border:1px solid #A8A39A;border-radius:2px;background:#fff;color:var(--proptech-ink);font:inherit;font-size:15px;letter-spacing:0;
}
.proptech-form textarea{resize:vertical;min-height:136px;line-height:1.7}
.proptech-form input:focus,
.proptech-form select:focus,
.proptech-form textarea:focus{outline:2px solid var(--brass);outline-offset:2px;border-color:var(--brass-deep)}
.proptech-form input[aria-invalid="true"],
.proptech-form select[aria-invalid="true"],
.proptech-form textarea[aria-invalid="true"]{border-color:#A33A3A}
.proptech-form__privacy-note{margin:0;font-size:12.5px;line-height:1.65;color:#5A5F64}
.proptech-form .btn{justify-self:start}
.proptech-form__status{min-height:1.5em;color:#6A4F2C;font-size:13px;line-height:1.6}
.proptech-contact__aside{display:grid;gap:30px;padding-top:6px}
.proptech-contact__aside h3{font-family:var(--myeong);font-size:clamp(22px,2.6vw,32px);line-height:1.45;letter-spacing:0;color:#fff}
.proptech-contact__aside p{margin-top:16px;color:#BFC7CC;font-size:15px;line-height:1.75}
.proptech-contact__aside .cinfo li{grid-template-columns:76px minmax(0,1fr)}
.proptech-contact__aside .cinfo .vv{overflow-wrap:anywhere}
.proptech-contact__actions{display:flex;gap:12px;flex-wrap:wrap}

.proptech-faq{max-width:960px}
.proptech-faq .acc__body[hidden]{display:block;max-height:0}
.proptech-faq .acc__head:focus-visible{outline:2px solid var(--brass);outline-offset:4px}
.proptech-faq .acc__body-in{max-width:780px}
.proptech-faq .acc__body-in p{font-size:16px;line-height:1.75}

.proptech-page .foot-col h2{font-family:var(--sans);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--brass);margin-bottom:18px;font-weight:600}
.proptech-page .foot-bottom .copy{color:#7D8992}

.proptech-thanks-page .site-header{background:var(--proptech-ivory);border-bottom:1px solid var(--proptech-line)}
.proptech-thanks-page .site-header .brand .word{color:var(--proptech-navy)}
.proptech-thanks-page .navlink{color:var(--proptech-navy)}
.proptech-thanks{min-height:calc(100svh - 132px);display:grid;align-items:center;padding:140px 0 80px}
.proptech-thanks__panel{max-width:780px;margin:0 auto;padding:clamp(32px,6vw,72px);background:#fff;border:1px solid var(--proptech-line);border-radius:4px;text-align:center}
.proptech-thanks__panel .eyebrow{justify-content:center}
.proptech-thanks__panel h1{font-family:var(--myeong);font-size:clamp(30px,5vw,50px);line-height:1.3;letter-spacing:0;color:var(--proptech-navy)}
.proptech-thanks__panel p{max-width:600px;margin:22px auto 0;color:var(--muted);font-size:16px;line-height:1.75}
.proptech-thanks__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}
.proptech-thanks__contact{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid var(--proptech-line);font-size:14px;color:var(--brass-deep)}
.proptech-thanks-page .site-footer{padding-top:0}

@media (max-width:1100px){
  .proptech-hero .wrap{grid-template-columns:minmax(0,1fr);gap:34px}
  .proptech-hero .hero__aside{max-width:520px}
}

@media (max-width:880px){
  .proptech-contact__grid{grid-template-columns:minmax(0,1fr)}
  .proptech-contact__aside{padding-top:20px}
  .proptech-page .step h3{text-align:left;grid-column:2}
}

@media (max-width:767px){
  .persona-enhancement{margin-top:32px;align-items:stretch;flex-direction:column;gap:14px}
  .persona-tabs{width:100%}
  .persona-tabs button{padding:0 14px}
  .persona-mode{align-self:flex-start}
  .persona-grid{grid-template-columns:minmax(0,1fr);gap:16px}
  .persona-card{grid-template-columns:minmax(0,1fr);gap:17px;padding:20px 18px}
  .persona-card__identity{flex-direction:row;gap:12px;padding-top:0;text-align:left}
  .persona-card__icon{width:48px;height:48px}
  .persona-card__icon svg{width:24px;height:24px}
  .persona-bubble{padding:18px}
  .persona-bubble::before{display:none}
  .persona-bubble p{font-size:17px;line-height:1.75}
  .persona-answer{grid-template-columns:42px minmax(0,1fr);gap:10px}
  .persona-answer p{font-size:15px}
  .persona-service{align-items:flex-start;flex-direction:column;gap:5px}
  .persona-rolling-controls{justify-content:flex-start;flex-wrap:wrap}
  .persona-dots{max-width:calc(100% - 108px);order:2}
  .persona-counter{order:3}
  .persona-autoplay{order:4;margin-left:0}
}

@media (max-width:520px){
  .proptech-hero{min-height:auto}
  .proptech-hero .wrap{padding-top:116px;padding-bottom:64px}
  .proptech-hero h1{font-size:clamp(31px,9vw,42px);max-width:none;line-height:1.34}
  .proptech-hero .hero__desc{font-size:15.5px;line-height:1.75}
  .proptech-hero .hero__cta{margin-top:32px}
  .proptech-hero .hero__aside{padding:22px}
  .proptech-form{padding:24px 18px;gap:18px}
  .proptech-form__row{grid-template-columns:minmax(0,1fr);gap:18px}
  .proptech-form .btn{width:100%}
  .proptech-contact__actions{display:grid;grid-template-columns:minmax(0,1fr)}
  .proptech-fee-links{display:grid;gap:12px}
  .proptech-fee-links a{justify-self:start}
  .proptech-page .fee-range{grid-template-columns:minmax(0,1fr)}
  .proptech-page .fee-range span+span{border-top:1px solid var(--line-dark)}
  .proptech-fee-original{gap:6px 8px;margin-bottom:22px}
  .proptech-fee-original__discount{flex-basis:100%;margin-left:0;text-align:right}
  .proptech-thanks-page .site-header .nav .navlink{display:none}
  .proptech-thanks-page .site-header .nav .btn{display:inline-flex;width:auto}
  .proptech-thanks{padding-top:112px}
  .proptech-thanks__panel{padding:30px 20px}
  .proptech-thanks__actions{display:grid;grid-template-columns:minmax(0,1fr)}
}

@media (prefers-reduced-motion:reduce){
  .proptech-page *{animation:none!important;transition:none!important}
}
