:root{--primary:#10b981;--primary-hover:#059669;--secondary:#3b82f6;--bg:#f8fafc;--surface:#fff;--text:#0f172a;--text-light:#64748b;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-float:0 25px 50px -12px #00000040;--radius:1rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3{letter-spacing:-.025em;font-weight:700;line-height:1.2}.text-gradient{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}p{color:var(--text-light)}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #10b98163}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #10b9813b}.btn-secondary{color:var(--text);border:1px solid var(--border);background-color:#0000}.btn-secondary:hover{border-color:var(--text-light);background-color:var(--surface);transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.navbar{-webkit-backdrop-filter:blur(12px);z-index:100;background:#fffc;border-bottom:1px solid #ffffff4d;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.nav-logo-icon{object-fit:cover;border-radius:8px;width:32px;height:32px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a:not(.btn){color:var(--text);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:not(.btn):hover{color:var(--primary)}.lang-switch-wrapper{margin-left:1rem}.lang-switch{border:1px solid var(--border);background-color:var(--surface);color:var(--text);cursor:pointer;border-radius:.5rem;outline:none;padding:.5rem;font-family:inherit;font-weight:500}.lang-switch:focus{border-color:var(--primary)}.hero{padding:10rem 0 6rem;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content h1{margin:1.5rem 0;font-size:4rem}.hero-content p{max-width:90%;margin-bottom:2.5rem;font-size:1.25rem}.badge{color:var(--primary);background:#10b9811a;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-actions{gap:1rem;display:flex}.hero-image-wrapper{justify-content:center;display:flex;position:relative}.blob{filter:blur(80px);z-index:-1;background:linear-gradient(135deg,#10b98133,#3b82f633);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite alternate pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%{transform:translate(-50%,-50%)scale(1)}to{transform:translate(-50%,-50%)scale(1.1)}}.hero-image{border-radius:2rem;width:100%;max-width:320px;height:auto;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);transform:rotate(-5deg)translateY(0);box-shadow:0 25px 50px -12px #00000080}.hero-image:hover{transform:rotate(-2deg)translateY(-10px)}.features{background:#fff;padding:8rem 0}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);padding:2.5rem;transition:all .3s}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:#10b9814d;transform:translateY(-5px)}.icon-wrapper{background:linear-gradient(135deg, var(--primary), #34d399);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.icon-wrapper svg{width:24px;height:24px}.feature-card h3{margin-bottom:1rem;font-size:1.25rem}.detailed-stats{padding:8rem 0}.stats-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.stats-image-wrapper{justify-content:center;display:flex;position:relative}.stats-image{border-radius:2rem;width:100%;max-width:320px;height:auto;margin:0 auto;transition:transform .5s;display:block;transform:rotate(5deg);box-shadow:0 25px 50px -12px #00000080}.stats-image:hover{transform:rotate(2deg)scale(1.02)}.stats-content h2{margin-bottom:1.5rem;font-size:3rem}.stats-content p{margin-bottom:2rem;font-size:1.125rem}.check-list{list-style:none}.check-list li{align-items:center;gap:1rem;margin-bottom:1rem;font-weight:500;display:flex}.check-list li:before{content:"✓";width:24px;height:24px;color:var(--primary);background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.footer{background:linear-gradient(135deg, var(--primary), var(--secondary));text-align:center;color:#fff;padding:6rem 0}.footer h2{margin-bottom:1rem;font-size:3rem}.footer p{color:#ffffffe6;font-size:1.25rem}.mt-4{margin-top:2rem}.justify-center{justify-content:center}.copyright{color:#ffffffb3;margin-top:4rem;font-size:.875rem}@supports (animation-timeline:view()){.reveal-up{animation:linear both reveal-up;animation-timeline:view();animation-range:entry 10% cover 30%}.reveal-left{animation:linear both reveal-left;animation-timeline:view();animation-range:entry 10% cover 30%}.reveal-right{animation:linear both reveal-right;animation-timeline:view();animation-range:entry 10% cover 30%}.reveal-scale{animation:linear both reveal-scale;animation-timeline:view();animation-range:entry 10% cover 30%}}@keyframes reveal-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes reveal-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes reveal-scale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@supports not (animation-timeline:view()){.reveal-up{opacity:0;transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1);transform:translateY(30px)}.reveal-left{opacity:0;transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1);transform:translate(-30px)}.reveal-right{opacity:0;transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1);transform:translate(30px)}.reveal-scale{opacity:0;transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1);transform:scale(.9)}.active.reveal-up,.active.reveal-left,.active.reveal-right,.active.reveal-scale{opacity:1;transform:none}}@media (width<=768px){.hero-container,.stats-container{text-align:center;grid-template-columns:1fr}.hero-actions{justify-content:center}.hero-content h1{font-size:2.5rem}.nav-links{display:none}}.legal-container{background:var(--surface);border:1px solid var(--border);max-width:800px;box-shadow:0 8px 32px var(--shadow);border-radius:24px;margin:120px auto 60px;padding:40px}.legal-container h1{color:var(--text);margin-bottom:.5rem;font-size:2.5rem}.legal-container .doc-meta{color:var(--text-light);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1rem;font-size:.9rem}.legal-container .doc-section{margin-bottom:2rem}.legal-container .doc-section-num{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.legal-container .doc-section-title{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.legal-container p{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.legal-container ul{margin-bottom:1rem;padding-left:0;list-style:none}.legal-container ul li{color:var(--text-light);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.legal-container ul li:before{content:"→";color:var(--primary);position:absolute;left:0}.legal-container .warn-box{color:var(--text);background:#ef44441a;border-left:4px solid #ef4444;border-radius:0 8px 8px 0;margin-bottom:2rem;padding:1rem 1.5rem}.legal-container .summary-box{color:var(--text);background:#0e74901a;border-left:4px solid #0e7490;border-radius:0 8px 8px 0;margin-top:1.5rem;padding:1rem 1.5rem}.legal-container .quote-line{color:var(--text-light);background:var(--bg);border-radius:8px;margin:1rem 0;padding:1rem;font-style:italic}.screens-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin-top:3rem;margin-left:auto;margin-right:auto;display:grid}@media (width<=900px){.screens-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.screens-grid{grid-template-columns:1fr}}.screen-card{background:var(--surface);border:4px solid var(--border);border-radius:16px;justify-content:center;align-items:center;width:100%;margin:0 auto;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0003}.screen-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #10b98133}.screen-image{width:100%;height:auto;display:block}
