
:root{
  --primary:#e11d2e;
  --primary-dark:#b91c2b;
  --navy:#0b1220;
  --ink:#111827;
  --muted:#64748b;
  --soft:#f8fafc;
  --line:#e5e7eb;
  --white:#fff;
  --shadow:0 18px 55px rgba(15,23,42,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container-modern{width:min(1180px,92%);margin:auto}
.topbar-modern{background:var(--navy);color:#dbeafe;font-size:14px}
.topbar-modern .container-modern{display:flex;justify-content:space-between;gap:18px;padding:9px 0}
.topbar-modern a{color:#fff;font-weight:700}
.header-modern{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,42,.08)}
.nav-modern{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo-modern img{width:180px;height:auto}
.nav-links{display:flex;align-items:center;gap:26px;font-weight:700;font-size:15px}
.nav-links a{color:#334155}
.nav-links a:hover{color:var(--primary)}
.nav-actions{display:flex;gap:10px;align-items:center}
.btn-modern{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:12px 20px;font-weight:800;cursor:pointer;transition:.25s}
.btn-primary-modern{background:var(--primary);color:#fff;box-shadow:0 10px 25px rgba(225,29,46,.2)}
.btn-primary-modern:hover{background:var(--primary-dark);transform:translateY(-2px);color:#fff}
.btn-light-modern{background:#f1f5f9;color:var(--ink)}
.menu-toggle{display:none;border:0;background:#f1f5f9;border-radius:12px;padding:10px 12px;font-size:20px}
.hero-modern{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(110deg,rgba(5,10,20,.94),rgba(5,10,20,.62)),url("images/slider.jpg") center/cover}
.hero-modern:after{content:"";position:absolute;inset:auto -10% -35% auto;width:600px;height:600px;border-radius:50%;background:rgba(225,29,46,.20);filter:blur(5px)}
.hero-content-modern{position:relative;z-index:2;color:#fff;max-width:760px;padding:80px 0}
.badge-modern{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);padding:8px 14px;border-radius:999px;font-weight:800;font-size:13px;margin-bottom:20px}
.hero-modern h1{font-size:clamp(42px,6vw,72px);line-height:1.03;margin:0 0 22px;letter-spacing:-2px}
.hero-modern h1 span{color:#ff4b5c}
.hero-modern p{font-size:19px;color:#e2e8f0;max-width:650px;margin:0 0 30px}
.hero-buttons{display:flex;flex-wrap:wrap;gap:12px}
.stats-modern{margin-top:-42px;position:relative;z-index:5}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.stat{padding:25px;text-align:center;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:28px;color:var(--primary)}
.stat span{color:var(--muted);font-size:14px;font-weight:700}
.section-modern{padding:92px 0}
.section-soft{background:var(--soft)}
.section-head{text-align:center;max-width:720px;margin:0 auto 48px}
.eyebrow{color:var(--primary);font-weight:900;text-transform:uppercase;letter-spacing:1.5px;font-size:13px}
.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.1;margin:9px 0 15px;letter-spacing:-1px}
.section-head p{color:var(--muted);margin:0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-grid h2{font-size:42px;line-height:1.1;margin:10px 0 18px}
.about-grid p{color:var(--muted)}
.check-list{list-style:none;padding:0;margin:25px 0}
.check-list li{margin:12px 0;font-weight:700}
.check-list i{color:var(--primary);margin-right:10px}
.about-image{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;background:#fff}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.3s;box-shadow:0 8px 30px rgba(15,23,42,.04)}
.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.service-card img{width:100%;height:220px;object-fit:cover}
.service-body{padding:25px}
.service-icon{width:48px;height:48px;border-radius:14px;background:#fff1f2;color:var(--primary);display:grid;place-items:center;font-size:20px;margin-bottom:16px}
.service-body h3{font-size:23px;margin:0 0 9px}
.service-body p{color:var(--muted);margin:0 0 18px}
.text-link{color:var(--primary);font-weight:900}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff}
.feature i{font-size:24px;color:var(--primary)}
.feature h3{font-size:18px;margin:14px 0 7px}
.feature p{color:var(--muted);margin:0}
.cta-modern{background:linear-gradient(115deg,#0b1220,#1f2937);color:#fff;border-radius:30px;padding:60px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-modern h2{font-size:clamp(30px,4vw,46px);margin:8px 0 10px;line-height:1.1}
.cta-modern p{color:#cbd5e1;margin:0}
.faq-grid{max-width:850px;margin:auto}
.faq-item{border:1px solid var(--line);border-radius:16px;margin-bottom:12px;background:#fff;overflow:hidden}
.faq-item summary{cursor:pointer;padding:19px 22px;font-weight:800}
.faq-item p{padding:0 22px 20px;color:var(--muted);margin:0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}
.contact-list{list-style:none;padding:0;margin:20px 0}
.contact-list li{display:flex;gap:14px;margin:18px 0}
.contact-list i{color:var(--primary);font-size:19px;margin-top:4px}
.contact-list strong{display:block}
.contact-list span{color:var(--muted)}
.form-modern{display:grid;gap:14px}
.form-modern input,.form-modern textarea{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:13px;font:inherit;outline:none}
.form-modern input:focus,.form-modern textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(225,29,46,.08)}
.footer-modern{background:#070b14;color:#cbd5e1;padding:65px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:35px}
.footer-modern h3{color:#fff;margin:0 0 15px}
.footer-modern p{color:#94a3b8}
.footer-modern ul{list-style:none;padding:0;margin:0}
.footer-modern li{margin:10px 0}
.footer-modern a:hover{color:#fff}
.copyright-modern{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;text-align:center;color:#64748b;font-size:13px}
.float-actions{position:fixed;right:18px;bottom:18px;z-index:1200;display:flex;flex-direction:column;gap:10px}
.float-action{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:22px;box-shadow:0 12px 25px rgba(15,23,42,.2)}
.whatsapp-modern{background:#16a34a}
.call-modern{background:var(--primary)}
.map-modern{width:100%;height:360px;border:0;border-radius:18px}
@media(max-width:980px){
 .nav-links{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:18px 4%;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}
 .nav-links.open{display:flex}.menu-toggle{display:block}.nav-actions .btn-light-modern{display:none}
 .services-grid,.features-grid{grid-template-columns:repeat(2,1fr)}
 .about-grid,.contact-grid{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:repeat(2,1fr)}
 .stats-grid{grid-template-columns:repeat(2,1fr)}
 .stat:nth-child(2){border-right:0}.stat{border-bottom:1px solid var(--line)}
}
@media(max-width:640px){
 .topbar-modern .container-modern{justify-content:center;text-align:center}.topbar-modern .top-extra{display:none}
 .logo-modern img{width:145px}.nav-modern{min-height:68px}.nav-links{top:68px}
 .hero-modern{min-height:570px}.hero-content-modern{padding:70px 0}.hero-modern h1{letter-spacing:-1px}.hero-modern p{font-size:17px}
 .section-modern{padding:65px 0}.stats-modern{margin-top:-25px}.stats-grid{grid-template-columns:1fr 1fr}
 .stat{padding:18px 10px}.stat strong{font-size:22px}
 .services-grid,.features-grid,.footer-grid{grid-template-columns:1fr}
 .cta-modern{padding:35px 24px;display:block}.cta-modern .btn-modern{margin-top:22px}
 .about-grid h2{font-size:34px}.map-modern{height:300px}
}
