.elementor-10543 .elementor-element.elementor-element-aa7400a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4be7824 *//* WYGLĄD STRONY — CSS
   Ctrl+F: wyszukaj nazwę klasy, np. .hero (główna sekcja).
   color = kolor tekstu; background = tło; font-size = wielkość tekstu.
   padding = odstęp wewnętrzny; margin = odstęp zewnętrzny.
   Reguły @media dostosowują stronę do telefonów i tabletów.
   Gdy klasa występuje kilka razy, późniejsza reguła ma pierwszeństwo.
*/

500;
600;
700;
800&display=swap');
:root {
  --ink:#1c2023;
  --muted:#62676b;
  --line:#dadcdd;
  --paper:#f8f9f8;
  --accent:#dae787
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:30px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Manrope,Arial,sans-serif;
  font-size:16px;
  line-height:1.65
}

a {
  color:inherit;
  text-decoration:none
}

a:focus-visible {
  outline:3px solid #738829;
  outline-offset:6px
}

a:hover {
  opacity:.75
}

.wrap {
  max-width:1376px;
  margin:auto;
  padding-left:56px;
  padding-right:56px
}

.header {
  height:112px;
  display:flex;
  align-items:center;
  gap:48px;
  border-bottom:1px solid var(--line)
}

.brand {
  font-size:17px;
  font-weight:800;
  display:flex;
  align-items:center;
  gap:12px;
  position:relative;
  letter-spacing:-.6px;
  white-space:nowrap
}

.brandmark {
  font-size:24px;
  background:var(--ink);
  color:white;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  letter-spacing:-3px;
  padding-right:4px
}

.brand-sub {
  position:absolute;
  left:52px;
  top:32px;
  font-size:9px;
  letter-spacing:1.3px;
  color:var(--muted)
}

nav {
  display:flex;
  gap:30px;
  margin-left:auto;
  font-size:14px;
  font-weight:600
}

.nav-contact {
  font-size:14px;
  border-bottom:1px solid var(--ink);
  padding:8px 0;
  display:flex;
  gap:26px;
  font-weight:700
}

.hero {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  padding-top:52px;
  padding-bottom:45px;
  gap:40px
}

.eyebrow {
  font-size:12px;
  letter-spacing:1.7px;
  font-weight:800;
  margin:0 0 30px;
  display:flex;
  gap:10px;
  align-items:center
}

.eyebrow>span {
  height:7px;
  width:7px;
  background:#697535
}

.hero h1 {
  font-size:clamp(48px,5.3vw,76px);
  line-height:1.07;
  font-weight:600;
  letter-spacing:-4px;
  margin:0 0 25px
}

.hero h1 em {
  font-style:normal;
  color:#777e68
}

.intro {
  max-width:420px;
  color:var(--muted);
  margin:0 0 28px;
  font-size:16px
}

.button {
  background:var(--ink);
  color:white;
  padding:16px 23px;
  display:inline-flex;
  gap:50px;
  font-size:14px;
  font-weight:600
}

.button span {
  font-size:20px;
  line-height:1
}

.hero-note {
  display:flex;
  gap:22px;
  margin-top:38px;
  align-items:center
}

.hero-note>span {
  font-size:12px;
  color:var(--muted);
  border-right:1px solid var(--line);
  padding-right:22px
}

.hero-note p {
  font-size:12px;
  line-height:1.6;
  margin:0
}

.hero-visual {
  position:relative;
  background:#d5d6d3;
  min-height:530px;
  overflow:hidden
}

.hero-visual img {
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:50% 50%
}

.image-label {
  position:absolute;
  bottom:22px;
  left:24px;
  right:24px;
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:1px;
  background:#f8f9f8e8;
  padding:14px
}

.principles {
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding-top:22px;
  padding-bottom:22px;
  font-size:13px;
  font-weight:600
}

.principles span:before {
  content:'+';
  margin-right:15px;
  font-size:18px;
  color:#777e68
}

