:root {
  --primary: #0f172a;
  --secondary: #1e293b;
  --accent: #dc2626;
  --accent-2: #2563eb;
  --light: #f8fafc;
  --muted: #64748b;
  --white: #ffffff;
  --border: #e2e8f0;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --radius: 20px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--primary);
  background: var(--white);
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar { background: var(--primary); color: #dbe4f0; font-size: 14px; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; flex-wrap: wrap; }
header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(226,232,240,.95); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 170px; max-height: 48px; object-fit: contain; border-radius: 8px; }
nav ul { list-style: none; display: flex; gap: 24px; padding: 0; margin: 0; align-items: center; flex-wrap: wrap; }
nav a { font-weight: 700; color: var(--secondary); }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 14px 30px rgba(37,99,235,.2); }
.btn-outline { border: 1px solid var(--border); background: white; }
.page-hero, .hero {
  color: white;
  background: linear-gradient(rgba(15,23,42,.7), rgba(15,23,42,.74)), url('assets/banner.jpg') center/cover;
}
.hero { padding: 88px 0 92px; }
.page-hero { padding: 72px 0; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; align-items: center; }
.eyebrow { display: inline-block; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: #dbeafe; font-size: 14px; margin-bottom: 18px; }
.hero h1, .page-hero h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.1; margin: 0 0 16px; }
.hero p, .page-hero p { font-size: 18px; color: #e2e8f0; margin: 0 0 26px; max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.card, .stat-card, .feature, .service-card, .gallery-card, .contact-card, .info-card, .testimonial, .cta-box {
  background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-panel { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); padding: 28px; border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.hero-panel h3 { margin-top: 0; font-size: 24px; }
.hero-list { list-style: none; padding: 0; margin: 16px 0 0; }
.hero-list li { padding: 12px 0; color: #e2e8f0; border-bottom: 1px solid rgba(255,255,255,.14); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-card { padding: 22px; color: var(--primary); }
.stat-card strong { display: block; font-size: 28px; margin-bottom: 4px; }
section { padding: 84px 0; }
.section-title { text-align: center; margin-bottom: 42px; }
.section-title.left { text-align: left; }
.section-title span { display: inline-block; color: var(--accent-2); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; margin-bottom: 10px; }
.section-title h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); line-height: 1.15; }
.section-title p { margin: 0 auto; max-width: 760px; color: var(--muted); font-size: 17px; }
.section-title.left p { margin-left: 0; }
.grid-2, .grid-3, .contact-grid, .gallery-grid, .service-grid { display: grid; gap: 24px; }
.grid-2, .contact-grid { grid-template-columns: 1fr 1fr; }
.grid-3, .service-grid, .gallery-grid { grid-template-columns: repeat(3, 1fr); }
.feature, .service-card, .contact-card, .info-card, .testimonial { padding: 28px; }
.icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, #dbeafe, #fee2e2); color: var(--accent); font-weight: 700; margin-bottom: 16px; }
.feature h3, .service-card h3, .info-card h3, .contact-card h3 { margin: 0 0 12px; font-size: 22px; }
.feature p, .service-card p, .contact-card p, .info-card p, .testimonial p { margin: 0; color: var(--muted); }
.service-card ul, .check-list { margin: 18px 0 0; padding-left: 18px; color: var(--muted); }
.service-card li, .check-list li { margin-bottom: 8px; }
.about-image img, .rounded-img { border-radius: 24px; box-shadow: var(--shadow); width: 100%; height: 100%; object-fit: cover; }
.gallery-card { overflow: hidden; }
.gallery-card img { width: 100%; height: 260px; object-fit: cover; }
.gallery-card .content { padding: 18px 18px 22px; }
.gallery-card h4 { margin: 0 0 8px; font-size: 20px; }
.gallery-card p { margin: 0; color: var(--muted); }
.brand-strip { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 24px; }
.brand-pill { padding: 12px 16px; border-radius: 999px; background: #eff6ff; color: var(--accent-2); border: 1px solid #bfdbfe; font-weight: 700; }
.contact-list p { margin: 0 0 14px; color: #334155; }
.contact-list a { color: var(--accent-2); }
form { display: grid; gap: 14px; margin-top: 18px; }
input, textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: 14px; font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.footer-cta { padding-top: 0; }
.cta-box { padding: 34px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 20px; background: linear-gradient(135deg, #eff6ff, #fff1f2); }
.cta-box h3 { margin: 0 0 10px; font-size: 30px; }
.cta-box p { margin: 0; color: var(--muted); }
footer { background: var(--primary); color: #dbe4f0; padding: 26px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.small-muted { color: var(--muted); font-size: 15px; }
.center { text-align: center; }
.map-embed { width: 100%; min-height: 320px; border: 0; border-radius: 20px; box-shadow: var(--shadow); }
.notice { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; padding: 14px 16px; border-radius: 14px; }
@media (max-width: 980px) {
  .hero-grid, .grid-2, .grid-3, .contact-grid, .gallery-grid, .service-grid, .cta-box { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .nav { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .hero, .page-hero { padding: 64px 0; }
  section { padding: 68px 0; }
  .topbar .container, .footer-inner { flex-direction: column; align-items: flex-start; }
  .brand img { width: 150px; }
}
