/*
Theme Name: Satria Computer
Theme URI: https://www.satriacomputer.com
Author: Satria Computer
Description: Custom lightweight theme for Satria Computer — servis laptop, komputer, printer & CCTV Semarang. Dibangun tanpa page builder supaya mudah dikelola & diedit langsung dari kode.
Version: 1.0
Requires PHP: 7.4
Text Domain: satria-computer
*/

:root{
  --navy:#0A2F4E; --blue:#1B6FA8; --steel:#55697C; --gold:#A97C34;
  --bg:#F5F7F9; --ink:#0F2233; --line:#DFE6EC; --white:#fff; --radius:10px; --max:1180px;
}
*{box-sizing:border-box; margin:0; padding:0;}
body{font-family:'Inter',sans-serif; background:var(--bg); color:var(--ink); line-height:1.6;}
h1,h2,h3{font-family:'Space Grotesk',sans-serif; color:var(--navy); font-weight:600; line-height:1.2;}
.mono{font-family:'IBM Plex Mono',monospace;}
.wrap{max-width:var(--max); margin:0 auto; padding:0 28px;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}

/* HEADER */
header.site-header{position:sticky; top:0; z-index:50; background:rgba(245,247,249,.94); backdrop-filter:blur(8px); border-bottom:1px solid var(--line);}
nav.main-nav{display:flex; align-items:center; justify-content:space-between; padding:18px 28px; max-width:var(--max); margin:0 auto;}
.brand{display:flex; align-items:center; gap:11px; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:18px; color:var(--navy);}
.brand .mark{width:34px; height:34px; border-radius:7px; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:700;}
.navlinks{display:flex; gap:34px; font-size:14px; font-weight:500; color:var(--steel); list-style:none;}
.navlinks a.active,.navlinks a:hover{color:var(--blue);}
.btn{display:inline-flex; align-items:center; gap:8px; padding:12px 22px; border-radius:6px; font-weight:600; font-size:14px; border:none; cursor:pointer; font-family:'Inter',sans-serif;}
.btn-primary{background:var(--navy); color:#fff;}
.btn-primary:hover{background:var(--blue);}
.btn-sm{padding:9px 16px; font-size:13px; border-radius:6px;}
@media(max-width:860px){.navlinks{display:none;}}

/* HERO */
.hero{padding:80px 0 0;}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:64px; align-items:start;}
@media(max-width:940px){.hero-grid{grid-template-columns:1fr;}}
.eyebrow{display:flex; align-items:center; gap:10px; margin-bottom:22px;}
.eyebrow .rule{width:28px; height:2px; background:var(--gold);}
.eyebrow span{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--steel); letter-spacing:.1em; text-transform:uppercase;}
.hero h1{font-size:clamp(32px,4vw,46px); letter-spacing:-.015em;}
.hero h1 em{font-style:normal; color:var(--blue);}
.hero p{margin-top:20px; font-size:16.5px; color:var(--steel); max-width:500px;}
.hero-ctas{display:flex; gap:14px; margin-top:32px; flex-wrap:wrap;}

