:root{--bg-primary: #f2f0ef;--bg-secondary: #ebe9e7;--surface: #ffffff;--accent: #22c55e;--border-subtle: #e1e8f2;--border-default: #d3dbe8;--border-hover: #bcc7d9;--border-focus: #a9b5c8;--text-primary: #0e1627;--text-secondary: #3f4d63;--text-tertiary: #607089;--text-muted: #8796ac;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace;--section-gap: clamp(84px, 12vw, 140px);--content-width: 1100px;--content-padding: clamp(20px, 4vw, 44px);--ease: cubic-bezier(.25, .1, .25, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);font-family:var(--font-sans);line-height:1.5;font-weight:400;color:var(--text-secondary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;overflow-y:overlay;background:var(--bg-primary)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);line-height:1.15;letter-spacing:-.02em}a{color:var(--text-secondary);text-decoration:none;transition:color .25s var(--ease)}a:hover{color:var(--text-primary)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit;border:none;outline:none;background:none;color:inherit}img{max-width:100%;display:block}::selection{background:#1118271f;color:var(--text-primary)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#96969680;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#787878b3}.section-container{max-width:var(--content-width);margin:0 auto;padding:0 var(--content-padding)}@media(min-width:1100px){.content-shift{transform:translate(clamp(-140px,-9vw,-64px))}}@media(min-width:1281px){.content-shift-mirror{transform:translate(clamp(128px,18vw,280px))}}@media(min-width:1024px)and (max-width:1280px){.content-shift{transform:translate(0)}.section-container{padding-left:56px}}.navbar{position:fixed;top:calc(-1*env(safe-area-inset-top,0px));left:0;right:0;z-index:100;padding-top:env(safe-area-inset-top,0px);padding-left:0;padding-right:0;padding-bottom:0;background:transparent;border-bottom:1px solid transparent;isolation:isolate;transform:translateZ(0);transition:background .4s var(--ease),backdrop-filter .4s var(--ease),-webkit-backdrop-filter .4s var(--ease),border-color .4s var(--ease)}.navbar--scrolled{background:#f2f0eff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border-subtle)}.navbar--scrolled:before{content:"";position:absolute;left:0;right:0;top:0;z-index:0;height:calc(env(safe-area-inset-top,0px) + 24px);background:linear-gradient(to bottom,rgba(242,240,239,.99) 0%,rgba(242,240,239,.97) 60%,transparent 100%);pointer-events:none}.navbar-inner{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;height:64px}@media(min-width:1100px){.navbar-cta-wrap{transform:translate(min(clamp(128px,18vw,280px),calc((100vw - 1100px)/2 + 20px)))}}.navbar-logo{display:inline-flex;align-items:baseline;gap:.5rem;pointer-events:auto;text-decoration:none;line-height:1;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.navbar-logo:active{opacity:1}.navbar-logo-img{display:inline-block;height:28px;width:auto;min-width:36px;vertical-align:baseline;object-fit:contain;object-position:bottom;transform:translate3d(0,10px,0)}.navbar-logo-text{font-family:"Lexend",var(--font-sans);font-size:1.75rem;font-weight:500;color:var(--text-primary);letter-spacing:-.03em;line-height:1;vertical-align:baseline}.navbar-links{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:2rem}.navbar-links button{font-size:.82rem;color:var(--text-secondary);padding:.4rem .1rem;position:relative;transition:color .2s var(--ease)}.navbar-links button:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--text-primary);transition:width .25s var(--ease)}.navbar-links button:hover{color:var(--text-primary);background:none}.navbar-links button:hover:after{width:100%}.navbar-cta{font-size:.83rem;font-weight:560;letter-spacing:.01em;padding:9px 18px;border-radius:999px;border:none;background:#0e1627;color:#f8fafc;flex-shrink:0;white-space:nowrap;pointer-events:auto;transition:background .2s var(--ease)}.navbar-cta:hover,.navbar-cta:active{background:#2e3440}@media(max-width:760px){.navbar-links{display:none}}@media(max-width:380px){.navbar-inner{height:56px}.navbar-logo-img{height:24px}.navbar-logo-text{font-size:1.45rem}.navbar-cta{font-size:.78rem;padding:7px 13px}}.promo-card.solen-demo-card{width:560px;height:560px;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden;font-family:Jost,sans-serif;border-radius:16px;box-shadow:0 4px 40px #0e162714,0 0 0 1px #ffffffb3 inset;padding:0;background:#faf7f2;cursor:pointer;user-select:none;-webkit-user-select:none;position:relative}.solen-label-band{background:#eceae6;padding:6px 12px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;gap:8px}.solen-label-text{flex:1;display:block;font-size:14px;font-weight:500;letter-spacing:.05em;color:#5a5550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.solen-arrow{flex-shrink:0;background:none;border:none;cursor:pointer;font-size:20px;line-height:1;color:#5a5550;padding:0 4px;font-family:inherit;opacity:.7;transition:opacity .15s}.solen-arrow:hover{opacity:1}.solen-progress-track{display:flex;gap:3px;height:3px;flex-shrink:0}.solen-seg{flex:1;height:3px;background:#ddd9d3;border-radius:999px;position:relative;overflow:hidden;cursor:pointer}.solen-seg:first-child{border-radius:0 999px 999px 0}.solen-seg:last-child{border-radius:999px 0 0 999px}.solen-bar{position:absolute;inset:0;background:#0e1627}.solen-bar--done{width:100%}.solen-bar--active{animation:solen-fill 4s linear forwards}@keyframes solen-fill{0%{width:0%}to{width:100%}}.solen-fade{transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.solen-fade--out{opacity:0;transform:translateY(6px)}.solen-nav{position:relative;display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px;background:#faf7f2;border-bottom:1px solid #EAE5DC;flex-shrink:0}.solen-wordmark{position:absolute;left:50%;transform:translate(-50%);font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.22em;text-indent:.22em;color:#1c1c1c;pointer-events:none;white-space:nowrap}.solen-nav-left{display:flex;align-items:center;color:#1c1c1c;flex-shrink:0}.solen-nav-right{display:flex;align-items:center;gap:14px;color:#1c1c1c;flex-shrink:0}.solen-hero{flex:1;min-height:0;display:flex;align-items:center;gap:18px;padding:24px 20px;background:#faf7f2}.solen-copy{flex:1;min-width:0}.solen-copy-content{display:flex;flex-direction:column}.solen-eyebrow{display:inline-flex;align-self:flex-start;background:#6bbfb821;color:#4dada6;font-size:9px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;border-radius:999px;padding:4px 10px;margin-bottom:9px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.solen-stars{display:flex;align-items:baseline;gap:2px;margin-bottom:9px;line-height:1}.solen-stars-gold{color:#e8a030;font-size:11px;letter-spacing:1px}.solen-stars-val{font-size:12px;font-weight:700;color:#1c1c1c}.solen-stars-ct{font-size:10px;color:#a89f96}.solen-headline{font-family:"DM Serif Display",serif;font-style:italic;font-size:24px;font-weight:400;letter-spacing:-.01em;line-height:1.1;color:#1c1c1c;margin:0 0 8px}.solen-subtext{font-size:11px;font-weight:500;color:#5c534c;line-height:1.55;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.solen-cta{display:block;width:fit-content;background:#5bb8b0;color:#fff;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:10px 22px;border-radius:999px;border:none;cursor:pointer;font-family:inherit;text-align:center;align-self:flex-start;margin-bottom:11px}.solen-ingredients{display:block;font-size:10px;color:#3a3530;letter-spacing:.01em;margin-bottom:10px;cursor:pointer}.solen-trust{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.solen-trust span{font-size:8.5px;color:#a89f96;letter-spacing:.02em;white-space:nowrap}.solen-trust-sep{color:#c8c2bb}.solen-hero--full{position:relative;padding:0}.solen-img-bg{position:absolute;top:16px;left:20px;width:calc(100% - 40px);height:calc(100% - 32px);border-radius:12px;object-fit:cover}.solen-copy--hero{position:absolute;left:28px;bottom:28px;z-index:1;display:flex;flex-direction:column;align-items:flex-start;max-width:calc(100% - 100px);padding:18px 22px 20px;border-radius:18px;background:#f8f1e859;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 24px 60px #241c161f}.solen-copy--hero .solen-eyebrow{font-size:8px;letter-spacing:.12em;margin-bottom:10px}.solen-copy--hero .solen-headline{color:#1f1d1a;font-size:22px;line-height:1.05;margin-bottom:7px;white-space:pre-line}.solen-copy--hero .solen-subtext{color:#5f5750;font-weight:600;font-size:11px;margin-bottom:14px;-webkit-line-clamp:2}.solen-copy--hero .solen-cta{align-self:flex-start;margin-bottom:0}.solen-hero--ugc{padding:14px 16px 16px 14px;gap:14px;align-items:stretch}.solen-ugc-img{width:35%;flex-shrink:0;border-radius:12px;object-fit:cover;align-self:stretch}.solen-ugc-right{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:12px}.solen-ugc-copy .solen-headline{margin-bottom:6px}.solen-ugc-copy .solen-subtext{-webkit-line-clamp:2;margin-bottom:0}.solen-ugc-products{display:flex;gap:8px}.solen-ugc-product-wrap{flex:1;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;min-width:0}.solen-ugc-product-img{flex:1;aspect-ratio:3 / 4;position:relative;overflow:hidden}.solen-ugc-product-photo{width:100%;height:100%;object-fit:cover;display:block}.solen-ugc-product-img:after{content:"";position:absolute;bottom:7px;right:7px;width:20px;height:20px;border-radius:50%;background:#5bb8b0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M5 1v8M1 5h8' stroke='white' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E") center / 10px no-repeat;pointer-events:none}.solen-ugc-product-footer{padding:5px 7px;background:#eeece9;flex-shrink:0}.solen-ugc-product-name{display:block;font-size:10px;font-weight:600;color:#3a3530;letter-spacing:.01em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.solen-ugc-cta-link{display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;font-weight:400;color:#3a3530;letter-spacing:.01em;cursor:pointer}.solen-img-col{width:46%;flex-shrink:0;border-radius:10px;aspect-ratio:3 / 4;align-self:center;overflow:hidden;object-fit:cover;box-shadow:inset 0 1px #ffffff80}.solen-dots{display:flex;gap:7px;justify-content:center;padding:11px 0 13px;background:#faf7f2;flex-shrink:0}.solen-dot{width:6px;height:6px;border-radius:50%;background:#d0cbc3;transition:background .2s;cursor:pointer}.solen-dot--on{background:#0e1627}.solen-paused-badge{position:absolute;top:52px;right:16px;font-size:9px;font-weight:500;letter-spacing:.05em;color:#fff;background:#1c1c1cd1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:4px;padding:4px 8px;z-index:10;pointer-events:none}.hero{position:relative;isolation:isolate;flex:1;width:100vw;display:grid;align-items:center;background:transparent;padding-top:120px;padding-bottom:60px;overflow:hidden}.hero .section-container{max-width:var(--content-width);padding-left:var(--content-padding);padding-right:var(--content-padding);position:relative;z-index:2}.hero-layout{width:100%;display:grid;grid-template-columns:1fr;align-items:center}.hero-left{position:relative;max-width:540px;justify-self:start;text-align:left;z-index:3}.hero-mockup{position:absolute;inset:69px 0 10px 48%;border-radius:20px 0 0 20px;background-color:var(--bg-primary);background-image:url(/osara-landing-page-background-image.webp);background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden;z-index:3}.promo-card-scale{--promo-scale: 1;width:min(calc(560px * var(--promo-scale, 1)),100%);max-width:100%;min-width:0;height:calc(560px * var(--promo-scale, 1));max-height:100%;position:relative;overflow:hidden;flex-shrink:0;box-sizing:border-box;border-radius:16px;background:#faf7f2}.promo-card-scale>.promo-card{position:absolute;top:0;left:0;transform:scale(var(--promo-scale, 1));transform-origin:0 0}.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;background:transparent;-webkit-mask-image:linear-gradient(to bottom,black 72%,transparent 100%);mask-image:linear-gradient(to bottom,black 72%,transparent 100%)}.hero-eyebrow{font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.35rem}.hero-title{font-size:clamp(2.2rem,3vw,4.5rem);font-weight:525;letter-spacing:-.05em;line-height:.95;color:var(--text-primary);margin-bottom:1.2rem}.hero-accent{color:inherit;position:relative;white-space:nowrap}.hero-subtitle{font-size:clamp(1rem,1.6vw,1.18rem);font-weight:400;line-height:1.62;color:color-mix(in srgb,var(--text-secondary) 50%,var(--text-muted));margin-bottom:1.5rem}.hero-subtitle-dim{color:inherit}.hero-form{display:flex;flex-direction:column;align-items:flex-start}.hero-input-wrap{display:inline-flex;flex-direction:row;align-items:stretch;border:1px solid var(--border-default);border-radius:999px;background:#ffffffad;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);overflow:hidden;transition:border-color .3s var(--ease),box-shadow .3s var(--ease)}.hero-input-wrap--focused{border-color:#a8b2c1;box-shadow:0 14px 36px #0a112114}.hero-error{margin-top:.55rem;font-size:.78rem;color:#8a6a5a;letter-spacing:.01em;padding-left:.25rem;visibility:hidden}.hero-error--visible{visibility:visible;animation:heroErrorFade .25s var(--ease) both}@keyframes heroErrorFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hero-input{min-width:275px;padding:13px 18px 13px 20px;font-size:.92rem;color:var(--text-primary);background:transparent}.hero-input::placeholder{color:var(--text-muted)}.hero-submit{padding:13px 19px;font-size:.82rem;font-weight:560;letter-spacing:.01em;color:#f8fafc;background:#0e1627;border:none;white-space:nowrap;flex-shrink:0;transition:background .2s var(--ease)}.hero-submit:hover,.hero-submit:active{background:#2e3440}.hero-success{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.9rem;color:var(--text-secondary);padding:14px 0}.hero-success-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#0e1627;color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}.hero-social-proof{font-size:.72rem;color:var(--text-muted);margin-top:1.1rem;letter-spacing:.06em;text-transform:uppercase}.hero-mini-grid{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.hero-mini-grid span{font-size:.72rem;color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:999px;padding:.38rem .7rem;background:#ffffffad}@media(min-width:1025px){.hero{min-height:100vh}}@media(min-width:1025px)and (max-width:1280px){.hero{padding-top:88px;padding-bottom:44px}.hero .section-container{padding-left:56px}.hero-mockup{top:56px}.hero-left{max-width:460px}.hero-title{font-size:1.95rem;margin-bottom:.9rem}.hero-subtitle{font-size:1rem;margin-bottom:1.2rem}}@media(max-width:1024px){.promo-card-scale{--promo-scale: .78}}@media(max-width:1024px){.hero{flex:none;display:flex;flex-direction:column;align-items:stretch;padding-top:112px;padding-bottom:0;overflow-x:hidden}.hero .section-container{padding-bottom:2.5rem}.hero-left{max-width:100%}.hero-mockup{display:flex;align-items:flex-start;justify-content:center;position:relative;inset:auto;flex:none;margin-left:12px;margin-right:12px;margin-top:1rem;padding:16px 10px;border-radius:12px 12px 0 0;border:1px solid #dedad6;border-bottom:none;min-height:468.8px;max-width:100%;min-width:0;box-sizing:border-box}.promo-card-scale{--promo-scale: .78}.hero-form{width:100%;align-items:stretch}.hero-input-wrap{width:100%}.hero-input{flex:1;min-width:0}}@media(max-width:480px){.hero{padding-top:100px;padding-bottom:0}.hero .section-container{padding-bottom:2rem}.promo-card-scale{--promo-scale: .62}.hero-title{font-size:1.6rem;margin-bottom:.7rem}.hero-subtitle{font-size:.875rem;line-height:1.55;margin-bottom:1rem}.hero-input-wrap{flex-direction:column;gap:8px;border:none;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:visible;box-shadow:none}.hero-input-wrap--focused{border-color:transparent;box-shadow:none}.hero-input{flex:unset;width:100%;padding:12px 18px;border:1px solid var(--border-default);border-radius:999px;background:#ffffffad;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:border-color .3s var(--ease),box-shadow .3s var(--ease)}.hero-input:focus{border-color:#a8b2c1;box-shadow:0 14px 36px #0a112114;outline:none}.hero-submit{width:100%;padding:12px 18px;border-radius:999px;text-align:center}}@media(max-width:414px){.promo-card-scale{--promo-scale: .55}}@media(max-width:380px){.promo-card-scale{--promo-scale: .5}}@media(max-width:360px){.hero-title{font-size:1.4rem}.hero-subtitle{font-size:.82rem}.promo-card-scale{--promo-scale: .48}}@media(max-width:320px){.promo-card-scale{--promo-scale: .43}}@media(min-width:1440px){.promo-card-scale{--promo-scale: 1.12}}@media(min-width:1600px){.promo-card-scale{--promo-scale: 1.22}}@media(min-width:1920px){.promo-card-scale{--promo-scale: 1.38}}.wl-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0e162775;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:20px;animation:wlOverlayIn .22s var(--ease) both}@keyframes wlOverlayIn{0%{opacity:0}to{opacity:1}}.wl-overlay--closing{animation:wlOverlayOut .35s var(--ease) both;pointer-events:none}.wl-overlay--closing .wl-modal{animation:wlModalOut .35s var(--ease) both}@keyframes wlOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes wlModalOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.97)}}.wl-modal{position:relative;background:var(--bg-primary);border:1px solid #dedad6;border-radius:20px;width:100%;max-width:520px;padding:40px 40px 36px;max-height:calc(100dvh - 40px);overflow-y:auto;animation:wlModalIn .28s var(--ease-spring) both}@keyframes wlModalIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.wl-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:transparent;border:1px solid transparent;transition:background .2s var(--ease),border-color .2s var(--ease),color .2s var(--ease)}.wl-close:hover{background:var(--bg-secondary);border-color:var(--border-subtle);color:var(--text-primary)}.wl-header{margin-bottom:22px}.wl-title{font-size:1.45rem;font-weight:525;letter-spacing:-.04em;color:var(--text-primary);line-height:1.15}.wl-form{display:flex;flex-direction:column;gap:14px}.wl-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wl-field{display:flex;flex-direction:column;gap:5px}.wl-field--reveal{animation:wlFieldReveal .2s var(--ease) both}@keyframes wlFieldReveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.wl-label{font-size:.72rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--text-tertiary)}.wl-input{padding:11px 14px;font-size:.915rem;font-family:inherit;color:var(--text-primary);background:#ffffffb8;border:1px solid var(--border-default);border-radius:10px;width:100%;transition:border-color .25s var(--ease),box-shadow .25s var(--ease);outline:none}.wl-input::placeholder{color:var(--text-muted)}.wl-input:focus{border-color:#a8b2c1;box-shadow:0 8px 24px #0a112112}.wl-input--error{border-color:#c77a5a}.wl-input--error:focus{border-color:#c77a5a;box-shadow:0 8px 24px #c77a5a1a}.wl-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%238796ac' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}.wl-select--placeholder{color:var(--text-muted)}.wl-error{font-size:.74rem;color:#8a6a5a;letter-spacing:.01em;animation:wlErrorFade .2s var(--ease) both}@keyframes wlErrorFade{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.wl-field--consent{margin-top:6px}.wl-consent-label{display:flex;align-items:flex-start;gap:10px;font-size:.84rem;color:var(--text-secondary);line-height:1.45;cursor:pointer}.wl-checkbox{margin-top:3px;width:18px;height:18px;flex-shrink:0;accent-color:#0e1627}.wl-checkbox.wl-input--error{outline:2px solid #8a6a5a;outline-offset:1px}.wl-link{color:#0e1627;text-decoration:underline}.wl-link:hover{text-decoration:none}.wl-field--consent .wl-error{display:block;margin-top:4px}.wl-submit-error{font-size:.82rem;color:#8a6a5a;text-align:center;margin-top:-2px}.wl-submit{margin-top:4px;width:100%;padding:13px 20px;font-family:inherit;font-size:.88rem;font-weight:560;letter-spacing:.01em;color:#f8fafc;background:#0e1627;border:none;border-radius:999px;cursor:pointer;transition:background .2s var(--ease)}.wl-submit:hover:not(:disabled){background:#2e3440}.wl-submit:disabled{opacity:.55;cursor:not-allowed}.wl-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 0 12px;gap:12px;animation:wlModalIn .3s var(--ease-spring) both}.wl-success-check{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#0e1627;color:#fff;font-size:1.15rem;font-weight:700}.wl-success-title{font-size:1.4rem;font-weight:525;letter-spacing:-.04em;color:var(--text-primary)}.wl-success-sub{font-size:.875rem;color:var(--text-muted);line-height:1.55}.wl-success-close{margin-top:8px;padding:10px 28px;font-family:inherit;font-size:.84rem;font-weight:520;letter-spacing:.01em;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:999px;cursor:pointer;transition:background .2s var(--ease),border-color .2s var(--ease)}.wl-success-close:hover{background:#e4e1df;border-color:var(--border-hover)}@media(max-width:520px){.wl-modal{padding:32px 22px 28px;border-radius:16px}.wl-row{grid-template-columns:1fr;gap:14px}.wl-title{font-size:1.25rem}}@media(max-width:360px){.wl-modal{padding:28px 18px 24px}}.footer{padding:1.1rem 0;background:var(--bg-primary);border-top:1px solid var(--border-subtle)}@media(max-width:1023px){.footer .section-container{max-width:none;width:100%;padding-left:clamp(56px,10vw,100px);padding-right:clamp(56px,10vw,100px)}}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-copy{font-size:.84rem;color:var(--text-muted);white-space:nowrap}.footer-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-link{font-size:.84rem;color:var(--text-muted);text-decoration:none;transition:color .2s var(--ease)}.footer-link:hover{color:var(--text-secondary)}.footer-links-divider{font-size:.84rem;color:var(--text-muted);opacity:.6;-webkit-user-select:none;user-select:none}@media(max-width:640px){.footer{padding:.7rem 0}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.footer-links{justify-content:center}}.privacy-page{min-height:100vh;background:var(--bg-primary, #faf9f7);color:var(--text-primary, #1a1a1a)}.privacy-header{padding:20px 24px;border-bottom:1px solid var(--border-default, #dedad6)}.privacy-main{max-width:640px;margin:0 auto;padding:48px 24px 80px}.privacy-title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:24px}.privacy-placeholder,.privacy-contact{font-size:.95rem;line-height:1.6;color:var(--text-secondary, #4a4a4a);margin-bottom:16px}.privacy-inline-link{color:#0e1627;text-decoration:underline}.privacy-inline-link:hover{text-decoration:none}.privacy-back{margin-top:32px}.privacy-back-link{font-size:.9rem;color:var(--text-secondary);text-decoration:none}.privacy-back-link:hover{text-decoration:underline}#root{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-primary)}.app{flex:1;display:flex;flex-direction:column;background:var(--bg-primary)}
