@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
:root{--bg:#fafaf8;--surface:#fff;--text:#1a1a1a;--text-secondary:#6b6b6b;--text-disabled:#a3a3a3;--brand:#1e5c4f;--brand-hover:#17493f;--brand-tint:#e8f0ee;--success:#2e7d32;--warning:#b45309;--error:#b3261e;--border:#e7e5e0;--border-strong:#c9c6bf;--shadow-float:0 8px 24px #1a1a1a14;--radius-control:10px;--radius-card:14px;--radius-photo:20px;--page-width:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a,select,input[type=checkbox]{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--brand-tint);color:var(--brand-hover)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.03em;font-weight:600;line-height:1.2}h1{font-size:clamp(36px,5.2vw,64px)}h2{font-size:clamp(28px,3.2vw,40px)}h3{letter-spacing:-.015em;font-size:18px}p{margin-bottom:0}.page-shell{width:min(calc(100% - 48px), var(--page-width));margin-inline:auto}.wizard-shell{width:min(100% - 48px,720px);margin-inline:auto}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-size:11px;font-weight:600}.muted{color:var(--text-secondary)}.tiny{color:var(--text-secondary);font-size:12px}.tabular{font-variant-numeric:tabular-nums}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:40;background:#fafaf8e0;border-bottom:1px solid #e7e5e0b8;align-items:center;height:72px;display:flex;position:sticky;top:0}.header-inner{width:min(calc(100% - 48px), var(--page-width));justify-content:space-between;align-items:center;gap:24px;margin-inline:auto;display:flex}.brand{flex-shrink:0;align-items:center;display:inline-flex}.brand-logo{object-fit:contain;width:180px;height:44px}.header-nav{color:var(--text-secondary);align-items:center;gap:28px;font-size:14px;display:flex}.header-nav a:hover{color:var(--text)}.header-actions{align-items:center;gap:10px;display:flex}.button{border-radius:var(--radius-control);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:15px;font-weight:500;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:active:not(:disabled){transform:translateY(1px)}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-hover)}.button-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.button-secondary:hover{border-color:var(--border-strong);background:#fdfdfc}.button-ghost{color:var(--brand);background:0 0;padding-inline:10px}.button-ghost:hover{background:var(--brand-tint)}.button-danger{color:var(--error);background:#fff;border-color:#efcac7}.button:disabled{cursor:not-allowed;color:var(--text-disabled);background:#f0efec;border-color:#f0efec;transform:none}.button-wide{width:100%}.icon-button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.icon-button:hover{border-color:var(--border-strong)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:24px}.card-compact{padding:16px}.pill{border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.pill-success{color:var(--success);background:#edf6ee;border-color:#d6ead8}.pill-tint{background:var(--brand-tint);color:var(--brand);border-color:#0000}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.hero{padding:64px 0 56px}.hero-grid{grid-template-columns:.86fr 1.14fr;align-items:center;gap:64px;display:grid}.hero-folio{border-bottom:1px solid var(--border);color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:20px;margin-bottom:22px;padding-bottom:10px;font-size:10px;font-weight:600;display:flex}.hero-copy h1{max-width:620px;margin-bottom:24px}.hero-copy h1 span{display:block}.hero-copy h1 span:last-child{font-weight:400}.hero-copy .lead{max-width:520px;color:var(--text-secondary);margin-bottom:32px;font-size:18px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-note{color:var(--text-secondary);align-items:center;gap:8px;margin-top:18px;font-size:13px;display:flex}.property-frame{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:12px}.property-frame .before-after{border-radius:10px}.property-frame-top,.property-frame-bottom{color:var(--text-secondary);letter-spacing:.07em;text-transform:uppercase;font-variant-numeric:tabular-nums;align-items:center;gap:12px;font-size:9px;font-weight:600;display:grid}.property-frame-top{grid-template-columns:auto 1fr auto;padding:1px 2px 11px}.property-frame-top span:nth-child(2){text-align:center}.property-frame-bottom{grid-template-columns:1fr auto;padding:10px 2px 0}.trust-row{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0}.trust-inner{color:var(--text-secondary);grid-template-columns:repeat(3,1fr);display:grid}.trust-stat{border-left:1px solid var(--border);grid-template-rows:auto auto;grid-template-columns:28px 1fr;align-content:center;column-gap:12px;min-height:84px;padding:16px 24px;display:grid}.trust-stat:first-child{border-left:0;padding-left:0}.trust-stat>span{color:var(--brand);font-variant-numeric:tabular-nums;grid-row:1/3;align-self:start;font-size:10px;font-weight:600}.trust-stat strong{color:var(--text);font-size:13px;font-weight:600}.trust-stat small{font-size:11px}.before-after{border-radius:var(--radius-photo);aspect-ratio:4/3;-webkit-user-select:none;user-select:none;touch-action:pan-y;background:#ecebe8;position:relative;overflow:hidden}.before-after img{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.before-after .after-layer{clip-path:inset(0 calc(100% - var(--slider)) 0 0);position:absolute;inset:0;overflow:hidden}.before-after .after-layer img{width:100%;max-width:none}.slider-line{width:2px;top:0;bottom:0;left:var(--slider);background:#fff;position:absolute;transform:translate(-1px);box-shadow:0 0 0 1px #0000000d}.slider-grip{top:50%;left:var(--slider);width:44px;height:44px;color:var(--brand);background:#fff;border:2px solid #0000;border-radius:50%;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px 14px #00000029}.before-after:hover .slider-grip{border-color:var(--brand)}.slider-label{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border-radius:999px;padding:5px 9px;font-size:12px;position:absolute;top:16px}.slider-label.before{left:16px}.slider-label.after{right:16px}.slider-hint{color:var(--text-secondary);background:#ffffffeb;border-radius:999px;padding:5px 9px;font-size:11px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.section{padding:96px 0}.section-header{text-align:center;max-width:620px;margin:0 auto 48px}.section-header .eyebrow{margin-bottom:12px}.section-header h2{margin-bottom:16px}.section-header p{color:var(--text-secondary);font-size:17px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.step-card{min-height:240px;padding-top:68px;position:relative}.step-number{border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;place-items:center;font-size:13px;display:grid;position:absolute;top:24px;left:24px}.step-card h3{margin-bottom:10px}.step-card p{color:var(--text-secondary);font-size:14px}.landing-steps{border-top:1px solid var(--text);border-bottom:1px solid var(--border);gap:0}.landing-steps .step-card{border-left:1px solid var(--border);min-height:274px;padding:86px 32px 32px}.landing-steps .step-card:first-child{border-left:0;padding-left:0;padding-right:40px}.landing-steps .step-card:last-child{padding-left:40px;padding-right:0}.landing-steps .step-number{width:auto;height:auto;color:var(--brand);font-variant-numeric:tabular-nums;border:0;border-radius:0;font-size:11px;top:24px;left:32px}.landing-steps .step-card:first-child .step-number{left:0}.step-service{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:10px;position:absolute;top:23px;right:32px}.landing-steps .step-card:last-child .step-service{right:0}.landing-steps h3{max-width:200px;font-size:20px}.kit-preview{grid-template-columns:1.15fr .85fr;gap:16px;display:grid}.kit-main{padding:0;overflow:hidden}.asset-folio{border-bottom:1px solid var(--border);height:40px;color:var(--text-secondary);letter-spacing:.08em;justify-content:space-between;align-items:center;padding:0 18px;font-size:9px;font-weight:600;display:flex}.kit-main img{aspect-ratio:16/10;object-fit:cover}.kit-caption{justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}.kit-caption h3{margin:0 0 4px}.kit-side{gap:16px;display:grid}.social-card{background:var(--brand);color:#fff;border-radius:var(--radius-card);flex-direction:column;justify-content:space-between;min-height:174px;padding:22px;display:flex}.social-card .brand-mark{color:var(--brand);background:#fff}.social-card .price{font-variant-numeric:tabular-nums;font-size:26px;font-weight:600}.copy-card{flex-direction:column;justify-content:space-between;display:flex}.copy-lines{gap:9px;margin-top:18px;display:grid}.copy-line{background:#f0efec;border-radius:4px;height:8px}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:16px;display:grid}.price-card{border-top:2px solid var(--text);flex-direction:column;gap:20px;display:flex;position:relative}.price-card.featured{border-color:#9db9b2;border-top-color:var(--brand)}.price-tag{letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:32px;font-weight:600}.price-suffix{color:var(--text-secondary);margin-left:4px;font-size:13px}.features{flex:1;gap:12px;margin:0;padding:0;font-size:14px;list-style:none;display:grid}.features li{align-items:flex-start;gap:9px;display:flex}.features svg{color:var(--brand);flex:none;margin-top:1px}.footer{border-top:1px solid var(--border);padding:40px 0}.footer-inner{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:24px;font-size:13px;display:flex}.footer-links{gap:22px;display:flex}.app-layout{grid-template-columns:240px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.sidebar-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:36px;display:flex}.sidebar .brand{padding:0 8px}.sidebar-close,.sidebar-backdrop{display:none}.sidebar-nav{gap:4px;display:grid}.sidebar-link{height:44px;color:var(--text-secondary);border-left:2px solid #0000;border-radius:0 8px 8px 0;align-items:center;gap:11px;padding:0 12px;font-size:14px;display:flex}.sidebar-link:hover{color:var(--text);background:#f5f4f1}.sidebar-link.active{color:var(--text);border-left-color:var(--brand);background:0 0}.sidebar-link.active svg{color:var(--brand)}.sidebar-bottom{gap:12px;margin-top:auto;display:grid}.user-chip{align-items:center;gap:10px;padding:10px 8px;display:flex}.avatar{background:var(--brand-tint);width:34px;height:34px;color:var(--brand);border-radius:50%;place-items:center;font-size:12px;font-weight:600;display:grid}.app-main{min-width:0}.app-topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:30;background:#fafaf8e6;align-items:center;height:72px;padding:0 40px;display:flex;position:sticky;top:0}.app-topbar-inner{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.app-topbar h1{letter-spacing:-.02em;margin:0;font-size:18px}.app-content{max-width:1280px;margin:auto;padding:40px}.page-title-row{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.page-title-row h2{margin-bottom:6px;font-size:28px}.page-title-row p{color:var(--text-secondary)}.project-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.project-card{padding:0;overflow:hidden}.project-image{aspect-ratio:4/3;background:#eee;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.project-card:hover .project-image img{transform:scale(1.015)}.project-code{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.08em;font-variant-numeric:tabular-nums;background:#1a1a1a9e;border-radius:4px;padding:5px 8px;font-size:9px;font-weight:600;position:absolute;bottom:12px;right:12px}.project-info{padding:18px 20px 20px}.project-info h3{margin:0 0 5px}.project-meta{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.new-project-card{text-align:center;min-height:330px;color:var(--text-secondary);border-style:dashed;place-items:center;display:grid}.new-project-card:hover{color:var(--brand);background:#fdfdfc;border-color:#9db9b2}.new-project-card .plus{background:var(--brand-tint);width:44px;height:44px;color:var(--brand);border-radius:50%;place-items:center;margin:0 auto 14px;display:grid}.mobile-topbar{display:none}.wizard-page{min-height:100vh;padding-bottom:112px}.wizard-header{border-bottom:1px solid var(--border);background:#fff;align-items:center;height:72px;display:flex}.wizard-header-inner{grid-template-columns:1fr auto 1fr;align-items:center;width:min(100% - 48px,1120px);margin:auto;display:grid}.wizard-header .close-link{color:var(--text-secondary);justify-self:end;align-items:center;gap:7px;font-size:14px;display:flex}.stepper{align-items:flex-start;width:330px;display:flex}.stepper-item{color:var(--text-disabled);flex-direction:column;flex:1;align-items:center;gap:5px;font-size:11px;display:flex;position:relative}.stepper-item:not(:last-child):after{content:"";background:var(--border);height:1px;position:absolute;top:5px;left:calc(50% + 8px);right:calc(8px - 50%)}.stepper-item.done:not(:last-child):after{background:var(--brand)}.step-dot{z-index:1;background:#dedcd7;border-radius:50%;width:11px;height:11px;box-shadow:0 0 0 4px #fff}.stepper-item.active,.stepper-item.done{color:var(--text)}.stepper-item.active .step-dot,.stepper-item.done .step-dot{background:var(--brand)}.wizard-content{padding:56px 0}.wizard-title{margin-bottom:30px}.wizard-title h1{margin-bottom:10px;font-size:32px}.wizard-title p{color:var(--text-secondary)}.dropzone{border:1.5px dashed var(--border-strong);text-align:center;cursor:pointer;background:#fff;border-radius:20px;place-items:center;min-height:300px;padding:32px;transition:border-color .16s,background .16s;display:grid}.dropzone:hover,.dropzone.dragover{border-color:var(--brand);background:var(--brand-tint)}.dropzone-icon{border:1px solid var(--border);width:52px;height:52px;color:var(--brand);background:#fff;border-radius:14px;place-items:center;margin:0 auto 18px;display:grid}.dropzone h3{margin-bottom:6px}.dropzone p{color:var(--text-secondary);font-size:14px}.dropzone .requirements{margin-top:20px;font-size:12px}.upload-summary{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.thumbnail-strip{gap:8px;display:flex}.mini-thumb{border:1px solid var(--border);border-radius:8px;width:56px;height:44px;overflow:hidden}.mini-thumb img{object-fit:cover;width:100%;height:100%}.wizard-actions{border-top:1px solid var(--border);min-height:80px;box-shadow:var(--shadow-float);z-index:40;background:#fffffff5;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.wizard-actions-inner{justify-content:space-between;align-items:center;gap:16px;width:min(100% - 48px,720px);margin:auto;display:flex}.photo-config-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.photo-config-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px}.photo-config-card img{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%}.photo-fields{gap:10px;padding:12px 4px 3px;display:grid}.select{border:1px solid var(--border);width:100%;height:44px;color:var(--text);background:#fff;border-radius:10px;padding:0 12px}.segmented{background:#f3f2ef;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:2px;padding:3px;display:grid}.segment{min-height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:12px}.segment.active{color:var(--text);background:#fff;box-shadow:0 1px 2px #00000012}.style-picker{margin-bottom:20px}.style-options{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px;display:grid}.style-option{border:1px solid var(--border);text-align:left;cursor:pointer;background:#fff;border-radius:10px;padding:13px;font-size:14px}.style-option.active{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand);background:var(--brand-tint);color:var(--brand)}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:500}.input,.textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:10px}.input{height:46px;padding:0 13px}.textarea{resize:vertical;min-height:110px;padding:12px 13px}.input:hover,.textarea:hover,.select:hover{border-color:var(--border-strong)}.input:focus,.textarea:focus,.select:focus{outline:2px solid var(--brand);outline-offset:1px}.check-row{flex-wrap:wrap;gap:10px;display:flex}.check-chip{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;min-height:44px;padding:0 12px;font-size:13px;display:flex}.check-chip:has(input:checked){background:var(--brand-tint);color:var(--brand);border-color:#9db9b2}.check-chip input{accent-color:var(--brand)}.generating-page{min-height:100vh;padding:72px 0 120px}.generating-header{text-align:center;max-width:570px;margin:0 auto 40px}.generating-header h1{margin:18px 0 10px;font-size:32px}.generating-header p{color:var(--text-secondary)}.progress-ring{background:conic-gradient(var(--brand) var(--progress), var(--border) 0);border-radius:50%;place-items:center;width:54px;height:54px;margin:auto;display:grid}.progress-ring:after{content:attr(data-value);background:var(--bg);border-radius:50%;place-items:center;width:44px;height:44px;font-size:12px;font-weight:600;display:grid}.generation-list{gap:10px;display:grid}.generation-row{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:72px 1fr auto;align-items:center;gap:16px;padding:10px;display:grid}.generation-thumb{object-fit:cover;border-radius:9px;width:72px;height:56px}.generation-info{min-width:0}.generation-title{justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px;display:flex}.progress-track{background:#e9e8e4;border-radius:2px;height:4px;overflow:hidden}.progress-fill{background:var(--brand);border-radius:inherit;height:100%;transition:width .6s}.progress-fill.shimmer{background:linear-gradient(90deg,#eee 20%,#fafafa 45%,#eee 70%) 0 0/220% 100%;width:100%;animation:1.5s infinite shimmer}@keyframes shimmer{to{background-position:-220% 0}}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.generation-status{width:36px;height:36px;color:var(--text-disabled);place-items:center;display:grid}.generation-status.done{color:var(--success)}.wait-card{text-align:center;flex-direction:column;align-items:center;gap:18px;margin-top:20px;display:flex}.wait-card img{aspect-ratio:1;object-fit:cover;border-radius:12px;width:110px}.review-grid{gap:24px;display:grid}.review-card{padding:10px}.review-card .before-after{aspect-ratio:16/9}.review-meta{justify-content:space-between;align-items:center;gap:16px;padding:14px 8px 4px;display:flex}.review-meta h3{margin:0 0 3px}.review-actions{gap:8px;display:flex}.delivery-hero{padding:48px 0 24px}.delivery-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.delivery-heading h1{margin-bottom:8px;font-size:32px}.delivery-heading p{color:var(--text-secondary)}.delivery-folio{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-variant-numeric:tabular-nums;gap:20px;margin-bottom:14px;font-size:10px;font-weight:600;display:flex}.delivery-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;display:grid}.delivery-primary{gap:20px;display:grid}.delivery-primary .before-after{aspect-ratio:16/10}.watermarked{position:relative}.watermarked:after{content:"LISTINGMODE  LISTINGMODE  LISTINGMODE";color:#ffffff57;letter-spacing:.12em;pointer-events:none;text-shadow:0 1px 2px #00000024;place-items:center;font-size:clamp(16px,3vw,28px);font-weight:600;display:grid;position:absolute;inset:0;transform:rotate(-22deg)}.preview-badge{z-index:3;background:#ffffffeb;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:600;position:absolute;bottom:14px;right:14px}.asset-tabs{border-bottom:1px solid var(--border);gap:4px;display:flex;overflow-x:auto}.asset-tab{min-height:44px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 14px;font-size:13px}.asset-tab>span{color:var(--text-disabled);letter-spacing:.05em;font-variant-numeric:tabular-nums;margin-right:7px;font-size:9px;font-weight:600}.asset-tab.active{color:var(--text);border-bottom-color:var(--brand)}.asset-tab.active>span{color:var(--brand)}.delivery-side{gap:16px;display:grid;position:sticky;top:96px}.asset-list{gap:0;display:grid}.asset-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 0;display:flex}.asset-row:last-child{border:0;padding-bottom:0}.asset-icon{width:36px;height:36px;color:var(--text-secondary);background:#f3f2ef;border-radius:9px;flex-shrink:0;place-items:center;display:grid;overflow:hidden}.asset-icon img{object-fit:cover;width:100%;height:100%}.asset-row strong{font-size:13px;display:block}.asset-row span{color:var(--text-secondary);font-size:11px;display:block}.listing-copy{color:#464646;font-size:14px;line-height:1.7}.asset-stage{background:#efeeea;border-radius:14px;place-items:center;min-height:470px;padding:24px;display:grid;overflow:hidden}.reel-preview{aspect-ratio:9/16;background:#111;border-radius:22px;width:238px;padding:8px;position:relative;overflow:hidden;box-shadow:0 14px 34px #1a1a1a2e}.reel-preview img,.reel-preview video{object-fit:cover;border-radius:16px;width:100%;height:100%}.reel-preview video{background:#111}.legal-page{background:var(--background);min-height:100vh}.legal-document{width:min(760px,100% - 48px);margin:0 auto;padding:72px 0 96px}.legal-document h1{margin:10px 0 12px}.legal-document h2{margin:34px 0 8px;font-size:18px}.legal-document p{color:var(--text-secondary);line-height:1.7}.consent-bar{z-index:100;border:1px solid var(--border);width:min(520px,100% - 40px);box-shadow:var(--shadow);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex;position:fixed;bottom:20px;right:20px}.consent-bar p{margin:0;font-size:14px}.consent-bar p span{color:var(--text-secondary);margin-top:3px;display:block}.consent-bar>div{flex-shrink:0;gap:8px;display:flex}@media (max-width:620px){.consent-bar{flex-direction:column;align-items:stretch}.consent-bar>div{justify-content:flex-end}}.reel-overlay{color:#fff;background:linear-gradient(#00000057,#0000 38%,#00000080);border-radius:16px;flex-direction:column;justify-content:space-between;padding:16px;display:flex;position:absolute;inset:8px}.reel-price{font-variant-numeric:tabular-nums;font-size:22px;font-weight:600}.play-button{width:48px;height:48px;color:var(--brand);cursor:pointer;background:#fffffff0;border:0;border-radius:50%;place-items:center;margin:auto;display:grid;position:absolute;inset:0}.carousel-preview{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;display:grid}.carousel-slide{aspect-ratio:1;border:1px solid var(--border);background:#fff;border-radius:12px;position:relative;overflow:hidden}.carousel-slide img{object-fit:cover;width:100%;height:100%}.carousel-slide-info{background:var(--brand);color:#fff;flex-direction:column;justify-content:space-between;padding:18px;display:flex}.flyer-preview{aspect-ratio:1/1.414;background:#fff;border-radius:4px;width:min(100%,330px);padding:16px;box-shadow:0 8px 24px #1a1a1a1a}.flyer-preview img{aspect-ratio:4/3;object-fit:cover;width:100%}.flyer-details{padding:16px 4px 0}.flyer-details h3{margin-bottom:5px;font-size:18px}.flyer-rule{background:var(--brand);width:36px;height:3px;margin:13px 0}.copy-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.copy-header h3{margin:0}.delivery-content{padding-bottom:150px}.unlock-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);box-shadow:var(--shadow-float);z-index:50;background:#fffffff7;padding:14px 0;position:fixed;bottom:0;left:0;right:0}.unlock-inner{align-items:center;gap:20px;width:min(100% - 48px,1120px);margin:auto;display:flex}.unlock-message{margin-right:auto}.unlock-message strong{font-size:14px;display:block}.unlock-message span{color:var(--text-secondary);font-size:12px}.price-segments{background:#f2f1ee;border-radius:999px;padding:3px;display:flex}.price-segment{min-height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 13px;font-size:12px}.price-segment.active{color:var(--text);background:#fff;box-shadow:0 1px 3px #00000014}.unlocked-bar{color:var(--success);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.settings-grid{grid-template-columns:220px 1fr;gap:32px;display:grid}.settings-nav{align-content:start;gap:4px;display:grid}.settings-nav button{text-align:left;min-height:42px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:0 12px}.settings-nav button.active{color:var(--text);background:#f2f1ee}.settings-section{gap:16px;display:grid}.brand-upload{border:1px dashed var(--border-strong);min-height:100px;color:var(--text-secondary);border-radius:12px;justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.color-input-row{align-items:center;gap:10px;display:flex}.color-swatch{background:var(--brand);border:1px solid var(--border);border-radius:10px;width:44px;height:44px}.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-panel{place-items:center;padding:40px;display:grid}.auth-card{width:min(100%,420px)}.auth-card .brand{margin-bottom:52px}.auth-card h1{margin-bottom:10px;font-size:32px}.auth-card>p{color:var(--text-secondary);margin-bottom:28px}.auth-divider{color:var(--text-disabled);align-items:center;gap:12px;margin:18px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-visual{background:var(--brand);color:#fff;flex-direction:column;justify-content:space-between;padding:48px;display:flex;overflow:hidden}.auth-visual .before-after{width:100%;max-width:680px;margin:auto;box-shadow:0 24px 60px #0000002e}.auth-quote{max-width:560px;font-size:18px}.auth-quote span{opacity:.68;margin-top:8px;font-size:13px;display:block}.terms{color:var(--text-secondary);text-align:center;margin-top:20px;font-size:11px}.toast{z-index:100;border:1px solid var(--border);min-height:48px;box-shadow:var(--shadow-float);background:#fff;border-radius:10px;align-items:center;gap:9px;padding:0 16px;font-size:13px;animation:.2s toast-in;display:flex;position:fixed;top:20px;right:20px}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}}.toast svg{color:var(--success)}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a1a1a61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{width:min(100%,480px);box-shadow:var(--shadow-float);background:#fff;border-radius:16px;padding:28px}.modal h2{margin-bottom:10px;font-size:24px}.demo-modal{background:var(--surface);width:min(880px,94vw);max-height:92vh;box-shadow:var(--shadow-float);border-radius:16px;padding:16px;overflow:auto}.demo-modal-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.demo-frame{aspect-ratio:4/5;background:#ecebe8;border-radius:12px;width:100%;max-height:58vh;position:relative;overflow:hidden}.demo-img{object-fit:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.demo-scan{color:#fff;background:#1a1a1a5c;align-content:center;place-items:center;gap:12px;display:grid;position:absolute;inset:0}.demo-scan strong{font-size:14px;font-weight:600}.demo-spinner{border:3px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite demo-spin}@keyframes demo-spin{to{transform:rotate(360deg)}}.demo-toggle{color:#fff;cursor:pointer;white-space:nowrap;background:#1a1a1aa8;border:0;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:500;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.demo-rooms{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.demo-room{border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);background:#fff;border-radius:999px;padding:7px 12px;font-size:12px}.demo-room.active{border-color:var(--brand);color:var(--brand);background:var(--brand-tint)}.demo-cta{border:1px solid var(--border);background:#faf9f7;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.demo-cta strong{margin-bottom:2px;font-size:15px;display:block}.modal p{color:var(--text-secondary);font-size:14px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.design-page{padding:64px 0 120px}.design-header{max-width:680px;margin-bottom:56px}.design-header h1{margin:10px 0 14px;font-size:40px}.design-section{border-top:1px solid var(--border);padding:32px 0}.design-section>h2{margin-bottom:24px;font-size:24px}.token-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.color-token{border:1px solid var(--border);background:#fff;border-radius:12px;padding:12px}.color-sample{border:1px solid #0000000d;border-radius:8px;height:80px;margin-bottom:11px}.token-name{font-size:12px;font-weight:500}.token-value{color:var(--text-secondary);font-family:ui-monospace,monospace;font-size:11px}.component-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.type-list{gap:22px;display:grid}@media (max-width:980px){.hero{padding-top:52px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-copy{max-width:680px}.hero-visual{max-width:760px}.project-grid{grid-template-columns:repeat(2,1fr)}.app-layout{grid-template-columns:200px minmax(0,1fr)}.app-content,.app-topbar{padding-left:28px;padding-right:28px}.delivery-grid{grid-template-columns:1fr}.delivery-side{grid-template-columns:repeat(2,1fr);position:static}.kit-preview{grid-template-columns:1fr}.kit-side{grid-template-columns:1fr 1fr}.auth-page{grid-template-columns:1fr}.auth-visual{display:none}}@media (max-width:760px){.page-shell,.wizard-shell{width:min(calc(100% - 48px), var(--page-width))}.site-header{height:64px}.header-nav,.header-actions .button-secondary{display:none}.hero{padding:42px 0 48px}.hero-grid{gap:32px}.hero-copy .lead{font-size:16px}.hero-actions .button{flex:1}.trust-inner{grid-template-columns:1fr 1fr;display:grid}.trust-stat{padding:16px 20px}.trust-stat:first-child{padding-left:0}.trust-stat:nth-child(3){border-left:0;border-top:1px solid var(--border);grid-column:1/-1;padding-left:0}.section{padding:72px 0}.steps-grid,.pricing-grid{grid-template-columns:1fr}.landing-steps{border-bottom:0}.landing-steps .step-card,.landing-steps .step-card:first-child,.landing-steps .step-card:last-child{border-left:0;border-top:1px solid var(--border);min-height:0;padding:72px 0 28px}.landing-steps .step-card:first-child{border-top:0}.landing-steps .step-number,.landing-steps .step-card:first-child .step-number{top:24px;left:0}.landing-steps .step-service,.landing-steps .step-card:last-child .step-service{top:23px;right:0}.landing-steps h3{max-width:none}.kit-side{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}.app-layout{display:block}.sidebar{z-index:70;visibility:hidden;width:min(84vw,300px);height:100dvh;transition:transform .2s,visibility .2s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-105%);box-shadow:18px 0 44px #1a1a1a29}.sidebar.open{visibility:visible;transform:translate(0)}.sidebar-close{flex:none;display:inline-flex}.sidebar-backdrop{z-index:60;opacity:0;visibility:hidden;pointer-events:none;background:#1a1a1a6b;border:0;transition:opacity .2s,visibility .2s;display:block;position:fixed;inset:0}.sidebar-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.app-topbar{height:64px;padding:0 24px}.mobile-topbar{display:inline-flex}.app-content{padding:28px 24px 96px}.page-title-row{flex-direction:column;align-items:flex-start}.page-title-row .button{width:100%}.project-grid{grid-template-columns:1fr}.wizard-header{height:64px}.wizard-header-inner{grid-template-columns:1fr auto}.wizard-header .stepper{display:none}.wizard-content{padding:38px 0}.wizard-title h1{font-size:28px}.dropzone{min-height:260px}.photo-config-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.wizard-actions-inner{width:calc(100% - 48px)}.wizard-actions .button{flex:1}.generating-page{padding:48px 0 100px}.generation-row{grid-template-columns:64px 1fr 28px;gap:12px}.generation-thumb{width:64px;height:52px}.generation-title span:last-child{display:none}.review-meta{flex-direction:column;align-items:flex-start}.review-actions{width:100%}.review-actions .button{flex:1}.delivery-heading{flex-direction:column}.delivery-side{grid-template-columns:1fr}.asset-stage{min-height:380px;padding:14px}.carousel-preview{grid-template-columns:1fr 1fr}.unlock-bar{padding:12px 0}.unlock-inner{grid-template-columns:1fr auto;gap:10px;width:calc(100% - 32px);display:grid}.unlock-message{display:none}.price-segments{grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.price-segment{padding:0 6px}.unlock-inner .button{white-space:nowrap}.settings-grid{grid-template-columns:1fr}.settings-nav{grid-template-columns:repeat(3,1fr);overflow-x:auto}.token-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:430px){.page-shell,.wizard-shell,.header-inner,.wizard-header-inner{width:calc(100% - 32px)}.header-actions .button{padding-inline:13px}.delivery-content .site-header .brand>span:last-child{display:none}.delivery-content .site-header .header-inner{gap:12px}.hero-copy h1{font-size:38px}.hero-actions{display:grid}.trust-inner{grid-template-columns:1fr}.trust-stat,.trust-stat:first-child,.trust-stat:nth-child(3){border-left:0;border-top:1px solid var(--border);grid-column:auto;padding:16px 0}.trust-stat:first-child{border-top:0}.property-frame-top{grid-template-columns:1fr auto}.property-frame-top span:nth-child(2){display:none}.delivery-folio{flex-direction:column;gap:3px}.before-after{border-radius:14px}.slider-hint{display:none}.unlock-inner .button{padding-inline:13px}.token-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}