/*
Theme Name: Berlin European - Japan Mechanic
Theme URI: https://kwservicecar.com/
Author: Berlin European Cars
Author URI: https://kwservicecar.com/
Description: Lightweight, mobile-first, RTL-ready WordPress theme for automotive service landing pages (Japan cars).
Version: 1.0.0
License: GPLv2 or later
Text Domain: berlin-japan
Tags: custom-background, custom-logo, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, translation-ready
*/

:root{
  --bg:#070a0f;
  --panel:#0d1220;
  --panel2:#0b0f1a;
  --text:#eaf0ff;
  --muted:#b8c2d6;
  --brand:#19c37d;
  --brand2:#2dd4bf;
  --danger:#ef4444;
  --ring:rgba(25,195,125,.25);
  --shadow: 0 14px 35px rgba(0,0,0,.35);
  --radius:18px;
  --max: 1080px;
}

*{box-sizing:border-box}
html,body{max-width:100%; overflow-x:hidden}
body{
  margin:0;
  background:
    radial-gradient(900px 500px at 80% 20%, rgba(45,212,191,.18), transparent 60%),
    radial-gradient(900px 500px at 30% 80%, rgba(25,195,125,.16), transparent 60%),
    linear-gradient(180deg, var(--bg), #05070c);
  color:var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif;
  line-height:1.7;
  direction: rtl;
  text-rendering: optimizeLegibility;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.95}
img{max-width:100%; height:auto; display:block}

.container{width:100%; max-width:var(--max); margin:0 auto; padding:0 16px}
header.site-header{
  position:sticky; top:0; z-index:20;
  background: rgba(7,10,15,.55);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; padding:12px 0;
}
.brand{
  display:flex; align-items:center; gap:10px; min-width:0;
}
.brand .logo{
  width:40px; height:40px; border-radius:14px;
  background: linear-gradient(135deg, rgba(25,195,125,.95), rgba(45,212,191,.85));
  box-shadow: 0 10px 25px rgba(25,195,125,.2);
  flex:0 0 auto;
}
.brand .txt{min-width:0}
.brand .txt strong{display:block; font-size:14px; letter-spacing:.2px}
.brand .txt span{display:block; color:var(--muted); font-size:12px}

.h-actions{display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(13,18,32,.75);
  color:var(--text);
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
  white-space:nowrap;
}
.btn:focus{outline: none; box-shadow: 0 0 0 4px var(--ring), 0 10px 22px rgba(0,0,0,.25)}
.btn.primary{
  background: linear-gradient(135deg, rgba(25,195,125,.95), rgba(45,212,191,.85));
  border-color: rgba(255,255,255,.10);
  color:#061017;
  font-weight:700;
}
.btn.ghost{background: transparent}

.hero{
  padding:26px 0 10px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:start;
}
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr; }
}
.card{
  background: linear-gradient(180deg, rgba(13,18,32,.82), rgba(11,15,26,.82));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card.pad{padding:18px}

.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(25,195,125,.12);
  border:1px solid rgba(25,195,125,.22);
  color: #bff7dc;
  font-size:12px;
}
h1{margin:10px 0 10px; font-size:28px; line-height:1.25}
@media (max-width: 480px){
  h1{font-size:22px}
}
.lead{color:var(--muted); margin:0 0 14px; font-size:14.5px}
.badges{display:flex; flex-wrap:wrap; gap:8px; margin-top:10px}
.badge{
  font-size:12px; color: #d6def5;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.cta-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.cta-row .btn{padding:12px 14px}

.side-list{margin:0; padding:0; list-style:none}
.side-list li{
  display:flex; gap:10px; align-items:flex-start;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.side-list li:last-child{border-bottom:0}
.dot{
  width:10px; height:10px; border-radius:999px;
  background: rgba(45,212,191,.9);
  box-shadow:0 0 0 4px rgba(45,212,191,.12);
  flex:0 0 auto; margin-top:7px;
}
.side-list strong{display:block; font-size:13px}
.side-list span{display:block; color:var(--muted); font-size:12.5px}

.section{padding:12px 0}
.section h2{margin:0 0 10px; font-size:18px}
.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 920px){
  .grid-3{grid-template-columns:1fr}
}
.feature{
  padding:14px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}
.feature h3{margin:0 0 6px; font-size:14px}
.feature p{margin:0; color:var(--muted); font-size:13px}

.services{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
@media (max-width: 680px){
  .services{grid-template-columns:1fr}
}
.service{
  padding:14px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}
.service strong{display:block; font-size:14px; margin-bottom:6px}
.service ul{margin:0; padding:0 18px 0 0; color:var(--muted); font-size:13px}
.service li{margin:6px 0}

.faq details{
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding:12px 14px;
  margin:10px 0;
}
.faq summary{cursor:pointer; font-weight:700; font-size:13.5px}
.faq p{margin:10px 0 0; color:var(--muted); font-size:13px}

.footer{
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.06);
  color:var(--muted);
  font-size:12.5px;
}
.footer a{color:var(--text)}
.small{font-size:12px; color:var(--muted)}

.sticky-wa{
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 999;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.sticky-wa a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-radius: 999px;
  background: rgba(13,18,32,.78);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.sticky-wa a.primary{
  background: linear-gradient(135deg, rgba(25,195,125,.95), rgba(45,212,191,.85));
  color:#061017;
  font-weight:800;
}
