:root{
  --p360-primary:#0090E3;
  --p360-secondary:#0077C8;
  --p360-deep:#005FA3;
  --p360-navy:#0D1B2A;
  --p360-orange:#FF7A00;
  --p360-pale:#E6F2FF;
  --p360-surface:#FFFFFF;
  --p360-gray:#E5E7EB;
  --p360-slate:#6B7280;
  --p360-text:#111827;
  --p360-success:#22C55E;
  --p360-warning:#F59E0B;
  --p360-danger:#EF4444;
  --p360-font:Poppins, Inter, Arial, sans-serif;
  --p360-shadow:0 18px 45px rgba(13,27,42,.12);
  --p360-shadow-float:0 28px 80px rgba(0,95,163,.22);
  --p360-radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--p360-font);color:var(--p360-navy);background:#fff}
a{color:inherit}
img{max-width:100%}
.wrap{max-width:1180px;margin:0 auto;padding:0 22px}
.header{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--p360-gray);z-index:50}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--p360-primary);font-size:22px;text-decoration:none}
.logo img{width:44px;height:44px;object-fit:contain}
.menu{display:flex;align-items:center;gap:24px;font-weight:700}
.menu a{text-decoration:none;color:var(--p360-navy)}
.cta,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,var(--p360-primary),var(--p360-deep));color:#fff!important;border-radius:18px;padding:14px 20px;text-decoration:none;font-weight:900;border:0;box-shadow:0 14px 34px rgba(0,144,227,.22)}
.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border:1px solid #D1D5DB;border-radius:18px;padding:14px 20px;text-decoration:none;color:var(--p360-navy);font-weight:900;background:#fff}
.btn-soft{display:inline-flex;align-items:center;justify-content:center;border-radius:18px;padding:14px 20px;text-decoration:none;color:var(--p360-primary);font-weight:900;background:var(--p360-pale)}
.hero{background:linear-gradient(135deg,#fff,var(--p360-pale));padding:76px 0 52px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 520px;gap:42px;align-items:center}
.eyebrow{display:inline-flex;background:var(--p360-pale);color:var(--p360-primary);border-radius:999px;padding:9px 13px;font-size:13px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;margin-bottom:18px}
h1{font-size:64px;line-height:1.02;letter-spacing:-2px;margin:0 0 22px}
h2{font-size:42px;line-height:1.1;letter-spacing:-1px;margin:0 0 16px}
h3{margin:0 0 10px;font-size:22px}
.lead{font-size:20px;line-height:1.65;color:var(--p360-slate);margin:0 0 28px}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-visual{width:100%;border-radius:34px;box-shadow:var(--p360-shadow-float)}
.section{padding:74px 0}
.section-muted{background:#F5F8FC}
.section-head{max-width:760px;margin-bottom:26px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--p360-gray);border-radius:var(--p360-radius);padding:24px;box-shadow:0 14px 36px rgba(13,27,42,.08)}
.preview-card{background:#fff;border:1px solid var(--p360-gray);border-radius:28px;padding:16px;box-shadow:var(--p360-shadow)}
.search-panel{margin-top:30px;background:#fff;border:1px solid #D6E8F9;border-radius:30px;padding:22px;box-shadow:var(--p360-shadow)}
.search-row{display:flex;gap:12px;flex-wrap:wrap}
.search-input{flex:1;min-width:240px;border:1px solid #D1D5DB;border-radius:18px;padding:16px 18px;font:600 16px var(--p360-font)}
.badge{display:inline-flex;border-radius:999px;background:#EFF6FF;color:var(--p360-primary);padding:8px 12px;font-weight:900;font-size:13px}
.feature-img{width:100%;height:auto;display:block}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}
.stat{background:white;border:1px solid var(--p360-gray);border-radius:22px;padding:18px}
.stat strong{display:block;font-size:30px;color:var(--p360-primary)}
.footer{background:var(--p360-navy);color:white;padding:52px 0}
.footer a{color:#D9EDFF;text-decoration:none}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:26px}
.form-card{max-width:520px;margin:54px auto;background:white;border:1px solid var(--p360-gray);border-radius:32px;padding:28px;box-shadow:var(--p360-shadow)}
.input{width:100%;border:1px solid #D1D5DB;border-radius:16px;padding:15px 16px;font:600 15px var(--p360-font);margin:8px 0 14px}
.notice{background:#FFF7ED;border:1px solid #FDBA74;color:#7C2D12;border-radius:18px;padding:14px 16px;margin:18px 0;font-weight:700}
.ok{color:var(--p360-success);font-weight:900}.warn{color:var(--p360-warning);font-weight:900}.fail{color:var(--p360-danger);font-weight:900}
.table{width:100%;border-collapse:collapse;background:white;border-radius:22px;overflow:hidden;border:1px solid var(--p360-gray)}
.table th,.table td{padding:13px 15px;border-bottom:1px solid var(--p360-gray);text-align:left}
.table th{background:#F8FBFF}
.mobile-only{display:none}
@media(max-width:900px){
  .menu{display:none}.mobile-only{display:inline-flex}
  .hero-grid,.grid,.grid-2,.footer-grid,.stat-row{grid-template-columns:1fr}
  h1{font-size:42px}h2{font-size:34px}.hero{padding-top:46px}
  .section{padding:54px 0}
}


/* production audience copy and layout refinement */
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.problem-card{background:#fff;border:1px solid var(--p360-gray);border-radius:26px;padding:24px;box-shadow:0 14px 36px rgba(13,27,42,.07)}
.problem-card .emoji{width:44px;height:44px;border-radius:16px;background:#EFF6FF;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit-card{background:#fff;border:1px solid var(--p360-gray);border-radius:26px;padding:24px;box-shadow:0 14px 36px rgba(13,27,42,.08);min-height:215px}
.benefit-icon{width:52px;height:52px;border-radius:18px;background:#EFF6FF;color:var(--p360-primary);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;margin-bottom:18px}
.benefit-card p,.problem-card p,.pricing-copy p{color:var(--p360-slate);font-size:16px;line-height:1.55;margin:0}
.simple-list{display:grid;gap:14px;margin-top:22px}
.simple-list div{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--p360-gray);border-radius:18px;padding:14px 16px}
.simple-list b{color:var(--p360-navy)}
.check-dot{width:24px;height:24px;border-radius:50%;background:#ECFDF3;color:var(--p360-success);display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto}
.step-html{background:#fff;border:1px solid var(--p360-gray);border-radius:28px;padding:26px;box-shadow:0 14px 36px rgba(13,27,42,.08)}
.step-no{width:50px;height:50px;border-radius:18px;background:linear-gradient(135deg,var(--p360-primary),var(--p360-deep));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:22px;margin-bottom:20px}
.price-card{background:#fff;border:1px solid var(--p360-gray);border-radius:30px;padding:28px;box-shadow:0 14px 36px rgba(13,27,42,.08)}
.price-card.featured{background:linear-gradient(135deg,var(--p360-primary),var(--p360-deep));color:white}
.price-card.featured p,.price-card.featured li{color:#D9EDFF}
.price-card .price{font-size:40px;font-weight:900;margin:12px 0}
.price-card ul{padding-left:20px;line-height:1.9;font-weight:700;color:var(--p360-navy)}
.trust-card{background:#fff;border:1px solid var(--p360-gray);border-radius:30px;padding:30px;box-shadow:var(--p360-shadow)}
.trust-list{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:20px}
.trust-list span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:54px;border-radius:18px;background:#EFF6FF;color:var(--p360-navy);font-weight:900;padding:10px}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.faq-item{background:#fff;border:1px solid var(--p360-gray);border-radius:24px;padding:22px}
.hero-note{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}
.hero-note span{background:#fff;border:1px solid #D6E8F9;border-radius:999px;padding:9px 13px;color:var(--p360-navy);font-weight:800;font-size:14px}
.cta-line{font-size:15px;color:var(--p360-slate);margin-top:12px}
@media(max-width:900px){
  .problem-grid,.benefit-grid,.faq-grid,.trust-list{grid-template-columns:1fr}
  .hero-note{gap:8px}
  .hero-note span{font-size:13px}
}


/* Phase 1A2 agency-quality illustration integration + free-first conversion flow */
.hero{position:relative;background:radial-gradient(circle at 78% 20%,rgba(0,144,227,.12),transparent 30%),linear-gradient(135deg,#fff,#EAF6FF 58%,#F8FBFF);padding:92px 0 70px;overflow:hidden}
.hero:before{content:"";position:absolute;inset:auto -120px -220px auto;width:520px;height:520px;border-radius:50%;background:rgba(255,122,0,.07);filter:blur(8px)}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(480px,620px);gap:56px}
.hero-visual{border-radius:36px;box-shadow:0 34px 90px rgba(0,95,163,.22);transform:translateZ(0)}
.media-frame{position:relative}
.media-frame:after{content:"";position:absolute;inset:8% -4% -6% 10%;background:linear-gradient(135deg,rgba(0,144,227,.18),rgba(255,122,0,.08));border-radius:44px;z-index:-1;filter:blur(20px)}
.hero .lead{font-size:22px;line-height:1.65}
.free-proof{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:12px;margin:24px 0}
.free-proof .proof-item{display:flex;gap:10px;align-items:flex-start;background:rgba(255,255,255,.86);border:1px solid #D6E8F9;border-radius:18px;padding:13px 14px;font-weight:800;color:var(--p360-navy)}
.proof-check{width:24px;height:24px;border-radius:50%;background:#ECFDF3;color:#22C55E;display:flex;align-items:center;justify-content:center;flex:0 0 24px;font-weight:900}
.cta-line{font-size:15px;color:var(--p360-slate);margin-top:12px}
.illustrated-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,560px);gap:42px;align-items:center}
.illustration-img{display:block;width:100%;height:auto;border-radius:34px;box-shadow:0 24px 70px rgba(0,95,163,.16)}
.value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}
.value-item{background:white;border:1px solid #E5E7EB;border-radius:22px;padding:18px;box-shadow:0 12px 28px rgba(13,27,42,.06)}
.value-item strong{display:block;color:var(--p360-primary);font-size:22px;margin-bottom:6px}
.free-section{background:linear-gradient(135deg,#0077C8,#005FA3);color:white;position:relative;overflow:hidden}
.free-section:before{content:"";position:absolute;right:-140px;top:-160px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.12)}
.free-section h2,.free-section .lead,.free-section p{color:white}
.free-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:30px;padding:28px;backdrop-filter:blur(10px)}
.free-card ul{margin:18px 0 0;padding-left:20px;line-height:2;font-weight:800}
.token-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--p360-primary);border-radius:999px;padding:10px 14px;font-weight:900;margin-bottom:16px}
.home-pricing-soft{background:#fff;border:1px solid #D6E8F9;border-radius:30px;padding:28px;box-shadow:var(--p360-shadow)}
.home-pricing-soft .big{font-size:38px;line-height:1.12;font-weight:900;color:var(--p360-navy);margin-bottom:12px}
.home-pricing-soft p{font-size:17px;color:var(--p360-slate);line-height:1.6}
.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.listing-mini{background:#fff;border:1px solid #E5E7EB;border-radius:26px;overflow:hidden;box-shadow:0 14px 36px rgba(13,27,42,.08);text-decoration:none;color:inherit}
.listing-mini img{width:100%;height:160px;object-fit:cover;display:block;background:#E6F2FF}
.listing-mini .pad{padding:18px}
.listing-mini .tag{display:inline-flex;background:var(--p360-primary);color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;margin-bottom:10px}
.listing-mini h3{font-size:19px;margin-bottom:8px}
.listing-mini .price{font-size:22px;font-weight:900;color:var(--p360-primary);margin-top:10px}
.auth-visual{margin-top:20px;border-radius:26px;overflow:hidden;box-shadow:0 18px 45px rgba(0,95,163,.14)}
.notice.user-safe{background:#EFF6FF;border-color:#D6E8F9;color:#0D1B2A}
@media(max-width:900px){
  .hero-grid,.illustrated-split{grid-template-columns:1fr}
  .hero{padding:58px 0}
  .free-proof,.value-strip,.listing-grid{grid-template-columns:1fr}
  .hero .lead{font-size:18px}
  .media-frame{order:-1}
}

/* Property360 03 agency refresh */
.hero-microproof{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero-microproof span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #D6E8F9;color:var(--p360-navy);font-weight:800;font-size:13px;box-shadow:0 10px 24px rgba(13,27,42,.05)}
.pricing-hero-split{margin-bottom:26px}
.pricing-grid-soft{margin-top:18px}
.price-card-soft{background:linear-gradient(180deg,#fff,#F9FBFF)}
.price-card .price-emphasis{color:var(--p360-primary)}
.price-label{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 12px;border-radius:999px;background:#EFF6FF;color:var(--p360-primary);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.3px}
.price-label.soft-light{background:rgba(255,255,255,.18);color:#fff}
.price-card-narrative{position:relative;overflow:hidden}
.price-card-narrative:after{content:"";position:absolute;right:-30px;bottom:-30px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.08)}
.auth-shell{display:grid;grid-template-columns:minmax(0,480px) minmax(0,1fr);gap:28px;align-items:center}
.auth-form-card{margin:0}
.auth-visual-panel{display:block}
.auth-benefit-list{margin-top:18px}
.listing-show-shell{display:grid;grid-template-columns:minmax(340px,460px) minmax(0,1fr);gap:34px;align-items:start}
.listing-show-card{background:#fff;border:1px solid #E5E7EB;border-radius:32px;overflow:hidden;box-shadow:0 22px 60px rgba(13,27,42,.08)}
.listing-show-card img{width:100%;aspect-ratio:4/3;display:block;object-fit:cover;background:#EAF6FF}
.listing-show-card-body{padding:22px}
.listing-show-card-body h3{font-size:28px;margin:8px 0}
.listing-show-card-body p{margin:0;color:var(--p360-slate)}
.listing-price-main{color:var(--p360-primary);margin-top:8px}
.listing-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.listing-highlights{margin-top:18px}
.related-listings-block{margin-top:18px}
.mini-agent-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px;max-width:620px}
.agent-specialty{font-size:16px;line-height:1.65;color:var(--p360-slate);margin-top:18px}
.agent-demo-card img{display:block;width:100%;height:auto;border-radius:20px;margin-bottom:18px}
.reverse-on-mobile picture{order:unset}
@media(max-width:900px){
  .auth-shell,.listing-show-shell,.listing-spec-grid,.mini-agent-summary{grid-template-columns:1fr}
  .auth-visual-panel{order:-1}
  .hero-microproof{gap:8px}
  .hero-microproof span{font-size:12px;padding:9px 12px}
  .listing-show-card-body h3{font-size:24px}
  .reverse-on-mobile picture{order:-1}
}


/* Property360 04 production user copy + hero polish */
.hero-production{padding:74px 0 58px;background:radial-gradient(circle at 78% 12%,rgba(0,144,227,.16),transparent 30%),linear-gradient(135deg,#fff,#EAF6FF 58%,#F8FBFF)}
.hero-production .hero-grid{grid-template-columns:minmax(0,500px) minmax(520px,1fr);gap:46px;align-items:center}
.hero-production h1{font-size:58px;line-height:1.02;letter-spacing:-2px;margin-bottom:18px}
.hero-production .lead{font-size:20px;line-height:1.62;margin-bottom:20px}
.hero-actions{margin-bottom:10px}
.compact-proof{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}
.compact-proof .proof-item{min-height:58px;padding:12px 14px}
.product-hero-frame .hero-visual{box-shadow:0 28px 80px rgba(0,95,163,.20);border-radius:32px}
.product-hero-frame:after{inset:10% -4% -5% 8%;opacity:.9}
.cta-line{font-size:15px;color:var(--p360-slate);margin:8px 0 0}
.home-pricing-soft .big{font-size:34px;line-height:1.12}
.badge{text-transform:none;letter-spacing:0}
.eyebrow{letter-spacing:.6px}
.footer .logo span{color:#fff}
@media(max-width:1100px){
  .hero-production .hero-grid{grid-template-columns:1fr}
  .product-hero-frame{max-width:720px;margin:0 auto}
}
@media(max-width:900px){
  .hero-production{padding:44px 0}
  .hero-production h1{font-size:40px;letter-spacing:-1px}
  .hero-production .lead{font-size:18px}
  .compact-proof{grid-template-columns:1fr}
}


/* Property360 05 Premium UI Polish */
:root{
  --p360-ring: rgba(0,144,227,.18);
  --p360-shadow-card: 0 18px 46px rgba(13,27,42,.08);
  --p360-shadow-hover: 0 28px 70px rgba(0,95,163,.17);
}
.ico{width:1.1em;height:1.1em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}
h1{font-size:clamp(38px,5vw,56px)}
h2{font-size:clamp(30px,3.2vw,42px)}
h3{font-size:clamp(18px,2vw,22px)}
.lead{font-size:clamp(17px,1.55vw,20px)}
.cta,.btn-primary,.btn-secondary,.google-btn{position:relative;overflow:hidden;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease}
.cta:before,.btn-primary:before{content:"";position:absolute;inset:-80% auto -80% -35%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:skewX(-18deg);transition:left .65s ease}
.cta:hover:before,.btn-primary:hover:before{left:120%}
.cta:hover,.btn-primary:hover,.google-btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,144,227,.26)}
.btn-secondary:hover{transform:translateY(-2px);border-color:#9BD3FF;box-shadow:0 16px 36px rgba(13,27,42,.10)}
.btn-icon{padding-inline:18px}
.btn-icon .ico{transition:transform .22s ease}
.btn-icon:hover .ico{transform:translateX(3px)}
.badge{gap:8px;align-items:center;box-shadow:inset 0 0 0 1px rgba(0,144,227,.04)}
.hero-production{min-height:auto;padding:66px 0 54px}
.hero-production h1{font-size:clamp(40px,4.3vw,52px);letter-spacing:-1.5px}
.hero-production .lead{max-width:620px}
.hero-showcase{isolation:isolate}
.float-card{position:absolute;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.9);border:1px solid rgba(214,232,249,.95);border-radius:18px;padding:12px 14px;color:var(--p360-navy);font-weight:900;box-shadow:0 18px 45px rgba(13,27,42,.14);backdrop-filter:blur(12px);animation:p360Float 5.8s ease-in-out infinite}
.float-card .ico{color:var(--p360-primary);font-size:20px}
.float-card-top{top:22px;left:-18px}
.float-card-bottom{right:-16px;bottom:36px;animation-delay:-2s}
@keyframes p360Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.image-float-soft{animation:p360Float 7s ease-in-out infinite}
.premium-card,.problem-card,.faq-item,.step-html,.value-item,.stat,.price-card,.listing-mini{transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}
.premium-card,.problem-card,.faq-item{box-shadow:var(--p360-shadow-card);border-color:#E2EEF8;background:linear-gradient(180deg,#fff,#FBFDFF)}
.premium-card:hover,.problem-card:hover,.faq-item:hover,.step-html:hover,.value-item:hover,.stat:hover,.price-card:hover,.listing-mini:hover{transform:translateY(-5px);box-shadow:var(--p360-shadow-hover);border-color:#BFE3FF}
.benefit-icon{color:var(--p360-primary);background:linear-gradient(135deg,#EFF6FF,#fff);box-shadow:inset 0 0 0 1px #D6E8F9}
.benefit-icon .ico{font-size:24px}
.premium-list div{border-color:#DDEDF9;box-shadow:0 10px 24px rgba(13,27,42,.04)}
.check-dot{font-size:14px}
.check-dot .ico{width:14px;height:14px}
.premium-value-strip .value-item{min-height:148px}
.premium-value-strip .value-item>.ico{font-size:24px;color:var(--p360-primary);margin-bottom:10px}
.premium-stat-row .stat .ico,.listing-spec-grid .stat .ico{color:var(--p360-primary);font-size:22px;margin-bottom:8px}
.step-no{box-shadow:0 12px 28px rgba(0,144,227,.22)}
.premium-soft-card{box-shadow:0 26px 70px rgba(13,27,42,.10);border-color:#DDEDF9}
.free-section{padding:72px 0}
.token-chip .ico{color:var(--p360-orange)}
.search-panel.premium-search{padding:14px;border-radius:24px;box-shadow:0 18px 50px rgba(13,27,42,.08)}
.search-input-wrap{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;border:1px solid #D1D5DB;border-radius:16px;background:#fff;padding:0 15px;transition:border-color .2s ease, box-shadow .2s ease}
.search-input-wrap:focus-within{border-color:#7CC8FF;box-shadow:0 0 0 5px var(--p360-ring)}
.search-input-wrap .ico{color:var(--p360-primary)}
.search-input-wrap .search-input{border:0;box-shadow:none;padding:15px 0;min-width:0}
.search-input-wrap .search-input:focus{outline:0}
.listing-grid{align-items:stretch}
.premium-listing-card{border-radius:24px;overflow:hidden;border-color:#DDEDF9;background:#fff}
.listing-img-wrap{position:relative;overflow:hidden;background:#EAF6FF}
.listing-img-wrap img{height:220px;width:100%;object-fit:cover;display:block;transition:transform .4s ease}
.premium-listing-card:hover .listing-img-wrap img{transform:scale(1.045)}
.listing-img-wrap .tag{position:absolute;left:16px;top:16px;box-shadow:0 10px 24px rgba(0,95,163,.18)}
.listing-mini .pad{padding:18px 18px 20px}
.listing-mini h3{font-size:19px;line-height:1.25;margin-bottom:8px}
.listing-mini .loc{display:flex;align-items:center;gap:7px;color:var(--p360-slate);font-weight:700}
.listing-meta{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.listing-meta span{display:inline-flex;align-items:center;gap:5px;background:#F5FAFF;border:1px solid #DDEDF9;border-radius:999px;padding:6px 9px;font-weight:800;font-size:13px;color:#37536A}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.card-arrow{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:#EFF6FF;color:var(--p360-primary);transition:transform .22s ease, background .22s ease}
.premium-listing-card:hover .card-arrow{transform:translateX(3px);background:#DFF1FF}
.listing-show-shell{grid-template-columns:minmax(380px,520px) minmax(0,1fr);align-items:center}
.listing-gallery-card{background:#fff;border:1px solid #DDEDF9;border-radius:30px;padding:14px;box-shadow:0 24px 70px rgba(13,27,42,.10)}
.main-listing-photo{position:relative;overflow:hidden;border-radius:24px;background:#EAF6FF}
.main-listing-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.floating-tag{position:absolute;left:16px;top:16px}
.thumb-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}
.thumb-row img{width:100%;height:86px;object-fit:cover;border-radius:16px;border:1px solid #DDEDF9}
.listing-detail-copy h1{font-size:clamp(36px,4vw,52px)}
.listing-price-main{font-size:clamp(30px,3vw,42px)!important;color:var(--p360-primary)}
.listing-spec-grid .stat{padding:16px;border-color:#DDEDF9}
.agent-contact-card{margin-top:20px;background:#fff;border:1px solid #DDEDF9;border-radius:22px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 14px 36px rgba(13,27,42,.06)}
.agent-contact-card strong{display:block;font-size:18px}
.agent-contact-card span{color:var(--p360-slate);font-weight:700}
.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;border:1px solid #D1D5DB;border-radius:18px;padding:14px 18px;text-decoration:none;color:var(--p360-navy);font-weight:900;box-shadow:0 12px 28px rgba(13,27,42,.06);margin:12px 0 18px}
.google-icon{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#F5FAFF;color:#4285F4;font-weight:900;border:1px solid #DDEDF9}
.premium-auth-card{box-shadow:0 28px 80px rgba(13,27,42,.10);border-color:#DDEDF9}
.auth-unavailable-section .notice{background:#EFF6FF;border-color:#D6E8F9;color:var(--p360-navy)}
.reveal-ready{opacity:0;transform:translateY(18px)}
.reveal-ready.is-visible{opacity:1;transform:translateY(0);transition:opacity .55s ease, transform .55s ease}
@media (prefers-reduced-motion: reduce){
  *,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
@media(max-width:900px){
  .float-card{display:none}
  .listing-img-wrap img{height:190px}
  .listing-show-shell{grid-template-columns:1fr}
  .agent-contact-card{align-items:flex-start;flex-direction:column}
  .search-panel.premium-search .btn-primary{width:100%}
}


/* Property360 06 Website Agen Positioning Rebuild */
.premium-header{backdrop-filter:blur(16px);background:rgba(255,255,255,.92)}
.nav-pill{font-size:10px;background:#DFF1FF;color:var(--p360-primary);border-radius:999px;padding:3px 6px;margin-left:4px;text-transform:uppercase;font-weight:900}
.hero-agent-website{position:relative;overflow:hidden;padding:66px 0 56px;background:radial-gradient(circle at 72% 22%,rgba(0,144,227,.16),transparent 34%),linear-gradient(135deg,#fff 0%,#F5FBFF 52%,#E9F6FF 100%)}
.hero-agent-grid{display:grid;grid-template-columns:minmax(440px,600px) minmax(580px,1fr);gap:42px;align-items:center}
.hero-agent-website h1{font-size:clamp(46px,5.4vw,72px);line-height:.98;letter-spacing:-2.5px;max-width:720px}.hero-agent-website h1 strong,.hero-agent-website h1 em{color:var(--p360-primary);font-style:normal}.hero-agent-website .lead{font-size:20px;line-height:1.55;max-width:620px}
.hero-benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:32px 0 26px}.hero-benefit-row div{background:rgba(255,255,255,.78);border:1px solid #DDEDF9;border-radius:18px;padding:14px 12px;box-shadow:0 14px 32px rgba(13,27,42,.06)}.hero-benefit-row span{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:14px;background:#EFF6FF;color:var(--p360-primary);margin-bottom:10px}.hero-benefit-row b{display:block;font-size:14px;line-height:1.25}.hero-benefit-row small{display:block;margin-top:6px;color:var(--p360-slate);font-weight:700;line-height:1.25}.big-cta{min-height:56px;font-size:16px;padding-inline:24px}
.hero-website-showcase{position:relative}.hero-website-showcase picture img{width:100%;display:block;border-radius:34px;box-shadow:0 34px 90px rgba(0,95,163,.18)}.showcase-bubble{position:absolute;background:rgba(255,255,255,.92);border:1px solid #DDEDF9;border-radius:18px;padding:13px 15px;box-shadow:0 18px 45px rgba(13,27,42,.12);font-weight:900;color:var(--p360-navy);display:flex;gap:8px;align-items:center;animation:p360Float 6s ease-in-out infinite}.showcase-bubble .ico{color:var(--p360-primary)}.showcase-bubble.b1{left:-28px;top:120px}.showcase-bubble.b2{left:-18px;bottom:136px}.showcase-bubble.b3{right:0;top:40px}.showcase-bubble.b4{right:-10px;bottom:120px}.trust-strip-section{margin-top:-30px;position:relative;z-index:5}.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:18px 22px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px)}.trust-strip span{display:flex;gap:9px;align-items:center;font-weight:800;color:#425970}.trust-strip .ico{color:var(--p360-primary)}
.horizontal-head{display:flex;align-items:end;justify-content:space-between;gap:24px;text-align:left}.section-website-demo{padding-top:46px}.filter-bar,.filter-card{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 26px}.filter-bar span,.filter-card button{background:#fff;border:1px solid #DDEDF9;border-radius:999px;padding:11px 16px;font-weight:800;color:#425970;box-shadow:0 8px 24px rgba(13,27,42,.04)}.property-portal-grid{grid-template-columns:repeat(4,1fr);gap:18px}.portal-listing-card{position:relative;background:#fff;border:1px solid #DDEDF9;border-radius:24px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 18px 45px rgba(13,27,42,.08);transition:.25s ease}.portal-listing-card:hover{transform:translateY(-6px);box-shadow:0 30px 78px rgba(0,95,163,.16)}.portal-img{position:relative;height:210px;overflow:hidden;background:#EAF6FF}.portal-img img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.portal-listing-card:hover .portal-img img{transform:scale(1.04)}.portal-img .tag{position:absolute;left:14px;top:14px}.tag-orange{background:#FF7A00!important}.portal-body{padding:16px;position:relative}.portal-price{font-size:22px;font-weight:950;color:var(--p360-primary);margin-bottom:6px}.portal-body h3{font-size:17px;line-height:1.28;margin:0 0 8px}.portal-body p{display:flex;gap:7px;color:var(--p360-slate);font-weight:700;font-size:13px;margin:0 0 12px}.portal-meta{display:flex;gap:8px;flex-wrap:wrap}.portal-meta span{font-size:12px;font-weight:900;background:#F5FAFF;border:1px solid #DDEDF9;border-radius:999px;padding:6px 8px;color:#38536A}.portal-agent-mini{display:flex;justify-content:space-between;align-items:center;margin-top:12px;color:#64748B;font-weight:800;font-size:12px}
.light-free{background:linear-gradient(135deg,#F5FBFF,#E7F4FF)!important;color:var(--p360-navy)!important}.light-free h2,.light-free .lead,.light-free p{color:var(--p360-navy)!important}.final-cta-box{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#fff;border:1px solid #DDEDF9;border-radius:32px;padding:34px;box-shadow:0 24px 70px rgba(13,27,42,.08)}.agency-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.premium-step{background:#fff;border:1px solid #DDEDF9;border-radius:26px;padding:26px;box-shadow:0 16px 42px rgba(13,27,42,.06)}
.agent-portal-hero,.agent-website-hero,.property-detail-hero{background:linear-gradient(135deg,#F6FBFF,#EAF6FF);padding:58px 0}.portal-hero-grid,.agent-website-grid{display:grid;grid-template-columns:1fr 420px;gap:46px;align-items:center}.portal-hero-grid h1,.agent-website-grid h1{font-size:clamp(42px,5vw,66px);line-height:1}.portal-hero-grid picture img,.agent-website-grid picture img{width:100%;border-radius:30px;box-shadow:0 26px 70px rgba(0,95,163,.16)}.portal-agent-strip{display:flex;align-items:center;gap:16px;flex-wrap:wrap;background:#fff;border:1px solid #DDEDF9;border-radius:24px;padding:16px;margin-top:24px;box-shadow:0 18px 45px rgba(13,27,42,.08)}.portal-agent-strip span{color:var(--p360-slate);font-weight:800}.real-filter-card{background:#fff;border:1px solid #DDEDF9;border-radius:26px;padding:14px;box-shadow:0 18px 45px rgba(13,27,42,.07)}.real-filter-card .search-input-wrap{flex:2;min-width:300px}.real-filter-card button{cursor:pointer}.property-detail-grid{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.property-gallery-premium{background:#fff;border:1px solid #DDEDF9;border-radius:30px;padding:14px;box-shadow:0 24px 70px rgba(13,27,42,.10)}.property-gallery-premium .main-listing-photo img{height:460px;object-fit:cover}.property-agent-sticky{position:sticky;top:100px;background:#fff;border:1px solid #DDEDF9;border-radius:26px;padding:22px;box-shadow:0 24px 70px rgba(13,27,42,.10)}.agent-avatar-mini{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#0090E3,#005FA3);color:#fff;font-weight:950;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.property-content-grid{display:grid;grid-template-columns:1fr 330px;gap:28px}.property-section-card,.property-side-cta{background:#fff;border:1px solid #DDEDF9;border-radius:26px;padding:24px;margin-top:22px;box-shadow:0 14px 40px rgba(13,27,42,.06)}.property-side-cta{position:sticky;top:110px;margin-top:0}.detail-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail-info-grid span{background:#F5FAFF;border:1px solid #DDEDF9;border-radius:16px;padding:12px;font-weight:800}.spec-premium{grid-template-columns:repeat(4,1fr)}.agent-trust-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.agent-trust-row span{background:#fff;border:1px solid #DDEDF9;border-radius:999px;padding:10px 14px;font-weight:900}.agent-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.agency-steps.mini{grid-template-columns:repeat(4,1fr)}.agency-steps.mini div{background:#F5FAFF;border:1px solid #DDEDF9;border-radius:16px;padding:14px}.agency-steps.mini b{display:block;color:var(--p360-primary);font-size:22px}.mobile-sticky-cta{display:none}
@media(max-width:1100px){.hero-agent-grid,.portal-hero-grid,.agent-website-grid,.property-detail-grid,.property-content-grid{grid-template-columns:1fr}.property-portal-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}.showcase-bubble{display:none}.property-agent-sticky,.property-side-cta{position:static}.portal-hero-grid picture,.agent-website-grid picture{max-width:420px}}
@media(max-width:760px){.hero-benefit-row,.property-portal-grid,.agency-steps,.agent-about-grid,.agency-steps.mini,.spec-premium{grid-template-columns:1fr}.hero-agent-website h1{font-size:42px}.horizontal-head,.final-cta-box{display:block}.property-gallery-premium .main-listing-photo img{height:280px}.mobile-sticky-cta{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:99;background:#fff;border:1px solid #DDEDF9;border-radius:18px;padding:10px;box-shadow:0 20px 60px rgba(13,27,42,.18);align-items:center;justify-content:space-between;gap:10px}.mobile-sticky-cta span{font-weight:900;color:var(--p360-primary)}.mobile-sticky-cta a{background:var(--p360-primary);color:#fff;text-decoration:none;border-radius:14px;padding:12px 14px;font-weight:950}}


/* Property360 08 Agent & Agency Digital Tool Repositioning */
:root{
  --p360-ring: rgba(0,144,227,.16);
  --p360-soft-shadow: 0 18px 42px rgba(13,27,42,.08);
  --p360-hover-shadow: 0 28px 76px rgba(0,95,163,.16);
}
html{scroll-padding-top:86px}
body{padding-bottom:0}
.premium-header .nav{height:72px}
.compact-logo span{white-space:nowrap}
.mobile-menu-button{display:none;border:1px solid #DDEDF9;background:#fff;border-radius:14px;color:var(--p360-primary);width:44px;height:44px;align-items:center;justify-content:center}
.nav-cta{padding:12px 18px;border-radius:18px}
.menu a{position:relative}
.menu a:not(.cta):after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;border-radius:999px;background:var(--p360-primary);opacity:0;transform:scaleX(.4);transition:.22s ease}
.menu a:not(.cta):hover:after{opacity:1;transform:scaleX(1)}
.hero-agent-website{padding:72px 0 62px;background:radial-gradient(circle at 78% 20%,rgba(0,144,227,.15),transparent 34%),linear-gradient(135deg,#fff,#EAF6FF 64%,#F8FCFF)}
.hero-agent-grid{display:grid;grid-template-columns:minmax(0,540px) minmax(420px,1fr);gap:44px;align-items:center}
.hero-agent-grid h1{font-size:clamp(42px,4.3vw,58px);letter-spacing:-1.7px;line-height:1.02}
.hero-agent-grid .lead{font-size:clamp(18px,1.5vw,20px);max-width:650px}
.compact-benefit-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}
.compact-benefit-row div{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;background:rgba(255,255,255,.78);border:1px solid #DDEDF9;border-radius:20px;padding:12px 14px;box-shadow:0 10px 26px rgba(13,27,42,.05)}
.compact-benefit-row span{grid-row:span 2;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:15px;background:#EFF6FF;color:var(--p360-primary)}
.compact-benefit-row b{font-size:14px;line-height:1.15}
.compact-benefit-row small{font-size:12px;color:var(--p360-slate);font-weight:700}
.hero-website-showcase{position:relative;min-height:410px}
.hero-website-showcase picture img{display:block;width:100%;border-radius:32px;box-shadow:0 30px 90px rgba(0,95,163,.18)}
.showcase-bubble{position:absolute;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid #DDEDF9;border-radius:18px;padding:10px 13px;display:flex;gap:8px;align-items:center;font-weight:900;color:var(--p360-navy);box-shadow:0 16px 40px rgba(13,27,42,.12);animation:p360Float 6s ease-in-out infinite}
.showcase-bubble .ico{color:var(--p360-primary)}
.showcase-bubble.b1{left:-28px;top:30%}
.showcase-bubble.b2{left:6%;bottom:26%}
.showcase-bubble.b3{right:-24px;top:14%;animation-delay:-1.5s}
.showcase-bubble.b4{right:-10px;bottom:19%;animation-delay:-3s}
.trust-strip-section{padding:22px 0;background:#fff}
.trust-strip{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:center;border-radius:24px;padding:14px 18px;background:#fff}
.trust-strip span{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:#37536A;background:#F5FAFF;border:1px solid #DDEDF9;border-radius:999px;padding:8px 12px;font-size:13px}
.trust-strip .ico{color:var(--p360-primary)}
.horizontal-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:none}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}
.filter-bar span{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #DDEDF9;border-radius:999px;padding:12px 16px;font-weight:900;color:#4B6075}
.property-portal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.portal-grid-upgraded{align-items:stretch}
.portal-listing-card{display:flex;flex-direction:column;background:#fff;border:1px solid #DDEDF9;border-radius:26px;overflow:hidden;box-shadow:0 14px 36px rgba(13,27,42,.07);transition:.25s ease;text-decoration:none;color:var(--p360-navy)}
.portal-listing-card:hover{transform:translateY(-5px);box-shadow:var(--p360-hover-shadow)}
.portal-img{position:relative;display:block;overflow:hidden;background:#EAF6FF;text-decoration:none}
.portal-img img{width:100%;height:224px;object-fit:cover;display:block;transition:transform .45s ease}
.portal-listing-card:hover .portal-img img{transform:scale(1.045)}
.portal-img .tag{position:absolute;left:14px;top:14px}
.tag{display:inline-flex;align-items:center;background:#0090E3;color:white;border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;box-shadow:0 10px 24px rgba(0,144,227,.24)}
.tag-orange{background:var(--p360-orange)!important}
.portal-body{padding:18px;position:relative;display:flex;flex-direction:column;gap:8px;flex:1}
.portal-body h3{font-size:19px;line-height:1.22;margin:0}
.portal-body h3 a{text-decoration:none}
.portal-body p,.portal-location{margin:0;color:var(--p360-slate);font-weight:700;display:flex;align-items:center;gap:7px}
.portal-price{font-size:24px;font-weight:950;color:var(--p360-primary);letter-spacing:-.5px}
.portal-meta{display:flex;gap:7px;flex-wrap:wrap;margin:6px 0}
.portal-meta span{display:inline-flex;align-items:center;gap:5px;background:#F4FAFF;border:1px solid #DDEDF9;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900;color:#405871}
.listing-agent-line{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #EDF4FB;padding-top:10px;margin-top:4px;font-weight:900}
.listing-agent-line small{color:var(--p360-success);font-weight:900}
.listing-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.listing-actions .btn-secondary,.listing-actions .btn-whatsapp{padding:11px 12px;border-radius:14px;font-size:13px}
.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#16A34A;color:#fff!important;border-radius:18px;padding:14px 20px;text-decoration:none;font-weight:900;border:0;box-shadow:0 14px 34px rgba(22,163,74,.20)}
.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(22,163,74,.25)}
.portal-hero{padding:64px 0;background:linear-gradient(135deg,#F8FCFF,#EAF6FF)}
.portal-hero-grid{display:grid;grid-template-columns:minmax(0,580px) minmax(320px,1fr);gap:46px;align-items:center}
.portal-hero-grid h1{font-size:clamp(40px,4vw,56px)}
.portal-hero-grid picture img{max-height:560px;object-fit:contain;border-radius:28px;filter:drop-shadow(0 24px 60px rgba(0,95,163,.18))}
.agent-mini-card{margin-top:22px;background:#fff;border:1px solid #DDEDF9;border-radius:22px;padding:16px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;box-shadow:var(--p360-soft-shadow)}
.agent-mini-card strong{font-size:18px}
.agent-mini-card span{color:var(--p360-slate);font-weight:800;flex:1;min-width:220px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start;padding:54px 22px}
.detail-main{display:flex;flex-direction:column;gap:18px}
.gallery-pro,.property-section-card,.agent-sticky-card,.final-cta-card{background:#fff;border:1px solid #DDEDF9;border-radius:28px;padding:18px;box-shadow:var(--p360-soft-shadow)}
.gallery-main{position:relative;border-radius:22px;overflow:hidden;background:#EAF6FF}
.gallery-main img{width:100%;height:470px;object-fit:cover;display:block}
.gallery-main .tag{position:absolute;left:16px;top:16px}
.thumb-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}
.thumb-row img{height:96px;width:100%;object-fit:cover;border-radius:16px;border:1px solid #DDEDF9}
.property-section-card{padding:26px}
.property-section-card h1{font-size:clamp(36px,3.8vw,52px)}
.listing-price-main{color:var(--p360-primary);font-size:clamp(30px,3vw,42px)!important}
.property-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
.property-spec-grid div{background:#F7FBFF;border:1px solid #DDEDF9;border-radius:18px;padding:14px}
.property-spec-grid .ico{color:var(--p360-primary);font-size:22px}
.property-spec-grid b{display:block;font-size:26px;color:var(--p360-primary)}
.property-spec-grid span{font-weight:800;color:#405871;font-size:13px}
.property-info-table{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.property-info-table div{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#F7FBFF;border:1px solid #DDEDF9;border-radius:16px;padding:13px 14px}
.property-info-table span{color:var(--p360-slate);font-weight:800}
.highlight-grid,.nearby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.highlight-grid div,.nearby-grid span{display:flex;align-items:center;gap:8px;background:#F7FBFF;border:1px solid #DDEDF9;border-radius:16px;padding:12px;font-weight:900}
.nearby-grid .ico,.highlight-grid .ico{color:var(--p360-primary)}
.detail-sidebar{position:sticky;top:92px}
.agent-sticky-card{display:flex;flex-direction:column;gap:12px}
.agent-sticky-card h3{font-size:24px}
.agent-mini-stats{display:grid;grid-template-columns:1fr;gap:8px}
.agent-mini-stats span{background:#F7FBFF;border:1px solid #DDEDF9;border-radius:14px;padding:10px;font-weight:900}
.before-after-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.compare-card{background:#fff;border:1px solid #DDEDF9;border-radius:28px;padding:26px;box-shadow:var(--p360-soft-shadow)}
.compare-card span{display:inline-flex;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:950;margin-bottom:12px}
.before-card span{background:#FFF4E8;color:#C45A00}
.after-card span{background:#ECFDF5;color:#16A34A}
.compare-card li{margin-bottom:9px;font-weight:750;color:#405871}
.start-free-card{display:flex;align-items:center;justify-content:space-between;gap:22px}
.start-free-card h2{margin:8px 0}
.agency-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.agency-steps>div{background:#fff;border:1px solid #DDEDF9;border-radius:26px;padding:26px;box-shadow:var(--p360-soft-shadow)}
.agency-steps b{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,var(--p360-primary),var(--p360-deep));color:#fff;font-size:22px;margin-bottom:16px}
.agency-steps.mini{grid-template-columns:1fr;gap:10px}
.agency-steps.mini>div{padding:14px;border-radius:18px;display:flex;align-items:center;gap:12px}
.agency-steps.mini b{width:34px;height:34px;border-radius:12px;margin:0;font-size:15px}
.agent-website-hero{padding:74px 0;background:linear-gradient(135deg,#fff,#EAF6FF)}
.agent-website-grid{display:grid;grid-template-columns:minmax(0,570px) minmax(360px,1fr);gap:46px;align-items:center}
.agent-website-grid h1{font-size:clamp(44px,4.2vw,62px)}
.agent-website-grid picture img{border-radius:32px;box-shadow:var(--p360-hover-shadow)}
.agent-trust-row{display:flex;gap:9px;flex-wrap:wrap;margin:20px 0}
.agent-trust-row span{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #DDEDF9;border-radius:999px;padding:9px 13px;font-weight:950;box-shadow:0 10px 24px rgba(13,27,42,.04)}
.agent-trust-row .ico{color:var(--p360-primary)}
.agent-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.final-cta-card{text-align:center;max-width:920px;margin:0 auto;padding:34px}
.upgraded-agent-demo{text-decoration:none;max-width:520px}
.upgraded-agent-demo img{border-radius:22px;margin-bottom:16px}
.footer-note{color:#BFD6EA;font-size:13px;line-height:1.6;max-width:560px}
.mobile-sticky-cta{display:none}
.mobile-only{display:none!important}
.auth-shell{align-items:center}
@keyframes p360Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1180px){
  .menu{gap:14px}
  .menu a{font-size:14px}
  .nav-cta{padding:11px 14px}
}
@media(max-width:980px){
  html{scroll-padding-top:72px}
  body{padding-bottom:78px}
  .premium-header .nav{height:64px}
  .compact-logo span{font-size:17px;max-width:132px;overflow:hidden;text-overflow:ellipsis}
  .logo img{width:40px;height:40px}
  .menu{position:fixed;left:16px;right:16px;top:74px;background:#fff;border:1px solid #DDEDF9;border-radius:22px;box-shadow:0 24px 70px rgba(13,27,42,.18);padding:14px;display:none;flex-direction:column;align-items:stretch;gap:4px;z-index:90}
  .menu.is-open{display:flex}
  .menu a{padding:12px;border-radius:14px}
  .menu .cta{display:flex}
  .mobile-menu-button{display:inline-flex;order:3}
  .mobile-only.mobile-header-cta{display:inline-flex!important;margin-left:auto;padding:10px 13px;border-radius:15px;font-size:13px}
  .hero-agent-website{padding:42px 0 34px}
  .hero-agent-grid,.portal-hero-grid,.agent-website-grid,.detail-layout,.agent-about-grid{grid-template-columns:1fr}
  .hero-agent-grid{gap:28px}
  .hero-agent-grid h1{font-size:clamp(34px,9.2vw,42px);letter-spacing:-1.1px}
  .hero-agent-grid .lead{font-size:17px;line-height:1.55}
  .compact-benefit-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}
  .compact-benefit-row div{padding:10px;grid-template-columns:34px 1fr;border-radius:18px}
  .compact-benefit-row span{width:34px;height:34px;border-radius:12px}
  .compact-benefit-row b{font-size:13px}
  .compact-benefit-row small{font-size:11px}
  .showcase-bubble{display:none}
  .hero-website-showcase{min-height:auto}
  .hero-website-showcase picture img{border-radius:24px}
  .horizontal-head{display:block}
  .property-portal-grid,.grid,.grid-2,.stat-row,.agency-steps,.before-after-grid,.property-spec-grid,.property-info-table,.highlight-grid,.nearby-grid{grid-template-columns:1fr}
  .section{padding:48px 0}
  .portal-hero{padding:42px 0}
  .portal-hero-grid picture{display:none}
  .portal-img img{height:232px}
  .portal-filter-grid{grid-template-columns:1fr!important}
  .listing-actions{grid-template-columns:1fr 1fr}
  .gallery-main img{height:300px}
  .detail-layout{padding:34px 22px}
  .detail-sidebar{position:static}
  .start-free-card{display:block;text-align:left}
  .start-free-card .btn-primary{margin-top:16px}
  .trust-strip{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}
  .trust-strip span{white-space:nowrap}
  .auth-shell{grid-template-columns:1fr!important}
  .auth-visual-panel{display:none}
  .mobile-sticky-cta{position:fixed;left:14px;right:14px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:88;display:flex;align-items:center;justify-content:space-between;gap:10px;background:rgba(255,255,255,.96);border:1px solid #DDEDF9;border-radius:20px;padding:10px 10px 10px 16px;box-shadow:0 20px 50px rgba(13,27,42,.20);backdrop-filter:blur(14px)}
  .mobile-sticky-cta span{font-weight:950;color:var(--p360-primary);font-size:14px}
  .mobile-sticky-cta a{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--p360-primary),var(--p360-deep));color:#fff;text-decoration:none;font-weight:950;border-radius:16px;padding:12px 14px;font-size:14px}
}
@media(max-width:520px){
  .wrap{padding:0 18px}
  h2{font-size:30px}
  .lead{font-size:16px}
  .compact-benefit-row{grid-template-columns:1fr 1fr}
  .big-cta,.btn-secondary{width:100%}
  .actions{gap:10px}
  .hero-actions .btn-secondary{display:none}
  .listing-actions{grid-template-columns:1fr}
  .mobile-only.mobile-header-cta{font-size:12px;padding:10px 11px}
  .compact-logo span{max-width:118px}
}


/* Property360 10 Agent Profile Production Upgrade */
.agent-profile-pro-hero{
  padding:76px 0 68px;
  background:
    radial-gradient(circle at 74% 14%, rgba(0,144,227,.16), transparent 34%),
    linear-gradient(135deg,#fff 0%,#EAF6FF 78%,#F8FCFF 100%);
  overflow:hidden;
}
.agent-profile-pro-grid{
  display:grid;
  grid-template-columns:minmax(0,560px) minmax(420px,1fr);
  gap:52px;
  align-items:center;
}
.agent-profile-copy h1{
  font-size:clamp(52px,5vw,72px);
  line-height:.98;
  letter-spacing:-2.4px;
  margin-bottom:14px;
}
.agent-role{
  font-size:18px;
  font-weight:900;
  color:#39566F;
  margin:0 0 16px;
}
.agent-proof-panel{
  background:rgba(255,255,255,.78);
  border:1px solid #DDEDF9;
  border-radius:28px;
  padding:16px;
  box-shadow:0 20px 58px rgba(13,27,42,.08);
  margin:22px 0;
}
.agent-avatar-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:14px;
  border-bottom:1px solid #E7F1FB;
}
.agent-avatar-card img{
  width:58px;
  height:58px;
  border-radius:18px;
  object-fit:cover;
  border:3px solid #fff;
  box-shadow:0 10px 24px rgba(13,27,42,.12);
}
.agent-avatar-card strong{display:block;font-size:18px}
.agent-avatar-card span{display:block;color:#5F7284;font-weight:800;font-size:13px}
.agent-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding-top:14px;
}
.agent-proof-grid span{
  background:#F7FBFF;
  border:1px solid #DDEDF9;
  border-radius:18px;
  padding:12px 10px;
  display:flex;
  flex-direction:column;
  gap:5px;
  min-height:92px;
}
.agent-proof-grid .ico{color:var(--p360-primary);font-size:20px}
.agent-proof-grid b{font-size:18px;color:var(--p360-navy)}
.agent-proof-grid small{font-size:11px;color:#607386;font-weight:900}
.agent-value-list{
  display:grid;
  gap:10px;
  margin:18px 0 22px;
}
.agent-value-list div{
  display:flex;
  gap:10px;
  align-items:flex-start;
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:18px;
  padding:12px 14px;
  color:#405871;
  font-weight:800;
  box-shadow:0 10px 24px rgba(13,27,42,.04);
}
.agent-value-list .ico{
  color:var(--p360-primary);
  flex:0 0 auto;
  margin-top:2px;
}
.agent-profile-preview-shell{
  position:relative;
  padding:18px;
  border-radius:36px;
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(230,242,255,.78));
  border:1px solid #DDEDF9;
  box-shadow:0 34px 96px rgba(0,95,163,.18);
}
.browser-frame-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:18px;
  padding:10px 12px;
  margin-bottom:12px;
  box-shadow:0 8px 20px rgba(13,27,42,.05);
}
.browser-frame-label span{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:950;
  color:var(--p360-primary);
}
.browser-frame-label small{
  color:#6B7280;
  font-weight:800;
}
.agent-preview-card{
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:28px;
  padding:20px;
  overflow:hidden;
  box-shadow:0 22px 66px rgba(13,27,42,.08);
}
.agent-preview-top{
  display:grid;
  grid-template-columns:132px 1fr;
  gap:18px;
  align-items:center;
}
.agent-preview-top img{
  width:132px;
  height:132px;
  border-radius:24px;
  object-fit:cover;
  border:5px solid #F4FAFF;
}
.agent-preview-top h3{
  font-size:28px;
  line-height:1.05;
  margin-bottom:5px;
}
.verified-inline{font-size:22px;color:var(--p360-primary);vertical-align:-3px}
.agent-preview-top p{margin:0;color:#52687C;font-weight:800}
.agent-preview-stats{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.agent-preview-stats span{
  background:#F2F8FF;
  border:1px solid #DDEDF9;
  color:#39566F;
  border-radius:999px;
  padding:7px 10px;
  font-weight:900;
  font-size:12px;
}
.agent-preview-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:18px 0;
}
.agent-preview-actions a{padding:12px 14px;border-radius:16px}
.agent-preview-listing-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:4px 0 12px;
}
.agent-preview-listing-title b{font-size:18px}
.agent-preview-listing-title a{color:var(--p360-primary);font-weight:900;text-decoration:none}
.agent-preview-listings{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.agent-preview-listings a{
  display:block;
  text-decoration:none;
  background:#F8FCFF;
  border:1px solid #DDEDF9;
  border-radius:18px;
  padding:8px;
  transition:.25s ease;
}
.agent-preview-listings a:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,95,163,.12)}
.agent-preview-listings img{
  width:100%;
  height:102px;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:8px;
}
.agent-preview-listings strong{
  display:block;
  color:var(--p360-primary);
  font-size:15px;
  line-height:1.1;
}
.agent-preview-listings span{
  display:block;
  color:#0D1B2A;
  font-weight:900;
  font-size:11px;
  line-height:1.25;
  margin-top:3px;
}
.floating-proof{
  position:absolute;
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.94);
  border:1px solid #DDEDF9;
  color:#0D1B2A;
  font-weight:950;
  border-radius:999px;
  padding:10px 13px;
  box-shadow:0 18px 46px rgba(13,27,42,.12);
  animation:p360Float 6s ease-in-out infinite;
}
.floating-proof .ico{color:var(--p360-primary)}
.proof-a{left:-28px;bottom:23%}
.proof-b{right:-18px;top:22%;animation-delay:-2.2s}
.agent-profile-pro-hero + .section{
  padding-top:68px;
}
@media(max-width:980px){
  .agent-profile-pro-hero{padding:42px 0 38px}
  .agent-profile-pro-grid{grid-template-columns:1fr;gap:26px}
  .agent-profile-copy h1{font-size:clamp(42px,11vw,52px);letter-spacing:-1.4px}
  .agent-proof-grid{grid-template-columns:repeat(2,1fr)}
  .agent-preview-top{grid-template-columns:92px 1fr}
  .agent-preview-top img{width:92px;height:92px;border-radius:20px}
  .agent-preview-top h3{font-size:22px}
  .agent-preview-listings{grid-template-columns:1fr}
  .agent-preview-listings img{height:190px}
  .floating-proof{display:none}
  .browser-frame-label{align-items:flex-start;flex-direction:column}
  .agent-preview-actions{grid-template-columns:1fr}
}
@media(max-width:520px){
  .agent-proof-panel{padding:12px;border-radius:22px}
  .agent-proof-grid span{min-height:82px}
  .agent-profile-preview-shell{padding:10px;border-radius:26px}
  .agent-preview-card{padding:14px;border-radius:22px}
  .agent-preview-top{grid-template-columns:1fr;text-align:left}
}


/* Property360 12 Toolbox Positioning Hero */
.hero-toolbox-preview{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.toolbox-dashboard-card{
  width:min(100%,620px);
  background:rgba(255,255,255,.95);
  border:1px solid #DDEDF9;
  border-radius:34px;
  padding:18px;
  box-shadow:0 34px 96px rgba(0,95,163,.17);
}
.toolbox-dashboard-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#F8FCFF;
  border:1px solid #E2F0FB;
  border-radius:20px;
  padding:14px 16px;
  margin-bottom:14px;
}
.toolbox-dashboard-head span{
  display:block;
  color:var(--p360-primary);
  font-weight:950;
  font-size:13px;
}
.toolbox-dashboard-head strong{
  display:block;
  font-size:21px;
  color:var(--p360-navy);
  letter-spacing:-.4px;
}
.toolbox-dashboard-head small{
  color:#5F7284;
  font-weight:900;
}
.toolbox-summary-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:14px;
}
.toolbox-summary-row div{
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:18px;
  padding:14px;
  box-shadow:0 10px 24px rgba(13,27,42,.04);
}
.toolbox-summary-row b{
  display:block;
  color:var(--p360-primary);
  font-size:30px;
  line-height:1;
}
.toolbox-summary-row span{
  display:block;
  color:#52687C;
  font-weight:900;
  font-size:12px;
  margin-top:4px;
}
.toolbox-grid-preview{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.toolbox-grid-preview a{
  text-decoration:none;
  color:var(--p360-navy);
  background:#F8FCFF;
  border:1px solid #DDEDF9;
  border-radius:20px;
  padding:14px;
  min-height:128px;
  display:flex;
  flex-direction:column;
  gap:7px;
  transition:.24s ease;
}
.toolbox-grid-preview a:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(0,95,163,.13);
  background:#fff;
}
.toolbox-grid-preview .ico{
  color:var(--p360-primary);
  font-size:24px;
}
.toolbox-grid-preview b{
  font-size:15px;
  line-height:1.15;
}
.toolbox-grid-preview span{
  color:#607386;
  font-weight:800;
  font-size:12px;
  line-height:1.35;
}
.toolbox-phone-card{
  position:absolute;
  right:-8px;
  bottom:6px;
  width:178px;
  background:#fff;
  border:8px solid #111827;
  border-radius:34px;
  padding:18px 10px 12px;
  box-shadow:0 28px 70px rgba(13,27,42,.24);
  transform:rotate(-2deg);
}
.phone-mini-title{
  font-weight:950;
  color:var(--p360-primary);
  margin:8px 0 10px;
}
.phone-task{
  background:#F8FCFF;
  border:1px solid #DDEDF9;
  border-radius:13px;
  padding:8px;
  font-size:11px;
  font-weight:900;
  margin-bottom:7px;
  display:flex;
  gap:6px;
  align-items:center;
}
.phone-task span{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--p360-primary);
}
.phone-task.done span{
  background:#16A34A;
}
.phone-listing-mini{
  background:#F8FCFF;
  border:1px solid #DDEDF9;
  border-radius:15px;
  padding:7px;
  margin:10px 0;
}
.phone-listing-mini img{
  width:100%;
  height:70px;
  object-fit:cover;
  border-radius:11px;
}
.phone-listing-mini b{
  display:block;
  color:var(--p360-primary);
  font-size:12px;
  margin-top:5px;
}
.phone-listing-mini small{
  color:#52687C;
  font-weight:900;
}
.toolbox-proof{
  position:absolute;
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.96);
  border:1px solid #DDEDF9;
  border-radius:999px;
  padding:11px 14px;
  box-shadow:0 18px 48px rgba(13,27,42,.12);
  font-weight:950;
  color:#0D1B2A;
  animation:p360Float 6s ease-in-out infinite;
}
.toolbox-proof .ico{
  color:var(--p360-primary);
}
.proof-tools{
  left:-24px;
  top:17%;
}
.proof-work{
  left:7%;
  bottom:11%;
  animation-delay:-2s;
}
.tools-you-need-section{
  background:#fff;
}
.toolbox-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:26px;
}
.toolbox-feature-grid>div{
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:26px;
  padding:22px;
  box-shadow:0 16px 40px rgba(13,27,42,.06);
  transition:.24s ease;
}
.toolbox-feature-grid>div:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 62px rgba(0,95,163,.13);
}
.toolbox-feature-grid .ico{
  width:44px;
  height:44px;
  padding:10px;
  border-radius:16px;
  background:#EFF6FF;
  color:var(--p360-primary);
  margin-bottom:16px;
}
.toolbox-feature-grid h3{
  font-size:18px;
  margin-bottom:8px;
}
.toolbox-feature-grid p{
  color:#607386;
  font-weight:750;
  line-height:1.55;
  margin:0;
}
@media(max-width:1180px){
  .toolbox-phone-card{
    right:0;
    width:154px;
  }
  .toolbox-feature-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:980px){
  .hero-toolbox-preview{
    min-height:auto;
  }
  .toolbox-phone-card{
    position:relative;
    right:auto;
    bottom:auto;
    width:150px;
    margin:-64px 12px 0 auto;
  }
  .toolbox-proof{
    display:none;
  }
}
@media(max-width:620px){
  .toolbox-summary-row,
  .toolbox-grid-preview,
  .toolbox-feature-grid{
    grid-template-columns:1fr;
  }
  .toolbox-phone-card{
    display:none;
  }
  .toolbox-dashboard-card{
    border-radius:26px;
    padding:12px;
  }
  .toolbox-dashboard-head{
    display:block;
  }
  .toolbox-dashboard-head small{
    display:block;
    margin-top:5px;
  }
}


/* Property360 13 Provocative Showcase + Smart Listing Tools */
.provocative-agent-hero .agent-profile-copy h1{
  max-width:680px;
}
.provocative-claim-card{
  margin:24px 0 18px;
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  background:linear-gradient(135deg,#fff,#F1F8FF);
  border:1px solid #DDEDF9;
  border-radius:28px;
  padding:18px;
  box-shadow:0 22px 58px rgba(0,95,163,.10);
}
.provocative-claim-card>div{
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.provocative-claim-card .ico{
  color:var(--p360-orange);
  font-size:28px;
  flex:0 0 auto;
}
.provocative-claim-card strong{
  display:block;
  font-size:18px;
}
.provocative-claim-card span{
  display:block;
  color:#5F7284;
  font-weight:800;
  line-height:1.45;
  margin-top:3px;
}
.sharper-proof-grid{
  margin:18px 0 22px;
}
.agent-workspace-preview{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.workspace-window{
  width:min(100%,620px);
  background:rgba(255,255,255,.96);
  border:1px solid #DDEDF9;
  border-radius:34px;
  padding:16px;
  box-shadow:0 36px 96px rgba(0,95,163,.18);
}
.workspace-topbar{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border:1px solid #E2F0FB;
  background:#F8FCFF;
  border-radius:18px;
  margin-bottom:14px;
}
.workspace-topbar span{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--p360-primary);
  font-weight:950;
}
.workspace-topbar small{
  color:#607386;
  font-weight:900;
}
.workspace-profile-strip{
  display:grid;
  grid-template-columns:76px 1fr auto;
  gap:14px;
  align-items:center;
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:24px;
  padding:14px;
  margin-bottom:14px;
}
.workspace-profile-strip img{
  width:76px;
  height:76px;
  border-radius:20px;
  object-fit:cover;
  border:4px solid #F1F8FF;
}
.workspace-profile-strip h3{
  font-size:24px;
  margin-bottom:3px;
}
.workspace-profile-strip p{
  margin:0;
  color:#52687C;
  font-weight:800;
}
.workspace-dashboard-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:14px;
}
.workspace-tool-card{
  background:#F8FCFF;
  border:1px solid #DDEDF9;
  border-radius:20px;
  padding:14px;
}
.workspace-tool-card.active{
  background:linear-gradient(135deg,#0A9FE8,#0066B3);
  color:#fff;
}
.workspace-tool-card .ico{
  color:var(--p360-primary);
  font-size:24px;
}
.workspace-tool-card.active .ico{color:#fff}
.workspace-tool-card b{
  display:block;
  margin:8px 0 2px;
}
.workspace-tool-card span{
  color:#607386;
  font-size:12px;
  font-weight:850;
}
.workspace-tool-card.active span{color:rgba(255,255,255,.82)}
.workspace-listing-row{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.workspace-listing-row a{
  text-decoration:none;
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:20px;
  padding:10px;
  transition:.24s ease;
}
.workspace-listing-row a:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(0,95,163,.13);
}
.workspace-listing-row img{
  width:100%;
  height:128px;
  object-fit:cover;
  border-radius:16px;
}
.workspace-listing-row strong{
  display:block;
  color:var(--p360-primary);
  font-size:18px;
  margin-top:8px;
}
.workspace-listing-row span{
  display:block;
  font-weight:950;
  color:var(--p360-navy);
}
.workspace-phone{
  position:absolute;
  right:-8px;
  bottom:0;
  width:180px;
  background:#fff;
  border:8px solid #111827;
  border-radius:34px;
  padding:22px 10px 12px;
  box-shadow:0 28px 70px rgba(13,27,42,.24);
  transform:rotate(-2deg);
}
.workspace-phone>strong{
  display:block;
  color:var(--p360-primary);
  margin:8px 0 10px;
}
.smart-search-shell{
  background:linear-gradient(135deg,#fff,#F2F9FF);
  border:1px solid #D6E8F9;
  border-radius:30px;
  padding:18px;
  box-shadow:0 18px 48px rgba(0,95,163,.10);
  margin:24px 0 18px;
}
.smart-search-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:center;
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:22px;
  padding:10px 12px;
}
.smart-search-row>.ico{
  color:var(--p360-primary);
  font-size:22px;
}
.smart-search-row input{
  border:0;
  outline:0;
  font:800 16px var(--p360-font);
  color:var(--p360-navy);
  min-width:0;
}
.smart-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:12px;
}
.smart-chip-row button{
  border:1px solid #DDEDF9;
  background:#fff;
  color:#39566F;
  border-radius:999px;
  padding:9px 12px;
  font-weight:900;
  cursor:pointer;
}
.agent-tools-preview-panel{
  display:grid;
  grid-template-columns:minmax(240px,.8fr) 1.2fr;
  gap:18px;
  background:#fff;
  border:1px solid #DDEDF9;
  border-radius:30px;
  padding:20px;
  box-shadow:0 18px 48px rgba(13,27,42,.07);
  margin:0 0 24px;
}
.agent-tools-preview-panel h3{
  font-size:26px;
  line-height:1.12;
  margin-top:12px;
}
.agent-tools-preview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.agent-tools-preview-grid button{
  border:1px solid #DDEDF9;
  background:#F8FCFF;
  color:var(--p360-navy);
  border-radius:18px;
  padding:14px;
  text-align:left;
  font-weight:950;
  cursor:pointer;
  transition:.24s ease;
}
.agent-tools-preview-grid button:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(0,95,163,.12);
  background:#fff;
}
.agent-tools-preview-grid .ico{
  display:block;
  color:var(--p360-primary);
  font-size:24px;
  margin-bottom:8px;
}
.listing-work-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:12px 0;
}
.listing-work-actions button{
  border:1px solid #DDEDF9;
  background:#F8FCFF;
  color:#39566F;
  border-radius:999px;
  padding:8px 10px;
  font-weight:900;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.listing-work-actions .ico{
  color:var(--p360-primary);
}
.comparison-section{
  background:#F5F8FC;
}
.comparison-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.comparison-card{
  border-radius:28px;
  padding:26px;
  border:1px solid #DDEDF9;
  box-shadow:0 16px 42px rgba(13,27,42,.06);
}
.comparison-card.muted{
  background:#fff;
}
.comparison-card.strong{
  background:linear-gradient(135deg,#0A9FE8,#0066B3);
  color:#fff;
}
.comparison-card p{
  font-size:17px;
  line-height:1.65;
  font-weight:750;
}
.demo-lock-modal[aria-hidden="true"]{
  display:none;
}
.demo-lock-modal[aria-hidden="false"]{
  position:fixed;
  inset:0;
  z-index:999;
  display:grid;
  place-items:center;
  padding:22px;
}
.demo-lock-backdrop{
  position:absolute;
  inset:0;
  background:rgba(13,27,42,.42);
  backdrop-filter:blur(8px);
}
.demo-lock-dialog{
  position:relative;
  width:min(100%,560px);
  background:#fff;
  border-radius:30px;
  padding:30px;
  box-shadow:0 34px 100px rgba(13,27,42,.28);
}
.demo-lock-dialog h2{
  font-size:34px;
}
.demo-lock-dialog p{
  color:#607386;
  font-size:17px;
  font-weight:750;
  line-height:1.65;
}
.demo-lock-close{
  position:absolute;
  right:16px;
  top:14px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid #DDEDF9;
  background:#F8FCFF;
  font-size:24px;
  cursor:pointer;
}
.demo-modal-open{
  overflow:hidden;
}
@media(max-width:980px){
  .provocative-claim-card{
    flex-direction:column;
    align-items:stretch;
  }
  .agent-workspace-preview{
    min-height:auto;
  }
  .workspace-phone{
    display:none;
  }
  .workspace-profile-strip{
    grid-template-columns:64px 1fr;
  }
  .workspace-profile-strip .btn-whatsapp{
    grid-column:1/-1;
  }
  .workspace-dashboard-grid,
  .workspace-listing-row,
  .agent-tools-preview-panel,
  .comparison-grid{
    grid-template-columns:1fr;
  }
  .agent-tools-preview-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:620px){
  .smart-search-row{
    grid-template-columns:1fr;
  }
  .agent-tools-preview-grid,
  .workspace-dashboard-grid{
    grid-template-columns:1fr;
  }
}

/* Property360 Coach Tino Floating Mentor */
.coach-tino-floating{
  --ct-blue:#008FE3;
  --ct-deep:#006BB8;
  --ct-navy:#0D1B2A;
  --ct-soft:#EAF6FF;
  --ct-line:#CFE4F7;
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:80;
  font-family:inherit;
}
.coach-tino-button{
  width:78px;
  height:78px;
  border:0;
  border-radius:999px;
  background:linear-gradient(145deg,#fff,#EAF6FF);
  box-shadow:0 18px 45px rgba(0,80,140,.24),0 0 0 4px rgba(0,144,227,.18);
  cursor:pointer;
  position:relative;
  display:grid;
  place-items:center;
  transition:transform .24s ease, box-shadow .24s ease;
}
.coach-tino-button:hover{transform:translateY(-4px) scale(1.035);box-shadow:0 24px 58px rgba(0,80,140,.30),0 0 0 5px rgba(0,144,227,.20)}
.coach-tino-button img{
  width:62px;
  height:62px;
  border-radius:999px;
  object-fit:cover;
  display:block;
}
.coach-tino-badge{
  position:absolute;
  right:-4px;
  bottom:-7px;
  white-space:nowrap;
  border-radius:999px;
  background:linear-gradient(135deg,#FF7A00,#FFB020);
  color:#fff;
  font-size:11px;
  font-weight:900;
  padding:5px 9px;
  box-shadow:0 8px 20px rgba(255,122,0,.26);
}
.coach-tino-bubble{
  position:absolute;
  right:88px;
  bottom:18px;
  width:265px;
  padding:14px 16px;
  border:1px solid var(--ct-line);
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 50px rgba(0,80,140,.18);
  transform-origin:right bottom;
  transition:opacity .22s ease, transform .22s ease;
}
.coach-tino-floating.is-open .coach-tino-bubble{opacity:0;pointer-events:none;transform:translateY(10px) scale(.96)}
.coach-tino-bubble strong{display:block;color:var(--ct-navy);font-weight:900;margin-bottom:3px}
.coach-tino-bubble p{margin:0;color:#52687C;font-size:13px;line-height:1.35}
.coach-tino-panel{
  position:absolute;
  right:0;
  bottom:94px;
  width:min(420px,calc(100vw - 26px));
  max-height:min(690px,calc(100vh - 120px));
  border:1px solid rgba(207,228,247,.95);
  border-radius:30px;
  background:rgba(255,255,255,.98);
  box-shadow:0 30px 90px rgba(0,58,108,.28);
  overflow:hidden;
  opacity:0;
  pointer-events:none;
  transform:translateY(18px) scale(.965);
  transition:opacity .24s ease, transform .24s ease;
}
.coach-tino-floating.is-open .coach-tino-panel{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.coach-tino-panel-head{
  display:flex;
  gap:13px;
  align-items:center;
  padding:17px 18px;
  color:#fff;
  background:radial-gradient(circle at 88% 10%,rgba(255,255,255,.22),transparent 30%),linear-gradient(135deg,var(--ct-blue),var(--ct-deep));
}
.coach-tino-avatar-ring{
  width:58px;
  height:58px;
  border-radius:999px;
  background:#fff;
  padding:4px;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.4);
  flex:0 0 auto;
}
.coach-tino-panel-head img{
  width:100%;
  height:100%;
  border-radius:999px;
  object-fit:cover;
}
.coach-tino-panel-head h3{margin:0;font-size:18px;font-weight:950;letter-spacing:-.01em}
.coach-tino-panel-head p{margin:2px 0 0;font-size:12px;line-height:1.25;color:#EAF6FF;font-weight:750}
.coach-tino-x{
  margin-left:auto;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.36);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.coach-tino-messages{
  height:260px;
  overflow:auto;
  padding:16px;
  background:linear-gradient(180deg,#F5FBFF,#fff);
  scroll-behavior:smooth;
}
.coach-tino-message-row{
  display:flex;
  align-items:flex-end;
  gap:9px;
  margin:0 0 12px;
}
.coach-tino-message-row.bot img{
  width:34px;
  height:34px;
  border-radius:999px;
  object-fit:cover;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,80,140,.12);
}
.coach-tino-message-row.user{justify-content:flex-end}
.coach-tino-message{
  max-width:82%;
  border-radius:18px;
  padding:11px 13px;
  font-size:13.5px;
  line-height:1.45;
  font-weight:700;
  color:#24384A;
  background:#fff;
  border:1px solid #DCECF9;
  box-shadow:0 8px 24px rgba(0,80,140,.06);
}
.coach-tino-message-row.user .coach-tino-message{
  color:#fff;
  background:linear-gradient(135deg,var(--ct-blue),var(--ct-deep));
  border-color:transparent;
}
.coach-tino-suggestion-grid{
  display:grid;
  gap:8px;
  padding:13px 16px 8px;
  background:#fff;
}
.coach-tino-suggestion-grid button{
  border:1px solid #D6E8F9;
  background:#F7FBFF;
  border-radius:999px;
  padding:10px 13px;
  color:#18324A;
  font-weight:900;
  font-size:13px;
  text-align:left;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.coach-tino-suggestion-grid button:hover{transform:translateX(3px);background:#EAF6FF;border-color:#A8D6F5}
.coach-tino-inputbar{
  display:flex;
  gap:9px;
  padding:11px 16px 14px;
  background:#fff;
  border-top:1px solid #E4F0FA;
}
.coach-tino-inputbar input{
  flex:1;
  min-width:0;
  border:1px solid #D6E8F9;
  border-radius:999px;
  padding:13px 14px;
  font:inherit;
  font-weight:700;
  color:#0D1B2A;
  outline:none;
  background:#F8FCFF;
}
.coach-tino-inputbar input:focus{
  border-color:#71BFF2;
  box-shadow:0 0 0 4px rgba(0,144,227,.10);
  background:#fff;
}
.coach-tino-inputbar button{
  width:46px;
  height:46px;
  border:0;
  border-radius:999px;
  color:#fff;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--ct-blue),var(--ct-deep));
  box-shadow:0 12px 28px rgba(0,144,227,.24);
  cursor:pointer;
}
.coach-tino-panel-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px 16px;
  color:#6B7D90;
  font-size:12px;
  font-weight:750;
}
.coach-tino-panel-foot a{
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  background:#FF7A00;
  padding:9px 13px;
  font-weight:950;
  white-space:nowrap;
}
@media(max-width:720px){
  .coach-tino-floating{
    right:16px;
    bottom:86px;
  }
  .coach-tino-bubble{
    display:none;
  }
  .coach-tino-panel{
    position:fixed;
    left:12px;
    right:12px;
    bottom:86px;
    width:auto;
    max-height:calc(100vh - 120px);
    border-radius:26px;
  }
  .coach-tino-messages{height:230px}
  .coach-tino-button{
    width:66px;
    height:66px;
  }
  .coach-tino-button img{
    width:54px;
    height:54px;
  }
  .coach-tino-badge{
    font-size:10px;
    padding:4px 7px;
  }
}


/* Property360 v21 Mobile Conversion Cleanup
   Goal: reduce mobile friction, stop Coach Tino and bottom CTA from fighting for space,
   make hero more conversion focused, and keep first screen readable. */
@media (max-width: 900px){
  .hero{
    padding:34px 0 40px !important;
  }
  .hero-agent-grid,
  .hero-grid{
    gap:22px !important;
  }
  .hero-copy h1,
  .hero h1{
    font-size:40px !important;
    line-height:1.06 !important;
    letter-spacing:-1.25px !important;
    margin-bottom:16px !important;
  }
  .hero .lead,
  .lead{
    font-size:17px !important;
    line-height:1.55 !important;
  }
  .eyebrow{
    font-size:11px !important;
    padding:8px 11px !important;
    margin-bottom:14px !important;
  }
  .compact-benefit-row,
  .hero-benefit-row{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:18px !important;
  }
  .compact-benefit-row > div,
  .hero-benefit-row > div{
    min-height:auto !important;
    padding:12px 11px !important;
    border-radius:17px !important;
    box-shadow:0 8px 22px rgba(13,27,42,.055) !important;
  }
  .compact-benefit-row b,
  .hero-benefit-row b{
    font-size:13.5px !important;
    line-height:1.15 !important;
  }
  .compact-benefit-row small,
  .hero-benefit-row small{
    font-size:11.5px !important;
    line-height:1.25 !important;
  }
  .compact-benefit-row span,
  .hero-benefit-row span{
    width:32px !important;
    height:32px !important;
    border-radius:12px !important;
  }
  .hero-actions{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .hero-actions .cta,
  .hero-actions .btn-secondary{
    width:100% !important;
    min-height:50px !important;
    border-radius:16px !important;
    padding:13px 16px !important;
  }
  .cta-line{
    font-size:12.5px !important;
    line-height:1.35 !important;
    margin-top:10px !important;
  }

  .hero-toolbox-preview{
    transform:scale(.94);
    transform-origin:top center;
    margin-top:-8px;
    opacity:.96;
  }
  .toolbox-proof{
    display:none !important;
  }
  .toolbox-dashboard-card{
    border-radius:24px !important;
    box-shadow:0 18px 50px rgba(0,95,163,.14) !important;
  }
  .toolbox-grid-preview{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
  }
  .toolbox-grid-preview a{
    padding:11px !important;
    border-radius:16px !important;
  }
  .toolbox-grid-preview a:nth-child(n+5){
    display:none !important;
  }
  .toolbox-phone-card{
    display:none !important;
  }

  .tools-you-need-section{
    padding-top:48px !important;
  }
  .toolbox-feature-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .toolbox-feature-grid > div{
    padding:17px !important;
    border-radius:20px !important;
  }

  .mobile-sticky-cta{
    left:14px !important;
    right:14px !important;
    bottom:12px !important;
    min-height:60px !important;
    padding:10px 12px !important;
    border-radius:22px !important;
    box-shadow:0 16px 44px rgba(0,72,130,.18) !important;
    z-index:65 !important;
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease !important;
  }
  .mobile-sticky-cta span{
    font-size:15px !important;
    font-weight:900 !important;
  }
  .mobile-sticky-cta a{
    min-height:44px !important;
    border-radius:16px !important;
    padding:11px 16px !important;
    font-size:14px !important;
  }
  body.coach-tino-open .mobile-sticky-cta,
  body.keyboard-open .mobile-sticky-cta{
    opacity:0 !important;
    transform:translateY(18px) !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  .coach-tino-floating{
    right:14px !important;
    bottom:86px !important;
    z-index:76 !important;
  }
  .coach-tino-button{
    width:58px !important;
    height:58px !important;
  }
  .coach-tino-button img{
    width:48px !important;
    height:48px !important;
  }
  .coach-tino-badge{
    display:none !important;
  }
  .coach-tino-panel{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    max-height:74vh !important;
    border-radius:24px 24px 0 0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:0 !important;
    box-shadow:0 -22px 70px rgba(0,58,108,.25) !important;
  }
  .coach-tino-panel:before{
    content:"";
    display:block;
    width:44px;
    height:5px;
    border-radius:999px;
    background:#C8DDEA;
    margin:8px auto 0;
  }
  .coach-tino-panel-head{
    padding:11px 16px 13px !important;
  }
  .coach-tino-avatar-ring{
    width:46px !important;
    height:46px !important;
  }
  .coach-tino-panel-head h3{
    font-size:16px !important;
  }
  .coach-tino-panel-head p{
    font-size:11px !important;
    max-width:230px;
  }
  .coach-tino-messages{
    height:156px !important;
    padding:12px 14px !important;
  }
  .coach-tino-message{
    font-size:12.5px !important;
    line-height:1.38 !important;
    padding:10px 12px !important;
    max-width:86% !important;
  }
  .coach-tino-message-row.bot img{
    width:28px !important;
    height:28px !important;
  }
  .coach-tino-suggestion-grid{
    padding:9px 14px 6px !important;
    gap:7px !important;
  }
  .coach-tino-suggestion-grid button{
    font-size:12.5px !important;
    padding:9px 12px !important;
  }
  .coach-tino-inputbar{
    padding:9px 14px 11px !important;
    gap:8px !important;
  }
  .coach-tino-inputbar input{
    padding:12px 13px !important;
    font-size:16px !important;
  }
  .coach-tino-inputbar button{
    width:44px !important;
    height:44px !important;
  }
  .coach-tino-panel-foot{
    display:none !important;
  }
}

@media (max-width: 390px){
  .hero-copy h1,
  .hero h1{
    font-size:36px !important;
  }
  .hero .lead,
  .lead{
    font-size:16px !important;
  }
  .compact-benefit-row,
  .hero-benefit-row{
    gap:8px !important;
  }
}


/* Property360 v22 Agency Quality Mentor + Landing Polish */
.hero-agent-website{background:radial-gradient(circle at 78% 18%,rgba(0,144,227,.18),transparent 34%),linear-gradient(135deg,#F7FBFF 0%,#EAF6FF 54%,#F7FBFF 100%)}
.hero-agent-grid{align-items:center;gap:54px}
.hero-copy h1{letter-spacing:-.055em;max-width:650px}
.hero-copy .lead strong,.hero-copy .lead b{color:var(--p360-primary)}
.hero-toolbox-preview{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}
.toolbox-dashboard-card{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(203,226,244,.9);box-shadow:0 34px 100px rgba(0,72,130,.16);border-radius:34px;padding:22px;width:min(620px,100%);transform:perspective(900px) rotateY(-4deg);transition:transform .45s ease, box-shadow .45s ease}
.toolbox-dashboard-card:hover{transform:perspective(900px) rotateY(0deg) translateY(-6px);box-shadow:0 44px 130px rgba(0,72,130,.22)}
.toolbox-dashboard-head{border-radius:20px;background:#fff;border:1px solid #DCECF8;padding:14px 16px;box-shadow:0 12px 30px rgba(0,72,130,.06)}
.toolbox-summary-row div,.toolbox-grid-preview a{box-shadow:0 10px 24px rgba(0,72,130,.05)}
.toolbox-phone-card{right:-10px;bottom:10px;transform:rotate(-3deg);box-shadow:0 28px 70px rgba(13,27,42,.22)}
.toolbox-proof{border-radius:999px;padding:11px 16px;font-size:15px;box-shadow:0 16px 42px rgba(0,72,130,.15)}
.proof-tools{top:86px;left:-20px}.proof-work{bottom:64px;left:42px}
.coach-tino-bubble{display:flex;align-items:center;gap:10px;width:330px;right:84px;bottom:8px;padding:13px 15px}.coach-tino-bubble img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#fff;box-shadow:0 0 0 3px #EAF6FF}
.coach-tino-panel{width:min(460px,calc(100vw - 28px));border-radius:28px;background:linear-gradient(180deg,#fff,#F7FBFF);box-shadow:0 34px 100px rgba(0,58,108,.30)}
.coach-tino-panel-head{padding:16px 18px 14px;background:radial-gradient(circle at 80% 0%,rgba(255,255,255,.24),transparent 36%),linear-gradient(135deg,#007FE0,#0060B5)}
.coach-tino-intro-card{display:grid;grid-template-columns:1fr 124px;gap:12px;align-items:center;margin:14px 15px 0;padding:14px 14px 0;border:1px solid #DCECF9;border-radius:22px;background:linear-gradient(135deg,#fff,#EFF8FF);overflow:hidden;box-shadow:0 14px 34px rgba(0,72,130,.08)}
.coach-tino-intro-card strong{display:block;color:#0D1B2A;font-size:17px;font-weight:950;margin-bottom:5px}.coach-tino-intro-card p{margin:0;color:#50687E;font-size:12.5px;line-height:1.43;font-weight:760}.coach-tino-intro-card img{width:120px;align-self:end;filter:drop-shadow(0 14px 18px rgba(0,72,130,.14));animation:tinoWave 4.8s ease-in-out infinite}
@keyframes tinoWave{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(1deg)}}
.coach-tino-messages{height:180px;background:linear-gradient(180deg,#F8FCFF,#fff)}
.coach-tino-message-row.typing .coach-tino-message{color:#607388;font-style:italic;background:#F5FAFF}
.coach-tino-suggestion-grid{grid-template-columns:1fr 1fr}.coach-tino-suggestion-grid button{font-size:12.5px;line-height:1.25;padding:10px 12px;border-radius:16px;background:#fff}.coach-tino-suggestion-grid button:after{content:'›';float:right;color:#008FE3;font-weight:950}
.coach-tino-inputbar input{background:#fff}.coach-tino-inputbar button{transition:transform .2s ease,box-shadow .2s ease}.coach-tino-inputbar button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,144,227,.32)}
@media(max-width:860px){.hero-agent-grid{gap:22px}.hero-toolbox-preview{min-height:0;margin-top:18px}.toolbox-dashboard-card{transform:none}.toolbox-phone-card{display:none}.proof-tools,.proof-work{display:none}.hero-copy h1{font-size:42px}.compact-benefit-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header .logo span{max-width:210px;overflow:hidden;text-overflow:ellipsis}.hero-agent-website{padding-top:42px}.hero-copy h1{font-size:39px !important;line-height:1.08}.hero .lead{font-size:18px !important;line-height:1.55}.hero-benefit-row>div{min-height:92px;padding:14px 12px}.hero-benefit-row b{font-size:15px}.hero-benefit-row small{font-size:12px}.hero-toolbox-preview{display:none}.coach-tino-floating{right:18px!important;bottom:92px!important}.coach-tino-panel{max-height:76vh!important}.coach-tino-intro-card{grid-template-columns:1fr 84px;margin:10px 12px 0;padding:12px 12px 0}.coach-tino-intro-card img{width:84px}.coach-tino-intro-card strong{font-size:15px}.coach-tino-intro-card p{font-size:11.5px}.coach-tino-messages{height:128px!important}.coach-tino-suggestion-grid{grid-template-columns:1fr;padding:8px 14px!important}.coach-tino-suggestion-grid button{font-size:12px!important;padding:8px 11px!important}.coach-tino-panel-head{padding:10px 14px!important}.coach-tino-panel-head p{max-width:240px}.coach-tino-button{animation:tinoPulse 3s ease-in-out infinite}}
@media(max-width:390px){.hero-copy h1,.hero h1{font-size:34px!important}.hero .lead,.lead{font-size:16px!important}.hero-benefit-row>div{min-height:88px}.coach-tino-intro-card{display:none}.coach-tino-messages{height:132px!important}}
@keyframes tinoPulse{0%,100%{box-shadow:0 14px 36px rgba(0,80,140,.22),0 0 0 4px rgba(0,144,227,.16)}50%{box-shadow:0 18px 44px rgba(0,80,140,.28),0 0 0 9px rgba(0,144,227,.08)}}
body.keyboard-open .coach-tino-floating{display:none!important}


/* Property360 v23 Coach Tino Product Mentor Knowledge UI */
.coach-tino-panel{
  max-width:390px;
}
.coach-tino-panel-head p{
  text-transform:none;
}
.coach-tino-intro-card{
  background:linear-gradient(135deg,#FFFFFF 0%,#F4FAFF 100%);
  border:1px solid #DCECF9;
}
.coach-tino-intro-card strong{
  letter-spacing:-.01em;
}
.coach-tino-panel-foot span{
  color:#5D7083;
}
.coach-tino-message-row.typing .coach-tino-message{
  color:#6B7D90;
  font-style:italic;
}
@media(min-width:901px){
  .coach-tino-floating{
    right:24px;
    bottom:22px;
  }
  .coach-tino-panel{
    width:390px;
    max-height:650px;
    right:0;
    bottom:92px;
  }
  .coach-tino-intro-card img{
    width:94px;
    align-self:end;
  }
  .coach-tino-messages{
    height:145px;
  }
}
@media(max-width:900px){
  .coach-tino-floating{
    bottom:92px !important;
  }
  .coach-tino-floating.is-open{
    bottom:0 !important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-button{
    opacity:.92;
    transform:scale(.92);
  }
  .coach-tino-panel{
    max-height:68vh !important;
  }
  .coach-tino-intro-card{
    grid-template-columns:1fr 70px !important;
  }
  .coach-tino-intro-card img{
    width:70px !important;
  }
  .coach-tino-panel-foot{
    display:flex !important;
    padding:0 14px 12px !important;
    font-size:11px !important;
  }
  .coach-tino-panel-foot a{
    padding:8px 11px !important;
    font-size:11px !important;
  }
}
@media(max-width:390px){
  .coach-tino-intro-card{
    display:grid !important;
  }
  .coach-tino-intro-card p{
    display:none;
  }
}


/* Property360 v24 Coach Tino Input Fix
   Fix: avatar floating button was still active above input; keyboard rule hid the whole widget. */
.coach-tino-floating.is-open .coach-tino-button,
.coach-tino-floating.is-open .coach-tino-bubble{
  display:none !important;
  pointer-events:none !important;
}
.coach-tino-floating.is-open{
  pointer-events:none;
}
.coach-tino-floating.is-open .coach-tino-panel{
  pointer-events:auto;
}
.coach-tino-inputbar{
  position:relative;
  z-index:5;
}
.coach-tino-inputbar input,
.coach-tino-inputbar button{
  pointer-events:auto !important;
  touch-action:manipulation;
}
body.keyboard-open .coach-tino-floating{
  display:block !important;
}
body.keyboard-open .coach-tino-floating:not(.is-open){
  display:none !important;
}
@media(max-width:900px){
  .coach-tino-floating.is-open{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    height:auto !important;
    z-index:120 !important;
  }
  .coach-tino-floating.is-open .coach-tino-panel{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    max-height:min(72vh, 640px) !important;
    overflow:hidden !important;
  }
  body.keyboard-open .coach-tino-floating.is-open .coach-tino-panel{
    max-height:56vh !important;
  }
  body.keyboard-open .coach-tino-messages{
    height:96px !important;
  }
  body.keyboard-open .coach-tino-intro-card{
    display:none !important;
  }
  body.keyboard-open .coach-tino-suggestion-grid{
    max-height:120px;
    overflow:auto;
  }
}
@media(min-width:901px){
  .coach-tino-floating.is-open .coach-tino-panel{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
}


/* Property360 v25 Coach Tino Chat Polish
   Compact production chat, less bulky, no mascot image card, safer layering. */
.coach-tino-floating{
  --ct-radius:22px;
}
.coach-tino-panel{
  width:min(372px, calc(100vw - 28px)) !important;
  max-width:372px !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 22px 70px rgba(0,58,108,.22) !important;
  overflow:hidden !important;
}
.coach-tino-panel-head{
  min-height:58px !important;
  padding:12px 14px !important;
  background:linear-gradient(135deg,#007FE0 0%,#0066BD 100%) !important;
}
.coach-tino-avatar-ring{
  width:46px !important;
  height:46px !important;
  padding:3px !important;
}
.coach-tino-panel-head h3{
  font-size:16px !important;
  line-height:1.05 !important;
}
.coach-tino-panel-head p{
  font-size:11px !important;
  line-height:1.18 !important;
  opacity:.94 !important;
}
.coach-tino-x{
  width:30px !important;
  height:30px !important;
  font-size:21px !important;
}
.coach-tino-intro-card{
  margin:10px 12px 0 !important;
  padding:10px 11px !important;
  display:flex !important;
  grid-template-columns:none !important;
  gap:10px !important;
  align-items:flex-start !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#FFFFFF,#F4FAFF) !important;
  border:1px solid #DCECF9 !important;
  box-shadow:0 10px 24px rgba(0,72,130,.055) !important;
  overflow:visible !important;
}
.coach-tino-intro-card > img{
  display:none !important;
}
.coach-tino-mini-avatar{
  width:38px !important;
  height:38px !important;
  border-radius:999px !important;
  padding:3px !important;
  background:#fff !important;
  box-shadow:0 0 0 3px #EAF6FF, 0 8px 18px rgba(0,80,140,.10) !important;
  flex:0 0 auto !important;
}
.coach-tino-mini-avatar img{
  width:100% !important;
  height:100% !important;
  border-radius:999px !important;
  object-fit:cover !important;
  display:block !important;
}
.coach-tino-intro-card strong{
  font-size:14px !important;
  line-height:1.2 !important;
  margin:0 0 3px !important;
}
.coach-tino-intro-card p{
  font-size:11.5px !important;
  line-height:1.36 !important;
  color:#52687C !important;
  margin:0 !important;
}
.coach-tino-messages{
  height:126px !important;
  padding:10px 12px !important;
  background:linear-gradient(180deg,#F8FCFF,#FFFFFF) !important;
}
.coach-tino-message-row{
  gap:7px !important;
  margin-bottom:8px !important;
}
.coach-tino-message-row.bot img{
  width:26px !important;
  height:26px !important;
}
.coach-tino-message{
  max-width:86% !important;
  padding:9px 11px !important;
  border-radius:15px !important;
  font-size:12px !important;
  line-height:1.38 !important;
  font-weight:750 !important;
  box-shadow:0 7px 18px rgba(0,80,140,.045) !important;
}
.coach-tino-suggestion-grid{
  grid-template-columns:1fr 1fr !important;
  gap:7px !important;
  padding:9px 12px 8px !important;
}
.coach-tino-suggestion-grid button{
  min-height:44px !important;
  padding:8px 10px !important;
  border-radius:14px !important;
  font-size:11.4px !important;
  line-height:1.18 !important;
  background:#fff !important;
}
.coach-tino-inputbar{
  padding:8px 12px 10px !important;
  gap:8px !important;
  border-top:1px solid #E4F0FA !important;
  background:#fff !important;
}
.coach-tino-inputbar input{
  height:42px !important;
  padding:10px 13px !important;
  font-size:14px !important;
  border-radius:16px !important;
}
.coach-tino-inputbar button{
  width:42px !important;
  height:42px !important;
  border-radius:16px !important;
}
.coach-tino-panel-foot{
  display:flex !important;
  padding:0 12px 11px !important;
  font-size:10.7px !important;
  gap:8px !important;
}
.coach-tino-panel-foot a{
  padding:7px 10px !important;
  border-radius:14px !important;
  font-size:11px !important;
}
.coach-tino-floating.is-open .coach-tino-button{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}
.coach-tino-bubble{
  width:290px !important;
  border-radius:18px !important;
  padding:10px 12px !important;
}
.coach-tino-bubble img{
  width:36px !important;
  height:36px !important;
}
.coach-tino-bubble strong{
  font-size:13px !important;
}
.coach-tino-bubble p{
  font-size:11.5px !important;
}
body.keyboard-open .coach-tino-floating{
  display:block !important;
}
body.keyboard-open .coach-tino-floating.is-open{
  display:block !important;
}
body.keyboard-open .coach-tino-floating:not(.is-open){
  display:none !important;
}
@media(min-width:901px){
  .coach-tino-panel{
    right:0 !important;
    bottom:88px !important;
    max-height:560px !important;
  }
  .coach-tino-floating{
    right:22px !important;
    bottom:20px !important;
  }
}
@media(max-width:900px){
  .coach-tino-floating.is-open{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    z-index:120 !important;
  }
  .coach-tino-floating.is-open .coach-tino-panel{
    width:100vw !important;
    max-width:none !important;
    max-height:62vh !important;
    border-radius:22px 22px 0 0 !important;
    bottom:0 !important;
  }
  .coach-tino-panel:before{
    height:4px !important;
    margin:7px auto 0 !important;
  }
  .coach-tino-panel-head{
    padding:9px 14px !important;
  }
  .coach-tino-intro-card{
    margin:8px 12px 0 !important;
    padding:9px 10px !important;
  }
  .coach-tino-intro-card p{
    font-size:11px !important;
  }
  .coach-tino-messages{
    height:110px !important;
    padding:9px 12px !important;
  }
  .coach-tino-suggestion-grid{
    grid-template-columns:1fr 1fr !important;
    max-height:116px !important;
    overflow:auto !important;
  }
  .coach-tino-suggestion-grid button{
    min-height:40px !important;
    font-size:11px !important;
  }
  .coach-tino-panel-foot{
    display:none !important;
  }
  body.keyboard-open .coach-tino-floating.is-open .coach-tino-panel{
    max-height:50vh !important;
  }
  body.keyboard-open .coach-tino-intro-card{
    display:none !important;
  }
  body.keyboard-open .coach-tino-messages{
    height:78px !important;
  }
  body.keyboard-open .coach-tino-suggestion-grid{
    max-height:88px !important;
  }
}
@media(max-width:390px){
  .coach-tino-suggestion-grid{
    grid-template-columns:1fr !important;
  }
  .coach-tino-suggestion-grid button{
    min-height:36px !important;
  }
  .coach-tino-messages{
    height:96px !important;
  }
}


/* Property360 v26 Coach Tino Conversation UX Fix
   Less bulky chat, safer avatar, better mobile conversation space. */
.coach-tino-panel{
  width:min(348px, calc(100vw - 24px)) !important;
  max-width:348px !important;
  border-radius:22px !important;
  background:#fff !important;
}
.coach-tino-panel-head{
  min-height:52px !important;
  padding:9px 12px !important;
}
.coach-tino-avatar-ring{
  width:42px !important;
  height:42px !important;
  padding:2px !important;
  overflow:hidden !important;
}
.coach-tino-avatar-ring img,
.coach-tino-button img,
.coach-tino-bubble img,
.coach-tino-message-row.bot img,
.coach-tino-mini-avatar img{
  object-fit:contain !important;
  background:#EAF6FF !important;
}
.coach-tino-panel-head h3{font-size:15px !important;line-height:1.05 !important}
.coach-tino-panel-head p{font-size:10.5px !important;line-height:1.15 !important}
.coach-tino-intro-card{display:none !important}
.coach-tino-messages{
  height:176px !important;
  padding:11px 12px 9px !important;
  background:linear-gradient(180deg,#F9FCFF 0%,#fff 80%) !important;
  overflow-y:auto !important;
}
.coach-tino-message-row{margin-bottom:9px !important;align-items:flex-end !important}
.coach-tino-message-row.bot img{
  width:25px !important;
  height:25px !important;
  border-radius:50% !important;
  box-shadow:0 0 0 2px #EAF6FF !important;
  flex:0 0 auto !important;
}
.coach-tino-message{
  max-width:82% !important;
  padding:9px 11px !important;
  font-size:12px !important;
  line-height:1.36 !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
  border-radius:15px 15px 15px 5px !important;
}
.coach-tino-message-row.user .coach-tino-message{
  border-radius:15px 15px 5px 15px !important;
  background:#007FE0 !important;
  color:#fff !important;
}
.coach-tino-message-row.typing .coach-tino-message{font-style:normal !important;font-weight:700 !important;color:#607388 !important}
.coach-tino-suggestion-grid{
  display:flex !important;
  grid-template-columns:none !important;
  gap:7px !important;
  padding:8px 12px !important;
  overflow-x:auto !important;
  scrollbar-width:none !important;
  border-top:1px solid #EAF3FA !important;
}
.coach-tino-suggestion-grid::-webkit-scrollbar{display:none !important}
.coach-tino-suggestion-grid button{
  flex:0 0 auto !important;
  width:auto !important;
  min-width:132px !important;
  max-width:174px !important;
  min-height:34px !important;
  padding:8px 10px !important;
  border-radius:999px !important;
  font-size:11.2px !important;
  line-height:1.15 !important;
  white-space:normal !important;
}
.coach-tino-suggestion-grid button:after{content:'›';margin-left:7px;color:#008FE3;font-weight:950 !important;float:none !important}
.coach-tino-inputbar{
  padding:8px 12px 9px !important;
  background:#fff !important;
}
.coach-tino-inputbar input{
  height:40px !important;
  font-size:14px !important;
  border-radius:999px !important;
  padding:9px 13px !important;
}
.coach-tino-inputbar button{
  width:40px !important;
  height:40px !important;
  border-radius:999px !important;
}
.coach-tino-panel-foot{
  padding:0 12px 10px !important;
  opacity:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  transition:opacity .18s ease,max-height .18s ease !important;
}
.coach-tino-floating.coach-has-asked .coach-tino-panel-foot{
  opacity:1 !important;
  max-height:44px !important;
}
.coach-tino-panel-foot span{font-size:10.5px !important}
.coach-tino-panel-foot a{font-size:10.5px !important;padding:7px 10px !important}
.coach-tino-bubble{display:flex !important}
.coach-tino-button img{padding:0 !important;border-radius:50% !important}
@media(min-width:901px){
  .coach-tino-panel{right:0 !important;bottom:76px !important;max-height:520px !important}
  .coach-tino-floating{right:22px !important;bottom:18px !important}
}
@media(max-width:900px){
  .coach-tino-floating.is-open{left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;z-index:140 !important}
  .coach-tino-floating.is-open .coach-tino-panel{
    width:100vw !important;
    max-width:none !important;
    height:auto !important;
    max-height:54vh !important;
    border-radius:20px 20px 0 0 !important;
    bottom:0 !important;
  }
  .coach-tino-panel-head{min-height:50px !important;padding:8px 14px !important}
  .coach-tino-panel-head p{font-size:11px !important;max-width:none !important}
  .coach-tino-messages{height:150px !important;padding:10px 14px 8px !important}
  .coach-tino-message{font-size:12.2px !important;max-width:84% !important}
  .coach-tino-suggestion-grid{padding:7px 14px !important;max-height:none !important;overflow-x:auto !important;overflow-y:hidden !important}
  .coach-tino-suggestion-grid button{min-height:33px !important;min-width:132px !important;font-size:11.2px !important}
  .coach-tino-inputbar{padding:8px 14px calc(10px + env(safe-area-inset-bottom)) !important}
  .coach-tino-panel-foot{display:none !important}
  body.keyboard-open .coach-tino-floating.is-open .coach-tino-panel{max-height:45vh !important}
  body.keyboard-open .coach-tino-messages{height:88px !important}
  body.keyboard-open .coach-tino-suggestion-grid{display:none !important}
}
@media(max-width:390px){
  .coach-tino-floating.is-open .coach-tino-panel{max-height:52vh !important}
  .coach-tino-messages{height:132px !important}
  .coach-tino-message{font-size:11.8px !important;max-width:86% !important}
}

/* Property360 v28 mobile agency-quality landing revamp
   Goal: mobile-first, no text-over-text, Coach Tino as mentor, sticky CTA safe. */
:root{
  --p360-v28-blue:#0090E3;
  --p360-v28-deep:#005FA3;
  --p360-v28-ink:#071827;
  --p360-v28-soft:#F3F9FF;
  --p360-v28-line:#DCEBFA;
}
html{scroll-padding-top:92px}
body{background:#fff;color:var(--p360-v28-ink)}
.premium-header{z-index:260 !important;box-shadow:0 10px 30px rgba(13,27,42,.05)}
.premium-header .nav{height:72px}
.logo.compact-logo span{letter-spacing:-.8px}
.mobile-landing-revamp{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 10%,rgba(0,144,227,.16),transparent 28%),linear-gradient(180deg,#F4FAFF 0%,#FFFFFF 78%);padding:62px 0 34px}
.mobile-landing-revamp:before{content:"";position:absolute;left:-140px;top:120px;width:320px;height:320px;border-radius:50%;background:rgba(255,122,0,.06);filter:blur(10px)}
.p360-hero-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);gap:42px;align-items:center;position:relative;z-index:1}
.p360-hero-copy h1{font-size:clamp(42px,5vw,66px);line-height:.98;letter-spacing:-2.4px;margin:0 0 18px;color:var(--p360-v28-ink)}
.p360-hero-copy .lead{font-size:20px;line-height:1.55;color:#486174;max-width:680px;margin-bottom:20px}
.p360-hero-copy .lead strong{color:#173146;font-weight:850}
.p360-hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:20px 0 16px}
.p360-hero-actions .cta,.p360-hero-actions .btn-secondary{min-height:54px;border-radius:18px}
.p360-trust-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:8px}
.p360-trust-row span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid var(--p360-v28-line);font-weight:850;font-size:13px;color:#24445A;box-shadow:0 10px 26px rgba(13,27,42,.05)}
.p360-mobile-showcase{position:relative;min-height:500px;display:flex;justify-content:center;align-items:center}
.p360-phone-screen{width:min(330px,92vw);border-radius:34px;border:1px solid rgba(0,144,227,.18);background:linear-gradient(180deg,#FFFFFF 0%,#F7FBFF 100%);box-shadow:0 32px 90px rgba(0,95,163,.20);padding:18px;position:relative;overflow:hidden}
.p360-phone-screen:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:86px;height:5px;border-radius:99px;background:#D8EAF8}
.p360-phone-status{display:flex;justify-content:space-between;align-items:center;padding-top:13px;margin-bottom:15px;font-size:12px;color:#668095;font-weight:800}
.p360-phone-status b{color:var(--p360-v28-blue)}
.p360-agent-mini{display:flex;gap:12px;align-items:center;background:#F1F8FF;border:1px solid #DBECFA;border-radius:22px;padding:12px;margin-bottom:12px}
.p360-agent-mini img{width:48px;height:48px;border-radius:16px;object-fit:cover;background:#EAF6FF}
.p360-agent-mini strong{display:block;font-size:15px;color:var(--p360-v28-ink)}
.p360-agent-mini small{display:block;color:#6D7F90;font-weight:700}
.p360-stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}
.p360-stat-cards div{border-radius:18px;background:#fff;border:1px solid #E4EEF8;padding:12px 8px;text-align:center;box-shadow:0 8px 18px rgba(13,27,42,.04)}
.p360-stat-cards b{display:block;color:var(--p360-v28-blue);font-size:24px;line-height:1}
.p360-stat-cards span{display:block;font-size:10.5px;color:#6B7280;font-weight:800;margin-top:4px}
.p360-listing-preview-card{display:grid;grid-template-columns:82px 1fr;gap:11px;align-items:center;padding:10px;border-radius:22px;background:#fff;border:1px solid #E4EEF8;box-shadow:0 10px 26px rgba(13,27,42,.06);margin-bottom:12px}
.p360-listing-preview-card img{width:82px;height:70px;border-radius:16px;object-fit:cover}
.p360-listing-preview-card strong{display:block;font-size:14px;color:#132B3D;line-height:1.2}
.p360-listing-preview-card span{display:block;font-size:11.5px;color:#6B7280;font-weight:700;margin-top:4px}
.p360-phone-action{height:48px;border-radius:18px;background:linear-gradient(135deg,var(--p360-v28-blue),var(--p360-v28-deep));color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;box-shadow:0 14px 28px rgba(0,144,227,.22)}
.p360-floating-note{position:absolute;padding:12px 14px;border-radius:18px;background:#fff;border:1px solid #DCEBFA;box-shadow:0 18px 44px rgba(13,27,42,.12);font-size:13px;font-weight:900;color:#173146;white-space:nowrap}
.p360-floating-note.note-top{top:50px;right:0}.p360-floating-note.note-bottom{bottom:52px;left:0}
.coach-tino-intro-section{background:#fff;padding:18px 0 36px;position:relative;z-index:2}
.coach-tino-intro-strip{display:grid;grid-template-columns:72px 1fr auto;gap:18px;align-items:center;padding:18px;border:1px solid #DCEBFA;border-radius:28px;background:linear-gradient(135deg,#FFFFFF,#F2F9FF);box-shadow:0 18px 48px rgba(0,95,163,.09)}
.coach-tino-intro-strip img{width:72px;height:72px;border-radius:24px;object-fit:contain;background:#EAF6FF;box-shadow:inset 0 0 0 1px #CFE8FA}
.coach-tino-intro-strip span{display:inline-flex;margin-bottom:4px;color:var(--p360-v28-blue);font-weight:950;font-size:13px;text-transform:uppercase;letter-spacing:.5px}
.coach-tino-intro-strip h2{font-size:24px;letter-spacing:-.6px;margin:0 0 6px;line-height:1.1}
.coach-tino-intro-strip p{margin:0;color:#607388;font-size:15px;line-height:1.5;font-weight:650}
.p360-section-centered{text-align:center;margin-left:auto;margin-right:auto}
.p360-workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.p360-workflow-grid article{background:#fff;border:1px solid #E0ECF7;border-radius:28px;padding:22px;box-shadow:0 14px 34px rgba(13,27,42,.06);min-height:230px;transition:transform .22s ease,box-shadow .22s ease}
.p360-workflow-grid article:hover{transform:translateY(-3px);box-shadow:0 22px 52px rgba(0,95,163,.13)}
.p360-card-icon{width:50px;height:50px;border-radius:18px;background:#EAF6FF;color:var(--p360-v28-blue);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px}
.p360-workflow-grid h3{font-size:20px;line-height:1.15;margin-bottom:9px}
.p360-workflow-grid p{font-size:15px;line-height:1.55;color:#607388;margin:0;font-weight:600}
.p360-demo-story-section{background:linear-gradient(180deg,#fff 0%,#F4FAFF 100%)}
.p360-demo-story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,460px);gap:34px;align-items:center}
.p360-demo-copy h2{font-size:clamp(34px,4vw,54px);letter-spacing:-1.8px;line-height:1.02}
.p360-demo-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.p360-buyer-preview-card{border:1px solid #DCEBFA;border-radius:34px;background:#fff;box-shadow:0 28px 76px rgba(0,95,163,.15);padding:18px;overflow:hidden}
.buyer-preview-head{display:flex;gap:12px;align-items:center;padding:4px 4px 16px}
.buyer-preview-head img{width:58px;height:58px;border-radius:20px;object-fit:cover;background:#EAF6FF}
.buyer-preview-head strong{display:block;font-size:20px}.buyer-preview-head span{display:block;color:#6B7280;font-weight:700}
.buyer-preview-listings{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.buyer-preview-listings div{border:1px solid #E5EEF8;border-radius:22px;background:#F8FCFF;overflow:hidden}
.buyer-preview-listings img{width:100%;height:120px;object-fit:cover;display:block}
.buyer-preview-listings strong{display:block;font-size:14px;padding:10px 10px 2px;line-height:1.2}
.buyer-preview-listings span{display:block;padding:0 10px 12px;color:var(--p360-v28-blue);font-weight:900;font-size:13px}
.p360-buyer-preview-card .btn-whatsapp{width:100%;min-height:50px;border-radius:18px}
.p360-home-listing-grid{margin-top:8px}
.p360-before-after-section{background:#fff}
.p360-free-section .final-cta-card{background:linear-gradient(135deg,#fff,#F5FBFF);border:1px solid #DCEBFA;box-shadow:0 24px 70px rgba(0,95,163,.12)}
.p360-agency-steps-clean>div{background:#fff;border:1px solid #E0ECF7;box-shadow:0 14px 34px rgba(13,27,42,.06)}
/* auth mobile revamp */
.p360-auth-page{min-height:calc(100vh - 72px);padding-top:46px;background:linear-gradient(180deg,#F5FAFF,#fff)}
.p360-auth-shell{align-items:center}
.p360-auth-card{max-width:none;margin:0;border-color:#DCEBFA}
.p360-auth-card h1{font-size:clamp(32px,5vw,48px) !important;line-height:1.05;letter-spacing:-1.5px;margin:12px 0}
.p360-auth-card p{color:#607388;line-height:1.55;font-weight:650}
.p360-auth-footnote{font-size:12px !important;margin:14px 0 0 !important;color:#8392A0 !important}
.p360-auth-preview{display:flex;justify-content:center}
.p360-auth-phone{width:min(340px,92vw);border-radius:34px;background:linear-gradient(180deg,#fff,#F5FBFF);border:1px solid #DCEBFA;box-shadow:0 26px 70px rgba(0,95,163,.14);padding:22px}
.p360-auth-phone>span{display:inline-flex;color:var(--p360-v28-blue);font-size:13px;font-weight:950;margin-bottom:10px;text-transform:uppercase;letter-spacing:.4px}.p360-auth-phone>strong{display:block;font-size:28px;line-height:1.05;color:#102A3C}.p360-auth-phone>small{display:block;color:#6B7280;font-weight:750;margin:6px 0 14px}.p360-auth-mini-card{border:1px solid #E2EEF8;border-radius:20px;background:#fff;padding:13px 14px;margin:10px 0}.p360-auth-mini-card b{display:block}.p360-auth-mini-card em{display:block;color:#6B7280;font-style:normal;font-size:12px;font-weight:700}.p360-auth-phone .btn-whatsapp,.p360-auth-phone .btn-primary{width:100%;margin-top:10px}
/* coach floating: closed state must not cover content on mobile */
.coach-tino-floating{z-index:230 !important}.coach-tino-button{box-shadow:0 16px 42px rgba(0,95,163,.20) !important}.coach-tino-button:after{content:"";position:absolute;inset:-7px;border-radius:50%;border:2px solid rgba(0,144,227,.13);animation:p360CoachPulse 2.8s ease-in-out infinite;pointer-events:none}@keyframes p360CoachPulse{0%,100%{transform:scale(.96);opacity:.55}50%{transform:scale(1.15);opacity:.12}}
@media(max-width:1100px){.p360-workflow-grid{grid-template-columns:repeat(2,1fr)}.p360-hero-shell,.p360-demo-story-grid{grid-template-columns:1fr}.p360-mobile-showcase{min-height:420px}.p360-auth-shell{grid-template-columns:1fr}}
@media(max-width:900px){
  body{padding-bottom:104px}
  .wrap{padding-left:18px;padding-right:18px}
  .premium-header{top:0}.premium-header .nav{height:68px;gap:10px}.logo.compact-logo{gap:8px}.logo.compact-logo img{width:42px;height:42px}.logo.compact-logo span{font-size:22px}.mobile-header-cta{min-height:48px;border-radius:18px;padding:12px 16px;font-size:14px}.mobile-menu-button{width:48px;height:48px;border-radius:18px;background:#fff;border:1px solid #DCEBFA;display:flex;align-items:center;justify-content:center;color:var(--p360-v28-blue);box-shadow:0 8px 24px rgba(13,27,42,.05)}
  .menu.is-open{display:grid !important;position:fixed;top:76px;left:14px;right:14px;background:#fff;border:1px solid #DCEBFA;border-radius:24px;padding:14px;gap:4px;box-shadow:0 24px 70px rgba(13,27,42,.16);z-index:300}.menu.is-open a{padding:12px 13px;border-radius:16px}.menu.is-open .nav-cta{margin-top:6px;justify-content:center}
  .mobile-landing-revamp{padding:38px 0 18px}.p360-hero-shell{gap:20px}.p360-hero-copy h1{font-size:42px;line-height:1.02;letter-spacing:-1.8px;margin-bottom:14px}.p360-hero-copy .lead{font-size:17px;line-height:1.52;margin-bottom:16px}.p360-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.p360-hero-actions .cta,.p360-hero-actions .btn-secondary{width:100%;padding:13px 12px;min-height:52px}.p360-trust-row{display:grid;grid-template-columns:1fr 1fr}.p360-trust-row span:nth-child(3){grid-column:1 / -1}.p360-mobile-showcase{min-height:360px;margin-top:8px}.p360-phone-screen{width:min(304px,86vw);border-radius:30px;padding:15px}.p360-floating-note{font-size:11px;padding:10px 12px;border-radius:15px}.p360-floating-note.note-top{top:18px;right:2px}.p360-floating-note.note-bottom{bottom:24px;left:0}
  .coach-tino-intro-section{padding:12px 0 28px}.coach-tino-intro-strip{grid-template-columns:54px 1fr;gap:12px;padding:14px;border-radius:24px}.coach-tino-intro-strip img{width:54px;height:54px;border-radius:18px}.coach-tino-intro-strip h2{font-size:18px}.coach-tino-intro-strip p{font-size:13px;line-height:1.45}.coach-tino-intro-strip button{grid-column:1 / -1;width:100%;min-height:46px;border-radius:16px}
  .section{padding:48px 0}.p360-section-centered{text-align:left}.p360-section-centered h2,.p360-mobile-head-clean h2{font-size:32px;line-height:1.08;letter-spacing:-1.1px}.p360-section-centered .lead,.p360-mobile-head-clean .lead{font-size:16px;line-height:1.55}.p360-workflow-grid{grid-template-columns:1fr;gap:12px}.p360-workflow-grid article{display:grid;grid-template-columns:54px 1fr;column-gap:12px;min-height:auto;padding:16px;border-radius:22px}.p360-workflow-grid article .p360-card-icon{grid-row:1 / span 2;margin:0}.p360-workflow-grid h3{font-size:18px;margin:1px 0 5px}.p360-workflow-grid p{font-size:13.5px;line-height:1.45}
  .p360-demo-story-grid{gap:18px}.p360-demo-copy h2{font-size:34px}.p360-demo-copy .lead{font-size:16px;line-height:1.55}.p360-demo-actions{display:grid;grid-template-columns:1fr}.p360-buyer-preview-card{border-radius:28px;padding:14px}.buyer-preview-listings img{height:104px}
  .horizontal-head{display:block}.horizontal-head .btn-secondary,.horizontal-head .btn-primary{margin-top:12px;width:100%}.listing-grid,.property-portal-grid,.portal-grid-upgraded{grid-template-columns:1fr !important;gap:14px}.portal-listing-card{border-radius:24px !important;overflow:hidden}.portal-img img{height:190px !important}.portal-body{padding:16px !important}.portal-body h3{font-size:20px !important;line-height:1.2}.portal-price{font-size:23px !important}.listing-actions{display:grid !important;grid-template-columns:1fr 1fr;gap:9px}.listing-actions a{min-height:44px;padding:11px 10px;border-radius:15px;font-size:13px}.before-after-grid,.faq-grid,.agency-steps{grid-template-columns:1fr !important}.faq-item{padding:18px;border-radius:22px}.faq-item h3{font-size:19px}.faq-item p{font-size:15px;line-height:1.55}.final-cta-card{padding:24px 18px;border-radius:28px}.final-cta-card h2{font-size:32px}.final-cta-card p{font-size:16px;line-height:1.55}
  .mobile-sticky-cta{position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:210;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid #DCEBFA;border-radius:24px;padding:10px 12px;box-shadow:0 18px 54px rgba(13,27,42,.18);display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-sticky-cta span{font-weight:950;color:var(--p360-v28-blue);font-size:17px}.mobile-sticky-cta a{min-height:52px;border-radius:18px;background:linear-gradient(135deg,var(--p360-v28-blue),var(--p360-v28-deep));color:#fff;text-decoration:none;font-weight:950;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;white-space:nowrap}
  .coach-tino-floating:not(.is-open){right:18px !important;bottom:calc(84px + env(safe-area-inset-bottom)) !important;left:auto !important;width:auto !important}.coach-tino-floating:not(.is-open) .coach-tino-bubble{display:none !important}.coach-tino-floating:not(.is-open) .coach-tino-button{width:58px !important;height:58px !important;border-radius:50% !important;background:#fff !important;border:1px solid #DCEBFA !important}.coach-tino-floating:not(.is-open) .coach-tino-button img{width:46px !important;height:46px !important}.coach-tino-floating:not(.is-open) .coach-tino-badge{display:none !important}.coach-tino-floating.is-open{z-index:400 !important}.coach-tino-floating.is-open .coach-tino-panel{max-height:72vh !important;border-radius:24px 24px 0 0 !important}.coach-tino-messages{height:200px !important}.coach-tino-suggestion-grid button{min-width:150px !important}.coach-tino-inputbar input{font-size:16px !important}
  .p360-auth-page{padding:34px 0 30px}.p360-auth-preview{order:-1}.p360-auth-card{padding:22px;border-radius:28px}.p360-auth-card h1{font-size:34px !important}.p360-auth-phone{width:100%;border-radius:28px;padding:18px}.google-btn{min-height:52px;border-radius:18px;line-height:1.25}.auth-benefit-list div{padding:13px;border-radius:16px}
}
@media(max-width:390px){.logo.compact-logo span{font-size:19px}.mobile-header-cta{padding:10px 12px;font-size:13px}.p360-hero-copy h1{font-size:38px}.p360-hero-actions{grid-template-columns:1fr}.p360-trust-row{grid-template-columns:1fr}.p360-phone-screen{width:292px}.p360-mobile-showcase{min-height:346px}.buyer-preview-listings{grid-template-columns:1fr}.buyer-preview-listings img{height:132px}.mobile-sticky-cta span{font-size:15px}.mobile-sticky-cta a{padding:11px 14px;font-size:14px}.coach-tino-floating.is-open .coach-tino-panel{max-height:76vh !important}.coach-tino-messages{height:190px !important}}


/* Property360 v29 Agency Premium Visual Detail Pass
   Purpose: make premium quality visible, not only spacing cleanup. */
:root{
  --p360-premium-navy:#061B2C;
  --p360-premium-blue:#008FE3;
  --p360-premium-blue2:#005FA3;
  --p360-premium-cyan:#74D7FF;
  --p360-premium-orange:#FF8A00;
  --p360-premium-card:#FFFFFF;
}
.mobile-landing-revamp{
  isolation:isolate;
  background:
    radial-gradient(circle at 82% 14%, rgba(0,143,227,.24), transparent 31%),
    radial-gradient(circle at 22% 76%, rgba(255,138,0,.10), transparent 24%),
    linear-gradient(135deg,#F8FCFF 0%,#EAF7FF 46%,#FFFFFF 88%) !important;
  padding-top:72px !important;
}
.mobile-landing-revamp:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:
    linear-gradient(rgba(0,95,163,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,95,163,.045) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.72), transparent 68%);
  pointer-events:none;
}
.p360-hero-copy .eyebrow,
.eyebrow,
.badge{
  border:1px solid rgba(0,143,227,.12) !important;
  background:linear-gradient(135deg,#EAF7FF,#FFFFFF) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 10px 22px rgba(0,95,163,.07) !important;
}
.p360-hero-copy h1{
  color:var(--p360-premium-navy) !important;
  text-wrap:balance;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
}
.p360-hero-copy .lead{
  color:#27465C !important;
  max-width:650px;
}
.p360-premium-signal{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  padding:10px 12px;
  margin:0 0 4px;
  border:1px solid rgba(0,143,227,.14);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(18px);
  box-shadow:0 16px 40px rgba(0,95,163,.08);
  color:#264B63;
  font-size:12.5px;
  font-weight:900;
}
.p360-premium-signal i{
  width:5px;height:5px;border-radius:99px;background:linear-gradient(135deg,var(--p360-premium-blue),var(--p360-premium-cyan));display:inline-block;
}
.p360-live-proof-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:520px;
  margin-top:18px;
}
.p360-live-proof-row div{
  position:relative;
  overflow:hidden;
  min-height:78px;
  border:1px solid rgba(0,143,227,.14);
  border-radius:22px;
  padding:13px 14px;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,248,255,.9));
  box-shadow:0 18px 42px rgba(0,95,163,.09);
}
.p360-live-proof-row div:after{
  content:"";
  position:absolute;
  right:-18px;top:-24px;width:68px;height:68px;border-radius:50%;
  background:rgba(0,143,227,.10);
}
.p360-live-proof-row b{display:block;font-size:28px;line-height:1;color:var(--p360-premium-blue);letter-spacing:-.04em}
.p360-live-proof-row span{display:block;margin-top:6px;font-size:11.5px;line-height:1.25;color:#526B80;font-weight:850}
.p360-agency-showcase{perspective:1100px;}
.p360-orbit-ring{position:absolute;border:1px solid rgba(0,143,227,.18);border-radius:999px;pointer-events:none;filter:drop-shadow(0 16px 40px rgba(0,95,163,.10));}
.p360-orbit-ring.ring-one{width:410px;height:410px;transform:rotate(-12deg);background:radial-gradient(circle, transparent 61%, rgba(255,255,255,.42) 62%, transparent 64%)}
.p360-orbit-ring.ring-two{width:300px;height:300px;transform:rotate(18deg);border-style:dashed;opacity:.55}
.premium-phone{
  width:min(352px,92vw) !important;
  transform:rotateY(-7deg) rotateX(2deg) translateY(2px);
  border:1px solid rgba(130,202,247,.55) !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,252,255,.98)) padding-box,
    linear-gradient(135deg,rgba(255,255,255,.9),rgba(0,143,227,.36),rgba(255,138,0,.18)) border-box !important;
  box-shadow:0 44px 110px rgba(0,72,130,.22), inset 0 1px 0 rgba(255,255,255,.92) !important;
}
.p360-phone-topbar{display:flex;gap:5px;position:absolute;top:14px;left:20px}
.p360-phone-topbar span{width:6px;height:6px;border-radius:99px;background:#D6EAF8}.p360-phone-topbar span:nth-child(2){background:#BDE2F9}.p360-phone-topbar span:nth-child(3){background:#A6D9F6}
.p360-phone-dashboard-head{position:relative;margin-bottom:12px;}
.p360-phone-dashboard-head .p360-agent-mini{padding-right:92px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.p360-ready-pill{position:absolute;right:11px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 9px;background:linear-gradient(135deg,#E8FFF2,#FFFFFF);border:1px solid rgba(34,197,94,.20);color:#159447;font-size:10.5px;font-weight:950;white-space:nowrap}
.p360-stat-premium div:first-child{background:linear-gradient(135deg,#008FE3,#0065B8);color:#fff;box-shadow:0 16px 32px rgba(0,143,227,.22)}
.p360-stat-premium div:first-child b,.p360-stat-premium div:first-child span{color:#fff}
.p360-mini-pipeline{display:grid;gap:7px;margin:0 0 12px;}
.p360-mini-pipeline div{display:grid;grid-template-columns:18px 1fr;column-gap:8px;align-items:center;padding:8px 10px;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid #E4EEF8;box-shadow:0 8px 18px rgba(0,80,140,.04)}
.p360-mini-pipeline span{grid-row:1 / span 2;width:10px;height:10px;border-radius:99px;background:linear-gradient(135deg,var(--p360-premium-blue),var(--p360-premium-cyan));box-shadow:0 0 0 4px rgba(0,143,227,.10)}
.p360-mini-pipeline b{font-size:11.8px;line-height:1;color:#183448}.p360-mini-pipeline small{display:block;font-size:10.4px;color:#748698;font-weight:760;margin-top:3px}
.p360-listing-preview-card{border-color:rgba(0,143,227,.14) !important;box-shadow:0 18px 42px rgba(0,80,140,.09) !important;}
.p360-phone-action{background:linear-gradient(135deg,#009AEF,#0063B5) !important;box-shadow:0 18px 36px rgba(0,143,227,.24)}
.p360-floating-note{
  display:grid !important;
  gap:1px;
  padding:12px 14px !important;
  min-width:150px;
  border:1px solid rgba(0,143,227,.16) !important;
  background:rgba(255,255,255,.84) !important;
  backdrop-filter:blur(16px);
  box-shadow:0 18px 44px rgba(0,72,130,.12) !important;
}
.p360-floating-note b{font-size:13px;color:#092239;line-height:1}.p360-floating-note small{font-size:10.5px;color:#678096;font-weight:800}.p360-floating-note.note-side{right:-12px;bottom:138px}
.coach-tino-intro-strip{background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,248,255,.96)) !important;border-color:rgba(0,143,227,.16) !important;box-shadow:0 24px 70px rgba(0,95,163,.10) !important;position:relative;overflow:hidden}.coach-tino-intro-strip:after{content:"";position:absolute;right:-70px;top:-90px;width:220px;height:220px;border-radius:50%;background:rgba(0,143,227,.08)}
.p360-workflow-grid article,.p360-buyer-preview-card,.portal-listing-card,.faq-item,.agency-steps>div{
  transition:transform .24s ease, box-shadow .24s ease;
}
.p360-workflow-grid article:hover,.p360-buyer-preview-card:hover,.portal-listing-card:hover,.faq-item:hover,.agency-steps>div:hover{transform:translateY(-4px);box-shadow:0 24px 64px rgba(0,95,163,.12) !important;}
@media(max-width:900px){
  .mobile-landing-revamp{padding-top:34px !important;}
  .p360-hero-copy h1{font-size:clamp(34px,9.4vw,40px) !important;line-height:1.03 !important;letter-spacing:-1.55px !important;max-width:420px;}
  .p360-hero-copy .lead{font-size:16.2px !important;line-height:1.5 !important;}
  .p360-premium-signal{display:grid;grid-template-columns:1fr 1fr;gap:7px 9px;border-radius:22px;padding:10px;margin:0 0 8px;width:100%;font-size:11.5px;}
  .p360-premium-signal i{display:none;}
  .p360-premium-signal span{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.72);border:1px solid #E2F0FA;border-radius:999px;padding:7px 9px;}
  .p360-premium-signal span:before{content:"";width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--p360-premium-blue),var(--p360-premium-cyan));}
  .p360-live-proof-row{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;}
  .p360-live-proof-row div{min-height:62px;border-radius:18px;padding:10px 9px;}
  .p360-live-proof-row b{font-size:23px}.p360-live-proof-row span{font-size:10px;line-height:1.15;}
  .p360-mobile-showcase{margin-top:18px !important;min-height:430px !important;align-items:flex-start !important;}
  .premium-phone{transform:none;width:min(330px,88vw) !important;border-radius:32px !important;}
  .p360-orbit-ring.ring-one{width:330px;height:330px;top:20px;}.p360-orbit-ring.ring-two{width:245px;height:245px;top:62px;}
  .p360-floating-note.note-top{top:18px !important;right:-2px !important}.p360-floating-note.note-bottom{bottom:54px !important;left:-2px !important}.p360-floating-note.note-side{display:none !important;}
  .p360-phone-dashboard-head .p360-agent-mini{padding:10px 78px 10px 10px}.p360-ready-pill{right:9px;font-size:9.8px;padding:6px 7px}.p360-mini-pipeline div:nth-child(3){display:none}.p360-mini-pipeline b{font-size:11.2px}.p360-mini-pipeline small{font-size:10px}
  .p360-trust-row{margin-top:10px !important;}.p360-trust-row span{justify-content:center;box-shadow:0 12px 28px rgba(0,95,163,.07)}
  .menu.is-open{backdrop-filter:blur(18px);background:rgba(255,255,255,.94) !important}.menu.is-open:before{content:"Menu Property360";font-weight:950;color:#082033;padding:8px 10px 10px;border-bottom:1px solid #E4F0FA;margin-bottom:4px}
  body.mobile-menu-open .mobile-sticky-cta, body.mobile-menu-open .coach-tino-floating:not(.is-open){opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(12px) !important;}
}
@media(max-width:390px){
  .p360-hero-copy h1{font-size:34px !important;}
  .p360-premium-signal{grid-template-columns:1fr;}
  .p360-live-proof-row{grid-template-columns:1fr 1fr;}.p360-live-proof-row div:nth-child(3){grid-column:1 / -1;}
  .p360-mobile-showcase{min-height:402px !important;}
  .premium-phone{width:300px !important;padding:13px !important;}.p360-phone-dashboard-head .p360-agent-mini{padding-right:10px}.p360-ready-pill{position:static;transform:none;margin-top:7px;}.p360-floating-note{min-width:130px;padding:10px 12px !important;}
}


/* Property360 v30 agency premium cleanup
   Fix: reduce noisy polish, remove cropped illustration dependency, improve mobile hierarchy. */
:root{
  --p360-v30-ink:#071A2C;
  --p360-v30-muted:#557087;
  --p360-v30-blue:#008FE3;
  --p360-v30-deep:#0064B1;
  --p360-v30-line:#DCECF8;
  --p360-v30-soft:#F5FBFF;
}
.mobile-landing-revamp{
  background:
    radial-gradient(circle at 86% 20%, rgba(0,143,227,.16), transparent 30%),
    radial-gradient(circle at 14% 78%, rgba(255,138,0,.055), transparent 28%),
    linear-gradient(135deg,#FFFFFF 0%,#F3FAFF 48%,#EAF7FF 100%) !important;
  padding:70px 0 42px !important;
  overflow:hidden !important;
}
.mobile-landing-revamp:after{
  opacity:.42 !important;
  background-size:56px 56px !important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.36),transparent 56%) !important;
}
.p360-hero-shell{grid-template-columns:minmax(0,1.05fr) minmax(360px,470px) !important;gap:54px !important;}
.p360-hero-copy h1{
  max-width:720px !important;
  font-size:clamp(46px,5.1vw,70px) !important;
  line-height:.96 !important;
  letter-spacing:-3px !important;
}
.p360-hero-copy .lead{max-width:660px !important;font-size:20px !important;line-height:1.52 !important;color:#263F54 !important;}
.p360-premium-signal{
  box-shadow:0 14px 34px rgba(0,95,163,.075) !important;
  background:rgba(255,255,255,.78) !important;
  border-color:rgba(0,143,227,.16) !important;
}
.p360-live-proof-row div{border-radius:18px !important;min-height:70px !important;box-shadow:0 14px 32px rgba(0,95,163,.07) !important;}
.p360-agency-showcase{min-height:520px !important;}
.premium-phone{
  transform:none !important;
  width:min(372px,92vw) !important;
  border-radius:34px !important;
  box-shadow:0 34px 86px rgba(0,72,130,.16), inset 0 1px 0 rgba(255,255,255,.92) !important;
}
.p360-orbit-ring{opacity:.36 !important;}
.p360-floating-note{box-shadow:0 14px 32px rgba(0,72,130,.10) !important;}
.p360-floating-note.note-top{right:-4px !important;top:54px !important;}
.p360-floating-note.note-bottom{left:-4px !important;bottom:72px !important;}
.p360-floating-note.note-side{display:none !important;}
.p360-phone-dashboard-head .p360-agent-mini{padding-right:102px !important;}
.p360-ready-pill{font-size:10px !important;}
.p360-mini-pipeline div{box-shadow:none !important;}
.p360-phone-action{height:50px !important;border-radius:18px !important;}
.coach-tino-intro-section{padding-top:22px !important;}
.coach-tino-intro-strip{border-radius:24px !important;}

/* Listing demo hero: use native UI mockup instead of cropped design image */
.portal-hero{background:linear-gradient(135deg,#F8FCFF,#EAF7FF) !important;overflow:hidden !important;}
.portal-hero-grid{grid-template-columns:minmax(0,580px) minmax(380px,1fr) !important;gap:56px !important;}
.portal-hero-grid > picture{display:none !important;}
.p360-listing-hero-mock{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate;
}
.p360-listing-hero-mock:before{
  content:"";
  position:absolute;
  width:440px;height:440px;border-radius:999px;
  border:1px solid rgba(0,143,227,.16);
  background:radial-gradient(circle,rgba(255,255,255,.45),transparent 64%);
  z-index:-1;
}
.p360-listing-phone-clean{
  width:min(380px,92vw);
  border-radius:34px;
  border:1px solid rgba(0,143,227,.18);
  background:linear-gradient(180deg,#fff,#F7FCFF);
  padding:18px;
  box-shadow:0 34px 90px rgba(0,95,163,.16);
}
.mock-statusbar{height:18px;display:flex;align-items:flex-start;justify-content:center;}
.mock-statusbar span{width:84px;height:5px;border-radius:999px;background:#D9ECFA;display:block;}
.mock-agent-row{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;border:1px solid #DDECF8;border-radius:24px;padding:12px;background:#F2F9FF;margin:8px 0 14px;}
.mock-agent-row img{width:54px;height:54px;object-fit:cover;border-radius:18px;background:#EAF6FF;}
.mock-agent-row strong{display:block;font-size:16px;color:#071A2C;line-height:1.1;}
.mock-agent-row small{display:block;font-weight:750;color:#667F92;margin-top:3px;}
.mock-agent-row b{font-size:10px;color:#18A558;background:#E9FFF3;border:1px solid #CFF4DD;border-radius:999px;padding:6px 8px;}
.p360-listing-phone-clean h3{font-size:24px;line-height:1.1;margin:6px 2px 8px;color:#071A2C;letter-spacing:-.5px;}
.p360-listing-phone-clean p{font-size:13px;line-height:1.45;color:#607A8E;margin:0 2px 14px;font-weight:650;}
.mock-listing-stack{display:grid;gap:10px;}
.mock-listing-stack article{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;border:1px solid #E0EDF8;background:#fff;border-radius:22px;padding:10px;box-shadow:0 10px 24px rgba(13,27,42,.05);}
.mock-listing-stack img{width:96px;height:82px;object-fit:cover;border-radius:16px;display:block;}
.mock-listing-stack strong{display:block;font-size:14px;line-height:1.2;color:#092239;}
.mock-listing-stack span{display:block;margin-top:5px;color:#008FE3;font-weight:950;}
.mock-listing-stack small{display:block;margin-top:3px;color:#6C8191;font-weight:700;}
.mock-whatsapp-btn{height:50px;border-radius:18px;background:linear-gradient(135deg,#16A34A,#0E8C3C);color:#fff;font-weight:950;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;box-shadow:0 16px 32px rgba(22,163,74,.18);}
.mock-side-card{position:absolute;border:1px solid rgba(0,143,227,.14);border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:0 18px 40px rgba(0,72,130,.10);padding:12px 14px;min-width:168px;}
.mock-side-card b{display:block;color:#092239;font-size:13px;line-height:1;}.mock-side-card span{display:block;color:#607A8E;font-size:11px;font-weight:800;margin-top:5px;}
.mock-side-card.card-a{right:0;top:92px;}.mock-side-card.card-b{left:0;bottom:96px;}

@media(max-width:1100px){
  .portal-hero-grid{grid-template-columns:1fr !important;}
  .p360-listing-hero-mock{max-width:460px;margin:0 auto;}
}
@media(max-width:900px){
  html{scroll-padding-top:80px !important;}
  .mobile-landing-revamp{padding:30px 0 28px !important;background:linear-gradient(180deg,#F3FAFF 0%,#FFFFFF 76%) !important;}
  .mobile-landing-revamp:after{opacity:.18 !important;background-size:44px 44px !important;}
  .p360-hero-shell{display:block !important;}
  .p360-hero-copy h1{font-size:clamp(31px,8.7vw,38px) !important;line-height:1.07 !important;letter-spacing:-1.25px !important;max-width:430px !important;margin-bottom:12px !important;}
  .p360-hero-copy .lead{font-size:15.5px !important;line-height:1.48 !important;margin-bottom:14px !important;}
  .p360-premium-signal{display:flex !important;overflow-x:auto !important;flex-wrap:nowrap !important;width:calc(100vw - 40px) !important;border-radius:18px !important;padding:8px !important;margin:0 0 12px !important;gap:7px !important;scrollbar-width:none;}
  .p360-premium-signal::-webkit-scrollbar{display:none;}
  .p360-premium-signal span{white-space:nowrap !important;border-radius:999px !important;font-size:11px !important;padding:7px 9px !important;min-width:auto !important;}
  .p360-hero-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;margin:14px 0 12px !important;}
  .p360-hero-actions .cta,.p360-hero-actions .btn-secondary{min-height:54px !important;border-radius:18px !important;width:100% !important;justify-content:center !important;}
  .p360-trust-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:8px !important;margin:0 0 10px !important;}
  .p360-trust-row span{font-size:12px !important;padding:9px 10px !important;}
  .p360-trust-row span:nth-child(3){grid-column:1 / -1;}
  .p360-live-proof-row{display:none !important;}
  .p360-mobile-showcase{min-height:auto !important;margin-top:18px !important;padding:0 0 96px !important;}
  .premium-phone{width:min(330px,86vw) !important;padding:14px !important;border-radius:30px !important;box-shadow:0 24px 60px rgba(0,95,163,.14) !important;}
  .p360-phone-topbar,.p360-orbit-ring,.p360-floating-note{display:none !important;}
  .p360-phone-status{padding-top:10px !important;margin-bottom:10px !important;}
  .p360-phone-dashboard-head .p360-agent-mini{padding:10px !important;margin-bottom:10px !important;}
  .p360-ready-pill{position:static !important;transform:none !important;margin-top:7px !important;display:inline-flex !important;}
  .p360-stat-cards{gap:7px !important;margin-bottom:10px !important;}
  .p360-stat-cards div{border-radius:16px !important;padding:10px 6px !important;}
  .p360-mini-pipeline{display:none !important;}
  .p360-listing-preview-card{grid-template-columns:74px 1fr !important;border-radius:18px !important;padding:8px !important;}
  .p360-listing-preview-card img{width:74px !important;height:62px !important;border-radius:14px !important;}
  .p360-phone-action{height:46px !important;border-radius:16px !important;}
  .coach-tino-intro-section{display:none !important;}
  .p360-demo-story-grid{grid-template-columns:1fr !important;}
  .p360-demo-copy h2,.p360-mobile-head-clean h2,.section-head h2{font-size:28px !important;line-height:1.12 !important;letter-spacing:-.8px !important;}
  .p360-buyer-preview-card{border-radius:24px !important;padding:14px !important;}
  .buyer-preview-listings{grid-template-columns:1fr 1fr !important;gap:10px !important;}
  .buyer-preview-listings img{height:96px !important;object-fit:cover !important;}
  .mobile-sticky-cta{z-index:130 !important;}
  body.coach-open .mobile-sticky-cta, body.mobile-menu-open .mobile-sticky-cta{display:none !important;}

  .portal-hero{padding:34px 0 32px !important;}
  .portal-hero-grid{display:block !important;}
  .portal-hero-grid h1{font-size:clamp(31px,8.7vw,38px) !important;line-height:1.08 !important;letter-spacing:-1.2px !important;}
  .portal-hero-grid .lead{font-size:15.5px !important;line-height:1.55 !important;}
  .agent-mini-card.stronger-agent-card{border-radius:22px !important;padding:16px !important;display:block !important;}
  .agent-mini-card.stronger-agent-card span{display:block !important;margin:8px 0 14px !important;}
  .p360-listing-hero-mock{min-height:auto !important;margin-top:22px !important;padding-bottom:84px !important;}
  .p360-listing-hero-mock:before{width:300px !important;height:300px !important;}
  .p360-listing-phone-clean{width:min(330px,86vw) !important;border-radius:28px !important;padding:14px !important;box-shadow:0 24px 60px rgba(0,95,163,.13) !important;}
  .p360-listing-phone-clean h3{font-size:21px !important;}
  .mock-listing-stack article{grid-template-columns:82px 1fr !important;border-radius:18px !important;padding:8px !important;}
  .mock-listing-stack img{width:82px !important;height:70px !important;border-radius:14px !important;}
  .mock-side-card{display:none !important;}
  .listing-index-page{padding-top:30px !important;}
  .smart-search-row{display:grid !important;grid-template-columns:28px 1fr !important;gap:8px !important;}
  .smart-search-row button{grid-column:1 / -1 !important;width:100% !important;}
}
@media(max-width:390px){
  .p360-hero-copy h1,.portal-hero-grid h1{font-size:30px !important;}
  .p360-hero-actions{grid-template-columns:1fr !important;}
  .p360-trust-row{grid-template-columns:1fr !important;}
  .p360-trust-row span:nth-child(3){grid-column:auto;}
}

/* =========================================================
   PROPERTY360 V33 UNIFIED AGENCY UI SYSTEM
   Single source for public landing, agent profile, listing demo.
   Purpose: remove patchy legacy visual drift, restore approved logo,
   normalize typography/buttons/cards across public pages.
   ========================================================= */
:root{
  --p360-blue:#0969E8;
  --p360-blue-2:#008FE3;
  --p360-navy:#0A1930;
  --p360-text:#1F3452;
  --p360-muted:#64748B;
  --p360-line:#DCEBFA;
  --p360-soft:#F4FAFF;
  --p360-bg:#F8FCFF;
  --p360-green:#16B95B;
  --p360-radius:24px;
  --p360-shadow:0 22px 70px rgba(18,52,86,.10);
  --p360-font:Inter, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--p360-font)!important;background:#fff;color:var(--p360-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.p360-header{position:sticky;top:0;z-index:120;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--p360-line)}
.p360-nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.p360-logo{display:inline-flex;align-items:center;text-decoration:none;flex:0 0 auto}
.p360-logo img{display:block;width:218px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.p360-menu{display:flex;align-items:center;justify-content:center;gap:28px;font-weight:720;font-size:15px;letter-spacing:-.01em}
.p360-menu a{color:var(--p360-navy);text-decoration:none;white-space:nowrap}
.p360-menu a:hover{color:var(--p360-blue)}
.p360-nav-actions{display:flex;align-items:center;gap:12px}
.p360-menu-toggle{display:none;width:52px;height:52px;border:1px solid var(--p360-line);border-radius:18px;background:#fff;align-items:center;justify-content:center;gap:5px;flex-direction:column;box-shadow:0 10px 28px rgba(15,62,110,.08)}
.p360-menu-toggle span{width:20px;height:2px;border-radius:2px;background:var(--p360-navy);display:block}
.p360-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 22px;border-radius:16px;text-decoration:none;font-weight:780;letter-spacing:-.01em;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;line-height:1.15;white-space:nowrap}
.p360-btn:hover{transform:translateY(-1px)}
.p360-btn-primary{background:linear-gradient(135deg,var(--p360-blue),#0089D8);color:#fff!important;box-shadow:0 16px 38px rgba(9,105,232,.24)}
.p360-btn-secondary{background:#fff;color:var(--p360-navy)!important;border-color:#CFE3F5;box-shadow:0 12px 28px rgba(15,62,110,.06)}
.p360-btn-secondary:hover{border-color:#9BCFF4;box-shadow:0 18px 38px rgba(15,62,110,.10)}
.p360-eyebrow{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:8px 14px;border:1px solid #CFE8FA;border-radius:999px;background:rgba(255,255,255,.78);color:var(--p360-blue);font-size:13px;font-weight:820;text-transform:uppercase;letter-spacing:.06em;line-height:1.1}
.p360-lead,.p360-page-copy .p360-lead{font-size:19px;line-height:1.65;color:var(--p360-text);max-width:620px;font-weight:480}
.p360-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 86% 16%,rgba(0,143,227,.20),transparent 34%),linear-gradient(135deg,#FFFFFF 0%,#F5FBFF 48%,#EAF7FF 100%);padding:82px 0 62px}
.p360-hero:before,.p360-page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(9,105,232,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(9,105,232,.045) 1px,transparent 1px);background-size:72px 72px;opacity:.48;pointer-events:none}
.p360-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,540px) minmax(520px,1fr);gap:60px;align-items:center}
.p360-hero-copy h1,.p360-page-copy h1{font-size:clamp(46px,4.8vw,68px)!important;line-height:1.04!important;letter-spacing:-.055em!important;color:var(--p360-navy)!important;margin:24px 0 20px!important;font-weight:760!important;text-wrap:balance;max-width:760px}
.p360-hero-copy h1 em{font-style:normal;color:var(--p360-blue);display:block}
.p360-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.p360-proof-chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px;max-width:620px}
.p360-proof-chips span{display:flex;flex-direction:column;gap:2px;padding:14px 16px;border:1px solid var(--p360-line);border-radius:16px;background:rgba(255,255,255,.76);box-shadow:0 10px 30px rgba(20,72,110,.06)}
.p360-proof-chips b{color:var(--p360-navy);font-size:14px;line-height:1.2}
.p360-proof-chips small{color:var(--p360-muted);font-size:12px;line-height:1.35}
.p360-product-scene{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}
.p360-browser-card{position:relative;width:min(100%,640px);border:1px solid #CBE5F8;border-radius:28px;background:rgba(255,255,255,.88);box-shadow:var(--p360-shadow);padding:28px;backdrop-filter:blur(18px)}
.p360-window-dots{display:flex;gap:8px;margin-bottom:20px}.p360-window-dots span{width:8px;height:8px;border-radius:50%;background:#9AD5F8}
.p360-profile-row{display:grid;grid-template-columns:66px 1fr auto;gap:16px;align-items:center;border:1px solid var(--p360-line);border-radius:22px;padding:14px;background:linear-gradient(180deg,#FFFFFF,#F5FAFF)}
.p360-profile-row img,.p360-phone-agent img{width:66px;height:66px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 24px rgba(15,62,110,.12)}
.p360-profile-row strong,.p360-phone-agent strong{font-size:22px;color:var(--p360-navy);line-height:1.15}.p360-profile-row small,.p360-phone-agent small{display:block;color:var(--p360-muted);font-weight:650}
.p360-wa-mini,.p360-wa-full{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--p360-green);color:#fff!important;border-radius:13px;padding:11px 16px;font-weight:780;box-shadow:0 12px 26px rgba(22,185,91,.20)}
.p360-wa-full{width:100%;min-height:44px;margin-top:12px}
.p360-metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.p360-metrics-row span{border:1px solid var(--p360-line);background:#fff;border-radius:18px;padding:14px;text-align:center}.p360-metrics-row b{display:block;color:var(--p360-blue);font-size:22px;line-height:1}.p360-metrics-row small{color:var(--p360-muted);font-size:12px;font-weight:700}
.p360-preview-title{font-weight:780;color:var(--p360-navy);margin:18px 0 12px}.p360-preview-listings{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.p360-preview-listings article{position:relative;background:#fff;border:1px solid var(--p360-line);border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(15,62,110,.07)}
.p360-preview-listings img{width:100%;height:128px;object-fit:cover;display:block}.p360-preview-listings article>span,.p360-sale-tag{display:inline-flex;background:#10B759;color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850;line-height:1}.p360-preview-listings article>span{position:absolute;top:10px;left:10px}.p360-preview-listings h3{font-size:14px!important;line-height:1.25!important;color:var(--p360-navy);margin:12px 12px 3px!important;font-weight:780}.p360-preview-listings p{font-size:12px;color:var(--p360-muted);margin:0 12px}.p360-preview-listings b{display:block;color:var(--p360-blue);font-size:15px;margin:8px 12px 14px}
.p360-phone-card{position:absolute;right:-22px;top:72px;width:260px;border:8px solid #0A1930;border-radius:34px;background:#fff;padding:22px 16px 18px;box-shadow:0 20px 55px rgba(10,25,48,.20)}.p360-phone-notch{position:absolute;top:14px;right:28px;width:64px;height:18px;border-radius:999px;background:#0A1930}.p360-phone-agent{display:flex;gap:10px;align-items:center;margin-top:18px}.p360-phone-agent img{width:44px;height:44px;border-width:2px}.p360-phone-agent strong{font-size:15px}.p360-phone-card h3{font-size:15px!important;margin:18px 0 8px!important;color:var(--p360-navy)}.p360-phone-card ul{list-style:none;margin:0;padding:0}.p360-phone-card li{display:flex;align-items:center;gap:8px;border-top:1px solid #ECF4FB;padding:8px 0;font-size:12px;font-weight:720;color:var(--p360-text)}.p360-phone-card li span{width:8px;height:8px;border-radius:50%;background:#16B95B}.p360-phone-card li b{margin-left:auto;color:var(--p360-muted);font-size:11px}
.p360-benefit-strip{background:#fff;border-top:1px solid var(--p360-line);border-bottom:1px solid var(--p360-line);padding:24px 0}.p360-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.p360-benefit-grid article{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;background:#fff;border:1px solid var(--p360-line);border-radius:20px;padding:18px;box-shadow:0 12px 30px rgba(15,62,110,.05)}.p360-benefit-grid span{width:42px;height:42px;border-radius:14px;background:#EFF7FF;color:var(--p360-blue);display:flex;align-items:center;justify-content:center;font-weight:900}.p360-benefit-grid h3{font-size:17px!important;line-height:1.25!important;margin:0 0 4px!important;color:var(--p360-navy)}.p360-benefit-grid p{font-size:14px;color:var(--p360-muted);margin:0;line-height:1.45}
.p360-section{padding:76px 0;background:#fff}.p360-section-soft{background:linear-gradient(180deg,#F6FBFF,#FFFFFF)}.p360-section-head-row{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:28px}.p360-section-head-row h2,.p360-centered-head h2{font-size:clamp(30px,3.2vw,44px)!important;line-height:1.12!important;letter-spacing:-.04em!important;color:var(--p360-navy)!important;margin:16px 0 10px!important;font-weight:760!important;text-wrap:balance}.p360-section-head-row p,.p360-centered-head p{color:var(--p360-muted);font-size:17px;max-width:680px;margin:0}.p360-centered-head{text-align:center;margin-bottom:30px}.p360-centered-head .p360-eyebrow{margin-inline:auto}
.p360-agent-demo-grid,.p360-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,560px);gap:42px;align-items:center}.p360-agent-profile-card,.p360-follow-card,.p360-public-profile-preview{background:#fff;border:1px solid var(--p360-line);border-radius:28px;padding:24px;box-shadow:var(--p360-shadow)}.p360-agent-profile-card{display:grid;grid-template-columns:100px 1fr;gap:20px}.p360-agent-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 14px 36px rgba(15,62,110,.16)}.p360-agent-stats{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.p360-agent-stats span{background:#EFF7FF;color:var(--p360-blue);font-weight:760;font-size:13px;border-radius:999px;padding:7px 10px}.p360-follow-card h3,.p360-agent-profile-card h3{font-size:22px!important;margin:0 0 8px!important;color:var(--p360-navy)}.p360-follow-card ul{margin:16px 0 0;padding-left:18px;color:var(--p360-text);font-weight:650}.p360-listing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.p360-listing-card{background:#fff;border:1px solid var(--p360-line);border-radius:24px;overflow:hidden;box-shadow:0 18px 44px rgba(15,62,110,.08)}.p360-listing-card img{display:block;width:100%;height:220px;object-fit:cover;background:#EAF7FF}.p360-listing-card div{padding:18px}.p360-listing-card h3{font-size:20px!important;line-height:1.25!important;margin:10px 0 5px!important;color:var(--p360-navy)}.p360-listing-card h3 a{text-decoration:none;color:inherit}.p360-listing-card p{color:var(--p360-muted);margin:0}.p360-listing-card strong{display:block;color:var(--p360-blue);font-size:22px;margin:8px 0 4px}.p360-listing-card small{color:var(--p360-muted);font-weight:650}.p360-card-actions{display:flex;gap:10px;margin-top:14px}.p360-card-actions a{flex:1;text-align:center;border-radius:12px;padding:9px 10px;text-decoration:none;font-weight:750;border:1px solid var(--p360-line);color:var(--p360-navy)}.p360-card-actions a:last-child{background:var(--p360-green);color:#fff;border-color:transparent}.p360-sale-tag.rent{background:#F97316}.p360-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.p360-steps article,.p360-faq-grid article{background:#fff;border:1px solid var(--p360-line);border-radius:24px;padding:28px;box-shadow:0 14px 34px rgba(15,62,110,.06)}.p360-steps b{display:flex;width:52px;height:52px;border-radius:18px;background:var(--p360-blue);color:#fff;align-items:center;justify-content:center;font-size:22px}.p360-steps h3,.p360-faq-grid h3{font-size:21px!important;line-height:1.3!important;margin:18px 0 8px!important;color:var(--p360-navy)}.p360-steps p,.p360-faq-grid p{margin:0;color:var(--p360-text)}.p360-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.p360-page-hero{position:relative;overflow:hidden;padding:78px 0;background:radial-gradient(circle at 90% 20%,rgba(0,143,227,.18),transparent 36%),linear-gradient(135deg,#fff,#EAF7FF)}.p360-kicker{font-size:18px;font-weight:760;color:var(--p360-text)}.p360-public-profile-head{display:grid;grid-template-columns:104px 1fr;gap:18px;align-items:center;border:1px solid var(--p360-line);border-radius:22px;padding:16px;background:linear-gradient(180deg,#fff,#F5FAFF)}.p360-agent-avatar-large{width:104px;height:104px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 14px 34px rgba(15,62,110,.15)}.p360-public-profile-head h2{font-size:28px!important;line-height:1.1!important;margin:0 0 4px!important;color:var(--p360-navy)}.p360-public-profile-head h2 span{color:var(--p360-blue)}.p360-public-profile-head p{margin:0;color:var(--p360-muted);font-weight:650}.p360-preview-listings-two{grid-template-columns:repeat(2,1fr)}.p360-follow-card.compact{margin-top:16px;padding:18px}.compact-preview{max-width:480px}.p360-search-demo{display:flex;gap:12px;background:#fff;border:1px solid var(--p360-line);border-radius:22px;padding:12px;margin-bottom:24px;box-shadow:0 14px 34px rgba(15,62,110,.05)}.p360-search-demo input{flex:1;border:0;outline:0;padding:12px 14px;font:inherit;color:var(--p360-text)}.p360-search-demo button{border:0;border-radius:14px;background:var(--p360-blue);color:#fff;padding:12px 18px;font-weight:780}.p360-footer{background:#091A2E;color:#DCEBFA;padding:54px 0}.p360-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.p360-footer-logo{width:220px;height:auto;background:#fff;border-radius:12px;padding:8px;margin-bottom:14px}.p360-footer p{color:#DCEBFA;margin:8px 0}.p360-footer-note{font-size:14px;color:#9FC2DF!important}.p360-footer h3{color:#fff;margin:0 0 14px}.p360-footer a{display:block;color:#DCEBFA;text-decoration:none;margin:8px 0}.p360-footer a:hover{color:#fff}.mobile-sticky-cta{display:none!important}
body.mobile-menu-open .mobile-sticky-cta,body.coach-tino-open .mobile-sticky-cta,body.keyboard-open .mobile-sticky-cta{display:none!important}
@media(max-width:1100px){.p360-hero-grid,.p360-page-grid{grid-template-columns:1fr}.p360-product-scene{min-height:auto;justify-content:flex-start}.p360-browser-card{width:100%}.p360-phone-card{right:12px}.p360-proof-chips{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.wrap{width:min(100% - 32px,720px)}.p360-nav{min-height:74px}.p360-logo img{width:190px!important;max-height:52px!important}.p360-menu-toggle{display:flex}.p360-menu{display:none}.p360-menu.is-open{display:grid!important;position:fixed;top:86px;left:16px;right:16px;background:rgba(255,255,255,.98);border:1px solid var(--p360-line);border-radius:24px;padding:14px;gap:4px;box-shadow:0 28px 80px rgba(10,25,48,.18);z-index:300}.p360-menu.is-open a{padding:13px 14px;border-radius:14px}.p360-menu.is-open a:hover{background:#EFF7FF}.p360-nav-cta{display:none}.p360-hero{padding:44px 0 48px}.p360-hero-copy h1,.p360-page-copy h1{font-size:clamp(34px,9vw,44px)!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:18px 0 14px!important}.p360-lead,.p360-page-copy .p360-lead{font-size:16.5px;line-height:1.65}.p360-actions{display:grid;grid-template-columns:1fr;gap:10px}.p360-btn{width:100%;min-height:56px}.p360-proof-chips{grid-template-columns:repeat(2,1fr);gap:10px}.p360-product-scene{margin-top:30px}.p360-browser-card{padding:18px;border-radius:24px}.p360-profile-row{grid-template-columns:54px 1fr;gap:12px}.p360-profile-row img{width:54px;height:54px}.p360-profile-row strong{font-size:18px}.p360-profile-row .p360-wa-mini{grid-column:1/-1;width:100%}.p360-preview-listings{grid-template-columns:repeat(2,1fr)}.p360-preview-listings article:nth-child(3){display:none}.p360-preview-listings img{height:120px}.p360-phone-card{position:relative;right:auto;top:auto;width:100%;border:1px solid var(--p360-line);border-radius:24px;margin-top:14px;padding:18px;box-shadow:0 16px 38px rgba(15,62,110,.08)}.p360-phone-notch{display:none}.p360-benefit-grid,.p360-agent-demo-grid,.p360-listing-cards,.p360-steps,.p360-faq-grid,.p360-footer-grid{grid-template-columns:1fr}.p360-benefit-strip{padding:18px 0}.p360-benefit-grid article{grid-template-columns:42px 1fr;padding:16px}.p360-section{padding:56px 0}.p360-section-head-row{display:block}.p360-agent-profile-card,.p360-public-profile-head{grid-template-columns:82px 1fr}.p360-agent-avatar,.p360-agent-avatar-large{width:82px;height:82px}.p360-public-profile-preview{padding:18px}.p360-listing-card img{height:210px}.p360-search-demo{display:grid}.p360-search-demo button{width:100%}.mobile-sticky-cta{display:flex!important;position:fixed;left:14px;right:14px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:130;align-items:center;justify-content:space-between;gap:12px;background:rgba(255,255,255,.96);border:1px solid var(--p360-line);border-radius:22px;padding:11px 12px 11px 16px;box-shadow:0 18px 55px rgba(10,25,48,.18);backdrop-filter:blur(16px)}.mobile-sticky-cta span{font-weight:800;color:var(--p360-blue);font-size:16px}.mobile-sticky-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:16px;background:var(--p360-blue);color:#fff;text-decoration:none;font-weight:800;padding:12px 18px}.coach-tino-floating:not(.is-open){right:18px!important;bottom:calc(84px + env(safe-area-inset-bottom))!important}.coach-tino-floating:not(.is-open) .coach-tino-bubble{display:none!important}}
@media(max-width:460px){.wrap{width:calc(100% - 28px)}.p360-logo img{width:178px!important}.p360-nav{gap:10px}.p360-nav-actions{gap:8px}.p360-menu-toggle{width:48px;height:48px}.p360-hero-copy h1,.p360-page-copy h1{font-size:36px!important}.p360-eyebrow{font-size:11.5px;padding:8px 12px}.p360-proof-chips{grid-template-columns:1fr 1fr}.p360-proof-chips span{padding:12px}.p360-preview-listings{grid-template-columns:1fr}.p360-preview-listings article:nth-child(2){display:none}.p360-agent-profile-card,.p360-public-profile-head{grid-template-columns:1fr;text-align:left}.p360-footer-logo{width:190px}}


/* Property360 Phase E4 — Coach Tino Conversational Bubble Polish */
.coach-tino-badge{display:none !important}
.coach-tino-floating{z-index:240 !important}
.coach-tino-bubble{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  right:4px !important;
  bottom:84px !important;
  width:min(320px,calc(100vw - 40px)) !important;
  padding:14px 16px !important;
  border-radius:22px !important;
  border:1px solid rgba(0,143,227,.18) !important;
  background:rgba(255,255,255,.98) !important;
  box-shadow:0 20px 58px rgba(13,27,42,.16) !important;
  transform-origin:right bottom !important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px) scale(.96);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease !important;
}
.coach-tino-bubble::after{
  content:"";
  position:absolute;
  right:20px;
  bottom:-9px;
  width:18px;
  height:18px;
  background:#fff;
  border-right:1px solid rgba(0,143,227,.18);
  border-bottom:1px solid rgba(0,143,227,.18);
  transform:rotate(45deg);
  border-bottom-right-radius:4px;
}
.coach-tino-bubble-copy{display:grid;gap:4px}
.coach-tino-bubble strong{
  display:block !important;
  margin:0 !important;
  color:#0D1B2A !important;
  font-size:15px !important;
  line-height:1.25 !important;
  font-weight:950 !important;
}
.coach-tino-bubble p{
  margin:0 !important;
  color:#52687C !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}
.coach-tino-bubble img{display:none !important}
.coach-tino-floating.is-proactive .coach-tino-bubble,
.coach-tino-floating.has-seen:not(.is-open) .coach-tino-bubble,
.coach-tino-floating.is-gently-pulsing .coach-tino-bubble{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0) scale(1) !important;
}
.coach-tino-floating.is-gently-pulsing .coach-tino-bubble{animation:p360CoachBubbleFloat 3.2s ease-in-out infinite}
@keyframes p360CoachBubbleFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1)}}
.coach-tino-floating.is-open .coach-tino-bubble{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(10px) scale(.96) !important;
}
.coach-tino-button{
  width:72px !important;
  height:72px !important;
  border-radius:999px !important;
  background:#fff !important;
  border:1px solid #DCEBFA !important;
  box-shadow:0 16px 42px rgba(0,95,163,.20) !important;
}
.coach-tino-button img{width:58px !important;height:58px !important}
body.mobile-menu-open .coach-tino-bubble,
body.at-page-footer .coach-tino-bubble,
body.keyboard-open .coach-tino-floating:not(.is-open) .coach-tino-bubble{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(8px) scale(.96) !important;
}
@media(max-width:900px){
  .coach-tino-floating:not(.is-open){
    right:16px !important;
    bottom:calc(84px + env(safe-area-inset-bottom)) !important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-bubble{
    display:flex !important;
    right:0 !important;
    bottom:72px !important;
    width:min(250px,calc(100vw - 92px)) !important;
    padding:13px 14px !important;
    border-radius:20px !important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-button{
    width:60px !important;
    height:60px !important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-button img{
    width:46px !important;
    height:46px !important;
  }
  .coach-tino-bubble strong{font-size:14px !important}
  .coach-tino-bubble p{font-size:12.5px !important;line-height:1.4 !important}
}
@media(max-width:390px){
  .coach-tino-floating:not(.is-open) .coach-tino-bubble{
    width:min(232px,calc(100vw - 88px)) !important;
  }
}

/* property360 phase e73 listing asset rebuild */
.p360-detail-hero-v3{background:linear-gradient(180deg,#F6FBFF 0%,#EFF7FF 100%);padding:54px 0 46px}
.p360-detail-grid-v3{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:28px;align-items:start}
.p360-detail-gallery-v3,.p360-detail-summary-v3,.p360-detail-card-v3,.p360-agent-contact-card-v3{background:#fff;border:1px solid var(--p360-line,#DDEDF9);border-radius:28px;box-shadow:0 18px 50px rgba(15,62,110,.08)}
.p360-detail-gallery-v3{padding:16px}
.p360-detail-main-img-v3{position:relative;overflow:hidden;border-radius:24px}
.p360-detail-main-img-v3 img{display:block;width:100%;aspect-ratio:45/28;object-fit:cover;background:#EAF7FF}
.p360-detail-main-img-v3 .p360-sale-tag{position:absolute;left:16px;top:16px;z-index:2}
.p360-detail-thumbs-v3{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.p360-detail-thumbs-v3 img{width:100%;aspect-ratio:45/28;object-fit:cover;border-radius:18px;border:1px solid var(--p360-line,#DDEDF9);display:block;background:#F4FAFF}
.p360-detail-summary-v3{padding:22px;position:sticky;top:96px}
.p360-detail-summary-v3 h1{font-size:clamp(30px,3vw,52px)!important;line-height:1.06!important;letter-spacing:-.045em!important;margin:16px 0 10px!important;color:var(--p360-navy,#071A2E)}
.p360-detail-summary-v3 p{margin:0 0 12px;color:var(--p360-muted,#5C738A)}
.p360-detail-summary-v3>strong{display:block;color:var(--p360-blue,#0B79E0);font-size:clamp(28px,3.2vw,44px);margin:12px 0 18px;font-weight:900}
.p360-detail-specs-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.p360-detail-specs-v3 span{background:#F7FBFF;border:1px solid var(--p360-line,#DDEDF9);border-radius:18px;padding:16px;text-align:center}
.p360-detail-specs-v3 b{display:block;color:var(--p360-blue,#0B79E0);font-size:32px;line-height:1;margin-bottom:6px}
.p360-detail-specs-v3 small{display:block;color:var(--p360-muted,#5C738A);font-size:13px;font-weight:700}
.p360-detail-actions-v3{display:grid;gap:10px;margin-top:18px}
.p360-detail-trust-v3{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.p360-detail-trust-v3 span,.p360-nearby-grid-v3 span{display:inline-flex;align-items:center;gap:8px;background:#F5FAFF;border:1px solid var(--p360-line,#DDEDF9);color:var(--p360-navy,#071A2E);border-radius:999px;padding:10px 14px;font-size:13px;font-weight:780}
.p360-detail-content-grid-v3{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.p360-detail-main-v3{display:grid;gap:18px}
.p360-detail-card-v3{padding:24px}
.p360-detail-card-v3 h2{font-size:28px!important;line-height:1.15!important;letter-spacing:-.03em!important;margin:0 0 14px!important;color:var(--p360-navy,#071A2E)}
.p360-detail-card-v3 p{color:var(--p360-text,#213547);margin:0 0 12px}
.p360-info-table-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.p360-info-table-v3 div{background:#F8FBFF;border:1px solid var(--p360-line,#DDEDF9);border-radius:18px;padding:14px}
.p360-info-table-v3 span{display:block;color:var(--p360-muted,#5C738A);font-size:13px;margin-bottom:6px}
.p360-info-table-v3 b{color:var(--p360-navy,#071A2E);font-size:16px}
.p360-highlight-grid-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.p360-highlight-grid-v3 span{display:flex;align-items:flex-start;background:#F5FAFF;border:1px solid var(--p360-line,#DDEDF9);border-radius:18px;padding:14px;font-weight:760;color:var(--p360-navy,#071A2E)}
.p360-room-detail-head{margin-bottom:18px}
.p360-room-detail-head .p360-eyebrow{margin-bottom:8px}
.p360-room-grid-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.p360-room-card-v3{overflow:hidden;border:1px solid var(--p360-line,#DDEDF9);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(15,62,110,.05)}
.p360-room-card-v3 img{display:block;width:100%;aspect-ratio:45/28;object-fit:cover;background:#EAF7FF}
.p360-room-card-v3 div{padding:16px}
.p360-room-card-v3 h3{font-size:20px!important;line-height:1.2!important;margin:0 0 8px!important;color:var(--p360-navy,#071A2E)}
.p360-room-card-v3 p{margin:0;color:var(--p360-muted,#5C738A)}
.p360-nearby-grid-v3{display:flex;flex-wrap:wrap;gap:10px}
.p360-agent-contact-card-v3{padding:22px;position:sticky;top:96px}
.p360-agent-contact-card-v3 img{width:94px;height:94px;object-fit:cover;border-radius:50%;display:block;margin-bottom:14px;border:5px solid #fff;box-shadow:0 14px 30px rgba(15,62,110,.14)}
.p360-agent-contact-card-v3 h3{font-size:24px!important;line-height:1.1!important;margin:0 0 8px!important;color:var(--p360-navy,#071A2E)}
.p360-agent-contact-card-v3 p{margin:0;color:var(--p360-muted,#5C738A)}
.p360-agent-contact-stats-v3{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.p360-agent-contact-stats-v3 span{background:#EFF7FF;color:var(--p360-blue,#0B79E0);padding:8px 10px;border-radius:999px;font-weight:780;font-size:13px}
.p360-contact-note-v3{margin-top:16px;padding:14px;border-radius:18px;background:#F7FBFF;border:1px solid var(--p360-line,#DDEDF9)}
.p360-contact-note-v3 strong{display:block;color:var(--p360-navy,#071A2E);margin-bottom:4px}
.p360-contact-note-v3 small{display:block;color:var(--p360-muted,#5C738A);line-height:1.5}
@media(max-width:1024px){.p360-detail-grid-v3,.p360-detail-content-grid-v3{grid-template-columns:1fr}.p360-detail-summary-v3,.p360-agent-contact-card-v3{position:static}}
@media(max-width:860px){.p360-detail-hero-v3{padding:30px 0 24px}.p360-detail-thumbs-v3{grid-template-columns:repeat(2,1fr)}.p360-detail-summary-v3 h1{font-size:40px!important}.p360-info-table-v3,.p360-highlight-grid-v3,.p360-room-grid-v3{grid-template-columns:1fr}.p360-detail-card-v3{padding:18px}.p360-detail-summary-v3{padding:18px}.p360-detail-specs-v3 span{padding:14px}.p360-detail-specs-v3 b{font-size:28px}}
@media(max-width:520px){.p360-detail-summary-v3 h1{font-size:34px!important}.p360-detail-specs-v3{grid-template-columns:repeat(2,1fr)}.p360-detail-trust-v3{display:grid;grid-template-columns:1fr}.p360-detail-trust-v3 span,.p360-nearby-grid-v3 span{border-radius:16px}.p360-room-card-v3 h3{font-size:18px!important}}

/* property360 phase e74 listing premium cleanup */
.p360-product-listings-e74 article{overflow:hidden;border-radius:18px;background:#fff;border:1px solid var(--p360-line);box-shadow:0 12px 30px rgba(15,62,110,.06)}
.p360-product-listings-e74 img{height:118px;object-fit:cover}
.p360-product-listings-e74 article > span{box-shadow:0 8px 18px rgba(16,183,89,.18)}

.p360-listing-card-e74{border-radius:22px!important;border:1px solid rgba(11,121,224,.10)!important;box-shadow:0 14px 34px rgba(15,62,110,.06)!important;overflow:hidden!important}
.p360-listing-card-e74 img{height:206px!important;object-fit:cover!important}
.p360-listing-card-e74 div{padding:15px 16px 16px!important}
.p360-listing-card-e74 h3{font-size:18px!important;line-height:1.28!important;margin:8px 0 4px!important}
.p360-listing-card-e74 p{font-size:14px!important;margin:0 0 4px!important}
.p360-listing-card-e74 strong{font-size:19px!important;margin:6px 0 2px!important}
.p360-listing-card-e74 small{display:block;font-size:12px!important;line-height:1.45!important}
.p360-listing-card-e74 .p360-card-actions{margin-top:12px!important;gap:8px!important}
.p360-listing-card-e74 .p360-card-actions a{border-radius:12px!important;padding:10px 10px!important;font-size:14px!important}
.p360-listing-card-e74 .p360-sale-tag{position:absolute!important;left:14px!important;top:14px!important;padding:7px 12px!important;font-size:12px!important;box-shadow:0 10px 24px rgba(16,183,89,.20)!important}

.p360-detail-hero-e74{padding:38px 0 22px;background:linear-gradient(180deg,#F7FBFF 0%,#F2F8FF 100%)}
.p360-detail-grid-e74{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);gap:22px;align-items:start}
.p360-gallery-panel-e74,.p360-summary-panel-e74,.p360-detail-card-e74,.p360-contact-panel-e74{background:#fff;border:1px solid rgba(11,121,224,.10);border-radius:24px;box-shadow:0 14px 38px rgba(15,62,110,.06)}
.p360-gallery-panel-e74{padding:14px}
.p360-main-visual-e74{position:relative;overflow:hidden;border-radius:20px;background:#EAF7FF}
.p360-main-visual-e74 img{display:block;width:100%;aspect-ratio:1.54/1;object-fit:cover}
.p360-main-visual-e74 .p360-sale-tag{position:absolute;left:14px;top:14px;z-index:2}
.p360-main-visual-meta-e74{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(7,26,46,.72);backdrop-filter:blur(10px);color:#fff;padding:11px 13px;border-radius:14px}
.p360-main-visual-meta-e74 small{display:block;font-size:11px;letter-spacing:.05em;text-transform:uppercase;opacity:.78;margin-bottom:2px}
.p360-main-visual-meta-e74 strong{display:block;font-size:16px;line-height:1.25}
.p360-thumb-grid-e74{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.p360-thumb-card-e74{border:1px solid rgba(11,121,224,.10);background:#fff;border-radius:16px;padding:8px;text-align:left;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:all .2s ease}
.p360-thumb-card-e74:hover,.p360-thumb-card-e74.is-active{border-color:rgba(11,121,224,.35);box-shadow:0 10px 24px rgba(15,62,110,.08);transform:translateY(-1px)}
.p360-thumb-card-e74 img{width:100%;aspect-ratio:1.44/1;object-fit:cover;border-radius:12px;display:block;background:#EEF7FF}
.p360-thumb-card-e74 span{display:block}
.p360-thumb-card-e74 small{display:block;color:var(--p360-blue);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}
.p360-thumb-card-e74 strong{display:block;color:var(--p360-navy);font-size:13px;line-height:1.25}

.p360-summary-panel-e74{padding:20px;position:sticky;top:92px}
.p360-summary-panel-e74 h1{font-size:clamp(28px,3vw,46px)!important;line-height:1.06!important;letter-spacing:-.045em!important;margin:10px 0 8px!important;color:var(--p360-navy)}
.p360-summary-location-e74{margin:0 0 10px;color:var(--p360-muted);font-size:17px}
.p360-summary-price-e74{display:block;color:var(--p360-blue);font-size:clamp(28px,3vw,40px);line-height:1.06;font-weight:900;margin:0 0 16px}
.p360-summary-specs-e74{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.p360-summary-specs-e74 article{background:#F8FBFF;border:1px solid rgba(11,121,224,.10);border-radius:16px;padding:12px 12px;text-align:center}
.p360-summary-specs-e74 b{display:block;color:var(--p360-blue);font-size:28px;line-height:1;margin-bottom:4px}
.p360-summary-specs-e74 small{display:block;color:var(--p360-muted);font-size:12px;font-weight:760}
.p360-summary-points-e74{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 12px}
.p360-summary-points-e74 span,.p360-summary-trust-e74 span,.p360-room-quicklist-e74 span,.p360-highlight-list-e74 span,.p360-nearby-list-e74 span,.p360-room-notes-e74 span,.p360-agent-stats-e74 span{display:inline-flex;align-items:center;gap:6px;background:#F5FAFF;border:1px solid rgba(11,121,224,.10);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:760;color:var(--p360-navy)}
.p360-summary-copy-e74{margin:0 0 14px;color:var(--p360-text);line-height:1.6}
.p360-room-quicklist-e74 small{display:block;color:var(--p360-muted);font-size:12px;margin-bottom:8px;font-weight:760}
.p360-room-quicklist-e74 > div,.p360-summary-trust-e74,.p360-nearby-list-e74,.p360-agent-stats-e74,.p360-highlight-list-e74,.p360-room-notes-e74{display:flex;flex-wrap:wrap;gap:8px}
.p360-summary-actions-e74{display:grid;gap:10px;margin-top:16px}
.p360-summary-actions-e74 .p360-btn{width:100%;justify-content:center}
.p360-summary-trust-e74{margin-top:16px}

.p360-detail-section-e74{padding-top:10px}
.p360-detail-layout-e74{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}
.p360-detail-main-e74{display:grid;gap:16px}
.p360-detail-card-e74{padding:20px}
.p360-card-head-e74{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}
.p360-card-head-e74 h2{font-size:28px!important;line-height:1.12!important;letter-spacing:-.03em!important;margin:4px 0 0!important;color:var(--p360-navy)}
.p360-card-head-e74 p{margin:8px 0 0;color:var(--p360-muted)}
.p360-detail-card-e74 > p{margin:0;color:var(--p360-text);line-height:1.7}
.p360-info-grid-e74{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.p360-info-grid-e74 div{background:#F8FBFF;border:1px solid rgba(11,121,224,.10);border-radius:16px;padding:13px 14px}
.p360-info-grid-e74 span{display:block;color:var(--p360-muted);font-size:12px;margin-bottom:5px}
.p360-info-grid-e74 b{display:block;color:var(--p360-navy);font-size:15px;line-height:1.4}
.p360-room-grid-e74{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.p360-room-card-e74{overflow:hidden;border:1px solid rgba(11,121,224,.10);border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(15,62,110,.05)}
.p360-room-card-e74 img{display:block;width:100%;aspect-ratio:1.48/1;object-fit:cover;background:#EEF7FF}
.p360-room-card-body-e74{padding:14px}
.p360-room-badge-e74{display:inline-flex;background:#EAF4FF;color:var(--p360-blue);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.05em;padding:7px 10px;border-radius:999px;margin-bottom:8px}
.p360-room-card-e74 h3{font-size:20px!important;line-height:1.2!important;margin:0 0 7px!important;color:var(--p360-navy)}
.p360-room-card-e74 p{margin:0 0 10px;color:var(--p360-muted);line-height:1.55}
.p360-contact-panel-e74{padding:18px;position:sticky;top:92px}
.p360-agent-mini-e74{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;margin-bottom:14px}
.p360-agent-mini-e74 img{width:64px;height:64px;border-radius:50%;display:block;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 24px rgba(15,62,110,.14)}
.p360-agent-mini-e74 h3{font-size:20px!important;line-height:1.1!important;margin:0 0 5px!important;color:var(--p360-navy)}
.p360-agent-mini-e74 p{margin:0;color:var(--p360-muted);font-size:14px}
.p360-contact-panel-e74 .p360-wa-full{margin-top:14px}
.p360-contact-note-e74{margin-top:14px;padding:14px;border-radius:16px;background:#F8FBFF;border:1px solid rgba(11,121,224,.10)}
.p360-contact-note-e74 strong{display:block;color:var(--p360-navy);margin-bottom:5px}
.p360-contact-note-e74 small{display:block;color:var(--p360-muted);line-height:1.55}

@media (max-width: 1080px){
  .p360-detail-grid-e74,.p360-detail-layout-e74{grid-template-columns:1fr}
  .p360-summary-panel-e74,.p360-contact-panel-e74{position:static}
}
@media (max-width: 860px){
  .p360-detail-hero-e74{padding:28px 0 16px}
  .p360-thumb-grid-e74{grid-template-columns:repeat(2,1fr)}
  .p360-room-grid-e74,.p360-info-grid-e74{grid-template-columns:1fr}
  .p360-card-head-e74 h2{font-size:24px!important}
  .p360-detail-card-e74{padding:18px}
}
@media (max-width: 560px){
  .p360-summary-panel-e74{padding:16px}
  .p360-summary-panel-e74 h1{font-size:34px!important}
  .p360-summary-price-e74{font-size:32px}
  .p360-thumb-grid-e74{grid-template-columns:1fr 1fr}
  .p360-thumb-card-e74{padding:7px}
  .p360-thumb-card-e74 strong{font-size:12px}
  .p360-summary-specs-e74 article{padding:11px 8px}
  .p360-summary-specs-e74 b{font-size:24px}
  .p360-listing-card-e74 img{height:190px!important}
}

/* property360 phase e77 plain language + proper legal pages */
.p360-legal-page{background:linear-gradient(180deg,#F7FBFF 0%,#FFFFFF 46%,#F3F8FF 100%);padding:56px 0 64px}
.p360-legal-wrap{max-width:1120px}
.p360-legal-hero{background:#fff;border:1px solid rgba(11,121,224,.12);border-radius:28px;padding:30px;box-shadow:0 18px 46px rgba(15,62,110,.07);margin-bottom:22px}
.p360-legal-hero h1{font-size:clamp(34px,4vw,58px)!important;line-height:1.04!important;letter-spacing:-.045em!important;color:var(--p360-navy);margin:10px 0 12px!important}
.p360-legal-hero p{max-width:850px;color:var(--p360-text);font-size:18px;line-height:1.7;margin:0 0 12px}
.p360-legal-hero small{display:inline-flex;background:#F3F9FF;border:1px solid rgba(11,121,224,.12);border-radius:999px;padding:8px 12px;color:var(--p360-muted);font-weight:760}
.p360-legal-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}
.p360-legal-nav{position:sticky;top:96px;background:#fff;border:1px solid rgba(11,121,224,.12);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(15,62,110,.06)}
.p360-legal-nav strong{display:block;color:var(--p360-navy);font-size:16px;margin-bottom:10px}
.p360-legal-nav a{display:block;text-decoration:none;color:var(--p360-muted);font-weight:720;font-size:14px;padding:8px 0;border-top:1px solid #EEF5FC}
.p360-legal-nav a:hover{color:var(--p360-blue)}
.p360-legal-content{display:grid;gap:14px}
.p360-legal-content-single{max-width:860px;margin:0 auto}
.p360-legal-content article{background:#fff;border:1px solid rgba(11,121,224,.10);border-radius:22px;padding:22px;box-shadow:0 10px 28px rgba(15,62,110,.045);scroll-margin-top:104px}
.p360-legal-content h2{font-size:24px!important;line-height:1.2!important;letter-spacing:-.025em!important;margin:0 0 10px!important;color:var(--p360-navy)}
.p360-legal-content p{color:var(--p360-text);font-size:16px;line-height:1.72;margin:0 0 10px}
.p360-legal-content p:last-child{margin-bottom:0}
.p360-legal-content a{color:var(--p360-blue);font-weight:800;text-decoration:none}
@media(max-width:900px){.p360-legal-page{padding:34px 0 46px}.p360-legal-grid{grid-template-columns:1fr}.p360-legal-nav{position:static}.p360-legal-nav a{display:inline-flex;margin-right:10px;border-top:0;background:#F6FAFF;border-radius:999px;padding:8px 11px;margin-bottom:8px}.p360-legal-hero{padding:22px}.p360-legal-content article{padding:18px}}
