
/*
  Property360 Public UI Foundation — Phase A
  Purpose: lock brand, typography, spacing, buttons, cards, mobile shell, Coach Tino, and sticky CTA.
  This file is intentionally loaded after legacy app.css so public pages have one forward-facing control layer.
*/
:root{
  --p360-blue:#0676E8;
  --p360-blue-2:#0095E8;
  --p360-blue-dark:#064FAF;
  --p360-ink:#0B1B32;
  --p360-text:#16314C;
  --p360-muted:#5F7690;
  --p360-soft:#F5FAFF;
  --p360-soft-2:#EAF7FF;
  --p360-line:#D7E9FA;
  --p360-card:#FFFFFF;
  --p360-green:#18B95F;
  --p360-orange:#FF8A00;
  --p360-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --p360-container:1180px;
  --p360-radius-sm:14px;
  --p360-radius:22px;
  --p360-radius-lg:30px;
  --p360-shadow:0 18px 50px rgba(10, 52, 92, .10);
  --p360-shadow-soft:0 12px 34px rgba(10, 52, 92, .07);
  --p360-header-h:82px;
}
html{scroll-padding-top:calc(var(--p360-header-h) + 18px)}
body{font-family:var(--p360-font)!important;color:var(--p360-ink)!important;background:#fff!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
.wrap{max-width:var(--p360-container)!important;margin:0 auto!important;padding-inline:24px!important;}
.p360-header{position:sticky!important;top:0!important;z-index:500!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid var(--p360-line)!important;box-shadow:none!important;}
.p360-nav{min-height:var(--p360-header-h)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;}
.p360-brand-lockup{display:inline-flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;min-width:0!important;color:var(--p360-ink)!important;}
.p360-logo img,.p360-footer-brand img{width:48px!important;height:48px!important;max-height:48px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;}
.p360-brand-text{display:grid!important;line-height:1.05!important;gap:3px!important;}
.p360-brand-text strong{font-size:21px!important;letter-spacing:-.03em!important;font-weight:850!important;color:var(--p360-blue)!important;text-transform:none!important;}
.p360-brand-text small{font-size:10.5px!important;line-height:1.1!important;color:var(--p360-orange)!important;font-weight:750!important;letter-spacing:.02em!important;text-transform:none!important;white-space:nowrap!important;}
.p360-menu{display:flex!important;align-items:center!important;gap:28px!important;font-weight:760!important;font-size:15px!important;}
.p360-menu a{text-decoration:none!important;color:var(--p360-ink)!important;line-height:1.2!important;}
.p360-menu a:hover{color:var(--p360-blue)!important;}
.p360-btn,.p360-nav-cta,.p360-actions a,.p360-card-actions a,.mobile-sticky-cta a{font-family:var(--p360-font)!important;font-size:15.5px!important;font-weight:800!important;letter-spacing:-.01em!important;text-decoration:none!important;border-radius:16px!important;min-height:52px!important;padding:14px 20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;line-height:1.1!important;white-space:normal!important;}
.p360-btn-primary,.p360-nav-cta{color:#fff!important;border:0!important;background:linear-gradient(135deg,var(--p360-blue),var(--p360-blue-dark))!important;box-shadow:0 14px 34px rgba(6,118,232,.22)!important;}
.p360-btn-secondary{background:#fff!important;color:var(--p360-ink)!important;border:1px solid #CFE1F4!important;box-shadow:0 8px 24px rgba(10,52,92,.05)!important;}
.p360-menu-toggle{display:none!important;width:52px!important;height:52px!important;border:1px solid var(--p360-line)!important;background:#fff!important;border-radius:18px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;box-shadow:0 8px 24px rgba(10,52,92,.06)!important;}
.p360-menu-toggle span{width:22px!important;height:2px!important;background:var(--p360-ink)!important;border-radius:999px!important;display:block!important;}
.p360-hero,.p360-page-hero{background:radial-gradient(circle at 86% 16%,rgba(6,118,232,.14),transparent 35%),linear-gradient(135deg,#FFFFFF 0%,#F7FBFF 48%,#EAF7FF 100%)!important;}
.p360-hero{padding:70px 0 58px!important;}
.p360-hero-grid{display:grid!important;grid-template-columns:minmax(0,510px) minmax(480px,1fr)!important;gap:58px!important;align-items:center!important;}
.p360-eyebrow{display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--p360-blue)!important;background:rgba(255,255,255,.76)!important;border:1px solid #BFE1FF!important;border-radius:999px!important;padding:8px 14px!important;font-size:12px!important;font-weight:850!important;line-height:1!important;letter-spacing:.045em!important;text-transform:uppercase!important;box-shadow:0 10px 24px rgba(6,118,232,.07)!important;}
.p360-hero-copy h1,.p360-page-copy h1{font-size:clamp(46px,4.4vw,58px)!important;line-height:1.08!important;letter-spacing:-.05em!important;font-weight:800!important;color:var(--p360-ink)!important;margin:24px 0 18px!important;max-width:720px!important;text-wrap:balance!important;}
.p360-hero-copy h1 em{display:inline!important;font-style:normal!important;color:var(--p360-blue)!important;}
.p360-page-copy h1{font-size:clamp(42px,4.1vw,56px)!important;}
.p360-lead,.p360-page-copy .p360-lead,.p360-section-head-row p,.p360-centered-head p{font-size:18px!important;line-height:1.68!important;color:var(--p360-text)!important;margin-top:0!important;max-width:680px!important;}
.p360-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;align-items:center!important;margin-top:22px!important;}
.p360-proof-chips{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:26px!important;}
.p360-proof-chips span{background:rgba(255,255,255,.84)!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:14px 16px!important;box-shadow:0 12px 28px rgba(10,52,92,.06)!important;min-width:0!important;}
.p360-proof-chips b{display:block!important;font-size:15px!important;line-height:1.2!important;color:var(--p360-ink)!important;}
.p360-proof-chips small{display:block!important;margin-top:4px!important;font-size:13px!important;line-height:1.3!important;color:var(--p360-muted)!important;}
.p360-product-scene{position:relative!important;min-height:460px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.p360-browser-card,.p360-public-profile-preview,.p360-agent-profile-card,.p360-follow-card,.p360-listing-card,.p360-steps article,.p360-faq-grid article{background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:var(--p360-radius-lg)!important;box-shadow:var(--p360-shadow)!important;}
.p360-browser-card{width:min(100%,620px)!important;padding:22px!important;}
.p360-profile-row img,.p360-phone-agent img,.p360-agent-avatar,.p360-agent-avatar-large{object-fit:cover!important;object-position:center!important;background:#EAF7FF!important;}
.p360-profile-row img{width:70px!important;height:70px!important;border-radius:50%!important;border:4px solid #fff!important;box-shadow:0 12px 26px rgba(10,52,92,.14)!important;}
.p360-profile-row strong{font-size:21px!important;line-height:1.15!important;color:var(--p360-ink)!important;}
.p360-profile-row small{font-size:14px!important;color:var(--p360-muted)!important;font-weight:700!important;}
.p360-wa-mini,.p360-wa-full{background:var(--p360-green)!important;color:#fff!important;border-radius:14px!important;text-decoration:none!important;font-weight:800!important;text-align:center!important;}
.p360-preview-listings{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;}
.p360-preview-listings article{border:1px solid var(--p360-line)!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;min-width:0!important;}
.p360-preview-listings img{height:132px!important;width:100%!important;object-fit:cover!important;display:block!important;}
.p360-preview-listings h3{font-size:15px!important;line-height:1.25!important;margin:8px 10px 2px!important;color:var(--p360-ink)!important;}
.p360-preview-listings p{font-size:12px!important;line-height:1.3!important;color:var(--p360-muted)!important;margin:0 10px!important;}
.p360-preview-listings b{display:block!important;color:var(--p360-blue)!important;font-size:15px!important;margin:6px 10px 12px!important;}
.p360-phone-card{width:255px!important;border:7px solid #0B1B32!important;border-radius:34px!important;box-shadow:0 22px 60px rgba(10,52,92,.20)!important;}
.p360-section{padding:72px 0!important;}
.p360-section-soft{background:#F5FAFF!important;}
.p360-section-head-row{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:28px!important;}
.p360-section-head-row h2,.p360-centered-head h2{font-size:clamp(34px,3.2vw,44px)!important;line-height:1.15!important;letter-spacing:-.035em!important;font-weight:800!important;margin:16px 0 10px!important;color:var(--p360-ink)!important;}
.p360-centered-head{text-align:center!important;max-width:760px!important;margin:0 auto 30px!important;}
.p360-benefit-strip{background:#fff!important;border-top:1px solid var(--p360-line)!important;border-bottom:1px solid var(--p360-line)!important;padding:28px 0!important;}
.p360-benefit-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;}
.p360-benefit-grid article{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:20px!important;padding:18px!important;box-shadow:var(--p360-shadow-soft)!important;min-width:0!important;}
.p360-benefit-grid span{width:44px!important;height:44px!important;border-radius:15px!important;background:#EEF7FF!important;color:var(--p360-blue)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;}
.p360-benefit-grid h3{font-size:17px!important;line-height:1.25!important;margin:0 0 6px!important;color:var(--p360-ink)!important;font-weight:800!important;}
.p360-benefit-grid p{font-size:14px!important;line-height:1.45!important;color:var(--p360-muted)!important;margin:0!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;}
.p360-agent-demo-grid,.p360-page-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,560px)!important;gap:40px!important;align-items:center!important;}
.p360-agent-profile-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:22px!important;align-items:center!important;padding:26px!important;}
.p360-agent-avatar,.p360-agent-avatar-large{width:112px!important;height:112px!important;border-radius:50%!important;border:5px solid #fff!important;box-shadow:0 14px 34px rgba(10,52,92,.16)!important;}
.p360-public-profile-head{display:grid!important;grid-template-columns:116px minmax(0,1fr)!important;gap:20px!important;align-items:center!important;padding:20px!important;border:1px solid var(--p360-line)!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#F6FBFF)!important;}
.p360-public-profile-head h2,.p360-agent-profile-card h3,.p360-follow-card h3{font-size:28px!important;line-height:1.15!important;letter-spacing:-.025em!important;margin:0 0 6px!important;color:var(--p360-ink)!important;}
.p360-public-profile-head p,.p360-agent-profile-card p,.p360-follow-card p{font-size:16px!important;line-height:1.6!important;color:var(--p360-text)!important;margin:0!important;}
.p360-agent-stats{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:14px 0!important;}
.p360-agent-stats span{font-size:13px!important;font-weight:800!important;color:var(--p360-blue)!important;background:#EEF7FF!important;border-radius:999px!important;padding:8px 11px!important;}
.p360-listing-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;}
.p360-listing-card{overflow:hidden!important;}
.p360-listing-card img{width:100%!important;height:220px!important;object-fit:cover!important;display:block!important;background:#EAF7FF!important;}
.p360-listing-card div{padding:20px!important;}
.p360-listing-card h3{font-size:20px!important;line-height:1.25!important;margin:12px 0 6px!important;color:var(--p360-ink)!important;}
.p360-listing-card p{font-size:15px!important;line-height:1.45!important;color:var(--p360-muted)!important;margin:0!important;}
.p360-listing-card strong{display:block!important;color:var(--p360-blue)!important;font-size:22px!important;margin:10px 0 6px!important;}
.p360-sale-tag{display:inline-flex!important;border-radius:999px!important;padding:6px 10px!important;background:var(--p360-green)!important;color:#fff!important;font-size:12px!important;font-weight:850!important;letter-spacing:.02em!important;text-transform:uppercase!important;}
.p360-card-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:16px!important;}
.p360-card-actions a{min-height:44px!important;border-radius:13px!important;padding:10px 12px!important;font-size:15px!important;}
.p360-steps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;}
.p360-steps article{padding:28px!important;}
.p360-steps b{display:flex!important;width:52px!important;height:52px!important;border-radius:17px!important;align-items:center!important;justify-content:center!important;background:var(--p360-blue)!important;color:#fff!important;font-size:22px!important;font-weight:850!important;margin-bottom:18px!important;}
.p360-steps h3,.p360-faq-grid h3{font-size:21px!important;line-height:1.3!important;margin:0 0 10px!important;color:var(--p360-ink)!important;}
.p360-steps p,.p360-faq-grid p{font-size:16px!important;line-height:1.65!important;color:var(--p360-text)!important;margin:0!important;}
.p360-faq-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;}
.p360-faq-grid article{padding:26px!important;}
.p360-search-demo{display:flex!important;gap:12px!important;background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:22px!important;padding:12px!important;margin-bottom:26px!important;box-shadow:var(--p360-shadow-soft)!important;}
.p360-search-demo input{flex:1!important;min-width:0!important;border:0!important;outline:0!important;font:500 16px/1.4 var(--p360-font)!important;color:var(--p360-ink)!important;padding:12px 14px!important;}
.p360-search-demo button{border:0!important;border-radius:15px!important;background:var(--p360-blue)!important;color:#fff!important;font-weight:800!important;padding:12px 20px!important;}
.p360-footer{background:#07192D!important;color:#DCEBFA!important;padding:56px 0!important;}
.p360-footer-grid{display:grid!important;grid-template-columns:2fr 1fr 1fr 1fr!important;gap:30px!important;}
.p360-footer-brand{margin-bottom:14px!important;}
.p360-footer .p360-brand-text strong{color:#fff!important;}
.p360-footer .p360-brand-text small{color:#9ED8FF!important;}
.p360-footer p{font-size:15px!important;line-height:1.65!important;color:#DCEBFA!important;margin:10px 0!important;max-width:560px!important;}
.p360-footer-note{color:#9FC2DF!important;font-size:14px!important;}
.p360-footer h3{font-size:17px!important;color:#fff!important;margin:0 0 14px!important;}
.p360-footer a{display:block!important;color:#DCEBFA!important;text-decoration:none!important;margin:9px 0!important;}
.p360-footer a:hover{color:#fff!important;}
.mobile-sticky-cta{display:none!important;}
.coach-tino-bubble{max-width:310px!important;border-radius:18px!important;box-shadow:0 14px 38px rgba(10,52,92,.12)!important;}
.coach-tino-bubble p,.coach-tino-message{font-family:var(--p360-font)!important;}
.coach-tino-button{box-shadow:0 10px 30px rgba(6,118,232,.20)!important;}
body.mobile-menu-open .mobile-sticky-cta,body.p360-menu-active .mobile-sticky-cta,body.coach-tino-open .mobile-sticky-cta,body.keyboard-open .mobile-sticky-cta{display:none!important;}
body.mobile-menu-open .coach-tino-floating:not(.is-open),body.p360-menu-active .coach-tino-floating:not(.is-open){display:none!important;}
@media(max-width:1100px){
  .p360-hero-grid,.p360-page-grid{grid-template-columns:1fr!important;}
  .p360-product-scene{margin-top:30px!important;min-height:auto!important;justify-content:flex-start!important;}
  .p360-browser-card{width:100%!important;}
  .p360-proof-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .p360-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .p360-agent-demo-grid{grid-template-columns:1fr!important;}
}
@media(max-width:860px){
  :root{--p360-header-h:74px;}
  .wrap{padding-inline:18px!important;width:100%!important;}
  .p360-nav{min-height:var(--p360-header-h)!important;gap:12px!important;}
  .p360-logo img{width:42px!important;height:42px!important;max-height:42px!important;}
  .p360-brand-text strong{font-size:17px!important;}
  .p360-brand-text small{font-size:8.5px!important;max-width:170px!important;white-space:normal!important;line-height:1.15!important;}
  .p360-menu-toggle{display:flex!important;flex:0 0 auto!important;}
  .p360-menu{display:none!important;}
  .p360-menu.is-open{display:grid!important;position:fixed!important;top:calc(var(--p360-header-h) + 10px)!important;left:16px!important;right:16px!important;gap:4px!important;background:rgba(255,255,255,.98)!important;border:1px solid var(--p360-line)!important;border-radius:24px!important;padding:14px!important;box-shadow:0 28px 80px rgba(10,52,92,.20)!important;z-index:1000!important;}
  .p360-menu.is-open a{padding:14px 14px!important;border-radius:14px!important;font-size:16px!important;}
  .p360-menu.is-open a:hover{background:#EFF7FF!important;}
  .p360-nav-cta{display:none!important;}
  .p360-hero{padding:40px 0 42px!important;}
  .p360-page-hero{padding:42px 0!important;}
  .p360-hero-copy h1,.p360-page-copy h1{font-size:clamp(32px,8.4vw,40px)!important;line-height:1.12!important;letter-spacing:-.04em!important;margin:18px 0 14px!important;}
  .p360-hero-copy h1 em{display:inline!important;}
  .p360-lead,.p360-page-copy .p360-lead,.p360-section-head-row p{font-size:16px!important;line-height:1.62!important;}
  .p360-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important;}
  .p360-btn{width:100%!important;min-height:54px!important;}
  .p360-proof-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:18px!important;}
  .p360-proof-chips span{padding:13px!important;border-radius:16px!important;}
  .p360-proof-chips b{font-size:14px!important;}
  .p360-proof-chips small{font-size:12px!important;}
  .p360-browser-card{padding:18px!important;border-radius:24px!important;}
  .p360-profile-row{grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important;}
  .p360-profile-row img{width:64px!important;height:64px!important;}
  .p360-profile-row .p360-wa-mini{grid-column:1 / -1!important;width:100%!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
  .p360-metrics-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
  .p360-preview-listings{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .p360-preview-listings article:nth-child(3){display:none!important;}
  .p360-preview-listings img{height:118px!important;}
  .p360-phone-card{display:none!important;}
  .p360-section{padding:52px 0!important;}
  .p360-section-head-row{display:block!important;margin-bottom:22px!important;}
  .p360-section-head-row h2,.p360-centered-head h2{font-size:clamp(28px,7.2vw,34px)!important;line-height:1.18!important;letter-spacing:-.035em!important;}
  .p360-benefit-strip{padding:18px 0!important;}
  .p360-benefit-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .p360-benefit-grid article{grid-template-columns:48px minmax(0,1fr)!important;padding:16px!important;border-radius:20px!important;min-height:auto!important;}
  .p360-benefit-grid h3{font-size:17px!important;}
  .p360-benefit-grid p{font-size:14.5px!important;line-height:1.5!important;}
  .p360-agent-profile-card,.p360-public-profile-head{grid-template-columns:86px minmax(0,1fr)!important;gap:16px!important;padding:18px!important;}
  .p360-agent-avatar,.p360-agent-avatar-large{width:86px!important;height:86px!important;}
  .p360-agent-demo-grid,.p360-listing-cards,.p360-steps,.p360-faq-grid,.p360-footer-grid{grid-template-columns:1fr!important;}
  .p360-public-profile-preview{padding:18px!important;}
  .p360-preview-listings-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .p360-listing-card img{height:220px!important;}
  .p360-search-demo{display:grid!important;}
  .p360-search-demo button{width:100%!important;min-height:48px!important;}
  .p360-footer{padding:46px 0 84px!important;}
  .mobile-sticky-cta{display:flex!important;position:fixed!important;left:14px!important;right:14px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;z-index:420!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;background:rgba(255,255,255,.96)!important;border:1px solid var(--p360-line)!important;border-radius:22px!important;padding:11px 12px 11px 16px!important;box-shadow:0 18px 55px rgba(10,52,92,.18)!important;backdrop-filter:blur(16px)!important;}
  .mobile-sticky-cta span{font-weight:800!important;color:var(--p360-blue)!important;font-size:16px!important;}
  .mobile-sticky-cta a{width:auto!important;min-height:48px!important;border-radius:16px!important;background:var(--p360-blue)!important;color:#fff!important;padding:12px 18px!important;}
  .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:480px){
  .wrap{padding-inline:16px!important;}
  .p360-brand-text strong{font-size:16px!important;}
  .p360-brand-text small{display:none!important;}
  .p360-menu-toggle{width:50px!important;height:50px!important;}
  .p360-hero-copy h1,.p360-page-copy h1{font-size:34px!important;}
  .p360-proof-chips{grid-template-columns:1fr 1fr!important;}
  .p360-preview-listings{grid-template-columns:1fr!important;}
  .p360-preview-listings article:nth-child(2){display:none!important;}
  .p360-agent-profile-card,.p360-public-profile-head{grid-template-columns:1fr!important;text-align:left!important;}
  .p360-agent-avatar,.p360-agent-avatar-large{width:96px!important;height:96px!important;}
  .p360-listing-card img{height:210px!important;}
  .p360-card-actions{grid-template-columns:1fr 1fr!important;}
}


/* =========================================================
   Property360 Phase B — Homepage Product Story Rebuild
   Scope: homepage only, using the unified public design system.
   ========================================================= */
.p360-header .p360-logo img,.p360-footer .p360-footer-brand img{width:52px!important;height:52px!important;object-fit:contain!important;max-width:52px!important;max-height:52px!important;}
.p360-header .p360-brand-text strong{font-size:23px!important;letter-spacing:-.025em!important;}
.p360-header .p360-brand-text small{font-size:10.5px!important;letter-spacing:.02em!important;text-transform:none!important;color:#4d7191!important;}
.p360-header .p360-menu a{text-transform:none!important;font-size:15.5px!important;font-weight:760!important;}
.p360-home-v2{font-family:var(--p360-font)!important;color:var(--p360-ink)!important;}
.p360-home-v2 .p360-eyebrow{text-transform:none!important;letter-spacing:.03em!important;font-weight:820!important;}
.p360-home-hero{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 84% 18%,rgba(6,118,232,.16),transparent 34%),linear-gradient(135deg,#FFFFFF 0%,#F8FCFF 50%,#EAF7FF 100%)!important;padding:76px 0 70px!important;border-bottom:1px solid var(--p360-line)!important;}
.p360-home-hero:before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(10,125,220,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(10,125,220,.04) 1px,transparent 1px)!important;background-size:72px 72px!important;opacity:.55!important;pointer-events:none!important;}
.p360-home-hero-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:minmax(0,510px) minmax(560px,1fr)!important;gap:64px!important;align-items:center!important;}
.p360-home-copy h1{font-size:clamp(46px,4.45vw,62px)!important;line-height:1.06!important;letter-spacing:-.052em!important;font-weight:790!important;margin:22px 0 18px!important;color:var(--p360-ink)!important;text-wrap:balance!important;}
.p360-home-copy h1 span,.p360-home-copy h1 em{display:block!important;}
.p360-home-copy h1 em{font-style:normal!important;color:var(--p360-blue)!important;}
.p360-home-copy .p360-lead{font-size:18.5px!important;line-height:1.72!important;color:#294a64!important;max-width:610px!important;margin:0!important;font-weight:500!important;}
.p360-home-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin:28px 0 20px!important;}
.p360-home-actions .p360-btn{min-height:56px!important;border-radius:17px!important;padding:0 22px!important;width:auto!important;}
.p360-home-trust{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;max-width:650px!important;}
.p360-home-trust span{display:block!important;background:rgba(255,255,255,.86)!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:16px 16px!important;box-shadow:0 12px 30px rgba(15,62,110,.055)!important;min-width:0!important;}
.p360-home-trust b{display:block!important;font-size:15px!important;line-height:1.24!important;color:var(--p360-ink)!important;margin-bottom:5px!important;}
.p360-home-trust small{display:block!important;font-size:13.5px!important;line-height:1.35!important;color:#54738C!important;}
.p360-home-product{position:relative!important;min-height:560px!important;}
.p360-product-window{position:relative!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(150,210,245,.9)!important;border-radius:32px!important;padding:26px!important;box-shadow:0 28px 90px rgba(10,82,138,.16)!important;backdrop-filter:blur(18px)!important;}
.p360-window-top{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:14px!important;margin-bottom:20px!important;color:#537391!important;}
.p360-window-top strong{font-size:14px!important;color:var(--p360-blue)!important;}
.p360-window-top small{font-size:13px!important;color:#18A65A!important;font-weight:800!important;}
.p360-window-dots{display:flex!important;gap:7px!important;}
.p360-window-dots span{width:8px!important;height:8px!important;border-radius:999px!important;background:#99D7F8!important;display:block!important;}
.p360-product-profile{display:grid!important;grid-template-columns:72px minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;background:linear-gradient(135deg,#F7FBFF,#ECF7FF)!important;border:1px solid var(--p360-line)!important;border-radius:22px!important;padding:18px!important;margin-bottom:16px!important;}
.p360-product-profile img{width:72px!important;height:72px!important;border-radius:999px!important;object-fit:cover!important;border:5px solid #fff!important;box-shadow:0 10px 26px rgba(6,118,232,.13)!important;}
.p360-product-profile h2{font-size:25px!important;line-height:1.15!important;margin:0 0 4px!important;letter-spacing:-.03em!important;}
.p360-product-profile p{font-size:15px!important;color:#5B7087!important;margin:0!important;}
.p360-product-profile a,.p360-agent-showcase-info a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;border-radius:14px!important;background:#17B95D!important;color:#fff!important;text-decoration:none!important;font-weight:830!important;padding:0 18px!important;white-space:nowrap!important;}
.p360-product-metrics{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin:0 0 18px!important;}
.p360-product-metrics span{background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:16px!important;text-align:center!important;}
.p360-product-metrics b{display:block!important;font-size:25px!important;color:var(--p360-blue)!important;line-height:1.1!important;}
.p360-product-metrics small{display:block!important;font-size:13px!important;color:#617991!important;font-weight:760!important;margin-top:4px!important;}
.p360-product-listing-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:8px 0 12px!important;}
.p360-product-listing-head strong{font-size:18px!important;}
.p360-product-listing-head a{font-size:13.5px!important;font-weight:800!important;color:var(--p360-blue)!important;text-decoration:none!important;}
.p360-product-listings{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.p360-product-listings article{overflow:hidden!important;background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:20px!important;box-shadow:0 12px 34px rgba(10,82,138,.07)!important;}
.p360-product-listings img{width:100%!important;height:154px!important;display:block!important;object-fit:cover!important;}
.p360-product-listings span,.p360-sale-tag{display:inline-flex!important;width:max-content!important;background:#18B95F!important;color:#fff!important;border-radius:999px!important;padding:5px 10px!important;font-size:12px!important;font-weight:850!important;text-transform:none!important;letter-spacing:0!important;margin:12px 14px 4px!important;}
.p360-product-listings h3{font-size:17px!important;line-height:1.18!important;margin:6px 14px 4px!important;color:var(--p360-ink)!important;}
.p360-product-listings p{font-size:13.5px!important;line-height:1.35!important;margin:0 14px 8px!important;color:#5B7087!important;}
.p360-product-listings b{display:block!important;font-size:17px!important;color:var(--p360-blue)!important;margin:0 14px 14px!important;}
.p360-product-followup{position:absolute!important;right:-12px!important;top:112px!important;width:265px!important;background:#fff!important;border:8px solid #091525!important;border-radius:32px!important;padding:22px!important;box-shadow:0 24px 66px rgba(7,25,45,.20)!important;}
.p360-phone-head{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:18px!important;}
.p360-phone-head span{font-weight:850!important;font-size:13px!important;color:#101D2C!important;}
.p360-phone-head b{font-size:14px!important;color:var(--p360-blue)!important;}
.p360-product-followup ul{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:12px!important;}
.p360-product-followup li{display:grid!important;grid-template-columns:9px 1fr auto!important;gap:9px!important;align-items:center!important;font-size:12.5px!important;color:var(--p360-ink)!important;border-bottom:1px solid #E7F1FB!important;padding-bottom:10px!important;}
.p360-product-followup li:last-child{border-bottom:0!important;padding-bottom:0!important;}
.p360-product-followup li span{width:8px!important;height:8px!important;border-radius:999px!important;background:#18B95F!important;}
.p360-product-followup time{font-weight:850!important;color:#637892!important;}
.p360-benefits-v2{padding:34px 0!important;background:#fff!important;border-bottom:1px solid var(--p360-line)!important;}
.p360-benefits-grid-v2{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
.p360-benefits-grid-v2 article{display:grid!important;grid-template-columns:48px 1fr!important;gap:14px!important;align-items:start!important;background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:22px!important;padding:20px!important;box-shadow:0 14px 38px rgba(15,62,110,.055)!important;min-width:0!important;}
.p360-benefits-grid-v2 span{display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;border-radius:15px!important;background:#EFF7FF!important;color:var(--p360-blue)!important;font-weight:850!important;}
.p360-benefits-grid-v2 h3{font-size:18px!important;line-height:1.25!important;margin:0 0 7px!important;color:var(--p360-ink)!important;}
.p360-benefits-grid-v2 p{font-size:14.5px!important;line-height:1.52!important;margin:0!important;color:#55728C!important;}
.p360-showcase-grid-v2,.p360-followup-story-v2{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;align-items:stretch!important;}
.p360-agent-showcase-card,.p360-workflow-card-v2,.p360-followup-board-v2{background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:28px!important;padding:28px!important;box-shadow:var(--p360-shadow-soft)!important;}
.p360-agent-showcase-card{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:22px!important;align-items:center!important;}
.p360-agent-showcase-card .p360-agent-avatar{width:118px!important;height:118px!important;border-radius:999px!important;object-fit:cover!important;border:7px solid #fff!important;box-shadow:0 16px 38px rgba(10,82,138,.13)!important;}
.p360-agent-showcase-info h3{font-size:27px!important;line-height:1.18!important;margin:0 0 8px!important;}
.p360-agent-showcase-info p{font-size:16px!important;color:#55728C!important;margin:0 0 14px!important;line-height:1.55!important;}
.p360-agent-showcase-info div{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:18px!important;}
.p360-agent-showcase-info span{border-radius:999px!important;background:#EFF7FF!important;color:var(--p360-blue)!important;font-size:13px!important;font-weight:850!important;padding:8px 11px!important;}
.p360-workflow-card-v2 h3,.p360-followup-story-v2 h2{font-size:32px!important;line-height:1.18!important;letter-spacing:-.035em!important;margin:0 0 14px!important;}
.p360-workflow-card-v2 p,.p360-followup-story-v2 p{font-size:17px!important;line-height:1.68!important;color:#55728C!important;margin:0 0 18px!important;}
.p360-workflow-card-v2 ul{margin:0!important;padding-left:20px!important;font-size:16px!important;line-height:1.75!important;font-weight:720!important;color:var(--p360-ink)!important;}
.p360-listing-cards-v2 .p360-listing-card img{height:250px!important;object-fit:cover!important;}
.p360-listing-cards-v2 .p360-listing-card div{padding:22px!important;}
.p360-listing-cards-v2 .p360-listing-card h3{font-size:22px!important;line-height:1.22!important;}
.p360-listing-cards-v2 .p360-listing-card strong{font-size:23px!important;color:var(--p360-blue)!important;}
.p360-followup-story-v2{align-items:center!important;}
.p360-followup-board-v2{display:grid!important;gap:12px!important;background:linear-gradient(135deg,#fff,#F3FAFF)!important;}
.p360-followup-board-v2 article{border:1px solid var(--p360-line)!important;border-radius:18px!important;background:#fff!important;padding:16px 18px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:6px 12px!important;}
.p360-followup-board-v2 b{font-size:17px!important;}
.p360-followup-board-v2 span{font-size:14.5px!important;color:#55728C!important;grid-column:1/-1!important;}
.p360-followup-board-v2 time{font-size:13px!important;color:var(--p360-blue)!important;font-weight:850!important;grid-column:2!important;grid-row:1!important;}
.p360-coach-section-v2{display:grid!important;grid-template-columns:88px 1fr auto!important;gap:22px!important;align-items:center!important;background:linear-gradient(135deg,#FFFFFF,#F2FAFF)!important;border:1px solid var(--p360-line)!important;border-radius:30px!important;padding:28px!important;box-shadow:var(--p360-shadow-soft)!important;}
.p360-coach-section-v2 img{width:88px!important;height:88px!important;border-radius:999px!important;object-fit:cover!important;}
.p360-coach-section-v2 h2{font-size:30px!important;line-height:1.2!important;margin:8px 0 8px!important;}
.p360-coach-section-v2 p{font-size:16.5px!important;line-height:1.65!important;margin:0!important;color:#55728C!important;}
@media(max-width:1180px){
  .p360-home-hero-grid{grid-template-columns:1fr!important;gap:42px!important;}
  .p360-home-product{min-height:auto!important;}
  .p360-product-followup{right:20px!important;top:100px!important;}
  .p360-benefits-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:860px){
  .p360-header .p360-logo img{width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important;}
  .p360-header .p360-brand-text strong{font-size:19px!important;}
  .p360-header .p360-brand-text small{font-size:9.2px!important;}
  .p360-home-hero{padding:36px 0 42px!important;}
  .p360-home-hero:before{background-size:54px 54px!important;opacity:.35!important;}
  .p360-home-copy h1{font-size:clamp(34px,8.2vw,42px)!important;line-height:1.12!important;letter-spacing:-.045em!important;margin:18px 0 14px!important;}
  .p360-home-copy .p360-lead{font-size:16px!important;line-height:1.62!important;}
  .p360-home-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:22px 0 18px!important;}
  .p360-home-actions .p360-btn{width:100%!important;min-height:54px!important;}
  .p360-home-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .p360-home-trust span{padding:13px!important;border-radius:16px!important;}
  .p360-home-trust b{font-size:14px!important;}
  .p360-home-trust small{font-size:12.5px!important;}
  .p360-product-window{padding:18px!important;border-radius:24px!important;}
  .p360-window-top{grid-template-columns:auto 1fr!important;}
  .p360-window-top small{display:none!important;}
  .p360-product-profile{grid-template-columns:62px 1fr!important;padding:15px!important;}
  .p360-product-profile img{width:62px!important;height:62px!important;}
  .p360-product-profile h2{font-size:21px!important;}
  .p360-product-profile a{grid-column:1/-1!important;width:100%!important;}
  .p360-product-metrics{gap:8px!important;}
  .p360-product-metrics span{padding:12px 8px!important;border-radius:15px!important;}
  .p360-product-metrics b{font-size:21px!important;}
  .p360-product-metrics small{font-size:11.5px!important;}
  .p360-product-listings{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .p360-product-listings img{height:118px!important;}
  .p360-product-listings h3{font-size:14.5px!important;}
  .p360-product-listings p{font-size:12px!important;}
  .p360-product-listings b{font-size:15px!important;}
  .p360-product-followup{position:relative!important;right:auto!important;top:auto!important;width:100%!important;border:1px solid var(--p360-line)!important;border-radius:22px!important;box-shadow:0 16px 38px rgba(15,62,110,.08)!important;margin-top:14px!important;}
  .p360-benefits-v2{padding:18px 0!important;}
  .p360-benefits-grid-v2{grid-template-columns:1fr!important;gap:12px!important;}
  .p360-benefits-grid-v2 article{grid-template-columns:44px 1fr!important;padding:16px!important;border-radius:20px!important;}
  .p360-benefits-grid-v2 h3{font-size:17px!important;}
  .p360-benefits-grid-v2 p{font-size:14.5px!important;line-height:1.52!important;}
  .p360-showcase-grid-v2,.p360-followup-story-v2{grid-template-columns:1fr!important;gap:16px!important;}
  .p360-agent-showcase-card{grid-template-columns:86px 1fr!important;padding:18px!important;gap:16px!important;}
  .p360-agent-showcase-card .p360-agent-avatar{width:86px!important;height:86px!important;border-width:5px!important;}
  .p360-agent-showcase-info h3{font-size:23px!important;}
  .p360-agent-showcase-info p{font-size:15px!important;}
  .p360-agent-showcase-info div{gap:7px!important;}
  .p360-agent-showcase-info span{font-size:12px!important;padding:7px 9px!important;}
  .p360-agent-showcase-info a{width:100%!important;margin-top:4px!important;}
  .p360-workflow-card-v2,.p360-followup-board-v2{padding:20px!important;border-radius:22px!important;}
  .p360-workflow-card-v2 h3,.p360-followup-story-v2 h2{font-size:28px!important;}
  .p360-listing-cards-v2 .p360-listing-card img{height:220px!important;}
  .p360-coach-section-v2{grid-template-columns:64px 1fr!important;padding:20px!important;border-radius:24px!important;}
  .p360-coach-section-v2 img{width:64px!important;height:64px!important;}
  .p360-coach-section-v2 .p360-btn{grid-column:1/-1!important;}
  .p360-coach-section-v2 h2{font-size:24px!important;}
}
@media(max-width:480px){
  .p360-header .p360-brand-text small{display:none!important;}
  .p360-home-copy h1{font-size:34px!important;}
  .p360-product-listings{grid-template-columns:1fr!important;}
  .p360-product-listings article:nth-child(2){display:none!important;}
  .p360-agent-showcase-card{grid-template-columns:1fr!important;text-align:left!important;}
  .p360-agent-showcase-card .p360-agent-avatar{width:96px!important;height:96px!important;}
}

/* --------------------------------------------------------------------------
   Property360 Phase C — Agent profile + listing demo product pages
   Purpose: make demo pages coherent with the unified public design system.
---------------------------------------------------------------------------- */
.p360-phase-c-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 18%,rgba(6,118,232,.13),transparent 34%),linear-gradient(135deg,#fff 0%,#F7FBFF 52%,#EAF7FF 100%)!important;border-bottom:1px solid var(--p360-line)!important;}
.p360-agent-hero,.p360-listing-hero-v3{padding:72px 0!important;}
.p360-agent-hero-grid,.p360-listing-hero-grid-v3{display:grid!important;grid-template-columns:minmax(0,500px) minmax(460px,1fr)!important;gap:58px!important;align-items:center!important;}
.p360-agent-hero-copy h1,.p360-listing-hero-grid-v3 h1{font-size:clamp(42px,4vw,56px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:800!important;margin:22px 0 16px!important;color:var(--p360-ink)!important;text-wrap:balance!important;}
.p360-agent-public-card,.p360-listing-preview-panel-v3,.p360-agent-panel,.p360-detail-summary-v3,.p360-detail-card-v3,.p360-agent-contact-card-v3,.p360-agent-cta-band,.p360-filter-card-v3{background:rgba(255,255,255,.94)!important;border:1px solid var(--p360-line)!important;border-radius:var(--p360-radius-lg)!important;box-shadow:var(--p360-shadow)!important;}
.p360-agent-public-card{padding:0 24px 24px!important;overflow:hidden!important;}
.p360-agent-cover{height:96px!important;margin:0 -24px 0!important;background:linear-gradient(135deg,rgba(6,118,232,.18),rgba(24,185,95,.10)),url('../landing/illustrations/agency_profile_showcase.webp') center/cover no-repeat!important;border-bottom:1px solid var(--p360-line)!important;opacity:.92!important;}
.p360-agent-identity{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:18px!important;align-items:end!important;margin-top:-44px!important;}
.p360-agent-identity img{width:112px!important;height:112px!important;border-radius:32px!important;object-fit:cover!important;object-position:center!important;border:6px solid #fff!important;box-shadow:0 16px 38px rgba(10,52,92,.18)!important;background:#EAF7FF!important;}
.p360-agent-name-row{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;}
.p360-agent-name-row h2{font-size:30px!important;line-height:1.1!important;margin:0!important;color:var(--p360-ink)!important;letter-spacing:-.025em!important;}
.p360-agent-name-row span{display:inline-flex!important;width:24px!important;height:24px!important;border-radius:50%!important;align-items:center!important;justify-content:center!important;background:var(--p360-blue)!important;color:#fff!important;font-weight:900!important;font-size:14px!important;}
.p360-agent-identity p{margin:6px 0 0!important;color:var(--p360-muted)!important;font-weight:700!important;line-height:1.35!important;}
.p360-agent-public-stats,.p360-agent-kpi-row,.p360-detail-specs-v3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:22px 0!important;}
.p360-agent-public-stats span,.p360-agent-kpi-row span,.p360-detail-specs-v3 span{background:#F4FAFF!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:16px 12px!important;text-align:center!important;min-width:0!important;}
.p360-agent-public-stats b,.p360-agent-kpi-row b,.p360-detail-specs-v3 b{display:block!important;color:var(--p360-blue)!important;font-size:24px!important;line-height:1!important;}
.p360-agent-public-stats small,.p360-agent-kpi-row small,.p360-detail-specs-v3 small{display:block!important;margin-top:7px!important;color:var(--p360-muted)!important;font-size:12.5px!important;font-weight:760!important;line-height:1.2!important;}
.p360-agent-workspace-grid{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;gap:22px!important;}
.p360-agent-panel{padding:24px!important;}
.p360-panel-title-row{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:18px!important;}
.p360-panel-title-row span{font-size:13px!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-weight:850!important;color:var(--p360-blue)!important;}
.p360-panel-title-row b{font-size:13px!important;color:var(--p360-muted)!important;background:#F0F8FF!important;border:1px solid var(--p360-line)!important;border-radius:999px!important;padding:7px 10px!important;white-space:nowrap!important;}
.p360-agent-mini-profile{display:grid!important;grid-template-columns:82px minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;}
.p360-agent-mini-profile img{width:82px!important;height:82px!important;border-radius:24px!important;object-fit:cover!important;border:4px solid #fff!important;box-shadow:0 12px 28px rgba(10,52,92,.13)!important;}
.p360-agent-mini-profile h3{font-size:24px!important;line-height:1.15!important;margin:0 0 4px!important;color:var(--p360-ink)!important;}
.p360-agent-mini-profile p{margin:0!important;color:var(--p360-muted)!important;font-weight:700!important;}
.p360-agent-mini-profile a{background:var(--p360-green)!important;color:#fff!important;text-decoration:none!important;font-weight:850!important;border-radius:14px!important;padding:13px 18px!important;white-space:nowrap!important;}
.p360-followup-list-clean{display:grid!important;gap:12px!important;margin:0!important;padding:0!important;list-style:none!important;}
.p360-followup-list-clean li{display:grid!important;grid-template-columns:12px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:13px!important;border:1px solid var(--p360-line)!important;border-radius:16px!important;background:#F8FCFF!important;}
.p360-followup-list-clean i{width:10px!important;height:10px!important;border-radius:50%!important;background:var(--p360-green)!important;}
.p360-followup-list-clean strong{display:block!important;color:var(--p360-ink)!important;line-height:1.2!important;}
.p360-followup-list-clean small{display:block!important;color:var(--p360-muted)!important;margin-top:3px!important;line-height:1.2!important;}
.p360-followup-list-clean time{font-weight:850!important;color:var(--p360-blue)!important;font-size:13px!important;}
.p360-agent-cta-band{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;padding:30px!important;background:linear-gradient(135deg,#fff,#F1FAFF)!important;}
.p360-agent-cta-band h2{font-size:clamp(30px,3vw,42px)!important;line-height:1.12!important;letter-spacing:-.035em!important;margin:14px 0 8px!important;}
.p360-agent-cta-band p{margin:0!important;color:var(--p360-text)!important;font-size:17px!important;line-height:1.55!important;max-width:680px!important;}
.p360-listing-preview-panel-v3{padding:24px!important;}
.p360-listing-preview-row-v3{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.p360-listing-preview-row-v3 a{position:relative!important;display:block!important;overflow:hidden!important;border-radius:20px!important;border:1px solid var(--p360-line)!important;text-decoration:none!important;background:#fff!important;min-height:190px!important;}
.p360-listing-preview-row-v3 img{width:100%!important;height:130px!important;display:block!important;object-fit:cover!important;}
.p360-listing-preview-row-v3 span{position:absolute!important;top:10px!important;left:10px!important;background:var(--p360-green)!important;color:#fff!important;border-radius:999px!important;padding:6px 9px!important;font-size:11px!important;font-weight:850!important;}
.p360-listing-preview-row-v3 strong{display:block!important;color:var(--p360-blue)!important;font-size:18px!important;padding:12px!important;}
.p360-listing-preview-note-v3{margin-top:14px!important;background:#F4FAFF!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:16px!important;}
.p360-listing-preview-note-v3 b{display:block!important;color:var(--p360-ink)!important;font-size:18px!important;margin-bottom:4px!important;}
.p360-listing-preview-note-v3 small{color:var(--p360-muted)!important;line-height:1.45!important;}
.p360-filter-card-v3{padding:16px!important;margin-bottom:26px!important;}
.p360-search-demo-v3{margin:0!important;box-shadow:none!important;background:#fff!important;}
.p360-filter-chips-v3{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:12px!important;}
.p360-filter-chips-v3 span{display:inline-flex!important;align-items:center!important;min-height:36px!important;border-radius:999px!important;background:#EFF7FF!important;border:1px solid var(--p360-line)!important;color:var(--p360-text)!important;font-weight:760!important;font-size:13px!important;padding:8px 12px!important;}
.p360-listing-cards-v3{align-items:stretch!important;}
.p360-listing-card-v3{display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:26px!important;}
.p360-listing-card-v3 .p360-listing-img-link{position:relative!important;display:block!important;overflow:hidden!important;text-decoration:none!important;}
.p360-listing-card-v3 img{height:228px!important;width:100%!important;object-fit:cover!important;display:block!important;background:#EAF7FF!important;transition:transform .22s ease!important;}
.p360-listing-card-v3:hover img{transform:scale(1.025)!important;}
.p360-sale-tag{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--p360-green)!important;color:#fff!important;border-radius:999px!important;font-size:12px!important;font-weight:850!important;line-height:1!important;padding:7px 10px!important;text-transform:none!important;}
.p360-listing-img-link .p360-sale-tag{position:absolute!important;top:14px!important;left:14px!important;box-shadow:0 8px 18px rgba(0,0,0,.13)!important;}
.p360-sale-tag.rent{background:#F97316!important;}
.p360-listing-card-v3 div{display:flex!important;flex-direction:column!important;flex:1!important;padding:18px!important;}
.p360-listing-card-v3 h3{font-size:20px!important;line-height:1.25!important;margin:10px 0 6px!important;color:var(--p360-ink)!important;}
.p360-listing-card-v3 h3 a{color:inherit!important;text-decoration:none!important;}
.p360-listing-card-v3 p{margin:0!important;color:var(--p360-muted)!important;font-size:15px!important;line-height:1.4!important;}
.p360-listing-card-v3 strong{display:block!important;color:var(--p360-blue)!important;font-size:22px!important;line-height:1.1!important;margin:12px 0 8px!important;}
.p360-listing-card-v3 small{display:block!important;color:var(--p360-text)!important;font-weight:760!important;font-size:13.5px!important;line-height:1.4!important;margin-bottom:16px!important;}
.p360-listing-card-v3 .p360-card-actions{margin-top:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.p360-detail-hero-v3{padding:58px 0!important;background:linear-gradient(135deg,#fff,#F2FAFF)!important;border-bottom:1px solid var(--p360-line)!important;}
.p360-detail-grid-v3,.p360-detail-content-grid-v3{display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:30px!important;align-items:start!important;}
.p360-detail-gallery-v3{min-width:0!important;}
.p360-detail-main-img-v3{position:relative!important;overflow:hidden!important;border:1px solid var(--p360-line)!important;border-radius:var(--p360-radius-lg)!important;background:#fff!important;box-shadow:var(--p360-shadow)!important;}
.p360-detail-main-img-v3 img{width:100%!important;height:460px!important;object-fit:cover!important;display:block!important;}
.p360-detail-main-img-v3 .p360-sale-tag{position:absolute!important;top:18px!important;left:18px!important;}
.p360-detail-thumbs-v3{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-top:12px!important;}
.p360-detail-thumbs-v3 img{height:110px!important;border-radius:18px!important;object-fit:cover!important;width:100%!important;border:1px solid var(--p360-line)!important;background:#EAF7FF!important;}
.p360-detail-summary-v3{padding:24px!important;position:sticky!important;top:calc(var(--p360-header-h) + 22px)!important;}
.p360-detail-summary-v3 h1{font-size:36px!important;line-height:1.12!important;letter-spacing:-.035em!important;margin:18px 0 10px!important;color:var(--p360-ink)!important;}
.p360-detail-summary-v3 p{margin:0!important;color:var(--p360-muted)!important;font-size:16px!important;line-height:1.5!important;}
.p360-detail-summary-v3 > strong{display:block!important;color:var(--p360-blue)!important;font-size:30px!important;line-height:1.1!important;margin:18px 0!important;}
.p360-detail-specs-v3{grid-template-columns:repeat(2,1fr)!important;}
.p360-detail-actions-v3{display:grid!important;gap:10px!important;}
.p360-detail-actions-v3 .p360-btn{width:100%!important;}
.p360-detail-content-grid-v3{grid-template-columns:minmax(0,1fr) 340px!important;}
.p360-detail-main-v3{display:grid!important;gap:18px!important;}
.p360-detail-card-v3{padding:24px!important;box-shadow:var(--p360-shadow-soft)!important;}
.p360-detail-card-v3 h2{font-size:26px!important;line-height:1.2!important;margin:0 0 12px!important;color:var(--p360-ink)!important;}
.p360-detail-card-v3 p{font-size:16.5px!important;line-height:1.65!important;color:var(--p360-text)!important;margin:0 0 10px!important;}
.p360-info-table-v3{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important;}
.p360-info-table-v3 div{background:#F7FBFF!important;border:1px solid var(--p360-line)!important;border-radius:16px!important;padding:14px!important;}
.p360-info-table-v3 span{display:block!important;color:var(--p360-muted)!important;font-size:13px!important;margin-bottom:5px!important;}
.p360-info-table-v3 b{color:var(--p360-ink)!important;}
.p360-highlight-grid-v3{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;}
.p360-highlight-grid-v3 span{background:#F0F8FF!important;border:1px solid var(--p360-line)!important;border-radius:16px!important;padding:14px!important;color:var(--p360-text)!important;font-weight:760!important;line-height:1.35!important;}
.p360-agent-contact-card-v3{padding:22px!important;text-align:center!important;position:sticky!important;top:calc(var(--p360-header-h) + 22px)!important;}
.p360-agent-contact-card-v3 img{width:106px!important;height:106px!important;border-radius:30px!important;object-fit:cover!important;border:5px solid #fff!important;box-shadow:0 14px 34px rgba(10,52,92,.16)!important;margin-bottom:14px!important;}
.p360-agent-contact-card-v3 h3{font-size:24px!important;margin:0 0 6px!important;color:var(--p360-ink)!important;}
.p360-agent-contact-card-v3 p{margin:0 0 14px!important;color:var(--p360-muted)!important;line-height:1.45!important;}
.p360-agent-contact-stats-v3{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:center!important;margin-bottom:16px!important;}
.p360-agent-contact-stats-v3 span{background:#EFF7FF!important;color:var(--p360-blue)!important;border-radius:999px!important;padding:7px 10px!important;font-weight:800!important;font-size:12px!important;}
.p360-agent-contact-card-v3 .p360-wa-full,.p360-agent-contact-card-v3 .p360-btn{width:100%!important;margin-top:10px!important;}
@media(max-width:1100px){.p360-agent-hero-grid,.p360-listing-hero-grid-v3,.p360-detail-grid-v3,.p360-detail-content-grid-v3{grid-template-columns:1fr!important}.p360-detail-summary-v3,.p360-agent-contact-card-v3{position:static!important}.p360-agent-workspace-grid{grid-template-columns:1fr!important}}
@media(max-width:860px){.p360-agent-hero,.p360-listing-hero-v3{padding:46px 0!important}.p360-agent-hero-grid,.p360-listing-hero-grid-v3{gap:30px!important}.p360-agent-hero-copy h1,.p360-listing-hero-grid-v3 h1{font-size:clamp(32px,8.6vw,40px)!important;line-height:1.1!important}.p360-agent-identity{grid-template-columns:86px 1fr!important;align-items:end!important}.p360-agent-identity img{width:86px!important;height:86px!important;border-radius:24px!important}.p360-agent-name-row h2{font-size:24px!important}.p360-agent-public-stats,.p360-agent-kpi-row{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.p360-agent-public-stats span,.p360-agent-kpi-row span{padding:12px 8px!important}.p360-agent-public-stats b,.p360-agent-kpi-row b{font-size:20px!important}.p360-agent-mini-profile{grid-template-columns:68px 1fr!important}.p360-agent-mini-profile a{grid-column:1/-1;text-align:center!important}.p360-agent-mini-profile img{width:68px!important;height:68px!important;border-radius:20px!important}.p360-agent-cta-band{display:grid!important;padding:22px!important}.p360-listing-preview-row-v3{grid-template-columns:1fr 1fr!important}.p360-listing-preview-row-v3 a{min-height:150px!important}.p360-listing-preview-row-v3 img{height:100px!important}.p360-filter-card-v3{padding:12px!important}.p360-filter-chips-v3{overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important}.p360-filter-chips-v3 span{white-space:nowrap!important}.p360-listing-card-v3 img{height:220px!important}.p360-detail-main-img-v3 img{height:310px!important}.p360-detail-thumbs-v3 img{height:82px!important}.p360-detail-summary-v3 h1{font-size:31px!important}.p360-detail-summary-v3 > strong{font-size:24px!important}.p360-info-table-v3,.p360-highlight-grid-v3{grid-template-columns:1fr!important}}
@media(max-width:460px){.p360-agent-public-card{padding:0 18px 18px!important}.p360-agent-cover{margin:0 -18px 0!important;height:82px!important}.p360-agent-identity{grid-template-columns:1fr!important;margin-top:-38px!important}.p360-agent-identity img{width:92px!important;height:92px!important}.p360-agent-public-stats{grid-template-columns:1fr 1fr!important}.p360-agent-public-stats span:last-child{grid-column:1/-1!important}.p360-listing-preview-row-v3{grid-template-columns:1fr!important}.p360-listing-preview-row-v3 a:nth-child(2){display:none!important}.p360-detail-specs-v3{grid-template-columns:1fr 1fr!important}.p360-listing-card-v3 img{height:210px!important}}


/* ========================================================================
   Property360 Phase C.1 — Visual Refinement & Responsive Correction
   Goals: proportional typography, readable mobile cards, cleaner agent profile,
   compact listing cards, and less intrusive Coach Tino.
   ======================================================================== */
:root{
  --p360-ink:#0D2036;
  --p360-text:#25445F;
  --p360-muted:#607A93;
  --p360-blue:#0878E7;
  --p360-blue-dark:#0755B8;
  --p360-line:#D9EAF8;
  --p360-soft:#F6FBFF;
  --p360-radius:20px;
  --p360-radius-lg:28px;
  --p360-shadow:0 18px 50px rgba(13, 53, 88, .09);
  --p360-shadow-soft:0 12px 30px rgba(13, 53, 88, .065);
}

body{
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight:500 !important;
  color:var(--p360-ink) !important;
}

.p360-header{box-shadow:0 1px 0 rgba(13,53,88,.04) !important;}
.p360-brand-lockup{gap:12px !important;}
.p360-logo img,.p360-footer-brand img{width:48px !important;height:48px !important;flex:0 0 48px !important;}
.p360-brand-text strong{font-size:20px !important;font-weight:820 !important;letter-spacing:-.035em !important;color:var(--p360-blue) !important;}
.p360-brand-text small{font-size:10.2px !important;letter-spacing:.01em !important;color:#2F668F !important;font-weight:700 !important;text-transform:none !important;}
.p360-menu{font-size:14.5px !important;font-weight:720 !important;gap:26px !important;}
.p360-btn,.p360-nav-cta,.p360-card-actions a,.mobile-sticky-cta a{
  font-weight:760 !important;
  border-radius:15px !important;
  letter-spacing:-.012em !important;
}

.p360-home-copy h1,
.p360-agent-hero-copy h1,
.p360-listing-hero-grid-v3 h1,
.p360-page-copy h1{
  font-size:clamp(40px,3.75vw,52px) !important;
  line-height:1.12 !important;
  letter-spacing:-.046em !important;
  font-weight:760 !important;
  max-width:680px !important;
  text-wrap:balance !important;
}
.p360-home-copy h1 em{font-weight:760 !important;}
.p360-lead,.p360-home-copy .p360-lead,.p360-page-copy .p360-lead{
  font-size:17px !important;
  line-height:1.68 !important;
  color:var(--p360-text) !important;
  font-weight:500 !important;
}
.p360-section-head-row h2,.p360-centered-head h2{
  font-size:clamp(30px,2.8vw,39px) !important;
  line-height:1.18 !important;
  letter-spacing:-.035em !important;
  font-weight:760 !important;
  max-width:850px !important;
}
.p360-section-head-row p,.p360-centered-head p{
  font-size:16.5px !important;
  line-height:1.65 !important;
  color:var(--p360-muted) !important;
}
.p360-eyebrow{font-weight:820 !important;letter-spacing:.035em !important;}

.p360-home-hero,.p360-phase-c-hero{background:linear-gradient(135deg,#FFFFFF 0%,#F8FCFF 52%,#EAF7FF 100%) !important;}
.p360-home-hero:before{opacity:.28 !important;background-size:84px 84px !important;}
.p360-home-hero-grid,.p360-agent-hero-grid,.p360-listing-hero-grid-v3{gap:50px !important;}
.p360-agent-hero,.p360-listing-hero-v3{padding:64px 0 !important;}

/* Agent public preview: clear avatar, clean hierarchy, no pasted banner feeling */
.p360-agent-public-card-c1{
  padding:26px !important;
  overflow:visible !important;
  border-radius:30px !important;
  max-width:580px !important;
  margin-left:auto !important;
}
.p360-agent-cover{display:none !important;}
.p360-agent-card-top-c1{
  display:grid !important;
  grid-template-columns:112px minmax(0,1fr) !important;
  gap:20px !important;
  align-items:center !important;
  padding:16px !important;
  border:1px solid var(--p360-line) !important;
  border-radius:24px !important;
  background:linear-gradient(135deg,#FFFFFF,#F5FBFF) !important;
}
.p360-agent-card-top-c1>img{
  width:112px !important;
  height:112px !important;
  border-radius:28px !important;
  object-fit:cover !important;
  object-position:center !important;
  border:5px solid #fff !important;
  box-shadow:0 14px 34px rgba(13,53,88,.13) !important;
}
.p360-mini-label-c1{
  display:inline-flex !important;
  margin-bottom:8px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  background:#EAF7FF !important;
  color:var(--p360-blue) !important;
  font-size:11px !important;
  font-weight:820 !important;
  text-transform:uppercase !important;
  letter-spacing:.035em !important;
}
.p360-agent-card-top-c1 .p360-agent-name-row{display:flex !important;align-items:center !important;gap:8px !important;margin:0 !important;}
.p360-agent-card-top-c1 h2{font-size:30px !important;line-height:1.12 !important;margin:0 !important;font-weight:780 !important;color:var(--p360-ink) !important;}
.p360-agent-card-top-c1 .p360-agent-name-row span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:23px !important;height:23px !important;border-radius:50% !important;background:var(--p360-blue) !important;color:#fff !important;font-size:14px !important;font-weight:850 !important;}
.p360-agent-card-top-c1 p{margin:5px 0 0 !important;color:var(--p360-muted) !important;font-size:15px !important;line-height:1.45 !important;font-weight:650 !important;}
.p360-agent-public-stats{margin:16px 0 !important;}
.p360-agent-public-stats span{padding:14px 10px !important;border-radius:16px !important;box-shadow:none !important;}
.p360-agent-public-stats b{font-size:22px !important;font-weight:780 !important;}
.p360-agent-public-stats small{font-size:12px !important;}
.p360-agent-card-preview-c1{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;margin-bottom:16px !important;}
.p360-agent-card-preview-c1>div{border:1px solid var(--p360-line) !important;background:#F7FBFF !important;border-radius:18px !important;padding:14px !important;}
.p360-agent-card-preview-c1 strong{display:block !important;font-size:15px !important;line-height:1.25 !important;color:var(--p360-ink) !important;}
.p360-agent-card-preview-c1 small{display:block !important;margin-top:5px !important;font-size:12.5px !important;line-height:1.35 !important;color:var(--p360-muted) !important;font-weight:650 !important;}
.p360-agent-public-card-c1 .p360-wa-full{min-height:52px !important;border-radius:16px !important;display:flex !important;align-items:center !important;justify-content:center !important;font-weight:800 !important;}

/* Cards and sections: more compact, less empty, consistently readable */
.p360-section{padding:62px 0 !important;}
.p360-agent-workspace-grid{gap:22px !important;}
.p360-agent-panel,.p360-follow-card,.p360-agent-profile-card,.p360-agent-cta-band{box-shadow:var(--p360-shadow-soft) !important;}
.p360-agent-mini-profile{align-items:center !important;}
.p360-agent-mini-profile img{object-fit:cover !important;object-position:center !important;}

.p360-listing-cards{gap:18px !important;}
.p360-listing-card,.p360-listing-card-v3{border-radius:24px !important;box-shadow:var(--p360-shadow-soft) !important;}
.p360-listing-card-v3 img,.p360-listing-card img{height:190px !important;object-fit:cover !important;object-position:center !important;}
.p360-listing-card-v3 div,.p360-listing-card div{padding:16px !important;}
.p360-listing-card-v3 h3,.p360-listing-card h3{font-size:19px !important;line-height:1.28 !important;margin:8px 0 5px !important;font-weight:760 !important;}
.p360-listing-card-v3 p,.p360-listing-card p{font-size:14px !important;line-height:1.45 !important;}
.p360-listing-card-v3 strong,.p360-listing-card strong{font-size:20px !important;margin:10px 0 6px !important;font-weight:800 !important;}
.p360-listing-card-v3 small,.p360-listing-card small{font-size:13px !important;margin-bottom:14px !important;}
.p360-sale-tag{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:28px !important;
  padding:6px 12px !important;
  line-height:1 !important;
  font-size:12px !important;
  font-weight:820 !important;
  letter-spacing:0 !important;
  border-radius:999px !important;
}
.p360-listing-card-v3 .p360-sale-tag{position:absolute !important;top:14px !important;left:14px !important;}
.p360-card-actions a{min-height:44px !important;padding:10px 12px !important;border-radius:13px !important;font-size:14px !important;}
.p360-filter-card-v3{box-shadow:var(--p360-shadow-soft) !important;}
.p360-search-demo input{min-width:0 !important;}

/* Benefit cards: fix narrow text issue on mobile and remove tall empty boxes */
.p360-benefit-grid,.p360-benefits-grid-v2{align-items:stretch !important;}
.p360-benefit-grid article,.p360-benefits-grid-v2 article{
  min-width:0 !important;
  overflow:hidden !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.p360-benefit-grid article>* , .p360-benefits-grid-v2 article>*{min-width:0 !important;}
.p360-benefit-grid h3,.p360-benefits-grid-v2 h3{word-break:normal !important;overflow-wrap:normal !important;hyphens:none !important;}
.p360-benefit-grid p,.p360-benefits-grid-v2 p{
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  max-width:none !important;
}

/* Coach Tino: mentor chip, not content blocker */
.coach-tino-floating{z-index:220 !important;}
.coach-tino-bubble{max-width:250px !important;padding:10px 12px !important;border-radius:18px !important;box-shadow:0 12px 30px rgba(13,53,88,.11) !important;}
.coach-tino-bubble img{width:42px !important;height:42px !important;}
.coach-tino-bubble strong{font-size:14px !important;line-height:1.1 !important;}
.coach-tino-bubble p{font-size:12px !important;line-height:1.25 !important;}
.coach-tino-button{width:60px !important;height:60px !important;border-radius:50% !important;}
.coach-tino-badge{font-size:11px !important;}

@media(max-width:1100px){
  .p360-agent-public-card-c1{margin:0 !important;max-width:none !important;}
}

@media(max-width:860px){
  .wrap{width:min(100% - 32px, 720px) !important;padding-inline:0 !important;}
  .p360-nav{min-height:72px !important;}
  .p360-logo img{width:42px !important;height:42px !important;flex-basis:42px !important;}
  .p360-brand-text strong{font-size:17px !important;}
  .p360-brand-text small{font-size:9px !important;max-width:150px !important;white-space:normal !important;line-height:1.12 !important;}
  .p360-menu-toggle{width:50px !important;height:50px !important;border-radius:17px !important;}
  .p360-home-hero,.p360-agent-hero,.p360-listing-hero-v3{padding:36px 0 42px !important;}
  .p360-home-copy h1,.p360-agent-hero-copy h1,.p360-listing-hero-grid-v3 h1,.p360-page-copy h1{
    font-size:clamp(31px, 8vw, 38px) !important;
    line-height:1.14 !important;
    letter-spacing:-.038em !important;
    margin:17px 0 13px !important;
  }
  .p360-lead,.p360-home-copy .p360-lead,.p360-page-copy .p360-lead{font-size:15.8px !important;line-height:1.62 !important;}
  .p360-section{padding:48px 0 !important;}
  .p360-section-head-row h2,.p360-centered-head h2{font-size:clamp(27px,7.2vw,34px) !important;line-height:1.18 !important;}
  .p360-actions{display:grid !important;grid-template-columns:1fr !important;}
  .p360-btn{width:100% !important;min-height:52px !important;}
  .p360-agent-card-top-c1{grid-template-columns:82px 1fr !important;gap:14px !important;padding:14px !important;}
  .p360-agent-card-top-c1>img{width:82px !important;height:82px !important;border-radius:22px !important;border-width:4px !important;}
  .p360-agent-card-top-c1 h2{font-size:24px !important;}
  .p360-agent-card-top-c1 p{font-size:13.5px !important;}
  .p360-agent-card-preview-c1{grid-template-columns:1fr !important;}
  .p360-agent-public-stats{grid-template-columns:repeat(3, minmax(0,1fr)) !important;}
  .p360-agent-public-stats span{padding:11px 7px !important;}
  .p360-agent-public-stats b{font-size:19px !important;}
  .p360-agent-public-stats small{font-size:11px !important;}
  .p360-benefit-grid,.p360-benefits-grid-v2{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .p360-benefit-grid article,.p360-benefits-grid-v2 article{
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) !important;
    align-items:start !important;
    gap:14px !important;
    min-height:0 !important;
    padding:16px !important;
    border-radius:20px !important;
  }
  .p360-benefit-grid h3,.p360-benefits-grid-v2 h3{font-size:17px !important;line-height:1.28 !important;margin:0 0 4px !important;}
  .p360-benefit-grid p,.p360-benefits-grid-v2 p{font-size:14px !important;line-height:1.48 !important;margin:0 !important;}
  .p360-listing-cards{grid-template-columns:1fr !important;gap:16px !important;}
  .p360-listing-card-v3 img,.p360-listing-card img{height:205px !important;}
  .p360-listing-card-v3 div,.p360-listing-card div{padding:16px !important;}
  .p360-card-actions{display:grid !important;grid-template-columns:1fr 1fr !important;}
  .p360-search-demo-v3{display:grid !important;grid-template-columns:1fr !important;}
  .p360-search-demo button{width:100% !important;}
  .p360-listing-preview-panel-v3{padding:18px !important;}
  .p360-listing-preview-row-v3{grid-template-columns:1fr 1fr !important;}
  .coach-tino-floating:not(.is-open){right:18px !important;bottom:calc(82px + 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% - 30px) !important;}
  .p360-brand-text strong{font-size:16px !important;}
  .p360-brand-text small{display:block !important;font-size:8.4px !important;max-width:126px !important;}
  .p360-home-copy h1,.p360-agent-hero-copy h1,.p360-listing-hero-grid-v3 h1,.p360-page-copy h1{font-size:32px !important;line-height:1.15 !important;}
  .p360-agent-public-card-c1{padding:16px !important;border-radius:24px !important;}
  .p360-agent-card-top-c1{grid-template-columns:1fr !important;text-align:left !important;}
  .p360-agent-card-top-c1>img{width:94px !important;height:94px !important;}
  .p360-agent-public-stats{grid-template-columns:1fr 1fr !important;}
  .p360-agent-public-stats span:last-child{grid-column:1/-1 !important;}
  .p360-listing-preview-row-v3{grid-template-columns:1fr !important;}
  .p360-listing-preview-row-v3 a:nth-child(2){display:none !important;}
  .p360-listing-card-v3 img,.p360-listing-card img{height:196px !important;}
  .p360-card-actions a{min-height:42px !important;font-size:13.5px !important;}
  .mobile-sticky-cta{left:12px !important;right:12px !important;border-radius:20px !important;}
  .mobile-sticky-cta span{font-size:15px !important;}
  .mobile-sticky-cta a{min-height:46px !important;padding:11px 16px !important;}
}


/* --------------------------------------------------------------------------
   Property360 Phase C.2 — Premium Visual Layer & Mobile QA Refinement
   Scope: visual hierarchy, agent profile demo, listing cards, Coach Tino default,
   mobile 360/390/430px stability. Keep this section as the final override layer.
-------------------------------------------------------------------------- */
:root{
  --p360-ink:#07182F;
  --p360-text:#173654;
  --p360-muted:#5A7390;
  --p360-blue:#0879E8;
  --p360-blue-dark:#075DBB;
  --p360-line:#CFE5FA;
  --p360-soft:#F7FBFF;
  --p360-shadow:0 22px 60px rgba(9, 54, 100, .11);
  --p360-shadow-soft:0 14px 38px rgba(9, 54, 100, .075);
}
.p360-header{box-shadow:0 1px 0 rgba(8,45,82,.05),0 14px 34px rgba(8,45,82,.035)!important;}
.p360-brand-text strong{font-weight:800!important;letter-spacing:-.03em!important;}
.p360-brand-text small{color:#3E6F92!important;font-weight:700!important;}
.p360-menu a{font-weight:720!important;}
.p360-nav-cta{min-height:50px!important;border-radius:15px!important;padding-inline:22px!important;}

.p360-c2-hero-soft,
.p360-agent-hero,
.p360-listing-hero-v3{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 88% 18%, rgba(8,121,232,.15), transparent 30%),
    radial-gradient(circle at 15% 80%, rgba(24,185,95,.055), transparent 26%),
    linear-gradient(135deg,#FFFFFF 0%,#F8FCFF 48%,#EAF7FF 100%)!important;
}
.p360-c2-hero-soft:before,
.p360-agent-hero:before,
.p360-listing-hero-v3:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  opacity:.26!important;
  background-image:linear-gradient(rgba(8,121,232,.13) 1px, transparent 1px),linear-gradient(90deg,rgba(8,121,232,.13) 1px,transparent 1px)!important;
  background-size:72px 72px!important;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.85),transparent 70%)!important;
}
.p360-c2-hero-soft>.wrap,
.p360-agent-hero>.wrap,
.p360-listing-hero-v3>.wrap{position:relative!important;z-index:1!important;}
.p360-agent-hero,.p360-listing-hero-v3{padding:62px 0 68px!important;}
.p360-agent-hero-grid,.p360-listing-hero-grid-v3{align-items:center!important;gap:52px!important;}
.p360-agent-hero-copy h1,.p360-listing-hero-grid-v3 h1,.p360-page-copy h1{
  font-size:clamp(38px,3.35vw,48px)!important;
  line-height:1.12!important;
  letter-spacing:-.043em!important;
  font-weight:760!important;
  margin:22px 0 16px!important;
}
.p360-lead{font-size:16.8px!important;line-height:1.68!important;font-weight:520!important;}
.p360-eyebrow{padding:8px 14px!important;font-size:11.5px!important;letter-spacing:.04em!important;background:rgba(255,255,255,.82)!important;}
.p360-actions{gap:12px!important;margin-top:24px!important;}
.p360-btn{font-weight:780!important;text-transform:none!important;}

/* Agent hero product card */
.p360-agent-public-card-c2{
  padding:22px!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.91))!important;
  backdrop-filter:blur(16px)!important;
  box-shadow:0 28px 80px rgba(9,54,100,.13)!important;
  overflow:visible!important;
  max-width:590px!important;
  margin-left:auto!important;
}
.p360-agent-public-card-c2:before{
  content:""!important;
  position:absolute!important;
  inset:-22px -26px auto auto!important;
  width:168px!important;
  height:168px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(8,121,232,.14),transparent 66%)!important;
  z-index:-1!important;
}
.p360-agent-card-top-c2{
  display:grid!important;
  grid-template-columns:108px minmax(0,1fr)!important;
  gap:20px!important;
  align-items:center!important;
  padding:18px!important;
  border:1px solid var(--p360-line)!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#FFFFFF 0%,#F3FAFF 100%)!important;
}
.p360-agent-card-top-c2>img{
  width:108px!important;height:108px!important;border-radius:28px!important;object-fit:cover!important;object-position:center!important;border:5px solid #fff!important;box-shadow:0 16px 38px rgba(9,54,100,.16)!important;
}
.p360-mini-label-c2{display:inline-flex!important;align-items:center!important;min-height:25px!important;padding:5px 10px!important;border-radius:999px!important;background:#E8F5FF!important;color:var(--p360-blue)!important;font-size:10.5px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.045em!important;margin-bottom:8px!important;}
.p360-agent-card-top-c2 .p360-agent-name-row{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;}
.p360-agent-card-top-c2 h2{font-size:30px!important;line-height:1.08!important;margin:0!important;font-weight:780!important;letter-spacing:-.03em!important;}
.p360-agent-card-top-c2 .p360-agent-name-row span{width:24px!important;height:24px!important;border-radius:50%!important;background:var(--p360-blue)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:850!important;}
.p360-agent-card-top-c2 p{margin:6px 0 0!important;color:var(--p360-muted)!important;font-size:15px!important;line-height:1.45!important;font-weight:650!important;}
.p360-agent-public-card-c2 .p360-agent-public-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:16px 0!important;}
.p360-agent-public-card-c2 .p360-agent-public-stats span{border:1px solid var(--p360-line)!important;background:#F6FBFF!important;border-radius:18px!important;box-shadow:none!important;padding:14px 10px!important;}
.p360-agent-public-card-c2 .p360-agent-public-stats b{font-size:22px!important;font-weight:790!important;color:var(--p360-blue)!important;}
.p360-agent-public-card-c2 .p360-agent-public-stats small{font-size:12px!important;color:var(--p360-muted)!important;font-weight:760!important;}
.p360-agent-card-preview-c2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-bottom:16px!important;}
.p360-agent-card-preview-c2>div{border:1px solid var(--p360-line)!important;background:#F8FCFF!important;border-radius:18px!important;padding:14px!important;}
.p360-agent-card-preview-c2 strong{display:block!important;font-size:14.5px!important;line-height:1.28!important;color:var(--p360-ink)!important;font-weight:780!important;}
.p360-agent-card-preview-c2 small{display:block!important;margin-top:6px!important;font-size:12.5px!important;line-height:1.45!important;color:var(--p360-muted)!important;font-weight:620!important;}
.p360-agent-public-card-c2 .p360-wa-full{min-height:52px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:820!important;box-shadow:0 14px 30px rgba(24,185,95,.16)!important;}

.p360-c2-section-head-compact{margin-bottom:24px!important;}
.p360-agent-workspace-grid-c2{gap:24px!important;}
.p360-agent-panel-c2{border-radius:28px!important;box-shadow:var(--p360-shadow-soft)!important;}
.p360-agent-panel-c2 .p360-panel-title-row span{letter-spacing:.04em!important;text-transform:uppercase!important;color:var(--p360-blue)!important;font-weight:850!important;font-size:12px!important;}
.p360-agent-panel-c2 .p360-panel-title-row b{background:#EAF7FF!important;border:1px solid var(--p360-line)!important;border-radius:999px!important;color:var(--p360-text)!important;padding:8px 12px!important;font-size:12px!important;}
.p360-agent-mini-profile img{width:74px!important;height:74px!important;border-radius:22px!important;box-shadow:0 12px 28px rgba(9,54,100,.12)!important;}
.p360-agent-mini-profile h3{font-size:24px!important;letter-spacing:-.025em!important;}
.p360-agent-mini-profile a{border-radius:15px!important;}
.p360-followup-list-clean li{border-radius:16px!important;background:#F8FCFF!important;}
.p360-followup-list-clean strong{font-weight:780!important;}

/* Listing cards: premium but compact */
.p360-c2-listing-section{background:linear-gradient(180deg,#F5FAFF 0%,#F8FCFF 100%)!important;}
.p360-listing-cards-c2{gap:20px!important;}
.p360-listing-card-c2{overflow:hidden!important;border-radius:24px!important;background:#fff!important;box-shadow:0 16px 42px rgba(9,54,100,.085)!important;}
.p360-listing-card-c2 .p360-listing-img-link{display:block!important;position:relative!important;overflow:hidden!important;background:#EAF7FF!important;}
.p360-listing-card-c2 img{height:184px!important;width:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;transition:transform .25s ease!important;}
.p360-listing-card-c2:hover img{transform:scale(1.025)!important;}
.p360-listing-card-c2 .p360-sale-tag{top:14px!important;left:14px!important;box-shadow:0 8px 18px rgba(24,185,95,.20)!important;}
.p360-listing-card-c2>div{padding:16px!important;}
.p360-listing-card-c2 h3{font-size:18px!important;line-height:1.25!important;margin:0 0 6px!important;font-weight:780!important;letter-spacing:-.02em!important;}
.p360-listing-card-c2 h3 a{text-decoration:none!important;color:var(--p360-ink)!important;}
.p360-listing-card-c2 p{font-size:13.5px!important;margin:0!important;color:var(--p360-muted)!important;line-height:1.4!important;}
.p360-listing-card-c2 strong{display:block!important;font-size:20px!important;color:var(--p360-blue)!important;margin:10px 0 5px!important;}
.p360-listing-card-c2 small{display:block!important;font-size:12.5px!important;color:var(--p360-text)!important;font-weight:740!important;margin-bottom:14px!important;}
.p360-listing-card-c2 .p360-card-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.p360-listing-card-c2 .p360-card-actions a{min-height:43px!important;border-radius:13px!important;font-size:14px!important;}
.p360-listing-card-c2 .p360-card-actions a:last-child{background:var(--p360-green)!important;border-color:var(--p360-green)!important;color:#fff!important;}

/* Coach Tino should not cover content by default */
.coach-tino-floating{right:20px!important;bottom:20px!important;z-index:220!important;}
.coach-tino-floating:not(.is-open) .coach-tino-bubble{display:none!important;}
.coach-tino-button{width:58px!important;height:58px!important;box-shadow:0 12px 28px rgba(9,54,100,.14)!important;}
.coach-tino-badge{display:none!important;}
.coach-tino-panel{box-shadow:0 28px 80px rgba(9,54,100,.28)!important;}
body.mobile-menu-open .coach-tino-floating,body.mobile-menu-open .mobile-sticky-cta{display:none!important;}

@media(max-width:1100px){
  .p360-agent-public-card-c2{margin:0!important;max-width:none!important;}
}
@media(max-width:860px){
  .p360-agent-hero,.p360-listing-hero-v3{padding:34px 0 40px!important;}
  .p360-agent-hero-grid,.p360-listing-hero-grid-v3{gap:26px!important;}
  .p360-agent-hero-copy h1,.p360-listing-hero-grid-v3 h1,.p360-page-copy h1{font-size:clamp(30px,7.4vw,36px)!important;line-height:1.15!important;letter-spacing:-.034em!important;}
  .p360-lead{font-size:15.6px!important;line-height:1.62!important;}
  .p360-section-head-row{display:grid!important;gap:16px!important;align-items:start!important;}
  .p360-section-head-row h2{font-size:clamp(26px,6.8vw,32px)!important;line-height:1.2!important;}
  .p360-section-head-row p{font-size:15px!important;line-height:1.58!important;}
  .p360-agent-public-card-c2{padding:16px!important;border-radius:24px!important;}
  .p360-agent-card-top-c2{grid-template-columns:84px minmax(0,1fr)!important;gap:14px!important;padding:14px!important;border-radius:20px!important;}
  .p360-agent-card-top-c2>img{width:84px!important;height:84px!important;border-radius:22px!important;}
  .p360-agent-card-top-c2 h2{font-size:24px!important;}
  .p360-agent-card-top-c2 p{font-size:13.3px!important;line-height:1.4!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats{gap:9px!important;}
  .p360-agent-card-preview-c2{grid-template-columns:1fr!important;}
  .p360-agent-workspace-grid-c2{grid-template-columns:1fr!important;gap:16px!important;}
  .p360-agent-mini-profile{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important;}
  .p360-agent-mini-profile img{width:64px!important;height:64px!important;border-radius:18px!important;}
  .p360-agent-mini-profile a{grid-column:1/-1!important;width:100%!important;}
  .p360-listing-cards-c2{grid-template-columns:1fr!important;}
  .p360-listing-card-c2 img{height:206px!important;}
  .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-button{width:52px!important;height:52px!important;}
}
@media(max-width:460px){
  .p360-brand-text small{font-size:8.2px!important;max-width:136px!important;}
  .p360-agent-card-top-c2{grid-template-columns:76px 1fr!important;}
  .p360-agent-card-top-c2>img{width:76px!important;height:76px!important;border-radius:19px!important;border-width:4px!important;}
  .p360-mini-label-c2{font-size:9.8px!important;padding:5px 8px!important;}
  .p360-agent-card-top-c2 h2{font-size:21px!important;}
  .p360-agent-card-top-c2 .p360-agent-name-row span{width:20px!important;height:20px!important;font-size:12px!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats span{padding:10px 6px!important;border-radius:14px!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats b{font-size:17px!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats small{font-size:10.5px!important;}
  .p360-agent-card-preview-c2{display:none!important;}
  .p360-listing-card-c2 img{height:198px!important;}
  .p360-listing-card-c2 .p360-card-actions a{min-height:42px!important;}
  .mobile-sticky-cta{box-shadow:0 14px 36px rgba(9,54,100,.16)!important;}
}

/* Phase C.3 — Remove Redundancy & Clarify Product Flow
   Buyer-facing profile stays in the hero. The next section now explains the agent-facing workflow. */
.p360-c3-agent-hero{padding:58px 0 64px!important;}
.p360-c3-agent-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr)!important;gap:58px!important;}
.p360-c3-agent-copy h1{max-width:560px!important;}
.p360-c3-agent-copy .p360-lead{max-width:620px!important;}
.p360-c3-public-profile{max-width:620px!important;}
.p360-c3-public-profile .p360-agent-card-preview-c2{display:none!important;}
.p360-c3-public-profile-head{grid-template-columns:112px minmax(0,1fr)!important;}
.p360-c3-public-profile-head>img{width:112px!important;height:112px!important;}
.p360-c3-public-stats{margin:16px 0 18px!important;}

.p360-c3-flow-section{background:#fff!important;padding-top:54px!important;}
.p360-c3-flow-head{margin-bottom:22px!important;}
.p360-c3-flow-head h2{max-width:860px!important;}
.p360-c3-flow-head p{max-width:760px!important;}
.p360-c3-workflow-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-bottom:22px!important;}
.p360-c3-flow-card{position:relative!important;padding:20px!important;border-radius:22px!important;box-shadow:none!important;background:linear-gradient(180deg,#FFFFFF,#F8FCFF)!important;min-height:178px!important;}
.p360-c3-step{width:38px!important;height:38px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,var(--p360-blue),#005fc9)!important;color:#fff!important;font-weight:850!important;box-shadow:0 12px 24px rgba(8,121,232,.18)!important;margin-bottom:16px!important;}
.p360-c3-flow-card h3{font-size:18px!important;line-height:1.25!important;letter-spacing:-.018em!important;margin:0 0 8px!important;font-weight:780!important;color:var(--p360-ink)!important;}
.p360-c3-flow-card p{font-size:14px!important;line-height:1.55!important;margin:0!important;color:var(--p360-muted)!important;font-weight:560!important;}
.p360-c3-dashboard-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px!important;}
.p360-c3-dashboard-grid .p360-agent-panel{border-radius:26px!important;box-shadow:0 16px 44px rgba(9,54,100,.07)!important;}
.p360-c3-prospect-list time{min-width:68px!important;text-align:right!important;}
.p360-c3-prospect-list li:nth-child(1) time{color:var(--p360-green)!important;}
.p360-c3-listing-section{padding-top:54px!important;}

@media(max-width:1100px){
  .p360-c3-agent-hero-grid{grid-template-columns:1fr!important;gap:30px!important;}
  .p360-c3-public-profile{max-width:none!important;margin:0!important;}
  .p360-c3-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .p360-c3-dashboard-grid{grid-template-columns:1fr!important;}
}
@media(max-width:760px){
  .p360-c3-agent-hero{padding:34px 0 38px!important;}
  .p360-c3-public-profile-head{grid-template-columns:84px minmax(0,1fr)!important;}
  .p360-c3-public-profile-head>img{width:84px!important;height:84px!important;}
  .p360-c3-flow-section{padding-top:38px!important;}
  .p360-c3-workflow-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .p360-c3-flow-card{min-height:auto!important;padding:18px!important;display:grid!important;grid-template-columns:42px 1fr!important;column-gap:14px!important;align-items:start!important;}
  .p360-c3-step{grid-row:1 / span 2!important;margin:0!important;}
  .p360-c3-flow-card h3{font-size:17px!important;margin-top:1px!important;}
  .p360-c3-flow-card p{grid-column:2!important;}
  .p360-c3-dashboard-grid{gap:16px!important;}
  .p360-c3-listing-section{padding-top:38px!important;}
}
@media(max-width:460px){
  .p360-c3-public-profile .p360-wa-full{min-height:48px!important;}
  .p360-c3-flow-card{grid-template-columns:38px 1fr!important;}
  .p360-c3-step{width:34px!important;height:34px!important;border-radius:12px!important;}
  .p360-c3-flow-card p{font-size:13.5px!important;}
  .p360-c3-dashboard-grid .p360-panel-title-row{gap:10px!important;align-items:flex-start!important;}
  .p360-c3-prospect-list time{min-width:auto!important;font-size:11.5px!important;}
}

/* =========================================================
   Property360 Phase D — Auth, Coach Tino, and Interaction Polish
   Scope: Login, register, Google fallback, Coach Tino default/open states.
   ========================================================= */
.p360-auth-v2{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 82% 12%,rgba(6,118,232,.14),transparent 34%),
    linear-gradient(135deg,#fff 0%,#f8fcff 48%,#eaf7ff 100%)!important;
  border-bottom:1px solid var(--p360-line)!important;
  padding:74px 0 78px!important;
  min-height:calc(100vh - var(--p360-header-h))!important;
}
.p360-auth-v2:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:linear-gradient(rgba(10,125,220,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,125,220,.035) 1px,transparent 1px)!important;
  background-size:72px 72px!important;
  opacity:.7!important;
}
.p360-auth-grid-v2{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:minmax(0,520px) minmax(420px,1fr)!important;
  align-items:center!important;
  gap:64px!important;
}
.p360-auth-copy-v2 h1{
  margin:20px 0 16px!important;
  max-width:660px!important;
  color:var(--p360-ink)!important;
  font-size:clamp(38px,3.9vw,54px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:790!important;
  text-wrap:balance!important;
}
.p360-auth-copy-v2 p{
  margin:0!important;
  color:#284864!important;
  font-size:18px!important;
  line-height:1.72!important;
  font-weight:520!important;
  max-width:620px!important;
}
.p360-auth-google-v2{
  margin-top:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  max-width:520px!important;
  min-height:62px!important;
  border-radius:18px!important;
  padding:10px 16px 10px 12px!important;
  color:var(--p360-ink)!important;
  background:#fff!important;
  border:1px solid #cfe5f8!important;
  text-decoration:none!important;
  box-shadow:0 18px 46px rgba(9,54,100,.10)!important;
}
.p360-auth-google-v2 strong{font-size:16px!important;font-weight:820!important;line-height:1.2!important;flex:1!important;}
.p360-google-mark{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f9fbff,#eef7ff)!important;
  border:1px solid var(--p360-line)!important;
  color:var(--p360-blue)!important;
  font-weight:900!important;
  font-size:18px!important;
}
.p360-auth-note-v2{
  max-width:520px!important;
  margin-top:16px!important;
  padding:14px 16px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid var(--p360-line)!important;
  color:#42617b!important;
  font-size:14.5px!important;
  line-height:1.45!important;
  box-shadow:0 10px 28px rgba(10,52,92,.055)!important;
}
.p360-auth-checklist-v2{
  display:grid!important;
  gap:12px!important;
  max-width:560px!important;
  margin-top:22px!important;
}
.p360-auth-checklist-v2 div{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:center!important;
  padding:14px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid var(--p360-line)!important;
  box-shadow:0 12px 32px rgba(10,52,92,.06)!important;
}
.p360-auth-checklist-v2 span{
  grid-row:span 2!important;
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:14px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--p360-blue),var(--p360-blue-dark))!important;
  font-weight:900!important;
}
.p360-auth-checklist-v2 b{display:block!important;font-size:16px!important;line-height:1.25!important;color:var(--p360-ink)!important;}
.p360-auth-checklist-v2 small{display:block!important;margin-top:4px!important;font-size:14px!important;line-height:1.42!important;color:#5d7892!important;}
.p360-auth-disclaimer-v2,.p360-auth-switch-v2{
  margin-top:18px!important;
  font-size:14.5px!important;
  line-height:1.5!important;
  color:#55718a!important;
  max-width:560px!important;
}
.p360-auth-switch-v2 a{color:var(--p360-blue)!important;font-weight:820!important;text-decoration:none!important;}
.p360-auth-actions-v2{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:26px!important;}
.p360-auth-actions-v2 .p360-btn{min-height:54px!important;}
.p360-auth-showcase-v2{display:flex!important;justify-content:center!important;align-items:center!important;min-width:0!important;}
.p360-auth-device-v2{
  width:min(100%,520px)!important;
  border-radius:34px!important;
  padding:26px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(174,218,251,.95)!important;
  box-shadow:0 28px 90px rgba(9,54,100,.16)!important;
  backdrop-filter:blur(18px)!important;
}
.p360-auth-device-top{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:18px!important;}
.p360-auth-device-top span{width:8px!important;height:8px!important;border-radius:999px!important;background:#95d7f8!important;display:block!important;}
.p360-auth-device-top em{margin-left:auto!important;font-style:normal!important;font-size:12px!important;font-weight:850!important;color:var(--p360-blue)!important;}
.p360-auth-profile-row-v2{
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#f7fbff,#edf8ff)!important;
  border:1px solid var(--p360-line)!important;
}
.p360-auth-profile-row-v2 img{width:70px!important;height:70px!important;border-radius:24px!important;object-fit:cover!important;border:5px solid #fff!important;box-shadow:0 10px 26px rgba(6,118,232,.12)!important;}
.p360-auth-profile-row-v2 strong{display:block!important;font-size:22px!important;line-height:1.1!important;letter-spacing:-.025em!important;color:var(--p360-ink)!important;}
.p360-auth-profile-row-v2 small{display:block!important;margin-top:4px!important;color:#5f7690!important;font-size:14px!important;font-weight:650!important;}
.p360-auth-profile-row-v2 b{display:inline-flex!important;padding:8px 12px!important;border-radius:999px!important;background:#eaf9f1!important;color:#119d50!important;font-size:12px!important;line-height:1!important;}
.p360-auth-metrics-v2{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin:16px 0!important;}
.p360-auth-metrics-v2 span{display:block!important;text-align:center!important;padding:16px 10px!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;background:#fff!important;}
.p360-auth-metrics-v2 b{display:block!important;color:var(--p360-blue)!important;font-size:25px!important;line-height:1!important;}
.p360-auth-metrics-v2 small{display:block!important;margin-top:6px!important;color:#5f7690!important;font-size:13px!important;font-weight:780!important;}
.p360-auth-status-v2{padding:20px!important;border:1px solid var(--p360-line)!important;border-radius:22px!important;background:linear-gradient(135deg,#fff,#f3faff)!important;margin-bottom:14px!important;}
.p360-auth-status-v2 small{display:block!important;color:var(--p360-blue)!important;font-size:12px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin-bottom:8px!important;}
.p360-auth-status-v2 strong{display:block!important;color:var(--p360-ink)!important;font-size:26px!important;line-height:1.12!important;letter-spacing:-.03em!important;}
.p360-auth-status-v2 p{margin:8px 0 0!important;color:#5f7690!important;font-size:15px!important;line-height:1.45!important;}
.p360-auth-task-v2{
  display:grid!important;
  grid-template-columns:14px minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  padding:14px 16px!important;
  border-radius:17px!important;
  border:1px solid var(--p360-line)!important;
  background:#fff!important;
  margin-top:10px!important;
}
.p360-auth-task-v2 i{display:block!important;width:10px!important;height:10px!important;border-radius:999px!important;background:var(--p360-green)!important;box-shadow:0 0 0 5px rgba(24,185,95,.10)!important;}
.p360-auth-task-v2 b{display:block!important;color:var(--p360-ink)!important;font-size:15.5px!important;line-height:1.25!important;}
.p360-auth-task-v2 small{display:block!important;margin-top:3px!important;color:#5d7892!important;font-size:13.5px!important;line-height:1.35!important;}
.p360-auth-task-v2 time{font-weight:850!important;color:var(--p360-blue)!important;font-size:13px!important;}
.p360-auth-device-v2 > .p360-btn{width:100%!important;margin-top:16px!important;}
.p360-auth-device-safe-v2{max-width:480px!important;}

/* Coach Tino Phase D compact mentor behavior */
.p360-coach-v2.coach-tino-floating{right:22px!important;bottom:22px!important;z-index:430!important;}
.p360-coach-v2 .coach-tino-bubble{
  max-width:245px!important;
  padding:10px 12px!important;
  border-radius:18px!important;
  border:1px solid var(--p360-line)!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 14px 36px rgba(9,54,100,.12)!important;
}
.p360-coach-v2:not(.is-open) .coach-tino-bubble{display:none!important;}
.p360-coach-v2 .coach-tino-button{
  width:58px!important;
  height:58px!important;
  padding:0!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid #bfe1ff!important;
  box-shadow:0 14px 34px rgba(9,54,100,.14)!important;
}
.p360-coach-v2 .coach-tino-button img{width:46px!important;height:46px!important;border-radius:999px!important;}
.p360-coach-v2 .coach-tino-badge{display:none!important;}
.p360-coach-v2 .coach-tino-panel{
  width:min(390px,calc(100vw - 32px))!important;
  border-radius:26px!important;
  overflow:hidden!important;
  border:1px solid #bfe1ff!important;
  box-shadow:0 28px 90px rgba(9,54,100,.26)!important;
}
.p360-coach-v2 .coach-tino-panel-head{background:linear-gradient(135deg,var(--p360-blue),var(--p360-blue-dark))!important;color:#fff!important;}
.p360-coach-v2 .coach-tino-panel-head h3{font-size:18px!important;letter-spacing:-.02em!important;}
.p360-coach-v2 .coach-tino-panel-head p{font-size:12.5px!important;opacity:.92!important;}
.p360-coach-v2 .coach-tino-x{background:rgba(255,255,255,.16)!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;}
.p360-coach-v2 .coach-tino-suggestion-grid{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:12px!important;border-top:1px solid #e7f2ff!important;}
.p360-coach-v2 .coach-tino-suggestion-grid button{flex:0 0 auto!important;border:1px solid var(--p360-line)!important;border-radius:999px!important;background:#fff!important;color:var(--p360-ink)!important;font-weight:800!important;padding:10px 13px!important;text-transform:none!important;}
.p360-coach-v2 .coach-tino-message{font-size:13.5px!important;line-height:1.45!important;}
.p360-coach-v2 .coach-tino-panel-foot{font-size:12.5px!important;color:#5d7892!important;}
.p360-coach-v2 .coach-tino-panel-foot a{font-weight:850!important;text-decoration:none!important;color:var(--p360-blue)!important;}
body.mobile-menu-open .p360-coach-v2,body.p360-menu-active .p360-coach-v2{display:none!important;}

@media(max-width:960px){
  .p360-auth-v2{padding:54px 0 90px!important;min-height:auto!important;}
  .p360-auth-grid-v2{grid-template-columns:1fr!important;gap:34px!important;}
  .p360-auth-copy-v2 h1{font-size:clamp(34px,8vw,44px)!important;line-height:1.1!important;}
  .p360-auth-copy-v2 p{font-size:16.5px!important;line-height:1.65!important;}
  .p360-auth-google-v2,.p360-auth-note-v2{max-width:none!important;}
  .p360-auth-showcase-v2{justify-content:stretch!important;}
  .p360-auth-device-v2{width:100%!important;max-width:none!important;}
}
@media(max-width:720px){
  .p360-auth-v2{padding:34px 0 94px!important;}
  .p360-auth-copy-v2 h1{font-size:34px!important;letter-spacing:-.04em!important;}
  .p360-auth-google-v2{min-height:58px!important;border-radius:17px!important;}
  .p360-auth-checklist-v2 div{grid-template-columns:38px minmax(0,1fr)!important;padding:13px!important;}
  .p360-auth-checklist-v2 span{width:38px!important;height:38px!important;border-radius:13px!important;}
  .p360-auth-profile-row-v2{grid-template-columns:58px minmax(0,1fr)!important;}
  .p360-auth-profile-row-v2 img{width:58px!important;height:58px!important;border-radius:20px!important;}
  .p360-auth-profile-row-v2 b{grid-column:1/-1!important;justify-self:start!important;}
  .p360-auth-metrics-v2{gap:9px!important;}
  .p360-auth-metrics-v2 span{padding:13px 6px!important;}
  .p360-auth-task-v2{grid-template-columns:12px minmax(0,1fr) auto!important;padding:13px!important;}
  .p360-coach-v2.coach-tino-floating:not(.is-open){right:18px!important;bottom:calc(84px + env(safe-area-inset-bottom))!important;}
  .p360-coach-v2.coach-tino-floating.is-open{left:10px!important;right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;}
  .p360-coach-v2 .coach-tino-panel{width:calc(100vw - 20px)!important;max-height:min(76vh,620px)!important;border-radius:22px!important;}
  .p360-coach-v2 .coach-tino-messages{max-height:calc(76vh - 220px)!important;}
  body.coach-tino-open .mobile-sticky-cta{display:none!important;}
}
@media(max-width:420px){
  .p360-auth-copy-v2 h1{font-size:31px!important;}
  .p360-auth-copy-v2 p{font-size:15.8px!important;}
  .p360-auth-device-v2{padding:18px!important;border-radius:28px!important;}
  .p360-auth-metrics-v2{grid-template-columns:1fr 1fr 1fr!important;}
  .p360-auth-metrics-v2 b{font-size:22px!important;}
  .p360-auth-task-v2 time{font-size:12px!important;}
}


/* =========================================================
   Property360 Phase E — Final Public QA & Release Candidate Polish
   Scope: consistency guard, mobile QA, sticky CTA, Coach Tino, menu state,
   and final public shell polish without changing the approved product story.
   ========================================================= */
html,body{max-width:100%!important;overflow-x:hidden!important;}
body{letter-spacing:-.006em!important;}
main{position:relative!important;z-index:1!important;}
.p360-header{box-shadow:0 8px 28px rgba(11,27,50,.045)!important;}
.p360-logo,.p360-footer-brand{min-width:0!important;}
.p360-logo img,.p360-footer-brand img{flex:0 0 auto!important;}
.p360-brand-text{min-width:0!important;}
.p360-brand-text strong{white-space:nowrap!important;}
.p360-brand-text small{white-space:normal!important;}
.p360-menu a,.p360-btn,.p360-card-actions a,.mobile-sticky-cta a{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease!important;}
.p360-btn:hover,.p360-card-actions a:hover,.mobile-sticky-cta a:hover{transform:translateY(-1px)!important;}
.p360-btn:focus-visible,.p360-menu a:focus-visible,.p360-card-actions a:focus-visible,.mobile-sticky-cta a:focus-visible,.p360-menu-toggle:focus-visible,.coach-tino-button:focus-visible,.coach-tino-x:focus-visible,.coach-tino-suggestion-grid button:focus-visible,.coach-tino-inputbar input:focus-visible,.coach-tino-inputbar button:focus-visible{outline:3px solid rgba(6,118,232,.25)!important;outline-offset:3px!important;}
.p360-section-head-row h2,.p360-centered-head h2,.p360-home-copy h1,.p360-page-copy h1{font-weight:760!important;text-wrap:balance!important;}
.p360-lead,.p360-section-head-row p,.p360-centered-head p,.p360-page-copy p{text-wrap:pretty!important;}
.p360-listing-card,.p360-agent-card,.p360-auth-card,.p360-public-profile-preview,.p360-workflow-card-v2,.p360-followup-board-v2{isolation:isolate!important;}
.p360-listing-card img{background:#EAF4FF!important;object-position:center!important;}
.p360-sale-tag{line-height:1!important;box-shadow:0 10px 24px rgba(24,185,95,.18)!important;}
.p360-card-actions{align-items:stretch!important;}
.p360-card-actions a{min-width:0!important;text-align:center!important;}
.p360-menu.is-open::before{content:""!important;position:fixed!important;inset:calc(-1 * var(--p360-header-h)) -16px -100vh!important;background:rgba(6,18,34,.16)!important;z-index:-1!important;pointer-events:none!important;}
body.mobile-menu-open,body.p360-menu-active,body.coach-tino-open{touch-action:manipulation!important;}
.coach-tino-floating{z-index:470!important;}
.coach-tino-floating:not(.is-open) .coach-tino-button{box-shadow:0 16px 38px rgba(6,118,232,.18)!important;}
.coach-tino-panel{max-height:min(680px,calc(100vh - 130px))!important;}
.coach-tino-message{text-transform:none!important;}
.coach-tino-inputbar input{font-size:16px!important;}
.mobile-sticky-cta{font-family:var(--p360-font)!important;}
.mobile-sticky-cta a{white-space:nowrap!important;}
@media(max-width:1100px){
  .p360-home-hero-grid,.p360-page-grid{gap:34px!important;}
  .p360-section{padding:58px 0!important;}
}
@media(max-width:860px){
  body{padding-bottom:84px!important;}
  .p360-header{z-index:900!important;}
  .p360-menu.is-open{max-height:calc(100vh - var(--p360-header-h) - 36px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;}
  .p360-home-copy h1,.p360-page-copy h1{font-size:clamp(31px,8vw,38px)!important;line-height:1.13!important;letter-spacing:-.038em!important;}
  .p360-section-head-row h2,.p360-centered-head h2{font-size:clamp(26px,6.9vw,32px)!important;line-height:1.18!important;}
  .p360-lead,.p360-page-copy .p360-lead,.p360-section-head-row p,.p360-centered-head p{font-size:15.8px!important;line-height:1.64!important;}
  .p360-home-trust,.p360-proof-chips{align-items:stretch!important;}
  .p360-home-trust span,.p360-proof-chips span{min-width:0!important;word-break:normal!important;overflow-wrap:break-word!important;}
  .p360-benefits-grid-v2,.p360-benefit-grid{grid-template-columns:1fr!important;}
  .p360-benefits-grid-v2 article,.p360-benefit-grid article{min-width:0!important;}
  .p360-listing-cards{grid-template-columns:1fr!important;}
  .p360-listing-card img{height:clamp(190px,54vw,230px)!important;}
  .p360-card-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;}
  .p360-card-actions a{font-size:14.5px!important;min-height:46px!important;padding:12px 10px!important;}
  .p360-public-profile-preview,.p360-auth-card,.p360-agent-card{box-shadow:0 14px 36px rgba(10,52,92,.08)!important;}
  .coach-tino-floating.is-open{left:12px!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;width:auto!important;}
  .coach-tino-floating.is-open .coach-tino-panel{max-height:calc(100dvh - 34px)!important;border-radius:24px!important;}
  .coach-tino-floating:not(.is-open){right:16px!important;bottom:calc(84px + env(safe-area-inset-bottom))!important;}
  .coach-tino-badge{display:none!important;}
  .mobile-sticky-cta{min-height:68px!important;}
}
@media(max-width:480px){
  .p360-home-copy h1,.p360-page-copy h1{font-size:32px!important;}
  .p360-home-trust,.p360-proof-chips{grid-template-columns:1fr!important;}
  .p360-home-trust span,.p360-proof-chips span{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;column-gap:10px!important;align-items:center!important;}
  .p360-home-trust span small,.p360-proof-chips span small{grid-column:2!important;}
  .p360-preview-listings-two,.p360-preview-listings{grid-template-columns:1fr!important;}
  .p360-metrics-row{grid-template-columns:1fr 1fr 1fr!important;}
  .p360-metrics-row div{min-width:0!important;}
  .p360-search-demo input{width:100%!important;}
  .mobile-sticky-cta{left:10px!important;right:10px!important;padding:10px 10px 10px 14px!important;}
  .mobile-sticky-cta span{font-size:14.5px!important;}
  .mobile-sticky-cta a{font-size:14px!important;padding-inline:14px!important;}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important;}
}

/* =========================================================
   Property360 Phase E.1 — Mobile UX Correction & Copy Repositioning
   Scope: reduce mobile top gap, repair trust cards, slim sticky CTA,
   hide bottom overlays near footer, and support the new digital-work-tool copy.
   ========================================================= */
.p360-home-copy h1 span,
.p360-home-copy h1 em{max-width:780px!important;}
.p360-nav-cta{white-space:nowrap!important;}

@media(max-width:860px){
  body{padding-bottom:70px!important;}
  .p360-header{min-height:auto!important;}
  .p360-nav{min-height:68px!important;padding-top:8px!important;padding-bottom:8px!important;}
  .p360-logo img{width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important;}
  .p360-brand-text strong{font-size:21px!important;line-height:1.05!important;}
  .p360-brand-text small{display:none!important;}
  .p360-menu-toggle{width:58px!important;height:58px!important;border-radius:18px!important;}

  .p360-home-hero{padding:18px 0 34px!important;}
  .p360-home-hero-grid{gap:28px!important;}
  .p360-home-copy .p360-eyebrow{margin-top:2px!important;}
  .p360-home-copy h1{font-size:clamp(32px,8.4vw,40px)!important;line-height:1.13!important;letter-spacing:-.035em!important;margin:16px 0 14px!important;}
  .p360-home-copy h1 em{font-size:.94em!important;line-height:1.16!important;}
  .p360-home-copy .p360-lead{font-size:16px!important;line-height:1.64!important;font-weight:560!important;}
  .p360-home-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:24px 0 16px!important;}
  .p360-home-actions .p360-btn{width:100%!important;min-height:54px!important;border-radius:18px!important;}

  .p360-home-trust{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;max-width:none!important;}
  .p360-home-trust span{display:block!important;min-width:0!important;width:100%!important;padding:14px 16px!important;border-radius:18px!important;}
  .p360-home-trust b{display:block!important;font-size:16px!important;line-height:1.18!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;margin:0 0 4px!important;}
  .p360-home-trust small{display:block!important;grid-column:auto!important;font-size:14px!important;line-height:1.35!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;}

  .p360-product-window{border-radius:26px!important;padding:18px!important;}
  .p360-product-profile{grid-template-columns:64px minmax(0,1fr)!important;padding:14px!important;gap:12px!important;}
  .p360-product-profile img{width:64px!important;height:64px!important;}
  .p360-product-profile h2{font-size:23px!important;}
  .p360-product-profile a{grid-column:1/-1!important;width:100%!important;min-height:46px!important;}
  .p360-product-metrics span{padding:12px 8px!important;}
  .p360-product-metrics b{font-size:22px!important;}

  .mobile-sticky-cta{left:14px!important;right:14px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;min-height:56px!important;border-radius:18px!important;padding:8px 8px 8px 14px!important;box-shadow:0 12px 34px rgba(10,52,92,.15)!important;}
  .mobile-sticky-cta span{font-size:15px!important;font-weight:820!important;}
  .mobile-sticky-cta a{min-height:44px!important;border-radius:15px!important;padding:10px 15px!important;font-size:14.5px!important;font-weight:820!important;}
  .coach-tino-floating:not(.is-open){right:18px!important;bottom:calc(74px + env(safe-area-inset-bottom))!important;}

  body.at-page-footer .mobile-sticky-cta,
  body.at-page-footer .coach-tino-floating:not(.is-open){opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important;}

  .p360-footer{padding:34px 0 28px!important;}
  .p360-footer-grid{gap:22px!important;}
  .p360-footer p{font-size:15px!important;line-height:1.58!important;}
  .p360-footer h3{font-size:18px!important;margin-top:14px!important;}
}

@media(max-width:480px){
  .wrap{width:min(100% - 28px,720px)!important;}
  .p360-home-hero{padding-top:16px!important;}
  .p360-home-copy h1{font-size:34px!important;line-height:1.12!important;}
  .p360-home-copy h1 em{font-size:.92em!important;}
  .p360-home-copy .p360-lead{font-size:15.8px!important;}
  .p360-home-trust{grid-template-columns:1fr!important;}
  .p360-home-trust span{display:block!important;grid-template-columns:none!important;min-height:auto!important;}
  .p360-home-trust span b,
  .p360-home-trust span small{grid-column:auto!important;}
  .mobile-sticky-cta{left:10px!important;right:10px!important;border-radius:17px!important;padding:8px 8px 8px 13px!important;}
  .mobile-sticky-cta a{padding-inline:14px!important;}
}

@media(max-width:380px){
  .p360-brand-text strong{font-size:19px!important;}
  .p360-menu-toggle{width:54px!important;height:54px!important;}
  .p360-home-copy h1{font-size:32px!important;}
  .p360-home-actions .p360-btn{min-height:52px!important;}
  .mobile-sticky-cta span{font-size:14px!important;}
  .mobile-sticky-cta a{font-size:13.8px!important;min-height:42px!important;padding-inline:12px!important;}
}

/* =========================================================
   Property360 Phase E.2 — Mobile First Fold, Footer, and CTA Optimization
   Scope: compact trust chips, earlier product preview feel, slim sticky CTA,
   footer compact mode, and safer mobile overlay behavior.
   ========================================================= */
@media(max-width:860px){
  /* Mobile hero must feel fast: less top gap, shorter title block, less empty scroll. */
  .p360-home-hero{padding-top:10px!important;padding-bottom:28px!important;}
  .p360-home-hero-grid{gap:20px!important;}
  .p360-home-copy h1{font-size:clamp(30px,7.6vw,36px)!important;line-height:1.12!important;margin:14px 0 12px!important;letter-spacing:-.032em!important;}
  .p360-home-copy .p360-lead{font-size:15.5px!important;line-height:1.58!important;}
  .p360-home-actions{margin:20px 0 12px!important;}
  .p360-home-actions .p360-btn{min-height:50px!important;border-radius:16px!important;font-size:15px!important;}

  /* Trust items become compact proof chips, not tall cards that delay the product preview. */
  .p360-home-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:12px 0 0!important;}
  .p360-home-trust span{display:block!important;padding:10px 12px!important;border-radius:15px!important;min-height:64px!important;box-shadow:0 8px 20px rgba(15,62,110,.045)!important;background:rgba(255,255,255,.9)!important;}
  .p360-home-trust b{font-size:14px!important;line-height:1.18!important;margin:0 0 3px!important;}
  .p360-home-trust small{font-size:12.6px!important;line-height:1.28!important;color:#5d7892!important;}

  /* Product preview should start closer after trust chips. */
  .p360-home-product{min-height:auto!important;margin-top:4px!important;}
  .p360-product-window{padding:16px!important;border-radius:24px!important;}
  .p360-window-top{margin-bottom:12px!important;}
  .p360-product-metrics{gap:8px!important;}
  .p360-product-listings{gap:9px!important;}

  /* Sticky CTA: slimmer, quieter, hidden while hero is still visible and in footer/legal area. */
  .mobile-sticky-cta{min-height:52px!important;border-radius:16px!important;padding:7px 8px 7px 13px!important;box-shadow:0 10px 26px rgba(10,52,92,.13)!important;}
  .mobile-sticky-cta span{font-size:14px!important;line-height:1.1!important;}
  .mobile-sticky-cta a{min-height:40px!important;border-radius:13px!important;font-size:13.8px!important;padding:9px 13px!important;}
  body.in-home-hero .mobile-sticky-cta,
  body.at-page-footer .mobile-sticky-cta,
  body.near-page-bottom .mobile-sticky-cta{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important;}

  /* Coach Tino should not compete with hero CTA or footer navigation. */
  .p360-coach-v2.coach-tino-floating:not(.is-open),
  .coach-tino-floating:not(.is-open){right:16px!important;bottom:calc(66px + env(safe-area-inset-bottom))!important;}
  .p360-coach-v2.coach-tino-floating:not(.is-open) .coach-tino-button,
  .coach-tino-floating:not(.is-open) .coach-tino-button{width:48px!important;height:48px!important;}
  .p360-coach-v2.coach-tino-floating:not(.is-open) .coach-tino-button img,
  .coach-tino-floating:not(.is-open) .coach-tino-button img{width:38px!important;height:38px!important;}
  body.in-home-hero .coach-tino-floating:not(.is-open),
  body.at-page-footer .coach-tino-floating:not(.is-open),
  body.near-page-bottom .coach-tino-floating:not(.is-open){opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important;}

  /* Footer mobile compact mode. It stays informative but no longer feels like a long dark article page. */
  .p360-footer{padding:24px 0 28px!important;}
  .p360-footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px 16px!important;align-items:start!important;}
  .p360-footer-grid > div:first-child{grid-column:1 / -1!important;}
  .p360-footer .p360-footer-brand{margin-bottom:10px!important;}
  .p360-footer .p360-footer-brand img{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;}
  .p360-footer .p360-brand-text strong{font-size:20px!important;line-height:1.08!important;}
  .p360-footer .p360-brand-text small{display:block!important;font-size:11px!important;line-height:1.3!important;}
  .p360-footer p{font-size:13.8px!important;line-height:1.55!important;margin:7px 0!important;max-width:none!important;}
  .p360-footer-note{font-size:12.8px!important;line-height:1.48!important;color:#AFC7DD!important;}
  .p360-footer h3{font-size:14.5px!important;margin:4px 0 8px!important;line-height:1.25!important;}
  .p360-footer a{font-size:13.5px!important;line-height:1.25!important;margin:8px 0!important;}
}

@media(max-width:480px){
  .p360-home-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .p360-home-trust span{min-height:62px!important;padding:10px!important;}
  .p360-home-trust b{font-size:13.5px!important;}
  .p360-home-trust small{font-size:12.2px!important;}
  .p360-product-listings{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .p360-product-listings article:nth-child(2){display:block!important;}
  .p360-product-listings img{height:96px!important;}
  .p360-product-listings h3{font-size:13px!important;line-height:1.18!important;}
  .p360-product-listings p{font-size:11.5px!important;}
  .p360-product-listings b{font-size:13px!important;}
  .p360-footer-grid{grid-template-columns:1fr 1fr!important;}
}

@media(max-width:370px){
  .p360-home-trust{grid-template-columns:1fr!important;}
}


/* =========================================================
   Property360 Phase E.3 — Coach Tino Proactive Mentor Bubble
   Coach Tino greets first-time visitors with a useful question bubble,
   then opens the chat panel only after the user taps/clicks it.
   ========================================================= */
.coach-tino-bubble{
  border:1px solid #D7ECFA!important;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(244,251,255,.94))!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  cursor:pointer!important;
  text-align:left!important;
  font-family:var(--p360-font,inherit)!important;
  color:inherit!important;
  box-shadow:0 18px 46px rgba(7,73,134,.14)!important;
}
.coach-tino-bubble strong{font-size:14.5px!important;line-height:1.15!important;letter-spacing:-.01em!important;}
.coach-tino-bubble p{font-size:13px!important;line-height:1.38!important;max-width:270px!important;}
.coach-tino-floating:not(.is-open):not(.is-proactive) .coach-tino-bubble{display:none!important;}
.coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;}
.coach-tino-floating.is-proactive:not(.is-open) .coach-tino-button{box-shadow:0 18px 44px rgba(0,144,227,.22),0 0 0 7px rgba(0,144,227,.10)!important;}
.coach-tino-floating.is-gently-pulsing:not(.is-open) .coach-tino-button{animation:p360CoachPulse 2.8s ease-in-out infinite!important;}
@keyframes p360CoachPulse{
  0%,100%{transform:translateY(0) scale(1);}
  50%{transform:translateY(-2px) scale(1.025);}
}
.coach-tino-message{line-height:1.5!important;}
.coach-tino-suggestion-grid button{text-transform:none!important;}

@media(max-width:860px){
  body.in-home-hero .coach-tino-floating.is-proactive:not(.is-open){opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;}
  body.in-home-hero .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble{display:flex!important;}
  body.at-page-footer .coach-tino-floating.is-proactive:not(.is-open),
  body.near-page-bottom .coach-tino-floating.is-proactive:not(.is-open),
  body.mobile-menu-open .coach-tino-floating.is-proactive:not(.is-open),
  body.p360-menu-active .coach-tino-floating.is-proactive:not(.is-open){opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important;}
  .coach-tino-floating.is-proactive:not(.is-open){right:16px!important;bottom:calc(72px + env(safe-area-inset-bottom))!important;}
  .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble{
    position:absolute!important;
    right:54px!important;
    bottom:0!important;
    width:min(292px,calc(100vw - 94px))!important;
    padding:11px 12px!important;
    gap:9px!important;
    border-radius:20px!important;
  }
  .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble img{width:38px!important;height:38px!important;flex:0 0 38px!important;}
  .coach-tino-bubble strong{font-size:13.5px!important;}
  .coach-tino-bubble p{font-size:12.2px!important;line-height:1.34!important;max-width:210px!important;}
  .coach-tino-panel-head p{font-size:12px!important;}
}
@media(max-width:430px){
  .coach-tino-floating.is-proactive:not(.is-open){right:14px!important;bottom:calc(70px + env(safe-area-inset-bottom))!important;}
  .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble{width:min(272px,calc(100vw - 86px))!important;right:52px!important;}
  .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble img{display:none!important;}
  .coach-tino-bubble p{max-width:220px!important;}
}
@media(prefers-reduced-motion:reduce){.coach-tino-floating.is-gently-pulsing:not(.is-open) .coach-tino-button{animation:none!important;}}


/* =========================================================
   Property360 Phase E4.1 — Coach Stability, Trust Micro UI,
   and Agent Profile Stat Correction
   ========================================================= */

/* Coach Tino: launcher must stay visible. Bubble appears as a chat bubble above the avatar. */
.coach-tino-floating{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:520!important;
}
body.in-home-hero .coach-tino-floating:not(.is-open),
body.at-page-footer .coach-tino-floating:not(.is-open),
body.near-page-bottom .coach-tino-floating:not(.is-open){
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
}
.coach-tino-floating:not(.is-open) .coach-tino-button{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  display:grid!important;
}
.coach-tino-floating.is-open .coach-tino-button{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.coach-tino-floating:not(.is-open) .coach-tino-bubble{
  right:0!important;
  bottom:78px!important;
  width:min(310px,calc(100vw - 44px))!important;
  border-radius:22px!important;
  padding:14px 16px!important;
  display:flex!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(8px) scale(.96)!important;
}
.coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble,
.coach-tino-floating.is-gently-pulsing:not(.is-open) .coach-tino-bubble{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
.coach-tino-bubble:after{
  content:""!important;
  position:absolute!important;
  right:22px!important;
  bottom:-9px!important;
  width:18px!important;
  height:18px!important;
  background:#fff!important;
  border-right:1px solid rgba(0,143,227,.18)!important;
  border-bottom:1px solid rgba(0,143,227,.18)!important;
  transform:rotate(45deg)!important;
  border-bottom-right-radius:4px!important;
}
.coach-tino-bubble strong{font-size:14.5px!important;line-height:1.22!important;font-weight:900!important;}
.coach-tino-bubble p{font-size:12.8px!important;line-height:1.42!important;font-weight:680!important;max-width:250px!important;}
body.mobile-menu-open .coach-tino-floating:not(.is-open),
body.p360-menu-active .coach-tino-floating:not(.is-open),
body.keyboard-open .coach-tino-floating:not(.is-open){
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Homepage trust cards: keep 4 cards, add icon and subtle life without looking crowded. */
.p360-home-trust-live{
  align-items:stretch!important;
}
.p360-home-trust-live span{
  position:relative!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  grid-template-areas:"icon title" "icon sub"!important;
  column-gap:10px!important;
  align-items:center!important;
  min-height:76px!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.p360-home-trust-live span:before{
  content:""!important;
  position:absolute!important;
  right:-22px!important;
  top:-22px!important;
  width:72px!important;
  height:72px!important;
  border-radius:50%!important;
  background:rgba(6,118,232,.08)!important;
  z-index:-1!important;
  transition:transform .28s ease,opacity .28s ease!important;
}
.p360-home-trust-live i{
  grid-area:icon!important;
  width:34px!important;
  height:34px!important;
  border-radius:14px!important;
  display:inline-grid!important;
  place-items:center!important;
  color:var(--p360-blue)!important;
  background:linear-gradient(135deg,#EAF7FF,#FFFFFF)!important;
  border:1px solid #D7E9FA!important;
  font-style:normal!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:0 8px 20px rgba(6,118,232,.10)!important;
}
.p360-home-trust-live b{grid-area:title!important;line-height:1.15!important;}
.p360-home-trust-live small{grid-area:sub!important;line-height:1.25!important;}
.p360-home-trust-live span:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(6,118,232,.28)!important;
  box-shadow:0 16px 38px rgba(6,118,232,.10)!important;
}
.p360-home-trust-live span:hover:before{transform:scale(1.14)!important;opacity:.9!important;}
.p360-home-trust-live span:hover i{animation:p360TrustIconFloat 1.4s ease-in-out infinite!important;}
@keyframes p360TrustIconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}

/* Agent profile preview: force 3 stat cards in one row, including Fast Response. */
.p360-agent-public-card-c2 .p360-agent-public-stats,
.p360-c3-public-stats,
.p360-agent-public-stats{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.p360-agent-public-card-c2 .p360-agent-public-stats span,
.p360-c3-public-stats span,
.p360-agent-public-stats span{
  grid-column:auto!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:72px!important;
}
.p360-agent-public-card-c2 .p360-agent-public-stats b,
.p360-c3-public-stats b,
.p360-agent-public-stats b{
  white-space:nowrap!important;
}

/* Mobile specific balance. */
@media(max-width:860px){
  .coach-tino-floating:not(.is-open){
    right:14px!important;
    bottom:calc(78px + env(safe-area-inset-bottom))!important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-button{
    width:56px!important;
    height:56px!important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-button img{
    width:44px!important;
    height:44px!important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-bubble{
    right:0!important;
    bottom:68px!important;
    width:min(248px,calc(100vw - 92px))!important;
    padding:12px 13px!important;
    border-radius:20px!important;
  }
  .coach-tino-bubble strong{font-size:13.6px!important;}
  .coach-tino-bubble p{font-size:12.2px!important;line-height:1.36!important;max-width:218px!important;}
  .p360-home-trust-live{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .p360-home-trust-live span{
    min-height:72px!important;
    padding:12px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    column-gap:9px!important;
    border-radius:18px!important;
  }
  .p360-home-trust-live i{
    width:30px!important;
    height:30px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  .p360-home-trust-live b{font-size:14.2px!important;}
  .p360-home-trust-live small{font-size:12.2px!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats,
  .p360-c3-public-stats,
  .p360-agent-public-stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .p360-agent-public-card-c2 .p360-agent-public-stats span,
  .p360-c3-public-stats span,
  .p360-agent-public-stats span{
    grid-column:auto!important;
    min-height:70px!important;
    padding:10px 6px!important;
  }
  .p360-agent-public-card-c2 .p360-agent-public-stats b,
  .p360-c3-public-stats b,
  .p360-agent-public-stats b{
    font-size:20px!important;
    line-height:1.05!important;
  }
  .p360-agent-public-card-c2 .p360-agent-public-stats small,
  .p360-c3-public-stats small,
  .p360-agent-public-stats small{
    font-size:10.5px!important;
    line-height:1.2!important;
  }
}
@media(max-width:390px){
  .p360-home-trust-live span{
    min-height:68px!important;
    padding:11px 10px!important;
  }
  .p360-home-trust-live b{font-size:13.4px!important;}
  .p360-home-trust-live small{font-size:11.4px!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats b,
  .p360-c3-public-stats b,
  .p360-agent-public-stats b{font-size:18px!important;}
  .p360-agent-public-card-c2 .p360-agent-public-stats small,
  .p360-c3-public-stats small,
  .p360-agent-public-stats small{font-size:9.8px!important;}
}
@media(prefers-reduced-motion:reduce){
  .p360-home-trust-live span:hover i{animation:none!important;}
}


/* =========================================================
   Property360 Phase E4.2 — Coach Tino Mobile Position Guard
   Goal: keep the bubble as a real chat bubble, but stop it from
   covering the homepage trust cards.
   ========================================================= */
@media(max-width:860px){
  .coach-tino-floating:not(.is-open){
    right:14px!important;
    bottom:calc(28px + env(safe-area-inset-bottom))!important;
    z-index:520!important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-button{
    width:54px!important;
    height:54px!important;
    box-shadow:0 14px 34px rgba(6,118,232,.18),0 0 0 6px rgba(6,118,232,.08)!important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-button img{
    width:42px!important;
    height:42px!important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-bubble,
  .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble{
    right:0!important;
    bottom:64px!important;
    width:min(226px,calc(100vw - 104px))!important;
    padding:11px 12px!important;
    border-radius:18px!important;
    box-shadow:0 16px 42px rgba(13,27,42,.15)!important;
  }
  .coach-tino-floating:not(.is-open) .coach-tino-bubble:after,
  .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble:after{
    right:19px!important;
    bottom:-8px!important;
    width:16px!important;
    height:16px!important;
  }
  .coach-tino-bubble strong{
    font-size:13.2px!important;
    line-height:1.15!important;
    margin-bottom:3px!important;
  }
  .coach-tino-bubble p{
    font-size:11.8px!important;
    line-height:1.34!important;
    max-width:200px!important;
  }

  /* On the first fold, make the bubble more compact and sit closer to
     the avatar so it reads as speech without blocking both benefit rows. */
  body.in-home-hero .coach-tino-floating:not(.is-open){
    bottom:calc(18px + env(safe-area-inset-bottom))!important;
  }
  body.in-home-hero .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble,
  body.in-home-hero .coach-tino-floating:not(.is-open) .coach-tino-bubble{
    bottom:60px!important;
    width:min(216px,calc(100vw - 112px))!important;
    padding:10px 11px!important;
  }
  body.in-home-hero .coach-tino-bubble p{
    max-width:188px!important;
  }

  /* If the sticky CTA is visible later, lift the avatar just enough. */
  body:not(.in-home-hero):not(.at-page-footer) .coach-tino-floating:not(.is-open){
    bottom:calc(76px + env(safe-area-inset-bottom))!important;
  }
  body:not(.in-home-hero):not(.at-page-footer) .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble{
    bottom:62px!important;
  }
}
@media(max-width:390px){
  .coach-tino-floating:not(.is-open) .coach-tino-bubble,
  .coach-tino-floating.is-proactive:not(.is-open) .coach-tino-bubble{
    width:min(204px,calc(100vw - 100px))!important;
    padding:10px!important;
  }
  .coach-tino-bubble strong{font-size:12.8px!important;}
  .coach-tino-bubble p{font-size:11.4px!important;max-width:180px!important;}
}


/* =========================================================
   Property360 Phase E5 — Agency Branding Value Proposition
   ========================================================= */
.p360-agency-brand-strip{
  margin:10px 0 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:10px 12px!important;
  border:1px solid var(--p360-line)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#FFFFFF,#F2FAFF)!important;
}
.p360-agency-brand-strip img{width:150px!important;max-height:48px!important;object-fit:contain!important;flex:0 0 auto!important;}
.p360-agency-brand-strip span{font-size:12px!important;font-weight:850!important;color:var(--p360-muted)!important;text-align:right!important;}

.p360-agency-brand-section{
  padding:42px 0!important;
  background:linear-gradient(135deg,#FFFFFF,#F4FAFF)!important;
}
.p360-agency-brand-card{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;
  gap:24px!important;
  align-items:center!important;
  border:1px solid var(--p360-line)!important;
  border-radius:30px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:var(--p360-shadow-soft)!important;
  padding:28px!important;
  position:relative!important;
  overflow:hidden!important;
}
.p360-agency-brand-card:before{
  content:""!important;
  position:absolute!important;
  right:-80px!important;
  top:-100px!important;
  width:260px!important;
  height:260px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(6,118,232,.14),transparent 68%)!important;
}
.p360-agency-brand-card h2{
  margin:12px 0 10px!important;
  font-size:clamp(30px,4.2vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  color:var(--p360-ink)!important;
}
.p360-agency-brand-card p{
  margin:0 0 14px!important;
  max-width:720px!important;
  color:var(--p360-muted)!important;
  font-weight:650!important;
  line-height:1.65!important;
}
.p360-agency-brand-card ul{
  margin:14px 0 0!important;
  padding:0!important;
  list-style:none!important;
  display:grid!important;
  gap:10px!important;
}
.p360-agency-brand-card li{
  display:flex!important;
  gap:9px!important;
  align-items:flex-start!important;
  color:var(--p360-text)!important;
  font-weight:760!important;
}
.p360-agency-brand-card li:before{
  content:"✓"!important;
  width:22px!important;
  height:22px!important;
  flex:0 0 22px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#EAF7FF!important;
  color:var(--p360-blue)!important;
  font-size:12px!important;
}
.p360-agency-brand-preview{
  position:relative!important;
  z-index:1!important;
  border:1px solid var(--p360-line)!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#FFFFFF,#F6FBFF)!important;
  padding:18px!important;
  box-shadow:0 20px 55px rgba(10,52,92,.10)!important;
  display:grid!important;
  gap:14px!important;
}
.p360-agency-brand-preview img{
  width:190px!important;
  max-width:100%!important;
  height:auto!important;
}
.p360-agency-brand-preview > div{
  border:1px solid var(--p360-line)!important;
  border-radius:20px!important;
  padding:16px!important;
  background:#fff!important;
}
.p360-agency-brand-preview strong{
  display:block!important;
  color:var(--p360-ink)!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
.p360-agency-brand-preview span{
  display:block!important;
  margin-top:4px!important;
  color:var(--p360-muted)!important;
  font-weight:780!important;
}
.p360-agency-brand-preview small{
  display:block!important;
  margin-top:12px!important;
  color:var(--p360-blue)!important;
  font-weight:820!important;
  line-height:1.45!important;
}

.p360-agent-brand-lockup{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border:1px solid var(--p360-line)!important;
  background:linear-gradient(135deg,#FFFFFF,#F3FAFF)!important;
  border-radius:18px!important;
  padding:9px 12px!important;
  margin-bottom:12px!important;
}
.p360-agent-brand-lockup img{
  width:138px!important;
  max-height:42px!important;
  object-fit:contain!important;
}
.p360-agent-brand-lockup span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#EAF7FF!important;
  color:var(--p360-blue)!important;
  font-size:12px!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .p360-agency-brand-strip{
    padding:9px 10px!important;
    margin:8px 0 12px!important;
  }
  .p360-agency-brand-strip img{width:126px!important;max-height:42px!important;}
  .p360-agency-brand-strip span{font-size:11px!important;line-height:1.25!important;}
  .p360-agency-brand-card{
    grid-template-columns:1fr!important;
    padding:20px!important;
    border-radius:26px!important;
  }
  .p360-agency-brand-card h2{
    font-size:30px!important;
    line-height:1.12!important;
  }
  .p360-agency-brand-card p{font-size:15px!important;line-height:1.58!important;}
  .p360-agency-brand-preview img{width:165px!important;}
  .p360-agent-brand-lockup{
    padding:8px 10px!important;
  }
  .p360-agent-brand-lockup img{
    width:124px!important;
    max-height:38px!important;
  }
  .p360-agent-brand-lockup span{
    font-size:11px!important;
    padding:5px 8px!important;
  }
}
@media(max-width:430px){
  .p360-agency-brand-strip{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:start!important;
  }
  .p360-agency-brand-strip span{text-align:left!important;}
  .p360-agent-brand-lockup{
    align-items:flex-start!important;
  }
}

/* --------------------------------------------------------------------------
   Property360 Phase E6 — Hero, brand story, and storytelling polish
---------------------------------------------------------------------------- */
.p360-home-copy h1 em{max-width:10.5ch!important;}
.p360-hero-support{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:16px 0 2px!important;max-width:640px!important;}
.p360-hero-support span{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:10px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.84)!important;border:1px solid var(--p360-line)!important;color:var(--p360-ink)!important;font-size:14px!important;font-weight:760!important;box-shadow:0 10px 24px rgba(15,62,110,.05)!important;}
.p360-hero-support i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;border-radius:999px!important;background:#EAF7FF!important;color:var(--p360-blue)!important;font-size:11px!important;font-style:normal!important;}

.p360-benefits-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))!important;}

.p360-agency-brand-card{grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr)!important;gap:26px!important;padding:26px!important;}
.p360-agency-brand-card h2{max-width:10ch!important;margin-bottom:12px!important;}
.p360-agency-brand-card p{max-width:58ch!important;margin-bottom:0!important;}
.p360-agency-brand-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important;position:relative!important;z-index:1!important;}
.p360-agency-brand-benefits article{background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:20px!important;padding:16px!important;box-shadow:0 14px 34px rgba(10,52,92,.06)!important;}
.p360-agency-brand-benefits b{display:block!important;font-size:16px!important;line-height:1.28!important;color:var(--p360-ink)!important;margin-bottom:6px!important;}
.p360-agency-brand-benefits p{margin:0!important;font-size:14px!important;line-height:1.5!important;color:#55728C!important;font-weight:600!important;}
.p360-agency-brand-preview-rich{padding:18px!important;gap:16px!important;}
.p360-agency-brand-preview-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:14px!important;border:1px solid var(--p360-line)!important;border-radius:20px!important;background:linear-gradient(135deg,#FFFFFF,#F3FAFF)!important;}
.p360-agency-brand-preview-top img{width:160px!important;max-width:100%!important;height:auto!important;}
.p360-agency-brand-preview-top span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:7px 11px!important;border-radius:999px!important;background:#EAF7FF!important;color:var(--p360-blue)!important;font-size:12px!important;font-weight:850!important;}
.p360-agency-brand-preview-card{border:1px solid var(--p360-line)!important;border-radius:22px!important;padding:16px!important;background:#fff!important;display:grid!important;gap:14px!important;}
.p360-agency-brand-owner{display:grid!important;grid-template-columns:58px 1fr!important;gap:14px!important;align-items:center!important;}
.p360-agency-brand-owner img{width:58px!important;height:58px!important;border-radius:18px!important;object-fit:cover!important;border:4px solid #fff!important;box-shadow:0 12px 28px rgba(6,118,232,.12)!important;}
.p360-agency-brand-owner strong{display:block!important;font-size:24px!important;line-height:1.12!important;color:var(--p360-ink)!important;}
.p360-agency-brand-owner span{display:block!important;margin-top:4px!important;font-size:14px!important;color:#5B7087!important;font-weight:760!important;}
.p360-agency-brand-tags{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
.p360-agency-brand-tags span{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:8px 12px!important;border-radius:999px!important;background:#F4FAFF!important;border:1px solid var(--p360-line)!important;color:var(--p360-blue)!important;font-size:12.5px!important;font-weight:800!important;}
.p360-agency-brand-mini-listing{border:1px dashed #B8DDF4!important;border-radius:18px!important;padding:14px!important;background:linear-gradient(180deg,#FBFEFF,#F4FAFF)!important;}
.p360-agency-brand-mini-listing small{display:block!important;color:#61819A!important;font-size:12.5px!important;font-weight:750!important;margin-bottom:8px!important;}
.p360-agency-brand-mini-listing div{padding:0!important;border:0!important;background:transparent!important;}
.p360-agency-brand-mini-listing b{display:block!important;color:var(--p360-ink)!important;font-size:16px!important;line-height:1.25!important;margin-bottom:4px!important;}
.p360-agency-brand-mini-listing span{display:block!important;color:#18A65A!important;font-size:13.5px!important;font-weight:800!important;}
.p360-agency-brand-owner > div{min-width:0!important;}
.p360-agency-brand-owner strong{margin:0!important;word-break:keep-all!important;}
.p360-agency-brand-owner span{word-break:normal!important;}
.p360-agency-brand-mini-listing > div{display:grid!important;gap:4px!important;}

.p360-section-head-row{align-items:end!important;gap:18px!important;}
.p360-story-grid-v2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
.p360-story-card-v2{position:relative!important;background:#fff!important;border:1px solid var(--p360-line)!important;border-radius:26px!important;padding:24px!important;box-shadow:0 14px 38px rgba(15,62,110,.055)!important;overflow:hidden!important;}
.p360-story-card-v2:before{content:""!important;position:absolute!important;right:-30px!important;top:-34px!important;width:140px!important;height:140px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(6,118,232,.08),transparent 68%)!important;pointer-events:none!important;}
.p360-story-step{display:inline-grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:14px!important;background:#EAF7FF!important;color:var(--p360-blue)!important;font-size:18px!important;font-weight:900!important;margin-bottom:16px!important;position:relative!important;z-index:1!important;}
.p360-story-card-v2 h3{position:relative!important;z-index:1!important;font-size:27px!important;line-height:1.14!important;letter-spacing:-.03em!important;color:var(--p360-ink)!important;margin:0 0 10px!important;}
.p360-story-card-v2 p{position:relative!important;z-index:1!important;margin:0 0 14px!important;font-size:15.5px!important;line-height:1.62!important;color:#55728C!important;}
.p360-story-card-v2 ul{position:relative!important;z-index:1!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important;gap:8px!important;}
.p360-story-card-v2 li{display:flex!important;gap:9px!important;align-items:flex-start!important;font-size:14px!important;line-height:1.45!important;color:var(--p360-ink)!important;font-weight:720!important;}
.p360-story-card-v2 li:before{content:"•"!important;color:var(--p360-blue)!important;font-size:18px!important;line-height:1!important;}
.p360-story-mini-listing,.p360-story-mini-timeline{position:relative!important;z-index:1!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:14px!important;background:linear-gradient(180deg,#FFFFFF,#F6FBFF)!important;display:grid!important;gap:6px!important;}
.p360-story-mini-listing b{display:block!important;font-size:16px!important;color:var(--p360-ink)!important;line-height:1.25!important;}
.p360-story-mini-listing span,.p360-story-mini-timeline span{font-size:13.5px!important;line-height:1.45!important;color:#58768E!important;font-weight:760!important;}

.p360-followup-story-v3{gap:20px!important;align-items:center!important;}
.p360-followup-copy-v2{max-width:560px!important;}
.p360-followup-points{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:18px 0 22px!important;}
.p360-followup-points span{display:inline-flex!important;align-items:center!important;min-height:38px!important;padding:9px 12px!important;border-radius:999px!important;background:#F4FAFF!important;border:1px solid var(--p360-line)!important;color:var(--p360-blue)!important;font-size:13px!important;font-weight:820!important;}
.p360-followup-board-v3{padding:18px!important;display:grid!important;gap:12px!important;}
.p360-followup-board-v3 header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:16px!important;background:linear-gradient(180deg,#FFFFFF,#F6FBFF)!important;}
.p360-followup-board-v3 header b{display:block!important;font-size:26px!important;line-height:1.1!important;color:var(--p360-ink)!important;}
.p360-followup-board-v3 header small{display:block!important;margin-top:4px!important;font-size:13px!important;color:#5C7892!important;font-weight:770!important;}
.p360-followup-board-v3 header span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 11px!important;border-radius:999px!important;background:#EAF7FF!important;color:var(--p360-blue)!important;font-size:12px!important;font-weight:860!important;}
.p360-followup-board-v3 article{display:grid!important;grid-template-columns:1fr auto!important;gap:12px!important;align-items:center!important;border:1px solid var(--p360-line)!important;border-radius:18px!important;padding:16px!important;background:#fff!important;position:relative!important;overflow:hidden!important;}
.p360-followup-board-v3 article:before{content:""!important;position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;width:10px!important;height:10px!important;border-radius:999px!important;background:#18B95F!important;box-shadow:0 0 0 6px rgba(24,185,95,.12)!important;}
.p360-followup-board-v3 article div{padding-left:22px!important;}
.p360-followup-board-v3 article b{display:block!important;font-size:21px!important;line-height:1.2!important;color:var(--p360-ink)!important;}
.p360-followup-board-v3 article span{display:block!important;margin-top:4px!important;font-size:14px!important;line-height:1.45!important;color:#5A788F!important;font-weight:700!important;}
.p360-followup-board-v3 article time{font-size:15px!important;color:var(--p360-blue)!important;font-weight:860!important;}
.p360-followup-board-v3 footer{display:flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;border-radius:18px!important;background:#0E1A2A!important;color:#fff!important;font-size:14px!important;font-weight:780!important;padding:10px 14px!important;}

.p360-centered-head-compact{max-width:740px!important;}
.p360-centered-head-compact p{margin:10px auto 0!important;max-width:62ch!important;font-size:16.5px!important;line-height:1.65!important;color:#5B738A!important;}
.p360-steps-connected{position:relative!important;gap:18px!important;}
.p360-steps-connected article{position:relative!important;}
.p360-steps-connected article:not(:last-child):after{content:""!important;position:absolute!important;top:32px!important;right:-9px!important;width:18px!important;height:2px!important;background:#BBDDF4!important;}

@media(max-width:1120px){
  .p360-agency-brand-benefits{grid-template-columns:1fr!important;}
  .p360-story-grid-v2{grid-template-columns:1fr!important;}
}
@media(max-width:860px){
  .p360-hero-support{margin-top:14px!important;}
  .p360-hero-support span{font-size:13.5px!important;}
  .p360-agency-brand-card{grid-template-columns:1fr!important;padding:20px!important;gap:18px!important;}
  .p360-agency-brand-card h2{max-width:none!important;font-size:30px!important;}
  .p360-agency-brand-preview-top{align-items:flex-start!important;flex-direction:column!important;}
  .p360-agency-brand-preview-top img{width:148px!important;}
  .p360-agency-brand-owner strong{font-size:21px!important;}
  .p360-followup-points span{font-size:12.5px!important;}
  .p360-followup-board-v3 header b{font-size:24px!important;}
  .p360-followup-board-v3 article b{font-size:19px!important;}
  .p360-centered-head-compact p{font-size:15.5px!important;}
}
@media(max-width:640px){
  .p360-hero-support{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .p360-benefits-grid-v2{grid-template-columns:1fr 1fr!important;}
  .p360-agency-brand-benefits article{padding:14px!important;}
  .p360-agency-brand-preview-rich{padding:14px!important;gap:12px!important;}
  .p360-agency-brand-preview-card{padding:14px!important;gap:12px!important;}
  .p360-agency-brand-preview-top{padding:12px!important;gap:10px!important;}
  .p360-agency-brand-tags{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .p360-agency-brand-tags span{width:100%!important;justify-content:flex-start!important;min-height:auto!important;border-radius:16px!important;padding:10px 12px!important;}
  .p360-story-card-v2{padding:20px!important;border-radius:22px!important;}
  .p360-story-card-v2 h3{font-size:23px!important;}
  .p360-followup-board-v3 article{grid-template-columns:1fr!important;}
  .p360-followup-board-v3 article time{padding-left:22px!important;}
  .p360-steps-connected article:not(:last-child):after{display:none!important;}
}
@media(max-width:480px){
  .p360-benefits-grid-v2{grid-template-columns:1fr!important;}
  .p360-home-copy h1 em{max-width:none!important;}
  .p360-hero-support span{font-size:13px!important;line-height:1.35!important;}
  .p360-agency-brand-owner{grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;}
  .p360-agency-brand-owner img{width:52px!important;height:52px!important;border-radius:16px!important;}
  .p360-agency-brand-owner strong{font-size:19px!important;line-height:1.14!important;}
  .p360-agency-brand-owner span{font-size:13px!important;line-height:1.42!important;}
  .p360-agency-brand-preview-top span{align-self:flex-start!important;}
  .p360-agency-brand-mini-listing{padding:12px!important;}
  .p360-followup-board-v3 header{padding:14px!important;}
  .p360-followup-board-v3 header b{font-size:22px!important;}
  .p360-followup-board-v3 article{padding:14px!important;}
  .p360-followup-board-v3 article b{font-size:18px!important;}
  .p360-centered-head-compact p{font-size:15px!important;}
}


/* Property360 Phase E7 — modern motion system */
.motion-reveal,
.motion-stagger > *{
  opacity:0!important;
  transform:translate3d(0,28px,0) scale(.985)!important;
  transition:opacity .72s cubic-bezier(.22,.61,.36,1), transform .72s cubic-bezier(.22,.61,.36,1), box-shadow .28s ease, border-color .28s ease!important;
  will-change:transform,opacity!important;
}
.motion-reveal.is-visible,
.motion-stagger > *.is-visible{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
}
.motion-delay-1{transition-delay:.05s!important;}
.motion-delay-2{transition-delay:.12s!important;}
.motion-delay-3{transition-delay:.19s!important;}
.motion-delay-4{transition-delay:.26s!important;}
.motion-stagger > *:nth-child(1){transition-delay:.04s!important;}
.motion-stagger > *:nth-child(2){transition-delay:.1s!important;}
.motion-stagger > *:nth-child(3){transition-delay:.16s!important;}
.motion-stagger > *:nth-child(4){transition-delay:.22s!important;}
.motion-stagger > *:nth-child(5){transition-delay:.28s!important;}
.motion-stagger > *:nth-child(6){transition-delay:.34s!important;}

@keyframes p360FloatSlow{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-12px,0)}}
@keyframes p360FloatSoft{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-7px,0)}}
@keyframes p360GridDrift{0%{background-position:0 0,0 0}100%{background-position:72px 36px,36px 72px}}
@keyframes p360GlowDrift{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.58}50%{transform:translate3d(-22px,16px,0) scale(1.08);opacity:.9}}
@keyframes p360Sheen{0%{transform:translateX(-140%) skewX(-22deg)}100%{transform:translateX(180%) skewX(-22deg)}}
@keyframes p360PulseDot{0%,100%{transform:scale(1);opacity:.85}50%{transform:scale(1.14);opacity:1}}

.p360-home-hero:before{
  animation:p360GridDrift 26s linear infinite!important;
}
.p360-home-hero:after{
  content:""!important;
  position:absolute!important;
  right:5%!important;
  top:10%!important;
  width:320px!important;
  height:320px!important;
  border-radius:999px!important;
  pointer-events:none!important;
  background:radial-gradient(circle,rgba(0,144,227,.16) 0%,rgba(0,144,227,.08) 35%,rgba(0,144,227,0) 72%)!important;
  filter:blur(4px)!important;
  animation:p360GlowDrift 10s ease-in-out infinite!important;
}

.motion-float-slow{animation:p360FloatSlow 7s ease-in-out infinite!important;}
.motion-float-delayed{animation:p360FloatSlow 7s ease-in-out infinite .8s!important;}
.motion-float-soft{animation:p360FloatSoft 5.8s ease-in-out infinite!important;}

.p360-home-v2 .p360-btn-primary{
  position:relative!important;
  overflow:hidden!important;
}
.p360-home-v2 .p360-btn-primary:after{
  content:""!important;
  position:absolute!important;
  inset:-2px auto -2px -38%!important;
  width:34%!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.4),rgba(255,255,255,0))!important;
  transform:translateX(-140%) skewX(-22deg)!important;
  opacity:.9!important;
  animation:p360Sheen 5.8s ease-in-out infinite!important;
}

.p360-home-trust-live span,
.p360-benefits-grid-v2 article,
.p360-story-card-v2,
.p360-listing-card,
.p360-agency-brand-preview-card,
.p360-followup-board-v3 article,
.p360-steps-connected article,
.p360-faq-grid article,
.p360-coach-section-v2,
.p360-agency-brand-benefits article{
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease, background-color .26s ease!important;
}
.p360-home-trust-live span:hover,
.p360-benefits-grid-v2 article:hover,
.p360-story-card-v2:hover,
.p360-listing-card:hover,
.p360-agency-brand-preview-card:hover,
.p360-followup-board-v3 article:hover,
.p360-steps-connected article:hover,
.p360-faq-grid article:hover,
.p360-coach-section-v2:hover,
.p360-agency-brand-benefits article:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 22px 50px rgba(13,71,121,.12)!important;
  border-color:#B6DFF8!important;
}
.p360-home-trust-live span i,
.p360-benefits-grid-v2 article > span{
  animation:p360PulseDot 3.8s ease-in-out infinite!important;
}
.p360-home-trust-live span:nth-child(2) i,
.p360-benefits-grid-v2 article:nth-child(2) > span{animation-delay:.45s!important}
.p360-home-trust-live span:nth-child(3) i,
.p360-benefits-grid-v2 article:nth-child(3) > span{animation-delay:.9s!important}
.p360-home-trust-live span:nth-child(4) i,
.p360-benefits-grid-v2 article:nth-child(4) > span{animation-delay:1.35s!important}

.p360-product-listings article,
.p360-listing-card img,
.p360-agency-brand-preview,
.p360-followup-board-v3,
.p360-coach-section-v2 img{
  transition:transform .28s ease, box-shadow .28s ease!important;
}
.p360-product-listings article:hover,
.p360-listing-card:hover img,
.p360-agency-brand-preview:hover,
.p360-followup-board-v3:hover{
  transform:translateY(-4px)!important;
}
.p360-product-followup ul li,
.p360-followup-board-v3 article{
  position:relative!important;
  overflow:hidden!important;
}
.p360-product-followup ul li:after,
.p360-followup-board-v3 article:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(0,144,227,0),rgba(0,144,227,.055),rgba(0,144,227,0))!important;
  transform:translateX(-120%)!important;
  transition:transform .7s ease!important;
}
.p360-product-followup ul li:hover:after,
.p360-followup-board-v3 article:hover:after{
  transform:translateX(120%)!important;
}

@media(max-width:900px){
  .motion-float-slow,
  .motion-float-delayed,
  .motion-float-soft{animation-duration:8s!important;}
  .p360-home-hero:after{width:200px!important;height:200px!important;right:-40px!important;top:44px!important;}
}
@media(prefers-reduced-motion:reduce){
  .motion-reveal,
  .motion-stagger > *,
  .motion-float-slow,
  .motion-float-delayed,
  .motion-float-soft,
  .p360-home-hero:before,
  .p360-home-hero:after,
  .p360-home-v2 .p360-btn-primary:after,
  .p360-home-trust-live span i,
  .p360-benefits-grid-v2 article > span{
    animation:none!important;
    transition:none!important;
    transform:none!important;
    opacity:1!important;
  }
}


/* --------------------------------------------------------------------------
   Property360 Phase E7.1 — Real visible motion + hero composition fix
   Purpose: ensure users feel the update immediately, reduce cramped hero trust
   cards on desktop, and prevent sticky-header anchor cropping.
---------------------------------------------------------------------------- */
html{scroll-padding-top:calc(var(--p360-header-h) + 24px)!important;}
#manfaat,#brand-agensi,#contoh,#listing-demo,#follow-up,#cara-kerja,#coach-tino,#faq{scroll-margin-top:calc(var(--p360-header-h) + 24px)!important;}

@media(min-width:1101px){
  :root{--p360-container:1248px!important;}
  .p360-home-hero{padding:84px 0 78px!important;}
  .p360-home-hero-grid{grid-template-columns:minmax(0,540px) minmax(580px,1fr)!important;gap:58px!important;align-items:start!important;}
  .p360-home-copy h1{font-size:clamp(48px,4.15vw,66px)!important;max-width:590px!important;line-height:1.04!important;margin-bottom:16px!important;}
  .p360-home-copy .p360-lead{max-width:560px!important;font-size:18px!important;line-height:1.66!important;}
  .p360-hero-support{margin-top:16px!important;}
  .p360-home-actions{margin:24px 0 18px!important;}
  .p360-home-trust-live{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;max-width:560px!important;}
  .p360-home-trust-live span{min-height:98px!important;padding:18px 18px!important;border-radius:22px!important;}
  .p360-home-trust-live b{font-size:16px!important;}
  .p360-home-trust-live small{font-size:13.4px!important;line-height:1.33!important;}
}

.p360-home-copy,.p360-home-actions,.p360-home-trust-live,.p360-home-product,.p360-product-window,.p360-product-followup{transform-origin:center!important;}
body.page-ready .p360-home-copy{animation:p360HeroInLeft .75s cubic-bezier(.2,.7,.2,1) both!important;}
body.page-ready .p360-home-actions{animation:p360HeroInUp .72s cubic-bezier(.2,.7,.2,1) .14s both!important;}
body.page-ready .p360-home-trust-live{animation:p360HeroInUp .82s cubic-bezier(.2,.7,.2,1) .24s both!important;}
body.page-ready .p360-home-product{animation:p360HeroInRight .86s cubic-bezier(.2,.7,.2,1) .12s both!important;}
body.page-ready .p360-product-followup{animation:p360HeroFloatCard .95s cubic-bezier(.2,.7,.2,1) .42s both!important;}

@keyframes p360HeroInLeft{0%{opacity:0;transform:translate3d(-20px,18px,0) scale(.985)}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes p360HeroInRight{0%{opacity:0;transform:translate3d(24px,14px,0) scale(.98)}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes p360HeroInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform:translate3d(0,0,0)}}
@keyframes p360HeroFloatCard{0%{opacity:0;transform:translate3d(20px,24px,0) rotate(3deg) scale(.94)}100%{opacity:1;transform:translate3d(0,0,0) rotate(0) scale(1)}}
@keyframes p360HeroSheen{0%,100%{transform:translateX(-135%)}55%{transform:translateX(145%)}}
@keyframes p360HeroPulseGlow{0%,100%{box-shadow:0 10px 30px rgba(6,118,232,.10),0 0 0 0 rgba(6,118,232,.12)}50%{box-shadow:0 18px 40px rgba(6,118,232,.16),0 0 0 8px rgba(6,118,232,0)}}

.p360-home-v2 .p360-btn-primary{position:relative!important;overflow:hidden!important;isolation:isolate!important;}
.p360-home-v2 .p360-btn-primary:after{content:""!important;position:absolute!important;inset:-2px auto -2px -30%!important;width:38%!important;background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.36),rgba(255,255,255,0))!important;transform:translateX(-135%) skewX(-18deg)!important;animation:p360HeroSheen 5.4s ease-in-out 1.1s infinite!important;pointer-events:none!important;z-index:0!important;}
.p360-home-v2 .p360-btn-primary > *,.p360-home-v2 .p360-btn-primary{position:relative!important;z-index:1!important;}

.p360-home-trust-premium span{position:relative!important;overflow:hidden!important;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(244,250,255,.98))!important;border:1px solid rgba(185,220,247,.95)!important;box-shadow:0 14px 34px rgba(12,62,108,.08)!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;animation:p360HeroPulseGlow 6.6s ease-in-out infinite!important;}
.p360-home-trust-premium span:nth-child(2){animation-delay:.35s!important;}
.p360-home-trust-premium span:nth-child(3){animation-delay:.7s!important;}
.p360-home-trust-premium span:nth-child(4){animation-delay:1.05s!important;}
.p360-home-trust-premium span:after{content:""!important;position:absolute!important;inset:-28% auto auto -16%!important;width:82px!important;height:82px!important;border-radius:26px!important;background:radial-gradient(circle,rgba(0,149,232,.11),rgba(0,149,232,0) 72%)!important;pointer-events:none!important;}
.p360-home-trust-premium span:hover{transform:translateY(-4px)!important;box-shadow:0 22px 40px rgba(6,118,232,.12)!important;border-color:#B8DFFF!important;}
.p360-home-trust-premium i{width:36px!important;height:36px!important;border-radius:14px!important;background:linear-gradient(135deg,#EFF8FF,#FFFFFF)!important;border:1px solid rgba(185,220,247,.85)!important;box-shadow:0 8px 18px rgba(6,118,232,.08)!important;}

.p360-home-product{perspective:1400px!important;}
.p360-product-window,.p360-product-followup{will-change:transform!important;transition:transform .22s ease-out,box-shadow .25s ease!important;}
.p360-product-window:after{content:""!important;position:absolute!important;inset:0!important;border-radius:inherit!important;background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.30),rgba(255,255,255,0))!important;transform:translateX(-145%)!important;animation:p360HeroSheen 6.8s ease-in-out 1.8s infinite!important;pointer-events:none!important;}
.p360-product-window:hover{box-shadow:0 34px 100px rgba(10,82,138,.19)!important;}
.p360-product-followup{transform-origin:50% 60%!important;}

.p360-benefits-grid-v2 article,.p360-story-card-v2,.p360-listing-card,.p360-followup-board-v3 article,.p360-agency-brand-preview-rich{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;}
.p360-benefits-grid-v2 article:hover,.p360-story-card-v2:hover,.p360-listing-card:hover,.p360-followup-board-v3 article:hover,.p360-agency-brand-preview-rich:hover{transform:translateY(-4px)!important;box-shadow:0 20px 44px rgba(10,52,92,.11)!important;border-color:#B8DFFF!important;}

@media(max-width:1100px){
  .p360-home-trust-live{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:720px){
  body.page-ready .p360-home-copy,
  body.page-ready .p360-home-actions,
  body.page-ready .p360-home-trust-live,
  body.page-ready .p360-home-product,
  body.page-ready .p360-product-followup{animation-duration:.62s!important;}
}
@media(prefers-reduced-motion:reduce){
  body.page-ready .p360-home-copy,
  body.page-ready .p360-home-actions,
  body.page-ready .p360-home-trust-live,
  body.page-ready .p360-home-product,
  body.page-ready .p360-product-followup,
  .p360-home-trust-premium span,
  .p360-home-v2 .p360-btn-primary:after,
  .p360-product-window:after{animation:none!important;}
}

/* =========================================================
   Property360 Phase E80 — Coach Tino App Search Landing Upgrade
   Purpose: explain Coach Tino as app-search + action assistant after login.
   ========================================================= */
.p360-coach-search-section{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fff 0%,#f2f9ff 100%)!important;
  border-top:1px solid rgba(196,224,247,.72)!important;
  border-bottom:1px solid rgba(196,224,247,.72)!important;
}
.p360-coach-search-showcase{
  display:grid!important;
  grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr)!important;
  gap:28px!important;
  align-items:center!important;
  background:radial-gradient(circle at 16% 20%,rgba(6,118,232,.10),transparent 28%),linear-gradient(135deg,#ffffff 0%,#f7fcff 54%,#eaf6ff 100%)!important;
  border:1px solid var(--p360-line)!important;
  border-radius:34px!important;
  padding:26px!important;
  box-shadow:0 26px 70px rgba(10,52,92,.10)!important;
}
.p360-coach-search-copy{min-width:0!important;}
.p360-coach-search-copy h2{
  font-size:clamp(30px,3vw,46px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  margin:10px 0 14px!important;
  color:var(--p360-ink)!important;
}
.p360-coach-search-copy p{
  color:#58748d!important;
  font-size:17px!important;
  line-height:1.66!important;
  margin:0 0 16px!important;
  max-width:620px!important;
}
.p360-coach-query-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:18px 0 18px!important;
}
.p360-coach-query-grid span{
  display:flex!important;
  align-items:center!important;
  min-height:44px!important;
  border:1px solid #cfe5f8!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.86)!important;
  color:#173856!important;
  font-weight:850!important;
  font-size:13.8px!important;
  padding:10px 12px!important;
  box-shadow:0 10px 28px rgba(10,52,92,.05)!important;
}
.p360-coach-query-grid span:before{
  content:'✓'!important;
  display:inline-grid!important;
  place-items:center!important;
  width:22px!important;
  height:22px!important;
  flex:0 0 22px!important;
  margin-right:8px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#e8f5ff,#fff)!important;
  color:var(--p360-blue)!important;
  font-weight:950!important;
}
.p360-coach-action-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  align-items:center!important;
  margin-top:16px!important;
}
.p360-coach-safe-note{
  margin-top:14px!important;
  font-size:13.8px!important;
  line-height:1.5!important;
  color:#6b8195!important;
}
.p360-coach-search-visual{
  position:relative!important;
  min-width:0!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #cfe5f8!important;
  box-shadow:0 24px 58px rgba(10,52,92,.12)!important;
}
.p360-coach-search-visual img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:3/1!important;
  object-fit:cover!important;
}
@media(max-width:980px){
  .p360-coach-search-showcase{grid-template-columns:1fr!important;padding:20px!important;border-radius:28px!important;}
  .p360-coach-search-visual{order:-1!important;border-radius:22px!important;}
  .p360-coach-search-copy h2{font-size:clamp(28px,7vw,36px)!important;}
}
@media(max-width:620px){
  .p360-coach-search-section{padding-top:44px!important;padding-bottom:44px!important;}
  .p360-coach-search-showcase{padding:16px!important;border-radius:24px!important;gap:18px!important;}
  .p360-coach-query-grid{grid-template-columns:1fr!important;gap:9px!important;}
  .p360-coach-search-copy p{font-size:15.5px!important;}
  .p360-coach-action-row .p360-btn{width:100%!important;justify-content:center!important;}
  .p360-coach-search-visual img{aspect-ratio:3/1!important;min-height:160px!important;object-position:center!important;}
}
