:root{--primary-green:#10b981;--primary-green-dark:#059669;--primary-green-light:#34d399;--accent-cyan:#06b6d4;--accent-cyan-dark:#0891b2;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--black:#000}*{box-sizing:border-box;margin:0;padding:0}.landing-page{background:var(--white);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.landing-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);z-index:1000;background:#fffffff2;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.header-brand{align-items:center;gap:1rem;display:flex}.header-logo{width:auto;height:40px;transition:transform .3s}.header-logo:hover{transform:scale(1.05)}.header-divider{background:var(--gray-300);width:1px;height:30px}.header-tagline{color:var(--gray-600);font-size:.875rem;font-weight:500}.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:var(--gray-700);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.header-nav a:hover{color:var(--primary-green)}.header-nav a:after{content:"";background:var(--primary-green);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.header-nav a:hover:after{width:100%}.header-cta{background:var(--primary-green)!important;color:#fff!important;border:none!important;transition:all .3s!important}.header-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d;background:var(--primary-green-dark)!important}.hero-section{background:linear-gradient(135deg,#10b981 0%,#059669 50%,#06b6d4 100%);align-items:center;min-height:100vh;padding-top:80px;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#06b6d433 0%,#0000 50%),radial-gradient(circle at 80% 80%,#10b98133 0%,#0000 50%);position:absolute;inset:0}.hero-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.hero-content{max-width:700px;animation:.8s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-label{letter-spacing:3px;color:#ffffffe6;text-transform:uppercase;margin-bottom:1.5rem;font-size:.875rem;font-weight:700}.hero-title{color:var(--white);text-shadow:0 2px 20px #0000001a;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-highlight{color:#fef3c7;display:inline-block;position:relative}.hero-description{color:#fffffff2;max-width:600px;margin-bottom:3rem;font-size:1.25rem;line-height:1.8}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary-hero{box-shadow:0 4px 14px #00000026;background:var(--white)!important;color:var(--primary-green)!important;border:none!important;border-radius:12px!important;padding:1.125rem 2.5rem!important;font-size:1.0625rem!important;font-weight:700!important;transition:all .3s!important}.btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003;background:var(--gray-50)!important}.btn-outline-hero{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white)!important;background:#ffffff1a!important;border:2px solid #ffffffe6!important;border-radius:12px!important;padding:1.125rem 2.5rem!important;font-size:1.0625rem!important;font-weight:700!important;transition:all .3s!important}.btn-outline-hero:hover{transform:translateY(-2px);border-color:var(--white)!important;background:#fff3!important}.trust-bar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:4rem 0}.trust-grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.trust-item{text-align:center;animation:.6s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.trust-number{background:linear-gradient(135deg,var(--primary-green),var(--accent-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.trust-label{color:var(--gray-600);font-size:1rem;font-weight:500}.solutions-section{background:var(--gray-50);padding:6rem 0}.section-header-pro{text-align:center;max-width:800px;margin:0 auto 5rem}.section-label{letter-spacing:3px;color:var(--primary-green);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700}.section-title-pro{color:var(--gray-900);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.section-subtitle-pro{color:var(--gray-600);font-size:1.125rem;line-height:1.8}.main-solution{background:var(--white);border-radius:16px;grid-template-columns:1.2fr 1fr;margin-bottom:3rem;transition:all .3s;display:grid;overflow:hidden;box-shadow:0 4px 24px #0000000f}.main-solution:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.solution-content-left{padding:4rem}.solution-tag{letter-spacing:1.5px;color:var(--primary-green);text-transform:uppercase;background:#10b9811a;border-radius:8px;margin-bottom:1.5rem;padding:.625rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-block}.solution-name{color:var(--gray-900);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.solution-desc{color:var(--gray-600);margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.8}.solution-features-list{margin-bottom:2.5rem}.feature-item{border-bottom:1px solid var(--gray-100);align-items:center;gap:1rem;padding:1rem 0;transition:all .2s;display:flex}.feature-item:hover{padding-left:.5rem}.feature-item:last-child{border-bottom:none}.feature-icon-pro{background:#10b9811a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.feature-item span{color:var(--gray-700);font-size:1rem;font-weight:500}.solution-actions-pro{flex-direction:column;gap:1.5rem;display:flex}.btn-solution{align-self:flex-start;background:var(--primary-green)!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:1rem 2rem!important;font-weight:700!important;transition:all .3s!important}.btn-solution:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d;background:var(--primary-green-dark)!important}.app-download-section{flex-direction:column;gap:.75rem;display:flex}.download-label{color:var(--gray-600);font-size:.875rem;font-weight:600}.store-badges-pro{align-items:center;gap:.75rem;display:flex}.store-link{text-decoration:none;transition:all .2s}.store-link:hover{transform:translate(4px)}.store-name-pro{color:var(--primary-green);font-size:1rem;font-weight:700}.store-divider{color:var(--gray-300)}.solution-visual-right{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.solution-visual-right:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);position:absolute;inset:0}.visual-placeholder{z-index:1;width:100%;max-width:300px;position:relative}.placeholder-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.grid-item{aspect-ratio:1;background:#fffffff2;border-radius:12px;animation:3s ease-in-out infinite float;box-shadow:0 4px 16px #0000001a}.grid-item:nth-child(2){animation-delay:.5s}.grid-item:nth-child(3){animation-delay:1s}.grid-item:nth-child(4){animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.additional-solutions{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.solution-card-pro{background:var(--white);border:1px solid #0000;border-radius:16px;padding:3rem;transition:all .3s;box-shadow:0 4px 24px #0000000f}.solution-card-pro:hover{border-color:var(--primary-green);transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.card-header-pro h4{color:var(--gray-900);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.card-description-pro{color:var(--gray-600);font-size:1rem;line-height:1.8}.about-section-pro{background:var(--white);padding:6rem 0}.about-grid-pro{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.about-content-pro{max-width:500px}.about-title-pro{color:var(--gray-900);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.about-text-pro{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.about-values-pro{flex-direction:column;gap:1.5rem;display:flex}.value-item-pro{background:var(--gray-50);border-left:4px solid var(--primary-green);border-radius:12px;padding:2rem;transition:all .3s}.value-item-pro:hover{background:var(--white);transform:translate(8px);box-shadow:0 4px 16px #0000000f}.value-item-pro h4{color:var(--gray-900);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.value-item-pro p{color:var(--gray-600);font-size:1rem;line-height:1.7}.cta-section-pro{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);padding:6rem 0;position:relative;overflow:hidden}.cta-section-pro:before{content:"";background:radial-gradient(circle at 30%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.cta-box-pro{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;z-index:1;background:#fffffff2;border-radius:16px;max-width:900px;margin:0 auto;padding:5rem 4rem;position:relative;box-shadow:0 8px 32px #0000001a}.cta-title-pro{color:var(--gray-900);margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.2}.cta-text-pro{color:var(--gray-600);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.8}.cta-buttons-pro{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-cta-primary{background:var(--primary-green)!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:1.125rem 2.5rem!important;font-size:1.0625rem!important;font-weight:700!important;transition:all .3s!important}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b9814d;background:var(--primary-green-dark)!important}.btn-cta-secondary{border:2px solid var(--gray-900)!important;color:var(--gray-900)!important;background:0 0!important;border-radius:12px!important;padding:1.125rem 2.5rem!important;font-size:1.0625rem!important;font-weight:700!important;transition:all .3s!important}.btn-cta-secondary:hover{transform:translateY(-2px);background:var(--gray-900)!important;color:#fff!important}.footer-pro{background:var(--gray-900);color:#fff;padding:5rem 0 2rem}.footer-main-pro{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 2.5fr;gap:5rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-brand-section{max-width:350px}.footer-logo-pro{filter:brightness(0)invert();width:auto;height:50px;margin-bottom:1.5rem}.footer-brand-text{color:#fffc;font-size:1rem;line-height:1.8}.footer-tagline-pro{opacity:.7;font-size:.9375rem;font-style:italic}.footer-links-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}.footer-column-pro{flex-direction:column;display:flex}.footer-column-title{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:.9375rem;font-weight:700}.footer-column-pro a{color:#ffffffb3;margin-bottom:.875rem;font-size:.9375rem;text-decoration:none;transition:all .2s}.footer-column-pro a:hover{color:var(--primary-green-light);padding-left:4px}.footer-support{color:#fff9;margin-top:.5rem;font-size:.875rem}.footer-bottom-pro{text-align:center}.footer-bottom-pro p{color:#ffffff80;font-size:.9375rem}@media (max-width:1024px){.header-nav a{display:none}.hero-title{font-size:3rem}.main-solution{grid-template-columns:1fr}.solution-visual-right{min-height:300px}.additional-solutions{grid-template-columns:1fr}.about-grid-pro,.footer-main-pro{grid-template-columns:1fr;gap:3rem}.footer-links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-cta{flex-direction:column;width:100%}.btn-primary-hero,.btn-outline-hero{text-align:center;width:100%}.trust-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.trust-number{font-size:2.5rem}.section-title-pro{font-size:2.25rem}.solution-content-left{padding:2.5rem}.solution-name{font-size:1.75rem}.solution-visual-right{display:none}.additional-solutions{grid-template-columns:1fr}.solution-card-pro{padding:2rem}.about-title-pro{font-size:2rem}.cta-box-pro{padding:3rem 2rem}.cta-title-pro{font-size:2rem}.cta-buttons-pro{flex-direction:column;width:100%}.btn-cta-primary,.btn-cta-secondary{width:100%}.footer-links-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title-pro{font-size:1.875rem}.solution-content-left{padding:2rem}.cta-title-pro{font-size:1.75rem}}.hero-content-center{text-align:center;max-width:900px;margin:0 auto;animation:.8s ease-out fadeInUp}.hero-title-large{color:var(--white);text-shadow:0 2px 20px #0000001a;margin-bottom:2rem;font-size:4.5rem;font-weight:900;line-height:1.1}.hero-description-large{color:#fffffff2;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.375rem;line-height:1.8}.hero-cta-center{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:4rem;display:flex}.hero-link{color:#fffffff2;align-items:center;gap:.5rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-link:hover{color:var(--white);transform:translate(4px)}.hero-stats{border-top:1px solid #fff3;justify-content:center;gap:4rem;padding-top:3rem;display:flex}.stat-item{text-align:center}.stat-number{color:var(--white);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.stat-label{color:#fffc;font-size:.9375rem;font-weight:500}.features-section{background:var(--white);padding:8rem 0}.section-header-center{text-align:center;max-width:800px;margin:0 auto 5rem}.section-title-large{color:var(--gray-900);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.section-subtitle-large{color:var(--gray-600);font-size:1.25rem;line-height:1.8}.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2.5rem;transition:all .3s}.feature-card:hover{border-color:var(--primary-green);transform:translateY(-4px);box-shadow:0 8px 32px #10b9811a}.feature-icon{width:56px;height:56px;color:var(--primary-green);background:#10b9811a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card h3{color:var(--gray-900);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.feature-card p{color:var(--gray-600);font-size:1rem;line-height:1.7}.integration-section{background:var(--gray-50);padding:8rem 0}.integration-content{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.integration-text{max-width:500px}.integration-description{color:var(--gray-600);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.integration-features{flex-direction:column;gap:1.25rem;display:flex}.integration-item{align-items:center;gap:1rem;display:flex}.integration-item svg{flex-shrink:0}.integration-item span{color:var(--gray-700);font-size:1rem;font-weight:500}.integration-visual{flex-direction:column;gap:1.5rem;display:flex}.integration-card{background:var(--white);border-radius:16px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 24px #0000000f}.integration-card:hover{transform:translate(-8px);box-shadow:0 8px 32px #0000001a}.card-badge{letter-spacing:1.5px;color:var(--primary-green);text-transform:uppercase;background:#10b9811a;border-radius:6px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.card-content{color:var(--gray-900);font-size:1.125rem;font-weight:600}.pricing-section{background:var(--white);padding:8rem 0}.pricing-card-main{background:var(--white);border:2px solid var(--primary-green);border-radius:20px;max-width:600px;margin:0 auto;padding:3rem;box-shadow:0 8px 32px #10b98126}.pricing-header{text-align:center;border-bottom:1px solid var(--gray-200);margin-bottom:2.5rem;padding-bottom:2.5rem}.pricing-header h3{color:var(--gray-900);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.pricing-value{justify-content:center;align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.price-currency{color:var(--gray-700);font-size:1.5rem;font-weight:700}.price-amount{color:var(--gray-900);font-size:3rem;font-weight:800}.pricing-description{color:var(--gray-600);font-size:1rem}.pricing-features{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.pricing-feature{align-items:center;gap:1rem;display:flex}.pricing-feature svg{flex-shrink:0}.pricing-feature span{color:var(--gray-700);font-size:1rem;font-weight:500}.btn-pricing{width:100%;background:var(--primary-green)!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:1.125rem 2rem!important;font-size:1.0625rem!important;font-weight:700!important;transition:all .3s!important}.btn-pricing:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b9814d;background:var(--primary-green-dark)!important}.testimonials-section{background:var(--gray-50);padding:8rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.testimonial-card{background:var(--white);border-radius:16px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 24px #0000000f}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.testimonial-text{color:var(--gray-700);margin-bottom:2rem;font-size:1.0625rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-info{flex:1}.author-name{color:var(--gray-900);margin-bottom:.25rem;font-size:1rem;font-weight:700}.author-role{color:var(--gray-600);font-size:.875rem}.cta-section-final{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);padding:8rem 0;position:relative;overflow:hidden}.cta-section-final:before{content:"";background:radial-gradient(circle at 30%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.cta-content-final{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.cta-title-final{color:var(--white);margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.2}.cta-text-final{color:#fffffff2;margin-bottom:3rem;font-size:1.25rem;line-height:1.8}.cta-buttons-final{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-modern{background:var(--gray-900);color:#fff;padding:5rem 0 2rem}.footer-main{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 2fr;gap:5rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:350px}.footer-logo{filter:brightness(0)invert();width:auto;height:50px;margin-bottom:1.5rem}.footer-tagline{color:#ffffffb3;font-size:1rem;line-height:1.8}.footer-links{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.footer-column{flex-direction:column;display:flex}.footer-column h4{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:.9375rem;font-weight:700}.footer-column a{color:#ffffffb3;margin-bottom:.875rem;font-size:.9375rem;text-decoration:none;transition:all .2s}.footer-column a:hover{color:var(--primary-green-light);padding-left:4px}.footer-support-text{color:#fff9;margin-top:.5rem;font-size:.875rem}.footer-bottom{text-align:center}.footer-bottom p{color:#ffffff80;font-size:.9375rem}@media (max-width:1024px){.hero-title-large{font-size:3.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.integration-content{grid-template-columns:1fr;gap:3rem}.testimonials-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-title-large{font-size:2.75rem}.hero-description-large{font-size:1.125rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.section-title-large{font-size:2.25rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.cta-title-final{font-size:2.5rem}.cta-buttons-final{flex-direction:column;width:100%}.cta-buttons-final button{width:100%}.footer-links{grid-template-columns:1fr}}@media (max-width:480px){.hero-title-large{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.section-title-large{font-size:1.875rem}.cta-title-final{font-size:2rem}}.app-download-highlight{text-align:center;background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);border-radius:20px;margin-top:5rem;padding:3rem}.app-download-content h3{color:var(--white);margin-bottom:1rem;font-size:2rem;font-weight:800}.app-download-content p{color:#ffffffe6;margin-bottom:2rem;font-size:1.125rem}.store-badges-large{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.store-badge{text-decoration:none;transition:all .3s}.store-badge:hover{transform:translateY(-2px)}.store-name{color:var(--white);font-size:1.125rem;font-weight:700}.store-separator{color:#ffffff80;font-size:1.5rem}.additional-solutions-section{background:var(--gray-50);padding:8rem 0}.solutions-grid-three{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;display:grid}.solution-card-modern{background:var(--white);border:1px solid #0000;border-radius:16px;padding:3rem;transition:all .3s;box-shadow:0 4px 24px #0000000f}.solution-card-modern:hover{border-color:var(--primary-green);transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.solution-card-modern h3{color:var(--gray-900);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.solution-card-modern p{color:var(--gray-600);font-size:1rem;line-height:1.8}.about-section-modern{background:var(--white);padding:8rem 0}.about-content-centered{text-align:center;max-width:900px;margin:0 auto}.about-text-large{color:var(--gray-600);max-width:800px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.8}.values-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem;display:grid}.value-card{background:var(--gray-50);border-left:4px solid var(--primary-green);text-align:left;border-radius:16px;padding:2.5rem;transition:all .3s}.value-card:hover{background:var(--white);transform:translateY(-4px);box-shadow:0 4px 16px #0000000f}.value-card h4{color:var(--gray-900);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.value-card p{color:var(--gray-600);font-size:1rem;line-height:1.7}@media (max-width:1024px){.solutions-grid-three,.values-grid{grid-template-columns:1fr}}@media (max-width:768px){.app-download-content h3{font-size:1.5rem}.store-badges-large{flex-direction:column;gap:1rem}.store-separator{display:none}}.nav-item-dropdown{display:inline-block;position:relative}.nav-link-button{color:var(--gray-700);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:.9375rem;font-weight:500;transition:color .2s;display:flex}.nav-link-button:hover{color:var(--primary-green)}.dropdown-arrow{transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{border:1px solid var(--gray-200);z-index:1001;background:#fff;border-radius:12px;min-width:260px;padding:8px;animation:.2s ease-out fadeInSlide;position:absolute;top:150%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001a}@keyframes fadeInSlide{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.dropdown-menu:before{content:"";border-left:1px solid var(--gray-200);border-top:1px solid var(--gray-200);background:#fff;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.dropdown-item{border-radius:8px;flex-direction:column;padding:12px 16px;text-decoration:none;transition:background .2s;display:flex}.dropdown-item:hover{background:var(--gray-50)}.dropdown-item-title{color:var(--gray-900);margin-bottom:2px;font-size:.9375rem;font-weight:600}.dropdown-item-desc{color:var(--gray-600);font-size:.8125rem}.dropdown-item:hover .dropdown-item-title{color:var(--primary-green)}.dropdown-item:hover:after{display:none}
