:root {
  --rt-black: #060b14;
  --rt-dark: #060b14;
  --rt-darker: #060b14;
  --rt-orange: #f2652e;
  --rt-orange-deep: #d9531e;
  --rt-gold: #ffb000;
  --rt-silver: #e9edf4;
  --rt-ink: #182232;
  --rt-line: rgba(255, 255, 255, 0.08);
  --rt-radius-widget: 12px;
  --rt-radius-control: 6px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--rt-ink);
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
}

.rt-navbar {
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rt-navbar.is-scrolled {
  background: #060b14;
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.rt-navbar.is-solid {
  background: #060b14;
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.navbar-brand {
  letter-spacing: 0.02em;
  padding: 0;
}

.rt-navbar .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.85rem 0.9rem;
  transition: color 0.25s ease, font-weight 0.25s ease, opacity 0.25s ease;
}

.rt-navbar .navbar-nav .nav-link:hover,
.rt-navbar .navbar-nav .nav-link:focus,
.rt-navbar .navbar-nav .nav-link.active {
  color: #f2652e;
  font-weight: 800;
}

.rt-navbar .navbar-nav .nav-link.active {
  position: relative;
}

.rt-navbar .nav-cta {
  margin-left: 0.35rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.2rem;
  border-radius: var(--rt-radius-control);
  background: #f2652e;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(242, 101, 46, 0.24);
}

.rt-navbar .nav-cta:hover,
.rt-navbar .nav-cta:focus {
  background: #f2652e;
  color: #fff !important;
}

.rt-navbar .navbar-toggler {
  border-color: rgba(242, 101, 46, 0.45);
}

.rt-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 101, 46, 0.18);
}

.rt-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23f2652e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
  .rt-navbar .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem 1rem;
    background: #060b14;
    border: 1px solid rgba(242, 101, 46, 0.16);
    border-radius: var(--rt-radius-widget);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  }
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 78px;
  margin-right: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.brand-mark::after {
  content: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: #060b14;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.62) 0%, rgba(6, 11, 20, 0.42) 45%, rgba(6, 11, 20, 0.58) 100%),
    linear-gradient(90deg, rgba(6, 11, 20, 0.36) 0%, transparent 24%, transparent 76%, rgba(6, 11, 20, 0.36) 100%),
    url('images/bmw-x5-1.jpg') center center / cover no-repeat;
  transform: scale(1.02);
}

.hero-section::before,
.hero-section::after {
  content: none;
}

.hero-section::before {
  top: -10rem;
  right: -8rem;
}

