/*
Theme Name: VIUSEE
Theme URI: https://viusee.com/
Author: VIUSEE
Description: A clean, conversion-focused portable monitor storefront for WordPress.
Version: 1.1.0
*/
:root{--ink:#111827;--muted:#667085;--line:#e6e8ec;--soft:#f6f8fb;--blue:#246bfe;--dark:#0c1220;--max:1240px}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.wrap{max-width:var(--max);margin:auto;padding:0 28px}.notice{background:var(--dark);color:#fff;text-align:center;font-size:13px;padding:10px;letter-spacing:.01em}.notice span{margin:0 16px}.site-header{border-bottom:1px solid #293244;background:var(--dark);color:#fff;position:sticky;top:0;z-index:10}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{font-size:25px;letter-spacing:.18em;font-weight:800;color:transparent;background:url('assets/a4b13ab0c34da66fe1bb57bfeb3b61d2.png') center/contain no-repeat;width:180px;height:38px;display:block}.menu{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:600}.menu a:hover{color:#69b9ff}.cart{border:1px solid #fff;padding:9px 15px;border-radius:999px}.hero{background:linear-gradient(110deg,#f2f6ff 0%,#fff 56%);padding:100px 0 92px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.15em;font-weight:700;font-size:12px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.03;letter-spacing:-.055em;margin:16px 0 24px}.hero p{color:var(--muted);font-size:18px;max-width:550px}.buttons{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:5px;font-weight:700;font-size:14px}.btn-primary{background:var(--blue);color:#fff}.btn-outline{border:1px solid var(--ink)}.hero-art{background:#dce8ff;border-radius:20px;min-height:360px;display:grid;place-items:center;overflow:hidden;position:relative}.hero-art:after{content:"";width:68%;height:54%;border-radius:12px;background:linear-gradient(145deg,#27364e,#090d16);box-shadow:20px 30px 50px #8399bd;transform:rotate(-7deg);border:8px solid #111b2c}.section{padding:82px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px;gap:20px}.section h2{font-size:38px;letter-spacing:-.04em;line-height:1.1;margin:8px 0}.section-head p{color:var(--muted);max-width:510px;margin:0}.text-link{font-weight:700;color:var(--blue);white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);background:#fff;padding:14px;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #172b4d12}.product-img{aspect-ratio:1/1;background:linear-gradient(145deg,#eef3fa,#dce6f5);display:grid;place-items:center;margin-bottom:18px;overflow:hidden}.product-img:after{content:"";display:block;width:70%;height:34%;border-radius:8px;background:linear-gradient(145deg,#25344d,#080c14);transform:rotate(-7deg);box-shadow:12px 20px 25px #768baa}.badge{font-size:11px;color:#e5484d;font-weight:800;text-transform:uppercase}.product-card h3{font-size:16px;line-height:1.35;margin:6px 0 10px}.price{font-weight:800;font-size:19px}.old{font-size:13px;color:#9aa1ad;text-decoration:line-through;margin-left:6px;font-weight:400}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.feature{background:#fff;padding:28px}.feature strong{display:block;margin-bottom:6px}.muted{color:var(--muted)}.reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.review{border-top:2px solid var(--ink);padding-top:20px}.review p{margin:0 0 16px}.review small{color:var(--muted)}.cta{background:var(--dark);color:#fff;text-align:center;padding:82px 20px}.cta h2{font-size:44px;line-height:1.1;margin:0 0 15px}.cta p{color:#bdc6d8}.site-footer{background:var(--dark);color:#fff;padding:58px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px}.site-footer h3{font-size:14px;margin:0 0 16px}.site-footer a,.site-footer p{color:#bdc6d8;font-size:14px}.site-footer a{display:block;margin:7px 0}.copyright{border-top:1px solid #293244;margin-top:40px;padding-top:20px;color:#8390a7;font-size:13px}.page-hero{background:var(--soft);padding:70px 0}.page-hero h1{font-size:54px;letter-spacing:-.05em;margin:0 0 10px}.content{max-width:850px;padding:70px 28px;margin:auto}.content h2{margin-top:42px;font-size:28px}.content li{margin:8px 0}.specs{width:100%;border-collapse:collapse;margin:25px 0}.specs td{padding:12px;border-bottom:1px solid var(--line)}.specs td:first-child{font-weight:700;width:34%}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:70px 0}.product-detail .product-img{min-height:500px}.product-detail h1{font-size:44px;line-height:1.1}.product-detail .price{font-size:30px;margin:20px 0}.notice-box{padding:18px;background:#fff6e5;border-left:4px solid #f59e0b;margin:25px 0}.blog-card{border-top:1px solid var(--line);padding:22px 0}.blog-card h3{margin:4px 0;font-size:22px}@media(max-width:900px){.hero-grid,.product-detail{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.features,.reviews,.footer-grid{grid-template-columns:repeat(2,1fr)}.menu{display:none}.hero{padding:70px 0}.hero-art{min-height:280px}}@media(max-width:560px){.wrap{padding:0 18px}.grid,.features,.reviews,.footer-grid{grid-template-columns:1fr}.section{padding:58px 0}.section h2{font-size:31px}.hero h1{font-size:46px}.page-hero h1{font-size:42px}.product-detail h1{font-size:36px}}
