/*
Theme Name: Raysautohaus Theme
Theme URI: https://raysautohaus.com/
Author: Raysautohaus
Description: Dark, modern theme for Raysautohaus (Auto Service, Buy/Sell/Trade, Export/Import). Optimized for mobile and conversions.
Version: 1.0.2
License: GPLv2 or later
Text Domain: raysautohaus-theme
*/

:root{
  --bg:#070a0f;
  --fg:#e9eef7;
  --card:rgba(255,255,255,.05);
  --cardb:rgba(255,255,255,.10);
  --line:rgba(255,255,255,.08);
  --accent:#1a5cff;
  --accentb:rgba(26,92,255,.6);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  background:var(--bg);
  color:var(--fg);
}
a{color:#9bd0ff;text-decoration:none}
a:hover{text-decoration:underline}
strong{font-weight:900}

.ras-container{max-width:1120px;margin:0 auto;padding:0 18px}
.ras-section{padding:46px 0;border-bottom:1px solid var(--line)}
.ras-section h1{font-size:clamp(28px,3.6vw,44px);margin:0 0 8px}
.ras-section h2{font-size:28px;margin:0 0 8px}
.ras-section p{opacity:.92}

/* Header */
.ras-header{
  position:sticky;top:0;z-index:999;
  background:rgba(7,10,15,.78);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.ras-header-inner{display:flex;gap:14px;align-items:center;justify-content:space-between;padding:12px 0}
.ras-brand{display:flex;flex-direction:column;line-height:1.1}
.ras-brand a{color:var(--fg);text-decoration:none}
.ras-brand-name{font-weight:950;letter-spacing:.2px}
.ras-brand-tag{font-size:12px;opacity:.75}
.ras-nav{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.ras-nav a{opacity:.9}
.ras-nav a:hover{opacity:1;text-decoration:none}
.ras-header-cta{display:flex;gap:10px;align-items:center}

/* Buttons */
.ras-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:10px 14px;border-radius:12px;font-weight:900;
  border:1px solid rgba(255,255,255,.14);
  text-decoration:none !important;
}
.ras-btn-primary{background:var(--accent);border-color:var(--accentb);color:#fff}
.ras-btn-primary:hover{filter:brightness(1.05)}
.ras-btn-ghost{background:rgba(255,255,255,.06);color:var(--fg)}
.ras-btn-ghost:hover{filter:brightness(1.05)}

/* Hero */
.ras-hero{
  padding:72px 0 44px;
  background:
    radial-gradient(60% 80% at 20% 20%, rgba(115,175,255,.16), rgba(0,0,0,0)),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  border-bottom:1px solid var(--line);
}
.ras-badge{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-weight:700;color:#cfe7ff;
}
.ras-hero h1{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:14px 0 10px}
.ras-lead{font-size:clamp(16px,2vw,20px);opacity:.92;max-width:760px;margin:0 0 18px}
.ras-meta{display:flex;flex-wrap:wrap;gap:10px;opacity:.85;margin-top:16px}
.ras-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}

/* Cards */
.ras-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
@media (max-width:900px){.ras-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.ras-grid{grid-template-columns:1fr;}}
.ras-card{
  background:var(--card);
  border:1px solid var(--cardb);
  border-radius:16px;
  padding:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.ras-card h3{margin:0 0 8px;font-size:18px}
.ras-card p{margin:0;opacity:.9}

.ras-split{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0))}
.ras-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:900px){.ras-split-grid{grid-template-columns:1fr}}
.ras-panel{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:18px;
}
.ras-panel h2{margin-top:0}

.ras-bullets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}
@media (max-width:900px){.ras-bullets{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.ras-bullets{grid-template-columns:1fr;}}
.ras-bullet{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:14px;opacity:.98}

/* Footer */
.ras-footer{padding:36px 0;background:rgba(255,255,255,.02)}
.ras-footer-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:flex-start}
.ras-footer-brand{font-weight:950;font-size:18px}
.ras-footer-tagline{opacity:.9}
.ras-footer-links{display:flex;flex-wrap:wrap;gap:14px}
.ras-footer-bottom{margin-top:16px;opacity:.7;font-size:13px;border-top:1px solid var(--line);padding-top:14px}

/* Sticky Call/Text */
.ras-callsticky{
  position:fixed;right:16px;bottom:16px;z-index:99999;
  padding:12px 16px;border-radius:999px;
  background:rgba(11,15,20,.92);
  color:#fff !important;
  font-weight:950;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.ras-callsticky:hover{filter:brightness(1.05);text-decoration:none}