/* Diagnostic report card */
.report{background:var(--white); border-radius:var(--radius); border:1px solid var(--line); box-shadow:0 24px 48px -28px rgba(10,47,78,.28);}
.report-head{padding:22px 26px; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; align-items:flex-start;}
.report-head .t{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--steel); text-transform:uppercase; letter-spacing:.08em;}
.report-head .id{font-family:'Space Grotesk',sans-serif; font-weight:600; color:var(--navy); font-size:15.5px; margin-top:4px;}
.seal{width:52px; height:52px; border-radius:50%; border:1.5px solid var(--gold); display:flex; align-items:center; justify-content:center; flex-direction:column; color:var(--gold); font-family:'IBM Plex Mono',monospace; text-align:center; line-height:1.1;}
.seal .a{font-size:8px; font-weight:700; letter-spacing:.05em;} .seal .b{font-size:9px; font-weight:700;}
.report-body{padding:22px 26px;}
.report-row{display:flex; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--line); font-size:13.5px;}
.report-row:last-child{border-bottom:none;}
.report-row .lbl{color:var(--steel);}
.report-row .val{font-family:'IBM Plex Mono',monospace; font-weight:600; color:var(--navy); font-size:12.5px;}
.report-foot{padding:18px 26px; background:#F8FAFB; border-top:1px solid var(--line); border-radius:0 0 var(--radius) var(--radius); font-size:12.5px; color:var(--steel); display:flex; justify-content:space-between; align-items:center;}
.report-foot strong{color:var(--navy);}

/* CREDENTIALS */
.credentials{display:flex; margin-top:56px; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.credentials .item{flex:1; padding:22px 24px; border-right:1px solid var(--line); display:flex; align-items:center; gap:12px;}
.credentials .item:last-child{border-right:none;}
@media(max-width:900px){.credentials{flex-wrap:wrap;} .credentials .item{flex:1 1 50%;}}
.credentials .icon{width:36px; height:36px; border-radius:8px; background:#EDF3F8; color:var(--blue); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.credentials .txt{font-size:13px; font-weight:600; color:var(--navy); line-height:1.3;}
.credentials .txt small{display:block; font-weight:400; color:var(--steel); margin-top:2px; font-size:12px;}

/* SECTIONS */
section{padding:76px 0;}
.section-head{max-width:620px; margin-bottom:44px;}
.section-head .tag{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--gold); font-weight:600; letter-spacing:.08em; text-transform:uppercase;}
.section-head h2{font-size:clamp(25px,2.8vw,32px); margin-top:10px;}
.section-head p{color:var(--steel); margin-top:12px; font-size:15px;}

.service-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;}
@media(max-width:900px){.service-grid{grid-template-columns:1fr;}}
.service-card{background:#fff; padding:30px 28px;}
.service-card .num{font-family:'IBM Plex Mono',monospace; font-size:11.5px; color:var(--gold); font-weight:700;}
.service-card h3{font-size:18.5px; margin-top:10px;}
.service-card p{color:var(--steel); font-size:14px; margin-top:9px;}
.service-card ul{margin-top:16px; padding-top:16px; border-top:1px solid var(--line); list-style:none;}
.service-card li{font-size:13.5px; color:var(--ink); padding:6px 0; display:flex; gap:9px;}
.service-card li::before{content:'—'; color:var(--blue); font-weight:700;}

.process{display:grid; grid-template-columns:repeat(4,1fr); gap:28px;}
@media(max-width:900px){.process{grid-template-columns:1fr;}}
.step{border-left:2px solid var(--line); padding-left:20px;}
.step .n{font-family:'IBM Plex Mono',monospace; font-weight:700; color:var(--gold); font-size:13px;}
.step h4{font-size:16px; color:var(--navy); font-family:'Space Grotesk',sans-serif; margin-top:8px; font-weight:600;}
.step p{font-size:13.5px; color:var(--steel); margin-top:6px;}

.trust{background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.trust .wrap{padding:36px 28px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
.trust .label{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--steel); white-space:nowrap; text-transform:uppercase; letter-spacing:.06em;}
.trust .logos{display:flex; gap:36px; flex-wrap:wrap; font-weight:600; font-size:13.5px; color:var(--navy); opacity:.7; list-style:none;}

.cta-banner{background:var(--navy); border-radius:var(--radius); padding:54px 46px; display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap; color:#fff;}
.cta-banner h2{color:#fff; font-size:clamp(22px,2.4vw,28px); font-weight:600;}
.cta-banner p{color:#A9BFD1; margin-top:10px; max-width:420px; font-size:14px;}
.cta-banner .btn-primary{background:#fff; color:var(--navy);}
.cta-banner .btn-primary:hover{background:var(--gold); color:#fff;}

/* PAGE HEAD (inner pages) */
.pagehead{padding:64px 0 40px; border-bottom:1px solid var(--line);}
.tag{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--gold); font-weight:600; letter-spacing:.08em; text-transform:uppercase;}
.pagehead h1{font-size:clamp(30px,4vw,42px); margin-top:10px;}
.pagehead p{color:var(--steel); margin-top:16px; max-width:600px; font-size:16px;}

/* VALUES / ABOUT */
.story{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
@media(max-width:900px){.story{grid-template-columns:1fr;}}
.story p{color:var(--steel); font-size:15px; margin-bottom:16px;}
.story h2{font-size:24px; margin-bottom:18px;}
.values{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;}
@media(max-width:900px){.values{grid-template-columns:1fr 1fr;}}
.value{background:#fff; padding:26px 22px;}
.value .n{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--gold); font-weight:700;}
.value h3{font-size:15.5px; margin-top:10px;}
.value p{font-size:13px; color:var(--steel); margin-top:8px;}

/* CONTACT */
.contact-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:start;}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr;}}
.info-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px;}
.info-row{display:flex; gap:16px; padding:16px 0; border-bottom:1px solid var(--line);}
.info-row:last-child{border-bottom:none;}
.info-row .icon{width:38px; height:38px; border-radius:8px; background:#EDF3F8; color:var(--blue); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:15px;}
.info-row .lbl{font-size:12px; color:var(--steel); text-transform:uppercase; letter-spacing:.05em; font-family:'IBM Plex Mono',monospace;}
.info-row .val{font-size:14.5px; color:var(--navy); font-weight:600; margin-top:4px;}
.info-row .val small{display:block; font-weight:400; color:var(--steel); margin-top:2px; font-size:13px;}
.map-box{margin-top:20px; border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); height:220px;}
.map-box iframe{width:100%; height:100%; border:0;}
.form-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:32px;}
.form-card h3{font-size:18px; margin-bottom:6px;}
.form-card > p{font-size:13.5px; color:var(--steel); margin-bottom:24px;}
.field{margin-bottom:18px;}
.field label{display:block; font-size:13px; font-weight:600; color:var(--navy); margin-bottom:7px;}
.field input, .field select, .field textarea{width:100%; padding:11px 14px; border:1px solid var(--line); border-radius:6px; font-family:'Inter',sans-serif; font-size:14px; color:var(--ink); background:#FBFCFD;}
.field textarea{min-height:100px; resize:vertical;}
.row2{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
@media(max-width:520px){.row2{grid-template-columns:1fr;}}
.form-card .btn-primary{width:100%; justify-content:center; margin-top:6px; padding:13px;}
.form-note{font-size:12px; color:var(--steel); margin-top:14px; text-align:center;}
.form-success{background:#EAF6EE; border:1px solid #BFE3C9; color:#1E6B36; padding:14px 18px; border-radius:8px; font-size:13.5px; margin-bottom:18px;}

/* PRICING (Harga CCTV) */
.brandbar{display:flex; gap:28px; align-items:center; flex-wrap:wrap; padding:26px 0; opacity:.7; font-weight:600; color:var(--navy); font-size:13.5px; list-style:none;}
.cat-head{display:flex; align-items:baseline; justify-content:space-between; margin-bottom:26px; flex-wrap:wrap; gap:10px;}
.cat-head h2{font-size:22px;}
.cat-head span{font-size:13px; color:var(--steel); font-family:'IBM Plex Mono',monospace;}
.brand-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-bottom:56px;}
@media(max-width:980px){.brand-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.brand-grid{grid-template-columns:1fr;}}
.price-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; display:flex; flex-direction:column;}
.price-card .head{padding:18px 20px; border-bottom:1px solid var(--line); background:#FAFBFC;}
.price-card .head h3{font-size:16px;}
.price-card .rows{padding:6px 20px; flex:1;}
.prow{display:flex; justify-content:space-between; align-items:center; padding:13px 0; border-bottom:1px dashed var(--line); font-size:13.5px;}
.prow:last-child{border-bottom:none;}
.prow .lbl{color:var(--steel);}
.prow .price{font-family:'IBM Plex Mono',monospace; font-weight:700; color:var(--navy); font-size:13.5px;}
.price-card .foot{padding:16px 20px;}
.price-card .foot .btn{width:100%; justify-content:center;}
.note-box{background:#FFF8EC; border:1px solid #F0DCB0; border-radius:var(--radius); padding:18px 22px; font-size:13.5px; color:#7A5A1E; margin-bottom:48px;}
.note-box strong{color:var(--navy);}

/* FOOTER */
footer.site-footer{background:#081F33; color:#9DB2C4; padding:58px 0 28px; margin-top:76px;}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,.09);}
@media(max-width:800px){.foot-grid{grid-template-columns:1fr 1fr;}}
.foot-grid h4{color:#fff; font-family:'Space Grotesk',sans-serif; font-size:14px; margin-bottom:14px; font-weight:600;}
.foot-grid a,.foot-grid p{font-size:13px; display:block; margin-bottom:9px; color:#9DB2C4;}
.foot-grid a:hover{color:#fff;}
.foot-grid ul{list-style:none;}
.foot-bottom{display:flex; justify-content:space-between; padding-top:22px; font-size:12px; color:#5F7A90; flex-wrap:wrap; gap:10px;}

.wa-float{position:fixed; bottom:26px; right:26px; background:var(--navy); color:#fff; width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 12px 26px -8px rgba(10,47,78,.5); z-index:60; font-weight:700; font-size:13px;}

/* fallback page content (WYSIWYG editor output on any page) */
.entry-content{padding:60px 0; max-width:800px; margin:0 auto;}
.entry-content h2{margin-top:32px; margin-bottom:12px;}
.entry-content p{color:var(--steel); margin-bottom:14px;}
