:root{--bg:#fff;--fg:#1c1c1e;--heading:#4a4d52;--muted:#6b7280;--brand-teal:#488f8d;--accent:var(--brand-teal);--accent-strong:var(--brand-teal);--accent-soft:#488f8d1c;--accent-blue:#5a82ae;--accent-coral:#cf7454;--accent-gold:#d9a23a;--accent-lilac:#7d6aa2;--wm-grey:#ccd4ce;--brand-calm-1:var(--brand-teal);--brand-calm-2:var(--brand-teal);--brand-fin-1:#e89a38;--brand-fin-2:#fabe60;--border:#e5e7eb;--surface:#fff;--surface-hover:#0000000d;--home-bg:#fbfdf9;--home-paper:#fff;--home-mint:#f0f7f2;--home-warm:#fff5ef;--home-blue:#f1f6fb;--home-lilac:#f6f3fb;--home-ink:#101214;--home-heading-soft:#101214bd;--toolbar-bg:#ffffffeb;--toolbar-shadow:0 18px 42px #10182814;--toolbar-height:72px;--content-width:1000px;--content-padding-inline:1.25rem;--footer-control-height:2rem;color:var(--fg);background-color:var(--bg);scroll-padding-top:calc(var(--toolbar-height) + 1rem);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}*{box-sizing:border-box}.visually-hidden{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html,body,#root{height:100%}body{margin:0}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.button{text-align:center;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:2.75rem;padding:.65rem 1rem;font-weight:600;line-height:1.2;transition:background-color .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex}.button:hover{text-decoration:none}.button:focus-visible{outline:none;box-shadow:0 0 0 4px #488f8d2e}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong)}.button-secondary{background:var(--surface);color:var(--accent-strong);border-color:#488f8d59}.button-secondary:hover{background:var(--accent-soft);border-color:#488f8d94}.skip-link{z-index:100;background:var(--fg);color:var(--bg);border-radius:0 0 8px;padding:.5rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{text-decoration:none;left:0}.toolbar{z-index:10;padding:.7rem var(--content-padding-inline);pointer-events:none;justify-content:center;transition:padding .2s;display:flex;position:fixed;top:0;left:0;right:0}.toolbar.is-scrolled{padding-top:.45rem}.toolbar-inner{pointer-events:auto;border:1px solid var(--brand-teal);background:var(--toolbar-bg);-webkit-backdrop-filter:saturate(180%)blur(16px);border-radius:9999px;align-items:center;gap:.45rem;max-width:100%;min-height:3rem;padding:.34rem .4rem .34rem .7rem;transition:border-color .22s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px #10182814}.toolbar.is-scrolled .toolbar-inner{border-color:#0000;box-shadow:0 12px 30px #10182824}.brand{min-width:max-content;color:var(--fg);align-items:center;gap:.5rem;padding-right:.8rem;display:inline-flex}.brand:hover{text-decoration:none}.brand-logo{object-fit:contain;width:1.85rem;height:1.85rem}.brand-name{font-size:1.02rem;font-weight:500;line-height:1}.toolbar-sep{background:0 0;border-radius:1px;flex:none;width:1px;height:1.45rem;margin:0 .8rem 0 .1rem}.nav{align-items:center;gap:.1rem;display:flex}.nav-link{color:var(--muted);border-radius:9999px;padding:7px 13px;font-size:14px;font-weight:500;line-height:18px;transition:background-color .16s,color .16s}.nav-link:hover{color:var(--fg);background:var(--surface-hover);text-decoration:none}.nav-link.active{color:var(--brand-teal);background:#488f8d1c}.toolbar-cta{color:#fff;white-space:nowrap;will-change:transform;backface-visibility:hidden;background:#18241f;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.42rem;margin-left:.25rem;padding:.5rem 1.05rem .5rem .95rem;font-size:14px;font-weight:600;line-height:1.2;transition:background-color .16s,transform .16s,box-shadow .16s;display:inline-flex}.toolbar-cta-icon{flex:none;width:12px;height:14px}.toolbar-cta:hover{background:#243530;text-decoration:none;transform:translateY(-1px)}.toolbar-cta:focus-visible{outline:none;box-shadow:0 0 0 4px #488f8d4d}.lang-switch{align-items:center;display:inline-flex;position:relative}.lang-switch:after{content:"";border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);pointer-events:none;width:.45rem;height:.45rem;position:absolute;right:.85rem;transform:translateY(-15%)rotate(45deg)}.lang-select{width:9.25rem;height:var(--footer-control-height);min-height:var(--footer-control-height);appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--fg);cursor:pointer;font:inherit;border-radius:8px;padding:0 2.2rem 0 .8rem;font-size:15px;font-weight:600;line-height:18px;transition:border-color .16s,box-shadow .16s;box-shadow:0 8px 18px #1018280f}.lang-select:hover{border-color:#488f8d73}.lang-select:focus-visible{border-color:var(--brand-teal);outline:none;box-shadow:0 0 0 4px #488f8d29,0 8px 18px #1018280f}.content{width:100%;max-width:760px;padding:calc(var(--toolbar-height) + clamp(.5rem, 2vw, 1.25rem)) 1.25rem 4rem;flex:1 0 auto;margin:0 auto}.content-wide{max-width:none;padding:0}.home{background:var(--home-bg);color:var(--home-ink);overflow:hidden}.home h1,.home h2,.home p{margin:0}.home>section:not(:last-of-type){border-bottom:1px solid #69959414}.home-hero{background:var(--home-bg);padding:calc(var(--toolbar-height) + clamp(.75rem, 2vw, 1.5rem)) 0 clamp(1.75rem, 3vw, 2.5rem)}.home-hero-inner{width:min(100%, var(--content-width));min-height:clamp(400px, calc(100svh - var(--toolbar-height) - 185px), 530px);padding-inline:var(--content-padding-inline);grid-template-columns:minmax(0,.96fr) minmax(18rem,.78fr);align-items:center;gap:clamp(1.75rem,5vw,4.5rem);margin:0 auto;display:grid}.hero-copy{z-index:2;max-width:35rem;position:relative}.hero-eyebrow,.section-eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-weight:600;line-height:1.2}.hero-eyebrow,.feature-intro .section-eyebrow,.security-inner .section-eyebrow{color:var(--muted)}.hero-title{color:var(--home-ink);margin:0}.hero-lockup{letter-spacing:0;align-items:center;gap:.42em;margin-top:.7rem;font-size:clamp(2.4rem,5.1vw,4.05rem);font-weight:780;line-height:.92;display:inline-flex}.wordmark{line-height:inherit;transform-origin:0;display:inline-grid}.wordmark-base,.wordmark-color{white-space:nowrap;grid-area:1/1}.wordmark-base{color:var(--wm-grey)}.wordmark-color{clip-path:inset(0 100% 0 0);animation:1.7s cubic-bezier(.22,1,.36,1) .5s both wm-sweep}.wm-calm,.wm-finance{-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.wm-calm{-webkit-text-fill-color:var(--brand-teal);color:var(--brand-teal);background-image:none}.wm-finance{background-image:linear-gradient(96deg, var(--brand-fin-1), var(--brand-fin-2))}@keyframes wm-sweep{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}.hero-lede{color:#101214b8;max-width:33rem;margin-top:1.2rem;font-size:clamp(1.04rem,1.6vw,1.22rem);line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.6rem;display:flex}.app-store-badge{color:#fff;will-change:transform;backface-visibility:hidden;background:linear-gradient(168deg,#21302b 0%,#0b1310 100%);border-radius:24px;justify-content:center;align-items:center;gap:.66rem;width:10.5rem;min-height:3.3rem;padding:.6rem 1.2rem .6rem 1rem;transition:box-shadow .18s,transform .18s;display:inline-flex;box-shadow:inset 0 1px #ffffff21,0 12px 26px #1018282e}.app-store-badge:hover{text-decoration:none;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff2e,0 17px 34px #1018283d}.app-store-badge:focus-visible{outline:none;box-shadow:0 0 0 4px #488f8d52,0 12px 26px #1018282e}.app-store-icon{flex:none;width:1.5rem;height:1.75rem}.app-store-text{gap:.05rem;line-height:1.05;display:grid}.app-store-text span{letter-spacing:.01em;opacity:.82;font-size:.68rem;font-weight:500}.app-store-text strong{letter-spacing:.01em;font-size:1.2rem;font-weight:650}.hero-visual{justify-content:center;align-items:center;min-height:28rem;display:flex;position:relative}.hero-stage{isolation:isolate;justify-content:center;align-items:center;width:100%;animation:.7s cubic-bezier(.22,1,.36,1) .1s both stage-in;display:flex;position:relative}.hero-stage:before{content:"";z-index:-1;border-radius:30px;position:absolute;inset:3% -2%}@keyframes stage-in{0%{opacity:0;transform:translateY(.8rem)scale(.99)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.wordmark-color,.hero-stage{animation:none}.wordmark-color{clip-path:inset(0)}.phone-card,.scroll-shot{transition:none}}.product-shot{--shot-size:20rem;width:min(100%, var(--shot-size));aspect-ratio:946/1864;object-fit:contain;filter:drop-shadow(0 2rem 2.4rem #1018282e);border-radius:clamp(1.1rem,5vw,2.5rem);flex:none;height:auto;display:block;position:relative}.phone-stack{--phone-w:clamp(11.5rem, 17vw, 14.25rem);width:var(--phone-w);aspect-ratio:946/1864;margin-inline:auto;position:relative}.phone-card{cursor:pointer;-webkit-tap-highlight-color:transparent;transform-origin:bottom;will-change:transform;filter:drop-shadow(0 2rem 2.4rem #1018282e);background:0 0;border:0;width:100%;margin:0;padding:0;transition:transform .8s cubic-bezier(.33,1.2,.5,1),opacity .5s;position:absolute;inset:0}.phone-card .product-shot{filter:none;pointer-events:none;width:100%}.phone-card.is-front{z-index:2;transform:rotate(-3deg)scale(1)}.phone-card.is-back{z-index:1;opacity:.94;transform:translate(2.6rem)rotate(6.5deg)scale(.9)}.phone-card.is-back:hover{opacity:1}.phone-card:focus-visible{outline:3px solid var(--accent);outline-offset:7px;border-radius:10px}.feature-intro{background:var(--home-paper);padding:clamp(4rem,8vw,6.5rem) 0}.feature-intro-inner{width:min(100%, var(--content-width));padding-inline:var(--content-padding-inline);text-align:center;justify-items:center;margin:0 auto;display:grid}.feature-intro h2{max-width:50rem;color:var(--home-heading-soft);letter-spacing:0;margin-top:.85rem;font-size:clamp(1.8rem,3.4vw,3.1rem);font-weight:680;line-height:1.08}.feature-copy h2{max-width:35rem;color:var(--home-heading-soft);letter-spacing:0;margin-top:.85rem;font-size:clamp(2rem,3.7vw,3.2rem);font-weight:700;line-height:1.04}.feature-copy h2:first-child{margin-top:0}.feature-intro p:not(.section-eyebrow){color:#101214ad;max-width:42rem;margin-top:1rem;font-size:clamp(.98rem,1.35vw,1.1rem);line-height:1.65}.feature-copy>p{color:#101214b8;max-width:33rem;margin-top:1.2rem;font-size:clamp(1.04rem,1.6vw,1.22rem);line-height:1.55}.feature-section{background:var(--home-paper);padding:clamp(4.5rem,8vw,7.5rem) 0}.feature-paper{background:var(--home-paper)}.feature-mint{background:var(--home-mint)}.feature-warm{background:var(--home-warm)}.feature-blue{background:var(--home-blue)}.feature-lilac{background:var(--home-lilac)}.feature-inner{width:min(100%, var(--content-width));padding-inline:var(--content-padding-inline);grid-template-columns:minmax(0,.82fr) minmax(19rem,.98fr);align-items:center;gap:clamp(2.25rem,5.4vw,4.75rem);margin:0 auto;display:grid}.feature-reversed .feature-copy{order:2}.feature-copy{max-width:30rem}.feature-copy .section-eyebrow{color:var(--muted)}.feature-points{gap:.75rem;margin:1.55rem 0 0;padding:0;list-style:none;display:grid}.feature-points li{color:#101214c2;grid-template-columns:.6rem minmax(0,1fr);align-items:center;column-gap:.95rem;font-size:.98rem;line-height:1.45;display:grid}.feature-points li:before{content:"";background:var(--accent);border-radius:2px;width:.6rem;height:.6rem}.feature-blue .feature-points li:before{background:var(--accent-blue)}.feature-warm .feature-points li:before{background:var(--accent-coral)}.feature-lilac .feature-points li:before{background:var(--accent-lilac)}.feature-visual{min-width:0}.shot-stage{justify-content:center;align-items:center;min-height:35.5rem;display:flex;position:relative}.shot-stage-single .product-shot{--shot-size:clamp(15rem, 26vw, 18.5rem)}.shot-stage-pair{justify-content:center;gap:clamp(.9rem,2.5vw,1.6rem);min-height:37rem}.shot-stage-stack{min-height:37rem}.scroll-shot-stack{--phone-w:clamp(11.5rem, 17vw, 14.25rem);width:var(--phone-w);aspect-ratio:946/1864;margin-inline:auto;position:relative}.scroll-shot{--shot-size:100%;z-index:1;opacity:.94;transform-origin:bottom;filter:drop-shadow(0 2rem 2.4rem #1018282e);will-change:transform;width:100%;transition:opacity .42s,transform .8s cubic-bezier(.33,1.2,.5,1);position:absolute;inset:0;transform:translate(2.6rem)rotate(6.5deg)scale(.9)}.scroll-shot.is-active{z-index:2;opacity:1;transform:rotate(-3deg)scale(1)}.shot-pair-front{--shot-size:clamp(12.75rem, 20vw, 17.2rem);z-index:2;transform:rotate(-4deg)}.shot-pair-back{--shot-size:clamp(11.5rem, 17.5vw, 15rem);z-index:1;transform:translateY(2.2rem)rotate(5deg)}.shot-stage-investments{min-height:38rem}.security-section{background:var(--home-paper);padding:clamp(4.5rem,8vw,7.5rem) 0}.security-inner{width:min(100%, var(--content-width));padding-inline:var(--content-padding-inline);text-align:center;justify-items:center;margin:0 auto;display:grid}.security-inner h2{max-width:54rem;color:var(--home-heading-soft);letter-spacing:0;margin-top:.85rem;font-size:clamp(1.8rem,3.4vw,3.1rem);font-weight:680;line-height:1.08}.security-inner>p:not(.section-eyebrow){color:#101214ad;max-width:42rem;margin:1rem auto 0;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.65}.security-points{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,3vw,2rem);margin:clamp(2rem,5vw,3.5rem) 0 0;padding:0;list-style:none;display:grid}.security-points li{color:#101214c2;border-top:1px solid #69959447;padding-top:1rem;font-size:.98rem;line-height:1.45}.faq{padding-top:1.608rem;padding-bottom:1rem}.faq-header{margin-bottom:1.75rem}.faq h1{color:var(--heading);margin:0;font-size:clamp(1.55rem,3.6vw,2.05rem);line-height:1.1}.faq-sections{gap:2.15rem;display:grid}.faq-section h2{color:var(--muted);margin:0 0 .55rem .25rem;font-size:.88rem;font-weight:600;line-height:1.25}.faq-contact h2{color:var(--heading);margin:0 0 .75rem;font-size:1.05rem;font-weight:650;line-height:1.3}.faq-list{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.faq-item+.faq-item{border-top:1px solid var(--border)}.faq-item summary{cursor:pointer;min-height:3.35rem;color:var(--fg);border-bottom:1px solid #0000;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;font-weight:400;line-height:1.35;list-style:none;transition:background-color .16s,color .16s;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";border-right:2px solid var(--accent-strong);border-bottom:2px solid var(--accent-strong);flex:none;width:.55rem;height:.55rem;margin-top:.35rem;transition:transform .22s;transform:rotate(45deg)}.faq-item[open] summary:after{transform:rotate(-135deg)}.faq-item[open] summary,.faq-item[open] summary:hover{color:var(--accent-strong);border-bottom-color:var(--border);background:var(--surface-hover)}.faq-item[open] .faq-answer{animation:.36s cubic-bezier(.22,1,.36,1) both faq-answer-open}.faq-item summary:hover{background:var(--surface-hover)}.faq-item summary:focus-visible{outline:none;box-shadow:inset 0 0 0 3px #488f8d38}.faq-item p{color:#1c1c1ed1;margin:0;padding:.65rem 1rem 1rem}.faq-answer{display:grid;overflow:hidden}.faq-answer p{overflow:hidden}@keyframes faq-answer-open{0%{opacity:0;grid-template-rows:0fr;transform:translateY(-.35rem)}to{opacity:1;grid-template-rows:1fr;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.faq-item[open] .faq-answer{animation:none}}.faq-contact{border:1px solid var(--border);background:var(--accent-soft);border-radius:8px;margin-top:2.5rem;padding:1.25rem}.faq-contact p{color:var(--muted);margin:0 0 1rem}.legal h1{color:var(--heading);margin-bottom:.25rem;font-size:clamp(1.75rem,4vw,2.15rem);line-height:1.12}.legal h2{color:var(--heading);margin-top:2rem;font-size:1.25rem}.legal .effective-date{color:var(--muted);margin-top:0}.legal .intro{font-size:1.05rem}.legal ul{padding-left:1.25rem}.legal li{margin-bottom:.5rem}.footer{border-top:1px solid var(--border);flex-shrink:0}.footer-inner{max-width:var(--content-width);padding:1.25rem var(--content-padding-inline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.footer-copy{color:var(--muted);margin:0;font-size:.9rem}.footer-nav{gap:1.25rem;font-size:.9rem;display:flex}.footer a{color:var(--brand-teal)}.footer-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer-controls{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.footer-button{min-height:var(--footer-control-height);height:var(--footer-control-height);white-space:nowrap;padding:0 .8rem;font-size:15px;line-height:18px}@media (prefers-color-scheme:dark){:root{--bg:#121214;--fg:#ececec;--heading:#ececec;--muted:#9ca3af;--accent:var(--brand-teal);--accent-strong:var(--brand-teal);--accent-soft:#488f8d2e;--accent-blue:#8db6e2;--accent-coral:#f0a07e;--accent-gold:#e7bc63;--accent-lilac:#b8a4de;--border:#2a2a2e;--surface:#1b1b1f;--surface-hover:#ffffff12;--home-bg:#101211;--home-paper:#151716;--home-mint:#121a16;--home-warm:#1c1714;--home-blue:#121820;--home-lilac:#181620;--home-ink:#f4f5f2;--home-heading-soft:#f4f5f2c7;--toolbar-bg:#16181ad1;--toolbar-shadow:0 18px 42px #00000047;--wm-grey:#3c453f}.toolbar-inner{border-color:var(--brand-teal);box-shadow:0 10px 28px #00000052}.toolbar.is-scrolled .toolbar-inner{border-color:#0000;box-shadow:0 14px 34px #0000006b}.toolbar-cta{background:#23332d;border-color:#ffffff1f}.toolbar-cta:hover{background:#2d433b}.hero-lede,.feature-intro p:not(.section-eyebrow),.feature-copy>p,.feature-points li,.security-inner>p:not(.section-eyebrow),.security-points li,.faq-item p{color:#f4f5f2b8}.home>section:not(:last-of-type){border-bottom:1px solid #488f8d24}.security-points li{border-top-color:#488f8d38}.product-shot,.phone-card{filter:drop-shadow(0 2rem 2.6rem #0000006b)}.scroll-shot{filter:drop-shadow(0 1.6rem 2rem #00000047)}.scroll-shot.is-active{filter:drop-shadow(0 2rem 2.6rem #0000006b)}}@media (width<=520px){:root{--content-padding-inline:1rem}.toolbar{padding-inline:.6rem}.toolbar-inner{justify-content:space-between;gap:.25rem;width:100%;padding:.38rem .45rem .38rem .55rem}.brand{gap:.4rem;padding-right:0}.brand-logo{width:1.6rem;height:1.6rem}.brand-name{display:none}.toolbar-sep{background:0 0;flex:0 0 .65rem;width:.65rem;height:1.3rem;margin:0}.nav{flex:auto;justify-content:flex-end;min-width:0}.nav-link{text-align:center;padding:6px 8px;font-size:15px;line-height:20px}.toolbar-cta{gap:.3rem;margin-left:0;padding:.42rem .85rem .42rem .7rem;font-size:13px}.lang-select{width:8.35rem;height:45px;min-height:45px;font-size:13px}.content{padding-inline:1rem}.content-wide{padding-inline:0}.hero-lockup{font-size:clamp(2.2rem,9vw,3rem)}.legal h1{font-size:1.8rem}.faq h1{font-size:1.65rem}.faq{padding-top:1.34rem}.faq-item summary,.faq-item p{padding-inline:.85rem}.footer-inner,.footer-actions{flex-direction:column;align-items:flex-start}.footer-controls{flex-flow:row;align-items:center}.footer-button{height:45px;min-height:45px;font-size:13px}.footer-nav{flex-wrap:wrap;gap:.9rem}}@media (width<=900px){.home-hero{padding:calc(var(--toolbar-height) + .75rem) 0 2rem}.home-hero-inner{min-height:clamp(420px, calc(100svh - var(--toolbar-height) - 160px), 520px);grid-template-columns:minmax(0,1fr) minmax(12rem,16.5rem);gap:clamp(1rem,4vw,2rem)}.hero-copy{max-width:43rem}.hero-lede{max-width:36rem}.hero-visual{justify-content:center;min-height:23.5rem;padding-left:0}.phone-stack,.scroll-shot-stack{--phone-w:clamp(10rem, 22vw, 12.5rem)}.feature-intro,.feature-section,.security-section{padding-inline:0}.feature-inner{grid-template-columns:minmax(0,1fr);gap:2.2rem}.feature-reversed .feature-copy{order:0}.feature-copy{max-width:42rem}.shot-stage{min-height:31rem}.shot-stage-pair,.shot-stage-stack,.shot-stage-investments{min-height:33rem}}@media (width<=600px){.home-hero{padding-top:calc(var(--toolbar-height) + .5rem)}.home-hero-inner{grid-template-columns:minmax(0,1fr);gap:1.15rem;min-height:auto}.hero-lockup{font-size:clamp(2.15rem,8.5vw,2.9rem)}.hero-eyebrow,.section-eyebrow{font-size:.72rem}.hero-lede{margin-top:1rem;font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch;max-width:18rem}.hero-visual{min-height:17.5rem;max-height:none;padding-left:0;overflow:visible}.phone-stack{--phone-w:clamp(9.5rem, 46vw, 12rem);margin-top:1.5rem}.phone-card.is-back,.scroll-shot:not(.is-active){transform:translate(2rem)rotate(6.5deg)scale(.9)}.feature-intro{text-align:left;padding-block:3.25rem}.feature-intro-inner{text-align:left;justify-items:stretch}.feature-intro h2,.feature-copy h2,.security-inner h2{font-size:clamp(1.7rem,8vw,2.45rem)}.feature-section,.security-section{padding-block:3.75rem}.security-inner{text-align:left;justify-items:stretch}.security-inner>p:not(.section-eyebrow){margin-inline:0}.security-points{grid-template-columns:minmax(0,1fr)}.shot-stage{min-height:27rem}.shot-stage-single .product-shot{--shot-size:clamp(12.5rem, 64vw, 16rem)}.shot-stage-pair{justify-content:flex-start;gap:0;min-height:29rem}.shot-stage-stack{justify-content:center;min-height:29rem}.scroll-shot-stack{--phone-w:clamp(9.5rem, 46vw, 12rem)}.shot-pair-front{--shot-size:clamp(11.5rem, 56vw, 14rem);transform:translate(.35rem)rotate(-4deg)}.shot-pair-back{--shot-size:clamp(10rem, 48vw, 12.5rem);margin-left:-4.8rem;transform:translateY(2rem)rotate(5deg)}.shot-stage-investments{min-height:29rem}}@media (width<=360px){.brand-name{display:none}.lang-select{width:8.35rem}.footer-button{width:auto}}
