/* austrcar-pro.online – Swiss-Inspired Forest Green Theme */
:root {
  --bg: #f8faf8;
  --bg-2: #f0f5f0;
  --green: #16a34a;
  --green-dark: #14532d;
  --green-light: #4ade80;
  --green-pale: #dcfce7;
  --text: #0f2318;
  --text-muted: #3d6b4f;
  --border: #c8e0cc;
  --radius: 2px;
  --shadow: 0 1px 12px rgba(15,35,24,0.07);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.7; overflow-x: hidden; }

nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--green-dark); border-bottom: 1px solid rgba(74,222,128,0.2);
  padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 64px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 32px; height: 32px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.logo-name { font-size: 0.95rem; font-weight: 600; color: white; letter-spacing: 0.04em; }
.logo-name span { color: var(--green-light); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; letter-spacing: 0.02em; }
.nav-links a:hover, .nav-links a.active { color: white; }
.nav-btn { background: var(--green); color: white; padding: 0.5rem 1.4rem; border-radius: var(--radius); font-weight: 600; font-size: 0.82rem; text-decoration: none; transition: background 0.2s; }
.nav-btn:hover { background: #15803d; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: rgba(255,255,255,0.7); margin: 5px 0; }

.hero { background: var(--green-dark); padding: 7rem 2rem 6rem; position: relative; overflow: hidden; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.hero-tag { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-light); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: white; line-height: 1.25; margin-bottom: 1.2rem; letter-spacing: -0.01em; }
.hero h1 strong { font-weight: 700; color: var(--green-light); }
.hero p { color: rgba(255,255,255,0.6); font-size: 0.95rem; margin-bottom: 2rem; max-width: 420px; line-height: 1.8; }
.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-green { background: var(--green); color: white; padding: 0.85rem 2rem; border-radius: var(--radius); font-weight: 600; text-decoration: none; font-size: 0.88rem; transition: background 0.2s; }
.btn-green:hover { background: #15803d; }
.btn-outline { border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.75); padding: 0.85rem 2rem; border-radius: var(--radius); font-weight: 500; text-decoration: none; font-size: 0.88rem; transition: all 0.2s; }
.btn-outline:hover { border-color: var(--green-light); color: var(--green-light); }
.hero-metrics { display: flex; gap: 3rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.metric-v { font-size: 1.7rem; font-weight: 700; color: var(--green-light); }
.metric-l { font-size: 0.7rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.1em; }

section { padding: 5rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.eyebrow { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); margin-bottom: 0.7rem; font-weight: 600; }
.sh { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 300; color: var(--text); margin-bottom: 1rem; letter-spacing: -0.01em; }
.sh strong { font-weight: 700; }
.sp { color: var(--text-muted); max-width: 540px; margin-bottom: 3rem; font-size: 0.92rem; }

.green-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.green-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); transition: all 0.3s; }
.green-card:hover { border-color: var(--green); box-shadow: 0 4px 20px rgba(22,163,74,0.1); }
.green-card-tag { font-size: 0.68rem; font-weight: 700; color: var(--green); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.7rem; }
.green-card h3 { font-size: 0.95rem; font-weight: 600; color: var(--text); margin-bottom: 0.5rem; }
.green-card p { font-size: 0.85rem; color: var(--text-muted); }

.strip { background: var(--green-dark); padding: 3rem 2rem; }
.strip-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.strip-item { padding: 1.5rem 2rem; border-right: 1px solid rgba(255,255,255,0.08); }
.strip-item:last-child { border-right: none; }
.strip-item h4 { font-size: 0.82rem; font-weight: 600; color: var(--green-light); margin-bottom: 0.4rem; }
.strip-item p { font-size: 0.8rem; color: rgba(255,255,255,0.5); }

.faq-wrap { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; color: var(--text); text-align: left; padding: 1.1rem 0; font-size: 0.9rem; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: color 0.2s; }
.faq-q:hover { color: var(--green); }
.faq-ico { width: 18px; height: 18px; flex-shrink: 0; transition: transform 0.3s; color: var(--green); }
.faq-item.open .faq-ico { transform: rotate(45deg); }
.faq-ans { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-ans p { padding: 0 0 1.1rem; color: var(--text-muted); font-size: 0.88rem; }

.form-g { margin-bottom: 1.3rem; }
.form-g label { display: block; font-size: 0.75rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.4rem; letter-spacing: 0.04em; text-transform: uppercase; }
.form-g input, .form-g textarea, .form-g select { width: 100%; background: white; border: 1px solid var(--border); color: var(--text); padding: 0.75rem 1rem; border-radius: var(--radius); font-size: 0.9rem; transition: border-color 0.2s; }
.form-g input:focus, .form-g textarea:focus { outline: none; border-color: var(--green); }
.form-g textarea { min-height: 120px; resize: vertical; }
.btn-submit { background: var(--green); color: white; padding: 0.85rem 2.5rem; border: none; border-radius: var(--radius); font-weight: 600; font-size: 0.88rem; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: #15803d; }

.page-hero { background: var(--green-dark); border-bottom: 1px solid rgba(74,222,128,0.2); padding: 5rem 2rem 4rem; }
.page-hero h1 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 300; color: white; margin-bottom: 1rem; letter-spacing: -0.01em; }
.page-hero h1 strong { font-weight: 700; color: var(--green-light); }
.page-hero p { color: rgba(255,255,255,0.6); max-width: 560px; font-size: 0.92rem; }

.diag-table { width: 100%; border-collapse: collapse; margin-bottom: 3rem; font-size: 0.88rem; }
.diag-table th { background: var(--green-dark); color: var(--green-light); padding: 0.85rem 1.2rem; text-align: left; font-size: 0.75rem; letter-spacing: 0.08em; font-weight: 600; }
.diag-table td { padding: 0.85rem 1.2rem; border-bottom: 1px solid var(--border); color: var(--text-muted); }
.diag-table tr:hover td { background: var(--green-pale); }
.badge-ok { background: var(--green-pale); color: var(--green-dark); padding: 2px 10px; border-radius: 10px; font-size: 0.72rem; font-weight: 600; }
.badge-req { background: #fef9c3; color: #713f12; padding: 2px 10px; border-radius: 10px; font-size: 0.72rem; font-weight: 600; }

.priv h2 { font-size: 0.95rem; font-weight: 700; color: var(--green); margin: 2rem 0 0.6rem; }
.priv p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 1rem; }

footer { background: var(--green-dark); color: white; padding: 4rem 2rem 2rem; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.foot-brand p { color: rgba(255,255,255,0.45); font-size: 0.83rem; margin-top: 1rem; max-width: 260px; }
.foot-col h5 { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-light); margin-bottom: 1rem; font-weight: 600; }
.foot-col ul { list-style: none; }
.foot-col ul li { margin-bottom: 0.6rem; }
.foot-col ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.83rem; transition: color 0.2s; }
.foot-col ul li a:hover { color: white; }
.foot-base { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.foot-base p { font-size: 0.76rem; color: rgba(255,255,255,0.3); }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .strip-inner { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  nav { padding: 0 1rem; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--green-dark); padding: 1rem 2rem; border-bottom: 1px solid rgba(74,222,128,0.2); }
  section { padding: 3rem 1rem; }
  .foot-grid { grid-template-columns: 1fr; }
}
