
:root{
  --gold:#e5ad12;--gold2:#ffd86b;--gold3:#fff5cf;--ink:#171717;--muted:#626977;
  --line:#ead8a0;--soft:#fffaf0;--white:#fff;--telegram:#169bd5;--shadow:0 16px 48px rgba(64,44,0,.08);
  --radius:20px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.skip{position:absolute;left:-999px;top:8px;background:#000;color:#fff;padding:10px 14px;z-index:100}.skip:focus{left:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav-wrap{min-height:76px;display:flex;align-items:center;gap:24px}
.wordmark-img img{width:auto;height:52px;object-fit:contain}
.nav{display:flex;gap:22px;margin-left:auto;align-items:center}
.nav a{font-size:14px;font-weight:700;color:#30343a}
.nav a:hover{color:#a87400}
.nav-toggle{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 17px;border-radius:12px;font-weight:800;font-size:14px;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-gold{background:linear-gradient(180deg,#ffe985,#e7ae12);border:1px solid #d09a00;color:#1b1504;box-shadow:0 8px 20px rgba(213,155,0,.15)}
.btn-outline{background:#fff;border:1px solid #d7b554;color:#725000}
.btn-telegram{background:#fff;border:1px solid #9ed9f2;color:#0c7eaf}
.kicker{display:inline-block;color:#9c6e00;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hero{padding:64px 0 54px;background:
radial-gradient(circle at 84% 22%,rgba(255,212,76,.18),transparent 28%),
linear-gradient(180deg,#fff 0%,#fffdf8 100%);border-bottom:1px solid #f2e7c5}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:44px;align-items:center}
.hero h1{font-size:54px;line-height:1.06;letter-spacing:-.035em;margin:10px 0 18px}
.hero h1 span{color:#ad7800}
.hero-lead{font-size:18px;color:#555e6a;max-width:760px}
.answer-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}
.answer-strip a{border:1px solid #e7d59b;background:#fff;border-radius:14px;padding:13px 14px;box-shadow:0 8px 24px rgba(85,58,0,.04)}
.answer-strip small{display:block;color:#a37200;font-size:10px;font-weight:900;letter-spacing:.07em}
.answer-strip strong{display:block;margin-top:2px;font-size:15px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-panel{border:1px solid #ead38d;border-radius:28px;padding:38px;background:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}
.hero-panel:before{content:"";position:absolute;inset:-30% auto auto 50%;width:300px;height:300px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(246,193,36,.22),transparent 68%)}
.hero-panel img{width:min(100%,380px);margin:0 auto;position:relative;filter:drop-shadow(0 18px 22px rgba(111,77,0,.12))}
.hero-panel p{text-align:center;color:#8b6500;font-size:12px;font-weight:900;letter-spacing:.12em;margin:18px 0 0}
.section{padding:68px 0}
.section-head{max-width:840px;margin:0 auto 32px;text-align:center}
.section-head h2{font-size:38px;line-height:1.15;margin:8px 0 10px;letter-spacing:-.025em}
.section-head p{margin:0;color:var(--muted)}
.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.brand-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px;text-align:center;box-shadow:0 9px 30px rgba(47,33,0,.05)}
.brand-logo-box{height:130px;display:flex;align-items:center;justify-content:center}
.brand-logo-box img{max-height:106px;max-width:80%;object-fit:contain}
.brand-card h3{font-size:21px;color:#9a6800;margin:10px 0 6px}
.brand-card p{color:#5e6470;font-size:14px;min-height:70px}
.tag-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}
.tag-row span{display:flex;align-items:center;justify-content:center;min-height:42px;padding:7px 6px;border:1px solid #dfbd4b;border-radius:8px;background:#fff;color:#805c00;font-size:10.5px;font-weight:900;line-height:1.15;text-align:center}
.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.card-actions .btn{font-size:12px;padding:10px 7px}
.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.intent-card{border:1px solid var(--line);border-radius:18px;padding:24px;background:linear-gradient(180deg,#fff,#fffdf7);box-shadow:0 8px 28px rgba(69,48,0,.04)}
.intent-card .num{font-size:12px;color:#a07100;font-weight:900}
.intent-card h3{margin:7px 0;color:#8e6200;font-size:22px}.intent-card p{color:#626977}
.intent-card a{color:#9a6900;font-weight:800}
.compare-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:#fff}
.compare{width:100%;border-collapse:collapse;min-width:760px}
.compare th,.compare td{padding:14px 16px;text-align:left;border-bottom:1px solid #f0e6ca;font-size:14px;vertical-align:top}
.compare th{background:#fff8e6;color:#704f00;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.compare tr:last-child td{border-bottom:0}
.compare a{color:#936400;font-weight:800}
.content-shell{max-width:900px;margin:auto}
.quick-answer{border-left:4px solid var(--gold);background:#fff9e9;border-radius:0 14px 14px 0;padding:18px 20px;margin:22px 0}
.quick-answer strong{color:#8c6200}
.prose h2{font-size:30px;margin:42px 0 12px;letter-spacing:-.02em}.prose h3{font-size:22px;margin:28px 0 8px;color:#835d00}
.prose p,.prose li{color:#535b67}.prose ul{padding-left:22px}
.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:22px 0}
.info-box{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.info-box h3{margin-top:0}
.breadcrumb{padding:18px 0 0;color:#7b8088;font-size:13px}.breadcrumb a{color:#936400;font-weight:700}
.faq-list details{border:1px solid var(--line);border-radius:13px;padding:15px 17px;margin:10px 0;background:#fff}
.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{color:#5f6670}
.note{font-size:13px;color:#6d747f;background:#fafafa;border:1px solid #ececec;padding:14px 16px;border-radius:12px}
.cta-strip{padding:28px 0;background:linear-gradient(90deg,#fff5cc,#fff);border-top:1px solid #e7ca65;border-bottom:1px solid #e7ca65}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.cta-inner h2{margin:0 0 4px}
.footer{padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1.2fr;gap:34px}.footer h3{margin-top:0}.footer a{display:block;margin:6px 0;color:#4c515b}.footer p{color:#666f7a}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #eee;margin-top:28px;padding-top:16px;color:#7c828b;font-size:13px}
.pill-nav{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.pill-nav a{border:1px solid #e6cc7c;border-radius:999px;padding:8px 12px;background:#fff;color:#815b00;font-size:13px;font-weight:800}
@media(max-width:900px){
  .nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid #eee;padding:18px;flex-direction:column;align-items:flex-start}.nav.is-open{display:flex}
  .nav-toggle{display:block;margin-left:auto;border:1px solid #e4d29a;background:#fff;border-radius:10px;padding:8px 10px}
  .hero-grid{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.intent-grid{grid-template-columns:1fr}.hero h1{font-size:44px}.answer-strip{grid-template-columns:1fr}
}
@media(max-width:620px){
  .wrap{width:min(100% - 24px,1180px)}.hero{padding-top:42px}.hero h1{font-size:35px}.section{padding:52px 0}
  .section-head h2{font-size:30px}.brand-grid,.info-grid,.footer-grid{grid-template-columns:1fr}.card-actions{grid-template-columns:1fr 1fr}
  .hero-panel{padding:25px}.cta-inner{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;gap:5px}
}


/* ===== Syarikat Jaya V4 own style ===== */
.hero-v4{
  padding:68px 0 58px;
  background:
    linear-gradient(180deg,#fff 0%,#fffdf8 100%);
  border-bottom:1px solid #f1e3bc;
}
.hero-v4-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  gap:46px;
  align-items:center;
}
.search-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid #ead49a;
  border-radius:999px;
  color:#8d6200;
  background:#fffdf7;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em
}
.hero-v4 h1{
  margin:14px 0 16px;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-.045em
}
.hero-v4 h1 .gold{color:#ae7900}
.hero-v4 p.lead{
  max-width:760px;
  color:#5a6270;
  font-size:18px
}
.search-paths{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:24px 0 18px
}
.search-path{
  position:relative;
  overflow:hidden;
  min-height:98px;
  padding:15px;
  border:1px solid #e7d39b;
  border-radius:16px;
  background:#fff
}
.search-path:before{
  content:"";
  position:absolute;
  width:90px;height:90px;
  border-radius:50%;
  right:-34px;top:-38px;
  background:radial-gradient(circle,#fff0a8,transparent 70%);
  opacity:.75
}
.search-path small{
  position:relative;
  display:block;
  color:#a07100;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em
}
.search-path strong{
  position:relative;
  display:block;
  margin-top:5px;
  font-size:15px;
  line-height:1.2
}
.hero-console{
  position:relative;
  border:1px solid #e5cf8f;
  border-radius:28px;
  background:#fff;
  padding:28px;
  box-shadow:0 28px 70px rgba(82,56,0,.08)
}
.hero-console:after{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid #f5ebcd;
  border-radius:20px;
  pointer-events:none
}
.hero-console img{
  width:min(100%,330px);
  margin:0 auto 18px;
  position:relative;
  z-index:1
}
.console-title{
  position:relative;
  z-index:1;
  text-align:center;
  color:#826000;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:15px
}
.console-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:9px
}
.console-item{
  display:grid;
  grid-template-columns:34px 1fr auto;
  gap:10px;
  align-items:center;
  padding:10px 11px;
  border:1px solid #efe3bf;
  border-radius:13px;
  background:#fffdfa
}
.console-icon{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:10px;
  background:linear-gradient(180deg,#ffe990,#e6ad11);
  color:#4d3700;
  font-weight:900
}
.console-copy small{
  display:block;
  color:#a17000;
  font-size:9px;
  font-weight:900;
  letter-spacing:.06em
}
.console-copy strong{
  font-size:14px
}
.console-item a{
  font-size:12px;
  color:#8a6200;
  font-weight:900
}
.keyword-universe{
  width:min(100%,1180px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:24px;
  align-items:start
}
.keyword-group{
  border:0;
  background:transparent;
  padding:0;
  min-height:auto
}
.keyword-group h3{
  margin:0 0 12px;
  color:#875e00;
  font-size:20px;
  line-height:1.2
}
.keyword-chips{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px
}
.keyword-chip{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:5px 8px;
  margin-left:-8px;
  border-radius:7px;
  background:transparent;
  border:1px solid transparent;
  color:#705000;
  font-size:12px;
  font-weight:800;
  line-height:1.25;
  text-decoration:none;
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease
}
.keyword-chip:hover{
  background:rgba(255,239,187,.48);
  border-color:rgba(229,173,18,.30);
  box-shadow:0 0 13px rgba(229,173,18,.22);
  color:#5f4300;
  transform:translateX(2px)
}
.intent-rail{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}
.intent-spotlight{
  min-height:230px;
  padding:22px;
  border:1px solid #ead5a0;
  border-radius:20px;
  background:
    linear-gradient(180deg,#fff,#fffdf8);
  box-shadow:0 10px 30px rgba(69,48,0,.04)
}
.intent-spotlight .overline{
  color:#9a6b00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em
}
.intent-spotlight h3{
  margin:8px 0 10px;
  font-size:25px;
  color:#725100
}
.intent-spotlight p{color:#606876}
.intent-spotlight a{color:#8b6200;font-weight:900}
.term-table-wrap{
  overflow-x:auto;
  border:1px solid #ead7a0;
  border-radius:16px
}
.term-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px
}
.term-table th,.term-table td{
  padding:13px 15px;
  border-bottom:1px solid #efe7d1;
  vertical-align:top;
  text-align:left;
  font-size:14px
}
.term-table th{
  background:#fff9e7;
  color:#725000;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.04em
}
.term-table tr:last-child td{border-bottom:0}
.answer-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px
}
.answer-card-v4{
  border:1px solid #ead6a0;
  border-radius:16px;
  background:#fff;
  padding:18px
}
.answer-card-v4 h3{
  margin:0 0 7px;
  color:#815b00;
  font-size:18px
}
.answer-card-v4 p{margin:0;color:#616977}
@media(max-width:980px){
  .hero-v4-grid{grid-template-columns:1fr}
  .keyword-universe{
  width:min(100%,1080px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px;
  align-items:start
}
}
@media(max-width:720px){
  .hero-v4 h1{font-size:40px}
  .search-paths,.intent-rail,.answer-cards{grid-template-columns:1fr}
  .keyword-universe{
  width:min(100%,1080px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px;
  align-items:start
}
}

@media(max-width:980px){
  .keyword-universe{
    width:min(100%,720px);
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 42px
  }
}

@media(max-width:720px){
  .keyword-universe{
    width:100%;
    grid-template-columns:1fr;
    gap:24px
  }
}

#keyword-universe.section{
  padding-top:52px;
  padding-bottom:54px
}
#keyword-universe .section-head{
  margin-bottom:28px
}

/* V6 full promotion lists */
.promo-list{
  display:grid;
  gap:7px;
  margin:12px 0 14px;
}
.promo-list span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 8px;
  border-radius:9px;
  background:#fffaf0;
  border:1px solid #ecd99f;
  color:#765300;
  font-size:11px;
  font-weight:900;
  line-height:1.15;
  text-align:center;
}
.brand-card .promo-list{
  grid-template-columns:1fr 1fr;
}
.brand-card .promo-list span:last-child:nth-child(odd){
  grid-column:1 / -1;
}
.brand-promo-panel{
  border:1px solid #ead7a0;
  border-radius:18px;
  padding:20px;
  background:#fff;
  margin:18px 0 24px;
}
.brand-promo-panel h2{
  margin-top:0;
}
.brand-promo-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.brand-promo-grid div{
  border:1px solid #efe3bf;
  border-radius:12px;
  padding:12px 14px;
  background:#fffdf8;
  color:#6f5000;
  font-weight:800;
}
@media(max-width:620px){
  .brand-card .promo-list,
  .brand-promo-grid{
    grid-template-columns:1fr;
  }
  .brand-card .promo-list span:last-child:nth-child(odd){
    grid-column:auto;
  }
}


@media(max-width:1050px){
  .search-paths{grid-template-columns:repeat(2,minmax(0,1fr))}
  .keyword-universe{grid-template-columns:repeat(3,minmax(0,1fr))}
  .intent-rail{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .search-paths,
  .keyword-universe,
  .intent-rail{grid-template-columns:1fr}
}


.brand-card{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:22px 20px 20px;
  text-align:center;
  box-shadow:0 9px 30px rgba(47,33,0,.05)
}
.brand-card h3{
  margin:4px 0 6px;
  font-size:20px;
  color:#8a6200
}
.brand-card-meta{
  margin-bottom:12px;
  color:#b18414;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase
}
.brand-logo-box{
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:6px
}
.promo-list{
  display:grid;
  gap:0;
  margin:0 0 16px;
  border-top:1px solid #f0e3bf
}
.promo-list span{
  display:block;
  min-height:auto;
  padding:11px 6px;
  border-radius:0;
  background:transparent;
  border:0;
  border-bottom:1px solid #f0e3bf;
  color:#705000;
  font-size:12px;
  font-weight:800;
  line-height:1.25;
  text-align:center;
  transition:background .2s ease, box-shadow .2s ease, color .2s ease
}
.promo-list span:hover{
  background:rgba(255,240,190,.42);
  box-shadow:inset 0 0 18px rgba(232,183,42,.16);
  color:#5b4000
}
.card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:0
}


/* ===== V12.3.1 compact language switcher ===== */
/* ===== V12.3.3 clean primary navigation ===== */
.lang-switch{position:relative;flex:0 0 28px;width:28px;height:28px;z-index:90}
.lang-trigger{appearance:none;-webkit-appearance:none;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:#1689e9;display:grid;place-items:center;cursor:pointer;line-height:1;transition:background .18s ease,color .18s ease;box-shadow:none}
.lang-trigger:hover,.lang-trigger:focus-visible,.lang-switch.is-open .lang-trigger{background:#eef6ff;color:#0b57d0;outline:none}
.lang-trigger:focus-visible{box-shadow:0 0 0 3px rgba(26,115,232,.18)}
.lang-trigger svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.lang-menu{display:none;position:absolute;top:calc(100% + 10px);right:-8px;min-width:190px;padding:7px;border:1px solid #ead9a5;border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(34,30,20,.14);z-index:100}
.lang-switch.is-open .lang-menu{display:block}
.lang-menu:before{content:"";position:absolute;right:17px;top:-6px;width:10px;height:10px;background:#fff;border-left:1px solid #ead9a5;border-top:1px solid #ead9a5;transform:rotate(45deg)}
.lang-menu a{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 11px;border-radius:8px;color:#3d4148;font-size:13px;font-weight:750;white-space:nowrap}
.lang-menu a:hover{background:#fff9e6;color:#8a6100}
.lang-menu a.active{background:#fff4c5;color:#775300}
.lang-menu .tick{font-size:12px;opacity:0}.lang-menu a.active .tick{opacity:1}
@media(min-width:901px){.nav-wrap{gap:12px}.nav{gap:14px}}
@media(max-width:900px){.nav-wrap{gap:10px}.lang-menu{right:-8px}}
@media(max-width:620px){.wordmark-img img{height:44px}.lang-menu{right:-48px;min-width:174px}}

/* ===== V12.3.2 Malay desktop nav typography ===== */
@media(min-width:901px){
  html[lang="ms-MY"] .nav-wrap{gap:10px}
  html[lang="ms-MY"] .nav{gap:11px}
  html[lang="ms-MY"] .nav a{
    font-size:13px;
    font-weight:600;
    line-height:1.2;
    letter-spacing:0;
    white-space:nowrap;
  }
}

.nav-compare{white-space:nowrap;flex:0 0 auto}
