*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.auth-language-container{display:flex;align-items:center;gap:1rem;margin-right:1rem}.language-selector{position:relative}.language-icon{cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.language-icon:hover{background:#3341811a}.lang-img{width:24px;height:24px;object-fit:contain;filter:brightness(0) saturate(100%) invert(25%) sepia(85%) saturate(1200%) hue-rotate(220deg) brightness(90%) contrast(90%);transition:filter .3s ease}.language-icon:hover .lang-img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.language-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:80px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.language-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.language-option{padding:.75rem 1rem;cursor:pointer;font-size:.9rem;font-weight:500;color:#600;transition:background-color .2s ease;border-bottom:1px solid #f1f5f9}.language-option:last-child{border-bottom:none}.language-option:hover{background:#f8fafc;color:red}.language-option.active{background:red;color:#fff}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:red}.logo-img{height:40px;width:auto;margin-right:.75rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-close-item{display:none}.nav-close-btn{border:none;background:transparent;font-size:2rem;line-height:1;color:#1f2937;cursor:pointer;padding:.25rem .5rem}.nav-overlay{position:fixed;inset:0;background:#0f172a73;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:900}.nav-overlay.active{opacity:1;visibility:visible;pointer-events:auto}body.nav-open{overflow:hidden}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:red}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.back-to-top{position:fixed;right:30px;bottom:30px;width:50px;height:50px;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1000;opacity:0;visibility:hidden;transform:translateY(20px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#f003;border-color:#ff000080;transform:translateY(-2px)}.back-to-top i{color:red;font-size:1.2rem;transition:color .3s ease}.back-to-top:hover i{color:#c00}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,red,#ffafaf);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="1" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.general-partner-text{font-size:2.33rem;font-weight:700;color:#fff;opacity:.9;line-height:1.2}.inkar-info{margin-top:1rem;color:#fff;opacity:.8}.inkar-name{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.inkar-details{font-size:.67rem;margin-bottom:.3rem;line-height:1.4}.inkar-link{margin-top:.5rem}.inkar-link a{color:#fff;text-decoration:underline;font-weight:500;transition:opacity .3s ease}.inkar-link a:hover{opacity:.7}.inkar-info .btn{margin-top:1rem}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:red;color:#fff}.btn-primary:hover{background:#c00;transform:translateY(-2px);box-shadow:0 10px 25px #ff00004d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#600;transform:translateY(-2px)}.hero-image{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-main-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 20px 40px #0003}.floating-card{position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;text-align:center;animation:float 6s ease-in-out infinite}.floating-card:nth-child(1){top:20%;left:10%;animation-delay:0s}.floating-card:nth-child(2){top:50%;right:10%;animation-delay:2s}.floating-card:nth-child(3){bottom:20%;left:30%;animation-delay:4s}.floating-card i{font-size:3rem;margin-bottom:1rem;color:#5a6c8a}.floating-card span{font-weight:600;font-size:1.1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{padding:6rem 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#3e0000;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#64748b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,red,#ffafaf);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon i{font-size:2rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.platform{padding:6rem 0;background:#fff}.platform-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.platform-text h2{font-size:2.5rem;font-weight:700;color:#3e0000;margin-bottom:1.5rem}.platform-text p{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.platform-list{list-style:none;margin-bottom:2rem}.platform-list li{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem;color:#374151}.platform-list i{color:red;margin-right:1rem;font-size:1.2rem}.safari-window{background:#f5f5f7;border-radius:12px;box-shadow:0 20px 40px #00000026;overflow:hidden;border:1px solid #d1d5db}.safari-header{background:linear-gradient(to bottom,#f8f9fa,#e9ecef);padding:12px 16px;border-bottom:1px solid #d1d5db;display:flex;align-items:center;gap:12px}.safari-controls{display:flex;gap:8px}.control-btn{width:12px;height:12px;border-radius:50%;cursor:pointer}.control-btn.close{background:#ff5f57}.control-btn.minimize{background:#ffbd2e}.control-btn.maximize{background:#28ca42}.safari-url-bar{flex:1;background:#fff;border-radius:6px;padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid #d1d5db;font-size:14px;color:#374151}.url-icon{font-size:12px}.url-text{color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.safari-content{background:#fff;padding:2rem;min-height:400px}.dashboard-title{text-align:center;margin-bottom:2rem}.dashboard-title h3{font-size:1.8rem;font-weight:700;color:#3e0000;margin-bottom:.5rem}.dashboard-title p{font-size:1rem;color:#64748b;margin:0}.progress-bars-container{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto}.progress-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.progress-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.progress-label{font-size:1rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.progress-value{font-size:1.5rem;font-weight:700;color:#600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.progress-bar{width:100%;height:20px}.progress-svg{width:100%;height:100%}@keyframes progressFill{0%{width:0}to{width:var(--target-width)}}.progress-svg rect[id^=progress]{animation:progressFill 2s ease-out forwards}@media (max-width: 768px){.progress-bars-container{gap:1rem}.progress-item{padding:1rem}.progress-label{font-size:.9rem}.progress-value{font-size:1.25rem}.progress-bar{height:16px}.safari-content{padding:1.5rem}}.mobile-app{padding:6rem 0;background:linear-gradient(135deg,red,#ffafaf);color:#fff}.mobile-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.phone-mockup{width:300px;height:700px;background:#1e293b;border-radius:30px;padding:8px;margin:0 auto;box-shadow:0 25px 50px #0000004d;display:flex;align-items:center;justify-content:center}.mobile-app-screen{width:100%;height:100%;object-fit:cover;border-radius:20px}.phone-screen{width:100%;height:100%;background:#fff;border-radius:20px;overflow:hidden}.app-header{background:red;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.app-title{font-weight:700;font-size:1.2rem}.app-status i{font-size:1.2rem}.app-content{padding:1rem;height:calc(100% - 60px);overflow-y:auto}.prescription-card{background:#f8fafc;border-radius:12px;padding:1rem;margin-bottom:1rem;border:1px solid #e2e8f0}.prescription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.prescription-header h4{color:#1e293b;font-size:1rem}.status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.status.delivered{background:#dcfce7;color:#166534}.status.pending{background:#fef3c7;color:#92400e}.prescription-details p{color:#64748b;font-size:.9rem;margin-bottom:.25rem}.mobile-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.mobile-text p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.app-features{margin-bottom:2rem}.app-feature{display:flex;align-items:center;margin-bottom:1.5rem}.app-feature i{width:50px;height:50px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:1.2rem}.app-feature h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.app-feature p{font-size:.9rem;opacity:.8}.app-stores{display:flex;gap:1rem}.store-btn,a.btn-download{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;color:#fff;cursor:pointer;transition:all .3s ease;width:100%;text-decoration:none}.store-btn:hover{background:#fff3;transform:translateY(-2px)}.store-btn i{font-size:2rem;margin-right:.5rem}.store-btn div{text-align:center}.store-btn span{font-size:.8rem;opacity:.8}.store-btn strong{font-size:1rem;font-weight:600}.modal{position:fixed;inset:0;background:#00000080;display:none;justify-content:center;align-items:center;z-index:100}.modal.show{display:flex}.modal-content{background:#fff;border-radius:8px;padding:20px;width:320px;max-width:90%;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;border-bottom:1px solid #ddd;padding-bottom:8px}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111}.modal-header button{background:transparent;border:none;font-size:18px;cursor:pointer;color:#666}.modal-header button:hover{color:#000}.compliance{padding:6rem 0;background:#fff}.compliance-content{margin-top:2rem}.compliance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.compliance-card{background:#f8fafc;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.compliance-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.compliance-icon{width:80px;height:80px;background:linear-gradient(135deg,red,#ffafaf);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.compliance-icon i{font-size:2rem;color:#fff}.compliance-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.compliance-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.compliance-features{list-style:none}.compliance-features li{display:flex;align-items:center;margin-bottom:.75rem;font-size:.95rem;color:#374151}.compliance-features i{color:red;margin-right:.75rem;font-size:1rem}.compliance-features span a{color:#600;text-decoration:none;transition:color .3s ease}.compliance-features span a:hover{color:red;text-decoration:underline}.pdf-modal-content{max-width:98vw;max-height:98vh;width:4800px}.pdf-modal-body{padding:0;background:#f8fafc}#pdfViewer{border:none;border-radius:0 0 20px 20px;height:2800px}@media (max-width: 768px){.pdf-modal-content{max-width:99vw;width:99vw}#pdfViewer{height:2000px}}.compliance-certifications{text-align:center;background:#f8fafc;padding:3rem;border-radius:20px;border:1px solid #e2e8f0}.compliance-certifications h3{font-size:1.8rem;font-weight:600;color:#1e293b;margin-bottom:2rem}.certification-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.cert-badge{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.cert-badge:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.cert-badge i{font-size:2.5rem;color:red;margin-bottom:1rem}.cert-badge span{font-weight:600;color:#1e293b;text-align:center}.about{padding:6rem 0;background:#f8fafc}.about-content{margin-top:2rem}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.about-card{background:#f8fafc;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0;text-align:center}.about-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.about-icon{width:80px;height:80px;background:linear-gradient(135deg,red,#ffafaf);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.about-icon i{font-size:2rem;color:#fff}.about-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.about-card p{color:#64748b;line-height:1.6;font-size:1rem}.team-section{margin-top:60px;text-align:center}.team-section h3{font-size:2rem;color:#2d3748;margin-bottom:40px;font-weight:600}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.team-member{background:#fff;border-radius:15px;padding:20px 15px;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.team-member:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.team-photo{margin-bottom:15px}.member-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;transition:border-color .3s ease}.clickable-photo{cursor:pointer;transition:transform .3s ease}.clickable-photo:hover{transform:scale(1.05)}.team-member:hover .member-image{border-color:red}.team-info h4{font-size:1.1rem;color:#2d3748;margin-bottom:6px;font-weight:600}.team-info p{color:#718096;font-size:.85rem;font-weight:500}@media (max-width: 1200px){.team-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.team-section{margin-top:40px}.team-section h3{font-size:1.5rem;margin-bottom:30px}.team-grid{grid-template-columns:repeat(2,1fr);gap:15px}.team-member{padding:15px 10px}.member-image{width:80px;height:80px}.team-info h4{font-size:1rem}.team-info p{font-size:.8rem}}@media (max-width: 480px){.team-grid{grid-template-columns:1fr;gap:15px}}.image-modal-content{position:relative;background-color:transparent;margin:auto;padding:0;width:auto;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 40px #0000004d}.image-modal-content .close{position:absolute;top:-40px;right:0;color:#fff;font-size:2rem;font-weight:700;cursor:pointer;background:#00000080;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.image-modal-content .close:hover{background:#000c}.contact{padding:6rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-item{display:flex;align-items:flex-start;margin-bottom:2rem}.contact-item i{width:50px;height:50px;background:linear-gradient(135deg,red,#ffafaf);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1rem;color:#fff;font-size:1.2rem}.contact-item h4{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.contact-item p{color:#64748b;line-height:1.6}.contact-item p a{color:#600;text-decoration:none;transition:color .3s ease}.contact-item p a:hover{color:red;text-decoration:underline}.contact-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px #0000000d}.form-description{color:#64748b;font-size:1rem;margin-bottom:1.5rem;text-align:center;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:red}.form-group textarea{resize:vertical;min-height:120px}.footer{background:linear-gradient(135deg,red,#ffafaf);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-img{height:35px;width:auto}.footer-section p{color:#ffffffd9;margin-bottom:1.5rem;line-height:1.6}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ffffffd9;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#fff}.footer-brand-icons{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 12px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.social-links a:hover{background:#fff;color:red;transform:translateY(-2px)}.payment-icons{display:flex;gap:1.2rem;align-items:center}.payment-icon{height:30px;width:auto;display:block}.footer-bottom{border-top:1px solid rgba(255,255,255,.3);padding-top:2rem;text-align:center;color:#ffffffbf}.custom-modal{display:none;position:fixed;inset:0;background:#0009;justify-content:center;align-items:center;z-index:9999}.custom-modal.show{display:flex}.custom-modal-content{background:#fff;padding:20px;border-radius:12px;max-width:400px;width:90%;text-align:center}.custom-modal-header{display:flex;justify-content:space-between;align-items:center}.custom-modal-header h3{margin:0;font-size:1.2rem}.custom-modal-header button{background:none;border:none;font-size:1.5rem;cursor:pointer}@media (max-width: 1200px){.hero-content h1{font-size:3rem}.hero-image{height:420px}.section-header h2,.mobile-text h2,.platform-text h2{font-size:2.2rem}}@media (max-width: 992px){.nav-menu{position:fixed;top:72px;right:0;left:0;display:none;flex-direction:column;gap:1.25rem;padding:1.5rem 1.25rem 2rem;background:#fffffff7;box-shadow:0 18px 40px #0f172a1f;border-bottom:1px solid rgba(148,163,184,.35);z-index:950}.nav-menu.active{display:flex}.hamburger{display:flex;position:relative;z-index:960}.hamburger span{transition:transform .3s ease,opacity .3s ease}.hamburger.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-close-item{display:flex;justify-content:flex-end}.nav-close-btn{font-size:1.75rem;color:#600;line-height:1}.nav-menu li{width:100%}.nav-menu a{width:100%;font-size:1rem;color:#1f2937}.hamburger{display:flex}.hero{padding:100px 0 70px;min-height:auto}.hero-container{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero-content h1{font-size:2.6rem;white-space:normal}.hero-content p{font-size:1.05rem}.hero-buttons{align-items:center}.hero-image{order:-1;height:340px}.floating-card{display:none}.features-grid{grid-template-columns:minmax(0,1fr)}.feature-card{padding:2rem}.platform-content,.mobile-content,.contact-content{grid-template-columns:1fr;gap:2.5rem}.platform-text h2,.mobile-text h2{font-size:2.1rem}.mobile-app{text-align:center}.mobile-text p{margin-bottom:1.5rem}.app-features{text-align:left;margin:0 auto 2rem;max-width:420px}.app-feature{justify-content:flex-start}.phone-mockup{width:min(260px,80vw);height:auto;padding:14px}.app-stores{flex-direction:column}.compliance-grid,.about-grid{grid-template-columns:minmax(0,1fr)}.footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.footer-brand-icons{justify-content:flex-start}}@media (min-width: 993px){.nav-overlay{display:none}}@media (max-width: 768px){.navbar{padding:.75rem 0}.nav-menu{top:64px}.hero{padding:90px 0 60px}.hero-content h1{font-size:2.3rem}.general-partner-text{font-size:1.6rem}.hero-content p{font-size:.98rem}.inkar-info{text-align:center}.inkar-info .btn{width:100%}.features,.platform,.mobile-app,.compliance,.about,.contact{padding:4.5rem 0}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.phone-mockup{width:min(220px,70vw)}.app-feature{flex-direction:column;align-items:center;text-align:center}.app-feature i{margin:0 0 .75rem}.contact-form{padding:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-brand-icons,.social-links,.payment-icons{justify-content:center}}@media (max-width: 576px){.nav-container{padding:0 12px}.hero-content h1{font-size:1.95rem}.hero-content p{font-size:.95rem}.hero{padding:80px 0 56px}.btn{width:100%;padding:.85rem 1.5rem}.feature-card,.compliance-card,.about-card,.contact-form{padding:1.75rem}.platform-text h2,.mobile-text h2{font-size:1.9rem}.platform-list li{font-size:1rem}.contact-item{flex-direction:column;align-items:center;text-align:center}.contact-item i{margin:0 0 1rem}.payment-icons{gap:1rem}.payment-icon{height:26px}}@media (max-width: 420px){.hero{padding:72px 0 48px}.hero-content h1,.section-header h2{font-size:1.8rem}.section-header p{font-size:.92rem}.app-features{max-width:100%}}:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-height:100vh;background-color:#fff5f5;color:#600}*{box-sizing:border-box}.app-shell{min-height:100vh;display:flex;flex-direction:column}.language-switcher{display:inline-flex;gap:.5rem;background-color:#e2e8f0;padding:.25rem;border-radius:9999px}.language-switcher__btn{border:none;background:transparent;padding:.25rem .75rem;border-radius:9999px;font-weight:600;cursor:pointer;color:#1e293b}.language-switcher__btn.is-active{background-color:red;color:#fff}.language-switcher__btn:focus-visible{outline:2px solid #FF0000;outline-offset:2px}.language-selector{display:flex;align-items:center}.hamburger.hamburger--hidden{visibility:hidden;pointer-events:none}.qr-image{width:100%;max-width:240px;display:block;margin:0 auto}.mobile-modal-text{text-align:center;margin-top:1rem}.ui-icon{width:1em;height:1em;display:inline-block}.feature-icon .ui-icon{width:2rem;height:2rem;color:#fff}.app-feature-icon{width:50px;height:50px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1rem}.app-feature-icon .ui-icon{width:1.2rem;height:1.2rem;color:#ffffffe6}.compliance-icon .ui-icon,.about-icon .ui-icon,.contact-icon .ui-icon,.social-links .ui-icon{width:1.5rem;height:1.5rem}.compliance-icon .ui-icon,.about-icon .ui-icon{color:#fff}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,red,#ffafaf);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1rem}.contact-icon .ui-icon,.social-links .ui-icon{color:#fff}.compliance-features .ui-icon{color:red;margin-right:.75rem;font-size:1rem}.platform-list .ui-icon{color:red;margin-right:1rem;font-size:1.2rem}.section-header.section-header--left{text-align:left}.mobile-text .section-header h2{color:#fff}.mobile-text .section-header p{color:#ffffffd9}
