*{margin:0;padding:0;box-sizing:border-box}:root{--background: 255, 255, 255;--foreground: 45, 45, 45;--card: 245, 245, 245;--card-foreground: 45, 45, 45;--primary: 45, 45, 45;--primary-foreground: 255, 255, 255;--muted: 245, 245, 245;--muted-foreground: 117, 117, 117;--accent: 76, 175, 80;--accent-foreground: 255, 255, 255;--border: 224, 224, 224;--input: 224, 224, 224;--radius: .25rem;--radius-medium: .5rem;--radius-large: .75rem}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;background-color:rgb(var(--background));color:rgb(var(--foreground));font-size:16px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:normal;font-variation-settings:normal}.container{max-width:72rem;margin:0 auto;padding:0 1rem}@media(max-width:480px){.container{padding:0 1rem}}.nav{border-bottom:1px solid rgb(var(--border));background-color:rgb(var(--background));position:sticky;top:0;z-index:100}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem}.nav-brand{display:flex;align-items:center;gap:.5rem}.nav-logo{width:2rem;height:2rem;background-color:rgb(var(--foreground));border-radius:var(--radius)}.nav-logo-img{width:3rem;height:3rem;object-fit:contain;border-radius:var(--radius)}@media(min-width:768px){.nav-logo-img{width:3.5rem;height:3.5rem}}.nav-title{font-weight:600;font-size:1.125rem;letter-spacing:-.01em}.nav-menu{display:none;align-items:center;gap:2rem}.nav-link{font-size:.875rem;color:rgb(var(--foreground));text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link.active{color:rgb(var(--accent))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 24px;font-size:16px;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;transition:background-color .2s,border-color .2s;text-decoration:none;white-space:nowrap}.btn-primary{background-color:rgb(var(--primary));color:rgb(var(--primary-foreground))}.btn-primary:hover{background-color:#1a1a1a}.btn-primary:active{background-color:#0d0d0d}.btn-outline{background-color:transparent;color:rgb(var(--foreground));border:1px solid rgb(var(--primary))}.btn-outline:hover{background-color:rgb(var(--muted))}.btn-full{width:100%}.btn-download{padding:.75rem 2rem;min-width:200px;height:2.75rem}.hero{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:6rem 1rem}.hero-container{display:grid;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:.75rem;width:100%}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:rgb(var(--foreground));margin-bottom:.5rem}@media(min-width:768px){.hero-title{font-size:4rem}}.hero-description{font-size:1.125rem;color:rgb(var(--foreground));max-width:28rem;font-weight:400;line-height:1.6;margin-bottom:.5rem}.hero-download-buttons{display:flex;flex-direction:row;gap:1rem;margin-bottom:.75rem;max-width:28rem;width:100%;align-items:flex-start}.hero-legal{font-size:.875rem;color:rgb(var(--muted-foreground));line-height:1.6;max-width:30rem}.hero-legal a{color:rgb(var(--muted-foreground));text-decoration:underline;transition:color .2s}.hero-legal a:hover{color:rgb(var(--accent))}.hero-availability{font-size:.875rem;color:rgb(var(--muted-foreground));max-width:28rem}.hero-image{display:flex;justify-content:center}.phone-preview{width:18rem;height:600px;background-color:transparent;border-radius:var(--radius-large);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 20px 60px #0000004d}.phone-preview img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-large)}.phone-preview p{color:rgb(var(--muted-foreground))}.phone-preview-small{width:12rem;height:24rem;background-color:transparent;border-radius:var(--radius-large);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 40px #0003}.phone-preview-small img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-large)}.phone-preview-small svg{width:4rem;height:4rem;color:rgb(var(--muted-foreground))}.features{padding:6rem 1rem;background-color:rgba(var(--muted),.3)}.features-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2;color:rgb(var(--foreground))}@media(min-width:768px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.125rem;color:rgb(var(--muted-foreground));max-width:42rem;margin:0 auto;font-weight:400;line-height:1.6}.features-layout{position:relative;min-height:800px;display:flex;justify-content:center;align-items:center;padding:4rem 1rem}.features-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;align-items:center;justify-content:center}.features-center-image{width:100%;max-width:300px;height:auto;object-fit:contain;border-radius:var(--radius-large);box-shadow:0 20px 60px #0003}@media(min-width:768px){.features-center-image{max-width:400px}}@media(min-width:1024px){.features-center-image{max-width:500px}}.feature-item{position:absolute;z-index:2;transition:all .3s ease}.feature-content{display:flex;align-items:center;gap:1.5rem;max-width:320px}.feature-text{flex:1;min-width:0}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:rgb(var(--foreground));line-height:1.3}.feature-description{font-size:.9375rem;color:rgb(var(--muted-foreground));line-height:1.6;margin:0}.feature-icon-wrapper{width:72px;height:72px;min-width:72px;border-radius:50%;background-color:rgb(var(--accent));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.feature-item:hover .feature-icon-wrapper{transform:scale(1.1);box-shadow:0 4px 12px #4caf504d}.feature-icon{width:36px;height:36px;color:rgb(var(--background));stroke-width:2.5}@media(max-width:480px){.feature-content{flex-direction:row;align-items:center;max-width:100%}.feature-icon-wrapper{width:64px;height:64px;min-width:64px}.feature-icon{width:32px;height:32px}}.feature-connector{position:absolute;background-color:rgb(var(--border));height:1px;z-index:0;pointer-events:none;width:120px;top:50%;transform-origin:left center}.feature-1{top:5%;left:5%;transform:translate(0)}.feature-1 .feature-connector{transform:rotate(-25deg);left:calc(100% + 1rem);top:50%}.feature-2{top:5%;right:5%;transform:translate(0)}.feature-2 .feature-connector{transform:rotate(25deg);right:calc(100% + 1rem);left:auto;top:50%}.feature-3{top:50%;right:2%;transform:translateY(-50%)}.feature-3 .feature-connector{transform:rotate(0);right:calc(100% + 1rem);left:auto;top:50%}.feature-4{bottom:5%;right:5%;transform:translate(0)}.feature-4 .feature-connector{transform:rotate(-25deg);right:calc(100% + 1rem);left:auto;bottom:50%;top:auto}.feature-5{bottom:5%;left:5%;transform:translate(0)}.feature-5 .feature-connector{transform:rotate(25deg);left:calc(100% + 1rem);bottom:50%;top:auto}.feature-6{top:50%;left:2%;transform:translateY(-50%)}.feature-6 .feature-connector{transform:rotate(0);left:calc(100% + 1rem);top:50%}.feature-card-modern{background-color:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:var(--radius-large);padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.feature-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,rgb(var(--accent)),rgba(var(--accent),.5));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card-modern:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:rgb(var(--accent))}.feature-card-modern:hover:before{transform:scaleX(1)}.feature-icon-wrapper{margin-bottom:1.5rem}.feature-icon-circle-modern{width:72px;height:72px;background:linear-gradient(135deg,rgba(var(--accent),.1),rgba(var(--accent),.05));border:2px solid rgba(var(--accent),.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:all .3s ease}.feature-card-modern:hover .feature-icon-circle-modern{background:linear-gradient(135deg,rgba(var(--accent),.15),rgba(var(--accent),.1));border-color:rgb(var(--accent));transform:scale(1.1)}.feature-icon-modern{width:32px;height:32px;color:rgb(var(--accent));transition:all .3s ease}.feature-card-modern:hover .feature-icon-modern{transform:scale(1.1)}.feature-title-modern{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.3;color:rgb(var(--foreground))}.feature-description-modern{color:rgb(var(--muted-foreground));font-size:.9375rem;line-height:1.6;font-weight:400;margin:0}.features-phone-showcase{display:flex;justify-content:center;align-items:center;margin-top:4rem;padding:2rem 0}.phone-preview-features-modern{width:18rem;height:36rem;position:relative;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.phone-preview-features-modern{width:22rem;height:44rem}}.phone-preview-img-modern{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-large);transition:all .5s ease;box-shadow:0 20px 60px #0000004d;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.phone-preview-img-modern:hover{transform:scale(1.02);box-shadow:0 25px 70px #00000059}.card{background-color:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:var(--radius-medium);padding:16px}.pricing{padding:6rem 1rem;background-color:rgba(var(--muted),.3)}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-toggle-container{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.pricing-toggle-label{font-size:.875rem;color:rgb(var(--muted-foreground))}.pricing-toggle-label.active{font-weight:600;color:rgb(var(--foreground))}.pricing-toggle{position:relative;display:inline-flex;height:2rem;width:3.5rem;cursor:pointer;align-items:center;border-radius:9999px;border:none;background-color:rgb(var(--input));transition:all .3s ease;padding:.125rem}.pricing-toggle:hover{background-color:rgb(var(--border))}.pricing-toggle[aria-checked=true]{background-color:rgb(var(--primary))}.pricing-toggle[aria-checked=true]:hover{background-color:rgb(var(--primary));opacity:.9}.pricing-toggle-thumb{display:block;height:1.75rem;width:1.75rem;border-radius:9999px;background-color:rgb(var(--background));box-shadow:0 2px 4px #0003;transition:transform .3s ease;transform:translate(0)}.pricing-toggle[aria-checked=true] .pricing-toggle-thumb{transform:translate(1.5rem)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:100%;margin:0 auto}@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:100%}}.pricing-grid .pricing-card[style*=grid-column]{grid-column:1 / -1}.pricing-card{background-color:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:var(--radius-medium);padding:2rem;box-shadow:none;position:relative;transition:all .2s}.pricing-card-popular{border:2px solid rgb(var(--foreground))}.pricing-badge{position:absolute;top:-.75rem;right:1.5rem;background-color:rgb(var(--foreground));color:rgb(var(--background));padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:var(--radius)}.pricing-card-header{display:flex;flex-direction:column;gap:.375rem;padding-bottom:.5rem}.pricing-plan{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:rgb(var(--muted-foreground))}.pricing-price{display:flex;align-items:baseline;gap:.25rem}.pricing-amount{font-size:3.5rem;font-weight:700;letter-spacing:-.03em;line-height:1}.pricing-period{font-size:.875rem;color:rgb(var(--muted-foreground))}.pricing-card-body{padding-top:0;display:flex;flex-direction:column;gap:1rem}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem}.check-icon{width:1.25rem;height:1.25rem;color:rgb(var(--accent));flex-shrink:0;margin-top:.125rem}.pricing-features span{font-size:.875rem}.pricing-note{font-size:.75rem;text-align:center;color:rgb(var(--muted-foreground))}.download{padding:4rem 1rem;background:linear-gradient(135deg,rgb(var(--primary)),#1a1a1a);position:relative;overflow:hidden}.download:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(76,175,80,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.download:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(76,175,80,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.download-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:80rem;margin:0 auto;position:relative;z-index:1}@media(min-width:768px){.download-content{grid-template-columns:1.2fr 1fr;gap:4rem}}.download-text{text-align:center}@media(min-width:768px){.download-text{text-align:left}}.download-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2;color:rgb(var(--background))}@media(min-width:768px){.download-title{font-size:3.5rem}}.download-subtitle{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;font-weight:400;line-height:1.6}.download-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap}@media(min-width:768px){.download-buttons{justify-content:flex-start}}.download-preview{display:flex;justify-content:center;align-items:center;position:relative}.phone-preview-download{width:200px;height:400px;position:relative;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.phone-preview-download{width:250px;height:500px}}.phone-preview-download img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transform:rotate(-5deg);transition:transform .3s ease}.phone-preview-download:hover img{transform:rotate(0) scale(1.05)}.app-store-button,.google-play-button{display:inline-block;transition:opacity .2s}.app-store-button:hover,.google-play-button:hover{opacity:.8}.app-store-badge,.google-play-badge{height:60px;width:180px;display:block;object-fit:contain}.footer{border-top:1px solid rgb(var(--border));padding:3rem 1rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.footer-column h3{font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;color:rgb(var(--muted-foreground));text-decoration:none;transition:color .2s}.footer-links a:hover{color:rgb(var(--foreground))}.footer-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgb(var(--border))}.footer-copyright{font-size:.875rem;color:rgb(var(--muted-foreground));margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.footer-inspiration{font-size:.875rem;color:rgb(var(--muted-foreground))}.footer-inspiration a{color:rgb(var(--muted-foreground));text-decoration:none;transition:color .2s}.footer-inspiration a:hover{color:rgb(var(--accent));text-decoration:underline}.footer-social{display:flex;gap:1rem}.footer-social-link{color:rgb(var(--muted-foreground));transition:color .2s}.footer-social-link:hover{color:rgb(var(--foreground))}.footer-social-link svg{width:1.25rem;height:1.25rem}@media(max-width:480px){.hero{min-height:auto;padding:3rem 1rem}.hero-container{display:flex;flex-direction:column;gap:2rem}.hero-image{order:-1;margin-bottom:0}.hero-content{display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center}.hero-title{font-size:2.5rem;line-height:1.1;text-align:center}.hero-description{font-size:1rem;margin-bottom:1.5rem;text-align:center;max-width:100%}.hero-download-buttons{max-width:100%;margin-bottom:1rem;width:100%;align-items:center;flex-direction:row;justify-content:center;gap:.75rem}.hero-download-buttons .app-store-badge,.hero-download-buttons .google-play-badge{height:45px;width:150px;object-fit:contain}.app-store-button,.google-play-button{width:150px;display:flex;justify-content:center}.hero-legal{font-size:.75rem;max-width:100%;margin-bottom:.5rem;text-align:center}.hero-availability{font-size:.8125rem;max-width:100%;text-align:center}.phone-preview{width:100%;max-width:280px;height:500px;margin:0 auto 2rem}.section-title{font-size:2rem;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1rem;text-align:center}.features{padding:3rem 1rem}.features-header{margin-bottom:2rem}.features-layout{min-height:auto;padding:2rem 1rem;flex-direction:column}.features-center{position:relative;top:auto;left:auto;transform:none;margin-bottom:3rem;width:200px;height:200px}.feature-item{position:relative;width:100%;max-width:100%;margin-bottom:2rem;margin-left:auto;margin-right:auto}.feature-content{max-width:100%;flex-direction:column;align-items:flex-start;gap:1rem}.feature-icon-wrapper{align-self:flex-end}.feature-connector{display:none}.feature-1,.feature-2,.feature-3,.feature-4,.feature-5,.feature-6{inset:auto;transform:none}.feature-icon{width:2.5rem;height:2.5rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;margin-bottom:.5rem}.feature-description{font-size:.875rem}.pricing{padding:3rem 1rem}.pricing-header{margin-bottom:2rem}.pricing-grid{gap:1.5rem}.pricing-card{padding:1.5rem}.pricing-amount{font-size:2.5rem}.pricing-toggle-container{gap:.5rem}.pricing-toggle-label{font-size:.8125rem}.download{padding:3rem 1rem}.download-title{font-size:2rem;margin-bottom:1rem}.download-subtitle{font-size:1rem;margin-bottom:1.5rem}.phone-preview-download{width:180px;height:360px;margin:0 auto}.footer{padding:2rem 1rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.nav-container{padding:.75rem 1rem}.nav-title{font-size:1rem}.btn{font-size:.8125rem;padding:.5rem .625rem}}@media(min-width:640px){.hero-download-buttons .app-store-badge,.hero-download-buttons .google-play-badge{height:60px;width:180px}.app-store-button,.google-play-button{width:180px}}@media(min-width:768px){.nav-menu{display:flex}.hero-container{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:6rem}.section-title,.download-title{font-size:4rem}.features-layout{min-height:600px;padding:3rem 1rem}.phone-preview-features{width:18rem;height:36rem}.feature-item,.feature-content{max-width:280px}.feature-1{top:5%;left:2%}.feature-2{top:5%;right:2%}.feature-3{top:50%;left:0}.feature-4{top:50%;right:0}.feature-5{bottom:5%;left:2%}.feature-6{bottom:5%;right:2%}.feature-connector{display:none}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-bottom{flex-direction:row}.footer-copyright{margin-bottom:0;flex-direction:row;gap:1rem;align-items:center}}@media(min-width:1024px){.features-layout{min-height:800px}.feature-card{width:240px}.feature-connector{display:block}}.stats{padding:4rem 1rem}.stat-item{padding:1rem}@media(max-width:480px){.stats{padding:3rem 1rem}.stat-item div:first-child{font-size:2rem!important}.stat-item div:last-child{font-size:.875rem!important}.faq{padding:3rem 1rem}.faq-question{padding:1.25rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1.25rem}.faq-item.active .faq-answer{padding:0 1.25rem 1.25rem}.faq-answer p{font-size:.875rem}.download{padding:3rem 1rem}.download-title{font-size:2rem}.download-subtitle{font-size:.9375rem}.download-buttons{flex-direction:column;align-items:center}.phone-preview-download{width:150px;height:300px}}.faq{padding:6rem 1rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background-color:rgb(var(--background));border-radius:var(--radius-medium);border:1px solid rgb(var(--border));transition:all .3s ease;overflow:hidden}.faq-item:hover{border-color:rgb(var(--accent));box-shadow:0 2px 8px #0000000d}.faq-item.active{border-color:rgb(var(--accent));box-shadow:0 4px 12px #4caf501a}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;user-select:none;gap:1rem}.faq-question h3{font-size:1.125rem;font-weight:600;color:rgb(var(--foreground));margin:0;flex:1;text-align:left}.faq-icon{width:1.5rem;height:1.5rem;color:rgb(var(--accent));transition:transform .3s ease;flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:1000px;padding:0 1.5rem 1.5rem}.faq-answer p{color:rgb(var(--muted-foreground));line-height:1.7;margin:0}@media(max-width:480px){.faq{padding:3rem 1rem}.faq-item{padding:1.25rem}.faq-item h3{font-size:1rem}.faq-item p{font-size:.875rem}}.support{padding:6rem 1rem;background-color:rgb(var(--muted))}.support .container{max-width:48rem;text-align:center}@media(max-width:480px){.support{padding:3rem 1rem}}html{scroll-behavior:smooth}
