/* ===== 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;}
  .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;}

  /* ===== 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-accent{background:#5FB6A8;color:#0D2540;font-weight:700;}
  .btn-accent:hover{background:#54a99b;transform:translateY(-2px);box-shadow:0 10px 24px -12px rgba(95,182,168,.8);}
  .btn-outline{background:#fff;color:#0D2540;border-color:#D7E0DD;}
  .btn-outline:hover{border-color:#0F5956;color:#0F5956;}
  .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35);}
  .btn-ghost:hover{background:rgba(255,255,255,.1);}

  /* ===== 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);}
  .nav-menu a.is-active{color:#0F5956;}
  .nav-menu a.is-active::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%);}
  .page-hero{padding-top:72px;padding-bottom:64px;text-align:center;}
  .page-hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(34px,4.6vw,52px);line-height:1.15;letter-spacing:-.01em;margin-bottom:22px;}
  .page-hero p{font-size:17px;line-height:1.75;color:#506A72;max-width:720px;margin:0 auto;}

  /* ===== CARDS / GRIDS ===== */
  .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .feature{text-align:center;padding:34px 20px;border:1px solid #E7EEE9;border-radius:18px;background:#FCFDFC;transition:transform .18s ease,box-shadow .18s ease;}
  .icon-badge{width:58px;height:58px;border-radius:50%;background:#EAF1EE;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;position:relative;}
  .icon-badge svg{stroke:#0F5956;}
  .feature-label{font-size:15px;font-weight:600;color:#0D2540;line-height:1.4;}

  /* map / miejsca */
  .map-card{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center;padding:52px 56px;background:#F7FAF8;border:1px solid #E7EEE9;border-radius:22px;}
  .map-wrap{position:relative;width:100%;max-width:420px;margin:0 auto 30px;aspect-ratio:497/463;}
  .pl-region{fill:#E7F0EC;stroke:#B9D3C9;stroke-width:1.2;stroke-linejoin:round;transition:fill .15s ease;}
  .pl-region:hover{fill:#DCEAE3;}
  .map-wrap svg.pl{width:100%;height:100%;}
  .pin-wrap{position:absolute;transform:translate(-50%,-50%);}
  .pin{width:18px;height:18px;border-radius:50%;background:#5FB6A8;border:3px solid #fff;box-shadow:0 3px 8px rgba(13,37,64,.3);cursor:pointer;padding:0;transition:transform .15s ease,background .15s ease;}
  .pin-label{position:absolute;left:50%;top:16px;transform:translateX(-50%);font-size:11px;font-weight:700;color:#0D2540;white-space:nowrap;pointer-events:none;}
  .city-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;}
  .city-btn{display:flex;align-items:center;gap:9px;padding:11px 16px;border-radius:10px;border:1px solid #E2EAE6;background:#fff;color:#0D2540;font-size:14.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:.15s;}
  .city-btn svg{stroke:currentColor;}
  .city-btn:hover{border-color:#0F5956;}
  .place-info{padding:22px 24px;background:#fff;border:1px solid #E7EEE9;border-radius:14px;margin-bottom:24px;}
  .place-info .h{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
  .place-info .h svg{stroke:#0F5956;}
  .place-name{font-size:17px;font-weight:700;color:#0D2540;}
  .place-desc{font-size:14px;line-height:1.6;color:#7C8E93;margin-bottom:22px;}
  .place-actions{display:flex;gap:10px;flex-wrap:wrap;}
  .place-actions .btn{padding:11px 18px;font-size:13.5px;}
  .pin.is-active{background:#0F5956;transform:scale(1.45);z-index:3;}
  .city-btn.is-active{background:#EAF1EE;border-color:#0F5956;color:#0F5956;}

  /* placowka cards */
  .facility-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;}
  .facility-grid .facility-card{flex:1 1 300px;max-width:360px;}
  .facility-card{background:#F7FAF8;border:1px solid #E7EEE9;border-radius:20px;padding:0 0 28px;display:flex;flex-direction:column;overflow:hidden;}
  .facility-photo{height:150px;width:100%;overflow:hidden;}
  .facility-photo img{width:100%;height:100%;object-fit:cover;}
  .facility-head{margin:20px 32px 20px;padding-bottom:20px;border-bottom:1px solid #E7EEE9;}
  .facility-city{font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0F5956;margin-bottom:8px;}
  .facility-name{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:22px;line-height:1.3;color:#0D2540;}
  .facility-rows{display:flex;flex-direction:column;gap:16px;margin:0 32px 24px;flex:1;}
  .facility-row{display:flex;gap:14px;align-items:flex-start;}
  .facility-row .ic{flex:none;width:34px;height:34px;border-radius:9px;background:#EAF1EE;display:flex;align-items:center;justify-content:center;margin-top:1px;}
  .facility-row .ic svg{stroke:#0F5956;}
  .facility-row .txt{font-size:14px;line-height:1.6;color:#3C5258;}
  .facility-row .lbl{display:block;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8A999E;margin-bottom:3px;}
  .facility-actions{display:flex;gap:12px;flex-wrap:wrap;margin:0 32px;}
  .facility-actions .btn{flex:1;justify-content:center;min-width:130px;}

  /* tips */
  .tips-card{background:#F2F6F3;border:1px solid #E4ECE7;border-radius:22px;padding:48px;}
  .tips-card > p{font-size:16px;line-height:1.75;color:#3C5258;margin:0 0 28px;max-width:760px;}
  .tip-list{display:flex;flex-direction:column;gap:20px;}
  .tip-row{display:flex;gap:16px;align-items:flex-start;}
  .tip-row .ic{flex:none;width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #DCE6E1;display:flex;align-items:center;justify-content:center;}
  .tip-row .ic svg{stroke:#0F5956;}
  .tip-row .txt{font-size:15px;line-height:1.75;color:#3C5258;padding-top:6px;}
  .tip-row .txt b{color:#0D2540;}

  /* 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){
    .map-card{grid-template-columns:1fr;gap:40px;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .facility-grid{flex-direction:column;}
    .facility-grid .facility-card{max-width:none;flex:none;}
    .facility-photo{flex-shrink:0;}
  }
  @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){
    .container{padding:0 22px;}
    .section{padding:44px 0;}
    .section--tight{padding:44px 0;}
    .page-hero{padding-top:60px;padding-bottom:52px;}
    .page-hero .eyebrow{margin-bottom:14px;}
    .page-hero h1{font-size:clamp(28px,7.5vw,36px);margin-bottom:16px;}
    .page-hero p{font-size:15.5px;line-height:1.7;}
    .sec-title{font-size:clamp(24px,6vw,30px);}
    .map-card{padding:32px 24px;}
    .grid-4{grid-template-columns:1fr 1fr;}
    .tips-card{padding:32px 24px;}
    .footer-grid{grid-template-columns:1fr 1fr;padding:44px 0 32px;gap:28px;}
  }
  @media (max-width:640px){
    .pin-label{display:none;}
  }
  @media (max-width:480px){
    .container{padding:0 18px;}
    .grid-4{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .map-card,.tips-card{padding:26px 20px;}
    .facility-head,.facility-rows,.facility-actions{margin-left:20px;margin-right:20px;}
    .map-wrap{max-width:280px;}
    .facility-actions .btn,.place-actions .btn{width:100%;}
    .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;} }
