.sy-mk-landing *,.sy-mk-landing :after,.sy-mk-landing :before{box-sizing:border-box;margin:0;padding:0}.sy-mk-landing{--bg:#0a0a0a;--fg:#ededed;--fg2:#a1a1a1;--accent:#0f62fe;--accent-hover:#0353e9;--border:#1e1e1e;--card-bg:#111111;--card-border:#1a1a1a;--section-gap:160px;--max-w:1200px;scroll-behavior:smooth;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased}.sy-mk-landing nav{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:rgba(10,10,10,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;z-index:100;transition:border-color .15s}.sy-mk-landing .logo-icon{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:28px;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;color:#ffffff}.sy-mk-landing .nav-brand{display:flex;align-items:center;gap:8px;text-decoration:none}.sy-mk-landing .nav-brand-name{font-size:1.25rem;font-weight:600;color:var(--fg);letter-spacing:-.02em}.sy-mk-landing .nav-links{display:flex;gap:32px;align-items:center}.sy-mk-landing .nav-links a{font-size:.875rem;color:var(--fg2);text-decoration:none;transition:color .15s}.sy-mk-landing .nav-links a:hover{color:var(--fg)}.sy-mk-landing .nav-links a.nav-btn,.sy-mk-landing .nav-links a.nav-btn:hover{color:#fff}.sy-mk-landing .nav-btn{display:inline-flex;align-items:center;padding:8px 16px;font-size:.875rem;font-weight:500;color:#fff;background:var(--accent);border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:background .15s}.sy-mk-landing .nav-btn:hover{background:var(--accent-hover)}.sy-mk-landing nav.scrolled{border-bottom-color:var(--border)}.sy-mk-landing .hero{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px 100px;margin:0 auto;background:linear-gradient(180deg,#05070a 0,var(--bg) 100%)}.sy-mk-landing .hero,.sy-mk-landing .hero-cube-section{max-width:var(--max-w);position:relative;overflow:hidden;border-left:1px solid var(--border);border-right:1px solid var(--border)}.sy-mk-landing .hero-cube-section{height:40vh;min-height:300px;margin-top:-80px;margin-left:auto;margin-right:auto;background:linear-gradient(135deg,rgba(165,110,255,.08) 0,rgba(69,137,255,.07) 25%,rgba(51,177,255,.06) 50%,rgba(8,189,186,.06) 75%,rgba(255,126,182,.08) 100%),var(--bg)}.sy-mk-landing .hero-cube-section:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(180deg,var(--bg) 0,transparent 100%);z-index:1;pointer-events:none}.sy-mk-landing .hero-cube-section:after{content:"";position:absolute;top:30%;left:50%;width:600px;height:500px;background:radial-gradient(ellipse,rgba(59,130,246,.07) 0,rgba(139,92,246,.04) 40%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.sy-mk-landing .hero-cube-section svg{position:absolute;top:45%;left:50%;width:140%;height:auto;transform:translate(-50%,-50%);animation:cube-drift 25s ease-in-out infinite}@keyframes cube-drift{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 6px))}}.sy-mk-landing .hero-buttons{display:flex;gap:12px;margin-bottom:0}.sy-mk-landing .hero-btn-primary{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 32px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--bg);background:var(--fg);border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:opacity .15s}.sy-mk-landing .hero-btn-primary:hover{opacity:.85}.sy-mk-landing .hero-btn-secondary{display:inline-flex;align-items:center;height:48px;padding:0 32px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--fg);background:transparent;border:1px solid #333;border-radius:9999px;cursor:pointer;text-decoration:none;transition:border-color .15s,background .15s}.sy-mk-landing .hero-btn-secondary:hover{border-color:#555;background:rgba(255,255,255,.04)}.sy-mk-landing .hero h1{font-size:clamp(1.75rem,3.2vw,2.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;white-space:nowrap;margin-bottom:24px}.sy-mk-landing .hero p{font-size:1.25rem;color:var(--fg2);max-width:600px;margin-bottom:40px;line-height:1.6}.sy-mk-landing .hero-form{display:flex;gap:8px;max-width:440px;width:100%}.sy-mk-landing .hero-form input{flex:1;height:48px;padding:0 16px;font-family:inherit;font-size:.9375rem;color:var(--fg);background:var(--card-bg);border:1px solid #333;border-radius:9999px;outline:none}.sy-mk-landing .hero-form input:focus{border-color:var(--fg2);box-shadow:0 0 0 3px rgba(255,255,255,.08)}.sy-mk-landing .hero-form input::placeholder{color:#555}.sy-mk-landing .hero-form button{height:48px;padding:0 28px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--bg);background:var(--fg);border:none;border-radius:9999px;cursor:pointer;white-space:nowrap;transition:opacity .15s}.sy-mk-landing .hero-form button:hover{opacity:.85}.sy-mk-landing .hero-subtext{margin-top:12px;font-size:.8125rem;color:#555}.sy-mk-landing section{padding:var(--section-gap) 24px;max-width:var(--max-w);margin:0 auto}.sy-mk-landing .section-label{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.sy-mk-landing .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;line-height:1.15;max-width:700px;margin-bottom:20px}.sy-mk-landing .section-desc{font-size:1.125rem;color:var(--fg2);max-width:600px;line-height:1.6;margin-bottom:48px}.sy-mk-landing .features-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);margin-left:-24px;margin-right:-24px}.sy-mk-landing #features{padding-bottom:0}.sy-mk-landing .feature-card{padding:40px 32px;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.sy-mk-landing .feature-card:nth-child(3n){border-right:none}.sy-mk-landing .feature-card .picto{width:48px;height:48px;margin-bottom:20px}.sy-mk-landing .feature-card .picto svg{width:100%;height:100%;fill:var(--fg)}.sy-mk-landing .feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}.sy-mk-landing .feature-card p{font-size:.9375rem;color:var(--fg2);line-height:1.5}.sy-mk-landing .split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.sy-mk-landing .split-text{max-width:480px}.sy-mk-landing .split-text .section-label{margin-bottom:12px}.sy-mk-landing .split-text h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.sy-mk-landing .split-text p{font-size:1rem;color:var(--fg2);line-height:1.6;margin-bottom:24px}.sy-mk-landing .split-text ul{list-style:none;display:flex;flex-direction:column;gap:8px}.sy-mk-landing .split-text ul li{font-size:.9375rem;color:var(--fg2);padding-left:20px;position:relative}.sy-mk-landing .split-text ul li:before{content:"→";position:absolute;left:0;color:var(--accent)}.sy-mk-landing .split-visual{aspect-ratio:4/3;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--fg2);font-size:.875rem;text-align:center;padding:24px;line-height:1.6}.sy-mk-landing .split.reverse{direction:rtl}.sy-mk-landing .split.reverse>*{direction:ltr}.sy-mk-landing .security-banner{margin:0 auto;max-width:var(--max-w);padding:var(--section-gap) 24px;text-align:center}.sy-mk-landing .security-banner h2{font-size:2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:16px}.sy-mk-landing .security-banner p.security-desc{font-size:1.0625rem;color:var(--fg2);max-width:640px;margin:0 auto 48px;line-height:1.6}.sy-mk-landing .security-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);margin-left:-24px;margin-right:-24px}.sy-mk-landing .security-banner{padding-bottom:0}.sy-mk-landing .security-tile{padding:40px 32px;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.sy-mk-landing .security-tile:last-child{border-right:none}.sy-mk-landing .security-tile .picto{width:48px;height:48px;margin:0 auto 20px}.sy-mk-landing .security-tile .picto svg{width:100%;height:100%;fill:var(--fg)}.sy-mk-landing .security-tile h4{font-size:.9375rem;font-weight:600;margin-bottom:4px}.sy-mk-landing .security-tile p{font-size:.8125rem;color:var(--fg2);margin:0}.sy-mk-landing .cta{text-align:center;padding:var(--section-gap) 24px;max-width:var(--max-w);margin:0 auto}.sy-mk-landing .cta h2{font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;margin-bottom:16px}.sy-mk-landing .cta p{font-size:1.125rem;color:var(--fg2);max-width:500px;margin:0 auto 40px;line-height:1.6}.sy-mk-landing .cta-form{display:flex;gap:8px;max-width:440px;margin:0 auto}.sy-mk-landing .cta-form input{flex:1;height:48px;padding:0 16px;font-family:inherit;font-size:.9375rem;color:var(--fg);background:var(--card-bg);border:1px solid #333;border-radius:9999px;outline:none}.sy-mk-landing .cta-form input:focus{border-color:var(--fg2);box-shadow:0 0 0 3px rgba(255,255,255,.08)}.sy-mk-landing .cta-form input::placeholder{color:#555}.sy-mk-landing .cta-form button{height:48px;padding:0 28px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--bg);background:var(--fg);border:none;border-radius:9999px;cursor:pointer;white-space:nowrap;transition:opacity .15s}.sy-mk-landing .cta-form button:hover{opacity:.85}.sy-mk-landing footer{padding:48px 32px;display:flex;justify-content:space-between;align-items:center;max-width:var(--max-w);margin:0 auto;font-size:.8125rem;color:#555}.sy-mk-landing footer a{color:#555;text-decoration:none}.sy-mk-landing footer a:hover{color:var(--fg2)}.sy-mk-landing .footer-links{display:flex;gap:24px}.sy-mk-landing .theme-sw{display:flex;border:1px solid var(--border);border-radius:6px;overflow:hidden;margin-left:auto;padding:0;background:transparent}.sy-mk-landing .theme-sw input{position:absolute;opacity:0;width:0;height:0}.sy-mk-landing .theme-sw label{display:flex;align-items:center;justify-content:center;width:32px;height:28px;cursor:pointer;color:#555;transition:all .15s}.sy-mk-landing .theme-sw label:hover{color:var(--fg);background:rgba(255,255,255,.05)}.sy-mk-landing .theme-sw input:checked+label{color:var(--fg);background:rgba(255,255,255,.1)}.sy-mk-landing .theme-sw label svg{width:14px;height:14px}html.light .sy-mk-landing{--bg:#fff;--fg:#0a0a0a;--fg2:#666;--accent:#0f62fe;--border:#e5e5e5;--card-bg:#fafafa;--card-border:#e5e5e5}html.light .sy-mk-landing .hero{background:#fff}html.light .sy-mk-landing .hero-cube-section{background:linear-gradient(135deg,rgba(165,110,255,.25),rgba(69,137,255,.2) 25%,rgba(51,177,255,.18) 50%,rgba(8,189,186,.2) 75%,rgba(255,126,182,.25)),#fff}html.light .sy-mk-landing .hero-cube-section svg{opacity:1}html.light .sy-mk-landing .hero-cube-section:before{background:linear-gradient(180deg,#fff,transparent)}html.light .sy-mk-landing .hero-btn-secondary{border-color:#ccc}html.light .sy-mk-landing .hero-btn-secondary:hover{border-color:#999;background:rgba(0,0,0,.04)}html.light .sy-mk-landing .cta-form input{border-color:#ccc}html.light .sy-mk-landing .cta-form input:focus{border-color:#666;box-shadow:0 0 0 3px rgba(0,0,0,.06)}html.light .sy-mk-landing nav{background:rgba(255,255,255,.8)}html.light .sy-mk-landing .logo-icon,html.light .sy-mk-landing .nav-brand-name{color:#0a0a0a}html.light .sy-mk-landing footer,html.light .sy-mk-landing footer a{color:#666}html.light .sy-mk-landing .theme-sw label:hover{background:rgba(0,0,0,.05)}html.light .sy-mk-landing .theme-sw input:checked+label{background:rgba(0,0,0,.08)}.sy-mk-landing .page-grid{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.sy-mk-landing .page-grid .grid-guide{position:absolute;width:1px;top:var(--guide-top,96px);bottom:0;background:var(--border);transition:top 0s}.sy-mk-landing .page-grid .grid-guide--l{left:calc(50% - var(--max-w)/2)}.sy-mk-landing .page-grid .grid-guide--r{right:calc(50% - var(--max-w)/2)}.sy-mk-landing .grid-divider{position:relative;max-width:var(--max-w);margin:0 auto;height:0;border-top:1px solid var(--border)}.sy-mk-landing .grid-cross{position:absolute;width:25px;height:25px;pointer-events:none}.sy-mk-landing .grid-cross:after,.sy-mk-landing .grid-cross:before{content:"";position:absolute;background:#666}.sy-mk-landing .grid-cross:before{width:1px;height:100%;left:50%;top:0}.sy-mk-landing .grid-cross:after{height:1px;width:100%;top:50%;left:0}.sy-mk-landing .grid-cross--l{top:-12px;left:-12px}.sy-mk-landing .grid-cross--r{top:-12px;right:-12px}html.light .sy-mk-landing .grid-cross:after,html.light .sy-mk-landing .grid-cross:before{background:#999}@media (max-width:768px){.sy-mk-landing .features-grid{grid-template-columns:1fr}.sy-mk-landing .feature-card{border-right:none}.sy-mk-landing .feature-card:last-child{border-bottom:none}.sy-mk-landing .split{grid-template-columns:1fr;gap:40px}.sy-mk-landing .split.reverse{direction:ltr}.sy-mk-landing .security-grid{grid-template-columns:1fr}.sy-mk-landing .security-tile{border-right:none}.sy-mk-landing .security-tile:last-child{border-bottom:none}.sy-mk-landing .cta-form,.sy-mk-landing .hero-form{flex-direction:column}.sy-mk-landing .cta-form button,.sy-mk-landing .hero-form button{width:100%}.sy-mk-landing nav{padding:0 16px}.sy-mk-landing .grid-cross,.sy-mk-landing .grid-divider,.sy-mk-landing .nav-links a,.sy-mk-landing .page-grid{display:none}.sy-mk-landing .hero,.sy-mk-landing .hero-cube-section{border-left:none;border-right:none}.sy-mk-landing .hero-cube-section{height:30vh;min-height:200px;opacity:.35}}@media (prefers-reduced-motion:reduce){.sy-mk-landing .hero-cube-section svg{animation:none}}