/** Shopify CDN: Minification failed

Line 992:0 Unexpected "}"
Line 1392:0 Unexpected "}"
Line 1549:0 Unexpected "}"
Line 2010:0 Unexpected "}"

**/
*{
  box-sizing:border-box;
}

.gsb-page{
  font-family:Arial, sans-serif;
  background:#f7f4ef;
  color:#111;
  width:100%;
  overflow:hidden;
}

.gsb-page a{
  text-decoration:none;
}

.gsb-navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:28px 54px;
  background:#fff;
  border-bottom:1px solid #eee;
}

.gsb-logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:#111;
  font-size:28px;
  line-height:0.9;
  letter-spacing:-0.5px;
}

.gsb-logo strong{
  font-weight:800;
}

.gsb-logo span{
  font-weight:500;
}

.gsb-globe{
  width:38px;
  height:38px;
  border:2px solid #b58b45;
  color:#b58b45;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

.gsb-nav{
  display:flex;
  gap:34px;
  align-items:center;
}

.gsb-nav a{
  color:#111;
  font-size:14px;
  font-weight:500;
}

.gsb-btn,
.gsb-btn-outline,
.gsb-footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#b58b45;
  color:#fff;
  min-height:46px;
  padding:0 28px;
  border-radius:3px;
  font-size:14px;
  font-weight:600;
  border:1px solid #b58b45;
}

.gsb-btn-outline{
  background:transparent;
  color:#b58b45;
}

