:root {
  --red: #c90812;
  --red-dark: #92000a;
  --red-deep: #6d0007;
  --yellow: #ffc51c;
  --yellow-soft: #ffe58c;
  --ink: #231b1c;
  --muted: #6f6163;
  --paper: #fffaf3;
  --white: #ffffff;
  --line: rgba(145, 0, 10, .13);
  --shadow: 0 22px 60px rgba(92, 0, 6, .15);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--red); transform: translateY(-140%); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.solid-header { position: relative; background: var(--red-dark); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: var(--yellow); color: var(--red-dark); font: 900 2rem/1 Montserrat, sans-serif; box-shadow: inset 0 0 0 2px rgba(255,255,255,.55); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy small { margin-bottom: 5px; font: 700 .68rem/1 Montserrat, sans-serif; letter-spacing: .35em; text-transform: uppercase; }
.brand-copy strong { font: 900 1.08rem/1 Montserrat, sans-serif; text-transform: uppercase; letter-spacing: -.04em; }
.brand-copy em { color: var(--yellow); font-style: normal; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .91rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; padding-block: 9px; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--yellow); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: var(--red-dark); background: var(--yellow); box-shadow: 0 8px 24px rgba(255,197,28,.26); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px 0; background: var(--white); border-radius: 999px; }

.hero { position: relative; min-height: 760px; padding: 158px 0 90px; color: var(--white); background: linear-gradient(125deg, var(--red-dark), var(--red) 58%, #e01922); isolation: isolate; overflow: hidden; }
.hero::before { content: "+"; position: absolute; z-index: -1; top: 17%; left: -4%; color: rgba(255,197,28,.08); font: 900 27rem/1 Montserrat, sans-serif; transform: rotate(-8deg); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 550px; height: 550px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -180px; top: 10px; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.glow-one { width: 280px; height: 280px; right: 38%; bottom: -140px; background: rgba(255,197,28,.14); }
.glow-two { width: 100px; height: 100px; left: 44%; top: 140px; border: 24px solid rgba(255,197,28,.08); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--yellow); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow-red { color: var(--red); }
h1, h2, h3 { margin: 0; font-family: Montserrat, Manrope, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
.hero h1 { max-width: 700px; margin: 22px 0 24px; font-size: clamp(2.65rem, 5.4vw, 5.1rem); }
.hero-copy > p { max-width: 625px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.13rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: currentColor; }
.button-primary { color: var(--red-dark); background: var(--yellow); box-shadow: 0 14px 30px rgba(89,0,6,.24); }
.button-primary:hover { background: #ffd247; box-shadow: 0 17px 35px rgba(89,0,6,.32); }
.button-ghost { border: 1px solid rgba(255,255,255,.42); color: var(--white); background: rgba(255,255,255,.08); }
.button-ghost:hover { background: rgba(255,255,255,.15); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; color: rgba(255,255,255,.79); font-size: .89rem; font-weight: 600; }
.hero-points b { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 6px; border-radius: 50%; color: var(--red-dark); background: var(--yellow); font-size: .72rem; }
.hero-brand-card { position: relative; overflow: hidden; min-height: 520px; border: 1px solid rgba(255,255,255,.22); border-radius: 38px; background: #d0000c; box-shadow: 0 34px 70px rgba(74,0,5,.38); transform: rotate(2deg); }
.hero-brand-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(120,0,7,.02) 44%, rgba(90,0,5,.88) 100%); }
.hero-brand-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: 50% 67%; transform: scale(1.04); }
.brand-card-label { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: flex; flex-direction: column; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); }
.brand-card-label span { color: var(--yellow); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.brand-card-label strong { margin-top: 4px; font: 800 1.15rem/1.3 Montserrat, sans-serif; }

.quick-strip { position: relative; z-index: 3; margin-top: -34px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow); }
.quick-grid > div { display: flex; align-items: center; gap: 14px; min-height: 110px; padding: 22px; border-right: 1px solid var(--line); }
.quick-grid > div:last-child { border-right: 0; }
.quick-icon { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--red); background: rgba(201,8,18,.07); font: 900 1.2rem/1 Montserrat, sans-serif; }
.quick-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.quick-grid strong { font-size: .92rem; }
.quick-grid small { margin-top: 4px; color: var(--muted); font-size: .76rem; }

.section { padding: 110px 0; }
.section-heading h2 { max-width: 610px; margin-top: 18px; font-size: clamp(2rem, 4.2vw, 3.75rem); color: var(--red-deep); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered h2, .centered p { margin-left: auto; margin-right: auto; }
.centered > p { max-width: 600px; color: var(--muted); }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 90px; align-items: start; }
.about-copy > p { margin: 0 0 20px; color: var(--muted); font-size: 1.05rem; }
.trust-card { display: flex; align-items: center; gap: 18px; margin-top: 30px; padding: 21px 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 40px rgba(70,0,5,.06); }
.trust-card > span { display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: var(--yellow); background: var(--red); font-size: 1.35rem; }
.trust-card p { margin: 0; color: var(--muted); line-height: 1.45; }
.trust-card strong { color: var(--ink); }
.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.service-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(91,0,6,.1); }
.service-card.featured { color: var(--white); border-color: var(--red); background: linear-gradient(150deg, var(--red), var(--red-dark)); }
.service-number { position: absolute; top: 21px; right: 24px; color: rgba(145,0,10,.26); font: 900 2.4rem/1 Montserrat, sans-serif; }
.featured .service-number { color: rgba(255,255,255,.22); }
.service-symbol { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 52px; border-radius: 18px; color: var(--red); background: rgba(201,8,18,.08); font: 900 1.5rem/1 Montserrat, sans-serif; }
.featured .service-symbol { color: var(--red-dark); background: var(--yellow); }
.service-card h3 { margin-bottom: 11px; color: var(--red-deep); font-size: 1.23rem; }
.featured h3 { color: var(--white); }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.76); }

