:root {
  --red: #e31b23;
  --red-dark: #a70f16;
  --navy: #173b86;
  --ink: #07090d;
  --panel: #10151d;
  --panel-soft: #151b25;
  --line: rgba(255, 255, 255, 0.14);
  --text: #f7f8fb;
  --muted: #e2e8f2;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --red-aura: 0 0 0 1px rgba(227, 27, 35, 0.18), 0 0 34px rgba(227, 27, 35, 0.18), 0 18px 60px rgba(0, 0, 0, 0.34);
  --red-aura-strong: 0 0 0 1px rgba(255, 48, 58, 0.32), 0 0 54px rgba(227, 27, 35, 0.28), 0 24px 76px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  top: 0 !important;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

[id] {
  scroll-margin-top: 132px;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(145deg, rgba(227, 27, 35, 0.18), transparent 28%),
    linear-gradient(180deg, #0b0f15 0%, #07090d 46%, #0b0f15 100%);
}

body::selection {
  color: #fff;
  background: var(--red);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  color: #fff;
  background: var(--red);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 48, 58, 0.28);
  background:
    radial-gradient(circle at 86% 50%, rgba(227, 27, 35, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(14, 19, 28, 0.96), rgba(7, 9, 13, 0.9));
  backdrop-filter: blur(18px);
  box-shadow:
    0 0 0 1px rgba(227, 27, 35, 0.1),
    0 0 42px rgba(227, 27, 35, 0.22),
    0 16px 44px rgba(0, 0, 0, 0.42);
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(250px, 360px) 1fr auto auto;
  align-items: center;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  min-height: 112px;
  margin: 0 auto;
}

.brand {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
}

.brand img {
  width: 350px;
  height: 112px;
  object-fit: contain;
  object-position: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.15rem;
  color: #e7ebf2;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0;
}

.translate-shell {
  display: grid;
  gap: 0.25rem;
  min-width: 118px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.translate-shell select {
  max-width: 136px;
  min-height: 36px;
  border: 1px solid rgba(255, 48, 58, 0.28);
  border-radius: var(--radius);
  color: #fff;
  background: #111821;
  font: 700 0.82rem Arial, Helvetica, sans-serif;
  box-shadow: 0 0 22px rgba(227, 27, 35, 0.16);
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0 !important;
}

.goog-te-gadget span,
.goog-te-gadget img {
  display: none !important;
}

#google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.nav-links a,
.text-link {
  text-decoration: none;
}

.nav-links a {
  position: relative;
  padding: 0.75rem 0.1rem;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(227, 27, 35, 0.26);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0.42rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ff303a, transparent);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-links a:hover,
.text-link:hover {
  color: #fff;
}

.nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-call,
.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.1rem;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
}

.nav-call::after,
.btn::after,
.mobile-call-bar a::after,
.cookie-notice-actions button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 42%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.nav-call:hover::after,
.btn:hover::after,
.mobile-call-bar a:hover::after,
.cookie-notice-actions button:hover::after {
  transform: translateX(120%);
}

.nav-call,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), #ff303a);
  box-shadow: 0 14px 34px rgba(227, 27, 35, 0.28);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.nav-call:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, #ff303a, var(--red-dark));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 30px rgba(255, 48, 58, 0.62), 0 18px 40px rgba(227, 27, 35, 0.34);
  filter: saturate(1.12);
  transform: translateY(-3px);
}

.btn-secondary:hover {
  border-color: rgba(255, 48, 58, 0.72);
  background: rgba(227, 27, 35, 0.16);
  box-shadow: 0 0 26px rgba(255, 48, 58, 0.28);
  transform: translateY(-3px);
}

.nav-call:active,
.btn:active {
  transform: translateY(0) scale(0.98);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100dvh - 112px);
  padding: 5rem 0 3rem;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(116deg, rgba(227, 27, 35, 0.98) 0 14%, transparent 14.2%),
    linear-gradient(108deg, rgba(0, 0, 0, 0.75) 0 23%, transparent 23.2%),
    linear-gradient(164deg, transparent 0 56%, rgba(227, 27, 35, 0.7) 56.2% 65%, transparent 65.2%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 42px);
  opacity: 0.9;
}

.hero-grid,
.section,
.trust-strip,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 2rem;
}

.kicker {
  margin: 0 0 0.9rem;
  color: #ff5961;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(255, 48, 58, 0.6);
  border-left: 4px solid var(--red);
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, rgba(7, 9, 13, 0.92), rgba(18, 7, 10, 0.78));
  box-shadow: 0 0 28px rgba(255, 22, 32, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

.hero .kicker::first-letter {
  color: #ff303a;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 5.2vw, 5.25rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 4.05vw, 4.25rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.45rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-text,
.section-heading p,
.proof-panel p,
.area-section p,
.faq-list p,
.site-footer p {
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.65;
}

.hero-text {
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.7rem 0 2rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin: 0;
  border: 1px solid var(--line);
  background: rgba(10, 14, 20, 0.78);
}

.hero-stats div {
  padding: 1.05rem;
  border-right: 1px solid var(--line);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats dt {
  font-size: 1.55rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 48, 58, 0.28);
  border-radius: var(--radius);
  background: #0b0f15;
  box-shadow: var(--red-aura-strong);
}

.hero-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.18), transparent 42%),
    linear-gradient(0deg, rgba(7, 9, 13, 0.48), transparent 40%);
  pointer-events: none;
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.photo-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(7, 9, 13, 0.78);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: -0.2rem;
}

