.contact__block > span.d-block:first-child {
    display:none!important;
}

.powered_by_logo  {
    display:none!important;
}

/* ===== SAWAGO Owners Landing ===== */
.owners{
  --bg: #e2d7c1;
  --accent: #c38370;
  --dark: #46403f;
  --card: #ffffff;
  --muted: rgba(70,64,63,.75);

  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.owners .section-title{
  margin: 40px 0 18px;
  font-size: clamp(22px, 2.4vw, 30px);
  color: var(--dark);
}

.owners .panel{
  background: linear-gradient(0deg, rgba(226,215,193,.35), rgba(226,215,193,.35));
  border: 1px solid rgba(70,64,63,.10);
  border-radius: 18px;
  padding: 22px;
}

.owners .hero{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 860px){
  .owners .hero{ grid-template-columns: 1fr; }
}

.owners .badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(195,131,112,.18);
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 12px;
}

.owners h1{
  margin: 0 0 10px;
  color: var(--dark);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
}

.owners .lead{
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.owners .subnote{
  margin: 14px 0 0;
  color: rgba(70,64,63,.8);
  font-size: .95rem;
}

.owners .cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.owners .btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(70,64,63,.15);
  background: #fff;
  color: var(--dark);
  text-decoration: none;
  font-weight: 700;
}

.owners .btn:hover{
  border-color: rgba(70,64,63,.28);
  transform: translateY(-1px);
}

.owners .btn.primary{
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}

.owners .hero-side .stat{
  background: var(--card);
  border: 1px solid rgba(70,64,63,.10);
  border-radius: 16px;
  padding: 14px 14px;
  margin-bottom: 12px;
}

.owners .hero-side .stat b{
  display:block;
  margin-bottom: 6px;
  color: var(--dark);
}

.owners .hero-side .stat p{
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

/* Cards grid */
.owners .grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 980px){
  .owners .grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px){
  .owners .grid{ grid-template-columns: 1fr; }
}

.owners .card{
  background: var(--card);
  border: 1px solid rgba(70,64,63,.10);
  border-radius: 16px;
  padding: 16px 16px;
}

.owners .card h3{
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 1.05rem;
}

.owners .card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

/* Steps */
.owners .steps{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.owners .step{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--card);
  border: 1px solid rgba(70,64,63,.10);
  border-radius: 16px;
  padding: 14px 16px;
}

.owners .step .num{
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(195,131,112,.22);
  color: var(--dark);
  border: 1px solid rgba(195,131,112,.35);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owners .step-content h3{
  margin: 0 0 6px;
  color: var(--dark);
}

.owners .step-content p{
  margin: 0;
  color: var(--muted);
}

/* Trust */
.owners .trust{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 760px){
  .owners .trust{ grid-template-columns: 1fr; }
}

/* FAQ */
.owners .faq{
  display: grid;
  gap: 10px;
}

.owners .qa{
  background: #fff;
  border: 1px solid rgba(70,64,63,.10);
  border-radius: 16px;
  padding: 12px 14px;
}

.owners .qa summary{
  cursor: pointer;
  font-weight: 800;
  color: var(--dark);
}

.owners .qa p{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}




/* Sekcja: Dlaczego SAWAGO? */
/* ============================= */
/* Dlaczego SAWAGO – styl kart  */
/* ============================= */

/* Sekcja: Dlaczego SAWAGO? */
.swg-why{
  --beige: #e2d7c1;
  --accent: #c38370;
  --dark: #46403f;

  max-width: 1100px;
  margin: 36px auto;
  padding: 0 16px;
}

.swg-why-head{
  margin-bottom: 14px;
}

.swg-why h2{
  margin: 0 0 6px;
  color: var(--dark);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
}

.swg-why-head p{
  margin: 0;
  color: rgba(70,64,63,.75);
  line-height: 1.6;
}

.swg-why-grid{
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 980px){
  .swg-why-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px){
  .swg-why-grid{ grid-template-columns: 1fr; }
}

.swg-why-card{
  background: #fff;
  border: 1px solid rgba(70,64,63,.10);
  border-radius: 16px;
  padding: 16px;
}

.swg-why-card h3{
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 1.05rem;
}

.swg-why-card p{
  margin: 0;
  color: rgba(70,64,63,.75);
  line-height: 1.55;
}

.swg-why-cta{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swg-why-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 800;
  color: var(--dark);
  background: #fff;
  border: 1px solid rgba(70,64,63,.16);
}

.swg-why-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(70,64,63,.28);
}

.swg-why-primary{
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}

