
:root{
  --green:#123623;
  --green2:#1d5336;
  --green3:#0b2618;
  --leaf:#6f8350;
  --cream:#f6f0e3;
  --paper:#fffaf1;
  --white:#ffffff;
  --line:#e1d6c3;
  --text:#18251b;
  --muted:#647062;
  --gold:#b4833a;
  --gold2:#ead7ad;
  --red:#9d4d33;
  --shadow:0 18px 45px rgba(18,54,35,.12);
  --radius:18px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--cream);line-height:1.6}
a{color:inherit} img{display:block;max-width:100%} button,input,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 36px));margin-inline:auto}.skip{display:none}.top{background:var(--green3);color:#f8f1df;font-size:14px}.top .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.top a{color:#fff;text-underline-offset:4px}.header{position:sticky;top:0;z-index:80;background:rgba(246,240,227,.94);border-bottom:1px solid rgba(18,54,35,.12);backdrop-filter:blur(12px)}.navrow{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}.logo{width:44px;height:44px;border-radius:12px;background:var(--green);display:grid;place-items:center;box-shadow:0 12px 24px rgba(18,54,35,.2)}.logo svg{width:28px}.brand strong{display:block;font-family:Georgia,serif;font-size:22px;letter-spacing:-.02em;color:var(--green3);line-height:1.05}.brand span{font-size:12px;color:var(--muted);font-weight:700}.menu{display:flex;align-items:center;gap:4px}.menu a{text-decoration:none;font-weight:750;font-size:15px;padding:10px 12px;border-radius:10px;color:#2a3c2c}.menu a:hover,.menu a.active{background:#ebe2d1;color:var(--green3)}.actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border:1px solid transparent;border-radius:999px;font-weight:850;padding:13px 18px;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(18,54,35,.18)}.btn-primary:hover{background:var(--green2)}.btn-light{background:var(--paper);border-color:var(--line);color:var(--green3)}.btn-gold{background:var(--gold);color:#fff}.hamb{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:22px}.hero{background:linear-gradient(180deg,#fbf7ed 0%,#f0e8d8 100%);padding:64px 0 74px;border-bottom:1px solid rgba(18,54,35,.1)}.hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:var(--leaf);margin-bottom:18px}.eyebrow::before{content:"";width:34px;height:2px;background:var(--gold)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--green3);line-height:1.05;margin:0;letter-spacing:-.035em}h1{font-size:clamp(44px,6vw,76px)}h2{font-size:clamp(32px,4vw,54px)}h3{font-size:25px}.lead{font-size:clamp(18px,2vw,21px);max-width:710px;color:#465448;line-height:1.7;margin:22px 0 0}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:32px;border:1px solid var(--line);background:rgba(255,250,241,.72);max-width:780px}.hero-facts div{padding:17px 16px;border-right:1px solid var(--line)}.hero-facts div:last-child{border-right:0}.hero-facts b{display:block;font-family:Georgia,serif;font-size:27px;color:var(--green3);line-height:1}.hero-facts small{display:block;color:var(--muted);font-weight:750;margin-top:4px}.hero-photo{position:relative;border-radius:24px;overflow:hidden;min-height:500px;box-shadow:var(--shadow);background:#d9d2c0}.hero-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-card{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(11,38,24,.92);color:#fff;border-radius:18px;padding:20px}.hero-card p{margin:4px 0 0;color:#dbe6d7}.section{padding:78px 0}.section.white{background:var(--paper);border-top:1px solid rgba(18,54,35,.08);border-bottom:1px solid rgba(18,54,35,.08)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:34px}.section-head p{max-width:620px;color:var(--muted);font-size:17px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 12px 30px rgba(18,54,35,.06)}.info .num{font-family:Georgia,serif;font-size:35px;color:var(--gold);line-height:1;margin-bottom:16px}.info p{color:var(--muted);margin:10px 0 0}.cat-list{display:grid;gap:16px}.cat{display:grid;grid-template-columns:220px 1fr auto;gap:24px;align-items:center;text-decoration:none;background:var(--green3);color:#fff;border-radius:22px;padding:26px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow)}.cat h3{color:#fff}.cat p{color:#dce7d6}.cat .count{font-weight:900;color:var(--gold2)}.plant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.plant{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(18,54,35,.08);display:flex;flex-direction:column;min-height:100%}.plant-img{aspect-ratio:4/3;background:#ddd4c2;overflow:hidden}.plant-img img{width:100%;height:100%;object-fit:cover;transition:.28s transform}.plant:hover .plant-img img{transform:scale(1.035)}.plant-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.plant-top{display:flex;justify-content:space-between;gap:12px}.plant h3{font-size:24px}.latin{font-size:14px;color:var(--muted);font-style:italic}.price{display:inline-flex;height:max-content;background:#efe1bf;color:#513815;border:1px solid #dcc48f;border-radius:999px;padding:7px 10px;font-weight:900;white-space:nowrap;font-size:14px}.status{display:inline-flex;width:max-content;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.status.ok{background:#e9f2e3;color:#315b31}.status.no{background:#fff0e8;color:var(--red)}.note{background:#fff1e7;border:1px solid #e8c9b7;color:#793e28;border-radius:14px;padding:10px;font-size:13px}.plant p{color:var(--muted);margin:0}.link{font-weight:900;color:var(--green);text-underline-offset:4px;margin-top:auto}.band{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:var(--green);color:#fff;border-radius:26px;padding:40px;box-shadow:var(--shadow)}.band h2{color:#fff}.band p{margin-top:12px;color:#dbe6d7;max-width:780px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.step b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--green);color:#fff;margin-bottom:16px}.step p{color:var(--muted);margin:8px 0 0}.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.shot{border-radius:20px;overflow:hidden;background:#ddd4c2;min-height:220px;cursor:pointer}.shot.big{grid-column:span 6;min-height:350px}.shot.mid{grid-column:span 3}.shot img{width:100%;height:100%;object-fit:cover;transition:.28s transform}.shot:hover img{transform:scale(1.035)}.page-hero{padding:56px 0 42px;background:linear-gradient(180deg,#fbf7ed,#f0e8d8);border-bottom:1px solid rgba(18,54,35,.1)}.crumb{font-size:14px;margin-bottom:16px;color:var(--muted);font-weight:700}.crumb a{text-underline-offset:4px}.tools{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:16px;margin-bottom:36px}.search{width:100%;border:1px solid var(--line);border-radius:999px;padding:14px 16px;background:#fff}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 14px;font-weight:850;cursor:pointer}.filter.active{background:var(--green);color:#fff;border-color:var(--green)}.group{margin-top:46px}.group h2{font-size:40px}.group-intro{color:var(--muted);margin:10px 0 22px;max-width:860px}.no-results{display:none;background:#fff1e7;border:1px solid #e8c9b7;border-radius:16px;padding:16px;color:#793e28;font-weight:800}.detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:start}.detail-photo{background:#fff;border:1px solid var(--line);border-radius:24px;padding:10px;box-shadow:var(--shadow)}.detail-photo img{width:100%;height:auto;border-radius:16px}.detail-box{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 12px 35px rgba(18,54,35,.06)}.badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.detail-box p{font-size:18px;color:var(--muted);line-height:1.75}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}.spec{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px}.spec small{display:block;color:var(--muted);font-weight:800}.spec strong{display:block;color:var(--green3)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px}.box{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 12px 35px rgba(18,54,35,.06)}.contact-item{padding:16px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border-bottom:0}.contact-item small{display:block;color:var(--muted);font-weight:800}.contact-item a{font-size:20px;font-weight:900;text-decoration:none;color:var(--green)}.map-box{margin-top:18px;background:#e6decf;border:1px solid var(--line);border-radius:22px;padding:26px;text-align:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.form-grid .full{grid-column:1/-1}label{font-weight:850;font-size:14px}input,textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;margin-top:7px;padding:14px 15px}textarea{min-height:140px;resize:vertical}.footer{background:var(--green3);color:#efe8d5;padding:50px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.footer h3{color:#fff;font-size:24px;margin-bottom:12px}.footer p,.footer a{color:#d9e3d5}.footer-links{display:grid;gap:8px}.footer a{text-decoration:none}.bottom{margin-top:34px;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;color:#b8c7b8;font-size:13px}.lightbox{position:fixed;inset:0;background:rgba(3,18,9,.88);z-index:200;display:none;align-items:center;justify-content:center;padding:22px}.lightbox.open{display:flex}.lightbox img{max-width:min(1120px,94vw);max-height:86vh;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.5)}.lightbox button{position:absolute;right:20px;top:20px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;font-size:25px;cursor:pointer}.reveal{opacity:1;transform:none}.reveal.show{opacity:1;transform:none}
@media(max-width:980px){.hero-grid,.detail,.contact-grid,.band{grid-template-columns:1fr}.plant-grid,.info-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.cat{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-photo{min-height:410px}}
@media(max-width:720px){.top{display:none}.navrow{height:68px}.brand strong{font-size:18px}.brand > span:last-child > span{display:none}.menu{position:fixed;left:16px;right:16px;top:76px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;display:none;flex-direction:column;align-items:stretch}.menu.open{display:flex}.hamb{display:block}.actions .btn-light{display:none}.actions .btn-primary{font-size:0;width:48px;height:48px;padding:0;border-radius:14px}.actions .btn-primary::before{content:"☎";font-size:20px}.hero{padding:38px 0 52px}h1{font-size:40px}.hero-photo{min-height:330px}.hero-facts,.plant-grid,.info-grid,.steps,.footer-grid,.specs,.form-grid{grid-template-columns:1fr}.hero-facts div{border-right:0;border-bottom:1px solid var(--line)}.hero-facts div:last-child{border-bottom:0}.section{padding:54px 0}.section-head{display:block}.section-head p{margin-top:12px}.tools{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.shot.big,.shot.mid{grid-column:auto;min-height:250px}.contact-grid{gap:18px}}


/* Oferta — stabilne filtrowanie bez pustych nagłówków */
.offer-catalog-section { padding-top: 54px; }

.tools {
  position: sticky;
  top: 86px;
  z-index: 35;
  background: rgba(250, 247, 237, .94);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(18, 54, 35, .08);
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: 32px 0 22px;
}

.catalog-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
}

.catalog-heading p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.catalog-status {
  color: var(--muted);
  font-size: 15px;
  margin: -8px 0 20px;
}

.catalog-grid-flat {
  transition: opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
}

.catalog-grid-flat.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.plant {
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.plant:hover {
  transform: translateY(-2px);
}

.filter {
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.filter:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(18, 54, 35, .08);
}

.no-results { margin: 18px 0 0; }

@media (max-width: 720px) {
  .tools { position: static; }
  .catalog-heading { display: block; }
  .catalog-heading p { margin-top: 10px; }
}


/* Profesjonalna podstrona O nas */
.about-pro-hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(180, 131, 58, .16), transparent 28%),
    linear-gradient(180deg, #f8f2e6 0%, #f2ead9 100%);
  border-bottom: 1px solid var(--line);
  padding: 74px 0 70px;
}

.about-pro-hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 56px;
  align-items: center;
}

.about-pro-copy h1 {
  max-width: 760px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .98;
}

.about-pro-lead {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 1.75;
  color: var(--muted);
}

.about-pro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-pro-actions .btn-light,
.about-pro-final-actions .btn-light {
  display: inline-flex;
}

.about-pro-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 32px;
  border: 1px solid var(--line);
  max-width: 720px;
}