.trust-strip div {
  position: relative;
  overflow: hidden;
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 0.3rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 48, 58, 0.22);
  border-radius: var(--radius);
  text-align: left;
  font-weight: 900;
  background:
    linear-gradient(145deg, rgba(227, 27, 35, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    #0d1219;
  box-shadow: var(--red-aura);
}

.trust-strip div::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(227, 27, 35, 0.28);
  filter: blur(4px);
}

.trust-strip span {
  position: relative;
  z-index: 1;
  color: #ff303a;
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.trust-strip strong,
.trust-strip small {
  position: relative;
  z-index: 1;
  display: block;
}

.trust-strip strong {
  color: #fff;
  font-size: 1.03rem;
  text-transform: uppercase;
}

.trust-strip small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.review-highlight {
  width: min(1180px, calc(100% - 32px));
  margin: 0.9rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 48, 58, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 50%, rgba(227, 27, 35, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(227, 27, 35, 0.16), transparent 44%),
    #0d1219;
  box-shadow: var(--red-aura);
}

.review-highlight strong,
.review-highlight span {
  display: block;
}

.review-highlight strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-highlight span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.review-highlight iframe {
  flex: 0 0 auto;
  width: min(370px, 100%);
  max-width: 100%;
  height: 80px;
  border: 0;
  border-radius: 6px;
  background: #fff;
}

.section {
  padding: 6rem 0;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 0 1.35rem 1.35rem;
  border: 1px solid rgba(255, 48, 58, 0.2);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--red-aura);
}

.service-card::before,
.proof-panel::before,
.rating-panel::before,
.area-section::before,
.final-cta::before,
details::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 48, 58, 0.28), transparent 30%, rgba(255, 48, 58, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 38%);
  pointer-events: none;
  opacity: 0.8;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card.featured {
  background:
    linear-gradient(145deg, rgba(227, 27, 35, 0.28), transparent 60%),
    var(--panel);
}

.service-card p {
  color: var(--muted);
  line-height: 1.55;
}

.service-card img {
  width: calc(100% + 2.7rem);
  height: 112px;
  margin: 0 -1.35rem 1.1rem;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.card-number {
  display: inline-flex;
  margin-bottom: 1.8rem;
  color: #ff5961;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 1rem;
  align-items: stretch;
}

.proof-panel,
.rating-panel,
.area-section,
.final-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 48, 58, 0.22);
  border-radius: var(--radius);
  background: var(--panel-soft);
  box-shadow: var(--red-aura);
}

.proof-panel > *,
.rating-panel > *,
.area-section > *,
.final-cta > *,
details > * {
  position: relative;
  z-index: 1;
}

.proof-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 1.4rem;
  color: #e7ebf2;
  line-height: 1.5;
  background: linear-gradient(var(--red), var(--red)) left 0.62em / 8px 8px no-repeat;
}

.rating-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background:
    linear-gradient(155deg, rgba(227, 27, 35, 0.35), transparent 50%),
    #0d1219;
}

.rating-panel .btn {
  width: min(100%, 360px);
}

.rating {
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 900;
  line-height: 0.85;
}

.rating-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.area-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.area-copy {
  min-width: 0;
}

.service-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.25rem 0 0.75rem;
}

.service-options article {
  padding: 1rem;
  border: 1px solid rgba(255, 48, 58, 0.2);
  border-radius: var(--radius);
  background: rgba(7, 9, 13, 0.42);
  box-shadow: 0 0 26px rgba(227, 27, 35, 0.11);
}

.service-options strong,
.service-options span {
  display: block;
}

.service-options strong {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.service-options span {
  color: var(--muted);
  line-height: 1.45;
}

.map-panel {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid rgba(255, 48, 58, 0.24);
  border-radius: var(--radius);
  background: #0b0f15;
  box-shadow: var(--red-aura);
}

.map-panel iframe {
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}

.text-link {
  display: inline-flex;
  margin-top: 0.5rem;
  color: #ff5961;
  font-weight: 900;
}

address {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #fff;
  font-style: normal;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.05);
}

address span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

address a {
  color: #ff5961;
  font-weight: 900;
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 48, 58, 0.18);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 0 0 1px rgba(227, 27, 35, 0.08), 0 0 24px rgba(227, 27, 35, 0.11);
}

summary {
  cursor: pointer;
  padding: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
}

.final-cta {
  width: min(1180px, calc(100% - 32px));
  margin: 1rem auto 6rem;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(227, 27, 35, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(227, 27, 35, 0.38), transparent 52%),
    var(--panel-soft);
  box-shadow: var(--red-aura-strong);
}