.hero-section::after {
  left: -10rem;
  bottom: -10rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.38) 0%, rgba(6, 11, 20, 0.18) 45%, rgba(6, 11, 20, 0.3) 100%),
    linear-gradient(90deg, rgba(6, 11, 20, 0.14) 0%, transparent 22%, transparent 78%, rgba(6, 11, 20, 0.14) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-shell {
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-carousel {
  width: 100%;
  padding: 7rem 0 3rem;
}

.hero-carousel .carousel-inner {
  max-width: 920px;
  margin: 0 auto;
}

.hero-carousel .carousel-item {
  padding: 1rem 0 2rem;
}

.hero-slide {
  max-width: 820px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-slide > * {
  position: relative;
  z-index: 1;
}

.hero-slide .lead {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.hero-section .badge {
  background: linear-gradient(135deg, var(--rt-orange), var(--rt-gold));
  color: #130b00 !important;
  box-shadow: 0 14px 35px rgba(242, 101, 46, 0.3);
  border-radius: var(--rt-radius-control);
}

.hero-section .badge-hero {
  background: #f2652e;
  color: #fff !important;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: none;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 3.25rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
}

.hero-carousel .carousel-control-prev {
  left: -0.75rem;
}

.hero-carousel .carousel-control-next {
  right: -0.75rem;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 2.7rem;
  height: 2.7rem;
  background-size: 1.1rem 1.1rem;
  background-color: rgba(6, 11, 20, 0.68);
  border-radius: var(--rt-radius-widget);
  border: 1px solid rgba(242, 101, 46, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.min-vh-100 {
  min-height: 100vh;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.fw-black {
  font-weight: 800;
}

.hero-points {
  display: grid;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.hero-points i {
  color: var(--rt-orange);
  margin-right: 0.5rem;
}

.hero-card,
.contact-card,
.info-panel,
.service-card,
.advantage-card,
.gallery-card {
  border: 1px solid rgba(242, 101, 46, 0.12);
  border-radius: var(--rt-radius-widget);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
}

.hero-card {
  overflow: hidden;
}

.hero-card-header {
  padding: 1.25rem 1.5rem;
  background:
    linear-gradient(135deg, rgba(242, 101, 46, 0.14), rgba(255, 176, 0, 0.08)),
    linear-gradient(180deg, #060b14, #060b14);
  color: #fff;
  border-bottom: 1px solid rgba(242, 101, 46, 0.22);
}

.hero-card-body {
  padding: 1.5rem;
}

.stat-grid {
  display: grid;
  gap: 1rem;
}

.stat-item,
.info-row {
  display: flex;
  gap: 1rem;
}

.stat-item {
  align-items: flex-start;
  padding: 1rem;
  border-radius: var(--rt-radius-widget);
  background:
    linear-gradient(135deg, rgba(242, 101, 46, 0.08), rgba(255, 255, 255, 0.9)),
    linear-gradient(180deg, #f8fafc, #eef3f9);
}

.stat-item i,
.info-row i,
.service-icon,
.advantage-card i,
.contact-line i {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(242, 101, 46, 0.18), rgba(255, 176, 0, 0.12));
  color: #A84B00;
}

.stat-item strong,
.info-row h3,
.service-card h3,
.advantage-card h3 {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.section-pad {
  padding: 3em 0;
}

.alt-bg {
  background: linear-gradient(180deg, #fff, #f5f8fc);
}

#about {
  background: #f2652e;
}

.about-section .section-title {
  color: #060b14;
  font-weight: 800;
}

.about-section .section-text {
  color: rgba(255, 255, 255, 0.95);
}

.about-section .section-kicker {
  background: #060b14;
  color: #f2652e;
  border-color: rgba(6, 11, 20, 0.45);
}

.btn-about-contact {
  background: #060b14;
  color: #f2652e !important;
  border: 1px solid rgba(6, 11, 20, 0.42);
  border-radius: var(--rt-radius-control);
  min-height: 3.25rem;
  padding: 0.9rem 1.2rem;
}

.btn-about-contact:hover {
  background: #0c1322;
  color: #f2652e !important;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: var(--rt-radius-control);
  background: rgba(242, 101, 46, 0.12);
  color: #A84B00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(242, 101, 46, 0.28);
}

.section-kicker--accent {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.section-title {
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  margin-bottom: 1rem;
  color: var(--rt-dark);
  position: relative;
  font-weight: 800;
}

.section-title::after {
  content: none;
}

.section-text {
  max-width: 44rem;
  color: #526076;
  font-size: 1rem;
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.about-features span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  border-radius: var(--rt-radius-control);
  background: rgba(6, 11, 20, 0.12);
  border: 1px solid rgba(6, 11, 20, 0.28);
  color: #fff;
  font-weight: 600;
}

.about-features i {
  color: #f2652e;
}

.renovation-benefits-section {
  background: #060b14;
  color: #fff;
}

.renovation-benefits-section .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.renovation-benefits-section .section-title {
  color: #fff;
  font-weight: 800;
}

.renovation-benefits-section .section-text {
  color: rgba(255, 255, 255, 0.95);
  max-width: 36rem;
}

.renovation-benefits-section .row.align-items-center {
  align-items: center;
}

.renovation-benefits-section .col-lg-7 .row {
  margin-left: 0;
  margin-right: 0;
}

.renovation-benefits-section .col-lg-7 .row > [class*="col-"] {
  display: flex;
}

.renov-benefit-card {
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  background: #f2652e;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.renov-benefit-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.renov-benefit-icon {
  width: 4.2rem;
  height: 4.2rem;
  min-width: 4.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.15rem;
  background: #060b14;
  color: #fff;
  box-shadow: none;
}

.renov-benefit-icon i {
  font-size: 1.25rem;
  color: #fff;
}

.renov-benefit-head h3 {
  margin: 0;
  color: #060b14;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Playfair Display", Georgia, serif;
}

.renov-benefit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.05rem;
  line-height: 1.7;
}

.renovation-benefits-section .section-text + .section-text {
  margin-top: 1rem;
}

.services-section {
  background: #f6f6f6;
}

#gallery,
#faq {
  background: #f6f6f6;
}

.services-section .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

#gallery .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.zones-section {
  background: #fff;
}

.zones-section .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.zones-map {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.zones-copy {
  color: #1b2740;
  font-size: 1.02rem;
  line-height: 1.85;
}

.zones-copy p {
  margin-bottom: 1rem;
}

.services-section .section-text {
  color: #5a6473;
}

.info-panel {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.98), rgba(6, 11, 20, 0.98)),
    linear-gradient(135deg, rgba(242, 101, 46, 0.08), rgba(255, 176, 0, 0.04));
  border: 1px solid rgba(242, 101, 46, 0.16);
  color: rgba(255, 255, 255, 0.84);
}

.info-row {
  align-items: flex-start;
  padding: 1rem 0;
}

.info-row + .info-row {
  border-top: 1px solid rgba(242, 101, 46, 0.14);
}

.info-row i {
  margin-top: 0.15rem;
  background: linear-gradient(135deg, rgba(242, 101, 46, 0.22), rgba(255, 176, 0, 0.12));
  color: #f2652e;
}

.info-row h3 {
  color: #fff;
}

.info-row p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card,
.advantage-card {
  padding: 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  border-radius: var(--rt-radius-widget);
}

.service-card::before,
.advantage-card::before {
  content: none;
}

.services-section .service-card {
  background: #060b14;
  border: 1px solid rgba(242, 101, 46, 0.16);
  color: #fff;
}

.services-section .service-card h3,
.services-section .service-card p {
  color: #fff;
}

.services-section .service-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.services-section .service-card h3 {
  color: #f2652e;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.services-section .service-icon {
  background: rgba(242, 101, 46, 0.2);
  color: #f2652e;
  width: 3.4rem;
  height: 3.4rem;
  min-width: 3.4rem;
  font-size: 1.15rem;
}

.services-section .service-icon i {
  font-size: 1.2rem;
  transition: transform 0.25s ease, color 0.25s ease;
}

.services-section .service-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.advantages-section {
  background: #060b14;
}

.advantages-section .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.advantages-section .section-title,
.advantages-section .section-text {
  color: #fff;
}

.advantages-section .advantage-card {
  background: #f2652e;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.advantages-section .advantage-card h3,
.advantages-section .advantage-card p {
  color: #fff;
}

.advantages-section .advantage-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.95rem;
}

.advantages-section .advantage-card i {
  background: #060b14;
  color: #fff;
  width: 3.4rem;
  height: 3.4rem;
  min-width: 3.4rem;
  font-size: 1.15rem;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.advantages-section .advantage-card i {
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.advantages-section .advantage-head h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #060b14;
}

.advantages-section .advantage-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.process-section {
  background: #fff;
}

.process-grid > [class*="col-"] {
  display: flex;
}

.process-card {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(242, 101, 46, 0.16);
  border-radius: var(--rt-radius-widget);
  background: #060b14;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 101, 46, 0.3);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.process-head {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  margin-bottom: 1rem;
}

.process-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  min-width: 3.4rem;
  border-radius: 0.9rem;
  background: transparent;
  color: #f2652e;
  border: 1px solid rgba(242, 101, 46, 0.28);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: none;
}

.process-step__body h3 {
  margin: 0;
  padding-top: 0.1rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #f2652e;
  font-family: "Playfair Display", Georgia, serif;
}

.process-card p {
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.process-card p:last-child {
  margin-bottom: 0;
}

.service-card:hover,
.advantage-card:hover,
.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.service-card:hover .service-icon i,
.advantage-card:hover i,
.gallery-card:hover .gallery-placeholder i,
.contact-info-card:hover .contact-info-icon i {
  transform: scale(1.08) rotate(-6deg);
}

.service-icon {
  margin-bottom: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.advantage-card i {
  margin-bottom: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.gallery-placeholder i {
  font-size: 3rem;
  color: var(--rt-orange);
  transition: transform 0.25s ease, color 0.25s ease;
}

.gallery-card:hover .gallery-placeholder i {
  transform: scale(1.08) rotate(-6deg);
  color: #f2652e;
}

.contact-info-card:hover .contact-info-icon {
  transform: scale(1.08) rotate(-4deg);
}

.contact-info-card:hover {
  border-color: rgba(242, 101, 46, 0.3);
}

.service-card:hover .service-icon,
.advantage-card:hover i,
.info-panel .info-row:hover i,
.contact-info-card:hover .contact-info-icon {
  transform: scale(1.08) rotate(-4deg);
}

.gallery-card {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: var(--rt-radius-widget);
}

.before-after-card {
  position: relative;
}

.before-after {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: inherit;
  --before-after-pos: 50%;
}

.before-after::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 11, 20, 0.2) 0%, transparent 16%, transparent 84%, rgba(6, 11, 20, 0.2) 100%),
    linear-gradient(180deg, rgba(6, 11, 20, 0.08) 0%, transparent 24%, transparent 76%, rgba(6, 11, 20, 0.16) 100%);
  pointer-events: none;
}

.before-after__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.before-after__img--before {
  filter: saturate(0.92) contrast(0.95);
  z-index: 1;
}

.before-after__img--after {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}

.before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  left: var(--before-after-pos);
  transform: translateX(-1px);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(6, 11, 20, 0.55);
  z-index: 3;
  pointer-events: none;
}

.before-after__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #0e1626, #060b14);
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
}

.before-after__divider::after {
  content: "\f337";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #f2652e;
  font-size: 1rem;
}

.before-after__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 4;
}

.before-after__range:hover + .before-after__divider::before,
.before-after__range:focus + .before-after__divider::before {
  transform: translate(-50%, -50%) scale(1.05);
}

.before-after__hint {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: var(--rt-radius-control);
  background: rgba(6, 11, 20, 0.68);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.before-after__hint i {
  color: #f2652e;
}

.gallery-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: var(--rt-radius-control);
  background: #f2652e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-section {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-panel {
  padding: 3rem 2.5rem;
  border-radius: var(--rt-radius-widget);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #060b14;
}

.cta-section .section-title {
  color: #f2652e;
  margin-bottom: 1.25rem;
}

.cta-section .section-text {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}

.gallery-placeholder {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background:
    linear-gradient(135deg, rgba(6, 11, 20, 0.96), rgba(6, 11, 20, 0.86)),
    radial-gradient(circle at top, rgba(242, 101, 46, 0.32), transparent 48%),
    radial-gradient(circle at bottom right, rgba(242, 101, 46, 0.24), transparent 42%);
  color: #fff;
}

.gallery-placeholder i {
  font-size: 3rem;
  color: var(--rt-orange);
  transition: transform 0.25s ease, color 0.25s ease;
}

.gallery-placeholder span:last-child {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .before-after {
    min-height: 16rem;
  }

  .before-after__hint {
    top: 0.85rem;
    right: 0.85rem;
    padding: 0.45rem 0.7rem;
    font-size: 0.72rem;
  }

  .before-after__divider::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.faq-section .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.faq-section .section-title {
  color: #060b14;
}

.rt-accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: var(--rt-radius-widget);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
}

.rt-accordion .accordion-button {
  font-weight: 700;
  gap: 0.5rem;
  font-size: 1.125rem;
}

.rt-accordion .accordion-button i {
  flex: 0 0 auto;
}

.faq-section .accordion-button {
  background: #f4f4f4;
  color: #060b14;
}

.faq-section .accordion-button:not(.collapsed) {
  background: #f2652e;
  color: #fff;
}

.faq-section .accordion-body {
  background: #fff;
  color: #4a5564;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-aside-stack {
  display: grid;
  gap: 1.25rem;
}

.faq-aside-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--rt-radius-widget);
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(6, 11, 20, 0.12);
}

.faq-aside-card::before,
.faq-aside-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.faq-aside-card--primary {
  background: #060b14;
  color: #fff;
  border: 1px solid rgba(242, 101, 46, 0.16);
}

.faq-aside-card--primary::before,
.faq-aside-card--primary::after {
  content: none;
}

.faq-aside-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.faq-aside-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.9rem;
  font-size: 1.15rem;
  position: relative;
  z-index: 1;
  background: rgba(242, 101, 46, 0.2);
  color: #f2652e;
}

.faq-aside-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.faq-aside-head h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.faq-aside-card--primary .faq-aside-head h3 {
  color: #f2652e;
}

.faq-aside-card > p {
  margin: 0 0 1rem;
  position: relative;
  z-index: 1;
  line-height: 1.65;
}

.faq-aside-cta {
  background: #f2652e;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.95rem 1.6rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 30px rgba(242, 101, 46, 0.18);
}

.faq-aside-cta:hover,
.faq-aside-cta:focus {
  background: #ff7a46;
  color: #fff;
}

.faq-aside-card:hover .faq-aside-icon {
  transform: scale(1.08) rotate(-6deg);
}

@media (max-width: 991.98px) {
  .faq-aside-card {
    padding: 1.6rem;
  }

  .faq-aside-icon {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.85rem;
  }
}

.contact-band {
  padding: 5rem 0;
  background:
    linear-gradient(135deg, rgba(6, 11, 20, 0.98), rgba(6, 11, 20, 0.98)),
    radial-gradient(circle at 20% 30%, rgba(242, 101, 46, 0.2), transparent 35%),
    radial-gradient(circle at 78% 62%, rgba(242, 101, 46, 0.14), transparent 32%);
}

.contact-band .section-kicker {
  color: #fff;
  background: #f2652e;
  border-color: #f2652e;
}

.contact-band .section-title {
  color: #fff;
}

.contact-band .section-title::after {
  background: linear-gradient(90deg, var(--rt-orange), var(--rt-gold));
}

.contact-band .section-text {
  color: rgba(255, 255, 255, 0.76);
}

.gallery-card .section-kicker,
.gallery-section .section-kicker,
#gallery .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.contact-info-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-info-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--rt-radius-widget);
  background: #f2652e;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.contact-info-icon {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #060b14;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.1rem;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.contact-info-content span {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 700;
}

