:root{font-family:ui-rounded,SF Pro Rounded,PingFang TC,Noto Sans TC,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#18201d;background:#eef1ef;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #18201d;--muted: #66706c;--paper: #f8faf8;--line: #d7ddda;--camera: #101211;--accent: #ec5a3f;--accent-dark: #ce422c}*{box-sizing:border-box}html{min-height:100%;background:var(--camera)}body{min-width:320px;min-height:100%;margin:0;overscroll-behavior:none}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible{outline:3px solid #5f9dff;outline-offset:3px}button:disabled{cursor:not-allowed}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.upload-screen{min-height:100vh;min-height:100dvh;padding:calc(22px + env(safe-area-inset-top)) 20px calc(18px + env(safe-area-inset-bottom));display:grid;grid-template-rows:auto 1fr auto;gap:24px;background:linear-gradient(145deg,rgba(255,255,255,.78),transparent 48%),#eef1ef}.brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:750;letter-spacing:.05em}.brand__mark{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:var(--ink);border-radius:13px 13px 13px 5px}.upload-card{width:min(100%,480px);margin:auto;display:flex;flex-direction:column;gap:18px}.upload-card__copy{margin-bottom:4px}.eyebrow{margin:0 0 9px;color:var(--accent-dark);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,p{text-wrap:pretty}.upload-card h1,.result-header h1{margin:0;max-width:12em;font-size:clamp(30px,9vw,42px);line-height:1.08;letter-spacing:-.045em}.lede{margin:14px 0 0;color:var(--muted);font-size:17px;line-height:1.6}.photo-picker{width:100%;min-height:194px;padding:0;overflow:hidden;color:var(--ink);background:#ffffffb3;border:1.5px dashed #aeb8b3;border-radius:24px;cursor:pointer}.photo-picker:active{transform:scale(.99)}.photo-picker__empty{min-height:194px;display:grid;place-items:center;align-content:center;gap:10px}.photo-picker__empty svg{color:var(--accent)}.photo-picker__empty strong{font-size:17px}.photo-picker__empty small{color:var(--muted);font-size:13px}.photo-picker--filled{position:relative;height:min(44vh,390px);border-style:solid;border-color:#c6ceca;background:#dfe4e1}.photo-picker--filled img{width:100%;height:100%;display:block;object-fit:contain}.photo-picker__replace{position:absolute;right:12px;bottom:12px;padding:10px 13px;display:flex;align-items:center;gap:7px;color:#fff;font-size:13px;font-weight:700;background:#101211cc;border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.form-error{margin:-8px 2px 0;color:#b52d20;font-size:14px}.primary-button,.secondary-button,.light-button{min-height:54px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:17px;font-weight:760;cursor:pointer}.primary-button{color:#fff;background:var(--ink);box-shadow:0 12px 30px #18201d29}.primary-button:active,.light-button:active,.secondary-button:active{transform:translateY(1px)}.primary-button:disabled{color:#8c9490;background:#d9dddb;box-shadow:none}.secondary-button{color:var(--ink);background:transparent;border:1px solid #cbd2ce}.privacy-note{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);font-size:12px;line-height:1.4;text-align:center}.privacy-note a{color:inherit;font-weight:700;text-underline-offset:3px}.camera-screen{height:100vh;height:100dvh;min-height:520px;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;color:#fff;background:var(--camera)}.camera-stage{position:relative;min-height:0;overflow:hidden;background:#090a0a;touch-action:none}.camera-video,.reference-overlay{position:absolute;inset:0;width:100%;height:100%;display:block}.camera-video{object-fit:cover}.reference-overlay{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.camera-back{position:absolute;z-index:5;top:calc(10px + env(safe-area-inset-top));left:12px;width:44px;height:44px;padding:0;display:grid;place-items:center;color:#fff;background:#080a098a;border:1px solid rgba(255,255,255,.16);border-radius:50%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.camera-dialog{position:absolute;z-index:4;inset:0;padding:70px 34px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 36%,#313936 0,#171b19 32%,#0d0f0e 72%)}.camera-dialog__lens{width:74px;height:74px;margin-bottom:24px;display:block;border:2px solid rgba(255,255,255,.68);border-radius:50%;box-shadow:inset 0 0 0 12px #ffffff0d,inset 0 0 0 25px #ffffff14}.camera-dialog h1{margin:0;font-size:27px;letter-spacing:-.035em}.camera-dialog p{max-width:330px;margin:13px 0 25px;color:#c7ceca;font-size:15px;line-height:1.65}.camera-dialog small{margin-top:12px;color:#8c9590;font-size:12px}.light-button{min-width:190px;color:#151917;background:#fff}.camera-loading{position:absolute;z-index:4;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;color:#dfe4e1;background:#0d0f0e}.spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.camera-controls{position:relative;z-index:6;padding:15px 20px calc(14px + env(safe-area-inset-bottom));background:#101211;border-top:1px solid rgba(255,255,255,.08)}.opacity-control{min-height:34px;display:grid;grid-template-columns:58px 1fr 42px;align-items:center;gap:9px;color:#c8cecb;font-size:12px;font-weight:680}.opacity-control output{text-align:right;font-variant-numeric:tabular-nums}.opacity-control input{width:100%;height:28px;margin:0;accent-color:#fff}.shutter-row{min-height:82px;display:grid;grid-template-columns:1fr 86px 1fr;align-items:center}.shutter-button{width:74px;height:74px;padding:5px;justify-self:center;background:transparent;border:3px solid #fff;border-radius:50%}.shutter-button span{width:100%;height:100%;display:block;background:var(--accent);border-radius:50%;transition:transform .1s ease}.shutter-button:active:not(:disabled) span{transform:scale(.9)}.shutter-button:disabled{opacity:.32}.shutter-hint{justify-self:end;color:#919a95;font-size:11px}.camera-error{margin:2px 0 0;color:#ffb3a7;font-size:12px;text-align:center}.landscape-blocker{display:none}.result-screen{min-height:100vh;min-height:100dvh;padding:calc(24px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:18px;background:var(--paper)}.result-header{width:min(100%,620px);margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.result-header h1{font-size:clamp(25px,7vw,36px)}.reference-chip{flex:0 0 64px;overflow:hidden;color:#fff;background:#1c211f;border-radius:13px;box-shadow:0 8px 20px #161c1926}.reference-chip img{width:64px;height:64px;display:block;object-fit:cover}.reference-chip span{padding:5px 0 6px;display:block;font-size:10px;text-align:center}.result-photo{position:relative;width:min(100%,620px);min-height:0;margin:0 auto;flex:1;overflow:hidden;background:#dfe4e1;border-radius:25px;box-shadow:0 16px 38px #1f2b251f}.result-photo img{width:100%;height:100%;min-height:300px;max-height:66dvh;display:block;object-fit:contain}.result-photo figcaption{position:absolute;left:12px;bottom:12px;padding:8px 11px;color:#fff;font-size:11px;background:#0c0f0db3;border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.result-actions{width:min(100%,620px);margin:0 auto;display:flex;flex-direction:column;gap:10px}.result-save-button{background:var(--accent);box-shadow:0 12px 30px #ce422c33}.save-hint{min-height:17px;margin:-2px 0 1px;color:var(--muted);font-size:11px;text-align:center}.result-actions__secondary{display:grid;grid-template-columns:1fr 1fr;gap:10px}.share-prompt-backdrop{position:fixed;z-index:50;inset:0;padding:20px;display:flex;align-items:flex-end;justify-content:center;background:#080b098a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.share-prompt{width:min(100%,430px);padding:24px 20px calc(20px + env(safe-area-inset-bottom));color:var(--ink);background:var(--paper);border-radius:26px;box-shadow:0 24px 70px #080b0947;text-align:center}.share-prompt__success{width:52px;height:52px;margin:0 auto 14px;display:grid;place-items:center;color:#24764f;background:#e4f2e9;border-radius:50%}.share-prompt h2{margin:0;font-size:24px;letter-spacing:-.03em}.share-prompt>p{margin:9px 0 21px;color:var(--muted);font-size:14px}.share-prompt .share-prompt__error{margin:-8px 0 16px;color:#b52d20;font-size:12px}.share-prompt__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(orientation:landscape)and (max-height:600px){.camera-stage .landscape-blocker{position:absolute;z-index:20;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff;background:#101211}.camera-controls{visibility:hidden}}@media(min-width:700px){.upload-screen,.result-screen{padding-left:36px;padding-right:36px}.camera-screen{max-width:520px;margin:0 auto;box-shadow:0 0 0 1px #ffffff14}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.marketing-site{--site-ink: #0b0d10;--site-copy: #4e5b69;--site-paper: #f4f7fb;--site-white: #ffffff;--site-line: #d7dfe8;--site-blue: #087fc8;min-height:100dvh;color:var(--site-ink);background:radial-gradient(circle at 82% 8%,rgba(8,127,200,.08),transparent 24rem),var(--site-paper);font-family:Avenir Next,Avenir,Segoe UI Variable Display,Segoe UI,sans-serif;overflow:clip}.marketing-site h1,.marketing-site h2,.marketing-site h3,.marketing-site p,.marketing-site figure{margin-top:0}.marketing-site h1,.marketing-site h2,.marketing-site h3{text-wrap:balance}.marketing-site a{color:inherit}.site-nav{width:min(100% - 48px,1240px);height:72px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.site-brand{width:max-content;display:inline-flex;align-items:center;gap:11px;color:var(--site-ink);font-size:20px;font-weight:760;letter-spacing:-.04em;text-decoration:none}.site-brand img{width:38px;height:38px;border-radius:11px;box-shadow:0 10px 25px #182b3a24}.site-nav__links{display:flex;align-items:center;gap:30px}.site-nav__links a{color:#44505d;font-size:14px;font-weight:620;text-decoration:none}.site-nav__links a:hover{color:var(--site-ink)}.site-nav__actions{justify-self:end;display:inline-flex;align-items:center;gap:10px}.site-language{padding:3px;display:inline-flex;align-items:center;gap:2px;border:1px solid var(--site-line);border-radius:999px;background:#ffffff8f}.site-language button{min-width:38px;min-height:32px;padding:0 9px;color:#5b6875;background:transparent;border:0;border-radius:999px;font-size:12px;font-weight:760;line-height:1;cursor:pointer}.site-language button:hover{color:var(--site-ink)}.site-language button.is-active{color:var(--site-ink);background:var(--site-white);box-shadow:0 2px 7px #2135471f}.site-nav__cta{min-height:42px;padding:0 17px;justify-self:end;display:inline-flex;align-items:center;gap:7px;color:#fff!important;background:var(--site-ink);border-radius:999px;font-size:14px;font-weight:720;text-decoration:none}.site-nav__cta:active,.site-button:active{transform:translateY(1px)}.site-nav a:focus-visible,.site-language button:focus-visible,.marketing-site main a:focus-visible,.site-footer a:focus-visible{outline:3px solid rgba(8,127,200,.55);outline-offset:4px}.site-hero{width:min(100% - 48px,1240px);min-height:calc(100dvh - 72px);margin:0 auto;padding:46px 0 82px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:52px}.site-hero__copy{position:relative;z-index:2;padding-bottom:12px}.site-eyebrow{margin-bottom:20px;color:var(--site-blue);font-size:13px;font-weight:790;letter-spacing:.16em;text-transform:uppercase}.site-hero h1{max-width:10.5ch;margin-bottom:25px;font-size:clamp(58px,6.2vw,88px);line-height:.95;letter-spacing:-.065em}.site-hero__lede{max-width:530px;margin-bottom:0;color:var(--site-copy);font-size:clamp(18px,1.55vw,22px);line-height:1.5}.site-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:11px}.site-button{min-height:52px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:999px;font-size:15px;font-weight:740;line-height:1;text-decoration:none;transition:transform .16s ease,background-color .16s ease,border-color .16s ease;white-space:nowrap}.site-button--primary{color:#fff!important;background:var(--site-ink);box-shadow:0 16px 32px #182b3a26}.site-button--primary:hover{background:#20262d}.site-button--secondary{color:#1e2934!important;background:#ffffff9e;border-color:#bcc8d4}.site-button--secondary:hover{background:#fff;border-color:#8e9dab}.hero-product{position:relative;min-height:660px}.device-frame{overflow:hidden;background:#121519;border:7px solid #171a1f;border-radius:38px;box-shadow:0 34px 70px #1b304133}.device-frame img{width:100%;height:100%;display:block;object-fit:cover}.hero-product__device{position:absolute;z-index:3;top:6px;right:96px;width:294px;height:637px;transform:rotate(2.4deg)}.hero-product__reference,.hero-product__result{position:absolute;display:block;object-fit:cover;border:6px solid #fff;border-radius:28px;box-shadow:0 28px 60px #1c32442e}.hero-product__reference{z-index:1;top:90px;left:0;width:292px;height:390px;transform:rotate(-6deg)}.hero-product__result{z-index:4;right:0;bottom:82px;width:225px;height:300px;transform:rotate(5deg)}.hero-product__caption{position:absolute;right:0;bottom:-28px;z-index:5;width:min(100%,420px);color:#566371;font-size:13px;line-height:1.5;text-align:right}.problem-statement{width:min(100% - 48px,1120px);margin:80px auto 0;padding:62px 0;display:grid;grid-template-columns:110px minmax(0,1fr);align-items:start;gap:24px;border-top:1px solid var(--site-line);border-bottom:1px solid var(--site-line)}.problem-statement__icon{width:66px;height:66px;display:grid;place-items:center;color:var(--site-blue);background:#e1edf6;border-radius:20px}.problem-statement h2{max-width:790px;margin-bottom:17px;font-size:clamp(45px,5.5vw,72px);line-height:.98;letter-spacing:-.055em}.problem-statement p{max-width:650px;margin-bottom:0;color:var(--site-copy);font-size:19px;line-height:1.55}.product-flow,.result-proof,.build-story,.site-final{width:min(100% - 48px,1120px);margin:0 auto}.product-flow{padding:152px 0 120px}.section-heading{max-width:720px}.section-heading h2,.result-proof__copy h2,.build-story h2,.site-final h2,.privacy-section h2{margin-bottom:22px;font-size:clamp(42px,5vw,66px);line-height:1;letter-spacing:-.055em}.section-heading>p:last-child,.result-proof__copy>p,.build-story__copy>p:last-child,.site-final>p,.privacy-section p{max-width:660px;margin-bottom:0;color:var(--site-copy);font-size:18px;line-height:1.55}.product-flow__screens{min-height:790px;margin-top:76px;display:grid;grid-template-columns:.88fr 1.1fr .88fr;align-items:start;gap:34px}.screen-story{margin-bottom:0}.screen-story--2{padding-top:78px}.screen-story--3{padding-top:26px}.screen-story .device-frame{width:100%;aspect-ratio:.462}.screen-story figcaption{padding:22px 3px 0}.screen-story figcaption strong,.screen-story figcaption span{display:block}.screen-story figcaption strong{margin-bottom:7px;font-size:19px;letter-spacing:-.025em}.screen-story figcaption span{color:var(--site-copy);font-size:14px;line-height:1.5}.result-proof{padding:118px 0 154px;display:grid;grid-template-columns:minmax(430px,.92fr) minmax(0,1.08fr);align-items:center;gap:98px}.result-proof__visual{position:relative;min-height:690px}.result-proof__photo,.result-proof__compare{position:absolute;width:270px;height:586px}.result-proof__photo{top:28px;left:0;transform:rotate(-3deg)}.result-proof__compare{z-index:2;right:0;bottom:20px;transform:rotate(3deg)}.result-proof__copy h2{max-width:620px}.feature-rows{margin-top:43px}.feature-row{padding:23px 0;display:grid;grid-template-columns:42px 1fr;gap:8px;border-bottom:1px solid var(--site-line)}.feature-row:first-child{border-top:1px solid var(--site-line)}.feature-row>svg{margin-top:2px;color:var(--site-blue)}.feature-row h3{margin-bottom:6px;font-size:17px;letter-spacing:-.02em}.feature-row p{margin-bottom:0;color:var(--site-copy);font-size:14px;line-height:1.55}.result-proof__pricing{margin-top:34px;padding:20px 22px;background:var(--site-white);border:1px solid var(--site-line);border-radius:16px}.result-proof__pricing .site-eyebrow{margin-bottom:7px;color:var(--site-blue)}.result-proof__pricing p:last-child{margin-bottom:0;color:var(--site-copy);font-size:14px;line-height:1.55}.privacy-section{width:min(100% - 48px,1120px);margin:0 auto 150px;padding:52px 56px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:26px;background:#e5f0f8;border:1px solid #caddea;border-radius:28px}.privacy-section>svg{color:var(--site-blue)}.privacy-section h2{margin-bottom:9px;font-size:clamp(30px,3vw,43px)}.privacy-section p{max-width:590px;font-size:15px}.privacy-section>a{display:inline-flex;align-items:center;gap:7px;color:#174d6d;font-size:14px;font-weight:760;text-decoration-thickness:1px;text-underline-offset:4px;white-space:nowrap}.build-story{padding:20px 0 150px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);align-items:start;gap:94px}.build-story h2{font-size:clamp(42px,4.5vw,60px)}.build-story__record{padding:18px 0 0}.build-story__record p{margin-bottom:0;padding:24px 0;display:grid;grid-template-columns:88px 1fr;gap:18px;color:var(--site-copy);font-size:15px;line-height:1.55;border-bottom:1px solid var(--site-line)}.build-story__record p:first-child{border-top:1px solid var(--site-line)}.build-story__record span{color:var(--site-ink);font-size:13px;font-weight:790;text-transform:uppercase;letter-spacing:.08em}.site-final{padding:100px 30px 120px;text-align:center}.site-final>svg{margin-bottom:30px;color:var(--site-blue)}.site-final h2{max-width:760px;margin-right:auto;margin-left:auto}.site-final>p{margin-right:auto;margin-left:auto}.site-final .site-actions{justify-content:center}.site-footer{width:min(100% - 48px,1240px);min-height:112px;margin:0 auto;padding:28px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;border-top:1px solid var(--site-line)}.site-footer>p{margin-bottom:0;color:#606d79;font-size:13px}.site-footer nav{justify-self:end;display:flex;gap:22px}.site-footer nav a{color:#4e5a66;font-size:13px;font-weight:640;text-decoration:none}@media(prefers-reduced-motion:no-preference){.site-hero__copy{animation:site-rise .65s cubic-bezier(.22,1,.36,1) both}.hero-product__reference{animation:site-reference-in .72s 80ms cubic-bezier(.22,1,.36,1) both}.hero-product__device{animation:site-phone-in .76s .15s cubic-bezier(.22,1,.36,1) both}.hero-product__result{animation:site-result-in .7s .24s cubic-bezier(.22,1,.36,1) both}}@keyframes site-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes site-reference-in{0%{opacity:0;transform:translate3d(28px,14px,0) rotate(-3deg)}to{opacity:1;transform:translateZ(0) rotate(-6deg)}}@keyframes site-phone-in{0%{opacity:0;transform:translate3d(0,28px,0) rotate(0)}to{opacity:1;transform:translateZ(0) rotate(2.4deg)}}@keyframes site-result-in{0%{opacity:0;transform:translate3d(-22px,16px,0) rotate(2deg)}to{opacity:1;transform:translateZ(0) rotate(5deg)}}@media(max-width:980px){.site-nav{grid-template-columns:1fr auto}.site-nav__links{display:none}.site-hero{grid-template-columns:1fr;gap:34px}.site-hero__copy{max-width:690px;padding-top:35px}.site-hero h1{max-width:11ch}.hero-product{width:min(100%,690px);margin:0 auto}.result-proof{grid-template-columns:1fr;gap:54px}.result-proof__visual{width:min(100%,570px);margin:0 auto}.result-proof__copy{max-width:700px}.privacy-section{grid-template-columns:54px 1fr}.privacy-section>a{grid-column:2}.build-story{grid-template-columns:1fr;gap:42px}.build-story__copy{max-width:700px}}@media(max-width:720px){.site-nav,.site-hero,.problem-statement,.product-flow,.result-proof,.privacy-section,.build-story,.site-final,.site-footer{width:min(100% - 32px,1120px)}.site-nav{height:64px}.site-nav__cta{min-height:40px;padding:0 14px}.site-nav__actions{gap:7px}.site-language{padding:2px}.site-language button{min-width:34px;min-height:30px;padding:0 7px;font-size:11px}.site-hero{min-height:auto;padding:58px 0 74px}.site-hero__copy{padding-top:0}.site-eyebrow{margin-bottom:16px;font-size:11px}.site-hero h1{font-size:clamp(49px,14.5vw,70px)}.site-hero__lede{font-size:17px}.site-actions{align-items:stretch}.site-button{flex:1 1 150px}.hero-product{min-height:530px}.hero-product__device{right:9%;width:224px;height:486px}.hero-product__reference{top:76px;left:0;width:205px;height:274px}.hero-product__result{right:0;bottom:61px;width:150px;height:200px}.hero-product__caption{right:0;bottom:0;width:min(78%,330px);font-size:11px}.problem-statement{margin-top:35px;padding:48px 0;grid-template-columns:1fr;gap:24px}.problem-statement h2{font-size:47px}.problem-statement p{font-size:17px}.product-flow{padding:104px 0 80px}.section-heading h2,.result-proof__copy h2,.build-story h2,.site-final h2{font-size:43px}.product-flow__screens{min-height:0;margin-top:54px;display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-flow__screens::-webkit-scrollbar{display:none}.screen-story,.screen-story--2,.screen-story--3{flex:0 0 min(78vw,315px);padding-top:0;scroll-snap-align:start}.result-proof{padding:88px 0 106px}.result-proof__visual{min-height:570px}.result-proof__photo,.result-proof__compare{width:218px;height:473px}.privacy-section{margin-bottom:104px;padding:34px 27px;grid-template-columns:1fr;gap:20px}.privacy-section>a{grid-column:1}.build-story{padding-bottom:104px}.build-story__record p{grid-template-columns:70px 1fr;gap:13px}.site-final{padding:64px 0 96px}.site-footer{padding:28px 0 40px;grid-template-columns:1fr auto}.site-footer>p{display:none}.site-footer nav{gap:14px}}@media(max-width:430px){.site-brand img{width:34px;height:34px}.site-nav__cta svg{display:none}.hero-product{min-height:490px}.hero-product__device{width:205px;height:445px}.hero-product__reference{width:178px;height:238px}.hero-product__result{width:132px;height:176px}.result-proof__visual{min-height:510px}.result-proof__photo,.result-proof__compare{width:192px;height:417px}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-self:start}}
