/*
Theme Name: IndustriViral Single Page
Author: IndustriViral
Version: 1.2.0
Description: Theme single page clean untuk landing page order IndustriViral.
Text Domain: industriviral-singlepage
*/
:root{
  --iv-bg:#ffffff;
  --iv-card:#ffffff;
  --iv-border:#e8eaee;
  --iv-text:#14171f;
  --iv-muted:#667085;
  --iv-accent:#111111;
  --iv-container:1180px;
  --iv-shadow:0 10px 30px rgba(16,24,40,.05);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--iv-bg);color:var(--iv-text);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.site-container{max-width:var(--iv-container);margin:0 auto;padding:0 20px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--iv-border)}
.header-inner{min-height:82px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.branding{display:flex;align-items:center;gap:14px;min-width:0}
.custom-logo-link img{max-height:54px;width:auto}
.site-title{font-size:24px;font-weight:800;line-height:1.1;letter-spacing:-.02em}
.site-description{font-size:13px;line-height:1.35;color:var(--iv-muted)}
.header-cta a{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;background:var(--iv-accent);color:#fff;border-radius:16px;font-weight:700;font-size:15px}
.site-main{padding:34px 0 58px}
.hero{background:linear-gradient(180deg,#fff 0%,#fafbfc 100%);border:1px solid var(--iv-border);border-radius:34px;padding:64px 36px;text-align:center;box-shadow:var(--iv-shadow)}
.hero h1{font-size:56px;line-height:1.08;margin:0 0 18px;font-weight:800;letter-spacing:-.04em}
.hero p{max-width:900px;margin:0 auto 28px;font-size:18px;color:var(--iv-muted)}
.hero-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:16px 26px;border-radius:18px;font-size:16px;font-weight:700}
.btn-primary{background:var(--iv-accent);color:#fff}
.btn-secondary{background:#fff;border:1px solid var(--iv-border)}
.section{margin-top:24px}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.card{background:var(--iv-card);border:1px solid var(--iv-border);border-radius:28px;padding:30px;box-shadow:var(--iv-shadow)}
.card h2,.card h3{margin:0 0 10px;font-size:28px;line-height:1.2;font-weight:800}
.card p{margin:0;color:var(--iv-muted);font-size:16px}
.service-price{font-size:34px;font-weight:800;line-height:1.15;margin-bottom:8px}
.service-price small{font-size:17px;color:var(--iv-muted);font-weight:600}
.section-title{font-size:38px;line-height:1.15;font-weight:800;letter-spacing:-.03em;margin:0 0 12px}
.section-subtitle{margin:0;color:var(--iv-muted);font-size:17px}
.notice-box{margin-top:18px;background:#f8faff;border:1px solid #dbe7ff;border-radius:20px;padding:18px;color:#35507a}
.site-footer{margin-top:36px;border-top:1px solid var(--iv-border);padding:28px 0 36px;background:#fff}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.footer-title{font-size:18px;font-weight:800;margin:0 0 6px}
.footer-text{margin:0;color:var(--iv-muted);font-size:14px}
@media (max-width:920px){
  body{font-size:14px}
  .site-container{padding:0 16px}
  .header-inner{min-height:74px}
  .custom-logo-link img{max-height:44px}
  .site-title{font-size:20px}
  .site-description{font-size:12px}
  .header-cta a{padding:12px 16px;font-size:14px;border-radius:14px}
  .hero{padding:38px 20px;border-radius:24px}
  .hero h1{font-size:34px}
  .hero p{font-size:14px}
  .btn-primary,.btn-secondary{padding:14px 18px;font-size:14px;border-radius:14px}
  .service-grid{grid-template-columns:1fr}
  .card{padding:22px;border-radius:22px}
  .card h2,.card h3{font-size:24px}
  .service-price{font-size:28px}
  .section-title{font-size:28px}
  .section-subtitle{font-size:14px}
  .footer-inner{flex-direction:column}
}
@media (max-width:480px){
  .site-container{padding:0 14px}
  .hero h1{font-size:28px}
  .card h2,.card h3{font-size:22px}
  .section-title{font-size:24px}
}