.section {
  padding-top:85px;
  padding-bottom:85px
}

.section-heading {
  display:grid;
  grid-template-columns:.7fr 1.2fr 1fr;
  gap:30px;
  align-items:start;
  margin-bottom:42px
}

.section-heading .eyebrow {
  padding-top:9px
}

h2 {
  font-size:38px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:-1.7px;
  margin:0
}

p {
  color:var(--muted)
}

.section-heading>p:last-child:not(.eyebrow) {
  font-size:14px;
  margin:10px 0 0;
  align-self:end
}

.products {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line)
}

.products article {
  padding:29px 28px 0 0
}

.products article+article {
  border-left:1px solid var(--line);
  padding-left:28px
}

.product-number {
  font-size:13px;
  display:flex;
  gap:22px;
  align-items:center;
  color:#737967
}

.product-number span {
  font-size:10px;
  letter-spacing:1px;
  color:var(--muted)
}

h3 {
  font-size:22px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:-.6px;
  margin:25px 0 10px
}

.products p {
  font-size:14px;
  max-width:330px;
  margin:0 0 27px
}

.products a {
  font-size:12px;
  font-weight:700;
  border-bottom:1px solid #a5a8a4;
  padding-bottom:6px
}

.audience {
  background:#212629;
  color:#fafbf9;
  padding:75px 0
}

.audience-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px
}

.audience .eyebrow {
  color:#bec8a6
}

.audience h2 {
  font-size:44px
}

.audience p {
  color:#b8bdbf;
  font-size:14px
}

.audience-grid>div>p:last-child {
  margin-top:24px
}

.audience-list article {
  display:flex;
  gap:30px;
  padding:20px 0;
  border-bottom:1px solid #42494b
}

.audience-list article:first-child {
  padding-top:0
}

.audience-list article:last-child {
  border:0;
  padding-bottom:0
}

.audience-list article>span {
  font-size:12px;
  color:#bec8a6;
  padding-top:6px
}

.audience-list h3 {
  margin:0;
  font-size:24px
}

.audience-list p {
  margin:8px 0 0;
  max-width:400px
}

.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px
}

.steps article {
  border-top:1px solid var(--line);
  padding-top:24px
}

.steps span {
  font-size:13px;
  color:#737967
}

.steps h3 {
  font-size:20px;
  margin:15px 0 10px
}

.steps p {
  font-size:14px;
  margin:0
}

.contact {
  background:#e9ecdf;
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-top:54px;
  padding-bottom:54px
}

.contact h2 {
  font-size:48px
}

.contact .eyebrow {
  font-size:10px;
  margin-bottom:20px
}

.contact p {
  font-size:14px;
  margin-bottom:0
}

.contact-detail {
  align-self:center;
  border-left:1px solid #c7ccba;
  padding-left:45px;
  min-width:35%
}

.contact-detail>span {
  font-size:11px;
  letter-spacing:1.5px
}

.contact-detail>p {
  font-size:25px;
  line-height:1.4;
  color:var(--ink);
  margin:15px 0
}

.contact-detail small {
  font-size:12px;
  color:var(--muted)
}

footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:35px;
  padding-bottom:35px
}

footer .brand {
  font-size:13px
}

footer .brandmark {
  height:30px;
  width:30px;
  font-size:19px
}

footer>span,footer>a:last-child {
  font-size:11px;
  color:var(--muted)
}

@media(min-width:1500px) {
  .hero-visual {
    min-height:590px
  }

}

@media(max-width:900px) {
  .wrap {
    padding-left:28px;
    padding-right:28px
  }

  .header {
    gap:25px;
    height:95px
  }

  nav {
    gap:18px
  }

  .hero {
    gap:25px
  }

  .hero h1 {
    font-size:55px;
    letter-spacing:-3px
  }

  .hero-visual {
    min-height:490px
  }

  .image-label span:last-child {
    display:none
  }

  .section-heading {
    grid-template-columns:1fr 2fr
  }

  .section-heading>p:last-child:not(.eyebrow) {
    grid-column:2
  }

  .audience-grid {
    gap:35px
  }

  .contact-detail {
    padding-left:25px
  }

  .product-number span {
    font-size:9px
  }

  .products a {
    font-size:11px
  }

}

