
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Manrope','Inter','Segoe UI',system-ui,-apple-system,sans-serif;
  background:#ffffff;
  color:#2c3640;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:#0c8a8a;text-decoration:none}
a:hover{color:#0a6e6e;text-decoration:underline}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:'Manrope',sans-serif;color:#1a2530;line-height:1.25;font-weight:700}

.pnm-container{max-width:1240px;margin:0 auto;padding:0 24px}

/* TOP STRIP */
.pnm-topstrip{background:#0a6e6e;color:#e6f5f5;font-size:13.5px}
.pnm-topstrip-in{max-width:1240px;margin:0 auto;padding:8px 24px;display:flex;justify-content:space-between;gap:24px;align-items:center}
.pnm-topstrip a{color:#fff}
.pnm-ts-left{display:flex;gap:22px;color:#b8e0e0}
.pnm-ts-left span b{color:#fff;font-weight:600}

/* HEADER */
.pnm-header{background:#fff;border-bottom:1px solid #e3e8eb;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.pnm-header-in{max-width:1240px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.pnm-logo{display:flex;align-items:center;gap:14px}
.pnm-logo-mark{width:48px;height:48px;background:#0c8a8a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;flex-shrink:0}
.pnm-logo-txt{display:flex;flex-direction:column;line-height:1.1}
.pnm-logo-name{font-size:19px;font-weight:700;color:#1a2530}
.pnm-logo-sub{font-size:12px;color:#6c757d;margin-top:3px}
.pnm-header-right{display:flex;align-items:center;gap:18px}
.pnm-phone{text-align:right}
.pnm-phone-num{font-size:19px;font-weight:700;color:#1a2530;display:block;line-height:1}
.pnm-phone-sub{font-size:11.5px;color:#6c757d;margin-top:4px;display:block}
.pnm-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:8px;font-weight:600;font-size:14.5px;line-height:1;border:none;cursor:pointer;transition:all .15s;text-decoration:none}
.pnm-btn-prim{background:#0c8a8a;color:#fff}
.pnm-btn-prim:hover{background:#0a6e6e;color:#fff;text-decoration:none}
.pnm-btn-ghost{background:#fff;color:#0c8a8a;border:1.5px solid #0c8a8a}
.pnm-btn-ghost:hover{background:#e6f5f5;color:#0a6e6e;text-decoration:none}
.pnm-btn-accent{background:#f59f00;color:#1a2530}
.pnm-btn-accent:hover{background:#e08e00;color:#1a2530;text-decoration:none}

/* NAV */
.pnm-nav{background:#fff;border-bottom:1px solid #e3e8eb}
.pnm-nav-in{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;flex-wrap:wrap;gap:0}
.pnm-nav a{padding:13px 16px;font-size:14.5px;color:#4a5560;font-weight:500;border-bottom:2px solid transparent;transition:all .15s}
.pnm-nav a:hover{color:#0c8a8a;border-bottom-color:#0c8a8a;text-decoration:none}
.pnm-nav a.active{color:#0c8a8a;border-bottom-color:#0c8a8a}

/* HERO */
.pnm-hero{background:linear-gradient(135deg,#f7fcfc 0%,#e6f5f5 100%);padding:64px 0 56px;border-bottom:1px solid #e3e8eb}
.pnm-hero-in{max-width:1240px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}
.pnm-hero-eyebrow{display:inline-block;background:#0c8a8a;color:#fff;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:6px;margin-bottom:20px}
.pnm-hero h1{font-size:clamp(30px,4vw,46px);margin-bottom:18px}
.pnm-hero h1 .pnm-hl{color:#0c8a8a}
.pnm-hero-sub{font-size:18px;color:#4a5560;margin-bottom:28px;max-width:540px;line-height:1.55}
.pnm-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.pnm-hero-feat{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:22px;border-top:1px solid #d1e3e3}
.pnm-feat-item{}
.pnm-feat-num{font-size:24px;font-weight:700;color:#0c8a8a;line-height:1}
.pnm-feat-lbl{font-size:13px;color:#6c757d;margin-top:6px}
.pnm-hero-img{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px -16px rgba(12,138,138,.25),0 4px 12px rgba(0,0,0,.05);background:#fff}
.pnm-hero-img img{width:100%;height:480px;object-fit:cover}
.pnm-hero-img-badge{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);padding:8px 14px;border-radius:8px;font-size:12.5px;font-weight:600;color:#0c8a8a}

/* SECTIONS */
section{padding:60px 0}
.pnm-sec-head{text-align:center;margin-bottom:42px;max-width:780px;margin-left:auto;margin-right:auto}
.pnm-sec-eyebrow{font-size:13px;font-weight:600;color:#0c8a8a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.pnm-sec-head h2{font-size:clamp(26px,3vw,36px);margin-bottom:12px}
.pnm-sec-head p{color:#6c757d;font-size:16.5px;max-width:680px;margin:0 auto}

/* CATEGORIES */
.pnm-cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.pnm-cat-card{background:#fff;border:1px solid #e3e8eb;border-radius:12px;padding:24px;text-decoration:none;transition:all .2s;display:flex;flex-direction:column;gap:12px}
.pnm-cat-card:hover{border-color:#0c8a8a;box-shadow:0 12px 30px -10px rgba(12,138,138,.18);transform:translateY(-2px);text-decoration:none}
.pnm-cat-icon{width:48px;height:48px;background:#e6f5f5;color:#0c8a8a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}
.pnm-cat-name{font-size:17px;font-weight:700;color:#1a2530}
.pnm-cat-desc{font-size:13.5px;color:#6c757d;line-height:1.5}
.pnm-cat-count{font-size:12px;color:#0c8a8a;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-top:auto}

/* PRODUCT GRID */
.pnm-prods{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}
.pnm-prod{background:#fff;border:1px solid #e3e8eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s}
.pnm-prod:hover{border-color:#0c8a8a;box-shadow:0 12px 30px -10px rgba(12,138,138,.18);transform:translateY(-2px)}
.pnm-prod-img{aspect-ratio:3/4;background:#f7f9fa;overflow:hidden;display:flex;align-items:center;justify-content:center}
.pnm-prod-img img{width:100%;height:100%;object-fit:cover}
.pnm-prod-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.pnm-prod-cat{font-size:11.5px;color:#6c757d;letter-spacing:.06em;text-transform:uppercase;font-weight:600}
.pnm-prod-name{font-size:15.5px;font-weight:700;color:#1a2530;line-height:1.3}
.pnm-prod-meta{font-size:13px;color:#6c757d;margin-top:2px}
.pnm-prod-foot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:12px}
.pnm-prod-price{font-size:18px;font-weight:700;color:#0c8a8a;line-height:1}
.pnm-prod-price small{font-size:12px;color:#6c757d;font-weight:500;display:block;margin-top:3px}
.pnm-prod-cta{font-size:13px;color:#0c8a8a;font-weight:600}

/* FEATURES STRIP */
.pnm-feat-strip{background:#f7f9fa;border-top:1px solid #e3e8eb;border-bottom:1px solid #e3e8eb}
.pnm-feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;padding:48px 0}
.pnm-feat-row{display:flex;align-items:flex-start;gap:14px}
.pnm-feat-circle{width:42px;height:42px;background:#e6f5f5;color:#0c8a8a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.pnm-feat-row h4{font-size:15px;margin-bottom:4px;font-weight:700}
.pnm-feat-row p{font-size:13.5px;color:#6c757d;line-height:1.5}

/* TWO-COL */
.pnm-twocol{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.pnm-twocol h2{margin-bottom:18px}
.pnm-twocol p{color:#4a5560;margin-bottom:14px}
.pnm-twocol ul{padding-left:0;list-style:none}
.pnm-twocol ul li{padding:8px 0 8px 28px;position:relative;color:#4a5560}
.pnm-twocol ul li::before{content:"";position:absolute;left:0;top:13px;width:18px;height:9px;border-left:2px solid #0c8a8a;border-bottom:2px solid #0c8a8a;transform:rotate(-45deg)}
.pnm-twocol-img{border-radius:12px;overflow:hidden;box-shadow:0 16px 40px -14px rgba(0,0,0,.15)}
.pnm-twocol-img img{width:100%;height:auto;display:block}

/* TARIFF TABLE */
.pnm-tariff{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.pnm-tariff-card{background:#fff;border:1px solid #e3e8eb;border-radius:14px;padding:30px 24px;position:relative;transition:all .2s}
.pnm-tariff-card:hover{border-color:#0c8a8a;box-shadow:0 16px 40px -16px rgba(12,138,138,.2)}
.pnm-tariff-card.featured{border-color:#0c8a8a;border-width:2px;box-shadow:0 12px 30px -12px rgba(12,138,138,.25)}
.pnm-tariff-badge{position:absolute;top:-12px;left:24px;background:#f59f00;color:#1a2530;font-size:11.5px;font-weight:700;letter-spacing:.06em;padding:5px 12px;border-radius:6px;text-transform:uppercase}
.pnm-tariff-name{font-size:18px;font-weight:700;color:#1a2530;margin-bottom:6px}
.pnm-tariff-desc{font-size:13.5px;color:#6c757d;margin-bottom:18px}
.pnm-tariff-price{font-size:30px;font-weight:800;color:#0c8a8a;line-height:1;margin-bottom:6px}
.pnm-tariff-price small{font-size:13px;color:#6c757d;font-weight:500}
.pnm-tariff-list{list-style:none;padding:18px 0 0;margin-top:18px;border-top:1px solid #e3e8eb}
.pnm-tariff-list li{padding:7px 0 7px 26px;position:relative;font-size:14px;color:#4a5560}
.pnm-tariff-list li::before{content:"";position:absolute;left:0;top:11px;width:16px;height:8px;border-left:2px solid #0c8a8a;border-bottom:2px solid #0c8a8a;transform:rotate(-45deg)}

/* CTA STRIP */
.pnm-cta{background:linear-gradient(120deg,#0c8a8a 0%,#0a6e6e 100%);color:#fff;padding:54px 0;text-align:center}
.pnm-cta h2{color:#fff;margin-bottom:14px;font-size:clamp(24px,3vw,34px)}
.pnm-cta p{color:#cfeded;font-size:17px;margin-bottom:24px;max-width:680px;margin-left:auto;margin-right:auto}
.pnm-cta .pnm-btn-prim{background:#fff;color:#0c8a8a}
.pnm-cta .pnm-btn-prim:hover{background:#e6f5f5}
.pnm-cta .pnm-btn-ghost{background:transparent;color:#fff;border-color:#fff}
.pnm-cta .pnm-btn-ghost:hover{background:#fff;color:#0c8a8a}

/* REVIEWS */
.pnm-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.pnm-review{background:#fff;border:1px solid #e3e8eb;border-radius:12px;padding:22px}
.pnm-review-stars{color:#f59f00;font-size:16px;letter-spacing:2px;margin-bottom:10px}
.pnm-review-text{font-size:14.5px;color:#4a5560;line-height:1.55;margin-bottom:16px}
.pnm-review-aut{display:flex;align-items:center;gap:10px}
.pnm-review-av{width:36px;height:36px;border-radius:50%;background:#0c8a8a;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}
.pnm-review-name{font-size:13.5px;font-weight:700;color:#1a2530}
.pnm-review-date{font-size:12px;color:#6c757d}

/* ARTICLES LIST */
.pnm-articles{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:20px}
.pnm-article{background:#fff;border:1px solid #e3e8eb;border-radius:12px;overflow:hidden;transition:all .2s;display:block;text-decoration:none;color:inherit}
.pnm-article:hover{border-color:#0c8a8a;transform:translateY(-2px);box-shadow:0 10px 26px -12px rgba(0,0,0,.12);text-decoration:none}
.pnm-article-img{aspect-ratio:16/10;background:#e6f5f5;overflow:hidden}
.pnm-article-img img{width:100%;height:100%;object-fit:cover}
.pnm-article-body{padding:18px}
.pnm-article-meta{font-size:12px;color:#0c8a8a;letter-spacing:.06em;text-transform:uppercase;font-weight:600;margin-bottom:7px}
.pnm-article-name{font-size:16px;font-weight:700;color:#1a2530;line-height:1.35;margin-bottom:8px}
.pnm-article-excerpt{font-size:13.5px;color:#6c757d;line-height:1.5}

/* FOOTER */
.pnm-footer{background:#1a2530;color:#a0b0bc;padding:54px 0 28px}
.pnm-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
.pnm-footer h4{color:#fff;font-size:14.5px;font-weight:700;margin-bottom:14px;letter-spacing:.02em}
.pnm-footer p,.pnm-footer li{font-size:13.5px;line-height:1.6;color:#a0b0bc}
.pnm-footer ul{list-style:none}
.pnm-footer ul li{padding:4px 0}
.pnm-footer a{color:#a0b0bc;transition:color .15s}
.pnm-footer a:hover{color:#7ed4d4;text-decoration:none}
.pnm-footer-logo{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.pnm-footer-logo-mark{width:36px;height:36px;background:#0c8a8a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px}
.pnm-footer-bottom{border-top:1px solid #2c3640;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:12.5px;color:#7a8896}

/* BREADCRUMB */
.pnm-bc{padding:14px 0;font-size:13px;color:#6c757d;background:#f7f9fa;border-bottom:1px solid #e3e8eb}
.pnm-bc a{color:#0c8a8a}
.pnm-bc span{margin:0 6px}

/* PAGE HERO */
.pnm-ph{background:linear-gradient(135deg,#f7fcfc 0%,#e6f5f5 100%);padding:42px 0;border-bottom:1px solid #d1e3e3}
.pnm-ph h1{font-size:clamp(26px,3vw,38px);margin-bottom:8px}
.pnm-ph p{color:#4a5560;font-size:16.5px;max-width:760px}

/* PROD DETAIL */
.pnm-pd{display:grid;grid-template-columns:1.05fr 1fr;gap:42px;padding:36px 0}
.pnm-pd-img{border-radius:14px;overflow:hidden;background:#f7f9fa;border:1px solid #e3e8eb}
.pnm-pd-img img{width:100%;height:auto;display:block}
.pnm-pd-price{font-size:34px;font-weight:800;color:#0c8a8a;line-height:1;margin:10px 0 4px}
.pnm-pd-price small{font-size:14px;color:#6c757d;font-weight:500}
.pnm-pd-specs{margin:18px 0;display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #e3e8eb}
.pnm-pd-specs dt{font-size:13px;color:#6c757d;padding:11px 0;border-bottom:1px solid #e3e8eb}
.pnm-pd-specs dd{font-size:14px;color:#1a2530;font-weight:600;padding:11px 0;border-bottom:1px solid #e3e8eb;text-align:right}
.pnm-pd-cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

/* CONTACT */
.pnm-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.pnm-contact-card{background:#fff;border:1px solid #e3e8eb;border-radius:12px;padding:26px}
.pnm-contact-card h3{font-size:16px;margin-bottom:14px}
.pnm-contact-row{display:flex;gap:12px;padding:10px 0;align-items:flex-start}
.pnm-contact-ico{width:34px;height:34px;background:#e6f5f5;color:#0c8a8a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.pnm-contact-row b{display:block;color:#1a2530;font-size:14px;margin-bottom:2px}
.pnm-contact-row span{font-size:13.5px;color:#6c757d}

/* RESPONSIVE */
@media(max-width:980px){
  .pnm-hero-in,.pnm-twocol,.pnm-pd,.pnm-contact-grid{grid-template-columns:1fr;gap:28px}
  .pnm-hero{padding:40px 0}
  .pnm-hero-img img{height:320px}
  .pnm-footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .pnm-topstrip-in{flex-direction:column;gap:6px;text-align:center;padding:8px 16px}
  .pnm-ts-left{flex-wrap:wrap;justify-content:center;gap:12px}
  .pnm-header-in{flex-wrap:wrap;gap:14px;padding:14px 16px}
  .pnm-nav-in{flex-wrap:wrap;overflow-x:auto;padding:0 12px}
  .pnm-nav a{padding:11px 12px;font-size:13.5px}
  section{padding:42px 0}
}
@media(max-width:560px){
  .pnm-footer-grid{grid-template-columns:1fr}
  .pnm-hero-feat{grid-template-columns:1fr 1fr;gap:14px}
  .pnm-header-right{gap:10px}
  .pnm-phone-num{font-size:16px}
  .pnm-btn{padding:10px 16px;font-size:13.5px}
  .pnm-pd-specs{grid-template-columns:1fr 1fr}
}
