:root {
  --flame: #E6571C;
  --flame-deep: #c44512;
  --ink: #0b1220;
  --muted: #6b7280;
  --paper: #f5f6f8;
  --line: #e5e7eb;
  --dark: #0b1220;
  --font: "Open Sans", Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 0; top: 0; background: var(--flame); color: #fff; padding: 10px 14px; z-index: 100; }
.topbar { background: var(--dark); color: #9ca3af; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }
.header { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 16px; }
.brand img { height: 48px; width: auto; }
.nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav a { padding: 10px 12px; font-size: 14px; font-weight: 600; border-radius: 8px; }
.nav a:hover, .nav a.active { color: var(--flame); }
.nav-cta { background: var(--flame) !important; color: #fff !important; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; width: 44px; height: 44px; border-radius: 10px; font-size: 20px; }
.hero { position: relative; min-height: 620px; color: #fff; display: flex; align-items: flex-end; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s; background-size: cover; background-position: center; }
.hero-slide.active { opacity: 1; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#0b1220f0 0%,#0b1220b8 45%,#0b122055 100%), linear-gradient(0deg,#0b1220cc,#0000 50%); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 120px; max-width: 720px; }
.eyebrow { color: var(--flame); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 12px; }
.hero-content h1 { font-size: clamp(36px, 6vw, 64px); line-height: 1.05; margin: 0; letter-spacing: -.03em; }
.hero-content h1 em { font-style: normal; color: #ff8a4c; }
.hero-content p { max-width: 520px; margin: 18px 0 0; font-size: 17px; color: #e5e7eb; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px; border-radius: 10px; font-weight: 700; font-size: 14px; border: 0; cursor: pointer; font-family: inherit; }
.btn-primary { background: var(--flame); color: #fff; }
.btn-primary:hover { background: var(--flame-deep); }
.btn-outline { background: #ffffff18; color: #fff; border: 1px solid #ffffff40; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.section { padding: 88px 0; }
.section.alt { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 36px; flex-wrap: wrap; }
.section h2 { font-size: clamp(28px, 3vw, 40px); margin: 0; letter-spacing: -.02em; }
.lead { color: var(--muted); max-width: 560px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: .25s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px #0b122014; }
.card-media { aspect-ratio: 16/10; background: #ddd; background-size: cover; background-position: center; }
.card-body { padding: 20px; }
.card-body span { color: var(--flame); font-size: 12px; font-weight: 700; }
.card-body h3 { margin: 8px 0; font-size: 20px; }
.card-body p { margin: 0; color: var(--muted); font-size: 14px; }
.region-tile { position: relative; height: 180px; border-radius: 14px; overflow: hidden; color: #fff; display: flex; align-items: flex-end; padding: 14px; font-weight: 700; background-size: cover; background-position: center; }
.region-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#0b1220e8, transparent 60%); }
.region-tile span { position: relative; z-index: 1; }
.stats { background: var(--dark); color: #fff; padding: 60px 0; }
.stat { text-align: center; }
.stat b { display: block; font-size: clamp(32px, 4vw, 48px); color: #ff8a4c; }
.stat span { color: #9ca3af; font-size: 14px; }
.call-band { position: relative; color: #fff; padding: 60px 0; overflow: hidden; }
.call-band-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.call-band-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #c44512f0, #e6571ce8 55%, #0b1220cc); }
.call-band-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap; }
.phone-xl { display: inline-flex; align-items: center; background: #fff; color: var(--ink); padding: 16px 24px; border-radius: 12px; font-weight: 800; font-size: 22px; }
.page-hero { position: relative; min-height: 320px; color: #fff; display: flex; align-items: flex-end; background-size: cover; background-position: center; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#0b1220f2 0%,#0b1220cc 55%,#0b122066); }
.page-hero-inner { position: relative; z-index: 1; padding: 80px 0 48px; max-width: 760px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: #9ca3af; margin-bottom: 16px; }
.crumbs a:hover { color: #fff; }
.page-hero h1 { margin: 0; font-size: clamp(28px, 4vw, 44px); }
.page-hero p { margin: 14px 0 0; color: #d1d5db; max-width: 560px; }
.prose { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; }
.prose article p, .content-blocks p { color: var(--muted); line-height: 1.85; }
.aside { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 22px; height: fit-content; }
.aside small { color: var(--flame); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.aside a { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; font-size: 14px; }
.aside a:hover, .aside a.active { color: var(--flame); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.feature-list div { background: var(--paper); border-radius: 12px; padding: 14px; font-weight: 700; font-size: 14px; }
.quote-form, .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.quote-form label, .contact-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; }
.quote-form .full, .contact-form .full { grid-column: 1 / -1; }
.quote-form input, .quote-form select, .quote-form textarea,
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; font: inherit;
}
.quote-form textarea, .contact-form textarea { min-height: 110px; resize: vertical; }
.alert { padding: 12px 14px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; }
.alert.ok { background: #ecfdf5; color: #065f46; }
.alert.err { background: #fef2f2; color: #991b1b; }
.footer { background: var(--dark); color: #9ca3af; padding-top: 60px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid #ffffff14; }
.footer small { display: block; color: #ff8a4c; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer a { display: block; padding: 6px 0; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; padding: 18px 0; font-size: 13px; color: #6b7280; flex-wrap: wrap; }
.float-contact { position: fixed; right: 18px; bottom: 18px; z-index: 50; display: grid; gap: 10px; }
.float-call, .float-wa { min-width: 120px; text-align: center; color: #fff; font-weight: 700; padding: 14px 16px; border-radius: 999px; box-shadow: 0 10px 30px #0004; }
.float-call { background: var(--flame); }
.float-wa { background: #25d366; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.about-media { border-radius: 18px; overflow: hidden; min-height: 380px; background-size: cover; background-position: center; }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; padding: 0; margin: 0; }
.process li { background: var(--paper); border-radius: 14px; padding: 20px; }
.process li b { display: block; color: var(--flame); margin-bottom: 8px; }
@media (max-width: 980px) {
  .grid-3, .grid-4, .prose, .about-grid, .process ol, .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-6 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); padding: 12px 20px 20px; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .grid-3, .grid-4, .grid-6, .prose, .about-grid, .process ol, .footer-grid, .feature-list, .quote-form, .contact-form { grid-template-columns: 1fr; }
  .topbar { display: none; }
  .hero { min-height: 560px; }
}
