
:root{--green:#173c2d;--green2:#245c3a;--text:#26352b;--muted:#5f6e66;--cream:#fbf8f1;--soft:#f4f8f2;--orange:#f47c20;--border:#e7ddd1;--white:#fff;--shadow:0 14px 34px rgba(15,53,40,.08)}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f6f1e8;color:var(--text);line-height:1.6}.dnc-topbar{background:#0e3527;color:#fff;text-align:center;padding:9px 14px;font-size:14px}.dnc-header-main{display:flex;align-items:center;gap:14px;max-width:1180px;margin:0 auto;padding:22px 18px}.dnc-logo{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:#174832;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.05em}.dnc-brand strong{display:block;font-size:26px;color:var(--green)}.dnc-brand span{display:block;color:var(--muted);font-size:14px}.dnc-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fffaf2;padding:12px}.dnc-nav a{color:#173c2d;text-decoration:none;font-weight:800;padding:8px 10px;border-radius:999px}.dnc-nav a:hover{background:#eef4ec}.dnc-static-main{max-width:1180px;margin:0 auto;padding:28px 16px}.dnc-breadcrumbs{font-size:14px;margin:0 0 18px}.dnc-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:0;padding:0}.dnc-breadcrumbs li:not(:last-child)::after{content:'›';margin-left:7px;color:#988}.dnc-breadcrumbs a{color:#245c3a;font-weight:800;text-decoration:none}.dnc-hero,.dnc-section,.dnc-cta{background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px;margin:0 0 22px;box-shadow:var(--shadow)}.dnc-hero{background:radial-gradient(circle at top left,rgba(244,124,32,.11),transparent 35%),linear-gradient(135deg,#fff 0%,#fffaf3 100%)}.dnc-kicker{display:inline-flex;padding:7px 13px;border-radius:999px;background:#eef2e8;color:var(--green);font-weight:900;font-size:13px;margin-bottom:12px}.dnc-hero h1{font-size:clamp(32px,5vw,52px);line-height:1.07;margin:0 0 16px;color:var(--green);letter-spacing:-.03em}.dnc-lead{font-size:18px;color:#245c3a;font-weight:700;max-width:920px}.dnc-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.dnc-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:var(--green);color:#fff!important;text-decoration:none!important;font-weight:900;border:1px solid var(--green)}.dnc-btn:hover{background:#254b3f}.dnc-btn-secondary{background:#fff;color:#173c2d!important;border-color:#d8cdbf}.dnc-section h2,.dnc-cta h2{font-size:28px;line-height:1.2;color:var(--green);margin:0 0 12px}.dnc-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.dnc-card{border:1px solid #e4eadf;background:#fff;border-radius:18px;padding:20px}.dnc-card h3{margin:0 0 8px;color:#173c2d;font-size:20px}.dnc-card a{color:#173c2d;font-weight:900}.dnc-soft{background:#f8fbf6}.dnc-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.dnc-tags span{display:inline-flex;border-radius:999px;background:#eef2e8;border:1px solid #dde7d9;padding:8px 12px;font-weight:800;color:#173c2d}.dnc-city-grid,.dnc-related-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px;margin-top:18px}.dnc-city-grid a,.dnc-related-links a{display:block;padding:13px 15px;border-radius:14px;background:#fff;border:1px solid #dfe8da;color:#173c2d;text-decoration:none;font-weight:900}.dnc-city-grid a:hover,.dnc-related-links a:hover{border-color:#f47c20;box-shadow:0 8px 22px rgba(15,53,40,.08)}.dnc-related-links a.is-current{background:#173c2d;color:#fff}details{border:1px solid #dce8d8;border-radius:12px;background:#fff;margin:10px 0;padding:13px 15px}summary{cursor:pointer;font-weight:900;color:#173c2d}.dnc-cta{background:linear-gradient(135deg,#eef8f1,#fffaf3)}.dnc-static-footer{background:#173c2d;color:#fff;margin-top:30px;padding:34px 18px}.dnc-footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.dnc-static-footer h2,.dnc-static-footer h3{margin-top:0}.dnc-static-footer a{color:#fff;text-decoration:none;font-weight:800}.dnc-static-footer a:hover{text-decoration:underline}.dnc-static-footer ul{list-style:none;margin:0;padding:0}.dnc-static-footer li{margin:7px 0}@media(max-width:860px){.dnc-card-grid,.dnc-footer-grid{grid-template-columns:1fr}.dnc-hero,.dnc-section,.dnc-cta{padding:22px}.dnc-nav{justify-content:flex-start;overflow:auto}.dnc-brand strong{font-size:22px}}

/* DomNaCzysto.pl — pływające przyciski: Wycena online + Kontakt */

.dnc-floating-actions {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.dnc-floating-action {
  pointer-events: auto;
}

.dnc-floating-quote {
  display: block;
  width: 260px;
  max-width: calc(100vw - 32px);
  line-height: 0;
  text-decoration: none;
  filter: drop-shadow(0 14px 28px rgba(15, 53, 40, 0.22));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.dnc-floating-quote:hover {
  transform: scale(1.035);
  filter: drop-shadow(0 18px 36px rgba(15, 53, 40, 0.30));
}

.dnc-floating-quote img {
  display: block;
  width: 100%;
  height: auto;
}

.dnc-floating-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  max-width: calc(100vw - 32px);
  min-height: 58px;
  padding: 11px 18px 12px;
  border-radius: 999px;
  background: #123c30;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(15, 53, 40, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dnc-floating-contact:hover {
  transform: scale(1.035);
  background: #0f3328;
  box-shadow: 0 18px 36px rgba(15, 53, 40, 0.30);
  color: #fff;
}

.dnc-floating-contact span {
  display: block;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.dnc-floating-contact small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .dnc-floating-actions {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 12px;
    transform: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .dnc-floating-quote {
    width: 56%;
    max-width: 205px;
  }

  .dnc-floating-quote:hover {
    transform: scale(1.025);
  }

  .dnc-floating-contact {
    width: 44%;
    max-width: 180px;
    min-height: 52px;
    padding: 10px 12px;
  }

  .dnc-floating-contact:hover {
    transform: scale(1.025);
  }

  .dnc-floating-contact span {
    font-size: 15px;
  }

  .dnc-floating-contact small {
    font-size: 11px;
  }
}
/* FINAL — DomNaCzysto.pl pływający przycisk Wycena online po prawej, bez przycisku Kontakt */

html body .dnc-floating-actions {
  position: fixed !important;
  right: 22px !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 999999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
  pointer-events: none !important;
}

/* Ukrycie osobnego przycisku Kontakt */
html body .dnc-floating-actions .dnc-floating-contact {
  display: none !important;
}

/* Link / przycisk Wycena online */
html body .dnc-floating-actions .dnc-floating-quote {
  pointer-events: auto !important;
  position: static !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: block !important;
  width: 260px !important;
  max-width: 260px !important;
  line-height: 0 !important;
  text-decoration: none !important;
  filter: drop-shadow(0 14px 28px rgba(15, 53, 40, 0.22)) !important;
  transition: transform 0.2s ease, filter 0.2s ease !important;
}

html body .dnc-floating-actions .dnc-floating-quote:hover {
  transform: scale(1.035) !important;
  filter: drop-shadow(0 18px 36px rgba(15, 53, 40, 0.30)) !important;
}

html body .dnc-floating-actions .dnc-floating-quote img {
  display: block !important;
  width: 260px !important;
  max-width: 260px !important;
  height: auto !important;
}

/* Telefon — przycisk po prawej na dole */
@media (max-width: 768px) {
  html body .dnc-floating-actions {
    right: 10px !important;
    left: auto !important;
    top: auto !important;
    bottom: 14px !important;
    transform: none !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
  }

  html body .dnc-floating-actions .dnc-floating-quote {
    width: 205px !important;
    max-width: 205px !important;
  }

  html body .dnc-floating-actions .dnc-floating-quote img {
    width: 205px !important;
    max-width: 205px !important;
  }
}
