:root {
  --primary: #e63946;
  --secondary: #1d3557;
  --accent: #457b9d;
  --bg: #f1faee;
  --text: #1a1a2e;
  --light: #ffffff;
  --border: #dee2e6;
  --muted: #6c757d;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; font-size: 16px; }
.container { width: 92%; max-width: 1180px; margin: 0 auto; }
a { color: var(--primary); }
img { max-width: 100%; }

/* Header */
.site-header { background: var(--light); border-bottom: 3px solid var(--primary); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 0; flex-wrap: wrap; gap: 1rem; }
.logo-link { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 40px; height: 40px; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-size: 1.4rem; font-weight: 700; color: var(--primary); line-height: 1; }
.logo-sub { font-size: 0.75rem; color: var(--muted); }
.nav-toggle { display: none; background: none; border: 2px solid var(--secondary); color: var(--secondary); padding: 0.3rem 0.6rem; font-size: 1.2rem; cursor: pointer; border-radius: 4px; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { text-decoration: none; color: var(--text); font-weight: 500; font-size: 0.95rem; transition: color 0.2s; }
.main-nav a:hover, .main-nav a.active { color: var(--primary); }
.nav-cta { background: var(--primary); color: var(--light) !important; padding: 0.5rem 1.1rem; border-radius: 4px; }
.nav-cta:hover { background: #c62833 !important; }

/* Buttons */
.btn { display: inline-block; padding: 0.75rem 1.6rem; border-radius: 5px; font-weight: 600; text-decoration: none; transition: all 0.2s; font-size: 0.95rem; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: #c62833; }
.btn-outline { border: 2px solid var(--secondary); color: var(--secondary); background: transparent; }
.btn-outline:hover { background: var(--secondary); color: #fff; }

/* Hero */
.hero { background: var(--secondary); color: #fff; padding: 4rem 0; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.hero-badge { display: inline-block; background: var(--primary); color: #fff; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.85rem; margin-bottom: 1rem; }
.hero h1 { font-size: 2.4rem; line-height: 1.25; margin-bottom: 1rem; }
.hero-desc { font-size: 1.05rem; opacity: 0.9; margin-bottom: 1.5rem; max-width: 480px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hero-actions .btn-outline { border-color: rgba(255,255,255,0.6); color: #fff; }
.hero-actions .btn-outline:hover { background: rgba(255,255,255,0.15); }
.hero-badges { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.9rem; opacity: 0.85; }
.hero-graphic { text-align: center; }
.hero-svg { width: 100%; max-width: 300px; }

/* Services */
.services-overview { padding: 4rem 0; }
.services-overview h2 { text-align: center; font-size: 2rem; color: var(--secondary); margin-bottom: 0.5rem; }
.section-sub { text-align: center; color: var(--muted); margin-bottom: 2.5rem; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card { background: var(--light); border-radius: 8px; padding: 1.5rem; border-left: 4px solid var(--primary); box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.1); }
.service-icon { width: 48px; height: 48px; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.1rem; color: var(--secondary); margin-bottom: 0.5rem; }
.service-card p { font-size: 0.9rem; color: var(--muted); margin-bottom: 0.8rem; }
.card-link { font-size: 0.9rem; color: var(--primary); text-decoration: none; font-weight: 600; }
.services-cta { text-align: center; margin-top: 2rem; }

/* Why us */
.why-us { background: var(--secondary); color: #fff; padding: 4rem 0; }
.why-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.why-text h2 { font-size: 2rem; margin-bottom: 1rem; }
.why-text p { opacity: 0.9; margin-bottom: 1.5rem; }
.why-list { list-style: none; }
.why-list li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; opacity: 0.9; }
.why-list li::before { content: '✓'; position: absolute; left: 0; color: var(--primary); font-weight: bold; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-box { background: rgba(255,255,255,0.1); border-radius: 8px; padding: 1.5rem; text-align: center; }
.stat-num { display: block; font-size: 2rem; font-weight: 700; color: var(--primary); }
.stat-label { font-size: 0.85rem; opacity: 0.8; }

/* Brands */
.brands { padding: 3rem 0; background: var(--light); border-top: 1px solid var(--border); }
.brands h2 { text-align: center; color: var(--secondary); margin-bottom: 1.5rem; }
.brand-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.brand-list span { background: var(--bg); border: 1px solid var(--border); padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9rem; color: var(--text); }

/* Reviews */
.reviews { padding: 4rem 0; }
.reviews h2 { text-align: center; font-size: 2rem; color: var(--secondary); margin-bottom: 2rem; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.review-card { background: var(--light); border-radius: 8px; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.stars { color: #f4a261; font-size: 1.2rem; margin-bottom: 0.8rem; }
.review-card p { font-style: italic; color: var(--muted); margin-bottom: 0.8rem; font-size: 0.95rem; }
.reviewer { font-size: 0.85rem; font-weight: 600; color: var(--secondary); }

/* FAQ */
.faq-preview { background: var(--bg); padding: 4rem 0; }
.faq-preview h2 { text-align: center; font-size: 2rem; color: var(--secondary); margin-bottom: 2rem; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: 6px; margin-bottom: 0.8rem; background: var(--light); overflow: hidden; }
.faq-item summary { padding: 1rem 1.2rem; cursor: pointer; font-weight: 600; color: var(--secondary); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--primary); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 1.2rem 1rem; color: var(--muted); font-size: 0.95rem; }

/* Contact */
.contact-strip { background: var(--light); padding: 4rem 0; border-top: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }
.contact-info h2 { font-size: 1.6rem; color: var(--secondary); margin-bottom: 1rem; }
.contact-info p { margin-bottom: 0.4rem; color: var(--muted); }
.contact-info a { color: var(--primary); text-decoration: none; }
.opening-hours h3 { font-size: 1.2rem; color: var(--secondary); margin-bottom: 1rem; }
.hours-table { border-collapse: collapse; width: 100%; }
.hours-table td { padding: 0.4rem 0.8rem 0.4rem 0; font-size: 0.9rem; color: var(--muted); }
.hours-table td:last-child { font-weight: 600; color: var(--text); }
.map-box { background: var(--bg); border-radius: 8px; overflow: hidden; border: 1px solid var(--border); }
.map-box svg { width: 100%; display: block; }
.map-box p { padding: 0.5rem; text-align: center; font-size: 0.8rem; color: var(--muted); }

/* Footer */
.site-footer { background: var(--secondary); color: rgba(255,255,255,0.8); padding: 2rem 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-brand { display: flex; align-items: center; gap: 0.5rem; font-weight: 600; color: #fff; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; }
.footer-links a:hover { color: var(--primary); }
.footer-copy { font-size: 0.8rem; width: 100%; text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; margin-top: 0.5rem; }

/* Page-specific */
.page-hero { background: var(--secondary); color: #fff; padding: 3rem 0; text-align: center; }
.page-hero h1 { font-size: 2.2rem; }
.page-hero p { opacity: 0.85; margin-top: 0.5rem; }
.page-content { padding: 3rem 0; }
.page-content h2 { color: var(--secondary); margin: 2rem 0 1rem; }
.page-content p { margin-bottom: 1rem; color: var(--muted); }
.services-full { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
.service-full-card { background: var(--light); border-radius: 8px; padding: 2rem; border-top: 4px solid var(--primary); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.service-full-card h3 { color: var(--secondary); margin-bottom: 0.8rem; }
.service-full-card ul { padding-left: 1.2rem; color: var(--muted); font-size: 0.9rem; }
.service-full-card ul li { margin-bottom: 0.3rem; }
.contact-form { max-width: 600px; margin: 2rem auto; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.4rem; color: var(--secondary); }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.7rem 1rem; border: 1px solid var(--border); border-radius: 5px; font-size: 0.95rem; font-family: inherit; background: var(--light); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.team-card { background: var(--light); border-radius: 8px; padding: 1.5rem; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.team-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--secondary); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.team-card h3 { color: var(--secondary); margin-bottom: 0.3rem; }
.team-card p { font-size: 0.9rem; color: var(--muted); }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-graphic { display: none; }
  .why-content { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; flex-direction: column; width: 100%; padding: 1rem 0; gap: 0.8rem; }
  .main-nav.open { display: flex; }
  .hero h1 { font-size: 1.8rem; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}
