:root {
  --red: #ef1018;
  --red-dark: #b8080f;
  --black: #070707;
  --panel: #111;
  --white: #fff;
  --muted: #b9b9b9;
  --line: #2a2a2a;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--white);
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.ai-image-frame {
  position: relative;
  margin: 0;
}
.ai-image-note {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  padding: 4px 7px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.wrap {
  width: min(var(--max), calc(100% - 40px));
  max-width: 100%;
  margin: auto;
}
.nav > *,
.about-grid > *,
.contact-grid > *,
.category-copy > *,
.small-features article > *,
.footer-details > *,
.footer-lower > * {
  min-width: 0;
}
h1,
h2,
h3,
p,
li,
address,
.category-button,
.btn {
  overflow-wrap: anywhere;
}
.category-button,
.btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid #232323;
}
.site-header,
.site-header a {
  color: var(--white);
}
.nav {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img {
  width: 310px;
  height: 64px;
  object-fit: contain;
}
.links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.links a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.links a:hover,
.links a:focus {
  color: var(--red);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.035em;
  border: 0;
  border-radius: 3px;
  transition: 0.2s;
}
.btn:hover,
.btn:focus {
  background: #fff;
  color: #000;
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  border: 2px solid var(--red);
}
.top-btn {
  background: #fff;
  color: #080808;
}
.top-btn:hover,
.top-btn:focus {
  background: var(--red);
  color: #fff;
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 1.7rem;
}
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  padding: 92px max(34px, calc((100vw - var(--max)) / 2)) 70px
    max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.hero h1 {
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0;
  max-width: 720px;
  letter-spacing: -0.045em;
}
.hero h1 span {
  color: var(--red);
}
.lead {
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  max-width: 650px;
  color: #ddd;
  margin: 28px 0;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.trust {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 30px;
  color: #ddd;
  font-weight: 700;
}
.trust span:before {
  content: "✓";
  color: var(--red);
  font-size: 1.25em;
  margin-right: 8px;
}
.hero-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #070707 0%, transparent 25%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 50%);
  pointer-events: none;
}
.audiences {
  background: var(--red);
  color: white;
}
.audiences .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.audience {
  padding: 25px 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.audience:last-child {
  border: 0;
}
.section {
  padding: 88px 0;
}
.section-kicker {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
}
.section h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 24px;
  letter-spacing: -0.03em;
}
.intro {
  max-width: 720px;
  color: #cfcfcf;
  font-size: 1.1rem;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 42px;
}
.service {
  background: #0d0d0d;
  padding: 28px 24px;
  min-height: 190px;
  border-top: 4px solid transparent;
}
.service:hover {
  border-color: var(--red);
  background: #141414;
}
.service .icon {
  font-size: 1.7rem;
  color: var(--red);
  font-weight: 900;
}
.service h3 {
  font-size: 1.12rem;
  margin: 12px 0 7px;
}
.service p {
  margin: 0;
  color: #aaa;
  font-size: 0.94rem;
}
.showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 34px;
}
.showcase-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: #181818;
}
.showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 0.35s;
}
.showcase-card:hover img {
  transform: scale(1.025);
}
.showcase-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 42px 22px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
}
.extras {
  background: #fff;
  color: #111;
}
.extras .intro {
  color: #4b4b4b;
}
.extra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}
.extra-card {
  margin: 0;
  background: #f2f2f2;
  border-bottom: 5px solid var(--red);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}