.gsb-hero{
  position:relative;
  display:grid;
  grid-template-columns:42% 58%;
  min-height:560px;
  padding:58px 54px 38px;
  background:
    linear-gradient(90deg, #f7f4ef 0%, #f7f4ef 35%, rgba(247,244,239,0.82) 48%, rgba(247,244,239,0.2) 100%),
    radial-gradient(circle at 60% 35%, rgba(181,139,69,0.22), transparent 34%),
    linear-gradient(120deg, #f7f4ef, #ede3d4);
}

.gsb-hero-content{
  position:relative;
  z-index:2;
  padding-top:35px;
}

.gsb-subtitle{
  color:#b58b45;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:0 0 18px;
  font-weight:600;
}

.gsb-hero h1{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:56px;
  line-height:1.05;
  letter-spacing:-1.5px;
  margin:0 0 22px;
  font-weight:500;
}

.gsb-lead{
  max-width:430px;
  font-size:17px;
  line-height:1.55;
  margin:0 0 26px;
}

.gsb-actions{
  display:flex;
  gap:18px;
  margin-bottom:48px;
}

.gsb-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  max-width:470px;
}

.gsb-features div{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:14px;
  font-weight:600;
}

.gsb-features span{
  width:34px;
  height:34px;
  border:1px solid #b58b45;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#b58b45;
  font-size:17px;
}

.gsb-features p{
  margin:0;
  line-height:1.25;
}

.gsb-hero-visual{
  position:relative;
  min-height:490px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.gsb-map{
  position:absolute;
  top:12px;
  left:2%;
  right:0;
  height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:rgba(181,139,69,0.26);
  font-size:50px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:3px;
}

.gsb-hero-visual:after{
  content:"";
  position:absolute;
  right:-54px;
  top:-58px;
  width:34%;
  height:100%;
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(50,35,20,0.12)), #d8c4aa;
  opacity:0.6;
}

.gsb-products{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  gap:18px;
  width:100%;
  justify-content:center;
  padding-bottom:12px;
}

.gsb-product{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 16px 35px rgba(0,0,0,0.12);
  border:1px solid rgba(0,0,0,0.08);
  font-size:13px;
  font-weight:700;
  color:#333;
}

.gsb-product.white{
  width:110px;
  height:210px;
  background:#fff;
  border-radius:55px 55px 18px 18px;
}

.gsb-product.blue{
  width:118px;
  height:245px;
  background:#f8fbff;
  border-radius:18px;
  color:#1e75a8;
}

.gsb-product.clear{
  width:112px;
  height:260px;
  background:rgba(255,255,255,0.55);
  border-radius:32px 32px 16px 16px;
}

.gsb-product.dark{
  width:88px;
  height:220px;
  background:#1b120c;
  color:#caa56b;
  border-radius:42px 42px 12px 12px;
}

.gsb-product.gold{
  width:118px;
  height:205px;
  background:linear-gradient(160deg,#8a5a20,#c4964d,#3a2413);
  color:#fff;
  border-radius:60px 60px 20px 20px;
}

.gsb-categories{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:10px 14px;
  background:#fff;
}

.gsb-card{
  background:#f7f4ef;
  min-height:520px;
  padding:30px 26px 22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid #eee;
}

.gsb-card h2{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:25px;
  margin:0 0 10px;
  font-weight:500;
}

.gsb-card p{
  font-size:14px;
  line-height:1.5;
  margin:0 0 18px;
}

.gsb-card a{
  color:#8a642e;
  font-size:13px;
  font-weight:600;
  margin-top:15px;
}

.gsb-card-dark{
  background:#111;
  color:#fff;
}

.gsb-card-dark a{
  color:#d7b273;
}

.gsb-card-image{
  min-height:175px;
  margin:8px 0 20px;
  border-radius:2px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:10px;
  padding:16px;
}

.gsb-cosmetics-products{
  background:linear-gradient(160deg,#fff,#eee2d4);
}

.gsb-cosmetics-products span{
  background:#fff;
  min-width:70px;
  min-height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:8px;
  font-size:11px;
  border-radius:12px 12px 4px 4px;
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

.gsb-perfume-products{
  background:linear-gradient(160deg,#1a140f,#3b2618);
}

.gsb-perfume-products span{
  background:linear-gradient(160deg,#d4a85a,#2b1a0e);
  color:#fff;
  min-width:72px;
  min-height:130px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:8px;
  font-size:12px;
  border-radius:28px 28px 8px 8px;
}

.gsb-pet-products{
  background:linear-gradient(160deg,#f6eadb,#fff);
  align-items:center;
}

.gsb-pet-products span{
  font-size:70px;
}

.gsb-accessories-products{
  background:linear-gradient(160deg,#fff,#eadbc6);
  align-items:center;
  flex-wrap:wrap;
}

.gsb-accessories-products span{
  background:#fff;
  padding:14px;
  border-radius:50px;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  color:#7a5728;
  font-size:12px;
}

.gsb-brand-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 18px;
  align-items:center;
  margin-top:auto;
}

.gsb-brand-grid strong{
  font-size:13px;
  letter-spacing:-0.2px;
}

.gsb-icons-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  text-align:center;
  font-size:11px;
  margin-top:auto;
}

.gsb-brand-strip{
  padding:26px 38px;
  background:#fff;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}

.gsb-brand-strip p{
  margin:0 0 18px;
  color:#b58b45;
  font-size:13px;
  font-weight:700;
  letter-spacing:.7px;
}

.gsb-brand-strip div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  flex-wrap:wrap;
}

.gsb-brand-strip span{
  font-size:18px;
  font-weight:700;
  color:#111;
}

.gsb-bottom-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
  padding:18px 14px;
  background:#fff;
}

.gsb-process,
.gsb-reach,
.gsb-contact{
  background:#f8f6f3;
  padding:34px 28px;
  min-height:260px;
}

.gsb-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  text-align:center;
  margin-top:35px;
}

.gsb-steps span{
  width:52px;
  height:52px;
  border:1px solid #b58b45;
  border-radius:50%;
  color:#b58b45;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 15px;
  font-size:20px;
}

.gsb-steps strong{
  display:block;
  font-size:12px;
  margin-bottom:8px;
}

.gsb-steps p{
  font-size:12px;
  line-height:1.35;
  margin:0;
}

.gsb-reach h3,
.gsb-contact h3{
  font-size:16px;
  line-height:1.5;
  font-weight:500;
  margin:0 0 28px;
}

.gsb-map-small{
  min-height:130px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:rgba(181,139,69,0.35);
  font-size:22px;
  font-weight:800;
  letter-spacing:2px;
  background:radial-gradient(circle, rgba(181,139,69,0.18), transparent 65%);
}

.gsb-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.gsb-contact input,
.gsb-contact textarea{
  width:100%;
  border:1px solid #ddd;
  background:#fff;
  padding:12px;
  font-size:13px;
  border-radius:0;
  font-family:Arial, sans-serif;
}

.gsb-contact textarea{
  min-height:70px;
  margin:10px 0;
  resize:vertical;
}

.gsb-contact button{
  width:100%;
  background:#b58b45;
  color:#fff;
  border:0;
  padding:13px;
  cursor:pointer;
  font-weight:700;
}

.gsb-footer{
  display:grid;
  grid-template-columns:1.5fr .8fr .8fr 1fr 1.1fr;
  gap:34px;
  background:#111;
  color:#fff;
  padding:38px 42px;
}

.gsb-footer-logo{
  color:#fff;
  font-size:24px;
  font-weight:800;
  line-height:1;
  margin-bottom:18px;
}

.gsb-footer p{
  color:#ddd;
  font-size:13px;
  line-height:1.5;
  margin:0 0 12px;
}

.gsb-footer h4{
  color:#fff;
  font-size:13px;
  margin:0 0 16px;
}

.gsb-footer a{
  display:block;
  color:#ddd;
  font-size:13px;
  margin-bottom:8px;
}

.gsb-footer-btn{
  background:transparent;
  border-color:#b58b45;
  color:#fff !important;
  margin-top:14px;
}

@media(max-width:1100px){
  .gsb-navbar{
    padding:24px;
  }

  .gsb-nav{
    gap:18px;
  }

  .gsb-hero{
    grid-template-columns:1fr;
  }

  .gsb-categories,
  .gsb-bottom-grid{
    grid-template-columns:1fr 1fr;
  }

  .gsb-footer{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .gsb-navbar{
    flex-direction:column;
    align-items:flex-start;
  }

  .gsb-nav{
    flex-wrap:wrap;
  }

  .gsb-hero{
    padding:40px 24px;
  }

  .gsb-hero h1{
    font-size:42px;
  }

  .gsb-actions,
  .gsb-features{
    grid-template-columns:1fr 1fr;
    flex-wrap:wrap;
  }

  .gsb-products{
    flex-wrap:wrap;
  }

  .gsb-categories,
  .gsb-bottom-grid,
  .gsb-footer{
    grid-template-columns:1fr;
  }

  .gsb-steps{
    grid-template-columns:1fr 1fr;
  }

  .gsb-form-grid{
    grid-template-columns:1fr;
  }
}.gsb-hero-image-wrap{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.gsb-hero-image{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center;
  display:block;
}/* Hide category links */
.gsb-card a,
.gsb-image-card a {
  display: none !important;
}/* Fix category section layout */
.gsb-categories {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  background: #fff !important;
  width: 100% !important;
  clear: both !important;
}

.gsb-card {
  width: 100% !important;
  min-height: 520px !important;
  overflow: hidden !important;
}

.gsb-image-card {
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #eee !important;
}

.gsb-card-full-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Force brand strip below categories */
.gsb-brand-strip {
  clear: both !important;
  width: 100% !important;
  display: block !important;
}/* FIX: logo carousel one-line scrolling */
.gsb-logo-carousel {
  padding: 28px 38px !important;
  background: #fff !important;
  overflow: hidden !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}

.gsb-logo-carousel p {
  margin: 0 0 20px !important;
  color: #b58b45 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .8px !important;
}

.gsb-logo-carousel .gsb-logo-track {
  width: 100% !important;
  overflow: hidden !important;
  display: block !important;
  white-space: nowrap !important;
}

.gsb-logo-carousel .gsb-logo-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 58px !important;
  width: max-content !important;
  white-space: nowrap !important;
  animation: gsbLogoScroll 28s linear infinite !important;
}

.gsb-logo-carousel .gsb-logo-row span {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #111 !important;
  letter-spacing: -0.3px !important;
}

.gsb-logo-carousel .gsb-logo-track:hover .gsb-logo-row {
  animation-play-state: paused !important;
}

@keyframes gsbLogoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}/* How we work premium icons */
.gsb-steps-premium {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  margin-top: 36px !important;
  text-align: center !important;
}

.gsb-step-item {
  position: relative !important;
  z-index: 2 !important;
}

.gsb-step-icon {
  width: 74px !important;
  height: 74px !important;
  border: 1.5px solid #b58b45 !important;
  border-radius: 50% !important;
  color: #b58b45 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
  background: #f8f6f3 !important;
}

.gsb-step-item strong {
  display: block !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
  color: #111 !important;
}

.gsb-step-item p {
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  color: #333 !important;
}

@media(max-width: 900px) {
  .gsb-steps-premium {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media(max-width: 600px) {
  .gsb-steps-premium {
    grid-template-columns: 1fr !important;
  }
}/* Logo carousel side fade */
.gsb-logo-track::before,
.gsb-logo-track::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.gsb-logo-track::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.gsb-logo-track::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}/* How we work connecting line */
.gsb-steps-premium::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: #d9c19a;
  z-index: 1;
}

.gsb-step-icon {
  position: relative !important;
  z-index: 3 !important;
}/* Global Reach premium map */
.gsb-global-premium {
  position: relative !important;
  overflow: hidden !important;
}

.gsb-global-premium h3 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  max-width: 560px !important;
  margin-bottom: 26px !important;
}

.gsb-global-map {
  width: 100% !important;
  max-width: 560px !important;
  height: auto !important;
  display: block !important;
  margin: 20px auto 18px !important;
  opacity: 0.95 !important;
}

.gsb-market-list {
  text-align: center !important;
  color: #dfcaa8 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  margin-top: 12px !important;
}/* Global Reach cleanup */
.gsb-global-premium {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 44px 42px !important;
  background: #f8f6f3 !important;
}

.gsb-global-premium h3 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  max-width: 520px !important;
  margin: 0 0 28px !important;
  color: #222 !important;
}

.gsb-global-map {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  display: block !important;
  margin: 10px auto 24px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  image-rendering: auto !important;
}

.gsb-market-list {
  width: 100% !important;
  text-align: center !important;
  color: #dfcaa8 !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  margin-top: 8px !important;
}/* Contact form center alignment */
.gsb-contact {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
  min-height: 520px !important;
  padding: 48px 42px !important;
}

.gsb-contact .gsb-subtitle {
  margin-bottom: 18px !important;
}

.gsb-contact > p {
  margin-bottom: 28px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.gsb-contact form {
  width: 100% !important;
  margin-top: 0 !important;
}

.gsb-contact input,
.gsb-contact textarea {
  min-height: 52px !important;
  font-size: 15px !important;
}

.gsb-contact textarea {
  min-height: 92px !important;
}

.gsb-contact button {
  min-height: 52px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}/* Hero premium feature icons */
.gsb-features {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 26px !important;
  margin-top: 46px !important;
  max-width: 560px !important;
}

.gsb-feature-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.gsb-feature-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #b9853f;
  color: #b9853f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
}

.gsb-feature-icon svg {
  width: 23px !important;
  height: 23px !important;
}

.gsb-feature-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  text-align: center;
}

.gsb-lead {
  max-width: 560px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  color: #222 !important;
}

@media(max-width: 700px) {
  .gsb-features {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
  }
}/* FINAL HERO FIX */
.gsb-hero {
  display: grid !important;
  grid-template-columns: 40% 60% !important;
  align-items: center !important;
  gap: 0 !important;
  min-height: 620px !important;
  padding: 64px 54px 50px !important;
  background: #f7f4ef !important;
  overflow: hidden !important;
}

.gsb-hero-content {
  width: 100% !important;
  max-width: 560px !important;
  position: relative !important;
  z-index: 3 !important;
}

.gsb-hero-content h1 {
  font-size: 58px !important;
  line-height: 1.05 !important;
  margin: 18px 0 24px !important;
}

.gsb-hero-content .gsb-lead,
.gsb-hero-content p {
  max-width: 560px !important;
}

.gsb-hero-image-wrap,
.gsb-hero-visual {
  width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
}

.gsb-hero-image {
  width: 100% !important;
  height: 560px !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* HERO FEATURES FIX */
.gsb-features {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 26px !important;
  margin-top: 46px !important;
  max-width: 560px !important;
}

.gsb-feature-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.gsb-feature-icon {
  width: 44px !important;
  height: 44px !important;
  border: 1.4px solid #b58b45 !important;
  border-radius: 50% !important;
  color: #b58b45 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fffaf4 !important;
}

.gsb-feature-icon svg {
  width: 23px !important;
  height: 23px !important;
}

.gsb-feature-item p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

/* MOBILE HERO */
@media(max-width: 900px) {
  .gsb-hero {
    grid-template-columns: 1fr !important;
    padding: 42px 24px !important;
  }

  .gsb-hero-image-wrap,
  .gsb-hero-visual {
    height: auto !important;
    min-height: auto !important;
    margin-top: 34px !important;
  }

  .gsb-hero-image {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .gsb-hero-content h1 {
    font-size: 42px !important;
  }

  .gsb-features {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}.hero {
  max-width: 1440px;
  margin: 0 auto;
  padding: 90px 48px 80px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 70px;
  background: #f7f4ef;
}

.hero-content {
  max-width: 560px;
}

.hero-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b98a45;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(48px, 5vw, 88px);
  line-height: 0.95;
  color: #111111;
  margin: 0 0 32px;
  letter-spacing: -2px;
}

.hero-text {
  font-size: 18px;
  line-height: 1.65;
  color: #222222;
  margin-bottom: 34px;
  max-width: 560px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-bottom: 54px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 52px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
}

.btn-primary {
  background: #b98a45;
  color: #ffffff;
  border: 1px solid #b98a45;
}

.btn-secondary {
  background: transparent;
  color: #b98a45;
  border: 1px solid #b98a45;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 560px;
}

.feature {
  text-align: center;
}

.feature span {
  width: 44px;
  height: 44px;
  border: 1px solid #b98a45;
  border-radius: 50%;
  color: #b98a45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-weight: 700;
}

.feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  color: #111111;
}

.hero-image {
  width: 100%;
}

.hero-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* MOBILE */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 22px;
    gap: 40px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-image img {
    height: auto;
  }
}.gsb-hero {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 48px 80px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 80px;
  background: #f7f4ef;
}

.gsb-hero-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
}.gsb-hero {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 48px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  background: #f7f4ef;
}

