.app-site-page{width:100%;min-height:100vh;color:var(--app-site-ink,#242321);background:var(--app-site-page-background,#fbfaf8);overflow-x:clip}.app-site-header{z-index:20;border:1px solid var(--app-site-header-border,#ffffffa6);border-radius:var(--app-site-header-radius,20px);width:calc(100% - 24px);max-width:1452px;height:72px;color:var(--app-site-header-foreground,inherit);background:var(--app-site-header-background,linear-gradient(#ffffff8c, #ffffff6b));box-shadow:var(--app-site-header-shadow,0 8px 30px #362d271a, inset 0 1px 1px #ffffffb3, inset 0 -1px 1px #ffffff40);backdrop-filter:blur(22px)saturate(1.8);margin:0 auto;transition:width .55s cubic-bezier(.22,1,.36,1),height .55s cubic-bezier(.22,1,.36,1),border-radius .55s cubic-bezier(.22,1,.36,1),background-color .45s,border-color .45s,box-shadow .45s,backdrop-filter .45s;position:sticky;top:12px}.app-site-header-inner{align-items:center;gap:24px;height:100%;padding-inline:22px;transition:padding .55s cubic-bezier(.22,1,.36,1),gap .55s cubic-bezier(.22,1,.36,1),justify-content .55s;display:flex}.app-site-logo{color:inherit;white-space:nowrap;flex-shrink:0;align-items:center;gap:9px;font:24px Georgia,Yu Mincho,serif;text-decoration:none;transition:font-size .35s;display:inline-flex}.app-site-logo-image,.app-site-logo-mark{border-radius:8px;flex:none;width:29px;height:29px}.app-site-logo-image{object-fit:cover;box-shadow:var(--app-site-logo-shadow,0 3px 9px #312b271a);transition:transform .3s,box-shadow .3s}.app-site-logo:hover .app-site-logo-image{box-shadow:var(--app-site-logo-hover-shadow,0 7px 16px #312b2729);transform:rotate(7deg)scale(1.08)}.app-site-logo-mark{border:1px solid;border-radius:50%;place-items:center;font:18px/1 Georgia,serif;display:grid}.app-site-primary-nav{flex:auto;justify-content:center;gap:clamp(30px,3.4vw,58px);min-width:0;font-size:12px;font-weight:600;transition:opacity .2s,visibility .2s,flex-basis .4s;display:flex}.app-site-primary-nav a{color:inherit;padding:12px 0;text-decoration:none;position:relative}.app-site-primary-nav a:after,.app-site-locale a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .25s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.app-site-primary-nav a:hover:after,.app-site-primary-nav a:focus-visible:after,.app-site-primary-nav a.active:after,.app-site-locale a:hover:after,.app-site-locale a:focus-visible:after,.app-site-locale a.active:after{transform-origin:0;transform:scaleX(1)}.app-site-primary-nav a.active{color:var(--app-site-accent,#e99647)}.app-site-actions{flex-shrink:0;align-items:center;gap:8px;transition:opacity .2s,visibility .2s;display:flex}.app-site-locale{letter-spacing:.05em;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.app-site-locale a{color:inherit;opacity:.4;padding-bottom:3px;text-decoration:none;transition:opacity .2s;position:relative}.app-site-locale a:hover,.app-site-locale a:focus-visible{opacity:.75}.app-site-locale a.active{opacity:1}.app-site-locale span{opacity:.3}.app-site-store-link{color:var(--app-site-store-foreground,inherit);background:var(--app-site-store-background,#ffffffd1);box-shadow:var(--app-site-store-shadow,0 9px 24px #392f2817);border-radius:999px;padding:14px 25px;font-size:11px;text-decoration:none;transition:transform .28s,background-color .28s,box-shadow .28s}.app-site-store-link:hover,.app-site-store-link:focus-visible{background:var(--app-site-store-hover-background,#fff);box-shadow:var(--app-site-store-hover-shadow,0 13px 28px #392f2824);transform:translateY(-2px)scale(1.015)}.app-site-mobile-menu{color:inherit;font:inherit;background:0 0;border:0;font-size:21px;display:none}.app-site-header.is-compact{border-color:var(--app-site-header-compact-border,#ffffffb8);background:var(--app-site-header-compact-background,linear-gradient(#ffffffad, #ffffff8c));width:174px;height:58px;box-shadow:var(--app-site-header-compact-shadow,0 10px 28px #362d271f, inset 0 1px 1px #ffffffbf, inset 0 -1px 1px #ffffff4d);border-radius:999px}.app-site-header.is-compact .app-site-header-inner{justify-content:center;gap:0;padding-inline:20px}.app-site-header.is-compact .app-site-logo{font-size:20px}.app-site-header.is-compact .app-site-primary-nav,.app-site-header.is-compact .app-site-actions{opacity:0;visibility:hidden;pointer-events:none;flex:0 0 0;gap:0;width:0;overflow:hidden}.app-site-header.is-compact:hover,.app-site-header.is-compact:focus-within{border-radius:20px;width:calc(100% - 24px);height:72px;transition-duration:1.05s}.app-site-header.is-compact:hover .app-site-header-inner,.app-site-header.is-compact:focus-within .app-site-header-inner,.app-site-header.is-compact:hover .app-site-logo,.app-site-header.is-compact:focus-within .app-site-logo{transition-duration:1.05s}.app-site-header.is-compact:hover .app-site-primary-nav,.app-site-header.is-compact:focus-within .app-site-primary-nav,.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{transition-duration:.7s;transition-delay:.2s}.app-site-header.is-compact:hover .app-site-header-inner,.app-site-header.is-compact:focus-within .app-site-header-inner{justify-content:space-between;gap:24px;padding-inline:24px}.app-site-header.is-compact:hover .app-site-logo,.app-site-header.is-compact:focus-within .app-site-logo{font-size:24px}.app-site-header.is-compact:hover .app-site-primary-nav,.app-site-header.is-compact:focus-within .app-site-primary-nav,.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{opacity:1;visibility:visible;pointer-events:auto;flex:auto;gap:clamp(30px,3.4vw,58px);width:auto;overflow:visible}.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{flex:none;gap:8px}.app-site-mobile-nav{border:1px solid var(--app-site-mobile-border,#3c322d1a);background:var(--app-site-mobile-background,#fffffff5);box-shadow:var(--app-site-mobile-shadow,0 15px 35px #392f2824);border-radius:15px;padding:11px;position:absolute;top:calc(100% + 6px);left:4px;right:4px}.app-site-mobile-nav a{border-bottom:1px solid var(--app-site-mobile-divider,#3c322d14);color:inherit;padding:12px;font-size:12px;text-decoration:none;display:block}.app-site-mobile-nav a:last-child{border-bottom:0}.app-site-footer{border-top:1px solid var(--app-site-footer-border,#3c322d12);color:var(--app-site-footer-foreground,inherit);background:var(--app-site-footer-background,#ffffff8c);padding:48px clamp(24px,5vw,64px) 28px}.app-site-footer .app-site-logo{font-size:20px}.app-site-footer-brand>p{color:var(--app-site-footer-tagline,#8f8a85);margin:12px 0 0;font-size:10.5px;line-height:1.7}.app-site-footer-columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 24px;margin-top:38px;display:grid}.app-site-footer-columns nav{align-content:start;gap:11px;display:grid}.app-site-footer-columns h2{color:var(--app-site-footer-heading,#a49d95);letter-spacing:.14em;text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:600}.app-site-footer-columns a{color:var(--app-site-footer-link,#5f5951);justify-self:start;font-size:11.5px;text-decoration:none;transition:color .2s}.app-site-footer-columns a:hover,.app-site-footer-columns a:focus-visible{color:var(--app-site-footer-link-hover,#d98c3c)}.app-site-footer-base{border-top:1px solid var(--app-site-footer-border,#3c322d12);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 24px;margin-top:42px;padding-top:20px;display:flex}.app-site-footer-base small,.app-site-footer-base p{color:var(--app-site-footer-meta,#a49d95);letter-spacing:.04em;margin:0;font-size:9.5px}.app-hero-scroll{z-index:2;color:var(--app-site-hero-muted,#9a938c);flex-direction:column;align-items:center;gap:9px;text-decoration:none;transition:color .3s;display:flex;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.app-hero-scroll:hover,.app-hero-scroll:focus-visible{color:var(--app-site-accent,#e99647)}.app-hero-scroll em{letter-spacing:.22em;text-transform:uppercase;font-family:-apple-system,Helvetica Neue,Arial,sans-serif;font-size:7.5px;font-style:normal;font-weight:600}.app-hero-scroll-track{opacity:.5;background:linear-gradient(currentColor,#0000 90%);width:1px;height:34px;position:relative}.app-hero-scroll-track i{background:currentColor;border-radius:50%;width:4px;height:4px;margin-left:-2px;animation:2.2s cubic-bezier(.65,0,.35,1) infinite app-site-scroll-travel;position:absolute;top:0;left:50%}@keyframes app-site-scroll-travel{0%{opacity:0;transform:translateY(-3px)}20%,80%{opacity:1}to{opacity:0;transform:translateY(34px)}}.app-hero-notice{min-height:58px;color:var(--app-site-notice-foreground,inherit);background:var(--app-site-notice-background,#ffffffa6);border:1px solid #0000;border-radius:15px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:38px;padding:0 22px;font-size:9px;transition:transform .3s,background-color .3s,border-color .3s,box-shadow .3s;display:grid;position:absolute;bottom:28px;left:clamp(20px,8vw,120px);right:clamp(20px,8vw,120px)}.app-hero-notice strong{font-weight:600}.app-hero-notice time{color:var(--app-site-notice-date,#777)}.app-hero-notice a{color:inherit;font-size:17px;text-decoration:none;transition:transform .3s}.app-hero-notice:hover{border-color:var(--app-site-notice-hover-border,#fffc);background:var(--app-site-notice-hover-background,#ffffffd6);box-shadow:var(--app-site-notice-hover-shadow,0 13px 30px #4f3e311a);transform:translateY(-3px)}.app-hero-notice:hover a{transform:translate(5px)}@media (width<=900px){.app-site-header,.app-site-header.is-compact,.app-site-header.is-compact:hover,.app-site-header.is-compact:focus-within{border-radius:18px;width:calc(100% - 16px);height:58px;transition-duration:.55s;top:8px}.app-site-header-inner,.app-site-header.is-compact .app-site-header-inner,.app-site-header.is-compact:hover .app-site-header-inner,.app-site-header.is-compact:focus-within .app-site-header-inner{justify-content:space-between;gap:20px;padding-inline:14px;transition-duration:.55s}.app-site-logo,.app-site-header.is-compact .app-site-logo,.app-site-header.is-compact:hover .app-site-logo,.app-site-header.is-compact:focus-within .app-site-logo{font-size:22px;transition-duration:.3s}.app-site-primary-nav,.app-site-store-link{display:none}.app-site-actions,.app-site-header.is-compact .app-site-actions,.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{opacity:1;visibility:visible;pointer-events:auto;flex:none;gap:8px;width:auto;transition-delay:0s;display:flex;overflow:visible}.app-site-mobile-menu{display:block}.app-site-mobile-nav:not([hidden]){opacity:1;visibility:visible;pointer-events:auto;width:auto;display:block}.app-site-footer{padding:38px 22px 24px}.app-site-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.app-site-footer-base{flex-direction:column;align-items:flex-start}}@media (width<=760px){.app-hero-scroll{display:none}.app-hero-notice{grid-template-columns:auto 1fr auto;gap:12px;left:14px;right:14px}.app-hero-notice time{display:none}}@media (prefers-reduced-motion:reduce){.app-site-header,.app-site-header *,.app-hero-scroll-track i{transition:none;animation:none}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.hidden{display:none}.grow{flex-grow:1}}:root{color:#241b17;font-synthesis:none;text-rendering:optimizelegibility;background:#f6f3f0;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Inter,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{background:radial-gradient(circle at 48% 9%,#d5eaf7d9,#0000 25%),linear-gradient(#faf8f5,#f4f0ed);border:1px solid #958d87;border-radius:20px;width:min(100%,1240px);margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #4c392c14}.wrap{padding-inline:clamp(24px,5.1vw,64px)}.topbar{grid-template-columns:1fr auto 1fr;align-items:center;height:84px;display:grid}.logo{font:28px/1 Georgia,Times New Roman,serif}.topbar nav,.footer nav{align-items:center;gap:clamp(22px,3.7vw,54px);font-size:12px;display:flex}.top-actions{justify-self:end;align-items:center;gap:12px;display:flex}.language{padding:10px;font-size:11px}.hero{grid-template-columns:.76fr 1.24fr;align-items:center;min-height:550px;display:grid;position:relative}.hero:before{content:"";z-index:-1;background:radial-gradient(at 28% 70%,#ffd3aa8c,#0000 25%),radial-gradient(at 75% 0,#bce0f680,#0000 40%);position:absolute;inset:0 -64px}.hero-text{z-index:1;padding:30px 0 54px;position:relative}.hero h1{letter-spacing:-.04em;margin:0;font:400 92px/.95 Georgia,Times New Roman,serif}.hero h2{letter-spacing:.04em;margin:28px 0 0;font:400 31px/1.45 Georgia,Yu Mincho,serif}.hero p{margin:26px 0 0;font-size:12px;line-height:1.9}.buttons{gap:22px;margin-top:30px;display:flex}.store,.secondary{border-radius:999px;justify-content:center;align-items:center;min-height:43px;padding:0 25px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 7px 17px #5d443221}.store{color:#fff;background:#050505}.store.small{color:#15110e;background:#f5d6bc;min-height:38px;box-shadow:0 4px 12px #704a2c21}.secondary{background:#ffffffa6;border:1px solid #4a3a2f1f}.hero-phones{filter:drop-shadow(0 12px 22px #332b2617);align-self:end;width:100%}.features{background:#fcf9f7cc;border-radius:26px 26px 0 0;padding-top:24px;padding-bottom:36px}.ornate-title{text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;display:grid}.ornate-title>span{background:linear-gradient(90deg,#0000,#e2b891);height:1px}.ornate-title>span:last-child{background:linear-gradient(90deg,#e2b891,#0000)}.ornate-title h2,.how>h2{margin:0;font:28px/1.2 Georgia,Yu Mincho,serif}.ornate-title p{color:#766e68;letter-spacing:.08em;margin:7px 0 0;font:13px Georgia,serif}.feature-grid{grid-template-columns:repeat(6,1fr);gap:8px;margin-top:30px;display:grid}.feature-grid article{text-align:center;background:#ffffff8a;border:1px solid #523d311c;border-radius:19px;min-width:0;height:270px;padding:18px 14px 0;overflow:hidden;box-shadow:0 10px 20px #523d310f}.feature-grid h3{height:34px;margin:0;font-size:12px}.feature-grid p{height:75px;margin:8px 0 5px;font-size:9px;line-height:1.65}.feature-grid img{object-fit:cover;object-position:center bottom;border-radius:13px 13px 0 0;width:100%;height:125px}.how{background:#fcf9f7cc;padding-top:8px;padding-bottom:28px}.how>h2{text-align:center;margin-bottom:23px}.step-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.step-grid article{background:#ffffff85;border:1px solid #523d3117;border-radius:18px;grid-template-columns:60px 1fr;align-items:center;gap:14px;min-height:110px;padding:15px;display:grid;position:relative;box-shadow:0 8px 20px #523d310a}.step-icon{background:#f2e8df;border-radius:14px;place-items:center;width:58px;height:58px;font:30px Georgia,serif;display:grid}.step-grid small{font-size:12px}.step-grid h3{margin:5px 0;font-size:12px}.step-grid p{margin:0;font-size:8px;line-height:1.55}.step-grid b{color:#ddb98f;font-size:35px;font-weight:200;position:absolute;right:-22px}.widgets{background:linear-gradient(115deg,#e6eef3,#c5dceb);border-radius:21px 21px 0 0;grid-template-columns:1fr 1.7fr;align-items:center;min-height:170px;padding-top:28px;display:grid;overflow:hidden}.widgets h2{margin:0 0 14px;font:25px Georgia,Yu Mincho,serif}.widgets p{margin:0;font-size:10px}.widgets img{align-self:end;width:100%}.story{background:linear-gradient(100deg,#faeee4,#f8dfcb);grid-template-columns:1fr 1.3fr;align-items:center;min-height:205px;display:grid;position:relative;overflow:hidden}.story>div:first-child{z-index:2}.story h2{margin:0;font:25px/1.55 Georgia,Yu Mincho,serif}.story p{margin:13px 0 0;font-size:9px;line-height:1.65}.story img{object-fit:cover;object-position:right center;mix-blend-mode:multiply;width:62%;height:100%;position:absolute;top:0;right:0}.story:after{content:"";background:linear-gradient(90deg,#faeee4 25%,#0000 64%);position:absolute;inset:0}.flight{z-index:3;color:#fff;font:28px Georgia,serif;position:absolute;top:42%;left:40%;transform:rotate(-8deg)}.download{background:linear-gradient(90deg,#fae8dc,#fff7ee);justify-content:center;align-items:center;gap:85px;min-height:110px;display:flex}.download h2{margin:0;font:28px Georgia,Yu Mincho,serif}.download p{margin:9px 0 0;font-size:11px}.download .buttons{margin:0}.footer{background:#faf9f7;grid-template-columns:auto 1fr auto;align-items:center;gap:50px;min-height:92px;display:grid;position:relative}.footer .logo{font-size:23px}.footer nav{justify-content:center;font-size:9px}.footer>span{font-size:20px}.footer small{font-size:8px;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}@media (width<=820px){.page{border-inline:0;border-radius:0}.topbar{grid-template-columns:1fr auto;height:70px}.topbar nav,.store.small{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:45px}.hero h1{font-size:clamp(70px,22vw,96px)}.hero h2{font-size:27px}.hero-phones{margin-top:-10px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid article{height:285px}.feature-grid img{height:140px}.step-grid{grid-template-columns:1fr;gap:12px}.step-grid b{display:none}.widgets{grid-template-columns:1fr;padding-top:35px}.widgets img{margin-top:25px}.story{align-items:start;min-height:430px;padding-top:42px}.story img{width:100%;height:58%;top:auto;bottom:0}.story:after{background:linear-gradient(#faeee4 30%,#0000 70%)}.flight{top:53%;left:16%}.download{padding-block:35px;display:block}.download .buttons{margin-top:24px}.footer{grid-template-columns:1fr auto;gap:20px}.footer nav{display:none}}@media (width<=460px){.buttons{gap:9px}.store,.secondary{padding:0 15px;font-size:10px}.feature-grid{grid-template-columns:1fr}.feature-grid article{height:305px}.feature-grid p{height:60px}.feature-grid img{object-fit:cover;height:175px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body:has(.remeet-page){color:#242321;background:#fbfaf8}.remeet-page{background:radial-gradient(circle at 92% 5%,#d5e8f7cc,#0000 30%),radial-gradient(circle at 12% 85%,#fde5d0ad,#0000 29%),#fbfaf8;width:100%;min-height:100vh}.mock-header{z-index:10;backdrop-filter:blur(22px)saturate(1.8);background:linear-gradient(#ffffff8c,#ffffff6b);border:1px solid #ffffffa6;border-radius:20px;width:calc(100% - 24px);max-width:1452px;height:72px;margin:0 auto;transition:width .55s cubic-bezier(.22,1,.36,1),height .55s cubic-bezier(.22,1,.36,1),border-radius .55s cubic-bezier(.22,1,.36,1),background-color .45s,border-color .45s,box-shadow .45s,backdrop-filter .45s;position:sticky;top:12px;box-shadow:0 8px 30px #362d271a,inset 0 1px 1px #ffffffb3,inset 0 -1px 1px #ffffff40}.mock-header-inner{align-items:center;gap:24px;height:100%;padding-inline:22px;transition:padding .55s cubic-bezier(.22,1,.36,1),gap .55s cubic-bezier(.22,1,.36,1),justify-content .55s;display:flex}.mock-logo{white-space:nowrap;flex-shrink:0;align-items:center;gap:9px;font:24px Georgia,Yu Mincho,serif;transition:font-size .35s;display:flex}.mock-logo img{object-fit:cover;border-radius:8px;width:29px;height:29px;transition:transform .3s,box-shadow .3s;box-shadow:0 3px 9px #312b271a}.mock-logo:hover img{transform:rotate(7deg)scale(1.08);box-shadow:0 7px 16px #312b2729}.mock-header nav{flex:auto;justify-content:center;gap:clamp(30px,3.4vw,58px);min-width:0;font-size:12px;font-weight:600;transition:opacity .2s,visibility .2s,flex-basis .4s;display:flex}.mock-header nav a{padding:12px 0;position:relative}.mock-header nav a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .25s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.mock-header nav a:hover:after,.mock-header nav a:focus-visible:after,.mock-header nav a.active:after{transform-origin:0;transform:scaleX(1)}.mock-header nav a.active{color:#e99647}.mock-actions{flex-shrink:0;align-items:center;gap:8px;transition:opacity .2s,visibility .2s;display:flex}.lang-switch{letter-spacing:.05em;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.lang-switch a{color:inherit;opacity:.4;padding-bottom:3px;transition:opacity .2s;position:relative}.lang-switch a:after{content:"";background:currentColor;height:1.5px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.lang-switch a:hover,.lang-switch a:focus-visible{opacity:.75}.lang-switch a:hover:after,.lang-switch a:focus-visible:after{transform:scaleX(1)}.lang-switch a.active{opacity:1}.lang-switch a.active:after{transform:scaleX(1)}.lang-switch .lang-sep{opacity:.3}.appstore-pill{background:#ffffffd1;border-radius:999px;padding:14px 25px;font-size:11px;transition:transform .28s,background-color .28s,box-shadow .28s;box-shadow:0 9px 24px #392f2817}.appstore-pill:hover,.appstore-pill:focus-visible{background:#fff;transform:translateY(-2px)scale(1.015);box-shadow:0 13px 28px #392f2824}.mock-header.is-compact{background:linear-gradient(#ffffffad,#ffffff8c);border-color:#ffffffb8;border-top-style:solid;border-top-width:1px;border-radius:999px;width:174px;height:58px;top:12px;box-shadow:0 10px 28px #362d271f,inset 0 1px 1px #ffffffbf,inset 0 -1px 1px #ffffff4d}.mock-header.is-compact .mock-header-inner{justify-content:center;gap:0;padding-inline:20px}.mock-header.is-compact .mock-logo{font-size:20px}.mock-header.is-compact nav,.mock-header.is-compact .mock-actions{opacity:0;visibility:hidden;pointer-events:none;flex:0 0 0;gap:0;width:0;overflow:hidden}.mock-header.is-compact:hover,.mock-header.is-compact:focus-within{border-radius:20px;width:calc(100% - 24px);height:72px;transition-duration:1.05s}.mock-header.is-compact:hover .mock-header-inner,.mock-header.is-compact:focus-within .mock-header-inner,.mock-header.is-compact:hover .mock-logo,.mock-header.is-compact:focus-within .mock-logo{transition-duration:1.05s}.mock-header.is-compact:hover nav,.mock-header.is-compact:hover .mock-actions,.mock-header.is-compact:focus-within nav,.mock-header.is-compact:focus-within .mock-actions{transition-duration:.7s;transition-delay:.2s}.mock-header.is-compact:hover .mock-header-inner,.mock-header.is-compact:focus-within .mock-header-inner{justify-content:space-between;gap:24px;padding-inline:24px}.mock-header.is-compact:hover .mock-logo,.mock-header.is-compact:focus-within .mock-logo{font-size:24px}.mock-header.is-compact:hover nav,.mock-header.is-compact:hover .mock-actions,.mock-header.is-compact:focus-within nav,.mock-header.is-compact:focus-within .mock-actions{opacity:1;visibility:visible;pointer-events:auto;flex:auto;width:auto;overflow:visible}.mock-header.is-compact:hover nav,.mock-header.is-compact:focus-within nav{gap:clamp(30px,3.4vw,58px)}.mock-header.is-compact:hover .mock-actions,.mock-header.is-compact:focus-within .mock-actions{flex:none;gap:8px}.mobile-menu{background:0 0;border:0;font-size:21px;display:none}.mock-footer{background:#ffffff8c;border-top:1px solid #3c322d12;padding:48px clamp(24px,5vw,64px) 28px}.mock-footer .footer-brand .mock-logo{font-size:20px}.mock-footer .footer-brand>p{color:#8f8a85;margin:12px 0 0;font-size:10.5px;line-height:1.7}.footer-cols{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 24px;margin-top:38px;display:grid}.footer-cols nav{align-content:start;gap:11px;display:grid}.footer-cols h2{color:#a49d95;letter-spacing:.14em;text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:600}.footer-cols a{color:#5f5951;justify-self:start;font-size:11.5px;transition:color .2s}.footer-cols a:hover{color:#d98c3c}.footer-base{border-top:1px solid #3c322d12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 24px;margin-top:42px;padding-top:20px;display:flex}.footer-base small{color:#b1aca6;letter-spacing:.04em;font-size:9.5px}.footer-base .made-with{color:#a49d95;margin:0;font-size:9.5px}.new-home{grid-template-columns:1fr 1fr;align-items:center;min-height:780px;padding:50px 42px 64px;display:grid;position:relative;overflow:visible}.home-sky{object-fit:cover;opacity:.58;mix-blend-mode:multiply;z-index:0;width:100%;height:calc(100% + 96px);position:absolute;top:-96px;left:0;right:0}.home-copy{z-index:2;align-self:start;max-width:470px;padding-top:75px;position:relative}.home-copy h1{white-space:pre-line;letter-spacing:.05em;margin:0;font:400 clamp(36px,4.3vw,55px)/1.45 Georgia,Yu Mincho,serif}.home-copy p{margin:28px 0 0;font-size:12px;line-height:2}.download-badge{color:#fff;background:#050505;border-radius:6px;align-items:center;gap:8px;margin-top:26px;padding:12px 18px;font-size:10px;display:inline-flex}.download-badge span{font-size:11px}.home-phone{object-fit:contain;object-position:top;filter:drop-shadow(0 16px 25px #1c222833);z-index:1;width:37%;height:640px;transition:transform .5s cubic-bezier(.2,.75,.2,1),filter .4s;position:absolute;top:42px;right:7%}.home-phone:hover{filter:drop-shadow(0 23px 30px #1c22283d);transform:translateY(-5px)rotate(.35deg)}.home-route{border-top:2px dashed #ef9f50;border-radius:50%;width:34%;height:110px;position:absolute;bottom:145px;left:10%;transform:rotate(-8deg)}.home-route i{background:#fff;border:4px solid #f0a053;border-radius:50%;width:13px;height:13px;position:absolute}.home-route i:first-child{top:-10px;left:-5px}.home-route i:last-child{top:-10px;right:-5px}.home-route b{font-size:25px;position:absolute;top:-22px;left:60%;transform:rotate(9deg)}.home-scroll{z-index:2;color:#9a938c;flex-direction:column;align-items:center;gap:9px;transition:color .3s;display:flex;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.home-scroll:hover,.home-scroll:focus-visible{color:#e99647}.home-scroll em{letter-spacing:.22em;text-transform:uppercase;font-family:-apple-system,Helvetica Neue,Arial,sans-serif;font-size:7.5px;font-style:normal;font-weight:600}.scroll-track{opacity:.5;background:linear-gradient(currentColor,#0000 90%);width:1px;height:34px;position:relative}.scroll-track i{background:currentColor;border-radius:50%;width:4px;height:4px;margin-left:-2px;animation:2.2s cubic-bezier(.65,0,.35,1) infinite scroll-travel;position:absolute;top:0;left:50%}@keyframes scroll-travel{0%{opacity:0;transform:translateY(-3px)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateY(34px)}}.home-notice{background:#ffffffa6;border:1px solid #0000;border-radius:15px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:38px;min-height:58px;padding:0 22px;font-size:9px;transition:transform .3s,background-color .3s,border-color .3s,box-shadow .3s;display:grid;position:absolute;bottom:28px;left:clamp(20px,8vw,120px);right:clamp(20px,8vw,120px)}.home-notice strong{font-weight:600}.home-notice time{color:#777}.home-notice a{font-size:17px;transition:transform .3s}.home-notice:hover{background:#ffffffd6;border-color:#fffc;transform:translateY(-3px);box-shadow:0 13px 30px #4f3e311a}.home-notice:hover a{transform:translate(5px)}.subpage{width:min(100% - 80px,1040px);min-height:820px;margin:0 auto;padding:58px 0 75px}.page-intro{text-align:center;margin-bottom:44px}.page-intro h1{letter-spacing:.06em;margin:0;font:400 clamp(33px,4vw,44px)/1.3 Georgia,Yu Mincho,serif}.page-intro p{color:#5e5a56;letter-spacing:.08em;margin:18px 0 0;font-size:12px}.page-intro small{color:#68635f;margin-top:15px;font-size:9px;display:block}.page-hero{background:linear-gradient(132deg,#eef4fa 0%,#f8f4ed 56%,#fdf8f1 100%);border-radius:26px;grid-template-columns:1.05fr .95fr;align-items:center;gap:28px;margin-bottom:50px;padding:44px clamp(26px,4vw,44px);display:grid;position:relative;overflow:hidden}.page-hero-copy{z-index:2;position:relative}.eyebrow{color:#bd8b5c;letter-spacing:.26em;margin:0 0 15px;font-size:9px;font-weight:700}.page-hero h1{letter-spacing:.04em;margin:0;font:400 clamp(29px,3.5vw,39px)/1.4 Georgia,Yu Mincho,serif}.page-hero .lead{white-space:pre-line;color:#5e5a56;margin:22px 0 0;font-size:11.5px;line-height:2.1}.hero-art{justify-content:center;align-items:center;height:226px;margin:0;display:flex;position:relative}.hero-art img{object-fit:contain;z-index:2;filter:drop-shadow(0 14px 26px #28282e29);max-width:100%;max-height:226px;position:relative}.blob{border-radius:50%;position:absolute}.blob-a{background:#ffffff85;width:186px;height:186px;top:3%;right:14%}.blob-b{background:#d3e4ef8c;width:92px;height:92px;bottom:6%;right:56%}.hero-marks{z-index:2;color:#cda17c;align-items:baseline;gap:20px;font-family:Georgia,serif;display:flex;position:relative}.hero-marks b{font-size:72px;font-weight:400}.hero-marks i{opacity:.55;font-size:42px;font-style:normal}.feature-page-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.feature-page-grid article{background:#ffffffa8;border:1px solid #3c30280d;border-radius:18px;grid-template-columns:44px 1fr;align-items:start;gap:20px;padding:26px;display:grid}.tile{color:#e0904a;background:#fdf0e2;border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.tile svg{width:21px;height:21px}.feature-page-grid h2{letter-spacing:.02em;margin:3px 0 10px;font-size:13.5px}.feature-page-grid p{white-space:pre-line;color:#6b645d;margin:0;font-size:10px;line-height:2}.orange-cta{color:#fff;background:linear-gradient(135deg,#efa34e,#f2ac67);border-radius:12px;justify-content:center;align-items:center;gap:20px;width:280px;min-height:52px;margin:45px auto 0;font-size:12px;font-weight:700;display:flex;box-shadow:0 10px 22px #e0903f2e}.step-row{grid-template-columns:repeat(4,1fr);gap:14px;margin:0;padding:0;list-style:none;display:grid}.step-row li{justify-items:center;display:grid;position:relative}.step-row li:not(:last-child):after{content:"";background:#e0ae7e61;height:1px;position:absolute;top:15px;left:calc(50% + 24px);right:calc(24px - 50%)}.step-no{z-index:2;color:#fff;background:linear-gradient(135deg,#efa34e,#f2b271);border-radius:50%;place-items:center;width:30px;height:30px;font-size:11px;font-weight:600;display:grid;position:relative;box-shadow:0 5px 12px #e38e3638}.step-row article{text-align:center;background:#ffffffa8;border:1px solid #3c30280d;border-radius:18px;justify-items:center;width:100%;margin-top:-15px;padding:34px 20px 26px;display:grid}.step-row h2{margin:14px 0 9px;font-size:12.5px}.step-row p{color:#6b645d;margin:0;font-size:10px;line-height:1.95}.how-note{background:#fff8f0b3;border:1px solid #e0ae7e38;border-radius:16px;grid-template-columns:44px 1fr;align-items:center;gap:18px;margin-top:28px;padding:22px 26px;display:grid}.how-note h2{margin:0 0 7px;font-size:12px}.how-note p{color:#6b645d;margin:0;font-size:10px;line-height:1.9}.block-title{letter-spacing:.04em;margin:0 0 24px;font:400 21px/1.4 Georgia,Yu Mincho,serif}.guide-block{margin-top:56px}.guide-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.guide-grid article{background:#ffffffa8;border:1px solid #3c30280d;border-radius:18px;padding:26px 24px 24px;transition:transform .3s,box-shadow .3s,border-color .3s,background-color .3s}.guide-grid article:hover{background:#ffffffd1;border-color:#e0ae7e59;transform:translateY(-4px);box-shadow:0 15px 30px #523d3117}.guide-grid h3{margin:16px 0 12px;font-size:12.5px}.guide-grid ol{color:#6b645d;margin:0;padding-left:16px;font-size:10px;line-height:2.05}.guide-grid ol li::marker{color:#d8a877;font-weight:600}.how-help{border-top:1px solid #3c302814;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 22px;margin-top:34px;padding:20px 26px;display:flex}.how-help p{color:#6b645d;margin:0;font-size:10.5px}.how-help a{font-size:11px}.how-help a:hover{color:#d98c3c}.screens-stage{justify-content:center;align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.screens-stage>img{object-fit:contain;z-index:2;filter:drop-shadow(0 15px 25px #22232433);width:310px;height:570px;position:relative}.ghost-card{opacity:.65;background:url(/assets/update-showcase.png) 50%/cover;border-radius:25px;width:270px;height:470px;position:absolute;box-shadow:0 12px 22px #322b261a}.ghost-card.left{left:4%;transform:rotate(-5deg)}.ghost-card.right{right:4%;transform:rotate(5deg)}.screens-stage button{background:#fff;border:0;border-radius:50%;width:36px;height:36px;position:absolute;bottom:25px;box-shadow:0 6px 14px #322b2617}.screens-stage button:first-of-type{left:0}.screens-stage button:last-of-type{right:0}.carousel-dots{color:#aaa;font-size:8px;position:absolute;bottom:35px}.single-showcase{border-radius:22px;padding:8px}.single-showcase img{border-radius:20px;width:min(100%,650px);margin:0 auto;box-shadow:0 16px 36px #302c281a}.plan-card{text-align:center;background:#ffffffad;border:1px solid #e0ae7e40;border-radius:22px;justify-items:center;max-width:640px;margin:0 auto;padding:44px 40px 40px;display:grid}.plan-label{color:#b8895a;letter-spacing:.2em;margin:0;font-size:10px;font-weight:700}.plan-price{letter-spacing:.02em;margin:14px 0 0;font:400 46px/1.1 Georgia,Yu Mincho,serif}.plan-sub{color:#6b645d;margin:14px 0 0;font-size:11px}.plan-list{text-align:left;grid-template-columns:repeat(2,1fr);gap:2px 24px;width:100%;margin:32px 0 0;padding:0;list-style:none;display:grid}.plan-list li{color:#4a443e;border-bottom:1px solid #3c30280f;padding:13px 0 13px 24px;font-size:10.5px;line-height:1.7;position:relative}.plan-list li:before{content:"";border-bottom:1.5px solid #e0904a;border-left:1.5px solid #e0904a;width:9px;height:5px;position:absolute;top:19px;left:3px;transform:rotate(-45deg)}.plan-card .orange-cta{margin-top:36px}.pricing-grid{z-index:2;grid-template-columns:repeat(2,1fr);gap:20px;display:grid;position:relative}.pricing-grid article{background:#ffffffbd;border-radius:20px;min-height:500px;padding:36px 32px 27px;box-shadow:0 12px 28px #46372d12}.pricing-grid article.premium{border:1px solid #f1c79f}.pricing-grid h2{text-align:center;margin:0 0 25px;font-size:17px}.pricing-grid strong{text-align:center;font:34px Georgia,serif;display:block}.pricing-grid strong small{font:9px sans-serif}.pricing-grid ul{min-height:260px;padding:20px 0 0;font-size:10px;line-height:3.25;list-style:none}.pricing-grid li{border-bottom:1px solid #352d280d}.pricing-grid li:first-letter{color:#ee9c4c}.pricing-grid a{background:#fff;border-radius:9px;justify-content:center;align-items:center;min-height:42px;font-size:10px;display:flex;box-shadow:0 5px 14px #3c302812}.pricing-grid .premium a{color:#fff;background:linear-gradient(135deg,#efa24d,#efb274)}.pricing-map{opacity:.38;width:480px;margin:-30px auto 0}.faq-tabs{flex-wrap:wrap;gap:7px;margin-bottom:26px;display:flex}.faq-tabs button{color:#6b645d;font:inherit;cursor:pointer;background:#ffffff8c;border:1px solid #3c302814;border-radius:999px;padding:8px 16px;font-size:10.5px;transition:color .25s,background-color .25s,border-color .25s}.faq-tabs button:hover{color:#2b2724;border-color:#e0ae7e73}.faq-tabs button[aria-current=true]{color:#fff;background:linear-gradient(135deg,#efa34e,#f2ac67);border-color:#0000}.faq-layout{grid-template-columns:1fr 268px;align-items:start;gap:22px;display:grid}.faq-list{align-content:start;gap:11px;display:grid}.faq-list details{background:#ffffffa8;border:1px solid #3c30280d;border-radius:14px;padding:0 22px}.faq-list summary{cursor:pointer;align-items:center;gap:10px;min-height:60px;font-size:11px;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .q{color:#e0904a;font:13px Georgia,serif}.faq-list summary .mark{flex:none;width:12px;height:12px;margin-left:auto;position:relative}.faq-list summary .mark:before,.faq-list summary .mark:after{content:"";background:#c9a084;height:1.5px;margin-top:-.75px;transition:transform .25s;position:absolute;top:50%;left:0;right:0}.faq-list summary .mark:after{transform:rotate(90deg)}.faq-list details[open] summary .mark:after{transform:rotate(0)}.faq-list details p{color:#6b645d;margin:0;padding:0 0 22px 26px;font-size:10px;line-height:2}.faq-empty{text-align:center;color:#8a837a;padding:30px 0;font-size:10px}.faq-side{text-align:center;background:#fff8f0b3;border:1px solid #e0ae7e38;border-radius:18px;justify-items:center;padding:28px 26px 26px;display:grid;position:sticky;top:96px}.faq-side h2{margin:16px 0 10px;font-size:12px}.faq-side p{color:#6b645d;margin:0 0 20px;font-size:10px;line-height:1.95}.faq-side a{background:#fff;border-radius:10px;padding:12px 22px;font-size:10px;box-shadow:0 5px 14px #3c302812}.legal-copy{padding:3px 12px}.legal-copy section{margin-bottom:29px}.legal-copy h2{margin:0 0 13px;font-size:14px}.legal-copy p,.legal-copy li{font-size:10px;line-height:2}.news-list{border-top:1px solid #3c302814;margin:0;padding:0;list-style:none}.news-row{border-bottom:1px solid #3c302814;grid-template-columns:86px 74px 1fr;align-items:start;gap:20px;min-height:62px;padding:22px 10px;transition:background-color .25s;display:grid}.news-row:hover{background:#ffffff73}.news-row time{color:#8a837a;letter-spacing:.04em;font-size:10px}.news-badge{border-radius:8px;justify-self:start;padding:5px 11px;font-size:9px;font-weight:600}.news-badge.release{color:#3f7391;background:#e7f0f6}.news-badge.feature{color:#d47e2c;background:#fdf0e0}.news-badge.planned{color:#7d766c;background:#f1efeb}.news-row p{margin:0;font-size:12.5px;font-weight:600;line-height:1.7}.news-row>div{padding-block:2px}.news-points{color:#6b645d;margin:12px 0 0;padding-left:16px;font-size:10px;line-height:2.1}.news-points li::marker{color:#d8a877}.landing-sections{background:#fbf8f5}.landing-pad{padding-inline:clamp(26px,4.5vw,72px)}.landing-sections .features{border-top:1px solid #4639310f}.landing-sections .widgets{border-radius:21px 21px 0 0;margin:0 14px;padding-top:28px}.landing-sections .story{margin:0 14px}.landing-sections .download{border-radius:0 0 21px 21px;margin:0 14px 14px}.landing-sections .features{padding-top:clamp(58px,7vw,92px);padding-bottom:clamp(68px,8vw,108px)}.landing-sections .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.4vw,32px);margin-top:clamp(38px,5vw,64px)}.landing-sections .feature-grid article{text-align:left;background:radial-gradient(circle at 85% 12%,#cae3f494,#0000 34%),linear-gradient(145deg,#ffffffe0,#f7f1ecc7);border-color:#5b483b17;border-radius:30px;flex-direction:column;height:auto;min-height:620px;padding:clamp(24px,3vw,38px) clamp(20px,2.8vw,34px) 0;display:flex;box-shadow:0 24px 52px #47372c14}.landing-sections .feature-grid article:nth-child(2n){background:radial-gradient(circle at 12% 15%,#ffddbf85,#0000 34%),linear-gradient(145deg,#ffffffe6,#f0f6facc)}.feature-copy{z-index:1;position:relative}.feature-copy small{color:#dc995a;letter-spacing:.18em;font:500 11px/1 -apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}.landing-sections .feature-grid h3{letter-spacing:.03em;height:auto;margin:13px 0 0;font:400 clamp(21px,2.1vw,28px)/1.45 Georgia,Yu Mincho,serif}.landing-sections .feature-grid p{color:#6b645d;width:min(100%,430px);height:auto;margin:14px 0 0;font-size:11px;line-height:1.9}.feature-shot{flex:1;place-items:end center;min-height:0;margin:24px 0 0;display:grid;overflow:hidden}.landing-sections .feature-grid .feature-shot img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 24px #30333726);border-radius:22px 22px 0 0;width:auto;max-width:100%;height:min(410px,36vw)}.landing-sections .feature-grid .feature-shot.is-wide{place-items:center}.landing-sections .feature-grid .feature-shot.is-wide img{border-radius:20px;width:100%;height:auto;max-height:360px}.landing-sections .widgets{background:radial-gradient(circle at 84% 18%,#ffe4cdbf,#0000 31%),linear-gradient(130deg,#e8f2f8,#c9dfed);grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:clamp(24px,5vw,72px);min-height:560px;padding-block:clamp(48px,6vw,76px)}.landing-sections .widgets h2,.landing-sections .story h2{font-size:clamp(27px,3.2vw,40px);line-height:1.5}.landing-sections .widgets p,.landing-sections .story p{font-size:12px;line-height:2}.widget-art{min-width:0}.landing-sections .widgets .widget-art img{filter:drop-shadow(0 24px 35px #3e52622e);border-radius:26px;width:100%;height:auto}.landing-sections .story{background:radial-gradient(circle at 80% 28%,#cfe5f499,#0000 34%),linear-gradient(115deg,#faeee4,#f8dfcb);grid-template-columns:minmax(240px,.8fr) minmax(280px,1.2fr);gap:clamp(24px,5vw,72px);min-height:680px;padding-block:clamp(52px,7vw,88px)}.landing-sections .story>div:first-child{align-self:center}.landing-sections .story:after{display:none}.story-art{place-items:center;height:540px;display:grid;overflow:hidden}.landing-sections .story .story-art img{object-fit:contain;mix-blend-mode:normal;filter:drop-shadow(0 24px 36px #4231262e);border-radius:28px;width:auto;max-width:100%;height:100%;position:static}.landing-sections .story .flight{opacity:.65;top:24%;left:34%}.reveal-item{opacity:0;filter:blur(3px);transition:opacity .72s ease var(--reveal-delay,0s), transform .72s cubic-bezier(.2, .75, .2, 1) var(--reveal-delay,0s), filter .62s ease var(--reveal-delay,0s);transform:translateY(24px)scale(.992)}.reveal-item.is-visible{opacity:1;filter:none;transform:none}.feature-grid article,.step-grid article,.pricing-grid article,.feature-page-grid article,.step-row article,.faq-list details{transition:transform .3s,box-shadow .3s,border-color .3s,background-color .3s}.feature-grid article:hover,.step-grid article:hover,.pricing-grid article:hover,.feature-page-grid article:hover,.step-row article:hover,.faq-list details:hover{background:#ffffffd1;border-color:#e0ae7e59;transform:translateY(-4px);box-shadow:0 15px 30px #523d3117}.feature-grid img{transition:transform .45s cubic-bezier(.2,.75,.2,1)}.feature-grid article:hover img{transform:translateY(-3px)scale(1.035)}.step-icon{transition:transform .35s,background-color .35s}.step-grid article:hover .step-icon{background:#f7e5d5;transform:rotate(-4deg)scale(1.06)}.store,.secondary,.download-badge,.orange-cta,.pricing-grid a,.faq-side a{transition:transform .26s,box-shadow .26s,background-color .26s}.store:hover,.secondary:hover,.download-badge:hover,.orange-cta:hover,.pricing-grid a:hover,.faq-side a:hover{transform:translateY(-3px);box-shadow:0 13px 24px #58402d26}.widgets img,.story img{transition:transform .7s cubic-bezier(.2,.75,.2,1)}.widgets:hover img{transform:translateY(-4px)scale(1.015)}.story:hover img{transform:scale(1.02)}.footer-cols a{position:relative}.footer-cols a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .25s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.footer-cols a:hover:after,.footer-cols a:focus-visible:after{transform-origin:0;transform:scaleX(1)}@media (width>=1200px){.new-home{min-height:900px;padding-inline:58px}.home-copy{max-width:570px;padding-top:100px}.home-copy p{font-size:14px}.home-phone{height:735px;top:60px;right:9%}.feature-grid{gap:32px}.landing-sections .feature-grid article{height:auto;min-height:680px;padding-inline:38px}.landing-sections .feature-grid .feature-shot img{height:450px}.landing-sections .feature-grid .feature-shot.is-wide img{width:100%;height:auto;max-height:380px}.step-grid{gap:38px}.step-grid article{min-height:128px;padding:20px}.widgets{min-height:205px}.story{min-height:245px}.download{min-height:130px}}@media (width<=760px){.mock-header{border-radius:18px;width:calc(100% - 16px);height:64px;top:8px}.mock-header-inner,.mock-header.is-compact .mock-header-inner{justify-content:space-between;padding-inline:14px}.mock-logo,.mock-header.is-compact .mock-logo{font-size:22px}.mock-header nav,.appstore-pill{display:none}.mock-actions,.mock-header.is-compact .mock-actions{opacity:1;visibility:visible;pointer-events:auto;flex:none;width:auto;overflow:visible}.mock-header.is-compact,.mock-header.is-compact:hover,.mock-header.is-compact:focus-within{border-radius:18px;width:calc(100% - 16px);height:58px;top:8px}.mobile-menu{display:block}.mock-footer{padding:38px 22px 24px}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.footer-base{flex-direction:column;align-items:flex-start}.new-home{min-height:890px;padding:48px 22px 20px;display:block}.home-copy{padding-top:25px}.home-copy h1{font-size:38px}.home-phone{width:74%;height:430px;top:330px;right:13%}.home-route,.home-scroll{display:none}.home-notice{grid-template-columns:auto 1fr auto;gap:12px;left:14px;right:14px}.home-notice time{display:none}.subpage{width:min(100% - 36px,760px);min-height:720px;padding-top:38px}.page-intro{margin-bottom:32px}.page-hero{grid-template-columns:1fr;gap:24px;margin-bottom:36px;padding:34px 24px 30px}.hero-art{order:-1;height:180px}.hero-art img{max-height:180px}.blob-a{width:140px;height:140px;right:20%}.blob-b{width:70px;height:70px;right:62%}.feature-page-grid,.pricing-grid,.guide-grid{grid-template-columns:1fr}.plan-card{padding:34px 24px 30px}.plan-list{grid-template-columns:1fr}.how-help{flex-direction:column;align-items:flex-start}.step-row{grid-template-columns:1fr 1fr;gap:12px}.step-row li:not(:last-child):after{display:none}.how-note{grid-template-columns:44px 1fr;padding:20px}.screens-stage{min-height:560px}.screens-stage>img{width:280px}.ghost-card{display:none}.pricing-map{width:100%;margin-top:20px}.faq-layout{grid-template-columns:1fr}.faq-side{position:static}.news-row{grid-template-columns:auto auto;justify-content:start;gap:10px 12px;padding:18px 4px}.news-row>div{grid-column:1/-1}.landing-pad{padding-inline:20px}.landing-sections .widgets,.landing-sections .story,.landing-sections .download{border-radius:0;margin-inline:0}.landing-sections .feature-grid{grid-template-columns:1fr}.landing-sections .feature-grid article{border-radius:24px;min-height:580px}.landing-sections .feature-grid .feature-shot img{height:390px}.landing-sections .feature-grid .feature-shot.is-wide img{width:100%;height:auto}.landing-sections .widgets,.landing-sections .story{grid-template-columns:1fr;gap:34px;min-height:0;padding-block:52px}.widget-art{width:min(100%,620px);margin-inline:auto}.story-art{height:500px}.landing-sections .story .flight{display:none}}@media (prefers-reduced-motion:reduce){.mock-header,.mock-header *,.reveal-item,.home-phone,.home-notice,.feature-grid article,.step-grid article,.store,.secondary,.download-badge,.orange-cta{transition:none!important}.scroll-track i{animation:none!important}.reveal-item{opacity:1;filter:none;transform:none}}