.final-cta h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 2rem 0 6rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: #fff;
}

.site-footer a {
  color: #ff5961;
  font-weight: 900;
  text-decoration: none;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1rem;
  margin-top: 0.9rem;
  font-size: 0.86rem;
}

.legal-links a {
  color: var(--muted);
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.legal-links a:hover {
  color: #ff5961;
  text-shadow: 0 0 18px rgba(255, 48, 58, 0.52);
  transform: translateY(-1px);
}

.site-footer .copyright {
  margin: 0.7rem auto 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.legal-page {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 5rem 0 4rem;
}

.legal-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 3.25rem);
  border: 1px solid rgba(255, 48, 58, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(227, 27, 35, 0.18), transparent 38%),
    var(--panel-soft);
  box-shadow: var(--red-aura-strong);
}

.legal-card h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.legal-card h2 {
  margin-top: 2rem;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
}

.legal-card p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.legal-card a {
  color: #ff5961;
  font-weight: 900;
}

.mobile-call-bar {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem;
  border: 1px solid rgba(255, 48, 58, 0.5);
  border-radius: var(--radius);
  background: rgba(7, 9, 13, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 28px rgba(255, 22, 32, 0.42), 0 18px 50px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
}

.mobile-call-bar span {
  padding-left: 0.5rem;
  font-weight: 900;
}

.mobile-call-bar a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0.8rem 1rem;
  border-radius: var(--radius);
  color: #fff;
  background: var(--red);
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
}

.mobile-call-bar a:hover {
  background: linear-gradient(135deg, #ff303a, var(--red-dark));
  box-shadow: 0 0 28px rgba(255, 48, 58, 0.58);
  filter: saturate(1.12);
  transform: translateY(-2px);
}

.mobile-call-bar a:active {
  transform: translateY(0) scale(0.98);
}

.cookie-notice {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(640px, calc(100% - 32px));
  padding: 1rem;
  border: 1px solid rgba(255, 48, 58, 0.5);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(7, 9, 13, 0.96);
  box-shadow: 0 0 34px rgba(255, 22, 32, 0.38), 0 18px 50px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-notice.is-hidden {
  opacity: 0;
  transform: translateY(12px);
}

.cookie-notice strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-notice-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}

.cookie-notice-actions a {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration-color: rgba(255, 48, 58, 0.8);
  text-underline-offset: 4px;
}

.cookie-notice-actions button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 42px;
  padding: 0 1rem;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: var(--red);
  box-shadow: 0 0 24px rgba(255, 22, 32, 0.34);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
}

.cookie-notice-actions button:hover {
  background: linear-gradient(135deg, #ff303a, var(--red-dark));
  box-shadow: 0 0 28px rgba(255, 48, 58, 0.58);
  filter: saturate(1.12);
  transform: translateY(-2px);
}

.cookie-notice-actions button:active {
  transform: translateY(0) scale(0.98);
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: minmax(160px, 1fr) auto auto;
    gap: 0.75rem;
  }

  .nav-links {
    display: none;
  }

  .translate-shell {
    min-width: 98px;
  }

  .translate-shell label {
    display: none;
  }

  .brand img {
    width: 265px;
    height: 86px;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-grid,
  .split-section,
  .area-section {
    grid-template-columns: 1fr;
  }

  .service-options {
    grid-template-columns: 1fr;
  }

  .hero-photo-card {
    min-height: 460px;
  }

  .hero-photo-card img {
    min-height: 460px;
  }

  .trust-strip,
  .review-highlight,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 5.75rem;
  }

  .nav-shell {
    width: min(100% - 20px, 1180px);
    min-height: 68px;
  }

  .brand img {
    width: 245px;
    height: 80px;
  }

  .nav-call {
    display: none;
  }

  .translate-shell {
    justify-self: end;
  }

  .translate-shell select {
    max-width: 102px;
    min-height: 34px;
    font-size: 0.76rem;
  }

  .hero-grid,
  .section,
  .trust-strip,
  .review-highlight,
  .site-footer {
    width: min(100% - 20px, 1180px);
  }

  .hero {
    min-height: auto;
    padding: 2.25rem 0 2rem;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
    line-height: 0.96;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(2.15rem, 10.2vw, 3.05rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.4rem);
  }

  .hero-stats,
  .trust-strip,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .review-highlight {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero-stats {
    margin-bottom: 5.5rem;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-stats div:last-child {
    border-bottom: 0;
    padding-bottom: 6.25rem;
  }

  .hero-photo-card {
    min-height: 390px;
  }

  .hero-photo-card img {
    min-height: 390px;
  }

  .section {
    padding: 4rem 0;
  }

  .service-card {
    min-height: 220px;
  }

  .site-footer {
    flex-direction: column;
  }

  .mobile-call-bar {
    display: flex;
  }

  .cookie-notice {
    right: 0.75rem;
    bottom: 6.75rem;
    grid-template-columns: 1fr;
  }

  .cookie-notice-actions {
    justify-content: space-between;
  }
}

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