.about-pro-facts div {
  background: rgba(255, 250, 241, .82);
  padding: 18px;
}

.about-pro-facts strong {
  display: block;
  color: var(--green3);
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.about-pro-facts span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 750;
  font-size: 14px;
}

.about-pro-visual {
  min-height: 520px;
  position: relative;
}

.about-pro-img {
  position: absolute;
  object-fit: cover;
  border: 10px solid var(--paper);
  box-shadow: 0 22px 60px rgba(18,54,35,.16);
  background: var(--paper);
}

.about-pro-img-1 {
  width: 58%;
  height: 54%;
  left: 0;
  top: 26px;
}

.about-pro-img-2 {
  width: 46%;
  height: 40%;
  right: 0;
  top: 0;
}

.about-pro-img-3 {
  width: 56%;
  height: 42%;
  right: 8%;
  bottom: 8px;
}

.about-pro-note {
  position: absolute;
  left: 28px;
  bottom: 34px;
  width: min(340px, 76%);
  background: var(--green3);
  color: #fff;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(18,54,35,.22);
}

.about-pro-note strong,
.about-pro-note span {
  display: block;
}

.about-pro-note span {
  color: rgba(255,255,255,.78);
  margin-top: 6px;
}

.about-pro-section {
  padding: 76px 0;
}