.gsb-hero-content {
  max-width: 560px;
}

.gsb-subtitle {
  margin: 0 0 20px;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b88a43;
}

.gsb-hero h1 {
  margin: 0 0 26px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 58px;
  line-height: 0.95;
  letter-spacing: -1px;
  color: #111;
}

.gsb-lead {
  margin: 0 0 28px;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.gsb-actions {
  display: flex;
  gap: 18px;
  margin-bottom: 42px;
}

.gsb-btn,
.gsb-btn-outline {
  min-width: 170px;
  height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.gsb-btn {
  background: #b88a43;
  color: #fff;
  border: 1px solid #b88a43;
}

.gsb-btn-outline {
  background: transparent;
  color: #b88a43;
  border: 1px solid #b88a43;
}

.gsb-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin: 14px auto 0;
  width: 100%;
  max-width: 640px;
  text-align: center;
  justify-items: center;
  align-items: start;
}
}

.gsb-feature-item {
  text-align: center;
}

.gsb-feature-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border: 1px solid #b88a43;
  border-radius: 50%;
  color: #b88a43;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.gsb-feature-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}

.gsb-hero-image {
  width: 100%;
  max-width: 760px;
}

.gsb-hero-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 900px) {
  .gsb-hero {
    grid-template-columns: 1fr;
    padding: 50px 22px;
    gap: 36px;
  }

  .gsb-hero h1 {
    font-size: 44px;
  }

  .gsb-actions {
    flex-direction: column;
  }

  .gsb-btn,
  .gsb-btn-outline {
    width: 100%;
  }

  .gsb-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .gsb-hero-image img {
    height: auto;
  }
}.gsb-hero {
  background: #f7f4ef;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 70px;
}

.gsb-hero-content {
  max-width: 520px;
}

.gsb-subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b9853f;
  font-weight: 700;
  margin-bottom: 22px;
}

.gsb-hero h1 {
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 500;
  color: #111;
  margin: 0 0 26px;
}

.gsb-lead {
  font-size: 16px;
  line-height: 1.65;
  color: #222;
  margin-bottom: 32px;
}

.gsb-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}

.gsb-btn,
.gsb-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  height: 52px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gsb-btn {
  background: #b9853f;
  color: #fff;
  border: 1px solid #b9853f;
}

.gsb-btn-outline {
  background: transparent;
  color: #b9853f;
  border: 1px solid #b9853f;
}

.gsb-hero-right {
  width: 100%;
}

.gsb-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.gsb-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 38px auto 0;
  width: 100%;
  max-width: 620px;
  text-align: center;
  justify-items: center;
}
}

.gsb-feature-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #b9853f;
  color: #b9853f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.gsb-feature-icon svg {
  width: 20px;
  height: 20px;
}

.gsb-feature-item {
  text-align: center;
  width: 100%;
}/* FINAL ICONS UNDER HERO IMAGE FIX */

.gsb-hero {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 70px 20px 50px !important;
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  align-items: center !important;
  gap: 70px !important;
  background: #f7f4ef !important;
}

