:root{--primary-emerald: #40b183;--secondary-pacific: #2cace3;--accent-pine: #067684;--text-black: #414042;--bg-primary: #FFFFFF;--bg-secondary: #F8FAFC;--bg-card: #FFFFFF;--bg-overlay: rgba(65, 64, 66, .5);--text-primary: #414042;--text-secondary: #666666;--text-tertiary: #999999;--text-inverse: #FFFFFF;--success: #40b183;--warning: #F59E0B;--error: #EF4444;--info: #067684;--border-light: #E5E5E5;--border-medium: #D1D5DB;--border-dark: #9CA3AF;--shadow-light: rgba(65, 64, 66, .1);--shadow-medium: rgba(65, 64, 66, .2);--shadow-dark: rgba(65, 64, 66, .3);--btn-primary: #40b183;--btn-secondary: #2cace3;--btn-tertiary: #067684;--btn-disabled: #E5E5E5;--section-padding-desktop: 80px;--section-padding-mobile: 40px;--container-max-width: 1200px;--grid-gap: 24px;--card-padding: 32px;--radius-button: 8px;--radius-card: 12px;--radius-image: 16px;--radius-container: 24px;--shadow-sm: 0 2px 4px var(--shadow-light);--shadow-md: 0 4px 12px var(--shadow-medium);--shadow-lg: 0 8px 24px var(--shadow-dark);--font-primary: "Avant Garde", "Avenir Next", "Helvetica Neue", Arial, sans-serif;--transition-base: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;min-width:320px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}h5{font-size:1.125rem}p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.7}a{color:var(--primary-emerald);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--accent-pine)}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.section{padding:var(--section-padding-desktop) 0}@media (max-width: 768px){.section{padding:var(--section-padding-mobile) 0}}button{font-family:var(--font-primary);cursor:pointer;transition:all var(--transition-base);border:none;outline:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:var(--radius-button);font-weight:600;font-size:1rem;cursor:pointer;transition:all var(--transition-base);text-decoration:none;border:none;outline:none}.btn-primary{background:var(--btn-primary);color:var(--text-inverse)}.btn-primary:hover{background:#35956e;box-shadow:0 4px 12px #40b1834d;transform:translateY(-2px)}.btn-secondary{background:var(--btn-secondary);color:var(--text-inverse)}.btn-secondary:hover{background:#2397c7;box-shadow:0 4px 12px #2cace34d;transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--primary-emerald);color:var(--primary-emerald)}.btn-outline:hover{background:var(--primary-emerald);color:var(--text-inverse)}.btn-disabled{background:var(--btn-disabled);color:var(--text-tertiary);cursor:not-allowed;pointer-events:none}.card{background:var(--bg-card);border-radius:var(--radius-card);padding:var(--card-padding);box-shadow:var(--shadow-sm);transition:all var(--transition-base);border:1px solid var(--border-light)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.grid{display:grid;gap:var(--grid-gap)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.bg-white{background-color:var(--bg-primary)}.bg-gray{background-color:var(--bg-secondary)}.bg-gradient{background:linear-gradient(135deg,var(--primary-emerald) 0%,var(--secondary-pacific) 100%)}.bg-dark{background-color:var(--text-black);color:var(--text-inverse)}.bg-pine{background-color:var(--accent-pine);color:var(--text-inverse)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-inverse{color:var(--text-inverse)}.text-emerald{color:var(--primary-emerald)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:fadeIn .6s ease-out}.slide-in{animation:slideIn .6s ease-out}@media (max-width: 768px){.hide-mobile{display:none!important}}@media (min-width: 769px){.hide-desktop{display:none!important}}img{max-width:100%;height:auto;display:block}.img-rounded{border-radius:var(--radius-image)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*:focus-visible{outline:2px solid var(--primary-emerald);outline-offset:2px}.navbar{position:sticky;top:0;left:0;right:0;z-index:1000;background:var(--bg-primary);transition:all var(--transition-base)}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.navbar-logo{flex-shrink:0}.logo-link{text-decoration:none;display:flex;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-emerald);letter-spacing:-.5px}.navbar-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.navbar-link{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color var(--transition-base)}.navbar-link:hover{color:var(--primary-emerald)}.navbar-actions{display:flex;align-items:center;gap:1.5rem}.language-toggle{background:transparent;border:1px solid var(--border-light);color:var(--text-primary);padding:8px 16px;border-radius:var(--radius-button);font-weight:500;cursor:pointer;transition:all var(--transition-base)}.language-toggle:hover{border-color:var(--primary-emerald);color:var(--primary-emerald)}.signin-link{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color var(--transition-base)}.signin-link:hover{color:var(--primary-emerald)}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:0}.hamburger span{width:100%;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.hamburger span.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--bg-primary);box-shadow:var(--shadow-md);padding:1.5rem 0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-list{list-style:none;margin:0;padding:0}.mobile-menu-list li{border-bottom:1px solid var(--border-light)}.mobile-menu-link{display:block;padding:1rem 20px;color:var(--text-primary);text-decoration:none;font-weight:500;transition:all var(--transition-base)}.mobile-menu-link:hover{background:var(--bg-secondary);color:var(--primary-emerald)}.mobile-menu-actions{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 20px 0}.mobile-menu-actions .language-toggle{width:100%;justify-content:center}.mobile-menu-actions .signin-link{text-align:center;padding:.5rem}.mobile-menu-actions .btn{width:100%}@media (max-width: 768px){.navbar-content{padding:.75rem 0}.logo-text{font-size:1.25rem}}.hero-section{min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{animation:fadeIn .8s ease-out}.hero-headline{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin-bottom:1.5rem;font-weight:800}.hero-subheadline{font-size:clamp(1.25rem,2.5vw,1.75rem);margin-bottom:1.5rem;opacity:.95}.hero-description{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn-primary{background:#fff;color:var(--primary-emerald);font-weight:700}.hero-btn-primary:hover{background:var(--bg-secondary);transform:translateY(-2px)}.hero-btn-secondary{border-color:#fff;color:#fff}.hero-btn-secondary:hover{background:#fff;color:var(--primary-emerald)}.hero-visual{display:flex;justify-content:center;align-items:center;animation:slideIn .8s ease-out .2s both}.mockup-placeholder{position:relative;display:flex;justify-content:center;align-items:center}.phone-frame{width:300px;height:600px;background:#1f1f1f;border-radius:40px;padding:12px;box-shadow:0 20px 60px #0006;position:relative}.phone-frame:before{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%);width:100px;height:25px;background:#1f1f1f;border-radius:0 0 20px 20px;z-index:2}.phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#40b183,#2cace3);border-radius:30px;padding:40px 20px 20px;display:flex;flex-direction:column;gap:2rem;position:relative;overflow:hidden}.app-header{display:flex;align-items:center;gap:10px;color:#fff;font-weight:600;font-size:1.125rem}.app-logo{width:32px;height:32px;background:#fff;border-radius:8px}.qr-display{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a}.qr-code{width:140px;height:140px;margin:0 auto 1rem;background:repeating-linear-gradient(90deg,#414042,#414042 10px,#fff 10px 20px);background-size:20px 20px;border-radius:8px}.qr-display p{color:var(--text-primary);font-weight:600;margin:0}.balance-card{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.balance-label{color:#fff;font-size:.875rem;opacity:.9}.balance-amount{color:#fff;font-size:2rem;font-weight:700}@media (max-width: 1024px){.hero-content{gap:3rem}.phone-frame{width:260px;height:520px}.qr-code{width:120px;height:120px}}@media (max-width: 768px){.hero-section{min-height:auto;padding-top:3rem;padding-bottom:3rem}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text{order:1}.hero-visual{order:2}.hero-cta{justify-content:center}.hero-cta .btn{flex:1;min-width:140px}.phone-frame{width:240px;height:480px}.balance-amount{font-size:1.75rem}}@media (max-width: 480px){.hero-cta{flex-direction:column;width:100%}.hero-cta .btn{width:100%}.phone-frame{width:220px;height:440px}.qr-code{width:100px;height:100px}}.value-props-header{margin-bottom:4rem}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.value-props-grid{margin-top:3rem}.value-card{text-align:center;padding:2.5rem 2rem}.value-icon{font-size:3.5rem;margin-bottom:1.5rem;filter:grayscale(0%)}.value-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.value-description{color:var(--text-secondary);line-height:1.7;margin:0}@media (max-width: 768px){.value-props-header{margin-bottom:2rem}.value-card{padding:2rem 1.5rem}.value-icon{font-size:3rem}}.features-container{display:flex;flex-direction:column;gap:6rem}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-visual{display:flex;justify-content:center;align-items:center}.feature-visual-placeholder{width:100%;max-width:400px;aspect-ratio:4/3;background:#fff;border-radius:var(--radius-image);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);border:1px solid var(--border-light)}.visual-icon{font-size:8rem}.feature-content{padding:1rem 0}.feature-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem}.feature-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.feature-highlights{list-style:none;margin:0 0 2rem;padding:0}.feature-highlights li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:var(--text-primary);font-size:1rem}.highlight-check{color:var(--primary-emerald);font-weight:700;font-size:1.25rem;flex-shrink:0}@media (max-width: 1024px){.features-container{gap:4rem}.feature-row{gap:3rem}.visual-icon{font-size:6rem}}@media (max-width: 768px){.features-container{gap:3rem}.feature-row,.feature-row.reverse{grid-template-columns:1fr;gap:2rem;direction:ltr}.feature-visual{order:2}.feature-content{order:1}.feature-title{font-size:1.75rem}.feature-description{font-size:1rem}.visual-icon{font-size:5rem}}.markets-header{margin-bottom:4rem}.markets-grid{max-width:900px;margin:0 auto}.markets-grid-single{max-width:500px;margin:0 auto;display:flex;justify-content:center}.market-card{text-align:center;padding:3rem 2rem}.market-flag{font-size:5rem;margin-bottom:1.5rem}.market-country{font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem}.market-status{font-size:1.125rem;color:var(--text-secondary);margin-bottom:.75rem}.market-timeline{font-size:1rem;color:var(--primary-emerald);font-weight:600;margin:0}@media (max-width: 768px){.market-card{padding:2rem 1.5rem}.market-flag{font-size:4rem}.market-country{font-size:1.5rem}}.how-it-works-header{margin-bottom:4rem}.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative}.step{text-align:center;position:relative;padding:2rem;background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.step-number{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-emerald),var(--secondary-pacific));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;box-shadow:var(--shadow-md)}.step-title{font-size:1.5rem;color:var(--text-primary);margin-bottom:1.5rem}.step-items{list-style:none;padding:0;margin:0;text-align:left}.step-items li{color:var(--text-secondary);position:relative;padding:.75rem 0 .75rem 1.5rem}.step-items li:before{content:"→";position:absolute;left:0;color:var(--primary-emerald);font-weight:700}.step-connector{display:none}@media (min-width: 769px){.step:after{content:"→";position:absolute;right:-2.5rem;top:50%;transform:translateY(-50%);font-size:2rem;color:var(--primary-emerald);font-weight:700}.step:last-child:after{display:none}}@media (max-width: 1024px){.steps-container{gap:2rem}.step:after{right:-1.5rem}}@media (max-width: 768px){.steps-container{grid-template-columns:1fr;gap:2rem}.step:after{display:none}.step-number{width:70px;height:70px;font-size:2rem}.step-title{font-size:1.25rem}}.security-content{padding:2rem 0}.security-header{margin-bottom:4rem}.security-header .section-subtitle{opacity:.9}.security-grid{gap:3rem}.security-feature{text-align:center}.security-icon{font-size:4rem;margin-bottom:1.5rem;filter:grayscale(0%)}.security-title{font-size:1.25rem;margin-bottom:1rem}.security-description{font-size:1rem;opacity:.9;line-height:1.6;margin:0}@media (max-width: 768px){.security-grid{gap:2.5rem}.security-icon{font-size:3.5rem}.security-title{font-size:1.125rem}.security-description{font-size:.9375rem}}.pricing-header{margin-bottom:4rem}.pricing-grid{max-width:1100px;margin:0 auto}.pricing-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:0}.pricing-card.highlighted{border:2px solid var(--primary-emerald);box-shadow:var(--shadow-lg);transform:scale(1.05)}.pricing-accent{height:6px;width:100%}.accent-emerald{background:var(--primary-emerald)}.accent-pacific{background:var(--secondary-pacific)}.accent-pine{background:var(--accent-pine)}.pricing-content{padding:2.5rem 2rem;flex:1;display:flex;flex-direction:column}.plan-name{font-size:1.5rem;color:var(--text-primary);margin-bottom:1.5rem;text-align:center}.plan-price{text-align:center;margin-bottom:2rem}.price{font-size:3rem;font-weight:700;color:var(--text-primary);display:block}.price-note{font-size:1rem;color:var(--text-secondary);display:block;margin-top:.5rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem;flex:1}.plan-features li{padding:.75rem 0;color:var(--text-secondary);display:flex;align-items:flex-start;gap:.75rem}.feature-check{color:var(--primary-emerald);font-weight:700;font-size:1.25rem;flex-shrink:0}.plan-button{width:100%}@media (max-width: 1024px){.pricing-card.highlighted{transform:scale(1.02)}}@media (max-width: 768px){.pricing-card.highlighted{transform:scale(1);border:2px solid var(--primary-emerald)}.pricing-content{padding:2rem 1.5rem}.price{font-size:2.5rem}}.stats-container{padding:2rem 0}.stats-grid{gap:3rem}.stat-item{text-align:center;padding:2rem 1rem;background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.stat-item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.stat-value{font-size:3.5rem;font-weight:800;color:var(--primary-emerald);line-height:1;margin-bottom:.75rem}.stat-label{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.stat-sublabel{font-size:.9375rem;color:var(--text-secondary)}@media (max-width: 768px){.stats-grid{gap:1.5rem}.stat-item{padding:1.5rem 1rem}.stat-value{font-size:2.5rem}.stat-label{font-size:1rem}.stat-sublabel{font-size:.875rem}}.app-download-content{padding:2rem 0}.app-download-content h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.app-download-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.95}.app-download-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.store-button{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid white;border-radius:var(--radius-button);color:#fff;text-decoration:none;transition:all var(--transition-base);min-width:180px}.store-button:hover{background:#fff;color:var(--primary-emerald);transform:translateY(-2px);box-shadow:0 8px 20px #0003}.store-button.app-store{background:#000c}.store-button.app-store:hover{background:#000;color:#fff}.store-icon{font-size:2rem}.store-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.store-label{font-size:.75rem;opacity:.9}.store-name{font-size:1.125rem;font-weight:600}.qr-code-download{margin-top:3rem;display:inline-block}.qr-placeholder{width:180px;height:180px;margin:0 auto 1rem;background:#fff;border-radius:var(--radius-card);padding:1rem;box-shadow:var(--shadow-lg)}.qr-visual{width:100%;height:100%;background:repeating-linear-gradient(90deg,#414042,#414042 15px,#fff 15px 30px);background-size:30px 30px;border-radius:8px}.qr-label{font-size:1rem;font-weight:600;opacity:.95;margin:0}@media (max-width: 768px){.app-download-buttons{flex-direction:column;align-items:center}.store-button{width:100%;max-width:250px}.qr-placeholder{width:150px;height:150px}}.footer{background:var(--text-black);color:var(--text-inverse);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-brand{max-width:280px}.footer-logo{margin-bottom:1rem}.footer-logo .logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-emerald)}.footer-tagline{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;font-size:1.25rem;transition:all var(--transition-base)}.social-link:hover{background:var(--primary-emerald);transform:translateY(-2px)}.footer-heading{color:var(--text-inverse);font-size:1.125rem;margin-bottom:1.5rem;font-weight:600}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color var(--transition-base);font-size:.9375rem}.footer-links a:hover{color:var(--primary-emerald)}.footer-links li:not(:has(a)){color:#ffffffb3;font-size:.9375rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright,.footer-love{color:#fff9;font-size:.875rem;margin:0}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-brand{grid-column:1 / -1;max-width:100%}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:1}.footer-bottom{flex-direction:column;text-align:center}}