.extra-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.extra-copy {
  padding: 24px;
}
.extra-copy h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}
.extra-copy p {
  margin: 0;
  color: #4a4a4a;
  font-size: 0.96rem;
}
.extra-card.featured {
  grid-column: span 2;
}
.extra-card.featured img {
  height: 270px;
}
.about {
  background: #fff;
  color: #111;
}
.company-intro {
  background: #fff;
  color: #111;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.narrow-copy {
  max-width: 880px;
}
.company-intro .intro {
  color: #444;
  margin: 0 auto;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.about-image {
  position: relative;
}
.about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.about-image:after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 55%;
  height: 55%;
  border-right: 8px solid var(--red);
  border-bottom: 8px solid var(--red);
}
.about .intro {
  color: #444;
}
.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}
.benefit {
  font-weight: 800;
}
.benefit:before {
  content: "✓";
  color: var(--red);
  margin-right: 10px;
}
.area {
  text-align: center;
  background: #fff;
  color: #111;
  border-top: 1px solid #e5e5e5;
}
.area p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #444;
}
.contact {
  border-top: 8px solid var(--red);
  background: #fff;
  color: #111;
}
.contact .intro,
.privacy-note {
  color: #555;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
}
.contact-heading {
  margin-bottom: 36px;
}
.contact-grid-form {
  align-items: start;
}
.inquiry-form {
  display: grid;
  gap: 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.inquiry-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  background: #fff;
  color: #111;
  font: inherit;
  padding: 13px 14px;
}
.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: 3px solid rgba(239, 16, 24, 0.28);
  border-color: var(--red);
}
.inquiry-form textarea {
  resize: vertical;
}
.inquiry-form .honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.inquiry-form .consent-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  font-weight: 400;
  line-height: 1.45;
}
.inquiry-form .consent-check input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--red);
}
.inquiry-form .consent-check a {
  color: var(--red-dark);
  font-weight: 700;
}
.privacy-note {
  margin: 0;
  color: #aaa;
  font-size: 0.9rem;
}
.privacy-note a {
  text-decoration: underline;
}
.inquiry-form .btn {
  justify-self: start;
  cursor: pointer;
}
.form-status {
  margin: 0;
  padding: 14px 16px;
  border-left: 5px solid var(--red);
  background: #191919;
  color: #fff;
}
.form-status a {
  font-weight: 800;
  text-decoration: underline;
}
.contact-card p {
  color: #fff;
}
.contact-card .whatsapp {
  background: #167f38;
}
.contact-card .whatsapp:hover,
.contact-card .whatsapp:focus {
  background: #fff;
  color: #000;
}
.contact-card .text-link {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-weight: 800;
}
.contact-list {
  display: grid;
  gap: 15px;
  margin-top: 28px;
}
.contact-list a,
.contact-list address {
  font-style: normal;
  text-decoration: none;
  padding: 17px 18px;
  border: 1px solid #333;
  background: #101010;
}
.contact-list a:hover {
  border-color: var(--red);
}
.contact-card {
  background: var(--red);
  padding: 36px;
}
.contact-card h3 {
  font-size: 1.8rem;
  line-height: 1.15;
  margin-top: 0;
}
.contact-card .btn {
  background: #060606;
  width: 100%;
  margin-top: 12px;
}
.legal {
  padding: 70px 0;
  max-width: 860px;
  background: #fff;
  color: #111;
}
.legal h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  text-transform: uppercase;
}
.legal h2 {
  margin-top: 36px;
}
.legal p,
.legal li {
  color: #333;
}
.footer {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  color: #aaa;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  gap: 18px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: white;
}
.nav-centered {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  position: relative;
}
.center-brand {
  justify-self: center;
}
.phone-top {
  justify-self: start;
  min-height: 44px;
  padding: 9px 16px;
}
.nav-centered .links {
  justify-self: end;
}
.opening {
  height: min(78vh, 760px);
  min-height: 560px;
  position: relative;
  overflow: hidden;
}
.opening > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opening:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.08) 70%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 55%);
}
.opening-overlay {
  position: absolute;
  z-index: 1;
  left: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 72px;
  max-width: 700px;
  color: #fff;
}
.opening-overlay h1 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.opening-overlay p:not(.eyebrow) {
  font-size: 1.25rem;
  margin: 0 0 26px;
}
.audience-line {
  background: var(--black);
  padding: 24px;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 900;
  color: #fff;
}
.audience-line .city-red {
  color: var(--red);
}
.footer-contact {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 700;
  padding-bottom: 24px;
}
.footer-contact address {
  font-style: normal;
}
.footer-contact a {
  text-decoration: none;
}
.footer-service {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
}
.opening-hours {
  display: grid;
  gap: 2px;
  text-align: center;
  color: #fff;
}
.opening-hours strong {
  color: var(--red);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.opening-hours span:last-child {
  font-size: 1.2rem;
  font-weight: 900;
}
.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.footer-brand {
  display: block;
  background: #fff;
  padding: 7px 10px;
  border-radius: 3px;
}
.footer-brand img {
  width: 180px;
  height: 50px;
  object-fit: contain;
}
.services-intro {
  padding: 90px 0 65px;
  background: #fff;
  color: #111;
  text-align: center;
}
.services-intro h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  text-transform: uppercase;
  max-width: 920px;
  margin: 0 auto 22px;
}
.services-intro p:last-child {
  font-size: 1.15rem;
  color: #444;
}
.category {
  padding: 86px 0;
  background: #fff;
  color: #111;
  border-top: 1px solid #e5e5e5;
}
.category-light {
  background: #fff;
  color: #111;
}
.category-button {
  display: inline-flex;
  background: var(--red);
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.04em;
  border-radius: 3px;
}
.category-hero {
  width: 100%;
  height: clamp(340px, 52vw, 590px);
  object-fit: cover;
}
.category-copy {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: end;
  margin: 34px 0;
}
.category-copy h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.08;
  text-transform: uppercase;
  margin: 0;
}
.category-copy h2 a,
.small-features h3 a,
.check-list a {
  color: inherit;
  text-decoration: none;
}
.category-copy h2 a:hover,
.small-features h3 a:hover,
.check-list a:hover {
  color: var(--red-dark);
  text-decoration: underline;
}
.service-detail-hero {
  padding: 84px 0 64px;
  background: #fff;
  border-bottom: 8px solid var(--red);
}
.service-detail-hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1.02;
  text-transform: uppercase;
}
.service-detail-hero .intro,
.service-detail-copy .intro {
  color: #444;
}
.service-detail-copy {
  padding: 70px 0;
  background: #fff;
}
.service-detail-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 58px;
  align-items: start;
}
.service-detail-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.1;
  text-transform: uppercase;
}
.service-detail-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.service-detail-list li:before {
  content: "✓";
  color: var(--red);
  font-weight: 900;
  margin-right: 10px;
}
.service-detail-aside {
  padding: 30px;
  background: #f3f3f3;
  border-bottom: 5px solid var(--red);
}
.service-detail-aside h2 {
  font-size: 1.45rem;
}
.service-detail-aside .btn {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 760px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}
.category-copy p {
  font-size: 1.1rem;
  color: #444;
  margin: 0;
}
.category-light .category-copy p {
  color: #444;
}
.small-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.small-features article {
  display: grid;
  grid-template-columns: minmax(260px, 38%) 1fr;
  background: #f5f5f5;
  border-bottom: 5px solid var(--red);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.category-light .small-features article {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.small-features img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}
.small-features article div {
  padding: 22px;
}
.small-features h3 {
  margin: 0 0 7px;
  font-size: 1.25rem;
}
.small-features p {
  margin: 0;
  color: #555;
}
.category-light .small-features p {
  color: #555;
}
.check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}
.check-list li {
  font-weight: 800;
}
.check-list li:before {
  content: "✓";
  color: var(--red);
  font-size: 1.25em;
  margin-right: 10px;
}
.services-cta {
  text-align: center;
  padding: 75px 0;
  border-top: 8px solid var(--red);
  background: #fff;
  color: #111;
}
.services-cta h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media (max-width: 900px) {
  .menu {
    display: block;
  }
  .nav-centered {
    grid-template-columns: auto 1fr auto;
  }
  .center-brand {
    grid-column: 2;
    grid-row: 1;
  }
  .phone-top {
    font-size: 0;
    width: 48px;
    padding: 0;
  }
  .phone-top:after {
    content: "☎";
    font-size: 1.3rem;
  }
  .nav-centered .menu {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
  .links {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: #080808;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #333;
  }
  .links.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 70px 20px 48px;
  }
  .hero-image {
    min-height: 520px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .extra-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .audiences .wrap {
    grid-template-columns: 1fr;
  }
  .audience {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .category-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .brand img {
    width: 235px;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .inquiry-form .btn {
    width: 100%;
  }
  .opening {
    min-height: 520px;
  }
  .opening-overlay {
    bottom: 42px;
    right: 20px;
  }
  .about-image:after {
    right: 0;
  }
  .small-features {
    grid-template-columns: 1fr;
  }
  .small-features article {
    grid-template-columns: 1fr;
  }
  .small-features img {
    height: 220px;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .showcase {
    grid-template-columns: 1fr;
  }
  .showcase-card,
  .showcase-card img {
    min-height: 260px;
  }
  .extra-grid {
    grid-template-columns: 1fr;
  }
  .extra-card.featured {
    grid-column: auto;
  }
  .extra-card img,
  .extra-card.featured img {
    height: 220px;
  }
  .nav {
    height: 72px;
  }
  .links {
    top: 72px;
  }
  .brand img {
    width: 205px;
    height: 52px;
  }
  .hero {
    min-height: auto;
  }
  .hero-copy {
    padding-top: 54px;
  }
  .hero-image {
    min-height: 440px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 64px 0;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .actions .btn {
    width: 100%;
  }
  .trust {
    display: grid;
    gap: 8px;
  }
  .contact-card {
    padding: 28px 22px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-brand {
    justify-self: center;
  }
  .footer-brand img {
    width: 205px;
    height: 56px;
  }
}

.configurator-page {
  background: #f4f4f4;
  color: #171717;
}
.configurator-hero {
  padding: 72px 0 42px;
  background: #0a0a0a;
  color: #fff;
}
.configurator-hero h1 {
  max-width: 820px;
  margin: 8px 0 14px;
}
.configurator-hero p:last-child {
  max-width: 760px;
  line-height: 1.7;
}
.configurator-section {
  padding: 46px 0 72px;
}
.configurator-form {
  max-width: 940px;
  margin: 0 auto;
  padding: 34px;
  background: #fff;
  border-top: 5px solid var(--red);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.configurator-form fieldset {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}
.configurator-form legend {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #dedede;
  font-size: 1.25rem;
  font-weight: 800;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.choice-card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 54px;
  padding: 14px;
  border: 1px solid #d7d7d7;
  background: #fafafa;
  cursor: pointer;
}
.choice-card:has(input:checked) {
  border-color: var(--red);
  background: #fff1f1;
}
.choice-card input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  accent-color: var(--red);
}
.configurator-note {
  margin: 0 0 24px;
  padding: 16px;
  border-left: 4px solid var(--red);
  background: #f5f5f5;
  line-height: 1.6;
}
@media (max-width: 700px) {
  .configurator-hero { padding: 56px 0 34px; }
  .configurator-form { padding: 24px 18px; }
  .choice-grid { grid-template-columns: 1fr; }
}
.footer {
  padding: 0;
  color: #d2d2d2;
  background: #050505;
}
.footer-layout {
  padding-top: 38px;
  padding-bottom: 32px;
}
.footer-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 38px;
}
.footer-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.45;
}
.footer-detail strong {
  color: var(--red);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.footer-detail address {
  font-style: normal;
}
.footer-detail a {
  overflow-wrap: anywhere;
}
.footer-detail a + a {
  margin-top: 3px;
}
.footer-detail.opening-hours {
  text-align: left;
}
.footer-detail.opening-hours strong {
  font-size: 0.9rem;
}
.footer-detail.opening-hours span:last-child {
  font-size: 1rem;
}
.footer-lower {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 26px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  padding-bottom: 24px;
  font-size: 0.92rem;
}
.footer-brand-new {
  display: block;
  background: var(--red);
  border-radius: 3px;
  overflow: hidden;
}
.footer-brand-new img {
  width: 100%;
  height: auto;
  aspect-ratio: 1942/809;
  object-fit: contain;
}
.region-page {
  background: #fff;
  color: #171717;
}
.region-hero {
  padding: 88px 0 58px;
  background: #f4f4f4;
  border-bottom: 1px solid #dedede;
}
.region-hero h1 {
  max-width: 820px;
  margin: 8px 0 16px;
}
.region-intro {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.7;
}
.region-list {
  padding: 64px 0;
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.region-card {
  padding: 28px;
  border: 1px solid #dedede;
  border-top: 4px solid var(--red);
  background: #fff;
}
.region-card h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}
.region-card p {
  margin: 0;
  line-height: 1.65;
}
.region-card.region-main {
  grid-column: 1 / -1;
}
.region-cta {
  padding: 58px 0;
  text-align: center;
  background: #f4f4f4;
}
@media (max-width: 700px) {
  .region-hero { padding: 64px 0 44px; }
  .region-grid { grid-template-columns: 1fr; }
  .region-card.region-main { grid-column: auto; }
}
@media (max-width: 900px) {
  .footer-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-lower {
    grid-template-columns: 190px 1fr auto;
  }
  .footer-lower > span:nth-of-type(2) {
    grid-column: 2;
  }
}
@media (max-width: 560px) {
  .footer-layout {
    padding-top: 30px;
  }
  .footer-details {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer-lower {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-lower .footer-brand-new {
    width: 180px;
    justify-self: center;
  }
  .footer-lower > span:nth-of-type(2) {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }
}