.about-pro-muted {
  background: rgba(255,255,255,.42);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-pro-intro,
.about-pro-check-grid,
.about-pro-local-grid,
.about-pro-faq-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.about-pro-intro h2,
.about-pro-panel h2,
.about-pro-local h2,
.about-pro-head h2,
.about-pro-faq-grid h2,
.about-pro-final-box h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
}

.about-pro-text {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.76;
}

.about-pro-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 34px;
  margin-bottom: 30px;
}

.about-pro-head p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}

.about-pro-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-pro-cards article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 48px rgba(18,54,35,.07);
}

.about-pro-cards article span {
  display: block;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 18px;
}

.about-pro-cards article h3 {
  font-size: 28px;
}

.about-pro-cards article p {
  color: var(--muted);
  line-height: 1.7;
  margin: 12px 0 18px;
}

.about-pro-cards article a,
.about-pro-links a,
.about-pro-map {
  color: var(--green3);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-pro-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 16px 42px rgba(18,54,35,.06);
}

.about-pro-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin-top: 16px;
}

.about-pro-checks {
  display: grid;
  gap: 12px;
}

.about-pro-checks div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px 22px;
}

.about-pro-checks strong {
  display: block;
  color: var(--green3);
  font-size: 18px;
  margin-bottom: 4px;
}

.about-pro-checks span {
  display: block;
  color: var(--muted);
  line-height: 1.6;
}

.about-pro-local p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.74;
  margin-top: 16px;
}

