  :root{
    --ink:#16283A; --lake:#2E5266; --lake-soft:#3E6B82;
    --clay:#C97B4E; --clay-soft:#E3A87A; --clay-bold:#DD6A2C; --clay-bold-hover:#C85A20;
    --cream:#F7F3EC; --cream-deep:#EFE8DB; --sage:#8FA398; --white:#FBFAF8;
    --serif:'Fraunces', Georgia, serif; --sans:'Public Sans', -apple-system, sans-serif;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0; font-family:var(--sans); background:var(--cream); color:var(--ink); -webkit-font-smoothing:antialiased; overflow-x:hidden;}
  a{color:inherit;} img,svg{display:block; max-width:100%;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 clamp(20px,5vw,64px);}
  ::selection{background:var(--clay-soft); color:var(--ink);}
  a:focus-visible, button:focus-visible{outline:2px solid var(--clay); outline-offset:3px; border-radius:4px;}
  @media (prefers-reduced-motion: reduce){*{animation-duration:0.01ms !important; transition-duration:0.01ms !important; scroll-behavior:auto !important;}}

  header{position:sticky; top:0; z-index:50; background:rgba(247,243,236,0.9); backdrop-filter:blur(10px); border-bottom:1px solid rgba(22,40,58,0.08);}
  .nav{display:flex; align-items:center; justify-content:space-between; padding:16px clamp(20px,5vw,64px); gap:14px; flex-wrap:nowrap; max-width:100%;}
  .logo{font-family:var(--serif); font-weight:600; font-size:1.15rem; display:flex; align-items:center; gap:12px; flex-shrink:1; min-width:0; text-decoration:none; color:inherit;}
  .logo img{width:64px; height:64px; flex-shrink:0; display:block; object-fit:contain;}
  .logo-text{min-width:0; overflow-wrap:normal; word-break:normal;}
  .navlinks{display:flex; gap:18px; list-style:none; margin:0; padding:0; font-size:0.86rem; flex-wrap:nowrap;}
  .navlinks a{text-decoration:none; color:var(--ink); position:relative; padding:4px 0;}
  .navlinks a::after{content:''; position:absolute; left:0; bottom:-2px; width:0; height:1.5px; background:var(--clay); transition:width .35s cubic-bezier(.4,0,.2,1);}
  .navlinks a:hover::after{width:100%;}
  .cta-btn{background:var(--lake); color:var(--white); border:1.5px solid var(--lake); font-family:var(--sans); font-weight:600; font-size:0.92rem; padding:12px 26px; border-radius:100px; text-decoration:none; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; box-shadow:2px 6px 16px rgba(46,82,102,0.28); transition:transform .3s cubic-bezier(.34,1.4,.64,1), box-shadow .3s ease, background .3s ease; white-space:nowrap; line-height:1.2;}
  .cta-btn:hover{transform:translateY(-2px) scale(1.02); background:var(--lake-soft);}
  .cta-ghost{background:transparent; color:var(--ink); border:1.5px solid rgba(22,40,58,0.25); font-family:var(--sans); font-weight:600; font-size:0.92rem; padding:12px 24px; border-radius:100px; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; transition:border-color .3s ease, background .3s ease; line-height:1.2;}
  .cta-ghost:hover{border-color:var(--clay); background:rgba(201,123,78,0.06);}
  .cta-btn-book{background:var(--clay-bold); border-color:var(--clay-bold); box-shadow:2px 6px 16px rgba(221,106,44,0.35);}
  .cta-btn-book:hover{background:var(--clay-bold-hover); border-color:var(--clay-bold-hover);}
  .burger{display:none; background:none; border:none; cursor:pointer; padding:6px;}
  .burger svg{width:22px; height:22px;}
  @media (max-width:1260px){
    .navlinks{display:none;} .burger{display:block;}
  }

  .hero{padding:clamp(28px,5vw,52px) 0 clamp(24px,4vw,40px);}
  .hero-grid{display:grid; grid-template-columns:1.05fr 0.95fr; gap:clamp(24px,5vw,56px); align-items:center;}
  .eyebrow{font-size:0.78rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--clay); font-weight:700; margin:0 0 16px; display:flex; align-items:center; gap:10px;}
  .eyebrow::before{content:''; width:24px; height:1.5px; background:var(--clay); display:inline-block;}
  .hero-eyebrow{color:var(--lake); justify-content:flex-start;}
  .hero-eyebrow::before{background:var(--lake);}
  .hero-eyebrow::after{content:''; width:24px; height:1.5px; background:var(--lake); display:inline-block;}
  h1{font-family:var(--serif); font-weight:500; font-size:clamp(2.3rem,4.2vw,3.6rem); line-height:1.08; letter-spacing:-0.01em; margin:0 0 22px;}
  h1 em{font-style:italic; color:var(--lake); font-weight:400;}
  .hero-lede{font-size:1.1rem; line-height:1.65; color:#3B4A55; max-width:48ch; margin:0 0 20px;}
  .hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:20px;}
  .hero-ctas .cta-btn, .hero-ctas .cta-ghost{flex:1 1 200px;}
  .hero-contact{display:flex; gap:24px; flex-wrap:wrap; font-size:0.88rem; color:#54636D;}
  .hero-contact span{display:flex; align-items:center; gap:8px;}
  .hero-contact svg{width:16px; height:16px; color:var(--sage); flex-shrink:0;}

  .hero-stage-wrap{position:relative; padding:16px 70px 46px; margin:48px -30px 40px; align-self:end;}
  .hero-visual{position:relative; aspect-ratio:1/1; max-width:280px; margin:0 auto; animation:heroFloat 6s ease-in-out infinite;}
  @keyframes heroFloat{0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);}}
  .hero-visual .scan-ring{position:absolute; inset:6%; border-radius:50%; border:1.5px dashed rgba(46,82,102,0.22); animation:spinSlow 40s linear infinite;}
  .hero-visual .scan-ring.inner{inset:16%; border-color:rgba(201,123,78,0.28); animation-duration:28s; animation-direction:reverse;}
  @keyframes spinSlow{from{transform:rotate(0deg);} to{transform:rotate(360deg);}}
  .logo-glow{position:absolute; inset:26%; border-radius:50%; background:radial-gradient(circle, rgba(46,82,102,0.16) 0%, rgba(46,82,102,0) 70%); animation:glowPulse 4s ease-in-out infinite;}
  @keyframes glowPulse{0%,100%{opacity:0.6; transform:scale(1);} 50%{opacity:1; transform:scale(1.08);}}
  .hero-logo{position:absolute; left:50%; top:50%; width:52%; height:auto; transform:translate(-50%,-50%); filter:drop-shadow(0 10px 20px rgba(22,40,58,0.16));}

  .hero-badge{
    position:absolute; width:46px; height:46px; border-radius:50%;
    background:var(--lake); display:flex; align-items:center; justify-content:center;
    box-shadow:0 8px 18px rgba(22,40,58,0.18); cursor:pointer;
    transform:translate(-50%,-50%) scale(1);
    transition:transform .45s cubic-bezier(.34,1.3,.64,1), box-shadow .45s ease, background .45s ease;
    z-index:3;
  }
  .hero-badge svg{width:19px; height:19px; stroke:var(--white); fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;}
  .hero-badge.active{background:var(--clay); transform:translate(-50%,-50%) scale(1.18); box-shadow:0 12px 26px rgba(201,123,78,0.4);}
  .hero-badge::after{
    content:''; position:absolute; inset:-6px; border-radius:50%; border:1.5px solid var(--clay);
    opacity:0; transition:opacity .4s ease, transform .4s ease; transform:scale(0.85);
  }
  .hero-badge.active::after{opacity:0.55; transform:scale(1);}

  .hero-stat-card{
    position:absolute; width:224px; min-height:106px; background:var(--white); border-radius:16px;
    padding:15px 17px; box-shadow:0 16px 34px rgba(22,40,58,0.18);
    text-align:left; z-index:5; pointer-events:none;
    display:flex; flex-direction:column; justify-content:center;
    opacity:0; transition:left .55s cubic-bezier(.2,.7,.2,1), top .55s cubic-bezier(.2,.7,.2,1), transform .4s cubic-bezier(.34,1.2,.64,1), opacity .35s ease;
    box-sizing:border-box;
  }
  .hero-stat-card.show{opacity:1;}
  .hero-stat-card::before{
    content:''; position:absolute; width:11px; height:11px; background:var(--white);
    transform:rotate(45deg); border-radius:2px;
    left:var(--dot-x,calc(50% - 5px)); top:var(--dot-y,calc(50% - 5px));
  }
  .hero-stat-card .num{font-family:var(--serif); font-weight:600; font-size:1.4rem; color:var(--lake); line-height:1; margin-bottom:5px; display:flex; align-items:center; gap:7px;}
  .hero-stat-card .num svg{width:17px; height:17px; stroke:var(--clay); fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0;}
  .hero-stat-card .lbl{font-size:0.8rem; color:#4B5960; line-height:1.4;}

  .hero-dots{display:flex; justify-content:center; gap:7px; margin-top:14px;}
  .hero-dots span{position:relative; width:6px; height:6px; border-radius:50%; background:rgba(46,82,102,0.25); transition:background .3s ease, transform .3s ease; cursor:pointer;}
  .hero-dots span::before{content:''; position:absolute; inset:-9px;}
  .hero-dots span.active{background:var(--clay); transform:scale(1.3);}

  @media (prefers-reduced-motion: reduce){
    .hero-visual, .hero-visual .scan-ring, .logo-glow, .hero-logo, .hero-badge, .hero-badge::after, .hero-stat-card{animation:none !important; transition:none !important; opacity:1 !important;}
  }

  .trust-strip{background:var(--ink); color:var(--white); padding:30px 0;}
  .trust-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center;}
  .trust-grid .num{font-family:var(--serif); font-size:clamp(1.6rem,3vw,2.2rem); font-weight:600; color:var(--clay-soft);}
  .trust-grid .lbl{font-size:0.84rem; color:rgba(251,250,248,0.75); margin-top:6px; line-height:1.4;}

  .section{padding:clamp(64px,8vw,104px) 0; scroll-margin-top:100px;}
  .section-head{max-width:660px; margin-bottom:clamp(36px,5vw,56px);}
  .section-head .eyebrow{color:var(--lake);} .section-head .eyebrow::before{background:var(--lake);}
  h2{font-family:var(--serif); font-weight:500; font-size:clamp(1.8rem,3.2vw,2.5rem); line-height:1.14; margin:0 0 14px; letter-spacing:-0.01em;}
  .section-head p{font-size:1.02rem; line-height:1.6; color:#4B5960; margin:0;}

  /* OFERTA bento */
  .bento{display:grid; grid-template-columns:repeat(6,1fr); gap:16px;}
  .bento .card{background:var(--white); border-radius:20px; padding:26px 24px; box-shadow:2px 10px 24px rgba(22,40,58,0.06); transition:transform .35s cubic-bezier(.34,1.2,.64,1), box-shadow .35s ease;}
  .bento .card:hover{transform:translateY(-5px); box-shadow:4px 18px 36px rgba(22,40,58,0.12);}
  .bento .card .tag{font-size:0.72rem; text-transform:uppercase; letter-spacing:0.07em; color:var(--clay); font-weight:700; margin-bottom:10px;}
  .bento .card h3{font-family:var(--serif); font-size:1.12rem; font-weight:600; margin:0 0 8px;}
  .bento .card p{margin:0 0 10px; font-size:0.9rem; color:#57646B; line-height:1.55;}
  .bento .card .price{font-size:0.85rem; font-weight:600; color:var(--lake);}
  .bento .lead{grid-column:span 3; background:var(--lake); color:var(--white);}
  .bento .lead p{color:rgba(251,250,248,0.78);}
  .bento .lead .price{color:var(--clay-soft);}
  .bento .lead .tag{color:var(--clay-soft);}
  .bento .std{grid-column:span 2;}
  .offer-more{margin-top:22px; font-size:0.92rem; color:#54636D;}

  /* PROCES */
  .process{position:relative;}
  .process-line{position:absolute; left:23px; top:10px; bottom:10px; width:1.5px; background:repeating-linear-gradient(to bottom, var(--lake) 0 8px, transparent 8px 15px); opacity:0.4;}
  .process-steps{display:flex; flex-direction:column; gap:clamp(26px,3.5vw,36px);}
  .step{display:grid; grid-template-columns:48px 1fr; gap:20px; position:relative;}
  .step-num{font-family:var(--serif); font-weight:600; font-size:1.05rem; width:48px; height:48px; border-radius:50%; background:var(--white); border:1.5px solid rgba(46,82,102,0.18); display:flex; align-items:center; justify-content:center; color:var(--lake); position:relative; z-index:1; box-shadow:2px 8px 18px rgba(22,40,58,0.07); transition:background .35s ease, color .35s ease, transform .35s ease;}
  .step.in-view .step-num{background:var(--lake); color:var(--white); transform:scale(1.06);}
  .step-body h3{font-family:var(--serif); font-weight:600; font-size:1.16rem; margin:2px 0 6px;}
  .step-body p{margin:0; color:#4B5960; line-height:1.6; font-size:0.95rem; max-width:58ch;}

  /* ZESPÓŁ */
  .team-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:36px;}
  .person{background:var(--white); border-radius:18px; padding:22px 20px; text-align:center; box-shadow:2px 8px 20px rgba(22,40,58,0.06);}
  .avatar{width:56px; height:56px; border-radius:50%; background:linear-gradient(155deg, var(--lake), var(--ink)); display:flex; align-items:center; justify-content:center; margin:0 auto 12px; color:var(--white); font-family:var(--serif); font-weight:600; font-size:1.1rem; overflow:hidden;}
  .avatar img{width:100%; height:100%; object-fit:cover; border-radius:50%;}
  .person h4{margin:0 0 3px; font-family:var(--serif); font-size:1.02rem; font-weight:600;}
  .person span{font-size:0.85rem; color:var(--clay); font-weight:600;}
  .equip-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
  .equip-card{background:var(--cream-deep); border-radius:18px; padding:24px 26px;}
  .equip-card .tag{font-size:0.75rem; text-transform:uppercase; letter-spacing:0.07em; color:var(--lake); font-weight:700; margin-bottom:10px;}
  .equip-card p{margin:0; font-size:0.94rem; color:#3B4A55; line-height:1.6;}

  /* CENNIK */
  .price-categories{display:grid; grid-template-columns:1fr 1fr; gap:24px;}
  .price-cat{background:var(--white); border-radius:20px; padding:26px 28px; box-shadow:2px 10px 24px rgba(22,40,58,0.06);}
  .price-cat h3{font-family:var(--serif); font-size:1.2rem; font-weight:600; margin:0 0 4px; color:var(--lake);}
  .price-cat .cat-sub{font-size:0.82rem; color:#8B958D; margin-bottom:16px;}
  .price-cat table{width:100%; border-collapse:collapse;}
  .price-cat tr{border-bottom:1px solid rgba(22,40,58,0.07);}
  .price-cat tr:last-child{border-bottom:none;}
  .price-cat td{padding:10px 0; font-size:0.92rem;}
  .price-cat td:last-child{text-align:right; font-weight:600; color:var(--ink); white-space:nowrap; padding-left:10px;}
  .price-cat.podochirurgia{background:var(--lake); color:var(--white);}
  .price-cat.podochirurgia h3{color:var(--clay-soft);}
  .price-cat.podochirurgia .cat-sub{color:rgba(251,250,248,0.65);}
  .price-cat.podochirurgia tr{border-bottom:1px solid rgba(251,250,248,0.15);}
  .price-cat.podochirurgia td:last-child{color:var(--white);}
  .price-cat.combo{display:flex; flex-direction:column; gap:22px; padding:26px 28px;}
  .combo-sub{padding-bottom:20px; border-bottom:1px solid rgba(22,40,58,0.08);}
  .combo-sub:last-child{padding-bottom:0; border-bottom:none;}
  .combo-sub.podochirurgia{background:var(--lake); color:var(--white); margin:0 0 20px; padding:20px 22px; border-radius:16px; border-bottom:none;}
  .combo-sub.podochirurgia h3{color:var(--clay-soft);}
  .combo-sub.podochirurgia .cat-sub{color:rgba(251,250,248,0.65);}
  .combo-sub.podochirurgia tr{border-bottom:1px solid rgba(251,250,248,0.15);}
  .combo-sub.podochirurgia td:last-child{color:var(--white);}
  .price-note{margin-top:20px; font-size:0.82rem; color:#8B958D;}

  /* OPINIE */
  .reviews-box{background:var(--white); border-radius:22px; padding:clamp(32px,5vw,52px); display:grid; grid-template-columns:0.9fr 1.1fr; gap:36px; align-items:center; box-shadow:2px 10px 24px rgba(22,40,58,0.06);}
  .reviews-widget{border:1.5px dashed rgba(46,82,102,0.3); border-radius:16px; padding:26px; text-align:center; color:#6A7680; font-size:0.92rem; background:var(--cream); overflow:hidden; min-width:0;}
  .reviews-head{text-align:left; margin-bottom:22px;}
  .reviews-head-brand{display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
  .google-word{font-family:var(--sans); font-weight:700; font-size:1.25rem;}
  .google-word span:nth-child(1){color:#4285F4;} .google-word span:nth-child(2){color:#EA4335;} .google-word span:nth-child(3){color:#FBBC05;} .google-word span:nth-child(4){color:#4285F4;} .google-word span:nth-child(5){color:#34A853;} .google-word span:nth-child(6){color:#EA4335;}
  .reviews-rating-num{font-family:var(--serif); font-weight:600; font-size:1.25rem; color:var(--ink);}
  .reviews-rating-stars{color:var(--clay); letter-spacing:2px;}
  .reviews-head-sub{color:#54636D; font-size:0.92rem; margin-top:4px; font-weight:600;}
  .reviews-head-link{display:inline-block; margin-top:10px; font-size:0.88rem; font-weight:600; color:var(--lake); text-decoration:none;}
  .reviews-head-link:hover{text-decoration:underline;}
  .reviews-slider{display:flex; align-items:center; gap:12px; min-width:0;}
  .reviews-track{display:flex; gap:20px; overflow-x:auto; -webkit-overflow-scrolling:touch; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:4px 2px 12px; scrollbar-width:none; min-width:0;}
  .reviews-track::-webkit-scrollbar{display:none;}
  .review-card{scroll-snap-align:start; flex:0 0 clamp(250px,30vw,320px); background:var(--white); border:1px solid rgba(46,82,102,0.1); border-radius:16px; padding:20px; box-shadow:2px 8px 20px rgba(22,40,58,0.05); display:flex; flex-direction:column; text-align:left;}
  .review-head{display:flex; align-items:center; gap:12px; margin-bottom:10px;}
  .review-avatar{width:44px; height:44px; font-size:0.85rem; margin:0; flex-shrink:0;}
  .review-name{font-family:var(--serif); font-weight:600; font-size:0.95rem; color:var(--ink); line-height:1.3;}
  .review-date{font-size:0.78rem; color:#8B958D;}
  .review-stars{color:var(--clay); letter-spacing:2px; margin-bottom:8px; font-size:0.9rem;}
  .review-text{font-size:0.9rem; line-height:1.55; color:#4B5960; margin:0; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; overflow:hidden;}
  .review-card.is-expanded .review-text{-webkit-line-clamp:unset; overflow:visible;}
  .review-more{align-self:flex-start; margin-top:8px; background:none; border:none; padding:0; color:var(--lake); font-weight:600; font-size:0.85rem; cursor:pointer; font-family:var(--sans);}
  .reviews-arrow{flex-shrink:0; width:40px; height:40px; border-radius:50%; border:1.5px solid rgba(46,82,102,0.25); background:var(--white); color:var(--lake); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .2s;}
  .reviews-arrow:hover{background:var(--cream-deep);}

  /* FINAL CTA */
  .final-cta{background:var(--ink); color:var(--white); border-radius:28px; padding:clamp(40px,6vw,72px) clamp(26px,5vw,64px); display:grid; grid-template-columns:1.3fr 0.7fr; gap:32px; align-items:center; position:relative; overflow:hidden;}
  .final-cta::before{content:''; position:absolute; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle, rgba(201,123,78,0.28) 0%, transparent 70%); top:-130px; right:-90px;}
  .final-cta h2{color:var(--white); position:relative;}
  .final-cta p{color:rgba(251,250,248,0.75); font-size:1rem; line-height:1.6; max-width:48ch; position:relative;}
  .final-cta .actions{display:flex; flex-direction:column; gap:12px; position:relative;}
  .final-cta .actions .cta-btn, .final-cta .actions .cta-ghost{width:100%;}
  .final-cta .cta-btn{background:var(--clay-bold); box-shadow:2px 8px 20px rgba(221,106,44,0.35);}
  .final-cta .cta-btn:hover{background:var(--clay-bold-hover);}
  .final-cta .cta-ghost{border-color:rgba(251,250,248,0.3); color:var(--white);}
  .final-cta .cta-ghost:hover{border-color:var(--white); background:rgba(255,255,255,0.06);}

  /* KONTAKT / MAPA */
  .contact-block{display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:28px;}
  .contact-info{background:var(--white); border-radius:22px; padding:clamp(26px,4vw,38px); box-shadow:2px 10px 24px rgba(22,40,58,0.06);}
  .contact-row{display:flex; gap:14px; align-items:flex-start; margin-bottom:20px;}
  .contact-row:last-child{margin-bottom:0;}
  .contact-row svg{width:19px; height:19px; color:var(--clay); flex-shrink:0; margin-top:2px;}
  .contact-row .lbl{font-size:0.78rem; text-transform:uppercase; letter-spacing:0.06em; color:#8B958D; margin-bottom:3px;}
  .contact-row .val{font-size:0.98rem; color:var(--ink); font-weight:500;}
  .contact-row .hours{font-size:0.9rem; color:#4B5960; line-height:1.7;}
  .map-embed{border-radius:22px; overflow:hidden; box-shadow:2px 10px 24px rgba(22,40,58,0.06); min-height:280px;}
  .map-embed iframe{width:100%; height:100%; min-height:280px; border:0; display:block;}

  footer{background:var(--ink); color:rgba(251,250,248,0.7); padding:56px 0 0; margin-top:16px;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; padding-bottom:40px;}
  .footer-logo{font-family:var(--serif); font-weight:600; font-size:1.15rem; margin-bottom:12px; display:flex; align-items:center; gap:8px; color:var(--white);}
  .footer-logo svg, .footer-logo img{width:48px; height:48px; flex-shrink:0; object-fit:contain;}
  footer p{color:rgba(251,250,248,0.55); font-size:0.88rem; line-height:1.6; max-width:36ch; margin:0;}
  .footer-desc{margin-left:56px;}
  .footer-col h4{font-size:0.78rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--clay-soft); font-weight:700; margin:0 0 14px;}
  .footer-col ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
  .footer-col a{text-decoration:none; color:rgba(251,250,248,0.75); font-size:0.9rem; position:relative; transition:color .25s ease;}
  .footer-col a::after{content:''; position:absolute; left:0; bottom:-3px; width:0; height:1px; background:var(--clay-soft); transition:width .3s ease;}
  .footer-col a:hover{color:var(--white);}
  .footer-col a:hover::after{width:100%;}
  .footer-contact{display:flex; flex-direction:column; gap:14px;}
  .footer-contact-row{display:flex; gap:11px; align-items:flex-start;}
  .footer-contact-row svg{width:17px; height:17px; color:var(--clay-soft); flex-shrink:0; margin-top:2px;}
  .footer-contact-row .val{font-size:0.9rem; color:rgba(251,250,248,0.8); line-height:1.5;}
  .footer-contact-row .val a{color:inherit; text-decoration:none; transition:color .25s ease;}
  .footer-contact-row .val a:hover{color:var(--white);}
  .footer-bottom{padding:20px 0; border-top:1px solid rgba(251,250,248,0.12); display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px; font-size:0.78rem; color:rgba(251,250,248,0.45);}
  .footer-bottom a, .footer-bottom button{color:inherit; transition:color .25s ease;}
  .footer-bottom a:hover, .footer-bottom button:hover{color:var(--clay-soft);}
  .footer-bottom button{text-decoration:underline;}

  .reveal{opacity:0; transform:translateY(16px); transition:opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1);}
  .reveal.in{opacity:1; transform:translateY(0);}

  /* COOKIE BANNER */
  .cookie-banner{
    position:fixed; bottom:16px; left:16px; right:16px; z-index:100;
    background:var(--ink); color:var(--white); border-radius:18px;
    padding:18px 22px; max-width:640px; margin:0 auto;
    display:flex; align-items:center; gap:18px; flex-wrap:wrap;
    box-shadow:0 12px 32px rgba(0,0,0,0.25);
    transform:translateY(140%); transition:transform .5s cubic-bezier(.2,.6,.2,1);
  }
  .cookie-banner.show{transform:translateY(0);}
  .cookie-banner p{margin:0; font-size:0.86rem; line-height:1.5; color:rgba(251,250,248,0.85); flex:1; min-width:200px;}
  .cookie-banner a{color:var(--clay-soft); text-decoration:underline;}
  .cookie-actions{display:flex; gap:10px; flex-shrink:0;}
  .cookie-btn{border:none; border-radius:100px; padding:9px 18px; font-family:var(--sans); font-weight:600; font-size:0.84rem; cursor:pointer;}
  .cookie-accept{background:var(--clay); color:var(--white);}
  .cookie-decline{background:transparent; color:rgba(251,250,248,0.75); border:1.5px solid rgba(251,250,248,0.3) !important;}

  @media (max-width:900px){
    .hero-grid{grid-template-columns:1fr;} .hero-stage-wrap{order:-1; margin:0 0 8px; padding:8px 4px;}
    .hero-visual{max-width:220px; margin:0 auto;}
    .hero-stat-card{position:static !important; width:min(88%,320px); min-height:0; margin:14px auto 0 !important; opacity:1 !important; transform:none !important; left:auto !important; top:auto !important;}
    .hero-stat-card::before{display:none;}
    .trust-grid{grid-template-columns:repeat(2,1fr);}
    .bento{grid-template-columns:repeat(2,1fr);} .bento .lead, .bento .std{grid-column:span 2;}
    .team-grid{grid-template-columns:repeat(3,1fr);}
    .equip-grid{grid-template-columns:1fr;}
    .reviews-box{grid-template-columns:1fr; padding:24px 20px;}
    .reviews-arrow{display:none;}
    .review-card{flex-basis:82vw;}
    .price-categories{grid-template-columns:1fr;}
    .contact-block{grid-template-columns:1fr;}
    .map-embed{min-height:260px;}
    .final-cta{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr; gap:26px;}
    .price-table td{padding:13px 16px; font-size:0.88rem;}
  }
  @media (max-width:560px){
    .trust-grid{grid-template-columns:repeat(2,1fr); gap:18px;}
    .team-grid{grid-template-columns:repeat(2,1fr);}
    .step{grid-template-columns:40px 1fr; gap:14px;} .step-num{width:40px; height:40px; font-size:0.92rem;}
    .process-line{left:19px;}
    .nav{padding:12px 16px; gap:8px;}
    .logo{font-size:0.78rem; line-height:1.2; gap:8px;}
    .logo img{width:36px; height:36px;}
    .logo-text{display:block; max-width:150px;}
    .cta-btn{padding:9px 14px; font-size:0.78rem; white-space:nowrap;}
    .burger{padding:4px; flex-shrink:0;}
  }

  /* FAQ HERO (faq.html) */
  .faq-hero{padding:clamp(28px,5vw,52px) 0 clamp(8px,2vw,16px);}
  .faq-hero .eyebrow{color:var(--lake);} .faq-hero .eyebrow::before{background:var(--lake);}
  .faq-hero h1{font-size:clamp(2rem,4vw,3.1rem);}
  .faq-hero p{font-size:1.05rem; line-height:1.65; color:#3B4A55; max-width:56ch; margin:0 0 8px;}

  /* FAQ SEARCH */
  .faq-search-wrap{margin-top:28px; max-width:520px;}
  .faq-search{position:relative;}
  .faq-search input{width:100%; padding:14px 20px 14px 46px; border-radius:100px; border:1.5px solid rgba(22,40,58,0.14); background:var(--white); font-family:var(--sans); font-size:0.95rem; color:var(--ink); box-shadow:2px 8px 20px rgba(22,40,58,0.05); transition:border-color .3s ease, box-shadow .3s ease;}
  .faq-search input:focus{outline:none; border-color:var(--clay); box-shadow:2px 10px 24px rgba(201,123,78,0.14);}
  .faq-search svg{position:absolute; left:18px; top:50%; transform:translateY(-50%); width:17px; height:17px; color:#8B958D; pointer-events:none;}
  .faq-empty{display:none; margin-top:18px; color:#8B958D; font-size:0.92rem;}
  .faq-empty.show{display:block;}

  /* FAQ CATEGORY NAV */
  .faq-catnav{display:flex; gap:10px; flex-wrap:wrap; margin:30px 0 8px;}
  .faq-catnav a{text-decoration:none; font-size:0.84rem; font-weight:600; color:var(--ink); background:var(--white); border:1.5px solid rgba(22,40,58,0.1); padding:9px 18px; border-radius:100px; transition:border-color .25s ease, background .25s ease, color .25s ease;}
  .faq-catnav a:hover{border-color:var(--clay); color:var(--clay);}

  /* FAQ ACCORDION */
  .faq-category{margin-top:clamp(40px,5vw,64px); scroll-margin-top:100px;}
  .faq-category-head{display:flex; align-items:baseline; gap:14px; margin-bottom:20px;}
  .faq-category-head h2{margin:0; font-size:clamp(1.3rem,2.4vw,1.6rem);}
  .faq-category-head .count{font-size:0.82rem; color:#8B958D; font-weight:600;}
  .faq-list{background:var(--white); border-radius:22px; box-shadow:2px 10px 24px rgba(22,40,58,0.06); overflow:hidden;}
  .faq-item{border-bottom:1px solid rgba(22,40,58,0.08);}
  .faq-item:last-child{border-bottom:none;}
  .faq-q{width:100%; display:flex; align-items:center; justify-content:space-between; gap:20px; background:none; border:none; text-align:left; cursor:pointer; padding:22px 26px; font-family:var(--sans); font-size:1rem; font-weight:600; color:var(--ink);}
  .faq-q:hover{color:var(--lake);}
  .faq-icon{flex-shrink:0; width:30px; height:30px; border-radius:50%; background:var(--cream); display:flex; align-items:center; justify-content:center; position:relative; transition:background .3s ease, transform .3s ease;}
  .faq-icon::before, .faq-icon::after{content:''; position:absolute; background:var(--lake); border-radius:2px; transition:transform .35s cubic-bezier(.4,0,.2,1), opacity .35s ease;}
  .faq-icon::before{width:12px; height:1.6px;}
  .faq-icon::after{width:1.6px; height:12px;}
  .faq-item.open .faq-icon{background:var(--clay);}
  .faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after{background:var(--white);}
  .faq-item.open .faq-icon::after{transform:rotate(90deg); opacity:0;}
  .faq-item.open .faq-q{color:var(--lake);}
  .faq-a-wrap{max-height:0; overflow:hidden; transition:max-height .45s cubic-bezier(.2,.6,.2,1);}
  .faq-a{padding:0 26px 24px; margin:0; font-size:0.94rem; line-height:1.7; color:#4B5960; max-width:70ch;}
  .faq-a a{color:var(--lake); font-weight:600;}
  .faq-item[hidden]{display:none;}

  /* FAQ CTA */
  .faq-cta{margin-top:clamp(48px,6vw,72px);}

  @media (max-width:560px){
    .faq-q{padding:18px 18px; font-size:0.94rem; gap:14px;}
    .faq-a{padding:0 18px 20px;}
    .faq-catnav a{font-size:0.78rem; padding:8px 14px;}
  }

  /* LEGAL (polityka-prywatnosci.html) */
  .legal-hero{padding:clamp(28px,5vw,52px) 0 clamp(16px,3vw,28px);}
  .legal-hero h1{font-size:clamp(2rem,4vw,2.9rem); line-height:1.1; margin:0 0 14px;}
  .legal-meta{font-size:0.92rem; color:#5C6A73; margin:0;}

  .legal-content{padding:clamp(8px,2vw,16px) 0 clamp(48px,6vw,72px);}
  .legal-content h2{font-family:var(--serif); font-weight:600; font-size:1.4rem; color:var(--lake); margin:44px 0 14px; padding-top:20px; border-top:1px solid rgba(22,40,58,0.08);}
  .legal-content h2:first-child{margin-top:0; padding-top:0; border-top:none;}
  .legal-content p{font-size:0.98rem; line-height:1.7; color:#3B4A55; margin:0 0 14px;}
  .legal-content ul{margin:0 0 14px; padding-left:22px; color:#3B4A55; font-size:0.98rem; line-height:1.7;}
  .legal-content li{margin-bottom:6px;}
  .legal-content strong{color:var(--ink);}
  .legal-content a{color:var(--lake); text-decoration:underline;}
  .legal-content .org-block{background:var(--white); border:1px solid rgba(22,40,58,0.08); border-radius:14px; padding:20px 24px; margin:0 0 14px;}
  .legal-content .org-block p{margin:0 0 4px;}

  /* FORMULARZ KONTAKTOWY */
  .hero-form-link{display:inline-flex; align-items:center; gap:6px; font-size:0.88rem; color:var(--lake); font-weight:600; text-decoration:underline; text-underline-offset:3px; margin-top:16px;}
  .hero-form-link:hover{color:var(--lake-soft);}

  #formularz{scroll-margin-top:100px; margin-bottom:20px;}

  .form-card{background:var(--white); border-radius:22px; padding:clamp(26px,4vw,38px); box-shadow:2px 10px 24px rgba(22,40,58,0.06); max-width:640px;}
  .form-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px;}
  .form-field{display:flex; flex-direction:column;}
  .form-field label{font-size:0.78rem; text-transform:uppercase; letter-spacing:0.06em; color:#8B958D; margin-bottom:6px; font-weight:600;}
  .form-field label .opt{text-transform:none; letter-spacing:0; font-weight:400; color:#B0B6AD;}
  .form-field input, .form-field textarea{width:100%; box-sizing:border-box; padding:13px 16px; border-radius:12px; border:1.5px solid rgba(22,40,58,0.14); background:var(--cream); font-family:var(--sans); font-size:0.95rem; color:var(--ink); transition:border-color .25s ease;}
  .form-field input:focus, .form-field textarea:focus{outline:none; border-color:var(--clay);}
  .form-field textarea{resize:vertical;}
  .form-full{margin-bottom:24px;}
  .form-submit{width:100%; border:none;}
  .form-note{font-size:0.78rem; color:#8B958D; margin:14px 0 0; text-align:center;}
  .form-status{margin-top:16px; font-size:0.9rem; text-align:center; display:none;}
  .form-status.show{display:block;}
  .form-status.success{color:#0F6E56;}
  .form-status.error{color:#993C1D;}

  @media (max-width:560px){
    .form-grid{grid-template-columns:1fr;}
  }

  /* MOBILE STICKY CTA BAR */
  .mobile-cta-bar{ display:none; }
  @media (max-width:900px){
    .mobile-cta-bar{
      display:flex; position:fixed; left:0; right:0; bottom:0; z-index:90;
      background:var(--white); border-top:1px solid rgba(22,40,58,0.1);
      box-shadow:0 -6px 20px rgba(22,40,58,0.12);
      padding:10px 12px; gap:10px;
    }
    .mobile-cta-bar a{
      flex:1; display:flex; align-items:center; justify-content:center; gap:8px;
      font-family:var(--sans); font-weight:600; font-size:0.9rem;
      padding:12px 14px; border-radius:100px; text-decoration:none;
    }
    .mobile-cta-bar svg{ width:16px; height:16px; flex-shrink:0; }
    .mobile-cta-call{ color:var(--ink); border:1.5px solid rgba(22,40,58,0.2); background:var(--cream); }
    .mobile-cta-book{ color:var(--white); background:var(--clay-bold); }
    body.has-mobile-cta{ padding-bottom:76px; }
    body.has-mobile-cta .cookie-banner.show{ bottom:78px; }
  }

  /* PROCESS TIMELINE (wrastajacy-paznokiec-operacja.html) */
  .process-timeline{position:relative; padding-left:64px;}
  .timeline-track{position:absolute; left:23px; top:6px; bottom:6px; width:2px; background:rgba(46,82,102,0.15); border-radius:2px; overflow:hidden;}
  .timeline-track-fill{position:absolute; left:0; top:0; width:100%; height:0%; background:var(--lake); transition:height .6s cubic-bezier(.2,.6,.2,1);}
  .timeline-nodes{display:flex; flex-direction:column; gap:clamp(32px,4vw,48px);}
  .timeline-node{position:relative; opacity:0; transform:translateY(16px); transition:opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1);}
  .timeline-node.in-view{opacity:1; transform:translateY(0);}
  .timeline-icon{position:absolute; left:-64px; top:0; width:48px; height:48px; border-radius:50%; background:var(--white); border:1.5px solid rgba(46,82,102,0.18); display:flex; align-items:center; justify-content:center; box-shadow:2px 8px 18px rgba(22,40,58,0.07); transition:background .35s ease, border-color .35s ease;}
  .timeline-icon svg{width:20px; height:20px; stroke:var(--lake); fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; transition:stroke .35s ease;}
  .timeline-node.in-view .timeline-icon{background:var(--lake); border-color:var(--lake);}
  .timeline-node.in-view .timeline-icon svg{stroke:var(--white);}
  .timeline-step-num{font-family:var(--serif); font-weight:600; font-size:0.85rem; color:var(--clay); display:block; margin-bottom:4px;}
  .timeline-content h3{font-family:var(--serif); font-weight:600; font-size:1.16rem; margin:0 0 6px;}
  .timeline-content p{margin:0; color:#4B5960; line-height:1.6; font-size:0.95rem; max-width:58ch;}

  @media (max-width:900px){
    .timeline-track{display:none;}
    .process-timeline{padding-left:0;}
    .timeline-icon{position:static; margin-bottom:14px;}
  }

  /* TEAM FEATURE CARDS (wrastajacy-paznokiec-operacja.html) */
  .team-feature-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:860px;}
  .team-feature-card{background:var(--white); border-radius:20px; padding:32px 28px; box-shadow:2px 10px 24px rgba(22,40,58,0.06); display:flex; flex-direction:column;}
  .team-feature-card img{width:120px; height:120px; border-radius:50%; object-fit:cover; margin:0 auto 16px; box-shadow:2px 8px 18px rgba(22,40,58,0.1);}
  .team-feature-card h3{margin:0 0 4px; font-family:var(--serif); font-size:1.25rem; font-weight:600; text-align:center;}
  .team-feature-role{display:block; text-align:center; font-size:0.82rem; font-weight:600; color:var(--clay-bold); margin-bottom:16px;}
  .team-bio{margin:0 0 16px; font-size:0.92rem; line-height:1.6; color:#4B5960;}
  .team-checklist{list-style:none; margin:0 0 18px; padding:16px 0 0; border-top:1px solid rgba(22,40,58,0.08); display:flex; flex-direction:column; gap:10px;}
  .team-checklist li{display:flex; align-items:flex-start; gap:10px; font-size:0.87rem; color:#3B4A55; line-height:1.5;}
  .team-check-icon{flex-shrink:0; width:22px; height:22px; border-radius:50%; background:var(--sage); display:flex; align-items:center; justify-content:center; margin-top:1px;}
  .team-check-icon svg{width:12px; height:12px; stroke:var(--white); fill:none; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round;}
  .team-more-btn{align-self:flex-start; margin-top:auto; background:none; border:none; padding:0; font-family:var(--sans); font-weight:600; font-size:0.88rem; color:var(--lake); cursor:pointer; display:flex; align-items:center; gap:6px;}
  .team-more-btn:hover{color:var(--clay-bold);}
  .team-more-btn svg{width:14px; height:14px; stroke:currentColor; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; transition:transform .3s ease;}
  .team-feature-card.open .team-more-btn svg{transform:rotate(180deg);}
  .team-more-wrap{max-height:0; overflow:hidden; transition:max-height .28s cubic-bezier(.2,.6,.2,1);}
  .team-more-wrap p{margin:14px 0 0; font-size:0.88rem; line-height:1.65; color:#4B5960;}
  .team-why{background:var(--cream-deep); border-radius:20px; padding:clamp(28px,4vw,44px); max-width:860px; margin-top:36px;}
  .team-why h3{margin:0 0 14px; font-family:var(--serif); font-size:1.3rem; font-weight:600;}
  .team-why p{margin:0 0 14px; font-size:0.95rem; line-height:1.7; color:#3B4A55;}
  .team-why p:last-child{margin-bottom:0;}
  .team-trust-bar{list-style:none; display:flex; flex-wrap:wrap; gap:14px; margin:28px 0 0; padding:0;}
  .team-trust-bar li{display:flex; align-items:center; gap:8px; background:var(--white); border-radius:100px; padding:10px 18px; font-size:0.85rem; font-weight:600; color:var(--ink); box-shadow:2px 6px 16px rgba(22,40,58,0.05);}
  .team-trust-bar .team-check-icon{width:20px; height:20px;}

  @media (max-width:700px){
    .team-feature-grid{grid-template-columns:1fr;}
  }
