@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--primary-teal:#1a7b6a;--light-teal:#2e9e8c;--dark-teal:#145c50;--bg-gradient-start:#f0faf8;--bg-gradient-mid:#e0f5f1;--bg-white:#fff;--text-primary:#1a1a1a;--text-secondary:#4a5568;--text-muted:#718096;--text-light:#a0aec0;--surface-white:#fff;--surface-light:#f7fafc;--surface-border:#e2e8f0;--shadow-sm:0 1px 2px #1a7b6a0d;--shadow-md:0 4px 12px #1a7b6a1a;--shadow-lg:0 8px 24px #1a7b6a26;--shadow-xl:0 16px 48px #1a7b6a33;--section-padding:80px;--container-max:1200px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-primary);background:var(--bg-white);font-family:Outfit,sans-serif;overflow-x:hidden}body{min-height:100vh}a{color:var(--primary-teal);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--dark-teal)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{color:var(--text-secondary);line-height:1.7}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.section{padding:var(--section-padding)0}.btn{border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary-teal);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--dark-teal);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{color:var(--primary-teal);border:2px solid var(--primary-teal);background:0 0}.btn-secondary:hover{background:var(--primary-teal);color:#fff}.btn-large{padding:18px 36px;font-size:1.125rem}.card{background:var(--surface-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);padding:32px}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.gradient-bg{background:linear-gradient(180deg,var(--bg-gradient-start)0%,var(--bg-gradient-mid)50%,var(--bg-white)100%)}.text-gradient{background:linear-gradient(135deg,var(--primary-teal),var(--light-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-float{animation:3s ease-in-out infinite float}@media (max-width:768px){:root{--section-padding:48px}.container{padding:0 16px}.btn-large{padding:14px 28px;font-size:1rem}}
.Header-module__BVwDha__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--surface-border);transition:all var(--transition-normal);background:#fffffff2;position:fixed;top:0;left:0;right:0}.Header-module__BVwDha__headerContainer{justify-content:space-between;align-items:center;height:72px;display:flex}.Header-module__BVwDha__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__BVwDha__logoIcon{border-radius:10px}.Header-module__BVwDha__logoText{color:var(--primary-teal);font-size:1.5rem;font-weight:700}.Header-module__BVwDha__nav{align-items:center;gap:32px;display:flex}.Header-module__BVwDha__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:1rem;font-weight:500;text-decoration:none;position:relative}.Header-module__BVwDha__navLink:after{content:"";background:var(--primary-teal);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.Header-module__BVwDha__navLink:hover{color:var(--primary-teal)}.Header-module__BVwDha__navLink:hover:after{width:100%}.Header-module__BVwDha__downloadBtn{padding:10px 24px;font-size:.9rem}.Header-module__BVwDha__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:none}.Header-module__BVwDha__menuBar{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);position:relative}.Header-module__BVwDha__menuBar:before,.Header-module__BVwDha__menuBar:after{content:"";background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);position:absolute;left:0}.Header-module__BVwDha__menuBar:before{top:-7px}.Header-module__BVwDha__menuBar:after{bottom:-7px}.Header-module__BVwDha__menuBarOpen{background:0 0}.Header-module__BVwDha__menuBarOpen:before{top:0;transform:rotate(45deg)}.Header-module__BVwDha__menuBarOpen:after{bottom:0;transform:rotate(-45deg)}@media (max-width:768px){.Header-module__BVwDha__nav{background:var(--surface-white);transition:transform var(--transition-normal);flex-direction:column;justify-content:flex-start;gap:0;padding:24px;position:fixed;inset:72px 0 0;transform:translate(100%)}.Header-module__BVwDha__navOpen{transform:translate(0)}.Header-module__BVwDha__navLink{border-bottom:1px solid var(--surface-border);width:100%;padding:16px 0;font-size:1.125rem}.Header-module__BVwDha__navLink:after{display:none}.Header-module__BVwDha__downloadBtn{justify-content:center;width:100%;margin-top:24px}.Header-module__BVwDha__menuToggle{display:flex}}
.Footer-module__cNggcq__footer{background:var(--surface-light);border-top:1px solid var(--surface-border);padding:64px 0 32px}.Footer-module__cNggcq__footerContainer{flex-direction:column;gap:48px;display:flex}.Footer-module__cNggcq__footerTop{justify-content:space-between;gap:48px;display:flex}.Footer-module__cNggcq__footerBrand{flex:1;max-width:360px}.Footer-module__cNggcq__logo{align-items:center;gap:12px;margin-bottom:16px;text-decoration:none;display:flex}.Footer-module__cNggcq__logoIcon{border-radius:12px}.Footer-module__cNggcq__logoContent{flex-direction:column;display:flex}.Footer-module__cNggcq__logoText{color:var(--primary-teal);font-size:1.5rem;font-weight:700}.Footer-module__cNggcq__tagline{color:var(--text-muted);font-size:.85rem}.Footer-module__cNggcq__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Footer-module__cNggcq__footerLinks{gap:64px;display:flex}.Footer-module__cNggcq__linkGroup{flex-direction:column;gap:12px;display:flex}.Footer-module__cNggcq__linkGroupTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.9rem;font-weight:600}.Footer-module__cNggcq__footerLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem;text-decoration:none}.Footer-module__cNggcq__footerLink:hover{color:var(--primary-teal)}.Footer-module__cNggcq__footerBottom{border-top:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding-top:32px;display:flex}.Footer-module__cNggcq__copyright{color:var(--text-muted);font-size:.9rem}.Footer-module__cNggcq__footerBadge{align-items:center;display:flex}.Footer-module__cNggcq__playStoreBadge{background:var(--text-primary);color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.Footer-module__cNggcq__playStoreBadge:hover{background:var(--primary-teal);color:#fff}.Footer-module__cNggcq__playIcon{width:20px;height:20px}@media (max-width:768px){.Footer-module__cNggcq__footer{padding:48px 0 24px}.Footer-module__cNggcq__footerTop{flex-direction:column;gap:32px}.Footer-module__cNggcq__footerBrand{max-width:none}.Footer-module__cNggcq__footerLinks{flex-wrap:wrap;gap:32px}.Footer-module__cNggcq__linkGroup{min-width:140px}.Footer-module__cNggcq__footerBottom{text-align:center;flex-direction:column;gap:24px}}