@media(max-width:640px) {
  .wrap {
    padding-left:22px;
    padding-right:22px
  }

  .header {
    height:86px;
    gap:15px;
    justify-content:space-between
  }

  .brand {
    font-size:14px
  }

  .brand-sub {
    font-size:8px
  }

  nav {
    display:none
  }

  .nav-contact {
    font-size:12px;
    gap:12px
  }

  .hero {
    grid-template-columns:1fr;
    padding-top:34px;
    gap:28px
  }

  .hero h1 {
    font-size:57px;
    letter-spacing:-3px
  }

  .eyebrow {
    font-size:10px;
    margin-bottom:24px
  }

  .hero-note {
    display:none
  }

  .intro {
    font-size:16px
  }

  .hero-visual {
    min-height:360px
  }

  .principles {
    gap:10px;
    flex-wrap:wrap;
    padding-top:17px;
    padding-bottom:17px;
    font-size:11px
  }

  .principles span:before {
    margin-right:7px
  }

  .section {
    padding-top:55px;
    padding-bottom:55px
  }

  .section-heading {
    display:block;
    margin-bottom:28px
  }

  h2 {
    font-size:33px
  }

  .section-heading>p:last-child:not(.eyebrow) {
    margin-top:20px
  }

  .products,.steps {
    grid-template-columns:1fr;
    gap:25px
  }

  .products article,.products article+article {
    padding:24px 0 0;
    border-left:0
  }

  .products article+article {
    border-top:1px solid var(--line)
  }

  .product-number span {
    font-size:10px
  }

  .products a {
    font-size:13px
  }

  .products p,.steps p,.audience p {
    font-size:16px
  }

  .products p {
    max-width:none
  }

  .products h3 {
    margin-top:18px
  }

  .audience {
    padding:50px 0
  }

  .audience-grid {
    grid-template-columns:1fr;
    gap:28px
  }

  .audience h2 {
    font-size:37px
  }

  .audience-list h3 {
    font-size:23px
  }

  .contact {
    display:block;
    padding-top:38px;
    padding-bottom:38px
  }

  .contact h2 {
    font-size:40px
  }

  .contact-detail {
    border-left:0;
    border-top:1px solid #c7ccba;
    padding:25px 0 0;
    margin-top:30px
  }

  .contact p br {
    display:none
  }

  footer {
    flex-wrap:wrap
  }

  footer>span {
    order:3;
    flex-basis:100%
  }

  .image-label {
    left:15px;
    right:15px
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

}

.contact-detail .email {
  display:block;
  font-size:17px;
  margin:0 0 22px;
  text-decoration:underline;
  text-underline-offset:5px
}

.contact-detail small {
  display:block;
  max-width:290px
}

.brand-sub {
  font-size:10px
}

.products p,.steps p {
  font-size:16px
}

.products a {
  font-size:14px
}

:root {
  --paper:#fff;
  --accent:#f0b429;
  --ink:#20252a
}

body {
  background:#fff
}

.topbar {
  background:#20252a;
  color:white;
  font-size:13px
}

.topbar .wrap {
  display:flex;
  align-items:center;
  gap:30px;
  padding-top:11px;
  padding-bottom:11px
}

.topbar .wrap>span {
  margin-right:auto;
  color:#d9dce0
}

.topbar strong {
  font-size:16px
}

.header {
  height:90px;
  border:0
}

.brandmark {
  border-radius:10px;
  background:#f0b429;
  color:#20252a
}

.brand {
  font-size:23px;
  letter-spacing:-1px
}

.button {
  background:#efb323;
  color:#1c2023;
  border-radius:8px;
  font-size:15px;
  font-weight:800;
  padding:17px 24px;
  transition:transform .2s,background .2s
}

.button:hover {
  opacity:1;
  background:#f7c650;
  transform:translateY(-2px)
}

.small {
  padding:12px 18px;
  font-size:13px
}

.hero {
  padding-top:38px;
  padding-bottom:45px;
  gap:45px;
  align-items:center
}

.hero h1 {
  font-size:clamp(48px,4.8vw,68px);
  letter-spacing:-3.2px;
  line-height:1.12
}

.hero h1 em {
  color:#8b6209
}

.hero .eyebrow {
  color:#726031;
  font-size:11px
}

.intro {
  max-width:465px;
  font-size:17px;
  margin-bottom:25px
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:25px;
  flex-wrap:wrap
}

.call small {
  display:block;
  font-size:12px;
  color:#62676b
}

.call strong {
  display:block;
  font-size:22px;
  letter-spacing:-.7px
}

.volume-note {
  font-size:12px;
  margin-top:22px
}

.hero-showcase {
  position:relative;
  height:505px;
  border-radius:24px;
  background:#f1f3f2;
  overflow:hidden
}

.showcase-label {
  position:absolute;
  top:28px;
  left:30px;
  font-size:11px;
  letter-spacing:1px;
  z-index:2
}

.showcase-label strong {
  font-size:21px;
  letter-spacing:-.5px
}

.showcase-hoodie {
  position:absolute;
  width:68%;
  height:78%;
  object-fit:contain;
  right:-1%;
  top:16%;
  mix-blend-mode:multiply;
  transform:rotate(8deg)
}

.showcase-shirt {
  position:absolute;
  width:63%;
  height:73%;
  object-fit:contain;
  left:-3%;
  bottom:1%;
  transform:rotate(-12deg);
  filter:drop-shadow(8px 12px 9px #0002)
}

.showcase-bottom {
  position:absolute;
  bottom:16px;
  right:20px;
  font-size:10px;
  letter-spacing:.3px
}

.principles {
  background:#f8f9fa;
  border:0;
  border-radius:12px;
  font-size:13px
}

.principles span:before {
  color:#926708
}

.section {
  padding-top:65px;
  padding-bottom:65px
}

.offer-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:30px
}

.offer-heading .eyebrow {
  font-size:11px;
  margin-bottom:13px;
  color:#8b6209
}

.offer-heading h2 {
  font-size:37px
}

.offer-heading>p {
  font-size:14px;
  margin:0
}

.product-gallery {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px
}

.product-card {
  display:block
}

.product-card:hover {
  opacity:1
}

.product-photo {
  position:relative;
  background:#f3f4f4;
  border-radius:15px;
  height:320px;
  overflow:hidden
}

.product-photo img {
  width:100%;
  height:100%;
  object-fit:contain;
  padding:22px 20px 37px;
  mix-blend-mode:multiply;
  transition:transform .25s
}

.product-card:hover img {
  transform:scale(1.04)
}

.product-photo>span {
  position:absolute;
  bottom:13px;
  left:0;
  right:0;
  text-align:center;
  font-size:10px;
  letter-spacing:1px;
  color:#62676b
}

.product-card h3 {
  display:flex;
  justify-content:space-between;
  margin:18px 0 8px;
  font-size:22px
}

.product-card h3 b {
  font-size:20px;
  font-weight:400
}

.product-card p {
  font-size:15px;
  margin:0 0 13px
}

.product-cta {
  font-size:13px;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:5px
}

.more-products {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:17px;
  margin-top:35px
}

.more-products>a {
  border:1px solid #e0e3e3;
  border-radius:13px;
  padding:22px;
  transition:background .2s
}

.more-products>a:hover {
  background:#fff8e7;
  opacity:1
}

.category-label {
  font-size:9px;
  letter-spacing:.6px;
  color:#7a6840;
  font-weight:700
}

.more-products h3 {
  display:flex;
  justify-content:space-between;
  font-size:20px;
  margin:12px 0 8px
}

.more-products h3>span {
  font-weight:400
}

.more-products p {
  font-size:14px;
  margin:0
}

.quote-strip {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:25px 30px;
  background:#fff6df;
  border-radius:12px;
  margin-top:30px
}

.quote-strip strong {
  font-size:21px;
  letter-spacing:-.5px
}

.quote-strip p {
  font-size:14px;
  margin:5px 0 0
}

.audience {
  border-radius:0;
  background:#232a30
}

.audience .eyebrow,.audience-list article>span {
  color:#f1bd49
}

.contact {
  border-radius:20px;
  background:#fff3d5
}

.contact-detail>p {
  font-size:38px;
  font-weight:700;
  letter-spacing:-1px
}

.contact-detail {
  border-color:#dac693
}

.contact-detail .email {
  font-size:19px
}

.contact .eyebrow {
  color:#82601a
}

.contact-detail small {
  font-size:14px
}

footer {
  margin-top:18px
}

.steps h3 {
  font-size:22px
}

.steps>article>span {
  background:#f5eccf;
  color:#795813;
  border-radius:50%;
  display:grid;
  place-items:center;
  width:36px;
  height:36px
}

.section-heading {
  grid-template-columns:1fr 2fr
}

@media(max-width:1000px) {
  .header {
    gap:20px
  }

  nav {
    gap:17px;
    font-size:12px
  }

  .hero {
    gap:25px
  }

  .hero h1 {
    font-size:52px
  }

  .hero-showcase {
    height:450px
  }

  .more-products {
    grid-template-columns:repeat(2,1fr)
  }

  .product-photo {
    height:280px
  }

  .offer-heading {
    display:block
  }

  .offer-heading>p {
    margin-top:15px
  }

  .hero-actions {
    gap:15px
  }

  .hero-actions .button {
    font-size:13px;
    padding:15px
  }

  .topbar .wrap {
    gap:20px
  }

  .topbar .wrap>span {
    font-size:11px
  }

  .product-card h3 {
    font-size:20px
  }

}

@media(max-width:640px) {
  .topbar .wrap {
    padding-top:9px;
    padding-bottom:9px;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap
  }

  .topbar .wrap>span {
    display:none
  }

  .topbar a {
    font-size:11px
  }

  .topbar strong {
    font-size:14px
  }

  .header {
    height:77px
  }

  .brand {
    font-size:20px
  }

  .header .small {
    font-size:11px;
    padding:11px 12px
  }

  .header nav {
    display:none
  }

  .hero {
    padding-top:23px;
    padding-bottom:25px
  }

  .hero h1 {
    font-size:49px;
    letter-spacing:-2.7px
  }

  .hero .eyebrow {
    font-size:9px;
    margin-bottom:20px
  }

  .hero-actions {
    gap:20px
  }

  .hero-actions .button {
    font-size:13px;
    padding:16px
  }

  .call strong {
    font-size:20px
  }

  .volume-note {
    font-size:12px
  }

  .hero-showcase {
    height:370px;
    border-radius:17px
  }

  .showcase-label {
    top:18px;
    left:20px;
    font-size:9px
  }

  .showcase-label strong {
    font-size:18px
  }

  .principles {
    margin:0 15px;
    border-radius:9px;
    font-size:11px;
    display:block;
    padding:12px 16px
  }

  .principles span {
    display:block;
    padding:3px 0
  }

  .section {
    padding-top:45px;
    padding-bottom:45px
  }

  .offer-heading h2 {
    font-size:32px
  }

  .offer-heading .eyebrow {
    font-size:9px
  }

  .offer-heading>p {
    font-size:15px
  }

  .product-gallery {
    grid-template-columns:1fr;
    gap:27px
  }

  .product-photo {
    height:330px
  }

  .product-card h3 {
    font-size:24px
  }

  .product-card p {
    font-size:16px
  }

  .product-cta {
    font-size:14px
  }

  .more-products {
    grid-template-columns:1fr;
    gap:12px;
    margin-top:30px
  }

  .more-products>a {
    padding:23px
  }

  .more-products h3 {
    font-size:22px
  }

  .more-products p {
    font-size:16px
  }

  .category-label {
    font-size:10px
  }

  .quote-strip {
    display:block;
    padding:24px
  }

  .quote-strip strong {
    font-size:21px
  }

  .quote-strip p {
    font-size:16px;
    margin-bottom:20px
  }

  .quote-strip .button {
    width:100%;
    justify-content:center
  }

  .contact {
    border-radius:0
  }

  .contact-detail>p {
    font-size:35px
  }

  .contact-detail .email {
    font-size:19px
  }

  .contact p {
    font-size:16px
  }

}

.logo-frame {
  display:block;
  width:88px;
  height:88px;
  overflow:hidden;
  position:relative
}

.logo-frame img {
  display:block;
  width:100%;
  height:auto;
  position:absolute;
  top:-2px;
  left:0
}

.header {
  height:110px
}

.header .brand {
  align-self:center
}

.showcase-hoodie {
  mix-blend-mode:normal;
  filter:drop-shadow(8px 12px 9px #0002)
}

footer .logo-frame {
  width:74px;
  height:74px
}

@media(max-width:640px) {
  .header {
    height:90px
  }

  .logo-frame {
    width:73px;
    height:73px
  }

  .header .brand {
    min-width:73px
  }

}

/* Poprawka czytelnosci sekcji Dla kogo + delikatny glass effect */
.audience {
  background:radial-gradient(circle at 15% 20%,rgba(241,189,73,.16),transparent 28%),linear-gradient(135deg,#20262c 0%,#111820 100%);
  padding:82px 0
}

.audience-grid {
  align-items:stretch;
  gap:54px
}

.audience-grid>div:first-child {
  padding:34px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px)
}

.audience h2 {
  color:#fff;
  font-size:48px;
  line-height:1.12;
  max-width:520px
}

.audience p {
  color:#d7dde2
}

.audience-list {
  display:grid;
  gap:16px
}

.audience-list article {
  align-items:flex-start;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  padding:22px 24px;
  background:rgba(255,255,255,.08);
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px)
}

.audience-list article:first-child {
  padding-top:22px
}

.audience-list article:last-child {
  padding-bottom:22px;
  border:1px solid rgba(255,255,255,.13)
}

.audience-list article>span {
  min-width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(241,189,73,.16);
  padding-top:0;
  font-weight:800
}

.audience-list h3 {
  color:#fff;
  font-size:25px
}

.audience-list p {
  max-width:520px
}

@media(max-width:640px) {
  .audience {
    padding:54px 0
  }

  .audience-grid>div:first-child {
    padding:24px
  }

  .audience h2 {
    font-size:36px
  }

  .audience-list article {
    padding:19px 18px;
    gap:16px
  }

  .audience-list article:first-child {
    padding-top:19px
  }

  .audience-list article:last-child {
    padding-bottom:19px
  }

}

/* Poprawka sekcji Wspolpraca + delikatny liquid glass */
#wspolpraca {
  margin-top:38px;
  margin-bottom:34px;
  border:1px solid rgba(32,37,42,.08);
  border-radius:22px;
  background:
    radial-gradient(circle at 18% 8%, rgba(240,180,41,.18), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(244,247,250,.66));
  box-shadow:0 24px 80px rgba(32,37,42,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px)
}

