/*
Theme Name: REP Secure 360
Theme URI: https://ishnom.com/
Author: Ishnom Corporation Inc.
Description: Official portal theme for REP Secure 360.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: rep-secure-360
*/
:root{--rep-orange:#ff6a00;--rep-green:#2e9b2c;--rep-ink:#183029;--rep-bg:#f5f8f5;--rep-white:#fff;--rep-border:#dfe9e1}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--rep-bg);color:var(--rep-ink)}a{color:var(--rep-green)}.rep-site-header{height:78px;background:#fff;border-bottom:1px solid var(--rep-border);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;z-index:20}.rep-brand{display:flex;align-items:center;text-decoration:none;color:var(--rep-ink);font-weight:800}.rep-brand img{width:58px;height:58px;object-fit:contain;margin-right:12px}.rep-brand span{font-size:1.15rem}.rep-nav a{display:inline-flex;padding:11px 18px;border-radius:10px;text-decoration:none;font-weight:700}.rep-nav .rep-login-link{color:#fff;background:linear-gradient(135deg,var(--rep-orange),#ff8b24)}.rep-hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;padding:70px 7vw;background:radial-gradient(circle at 85% 20%,rgba(46,155,44,.10),transparent 35%),radial-gradient(circle at 10% 70%,rgba(255,106,0,.10),transparent 32%)}.rep-hero h1{font-size:clamp(2.6rem,6vw,5.6rem);line-height:.98;margin:0 0 22px;letter-spacing:-.055em}.rep-hero h1 span{color:var(--rep-orange)}.rep-hero p{max-width:650px;font-size:1.15rem;line-height:1.75;color:#53665f}.rep-hero-card{background:#fff;padding:34px;border:1px solid var(--rep-border);border-radius:28px;box-shadow:0 24px 70px rgba(31,70,54,.13)}.rep-hero-card img{width:100%;max-width:430px;display:block;margin:auto}.rep-actions{display:flex;gap:14px;margin-top:30px}.rep-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:12px;text-decoration:none;font-weight:800}.rep-button-primary{color:#fff;background:linear-gradient(135deg,var(--rep-green),#44b23d)}.rep-button-secondary{color:var(--rep-green);background:#fff;border:1px solid var(--rep-border)}.rep-content{max-width:1180px;margin:0 auto;padding:40px 24px}.rep-site-footer{text-align:center;padding:24px;color:#6a7a73;font-size:.9rem}@media(max-width:850px){.rep-hero{grid-template-columns:1fr;padding:48px 24px}.rep-hero-card{order:-1}.rep-brand span{display:none}}