.gsb-hero-right {
  width: 100% !important;
  max-width: 760px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.gsb-hero-image {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gsb-hero-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ikony pod zdjęciem */
.gsb-features {
  width: 100% !important;
  max-width: 600px !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  justify-items: center !important;
  text-align: center !important;
}

.gsb-feature-item {
  width: 110px !important;
  min-height: 86px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

.gsb-feature-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border: 1px solid #b9853f !important;
  color: #b9853f !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 10px !important;
  background: transparent !important;
}

.gsb-feature-icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.gsb-feature-item p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  color: #111 !important;
  text-align: center !important;
}

/* mobile */
@media (max-width: 900px) {
  .gsb-hero {
    grid-template-columns: 1fr !important;
    padding: 50px 22px !important;
    gap: 36px !important;
  }

  .gsb-features {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 360px !important;
    gap: 22px !important;
  }
}/* FINAL POSITION - ICONS ON BUTTON LEVEL */

.gsb-hero {
  align-items: start !important;
  padding-bottom: 30px !important;
}

.gsb-hero-content {
  padding-top: 110px !important;
}

.gsb-hero-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* obrazek */
.gsb-hero-image {
  width: 100% !important;
  max-width: 760px !important;
}

/* ikony przesunięte wyżej */
.gsb-features {
  margin: -42px auto 0 !important;
  width: 100% !important;
  max-width: 620px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 26px !important;
  justify-items: center !important;
  align-items: start !important;
  text-align: center !important;
}

.gsb-feature-item {
  width: 115px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.gsb-feature-icon {
  width: 42px !important;
  height: 42px !important;
  margin: 0 auto 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gsb-feature-item p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: center !important;
}/* FINAL ALIGN ICONS WITH HERO BUTTONS */

.gsb-hero {
  padding-bottom: 20px !important;
}

.gsb-hero-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.gsb-features {
  margin-top: 0 !important;
  transform: translateY(-85px) !important;
  width: 100% !important;
  max-width: 620px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  justify-items: center !important;
  align-items: start !important;
  text-align: center !important;
}

.gsb-feature-item {
  width: 115px !important;
  min-height: 82px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

.gsb-feature-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  margin: 0 auto 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gsb-feature-item p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: center !important;
}/* IKONY POŁĄCZONE LINIĄ */
.gsb-features {
  position: relative !important;
  width: 100% !important;
  max-width: 620px !important;
  margin: 18px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  justify-items: center !important;
  align-items: start !important;
  text-align: center !important;
}

/* linia łącząca ikony */
.gsb-features::before {
  content: "" !important;
  position: absolute !important;
  top: 21px !important;          /* środek ikon */
  left: 9% !important;
  right: 9% !important;
  height: 1px !important;
  background: #d8c8ad !important;
  z-index: 0 !important;
}

.gsb-feature-item {
  position: relative !important;
  z-index: 1 !important;
  width: 115px !important;
  min-height: 86px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

.gsb-feature-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border: 1px solid #b9853f !important;
  color: #b9853f !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 10px !important;
  background: #f7f4ef !important;   /* zakrywa linię pod ikoną */
}

.gsb-feature-icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.gsb-feature-item p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #111 !important;
  text-align: center !important;
}/* CENTER HOW WE WORK BOX */

.gsb-process {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 640px !important;
}

.gsb-process .gsb-section-label,
.gsb-process h2 {
  text-align: left !important;
}

.gsb-steps {
  margin-top: 42px !important;
}.gsb-work-intro {
  max-width: 520px !important;
  margin: 18px 0 46px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #333 !important;
}/* FIX BOTTOM GRID - 3 COLUMNS */

.gsb-bottom-grid {
  width: 100% !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 30px 20px 60px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

/* wspólny wygląd 3 boxów */
.gsb-process,
.gsb-markets,
.gsb-contact {
  background: #f7f4ef !important;
  min-height: 640px !important;
  padding: 56px 48px !important;
  box-sizing: border-box !important;
}

/* HOW WE WORK - premium centered layout */
.gsb-process {
  background: #f7f4ef !important;
  padding: 90px 20px 80px !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
}

.gsb-process .gsb-subtitle {
  text-align: center !important;
  color: #b8893b !important;
  font-size: 12px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin: 0 0 28px !important;
}

.gsb-work-intro {
  max-width: 620px !important;
  margin: 0 auto 70px !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #2b2b2b !important;
}

.gsb-steps,
.gsb-steps-premium {
  max-width: 1050px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  position: relative !important;
  align-items: start !important;
}

.gsb-steps::before,
.gsb-steps-premium::before {
  content: "" !important;
  position: absolute !important;
  top: 24px !important;
  left: 12% !important;
  right: 12% !important;
  height: 1px !important;
  background: #c99645 !important;
  z-index: 0 !important;
}

.gsb-step {
  position: relative !important;
  text-align: center !important;
  z-index: 1 !important;
  padding: 0 20px !important;
}

.gsb-step-icon {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #c99645 !important;
  border-radius: 50% !important;
  background: #f7f4ef !important;
  margin: 0 auto 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #c99645 !important;
  font-size: 18px !important;
  position: relative !important;
  z-index: 2 !important;
}

.gsb-step h3,
.gsb-step-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 0 10px !important;
}

.gsb-step p {
  font-size: 13px !important;
  color: #333 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* mobile */
@media (max-width: 768px) {
  .gsb-process {
    padding: 60px 20px !important;
  }

  .gsb-steps,
  .gsb-steps-premium {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }

  .gsb-steps::before,
  .gsb-steps-premium::before {
    display: none !important;
  }

  .gsb-work-intro {
    margin-bottom: 45px !important;
  }
}
}/* FINAL FIX - RESTORE 3 COLUMNS BOTTOM SECTION */

.gsb-bottom-grid {
  width: calc(100vw - 40px) !important;
  max-width: 1880px !important;
  margin: 30px auto 70px !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;

  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* 3 główne boxy */
.gsb-process,
.gsb-markets,
.gsb-contact {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 660px !important;
  background: #f7f4ef !important;
  padding: 56px 48px !important;
  box-sizing: border-box !important;
}

/* How We Work */
.gsb-process {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Global Reach */
.gsb-markets {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Contact */
.gsb-contact {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* tekst w How We Work */
.gsb-work-intro {
  max-width: 520px !important;
  margin: 18px auto 42px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  text-align: center !important;
}

/* kroki w How We Work */
.gsb-steps,
.gsb-steps-premium {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: start !important;
  text-align: center !important;
}

/* mobile */
@media (max-width: 1100px) {
  .gsb-bottom-grid {
    width: calc(100vw - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .gsb-process,
  .gsb-markets,
  .gsb-contact {
    min-height: auto !important;
    padding: 42px 24px !important;
  }
}/* FINAL FIX - HOW WE WORK + GLOBAL REACH */

.gsb-process {
  padding: 80px 20px 90px !important;
  background: #f7f4ef !important;
  text-align: center !important;
  min-height: auto !important;
}

.gsb-process .gsb-subtitle {
  text-align: center !important;
  margin: 0 0 28px 0 !important;
}

.gsb-work-intro {
  max-width: 620px !important;
  margin: 0 auto 60px auto !important;
}

.gsb-steps,
.gsb-steps-premium {
  max-width: 920px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}

/* GLOBAL REACH - wyśrodkowanie sekcji */
.gsb-markets {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 80px 20px !important;
  text-align: center !important;
  display: block !important;
  min-height: auto !important;
}

.gsb-markets .gsb-subtitle,
.gsb-markets h2,
.gsb-markets p {
  text-align: center !important;
}

/* obraz mapy */
.gsb-markets img {
  display: block !important;
  max-width: 520px !important;
  width: 100% !important;
  height: auto !important;
  margin: 35px auto 0 auto !important;
}

/* jeśli mapa jest w dodatkowym wrapperze */
.gsb-map,
.gsb-world-map,
.gsb-market-map {
  max-width: 620px !important;
  margin: 0 auto !important;
  text-align: center !important;
}/* PREMIUM FIX - bottom boxes alignment */

.gsb-bottom-grid {
  align-items: stretch !important;
}

.gsb-process,
.gsb-markets,
.gsb-contact {
  min-height: 520px !important;
}

/* HOW WE WORK - środek boxa */
.gsb-process {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* GLOBAL REACH - mapa centralnie w boxie */
.gsb-markets {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 50px 45px !important;
}

/* obraz mapy */
.gsb-markets img,
.gsb-global-map,
.gsb-map-img {
  width: 100% !important;
  max-width: 460px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* CONTACT - formularz centralnie w boxie */
.gsb-contact {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* bardziej premium spacing */
.gsb-contact .gsb-subtitle {
  margin-bottom: 28px !important;
}

.gsb-contact h3,
.gsb-contact h2 {
  margin-bottom: 34px !important;
}

/* lekko zmniejsza opis w HOW WE WORK */
.gsb-process .gsb-work-intro {
  max-width: 430px !important;
  margin: 0 auto 48px auto !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* kroki niżej i bardziej równo */
.gsb-process .gsb-steps,
.gsb-process .gsb-steps-premium {
  margin-top: 10px !important;
}/* PREMIUM MAP SIZE FIX */

.gsb-markets {
  padding: 40px 35px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.gsb-markets img,
.gsb-global-map,
.gsb-map-img {
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}/* MAP INNER ZOOM - większa mapa wewnątrz kafelka */

.gsb-markets {
  overflow: hidden !important;
  padding: 35px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.gsb-markets img,
.gsb-global-map,
.gsb-map-img {
  width: 100% !important;
  max-width: 620px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  transform: scale(1.18) !important;
  transform-origin: center center !important;
}/* MAP POSITION PREMIUM FINAL */

.gsb-markets {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 55px 28px 35px !important;
  overflow: hidden !important;
}

/* mapa trochę niżej i centralnie */
.gsb-markets img,
.gsb-global-map,
.gsb-map-img {
  width: 100% !important;
  max-width: 620px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  transform: scale(1.15) !important;
  transform-origin: center center !important;
  position: relative !important;
  top: 35px !important;
}/* PREMIUM HERO + HEADER FIX */

.gsb-header {
  height: 86px !important;
  padding: 0 58px !important;
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eee8df !important;
}

.gsb-logo {
  transform: scale(0.92) !important;
  transform-origin: left center !important;
}

.gsb-nav {
  display: flex !important;
  align-items: center !important;
  gap: 34px !important;
}

.gsb-nav a {
  font-size: 15px !important;
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.gsb-nav a:hover {
  color: #b8893b !important;
}

/* HERO SECTION */

.gsb-hero {
  min-height: calc(100vh - 86px) !important;
  padding: 70px 60px 50px !important;
  background: #f7f4ef !important;
  display: flex !important;
  align-items: center !important;
}

.gsb-hero-inner {
  max-width: 1240px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  gap: 72px !important;
  align-items: center !important;
}

/* LEFT TEXT */

.gsb-eyebrow,
.gsb-hero .gsb-subtitle {
  color: #b8893b !important;
  font-size: 13px !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 28px !important;
}

.gsb-hero h1 {
  font-size: clamp(48px, 5vw, 76px) !important;
  line-height: 0.96 !important;
  letter-spacing: -2px !important;
  color: #111 !important;
  margin: 0 0 30px !important;
}

.gsb-hero p {
  max-width: 570px !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
  color: #272727 !important;
  margin-bottom: 36px !important;
}

/* BUTTONS */

.gsb-hero-buttons {
  display: flex !important;
  gap: 18px !important;
  align-items: center !important;
}

.gsb-btn,
.gsb-btn-primary {
  background: #b8893b !important;
  color: #fff !important;
  padding: 17px 36px !important;
  border: 1px solid #b8893b !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: 0.25s ease !important;
}

.gsb-btn:hover,
.gsb-btn-primary:hover {
  background: #9f752f !important;
  border-color: #9f752f !important;
}

.gsb-btn-outline {
  background: transparent !important;
  color: #b8893b !important;
  border: 1px solid #b8893b !important;
  padding: 17px 36px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: 0.25s ease !important;
}

.gsb-btn-outline:hover {
  background: #b8893b !important;
  color: #fff !important;
}

/* RIGHT IMAGE */

.gsb-hero-image,
.gsb-hero-visual {
  position: relative !important;
}

.gsb-hero-image img,
.gsb-hero-visual img {
  width: 100% !important;
  max-width: 680px !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 2px !important;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.10) !important;
}

/* ICONS UNDER IMAGE */

.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  max-width: 620px !important;
  margin: 42px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  position: relative !important;
}

.gsb-hero-icons::before,
.gsb-feature-row::before,
.gsb-benefits::before {
  content: "" !important;
  position: absolute !important;
  top: 22px !important;
  left: 11% !important;
  right: 11% !important;
  height: 1px !important;
  background: #d4ad69 !important;
  z-index: 0 !important;
}

.gsb-hero-icon,
.gsb-feature-item,
.gsb-benefit-item {
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}

.gsb-hero-icon .icon,
.gsb-feature-item .icon,
.gsb-benefit-item .icon {
  width: 44px !important;
  height: 44px !important;
  margin: 0 auto 16px !important;
  border: 1px solid #c99645 !important;
  border-radius: 50% !important;
  background: #f7f4ef !important;
  color: #c99645 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gsb-hero-icon strong,
.gsb-feature-item strong,
.gsb-benefit-item strong {
  font-size: 14px !important;
  line-height: 1.15 !important;
  color: #111 !important;
  font-weight: 700 !important;
}

/* MOBILE */

@media (max-width: 980px) {
  .gsb-header {
    height: auto !important;
    padding: 24px 22px !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .gsb-nav {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px !important;
  }

  .gsb-hero {
    padding: 50px 22px !important;
  }

  .gsb-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    text-align: center !important;
  }

  .gsb-hero p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .gsb-hero-buttons {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}/* HERO FINAL PREMIUM ALIGNMENT */

.gsb-hero {
  min-height: auto !important;
  padding: 85px 60px 70px !important;
  display: flex !important;
  align-items: center !important;
}

.gsb-hero-inner {
  max-width: 1220px !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 80px !important;
  align-items: center !important;
}

/* LEFT SIDE */

.gsb-hero h1 {
  font-size: clamp(54px, 4.4vw, 68px) !important;
  line-height: 0.98 !important;
  letter-spacing: -1.8px !important;
  max-width: 560px !important;
}

.gsb-hero p {
  max-width: 560px !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
}

/* RIGHT IMAGE */

.gsb-hero-image img,
.gsb-hero-visual img {
  max-width: 720px !important;
  width: 100% !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.11) !important;
}

/* ICONS UNDER IMAGE */

.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  margin-top: 48px !important;
  max-width: 640px !important;
}

.gsb-feature-item strong,
.gsb-benefit-item strong,
.gsb-hero-icon strong {
  font-size: 15px !important;
  line-height: 1.25 !important;
}/* HERO COMPACT PREMIUM B2B FINAL */

.gsb-header {
  height: 82px !important;
  padding: 0 48px !important;
}

.gsb-logo {
  transform: scale(0.88) !important;
  transform-origin: left center !important;
}

.gsb-hero {
  min-height: auto !important;
  padding: 55px 50px 55px !important;
  background: #f7f4ef !important;
  display: flex !important;
  align-items: center !important;
}

/* szerzej, mniej wklęsłe do środka */
.gsb-hero-inner {
  max-width: 1480px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 52px !important;
  align-items: center !important;
}

/* lewa strona bliżej lewej */
.gsb-hero-content,
.gsb-hero-text {
  max-width: 620px !important;
}

/* napis GLOBAL DISTRIBUTION PARTNER */
.gsb-eyebrow,
.gsb-hero .gsb-subtitle {
  margin-bottom: 22px !important;
  font-size: 12px !important;
  letter-spacing: 5px !important;
}

/* nagłówek bardziej elegancki, mniej ogromny */
.gsb-hero h1 {
  font-size: clamp(50px, 4.2vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: -1.5px !important;
  margin: 0 0 24px 0 !important;
  max-width: 600px !important;
}

/* opis bliżej nagłówka */
.gsb-hero p {
  max-width: 600px !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  margin: 0 0 30px 0 !important;
}

/* przyciski bliżej tekstu */
.gsb-hero-buttons {
  display: flex !important;
  gap: 14px !important;
  margin-top: 0 !important;
}

.gsb-btn,
.gsb-btn-primary,
.gsb-btn-outline {
  padding: 15px 32px !important;
  min-width: 170px !important;
  text-align: center !important;
}

/* prawa strona */
.gsb-hero-image,
.gsb-hero-visual {
  width: 100% !important;
}

/* zdjęcie większe i bardziej premium */
.gsb-hero-image img,
.gsb-hero-visual img {
  width: 100% !important;
  max-width: 720px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.10) !important;
}

/* ikony bliżej zdjęcia */
.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  max-width: 640px !important;
  margin: 34px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
}

/* mniejsze ikony */
.gsb-hero-icon .icon,
.gsb-feature-item .icon,
.gsb-benefit-item .icon {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 14px !important;
}

/* tekst pod ikonami */
.gsb-hero-icon strong,
.gsb-feature-item strong,
.gsb-benefit-item strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

/* linia między ikonami bliżej */
.gsb-hero-icons::before,
.gsb-feature-row::before,
.gsb-benefits::before {
  top: 21px !important;
  left: 10% !important;
  right: 10% !important;
}

/* większe ekrany - jeszcze bardziej premium */
@media (min-width: 1400px) {
  .gsb-hero {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .gsb-hero-inner {
    max-width: 1500px !important;
    gap: 60px !important;
  }

  .gsb-hero-image img,
  .gsb-hero-visual img {
    max-width: 760px !important;
  }
}

/* mobile */
@media (max-width: 980px) {
  .gsb-hero {
    padding: 45px 22px !important;
  }

  .gsb-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    text-align: center !important;
  }

  .gsb-hero-content,
  .gsb-hero-text,
  .gsb-hero h1,
  .gsb-hero p {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .gsb-hero-buttons {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}/* HERO PROFESSIONAL COMPACT FINAL */

.gsb-hero {
  min-height: auto !important;
  padding: 45px 64px 55px !important;
  background: #f7f4ef !important;
  display: flex !important;
  align-items: center !important;
}

/* szeroki layout, mniej pustego pola */
.gsb-hero-inner {
  width: 100% !important;
  max-width: 1420px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 60px !important;
  align-items: center !important;
}

/* lewa kolumna */
.gsb-hero-content,
.gsb-hero-text {
  max-width: 560px !important;
  justify-self: end !important;
}

.gsb-eyebrow,
.gsb-hero .gsb-subtitle {
  margin-bottom: 18px !important;
  font-size: 12px !important;
  letter-spacing: 5px !important;
}

.gsb-hero h1 {
  font-size: clamp(48px, 4.2vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -1.4px !important;
  margin: 0 0 24px 0 !important;
  max-width: 560px !important;
}

.gsb-hero p {
  max-width: 540px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  margin: 0 0 28px 0 !important;
}

.gsb-hero-buttons {
  margin-top: 0 !important;
  display: flex !important;
  gap: 14px !important;
}

/* prawa kolumna jako jeden spójny blok */
.gsb-hero-image,
.gsb-hero-visual {
  width: 100% !important;
  max-width: 660px !important;
  justify-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* zdjęcie niżej i bardziej wyśrodkowane względem całej sekcji */
.gsb-hero-image img,
.gsb-hero-visual img {
  width: 100% !important;
  max-width: 660px !important;
  height: auto !important;
  display: block !important;
  margin: 30px auto 0 !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.10) !important;
}

/* ikony bliżej zdjęcia */
.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  width: 100% !important;
  max-width: 600px !important;
  margin: 36px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  position: relative !important;
}

/* linia między ikonami */
.gsb-hero-icons::before,
.gsb-feature-row::before,
.gsb-benefits::before {
  content: "" !important;
  position: absolute !important;
  top: 21px !important;
  left: 10% !important;
  right: 10% !important;
  height: 1px !important;
  background: #d4ad69 !important;
  z-index: 0 !important;
}

/* ikony */
.gsb-hero-icon,
.gsb-feature-item,
.gsb-benefit-item {
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}

.gsb-hero-icon .icon,
.gsb-feature-item .icon,
.gsb-benefit-item .icon {
  width: 42px !important;
  height: 42px !important;
  margin: 0 auto 14px !important;
  border: 1px solid #c99645 !important;
  border-radius: 50% !important;
  background: #f7f4ef !important;
  color: #c99645 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* tekst ikon */
.gsb-hero-icon strong,
.gsb-feature-item strong,
.gsb-benefit-item strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
  color: #111 !important;
  font-weight: 700 !important;
}/* HERO IMAGE BIG PREMIUM LAYOUT */

.gsb-hero {
  min-height: calc(100vh - 82px) !important;
  padding: 40px 48px 50px !important;
  background: #f7f4ef !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.gsb-hero-inner {
  max-width: 1580px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.78fr 1.22fr !important;
  gap: 42px !important;
  align-items: center !important;
}

/* lewa kolumna bliżej lewej */
.gsb-hero-content,
.gsb-hero-text {
  max-width: 560px !important;
  justify-self: end !important;
}

/* nagłówek bardziej kompaktowy */
.gsb-hero h1 {
  font-size: clamp(48px, 4.1vw, 66px) !important;
  line-height: 1.02 !important;
  margin-bottom: 24px !important;
}

/* prawa kolumna większa */
.gsb-hero-image,
.gsb-hero-visual {
  width: 100% !important;
  max-width: 860px !important;
  justify-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* POWIĘKSZENIE ZDJĘCIA */
.gsb-hero-image img,
.gsb-hero-visual img {
  width: 100% !important;
  max-width: 860px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12) !important;
}

/* ikony bliżej zdjęcia */
.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  max-width: 760px !important;
  width: 100% !important;
  margin: 34px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}

/* mniej pustego pola pod ikonami */
.gsb-feature-item,
.gsb-benefit-item,
.gsb-hero-icon {
  text-align: center !important;
}/* HERO FINAL - WIDE PREMIUM LAYOUT */

.gsb-hero {
  background: #f7f4ef !important;
  min-height: auto !important;
  padding: 42px 48px 48px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.gsb-hero-inner {
  width: 100% !important;
  max-width: 1560px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.42fr 0.58fr !important;
  gap: 36px !important;
  align-items: center !important;
}

/* LEFT SIDE */

.gsb-hero-content,
.gsb-hero-text {
  max-width: 520px !important;
  justify-self: end !important;
}

.gsb-eyebrow,
.gsb-hero .gsb-subtitle {
  font-size: 11px !important;
  letter-spacing: 3.5px !important;
  color: #b8893b !important;
  margin: 0 0 14px 0 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.gsb-hero h1 {
  font-size: clamp(42px, 3.6vw, 58px) !important;
  line-height: 1.02 !important;
  letter-spacing: -1.2px !important;
  margin: 0 0 18px 0 !important;
  max-width: 520px !important;
}

.gsb-hero p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  max-width: 500px !important;
  margin: 0 0 24px 0 !important;
}

/* BUTTONS */

.gsb-hero-buttons {
  display: flex !important;
  gap: 14px !important;
  margin: 0 0 34px 0 !important;
}

.gsb-btn,
.gsb-btn-primary,
.gsb-btn-outline {
  padding: 14px 30px !important;
  min-width: 160px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* RIGHT SIDE - IMAGE WIDE */

.gsb-hero-image,
.gsb-hero-visual {
  width: 100% !important;
  max-width: 920px !important;
  justify-self: start !important;
  display: block !important;
}

/* robi zdjęcie bardziej poziome/panoramiczne */
.gsb-hero-image img,
.gsb-hero-visual img {
  width: 100% !important;
  max-width: 920px !important;
  height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.10) !important;
}

/* ICONS - pod tekstem po lewej, bliżej i równo */

.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  max-width: 440px !important;
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  position: relative !important;
}

.gsb-hero-icons::before,
.gsb-feature-row::before,
.gsb-benefits::before {
  content: "" !important;
  position: absolute !important;
  top: 19px !important;
  left: 9% !important;
  right: 9% !important;
  height: 1px !important;
  background: #d4ad69 !important;
  z-index: 0 !important;
}

.gsb-hero-icon,
.gsb-feature-item,
.gsb-benefit-item {
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}

.gsb-hero-icon .icon,
.gsb-feature-item .icon,
.gsb-benefit-item .icon {
  width: 38px !important;
  height: 38px !important;
  margin: 0 auto 10px !important;
  border: 1px solid #c99645 !important;
  border-radius: 50% !important;
  background: #f7f4ef !important;
  color: #c99645 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gsb-hero-icon strong,
.gsb-feature-item strong,
.gsb-benefit-item strong {
  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

/* MOBILE */

@media (max-width: 980px) {
  .gsb-hero {
    padding: 36px 20px !important;
  }

  .gsb-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    text-align: center !important;
  }

  .gsb-hero-content,
  .gsb-hero-text {
    justify-self: center !important;
    max-width: 100% !important;
  }

  .gsb-hero-image,
  .gsb-hero-visual {
    justify-self: center !important;
    max-width: 100% !important;
  }

  .gsb-hero-image img,
  .gsb-hero-visual img {
    height: auto !important;
    max-width: 100% !important;
  }

  .gsb-hero-buttons {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .gsb-hero-icons,
  .gsb-feature-row,
  .gsb-benefits {
    margin: 0 auto !important;
  }
}/* ABSOLUTE FINAL HERO FIX - GLOBAL SUPPLY BEAUTY */

.gsb-hero {
  padding: 35px 40px 45px !important;
  min-height: auto !important;
  height: auto !important;
  background: #f7f4ef !important;
  overflow: hidden !important;
}

.gsb-hero-inner {
  max-width: 1600px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 42% 58% !important;
  gap: 35px !important;
  align-items: center !important;
}

/* LEWA KOLUMNA */

.gsb-hero-content,
.gsb-hero-text,
.gsb-hero-left {
  max-width: 600px !important;
  justify-self: end !important;
}

.gsb-hero h1 {
  font-size: 58px !important;
  line-height: 1.02 !important;
  letter-spacing: -1.2px !important;
  margin: 0 0 18px 0 !important;
  max-width: 620px !important;
}

.gsb-hero p {
  font-size: 17px !important;
  line-height: 1.5 !important;
  max-width: 560px !important;
  margin: 0 0 24px 0 !important;
}

.gsb-hero-buttons {
  margin-bottom: 28px !important;
}

/* PRAWA KOLUMNA - TU JEST KLUCZ */

.gsb-hero-image,
.gsb-hero-visual,
.gsb-hero-right,
.gsb-visual,
.gsb-image-wrap {
  width: 100% !important;
  max-width: 900px !important;
  justify-self: start !important;
  display: block !important;
}

/* TARGETUJEMY KAŻDE IMG W HERO */
.gsb-hero img {
  width: 100% !important;
  max-width: 900px !important;
  height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
}

/* IKONY POD ZDJĘCIEM */

.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  max-width: 760px !important;
  width: 100% !important;
  margin: 26px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
}

.gsb-feature-item,
.gsb-benefit-item,
.gsb-hero-icon {
  text-align: center !important;
}

.gsb-feature-item .icon,
.gsb-benefit-item .icon,
.gsb-hero-icon .icon {
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto 10px !important;
}

.gsb-feature-item strong,
.gsb-benefit-item strong,
.gsb-hero-icon strong {
  font-size: 13px !important;
  line-height: 1.2 !important;
}/* HERO IMAGE WIDE FIX - zakrycie pustej luki */

.gsb-hero-inner {
  max-width: 1540px !important;
  grid-template-columns: 44% 56% !important;
  gap: 28px !important;
}

/* prawa kolumna szerzej */
.gsb-hero-image,
.gsb-hero-visual,
.gsb-hero-right {
  width: 100% !important;
  max-width: 980px !important;
  justify-self: start !important;
  overflow: visible !important;
}

/* zdjęcie większe i bardziej poziome */
.gsb-hero-image img,
.gsb-hero-visual img,
.gsb-hero-right img {
  width: 112% !important;
  max-width: none !important;
  height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  margin-left: -10px !important;
  margin-right: 0 !important;
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.10) !important;
}

/* ikony dopasowane do szerokości zdjęcia */
.gsb-hero-icons,
.gsb-feature-row,
.gsb-benefits {
  max-width: 760px !important;
  margin: 34px auto 0 !important;
}/* HEADER NAV LEFT ALIGN FIX */

.gsb-header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 0 56px !important;
}

.gsb-logo {
  flex: 0 0 auto !important;
}

.gsb-nav {
  margin-left: 40px !important;
  margin-right: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 34px !important;
  justify-content: flex-start !important;
}

.gsb-nav a {
  white-space: nowrap !important;
}/* FOOTER COMPANY DETAILS */

.gsb-company-details {
  margin-top: 22px !important;
  color: #d8d8d8 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.gsb-company-details p {
  margin: 3px 0 !important;
  color: #d8d8d8 !important;
}

.gsb-company-details strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.gsb-bank-title {
  margin-top: 14px !important;
  color: #ffffff !important;
}.gsb-footer {
  background: #111;
  color: #fff;
  padding: 48px 42px;
}

.gsb-footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 0.8fr 1fr;
  gap: 48px;
  align-items: flex-start;
}

.gsb-footer-col {
  text-align: center;
}

.gsb-footer-logo {
  max-width: 210px;
  margin: 0 auto 18px auto;
  display: block;
}

.gsb-footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #d6d6d6;
  max-width: 360px;
  margin: 0 auto;
}

.gsb-footer-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #fff;
}

.gsb-footer p,
.gsb-footer a {
  font-size: 14px;
  line-height: 1.7;
  color: #d6d6d6;
  text-decoration: none;
  margin: 0 0 8px 0;
}

.gsb-footer strong {
  color: #fff;
  font-weight: 700;
}

.gsb-catalog-box {
  margin-top: 44px;
}

.gsb-catalog-box .gsb-footer-title {
  margin-bottom: 14px;
}

.gsb-footer-button {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 18px auto 0 auto;
  padding: 12px 20px;
  border: 1px solid #c99a2e;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 990px) {
  .gsb-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .gsb-footer {
    padding: 40px 20px;
  }

  .gsb-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gsb-footer-col {
    text-align: center;
  }
}.gsb-footer-catalog {
  display: none !important;
}/* FOOTER PREMIUM FINAL ALIGNMENT */

.gsb-footer {
  background: #111 !important;
  color: #d8d8d8 !important;
  padding: 48px 70px 46px !important;
  display: grid !important;
  grid-template-columns: 1.35fr 1.1fr 0.9fr 0.9fr 1.1fr !important;
  gap: 46px !important;
  align-items: start !important;
  text-align: center !important;
}

/* każdy blok w stopce */
.gsb-footer > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

/* logo */
.gsb-footer-logo {
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  margin-bottom: 22px !important;
  text-align: center !important;
}

/* nagłówki */
.gsb-footer h4,
.gsb-company-details h4 {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  margin: 0 0 20px 0 !important;
  text-align: center !important;
}

/* tekst */
.gsb-footer p,
.gsb-footer a,
.gsb-company-details p {
  color: #d8d8d8 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 4px 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.gsb-footer a:hover {
  color: #c99645 !important;
}

/* dane firmy */
.gsb-company-details {
  margin-top: 0 !important;
  text-align: center !important;
  color: #d8d8d8 !important;
}

.gsb-company-details strong {
  color: #fff !important;
  font-weight: 800 !important;
}

.gsb-bank-title {
  margin-top: 10px !important;
}

/* kontakt */
.gsb-footer strong {
  color: #fff !important;
  font-weight: 800 !important;
}

/* mobile */
@media (max-width: 1100px) {
  .gsb-footer {
    grid-template-columns: 1fr 1fr !important;
    padding: 44px 28px !important;
    gap: 36px !important;
  }
}

@media (max-width: 700px) {
  .gsb-footer {
    grid-template-columns: 1fr !important;
    padding: 42px 22px !important;
  }
}/* FOOTER FINAL POLISH */

.gsb-footer {
  padding: 42px 70px 38px !important;
  gap: 42px !important;
  min-height: auto !important;
}

.gsb-footer-logo {
  font-size: 24px !important;
  margin-bottom: 18px !important;
}

.gsb-footer p,
.gsb-footer a,
.gsb-company-details p {
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.gsb-company-details {
  max-width: 340px !important;
  margin: 0 auto !important;
}

.gsb-company-details p {
  word-break: normal !important;
}

/* żeby Pet Care nie było złote */
.gsb-footer a,
.gsb-footer p {
  color: #d8d8d8 !important;
}

.gsb-footer a:hover {
  color: #c99645 !important;
}/* HEADER MENU MOVE TO LEFT */

.gsb-header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 56px !important;
}

.gsb-logo {
  flex: 0 0 auto !important;
  margin-right: 80px !important;
}

.gsb-nav {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 34px !important;
  width: auto !important;
}

.gsb-nav a {
  white-space: nowrap !important;
}.gsb-header nav {
  margin-left: 0 !important;
  margin-right: auto !important;
  transform: translateX(-420px) !important;
}/* HEADER MENU LEFT - SAFE FINAL FIX */

.gsb-header {
  position: relative !important;
  height: 100px !important;
  padding: 0 56px !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  justify-content: start !important;
  column-gap: 80px !important;
  background: #fff !important;
}

/* jeżeli header ma wewnętrzny wrapper */
.gsb-header-inner,
.gsb-header .page-width,
.gsb-header .header__wrapper {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}

/* logo */
.gsb-logo,
.gsb-header-logo {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  justify-self: start !important;
  grid-column: 1 !important;
}

/* menu */
.gsb-nav,
.gsb-header nav,
.gsb-header-menu {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: 2 !important;
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 34px !important;
  width: auto !important;
}

/* linki */
.gsb-nav a,
.gsb-header nav a,
.gsb-header-menu a {
  white-space: nowrap !important;
  color: #111 !important;
  text-decoration: none !important;
}/* HEADER HORIZONTAL FINAL FIX */

.gsb-header {
  height: 96px !important;
  padding: 0 56px !important;
  background: #fff !important;
  border-bottom: 1px solid #eee8df !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}

.gsb-header-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 55px !important;
  width: 100% !important;
}

/* logo po lewej */
.gsb-logo {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  color: #111 !important;
  flex: 0 0 auto !important;
}

/* menu obok logo */
.gsb-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  flex: 0 0 auto !important;
}

.gsb-nav a {
  display: inline-block !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}/* ================================
   MOBILE FINAL FIX - GLOBAL SUPPLY BEAUTY
   ================================ */

@media (max-width: 768px) {

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  * {
    box-sizing: border-box !important;
  }

  /* HEADER MOBILE */

  .gsb-header {
    height: auto !important;
    padding: 24px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    text-align: center !important;
  }

  .gsb-header-left {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .gsb-logo {
    transform: none !important;
    margin: 0 auto !important;
    justify-content: center !important;
  }

  .gsb-logo-text {
    font-size: 28px !important;
    line-height: 0.9 !important;
    text-align: left !important;
  }

  .gsb-nav {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 14px 22px !important;
    margin: 0 !important;
  }

  .gsb-nav a {
    font-size: 14px !important;
  }

  /* HERO MOBILE */

  .gsb-hero {
    padding: 48px 22px 42px !important;
    min-height: auto !important;
    overflow: hidden !important;
  }

  .gsb-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 34px !important;
    text-align: center !important;
  }

  .gsb-hero-content,
  .gsb-hero-text {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: center !important;
    text-align: center !important;
  }

  .gsb-eyebrow,
  .gsb-hero .gsb-subtitle {
    font-size: 12px !important;
    letter-spacing: 4px !important;
    line-height: 1.6 !important;
    margin-bottom: 18px !important;
    text-align: center !important;
  }

  .gsb-hero h1 {
    font-size: 52px !important;
    line-height: 0.98 !important;
    letter-spacing: -1px !important;
    max-width: 100% !important;
    margin: 0 auto 24px auto !important;
    text-align: center !important;
  }

  .gsb-hero p {
    font-size: 19px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
    margin: 0 auto 30px auto !important;
    text-align: center !important;
  }

  .gsb-hero-buttons {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 0 auto 32px auto !important;
  }

  .gsb-btn,
  .gsb-btn-primary,
  .gsb-btn-outline {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 17px 20px !important;
    font-size: 16px !important;
    text-align: center !important;
  }

  /* HERO IMAGE MOBILE */

  .gsb-hero-image,
  .gsb-hero-visual,
  .gsb-hero-right {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .gsb-hero-image img,
  .gsb-hero-visual img,
  .gsb-hero-right img,
  .gsb-hero img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    transform: none !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* ICONS UNDER HERO */

  .gsb-hero-icons,
  .gsb-feature-row,
  .gsb-benefits {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 18px !important;
    margin: 28px auto 0 auto !important;
  }

  .gsb-hero-icons::before,
  .gsb-feature-row::before,
  .gsb-benefits::before {
    display: none !important;
  }

  .gsb-feature-item,
  .gsb-benefit-item,
  .gsb-hero-icon {
    text-align: center !important;
  }

  .gsb-feature-item .icon,
  .gsb-benefit-item .icon,
  .gsb-hero-icon .icon {
    width: 48px !important;
    height: 48px !important;
    margin: 0 auto 12px auto !important;
  }

  .gsb-feature-item strong,
  .gsb-benefit-item strong,
  .gsb-hero-icon strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  /* CATEGORIES MOBILE */

  .gsb-categories,
  .gsb-category-grid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 20px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    overflow: hidden !important;
  }

  .gsb-category-card,
  .gsb-category {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .gsb-category-card img,
  .gsb-category img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* BRANDS LOGO ROW MOBILE */

  .gsb-brands,
  .gsb-brand-strip,
  .gsb-logo-strip {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 36px 20px !important;
    text-align: center !important;
  }

  .gsb-brand-logos,
  .gsb-logos {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .gsb-brand-logos img,
  .gsb-logos img {
    max-width: 130px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  /* BOTTOM 3 BOXES MOBILE */

  .gsb-bottom-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 34px 20px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    overflow: hidden !important;
  }

  .gsb-process,
  .gsb-markets,
  .gsb-contact {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 42px 22px !important;
    text-align: center !important;
  }

  .gsb-process .gsb-subtitle,
  .gsb-markets .gsb-subtitle,
  .gsb-contact .gsb-subtitle {
    text-align: center !important;
    font-size: 12px !important;
    letter-spacing: 4px !important;
    line-height: 1.5 !important;
  }

  .gsb-work-intro {
    max-width: 100% !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin: 0 auto 42px auto !important;
  }

  .gsb-process .gsb-steps,
  .gsb-process .gsb-steps-premium {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 20px !important;
  }

  .gsb-process .gsb-steps::before,
  .gsb-process .gsb-steps-premium::before {
    display: none !important;
  }

  .gsb-step-icon {
    width: 62px !important;
    height: 62px !important;
    margin-bottom: 16px !important;
  }

  .gsb-step strong,
  .gsb-step h3 {
    font-size: 17px !important;
  }

  .gsb-step p {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  /* MAP MOBILE */

  .gsb-markets img,
  .gsb-global-map,
  .gsb-map-img {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    top: auto !important;
    margin: 0 auto !important;
  }

  /* FORM MOBILE */

  .gsb-contact h2,
  .gsb-contact h3 {
    font-size: 26px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .gsb-form-row,
  .gsb-form-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .gsb-contact form {
    width: 100% !important;
    max-width: 100% !important;
  }

  .gsb-contact input,
  .gsb-contact textarea {
    width: 100% !important;
    font-size: 18px !important;
    padding: 18px 20px !important;
  }

  .gsb-contact textarea {
    min-height: 150px !important;
  }

  .gsb-contact button {
    width: 100% !important;
    font-size: 18px !important;
    padding: 18px 20px !important;
  }

  /* FOOTER MOBILE */

  .gsb-footer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 52px 26px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  .gsb-footer > div {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    align-items: center !important;
  }

  .gsb-footer-logo {
    font-size: 30px !important;
    line-height: 1.05 !important;
  }

  .gsb-footer h4,
  .gsb-company-details h4 {
    font-size: 20px !important;
    margin-bottom: 18px !important;
  }

  .gsb-footer p,
  .gsb-footer a,
  .gsb-company-details p {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }
}/* ================================
   MOBILE HERO + HEADER HARD FIX
   ================================ */

@media (max-width: 768px) {

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .gsb-page,
  .gsb-wrapper,
  .gsb-section,
  .gsb-hero,
  .gsb-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* HEADER MOBILE */

  .gsb-header {
    height: auto !important;
    padding: 24px 18px 26px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .gsb-header-left {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
  }

  .gsb-logo {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: none !important;
  }

  .gsb-logo-text {
    font-size: 32px !important;
    line-height: 0.9 !important;
    letter-spacing: -1px !important;
  }

  .gsb-logo-icon {
    font-size: 34px !important;
  }

  .gsb-nav {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px 18px !important;
    justify-items: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .gsb-nav a {
    font-size: 16px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  /* HERO MOBILE - jedna kolumna */

  .gsb-hero {
    padding: 48px 22px 54px !important;
    min-height: auto !important;
    background: #f7f4ef !important;
    overflow: hidden !important;
  }

  .gsb-hero-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 30px !important;
    text-align: center !important;
  }

  .gsb-hero-content,
  .gsb-hero-text,
  .gsb-hero-left {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    order: 1 !important;
  }

  .gsb-eyebrow,
  .gsb-hero .gsb-subtitle {
    font-size: 12px !important;
    letter-spacing: 5px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    margin: 0 0 20px 0 !important;
  }

  .gsb-hero h1 {
    font-size: 58px !important;
    line-height: 0.96 !important;
    letter-spacing: -1.2px !important;
    max-width: 100% !important;
    margin: 0 auto 28px auto !important;
    text-align: center !important;
  }

  .gsb-hero p {
    font-size: 24px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    margin: 0 auto 34px auto !important;
    text-align: center !important;
  }

  .gsb-hero-buttons {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 auto !important;
    order: 2 !important;
  }

  .gsb-btn,
  .gsb-btn-primary,
  .gsb-btn-outline {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 18px 20px !important;
    font-size: 18px !important;
    text-align: center !important;
  }

  /* PRAWA KOLUMNA - nie może wchodzić obok tekstu */

  .gsb-hero-image,
  .gsb-hero-visual,
  .gsb-hero-right,
  .gsb-visual,
  .gsb-image-wrap {
    width: 100% !important;
    max-width: 100% !important;
    order: 3 !important;
    display: block !important;
    position: static !important;
    transform: none !important;
    margin: 8px auto 0 auto !important;
    overflow: hidden !important;
  }

  .gsb-hero-image img,
  .gsb-hero-visual img,
  .gsb-hero-right img,
  .gsb-hero img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 auto !important;
    transform: none !important;
    position: static !important;
  }

  /* IKONY POD ZDJĘCIEM */

  .gsb-hero-icons,
  .gsb-feature-row,
  .gsb-benefits {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 18px !important;
    margin: 26px auto 0 auto !important;
    position: relative !important;
  }

  .gsb-hero-icons::before,
  .gsb-feature-row::before,
  .gsb-benefits::before {
    display: none !important;
  }

  .gsb-hero-icon,
  .gsb-feature-item,
  .gsb-benefit-item {
    text-align: center !important;
    position: static !important;
  }

  .gsb-hero-icon .icon,
  .gsb-feature-item .icon,
  .gsb-benefit-item .icon {
    width: 54px !important;
    height: 54px !important;
    margin: 0 auto 12px auto !important;
  }

  .gsb-hero-icon strong,
  .gsb-feature-item strong,
  .gsb-benefit-item strong {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  /* HARD RESET: żaden element w hero nie może wychodzić poza ekran */

  .gsb-hero * {
    max-width: 100% !important;
  }
}/* MOBILE HEADER + HERO CLEAN FINAL */

@media (max-width: 768px) {

  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* HEADER MOBILE - mniejszy i bardziej elegancki */

  .gsb-header {
    height: auto !important;
    padding: 18px 18px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    text-align: center !important;
  }

  .gsb-header-left {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .gsb-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
    transform: scale(0.82) !important;
    transform-origin: center center !important;
  }

  .gsb-logo-icon {
    font-size: 30px !important;
  }

  .gsb-logo-text {
    font-size: 28px !important;
    line-height: 0.88 !important;
    letter-spacing: -1px !important;
    text-align: left !important;
  }

  .gsb-nav {
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px 18px !important;
    justify-items: center !important;
  }

  .gsb-nav a {
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: #111 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  /* HERO MOBILE - czysty układ bez prawej kolumny */

  .gsb-hero {
    padding: 54px 22px 48px !important;
    min-height: auto !important;
    overflow: hidden !important;
    background: #f7f4ef !important;
  }

  .gsb-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: center !important;
  }

  .gsb-hero-content,
  .gsb-hero-text,
  .gsb-hero-left {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .gsb-eyebrow,
  .gsb-hero .gsb-subtitle {
    font-size: 11px !important;
    letter-spacing: 5px !important;
    line-height: 1.7 !important;
    margin: 0 auto 22px !important;
    text-align: center !important;
  }

  .gsb-hero h1 {
    font-size: 50px !important;
    line-height: 0.98 !important;
    letter-spacing: -1px !important;
    max-width: 100% !important;
    margin: 0 auto 26px !important;
    text-align: center !important;
  }

  .gsb-hero p {
    font-size: 20px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
  }

  .gsb-hero-buttons {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 0 auto !important;
  }

  .gsb-btn,
  .gsb-btn-primary,
  .gsb-btn-outline {
    width: 100% !important;
    min-width: 0 !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
    text-align: center !important;
  }

  /* ukrywa problematyczne zdjęcie/ikony po prawej na mobile */
  .gsb-hero-image,
  .gsb-hero-visual,
  .gsb-hero-right,
  .gsb-visual,
  .gsb-image-wrap,
  .gsb-hero-icons,
  .gsb-feature-row,
  .gsb-benefits {
    display: none !important;
  }

  /* zabezpieczenie przed poziomym przesuwaniem */
  .gsb-hero * {
    max-width: 100% !important;
  }
}/* MOBILE FINAL HEADER + HERO SPACING FIX */

@media (max-width: 768px) {

  /* HEADER - mniejszy i bardziej kompaktowy */
  .gsb-header {
    padding: 14px 18px 14px !important;
    gap: 10px !important;
    min-height: auto !important;
    height: auto !important;
  }

  .gsb-header-left {
    gap: 10px !important;
  }

  .gsb-logo {
    transform: scale(0.72) !important;
    transform-origin: center center !important;
    margin: -8px auto -4px auto !important;
  }

  .gsb-logo-icon {
    font-size: 28px !important;
  }

  .gsb-logo-text {
    font-size: 26px !important;
    line-height: 0.88 !important;
  }

  /* MENU - równo, kompaktowo */
  .gsb-nav {
    max-width: 360px !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, auto) !important;
    justify-content: center !important;
    justify-items: center !important;
    align-items: center !important;
    column-gap: 24px !important;
    row-gap: 12px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .gsb-nav a {
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  /* HERO - usuwa dużą pustą przestrzeń pod headerem */
  .gsb-hero {
    padding: 28px 22px 42px !important;
    margin-top: 0 !important;
  }

  .gsb-hero-inner {
    gap: 0 !important;
  }

  .gsb-eyebrow,
  .gsb-hero .gsb-subtitle {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    font-size: 11px !important;
    letter-spacing: 5px !important;
  }

  .gsb-hero h1 {
    font-size: 48px !important;
    line-height: 0.98 !important;
    margin-bottom: 24px !important;
  }

  .gsb-hero p {
    font-size: 20px !important;
    line-height: 1.45 !important;
    margin-bottom: 30px !important;
  }
}/* ================================
   MOBILE PROFESSIONAL FINAL VERSION
   ================================ */

@media (max-width: 768px) {

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  * {
    box-sizing: border-box !important;
  }

  /* HEADER MOBILE */

  .gsb-header {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 16px 12px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eee8df !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-align: center !important;
  }

  .gsb-header-left {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .gsb-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: scale(0.72) !important;
    transform-origin: center center !important;
  }

  .gsb-logo-icon {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .gsb-logo-text {
    font-size: 26px !important;
    line-height: 0.88 !important;
    letter-spacing: -1px !important;
    text-align: left !important;
  }

  /* MENU MOBILE - profesjonalna pozioma linia */

  .gsb-nav {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 2px 4px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .gsb-nav::-webkit-scrollbar {
    display: none !important;
  }

  .gsb-nav a {
    flex: 0 0 auto !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #111 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    font-weight: 500 !important;
  }

  /* HERO MOBILE - usuwamy pustą przestrzeń */

  .gsb-hero {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 20px 38px !important;
    margin: 0 !important;
    background: #f7f4ef !important;
    display: block !important;
    overflow: hidden !important;
  }

  .gsb-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .gsb-hero-content,
  .gsb-hero-text,
  .gsb-hero-left {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .gsb-eyebrow,
  .gsb-hero .gsb-subtitle {
    display: block !important;
    margin: 0 auto 16px !important;
    padding: 0 !important;
    font-size: 10px !important;
    line-height: 1.55 !important;
    letter-spacing: 4px !important;
    color: #b8893b !important;
    text-align: center !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  .gsb-hero h1 {
    font-size: 43px !important;
    line-height: 1.02 !important;
    letter-spacing: -1px !important;
    max-width: 100% !important;
    margin: 0 auto 22px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .gsb-hero p {
    font-size: 18px !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .gsb-hero-buttons {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .gsb-btn,
  .gsb-btn-primary,
  .gsb-btn-outline {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    text-align: center !important;
  }

  /* Na mobile ukrywamy prawą kolumnę hero, bo rozwala układ */

  .gsb-hero-image,
  .gsb-hero-visual,
  .gsb-hero-right,
  .gsb-visual,
  .gsb-image-wrap,
  .gsb-hero-icons,
  .gsb-feature-row,
  .gsb-benefits {
    display: none !important;
  }

  .gsb-hero * {
    max-width: 100% !important;
  }
}/* MOBILE MAP FINAL ZOOM */

@media (max-width: 768px) {

  .gsb-markets {
    padding: 18px 0 !important;
    overflow: hidden !important;
    background: #f7f4ef !important;
  }

  .gsb-markets img,
  .gsb-global-map,
  .gsb-map-img {
    width: 145% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    margin-left: -22.5% !important;
    margin-right: 0 !important;
    transform: none !important;
    object-fit: contain !important;
  }
}.gsb-success-message {
  margin-top: 20px;
  padding: 16px 20px;
  background: #f3eadf;
  color: #2f2f2f;
  text-align: center;
  font-weight: 600;
  border: 1px solid #c19449;
}