#wspolpraca .section-heading {
  align-items:center;
  margin-bottom:38px
}

#wspolpraca .eyebrow {
  color:#82601a
}

#wspolpraca .steps {
  gap:20px
}

#wspolpraca .steps article {
  min-height:205px;
  border:1px solid rgba(32,37,42,.09);
  border-radius:18px;
  padding:26px;
  background:rgba(255,255,255,.52);
  box-shadow:0 18px 50px rgba(32,37,42,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px)
}

#wspolpraca .steps article+article {
  border-left:1px solid rgba(32,37,42,.09)
}

#wspolpraca .steps>article>span {
  background:rgba(240,180,41,.24);
  color:#765408;
  border:1px solid rgba(146,103,8,.12)
}

#wspolpraca .steps h3 {
  margin-top:18px;
  color:#20252a
}

#wspolpraca .steps p {
  color:#485057
}

@media(max-width:640px) {
  #wspolpraca {
    margin:22px 15px 28px;
    padding:34px 18px
  }

  #wspolpraca .steps {
    gap:14px
  }

  #wspolpraca .steps article {
    min-height:auto;
    padding:22px
  }

}

/* FORMULARZ WYCENY — jeden plik HTML, bez backendu */
.quote-form {
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:28px;
  align-items:stretch;
  margin-top:44px;
  margin-bottom:38px;
  padding-top:0;
  padding-bottom:0
}

