:root{--green:#23453b;--green2:#315d50;--sand:#f4f0e8;--paper:#fffdf9;--gold:#d09b62;--ink:#17221e;--muted:#68736e;--line:#deddd6;--shadow:0 20px 60px #17322918}*{box-sizing:border-box}html{background:var(--sand)}body{margin:0;color:var(--ink);font-family:Arial,"Noto Sans Hebrew",sans-serif;background:var(--sand);min-height:100vh}button,label{font:inherit}.topbar{height:78px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fffdf9e8;backdrop-filter:blur(16px);border-bottom:1px solid #213c3112;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink)}.brand-mark{width:42px;height:42px;border-radius:50% 50% 46% 54%;background:var(--green);color:white;display:grid;place-items:center;font-family:Georgia;font-size:25px}.brand b,.brand small{display:block}.brand small{font-size:10px;color:var(--muted);margin-top:2px}.secure{font-size:11px;letter-spacing:2px;color:var(--green)}.icon-btn{border:0;background:#eee8dd;width:40px;height:40px;border-radius:50%;font-size:20px}.hidden{visibility:hidden}.screen{display:none;min-height:calc(100vh - 78px);padding:54px clamp(22px,6vw,88px) 90px}.screen.active{display:block}.welcome.active{display:grid;grid-template-columns:1fr 1.1fr;gap:7vw;align-items:center}.hero-copy{max-width:610px}.eyebrow,.step{display:inline-block;color:var(--green2);font-size:12px;font-weight:800;letter-spacing:1.4px;margin-bottom:14px}.hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6vw,88px);line-height:.98;margin:0 0 25px;font-weight:500}.hero-copy h1 em{color:var(--green);font-weight:500}.hero-copy p{font-size:20px;line-height:1.65;color:var(--muted);max-width:520px}.primary,.secondary{border:0;border-radius:4px;padding:17px 26px;font-weight:700;cursor:pointer}.primary{background:var(--green);color:white;box-shadow:0 12px 30px #23453b33}.primary:disabled{opacity:.4;cursor:not-allowed}.primary.big{font-size:18px;padding:20px 34px}.primary span{margin-right:28px}.secondary{background:white;color:var(--green);border:1px solid var(--green)}.trust{display:flex;gap:20px;margin-top:25px;font-size:12px;color:var(--muted)}.hero-image{height:min(72vh,700px);position:relative;overflow:hidden;border-radius:160px 6px 6px 6px;box-shadow:var(--shadow)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;bottom:24px;right:24px;background:#fffef5e8;padding:14px 22px;border-radius:3px;backdrop-filter:blur(10px)}.hero-badge b,.hero-badge span{display:block}.hero-badge span{font-size:11px;color:var(--muted);margin-top:3px}.section-head{text-align:center;max-width:760px;margin:0 auto 40px}.section-head h2{font:500 clamp(34px,4vw,54px)/1.1 Georgia,serif;margin:0 0 12px}.section-head p{color:var(--muted);font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1400px;margin:auto}.product-card{position:relative;text-align:right;border:1px solid transparent;background:var(--paper);padding:0;cursor:pointer;overflow:hidden;box-shadow:0 8px 30px #1732290c;transition:.2s}.product-card:hover,.product-card.selected{transform:translateY(-5px);border-color:var(--green);box-shadow:var(--shadow)}.product-card img{width:100%;aspect-ratio:1.1;object-fit:cover;display:block}.product-card .meta{display:block;padding:18px}.product-card small,.product-card b,.product-card .meta span{display:block}.product-card small{color:var(--gold);font-weight:700}.product-card b{font:26px Georgia;margin:5px 0}.product-card .meta span{font-size:13px;color:var(--muted);line-height:1.5}.check{position:absolute;top:12px;left:12px;background:var(--green);color:white;width:27px;height:27px;border-radius:50%;display:none;place-items:center;z-index:2}.selected .check{display:grid}.sticky-action{text-align:center;margin-top:36px}.room-options{display:grid;grid-template-columns:repeat(3,minmax(220px,330px));justify-content:center;gap:20px}.upload-card{background:var(--paper);border:1px solid var(--line);min-height:230px;padding:35px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.2s}.upload-card:hover{border-color:var(--green);transform:translateY(-4px)}.upload-card input{display:none}.upload-card b{font-size:20px}.upload-card span:last-child{font-size:13px;color:var(--muted)}.option-icon{width:62px;height:62px;border-radius:50%;background:#e6ede8;color:var(--green);display:grid;place-items:center;font-size:26px}.demo-choice{border-style:dashed}.photo-tips{max-width:720px;margin:35px auto 15px;background:#e9eee9;padding:20px 25px;display:flex;gap:12px;justify-content:center}.privacy{text-align:center;font-size:12px;color:var(--muted)}.confirm-grid{display:grid;grid-template-columns:2fr 1fr;max-width:1100px;margin:auto;gap:24px}.preview-room,.selected-product{background:var(--paper);padding:15px;text-align:center}.preview-room img{width:100%;height:420px;object-fit:cover}.selected-product img{width:100%;height:240px;object-fit:contain}.selected-product h3{font:34px Georgia;margin:8px}.selected-product p{color:var(--muted)}.ghost,.text-btn{border:0;background:none;color:var(--green);font-weight:bold;text-decoration:underline;cursor:pointer;padding:12px}.generating{text-align:center}.generating.active{display:flex;flex-direction:column;align-items:center;justify-content:center}.loader-visual{width:min(680px,90vw);height:360px;position:relative;overflow:hidden;margin-bottom:25px;box-shadow:var(--shadow)}.loader-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.6)}.scan{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 45%,#fff9 50%,transparent 55%);animation:scan 2.4s infinite}.spark{position:absolute;color:white;font-size:28px;animation:pulse 1.3s infinite}.s1{top:25%;left:30%}.s2{bottom:20%;right:25%}.generating h2{font:42px Georgia;margin:8px}.generating p{color:var(--muted)}.progress{width:min(460px,80vw);height:4px;background:#d4d7d2;margin:22px}.progress i{display:block;width:12%;height:100%;background:var(--green);transition:width .6s}.compare{position:relative;max-width:1100px;height:min(63vw,620px);margin:auto;overflow:hidden;background:#ddd;box-shadow:var(--shadow);direction:ltr}.compare>img,.before-layer img{width:100%;height:100%;object-fit:cover}.before-layer{position:absolute;inset:0 auto 0 0;width:50%;overflow:hidden}.before-layer img{width:1100px;max-width:none}.compare input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.compare i{position:absolute;top:0;bottom:0;left:50%;width:2px;background:white;pointer-events:none}.compare i:after{content:'↔';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:white;color:var(--green);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-style:normal}.label{position:absolute;top:18px;background:#17221ecc;color:white;padding:7px 13px;font-size:12px}.label.before{left:18px}.label.after{right:18px}.result-actions{display:flex;justify-content:center;gap:12px;margin:28px}.disclaimer{text-align:center;color:var(--muted);font-size:11px;max-width:800px;margin:auto}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,120px);background:#7c2f2f;color:white;padding:15px 25px;z-index:100;transition:.3s;box-shadow:var(--shadow)}.toast.show{transform:translate(-50%,0)}@keyframes scan{from{transform:translateX(-110%)}to{transform:translateX(110%)}}@keyframes pulse{50%{transform:scale(1.5);opacity:.45}}@media(max-width:950px){.welcome.active{grid-template-columns:1fr}.hero-copy{text-align:center;margin:auto}.hero-copy p{margin:0 auto 25px}.hero-image{height:40vh;border-radius:80px 5px 5px}.product-grid{grid-template-columns:repeat(2,1fr)}.confirm-grid{grid-template-columns:1fr}.room-options{grid-template-columns:1fr;max-width:600px;margin:auto}.upload-card{min-height:150px}.secure{display:none}}@media(max-width:560px){.topbar{height:65px;padding:0 16px}.screen{padding:34px 16px 75px;min-height:calc(100vh - 65px)}.hero-copy h1{font-size:46px}.hero-copy p{font-size:16px}.hero-image{height:33vh}.product-grid{gap:10px}.product-card .meta{padding:12px}.product-card b{font-size:21px}.product-card .meta span{font-size:11px}.section-head h2{font-size:34px}.preview-room img{height:260px}.selected-product{display:grid;grid-template-columns:110px 1fr;align-items:center}.selected-product>span{grid-column:1/-1}.selected-product img{height:110px}.selected-product .ghost{grid-column:1/-1}.compare{height:62vh}.before-layer img{width:calc(100vw - 32px)}.result-actions{flex-direction:column}.trust{justify-content:center;flex-wrap:wrap}}
:root{}.qr-card{position:relative;background:var(--paper);border:2px solid var(--green);min-height:310px;padding:28px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow)}.qr-card #qrCode{background:white;padding:10px;min-height:200px}.qr-card #qrCode img,.qr-card #qrCode canvas{display:block}.qr-card>b{font-size:21px}.qr-card>span:not(.recommended){font-size:13px;color:var(--muted)}.qr-card small{color:var(--green);font-weight:bold}.recommended{position:absolute;top:0;right:0;background:var(--green);color:white;padding:7px 12px;font-size:11px}
:root{}.header-actions{display:flex;align-items:center;gap:20px}.apk-download{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--green);font-size:13px;font-weight:800;border:1px solid #23453b55;padding:10px 14px;background:white}.apk-download:hover{background:var(--green);color:white}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.apk-hero{text-decoration:none;display:inline-block}.apk-hero:hover{background:#e7eee9}@media(max-width:560px){.apk-download{font-size:0;padding:9px}.apk-download span{font-size:18px}.hero-actions{justify-content:center}.apk-hero{width:100%;text-align:center}}
:root{}.rotatable-preview{height:420px;display:grid;place-items:center;overflow:hidden;background:#eee9df}.rotatable-preview #roomPreview{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.image-controls{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;padding-top:6px}@media(max-width:560px){.rotatable-preview{height:300px}.preview-room .rotatable-preview img{height:100%}}