.contact-info-content strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.page-heading {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 17rem;
  padding: 8.5rem 0 2.75rem;
  border-bottom: 4px solid #f2652e;
  overflow: hidden;
}

.page-heading--dark {
  background: #060b14;
  color: #fff;
}

.page-heading::before {
  content: none;
}

.page-heading .container {
  position: relative;
  z-index: 1;
}

.page-heading h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  line-height: 1.1;
}

.breadcrumb-nav--center {
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.breadcrumb-nav--center a {
  color: #f2652e;
}

.breadcrumb-nav--center a:hover,
.breadcrumb-nav--center span[aria-current="page"] {
  color: #fff;
}

.page-heading .breadcrumb-nav--center span[aria-current="page"] {
  color: #fff !important;
  font-weight: 700;
}

.about-page-hero .section-kicker,
.about-method-section .section-kicker,
.about-commitment-section .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.about-page-hero {
  background: #ffe5db;
}

.about-page-panel {
  display: grid;
  gap: 1rem;
}

.about-page-stat,
.about-method-item {
  border: 1px solid rgba(242, 101, 46, 0.16);
  border-radius: var(--rt-radius-widget);
  box-shadow: 0 18px 46px rgba(6, 11, 20, 0.12);
}

.about-page-stat {
  padding: 1.25rem;
  background: #060b14;
}

.about-page-stat span {
  display: block;
  margin-bottom: 0.35rem;
  color: #f2652e;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
}

.about-page-stat strong {
  color: #fff;
  font-size: 1.1rem;
}

.about-page-detail {
  background: #f6f6f6;
}

.about-method-item p {
  margin: 0;
  color: #fff;
  line-height: 1.75;
}

.about-method-section {
  background: #fff;
}

.about-method-section .section-title {
  max-width: 52rem;
  color: #0e1728;
}

.about-method-section .section-text {
  color: #5a6473;
}

.about-method-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  padding: 1.35rem;
  background: #060b14;
  color: #fff;
  border: 1px solid rgba(242, 101, 46, 0.16);
}

