:root{--paper:#f8f9fb;--white:#fff;--ink:#171d29;--muted:#596474;--blue:#2e4ad7;--blue-hover:#2038b4;--line:#dce1e9;--wash:#eef1f7;--stage:#080a0a;--radius:22px;--font:'Manrope',sans-serif;--display:'Outfit',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6}button,input,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.7}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #7185f5;outline-offset:5px}button{border:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:1.06}h1{font-size:clamp(3.4rem,6.6vw,6.1rem);letter-spacing:-.045em}h2{font-size:clamp(2.4rem,4.3vw,4.1rem);letter-spacing:-.035em}h3{font-size:1.65rem;letter-spacing:-.02em}.shell{max-width:1440px;padding:0 64px;margin:auto}.concept-bar{background:#e8edf9;color:#39456b;text-align:center;padding:7px 16px;font-size:14px;font-weight:700}.concept-bar span{font-weight:500;margin-left:12px}.site-header{height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{font-family:var(--display);font-weight:600;text-decoration:none;font-size:31px;letter-spacing:-1.5px;display:inline-flex;gap:8px;align-items:center}.logo-mark{width:28px;height:28px;display:inline-grid;place-items:center;color:var(--blue);font-size:34px;line-height:1}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{text-decoration:none;font-weight:600;font-size:14px}.header-actions{display:flex;align-items:center;gap:22px}.price-mini{font-size:14px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:14px 24px;background:var(--blue);color:white;border:1px solid transparent;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;transition:background .18s,box-shadow .18s}.button:hover{background:var(--blue-hover);box-shadow:0 4px 14px #2e4ad71c}.button.small{min-height:44px;padding:10px 18px;font-size:14px}.button.secondary{color:var(--ink);background:white;border-color:var(--line)}.button.secondary:hover{background:#f1f3f8}.button.ghost{color:var(--ink);background:transparent;border-color:transparent}.button.ghost:hover{background:var(--wash)}.button.full{width:100%}.text-link{background:none;padding:0;color:var(--ink);text-decoration:underline;text-underline-offset:5px;font-weight:600}.hero{display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:center;padding:38px 0 80px}.hero-copy{padding-bottom:8px}.hero-copy p{font-size:18px;line-height:1.7;max-width:430px;margin-top:25px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.hero-note{font-size:14px;color:var(--muted);margin-top:16px}.hero-note strong{color:var(--ink);font-weight:600}.showcase{position:relative;padding:12px 0 40px;min-width:0}.stage{background:var(--stage);border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:0 20px 40px #111a2c12}.stage video,.stage img{display:block;width:100%;height:100%;object-fit:contain}.stage.landscape{aspect-ratio:1920/1038}.showcase .landscape{width:90%;margin-top:44px}.portrait-card{position:absolute;right:0;top:0;width:25%;padding:7px;border:1px solid #d9dfe7;border-radius:24px;background:white;box-shadow:0 20px 45px #14213726;transform:translateY(0)}.portrait-card .stage{aspect-ratio:856/1852;border-radius:18px;box-shadow:none}.showcase-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;font-size:14px;color:var(--muted)}.caption-left{display:flex;align-items:center;gap:10px}.caption-left span:first-child{color:var(--ink);font-weight:700}.icon-button{background:white;border:1px solid var(--line);border-radius:50%;width:40px;height:40px;display:inline-grid;place-items:center}.icon{width:20px;height:20px;display:block;flex:none}.proof-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:23px 0;gap:24px}.proof-item{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--muted)}.proof-item strong{color:var(--ink);font-weight:600}.section{padding:96px 0}.section-header{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-header p{max-width:360px;color:var(--muted);font-size:16px}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.gallery-item{min-width:0}.gallery-item button{background:none;padding:0;text-align:left;width:100%;color:inherit;border-radius:18px}.gallery-media{aspect-ratio:1.15;background:var(--stage);border-radius:18px;overflow:hidden;margin-bottom:18px}.gallery-media img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.gallery-item button:hover img{transform:scale(1.04)}.gallery-meta{display:flex;justify-content:space-between;align-items:center;gap:12px}.gallery-meta strong{font-size:16px;font-weight:700}.gallery-meta small{display:block;color:var(--muted);font-size:13px;margin-top:2px}.circle-arrow{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:22px}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.process-section{border-top:1px solid var(--line)}.process-title p{margin-top:24px;max-width:360px;color:var(--muted)}.steps{list-style:none;margin:0;padding:0}.steps li{display:grid;grid-template-columns:42px 1fr;gap:22px;padding:0 0 28px;margin-bottom:27px;border-bottom:1px solid var(--line)}.steps li:last-child{margin-bottom:0}.step-number{font-family:var(--display);font-size:25px;color:var(--blue);line-height:1}.steps h3{font-size:23px;margin-bottom:10px}.steps p{font-size:15px;color:var(--muted);max-width:410px}.price-section{background:#e9edf5;border-radius:26px;padding:54px 58px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.price-section h2{font-size:48px;max-width:430px}.price-section p{margin-top:17px;color:var(--muted);max-width:365px}.price-box{display:grid;grid-template-columns:auto 1fr;column-gap:28px;row-gap:16px;align-items:center}.big-price{font-family:var(--display);font-size:88px;line-height:1;letter-spacing:-5px}.price-details{font-size:15px;color:var(--muted)}.price-details strong{display:block;color:var(--ink)}.price-box .button{grid-column:1/-1}.price-fine{grid-column:1/-1;text-align:center;font-size:13px;color:var(--muted)}.faq{max-width:930px;margin:0 auto}.faq h2{margin-bottom:35px}.faq details{border-bottom:1px solid var(--line);padding:22px 0}.faq summary{cursor:pointer;font-weight:700;font-size:16px;list-style:none;display:flex;justify-content:space-between;gap:25px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';font-weight:400;font-size:24px;line-height:1}.faq details[open] summary:after{content:'−'}.faq details p{max-width:760px;margin-top:15px;color:var(--muted);font-size:15px}.footer{border-top:1px solid var(--line);padding:32px 0 40px;display:flex;justify-content:space-between;align-items:center;gap:25px;color:var(--muted);font-size:13px}.footer-links{display:flex;gap:22px}.footer .wordmark{color:var(--ink);font-size:24px}.skip-link{position:fixed;left:20px;top:-80px;z-index:1000;background:white;padding:12px}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}main:focus{outline:none}.mobile-only{display:none}.prototype-action{font-size:14px;padding:10px 18px;color:var(--muted);background:none;text-decoration:underline;text-underline-offset:4px}.flow-shell{max-width:1240px;margin:0 auto;padding:0 48px 70px}.flow-header{height:100px;display:flex;justify-content:space-between;align-items:center}.crumbs{display:flex;gap:24px;padding:20px 0 35px;margin:0;list-style:none;color:var(--muted);font-size:14px}.crumbs li{display:flex;gap:10px;align-items:center}.crumbs b{font-size:12px;width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-weight:600}.crumbs .current{color:var(--blue);font-weight:700}.crumbs .current b{background:var(--blue);color:white;border-color:var(--blue)}.flow-placeholder{padding:80px 20px;text-align:center}.flow-placeholder p{margin:20px 0;color:var(--muted)}
.flow-title{font-size:clamp(2.4rem,4vw,3.7rem);letter-spacing:-.035em;margin-bottom:18px}.flow-subtitle{color:var(--muted);max-width:620px;margin-bottom:35px}.flow-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(275px,1fr);gap:48px;align-items:start}.auth-layout{max-width:1050px;margin:40px auto 50px;display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:center}.auth-art .stage{margin-top:32px;max-width:430px}.auth-art p{max-width:430px;color:var(--muted);margin-top:20px}.form-panel{background:white;padding:38px;border:1px solid var(--line);border-radius:20px}.form-panel h2{font-size:29px;margin-bottom:12px}.form-panel>p{color:var(--muted);font-size:15px;margin-bottom:25px}.provider-buttons{display:grid;gap:13px}.provider-mark{font-weight:800;font-size:19px}.demo-note{font-size:13px;color:var(--muted);background:var(--wash);padding:13px 16px;border-radius:9px;margin-top:20px;line-height:1.6}.form-panel .text-link{font-size:14px;display:block;margin:22px auto 0}.drop-zone{border:1.5px dashed #aeb9cb;border-radius:20px;background:white;min-height:270px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px;transition:border-color .15s,background .15s}.drop-zone.dragging{background:#eaf0ff;border-color:var(--blue)}.upload-icon{color:var(--blue);width:58px;height:58px;background:#edf0fd;border-radius:16px;display:grid;place-items:center;margin-bottom:19px}.upload-icon .icon{width:28px;height:28px}.drop-zone strong{font-size:18px}.drop-zone p{font-size:14px;color:var(--muted);margin:8px 0 17px}.hidden-input{position:absolute;width:1px;height:1px;opacity:0}.sample-heading{font-size:15px;margin:26px 0 13px;font-weight:700}.sample-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sample-button{padding:0 0 12px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white;text-align:left;color:var(--ink)}.sample-button img{width:100%;aspect-ratio:1.7;object-fit:contain;background:var(--stage);display:block;margin-bottom:10px}.sample-button span{padding:0 11px;font-size:13px;font-weight:700}.sample-button:hover,.sample-button[aria-pressed=true]{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.side-note{padding:26px 0 26px 30px;border-left:1px solid var(--line)}.side-note h3{font-size:26px;margin-bottom:16px}.side-note p{color:var(--muted);font-size:15px}.benefits{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:15px;font-size:14px}.benefits li{display:flex;gap:10px;align-items:flex-start}.benefits .icon{color:var(--blue);width:18px;height:18px;margin-top:2px}.mini-price{border-top:1px solid var(--line);padding-top:21px;margin-top:23px;font-size:15px}.mini-price strong{font-size:28px;letter-spacing:-1px;margin-right:7px;color:var(--ink)}.upload-feedback{margin-top:18px}.notice{border-radius:10px;background:#edf1ff;color:#233875;padding:16px 18px;font-size:14px}.notice strong{display:block;margin-bottom:4px}.notice.error{background:#fff0ed;color:#8d2c20}.notice.success{background:#e9f3f0;color:#245d4d}.notice p{margin-top:5px}.notice .text-link{font-size:14px;color:inherit}.selected-file{display:flex;gap:14px;align-items:center;padding:15px;border:1px solid var(--line);background:white;border-radius:10px;margin-bottom:12px}.selected-file strong{overflow-wrap:anywhere;font-size:14px}.selected-file small{display:block;font-size:13px;color:var(--muted)}.processing-panel{max-width:730px;margin:15px auto;text-align:center}.processing-panel .stage{aspect-ratio:2;max-width:530px;margin:28px auto 0}.progress-track{height:5px;border-radius:5px;background:#dce2f3;overflow:hidden;max-width:450px;margin:28px auto 16px}.progress-fill{height:100%;width:15%;background:var(--blue);transition:width .6s}.process-status{color:var(--muted);font-size:15px;min-height:25px}.processing-panel .button{margin-top:25px}.preview-workspace{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:32px;align-items:start}.preview-formats{display:grid;grid-template-columns:minmax(0,1fr) 24%;align-items:center;gap:20px}.format-label{font-size:14px;font-weight:700;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.format-label span{font-size:12px;font-weight:500;color:var(--muted)}.preview-formats .portrait{aspect-ratio:856/1852;border-radius:15px}.preview-formats .landscape{border-radius:15px}.watermark{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;color:#fff9;font-family:var(--display);font-size:clamp(15px,2.5vw,28px);font-weight:500;text-shadow:0 1px 4px #0004}.portrait .watermark{font-size:14px;white-space:nowrap;transform:rotate(-90deg)}.preview-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:22px;font-size:13px;color:var(--muted)}.preview-toolbar .button{min-height:40px;padding:8px 15px;font-size:13px}.order-card{background:white;border:1px solid var(--line);border-radius:20px;padding:28px}.order-card h2{font-size:26px;margin-bottom:10px}.order-card .price-line{display:flex;align-items:baseline;gap:10px;margin:19px 0 6px}.order-card .price-line strong{font-family:var(--display);font-weight:500;font-size:54px;line-height:1.1;letter-spacing:-2px}.order-card .price-line span{font-size:14px;color:var(--muted)}.order-card .benefits{margin:22px 0 28px;gap:12px}.order-card .button{padding-left:12px;padding-right:12px}.fine-print{font-size:13px;line-height:1.6;color:var(--muted);margin-top:13px}.model-caption{font-size:14px;color:var(--muted);margin-top:18px}.model-caption strong{color:var(--ink)}.flow-footer{margin-top:50px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:13px;color:var(--muted)}.flow-footer .text-link{font-size:13px}.review-launch{border:1px solid var(--line);border-radius:8px;background:white;padding:8px 13px;font-size:13px;color:var(--muted)}.checkout-layout{max-width:960px;margin:10px auto;display:grid;grid-template-columns:1fr 1.06fr;gap:65px;align-items:start}.checkout-summary .stage{margin:25px 0 20px;aspect-ratio:1.85}.line-item{display:flex;justify-content:space-between;gap:20px;font-size:14px;padding:12px 0;color:var(--muted)}.line-item strong{color:var(--ink);font-weight:600}.line-item.total{border-top:1px solid var(--line);margin-top:12px;padding-top:20px;font-size:20px;color:var(--ink)}.card-illustration{display:flex;gap:15px;align-items:center;padding:17px;border:1px solid var(--line);border-radius:10px;margin:22px 0;font-size:14px}.card-illustration small{display:block;color:var(--muted);font-size:13px}.card-symbol{height:30px;width:44px;background:var(--wash);border:1px solid var(--line);border-radius:5px;display:grid;place-items:center}.payment-feedback{margin-bottom:18px}.checkout-lock{display:flex;gap:7px;justify-content:center;align-items:center;color:var(--muted);font-size:13px;margin-top:17px}.checkout-lock .icon{width:15px;height:15px}.download-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:35px}.success-icon{height:56px;width:56px;flex:none;display:grid;place-items:center;background:#e4efea;color:#2c6a56;border-radius:50%}.success-icon .icon{height:28px;width:28px}.download-header p{color:var(--muted);margin-top:12px}.download-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.download-card{background:white;border:1px solid var(--line);border-radius:17px;padding:20px}.download-card .stage{height:225px;border-radius:11px}.download-card h3{font-size:22px;margin-top:20px}.download-card p{color:var(--muted);font-size:14px;margin:9px 0 19px}.download-meta{display:flex;justify-content:space-between;align-items:center;gap:18px}.download-meta .button{min-height:45px;padding:10px 15px}.download-meta span{font-size:13px;color:var(--muted)}.download-all{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:27px 0 0;padding:23px 0;border-bottom:1px solid var(--line)}.download-all strong{display:block}.download-all span{font-size:14px;color:var(--muted)}.download-next{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:28px}.download-next p{font-size:14px;color:var(--muted);max-width:370px}.review-dialog{width:min(660px,calc(100% - 32px));border:1px solid var(--line);border-radius:22px;padding:30px;background:var(--paper);color:var(--ink);max-height:85vh;overflow:auto;box-shadow:0 30px 100px #111c3b40}.review-dialog::backdrop{background:#101a3655;backdrop-filter:blur(5px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}.dialog-heading h2{font-size:29px}.review-dialog>p{font-size:14px;color:var(--muted);margin-bottom:24px}.review-dialog h3{font-family:var(--font);font-size:14px;font-weight:700;letter-spacing:0;margin:22px 0 12px}.scenario-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.scenario-grid button{min-height:46px;padding:11px 12px;text-align:left;font-size:13px;border:1px solid var(--line);background:white;border-radius:8px;color:var(--ink)}.scenario-grid button:hover{border-color:var(--blue);background:#f1f4ff}.scenario-grid button.danger{color:#8d2c20}.status-dot{width:8px;height:8px;border-radius:50%;background:#2c6a56;display:inline-block;margin-right:6px}.flow-error{max-width:600px;text-align:center;margin:60px auto}.flow-error h1{font-size:43px;line-height:1.15}.flow-error p{color:var(--muted);margin:20px auto;max-width:460px}.flow-error .actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.error-icon{font-size:28px;color:#8d2c20;background:#fff0ed;border-radius:50%;width:62px;height:62px;display:grid;place-items:center;margin:0 auto 25px}.media-error{color:white;text-align:center;position:absolute;inset:0;background:#080a0a;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;font-size:14px}.media-error button{margin-top:14px}.flow-message{margin-bottom:20px}.file-examples-note{font-size:13px;color:var(--muted);margin-top:13px}
@media(min-width:1600px){.hero{gap:90px;min-height:620px}.showcase .landscape{margin-top:30px}}@media(max-width:1050px){.shell{padding:0 36px}.nav-links{gap:22px}.hero{gap:30px}.hero-copy p{font-size:16px}.hero-actions{gap:15px;flex-wrap:wrap}.hero h1{font-size:68px}.split-section{gap:55px}.price-section{padding:40px;gap:35px}.price-section h2{font-size:40px}.price-box{column-gap:20px}.big-price{font-size:75px}.preview-workspace{grid-template-columns:1fr}.order-card{display:grid;grid-template-columns:1fr 1fr;column-gap:35px;align-items:start}.order-card .benefits{grid-row:1/4;grid-column:2;margin-top:6px}.order-card .button{grid-column:1}.order-card .fine-print{grid-column:1/-1}.auth-layout{gap:35px}.checkout-layout{gap:35px}}@media(max-width:760px){.shell{padding:0 22px}.concept-bar{font-size:12px;padding:7px 10px}.concept-bar span{margin-left:5px}.site-header{height:82px;gap:14px}.wordmark{font-size:27px}.nav-links,.price-mini{display:none}.header-actions{gap:0}.button.small{padding:10px 14px}.hero{grid-template-columns:1fr;gap:29px;padding:27px 0 30px}.hero-copy{padding:0}.hero h1{font-size:clamp(3.5rem,12vw,5rem);max-width:560px}.hero-copy p{font-size:16px;max-width:500px;margin-top:18px}.hero-actions{margin-top:24px;gap:20px}.hero-note{font-size:13px;margin-top:13px}.showcase{padding:0 0 8px;margin-top:16px}.showcase .landscape{margin-top:30px;width:88%}.portrait-card{width:24%;padding:4px;border-radius:17px}.portrait-card .stage{border-radius:13px}.showcase-caption{padding-top:19px;font-size:13px}.proof-bar{grid-template-columns:1fr;gap:15px;padding:23px 0;margin-top:20px}.proof-item{font-size:14px}.section{padding:60px 0}.section-header{display:block;margin-bottom:28px}.section-header h2{max-width:380px}.section-header p{margin-top:17px;max-width:450px}.gallery{grid-template-columns:1fr;gap:27px}.gallery-media{aspect-ratio:1.6;margin-bottom:12px}.split-section{grid-template-columns:1fr;gap:32px}.process-title p{margin-top:18px}.steps li{gap:15px}.price-section{padding:32px 25px;grid-template-columns:1fr;gap:32px;border-radius:19px}.price-section h2{font-size:39px}.price-box{grid-template-columns:auto 1fr}.big-price{font-size:84px}.footer{align-items:flex-start;flex-wrap:wrap;font-size:12px}.footer-links{gap:17px;flex-wrap:wrap}.flow-shell{padding:0 20px 55px}.flow-header{height:82px}.crumbs{gap:12px;font-size:12px;padding:10px 0 28px;flex-wrap:wrap}.crumbs li{gap:5px}.crumbs b{width:19px;height:19px}.flow-title{font-size:39px;margin-bottom:15px}.flow-subtitle{font-size:15px;margin-bottom:26px}.flow-grid{grid-template-columns:1fr;gap:24px}.side-note{border-left:0;border-top:1px solid var(--line);padding:26px 0}.auth-layout{grid-template-columns:1fr;gap:28px;margin:22px 0}.auth-art .stage{display:none}.auth-art p{font-size:15px;margin-top:16px}.form-panel{padding:26px 23px}.form-panel h2{font-size:28px}.preview-formats{grid-template-columns:1fr;gap:20px}.format-label{font-size:14px}.format-label span{font-size:12px}.portrait-format{max-width:180px;justify-self:center;width:100%}.preview-formats .portrait{max-height:365px}.preview-formats .landscape{min-height:0}.preview-toolbar{flex-wrap:wrap;margin-top:18px}.order-card{display:block;padding:25px}.order-card .benefits{margin:20px 0}.order-card .price-line strong{font-size:48px}.checkout-layout{grid-template-columns:1fr;gap:27px}.checkout-summary .stage{display:none}.checkout-summary .line-item{padding:8px 0}.checkout-summary .line-item.total{margin-top:8px;padding-top:16px}.checkout-summary .flow-title{font-size:35px}.download-grid{grid-template-columns:1fr}.download-header{gap:13px}.success-icon{width:42px;height:42px}.download-header .flow-title{font-size:34px}.download-header p{font-size:14px}.download-card .stage{height:190px}.download-all{flex-direction:column;align-items:stretch;gap:15px}.download-next{flex-direction:column;align-items:stretch}.flow-footer{align-items:flex-start;flex-wrap:wrap;margin-top:35px}.review-dialog{padding:24px 20px}.scenario-grid{grid-template-columns:1fr 1fr}.drop-zone{min-height:250px;padding:25px 16px}.drop-zone strong{font-size:17px}.sample-grid{gap:8px}.sample-button span{font-size:12px;padding:0 8px}.flow-error{margin:25px auto}.flow-error h1{font-size:34px}.processing-panel .flow-title{font-size:35px}.mobile-only{display:block}.desktop-only{display:none}}@media(max-width:359px){.concept-bar span{display:block;margin:0}.hero h1{font-size:52px}.hero-actions{align-items:stretch;flex-direction:column;gap:14px}.hero-actions .text-link{text-align:center}.flow-header .wordmark{font-size:23px}.flow-header .button{font-size:12px;padding:9px}.crumbs{gap:9px;font-size:11px}.sample-grid{grid-template-columns:1fr}.sample-button{display:flex;align-items:center;padding:0}.sample-button img{width:90px;margin:0}.scenario-grid{grid-template-columns:1fr}.download-meta{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.mobile-format-switch{display:none}.portrait .watermark{transform:none;font-size:13px}@media(max-width:760px){.mobile-format-switch{display:flex;background:#e7ebf3;padding:4px;border-radius:10px;gap:4px;margin-bottom:18px}.mobile-format-switch button{flex:1;border-radius:7px;background:transparent;color:var(--muted);min-height:42px;font-size:14px;font-weight:700}.mobile-format-switch button[aria-pressed=true]{background:white;color:var(--ink);box-shadow:0 1px 4px #12253c12}.preview-formats .inactive-mobile{display:none}.preview-formats .portrait-format{margin:0 auto}.preview-workspace .fine-print{font-size:12px}.preview-workspace .model-caption{margin-top:12px}.preview-workspace{gap:24px}.order-card .benefits{gap:10px}.order-card .price-line{margin-top:12px}}
/* Keep the whole landscape render visible beside the portrait frame. */
.showcase .landscape{width:76%}.portrait-card{width:23%}@media(max-width:760px){.showcase .landscape{width:76%}.portrait-card{width:24%}}
