*{margin:0;padding:0;box-sizing:border-box}
:root{
  --green:#7dc900;--green2:#8fe000;--gt:#2d6200;--gm:#4a8f00;--gl:#edfacc;--gb:#b8e870;
  --w:#fff;--g1:#f8f8f8;--g2:#f0f0f0;--g3:#e8e8e8;--g4:#d0d0d0;--g5:#555;
  --text:#111;--title:'Plus Jakarta Sans',system-ui,sans-serif;
}
body{font-family:'Inter',system-ui,sans-serif;background:#f5f5f5;color:#111;-webkit-font-smoothing:antialiased}
html,body{max-width:100%;overflow-x:hidden}
a{color:inherit}
.main-nav{background:#fff;border-bottom:1.5px solid var(--g4);padding:0 56px;height:68px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 8px rgba(0,0,0,.06)}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-mark{width:36px;height:36px;border-radius:10px;background:var(--green);display:flex;align-items:center;justify-content:center}
.logo-text{font-family:var(--title);font-weight:800;font-size:18px;color:var(--text)}
.logo-text span{color:var(--gt)}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{color:var(--g5);font-size:13px;text-decoration:none;font-weight:500;white-space:nowrap}
.nav-links a:hover{color:var(--text)}
.btn-client{background:var(--green);color:#111;border:1.5px solid var(--green2);border-radius:8px;padding:10px 22px;font-family:var(--title);font-weight:700}
.nav-toggle{display:none;border:1px solid var(--g4);background:#fff;width:40px;height:40px;border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}
.nav-toggle-bar{display:block;width:18px;height:2px;background:#111;border-radius:2px;transition:transform .18s ease,opacity .18s ease}
.main-nav.menu-open .nav-toggle .nav-toggle-bar:nth-child(1),.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}
.main-nav.menu-open .nav-toggle .nav-toggle-bar:nth-child(2),.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2){opacity:0}
.main-nav.menu-open .nav-toggle .nav-toggle-bar:nth-child(3),.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hero{background:#fff;padding:72px 56px 44px;border-bottom:1px solid var(--g3)}
.hero-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:48px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--gl);border:1px solid var(--gb);border-radius:20px;padding:5px 14px;margin-bottom:18px}
.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}
.eyebrow-text{font-size:11.5px;color:var(--gt);font-weight:700;letter-spacing:.5px;text-transform:uppercase}
h1{font-family:var(--title);font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.08;letter-spacing:-1px;margin-bottom:18px}
.hero-sub{color:var(--g5);font-size:17px;line-height:1.8;max-width:660px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn-primary,.btn-outline{border-radius:10px;padding:14px 22px;font-family:var(--title);font-weight:700;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;gap:9px;cursor:pointer}
.btn-primary{background:var(--green);border:1.5px solid var(--green2);color:#111;box-shadow:0 4px 16px rgba(125,201,0,.24)}
.btn-primary:hover{background:var(--green2)}
.btn-outline{background:#fff;border:1.5px solid var(--g4);color:#111}
.btn-outline:hover{border-color:var(--g5)}
.hero-panel{background:var(--g1);border:1.5px solid var(--g4);border-radius:16px;padding:24px}
.hero-panel-title{font-family:var(--title);font-weight:800;font-size:18px;margin-bottom:12px}
.quick-list{display:flex;flex-direction:column;gap:10px;list-style:none}
.quick-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;background:#fff;border:1px solid var(--g4);border-radius:10px;padding:12px 14px;color:#333;font-size:13.5px;font-weight:600}
.quick-list a:hover{border-color:var(--green);background:#fbfff0}
.support-main{padding:56px;max-width:1252px;margin:0 auto}
.section-head{margin-bottom:24px}
.section-kicker{font-size:11px;font-weight:800;color:var(--gt);letter-spacing:.7px;text-transform:uppercase;margin-bottom:8px}
h2{font-family:var(--title);font-size:clamp(28px,3vw,38px);letter-spacing:-.5px;line-height:1.16;margin-bottom:10px}
.section-sub{color:var(--g5);font-size:15px;line-height:1.75;max-width:760px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{background:#fff;border:1.5px solid var(--g4);border-radius:14px;padding:22px}
.card:hover{border-color:var(--green)}
.card-icon{width:46px;height:46px;border-radius:12px;background:var(--gl);border:1px solid var(--gb);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.card h3{font-family:var(--title);font-size:17px;margin-bottom:8px}
.card p,.card li{color:var(--g5);font-size:14px;line-height:1.7}
.card ul{display:flex;flex-direction:column;gap:7px;margin-top:12px;padding-left:18px}
.band{background:#fff;border-top:1px solid var(--g3);border-bottom:1px solid var(--g3);padding:48px 56px;margin:8px 0 56px}
.band-inner{max-width:1140px;margin:0 auto}
.faq-list{border:1.5px solid var(--g4);border-radius:14px;overflow:hidden;background:#fff}
.faq-item{border-bottom:1px solid var(--g4)}
.faq-item:last-child{border-bottom:0}
.faq-q{width:100%;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;text-align:left;font-family:var(--title);font-weight:800;color:#111}
.faq-q:hover{background:var(--g1)}
.faq-icon{width:26px;height:26px;border-radius:50%;background:var(--gl);border:1px solid var(--gb);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gt);font-weight:800}
.faq-a{display:none;color:var(--g5);font-size:14.5px;line-height:1.75;padding:0 20px 18px;max-width:850px}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-icon{background:var(--green);color:#111}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.step{background:#fff;border:1.5px solid var(--g4);border-radius:14px;padding:20px}
.step-num{width:38px;height:38px;border-radius:10px;background:var(--green);border:1px solid var(--green2);display:flex;align-items:center;justify-content:center;font-family:var(--title);font-weight:800;margin-bottom:14px}
.step h3{font-family:var(--title);font-size:15px;margin-bottom:8px}
.step p{color:var(--g5);font-size:13.5px;line-height:1.65}
.video-shell{position:relative;overflow:hidden;background:#111;border-radius:14px;min-height:205px;padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:20px}
.video-shell::after{content:"";position:absolute;right:-42px;top:-56px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(125,201,0,.28),rgba(125,201,0,0) 68%);pointer-events:none}
.video-tag{display:inline-flex;align-items:center;gap:7px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:20px;padding:5px 11px;font-size:11px;color:#aaa;width:max-content}
.video-title{font-family:var(--title);font-size:21px;font-weight:800;line-height:1.2}
.video-actions{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:6px}
.video-action{color:var(--green);font-weight:800;text-decoration:none;font-size:13px}
.video-action.secondary{color:#fff}
.video-action.secondary::before{content:"PDF";display:inline-flex;align-items:center;justify-content:center;margin-right:7px;width:28px;height:20px;border-radius:6px;background:#fff;color:#111;font-size:10px;font-weight:800}
.tutorial-art{position:absolute;right:22px;top:22px;z-index:1;width:126px;height:90px;border:1px solid rgba(125,201,0,.35);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.02));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 18px 34px rgba(0,0,0,.22)}
.tutorial-art svg{width:38px;height:38px;color:var(--green);stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}
.tutorial-art span{font-family:var(--title);font-size:11px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.45px}
.video-shell>:not(.tutorial-art){position:relative;z-index:2}
.video-shell .video-title,.video-shell .video-actions{max-width:calc(100% - 150px)}
.manuals-section{margin-top:42px}
.manual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.manual-card{background:#fff;border:1.5px solid var(--g4);border-radius:14px;padding:18px;display:grid;grid-template-columns:64px minmax(0,1fr);gap:16px;align-items:start}
.manual-card:hover{border-color:var(--green);background:#fbfff4}
.manual-card.featured{grid-column:1/-1;background:#111;color:#fff;border-color:#111}
.manual-icon{width:64px;height:64px;border-radius:16px;background:var(--green);border:1px solid var(--green2);display:flex;align-items:center;justify-content:center;font-family:var(--title);font-weight:800;color:#111}
.manual-card.featured .manual-icon{background:#fff;color:#111;border-color:#333}
.manual-body{min-width:0}
.manual-tag{font-size:11px;font-weight:800;color:var(--gt);letter-spacing:.6px;text-transform:uppercase;margin-bottom:5px}
.manual-card.featured .manual-tag{color:var(--green)}
.manual-card h3{font-family:var(--title);font-size:18px;margin-bottom:6px}
.manual-card p{color:var(--g5);font-size:13.5px;line-height:1.65;margin-bottom:12px}
.manual-card.featured p{color:#d0d0d0}
.manual-link{display:inline-flex;align-items:center;gap:8px;color:var(--gt);font-family:var(--title);font-weight:800;font-size:13px;text-decoration:none}
.manual-card.featured .manual-link{color:var(--green)}
.manual-link:hover{text-decoration:underline}
.report-wrap{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}
.form-card{background:#fff;border:1.5px solid var(--g4);border-radius:14px;padding:24px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}
.field.full{grid-column:1/-1}
label{font-size:12px;font-weight:800;color:#333}
input,select,textarea{width:100%;border:1.5px solid var(--g4);border-radius:10px;padding:12px 13px;font:inherit;font-size:14px;background:#fff;color:#111}
textarea{min-height:132px;resize:vertical;line-height:1.6}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(125,201,0,.2);border-color:var(--green)}
.form-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:8px}
.note{font-size:12.5px;color:var(--g5);line-height:1.65}
.status-box{display:none;margin-top:14px;border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.6}
.status-box.ok{display:block;background:var(--gl);border:1px solid var(--gb);color:var(--gt)}
.status-box.err{display:block;background:#fff1f2;border:1px solid #fecaca;color:#b91c1c}
.side-card{background:#fff;border:1.5px solid var(--g4);border-radius:14px;padding:22px}
.side-card h3{font-family:var(--title);font-size:17px;margin-bottom:10px}
.side-card p{color:var(--g5);font-size:14px;line-height:1.7;margin-bottom:14px}
.mini-list{display:flex;flex-direction:column;gap:9px;list-style:none}
.mini-list li{display:flex;gap:9px;color:#444;font-size:13.5px;line-height:1.55}
.check{width:18px;height:18px;border-radius:50%;background:var(--gl);border:1px solid var(--gb);display:flex;align-items:center;justify-content:center;color:var(--gt);font-weight:800;font-size:11px;flex-shrink:0}
.status-hero{padding-bottom:56px}
.system-status-card{background:#111;color:#fff;border-radius:18px;padding:28px;border:1px solid #242424;box-shadow:0 20px 46px rgba(0,0,0,.14);min-height:260px;display:flex;flex-direction:column;justify-content:center;gap:16px}
.system-pulse{width:74px;height:74px;border-radius:22px;background:var(--green);box-shadow:0 0 0 12px rgba(125,201,0,.13);position:relative}
.system-pulse::after{content:"";position:absolute;inset:22px;border-radius:50%;background:#111}
.system-state{font-family:var(--title);font-size:28px;font-weight:800;line-height:1.15}
.system-status-card p{color:#d8d8d8;font-size:14px;line-height:1.7}
.system-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #2b2b2b;padding-top:16px;color:#888;font-size:12px}
.system-meta strong{color:#fff;text-align:right}
.system-status-card[data-state="checking"] .system-pulse{background:#ffb000;box-shadow:0 0 0 12px rgba(255,176,0,.13)}
.system-status-card[data-state="warning"] .system-pulse{background:#ffb000;box-shadow:0 0 0 12px rgba(255,176,0,.13)}
.system-status-card[data-state="down"] .system-pulse{background:#ff4d4f;box-shadow:0 0 0 12px rgba(255,77,79,.13)}
.technical-note{margin-top:20px;background:#fff;border:1.5px solid var(--g4);border-radius:14px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--g5);font-size:13.5px}
.technical-note span{font-family:var(--title);font-weight:800;color:#111}
.technical-note a{color:var(--gt);font-weight:800;text-decoration:none}
.technical-note a:hover{text-decoration:underline}
.compact-hero{padding-top:54px;padding-bottom:54px}
.legal-main{display:flex;flex-direction:column;gap:18px}
.legal-card{background:#fff;border:1.5px solid var(--g4);border-radius:16px;padding:28px;scroll-margin-top:92px}
.legal-card h2{font-size:clamp(24px,2.5vw,32px)}
.legal-card p{color:var(--g5);font-size:15px;line-height:1.8;max-width:920px}
.legal-card ul{display:grid;gap:9px;margin-top:18px;padding-left:20px;color:var(--g5);font-size:14.5px;line-height:1.7}
.legal-card li::marker{color:var(--green)}
footer{background:#1a1a1a;padding:46px 56px 28px;margin-top:16px}
.footer-top{max-width:850px;margin:0 auto;display:grid;grid-template-columns:340px 220px 230px;align-items:start;gap:30px;padding-bottom:32px;border-bottom:1px solid #333}
.footer-top>div:first-child{max-width:300px}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-logo-mark{width:32px;height:32px;border-radius:8px;background:var(--green);display:flex;align-items:center;justify-content:center}
.footer-logo-text{font-family:var(--title);font-weight:800;font-size:17px;color:#fff}
.footer-logo-text span{color:var(--green)}
.footer-desc{color:#888;font-size:13.5px;line-height:1.75;max-width:260px;margin-bottom:20px}
.social-row{display:flex;gap:10px}
.social-btn{width:34px;height:34px;border-radius:8px;background:#2a2a2a;border:1px solid #333;display:flex;align-items:center;justify-content:center;color:#aaa;font-family:var(--title);font-size:14px;font-weight:700;transition:background .15s,border-color .15s}
.social-btn:hover{background:#333;border-color:var(--green)}
.footer-col-title{font-family:var(--title);font-size:13px;font-weight:700;color:#fff;margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{color:#888;font-size:13px;text-decoration:none}
.footer-links a:hover{color:var(--green)}
.admin-link{color:#ff5b5b!important;font-weight:700!important}
.footer-bottom{max-width:850px;margin:20px auto 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#555;font-size:12px}
.footer-badge{display:flex;align-items:center;gap:6px;background:#2a2a2a;border:1px solid #333;border-radius:6px;padding:5px 12px;color:#888}
.wa{position:fixed;bottom:calc(24px + env(safe-area-inset-bottom,0px));right:24px;width:56px;height:56px;border-radius:18px;background:#7dc900;border:1px solid rgba(17,17,17,.08);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px rgba(125,201,0,.32);z-index:400;text-decoration:none}
.wa:hover{background:#8de000;transform:translateY(-2px)}
.wa svg{width:26px;height:26px}
@media (max-width: 980px){
  .hero-inner,.report-wrap{grid-template-columns:1fr}
  .grid,.grid.two,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-top{grid-template-columns:1fr 1fr;gap:34px 56px}
  .footer-top>div:first-child{grid-column:1/-1;max-width:420px}
}
@media (max-width: 760px){
  .main-nav{padding:0 14px;gap:10px}
  .nav-toggle{display:flex}
  .nav-links{display:none;position:fixed;top:72px;left:12px;right:12px;background:#fff;border:1px solid var(--g4);border-radius:12px;padding:10px;flex-direction:column;align-items:stretch;gap:4px;box-shadow:0 10px 24px rgba(0,0,0,.1);z-index:250}
  .main-nav.menu-open .nav-links{display:flex}
  .nav-links a{display:block;padding:11px 10px;border-radius:8px}
  .btn-client{text-align:center}
  .hero,.support-main,footer{padding-left:18px;padding-right:18px}
  .hero{padding-top:44px}
  .band{padding:38px 18px;margin:0 0 42px}
  .grid,.grid.two,.steps,.form-grid{grid-template-columns:1fr}
  .manual-grid{grid-template-columns:1fr}
  .manual-card.featured{grid-column:auto}
  .manual-card{grid-template-columns:54px minmax(0,1fr);padding:16px}
  .manual-icon{width:54px;height:54px;border-radius:14px}
  .tutorial-art{position:static;width:100%;height:auto;min-height:72px;flex-direction:row;justify-content:flex-start;padding:13px 15px;margin-top:4px}
  .tutorial-art svg{width:32px;height:32px}
  .video-shell{min-height:auto}
  .video-shell .video-title,.video-shell .video-actions{max-width:none}
  .system-status-card{min-height:auto;padding:22px}
  .system-state{font-size:24px}
  .technical-note{align-items:flex-start;flex-direction:column}
  .legal-card{padding:22px}
  .footer-top{grid-template-columns:1fr;gap:30px}
  .footer-top>div:first-child{grid-column:auto}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .wa{width:54px;height:54px;right:18px;bottom:18px}
}