.about-method-item span {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #060b14;
  background: #f2652e;
  font-weight: 800;
}

.renovation-types-section .jantes-type-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
  background: #060b14;
  color: #fff;
  border: 1px solid rgba(242, 101, 46, 0.16);
  border-radius: var(--rt-radius-widget);
  box-shadow: 0 18px 46px rgba(6, 11, 20, 0.12);
}

.renovation-types-section .jantes-type-head {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.renovation-types-section .jantes-type-head span {
  width: 2.9rem;
  height: 2.9rem;
  min-width: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #f2652e;
  background: rgba(242, 101, 46, 0.08);
  border: 1px solid rgba(242, 101, 46, 0.28);
  font-weight: 800;
}

.renovation-types-section .jantes-type-head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Playfair Display", Georgia, serif;
}

.renovation-types-section .jantes-type-head h3 a {
  color: #f2652e;
  text-decoration: none;
}

.renovation-types-section .jantes-type-head h3 a:hover,
.renovation-types-section .jantes-type-head h3 a:focus {
  color: #fff;
  text-decoration: none;
}

.renovation-types-section .jantes-type-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.about-commitment-section {
  background: #060b14;
}

.about-commitment-panel {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-commitment-section .section-title,
.about-commitment-section .section-text {
  color: #fff;
}

.about-commitment-visual {
  overflow: hidden;
  border-radius: var(--rt-radius-widget);
  border: 1px solid rgba(242, 101, 46, 0.16);
  box-shadow: 0 22px 60px rgba(6, 11, 20, 0.28);
  background: #060b14;
}

.about-commitment-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-page-intro {
  background: #f6f6f6;
}

.blog-articles-section {
  background: #fff;
}

.blog-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.blog-page-visual {
  overflow: hidden;
  border-radius: var(--rt-radius-widget);
  border: 1px solid rgba(242, 101, 46, 0.14);
  background: #060b14;
  box-shadow: 0 20px 60px rgba(6, 11, 20, 0.14);
}

.blog-page-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-article-hero {
  background: #f6f6f6;
}

.blog-article-media {
  overflow: hidden;
  border-radius: var(--rt-radius-widget);
  border: 1px solid rgba(242, 101, 46, 0.14);
  background: #060b14;
  box-shadow: 0 20px 60px rgba(6, 11, 20, 0.14);
}

.blog-article-media img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-article-content {
  background: #fff;
}

.blog-article-panel {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #1b2740;
  box-shadow: none;
}

.blog-article-heading {
  margin: 0.6rem 0 1rem;
  color: #f2652e;
  font-size: 1.6rem;
  line-height: 1.2;
}

.blog-article-panel p,
.blog-article-panel li {
  color: #1b2740;
  line-height: 1.85;
}

.blog-article-panel ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.blog-article-panel li::marker {
  color: #f2652e;
}

.blog-article-panel strong {
  color: #0e1728;
}

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(242, 101, 46, 0.14);
  border-radius: var(--rt-radius-widget);
  background: #060b14;
  color: #fff;
  box-shadow: 0 20px 60px rgba(6, 11, 20, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 101, 46, 0.3);
  box-shadow: 0 28px 70px rgba(6, 11, 20, 0.18);
}