.quote-form-copy,.quote-form-card {
  border:1px solid rgba(32,37,42,.09);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(246,248,250,.68));
  box-shadow:0 24px 80px rgba(32,37,42,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px)
}

.quote-form-copy {
  padding:42px
}

.quote-form-copy .eyebrow {
  color:#82601a
}

.quote-form-copy h2 {
  font-size:44px
}

.quote-form-copy p {
  max-width:430px;
  font-size:16px
}

.quote-phone {
  display:inline-block;
  margin-top:18px;
  font-size:16px;
  text-decoration:underline;
  text-underline-offset:6px
}

.quote-form-card {
  padding:30px;
  display:grid;
  gap:16px
}

.quote-form-card label {
  display:grid;
  gap:7px;
  font-size:13px;
  font-weight:800;
  color:#20252a
}

.quote-form-card input,.quote-form-card textarea {
  width:100%;
  border:1px solid #d9dee2;
  border-radius:12px;
  background:rgba(255,255,255,.9);
  color:#20252a;
  font:inherit;
  padding:13px 14px;
  outline:none
}

.quote-form-card input:focus,.quote-form-card textarea:focus {
  border-color:#efb323;
  box-shadow:0 0 0 4px rgba(239,179,35,.16)
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}

.quote-form-card .button {
  border:0;
  cursor:pointer;
  justify-content:center;
  width:100%
}

