:root {
  --gbx-red: #e10c12;
  --gbx-red-bright: #ff1c24;
  --gbx-black: #030405;
  --gbx-panel: #0a0c0e;
  --gbx-line: #25292d;
  --gbx-muted: #a9adb1;
}

.gbx-elementor-page .site-header { position: sticky; top: 0; }
.gbx-elementor-main { overflow: hidden; background: var(--gbx-black); }
.gbx-elementor-main .elementor { color: #f7f7f7; }
.gbx-elementor-main .elementor-widget { margin: 0; }
.gbx-elementor-main p { margin: 0; }
.gbx-elementor-main .elementor-heading-title { color: #f7f7f7; }
.gbx-elementor-main .elementor-button { text-decoration: none; }

.gbx-section {
  position: relative; width: 100%; padding: 18px 24px;
  background: var(--gbx-black);
}
.gbx-inner { width: min(100%, 1240px); margin-inline: auto; }
.gbx-overline {
  margin-bottom: 12px !important; color: var(--gbx-red-bright);
  font-size: 12px; font-weight: 800; letter-spacing: .22em; text-align: center;
}
.gbx-heading .elementor-heading-title {
  margin: 0; color: #f5f5f5 !important; font-size: clamp(31px, 4vw, 52px);
  font-weight: 800; letter-spacing: -.025em; line-height: 1.06; text-transform: uppercase;
}
.gbx-heading .elementor-heading-title span { color: var(--gbx-red-bright) !important; }
.gbx-center .elementor-heading-title, .gbx-center { text-align: center; }
.gbx-lead { margin: 14px 0 34px; color: #b9bdc0; font-size: 16px; line-height: 1.7; }
.gbx-card-icon, .gbx-price-icon {
  display: inline-grid; width: 44px; height: 44px; place-items: center;
  border: 1px solid var(--gbx-red); border-radius: 50%;
  color: var(--gbx-red-bright); font-size: 18px; font-weight: 800;
}
.gbx-card-title .elementor-heading-title { font-size: 17px; font-weight: 700; line-height: 1.3; }
.gbx-card-copy { color: var(--gbx-muted); font-size: 13px; line-height: 1.65; }

.gbx-hero {
  position: relative; min-height: 560px; justify-content: center;
  padding: 62px 24px 92px; overflow: hidden;
  background-color: #020304;
  background-image: linear-gradient(90deg, #020304 0%, rgba(2,3,4,.92) 34%, rgba(2,3,4,.08) 66%, rgba(2,3,4,.42) 100%), url("hero-v2.png");
  background-repeat: no-repeat; background-size: cover, cover; background-position: center, center;
}
.gbx-hero::after {
  content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 150px;
  background: linear-gradient(transparent, var(--gbx-black)); pointer-events: none;
}
.gbx-hero-inner { position: relative; z-index: 2; justify-content: center; min-height: 410px; }
.gbx-kicker {
  margin-bottom: 5px !important; color: #f3f3f3; font-size: clamp(22px, 2.5vw, 34px);
  font-style: italic; font-weight: 800; letter-spacing: .04em;
}
.gbx-hero-title .elementor-heading-title {
  color: var(--gbx-red-bright) !important; font-size: clamp(58px, 7vw, 96px);
  font-style: italic; font-weight: 900; letter-spacing: -.045em; line-height: .92;
  text-shadow: 0 9px 35px #000;
}
.gbx-hero-subtitle .elementor-heading-title {
  margin-top: 8px; color: #f3f3f3 !important; font-size: clamp(27px, 3.2vw, 44px);
  font-style: italic; font-weight: 800; letter-spacing: -.02em;
}
.gbx-hero-copy { max-width: 520px; margin-top: 25px; color: #c1c4c6; font-size: 15px; line-height: 1.7; }
.gbx-actions { flex-direction: row !important; align-items: center; gap: 20px !important; margin-top: 32px; }
.gbx-button .elementor-button, .gbx-video-button .elementor-button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 24px; border: 1px solid var(--gbx-red); border-radius: 4px;
  color: white !important; background: linear-gradient(#ed1c24, #c4070d) !important;
  font-size: 13px; font-weight: 800; letter-spacing: .03em;
  box-shadow: 0 10px 30px rgba(215,0,0,.18); transition: .2s ease;
}
.gbx-button .elementor-button:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(226,13,19,.4); }
.gbx-video-button .elementor-button { border-color: #555; background: rgba(8,10,12,.82) !important; box-shadow: none; }

.gbx-stats-section { z-index: 4; padding-top: 0; margin-top: -53px; background: transparent; }
.gbx-stats-grid {
  display: grid !important; grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--gbx-line); border-radius: 8px;
  background: linear-gradient(145deg, rgba(16,18,20,.98), rgba(5,6,7,.98));
  box-shadow: 0 25px 80px rgba(0,0,0,.5);
}
.gbx-stat-card {
  min-height: 112px; padding: 20px 18px; align-items: center; justify-content: center;
  border-right: 1px solid #303438; text-align: center;
}
.gbx-stat-card:last-child { border-right: 0; }
.gbx-stat-card .gbx-card-title .elementor-heading-title { margin-top: 8px; color: #f5f5f5 !important; font-size: 23px; font-weight: 500; }
.gbx-stat-card .gbx-card-copy { color: #b8bbbd; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }

.gbx-about-section { padding-top: 12px; }
.gbx-about-grid {
  display: grid !important; grid-template-columns: 48% 52%; overflow: hidden;
  min-height: 330px; border: 1px solid var(--gbx-line); border-radius: 7px;
  background: linear-gradient(145deg, #0d0f11, #060708);
}
.gbx-about-photo {
  min-height: 330px;
  background-image: linear-gradient(90deg, transparent 55%, #090b0d 100%), url("https://garazbaku.pl/wp-content/uploads/2026/07/garage-rear-v2.png");
  background-repeat: no-repeat; background-size: cover, cover; background-position: center, 62% center;
}
.gbx-about-copy { justify-content: center; padding: 34px 42px; }
.gbx-about-copy .gbx-overline { text-align: left; }
.gbx-about-copy > .elementor-widget-text-editor:not(:first-child) { margin-top: 20px; color: #b8bbbe; font-size: 15px; line-height: 1.75; }
.gbx-checks { margin-top: 24px; }
.gbx-checks .elementor-icon-list-items { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px 18px; }
.gbx-checks .elementor-icon-list-icon { color: var(--gbx-red-bright); }
.gbx-checks .elementor-icon-list-text { color: #e7e7e7; font-size: 13px; }

.gbx-services-section { background: radial-gradient(circle at 50% 10%, rgba(173,0,0,.08), transparent 34%), var(--gbx-black); }
.gbx-services-grid { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 10px !important; margin-top: 8px; }
.gbx-service-card {
  position: relative; min-height: 272px; overflow: hidden; justify-content: flex-end;
  padding: 151px 16px 17px; border: 1px solid #2b2f33; border-radius: 6px;
  background: #080a0c; transition: .2s ease;
}
.gbx-service-card:hover { border-color: #6c171b; transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0,0,0,.42); }
.gbx-service-card::before {
  content: ""; position: absolute; top: 0; right: 0; left: 0; height: 138px;
  background-image: linear-gradient(transparent 70%, #080a0c), url("reference.png");
  background-repeat: no-repeat; background-size: 862px 1824px; filter: contrast(1.08);
}
.gbx-photo-1::before { background-position: center, -33px -623px; }
.gbx-photo-2::before { background-position: center, -237px -623px; }
.gbx-photo-3::before { background-position: center, -439px -623px; }
.gbx-photo-4::before { background-position: center, -638px -623px; }
.gbx-photo-5::before { background-position: center, -33px -778px; }
.gbx-photo-6::before { background-position: center, -237px -778px; }
.gbx-photo-7::before { background-position: center, -439px -778px; }
.gbx-photo-8::before { background-position: center, -638px -778px; }
.gbx-service-card .elementor-widget { position: relative; z-index: 2; }
.gbx-service-card .gbx-card-symbol { position: absolute; left: 18px; bottom: 84px; }
.gbx-service-card .gbx-card-icon { width: auto; height: auto; border: 0; border-radius: 0; }
.gbx-service-card .gbx-card-title { margin-top: 7px; }
.gbx-service-card .gbx-card-title .elementor-heading-title { color: #f3f3f3 !important; }
.gbx-service-card .gbx-card-copy { margin-top: 8px; }

.gbx-prices-section { padding-top: 20px; background: #050607; }
.gbx-prices-grid { display: grid !important; grid-template-columns: repeat(6,1fr); gap: 10px !important; margin-top: 30px; }
.gbx-price-card {
  min-height: 184px; align-items: center; justify-content: center; padding: 18px 10px;
  border: 1px solid #303438; border-radius: 7px; text-align: center;
  background: linear-gradient(150deg, #0e1012, #060708);
}
.gbx-price-card .elementor-heading-title { min-height: 43px; margin-top: 13px; color: #ececec !important; font-size: 13px; font-weight: 500; line-height: 1.45; }
.gbx-from { display: block; margin-top: 8px; color: #c8cacc; font-size: 10px; text-transform: uppercase; }
.gbx-price { display: block; color: var(--gbx-red-bright); font-size: 27px; font-weight: 800; }
.gbx-note { margin-top: 14px !important; color: #8f9397; font-size: 11px; text-align: center; }

.gbx-benefits-grid { display: grid !important; grid-template-columns: repeat(6,1fr); gap: 1px !important; margin-top: 24px; background: #292d31; }
.gbx-benefit-card {
  min-height: 192px; justify-content: center; padding: 21px 15px;
  border: 0; border-radius: 0; text-align: center;
  background: #080a0c; transition: .2s ease;
}
.gbx-benefit-card:hover { border-color: #5a1519; background: #0c0e10; }
.gbx-benefit-card .gbx-card-symbol { margin-bottom: 13px; }
.gbx-benefit-card .gbx-card-icon { width: 52px; height: 52px; margin-inline: auto; font-size: 22px; }
.gbx-benefit-card .gbx-card-title .elementor-heading-title { color: #f3f3f3 !important; font-size: 16px; }
.gbx-benefit-card .gbx-card-copy { margin-top: 11px; }

.gbx-brands-section { padding-top: 4px; }
.gbx-brands-section .gbx-inner {
  padding: 22px 24px; border: 1px solid var(--gbx-line); border-radius: 7px;
  background: linear-gradient(145deg, #0d0f11, #060708);
}
.gbx-brands-heading .elementor-heading-title {
  color: #f0f0f0 !important; font-size: 21px; font-weight: 500; letter-spacing: .04em;
}
.gbx-brands-grid {
  display: grid !important; grid-template-columns: repeat(9,1fr); gap: 18px !important;
  align-items: center; margin-top: 22px;
}
.gbx-brand-item .elementor-heading-title {
  color: #cfd2d4 !important; font-family: Georgia, serif; font-size: clamp(15px, 1.55vw, 23px);
  font-style: italic; font-weight: 700; text-align: center; filter: grayscale(1); opacity: .9;
}

.gbx-care-section {
  min-height: 335px; justify-content: center; padding: 28px 24px;
  background-image: linear-gradient(90deg, #050607 4%, rgba(5,6,7,.98) 34%, rgba(5,6,7,.08) 70%), url("https://garazbaku.pl/wp-content/uploads/2026/07/garage-rear-v2.png");
  background-repeat: no-repeat; background-size: cover, cover; background-position: center, center;
}
.gbx-care-inner { justify-content: center; min-height: 278px; }
.gbx-care-heading .elementor-heading-title { font-size: clamp(29px, 3.1vw, 43px); font-style: italic; line-height: 1.25; }
.gbx-care-stats { flex-direction: row !important; gap: 44px !important; margin-top: 31px; }
.gbx-care-stats .elementor-widget-text-editor { width: auto; min-width: 98px; }
.gbx-care-stats strong { display: block; color: #fff; font-size: 27px; font-weight: 500; }
.gbx-care-stats span { display: block; color: #b9bdc0; font-size: 10px; text-transform: uppercase; }

.gbx-contacts-section { padding-top: 0; padding-bottom: 28px; }
.gbx-contacts-card {
  display: grid !important; grid-template-columns: 34% 66%; overflow: hidden;
  min-height: 310px; border: 1px solid var(--gbx-line); border-radius: 7px;
  background: #080a0c;
}
.gbx-contact-copy { justify-content: center; padding: 28px 30px; border-right: 1px solid #32363a; }
.gbx-contact-heading .elementor-heading-title { color: #f4f4f4 !important; font-size: 24px; font-weight: 500; }
.gbx-contact-list { display: grid; gap: 13px; margin-top: 20px; }
.gbx-contact-list p { display: flex; gap: 12px; color: #bdc0c2; font-size: 12px; line-height: 1.55; }
.gbx-contact-list b { color: var(--gbx-red-bright); font-size: 16px; }
.gbx-contact-list a { color: inherit; text-decoration: none; }
.gbx-contact-copy .gbx-button { margin-top: 20px; }
.gbx-contact-copy .elementor-button { min-height: 42px; }
.gbx-contact-map {
  position: relative; min-height: 310px; justify-content: center; align-items: center;
  background:
    linear-gradient(35deg, transparent 45%, #30343a 46%, transparent 47%),
    linear-gradient(145deg, transparent 45%, #24282d 46%, transparent 47%),
    linear-gradient(85deg, transparent 47%, #21252a 48%, transparent 49%), #0d1014;
  background-size: 190px 130px, 220px 160px, 150px 120px;
}
.gbx-contact-map::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle, transparent, rgba(0,0,0,.55)); }
.gbx-map-pin {
  position: relative; z-index: 2; display: flex; align-items: center; gap: 13px;
  padding: 15px 20px; border: 1px solid var(--gbx-red); border-radius: 6px;
  background: rgba(7,9,11,.94); color: #fff; font-size: 13px; line-height: 1.3;
}
.gbx-map-pin > b { color: var(--gbx-red-bright); font-size: 25px; }

.gbx-process-section { background: linear-gradient(145deg, #0b0d0f, #040506); }
.gbx-process-grid { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 1px !important; margin-top: 35px; background: #25292d; }
.gbx-process-card { min-height: 220px; padding: 30px 25px; background: #090b0d; }
.gbx-process-card .gbx-card-icon { width: auto; height: auto; border: 0; color: rgba(255,28,36,.35); font-size: 50px; font-style: italic; line-height: 1; }
.gbx-process-card .gbx-card-title { margin-top: 17px; }
.gbx-process-card .gbx-card-copy { margin-top: 10px; }

.gbx-reviews-grid { display: grid !important; grid-template-columns: repeat(3,1fr); gap: 14px !important; margin-top: 33px; }
.gbx-review-card {
  min-height: 230px; justify-content: center; padding: 32px;
  border: 1px solid #2c3034; border-radius: 7px; background: #080a0c;
}
.gbx-review-card .gbx-card-icon { width: auto; height: auto; border: 0; color: var(--gbx-red-bright); letter-spacing: .15em; }
.gbx-review-card .gbx-card-copy { margin-top: 15px; font-size: 14px; font-style: italic; }
.gbx-review-card .gbx-card-title { margin-top: 18px; order: 3; }

.gbx-faq-section { background: #050607; }
.gbx-faq-grid { display: grid !important; grid-template-columns: 40% 60%; gap: 65px !important; align-items: center; }
.gbx-faq-copy .gbx-overline { text-align: left; }
.gbx-faq-copy > .elementor-widget-text-editor:not(:first-child) { margin-top: 20px; color: #aaaeb1; line-height: 1.7; }
.gbx-faq-copy .gbx-button { margin-top: 25px; }
.gbx-accordion .elementor-accordion-item { margin-bottom: 9px; border: 1px solid #2d3135 !important; border-radius: 6px; overflow: hidden; background: #090b0d; }
.gbx-accordion .elementor-tab-title { padding: 20px !important; color: #f0f0f0 !important; font-weight: 700 !important; }
.gbx-accordion .elementor-tab-content { padding: 0 20px 20px !important; border: 0 !important; color: #aeb2b5 !important; line-height: 1.7; }

.gbx-cta-section {
  min-height: 430px; justify-content: center; text-align: center;
  background-image: linear-gradient(rgba(3,4,5,.28), #030405 92%), url("reference.png");
  background-repeat: no-repeat; background-size: cover, 1100px auto; background-position: center, center -1375px;
}
.gbx-cta-inner { align-items: center; }
.gbx-cta-inner .gbx-lead { max-width: 650px; }
.gbx-center-button { width: auto; margin-top: 20px; }
.gbx-center-button .elementor-button { min-width: 245px; }

@media (max-width: 1024px) {
  .gbx-stats-grid { grid-template-columns: repeat(3,1fr); }
  .gbx-stat-card:nth-child(3) { border-right: 0; }
  .gbx-stat-card:nth-child(n+4) { border-top: 1px solid #303438; }
  .gbx-about-grid { grid-template-columns: 42% 58%; }
  .gbx-services-grid { grid-template-columns: repeat(2,1fr); }
  .gbx-prices-grid { grid-template-columns: repeat(3,1fr); }
  .gbx-benefits-grid { grid-template-columns: repeat(3,1fr); }
  .gbx-brands-grid { grid-template-columns: repeat(5,1fr); }
}

@media (max-width: 767px) {
  .gbx-section { padding: 12px 16px; }
  .gbx-hero {
    min-height: 720px; padding: 260px 16px 90px; justify-content: flex-end;
    background-image: linear-gradient(180deg, rgba(2,3,4,.08) 10%, #020304 60%), url("hero-v2.png");
    background-size: cover, cover; background-position: center, 64% center;
  }
  .gbx-hero-inner { min-height: 0; }
  .gbx-hero-title .elementor-heading-title { font-size: clamp(50px, 15vw, 69px); }
  .gbx-actions { align-items: stretch; flex-direction: column !important; }
  .gbx-actions .elementor-button { width: 100%; }
  .gbx-stats-section { margin-top: -45px; }
  .gbx-stats-grid { grid-template-columns: repeat(2,1fr); }
  .gbx-stat-card { min-height: 120px; border-bottom: 1px solid #303438; }
  .gbx-stat-card:nth-child(2n) { border-right: 0; }
  .gbx-stat-card:nth-child(3) { border-right: 1px solid #303438; }
  .gbx-stat-card:last-child { grid-column: 1 / -1; }
  .gbx-about-grid { grid-template-columns: 1fr; }
  .gbx-about-photo { min-height: 280px; background-position: center, 66% center; }
  .gbx-about-copy { padding: 35px 24px; }
  .gbx-checks .elementor-icon-list-items { grid-template-columns: 1fr; }
  .gbx-services-grid, .gbx-prices-grid, .gbx-process-grid, .gbx-reviews-grid { grid-template-columns: 1fr; }
  .gbx-benefits-grid { grid-template-columns: repeat(2,1fr); }
  .gbx-service-card { min-height: 330px; }
  .gbx-service-card::before { height: 190px; background-size: 1058px 2240px; }
  .gbx-photo-1::before { background-position: center, -40px -765px; }
  .gbx-photo-2::before { background-position: center, -291px -765px; }
  .gbx-photo-3::before { background-position: center, -539px -765px; }
  .gbx-photo-4::before { background-position: center, -784px -765px; }
  .gbx-photo-5::before { background-position: center, -40px -956px; }
  .gbx-photo-6::before { background-position: center, -291px -956px; }
  .gbx-photo-7::before { background-position: center, -539px -956px; }
  .gbx-photo-8::before { background-position: center, -784px -956px; }
  .gbx-faq-grid { grid-template-columns: 1fr; gap: 40px !important; }
  .gbx-brands-grid { grid-template-columns: repeat(3,1fr); gap: 22px 10px !important; }
  .gbx-care-section {
    min-height: 500px; padding: 245px 16px 30px;
    background-image: linear-gradient(180deg, rgba(5,6,7,.06), #050607 66%), url("https://garazbaku.pl/wp-content/uploads/2026/07/garage-rear-v2.png");
    background-size: cover, cover; background-position: center, 70% center;
  }
  .gbx-care-stats { gap: 20px !important; }
  .gbx-contacts-card { grid-template-columns: 1fr; }
  .gbx-contact-copy { border-right: 0; border-bottom: 1px solid #32363a; }
  .gbx-contact-map { min-height: 250px; }
  .gbx-cta-section { min-height: 520px; background-size: cover, 1100px auto; background-position: center, 65% -1660px; }
}
