:root{--navy:#0a1628;--navy-mid:#122040;--navy-card:#16294f;--orange:#f47b20;--orange-light:#f9a55a;--orange-dim:#f47b201f;--white:#fff;--muted:#ffffff8c;--border:#ffffff14;--border-hover:#f47b2073;--card-bg:#16294fd9;--feuji-orange:#e2621e}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--white);color:var(--white);min-height:100vh;font-family:Calibri,Trebuchet MS,sans-serif;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:0;border-radius:50%;width:560px;height:560px;position:fixed;top:-160px;right:-160px}header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:28px 0 20px;display:flex}.job-image{border-radius:16px;width:1191px;height:263px}.logo-sub{color:var(--orange);letter-spacing:2px;text-transform:uppercase;font-size:11px;font-weight:600}.hero{text-align:center;background-color:#e56623;margin-bottom:64px}.hero-tag{background:var(--orange-dim);color:var(--navy-mid);letter-spacing:2.5px;text-transform:uppercase;border:1px solid #f47b204d;border-radius:20px;margin-bottom:24px;padding:6px 18px;font-size:11px;font-weight:600;display:inline-block}.hero h1{color:var(--white);letter-spacing:-.5px;margin-bottom:18px;font-family:Georgia,serif;font-size:46px;font-weight:700;line-height:1.15}.hero h1 span{color:#fceee7}.hero p{color:#fff;max-width:540px;margin:0 auto;font-size:16px;line-height:1.7}.section-label{justify-content:center;align-items:center;display:flex}.grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:56px;display:flex}.context{color:var(--navy-mid);text-align:center}.context-heading{margin-top:20px}.iconHeading{background-color:#fdd7c3;border:1px solid #e2621e;border-radius:10px}.iconDesc{color:var(--feuji-orange);font-weight:600}.iconSub{padding-left:60px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (width<=800px){.grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:34px}}@media (width<=520px){.grid{grid-template-columns:1fr}.page{padding:0 16px 48px}}.explore{color:#000;background:#fff;border:1px solid #fff;border-radius:14px;margin-bottom:20px;padding:10px;font-weight:500}.explore-template{margin-left:35em}.arrow{width:15px}.feuji-logo{margin-left:55px}.page{z-index:1;margin:0 auto;position:relative}.logo-block{align-items:center;gap:12px;display:flex}.logo-mark{background:var(--orange);color:#fff;letter-spacing:-.5px;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Georgia,serif;font-size:18px;font-weight:700;display:flex}.logo-text{flex-direction:column;display:flex}.logo-name{color:var(--navy-mid);letter-spacing:.3px;font-family:Georgia,serif;font-size:20px;font-weight:700}.header-url{color:var(--orange);letter-spacing:.5px;border:1px solid #f47b204d;border-radius:20px;padding:6px 14px;font-size:15px}.section-label{text-align:center;margin-bottom:20px;display:flex}.section-label-text{letter-spacing:2.5px;text-transform:uppercase;color:var(--feuji-orange);font-size:15px;font-weight:600}.section-label-line{background:var(--navy-mid);flex:1;height:1px;margin:10px}.grid-dashboard{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:56px;display:grid}.card{background:var(--card-bg);border:1px solid var(--border);cursor:pointer;color:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;flex-direction:column;padding:28px 26px 24px;text-decoration:none;transition:border-color .22s,transform .18s,background .2s;display:flex;position:relative;overflow:hidden}.card:before{content:"";background:0 0;border-radius:14px 14px 0 0;height:3px;transition:background .22s;position:absolute;top:0;left:0;right:0}.card:hover{border-color:var(--border-hover);background:var(--navy-mid);transform:translateY(-3px)}.card:hover:before{background:var(--orange)}.card-suite{letter-spacing:2px;text-transform:uppercase;color:var(--orange);background:var(--orange-dim);border-radius:4px;align-items:center;gap:6px;width:fit-content;margin-bottom:16px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.card-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.card-num{color:#ffffff26;font-family:Georgia,serif;font-size:11px;font-weight:700;position:absolute;top:20px;right:22px}.card h3{color:var(--white);margin-bottom:10px;font-family:Georgia,serif;font-size:18px;font-weight:700;line-height:1.25}.card p{flex:1;margin-bottom:20px;font-size:13.5px;line-height:1.6}.card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;display:flex}.card-url{letter-spacing:.3px;font-family:monospace;font-size:11px}.card-arrow{background:var(--orange-dim);border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex}.card:hover .card-arrow{background:var(--orange)}.card:hover .card-arrow svg path{stroke:#fff}.ic-blue{background:#378add26}.ic-green{background:#63992226}.ic-amber{background:#ef9f2726}.ic-teal{background:#1d9e7526}.ic-purple{background:#7f77dd26}.ic-coral{background:#d85a3026}footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-left{color:var(--navy-mid);font-size:13px}.footer-right{align-items:center;gap:8px;display:flex}.footer-dot{background:#2ecc71;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.footer-status{color:var(--navy-mid);font-size:12px}@media (width<=800px){.grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:34px}}@media (width<=520px){.grid{grid-template-columns:1fr}.page{padding:0 16px 48px}}.coming-soon{color:var(--orange);font-size:x-large;font-weight:600}