.form-note {
  margin:0;
  font-size:12px;
  color:#6a7075
}

@media(max-width:900px) {
  .quote-form {
    grid-template-columns:1fr
  }

  .quote-form-copy h2 {
    font-size:36px
  }

}

@media(max-width:640px) {
  .quote-form {
    margin:24px 15px 28px;
    padding-left:0;
    padding-right:0
  }

  .quote-form-copy,.quote-form-card {
    padding:24px;
    border-radius:18px
  }

  .form-row {
    grid-template-columns:1fr
  }

}

/* ==========================================================
   TWOJE ZMIANY — wpisuj je tutaj, pod istniejącymi regułami.
   Przykład: .intro { font-size: 18px; }
   Główne kolory przycisków ustawisz poniżej.
   ========================================================== */
:root {
  --kolor-przycisku: #efb323; /* żółty */
  --kolor-przycisku-po-najechaniu: #f7c650;
}
.button {
  background: var(--kolor-przycisku);
}
.button:hover {
  background: var(--kolor-przycisku-po-najechaniu);
}

/* Lista produktów przy formularzu wyceny. */
.quote-products-title {
  margin: 24px 0 8px;
  font-weight: 700;
}
.quote-products-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.quote-products-list li {
  margin: 6px 0;
}
.quote-products-list li::before {
  content: "✓";
  color: #b27a00;
  font-weight: 800;
  margin-right: 9px;
}/* End custom CSS */