/*
Theme Name: modemuda
Theme URI: https://modemuda.com
Author: Mode Muda
Description: Theme sederhana untuk menampilkan video TikTok dan produk afiliasi Mode Muda.
Version: 1.7.0
Requires at least: 5.8
Requires PHP: 7.0
Text Domain: modemuda
*/
:root{--red:#df3109;--orange:#ff5b1a;--dark:#171717;--muted:#707075;--bg:#f6f5f2;--white:#fff;--line:#e6e3dd;--yellow:#ffd43b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--dark);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:calc(100% - 32px);max-width:1160px;margin:auto}.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{min-height:72px;display:flex;align-items:center;gap:14px}.logo{width:44px;height:44px;border-radius:13px}.brand{font-size:22px;font-weight:900}.brand small{display:block;font-size:11px;color:var(--muted)}.header-link{margin-left:auto;background:var(--dark);color:#fff;padding:10px 15px;border-radius:999px;font-weight:700;font-size:14px}.hero{padding:42px 0 28px}.hero-box{background:linear-gradient(135deg,var(--red),var(--orange));border-radius:30px;padding:55px;color:#fff;position:relative;overflow:hidden}.hero-box:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:var(--yellow);right:-80px;top:-120px;opacity:.9}.hero h1{font-size:clamp(42px,7vw,78px);line-height:.95;letter-spacing:-4px;margin:0 0 18px;position:relative;z-index:1}.hero p{max-width:620px;font-size:18px;margin:0;position:relative;z-index:1;color:#fff3ed}.section{padding:28px 0 70px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section h2{font-size:34px;line-height:1;margin:0}.section-head p{color:var(--muted);margin:8px 0 0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.05)}.video{position:relative;aspect-ratio:9/14;background:#222}.video iframe{width:100%;height:100%;border:0}.video-empty{height:100%;display:grid;place-items:center;color:#fff}.open-tiktok{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,.8);color:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:700}.card-body{padding:18px}.card h3{font-size:19px;line-height:1.25;margin:0 0 8px}.summary{font-size:14px;color:var(--muted);margin:0 0 15px}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-weight:900;color:var(--red)}.buy{background:var(--yellow);padding:9px 12px;border-radius:999px;font-size:12px;font-weight:900}.empty{grid-column:1/-1;padding:45px;background:#fff;border:2px dashed var(--line);border-radius:20px;text-align:center}.single{display:grid;grid-template-columns:minmax(280px,430px) 1fr;gap:42px;padding:45px 0 75px}.single-video{aspect-ratio:9/14;background:#222;border-radius:24px;overflow:hidden}.single-video iframe{width:100%;height:100%;border:0}.single h1{font-size:clamp(36px,6vw,66px);line-height:.95;letter-spacing:-3px;margin:0 0 20px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.spec{background:#fff;border:1px solid var(--line);padding:14px;border-radius:14px}.spec small{display:block;color:var(--muted)}.cta{display:inline-block;background:var(--dark);color:#fff;padding:14px 20px;border-radius:999px;font-weight:900}.footer{background:var(--dark);color:#fff;padding:32px 0}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer p{color:#aaa;font-size:13px;margin:0;max-width:620px}@media(max-width:850px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.single{grid-template-columns:1fr}.single-video{max-width:430px;width:100%;margin:auto}}@media(max-width:560px){.container{width:calc(100% - 22px)}.hero{padding-top:18px}.hero-box{padding:34px 24px;border-radius:23px}.hero h1{font-size:50px;letter-spacing:-3px}.grid{grid-template-columns:1fr}.section-head{display:block}.footer-inner{display:block}.footer p{margin-top:10px}.brand small{display:none}.specs{grid-template-columns:1fr}}
