/* ===== RESET & BASE ===== */
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;scroll-padding-top:96px;}
  body{margin:0;background:#FFFFFF;font-family:'Manrope',system-ui,sans-serif;color:#0D2540;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
  img{display:block;max-width:100%;}
  a{color:inherit;text-decoration:none;}
  .serif{font-family:'Cormorant Garamond',Georgia,serif;}
  .page{background:#fff;}
  .container{max-width:1240px;margin:0 auto;padding:0 56px;}
  .container--article{max-width:880px;}
  .section{padding:64px 0;}
  .section--tight{padding:64px 0;}
  h1,h2,h3{margin:0;color:#0D2540;}
  .eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0F5956;margin:0 0 14px;}
  .sec-title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(28px,3.4vw,36px);line-height:1.18;}
  .sec-intro{font-size:16px;line-height:1.7;color:#506A72;}
  .center{text-align:center;}
  .mx-auto{margin-left:auto;margin-right:auto;}
  .body-text{font-size:16.5px;line-height:1.85;color:#3C5258;}
  .body-text + .body-text{margin-top:18px;}

  /* ===== BUTTONS ===== */
  .btn{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;padding:15px 26px;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;font-family:inherit;}
  .btn svg{flex:none;}
  .btn-primary{background:#0F5956;color:#fff;}
  .btn-primary:hover{background:#0c4a47;transform:translateY(-2px);box-shadow:0 10px 24px -12px rgba(15,89,86,.7);}
  .btn-outline{background:#fff;color:#0D2540;border-color:#D7E0DD;}
  .btn-outline:hover{border-color:#0F5956;color:#0F5956;}

  /* ===== HEADER ===== */
  .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #E9EFEB;box-shadow:0 8px 24px -20px rgba(13,37,64,.35);}
  .header-inner{display:flex;align-items:center;justify-content:space-between;min-height:80px;flex-wrap:wrap;gap:20px;}
  .header-logo{height:36px;width:auto;display:block;}
  .site-header .container{max-width:1400px;}
  .nav-wrap{display:flex;align-items:center;gap:26px;}
  .nav-collapse{display:flex;align-items:center;gap:22px;}
  .nav-menu{display:flex;gap:20px;font-size:13.5px;font-weight:600;color:#3C5258;align-items:center;letter-spacing:.01em;}
  .nav-menu a{position:relative;transition:color .15s;white-space:nowrap;padding:6px 0;}
  .nav-menu a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#0F5956;transform:scaleX(0);transform-origin:left;transition:transform .18s ease;}
  .nav-menu a:hover{color:#0F5956;}
  .nav-menu a:hover::after{transform:scaleX(1);}
  .header-cta{padding:12px 22px;font-size:13.5px;border-radius:11px;box-shadow:0 8px 18px -10px rgba(15,89,86,.55);}
  .header-divider{width:1px;height:26px;background:#E2EAE6;}
  .nav-drop{position:relative;}
  .nav-drop-btn{background:none;border:none;font:inherit;font-weight:600;color:#3C5258;display:inline-flex;align-items:center;gap:5px;cursor:pointer;padding:6px 0;}
  .nav-drop-btn:hover{color:#0F5956;}
  .nav-drop-chev{transition:transform .2s ease;stroke:currentColor;}
  .nav-drop.open .nav-drop-chev{transform:rotate(180deg);}
  .nav-drop-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(6px);background:#fff;border:1px solid #E7EEE9;border-radius:14px;box-shadow:0 20px 40px -20px rgba(13,37,64,.35);padding:10px;display:flex;flex-direction:column;gap:2px;min-width:270px;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease;z-index:20;}
  .nav-drop.open .nav-drop-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
  .nav-drop-menu a{padding:10px 14px;border-radius:9px;font-size:13.5px;font-weight:600;color:#3C5258;white-space:nowrap;}
  .nav-drop-menu a:hover{background:#F1F6F3;color:#0F5956;}
  .nav-drop-all{border-top:1px solid #EEF1ED;margin-top:4px;padding-top:12px !important;color:#0F5956 !important;}

  .nav-toggle{display:none;width:44px;height:44px;border:1px solid #E2EAE6;border-radius:11px;background:#fff;cursor:pointer;align-items:center;justify-content:center;transition:border-color .15s,background .15s;}
  .nav-toggle:hover{border-color:#0F5956;background:#F1F6F3;}
  .nav-toggle svg{stroke:#0D2540;}

  /* ===== ARTICLE HERO ===== */
  .hero{background:linear-gradient(135deg,#EDF3F0 0%,#F1F4F0 55%,#E8F1EE 100%);}
  .article-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-top:80px;padding-bottom:80px;}
  .article-hero-grid h1{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(32px,4vw,46px);line-height:1.18;letter-spacing:-.01em;margin-bottom:22px;}
  .article-hero-grid p{font-size:16.5px;line-height:1.75;color:#506A72;margin:0 0 16px;}
  .article-hero-media{height:420px;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px -28px rgba(13,37,64,.4);}
  .article-hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% 25%;}
  .hero-wa-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#0F5956;margin-top:8px;}

  /* ===== CARDS ===== */
  .spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .spec-card{background:#F7FAF8;border:1px solid #E7EEE9;border-radius:20px;padding:32px 30px;display:flex;flex-direction:column;}
  .spec-num{font-family:'Cormorant Garamond',serif;font-size:15px;font-weight:700;color:#5FB6A8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;}
  .spec-card h3{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:23px;line-height:1.28;margin-bottom:14px;}
  .spec-card > p{font-size:14.5px;line-height:1.75;color:#506A72;margin:0 0 16px;}
  .spec-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;flex:1;}
  .spec-list li{display:flex;gap:10px;font-size:13.5px;line-height:1.6;color:#3C5258;}
  .spec-list .dot{flex:none;width:6px;height:6px;border-radius:50%;background:#5FB6A8;margin-top:8px;}
  .spec-list b{color:#0D2540;}

  /* schemat leczenia (nowa tabela) */
  .schema-title{font-family:'Cormorant Garamond',serif;font-weight:600;}
  .schema-list{display:flex;flex-direction:column;gap:14px;}
  .schema-row{display:grid;grid-template-columns:130px 1fr;gap:22px;padding:22px 26px;background:#F7FAF8;border:1px solid #E7EEE9;border-radius:16px;}
  .schema-age{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:19px;color:#0F5956;}
  .schema-body .t{font-size:15.5px;font-weight:700;color:#0D2540;margin-bottom:6px;}
  .schema-body .d{font-size:13.5px;color:#506A72;line-height:1.65;}

  /* diagnostyka info card */
  .info-card{background:#F2F6F3;border:1px solid #E4ECE7;border-radius:22px;padding:44px 48px;}
  .info-card p{font-size:15.5px;line-height:1.85;color:#3C5258;max-width:760px;margin:0;}
  .info-card p + p{margin-top:18px;}
  .info-card b{color:#0D2540;}

  /* WhatsApp CTA */
  .wa-cta{background:#0D2540;border-radius:22px;padding:56px 52px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;}
  .wa-cta h3{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:clamp(24px,3vw,30px);color:#fff;margin:0;}
  .wa-cta p{font-size:15.5px;line-height:1.75;color:#AEC4C9;max-width:600px;margin:0;}
  .wa-btn{display:inline-flex;align-items:center;gap:12px;background:#5FB6A8;color:#0D2540;padding:17px 26px;border-radius:13px;font-weight:700;font-size:15px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
  .wa-btn:hover{background:#54a99b;transform:translateY(-2px);box-shadow:0 12px 26px -14px rgba(95,182,168,.7);}
  .wa-btn .wa-ic{width:34px;height:34px;border-radius:10px;background:rgba(13,37,64,.14);display:flex;align-items:center;justify-content:center;flex:none;}
  .wa-btn .wa-ic svg{stroke:#0D2540;}
  .wa-num{font-size:13px;color:#7C93A0;}

  /* footer */
  .footer{background:#fff;border-top:1px solid #EEF1ED;}
  .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;padding:56px 0 44px;}
  .footer-logo{height:46px;width:auto;margin-bottom:22px;}
  .footer-about{font-size:13.5px;line-height:1.65;color:#7C8E93;max-width:240px;margin:0 0 20px;}
  .socials{display:flex;gap:11px;}
  .social{width:36px;height:36px;border-radius:50%;border:1px solid #DEE6E2;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s;}
  .social:hover{border-color:#0F5956;background:#F1F6F3;}
  .social svg{fill:#0F5956;}
  .social-ig svg *{fill:none;stroke:#0F5956;}
  .footer-col h4{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0D2540;margin:0 0 18px;}
  .footer-col .links{display:flex;flex-direction:column;gap:12px;font-size:14px;color:#54707A;}
  .footer-col .links a:hover{color:#0F5956;}
  .contact-line{display:flex;align-items:center;gap:9px;}
  .contact-line svg{stroke:#0F5956;flex:none;}
  .footer-hours{font-size:14px;color:#54707A;margin:0 0 22px;}
  .legal{border-top:1px solid #EEF1ED;padding:26px 0 40px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:#8A999E;flex-wrap:wrap;}
  .legal a:hover{color:#0F5956;}
  .legal .sep{opacity:.35;}

  /* ===== RESPONSIVE ===== */
  html,body{overflow-x:hidden;max-width:100%;}
  @media (max-width:1024px){
    .spec-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width:960px){
    .site-header{position:relative;}
    .nav-toggle{display:flex;flex-shrink:0;position:relative;z-index:2;}
    .nav-collapse{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;padding:18px 22px 26px;gap:14px;background:#fff;border-top:1px solid #E9EFEB;box-shadow:0 24px 48px -28px rgba(13,37,64,.35);max-height:calc(100vh - 80px);overflow-y:auto;z-index:1;}
    .site-header.nav-open .nav-collapse{display:flex;}
    .nav-menu{flex-direction:column;gap:14px;font-size:16px;align-items:stretch;}
    .nav-drop-menu{position:static;transform:none;opacity:1;visibility:visible;max-height:0;overflow:hidden;box-shadow:none;border:none;padding:0;margin-top:0;transition:max-height .25s ease;min-width:0;}
    .nav-drop.open .nav-drop-menu{max-height:400px;padding:6px 0 6px 14px;margin-top:4px;left:0;transform:none;}
    .nav-drop-menu a{padding:9px 0;}
    .nav-drop-btn{width:100%;justify-content:space-between;}
    .header-divider{display:none;}
    .header-cta{justify-content:center;margin-top:6px;}
  }
  @media (max-width:768px){
    .schema-row{grid-template-columns:1fr;gap:6px;}
    .container{padding:0 22px;}
    .section{padding:44px 0;}
    .section--tight{padding:44px 0;}
    .article-hero-grid{grid-template-columns:1fr;gap:32px;padding-top:40px;padding-bottom:44px;}
    .article-hero-media{height:280px;order:-1;}
    .sec-title{font-size:clamp(24px,6vw,30px);}
    .info-card,.wa-cta{padding:32px 26px;}
    .footer-grid{grid-template-columns:1fr 1fr;padding:44px 0 32px;gap:28px;}
  }
  @media (max-width:480px){
    .container{padding:0 18px;}
    .footer-grid{grid-template-columns:1fr;}
    .info-card,.wa-cta,.spec-card{padding:26px 20px;}
    .wa-btn{width:100%;justify-content:center;}
    .header-inner{min-height:64px;}
    .header-logo{height:32px;}
    html{scroll-padding-top:72px;}
  }

  .chat-toggle{position:fixed;right:24px;bottom:24px;z-index:70;width:60px;height:60px;border-radius:50%;background:#0F5956;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px -10px rgba(13,37,64,.5);border:none;cursor:pointer;transition:transform .15s ease;}
  .chat-toggle:hover{transform:translateY(-2px);}
  .chat-toggle svg{stroke:#fff;}
  .chat-panel{position:fixed;right:24px;bottom:96px;z-index:70;width:340px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #E7EEE9;border-radius:20px;box-shadow:0 30px 60px -20px rgba(13,37,64,.45);display:none;flex-direction:column;overflow:hidden;max-height:min(560px,calc(100vh - 140px));}
  .chat-panel.open{display:flex;}
  .chat-head{background:#0D2540;padding:18px 20px;display:flex;align-items:center;gap:12px;flex:none;}
  .chat-head-ic{width:38px;height:38px;border-radius:50%;background:rgba(95,182,168,.2);display:flex;align-items:center;justify-content:center;flex:none;}
  .chat-head-ic svg{stroke:#5FB6A8;}
  .chat-head-txt{flex:1;}
  .chat-head-title{font-size:14.5px;font-weight:700;color:#fff;}
  .chat-head-status{font-size:11.5px;color:#8fd6c4;display:flex;align-items:center;gap:5px;}
  .chat-head-status::before{content:"";width:7px;height:7px;border-radius:50%;background:#5FB6A8;}
  .chat-close{background:none;border:none;cursor:pointer;padding:4px;flex:none;}
  .chat-close svg{stroke:#AEC4C9;}
  .chat-body{padding:18px 20px;overflow-y:auto;flex:1;background:#F7FAF8;}
  .chat-bubble{background:#fff;border:1px solid #E7EEE9;border-radius:14px 14px 14px 4px;padding:12px 14px;font-size:13px;line-height:1.55;color:#3C5258;margin-bottom:12px;max-width:88%;}
  .chat-bubble.user{background:#0F5956;color:#fff;border:none;border-radius:14px 14px 4px 14px;margin-left:auto;}
  .chat-quicks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;}
  .chat-quick{background:#fff;border:1px solid #D7E0DD;border-radius:20px;padding:8px 13px;font-size:12px;font-weight:600;color:#0F5956;cursor:pointer;font-family:inherit;}
  .chat-quick:hover{border-color:#0F5956;}
  .chat-disclaimer{font-size:10.5px;color:#9AACAF;line-height:1.5;padding:0 20px 12px;background:#F7FAF8;flex:none;}
  .chat-input-row{display:flex;gap:8px;padding:14px;border-top:1px solid #E7EEE9;flex:none;background:#fff;}
  .chat-input{flex:1;border:1px solid #E2EAE6;border-radius:10px;padding:10px 12px;font-size:13px;font-family:inherit;color:#0D2540;}
  .chat-input:focus{outline:none;border-color:#0F5956;}
  .chat-send{background:#0F5956;border:none;border-radius:10px;width:40px;flex:none;display:flex;align-items:center;justify-content:center;cursor:pointer;}
  .chat-send svg{stroke:#fff;}
  .chat-wa-row{padding:0 14px 14px;flex:none;background:#fff;}
  .chat-wa-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#EAF1EE;color:#0F5956;border-radius:10px;padding:10px;font-size:12.5px;font-weight:700;}
  @media (max-width:480px){ .chat-panel{right:16px;bottom:88px;} .chat-toggle{right:16px;bottom:16px;width:54px;height:54px;} }
  @media (max-width:768px){ .chat-toggle{opacity:0;transform:translateY(12px) scale(.9);pointer-events:none;transition:opacity .2s ease,transform .2s ease;} .chat-toggle.is-visible{opacity:1;transform:none;pointer-events:auto;} }