.blog-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0e1728;
}

.blog-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  margin: 0;
  padding: 0.45rem 0.8rem;
  font-size: 0.72rem;
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
}

.blog-card__title {
  margin: 0;
  color: #f2652e;
  font-size: 1.45rem;
  line-height: 1.2;
}

.blog-card__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-card__title-link:hover,
.blog-card__title-link:focus {
  color: #fff;
}

.blog-article-table-wrap {
  margin-top: 1.25rem;
  border-radius: var(--rt-radius-widget);
  overflow: hidden;
  border: 1px solid rgba(242, 101, 46, 0.18);
}

.blog-article-table {
  margin-bottom: 0;
  color: #fff;
  background: #0a1020;
}

.blog-article-table thead th {
  background: #060b14;
  color: #fff;
  border-color: rgba(242, 101, 46, 0.18);
  font-size: 0.92rem;
}

.blog-article-table td {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.blog-article-table tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.02);
}

.blog-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.blog-card__date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
}

.blog-card__date i {
  color: #f2652e;
}

.blog-card__list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.blog-card__list li::marker {
  color: #f2652e;
}

.contact-form {
  padding: 1.5rem;
  border-radius: var(--rt-radius-widget);
  background:
    linear-gradient(180deg, rgba(10, 10, 14, 0.98), rgba(6, 11, 20, 0.98));
  border: 1px solid rgba(242, 101, 46, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.contact-form .form-label {
  color: #fff;
  font-weight: 600;
  margin-top: 0.9rem;
  margin-bottom: 0.35rem;
}

.contact-form .form-label:first-of-type {
  margin-top: 0;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(242, 101, 46, 0.16);
  color: #060b14;
  min-height: 3.9rem;
  padding: 0.95rem 1rem;
}

.contact-form textarea.form-control {
  min-height: 14.5rem;
  padding-top: 1rem;
}

.contact-form .form-control::placeholder {
  color: #8b95a7;
}

.file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.file-upload-dropzone {
  min-height: 13.5rem;
  padding: 1.5rem 1.25rem;
  border: 2px dashed rgba(242, 101, 46, 0.42);
  border-radius: var(--rt-radius-widget);
  background: linear-gradient(180deg, rgba(255, 246, 250, 0.98), rgba(255, 255, 255, 0.92));
  color: #2a3140;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.file-upload-dropzone.is-dragover {
  border-color: rgba(242, 101, 46, 0.9);
  background: linear-gradient(180deg, rgba(255, 240, 230, 1), rgba(255, 252, 248, 0.98));
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(6, 11, 20, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.file-upload-dropzone i {
  color: #f2652e;
  font-size: 2rem;
}

.file-upload-dropzone strong {
  display: block;
  font-size: 1.05rem;
  color: #2a3140;
}

.file-upload-dropzone span {
  color: #5d6779;
  font-size: 0.95rem;
}

.file-upload-browse {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  padding: 0.8rem 1.35rem;
  border-radius: var(--rt-radius-control);
  border: 1px solid rgba(242, 101, 46, 0.34);
  color: #f2652e;
  background: #fff;
  font-weight: 700;
  min-height: 3.25rem;
}

.file-upload-name {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.88rem;
  color: #8a94a6;
  word-break: break-word;
}

.file-upload-dropzone:hover {
  border-color: rgba(242, 101, 46, 0.65);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(6, 11, 20, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.contact-form .form-control:focus {
  border-color: #f2652e;
  box-shadow: 0 0 0 0.2rem rgba(242, 101, 46, 0.18);
}

.contact-form .form-control.is-invalid,
.contact-form .form-control.is-invalid:focus {
  border-color: #ff7b7b;
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.18);
}

.field-error {
  min-height: 1.15rem;
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
  color: #ff9a9a;
  font-size: 0.85rem;
  line-height: 1.35;
}

.contact-form .btn-quote {
  min-height: 3.5rem;
}

.contact-status {
  min-height: 1.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}

.contact-status--success {
  color: #7dffb2;
}

.contact-status--error {
  color: #ff9a9a;
}

.contact-status--info {
  color: #ffd28f;
}

.legal-section {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.legal-card {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #1b2740;
}

.legal-card .section-title,
.legal-card h2 {
  color: #0e1728;
}

.legal-card .section-kicker {
  background: #f2652e;
  color: #fff;
  border-color: #f2652e;
}

.legal-card h2 {
  margin: 0 0 0.9rem;
  font-size: 1.35rem;
}

.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #6c7a90;
  font-size: 0.95rem;
}

.breadcrumb-nav a {
  color: #f2652e;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  color: #fff;
}

.breadcrumb-nav span[aria-current="page"] {
  color: #0e1728;
  font-weight: 700;
}

.legal-block {
  margin-top: 1.2rem;
  padding: 1.05rem 1rem 1rem;
  border: 1px solid #d8e6f7;
  border-radius: var(--rt-radius-widget);
  background: #fff;
  color: #1b2740;
  line-height: 1.7;
  box-shadow: 0 6px 18px rgba(29, 53, 87, 0.04);
}

.legal-block > :last-child {
  margin-bottom: 0;
}

.legal-block p,
.legal-block ul {
  margin-bottom: 0.85rem;
}

.legal-block ul {
  padding-left: 1.25rem;
}

.legal-block li {
  color: #1b2740;
  line-height: 1.7;
}

.rgpd-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
}

.rgpd-banner__content {
  max-width: 980px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: var(--rt-radius-widget);
  border: 1px solid rgba(242, 101, 46, 0.2);
  background: #060b14;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.rgpd-banner__content > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.rgpd-banner__content strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.rgpd-banner__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.rgpd-banner__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.rgpd-banner__actions .btn {
  min-height: 2.75rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  white-space: nowrap;
}

.rgpd-banner__actions .btn i {
  margin-right: 0.45rem;
}

.rgpd-banner__actions .btn-outline-light {
  border-color: #f2652e;
  color: #fff;
}

.rgpd-banner__actions .btn-outline-light:hover,
.rgpd-banner__actions .btn-outline-light:focus {
  background: transparent;
  border-color: #f2652e;
  color: #f2652e;
}

@media (min-width: 768px) {
  .rgpd-banner__actions {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767.98px) {
  .rgpd-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .rgpd-banner__content {
    flex-direction: column;
    align-items: stretch;
  }

  .rgpd-banner__actions {
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  .contact-info-row {
    grid-template-columns: 1fr;
  }

  .file-upload-dropzone {
    min-height: 12.5rem;
  }
}

.site-footer {
  padding: 3.5rem 0 1.25rem;
  background: #060b14;
  color: rgba(255, 255, 255, 0.75);
  border-top: 0;
}

.footer-brand {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.footer-top {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(242, 101, 46, 0.16);
}

.footer-brand-block {
  max-width: 18rem;
}

.footer-logo {
  display: inline-flex;
  width: 7rem;
  margin-bottom: 1rem;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-brand-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-title {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.footer-nav-list,
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.footer-nav-list a,
.footer-contact-list a,
.footer-legal-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-nav-list a:hover,
.footer-contact-list a:hover,
.footer-legal-links a:hover {
  color: #f2652e;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-contact-list i {
  color: #f2652e;
  margin-top: 0.15rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.mobile-call-btn {
  display: none;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: var(--rt-radius-control);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-whatsapp {
  background: #20c009;
  border: 0;
  color: #fff !important;
  border-radius: var(--rt-radius-control);
  min-height: 3.25rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.btn-whatsapp:hover {
  background: #26d60e;
  color: #fff !important;
}

.btn-quote {
  background: #f2652e;
  border: 0;
  color: #fff !important;
  border-radius: var(--rt-radius-control);
  min-height: 3.25rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.btn-quote:hover {
  background: #d9531e;
  color: #fff !important;
}

.btn {
  border-radius: var(--rt-radius-control);
  min-height: 3.25rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.btn i {
  vertical-align: middle;
}

.btn .fa-solid {
  margin-right: 0.5rem;
}

.badge {
  border-radius: var(--rt-radius-control);
}

.form-control,
.form-select,
textarea {
  border-radius: var(--rt-radius-control) !important;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .btn {
  border-radius: var(--rt-radius-control) !important;
}

.hero-card .h4 {
  color: #fff;
}

.hero-card .small {
  color: rgba(255, 255, 255, 0.68) !important;
}

.hero-card .hero-card-header {
  position: relative;
}

.hero-card .hero-card-header::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 101, 46, 0.45), transparent);
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 4.5rem 0;
  }

  .hero-section .min-vh-100 {
    min-height: auto;
  }

  .hero-carousel {
    padding: 6rem 0 2.5rem;
  }

  .hero-slide {
    padding: 2rem 1.25rem;
  }

  .hero-carousel .carousel-control-prev {
    left: 0;
  }

  .hero-carousel .carousel-control-next {
    right: 0;
  }

  .section-text,
  .hero-section .lead {
    font-size: 1rem;
  }

  .footer-top {
    padding-bottom: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-call-btn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 3.75rem;
    height: 3.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #20c009;
    color: #fff;
    border-radius: var(--rt-radius-widget);
    box-shadow: 0 16px 34px rgba(32, 192, 9, 0.35);
    z-index: 1050;
    text-decoration: none;
  }

  .mobile-call-btn i {
    font-size: 1.2rem;
  }

  .mobile-call-btn::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(38, 214, 14, 0.45);
    border-radius: inherit;
    animation: mobileCallPulse 1.8s infinite;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.8rem;
  }

  .process-card {
    padding: 1.25rem;
  }

  .process-head {
    gap: 0.75rem;
  }

  .process-step__number {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    font-size: 0.95rem;
  }

  .process-step__body h3 {
    font-size: 1.1rem;
  }

  .renovation-types-section .jantes-type-card {
    padding: 1.2rem;
  }

  .renovation-types-section .jantes-type-head {
    gap: 0.75rem;
  }

  .renovation-types-section .jantes-type-head span {
    width: 2.6rem;
    height: 2.6rem;
    min-width: 2.6rem;
  }

  .renovation-types-section .jantes-type-head h3 {
    font-size: 1.1rem;
  }

  .renovation-benefits-section .col-lg-7 .row > [class*="col-"] {
    margin-bottom: 0;
  }

  .renov-benefit-card {
    padding: 1rem 1.1rem;
  }

  .renov-benefit-head {
    gap: 0.85rem;
  }

  .renov-benefit-icon {
    width: 3.6rem;
    height: 3.6rem;
    min-width: 3.6rem;
  }

  .renov-benefit-head h3 {
    font-size: 1.2rem;
  }

  .renov-benefit-card p {
    font-size: 0.98rem;
  }

  .zones-copy {
    font-size: 0.98rem;
  }

  .hero-card,
  .info-panel,
  .contact-card,
  .service-card,
  .advantage-card {
    border-radius: var(--rt-radius-widget);
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    display: none;
  }

}

@keyframes mobileCallPulse {
  0% {
    transform: scale(0.88);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
