:root{--accent-primary: #047857;--accent-secondary: #059669;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--text-primary: #1f2937;--text-secondary: #6b7280;--border-color: #d1d5db}html.dark{--accent-primary: #00ff88;--accent-secondary: #64ffaa;--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a1a1aa;--border-color: rgba(0, 255, 136, .15)}.section[data-astro-cid-yljhpyxq]{padding:4rem 1rem}.container[data-astro-cid-yljhpyxq]{max-width:1200px;margin:0 auto;padding:0 20px}.section-title[data-astro-cid-yljhpyxq]{font-size:3.5rem;font-weight:600;text-align:center;margin:0 0 5rem;color:var(--text-primary);letter-spacing:-.02em}.hero-title[data-astro-cid-yljhpyxq]{font-size:4rem;font-weight:500;margin:0 0 1.5rem;color:var(--text-primary);line-height:1.1;animation:slideInUp .8s ease-out .2s both}.gradient-text[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradientShift 6s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 4px 14px #00ff884d}50%{box-shadow:0 4px 20px #00ff8880}to{box-shadow:0 4px 14px #00ff884d}}@keyframes pulseLight{0%{box-shadow:0 4px 14px #10b9814d}50%{box-shadow:0 4px 20px #10b98180}to{box-shadow:0 4px 14px #10b9814d}}.btn[data-astro-cid-yljhpyxq]{border-radius:50px;position:relative;overflow:hidden;transition:all .3s ease;display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;font-weight:500;text-decoration:none;border:none;cursor:pointer}.btn-primary[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary))!important;color:#fff!important;border:none!important;box-shadow:0 4px 14px #00ff884d;font-weight:600}html.dark .btn-primary[data-astro-cid-yljhpyxq]{color:#000!important}html:not(.dark) .btn-primary[data-astro-cid-yljhpyxq]{box-shadow:0 4px 14px #04785766}.btn-primary[data-astro-cid-yljhpyxq]:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0f86}html:not(.dark) .btn-primary[data-astro-cid-yljhpyxq]:hover{box-shadow:0 15px 35px #04785780}.btn-secondary[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#00ff8814,#00ff8808)!important;color:var(--accent-primary)!important;border:2px solid rgba(0,255,136,.2)!important;backdrop-filter:blur(10px);font-weight:600}html:not(.dark) .btn-secondary[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#0478571f,#0478570d)!important;border-color:#0478574d!important}.btn-secondary[data-astro-cid-yljhpyxq]:hover{background:linear-gradient(135deg,#00ff8826,#00ff8814)!important;border-color:#0f86!important;transform:translateY(-3px);box-shadow:0 8px 25px #0f83}html:not(.dark) .btn-secondary[data-astro-cid-yljhpyxq]:hover{background:linear-gradient(135deg,#04785733,#0478571a)!important;border-color:#04785780!important;box-shadow:0 8px 25px #0478574d}.btn-gradient[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary))!important;color:#fff!important;border:none!important;box-shadow:0 4px 14px #00ff884d;font-weight:600}html.dark .btn-gradient[data-astro-cid-yljhpyxq]{color:#000!important}html:not(.dark) .btn-gradient[data-astro-cid-yljhpyxq]{box-shadow:0 4px 14px #04785766;color:#fff!important}.btn-gradient[data-astro-cid-yljhpyxq]:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0f86}html:not(.dark) .btn-gradient[data-astro-cid-yljhpyxq]:hover{box-shadow:0 15px 35px #04785780}.btn-gradient[data-astro-cid-yljhpyxq]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-gradient[data-astro-cid-yljhpyxq]:hover:before{left:100%}.btn-pulse[data-astro-cid-yljhpyxq]{animation:pulse 4s infinite}html:not(.dark) .btn-pulse[data-astro-cid-yljhpyxq]{animation:pulseLight 4s infinite}.btn-ghost[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#00ff8814,#00ff8808)!important;color:var(--accent-primary)!important;border:2px solid rgba(0,255,136,.2)!important;backdrop-filter:blur(10px);font-weight:600;font-size:1.1rem;padding:.9rem 2.5rem}html:not(.dark) .btn-ghost[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#0478571f,#0478570d)!important;border-color:#0478574d!important}.btn-ghost[data-astro-cid-yljhpyxq]:hover{background:linear-gradient(135deg,#00ff8826,#00ff8814)!important;border-color:#0f86!important;transform:translateY(-3px);box-shadow:0 8px 25px #0f83}html:not(.dark) .btn-ghost[data-astro-cid-yljhpyxq]:hover{background:linear-gradient(135deg,#04785733,#0478571a)!important;border-color:#04785780!important;box-shadow:0 8px 25px #0478574d}.card[data-astro-cid-yljhpyxq]{background:var(--bg-primary);border:1px solid rgba(0,0,0,.04);border-radius:24px;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005,0 1px 4px #0000000d}html.dark .card[data-astro-cid-yljhpyxq]{background:#18181bcc;border-color:#ffffff14;box-shadow:0 4px 20px #0003,0 1px 4px #0000004d}.card[data-astro-cid-yljhpyxq]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014,0 8px 16px #0000001a;border-color:#00000014}html.dark .card[data-astro-cid-yljhpyxq]:hover{box-shadow:0 20px 40px #0006,0 8px 16px #00000080;border-color:#ffffff26}.serpentine-bg[data-astro-cid-yljhpyxq]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.08}.flow-lines[data-astro-cid-yljhpyxq]{position:absolute;width:100%;height:100%;background:linear-gradient(45deg,transparent 48%,rgba(0,255,136,.03) 49%,rgba(0,255,136,.03) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(0,255,136,.02) 49%,rgba(0,255,136,.02) 51%,transparent 52%);background-size:200px 200px,300px 300px;animation:flowAnimation 60s linear infinite;will-change:transform}html:not(.dark) .flow-lines[data-astro-cid-yljhpyxq]{background:linear-gradient(45deg,transparent 48%,rgba(4,120,87,.04) 49%,rgba(4,120,87,.04) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(4,120,87,.03) 49%,rgba(4,120,87,.03) 51%,transparent 52%);background-size:200px 200px,300px 300px}@keyframes flowAnimation{0%{transform:translate(0) translateY(0)}to{transform:translate(-200px) translateY(-200px)}}.hero-background[data-astro-cid-yljhpyxq]{position:absolute;inset:0;z-index:0}.hero-gradient[data-astro-cid-yljhpyxq]{position:absolute;inset:0;background:radial-gradient(ellipse at top left,rgba(0,255,136,.15) 0%,transparent 50%)}html:not(.dark) .hero-gradient[data-astro-cid-yljhpyxq]{background:radial-gradient(ellipse at top left,rgba(4,120,87,.15) 0%,transparent 50%)}.floating-elements[data-astro-cid-yljhpyxq]{position:absolute;inset:0}.floating-element[data-astro-cid-yljhpyxq]{position:absolute;width:150%;height:150%;background:radial-gradient(circle at 20% 50%,rgba(0,255,136,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,255,136,.05) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(0,255,136,.03) 0%,transparent 50%);animation:serpentineFlow 80s linear infinite;will-change:transform;pointer-events:none}html:not(.dark) .floating-element[data-astro-cid-yljhpyxq]{background:radial-gradient(circle at 20% 50%,rgba(4,120,87,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(4,120,87,.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(4,120,87,.04) 0%,transparent 50%)}.floating-element-1[data-astro-cid-yljhpyxq]{top:-50%;left:-50%;animation-delay:0s}.floating-element-2[data-astro-cid-yljhpyxq]{top:-30%;right:-60%;animation-delay:-8s;transform:rotate(45deg)}.floating-element-3[data-astro-cid-yljhpyxq]{bottom:-40%;left:-40%;animation-delay:-16s;transform:rotate(-30deg)}@keyframes serpentineFlow{0%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-25px,-15px,0) rotate(180deg)}to{transform:translate3d(-50px,-30px,0) rotate(360deg)}}.hero-content[data-astro-cid-yljhpyxq]{position:relative;z-index:1}.hero-base[data-astro-cid-yljhpyxq]{text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(0,50,30,.8) 0%,rgba(0,30,20,.9) 25%,var(--bg-primary) 60%,var(--bg-primary) 100%)}html:not(.dark) .hero-base[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,rgba(4,120,87,.08) 0%,rgba(6,78,59,.12) 25%,var(--bg-primary) 60%,var(--bg-primary) 100%)}.contact-method[data-astro-cid-yljhpyxq]{display:inline-block;padding:.5rem 3rem;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;display:flex;align-items:center;gap:1rem}.contact-method[data-astro-cid-yljhpyxq]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.contact-method[data-astro-cid-yljhpyxq]:hover:before{left:100%}.contact-method[data-astro-cid-yljhpyxq]:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0f86}html:not(.dark) .contact-method[data-astro-cid-yljhpyxq]:hover{box-shadow:0 15px 35px #10b98166}.contact-icon[data-astro-cid-yljhpyxq]{font-size:1.5rem}.contact-text[data-astro-cid-yljhpyxq]{font-weight:600;font-size:1.1rem;color:#fff}html.dark .contact-text[data-astro-cid-yljhpyxq]{color:#000!important}@media (prefers-reduced-motion: reduce){.flow-lines[data-astro-cid-yljhpyxq],.floating-element[data-astro-cid-yljhpyxq],.serpentineFlow[data-astro-cid-yljhpyxq],.btn-pulse[data-astro-cid-yljhpyxq],.gradient-text[data-astro-cid-yljhpyxq]{animation:none}}@media (max-width: 768px){.flow-lines[data-astro-cid-yljhpyxq]{animation-duration:80s}.floating-element[data-astro-cid-yljhpyxq]{animation-duration:100s}}@media (max-width: 768px){.hero-title[data-astro-cid-yljhpyxq]{font-size:2.5rem;line-height:1.2}.section-title[data-astro-cid-yljhpyxq]{font-size:2.5rem;margin-bottom:3rem}}@media (max-width: 480px){.hero-title[data-astro-cid-yljhpyxq],.section-title[data-astro-cid-yljhpyxq]{font-size:2rem}.btn[data-astro-cid-yljhpyxq]{width:100%;justify-content:center}.contact-method[data-astro-cid-yljhpyxq]{display:flex!important;align-items:center!important;gap:1rem!important;padding:.8rem 2.5rem!important;font-size:1.1rem!important;min-width:280px;justify-content:center;color:#000!important}}.app-header[data-astro-cid-yljhpyxq]{padding:.5rem 0;background:var(--bg-primary);border-bottom:1px solid var(--border-color)}.header-content[data-astro-cid-yljhpyxq]{display:flex;justify-content:space-between;align-items:center;@media (max-width: 768px){align-items:normal}}.logo-section[data-astro-cid-yljhpyxq]{display:flex;align-items:center;gap:1.5rem}.app-logo[data-astro-cid-yljhpyxq]{width:60px;height:60px;border-radius:16px;border:1px solid var(--border-color);object-fit:cover}html.dark .app-logo[data-astro-cid-yljhpyxq]{border-color:#fff6}.app-title[data-astro-cid-yljhpyxq]{font-size:1.8rem;font-weight:400;color:var(--text-primary);margin:0}.back-link[data-astro-cid-yljhpyxq]{color:var(--accent-primary);text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;background:#00000005}@media (min-width: 769px) and (max-width: 1440px){.back-link[data-astro-cid-yljhpyxq]{margin-right:102px}}html.dark .back-link[data-astro-cid-yljhpyxq]{background:#ffffff0d}.back-link[data-astro-cid-yljhpyxq]:hover{background:#00ff881a;transform:translate(-2px)}html:not(.dark) .back-link[data-astro-cid-yljhpyxq]:hover{background:#0478571a}.hero[data-astro-cid-yljhpyxq]{padding:4rem 1rem 6rem}.hero-subtitle[data-astro-cid-yljhpyxq]{font-size:1.4rem;color:var(--text-secondary);margin:0 0 3rem;font-weight:300;max-width:600px;margin-left:auto;margin-right:auto;opacity:.8;animation:slideInUp .8s ease-out .4s both}.hero-description[data-astro-cid-yljhpyxq]{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;line-height:1.7;animation:slideInUp .8s ease-out .6s both}.hero-actions[data-astro-cid-yljhpyxq]{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;animation:slideInUp .8s ease-out .8s both;margin-top:2rem}.custom-app-store[data-astro-cid-yljhpyxq]{display:flex!important;align-items:center!important;gap:1rem!important;padding:.8rem 2.5rem!important;font-size:1.1rem!important;margin-right:1rem;min-width:200px;justify-content:center;color:#000!important}.apple-logo[data-astro-cid-yljhpyxq]{width:28px;height:32px}.apple-logo-light[data-astro-cid-yljhpyxq]{display:block}.apple-logo-dark[data-astro-cid-yljhpyxq],html.dark .apple-logo-light[data-astro-cid-yljhpyxq]{display:none}html.dark .apple-logo-dark[data-astro-cid-yljhpyxq]{display:block}.button-text[data-astro-cid-yljhpyxq]{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.download-text[data-astro-cid-yljhpyxq]{font-size:.75rem;font-weight:400;opacity:.9}.store-text[data-astro-cid-yljhpyxq]{font-size:1.1rem;font-weight:600;margin-top:-2px}.screenshots[data-astro-cid-yljhpyxq]{background:var(--bg-secondary);padding:6rem 1rem;position:relative}.screenshots-grid[data-astro-cid-yljhpyxq]{display:flex;justify-content:center;gap:4rem;margin:0 auto;flex-wrap:wrap}.screenshot-card[data-astro-cid-yljhpyxq]{height:500px;position:relative;transition:all .3s ease;display:flex;align-items:center;justify-content:center;overflow:hidden}.screenshot-card[data-astro-cid-yljhpyxq]:hover{transform:translateY(-10px);border-color:#0f86;box-shadow:0 20px 40px #00ff881a;border-radius:2.5rem}html:not(.dark) .screenshot-card[data-astro-cid-yljhpyxq]:hover{border-color:#10b98166;box-shadow:0 20px 40px #10b9811a}.screenshot-card[data-astro-cid-yljhpyxq] img[data-astro-cid-yljhpyxq]{width:100%;height:100%;border-radius:38px;display:block;object-fit:contain;object-position:center}@supports (-webkit-appearance: none){.screenshot-card[data-astro-cid-yljhpyxq]{min-height:500px}.screenshot-card[data-astro-cid-yljhpyxq] img[data-astro-cid-yljhpyxq]{max-width:100%;max-height:100%;width:auto;height:auto}}.overview[data-astro-cid-yljhpyxq]{background:var(--bg-primary);padding:6rem 1rem}.overview-grid[data-astro-cid-yljhpyxq]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto}.overview-content[data-astro-cid-yljhpyxq] h2[data-astro-cid-yljhpyxq]{font-size:3rem;font-weight:200;margin:0 0 1.5rem;color:var(--text-primary)}.overview-content[data-astro-cid-yljhpyxq] p[data-astro-cid-yljhpyxq]{color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.7;font-size:1.2rem;opacity:.7}.overview-highlights[data-astro-cid-yljhpyxq]{display:grid;gap:2rem;margin-top:3rem}.highlight[data-astro-cid-yljhpyxq]{text-align:center;padding:2rem;background:linear-gradient(135deg,#00ff8814,#00ff8805);border:1px solid rgba(0,255,136,.15);border-radius:20px;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;backdrop-filter:blur(10px);box-shadow:0 8px 32px #00ff880f,inset 0 1px #ffffff1a}.highlight[data-astro-cid-yljhpyxq]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 50%,rgba(0,255,136,.03) 100%);border-radius:inherit;pointer-events:none}html:not(.dark) .highlight[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#fffc,#f0f2f5b3);border-color:#0000001a;box-shadow:0 8px 32px #0000000d,inset 0 1px #ffffffe6}html:not(.dark) .highlight[data-astro-cid-yljhpyxq]:before{background:linear-gradient(135deg,rgba(255,255,255,.5) 0%,transparent 50%,rgba(240,242,245,.1) 100%)}.highlight[data-astro-cid-yljhpyxq]:hover{transform:translateY(-6px);border-color:#00ff8840;box-shadow:0 16px 40px #00ff881a,inset 0 1px #ffffff26}html:not(.dark) .highlight[data-astro-cid-yljhpyxq]:hover{border-color:#00000026;box-shadow:0 16px 40px #0000001a,inset 0 1px #fff}.highlight[data-astro-cid-yljhpyxq] h3[data-astro-cid-yljhpyxq]{font-size:1.5rem;font-weight:400;margin:0 0 1rem;color:var(--accent-primary)}.highlight[data-astro-cid-yljhpyxq] p[data-astro-cid-yljhpyxq]{color:var(--text-secondary);margin:0;font-size:1rem;opacity:.8;line-height:1.6}.overview-visual[data-astro-cid-yljhpyxq]{display:flex;justify-content:center}.featured-screenshot[data-astro-cid-yljhpyxq]{height:500px;@media (min-width: 1024px){height:50rem}transition:all .3s ease;display:flex;align-items:center;justify-content:center;overflow:hidden}.featured-screenshot[data-astro-cid-yljhpyxq]:hover{transform:translateY(-10px);border-color:#0f86;box-shadow:0 20px 40px #00ff881a;border-radius:2.4rem}@media (min-width: 1024px){.featured-screenshot[data-astro-cid-yljhpyxq]:hover{border-radius:3.8rem}}html:not(.dark) .featured-screenshot[data-astro-cid-yljhpyxq]:hover{border-color:#10b98166;box-shadow:0 20px 40px #10b9811a}.featured-screenshot[data-astro-cid-yljhpyxq] img[data-astro-cid-yljhpyxq]{width:100%;height:100%;border-radius:2.375rem;display:block;object-fit:contain;object-position:center}@supports (-webkit-appearance: none){.featured-screenshot[data-astro-cid-yljhpyxq]{min-height:500px}.featured-screenshot[data-astro-cid-yljhpyxq] img[data-astro-cid-yljhpyxq]{max-width:100%;max-height:100%;width:auto;height:auto}}.features[data-astro-cid-yljhpyxq]{padding:5rem 1rem;background:#f8fafc66;border-radius:30px;margin:0;position:relative}html.dark .features[data-astro-cid-yljhpyxq]{background:#10101099}.section-subtitle[data-astro-cid-yljhpyxq]{text-align:center;opacity:.7;font-size:1.2rem;max-width:700px;margin:0 auto 4rem;line-height:1.5;color:var(--text-secondary)}.features-grid[data-astro-cid-yljhpyxq]{display:flex;flex-wrap:wrap;justify-content:center;gap:3.5rem;max-width:1200px;margin:0 auto;align-items:start}.feature-card[data-astro-cid-yljhpyxq]{width:320px;text-align:center;padding:3.5rem 2.5rem;display:flex;flex-direction:column;align-items:center}.feature-header[data-astro-cid-yljhpyxq]{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem;width:100%}.feature-icon[data-astro-cid-yljhpyxq]{width:64px;height:64px;background:linear-gradient(135deg,#00ff881a,#00ff8805);border:1px solid rgba(0,255,136,.2);border-radius:20px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);box-shadow:0 8px 32px #00ff881a,inset 0 1px #fff3;position:relative;overflow:hidden;color:var(--accent-primary)}.feature-icon[data-astro-cid-yljhpyxq] svg[data-astro-cid-yljhpyxq]{width:24px;height:24px;position:relative;z-index:1}.feature-icon[data-astro-cid-yljhpyxq]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(0,255,136,.05) 100%);border-radius:inherit}html:not(.dark) .feature-icon[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#ffffffe6,#f0f2f5cc);border-color:#10b9814d;box-shadow:0 8px 32px #00000014,inset 0 1px #fff}html:not(.dark) .feature-icon[data-astro-cid-yljhpyxq]:before{background:linear-gradient(135deg,rgba(255,255,255,.6) 0%,transparent 50%,rgba(240,242,245,.2) 100%)}.feature-card[data-astro-cid-yljhpyxq] h3[data-astro-cid-yljhpyxq]{font-size:1.4rem;font-weight:500;margin:0;color:var(--text-primary);line-height:1.3;letter-spacing:-.01em}.feature-card[data-astro-cid-yljhpyxq] p[data-astro-cid-yljhpyxq]{color:var(--text-secondary);margin:0 0 2rem;line-height:1.7;font-size:1rem;text-align:center;opacity:.85;font-weight:400}.feature-benefits[data-astro-cid-yljhpyxq]{display:flex;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap;justify-content:center}.benefit[data-astro-cid-yljhpyxq]{background:#0000000a;color:var(--text-secondary);padding:.5rem 1rem;border-radius:12px;font-size:.8rem;font-weight:500;border:1px solid rgba(0,0,0,.06)}html.dark .benefit[data-astro-cid-yljhpyxq]{background:#ffffff14;color:var(--text-secondary);border-color:#ffffff1a}.feature-screenshot[data-astro-cid-yljhpyxq]{max-width:200px;width:100%;margin:0 auto;background:none;border-radius:38px;padding:0;position:relative;transform:translateY(-10px)}.feature-screenshot[data-astro-cid-yljhpyxq] img[data-astro-cid-yljhpyxq]{width:100%;height:auto;border-radius:38px;display:block;max-height:380px;object-fit:contain}.methodology[data-astro-cid-yljhpyxq]{background:var(--bg-secondary);padding:6rem 1rem;position:relative}.methodology-content[data-astro-cid-yljhpyxq]{max-width:1100px;margin:0 auto}.methodology-intro[data-astro-cid-yljhpyxq]{text-align:center;margin-bottom:4rem}.methodology-description[data-astro-cid-yljhpyxq]{font-size:1.3rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.7;opacity:.8;font-weight:400}.methodology-grid[data-astro-cid-yljhpyxq]{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:4rem}.methodology-card[data-astro-cid-yljhpyxq]{flex:0 1 340px;max-width:350px;padding:2.5rem}.methodology-card[data-astro-cid-yljhpyxq] h3[data-astro-cid-yljhpyxq]{font-size:1.4rem;font-weight:500;margin:0 0 1.5rem;color:var(--text-primary);line-height:1.3;letter-spacing:-.01em}.methodology-card[data-astro-cid-yljhpyxq] p[data-astro-cid-yljhpyxq]{color:var(--text-secondary);margin:0;line-height:1.7;font-size:1rem;opacity:.85;font-weight:400}.methodology-evolution[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#00ff8814,#00ff8805);border:1px solid rgba(0,255,136,.15);border-radius:24px;padding:3rem;text-align:center;position:relative;overflow:hidden;backdrop-filter:blur(10px);box-shadow:0 8px 32px #00ff880f,inset 0 1px #ffffff1a}.methodology-evolution[data-astro-cid-yljhpyxq]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 50%,rgba(0,255,136,.03) 100%);border-radius:inherit;pointer-events:none}html:not(.dark) .methodology-evolution[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#fffc,#f0f2f5b3);border-color:#0000001a;box-shadow:0 8px 32px #0000000d,inset 0 1px #ffffffe6}html:not(.dark) .methodology-evolution[data-astro-cid-yljhpyxq]:before{background:linear-gradient(135deg,rgba(255,255,255,.5) 0%,transparent 50%,rgba(240,242,245,.1) 100%)}.methodology-evolution[data-astro-cid-yljhpyxq] h3[data-astro-cid-yljhpyxq]{font-size:2rem;font-weight:500;margin:0 0 2rem;color:var(--accent-primary);position:relative;z-index:1}.methodology-evolution[data-astro-cid-yljhpyxq] p[data-astro-cid-yljhpyxq]{color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.7;font-size:1.1rem;opacity:.8;position:relative;z-index:1}.methodology-evolution[data-astro-cid-yljhpyxq] p[data-astro-cid-yljhpyxq]:last-child{margin-bottom:0}.contact[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#00ff880d,#00ff8805);text-align:center;padding:6rem 1rem}html:not(.dark) .contact[data-astro-cid-yljhpyxq]{background:linear-gradient(135deg,#10b9810d,#10b98105)}.contact-description[data-astro-cid-yljhpyxq]{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;line-height:1.7;opacity:.8}.contact-methods[data-astro-cid-yljhpyxq]{display:flex;justify-content:center}@media (max-width: 768px){.header-content[data-astro-cid-yljhpyxq]{flex-direction:column;gap:1.5rem;text-align:center}.app-title[data-astro-cid-yljhpyxq]{font-size:1.8rem}.app-logo[data-astro-cid-yljhpyxq]{width:50px;height:50px}.hero[data-astro-cid-yljhpyxq]{padding:4rem 1rem 3rem}.hero-title[data-astro-cid-yljhpyxq]{font-size:2.5rem;line-height:1.2}.hero-subtitle[data-astro-cid-yljhpyxq]{font-size:1.25rem}.floating-element[data-astro-cid-yljhpyxq]{display:none}.screenshots-grid[data-astro-cid-yljhpyxq]{grid-template-columns:1fr;gap:1rem}.screenshots[data-astro-cid-yljhpyxq]{padding:2rem 1rem}.overview[data-astro-cid-yljhpyxq]{padding:2rem 0}.overview-grid[data-astro-cid-yljhpyxq]{grid-template-columns:1fr;gap:3rem;text-align:center}.overview-visual[data-astro-cid-yljhpyxq]{order:-1}.features[data-astro-cid-yljhpyxq]{padding:4rem 0}.features-grid[data-astro-cid-yljhpyxq]{grid-template-columns:1fr;gap:2.5rem}.feature-card[data-astro-cid-yljhpyxq]{width:100%;max-width:350px;padding:2.5rem 1.5rem;margin:0 auto}.feature-benefits[data-astro-cid-yljhpyxq]{gap:.5rem}.section-title[data-astro-cid-yljhpyxq]{font-size:2.5rem;margin-bottom:3rem}.section-subtitle[data-astro-cid-yljhpyxq]{font-size:1.1rem}.feature-header[data-astro-cid-yljhpyxq]{gap:1.5rem;margin-bottom:1.5rem}.feature-icon[data-astro-cid-yljhpyxq]{width:56px;height:56px;font-size:1.6rem}.feature-card[data-astro-cid-yljhpyxq] h3[data-astro-cid-yljhpyxq]{font-size:1.3rem}.feature-screenshot[data-astro-cid-yljhpyxq]{max-width:180px;transform:translateY(-8px)}.hero-actions[data-astro-cid-yljhpyxq]{flex-direction:column;align-items:center;gap:1.5rem}.custom-app-store[data-astro-cid-yljhpyxq]{margin-right:0!important;min-width:180px!important;padding:1rem 2rem!important}.apple-logo[data-astro-cid-yljhpyxq]{width:24px;height:24px}.download-text[data-astro-cid-yljhpyxq]{font-size:.7rem}.store-text[data-astro-cid-yljhpyxq]{font-size:1rem}.btn-ghost[data-astro-cid-yljhpyxq]{font-size:1rem;padding:1rem 2rem}.feature-screenshot[data-astro-cid-yljhpyxq]{max-width:200px}.methodology[data-astro-cid-yljhpyxq]{padding:4rem 0}.methodology-intro[data-astro-cid-yljhpyxq]{margin-bottom:3rem}.methodology-grid[data-astro-cid-yljhpyxq]{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.methodology-card[data-astro-cid-yljhpyxq],.methodology-evolution[data-astro-cid-yljhpyxq]{padding:2rem}.methodology-evolution[data-astro-cid-yljhpyxq] h3[data-astro-cid-yljhpyxq]{font-size:1.5rem}.methodology-description[data-astro-cid-yljhpyxq]{font-size:1.1rem}}@media (max-width: 480px){.hero-title[data-astro-cid-yljhpyxq]{font-size:2rem}.hero-subtitle[data-astro-cid-yljhpyxq]{font-size:1.1rem}.hero-description[data-astro-cid-yljhpyxq]{font-size:1rem}.hero-actions[data-astro-cid-yljhpyxq]{flex-direction:column;gap:1rem}.hero-actions[data-astro-cid-yljhpyxq] .btn[data-astro-cid-yljhpyxq]{width:100%;justify-content:center}.custom-app-store[data-astro-cid-yljhpyxq]{min-width:auto!important}.feature-card[data-astro-cid-yljhpyxq]{padding:1.5rem}.section-title[data-astro-cid-yljhpyxq],.overview-content[data-astro-cid-yljhpyxq] h2[data-astro-cid-yljhpyxq]{font-size:2rem}.overview-content[data-astro-cid-yljhpyxq] p[data-astro-cid-yljhpyxq]{font-size:1rem}.contact-method[data-astro-cid-yljhpyxq]{padding:.8rem 2rem;flex-direction:row;gap:.5rem}.contact[data-astro-cid-yljhpyxq]{padding:3rem 1rem}}
