@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap";:root{--ink: #0a0e1a;--ink-soft: #1c2235;--steel: #2a3352;--accent: #1a6bff;--accent-glow: #3d8bff;--accent-light: #e8f0ff;--gold: #f0b240;--white: #ffffff;--off-white: #f5f7fc;--muted: #8492b4;--border: rgba(26, 107, 255, .12);--radius: 16px;--radius-sm: 8px;--shadow-card: 0 4px 32px rgba(10, 14, 26, .12);--shadow-hover: 0 12px 48px rgba(26, 107, 255, .18);--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--ink);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%}.app{min-height:100vh}.container{max-width:1180px;margin:0 auto;padding:0 24px}.section-label{font-family:Segoe UI;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.section-title{font-family:Segoe UI;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15;color:var(--ink)}.section-title span{color:var(--accent)}.section-subtitle{font-size:17px;color:var(--muted);font-weight:300;margin-top:14px;max-width:540px}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:15px;font-weight:600;padding:14px 28px;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;letter-spacing:.02em}.btn-primary:hover{background:var(--accent-glow);transform:translateY(-2px);box-shadow:0 8px 32px #1a6bff59}.btn-secondary{display:inline-flex;align-items:center;gap:10px;background:transparent;color:var(--ink);font-family:Segoe UI;font-size:15px;font-weight:600;padding:14px 28px;border-radius:50px;border:1.5px solid var(--border);cursor:pointer;transition:all .25s ease}.btn-secondary:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:fadeUp .7s ease both}.fade-up-1{animation-delay:.1s}.fade-up-2{animation-delay:.22s}.fade-up-3{animation-delay:.34s}.fade-up-4{animation-delay:.46s}.navbar{position:fixed;top:0;left:0;width:100%;z-index:100;padding:20px 0;transition:background .3s ease,box-shadow .3s ease,padding .3s ease}.navbar--scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14;padding:12px 0}.navbar__inner{display:flex;align-items:center;gap:40px}.navbar_logo{height:5vh;margin-right:auto}.navbar__logo{display:flex;align-items:center;gap:10px;margin-right:auto}.navbar__logo-mark{width:38px;height:38px;background:var(--accent);color:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Segoe UI;font-weight:800;font-size:14px;letter-spacing:.04em;flex-shrink:0}.navbar__logo-text{font-family:Segoe UI;font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.02em}.navbar__links{display:flex;align-items:center;gap:32px}.navbar__link{font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);letter-spacing:.01em;transition:color .2s;position:relative}.navbar__link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:var(--accent);border-radius:2px;transition:width .25s ease}.navbar__link:hover{color:var(--accent)}.navbar__link:hover:after{width:100%}.navbar__cta{font-size:14px;padding:10px 22px;flex-shrink:0}.navbar__lang{background:#1a6bff14;border:1.5px solid rgba(26,107,255,.2);color:#1a6bff;font-weight:700;font-size:.82rem;padding:6px 14px;border-radius:8px;cursor:pointer;transition:background .2s,color .2s;flex-shrink:0;letter-spacing:.5px}.navbar__lang:hover{background:#1a6bff;color:#fff}.navbar__lang--mobile{margin-top:8px;width:100%;font-size:.95rem;background:#1a6bff14;border:1.5px solid rgba(26,107,255,.2);color:#1a6bff;font-weight:700;font-size:.82rem;padding:6px 14px;border-radius:8px;cursor:pointer;transition:background .2s,color .2s;flex-shrink:0;letter-spacing:.5px}.navbar__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.navbar__burger span{display:block;width:24px;height:2px;background:var(--ink);border-radius:2px;transition:all .25s ease}.navbar__burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__burger.open span:nth-child(2){opacity:0}.navbar__burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__mobile{display:none;flex-direction:column;gap:8px;background:var(--white);padding:16px 24px 24px;border-top:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .35s ease}.navbar__mobile.open{max-height:400px}.navbar__mobile-link{font-family:Segoe UI;font-size:16px;font-weight:600;color:var(--ink);padding:10px 0;border-bottom:1px solid var(--border)}.btn-whatsapp{display:inline-flex;align-items:center;gap:10px;background:#1daa61;color:var(--white);font-family:Segoe UI;font-size:15px;font-weight:600;padding:10px 20px;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;letter-spacing:.02em}.btn-whatsapp:hover{background:#16aa5e;transform:translateY(-2px);box-shadow:0 8px 32px #16aa5e59}@media(max-width:860px){.navbar__links,.navbar__cta{display:none}.navbar__burger{display:flex}.navbar__mobile{display:none}.navbar__mobile.open{display:flex}.navbar__lang{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden;background:var(--off-white)}.hero__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(26,107,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(26,107,255,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}.hero__orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.hero__orb--1{width:600px;height:600px;background:radial-gradient(circle,rgba(26,107,255,.14) 0%,transparent 70%);top:-100px;right:-100px}.hero__orb--2{width:400px;height:400px;background:radial-gradient(circle,rgba(240,178,64,.1) 0%,transparent 70%);bottom:0;left:-100px}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-light);padding:6px 14px;border-radius:50px;margin-bottom:20px}.hero__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{font-family:Segoe UI;font-size:clamp(36px,5vw,62px);font-weight:800;line-height:1.1;color:var(--ink);letter-spacing:-.03em;margin-bottom:24px}.hero__title span{color:var(--accent);position:relative}.hero__title span:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:3px;background:var(--accent);border-radius:3px;opacity:.3}.hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:480px;margin-bottom:36px}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:36px}.hero__badges{display:flex;flex-wrap:wrap;gap:8px}.hero__badge{font-family:Segoe UI;font-size:12px;font-weight:600;color:var(--steel);background:var(--white);border:1.5px solid var(--border);padding:5px 12px;border-radius:50px;letter-spacing:.02em;cursor:pointer}.hero__badge:hover{background:#e7e7e7}.hero__visual{position:relative;height:550px}.hero__card{position:absolute;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid rgba(26,107,255,.08);padding:20px;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__card--main{top:40px;left:0;right:60px;display:flex;align-items:center;gap:16px;animation-delay:0s}.hero__card-icon{flex-shrink:0;width:52px;height:52px;border-radius:12px;background:var(--accent-light);display:flex;align-items:center;justify-content:center}.hero__card-text{flex:1;display:flex;flex-direction:column;gap:3px}.hero__card-text strong{font-family:Segoe UI;font-size:15px;font-weight:700;color:var(--ink)}.hero__card-text span{font-size:12px;color:var(--muted)}.hero__card-badge{font-family:Segoe UI;font-size:11px;font-weight:700;color:#1a9e5c;background:#e6f7ef;padding:4px 10px;border-radius:50px;flex-shrink:0}.hero__card--stat{top:40%;right:17.5%;width:100px;height:100px;padding:12px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%;animation-delay:1s}.hero__card--stat .navbar_logo{width:100%;height:100%;object-fit:contain;cursor:unset}.hero__card--stat_hbt{top:60%;right:30%;width:100px;height:100px;padding:12px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%;animation-delay:1s}.navbar_logo_hbt{width:100%;height:100%;object-fit:contain}.hero__card--stat_hbt_edmkep{top:60%;right:5%;width:100px;height:100px;padding:12px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%;animation-delay:1s}.hero__stat-number{font-family:Segoe UI;font-size:36px;font-weight:800;color:var(--accent);line-height:1}.hero__stat-label{font-size:12px;color:var(--muted);margin-top:4px}.hero__card--service{top:210px;left:20px;width:200px;animation-delay:.5s}.hero__service-list{display:flex;flex-direction:column;gap:10px}.hero__service-item{display:flex;align-items:center;gap:10px;font-size:13px;font-family:Segoe UI;font-weight:600;color:var(--ink);cursor:pointer}.hero__service-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}.hero__card--trust{bottom:0;left:0;right:40px;display:flex;align-items:center;gap:10px;animation-delay:1.5s;padding:14px 20px}.hero__card--trust span{font-size:13px;color:var(--steel);font-weight:500}.hero__scroll-hint{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-family:Segoe UI;font-weight:600}.hero__scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,var(--muted),transparent);animation:scrollLine 2s ease infinite}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}to{transform:scaleY(1);transform-origin:bottom;opacity:0}}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;gap:48px}.hero__visual{height:320px}.hero__card--main{right:0}}@media(max-width:540px){.hero{padding:100px 0 60px}.hero__visual{display:none}}.services{padding:100px 0;background:var(--white)}.services__head{text-align:center;margin-bottom:64px}.services__head .section-subtitle{margin:14px auto 0}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{background:#eff3ff;border:1.5px solid transparent;border-radius:var(--radius);padding:28px 24px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;animation:fadeUp .6s ease both}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,107,255,.06) 0%,transparent 60%);opacity:0;transition:opacity .3s}.service-card:hover,.service-card--active{background:var(--white);border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.service-card:hover:before,.service-card--active:before{opacity:1}.service-card__icon{width:52px;height:52px;border-radius:12px;background:var(--white);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:18px;transition:all .3s}.service-card:hover .service-card__icon,.service-card--active .service-card__icon{background:var(--accent);color:var(--white);border-color:var(--accent)}.service-card__title{font-family:Segoe UI;font-size:16px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}.service-card__desc{font-size:13.5px;color:var(--muted);line-height:1.65;font-weight:300}.service-card__arrow{margin-top:18px;color:var(--accent);opacity:0;transform:translate(-6px);transition:all .25s ease}.service-card:hover .service-card__arrow,.service-card--active .service-card__arrow{opacity:1;transform:translate(0)}@media(max-width:1100px){.services__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.services__grid{grid-template-columns:1fr}}.why-us{padding:100px 0;position:relative;overflow:hidden;background:var(--ink)}.why-us__bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px}.why-us .section-label{color:var(--gold)}.why-us .section-title{color:var(--white)}.why-us .section-subtitle{color:#ffffff80}.why-us__head{text-align:center;margin-bottom:64px;position:relative;z-index:1}.why-us__head .section-subtitle{margin:14px auto 0}.why-us__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative;z-index:1}.reason-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:28px;display:flex;gap:18px;transition:all .3s ease;animation:fadeUp .6s ease both}.reason-card:hover{background:#1a6bff1f;border-color:#1a6bff66;transform:translateY(-3px)}.reason-card__icon{width:48px;height:48px;border-radius:12px;background:#1a6bff26;border:1px solid rgba(26,107,255,.25);display:flex;align-items:center;justify-content:center;color:var(--accent-glow);flex-shrink:0}.reason-card__title{font-family:Segoe UI;font-size:16px;font-weight:700;color:var(--white);margin-bottom:8px}.reason-card__desc{font-size:13.5px;color:#ffffff80;line-height:1.65;font-weight:300}@media(max-width:900px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.why-us__grid{grid-template-columns:1fr}}.how-it-works{padding:100px 0;background:var(--off-white)}.how-it-works__head{text-align:center;margin-bottom:72px}.how-it-works__head .section-subtitle{margin:14px auto 0}.steps{display:flex;flex-direction:column;gap:0;max-width:740px;margin:0 auto;position:relative}.step{display:flex;gap:28px;align-items:flex-start;position:relative;animation:fadeUp .6s ease both;padding-bottom:8px}.step__num{font-family:Segoe UI;font-size:13px;font-weight:800;color:var(--accent);background:var(--accent-light);border:2px solid var(--accent);width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;letter-spacing:.04em;transition:all .3s}.step:hover .step__num{background:var(--accent);color:var(--white)}.step__body{padding-top:10px;padding-bottom:40px}.step__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.step__desc{font-size:15px;color:var(--muted);font-weight:300;line-height:1.7}.step__connector{position:absolute;left:25px;top:52px;width:2px;height:calc(100% - 12px);background:linear-gradient(to bottom,var(--accent),rgba(26,107,255,.1))}@media(max-width:600px){.step__num{width:42px;height:42px;font-size:12px}.step__connector{left:20px}}.contact{padding:100px 0;background:var(--white)}.contact__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:start}.contact__info .section-subtitle{margin-bottom:40px}.contact__items{display:flex;flex-direction:column;gap:20px;margin-top:40px}.contact__item{display:flex;align-items:center;gap:16px}.contact__item-icon{width:44px;height:44px;border-radius:12px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.contact__item>div:last-child{display:flex;flex-direction:column;gap:2px}.contact__item strong{font-family:Segoe UI;font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.contact__item span{font-size:15px;color:var(--ink);font-weight:400}.contact__form-wrap{background:var(--off-white);border-radius:var(--radius);padding:40px;border:1.5px solid var(--border)}.contact__form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-family:Segoe UI;font-size:12px;font-weight:700;color:var(--steel);text-transform:uppercase;letter-spacing:.08em}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:1.5px solid rgba(26,107,255,.15);border-radius:var(--radius-sm);padding:12px 16px;font-family:var(--font-body);font-size:14px;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0bad6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #1a6bff1a}.contact__submit{width:100%;justify-content:center}.contact__error{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:var(--radius-sm);border:1.5px solid rgba(225,29,72,.22);background:#fff1f2}.contact__error-icon{width:40px;height:40px;border-radius:12px;background:#ffe4e6;display:flex;align-items:center;justify-content:center;color:#e11d48;flex-shrink:0}.contact__error-text{display:flex;flex-direction:column;gap:2px}.contact__error-text strong{font-family:Segoe UI;font-size:13px;font-weight:800;color:var(--ink)}.contact__error-text span{font-size:13px;color:var(--muted)}.contact__success{text-align:center;padding:40px 20px}.contact__success-icon{width:72px;height:72px;border-radius:50%;background:#e6f7ef;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.contact__success h3{font-family:Segoe UI;font-size:22px;font-weight:800;color:var(--ink);margin-bottom:10px}.contact__success p{color:var(--muted);font-size:15px}.radio-group{display:flex;gap:24px;flex-wrap:wrap}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:400;text-transform:none;letter-spacing:normal;font-size:14px}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;border:2px solid rgba(26,107,255,.3);padding:0;margin:0}.radio-label input[type=radio]:checked{accent-color:var(--accent)}.radio-label span{color:var(--ink);font-weight:500}.form-group input[type=file]{padding:10px;cursor:pointer}.form-group input[type=file]::file-selector-button{background:var(--accent);color:#fff;border:none;padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-size:12px;margin-right:12px;transition:background .2s}.form-group input[type=file]::file-selector-button:hover{background:#1154d9}.file-info{font-size:13px;color:var(--accent);margin-top:4px;font-weight:500}.btn-call{place-self:center}@media(max-width:900px){.contact__inner{grid-template-columns:1fr;gap:48px}}@media(max-width:540px){.form-row{grid-template-columns:1fr}.contact__form-wrap{padding:24px}}.footer{background:var(--ink);color:#fff9}.footer__inner{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:60px;padding:72px 24px 48px}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{display:flex;align-items:center;gap:10px}.footer__logo-mark{width:36px;height:36px;background:var(--accent);color:var(--white);border-radius:9px;display:flex;align-items:center;justify-content:center;font-family:Segoe UI;font-weight:800;font-size:13px}.footer__logo-text{font-family:Segoe UI;font-size:19px;font-weight:800;color:var(--white)}.footer__tagline{font-size:14px;line-height:1.65;max-width:280px;font-weight:300}.footer__socials{display:flex;gap:10px;margin-top:4px}.footer__social{width:36px;height:36px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s}.footer__social:hover{background:var(--accent);border-color:var(--accent);color:var(--white)}.footer__col h4{font-family:Segoe UI;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:16px}.footer__col ul{display:flex;flex-direction:column;gap:10px}.footer__col li,.footer__col a{font-size:14px;color:#ffffff8c;font-weight:300;transition:color .2s;line-height:1.4}.footer__col a:hover{color:var(--white)}.footer__bottom{border-top:1px solid rgba(255,255,255,.06)}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;font-size:13px;color:#ffffff4d}@media(max-width:860px){.footer__inner{grid-template-columns:1fr 1fr;gap:40px}.footer__brand{grid-column:1 / -1}}@media(max-width:540px){.footer__inner{grid-template-columns:1fr}.footer__bottom-inner{flex-direction:column;gap:6px;text-align:center}}.eimza-page{min-height:100vh;background:var(--white)}.eimza-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.eimza-nav__inner{display:flex;align-items:center;justify-content:space-between}.navbar_logo{cursor:pointer}.eimza-nav__logo .navbar_logo{height:5vh}.eimza-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.eimza-nav__back:hover{color:var(--accent)}.eimza-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.eimza-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.eimza-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.eimza-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.eimza-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.eimza-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.eimza-hero__title span{color:var(--accent)}.eimza-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.eimza-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.eimza-hero__visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.eimza-logo-eimza-page{display:flex;grid-column:2;justify-self:center;align-self:center;max-width:180px;background:var(--white, #fff);padding:18px;border-radius:var(--radius);box-shadow:var(--shadow-card)}.eguven-logo{justify-content:center;align-items:center}.usb{position:absolute;cursor:pointer;animation:floatUsb 6s ease-in-out infinite;z-index:99}.usb--hero{top:0;left:0;scale:.8}.usb--usecases{top:2%;right:0;left:70%;scale:1.5}.usb-img{display:block;width:100%;height:auto}.usb-ripple-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@keyframes floatUsb{0%,to{transform:rotate(130deg) translateY(0)}50%{transform:rotate(130deg) translateY(-10px)}}@keyframes floatUsbBlack{0%,to{transform:rotate(130deg) translateY(0)}50%{transform:rotate(130deg) translateY(-10px)}}.eimza-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.eimza-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.eimza-hero__card span{font-size:14px;color:var(--muted)}.eimza-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.eimza-features{padding:100px 0}.eimza-features__head{text-align:center;margin-bottom:56px}.eimza-features__head .section-subtitle{margin-left:auto;margin-right:auto}.eimza-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.eimza-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.eimza-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.eimza-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.eimza-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.eimza-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.eimza-usecases{position:relative;padding:100px 0;background:var(--off-white)}.eimza-usecases__head{text-align:center;margin-bottom:48px}.eimza-usecases__list{max-width:920px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media(max-width:700px){.eimza-usecases__list{grid-template-columns:1fr}}.eimza-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.eimza-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.eimza-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.eimza-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.eimza-steps{padding:100px 0}.eimza-steps__head{text-align:center;margin-bottom:56px}.eimza-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.eimza-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.eimza-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.eimza-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.eimza-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.eimza-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.eimza-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.eimza-cta{padding:80px 0;background:var(--ink)}.eimza-cta__inner{text-align:center}.eimza-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.eimza-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.eimza-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.eimza-cta .btn-secondary{border-color:#fff3;color:var(--white)}.eimza-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.eimza-footer{padding:24px 0;border-top:1px solid var(--border)}.eimza-footer__inner{display:flex;align-items:center;justify-content:space-between}.eimza-footer__inner p{font-size:13px;color:var(--muted)}.eimza-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.eimza-footer__inner a:hover{opacity:.75}@keyframes floatUsbOnMobile{0%,to{transform:rotate(310deg) translateY(0)}50%{transform:rotate(310deg) translateY(-2px)}}@media(max-width:900px){.eimza-hero__inner{grid-template-columns:1fr;gap:40px}.eimza-hero__visual{order:-1}.usb{top:39%;left:75%;scale:2;animation:floatUsbOnMobile 6s ease-in-out infinite}.eimza-features__grid,.eimza-steps__grid{grid-template-columns:repeat(2,1fr)}.usb--usecases{top:6%}.btn-primary-eimza,.btn-secondary-eimza{align-self:center}.whiteusb{left:0;top:0;scale:.7;margin-right:60%}}@media(max-width:600px){.eimza-hero{padding:120px 0 60px}.eimza-features__grid,.eimza-steps__grid{grid-template-columns:1fr}.eimza-hero__actions{flex-direction:column}.eimza-footer__inner{flex-direction:column;gap:12px;text-align:center}}.efatura-page{min-height:100vh;background:var(--white)}.efatura-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.efatura-nav__inner{display:flex;align-items:center;justify-content:space-between}.efatura-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.efatura-nav__back:hover{color:var(--accent)}.efatura-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.efatura-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.efatura-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.efatura-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.efatura-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.efatura-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.efatura-hero__title span{color:var(--accent)}.efatura-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.efatura-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.efatura-hero__visual{display:flex;justify-content:center}.efatura-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.efatura-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.efatura-hero__card span{font-size:14px;color:var(--muted)}.efatura-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.efatura-features{padding:100px 0}.efatura-features__head{text-align:center;margin-bottom:56px}.efatura-features__head .section-subtitle{margin-left:auto;margin-right:auto}.efatura-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.efatura-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.efatura-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.efatura-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.efatura-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.efatura-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.efatura-usecases{padding:100px 0;background:var(--off-white)}.efatura-usecases__head{text-align:center;margin-bottom:48px}.efatura-usecases__list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.efatura-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.efatura-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.efatura-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.efatura-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.efatura-steps{padding:100px 0}.efatura-steps__head{text-align:center;margin-bottom:56px}.efatura-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.efatura-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.efatura-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.efatura-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.efatura-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.efatura-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.efatura-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.efatura-cta{padding:80px 0;background:var(--ink)}.efatura-cta__inner{text-align:center}.efatura-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.efatura-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.efatura-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.efatura-cta .btn-secondary{border-color:#fff3;color:var(--white)}.efatura-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.efatura-footer{padding:24px 0;border-top:1px solid var(--border)}.efatura-footer__inner{display:flex;align-items:center;justify-content:space-between}.efatura-footer__inner p{font-size:13px;color:var(--muted)}.efatura-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.efatura-footer__inner a:hover{opacity:.75}@media(max-width:900px){.efatura-hero__inner{grid-template-columns:1fr;gap:40px}.efatura-hero__visual{order:-1}.efatura-features__grid,.efatura-steps__grid{grid-template-columns:repeat(2,1fr)}.btn-primary-efatura,.btn-secondary-efatura{align-self:center}}@media(max-width:600px){.efatura-hero{padding:120px 0 60px}.efatura-features__grid,.efatura-steps__grid{grid-template-columns:1fr}.efatura-hero__actions{flex-direction:column}.efatura-footer__inner{flex-direction:column;gap:12px;text-align:center}}.kep-page{min-height:100vh;background:var(--white)}.kep-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.kep-nav__inner{display:flex;align-items:center;justify-content:space-between}.kep-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.kep-nav__back:hover{color:var(--accent)}.kep-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.kep-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.kep-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.kep-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.kep-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.kep-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.kep-hero__title span{color:var(--accent)}.kep-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.kep-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.kep-hero__visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.kep-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.kep-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.kep-hero__card span{font-size:14px;color:var(--muted)}.kep-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.kep-features{padding:100px 0}.kep-features__head{text-align:center;margin-bottom:56px}.kep-features__head .section-subtitle{margin-left:auto;margin-right:auto}.kep-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.kep-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.kep-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.kep-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.kep-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.kep-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.kep-usecases{padding:100px 0;background:var(--off-white)}.kep-usecases__head{text-align:center;margin-bottom:48px}.kep-usecases__list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.kep-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.kep-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.kep-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.kep-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.kep-steps{padding:100px 0}.kep-steps__head{text-align:center;margin-bottom:56px}.kep-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.kep-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.kep-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.kep-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.kep-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.kep-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.kep-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.kep-cta{padding:80px 0;background:var(--ink)}.kep-cta__inner{text-align:center}.kep-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.kep-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.kep-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.kep-cta .btn-secondary{border-color:#fff3;color:var(--white)}.kep-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.kep-footer{padding:24px 0;border-top:1px solid var(--border)}.kep-footer__inner{display:flex;align-items:center;justify-content:space-between}.kep-footer__inner p{font-size:13px;color:var(--muted)}.kep-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.kep-footer__inner a:hover{opacity:.75}.kep-logo-kep-page{display:flex;grid-column:2;justify-self:center;align-self:center;max-width:180px;background:var(--white, #fff);padding:18px;border-radius:var(--radius);box-shadow:var(--shadow-card)}.kep-logo-itself{justify-content:center;align-items:center}@media(max-width:900px){.kep-logo-kep-page{grid-column:1;justify-self:center}.kep-hero__inner{grid-template-columns:1fr;gap:40px}.kep-hero__visual{order:-1}.kep-features__grid,.kep-steps__grid{grid-template-columns:repeat(2,1fr)}.btn-primary-kep,.btn-secondary-kep{align-self:center}}@media(max-width:600px){.kep-hero{padding:120px 0 60px}.kep-features__grid,.kep-steps__grid{grid-template-columns:1fr}.kep-hero__actions{flex-direction:column}.kep-footer__inner{flex-direction:column;gap:12px;text-align:center}}.mm-page{min-height:100vh;background:var(--white)}.mm-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.mm-nav__inner{display:flex;align-items:center;justify-content:space-between}.mm-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.mm-nav__back:hover{color:var(--accent)}.mm-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.mm-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.mm-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.mm-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.mm-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.mm-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.mm-hero__title span{color:var(--accent)}.mm-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.mm-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.mm-hero__visual{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:18px}.malimuhur-logo-malimuhur-page{display:flex;grid-column:2;justify-self:center;align-self:center;max-width:180px;background:var(--white, #fff);padding:18px;border-radius:var(--radius);box-shadow:var(--shadow-card)}.hbt-logo{justify-content:center;align-items:center}.mm-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.mm-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.mm-hero__card span{font-size:14px;color:var(--muted)}.mm-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.mm-features{padding:100px 0}.mm-features__head{text-align:center;margin-bottom:56px}.mm-features__head .section-subtitle{margin-left:auto;margin-right:auto}.mm-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mm-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.mm-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.mm-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.mm-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.mm-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.mm-usecases{position:relative;padding:100px 0;background:var(--off-white)}.mm-usecases__head{text-align:center;margin-bottom:48px}.mm-usecases__list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.mm-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.mm-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.mm-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mm-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.mm-steps{padding:100px 0}.mm-steps__head{text-align:center;margin-bottom:56px}.mm-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.mm-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.mm-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.mm-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.mm-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.mm-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.mm-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.malimuhur-usb{top:2%;left:65%;scale:.4;animation:floatMaliMuhur 6s ease-in-out infinite}@keyframes floatMaliMuhur{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mm-cta{padding:80px 0;background:var(--ink)}.mm-cta__inner{text-align:center}.mm-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.mm-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.mm-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.mm-cta .btn-secondary{border-color:#fff3;color:var(--white)}.mm-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.mm-footer{padding:24px 0;border-top:1px solid var(--border)}.mm-footer__inner{display:flex;align-items:center;justify-content:space-between}.mm-footer__inner p{font-size:13px;color:var(--muted)}.mm-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.mm-footer__inner a:hover{opacity:.75}@media(max-width:900px){.mm-hero__inner{grid-template-columns:1fr;gap:40px}.mm-hero__visual{order:-1}.mm-features__grid,.mm-steps__grid{grid-template-columns:repeat(2,1fr)}.btn-primary-malimuhur,.btn-secondary-malimuhur{align-self:center}.malimuhur-usb{top:16%}}@media(max-width:600px){.mm-hero{padding:120px 0 60px}.mm-features__grid,.mm-steps__grid{grid-template-columns:1fr}.mm-hero__actions{flex-direction:column}.mm-footer__inner{flex-direction:column;gap:12px;text-align:center}}.eirsaliye-page{min-height:100vh;background:var(--white)}.eirsaliye-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.eirsaliye-nav__inner{display:flex;align-items:center;justify-content:space-between}.eirsaliye-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.eirsaliye-nav__back:hover{color:var(--accent)}.eirsaliye-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.eirsaliye-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.eirsaliye-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.eirsaliye-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.eirsaliye-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.eirsaliye-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.eirsaliye-hero__title span{color:var(--accent)}.eirsaliye-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.eirsaliye-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.eirsaliye-hero__visual{display:flex;justify-content:center}.eirsaliye-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.eirsaliye-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.eirsaliye-hero__card span{font-size:14px;color:var(--muted)}.eirsaliye-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.eirsaliye-features{padding:100px 0}.eirsaliye-features__head{text-align:center;margin-bottom:56px}.eirsaliye-features__head .section-subtitle{margin-left:auto;margin-right:auto}.eirsaliye-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.eirsaliye-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.eirsaliye-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.eirsaliye-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.eirsaliye-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.eirsaliye-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.eirsaliye-usecases{padding:100px 0;background:var(--off-white)}.eirsaliye-usecases__head{text-align:center;margin-bottom:48px}.eirsaliye-usecases__list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.eirsaliye-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.eirsaliye-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.eirsaliye-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.eirsaliye-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.eirsaliye-steps{padding:100px 0}.eirsaliye-steps__head{text-align:center;margin-bottom:56px}.eirsaliye-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.eirsaliye-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.eirsaliye-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.eirsaliye-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.eirsaliye-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.eirsaliye-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.eirsaliye-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.eirsaliye-cta{padding:80px 0;background:var(--ink)}.eirsaliye-cta__inner{text-align:center}.eirsaliye-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.eirsaliye-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.eirsaliye-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.eirsaliye-cta .btn-secondary{border-color:#fff3;color:var(--white)}.eirsaliye-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.eirsaliye-footer{padding:24px 0;border-top:1px solid var(--border)}.eirsaliye-footer__inner{display:flex;align-items:center;justify-content:space-between}.eirsaliye-footer__inner p{font-size:13px;color:var(--muted)}.eirsaliye-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.eirsaliye-footer__inner a:hover{opacity:.75}@media(max-width:900px){.eirsaliye-hero__inner{grid-template-columns:1fr;gap:40px}.eirsaliye-hero__visual{order:-1}.eirsaliye-features__grid,.eirsaliye-steps__grid{grid-template-columns:repeat(2,1fr)}.btn-primary-eirsaliye,.btn-secondary-eirsaliye{align-self:center}}@media(max-width:600px){.eirsaliye-hero{padding:120px 0 60px}.eirsaliye-features__grid,.eirsaliye-steps__grid{grid-template-columns:1fr}.eirsaliye-hero__actions{flex-direction:column}.eirsaliye-footer__inner{flex-direction:column;gap:12px;text-align:center}}.esmm-page{min-height:100vh;background:var(--white)}.esmm-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.esmm-nav__inner{display:flex;align-items:center;justify-content:space-between}.esmm-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.esmm-nav__back:hover{color:var(--accent)}.esmm-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.esmm-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.esmm-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.esmm-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.esmm-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.esmm-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.esmm-hero__title span{color:var(--accent)}.esmm-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.esmm-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.esmm-hero__visual{display:flex;justify-content:center}.esmm-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.esmm-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.esmm-hero__card span{font-size:14px;color:var(--muted)}.esmm-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.esmm-features{padding:100px 0}.esmm-features__head{text-align:center;margin-bottom:56px}.esmm-features__head .section-subtitle{margin-left:auto;margin-right:auto}.esmm-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.esmm-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.esmm-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.esmm-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.esmm-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.esmm-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.esmm-usecases{padding:100px 0;background:var(--off-white)}.esmm-usecases__head{text-align:center;margin-bottom:48px}.esmm-usecases__list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.esmm-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.esmm-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.esmm-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.esmm-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.esmm-steps{padding:100px 0}.esmm-steps__head{text-align:center;margin-bottom:56px}.esmm-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.esmm-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.esmm-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.esmm-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.esmm-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.esmm-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.esmm-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.esmm-cta{padding:80px 0;background:var(--ink)}.esmm-cta__inner{text-align:center}.esmm-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.esmm-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.esmm-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.esmm-cta .btn-secondary{border-color:#fff3;color:var(--white)}.esmm-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.esmm-footer{padding:24px 0;border-top:1px solid var(--border)}.esmm-footer__inner{display:flex;align-items:center;justify-content:space-between}.esmm-footer__inner p{font-size:13px;color:var(--muted)}.esmm-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.esmm-footer__inner a:hover{opacity:.75}@media(max-width:900px){.esmm-hero__inner{grid-template-columns:1fr;gap:40px}.esmm-hero__visual{order:-1}.esmm-features__grid,.esmm-steps__grid{grid-template-columns:repeat(2,1fr)}.btn-primary-esmm,.btn-secondary-esmm{align-self:center}}@media(max-width:600px){.esmm-hero{padding:120px 0 60px}.esmm-features__grid,.esmm-steps__grid{grid-template-columns:1fr}.esmm-hero__actions{flex-direction:column}.esmm-footer__inner{flex-direction:column;gap:12px;text-align:center}}.edefter-page{min-height:100vh;background:var(--white)}.edefter-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.edefter-nav__inner{display:flex;align-items:center;justify-content:space-between}.edefter-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.edefter-nav__back:hover{color:var(--accent)}.edefter-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.edefter-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.edefter-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.edefter-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.edefter-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.edefter-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.edefter-hero__title span{color:var(--accent)}.edefter-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.edefter-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.edefter-hero__visual{display:flex;justify-content:center}.edefter-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.edefter-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.edefter-hero__card span{font-size:14px;color:var(--muted)}.edefter-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.edefter-features{padding:100px 0}.edefter-features__head{text-align:center;margin-bottom:56px}.edefter-features__head .section-subtitle{margin-left:auto;margin-right:auto}.edefter-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.edefter-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.edefter-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.edefter-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.edefter-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.edefter-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.edefter-usecases{padding:100px 0;background:var(--off-white)}.edefter-usecases__head{text-align:center;margin-bottom:48px}.edefter-usecases__list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.edefter-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.edefter-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.edefter-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.edefter-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.edefter-steps{padding:100px 0}.edefter-steps__head{text-align:center;margin-bottom:56px}.edefter-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.edefter-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.edefter-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.edefter-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.edefter-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.edefter-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.edefter-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.edefter-cta{padding:80px 0;background:var(--ink)}.edefter-cta__inner{text-align:center}.edefter-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.edefter-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.edefter-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.edefter-cta .btn-secondary{border-color:#fff3;color:var(--white)}.edefter-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.edefter-footer{padding:24px 0;border-top:1px solid var(--border)}.edefter-footer__inner{display:flex;align-items:center;justify-content:space-between}.edefter-footer__inner p{font-size:13px;color:var(--muted)}.edefter-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.edefter-footer__inner a:hover{opacity:.75}@media(max-width:900px){.edefter-hero__inner{grid-template-columns:1fr;gap:40px}.edefter-hero__visual{order:-1}.edefter-features__grid,.edefter-steps__grid{grid-template-columns:repeat(2,1fr)}.btn-primary-edefter,.btn-secondary-edefter{align-self:center}}@media(max-width:600px){.edefter-hero{padding:120px 0 60px}.edefter-features__grid,.edefter-steps__grid{grid-template-columns:1fr}.edefter-hero__actions{flex-direction:column}.edefter-footer__inner{flex-direction:column;gap:12px;text-align:center}}.earsiv-page{min-height:100vh;background:var(--white)}.earsiv-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 2px 24px #0a0e1a14}.earsiv-nav__inner{display:flex;align-items:center;justify-content:space-between}.earsiv-nav__back{display:inline-flex;align-items:center;gap:8px;font-family:Segoe UI;font-size:14px;font-weight:600;color:var(--steel);transition:color .2s}.earsiv-nav__back:hover{color:var(--accent)}.earsiv-hero{position:relative;padding:140px 0 80px;overflow:hidden;background:linear-gradient(170deg,var(--off-white) 0%,var(--white) 60%);min-height:100vh}.earsiv-hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.earsiv-hero__orb--1{width:500px;height:500px;background:var(--accent);top:-150px;right:-100px}.earsiv-hero__orb--2{width:400px;height:400px;background:var(--gold);bottom:-100px;left:-80px;opacity:.2}.earsiv-hero__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.earsiv-hero__title{font-family:Segoe UI;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.12;color:var(--ink);margin-bottom:24px}.earsiv-hero__title span{color:var(--accent)}.earsiv-hero__desc{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:12px}.earsiv-hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.earsiv-hero__visual{display:flex;justify-content:center}.earsiv-hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:var(--shadow-card);max-width:300px}.earsiv-hero__card strong{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink)}.earsiv-hero__card span{font-size:14px;color:var(--muted)}.earsiv-hero__card-badge{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-light);padding:6px 16px;border-radius:50px}.earsiv-features{padding:100px 0}.earsiv-features__head{text-align:center;margin-bottom:56px}.earsiv-features__head .section-subtitle{margin-left:auto;margin-right:auto}.earsiv-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.earsiv-feature-card{background:#eff3ff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s ease;animation:fadeUp .6s ease both}.earsiv-feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.earsiv-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.earsiv-feature-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.earsiv-feature-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.earsiv-usecases{padding:100px 0;background:var(--off-white)}.earsiv-usecases__head{text-align:center;margin-bottom:48px}.earsiv-usecases__list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.earsiv-usecase-item{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 24px;transition:all .25s ease;animation:fadeUp .5s ease both}.earsiv-usecase-item:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.earsiv-usecase-item__check{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.earsiv-usecase-item span{font-size:15px;font-weight:500;color:var(--ink-soft)}.earsiv-steps{padding:100px 0}.earsiv-steps__head{text-align:center;margin-bottom:56px}.earsiv-steps__head .section-subtitle{margin-left:auto;margin-right:auto}.earsiv-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.earsiv-step-card{text-align:center;padding:36px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:all .3s ease;animation:fadeUp .6s ease both}.earsiv-step-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.earsiv-step-card__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);font-family:Segoe UI;font-size:18px;font-weight:800;margin-bottom:18px}.earsiv-step-card__title{font-family:Segoe UI;font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.earsiv-step-card__desc{font-size:14px;color:var(--muted);line-height:1.6}.earsiv-cta{padding:80px 0;background:var(--ink)}.earsiv-cta__inner{text-align:center}.earsiv-cta__title{font-family:Segoe UI;font-size:clamp(24px,3.5vw,40px);font-weight:800;color:var(--white);margin-bottom:16px}.earsiv-cta__desc{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.6}.earsiv-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.earsiv-cta .btn-secondary{border-color:#fff3;color:var(--white)}.earsiv-cta .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.earsiv-footer{padding:24px 0;border-top:1px solid var(--border)}.earsiv-footer__inner{display:flex;align-items:center;justify-content:space-between}.earsiv-footer__inner p{font-size:13px;color:var(--muted)}.earsiv-footer__inner a{font-size:13px;font-weight:600;color:var(--accent);transition:opacity .2s}.earsiv-footer__inner a:hover{opacity:.75}@media(max-width:900px){.earsiv-hero__inner{grid-template-columns:1fr;gap:40px}.earsiv-hero__visual{order:-1}.earsiv-features__grid,.earsiv-steps__grid{grid-template-columns:repeat(2,1fr)}.btn-primary-earsiv,.btn-secondary-earsiv{align-self:center}}@media(max-width:600px){.earsiv-hero{padding:120px 0 60px}.earsiv-features__grid,.earsiv-steps__grid{grid-template-columns:1fr}.earsiv-hero__actions{flex-direction:column}.earsiv-footer__inner{flex-direction:column;gap:12px;text-align:center}}
