:root{--navy:#061633;--blue:#0b57d0;--cyan:#4fb7ff;--soft:#eef6ff;--text:#101828;--muted:#667085;--line:#d9e7ff;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#f7fbff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px;font-weight:900;font-size:26px;color:var(--navy)}.brand img{width:48px;height:48px;object-fit:contain;border-radius:10px}.menu{display:flex;align-items:center;gap:22px;font-weight:700;color:#263958}.menu a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,var(--blue),#00308f);color:white;border:0;border-radius:999px;padding:13px 22px;font-weight:800;box-shadow:0 16px 32px rgba(11,87,208,.22);cursor:pointer}.btn.alt{background:white;color:var(--blue);border:1px solid var(--line);box-shadow:none}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,#d8ecff,transparent 36%),linear-gradient(135deg,#fff 0%,#edf6ff 55%,#dfeeff 100%);padding:84px 0 54px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#eaf3ff;color:var(--blue);border:1px solid var(--line);padding:8px 14px;border-radius:999px;font-weight:800}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:22px 0 18px;color:var(--navy);letter-spacing:-2.5px}.hero h1 span{color:var(--blue)}.lead{font-size:20px;color:#344054;max-width:620px}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-card{position:relative;border-radius:36px;overflow:hidden;box-shadow:0 30px 80px rgba(6,22,51,.16);background:white}.hero-card img{width:100%;height:auto;max-height:560px;object-fit:contain;background:#fff}.floating{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(14px);border-radius:24px;padding:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat{padding:10px;border-radius:18px;background:#f4f9ff;text-align:center}.stat b{font-size:24px;color:var(--blue);display:block}.section{padding:86px 0}.section-title{max-width:760px;margin:0 auto 42px;text-align:center}.section-title h2{font-size:clamp(32px,4vw,52px);line-height:1.1;margin:0 0 14px;color:var(--navy);letter-spacing:-1px}.section-title p{font-size:18px;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.service{background:white;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 18px 40px rgba(6,22,51,.06);position:relative;overflow:hidden}.service:before{content:"";position:absolute;right:-60px;top:-60px;width:160px;height:160px;background:linear-gradient(135deg,#d9efff,#fff);border-radius:50%}.icon{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,var(--blue),var(--cyan));display:flex;align-items:center;justify-content:center;color:white;font-size:25px;margin-bottom:18px}.service h3{font-size:25px;margin:0 0 10px;color:var(--navy)}.service p{color:var(--muted);margin:0}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}.image-shell{border-radius:34px;overflow:hidden;box-shadow:0 24px 70px rgba(6,22,51,.14);border:10px solid white}.image-shell img{height:440px;width:100%;object-fit:cover}.check-list{display:grid;gap:16px;margin-top:24px}.check{display:flex;gap:14px;align-items:flex-start;background:white;border:1px solid var(--line);border-radius:20px;padding:16px}.check i{width:28px;height:28px;border-radius:50%;background:#e8f3ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:900;flex:0 0 auto}.dark{background:linear-gradient(135deg,#061633,#0b2b67);color:white;position:relative;overflow:hidden}.dark .section-title h2,.dark h3{color:white}.dark .section-title p,.dark p{color:#d8e8ff}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:24px}.step span{display:inline-flex;width:44px;height:44px;border-radius:14px;background:white;color:var(--blue);align-items:center;justify-content:center;font-weight:900;margin-bottom:14px}.industries{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.pill{background:white;border:1px solid var(--line);border-radius:999px;padding:12px 18px;font-weight:800;color:#263958}.contact{background:white;border:1px solid var(--line);border-radius:34px;padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:30px;box-shadow:0 22px 60px rgba(6,22,51,.08)}.contact form{display:grid;gap:14px}input,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:15px 16px;font:inherit;background:#f9fcff}textarea{min-height:130px}.footer{background:#031126;color:white;padding:36px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer p{color:#b7c8e7;margin:6px 0 0}.mobile-toggle{display:none}@media(max-width:900px){.menu{display:none}.mobile-toggle{display:inline-flex}.hero-grid,.split,.contact{grid-template-columns:1fr}.hero-card img{height:auto;max-height:none}.service-grid,.process{grid-template-columns:1fr}.floating{display:none}.footer-inner{display:block}.section{padding:62px 0}.nav-inner{height:68px}.hero{padding-top:48px}}

/* Fix: remove hero overlay stat boxes and show full hero image */
.floating{display:none!important}
.hero-card img{width:100%!important;height:auto!important;max-height:560px!important;object-fit:contain!important;background:#fff!important}

/* Contact form mail handler */
.hp{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important}
.form-message{font-weight:800;color:#263958;min-height:24px}
.form-message.success{color:#067647}
.form-message.error{color:#b42318}
button[disabled]{opacity:.65;cursor:not-allowed}

/* Apps marketplace */
.menu a.active{color:var(--blue)}
.app-hero{background:radial-gradient(circle at 15% 20%,#d7ecff,transparent 34%),linear-gradient(135deg,#061633,#0b57d0);color:white;padding:84px 0 70px;overflow:hidden;position:relative}
.app-hero:after{content:"";position:absolute;right:-140px;top:-160px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.12)}
.app-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:22px 0 16px;letter-spacing:-2px;max-width:780px}
.app-hero .lead{color:#dbeaff;max-width:720px}
.app-section{background:#f7fbff}
.app-store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.app-card{background:white;border:1px solid var(--line);border-radius:32px;padding:22px;box-shadow:0 18px 46px rgba(6,22,51,.07);display:flex;flex-direction:column;gap:18px;transition:.2s ease}
.app-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(6,22,51,.12)}
.app-card-link{display:flex;gap:18px;align-items:flex-start;color:inherit}
.app-icon{width:64px;height:64px;border-radius:18px;object-fit:cover;box-shadow:0 10px 22px rgba(11,87,208,.16);flex:0 0 auto}
.app-info h2{font-size:23px;line-height:1.15;margin:8px 0 6px;color:var(--navy)}
.app-info p{color:var(--muted);margin:0;font-size:15px;line-height:1.45}
.app-category{display:inline-flex;background:#eaf3ff;border:1px solid var(--line);border-radius:999px;color:var(--blue);font-size:12px;font-weight:900;padding:5px 10px;text-transform:uppercase;letter-spacing:.4px}
.app-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:13px;color:#344054;font-weight:900}
.app-stats span{background:#f4f9ff;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-size:13px}
.app-small-btn{width:100%;padding:12px 16px;margin-top:auto}
.app-detail-section{background:linear-gradient(135deg,#f7fbff,#eef6ff)}
.app-detail-shell{background:white;border:1px solid var(--line);border-radius:38px;padding:38px;box-shadow:0 24px 70px rgba(6,22,51,.08)}
.back-link{display:inline-flex;margin-bottom:24px;color:var(--blue);font-weight:900}
.app-detail-grid{display:grid;grid-template-columns:210px 1fr;gap:34px;align-items:center}
.app-detail-icon-wrap{background:linear-gradient(135deg,#eef6ff,#ffffff);border:1px solid var(--line);border-radius:32px;padding:26px;display:flex;align-items:center;justify-content:center}
.app-detail-icon{width:128px;height:128px;border-radius:32px;object-fit:cover;box-shadow:0 18px 42px rgba(11,87,208,.18)}
.app-detail-grid h1{font-size:clamp(40px,5vw,66px);line-height:1.02;color:var(--navy);letter-spacing:-2px;margin:16px 0}
.app-detail-stats{display:flex;gap:16px;flex-wrap:wrap;margin:24px 0 8px}
.app-detail-stats span{min-width:150px;background:#f4f9ff;border:1px solid var(--line);border-radius:22px;padding:15px 18px}
.app-detail-stats b{display:block;color:var(--blue);font-size:24px;line-height:1}
.app-detail-stats small{display:block;color:var(--muted);font-weight:800;margin-top:8px}
@media(max-width:1000px){.app-store-grid{grid-template-columns:1fr 1fr}.app-detail-grid{grid-template-columns:1fr}.app-detail-icon-wrap{justify-content:flex-start}.app-detail-icon{width:120px;height:120px}}
@media(max-width:640px){.app-store-grid{grid-template-columns:1fr}.app-card-link{align-items:center}.app-icon{width:58px;height:58px}.app-detail-shell{padding:24px;border-radius:28px}.app-detail-icon-wrap{padding:22px}.app-detail-icon{width:104px;height:104px}.app-hero{padding:58px 0 48px}}


/* Legal pages and footer links */
.footer-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}.footer-links a{color:#d8e8ff;font-weight:700;font-size:14px}.footer-links a:hover{color:white}.legal-page{background:#f7fbff}.legal-shell{background:white;border:1px solid var(--line);border-radius:34px;padding:38px;box-shadow:0 22px 60px rgba(6,22,51,.07)}.legal-shell h1{font-size:clamp(38px,5vw,64px);line-height:1.05;color:var(--navy);letter-spacing:-2px;margin:10px 0 14px}.legal-shell h2{color:var(--navy);margin:32px 0 8px}.legal-shell p,.legal-shell li{color:#344054}.legal-shell ul{padding-left:22px}.legal-meta{color:var(--muted);font-weight:800;margin-bottom:26px}.app-detail-stats.compact span{min-width:auto;background:#f4f9ff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--blue);font-weight:900;font-size:18px}.app-detail-stats.compact{margin:20px 0 8px}.app-detail-stats.compact b,.app-detail-stats.compact small{display:none}.cookie-banner{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);width:min(940px,92%);background:#031126;color:white;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 70px rgba(3,17,38,.28);border-radius:24px;padding:18px;z-index:1000;display:none;grid-template-columns:1fr auto;gap:18px;align-items:center}.cookie-banner.show{display:grid}.cookie-banner p{margin:0;color:#d8e8ff}.cookie-banner a{color:white;text-decoration:underline;font-weight:800}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-actions button{border:0;border-radius:999px;padding:11px 16px;font-weight:900;cursor:pointer}.cookie-accept{background:white;color:#061633}.cookie-decline{background:rgba(255,255,255,.12);color:white}@media(max-width:720px){.cookie-banner{grid-template-columns:1fr}.cookie-actions button{width:100%}.legal-shell{padding:24px}.footer-links{margin-top:12px}}

/* Apps clean URL + table catalog layout */
.menu a.active{color:var(--blue)}
.table-hero{padding:56px 0 36px!important;background:linear-gradient(135deg,#f7fbff 0%,#eef6ff 100%)!important;color:var(--text)!important;border-bottom:1px solid var(--line)}
.table-hero .container{padding-top:10px}
.table-hero .eyebrow{margin-bottom:24px}
.table-hero h1{max-width:900px!important;margin:0 0 18px!important;color:var(--navy)!important;font-size:clamp(36px,4.8vw,64px)!important;letter-spacing:-1.6px!important;line-height:1.08!important}
.table-hero .lead{color:#344054!important;max-width:740px!important;font-size:20px!important}
.app-table-section{padding:42px 0 86px!important;background:#f7fbff!important}
.table-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:22px}
.table-toolbar h2{margin:0;color:var(--navy);font-size:32px;letter-spacing:-.8px;line-height:1.1}
.table-toolbar p{margin:8px 0 0;color:var(--muted)}
.search-box{display:grid;gap:7px;min-width:min(420px,100%);font-weight:800;color:#263958}
.search-box input{background:white;border:1px solid var(--line);box-shadow:0 10px 28px rgba(6,22,51,.05)}
.table-card{background:white;border:1px solid var(--line);border-radius:28px;box-shadow:0 22px 60px rgba(6,22,51,.08);overflow:hidden}
.table-scroll{overflow-x:auto}.apps-table{width:100%;border-collapse:separate;border-spacing:0;min-width:980px}.apps-table th{background:#eef6ff;color:var(--navy);text-align:left;font-size:13px;text-transform:uppercase;letter-spacing:.5px;padding:16px 18px;border-bottom:1px solid var(--line)}.apps-table td{padding:18px;border-bottom:1px solid #edf4ff;vertical-align:middle;color:#263958}.apps-table tbody tr:hover{background:#f8fbff}.apps-table tbody tr:last-child td{border-bottom:0}.app-name-cell{display:flex;align-items:center;gap:14px;min-width:260px}.app-name-cell img{width:52px;height:52px;border-radius:14px;object-fit:cover;box-shadow:0 8px 20px rgba(11,87,208,.14);flex:0 0 auto}.app-name-cell strong{display:block;color:var(--navy);font-size:17px;line-height:1.2}.app-name-cell small{display:block;color:var(--muted);font-weight:700;margin-top:4px}.category-badge{display:inline-flex;background:#eaf3ff;border:1px solid var(--line);border-radius:999px;color:var(--blue);font-size:12px;font-weight:900;padding:6px 10px;white-space:nowrap}.description-cell{max-width:430px;color:#475467}.metric-cell{font-weight:900;color:var(--navy);white-space:nowrap}.table-action{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),#00308f);color:white;border-radius:999px;padding:10px 15px;font-weight:900;white-space:nowrap}.table-action:hover{filter:brightness(.96)}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:#fbfdff;border-top:1px solid var(--line);color:var(--muted);font-weight:800}.pagination{display:flex;gap:8px;flex-wrap:wrap}.pagination button{border:1px solid var(--line);background:white;color:#263958;border-radius:12px;padding:8px 11px;font-weight:900;cursor:pointer}.pagination button.active{background:var(--blue);border-color:var(--blue);color:white}.pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:820px){.table-toolbar{align-items:stretch;flex-direction:column}.table-hero{padding-top:36px!important}.table-footer{align-items:flex-start;flex-direction:column}.search-box{min-width:0}.app-table-section{padding-top:28px!important}}

/* Apps catalog visual polish v2 */
body.apps-page{background:linear-gradient(180deg,#f6fbff 0%,#eef6ff 52%,#f7fbff 100%)}
body.apps-page .nav{box-shadow:0 10px 30px rgba(6,22,51,.04)}
body.apps-page .app-hero.table-hero{padding:48px 0 30px!important;background:linear-gradient(135deg,#f8fcff 0%,#eef7ff 58%,#e6f1ff 100%)!important;border-bottom:1px solid #dceaff!important;text-align:left!important}
body.apps-page .app-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;padding-top:0!important}
body.apps-page .app-hero-copy{text-align:left}
body.apps-page .table-hero .eyebrow{margin:0 0 18px!important;box-shadow:0 10px 25px rgba(11,87,208,.08);background:white!important}
body.apps-page .table-hero h1{margin:0 0 14px!important;max-width:760px!important;text-align:left!important;font-size:clamp(34px,4vw,56px)!important;letter-spacing:-1.4px!important;line-height:1.05!important}
body.apps-page .table-hero .lead{margin:0!important;text-align:left!important;max-width:720px!important;color:#344054!important;font-size:18px!important;line-height:1.7!important}
body.apps-page .app-hero-mini{display:grid;grid-template-columns:repeat(3,max-content);gap:10px;align-items:center;justify-content:end}
body.apps-page .app-hero-mini span{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8e8ff;background:rgba(255,255,255,.78);color:#0b57d0;border-radius:999px;padding:10px 14px;font-weight:900;box-shadow:0 12px 28px rgba(6,22,51,.05);white-space:nowrap}
body.apps-page .app-table-section{padding:34px 0 88px!important;background:transparent!important}
body.apps-page .table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:18px;background:rgba(255,255,255,.86);border:1px solid #d9e7ff;border-radius:24px;padding:18px 20px;box-shadow:0 18px 48px rgba(6,22,51,.06)}
body.apps-page .table-toolbar h2{font-size:28px;margin:0;color:#061633;letter-spacing:-.7px;line-height:1.1;text-align:left}
body.apps-page .table-toolbar p{font-size:15px;margin:7px 0 0;color:#667085;text-align:left}
body.apps-page .search-box{display:grid;gap:7px;min-width:min(440px,100%);font-size:13px;text-transform:uppercase;letter-spacing:.6px;font-weight:900;color:#344054}
body.apps-page .search-box input{height:48px;border-radius:15px;background:#fff;border:1px solid #d7e6ff;box-shadow:0 12px 26px rgba(6,22,51,.05);font-size:15px;text-transform:none;letter-spacing:0;font-weight:600;color:#101828}
body.apps-page .table-card{background:#fff;border:1px solid #d9e7ff;border-radius:26px;box-shadow:0 24px 64px rgba(6,22,51,.08);overflow:hidden}
body.apps-page .table-scroll{overflow-x:auto;background:white}
body.apps-page .apps-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0}
body.apps-page .apps-table th{background:#f0f7ff;color:#061633;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.7px;padding:15px 18px;border-bottom:1px solid #d9e7ff;white-space:nowrap}
body.apps-page .apps-table th:nth-child(4),body.apps-page .apps-table th:nth-child(5){text-align:center;width:100px}
body.apps-page .apps-table th:nth-child(6){text-align:right;width:120px}
body.apps-page .apps-table td{padding:17px 18px;border-bottom:1px solid #eef4ff;vertical-align:middle;color:#263958;font-size:14.5px}
body.apps-page .apps-table tbody tr{transition:background .15s ease,box-shadow .15s ease}
body.apps-page .apps-table tbody tr:hover{background:#f8fbff}
body.apps-page .apps-table tbody tr:last-child td{border-bottom:0}
body.apps-page .app-name-cell{display:flex;align-items:center;gap:14px;min-width:300px;text-align:left}
body.apps-page .app-name-cell img{width:44px;height:44px;border-radius:12px;object-fit:cover;box-shadow:0 8px 18px rgba(11,87,208,.15);flex:0 0 auto;background:#eef6ff}
body.apps-page .app-name-cell strong{display:block;color:#061633;font-size:16px;line-height:1.2;margin:0;text-align:left}
body.apps-page .app-name-cell small{display:block;color:#667085;font-size:12.5px;font-weight:700;margin-top:4px;line-height:1.35;text-align:left}
body.apps-page .category-badge{display:inline-flex;background:#eaf3ff;border:1px solid #d9e7ff;border-radius:999px;color:#0b57d0;font-size:12px;font-weight:900;padding:7px 11px;white-space:nowrap}
body.apps-page .description-cell{max-width:520px;color:#475467;line-height:1.55;text-align:left}
body.apps-page .metric-cell{font-weight:900;color:#061633;white-space:nowrap;text-align:center;font-size:15px}
body.apps-page .apps-table td:last-child{text-align:right}
body.apps-page .table-action{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b57d0,#003b9d);color:white;border-radius:999px;padding:10px 16px;font-weight:900;white-space:nowrap;box-shadow:0 12px 24px rgba(11,87,208,.18)}
body.apps-page .table-action:hover{filter:brightness(.96);transform:translateY(-1px)}
body.apps-page .table-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:#fbfdff;border-top:1px solid #d9e7ff;color:#667085;font-weight:800;font-size:14px}
body.apps-page .pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
body.apps-page .pagination button{min-width:38px;border:1px solid #d9e7ff;background:#fff;color:#263958;border-radius:12px;padding:8px 11px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(6,22,51,.03)}
body.apps-page .pagination button.active{background:#0b57d0;border-color:#0b57d0;color:white}
body.apps-page .pagination button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
.footer-links{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin-top:10px!important}
.footer-links a{color:#d8e8ff!important;font-weight:800!important;font-size:14px!important;line-height:1.4!important}
.footer-links span{color:#6f89b5!important;font-weight:900!important;font-size:13px!important;line-height:1!important}
.footer-links a:hover{color:#fff!important}
@media(max-width:900px){body.apps-page .app-hero-inner{grid-template-columns:1fr}body.apps-page .app-hero-mini{justify-content:start;grid-template-columns:repeat(3,auto);overflow-x:auto;padding-bottom:4px}body.apps-page .table-toolbar{align-items:stretch;flex-direction:column}body.apps-page .search-box{min-width:0}body.apps-page .table-footer{align-items:flex-start;flex-direction:column}body.apps-page .pagination{justify-content:flex-start}body.apps-page .app-table-section{padding-top:26px!important}}
@media(max-width:560px){body.apps-page .app-hero.table-hero{padding:34px 0 24px!important}body.apps-page .app-hero-mini{grid-template-columns:1fr 1fr}body.apps-page .app-hero-mini span{padding:9px 12px}body.apps-page .table-toolbar{padding:16px;border-radius:20px}body.apps-page .table-card{border-radius:20px}}


/* Remoxus 2026 brand refresh + light/dark toggle */
:root{
  --navy:#05070a;
  --blue:#0a74d9;
  --cyan:#13c8b1;
  --green:#08c580;
  --soft:#eef7ff;
  --text:#0b1118;
  --muted:#536173;
  --line:#d9e9fb;
  --white:#ffffff;
  --card:#ffffff;
  --surface:#f7fbff;
  --shadow:rgba(5,17,34,.10);
}
html[data-theme="dark"]{
  --navy:#f7fbff;
  --blue:#3d9bff;
  --cyan:#27d7c4;
  --green:#14d98f;
  --soft:#0d1622;
  --text:#eef7ff;
  --muted:#aab7c7;
  --line:#233348;
  --white:#111c2a;
  --card:#121f2e;
  --surface:#08111c;
  --shadow:rgba(0,0,0,.42);
  color-scheme:dark;
}
html[data-theme="dark"] body{background:#08111c;color:var(--text)}
body{background:var(--surface);color:var(--text)}
.nav{background:rgba(255,255,255,.88)!important;border-bottom:1px solid var(--line)!important;box-shadow:0 8px 26px rgba(5,17,34,.045)}
html[data-theme="dark"] .nav{background:rgba(8,17,28,.86)!important;box-shadow:0 8px 28px rgba(0,0,0,.28)}
.nav-inner{gap:20px}.brand{gap:0!important;color:var(--navy)!important;min-width:0}.brand span{display:none!important}.brand img{width:220px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;border-radius:0!important}.footer .brand{background:#fff;border:1px solid rgba(255,255,255,.55);border-radius:18px;padding:9px 13px;width:max-content;box-shadow:0 16px 36px rgba(0,0,0,.12)}.footer .brand img{width:210px!important;max-height:48px!important}.menu{gap:17px;color:#1a2736}.menu a:hover,.menu a.active{color:var(--blue)!important}.theme-toggle{width:54px;height:30px;border:1px solid var(--line);border-radius:999px;background:linear-gradient(135deg,#fff,#edf7ff);box-shadow:0 8px 20px rgba(5,17,34,.08);display:inline-flex;align-items:center;padding:3px;cursor:pointer;flex:0 0 auto;transition:.2s ease}.theme-toggle:hover{transform:translateY(-1px)}.theme-icon{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),var(--green));color:#fff;font-size:13px;line-height:1;transition:.22s ease;font-weight:900}html[data-theme="dark"] .theme-toggle{background:#111c2a;border-color:#2c4058;box-shadow:0 8px 22px rgba(0,0,0,.24)}html[data-theme="dark"] .theme-icon{transform:translateX(24px);background:linear-gradient(135deg,#02050a,#1b2a40);color:#27d7c4}.mobile-theme-control{display:none}.btn{background:linear-gradient(135deg,var(--blue),var(--green))!important;box-shadow:0 16px 34px rgba(8,197,128,.18)!important;color:#fff!important}.btn.alt{background:var(--card)!important;color:var(--blue)!important;border:1px solid var(--line)!important;box-shadow:none!important}.hero{background:radial-gradient(circle at 82% 18%,rgba(19,200,177,.25),transparent 32%),radial-gradient(circle at 100% 70%,rgba(10,116,217,.18),transparent 34%),linear-gradient(135deg,#fff 0%,#f4fbff 54%,#e9f5ff 100%)!important}.hero h1,.section-title h2,.service h3,.table-toolbar h2,.app-info h2,.app-detail-grid h1,.legal-shell h1,.legal-shell h2{color:var(--navy)!important}.hero h1 span{background:linear-gradient(135deg,var(--blue),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent!important}.lead,.section-title p,.service p,.app-info p,.description-cell,.legal-shell p,.legal-shell li{color:var(--muted)!important}.eyebrow{background:rgba(255,255,255,.82)!important;color:var(--blue)!important;border:1px solid var(--line)!important;box-shadow:0 10px 24px rgba(5,17,34,.05)}.hero-card,.service,.check,.pill,.contact,.app-card,.app-detail-shell,.legal-shell,.table-card,body.apps-page .table-card,body.apps-page .table-toolbar{background:var(--card)!important;border-color:var(--line)!important;box-shadow:0 22px 60px var(--shadow)!important}.hero-card img,.image-shell img{background:var(--card)!important}.service:before{background:linear-gradient(135deg,rgba(10,116,217,.12),rgba(8,197,128,.10))!important}.icon,.check i,.step span{background:linear-gradient(135deg,var(--blue),var(--green))!important;color:#fff!important}.image-shell{border-color:var(--card)!important;box-shadow:0 22px 58px var(--shadow)!important}.dark{background:linear-gradient(135deg,#05070a,#062b40 48%,#07533e)!important}.dark .section-title h2,.dark h3{color:#fff!important}.dark .section-title p,.dark p{color:#d7e8f7!important}#why,#contact{background:var(--soft)!important}.contact form input,.contact form textarea,input,textarea{background:rgba(255,255,255,.72)!important;border-color:var(--line)!important;color:var(--text)!important}html[data-theme="dark"] input,html[data-theme="dark"] textarea{background:#0d1826!important}.footer{background:#03070b!important}.footer p{color:#b7c8d8!important}.footer-links a{color:#d8e8ff!important}.footer-links span{color:#69829d!important}.app-hero{background:radial-gradient(circle at 16% 20%,rgba(19,200,177,.22),transparent 32%),linear-gradient(135deg,#05070a,#074e93 55%,#08a776)!important}.app-hero.table-hero,body.apps-page .app-hero.table-hero{background:linear-gradient(135deg,#fff 0%,#f4fbff 58%,#e8f5ff 100%)!important;border-bottom:1px solid var(--line)!important}.app-section,.app-detail-section,.app-table-section,body.apps-page .app-table-section,body.apps-page{background:var(--surface)!important}.app-category,.category-badge,body.apps-page .category-badge{background:rgba(10,116,217,.09)!important;border-color:var(--line)!important;color:var(--blue)!important}.app-stats span,.app-detail-stats span{background:rgba(10,116,217,.07)!important;border-color:var(--line)!important;color:var(--text)!important}.app-detail-stats b{color:var(--blue)!important}.table-action{background:linear-gradient(135deg,var(--blue),var(--green))!important;box-shadow:0 12px 24px rgba(8,197,128,.18)!important}.apps-table th,body.apps-page .apps-table th{background:rgba(10,116,217,.08)!important;color:var(--navy)!important;border-bottom:1px solid var(--line)!important}.apps-table td,body.apps-page .apps-table td{background:var(--card);color:var(--text)!important;border-bottom:1px solid var(--line)!important}.apps-table tbody tr:hover td,body.apps-page .apps-table tbody tr:hover{background:rgba(10,116,217,.045)!important}.table-footer,body.apps-page .table-footer{background:var(--card)!important;border-color:var(--line)!important;color:var(--muted)!important}.pagination button,body.apps-page .pagination button{background:var(--card)!important;color:var(--text)!important;border-color:var(--line)!important}.pagination button.active,body.apps-page .pagination button.active{background:linear-gradient(135deg,var(--blue),var(--green))!important;color:#fff!important;border-color:transparent!important}.search-box,body.apps-page .search-box{color:var(--text)!important}.search-box input,body.apps-page .search-box input{background:var(--card)!important;color:var(--text)!important;border-color:var(--line)!important}.cookie-banner{background:var(--card)!important;border-color:var(--line)!important;color:var(--text)!important}.cookie-banner p{color:var(--muted)!important}.cookie-accept{background:linear-gradient(135deg,var(--blue),var(--green))!important}.cookie-decline{background:transparent!important;color:var(--text)!important;border:1px solid var(--line)!important}html[data-theme="dark"] .hero{background:radial-gradient(circle at 82% 18%,rgba(19,200,177,.16),transparent 32%),radial-gradient(circle at 100% 70%,rgba(61,155,255,.14),transparent 34%),linear-gradient(135deg,#08111c 0%,#0b1724 54%,#0d2031 100%)!important}html[data-theme="dark"] .app-hero.table-hero,html[data-theme="dark"] body.apps-page .app-hero.table-hero{background:linear-gradient(135deg,#08111c 0%,#0c1826 58%,#0f2134 100%)!important}html[data-theme="dark"] .eyebrow{background:#111c2a!important}html[data-theme="dark"] .menu{color:#d8e8f7}html[data-theme="dark"] .hero-card img,html[data-theme="dark"] .image-shell img{filter:brightness(.92)}html[data-theme="dark"] .footer .brand{background:#fff!important}
@media(max-width:900px){.brand img{width:178px!important;max-height:44px!important}.mobile-theme-control{display:inline-flex}.nav-inner{gap:12px}.theme-toggle{width:50px;height:28px}.theme-icon{width:20px;height:20px}html[data-theme="dark"] .theme-icon{transform:translateX(22px)}}
@media(max-width:520px){.brand img{width:148px!important}.mobile-toggle{padding:10px 14px!important}.mobile-theme-control{width:46px;height:26px}html[data-theme="dark"] .mobile-theme-control .theme-icon{transform:translateX(20px)}}
html[data-theme="dark"] .nav .brand{background:#fff;border-radius:16px;padding:6px 10px;box-shadow:0 10px 26px rgba(0,0,0,.22)}
html[data-theme="dark"] .nav .brand img{width:200px!important;max-height:42px!important}
@media(max-width:900px){html[data-theme="dark"] .nav .brand img{width:160px!important}}
@media(max-width:520px){html[data-theme="dark"] .nav .brand{padding:5px 7px}html[data-theme="dark"] .nav .brand img{width:130px!important}}


/* Remoxus theme patch v3 */
body.apps-page .apps-table tbody tr{position:relative}
body.apps-page .apps-table tbody tr::after{content:"";position:absolute;left:18px;right:18px;bottom:0;border-bottom:1px solid var(--line)}
body.apps-page .apps-table tbody tr:last-child::after{display:none}
body.apps-page .apps-table td{border-bottom:0!important}
.cookie-banner p,.cookie-banner a{color:var(--text)!important}
.cookie-banner a{font-weight:800;text-decoration:underline}
html[data-theme="dark"] .cookie-banner p{color:#d8e8f7!important}
html[data-theme="dark"] .cookie-banner a{color:#fff!important}


/* Remoxus theme patch v4 */
.cookie-banner{background:var(--card)!important;color:#111827!important}
.cookie-banner p{color:#111827!important}
.cookie-banner a{color:#111827!important;text-decoration:underline;font-weight:800}
html[data-theme="dark"] .cookie-banner{color:#e5eef8!important}
html[data-theme="dark"] .cookie-banner p{color:#d8e8f7!important}
html[data-theme="dark"] .cookie-banner a{color:#ffffff!important}
body.apps-page .apps-table{border-collapse:collapse!important}
body.apps-page .apps-table td, body.apps-page .apps-table th{border-bottom:1px solid var(--line)!important}
body.apps-page .apps-table tbody tr:last-child td{border-bottom:0!important}
body.apps-page .app-name-cell{padding-right:22px}
body.apps-page .description-cell{padding-left:18px}
.industries{justify-content:center}


/* Remoxus theme patch v5 */
.image-shell.no-frame{padding:0!important;border:none!important;box-shadow:none!important;background:transparent!important;border-radius:0!important}
.image-shell.no-frame img{border-radius:0!important;box-shadow:none!important;background:transparent!important}
.social-links{display:flex;align-items:center;gap:12px;margin-top:16px}
.social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#d8e8ff;transition:.2s ease}
.social-link:hover{transform:translateY(-1px);background:rgba(255,255,255,.12);color:#fff}
.social-link svg{width:20px;height:20px}
html[data-theme="dark"] .social-link{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04)}


/* Remoxus theme patch v6 */
.image-shell.no-frame{padding:0!important;border:none!important;box-shadow:none!important;background:transparent!important;border-radius:30px!important;overflow:hidden!important}
.image-shell.no-frame img{border-radius:30px!important;box-shadow:none!important;background:transparent!important}
.footer-inner{align-items:flex-end!important}
.footer-left{display:flex;flex-direction:column;gap:12px}
.brand-social{display:flex;align-items:center;gap:14px}
.footer .brand{margin:0!important}
.social-links{display:flex;align-items:center;gap:12px;margin-top:16px}
.social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#d8e8ff;transition:.2s ease}
.social-link:hover{transform:translateY(-1px);background:rgba(255,255,255,.12);color:#fff}
.social-link svg{width:20px;height:20px}
html[data-theme="dark"] .social-link{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04)}
.footer p{margin:0!important;text-align:right!important;line-height:1.6!important}
@media(max-width:900px){.footer-inner{display:block!important}.brand-social{justify-content:flex-start}.footer p{text-align:left!important;margin-top:16px!important}}


/* Remoxus theme patch v7 */
.footer .footer-brand{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important}
.footer .footer-brand img{width:220px!important;max-height:52px!important;object-fit:contain!important}
.footer p{margin:0!important;text-align:right!important;line-height:1.6!important;color:#d8e8f7!important}
body.apps-page .apps-table tbody tr::after{display:none!important}
body.apps-page .apps-table{border-collapse:collapse!important;border-spacing:0!important}
body.apps-page .apps-table td, body.apps-page .apps-table th{border-bottom:1px solid var(--line)!important}
body.apps-page .apps-table tbody tr:last-child td{border-bottom:0!important}
body.apps-page .apps-table td{padding-top:22px!important;padding-bottom:22px!important}
body.apps-page .apps-table td:first-child, body.apps-page .apps-table th:first-child{padding-left:24px!important}
body.apps-page .apps-table td:last-child, body.apps-page .apps-table th:last-child{padding-right:24px!important}
@media(max-width:900px){.footer p{text-align:left!important}}

html[data-theme="dark"] .footer .footer-brand{background:transparent!important;border:0!important;box-shadow:none!important}


/* Remoxus theme patch v8 */
body.apps-page .app-name-cell{display:table-cell!important;vertical-align:middle!important}
body.apps-page .app-name-wrap{display:flex;align-items:center;gap:14px;min-width:300px;text-align:left}
body.apps-page .app-name-wrap img{width:44px;height:44px;border-radius:12px;object-fit:cover;box-shadow:0 8px 18px rgba(11,87,208,.15);flex:0 0 auto;background:#eef6ff}
body.apps-page .app-name-wrap strong{display:block;color:#061633;font-size:16px;line-height:1.2;margin:0;text-align:left}
body.apps-page .app-name-wrap small{display:block;color:#667085;font-size:12.5px;font-weight:700;margin-top:4px;line-height:1.35;text-align:left}
body.apps-page .apps-table tr{height:auto!important}
body.apps-page .apps-table td{vertical-align:middle!important}


/* Remoxus theme patch v9 */
.brand-social{gap:12px!important;flex-wrap:wrap!important}.social-link{width:40px!important;height:40px!important;flex:0 0 auto}.social-link svg{width:20px!important;height:20px!important}
/* Apps dark mode cleanup */
html[data-theme="dark"] body.apps-page{background:#08111c!important;color:#e8f2ff!important}
html[data-theme="dark"] body.apps-page .app-table-section{background:#08111c!important}
html[data-theme="dark"] body.apps-page .app-hero.table-hero{background:radial-gradient(circle at 18% 20%,rgba(19,200,177,.16),transparent 32%),linear-gradient(135deg,#07111d 0%,#0c1724 58%,#0e2638 100%)!important;border-bottom:1px solid #223850!important}
html[data-theme="dark"] body.apps-page .app-hero h1,html[data-theme="dark"] body.apps-page .table-toolbar h2{color:#f4f8ff!important}
html[data-theme="dark"] body.apps-page .app-hero p,html[data-theme="dark"] body.apps-page .table-toolbar p{color:#b9c9dc!important}
html[data-theme="dark"] body.apps-page .app-hero-mini span{background:#102033!important;border-color:#24405b!important;color:#dcecff!important}
html[data-theme="dark"] body.apps-page .table-toolbar{background:#0d1826!important;border-color:#253b55!important;box-shadow:0 22px 60px rgba(0,0,0,.28)!important}
html[data-theme="dark"] body.apps-page .search-box span{color:#b9c9dc!important}
html[data-theme="dark"] body.apps-page .search-box input{background:#08111c!important;border-color:#2b4663!important;color:#f4f8ff!important}
html[data-theme="dark"] body.apps-page .search-box input::placeholder{color:#8194aa!important}
html[data-theme="dark"] body.apps-page .table-card{background:#0d1826!important;border-color:#253b55!important;box-shadow:0 24px 64px rgba(0,0,0,.32)!important}
html[data-theme="dark"] body.apps-page .apps-table th{background:#101f31!important;color:#f4f8ff!important;border-bottom:1px solid #2d4865!important}
html[data-theme="dark"] body.apps-page .apps-table td{background:#0d1826!important;color:#e8f2ff!important;border-bottom:1px solid #253b55!important}
html[data-theme="dark"] body.apps-page .apps-table tbody tr:hover td{background:#111f30!important}
html[data-theme="dark"] body.apps-page .app-name-wrap strong{color:#ffffff!important}
html[data-theme="dark"] body.apps-page .app-name-wrap small{color:#b9c9dc!important}
html[data-theme="dark"] body.apps-page .description-cell{color:#d4e3f5!important}
html[data-theme="dark"] body.apps-page .metric-cell{color:#f6fbff!important}
html[data-theme="dark"] body.apps-page .category-badge{background:rgba(61,155,255,.14)!important;border-color:#2b5276!important;color:#79c7ff!important}
html[data-theme="dark"] body.apps-page .table-footer{background:#0d1826!important;border-top:1px solid #253b55!important;color:#b9c9dc!important}
html[data-theme="dark"] body.apps-page .pagination button{background:#101f31!important;color:#dcecff!important;border-color:#2b4663!important}
html[data-theme="dark"] body.apps-page .pagination button.active{background:linear-gradient(135deg,var(--blue),var(--green))!important;color:#fff!important;border-color:transparent!important}
html[data-theme="dark"] body.apps-page .pagination button:disabled{color:#6d7f92!important;background:#0c1724!important}
html[data-theme="dark"] body.apps-page .table-action{color:#fff!important}
/* Apps table straight separators */
body.apps-page .apps-table{border-collapse:collapse!important;border-spacing:0!important;table-layout:auto!important}
body.apps-page .app-name-cell{display:table-cell!important;padding-right:24px!important;vertical-align:middle!important}
body.apps-page .apps-table tbody tr::after{display:none!important}
body.apps-page .apps-table td,body.apps-page .apps-table th{border-bottom:1px solid var(--line)!important}
body.apps-page .apps-table tbody tr:last-child td{border-bottom:0!important}


/* Remoxus theme patch v10 */
html[data-theme="dark"] .dark .pill,
html[data-theme="dark"] .industries .pill{
  color:#f7fbff!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(122,169,255,.22)!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .dark .pill:hover,
html[data-theme="dark"] .industries .pill:hover{
  background:rgba(255,255,255,.1)!important;
}
.footer-inner{align-items:flex-start!important}
.footer-left,.footer-right{display:flex;flex-direction:column;gap:14px}
.footer-right{align-items:flex-end;margin-left:auto;text-align:right}
.brand-social{display:block!important}
.social-links{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin:0!important}
.social-link{width:40px!important;height:40px!important;flex:0 0 auto}
.footer p{margin:0!important;text-align:right!important;line-height:1.6!important;color:#d8e8f7!important}
html[data-theme="dark"] .footer-links a, html[data-theme="dark"] .footer p{color:#e6f0ff!important}
@media(max-width:900px){
  .footer-inner{display:flex!important;flex-direction:column;align-items:flex-start!important}
  .footer-right{align-items:flex-start!important;margin-left:0;text-align:left}
  .social-links{justify-content:flex-start!important}
  .footer p{text-align:left!important}
}


/* Remoxus theme patch v11 */
.footer-inner{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:34px!important}
.footer-left,.footer-right{display:flex;flex-direction:column;gap:14px}
.footer-left{align-items:flex-start!important;text-align:left!important}
.footer-right{align-items:flex-end!important;text-align:right!important;margin-left:auto!important}
.footer-left p,.footer-right p,.footer p{margin:0!important;line-height:1.7!important}
.footer-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a{color:#f2f7ff!important;font-weight:800}
.footer-links span{color:#6f83a4!important}
.footer .social-links{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin:0!important}
.footer .social-link{width:40px!important;height:40px!important;flex:0 0 auto}
html[data-theme="dark"] .footer-links a, html[data-theme="dark"] .footer p{color:#e6f0ff!important}
@media(max-width:900px){
  .footer-inner{flex-direction:column!important;align-items:flex-start!important}
  .footer-right{align-items:flex-start!important;text-align:left!important;margin-left:0!important}
  .footer-links,.footer .social-links{justify-content:flex-start!important}
}


/* Remoxus theme patch v12 */
.footer-left{display:block!important;flex:none!important;min-width:0!important}
.footer-left .footer-brand{display:block!important;margin:0 0 12px 0!important;padding:0!important}
.footer-left p{display:block!important;width:100%!important;text-align:left!important;margin:0!important;padding:0!important}
.footer-left p br{display:block!important}
.footer-left .brand img{display:block!important}
@media(max-width:900px){
  .footer-left{width:100%!important}
  .footer-left p{margin-top:10px!important}
}


/* Remoxus theme patch v21 */
.social-link.shopee-link:hover{color:#ff7a2f!important}


/* Remoxus theme patch v22 */
.social-link.shopee-link,.social-link.shopee-link:hover{color:#d8e8ff!important;background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.16)!important}
.social-link.shopee-link:hover{transform:translateY(-1px)!important;background:rgba(255,255,255,.12)!important;color:#fff!important}
html[data-theme="dark"] .social-link.shopee-link,html[data-theme="dark"] .social-link.shopee-link:hover{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.04)!important;color:#d8e8ff!important}
html[data-theme="dark"] .social-link.shopee-link:hover{background:rgba(255,255,255,.12)!important;color:#fff!important}
.social-link.shopee-link svg{width:19px!important;height:19px!important}


/* Remoxus theme patch v24 - E-Course catalog */
.course-status{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgba(8,197,128,.12);border:1px solid rgba(8,197,128,.28);color:#07935f;font-weight:900;white-space:nowrap}
html[data-theme="dark"] .course-status{background:rgba(39,215,196,.12);border-color:rgba(39,215,196,.28);color:#79f3df}
.ecourse-catalog-page .apps-table th:nth-child(4),.ecourse-catalog-page .apps-table th:nth-child(5){text-align:center}
.ecourse-catalog-page .apps-table td:nth-child(4),.ecourse-catalog-page .apps-table td:nth-child(5){text-align:center}


/* Remoxus theme patch v26 - Courses catalog and Shopee icon */
.footer .social-link.shopee-link svg{width:21px!important;height:21px!important}
.footer .social-link.shopee-link svg path:nth-child(2){stroke:#fff!important}
.course-status.coming-soon{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.3);color:#b76a00}
html[data-theme="dark"] .course-status.coming-soon{background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.3);color:#ffd574}
.coming-soon-shell{text-align:center;padding:54px 28px!important}
.coming-soon-shell .app-category{margin-bottom:18px}
.coming-soon-shell h2{font-size:clamp(38px,6vw,72px);margin:0 0 16px}
.coming-soon-shell p{max-width:720px;margin:0 auto 26px}
