.navbar-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px}.navbar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1358px;height:54px;background:linear-gradient(to bottom,#fff,#fcfcfd);border-radius:54px;border:1px solid #eaecf5;padding:0 24px;margin:0 auto;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.logo-container{display:flex;align-items:center}.logo{width:160px;height:auto;display:flex;align-items:center;justify-content:center}.logo-image{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-family:Geist,sans-serif;font-weight:500;font-size:15px;color:#0000008c;text-decoration:none;transition:color .2s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#262626;transition:width .3s ease}.nav-link:hover{color:#000000e6}.nav-link:hover:after{width:100%}.cta-button{display:none}.cta-button button{background-color:#262626;color:#fff;font-family:Nohemi,sans-serif;font-weight:600;font-size:13px;border:none;border-radius:43px;padding:8px 18px;height:34px;cursor:pointer;transition:background-color .2s ease}.cta-button button:hover{background-color:#404040}.cta-button button:active{background-color:#333}.mobile-menu-container{display:block;position:relative}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:6px;color:#262626;transition:color .2s ease}.mobile-menu-toggle:hover{color:#404040}.mobile-menu{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;border:1px solid #eaecf5;padding:8px 0;flex-direction:column;min-width:160px;box-shadow:0 4px 16px #00000014;opacity:0;transform:translateY(-4px);pointer-events:none;transition:all .2s ease}.mobile-menu.active{opacity:1;transform:translateY(0);pointer-events:all}.mobile-nav-link{font-family:Geist,sans-serif;font-weight:500;font-size:14px;color:#000000a6;text-decoration:none;padding:10px 16px;transition:all .15s ease}.mobile-nav-link:hover{color:#262626;background-color:#f8f8f8}.mobile-cta-button{display:none}@media (min-width: 901px){.cta-button{display:block}.mobile-menu-container{display:none}}@media (max-width: 900px){.navbar-wrapper{padding:16px}.navbar{position:relative}.nav-links{display:none}.cta-button{display:none!important}.mobile-menu{display:flex}.logo{width:140px}}@media (max-width: 480px){.navbar-wrapper{padding:12px}.navbar{height:48px;padding:0 16px;border-radius:48px}.logo{width:120px;height:auto}}@media (max-width: 360px){.navbar-wrapper{padding:10px}.logo{width:110px}}.footer{width:100%;padding:32px 40px;border-top:1px solid #eaecf5;background:linear-gradient(to bottom,#fcfcfd,#fff)}.footer-container{max-width:1358px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-stores{display:flex;align-items:center;gap:12px}.store-link{display:block;transition:opacity .2s ease}.store-link:hover{opacity:.8}.store-badge{height:36px;width:auto}.store-link.coming-soon{cursor:default;opacity:.5}.store-link.coming-soon:hover{opacity:.6}.footer-links{display:flex;align-items:center;gap:12px}.footer-link{font-family:Geist,sans-serif;font-size:13px;font-weight:500;color:#00000080;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#253439}.footer-divider{color:#0003;font-size:13px;-webkit-user-select:none;user-select:none}.footer-copyright{font-family:Geist,sans-serif;font-size:13px;font-weight:400;color:#0006}@media (max-width: 900px){.footer-container{flex-wrap:wrap;justify-content:center;gap:20px}.footer-stores{width:100%;justify-content:center;order:1}.footer-links{order:2}.footer-copyright{order:3;width:100%;text-align:center}}@media (max-width: 768px){.footer{padding:28px 24px}.footer-container{flex-direction:column;gap:16px}}@media (max-width: 480px){.footer{padding:24px 20px}.footer-stores{gap:10px}.store-badge{height:32px}.footer-links{flex-wrap:wrap;justify-content:center;gap:8px 12px}.footer-link{font-size:12px}.footer-copyright{font-size:12px;text-align:center}}.rotating-text{display:inline-flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.rotating-text-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rotating-text-word{display:inline-flex}.rotating-text-lines{display:flex;flex-direction:column;width:100%}.rotating-text-element{display:inline-block}.rotating-text-space{white-space:pre}.highlight-rotating{color:#d4c4a8;display:inline-flex;overflow:hidden;vertical-align:baseline}.highlight-rotating .rotating-word{display:inline-flex}.highlight-rotating .rotating-char-wrapper{overflow:hidden;padding-bottom:.05em}.hero-section{min-height:calc(100vh - 94px);display:flex;align-items:center;padding-top:94px;position:relative;overflow:hidden}.hero-bg-graphic{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:578px;height:478px;pointer-events:none;z-index:0}.hero-bg-graphic img{width:100%;height:100%;object-fit:contain}.hero-container{width:100%;max-width:1358px;margin:0 auto;padding:60px 40px;position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:60px}.hero-content{max-width:555px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(to bottom,#fff,#fcfcfd);border:1px solid #eaecf5;border-radius:100px;padding:8px 16px 8px 12px;margin-bottom:24px;box-shadow:inset 0 0 3px #fff}.badge-dot{width:8px;height:8px;background:#00b67a;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.badge-text{font-family:Geist,sans-serif;font-size:12px;font-weight:500;color:#253439;letter-spacing:.02em}.hero-title{font-family:Nohemi,sans-serif;font-weight:500;font-size:52px;line-height:1.15;letter-spacing:-.5px;color:#253439;margin-bottom:24px}.hero-title .highlight-gold{color:#d4c4a8}.hero-description{font-family:Geist,sans-serif;font-size:15px;line-height:1.6;color:#0000008c;max-width:416px;margin-bottom:32px;font-weight:500}.features-list{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.feature-item{display:flex;align-items:center;gap:10px}.feature-icon-wrapper{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon-wrapper.gold{background:#d4c4a826;color:#b8a078}.feature-icon-wrapper.green{background:#00b67a1a;color:#00b67a}.feature-icon-wrapper.blue{background:#2534391a;color:#253439}.feature-icon-wrapper.purple{background:#8b5cf61a;color:#8b5cf6}.feature-text{font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:#000000a6}.feature-text .text-gold{color:#b8a078;font-weight:600}.feature-text .text-green{color:#00b67a;font-weight:600}.feature-text .text-blue{color:#253439;font-weight:600}.feature-text .text-purple{color:#8b5cf6;font-weight:600}.hero-cta-buttons{display:flex;gap:12px}.hero-cta-button{height:44px;border-radius:43px;font-family:Nohemi,sans-serif;font-weight:600;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-cta-button.primary{background-color:#253439;color:#fff;border:1px solid rgba(255,255,255,.12);padding:0 24px;gap:8px;box-shadow:inset 0 1px #ffffff1a}.hero-cta-button.primary .btn-icon{transition:transform .2s ease}.hero-cta-button.primary:hover{background-color:#1e2c30}.hero-cta-button.primary:hover .btn-icon{transform:translate(3px)}.hero-cta-button.primary:active{background-color:#172428}.hero-cta-button.secondary{background-color:#f5f5f5;color:#253439;border:1px solid rgba(37,52,57,.15);padding:0 24px}.hero-cta-button.secondary:hover{background-color:#ebebeb;border-color:#25343940}.hero-cta-button.secondary:active{background-color:#e0e0e0}.hero-phone{display:flex;flex-direction:column;align-items:center;gap:24px;flex-shrink:0;position:relative}.phone-glow{display:none}.phone-image{width:364px;height:auto}.stores-badges{display:flex;align-items:center;gap:12px}.store-badge-link{display:block;transition:opacity .2s ease}.store-badge-link:hover{opacity:.8}.store-badge{height:44px;width:auto}.store-badge-link.coming-soon{position:relative;cursor:default;opacity:.5}.store-badge-link.coming-soon:hover{opacity:.6}.coming-soon-label{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);font-family:Geist,sans-serif;font-size:10px;font-weight:500;color:#00000080;white-space:nowrap}@media (max-width: 1100px){.hero-container{flex-direction:column;align-items:center;text-align:center;gap:50px}.hero-content{max-width:600px;display:flex;flex-direction:column;align-items:center}.hero-description{max-width:500px}.features-box{width:auto}.hero-phone{align-items:center}.phone-image{width:340px}.hero-bg-graphic{width:500px;height:420px;opacity:.7}}@media (max-width: 900px){.hero-section{min-height:auto;padding-top:100px;padding-bottom:60px}.hero-container{padding:40px 24px;gap:40px}.hero-title{font-size:40px}.hero-bg-graphic{width:450px;height:380px}}@media (max-width: 768px){.hero-section{padding-top:90px}.hero-title{font-size:34px;line-height:1.2}.hero-description{font-size:14px;max-width:100%;line-height:1.7}.features-list{width:100%;align-items:center}.feature-item{justify-content:center}.hero-badge{margin-bottom:20px}.hero-cta-buttons{flex-direction:row;width:100%;max-width:340px;justify-content:center}.hero-cta-button{flex:1;padding:0 20px;font-size:14px;min-height:44px;height:44px}.phone-image{width:300px}.stores-badges{gap:10px}.store-badge{height:40px}.hero-bg-graphic{width:400px;height:340px;opacity:.5}}@media (max-width: 480px){.hero-section{padding-top:80px;padding-bottom:50px}.hero-container{padding:30px 20px;gap:36px}.hero-title{font-size:28px}.hero-description{font-size:13px;margin-bottom:24px}.hero-badge{padding:5px 12px 5px 8px}.badge-text{font-size:11px}.feature-icon-wrapper{width:24px;height:24px;border-radius:6px}.feature-icon-wrapper svg{width:12px;height:12px}.feature-item{justify-content:center}.feature-text{font-size:13px}.hero-cta-buttons{display:flex;flex-direction:column;max-width:100%;width:100%}.hero-cta-button{display:flex;width:100%;min-height:48px;height:48px;font-size:15px;flex-shrink:0}.hero-cta-button.secondary{background-color:#f5f5f5}.phone-image{width:260px}.stores-badges{gap:8px}.store-badge{height:36px}.hero-bg-graphic{width:320px;height:280px;opacity:.4}}@media (max-width: 360px){.hero-title{font-size:26px}.hero-description,.feature-text{font-size:12px}.feature-item{justify-content:center}.phone-image{width:240px}.store-badge{height:32px}.hero-bg-graphic{display:none}}.features-section{padding:100px 40px;background:#fafafa}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:60px}.features-label{display:inline-block;font-family:Geist,sans-serif;font-size:13px;font-weight:600;color:#d4c4a8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.features-title{font-family:Nohemi,sans-serif;font-size:36px;font-weight:500;color:#253439;letter-spacing:-.3px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#fff;border:1px solid #eaecf5;border-radius:16px;padding:32px;transition:all .3s ease}.feature-card:hover{border-color:#d4c4a8;box-shadow:0 8px 30px #0000000a}.feature-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-card-icon.gold{background:#d4c4a826;color:#b8a078}.feature-card-icon.green{background:#00b67a1a;color:#00b67a}.feature-card-icon.blue{background:#25343914;color:#253439}.feature-card-label{display:block;font-family:Geist,sans-serif;font-size:12px;font-weight:600;color:#0006;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.feature-card-title{font-family:Nohemi,sans-serif;font-size:20px;font-weight:500;color:#253439;line-height:1.3;margin-bottom:12px}.feature-card-description{font-family:Geist,sans-serif;font-size:14px;font-weight:400;color:#0000008c;line-height:1.65;margin:0}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:28px}.feature-card-title{font-size:18px}}@media (max-width: 900px){.features-section{padding:80px 24px}.features-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.features-header{margin-bottom:48px}.features-title{font-size:30px}}@media (max-width: 480px){.features-section{padding:60px 20px}.features-header{margin-bottom:36px}.features-label{font-size:11px}.features-title{font-size:26px}.feature-card{padding:24px}.feature-card-icon{width:44px;height:44px;margin-bottom:16px}.feature-card-title{font-size:17px}.feature-card-description{font-size:13px}}.legal-page{min-height:100vh;padding:120px 40px 80px;background:#fff}.legal-container{max-width:720px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:8px;font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:#00000080;text-decoration:none;margin-bottom:40px;transition:color .2s ease}.back-link:hover{color:#253439}.legal-header{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #eaecf5}.legal-header h1{font-family:Nohemi,sans-serif;font-size:42px;font-weight:500;color:#253439;margin-bottom:12px;letter-spacing:-.5px}.legal-subtitle{font-family:Geist,sans-serif;font-size:16px;font-weight:500;color:#0009;margin-bottom:8px}.legal-date{font-family:Geist,sans-serif;font-size:14px;color:#00000073}.legal-content{display:flex;flex-direction:column;gap:40px}.legal-section h2{font-family:Nohemi,sans-serif;font-size:20px;font-weight:500;color:#253439;margin-bottom:16px}.legal-section h3{font-family:Nohemi,sans-serif;font-size:16px;font-weight:500;color:#253439;margin-top:20px;margin-bottom:10px}.legal-section h3:first-of-type{margin-top:0}.legal-section p{font-family:Geist,sans-serif;font-size:15px;line-height:1.7;color:#000000a6;margin-bottom:12px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:16px 0;padding-left:24px}.legal-section li{font-family:Geist,sans-serif;font-size:15px;line-height:1.7;color:#000000a6;margin-bottom:8px;position:relative}.legal-section li::marker{color:#d4c4a8}.contact-email{font-family:Geist,sans-serif;font-size:15px;font-weight:600;color:#253439}.help-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.help-card{background:linear-gradient(to bottom,#fff,#fcfcfd);border:1px solid #eaecf5;border-radius:12px;padding:24px}.help-card-icon{width:44px;height:44px;background:#d4c4a826;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#b8a078;margin-bottom:16px}.help-card h3{font-family:Nohemi,sans-serif;font-size:16px;font-weight:500;color:#253439;margin-bottom:8px}.help-card p{font-family:Geist,sans-serif;font-size:13px;line-height:1.6;color:#0000008c;margin:0}.help-term{padding:20px 0;border-bottom:1px solid #eaecf5}.help-term:last-child{border-bottom:none}.help-term h3{font-family:Nohemi,sans-serif;font-size:16px;font-weight:500;color:#253439;margin-bottom:8px}.help-term p{margin:0}.faq-item{padding:20px 0;border-bottom:1px solid #eaecf5}.faq-item:last-child{border-bottom:none}.faq-item h3{font-family:Nohemi,sans-serif;font-size:16px;font-weight:500;color:#253439;margin-bottom:8px}.faq-item p{margin:0}.guides-page{background:#fafafa}.guides-container{max-width:800px}.guide-category{background:#fff;border-radius:16px;border:1px solid #eaecf5;padding:32px;margin-bottom:24px}.guide-category:last-child{margin-bottom:0}.category-title{font-family:Nohemi,sans-serif;font-size:24px;font-weight:600;color:#253439;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid #d4c4a8}.guide-item{padding:24px 0;border-bottom:1px solid #eaecf5}.guide-item:first-of-type{padding-top:0}.guide-item:last-child{border-bottom:none;padding-bottom:0}.guide-item h3{font-family:Nohemi,sans-serif;font-size:18px;font-weight:500;color:#253439;margin-bottom:6px}.guide-subtitle{font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:#d4c4a8!important;margin-bottom:12px!important;line-height:1.5}.guide-item>p:last-child{font-family:Geist,sans-serif;font-size:15px;line-height:1.75;color:#0009;margin:0}@media (max-width: 768px){.legal-page{padding:100px 24px 60px}.legal-header h1{font-size:32px}.help-cards{grid-template-columns:1fr}.guide-category{padding:24px 20px;border-radius:12px}.category-title{font-size:20px;margin-bottom:24px}.guide-item h3{font-size:16px}.guide-subtitle{font-size:13px}.guide-item>p:last-child{font-size:14px}}@media (max-width: 480px){.legal-page{padding:90px 20px 50px}.legal-header{margin-bottom:36px;padding-bottom:24px}.legal-header h1{font-size:28px}.legal-section h2{font-size:18px}.legal-section p,.legal-section li{font-size:14px}.back-link{margin-bottom:32px}.guide-category{padding:20px 16px}.category-title{font-size:18px}.guide-item{padding:20px 0}.guide-item h3{font-size:15px}}@font-face{font-family:Geist;src:url(https://cdn.jsdelivr.net/npm/geist@1.2.0/dist/fonts/geist-sans/Geist-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(https://cdn.jsdelivr.net/npm/geist@1.2.0/dist/fonts/geist-sans/Geist-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(https://cdn.jsdelivr.net/npm/geist@1.2.0/dist/fonts/geist-sans/Geist-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(https://cdn.jsdelivr.net/npm/geist@1.2.0/dist/fonts/geist-sans/Geist-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-Thin-B18ebvQF.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-ExtraLight-C9nwDY_c.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-Light-CydBauZK.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-Regular-V_p1KaPq.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-Medium-BAY9bfap.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-SemiBold-Be5voxVd.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-Bold-Dhe-kgzx.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-ExtraBold-DkkzGp76.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nohemi;src:url(/assets/Nohemi-Black-BSyrH9kl.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}:root{--color-primary: #000000;--color-secondary: #ffffff;--color-accent: #0066ff;--color-background: #ffffff;--color-text: #000000;--color-text-light: #666666;--font-primary: "Nohemi", sans-serif;--font-secondary: "Nohemi", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--spacing-2xl: 8rem;--container-max: 1440px;--container-padding: 2rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{min-height:100vh;line-height:1.5;font-family:Nohemi,sans-serif;background-color:#fff;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.app{min-height:100vh}