.contact { padding-top: 0; background: var(--white); }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--red-dark); box-shadow: var(--shadow); }
.contact-info { padding: 58px; color: var(--white); background: linear-gradient(145deg, var(--red), var(--red-dark)); }
.contact-info h2 { max-width: 520px; margin: 18px 0; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.contact-info > p { margin: 0 0 31px; color: rgba(255,255,255,.75); }
address { display: grid; gap: 15px; margin-bottom: 30px; font-style: normal; }
.contact-row { display: flex; align-items: flex-start; gap: 15px; padding: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.07); }
.contact-icon { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--red-dark); background: var(--yellow); font-size: 1.1rem; }
.contact-row > span:last-child { display: flex; flex-direction: column; }
.contact-row small { color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-row strong { margin-top: 2px; font-size: .91rem; line-height: 1.5; }
.button-yellow { color: var(--red-dark); background: var(--yellow); }
.map-wrap { position: relative; min-height: 580px; background: #eee; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 580px; border: 0; filter: saturate(.82) contrast(1.05); }
.map-link { position: absolute; right: 20px; bottom: 20px; padding: 12px 17px; border-radius: 999px; color: var(--red-dark); background: var(--white); box-shadow: 0 8px 25px rgba(0,0,0,.16); font-size: .83rem; font-weight: 800; }

.site-footer { padding: 70px 0 22px; color: rgba(255,255,255,.74); background: #380004; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .9fr 1fr; gap: 60px; padding-bottom: 52px; }
.footer-brand { color: var(--white); }
.footer-grid h3 { margin-bottom: 17px; color: var(--yellow); font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p { margin: 18px 0 0; font-size: .86rem; line-height: 1.8; }
.footer-grid a:hover, .footer-bottom a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.floating-call { position: fixed; z-index: 45; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 13px 18px; border: 2px solid var(--white); border-radius: 999px; color: var(--red-dark); background: var(--yellow); box-shadow: 0 13px 35px rgba(70,0,5,.26); font-weight: 900; }
.floating-call svg { width: 19px; fill: currentColor; }

.legal-hero { padding: 86px 0; color: var(--white); background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.legal-heading h1 { margin: 16px 0 14px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.legal-heading p { margin: 0; color: rgba(255,255,255,.72); }
.back-link { padding: 10px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .86rem; font-weight: 800; }
.legal-content { max-width: 880px; padding-top: 75px; padding-bottom: 90px; }
.legal-content > p:first-child { padding: 25px; border-left: 4px solid var(--yellow); border-radius: 0 12px 12px 0; background: var(--white); box-shadow: 0 8px 30px rgba(80,0,5,.06); }
.legal-content h2 { margin-top: 42px; color: var(--red-deep); font-size: 1.35rem; letter-spacing: -.025em; }
.legal-content p { color: var(--muted); }
.legal-contact { margin-top: 22px; padding: 24px; border-radius: 16px; color: var(--muted); background: var(--white); box-shadow: 0 8px 30px rgba(80,0,5,.06); }
.legal-contact strong, .legal-contact a { color: var(--red-dark); }
.legal-footer { padding-top: 25px; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; font-size: .82rem; }
  .hero-grid { gap: 40px; }
  .hero-brand-card, .hero-brand-card img { min-height: 460px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid > div:nth-child(2) { border-right: 0; }
  .quick-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { position: absolute; }
  .solid-header { position: relative; }
  .nav-wrap { min-height: 78px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 8px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 15px; border-radius: 17px; color: var(--ink); background: var(--white); box-shadow: 0 17px 40px rgba(60,0,4,.28); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 13px !important; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .hero { min-height: auto; padding: 130px 0 75px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-brand-card { width: min(540px, 100%); margin-inline: auto; transform: none; }
  .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-info { padding: 44px 32px; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .94rem; }
  .hero h1 { font-size: 2.55rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-brand-card, .hero-brand-card img { min-height: 390px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > div { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > div:last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .section-heading h2 { font-size: 2.25rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 265px; }
  .contact { padding-top: 0; }
  .contact-info { padding: 39px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-call span { display: none; }
  .floating-call { width: 52px; height: 52px; justify-content: center; padding: 0; }
  .legal-hero { padding: 64px 0; }
  .back-link { font-size: .75rem; padding: 8px 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