.about-pro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.about-pro-tags span,
.about-pro-links a {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
}

.about-pro-tags span {
  color: var(--green3);
  font-weight: 800;
}

.about-pro-contact-card {
  background: var(--green3);
  color: #fff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(18,54,35,.18);
}

.about-pro-contact-card h3 {
  color: #fff;
  font-size: 34px;
}

.about-pro-contact-card p {
  color: rgba(255,255,255,.78);
  margin: 12px 0 20px;
}

.about-pro-contact-card .about-pro-map {
  color: #fff;
  display: inline-flex;
  margin-top: 16px;
}

.about-pro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-pro-center {
  margin-top: 28px;
}

.about-pro-faq-grid > div:first-child p {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 14px;
}

.about-pro-faq {
  display: grid;
  gap: 12px;
}

.about-pro-faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}

.about-pro-faq summary {
  cursor: pointer;
  color: var(--green3);
  font-weight: 900;
  font-size: 18px;
}

.about-pro-faq p {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}

.about-pro-final {
  padding-top: 70px;
}

.about-pro-final-box {
  background: linear-gradient(135deg, var(--green3), var(--green));
  color: #fff;
  border-radius: 34px;
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 24px 65px rgba(18,54,35,.18);
}

.about-pro-final-box h2,
.about-pro-final-box .eyebrow {
  color: #fff;
}

.about-pro-final-box p {
  color: rgba(255,255,255,.82);
  margin-top: 10px;
}

.about-pro-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 980px) {
  .about-pro-hero-grid,
  .about-pro-intro,
  .about-pro-check-grid,
  .about-pro-local-grid,
  .about-pro-faq-grid {
    grid-template-columns: 1fr;
  }

  .about-pro-visual {
    min-height: 420px;
    order: -1;
  }

  .about-pro-cards {
    grid-template-columns: 1fr;
  }

  .about-pro-head,
  .about-pro-final-box {
    display: block;
  }

  .about-pro-head p,
  .about-pro-final-actions {
    margin-top: 16px;
  }
}

@media (max-width: 720px) {
  .about-pro-hero {
    padding: 42px 0;
  }

  .about-pro-copy h1 {
    font-size: 42px;
  }

  .about-pro-lead {
    font-size: 17px;
  }

  .about-pro-facts {
    grid-template-columns: 1fr;
  }

  .about-pro-visual {
    min-height: 330px;
  }

  .about-pro-img {
    border-width: 6px;
  }

  .about-pro-note {
    left: 0;
    bottom: 0;
  }

  .about-pro-section {
    padding: 54px 0;
  }

  .about-pro-final-box {
    padding: 28px;
    border-radius: 24px;
  }
}


/* Poprawiony blok kontaktowy na O nas */
.about-pro-final {
  padding: 76px 0 86px;
}

.about-pro-final-box {
  background:
    radial-gradient(circle at 92% 16%, rgba(196, 154, 69, .18), transparent 28%),
    linear-gradient(135deg, #0b2f1d 0%, #123d25 100%);
  color: #fff;
  border-radius: 28px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 36px;
  align-items: center;
  box-shadow: 0 24px 70px rgba(18, 54, 35, .20);
  border: 1px solid rgba(255,255,255,.08);
}

.about-pro-final-copy h2 {
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  max-width: 620px;
}

.about-pro-final-copy p {
  color: rgba(255,255,255,.82);
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.65;
  max-width: 620px;
}

.about-pro-contact-panel {
  background: rgba(255, 250, 241, .96);
  color: var(--green3);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.about-pro-contact-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 12px;
}

.about-pro-phone-list {
  display: grid;
  gap: 10px;
}

.about-pro-phone-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 15px 16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.about-pro-phone-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(18,54,35,.12);
  border-color: rgba(18,54,35,.22);
}

.about-pro-phone-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.about-pro-phone-card strong {
  color: var(--green3);
  font-size: 20px;
  letter-spacing: .01em;
}

.about-pro-phone-card.primary-phone {
  background: #f1dfb6;
  border-color: #d5b675;
}

.about-pro-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.about-pro-contact-links a {
  color: var(--green3);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-pro-side-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 4px;
}

.about-pro-side-phones .btn-light {
  background: rgba(255,255,255,.94);
  color: var(--green3);
}

@media (max-width: 900px) {
  .about-pro-final-box {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .about-pro-contact-panel {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  .about-pro-phone-card {
    display: block;
  }

  .about-pro-phone-card strong {
    display: block;
    margin-top: 4px;
  }
}


/* Numery telefonu bez podziału na główny i dodatkowy */
.about-pro-phone-card.primary-phone {
  background: #fff;
  border-color: var(--line);
}

.about-pro-phone-card {
  background: #fff;
}

.about-pro-phone-card strong {
  color: var(--green3);
}
