/* HOMES AI product page */
.homes-product-page{
  --hp-blue:#213f9b;
  --hp-blue-deep:#142b72;
  --hp-violet:#7c5cff;
  --hp-cyan:#31d5d2;
  --hp-lime:#d8ff64;
  --hp-ink:#101522;
  --hp-muted:#687084;
  --hp-line:#dfe3ed;
  --hp-soft:#f4f6fb;
  --hp-shell:min(1240px,calc(100vw - 64px));
  --hp-subnav:68px;
  background:#fff;color:var(--hp-ink)
}
.homes-product-page .site-header{background:rgba(255,255,255,.9);border-bottom-color:rgba(16,21,34,.07);backdrop-filter:blur(18px)}
.hp-shell{width:var(--hp-shell);margin-inline:auto}
.hp-product-nav{position:fixed;z-index:900;top:var(--nav-height);left:0;width:100%;height:var(--hp-subnav);border-bottom:1px solid rgba(16,21,34,.08);background:rgba(250,251,255,.92);backdrop-filter:blur(18px)}
.hp-product-nav-inner{height:100%;display:flex;align-items:center;gap:22px}
.hp-product-name{min-width:136px;height:48px;display:flex;align-items:center;padding:0;border:0;background:transparent;cursor:pointer}
.hp-product-name img{width:116px;height:auto}
.hp-product-tabs{height:100%;display:flex;align-items:center;justify-content:center;flex:1;gap:5px}
.hp-product-tabs button{position:relative;height:100%;padding:0 12px;border:0;background:transparent;color:#717789;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}
.hp-product-tabs button::after{content:'';position:absolute;bottom:0;left:12px;width:calc(100% - 24px);height:3px;border-radius:3px 3px 0 0;background:linear-gradient(90deg,var(--hp-blue),var(--hp-violet));opacity:0;transform:scaleX(.4);transition:.22s}
.hp-product-tabs button:hover,.hp-product-tabs button.is-active{color:var(--hp-blue)}
.hp-product-tabs button.is-active::after{opacity:1;transform:scaleX(1)}
.hp-nav-cta{height:40px;display:inline-flex;align-items:center;padding:0 18px;border-radius:999px;background:var(--hp-blue);color:#fff;font-size:13px;font-weight:700;white-space:nowrap;transition:.2s}
.hp-nav-cta:hover{background:var(--hp-blue-deep);transform:translateY(-1px)}
.hp-page{overflow:hidden}

/* Hero */
.hp-hero{position:relative;min-height:900px;padding:calc(var(--nav-height) + var(--hp-subnav) + 92px) 0 78px;background:linear-gradient(180deg,#f8f9ff 0%,#fff 80%);overflow:hidden}
.hp-hero-glow{position:absolute;top:-260px;right:-120px;width:850px;height:850px;border-radius:50%;background:radial-gradient(circle,rgba(124,92,255,.22),rgba(33,63,155,.07) 44%,transparent 70%);filter:blur(8px)}
.hp-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(33,63,155,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(33,63,155,.045) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}
.hp-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:78px}
.hp-overline,.hp-section-heading>p,.hp-tour-heading p,.hp-proof-copy>p,.hp-contact-inner>p,.hp-workflow-head>div>p{color:var(--hp-blue);font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.hp-hero-copy h1{margin-top:24px;font-size:clamp(54px,6vw,84px);font-weight:600;line-height:1.04;letter-spacing:-.075em}
.hp-hero-copy h1 em{color:var(--hp-blue);font-style:normal}
.hp-hero-lead{max-width:600px;margin-top:29px;color:var(--hp-muted);font-size:17px;line-height:1.82;word-break:keep-all}
.hp-actions{display:flex;flex-wrap:wrap;align-items:center;gap:11px;margin-top:38px}
.hp-button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 24px;border:0;border-radius:999px;font-size:14px;font-weight:800;cursor:pointer;transition:.22s}
.hp-button:hover{transform:translateY(-2px)}
.hp-button-primary{background:var(--hp-blue);color:#fff;box-shadow:0 16px 34px rgba(33,63,155,.22)}
.hp-button-primary:hover{background:var(--hp-blue-deep)}
.hp-button-secondary{border:1px solid rgba(16,21,34,.13);background:rgba(255,255,255,.85);color:var(--hp-ink)}
.hp-button-secondary:hover{border-color:var(--hp-blue);color:var(--hp-blue)}
.hp-button-light{background:#fff;color:var(--hp-blue)}
.hp-hero-trust{display:flex;align-items:center;gap:9px;margin-top:25px;color:#777e91;font-size:12px}
.hp-hero-trust span{width:7px;height:7px;border-radius:50%;background:var(--hp-cyan);box-shadow:0 0 0 6px rgba(49,213,210,.12)}
.hp-hero-visual{position:relative;min-height:660px;display:grid;place-items:center}
.hp-orbit{position:absolute;border:1px solid rgba(33,63,155,.15);border-radius:50%}
.hp-orbit-one{inset:40px 12px 42px 20px;animation:hpFloat 8s ease-in-out infinite}
.hp-orbit-two{width:430px;height:430px;border-style:dashed;animation:hpSpin 38s linear infinite}
.hp-phone{position:relative;z-index:3;width:344px;height:650px;border:9px solid #101522;border-radius:44px;background:#f7f8fb;box-shadow:0 48px 100px rgba(22,31,57,.23);overflow:hidden;transform:rotate(2deg)}
.hp-phone::before{content:'';position:absolute;z-index:10;top:8px;left:50%;width:88px;height:22px;border-radius:14px;background:#101522;transform:translateX(-50%)}
.hp-phone-status{height:42px;display:flex;align-items:center;justify-content:space-between;padding:9px 18px 0;color:#101522;font-family:Arial,sans-serif;font-size:9px}
.hp-phone-status strong{font-size:12px}.hp-phone-status b{padding:2px 4px;border-radius:4px;background:#93cb77;color:#fff}
.hp-chat-head{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;background:linear-gradient(115deg,#203f96,#2d55c0);color:#fff}
.hp-chat-head strong{display:block;font-size:14px}.hp-chat-head small{display:block;margin-top:1px;color:rgba(255,255,255,.65);font-size:8px}.hp-chat-head>span{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.13);font-size:16px}
.hp-chat-body{height:486px;display:flex;flex-direction:column;gap:8px;padding:15px 12px;overflow:hidden}
.hp-chat-user{align-self:flex-end;max-width:82%;padding:9px 11px;border-radius:13px 13px 4px 13px;background:var(--hp-blue);color:#fff;font-size:9px;line-height:1.55}
.hp-tool{align-self:flex-start;margin-left:32px;padding:4px 8px;border-radius:999px;background:#dff4f2;color:#297f7b;font:700 7px/1 Arial,sans-serif}
.hp-ai-row{display:flex;align-items:flex-start;gap:6px}.hp-ai-row img{width:24px;height:24px;border-radius:50%;object-fit:contain;background:#fff}.hp-ai-row p{max-width:80%;padding:9px 10px;border:1px solid #e0e3ea;border-radius:4px 13px 13px 13px;background:#fff;color:#2e3544;font-size:9px;line-height:1.55}
.hp-hero-step{opacity:0;transform:translateY(8px);transition:.38s}.hp-hero-step.is-visible{opacity:1;transform:none}
.hp-chat-compose{height:49px;display:grid;grid-template-columns:31px 1fr 31px;align-items:center;gap:7px;padding:7px 10px;border-top:1px solid #e2e5ed;background:#fff;color:#8a90a0}.hp-chat-compose>span{width:31px;height:31px;display:grid;place-items:center;border:1px solid #e1e4eb;border-radius:50%;font-size:15px}.hp-chat-compose p{height:34px;display:flex;align-items:center;padding:0 12px;border:1px solid #e1e4eb;border-radius:12px;font-size:8px}.hp-chat-compose b{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--hp-blue);color:#fff;font-size:16px}
.hp-float{position:absolute;z-index:4;min-width:170px;padding:13px 15px;border:1px solid rgba(255,255,255,.5);border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 20px 45px rgba(22,31,57,.12);backdrop-filter:blur(15px)}
.hp-float small{display:block;color:#9096a7;font:700 7px/1 Arial,sans-serif;letter-spacing:.14em}.hp-float strong{display:block;margin-top:7px;color:var(--hp-blue);font-size:10px}.hp-float-top{top:80px;right:-25px;animation:hpFloat 6s ease-in-out infinite}.hp-float-bottom{left:-22px;bottom:100px;animation:hpFloat 7s 1s ease-in-out infinite}
@keyframes hpFloat{50%{transform:translateY(-10px)}}@keyframes hpSpin{to{transform:rotate(360deg)}}

/* Connected flow */
.hp-flow{padding:135px 0;background:#101522;color:#fff}
.hp-section-heading{display:grid;grid-template-columns:.45fr 1.2fr .8fr;gap:45px;align-items:start}
.hp-section-heading>p{padding-top:10px;color:var(--hp-cyan)}
.hp-section-heading h2{font-size:clamp(38px,4.8vw,64px);font-weight:500;line-height:1.12;letter-spacing:-.06em}
.hp-section-heading>span{padding-top:10px;color:#9da5b9;font-size:15px;line-height:1.85;word-break:keep-all}
.hp-flow-line{display:grid;grid-template-columns:repeat(4,1fr);margin-top:78px;border:1px solid rgba(255,255,255,.13);border-radius:24px;overflow:hidden}
.hp-flow-line li{position:relative;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;padding:27px;border-right:1px solid rgba(255,255,255,.13)}
.hp-flow-line li:last-child{border:0}.hp-flow-line li:not(:last-child)::after{content:'→';position:absolute;z-index:2;top:50%;right:-13px;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--hp-lime);color:#101522;font-size:11px;transform:translateY(-50%)}
.hp-flow-line small{color:#687083;font:700 8px/1 Arial,sans-serif}.hp-flow-line .material-symbols-rounded{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,var(--hp-blue),var(--hp-violet));font-size:28px}.hp-flow-line strong{font-size:18px}

/* Feature selector */
.hp-feature-tour{padding:140px 0;background:#f5f6fa}
.hp-tour-heading{display:grid;grid-template-columns:1fr .58fr;align-items:end;gap:70px;margin-bottom:58px}
.hp-tour-heading h2{margin-top:15px;font-size:clamp(40px,5vw,66px);font-weight:500;line-height:1.1;letter-spacing:-.06em}.hp-tour-heading>span{padding-bottom:7px;color:var(--hp-muted);font-size:15px;line-height:1.8}
.hp-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dfe2ea;border-radius:28px;background:#fff;overflow:hidden}
.hp-feature-grid button{position:relative;min-height:320px;padding:30px;border:0;border-right:1px solid #e4e6ed;border-bottom:1px solid #e4e6ed;background:#fff;text-align:left;cursor:pointer;transition:.25s}
.hp-feature-grid button:nth-child(3n){border-right:0}.hp-feature-grid button:nth-child(n+4){border-bottom:0}.hp-feature-grid button:hover{z-index:1;background:var(--hp-blue);color:#fff;box-shadow:0 24px 60px rgba(33,63,155,.2);transform:translateY(-3px)}
.hp-feature-grid small{color:#989dab;font:700 8px/1 Arial,sans-serif;letter-spacing:.13em}.hp-feature-grid>button>.material-symbols-rounded{width:48px;height:48px;display:grid;place-items:center;margin-top:38px;border-radius:15px;background:#eef1fb;color:var(--hp-blue);font-size:24px}.hp-feature-grid button:hover>.material-symbols-rounded{background:rgba(255,255,255,.14);color:var(--hp-lime)}
.hp-feature-grid h3{margin-top:22px;font-size:25px}.hp-feature-grid p{margin-top:10px;color:#747b8c;font-size:14px;line-height:1.7}.hp-feature-grid button:hover p{color:rgba(255,255,255,.68)}.hp-feature-grid b{position:absolute;left:30px;bottom:28px;color:var(--hp-blue);font-size:11px}.hp-feature-grid button:hover b{color:var(--hp-lime)}

/* Proof and contact */
.hp-proof{padding:140px 0;background:#fff}
.hp-proof-layout{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:100px}
.hp-proof-copy h2{margin-top:17px;font-size:clamp(40px,5vw,66px);font-weight:500;line-height:1.08;letter-spacing:-.06em}.hp-proof-copy>span{display:block;margin-top:26px;color:var(--hp-muted);font-size:16px;line-height:1.85;word-break:keep-all}.hp-text-button{display:inline-flex;align-items:center;gap:10px;margin-top:30px;padding:0;border:0;background:transparent;color:var(--hp-blue);font-size:14px;font-weight:800;cursor:pointer}.hp-text-button b{font-size:17px}
.hp-proof-phone{position:relative;min-height:650px;display:grid;place-items:center;padding:55px;border-radius:34px;background:linear-gradient(145deg,#171d31,#253f95);overflow:hidden}.hp-proof-phone::before{content:'';position:absolute;inset:12%;border:1px dashed rgba(255,255,255,.15);border-radius:50%;animation:hpSpin 34s linear infinite}.hp-proof-phone img{position:relative;z-index:2;width:285px;max-height:575px;border:7px solid #fff;border-radius:26px;box-shadow:0 35px 70px rgba(0,0,0,.28);object-fit:cover;object-position:top}.hp-proof-phone figcaption{position:absolute;right:24px;bottom:20px;color:rgba(255,255,255,.5);font:700 8px/1 Arial,sans-serif;letter-spacing:.12em}
.hp-contact{padding:135px 0;background:linear-gradient(125deg,#203f96,#36226f);color:#fff;text-align:center}.hp-contact-inner>p{color:var(--hp-cyan)}.hp-contact-inner h2{max-width:900px;margin:18px auto 0;font-size:clamp(42px,5.5vw,72px);font-weight:500;line-height:1.1;letter-spacing:-.06em}.hp-contact-inner>span{display:block;max-width:620px;margin:27px auto 0;color:rgba(255,255,255,.68);font-size:16px;line-height:1.8}.hp-contact .hp-button{margin-top:35px}.hp-contact-inner>small{display:block;margin-top:25px;color:rgba(255,255,255,.46);font-size:11px}

/* Dedicated feature pages */
.hp-workflow-page{min-height:100vh;padding:calc(var(--nav-height) + var(--hp-subnav) + 82px) 0 110px;background:#f5f6fa}
.hp-workflow-head{display:grid;grid-template-columns:.45fr 1.55fr;gap:70px;padding-bottom:46px;border-bottom:1px solid #d6dae5}
.hp-workflow-head h1{margin-top:12px;color:var(--hp-blue);font-size:clamp(46px,5.8vw,78px);font-weight:600;line-height:1;letter-spacing:-.07em}.hp-workflow-head h2{max-width:820px;font-size:clamp(30px,3.6vw,48px);font-weight:550;line-height:1.18;letter-spacing:-.05em}.hp-workflow-head>div>p:last-child{max-width:760px;margin-top:22px;color:var(--hp-muted);font-family:inherit;font-size:15px;font-weight:500;line-height:1.85;letter-spacing:-.02em;text-transform:none}
.hp-capability-list{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.hp-capability-list span{padding:9px 13px;border:1px solid #d5d9e4;border-radius:999px;background:#fff;color:#535b6e;font-size:12px}
.hp-demo-stage{border-radius:28px;background:#fff;box-shadow:0 25px 70px rgba(31,40,70,.09);overflow:hidden}
.hp-demo-toolbar{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #e7e9ef;background:#fff}.hp-demo-toolbar>span{display:flex;align-items:center;gap:9px;color:#777e8f;font:700 8px/1 Arial,sans-serif;letter-spacing:.12em}.hp-demo-toolbar>span i{width:8px;height:8px;border-radius:50%;background:#31c692;box-shadow:0 0 0 6px rgba(49,198,146,.12)}.hp-demo-toolbar button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #dcdfe8;border-radius:999px;background:#fff;color:#555d70;font-size:11px;font-weight:700;cursor:pointer}.hp-demo-toolbar button:hover{border-color:var(--hp-blue);color:var(--hp-blue)}.hp-demo-toolbar button span{font-size:15px}
.hp-script-demo{min-height:610px;background:#eef1f7;overflow:hidden}
.hp-demo-step{opacity:0;transform:translateY(14px);transition:opacity .42s,transform .42s}.hp-demo-step.is-visible{opacity:1;transform:none}
.hp-next{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding:25px 28px;border:0;border-radius:18px;background:#101522;color:#fff;text-align:left;cursor:pointer}.hp-next span{color:#7f879b;font:700 8px/1 Arial,sans-serif;letter-spacing:.12em}.hp-next strong{color:var(--hp-lime);font-size:16px}

/* Demo shared shell */
.hpd-shell{min-height:610px;display:grid;grid-template-columns:210px 1fr;background:#f7f8fb;color:#242b3b}
.hpd-side{padding:23px 17px;background:linear-gradient(180deg,#1c367f,#142557);color:#fff}.hpd-brand{display:flex;align-items:center;gap:9px;padding:4px 5px 22px;border-bottom:1px solid rgba(255,255,255,.13)}.hpd-brand img{width:34px;height:34px;object-fit:contain}.hpd-brand strong{font-size:13px}.hpd-brand small{display:block;color:rgba(255,255,255,.52);font-size:7px}.hpd-side ul{display:grid;gap:7px;margin-top:22px}.hpd-side li{display:flex;align-items:center;gap:9px;padding:10px;border-radius:10px;color:rgba(255,255,255,.58);font-size:10px}.hpd-side li.active{background:rgba(255,255,255,.13);color:#fff}.hpd-side .material-symbols-rounded{font-size:15px}.hpd-main{min-width:0;padding:30px}.hpd-page-title{display:flex;align-items:end;justify-content:space-between;gap:20px}.hpd-page-title small{color:#8a91a1;font:700 8px/1 Arial,sans-serif;letter-spacing:.12em}.hpd-page-title h3{margin-top:8px;font-size:24px}.hpd-page-title>span{padding:7px 10px;border-radius:999px;background:#e7f8f5;color:#25857d;font-size:8px;font-weight:700}

/* AI demo */
.hpd-ai{display:grid;grid-template-columns:190px 1fr;min-height:610px;background:#f7f8fb}.hpd-ai-nav{padding:24px 15px;background:#173477;color:#fff}.hpd-ai-nav img{width:90px;margin:0 auto 24px}.hpd-ai-nav li{display:flex;align-items:center;gap:9px;padding:10px 9px;border-radius:9px;color:rgba(255,255,255,.62);font-size:9px}.hpd-ai-nav li.active{background:rgba(255,255,255,.13);color:#fff}.hpd-ai-nav .material-symbols-rounded{font-size:15px}.hpd-ai-chat{display:flex;flex-direction:column;min-width:0}.hpd-ai-head{height:67px;display:flex;align-items:center;justify-content:space-between;padding:0 23px;background:#254aa8;color:#fff}.hpd-ai-head strong{display:block;font-size:15px}.hpd-ai-head small{display:block;color:rgba(255,255,255,.63);font-size:8px}.hpd-ai-head span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.12)}.hpd-messages{flex:1;display:flex;flex-direction:column;gap:9px;padding:20px 27px}.hpd-msg-user{align-self:flex-end;max-width:65%;padding:10px 13px;border-radius:14px 14px 4px 14px;background:var(--hp-blue);color:#fff;font-size:10px}.hpd-msg-ai{align-self:flex-start;max-width:70%;padding:11px 13px;border:1px solid #dfe3eb;border-radius:4px 14px 14px 14px;background:#fff;font-size:10px;line-height:1.55}.hpd-tool{align-self:flex-start;padding:4px 8px;border-radius:999px;background:#ddf3f0;color:#277f77;font:700 7px/1 Arial,sans-serif}.hpd-compose{height:62px;margin:0 25px 21px;display:flex;align-items:center;justify-content:space-between;padding:0 9px 0 17px;border:1px solid #dde1e9;border-radius:15px;background:#fff;color:#9a9fad;font-size:9px}.hpd-compose span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--hp-blue);color:#fff;font-size:17px}

/* Asset demo */
.hpd-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.hpd-kpis article{min-height:105px;padding:17px;border:1px solid #e1e4ec;border-radius:15px;background:#fff}.hpd-kpis small{color:#8990a0;font-size:8px}.hpd-kpis strong{display:block;margin-top:9px;font-size:17px}.hpd-kpis span{display:block;margin-top:4px;color:#36a18e;font-size:8px}.hpd-asset-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:14px;margin-top:14px}.hpd-chart,.hpd-breakdown{min-height:280px;padding:20px;border:1px solid #e1e4ec;border-radius:16px;background:#fff}.hpd-card-head{display:flex;align-items:center;justify-content:space-between}.hpd-card-head strong{font-size:12px}.hpd-card-head span{color:#8c93a2;font-size:8px}.hpd-bars{height:190px;display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:25px;padding:0 10px;border-bottom:1px solid #dce0e8;background:repeating-linear-gradient(to top,transparent 0,transparent 45px,#eef0f4 46px)}.hpd-bars i{position:relative;width:36px;height:var(--bar);border-radius:8px 8px 0 0;background:linear-gradient(180deg,var(--hp-violet),var(--hp-blue));transform-origin:bottom;animation:hpdGrow .65s ease both}.hpd-bars i::after{content:attr(data-label);position:absolute;bottom:-22px;left:50%;color:#8b92a2;font:7px Arial,sans-serif;transform:translateX(-50%)}.hpd-breakdown ul{display:grid;gap:15px;margin-top:24px}.hpd-breakdown li{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;font-size:9px}.hpd-breakdown li i{width:8px;height:8px;border-radius:3px;background:var(--dot)}.hpd-breakdown li span{color:#7a8192}.hpd-breakdown li b{font-size:9px}
@keyframes hpdGrow{from{transform:scaleY(0)}}

/* Budget demo */
.hpd-budget-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:14px;margin-top:24px}.hpd-budget-summary{display:grid;place-items:center;min-height:390px;padding:24px;border:1px solid #e0e4ec;border-radius:18px;background:#fff;text-align:center}.hpd-ring{width:185px;height:185px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--hp-blue) 0 62%,#e8ebf2 62%);box-shadow:inset 0 0 0 25px #fff}.hpd-ring div{display:grid;place-items:center;width:119px;height:119px;border-radius:50%;background:#fff}.hpd-ring small{color:#8a91a2;font-size:8px}.hpd-ring strong{font-size:24px}.hpd-budget-total{width:100%;display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px}.hpd-budget-total span{font-size:8px;color:#8a91a2}.hpd-budget-total b{display:block;margin-top:5px;color:#2d3545;font-size:10px}.hpd-budget-list{min-height:390px;padding:22px;border:1px solid #e0e4ec;border-radius:18px;background:#fff}.hpd-budget-list>header{display:flex;align-items:center;justify-content:space-between}.hpd-budget-list>header strong{font-size:13px}.hpd-budget-list>header span{color:#8b92a2;font-size:8px}.hpd-budget-row{display:grid;grid-template-columns:85px 1fr 64px;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid #eceef3;font-size:9px}.hpd-budget-row>div{height:7px;border-radius:999px;background:#edf0f5;overflow:hidden}.hpd-budget-row>div i{display:block;width:var(--fill);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--hp-blue),var(--hp-violet));animation:hpdWidth .75s ease both}.hpd-budget-row b{text-align:right}.hpd-receipt{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:14px;border-radius:13px;background:#edf9f7}.hpd-receipt span{font-size:9px}.hpd-receipt small{display:block;margin-top:3px;color:#768090;font-size:7px}.hpd-receipt b{color:#27877e;font-size:9px}
@keyframes hpdWidth{from{width:0}}

/* Calendar demo */
.hpd-calendar-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;margin-top:24px}.hpd-month,.hpd-agenda{min-height:395px;padding:22px;border:1px solid #e0e4ec;border-radius:18px;background:#fff}.hpd-month header,.hpd-agenda header{display:flex;align-items:center;justify-content:space-between}.hpd-month header strong,.hpd-agenda header strong{font-size:13px}.hpd-month header span{color:#89909f;font-size:8px}.hpd-week{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:18px}.hpd-week b{text-align:center;color:#9aa0ad;font:7px Arial,sans-serif}.hpd-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:7px}.hpd-days span{position:relative;height:48px;padding:6px;border-radius:9px;color:#5f6677;font:8px Arial,sans-serif}.hpd-days span.muted{color:#c2c6cf}.hpd-days span.today{background:#e9edff;color:var(--hp-blue);font-weight:700}.hpd-days span.event::after{content:'';position:absolute;left:6px;bottom:7px;width:18px;height:3px;border-radius:4px;background:var(--hp-violet)}.hpd-agenda>p{margin-top:5px;color:#9298a6;font-size:8px}.hpd-event{display:grid;grid-template-columns:50px 4px 1fr;gap:11px;padding:17px 0;border-bottom:1px solid #eceef3}.hpd-event>small{font-size:8px;color:#777e8e}.hpd-event>i{border-radius:4px;background:var(--event)}.hpd-event strong{display:block;font-size:10px}.hpd-event span{display:block;margin-top:4px;color:#8a91a1;font-size:7px}.hpd-todos{margin-top:17px;padding:14px;border-radius:13px;background:#f3f5fa}.hpd-todos>strong{font-size:9px}.hpd-todos label{display:flex;align-items:center;gap:8px;margin-top:10px;color:#5f6676;font-size:8px}.hpd-todos i{width:13px;height:13px;border:1px solid #cfd4df;border-radius:4px;background:#fff}.hpd-todos i.done{display:grid;place-items:center;background:var(--hp-blue);color:#fff}.hpd-todos i.done::after{content:'✓';font-size:8px}

/* Shared space demo */
.hpd-share-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:14px;margin-top:24px}.hpd-share-grid>section{min-height:395px;padding:20px;border:1px solid #e0e4ec;border-radius:18px;background:#fff}.hpd-share-head{display:flex;align-items:center;justify-content:space-between}.hpd-share-head strong{font-size:13px}.hpd-share-head span{color:#8b92a1;font-size:8px}.hpd-note{margin-top:18px;padding:17px;border-radius:14px;background:#f2f4ff}.hpd-note small{color:var(--hp-blue);font-size:7px}.hpd-note strong{display:block;margin-top:7px;font-size:12px}.hpd-note p{margin-top:7px;color:#7d8494;font-size:8px;line-height:1.6}.hpd-file{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:11px;margin-top:12px;padding:13px;border:1px solid #e7e9ef;border-radius:12px}.hpd-file>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#e9f1ff;color:var(--hp-blue);font-size:17px}.hpd-file strong{font-size:9px}.hpd-file small{display:block;margin-top:2px;color:#989eab;font-size:7px}.hpd-file>b{color:#9097a6;font-size:7px}.hpd-album{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:18px}.hpd-album-card{min-height:125px;display:grid;place-items:center;align-content:center;gap:12px;border:1px solid #e2e5ed;border-radius:13px;background:#f5f7fc;color:var(--hp-blue)}.hpd-album-card:nth-child(2){background:#f4f0ff;color:var(--hp-violet)}.hpd-album-card:nth-child(3){background:#ecfaf8;color:#248e85}.hpd-album-card:nth-child(4){background:#f7f7e8;color:#7d8124}.hpd-album-card .material-symbols-rounded{font-size:28px}.hpd-album-card small{color:#969cab;font:700 7px/1 Arial,sans-serif}.hpd-album-info{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding:12px;border-radius:12px;background:#f4f6fa}.hpd-album-info strong{font-size:9px}.hpd-album-info span{color:#8a91a0;font-size:8px}

/* Briefing demo */
.hpd-briefing{min-height:610px;padding:34px;background:linear-gradient(145deg,#eef2fb,#f8f9fc)}.hpd-brief-head{display:flex;align-items:center;justify-content:space-between}.hpd-brief-head small{color:var(--hp-blue);font:700 8px/1 Arial,sans-serif;letter-spacing:.13em}.hpd-brief-head h3{margin-top:9px;font-size:27px}.hpd-brief-head>span{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:var(--hp-blue);color:#fff}.hpd-brief-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.hpd-brief-card{min-height:230px;padding:21px;border:1px solid #dfe3eb;border-radius:17px;background:#fff}.hpd-brief-card>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef1ff;color:var(--hp-blue);font-size:19px}.hpd-brief-card small{display:block;margin-top:25px;color:#9a9fac;font:700 7px/1 Arial,sans-serif;letter-spacing:.12em}.hpd-brief-card strong{display:block;margin-top:8px;font-size:13px}.hpd-brief-card p{margin-top:12px;color:#72798a;font-size:9px;line-height:1.65}.hpd-brief-foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:17px 20px;border-radius:15px;background:#18213a;color:#fff}.hpd-brief-foot p{font-size:10px}.hpd-brief-foot span{color:var(--hp-cyan);font:700 8px/1 Arial,sans-serif;letter-spacing:.1em}

/* Responsive */
@media(max-width:1120px){
  .hp-product-tabs{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.hp-product-tabs::-webkit-scrollbar{display:none}.hp-product-name{min-width:108px}.hp-product-name img{width:96px}.hp-product-tabs button{padding-inline:10px}
  .hp-hero-layout{grid-template-columns:1fr;gap:60px}.hp-hero-copy{max-width:760px}.hp-hero-visual{max-width:760px;width:100%;margin:0 auto}.hp-section-heading{grid-template-columns:.35fr 1fr}.hp-section-heading>span{grid-column:2}.hp-proof-layout{gap:55px}
}
@media(max-width:900px){
  .homes-product-page{--hp-shell:min(720px,calc(100vw - 36px));--hp-subnav:58px}.hp-product-nav-inner{gap:12px}.hp-product-name{min-width:95px}.hp-product-name img{width:88px}.hp-nav-cta{display:none}.hp-product-tabs button{padding-inline:12px;font-size:11px}
  .hp-hero{min-height:auto;padding-top:calc(var(--nav-height) + var(--hp-subnav) + 65px)}.hp-hero-visual{min-height:620px}.hp-flow,.hp-feature-tour,.hp-proof,.hp-contact{padding:105px 0}.hp-section-heading,.hp-tour-heading,.hp-workflow-head{grid-template-columns:1fr;gap:22px}.hp-section-heading>span{grid-column:auto}.hp-flow-line{grid-template-columns:repeat(2,1fr)}.hp-flow-line li:nth-child(2){border-right:0}.hp-flow-line li:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}.hp-flow-line li:nth-child(2)::after{display:none}.hp-feature-grid{grid-template-columns:repeat(2,1fr)}.hp-feature-grid button:nth-child(3n){border-right:1px solid #e4e6ed}.hp-feature-grid button:nth-child(2n){border-right:0}.hp-feature-grid button:nth-child(n+4){border-bottom:1px solid #e4e6ed}.hp-feature-grid button:nth-child(n+5){border-bottom:0}.hp-proof-layout{grid-template-columns:1fr}.hp-proof-copy{max-width:650px}.hp-workflow-page{padding-top:calc(var(--nav-height) + var(--hp-subnav) + 55px)}.hpd-shell{grid-template-columns:150px 1fr}.hpd-kpis{grid-template-columns:repeat(2,1fr)}.hpd-asset-grid,.hpd-budget-grid,.hpd-calendar-grid,.hpd-share-grid{grid-template-columns:1fr}.hp-script-demo,.hpd-shell,.hpd-ai,.hpd-briefing{min-height:760px}.hpd-ai{grid-template-columns:140px 1fr}.hpd-brief-grid{grid-template-columns:1fr}.hpd-brief-card{min-height:150px}
}
@media(max-width:620px){
  .homes-product-page{--hp-shell:calc(100vw - 28px)}.hp-product-name{display:none}.hp-product-tabs{width:100%}.hp-hero-copy h1{font-size:48px}.hp-hero-lead{font-size:16px}.hp-actions{display:grid}.hp-button{width:100%}.hp-hero-visual{min-height:590px}.hp-phone{width:306px;height:590px}.hp-chat-body{height:426px}.hp-float{display:none}.hp-orbit-two{width:330px;height:330px}.hp-flow-line{grid-template-columns:1fr}.hp-flow-line li{min-height:180px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)!important}.hp-flow-line li:last-child{border-bottom:0!important}.hp-flow-line li::after{display:none}.hp-feature-grid{grid-template-columns:1fr}.hp-feature-grid button{min-height:285px;border-right:0!important;border-bottom:1px solid #e4e6ed!important}.hp-feature-grid button:last-child{border-bottom:0!important}.hp-proof-phone{min-height:590px;padding:35px 20px}.hp-proof-phone img{width:260px}.hp-contact-inner h2{font-size:42px}.hp-workflow-head h1{font-size:48px}.hp-workflow-head h2{font-size:31px}.hp-demo-toolbar{padding-inline:14px}.hp-demo-toolbar>span{max-width:150px}.hp-script-demo{min-height:650px;overflow-x:auto}.hpd-shell{min-width:760px;min-height:610px}.hpd-ai{min-width:720px;min-height:610px}.hpd-briefing{min-width:720px;min-height:610px}.hp-capability-list{gap:6px}.hp-capability-list span{font-size:11px}.hp-next{padding:22px 19px}
}
@media(prefers-reduced-motion:reduce){.hp-orbit,.hp-proof-phone::before{animation:none}.hp-hero-step,.hp-demo-step{transition:none}}

/* Keep compact product mockups readable when browser text is enlarged. */
.hp-page small,.hp-page .hp-overline,.hp-page .hp-section-heading>p,.hp-page .hp-tour-heading p,.hp-page .hp-proof-copy>p,.hp-page .hp-contact-inner>p,.hp-page .hp-workflow-head>div>p,.hp-page .hp-phone-status,.hp-page .hp-chat-user,.hp-page .hp-tool,.hp-page .hp-ai-row p,.hp-page .hp-chat-compose p,.hp-page .hp-float small,.hp-page .hp-float strong,.hp-page .hp-feature-grid b,.hp-page .hp-demo-toolbar>span,.hp-page .hp-demo-toolbar button,.hp-page .hp-next span,.hp-page .hpd-side li,.hp-page .hpd-ai-nav li,.hp-page .hpd-msg-user,.hp-page .hpd-msg-ai,.hp-page .hpd-compose,.hp-page .hpd-page-title>span,.hp-page .hpd-budget-row,.hp-page .hpd-receipt,.hp-page .hpd-file,.hp-page .hpd-main span,.hp-page .hpd-main b,.hp-page .hpd-main p,.hp-page .hpd-main li,.hp-page .hpd-briefing span,.hp-page .hpd-briefing p,.hp-page .hpd-bars i::after{font-size:12px}
@media(max-width:900px){.hp-product-tabs button,.hp-capability-list span{font-size:12px}}
