/* ========================================================================
   TogglePlay Design System — Fresh Premium B2B (2026)
   Modern industrial + premium architecture aesthetic
   ======================================================================== */

/* ---------- Design Tokens ---------- */
:root{
  --tp-c-ink:#121f18;
  --tp-c-ink-soft:#3a4a41;
  --tp-c-muted:#606d65;
  --tp-c-border:#dde2da;
  --tp-c-border-light:#ebeee8;
  --tp-c-surface:#f7f8f6;
  --tp-c-surface-alt:#eef0ec;
  --tp-c-white:#ffffff;
  --tp-c-primary:#0a2e1c;
  --tp-c-primary-mid:#0d6b3e;
  --tp-c-primary-light:#148a4f;
  --tp-c-accent:#e8a817;
  --tp-c-accent-hover:#d69a13;
  --tp-c-danger:#c0392b;
  --tp-c-shadow:rgba(10,46,28,.07);
  --tp-c-shadow-md:rgba(10,46,28,.12);
  --tp-radius:8px;
  --tp-radius-lg:14px;
  --tp-radius-pill:100px;
  --tp-shell:1320px;
  --tp-gap:20px;
  --tp-gap-sm:12px;
  --tp-gap-lg:32px;
  --tp-section:56px;
  --tp-section-sm:40px;
}

/* ---------- Reset & Base ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.tp{color:var(--tp-c-ink);background:var(--tp-c-white);font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body.tp.no-scroll{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;border:0;background:none}
ul,ol{list-style:none}

/* ---------- Shell ---------- */
.tp-shell{width:min(calc(100% - 40px),var(--tp-shell));margin-inline:auto}
@media(max-width:768px){.tp-shell{width:min(calc(100% - 24px),var(--tp-shell))}}

/* ---------- Skip Link ---------- */
.tp-skip{position:fixed;left:12px;top:-80px;z-index:9999;background:var(--tp-c-white);padding:10px 16px;border-radius:var(--tp-radius);box-shadow:0 4px 16px var(--tp-c-shadow-md)}
.tp-skip:focus{top:12px}

/* ---------- Eyebrow ---------- */
.tp-eyebrow{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--tp-c-primary-mid);margin-bottom:10px}

/* ---------- Headings ---------- */
.tp-h1{font-size:clamp(36px,4.5vw,62px);font-weight:800;line-height:1.05;letter-spacing:-.045em;margin:0}
.tp-h2{font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.1;letter-spacing:-.035em;margin:0}
.tp-h3{font-size:clamp(20px,2vw,26px);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0}
.tp-h4{font-size:17px;font-weight:700;line-height:1.3;margin:0}
.tp-lede{font-size:16px;line-height:1.6;color:var(--tp-c-muted);margin:0}

/* ---------- Buttons ---------- */
.tp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--tp-radius);font-weight:700;font-size:14px;line-height:1.2;cursor:pointer;transition:all .18s ease;text-decoration:none;border:1px solid transparent;min-height:46px;padding:11px 22px;white-space:nowrap}
.tp-btn--primary{background:var(--tp-c-primary-mid);color:var(--tp-c-white);border-color:var(--tp-c-primary-mid)}
.tp-btn--primary:hover{background:#0b5e37;border-color:#0b5e37;transform:translateY(-1px);box-shadow:0 6px 20px rgba(13,107,62,.25)}
.tp-btn--accent{background:var(--tp-c-accent);color:var(--tp-c-primary);border-color:var(--tp-c-accent)}
.tp-btn--accent:hover{background:var(--tp-c-accent-hover);border-color:var(--tp-c-accent-hover);transform:translateY(-1px)}
.tp-btn--ghost{background:transparent;color:var(--tp-c-ink);border-color:var(--tp-c-border)}
.tp-btn--ghost:hover{border-color:var(--tp-c-primary-mid);color:var(--tp-c-primary-mid)}
.tp-btn--dark{background:var(--tp-c-primary);color:var(--tp-c-white)}
.tp-btn--dark:hover{background:#0d3a24;transform:translateY(-1px)}
.tp-btn--white{background:var(--tp-c-white);color:var(--tp-c-primary);border-color:var(--tp-c-white)}
.tp-btn--white:hover{background:transparent;color:var(--tp-c-white)}
.tp-btn--outline-white{background:transparent;color:var(--tp-c-white);border-color:rgba(255,255,255,.45)}
.tp-btn--outline-white:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.tp-btn--sm{min-height:38px;padding:8px 16px;font-size:13px}
.tp-btn--lg{min-height:50px;padding:13px 28px;font-size:15px}
.tp-btn--full{width:100%}

/* ---------- Section Spacing ---------- */
.tp-section{padding:var(--tp-section) 0}
.tp-section--sm{padding:var(--tp-section-sm) 0}
.tp-section--bg{background:var(--tp-c-surface)}
.tp-section--dark{background:var(--tp-c-primary);color:var(--tp-c-white)}
.tp-section--dark .tp-eyebrow{color:rgba(255,255,255,.55)}
.tp-section--dark .tp-lede{color:rgba(255,255,255,.7)}

/* ---------- Section Header ---------- */
.tp-section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:24px}
.tp-section-head>div{max-width:680px}
.tp-section-head .tp-eyebrow{margin-bottom:6px}
@media(max-width:768px){.tp-section-head{display:block;gap:10px;margin-bottom:20px}}

/* ---------- Card System ---------- */
.tp-card{background:var(--tp-c-white);border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s}
.tp-card:hover{box-shadow:0 12px 36px var(--tp-c-shadow-md);transform:translateY(-3px)}
.tp-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--tp-c-surface-alt)}
.tp-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.tp-card:hover .tp-card__media img{transform:scale(1.04)}
.tp-card__body{padding:20px}
.tp-card__tag{display:inline-block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--tp-c-primary-mid);margin-bottom:6px}
.tp-card__title{font-size:17px;font-weight:700;line-height:1.3;margin:0 0 6px}
.tp-card__title a{color:var(--tp-c-ink)}
.tp-card__title a:hover{color:var(--tp-c-primary-mid)}
.tp-card__desc{font-size:13px;color:var(--tp-c-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 16px}
.tp-card__actions{display:grid;gap:8px}
.tp-product__foot{grid-template-columns:1fr}

/* ---------- Grid Utilities ---------- */
.tp-grid{display:grid;gap:var(--tp-gap)}
.tp-grid--2{grid-template-columns:repeat(2,1fr)}
.tp-grid--3{grid-template-columns:repeat(3,1fr)}
.tp-grid--4{grid-template-columns:repeat(4,1fr)}
@media(max-width:1024px){.tp-grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.tp-grid--3,.tp-grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.tp-grid--2,.tp-grid--3,.tp-grid--4{grid-template-columns:1fr}}

/* ---------- Utility Classes ---------- */
.tp-text-center{text-align:center}
.tp-flex{display:flex}
.tp-flex--between{justify-content:space-between}
.tp-flex--center{align-items:center}
.tp-flex--gap{gap:12px}
.tp-flex--gap-lg{gap:20px}
.tp-flex--wrap{flex-wrap:wrap}
.tp-mt-0{margin-top:0}
.tp-mb-0{margin-bottom:0}

/* ========================================================================
   HEADER
   ======================================================================== */
.tp-topbar{height:32px;background:var(--tp-c-primary);color:rgba(255,255,255,.7);font-size:11px}
.tp-topbar .tp-shell{height:100%;display:flex;align-items:center;justify-content:space-between}
.tp-topbar a{margin-left:18px;transition:color .15s}
.tp-topbar a:hover{color:#fff}

.tp-header{height:72px;background:var(--tp-c-white);border-bottom:1px solid var(--tp-c-border-light);position:sticky;top:0;z-index:100;transition:box-shadow .25s}
.tp-header.scrolled{box-shadow:0 4px 20px var(--tp-c-shadow)}
.tp-header__row{height:100%;display:flex;align-items:center}
.tp-logo img{height:42px;width:auto}
.tp-nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:28px}
.tp-nav a,.tp-nav__toggle{font-size:15px;font-weight:600;color:var(--tp-c-ink-soft);transition:color .15s;white-space:nowrap;text-decoration:none}
.tp-nav a{position:relative}
.tp-nav a::after{content:'';position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--tp-c-primary);border-radius:1px;transform:scaleX(0);transition:transform .2s}
.tp-nav a:hover,.tp-nav a.is-active{color:var(--tp-c-primary)}
.tp-nav a:hover::after,.tp-nav a.is-active::after{transform:scaleX(1)}
.tp-nav__toggle{cursor:pointer;display:flex;align-items:center;gap:4px}
.tp-nav__toggle svg{width:10px;height:10px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .2s}
.tp-compact-menu{position:fixed;z-index:790;top:calc(72px - 6px);right:max(var(--gutter),calc((100vw - 1100px)/2));display:grid;min-width:230px;padding:10px;background:#fff;border:1px solid var(--tp-c-border-light);box-shadow:0 12px 36px rgba(0,0,0,.1);border-radius:12px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}
.tp-compact-menu.is-open{opacity:1;visibility:visible;transform:none}
.tp-compact-menu a{padding:10px 14px;border-radius:8px;font-size:14px;font-weight:500;color:var(--tp-c-ink-soft);text-decoration:none;transition:background .12s,color .12s}
.tp-compact-menu a:hover{background:rgba(13,107,62,.05);color:var(--tp-c-primary-mid)}
.tp-compact-menu a.is-active{color:var(--tp-c-primary);background:rgba(13,107,62,.08)}
.tp-header__actions{display:flex;align-items:center;gap:10px}
.tp-header__search{width:38px;height:38px;display:grid;place-items:center;border-radius:var(--tp-radius);cursor:pointer;color:var(--tp-c-ink-soft);transition:background .15s}
.tp-header__search:hover{background:var(--tp-c-surface)}
.tp-header__search svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}
.tp-menu-btn{display:none;flex-direction:column;gap:4px;width:24px;cursor:pointer;padding:4px 0}
.tp-menu-btn i{display:block;height:2px;background:var(--tp-c-ink);border-radius:1px;transition:all .2s}
.tp-menu-btn i:nth-child(1){width:20px}
.tp-menu-btn i:nth-child(2){width:16px}
.tp-menu-btn i:nth-child(3){width:12px}

/* ═══════════════════════════════════════════════════════════════
   MEGA MENU — Premium Product Discovery Panel
   ═══════════════════════════════════════════════════════════════ */

/* Overlay / Scrim */
.tp-scrim{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:800;opacity:0;pointer-events:none;transition:opacity .2s}
.tp-scrim[hidden]{display:block}
.tp-scrim.is-active{opacity:1;pointer-events:auto}

/* Panel container */
.tp-mega{position:absolute;top:calc(100% + 4px);left:50%;transform:translateX(-50%) translateY(6px);width:min(96vw,1160px);background:var(--tp-c-white);border:1px solid var(--tp-c-border-light,#e5e7eb);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);z-index:820;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease}
.tp-mega.is-open{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}
.tp-mega::before{content:'';position:absolute;top:-12px;left:0;right:0;height:16px}

/* Inner grid: columns + CTA */
.tp-mega__panel{display:grid;grid-template-columns:1fr 1fr 1fr 300px;gap:0;padding:24px 28px 22px;min-height:0}

/* Content columns */
.tp-mega__col{display:flex;flex-direction:column;gap:16px;min-width:0}
.tp-mega__group{display:flex;flex-direction:column;gap:0}
.tp-mega__group-title{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--tp-c-primary-mid);padding:0 8px 6px;margin:0;border-bottom:1px solid var(--tp-c-border-light,#f0f0f0)}

/* Category links */
.tp-mega__link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;color:var(--tp-c-ink);transition:background .12s ease,color .12s ease;line-height:1.35}
.tp-mega__link:hover{background:rgba(13,107,62,.05);color:var(--tp-c-primary-mid)}
.tp-mega__link:focus-visible{outline:2px solid var(--tp-c-primary-mid);outline-offset:-2px}
.tp-mega__link-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tp-mega__link-count{font-size:11px;font-weight:600;color:var(--tp-c-muted);min-width:18px;text-align:right;flex-shrink:0;opacity:.7}

/* CTA Panel */
.tp-mega__cta-panel{background:linear-gradient(155deg,#0a2e1c 0%,#0d4a2c 50%,#106b3e 100%);border-radius:14px;padding:24px 22px;display:flex;flex-direction:column;justify-content:center;margin-left:16px;gap:0}
.tp-mega__cta-eyebrow{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4);margin-bottom:10px;display:block}
.tp-mega__cta-heading{font-size:16px;font-weight:800;color:#fff;line-height:1.3;margin:0 0 8px;letter-spacing:-.01em}
.tp-mega__cta-desc{font-size:12.5px;color:rgba(255,255,255,.6);line-height:1.55;margin:0 0 16px}
.tp-mega__cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--tp-c-white);color:var(--tp-c-primary);padding:10px 18px;border-radius:10px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;border:0;cursor:pointer;width:100%}
.tp-mega__cta-btn:hover{background:rgba(255,255,255,.92);transform:translateY(-1px)}
.tp-mega__cta-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}
.tp-mega__cta-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:14px}
.tp-mega__cta-tags span{font-size:10.5px;font-weight:600;color:rgba(255,255,255,.5);background:rgba(255,255,255,.08);padding:3px 9px;border-radius:6px;white-space:nowrap}

/* ═══════════════════════════════════════════════════════════════
   MOBILE NAVIGATION
   ═══════════════════════════════════════════════════════════════ */
.tp-mobile{position:fixed;top:0;left:0;bottom:0;width:min(340px,88vw);z-index:900;background:var(--tp-c-white);transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}
.tp-mobile.is-open{transform:translateX(0)}
.tp-mobile__head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--tp-c-border-light,#f0f0f0);position:sticky;top:0;background:var(--tp-c-white);z-index:1}
.tp-mobile__head h3{font-size:17px;font-weight:800;color:var(--tp-c-ink);margin:0}
.tp-mobile__close{cursor:pointer;width:36px;height:36px;display:grid;place-items:center;border-radius:var(--tp-radius);border:0;background:none;font-size:24px;color:var(--tp-c-ink);transition:background .15s}
.tp-mobile__close:hover{background:var(--tp-c-surface)}

.tp-mobile nav{display:flex;flex-direction:column;padding:8px 12px 24px}
.tp-mobile__link{display:flex;align-items:center;padding:11px 12px;border-radius:10px;font-size:15px;font-weight:600;color:var(--tp-c-ink);text-decoration:none;transition:background .12s}
.tp-mobile__link:hover{background:var(--tp-c-surface)}
.tp-mobile__link--phone{color:var(--tp-c-primary-mid);font-weight:700;margin-top:4px}

.tp-mobile__group{border-bottom:none}
.tp-mobile__group-title{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-radius:10px;font-size:15px;font-weight:600;color:var(--tp-c-ink);cursor:pointer;list-style:none;transition:background .12s}
.tp-mobile__group-title::-webkit-details-marker{display:none}
.tp-mobile__group-title::after{content:'›';font-size:17px;color:var(--tp-c-muted);transition:transform .2s;flex-shrink:0}
.tp-mobile__group[open] .tp-mobile__group-title::after{transform:rotate(90deg);color:var(--tp-c-primary-mid)}
.tp-mobile__group[open] .tp-mobile__group-title{color:var(--tp-c-primary-mid)}
.tp-mobile__group-title:hover{background:var(--tp-c-surface)}
.tp-mobile__sub{display:flex;flex-direction:column;gap:0;padding:2px 0 6px 14px}
.tp-mobile__sub-link{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--tp-c-muted);text-decoration:none;transition:background .12s,color .12s}
.tp-mobile__sub-link:hover{background:var(--tp-c-surface);color:var(--tp-c-primary-mid)}
.tp-mobile__count{font-size:11px;font-weight:600;color:var(--tp-c-muted);opacity:.6}

/* Search Panel */
.tp-search{position:fixed;top:0;left:0;right:0;z-index:300;background:var(--tp-c-white);padding:20px 0;box-shadow:0 8px 30px var(--tp-c-shadow-md);transform:translateY(-100%);transition:transform .25s,visibility 0s .25s;visibility:hidden;pointer-events:none}
.tp-search.is-open{transform:none;visibility:visible;pointer-events:auto;transition:transform .25s,visibility 0s 0s}
.tp-search form{display:flex;gap:10px}
.tp-search input{flex:1;border:2px solid var(--tp-c-border);border-radius:var(--tp-radius);padding:12px 16px;font-size:16px;outline:none;transition:border-color .15s}
.tp-search input:focus{border-color:var(--tp-c-primary-mid)}
.tp-search__close{font-size:24px;cursor:pointer;width:40px;height:40px;display:grid;place-items:center;border-radius:var(--tp-radius);flex-shrink:0}
.tp-search__close:hover{background:var(--tp-c-surface)}

/* ========================================================================
   BREADCRUMB
   ======================================================================== */
.tp-breadcrumb{padding:10px 0}
.tp-breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:var(--tp-c-muted)}
.tp-breadcrumb li{display:flex;align-items:center;gap:6px}
.tp-breadcrumb li+li::before{content:'/';color:var(--tp-c-border);font-size:11px}
.tp-breadcrumb a{transition:color .15s}
.tp-breadcrumb a:hover{color:var(--tp-c-primary-mid)}
.tp-breadcrumb span{color:var(--tp-c-ink);font-weight:600}

/* ========================================================================
   PRODUCT GRID (used on category + product pages)
   ======================================================================== */
.tp-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media(max-width:1024px){.tp-products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.tp-products{grid-template-columns:repeat(2,1fr);gap:8px}}

/* Product Card */
.tp-pcard{background:var(--tp-c-white);border:1px solid var(--tp-c-border);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s}
.tp-pcard:hover{border-color:#c5cdd6;box-shadow:0 4px 16px rgba(0,0,0,.07);transform:translateY(-2px)}
.tp-pcard__img{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f7f8fa;display:flex;align-items:center;justify-content:center;padding:12px}
.tp-pcard__img img{width:100%;height:100%;object-fit:contain;display:block}
.tp-pcard__body{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column}
.tp-pcard__code{font-size:12px;font-weight:700;color:var(--tp-c-primary-mid);letter-spacing:.03em;margin-bottom:6px;display:block}
.tp-pcard__title{font-size:18px;font-weight:700;line-height:1.25;margin:0 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tp-pcard__title a{color:var(--tp-c-ink);text-decoration:none}
.tp-pcard__title a:hover{color:var(--tp-c-primary-mid)}
.tp-pcard__spec{font-size:13px;color:var(--tp-c-muted);line-height:1.4;margin-top:10px;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.tp-pcard__price{font-size:19px;font-weight:700;color:#0d6b3d;line-height:1.3;margin-top:8px;display:block}
.tp-pcard__actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px}
.tp-pcard__view{font-size:14px;font-weight:650;color:var(--tp-c-primary-mid);text-decoration:none;transition:color .15s}
.tp-pcard__view:hover{color:#0b593a}
.tp-pcard__whatsapp{height:38px;padding:0 16px;border:1.5px solid #25d366;border-radius:var(--tp-radius);background:#25d366;color:#fff;font-size:13px;font-weight:650;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:background .15s}
.tp-pcard__whatsapp:hover{background:#1ebe57}
@media(max-width:480px){
  .tp-pcard__title{font-size:16px}
  .tp-pcard__actions{flex-direction:column;align-items:stretch;gap:8px}
  .tp-pcard__view{text-align:center}
  .tp-pcard__whatsapp{justify-content:center}
}

/* ========================================================================
   PAGINATION
   ======================================================================== */
.tp-pager{display:flex;justify-content:center;align-items:center;gap:5px;padding:32px 0}
.tp-pager a,.tp-pager span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--tp-c-border);border-radius:var(--tp-radius);font-size:13px;font-weight:600;color:var(--tp-c-ink);transition:all .15s;background:var(--tp-c-white)}
.tp-pager a:hover{border-color:var(--tp-c-primary-mid);color:var(--tp-c-primary-mid)}
.tp-pager .is-active{background:var(--tp-c-primary-mid);color:var(--tp-c-white);border-color:var(--tp-c-primary-mid)}
.tp-pager__dots{border:none;min-width:auto;padding:0 4px;color:var(--tp-c-muted)}

/* ========================================================================
   FAQ
   ======================================================================== */
.tp-faq__item{border-bottom:1px solid var(--tp-c-border)}
.tp-faq__q{width:100%;text-align:left;padding:16px 0;font-size:15px;font-weight:700;color:var(--tp-c-ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:color .15s}
.tp-faq__q:hover{color:var(--tp-c-primary-mid)}
.tp-faq__q::after{content:'+';font-size:22px;color:var(--tp-c-primary-mid);flex-shrink:0;transition:transform .2s;font-weight:400}
.tp-faq__item.is-open .tp-faq__q::after{transform:rotate(45deg)}
.tp-faq__a{display:none;padding:0 0 18px;color:var(--tp-c-muted);font-size:14px;line-height:1.7}
.tp-faq__item.is-open .tp-faq__a{display:block}

/* ========================================================================
   CTA BAND
   ======================================================================== */
.tp-cta-band{background:linear-gradient(135deg,var(--tp-c-primary) 0%,#0d4a2c 100%);border-radius:var(--tp-radius-lg);padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--tp-c-white)}
.tp-cta-band h3{font-size:clamp(20px,2.2vw,28px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 4px}
.tp-cta-band p{color:rgba(255,255,255,.7);font-size:14px;margin:0;line-height:1.5}
.tp-cta-band__actions{display:flex;gap:10px;flex-shrink:0}
@media(max-width:768px){.tp-cta-band{flex-direction:column;text-align:center;padding:28px 24px}.tp-cta-band__actions{justify-content:center;width:100%}.tp-cta-band__actions .tp-btn{flex:1}}

/* ========================================================================
   SPEC TABLE
   ======================================================================== */
.tp-specs{border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);overflow:hidden}
.tp-specs table{width:100%;border-collapse:collapse}
.tp-specs th,.tp-specs td{padding:13px 18px;text-align:left;font-size:14px;border-bottom:1px solid var(--tp-c-border-light)}
.tp-specs tr:last-child th,.tp-specs tr:last-child td{border-bottom:0}
.tp-specs th{width:38%;color:var(--tp-c-muted);font-weight:600;background:var(--tp-c-surface)}
.tp-specs td{font-weight:500}

/* ========================================================================
   CHECKLIST
   ======================================================================== */
.tp-checklist{display:grid;gap:8px}
.tp-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--tp-c-ink-soft);line-height:1.5}
.tp-checklist li::before{content:'';flex-shrink:0;width:18px;height:18px;border-radius:50%;background:var(--tp-c-primary-mid);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M2.5 6l2.5 2.5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;margin-top:1px}

/* ========================================================================
   FOOTER
   ======================================================================== */
.tp-footer{background:var(--tp-c-primary);color:var(--tp-c-white);padding:48px 0 0}
.tp-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:40px;padding-bottom:36px}
.tp-footer .tp-logo img{filter:brightness(0) invert(1);height:36px}
.tp-footer__brand p{color:rgba(255,255,255,.55);font-size:14px;line-height:1.6;max-width:320px;margin-top:12px}
.tp-footer h4{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px;color:rgba(255,255,255,.4)}
.tp-footer__grid a{display:block;color:rgba(255,255,255,.7);font-size:14px;padding:4px 0;transition:color .15s}
.tp-footer__grid a:hover{color:var(--tp-c-white)}
.tp-footer__contact p{color:rgba(255,255,255,.65);font-size:14px;line-height:1.6;margin:4px 0}
.tp-footer__contact a{color:rgba(255,255,255,.8)}
.tp-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding:18px 0;display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.4);font-size:12px}
.tp-footer__bottom a{margin-left:18px;display:inline;transition:color .15s}
.tp-footer__bottom a:hover{color:var(--tp-c-white)}
@media(max-width:768px){
  .tp-footer__grid{grid-template-columns:1fr 1fr;gap:16px}
  .tp-footer__bottom{display:block;text-align:center}
  .tp-footer__bottom div{margin-top:8px}
}
@media(max-width:480px){.tp-footer__grid{grid-template-columns:1fr 1fr}}

/* ========================================================================
   ENQUIRY DRAWER
   ======================================================================== */
.quote-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.quote-field{display:grid;gap:4px}
.quote-field label{font-size:12px;font-weight:600;color:var(--tp-c-ink-soft)}
.quote-field input,.quote-field select,.quote-field textarea{width:100%;border:1px solid var(--tp-c-border);border-radius:var(--tp-radius);padding:10px 12px;font-size:15px;transition:border-color .15s;background:var(--tp-c-white);color:var(--tp-c-ink);min-height:40px}
.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus{border-color:var(--tp-c-primary-mid);outline:none;box-shadow:0 0 0 3px rgba(13,107,62,.1)}
.quote-field textarea{min-height:72px;resize:vertical}
.quote-field--half{grid-column:span 1}
.quote-field--full{grid-column:1/-1}
.quote-field__error{font-size:11px;color:var(--tp-c-danger);line-height:1.3}
.quote-field input.is-error,.quote-field select.is-error,.quote-field textarea.is-error{border-color:var(--tp-c-danger)}
.quote-optional{border:1px solid var(--tp-c-border-light);border-radius:var(--tp-radius-lg);overflow:hidden}
.quote-optional__toggle{display:flex;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:600;color:var(--tp-c-muted);cursor:pointer;list-style:none;transition:color .15s}
.quote-optional__toggle::marker{display:none;content:''}
.quote-optional__toggle::-webkit-details-marker{display:none}
.quote-optional__toggle:hover{color:var(--tp-c-primary-mid)}
.quote-optional[open] .quote-optional__toggle{border-bottom:1px solid var(--tp-c-border-light);color:var(--tp-c-primary-mid)}
.quote-optional__body{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px}
.quote-success{text-align:center;padding:40px 20px}
.quote-success__icon{width:56px;height:56px;border-radius:50%;background:var(--tp-c-primary-mid);color:#fff;display:inline-grid;place-items:center;font-size:24px;margin-bottom:16px}
.quote-success h3{font-size:17px;font-weight:700;margin:0 0 8px}
.quote-success p{font-size:14px;color:var(--tp-c-muted);margin:0 0 20px}
.quote-actions{display:flex;gap:8px}
.quote-actions .button{flex:1}
.tp-drawer{position:fixed;right:0;top:0;bottom:0;z-index:400;width:min(92vw,480px);max-width:100%;background:var(--tp-c-white);display:flex;flex-direction:column;transform:translateX(102%);transition:transform .28s ease;visibility:hidden}
.tp-drawer.is-open{transform:none;visibility:visible}
.tp-drawer__head{position:sticky;top:0;z-index:10;background:var(--tp-c-white);display:flex;justify-content:space-between;align-items:start;gap:12px;padding:28px 32px 18px;border-bottom:1px solid var(--tp-c-border-light);flex-shrink:0}
.tp-drawer__head .tp-eyebrow{margin-bottom:4px}
.tp-drawer__head h2{font-size:22px;font-weight:800;letter-spacing:-.02em;margin:0;line-height:1.2}
.tp-drawer__close{flex-shrink:0;cursor:pointer;width:44px;height:44px;display:grid;place-items:center;border-radius:var(--tp-radius);font-size:26px;color:var(--tp-c-ink-soft);transition:background .15s}
.tp-drawer__close:hover{background:var(--tp-c-surface)}
.tp-drawer__body{flex:1;overflow-y:auto;padding:20px 32px 32px}
.tp-drawer form{display:grid;gap:14px}
.tp-field{display:grid;gap:5px;font-size:13px;font-weight:600;color:var(--tp-c-ink-soft)}
.tp-drawer input,.tp-drawer textarea{width:100%;border:1px solid var(--tp-c-border);border-radius:var(--tp-radius);padding:11px 14px;font-size:15px;transition:border-color .15s;background:var(--tp-c-white);color:var(--tp-c-ink)}
.tp-drawer input:focus,.tp-drawer textarea:focus{border-color:var(--tp-c-primary-mid);outline:none;box-shadow:0 0 0 3px rgba(13,107,62,.1)}
.tp-drawer input::placeholder,.tp-drawer textarea::placeholder{color:var(--tp-c-muted);opacity:.6}
.tp-formgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:640px){.tp-formgrid{grid-template-columns:1fr}}
.tp-quote-product{display:flex;gap:12px;align-items:center;background:var(--tp-c-surface);padding:12px 14px;border-radius:var(--tp-radius-lg);margin-bottom:4px}
.tp-quote-product img{width:60px;height:50px;object-fit:cover;border-radius:8px;flex-shrink:0;background:var(--tp-c-border-light)}
.tp-quote-product strong{font-size:14px;line-height:1.3}
.tp-drawer #quoteAlert{padding:10px 14px;border-radius:var(--tp-radius);margin-bottom:4px;font-size:13px;line-height:1.5}
.tp-drawer #quoteAlert:not([hidden]){background:#fdf2f2;color:#9b2c2c;border:1px solid #f5c6cb}
.tp-drawer__success{text-align:center}
.tp-scrim{z-index:800}
@media(max-width:640px){
  .tp-drawer{width:100%;max-width:100%;border-radius:0}
  .tp-drawer__head{padding:14px 16px 10px}
  .tp-drawer__body{padding:12px 16px 20px}
  .tp-drawer__head h2{font-size:18px}
}

/* ========================================================================
   CATEGORY INTRO (text-first, no hero image)
   ======================================================================== */
.tp-cat-intro{padding:4px 0 8px}
.tp-cat-intro .tp-eyebrow{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--tp-c-primary-mid);margin-bottom:8px}
.tp-cat-intro .tp-h1{font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.12;color:var(--tp-c-ink);margin:0 0 12px;max-width:820px}
.tp-cat-intro__desc{font-size:16px;line-height:1.58;color:var(--tp-c-ink-soft);margin:0}
@media(max-width:768px){
  .tp-cat-intro{padding:16px 0 4px}
  .tp-cat-intro .tp-h1{font-size:clamp(24px,6vw,34px)}
  .tp-cat-intro__desc{font-size:15px}
}

/* ========================================================================
   FILTER BAR (Category page)
   ======================================================================== */
.tp-filter{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-top:1px solid var(--tp-c-border);border-bottom:1px solid var(--tp-c-border);flex-wrap:wrap}
.tp-filter__count{font-size:14px;color:var(--tp-c-muted)}
.tp-filter__count b{color:var(--tp-c-ink);font-weight:800}
.tp-filter__controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tp-filter__input{border:1px solid var(--tp-c-border);border-radius:var(--tp-radius);padding:9px 14px;font-size:13px;background:var(--tp-c-white);min-width:180px;transition:border-color .15s}
.tp-filter__input:focus{border-color:var(--tp-c-primary-mid);outline:none}
.tp-filter__select{border:1px solid var(--tp-c-border);border-radius:var(--tp-radius);padding:9px 14px;font-size:13px;background:var(--tp-c-white);min-width:140px;transition:border-color .15s;cursor:pointer}
.tp-filter__select:focus{border-color:var(--tp-c-primary-mid);outline:none}
.tp-filter__btn{background:var(--tp-c-primary);color:var(--tp-c-white);border:none;padding:9px 18px;border-radius:var(--tp-radius);font-size:13px;font-weight:700;cursor:pointer;transition:opacity .15s}
.tp-filter__btn:hover{opacity:.88}
.tp-filter__clear{color:var(--tp-c-primary-mid);font-size:13px;font-weight:600;padding:9px 12px}
.tp-filter__clear:hover{text-decoration:underline}
@media(max-width:768px){
  .tp-filter{flex-direction:column;align-items:stretch;gap:10px}
  .tp-filter__controls{flex-wrap:wrap}
  .tp-filter__input{min-width:0;flex:1;font-size:16px}
  .tp-filter__select{min-width:0;flex:1;font-size:16px}
  .tp-pager{flex-wrap:wrap}
}

/* ========================================================================
   EMPTY STATE
   ======================================================================== */
.tp-empty{text-align:center;padding:56px 20px;border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg)}
.tp-empty h3{font-size:20px;margin:0 0 8px}
.tp-empty p{color:var(--tp-c-muted);font-size:15px;margin:0 0 16px}

/* ========================================================================
   HOMEPAGE SPECIFIC
   ======================================================================== */

/* Hero */
.tp-hero{background:var(--tp-c-primary);color:var(--tp-c-white);overflow:hidden}
.tp-hero__grid{min-height:420px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;isolation:isolate}
.tp-hero__grid::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(10,46,28,.95) 0%,rgba(10,46,28,.82) 30%,rgba(10,46,28,.42) 55%,rgba(10,46,28,.05) 80%)}
.tp-hero__content{position:relative;z-index:2;width:100%;max-width:520px;padding:24px 0 24px 24px}
.tp-hero__title{font-size:36px;font-weight:800;line-height:1.08;letter-spacing:-.025em;margin:0;max-width:520px}
.tp-hero__title span{display:block}
.tp-hero__title .tp-hero__title-accent{color:var(--tp-c-accent)}
.tp-hero__tagline{font-size:15px;font-weight:700;line-height:1.3;color:var(--tp-c-accent);margin:10px 0 0}
.tp-hero__sub{font-size:14.5px;line-height:1.48;color:rgba(255,255,255,.78);max-width:500px;margin:11px 0 0}
.tp-hero__btns{display:flex;gap:10px;margin-top:16px}
.tp-hero__btns .tp-btn{min-height:42px;padding:10px 18px;font-size:13px}
.tp-hero__note{font-size:12px;line-height:1.3;color:rgba(255,255,255,.5);margin-top:9px}
.tp-hero__img{position:absolute;inset:0;z-index:0}
.tp-hero__img img{width:100%;height:100%;object-fit:cover;object-position:62% 50%}

/* Trust Bar */
.tp-trust{background:var(--tp-c-primary);color:var(--tp-c-white);border-top:1px solid rgba(255,255,255,.08)}
.tp-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:72px}
.tp-trust__item{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 24px;border-left:1px solid rgba(255,255,255,.08);height:100%}
.tp-trust__item:first-child{border-left:0}
.tp-trust__item svg{width:22px;height:22px;flex-shrink:0;fill:none;stroke:rgba(255,255,255,.7);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.tp-trust__item strong{display:block;font-size:13px;font-weight:700;color:#fff}
.tp-trust__item small{display:block;font-size:10px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em}
@media(max-width:768px){
  .tp-trust__grid{grid-template-columns:1fr 1fr}
  .tp-trust__item{justify-content:flex-start;padding:12px 16px;height:auto}
  .tp-trust__item:nth-child(odd){border-right:1px solid rgba(255,255,255,.08)}
  .tp-trust__item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
}

/* Equipment Range */
.tp-section-intro{font-size:15px;line-height:1.5;color:var(--tp-c-ink-soft);max-width:650px;margin:7px auto 0;text-align:center}
.tp-equip__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.tp-equip__card{border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);background:var(--tp-c-surface);overflow:hidden;transition:border-color .2s,box-shadow .2s}
.tp-equip__card:hover{border-color:var(--tp-c-primary-mid);box-shadow:0 4px 16px var(--tp-c-shadow);transform:translateY(-2px)}
.tp-equip__card a{display:block;text-decoration:none;color:inherit}
.tp-equip__img{display:block;height:120px;background:#fff;overflow:hidden;padding:4px}
.tp-equip__img img{width:100%;height:100%;object-fit:contain}
.tp-equip__body{padding:12px 12px 10px}
.tp-equip__body h3{font-size:16px;font-weight:700;margin:0 0 4px;line-height:1.2}
.tp-equip__body p{font-size:13px;line-height:1.45;color:var(--tp-c-ink-soft);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tp-equip__cta{font-size:13px;font-weight:600;color:var(--tp-c-primary-mid)}
@media(max-width:1200px){.tp-equip__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.tp-equip__grid{grid-template-columns:repeat(2,1fr);gap:8px}.tp-section-intro{font-size:13px}}

/* Company Panel */
.tp-company{display:grid;grid-template-columns:.42fr .58fr;gap:0;background:var(--tp-c-primary);color:var(--tp-c-white);border-radius:var(--tp-radius-lg);overflow:hidden}
.tp-company__copy{padding:28px 30px;display:flex;flex-direction:column;justify-content:center}
.tp-company__copy .tp-eyebrow{margin-bottom:7px}
.tp-company__copy h2{font-size:30px;font-weight:800;line-height:1.15;letter-spacing:-.03em;margin:0 0 13px}
.tp-company__copy p{color:rgba(255,255,255,.7);font-size:15px;line-height:1.58;margin:0 0 10px;max-width:440px}
.tp-company__facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:15px 0 18px}
.tp-fact{padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px}
.tp-fact strong{display:block;font-size:14px;font-weight:700;margin-bottom:2px}
.tp-fact span{font-size:13px;color:rgba(255,255,255,.6);line-height:1.4}
.tp-company__img{position:relative;min-height:300px}
.tp-company__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
@media(max-width:768px){
  .tp-company{grid-template-columns:1fr}
  .tp-company__copy{padding:14px}
  .tp-company__copy h2{font-size:21px}
  .tp-company__facts{grid-template-columns:1fr 1fr;gap:6px}
  .tp-company__img{height:180px;position:relative}
  .tp-company__img img{position:relative}
}

/* Project Types */
.tp-projects__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tp-project-card{border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);overflow:hidden;background:var(--tp-c-surface);transition:border-color .2s,box-shadow .2s}
.tp-project-card:hover{border-color:var(--tp-c-primary-mid);box-shadow:0 4px 16px var(--tp-c-shadow)}
.tp-project-card__img{height:160px;overflow:hidden}
.tp-project-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.tp-project-card:hover .tp-project-card__img img{transform:scale(1.03)}
.tp-project-card__body{padding:12px 14px 14px}
.tp-project-card__label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--tp-c-primary-mid);margin-bottom:5px}
.tp-project-card__body h3{font-size:18px;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 6px}
.tp-project-card__body p{font-size:13.5px;line-height:1.45;color:var(--tp-c-ink-soft);margin:0 0 8px}
.tp-project-card__cta{font-size:13px;font-weight:600;color:var(--tp-c-primary-mid);text-decoration:none;display:inline-block}
.tp-project-card__cta:hover{text-decoration:underline}
@media(max-width:1024px){.tp-projects__grid{grid-template-columns:repeat(2,1fr);gap:14px}.tp-project-card__img{height:170px}.tp-project-card__body{padding:14px 16px 16px}.tp-project-card__body h3{font-size:19px}}
@media(max-width:768px){.tp-projects__grid{grid-template-columns:repeat(2,1fr);gap:8px}.tp-project-card__img{height:105px}.tp-project-card__body{padding:9px}.tp-project-card__body h3{font-size:14.5px}.tp-project-card__body p{font-size:12px}.tp-project-card__label{font-size:9.5px}.tp-project-card__cta{font-size:11.5px}}

/* Popular Equipment */
.tp-popular__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tp-popular-card{border:1px solid var(--tp-c-border);border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.tp-popular-card__img{display:grid;place-items:center;aspect-ratio:1/1;background:#f4f5f1;overflow:hidden;border-bottom:1px solid var(--tp-c-border)}
.tp-popular-card__img img{width:100%;height:100%;object-fit:contain;padding:6%;transition:transform .3s}
.tp-popular-card:hover .tp-popular-card__img img{transform:scale(1.025)}
.tp-popular-card__body{display:flex;flex-direction:column;flex:1;padding:12px 13px 13px}
.tp-popular-card__cat{color:var(--tp-c-primary-mid);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.tp-popular-card__body h3{font-size:17px;font-weight:600;margin:4px 0 0;line-height:1.3}
.tp-popular-card__body h3 a{color:var(--tp-c-ink);text-decoration:none}
.tp-popular-card__body h3 a:hover{color:var(--tp-c-primary-mid)}
.tp-popular-card__code{color:var(--tp-c-muted);font-size:13px;margin-top:3px}
.tp-popular-card__fact{color:var(--tp-c-muted);font-size:12.5px;line-height:1.4}
.tp-popular-card__price{margin-top:auto;padding-top:8px;font-size:15px;font-weight:700;color:var(--tp-c-primary-mid)}
.tp-popular-card__cta{font-size:13px;font-weight:600;color:var(--tp-c-primary-mid);text-decoration:none;display:inline-block;margin-top:6px}
.tp-popular-card__cta:hover{text-decoration:underline}
@media(max-width:1024px){.tp-popular__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.tp-popular__grid{grid-template-columns:repeat(2,1fr);gap:8px}.tp-popular-card__body{padding:9px}.tp-popular-card__body h3{font-size:13.5px}}

/* School Playground Equipment Page */
.tp-sch-hero{background:var(--tp-c-primary);color:#fff;padding:32px 0}
.tp-sch-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem);align-items:center}
.tp-sch-hero__copy .tp-eyebrow{color:var(--tp-c-accent)}
.tp-sch-hero__copy h1{font-size:clamp(26px,3.5vw,38px);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 0 14px}
.tp-sch-hero__intro{font-size:15px;line-height:1.55;color:rgba(255,255,255,.82);margin:0 0 18px;max-width:540px}
.tp-sch-hero__btns{display:flex;gap:10px;flex-wrap:wrap}
.tp-sch-hero__img{border-radius:var(--tp-radius-lg);overflow:hidden}
.tp-sch-hero__img img{width:100%;height:100%;object-fit:cover;display:block;min-height:240px}
@media(max-width:768px){.tp-sch-hero{padding:14px 0}.tp-sch-hero__grid{grid-template-columns:1fr;gap:12px}.tp-sch-hero__img{order:-1;max-height:160px}.tp-sch-hero__copy h1{font-size:24px}}

.tp-sch-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tp-sch-cat{display:flex;flex-direction:column;border:1px solid var(--tp-c-border);border-radius:8px;overflow:hidden;background:#fff;text-decoration:none;transition:border-color .2s,box-shadow .2s}
.tp-sch-cat:hover{border-color:var(--tp-c-primary-mid);box-shadow:0 4px 16px var(--tp-c-shadow)}
.tp-sch-cat__img{height:140px;overflow:hidden;background:var(--tp-c-surface-alt)}
.tp-sch-cat__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.tp-sch-cat:hover .tp-sch-cat__img img{transform:scale(1.03)}
.tp-sch-cat__body{padding:12px 14px 14px}
.tp-sch-cat__body h3{font-size:16px;font-weight:700;margin:0 0 3px;color:var(--tp-c-ink)}
.tp-sch-cat__body p{font-size:13px;line-height:1.4;color:var(--tp-c-ink-soft);margin:0}
@media(max-width:1024px){.tp-sch-cats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.tp-sch-cats{grid-template-columns:repeat(2,1fr);gap:8px}.tp-sch-cat__img{height:90px}}

.tp-sch-plan{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tp-sch-plan__item{padding:14px;background:#fff;border:1px solid var(--tp-c-border);border-radius:8px}
.tp-sch-plan__item h3{font-size:17px;font-weight:700;margin:0 0 4px}
.tp-sch-plan__item p{font-size:13.5px;line-height:1.45;color:var(--tp-c-ink-soft);margin:0}
@media(max-width:768px){.tp-sch-plan{grid-template-columns:repeat(2,1fr);gap:8px}}

.tp-sch-scale{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tp-sch-scale__card{padding:16px;background:var(--tp-c-surface);border:1px solid var(--tp-c-border);border-radius:8px}
.tp-sch-scale__card h3{font-size:17px;font-weight:700;margin:0 0 4px}
.tp-sch-scale__card p{font-size:13.5px;line-height:1.45;color:var(--tp-c-ink-soft);margin:0}
@media(max-width:768px){.tp-sch-scale{grid-template-columns:repeat(2,1fr);gap:8px}}

.tp-sch-products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tp-sch-prod{border:1px solid var(--tp-c-border);border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.tp-sch-prod__img{display:grid;place-items:center;aspect-ratio:1/1;background:#f4f5f1;overflow:hidden;border-bottom:1px solid var(--tp-c-border)}
.tp-sch-prod__img img{width:100%;height:100%;object-fit:contain;padding:6%;transition:transform .3s}
.tp-sch-prod:hover .tp-sch-prod__img img{transform:scale(1.025)}
.tp-sch-prod__body{display:flex;flex-direction:column;flex:1;padding:12px 13px 13px}
.tp-sch-prod__cat{color:var(--tp-c-primary-mid);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.tp-sch-prod__body h3{font-size:16px;font-weight:600;margin:4px 0 0;line-height:1.3}
.tp-sch-prod__body h3 a{color:var(--tp-c-ink);text-decoration:none}
.tp-sch-prod__body h3 a:hover{color:var(--tp-c-primary-mid)}
.tp-sch-prod__code{color:var(--tp-c-muted);font-size:13px;margin-top:3px}
.tp-sch-prod__fact{color:var(--tp-c-muted);font-size:12.5px;line-height:1.4}
.tp-sch-prod__price{margin-top:auto;padding-top:8px;font-size:15px;font-weight:700;color:var(--tp-c-primary-mid)}
.tp-sch-prod__cta{font-size:13px;font-weight:600;color:var(--tp-c-primary-mid);text-decoration:none;display:inline-block;margin-top:6px}
.tp-sch-prod__cta:hover{text-decoration:underline}
@media(max-width:1024px){.tp-sch-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.tp-sch-products{grid-template-columns:repeat(2,1fr);gap:8px;max-width:100%}.tp-sch-prod__body{padding:9px}.tp-sch-prod__body h3{font-size:13px}}

.tp-sch-buyer{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tp-sch-buyer__item{padding:14px;background:var(--tp-c-surface);border:1px solid var(--tp-c-border);border-radius:8px}
.tp-sch-buyer__item h3{font-size:15px;font-weight:700;margin:0 0 4px}
.tp-sch-buyer__item p{font-size:13px;line-height:1.45;color:var(--tp-c-ink-soft);margin:0}
@media(max-width:1024px){.tp-sch-buyer{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.tp-sch-buyer{grid-template-columns:repeat(2,1fr);gap:8px}}

.tp-sch-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 30px;background:var(--tp-c-primary);border-radius:var(--tp-radius-lg);color:#fff}
.tp-sch-cta h2{font-size:clamp(20px,2.5vw,28px);font-weight:800;margin:0 0 6px}
.tp-sch-cta p{font-size:14px;color:rgba(255,255,255,.8);margin:0;max-width:460px}
.tp-sch-cta__btns{display:flex;gap:10px;flex-shrink:0}
.tp-sch-cta__btns .tp-btn--ghost{color:#fff;border-color:rgba(255,255,255,.65)}
.tp-sch-cta__btns .tp-btn--ghost:hover{background:#fff;color:var(--tp-c-primary);border-color:#fff}
@media(max-width:768px){.tp-sch-cta{flex-direction:column;text-align:center;padding:14px;gap:10px}.tp-sch-cta p{max-width:100%}.tp-sch-cta__btns{flex-direction:column;width:100%;gap:7px}.tp-sch-cta__btns .tp-btn{width:100%;justify-content:center}}

.tp-sch-info-heading{font-size:30px;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 8px}
@media(max-width:768px){.tp-sch-info-heading{font-size:20px}}

/* Supporting Content Block */
.tp-support{display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:start}
.tp-support__h2{font-size:28px;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:4px 0 14px}
.tp-support__main p{font-size:15px;line-height:1.6;color:var(--tp-c-ink-soft);margin:0 0 10px;max-width:650px}
.tp-support__nav{background:#fff;border:1px solid var(--tp-c-border);border-radius:8px;padding:16px 18px}
.tp-support__nav-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--tp-c-primary-mid);margin:0 0 12px}
.tp-support__nav-item{padding:10px 0;border-bottom:1px solid var(--tp-c-border)}
.tp-support__nav-item:first-of-type{padding-top:0}
.tp-support__nav-item:last-child{border-bottom:none;padding-bottom:0}
.tp-support__nav-item h4{font-size:15px;font-weight:700;margin:0 0 2px}
.tp-support__nav-item p{font-size:13px;line-height:1.45;color:var(--tp-c-ink-soft);margin:0 0 4px}
.tp-support__nav-item a{font-size:13px;font-weight:600;color:var(--tp-c-primary-mid);text-decoration:none}
.tp-support__nav-item a:hover{text-decoration:underline}
@media(max-width:768px){.tp-support{grid-template-columns:1fr;gap:12px}.tp-support__h2{font-size:20px}.tp-support__main p{font-size:13px}}

/* Project Planning */
.tp-plan__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.tp-plan__step{padding:14px 16px;border-left:1px solid var(--tp-c-border)}
.tp-plan__step:first-child{border-left:none}
.tp-plan__num{display:block;font-size:26px;font-weight:800;color:var(--tp-c-accent);line-height:1;margin-bottom:4px}
.tp-plan__label{display:block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--tp-c-primary-mid);margin-bottom:5px}
.tp-plan__step h3{font-size:18px;font-weight:700;line-height:1.25;margin:0 0 6px}
.tp-plan__step p{font-size:13.5px;line-height:1.5;color:var(--tp-c-ink-soft);margin:0}
.tp-plan__btns{display:flex;gap:10px;justify-content:center;margin-top:20px}
@media(max-width:1024px){.tp-plan__grid{grid-template-columns:repeat(2,1fr);gap:0}.tp-plan__step{border-left:none;border-bottom:1px solid var(--tp-c-border);padding:14px 16px}.tp-plan__step:nth-child(odd){border-right:1px solid var(--tp-c-border)}.tp-plan__step:nth-child(3),.tp-plan__step:nth-child(4){border-bottom:none}}
@media(max-width:768px){.tp-plan__grid{grid-template-columns:1fr;gap:0}.tp-plan__step{border-left:none;border-right:none;border-bottom:1px solid var(--tp-c-border);padding:10px 0}.tp-plan__step:last-child{border-bottom:none}.tp-plan__step h3{font-size:14px}.tp-plan__btns{flex-direction:column;align-items:stretch}}

/* Installations Grid */
.tp-installs__grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:10px;height:220px}
.tp-installs__grid a{border-radius:8px;overflow:hidden;background:var(--tp-c-surface-alt)}
.tp-installs__grid img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.tp-installs__grid a:hover img{transform:scale(1.04)}
@media(max-width:1024px){.tp-installs__grid{grid-template-columns:repeat(3,1fr);height:auto}.tp-installs__grid a{height:180px}.tp-installs__grid a:first-child{grid-column:1/-1;height:240px}}
@media(max-width:768px){.tp-installs__grid{grid-template-columns:1fr 1fr;height:auto;gap:6px}.tp-installs__grid a{height:120px}.tp-installs__grid a:first-child{grid-column:1/-1;height:160px}}
@media(max-width:480px){.tp-installs__grid{grid-template-columns:1fr 1fr}.tp-installs__grid a{height:100px}.tp-installs__grid a:first-child{height:130px}}

/* Certificates */
.tp-certs__row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tp-certs__row a{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:14px;border-top:1px solid var(--tp-c-border-light);border-bottom:1px solid var(--tp-c-border-light);padding:14px 12px;transition:background .15s}
.tp-certs__row a:hover{background:var(--tp-c-surface)}
.tp-certs__row img{width:80px;height:110px;object-fit:contain}
.tp-certs__row span{display:block}
.tp-certs__row strong{display:block;font-size:15px;font-weight:700;line-height:1.3}
.tp-certs__row small{display:block;color:var(--tp-c-muted);font-size:12px;line-height:1.4;margin-top:4px}
@media(max-width:1024px){.tp-certs__row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.tp-certs__row{grid-template-columns:repeat(2,1fr);gap:6px}.tp-certs__row a{grid-template-columns:50px 1fr;gap:6px;padding:6px}.tp-certs__row img{width:40px;height:56px}}

/* Final CTA */
.tp-final{padding:0 0 48px}
.tp-final__band{min-height:130px;background:linear-gradient(135deg,#003a2a,#004832);border-radius:var(--tp-radius-lg);padding:28px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--tp-c-white)}
.tp-final h2{font-size:clamp(24px,2.5vw,32px);font-weight:800;letter-spacing:-.03em;margin:0}
.tp-final p{margin:6px 0 0;color:rgba(255,255,255,.65);font-size:14px}
.tp-final__actions{display:flex;gap:10px}
@media(max-width:768px){.tp-final__band{flex-direction:column;text-align:center;padding:16px;min-height:auto}.tp-final__actions{flex-direction:column;width:100%;gap:7px}.tp-final__actions .tp-btn{width:100%}}

/* ========================================================================
   PRODUCT PAGE
   ======================================================================== */
.tp-prod{display:grid;grid-template-columns:1.18fr .82fr;gap:32px;padding:8px 0 24px;align-items:start}
.tp-prod__gallery{min-width:0;position:sticky;top:80px}
.tp-prod__main{background:#f7f8fa;border-radius:10px;overflow:hidden;aspect-ratio:4/3;max-height:520px;position:relative;display:flex;align-items:center;justify-content:center;padding:16px}
.tp-prod__main img{width:100%;height:100%;object-fit:contain;display:block}
.tp-prod__thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.tp-prod__thumb{width:76px;height:58px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;flex-shrink:0;transition:border-color .15s;padding:0;background:#f7f8fa;scroll-snap-align:start}
.tp-prod__thumb.is-active{border-color:var(--tp-c-primary-mid)}
.tp-prod__thumb img{width:100%;height:100%;object-fit:contain;display:block}
.tp-prod__info{padding-top:4px}
.tp-prod__cat{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--tp-c-primary-mid);text-decoration:none;margin-bottom:6px}
.tp-prod__cat:hover{color:#0b593a}
.tp-prod__h1{font-size:clamp(28px,3.5vw,40px);font-weight:700;line-height:1.12;color:var(--tp-c-ink);margin:0 0 16px}
.tp-prod__facts{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--tp-c-border);border-radius:10px;margin:0 0 20px;overflow:hidden}
.tp-prod__facts>div{padding:12px 16px;border-right:1px solid var(--tp-c-border-light);border-bottom:1px solid var(--tp-c-border-light)}
.tp-prod__facts>div:nth-child(even){border-right:0}
.tp-prod__facts>div:nth-last-child(-n+2){border-bottom:0}
.tp-prod__facts small{display:block;color:var(--tp-c-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}
.tp-prod__facts b{font-size:14px;font-weight:700;color:var(--tp-c-ink)}
.tp-prod__cta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.tp-prod__cta-primary{height:42px;padding:0 24px;background:var(--tp-c-primary-mid);color:#fff;border:none;border-radius:var(--tp-radius);font-size:14px;font-weight:650;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:background .15s}
.tp-prod__cta-primary:hover{background:#0b593a}
.tp-prod__cta-whatsapp{height:42px;padding:0 20px;border:1.5px solid #25d366;border-radius:var(--tp-radius);background:#25d366;color:#fff;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex;align-items:center;transition:background .15s}
.tp-prod__cta-whatsapp:hover{background:#1ebe57}
.tp-prod__model{font-size:13px;font-weight:600;color:var(--tp-c-muted);margin-bottom:6px;letter-spacing:.02em}
.tp-prod__intro{font-size:14px;line-height:1.6;color:var(--tp-c-ink-soft);margin:0 0 14px}
.tp-prod__price{font-size:15px;font-weight:600;color:var(--tp-c-ink);margin:0 0 16px;display:flex;align-items:baseline;gap:6px}
.tp-prod__price-label{font-size:15px;font-weight:600;color:var(--tp-c-muted)}
.tp-prod__price b{font-size:26px;font-weight:700;color:var(--tp-c-ink);line-height:1.1}
/* Compact accordion */
.tp-prod-accordion{margin-top:20px;border-top:1px solid var(--tp-c-border)}
.tp-prod-accordion__item{border-bottom:1px solid var(--tp-c-border)}
.tp-prod-accordion__btn{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 0;background:none;border:none;font-size:14px;font-weight:600;color:var(--tp-c-ink);cursor:pointer;text-align:left;transition:color .15s}
.tp-prod-accordion__btn:hover{color:var(--tp-c-primary-mid)}
.tp-prod-accordion__icon{width:18px;height:18px;flex-shrink:0;transition:transform .2s;color:var(--tp-c-primary-mid);display:inline-flex;align-items:center;justify-content:center}
.tp-prod-accordion__icon svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.tp-prod-accordion__item.is-open .tp-prod-accordion__icon{transform:rotate(180deg)}
.tp-prod-accordion__body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.tp-prod-accordion__content{padding:0 0 14px;font-size:14px;line-height:1.65;color:var(--tp-c-ink-soft)}
.tp-prod-accordion__content h2{font-size:26px;font-weight:700;line-height:1.25;color:var(--tp-c-ink);margin:16px 0 10px}
.tp-prod-accordion__content p{margin:0 0 8px}
.tp-prod-accordion__content p:last-child{margin-bottom:0}
.tp-prod-accordion__content table{width:100%;border-collapse:collapse;table-layout:fixed}
.tp-prod-accordion__content th,.tp-prod-accordion__content td{padding:7px 0;border-bottom:1px solid var(--tp-c-border-light);font-size:13px;text-align:left;vertical-align:top;word-break:break-word}
.tp-prod-accordion__content th{width:40%;font-weight:600;color:var(--tp-c-muted)}
.tp-prod-accordion__content td{color:var(--tp-c-ink)}
.tp-prod-accordion__content tr:last-child th,.tp-prod-accordion__content tr:last-child td{border-bottom:0}
.tp-prod__no-price{display:none}
@media(max-width:768px){.tp-prod{grid-template-columns:1fr;gap:16px}.tp-prod__gallery{position:static}.tp-prod__facts{grid-template-columns:1fr 1fr}.tp-prod__main{max-height:260px;aspect-ratio:4/3}.tp-prod-accordion__btn{padding:11px 0;font-size:13.5px}.tp-prod-accordion__content h2{font-size:20px}}
@media(max-width:480px){.tp-prod__facts{grid-template-columns:1fr}.tp-prod__cta{flex-direction:column;align-items:stretch}.tp-prod__cta-primary,.tp-prod__cta-whatsapp{justify-content:center}}

/* Product Specs Table */
.tp-prod-specs__heading{font-size:22px;font-weight:700;margin:0 0 16px}
.tp-prod-specs__table{overflow-x:auto;-webkit-overflow-scrolling:touch}
.tp-prod-specs__table table{width:100%;border-collapse:collapse;border:1px solid var(--tp-c-border);border-radius:10px;overflow:hidden;table-layout:fixed}
.tp-prod-specs__table th,.tp-prod-specs__table td{padding:12px 16px;border-bottom:1px solid var(--tp-c-border-light);font-size:14px;text-align:left;word-break:break-word}
.tp-prod-specs__table th{background:var(--tp-c-surface-alt);font-weight:600;color:var(--tp-c-ink);width:40%}
.tp-prod-specs__table td{color:var(--tp-c-ink-soft)}
.tp-prod-specs__table tr:last-child th,.tp-prod-specs__table tr:last-child td{border-bottom:0}

/* ========================================================================
   RESPONSIVE SHARED — M2 COMPACT MOBILE
   ======================================================================== */
@media(max-width:768px){
  :root{
    --tp-m-cx:12px;--tp-m-sy:16px;--tp-m-gap:8px;--tp-m-pad:10px;
    --tp-m-card-pad:9px;--tp-m-font:13.5px;--tp-m-radius:8px;
  }
  body.tp{font-size:var(--tp-m-font);overflow-x:hidden;line-height:1.5}

  /* Shell */
  .tp-shell{width:min(calc(100% - 24px),var(--tp-shell))}

  /* Section spacing */
  .tp-section{padding:var(--tp-m-sy) 0}
  .tp-section--sm{padding:12px 0}

  /* Typography mobile */
  .tp-h1{font-size:clamp(24px,5.5vw,28px);line-height:1.08;letter-spacing:-.035em}
  .tp-h2{font-size:clamp(20px,4vw,23px);line-height:1.12;letter-spacing:-.025em}
  .tp-h3{font-size:clamp(15px,3vw,17px);line-height:1.2}
  .tp-h4{font-size:14px;line-height:1.3}
  .tp-lede{font-size:13.5px;line-height:1.5}
  .tp-eyebrow{font-size:9.5px;margin-bottom:3px}

  /* Section header */
  .tp-section-head{display:block;gap:8px;margin-bottom:12px}
  .tp-section-head>div{max-width:none}
  .tp-section-head .tp-eyebrow{margin-bottom:3px}
  .tp-section-intro{font-size:13px;margin-top:4px}

  /* Buttons compact */
  .tp-btn{min-height:40px;padding:9px 16px;font-size:13px;gap:6px}
  .tp-btn--sm{min-height:34px;padding:7px 12px;font-size:12px}
  .tp-btn--lg{min-height:44px;padding:10px 20px;font-size:14px}

  /* ===== HERO ===== */
  .tp-hero__grid{min-height:auto;grid-template-columns:1fr;align-items:end}
  .tp-hero__grid::after{background:transparent}
  .tp-hero__content{width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:14px 12px 14px!important;background:rgba(10,46,28,.92);border-radius:var(--tp-m-radius);margin:0 0 12px}
  .tp-hero__title{font-size:clamp(24px,6.5vw,28px);line-height:1.08;max-width:100%;min-width:0;overflow-wrap:break-word}
  .tp-hero__tagline{font-size:12px;margin-top:6px;max-width:100%;overflow-wrap:break-word}
  .tp-hero__sub{font-size:13px;line-height:1.45;margin-top:6px;max-width:100%;min-width:0;overflow-wrap:break-word}
  .tp-hero__btns{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;min-width:0;gap:6px;margin-top:10px}
  .tp-hero__btns .tp-btn{width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:38px;padding:9px 16px;font-size:13px;white-space:normal}
  .tp-hero__note{font-size:11px;margin-top:6px;max-width:100%;overflow-wrap:break-word}
  .tp-hero__img{position:relative;height:160px}
  .tp-hero__img img{object-position:72% 48%}

  /* ===== TRUST STRIP ===== */
  .tp-trust__grid{grid-template-columns:1fr 1fr;min-height:auto}
  .tp-trust__item{padding:9px 10px;justify-content:flex-start;gap:8px}
  .tp-trust__item strong{font-size:12px}
  .tp-trust__item small{font-size:9.5px}
  .tp-trust__item svg{width:18px;height:18px}

  /* ===== EQUIPMENT GRID 2-COL ===== */
  .tp-equip__grid{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap)}
  .tp-equip__card{border-radius:var(--tp-m-radius)}
  .tp-equip__img{height:100px;padding:3px}
  .tp-equip__body{padding:var(--tp-m-card-pad)}
  .tp-equip__body h3{font-size:14px;line-height:1.2;margin-bottom:2px}
  .tp-equip__body p{font-size:12px;line-height:1.35;-webkit-line-clamp:2;margin-bottom:4px}
  .tp-equip__cta{font-size:12px}

  /* ===== COMPANY PANEL ===== */
  .tp-company{grid-template-columns:1fr;border-radius:var(--tp-m-radius)}
  .tp-company__copy{padding:14px 14px}
  .tp-company__copy h2{font-size:21px;margin-bottom:8px}
  .tp-company__copy p{font-size:13px;line-height:1.5;margin-bottom:6px}
  .tp-company__facts{grid-template-columns:1fr 1fr;gap:6px;margin:10px 0 12px}
  .tp-fact{padding:7px 8px}
  .tp-fact strong{font-size:13px;margin-bottom:1px}
  .tp-fact span{font-size:12px}
  .tp-company__img{height:180px}

  /* ===== PROJECT TYPES 2-COL ===== */
  .tp-projects__grid{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap)}
  .tp-project-card{border-radius:var(--tp-m-radius)}
  .tp-project-card__img{height:105px}
  .tp-project-card__body{padding:var(--tp-m-card-pad)}
  .tp-project-card__label{font-size:9.5px;margin-bottom:3px}
  .tp-project-card__body h3{font-size:14.5px;margin-bottom:3px}
  .tp-project-card__body p{font-size:12px;line-height:1.35;-webkit-line-clamp:3;margin-bottom:5px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
  .tp-project-card__cta{font-size:11.5px}

  /* ===== POPULAR PRODUCTS 2-COL ===== */
  .tp-popular__grid{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap)}
  .tp-popular-card{border-radius:var(--tp-m-radius)}
  .tp-popular-card__img{aspect-ratio:auto;height:115px;padding:4px}
  .tp-popular-card__body{padding:var(--tp-m-card-pad)}
  .tp-popular-card__cat{font-size:9.5px;margin-bottom:2px}
  .tp-popular-card__body h3{font-size:13.5px;line-height:1.22;margin-top:2px}
  .tp-popular-card__code{font-size:10.5px;margin-top:2px}
  .tp-popular-card__fact{font-size:11px;display:none}
  .tp-popular-card__price{font-size:14px;padding-top:5px}
  .tp-popular-card__cta{font-size:12px;margin-top:4px}

  /* ===== PLANNING STRIP ===== */
  .tp-plan__grid{grid-template-columns:1fr}
  .tp-plan__step{border-left:none;border-right:none;border-bottom:1px solid var(--tp-c-border);padding:10px 0}
  .tp-plan__step:last-child{border-bottom:none}
  .tp-plan__num{font-size:20px}
  .tp-plan__label{font-size:9px}
  .tp-plan__step h3{font-size:14px;margin-bottom:3px}
  .tp-plan__step p{font-size:12px;line-height:1.4}
  .tp-plan__btns{flex-direction:column;align-items:stretch;margin-top:12px}
  .tp-plan__btns .tp-btn{width:100%}

  /* ===== INSTALLATIONS ===== */
  .tp-installs__grid{grid-template-columns:1fr 1fr;height:auto;gap:6px}
  .tp-installs__grid a{height:120px;border-radius:6px}
  .tp-installs__grid a:first-child{grid-column:1/-1;height:160px}

  /* ===== CERTIFICATIONS 2-COL ===== */
  .tp-certs__row{grid-template-columns:repeat(2,1fr);gap:8px}
  .tp-certs__row a{grid-template-columns:60px 1fr;gap:8px;padding:8px;border-radius:var(--tp-m-radius)}
  .tp-certs__row img{width:50px;height:70px}
  .tp-certs__row strong{font-size:12.5px;line-height:1.25}
  .tp-certs__row small{font-size:11px;margin-top:2px}

  /* ===== SUPPORTING CONTENT ===== */
  .tp-support{grid-template-columns:1fr;gap:12px}
  .tp-support__h2{font-size:20px;margin-bottom:8px}
  .tp-support__main p{font-size:13px}
  .tp-support__nav{padding:12px}

  /* ===== FINAL CTA ===== */
  .tp-final{padding:0 0 24px}
  .tp-final__band{flex-direction:column;text-align:center;padding:16px;min-height:auto}
  .tp-final h2{font-size:20px}
  .tp-final p{font-size:13px}
  .tp-final__actions{flex-direction:column;width:100%;gap:7px}
  .tp-final__actions .tp-btn{width:100%}

  /* ===== CTA BAND ===== */
  .tp-cta-band{flex-direction:column;text-align:center;padding:16px}
  .tp-cta-band h3{font-size:18px}
  .tp-cta-band p{font-size:13px}
  .tp-cta-band__actions{justify-content:center;width:100%}
  .tp-cta-band__actions .tp-btn{flex:1}

  /* ===== PRODUCT DETAIL ===== */
  .tp-prod{grid-template-columns:1fr;gap:16px;padding:8px 0 16px}
  .tp-prod__gallery{position:static}
  .tp-prod__main{max-height:260px;aspect-ratio:4/3;border-radius:var(--tp-m-radius)}
  .tp-prod__h1{font-size:clamp(22px,5vw,26px);margin-bottom:10px}
  .tp-prod__facts{margin-bottom:14px;border-radius:var(--tp-m-radius)}
  .tp-prod__facts>div{padding:8px 12px}
  .tp-prod__facts small{font-size:9px}
  .tp-prod__facts b{font-size:13px}
  .tp-prod__cta{gap:7px}
  .tp-prod__cta-primary,.tp-prod__cta-whatsapp{height:38px;padding:0 16px;font-size:13px}
  .tp-prod__price{font-size:14px;margin-bottom:10px}
  .tp-prod__price b{font-size:22px}
  .tp-prod__intro{font-size:13px;margin-bottom:10px}
  .tp-prod-accordion{margin-top:14px}
  .tp-prod-accordion__btn{padding:11px 0;font-size:13.5px}
  .tp-prod-accordion__content{font-size:13px}
  .tp-prod-accordion__content h2{font-size:20px;margin:12px 0 8px}
  .tp-prod-specs__heading{font-size:18px;margin-bottom:10px}
  .tp-prod-specs__table th,.tp-prod-specs__table td{padding:9px 12px;font-size:13px}

  /* Related products */
  .tp-products{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap)}
  .tp-pcard__img{aspect-ratio:1/1;padding:6px}
  .tp-pcard__body{padding:8px 9px 9px}
  .tp-pcard__code{font-size:10px;margin-bottom:3px}
  .tp-pcard__title{font-size:13.5px;-webkit-line-clamp:2}
  .tp-pcard__spec{font-size:11px;margin-top:5px;-webkit-line-clamp:1}
  .tp-pcard__price{font-size:14px;margin-top:4px}
  .tp-pcard__actions{padding-top:8px;gap:5px}
  .tp-pcard__view{font-size:12px}
  .tp-pcard__whatsapp{height:30px;padding:0 8px;font-size:11px}

  /* ===== SCHOOL PAGE ===== */
  .tp-sch-hero{padding:14px 0}
  .tp-sch-hero__grid{grid-template-columns:1fr;gap:12px}
  .tp-sch-hero__img{order:-1;max-height:160px;border-radius:var(--tp-m-radius)}
  .tp-sch-hero__img img{height:100%;object-fit:cover}
  .tp-sch-hero__copy .tp-eyebrow{font-size:9px}
  .tp-sch-hero__copy h1{font-size:24px;margin-bottom:8px}
  .tp-sch-hero__intro{font-size:13px;line-height:1.45;margin-bottom:12px}
  .tp-sch-hero__btns{gap:7px}
  .tp-sch-hero__btns .tp-btn{min-height:38px;padding:8px 14px;font-size:12px}
  .tp-sch-cats{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap)}
  .tp-sch-cat{border-radius:var(--tp-m-radius)}
  .tp-sch-cat__img{height:90px}
  .tp-sch-cat__body{padding:var(--tp-m-card-pad)}
  .tp-sch-cat__body h3{font-size:13.5px;margin-bottom:2px}
  .tp-sch-cat__body p{font-size:11.5px;line-height:1.35}
  .tp-sch-plan{grid-template-columns:1fr;gap:var(--tp-m-gap)}
  .tp-sch-plan__item{padding:10px;border-radius:var(--tp-m-radius)}
  .tp-sch-plan__item h3{font-size:14px;margin-bottom:2px}
  .tp-sch-plan__item p{font-size:12px;line-height:1.35}
  .tp-sch-scale{grid-template-columns:1fr;gap:var(--tp-m-gap)}
  .tp-sch-scale__card{padding:10px;border-radius:var(--tp-m-radius)}
  .tp-sch-scale__card h3{font-size:14px;margin-bottom:2px}
  .tp-sch-scale__card p{font-size:12px;line-height:1.35}
  .tp-sch-products{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap);max-width:100%}
  .tp-sch-prod{border-radius:var(--tp-m-radius)}
  .tp-sch-prod__img{height:110px;padding:4px}
  .tp-sch-prod__body{padding:var(--tp-m-card-pad)}
  .tp-sch-prod__cat{font-size:9.5px}
  .tp-sch-prod__body h3{font-size:13px;line-height:1.25}
  .tp-sch-prod__code{font-size:10.5px}
  .tp-sch-prod__price{font-size:13px;padding-top:4px}
  .tp-sch-prod__cta{font-size:11px;margin-top:3px}
  .tp-sch-buyer{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap)}
  .tp-sch-buyer__item{padding:10px;border-radius:var(--tp-m-radius)}
  .tp-sch-buyer__item h3{font-size:13px;margin-bottom:2px}
  .tp-sch-buyer__item p{font-size:11.5px;line-height:1.35}
  .tp-sch-cta{flex-direction:column;text-align:center;padding:14px;gap:10px}
  .tp-sch-cta h2{font-size:18px;margin-bottom:4px}
  .tp-sch-cta p{font-size:13px;max-width:100%}
  .tp-sch-cta__btns{flex-direction:column;width:100%;gap:7px}
  .tp-sch-cta__btns .tp-btn{width:100%;justify-content:center}
  .tp-sch-info-heading{font-size:20px}

  /* ===== PRODUCT LISTING ===== */
  .tp-prod{grid-template-columns:1fr;gap:16px}
  .tp-prod__gallery{position:static}
  .tp-prod__main{max-height:260px;aspect-ratio:4/3}
  .tp-prod-accordion__btn{padding:11px 0;font-size:13.5px}
  .tp-prod-accordion__content h2{font-size:20px}

  /* ===== FILTER BAR ===== */
  .tp-filter{flex-direction:column;align-items:stretch;gap:7px;padding:10px 0}
  .tp-filter__count{font-size:13px}
  .tp-filter__controls{flex-wrap:wrap;gap:7px}
  .tp-filter__input{min-width:0;flex:1;font-size:16px;height:40px}
  .tp-filter__select{min-width:0;flex:1;font-size:16px;height:40px}
  .tp-filter__btn{height:40px;padding:0 14px}
  .tp-pager{flex-wrap:wrap;padding:16px 0}
  .tp-pager a,.tp-pager span{min-width:34px;height:34px;font-size:12px}

  /* ===== CONTACT / BULK / FAQ ===== */
  .tp-contact-layout__grid{grid-template-columns:1fr;gap:16px}
  .tp-contact-card{position:static;padding:16px}
  .tp-contact-card__title{font-size:17px}
  .tp-contact-form-wrap{padding:16px}
  .tp-bulk-hero{padding:20px 0 16px}
  .tp-bulk-hero h1{font-size:24px}
  .tp-bulk-hero p{font-size:13px}
  .tp-bulk-benefits{padding:16px 0}
  .tp-bulk-benefits__grid{grid-template-columns:repeat(2,1fr);gap:var(--tp-m-gap)}
  .tp-bulk-benefit{padding:12px 10px;border-radius:var(--tp-m-radius)}
  .tp-bulk-benefit__icon{width:36px;height:36px;margin-bottom:6px}
  .tp-bulk-benefit__icon svg{width:18px;height:18px}
  .tp-bulk-benefit__title{font-size:13.5px;margin-bottom:2px}
  .tp-bulk-benefit__text{font-size:12px;line-height:1.4}
  .tp-bulk-benefit:last-child{grid-column:1/-1}
  .tp-bulk-form-wrap{padding:0 0 24px}
  .tp-bulk-form__card{padding:16px;border-radius:var(--tp-m-radius)}
  .tp-bulk-form__heading{font-size:18px;margin-bottom:4px}
  .tp-bulk-form__sub{font-size:13px;margin-bottom:16px}
  .tp-bulk-section{margin-bottom:16px;padding-bottom:14px}
  .tp-bulk-section__title{font-size:13px;margin-bottom:10px}
  .tp-form-row{grid-template-columns:1fr;gap:10px}
  .tp-form-group{margin-bottom:10px}
  .tp-form-label{font-size:12px;margin-bottom:3px}
  .tp-form-input{padding:9px 12px;font-size:16px;min-height:40px}
  .tp-textarea{min-height:80px}
  .tp-checkbox-grid{grid-template-columns:1fr}
  .tp-info-grid{grid-template-columns:1fr}
  .tp-info-card{padding:14px}
  .tp-faq-nav__btn{padding:7px 12px;font-size:11px}
  .tp-faq-item__q{padding:12px 0;font-size:14px}
  .tp-faq-item__a{font-size:13px;padding-bottom:12px}

  /* ===== FOOTER COMPACT ===== */
  .tp-footer{padding:24px 0 0}
  .tp-footer__grid{grid-template-columns:1fr 1fr;gap:16px;padding-bottom:20px}
  .tp-footer .tp-logo img{height:28px}
  .tp-footer__brand p{font-size:12.5px;line-height:1.45;margin-top:8px}
  .tp-footer h4{font-size:11px;margin-bottom:8px}
  .tp-footer__grid a{font-size:12.5px;padding:3px 0}
  .tp-footer__contact p{font-size:12.5px}
  .tp-footer__contact .footer-phone{font-size:1.2rem}
  .tp-footer__bottom{margin-top:16px;padding:12px 0;font-size:11px;flex-direction:column;gap:6px;text-align:center}
  .tp-footer__bottom a{margin-left:0;margin-right:12px}

  /* ===== ENQUIRY DRAWER COMPACT ===== */
  .tp-drawer__head{padding:14px 16px 10px}
  .tp-drawer__head h2{font-size:18px}
  .tp-drawer__body{padding:12px 16px 20px}
  .tp-drawer__close{width:36px;height:36px;font-size:22px}
  .tp-drawer form{gap:10px}
  .tp-field{font-size:12px;gap:3px}
  .tp-drawer input,.tp-drawer textarea{padding:9px 12px;font-size:16px}
  .tp-formgrid{grid-template-columns:1fr;gap:10px}
  .tp-quote-product{padding:8px 10px;gap:8px}
  .tp-quote-product img{width:44px;height:38px}
  .quote-fields{grid-template-columns:1fr;gap:5px}
  .quote-field--half{grid-column:1/-1}
  .quote-field{gap:2px}
  .quote-field label{font-size:11.5px;margin-bottom:0}
  .quote-field input,.quote-field select{padding:6px 8px;font-size:15px;min-height:38px}
  .quote-field textarea{min-height:62px;padding:7px 8px;font-size:15px;resize:vertical}
  .quote-field__error{font-size:10.5px}
  .quote-optional__body{grid-template-columns:1fr;gap:5px;padding:6px 8px}
  .quote-optional__toggle{padding:5px 8px;font-size:12px}
  .quote-actions{margin-top:4px}
  .quote-actions .button{height:40px;padding:0 10px;font-size:14px}
  .form-note{font-size:11px;margin-top:4px}

  /* ===== PRODUCT CARD COMPACT MOBILE ===== */
  .tp-product__media{aspect-ratio:auto;height:130px;padding:6px}
  .tp-product__body{padding:7px}
  .tp-product__cat{font-size:9.5px;line-height:1.2;margin-bottom:2px}
  .tp-product__title{font-size:13px;line-height:1.2;margin:2px 0 3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .tp-product__price{font-size:13.5px;margin:3px 0}
  .tp-product__foot{grid-template-columns:1fr;gap:5px;padding-top:5px}
  .tp-product__foot .tp-btn{display:inline-flex;align-items:center;justify-content:center;height:30px;min-height:30px;padding:0 8px;font-size:10.5px;font-weight:700;line-height:1;border-radius:4px;width:auto!important;margin:4px 0 0!important}
  .tp-pagehero{padding:10px 0 8px}
  .tp-pagehero h1{font-size:22px;margin:0}
  .tp-pagehero .tp-muted{font-size:13px;line-height:1.4;margin-top:4px}
  .tp-listing-head{padding:8px 0;margin-bottom:8px}
  .tp-listing-head__count{font-size:12px}
  .tp-sort-label{font-size:12px}
  .tp-sort-select{height:36px;font-size:12px;padding:4px 8px}
  .tp-pagination{gap:3px;margin-top:14px}
  .tp-pagination__link{min-width:34px;height:34px;font-size:12px}

  /* ===== BREADCRUMB ===== */
  .tp-breadcrumb{padding:6px 0}
  .tp-breadcrumb ol{font-size:11px;gap:4px}

  /* Category intro */
  .tp-cat-intro{padding:8px 0 4px}
  .tp-cat-intro .tp-h1{font-size:clamp(22px,5vw,26px);margin-bottom:8px}
  .tp-cat-intro__desc{font-size:13px}
}

@media(max-width:349px){
  .quote-fields{grid-template-columns:1fr}
}

@media(max-width:480px){
  .tp-hero__title{font-size:clamp(22px,6vw,26px)}
  .tp-hero__img{height:140px}
  .tp-equip__img{height:85px}
  .tp-equip__body h3{font-size:13px}
  .tp-equip__body p{font-size:11.5px}
  .tp-project-card__img{height:90px}
  .tp-popular-card__img{height:100px}
  .tp-popular-card__body h3{font-size:12.5px}
  .tp-popular-card__price{font-size:13px}
  .tp-installs__grid{grid-template-columns:1fr 1fr}
  .tp-installs__grid a{height:100px}
  .tp-installs__grid a:first-child{height:130px}
  .tp-certs__row{grid-template-columns:repeat(2,1fr);gap:6px}
  .tp-certs__row a{grid-template-columns:50px 1fr;gap:6px;padding:6px}
  .tp-certs__row img{width:40px;height:56px}
  .tp-certs__row strong{font-size:11.5px}
  .tp-certs__row small{font-size:10px}
  .tp-sch-hero__img{max-height:130px}
  .tp-sch-products{grid-template-columns:repeat(2,1fr)}
  .tp-sch-prod__img{height:95px}
  .tp-sch-buyer{grid-template-columns:repeat(2,1fr)}
  .tp-products{grid-template-columns:repeat(2,1fr);gap:6px}
  .tp-pcard__img{aspect-ratio:1/1}
  .tp-pcard__body{padding:6px 7px 7px}
  .tp-pcard__title{font-size:12.5px}
  .tp-pcard__spec{font-size:10.5px}
  .tp-pcard__price{font-size:13px}
  .tp-pcard__actions{padding-top:6px}
  .tp-prod__main{max-height:220px}
  .tp-prod__h1{font-size:22px}
  .tp-prod__price b{font-size:20px}
  .tp-prod__facts{grid-template-columns:1fr}
  .tp-prod__cta{flex-direction:column}
  .tp-prod__cta-primary,.tp-prod__cta-whatsapp{width:100%;justify-content:center}
  .tp-cta-band{padding:14px}
  .tp-cta-band h3{font-size:16px}
  .tp-bulk-benefits__grid{grid-template-columns:1fr}
  .tp-bulk-benefit:last-child{grid-column:auto}
}

@media(max-width:380px){
  .tp-hero__title{font-size:22px}
  .tp-hero__img{height:120px}
}

/* Mega Menu Responsive */
@media(max-width:1100px){
  .tp-mega__panel{grid-template-columns:1fr 1fr 260px;gap:0 12px}
  .tp-compact-menu{display:none!important}
}
@media(max-width:900px){
  .tp-mega__panel{grid-template-columns:1fr 1fr;gap:0 12px}
  .tp-mega__cta-panel{display:none}
}
@media(max-width:768px){
  .tp-mega{display:none!important}
  .tp-compact-menu{display:none!important}

  /* --- Header Mobile --- */
  .tp-topbar{display:none}
  .tp-header{height:56px}
  .tp-header__row{justify-content:space-between}
  .tp-nav{display:none}
  .tp-menu-btn{display:flex;min-width:44px;min-height:44px;align-items:center;justify-content:center}
  .tp-header__actions{gap:6px}
  .tp-header__actions .tp-btn--sm{display:none}
  .tp-logo img{height:32px}

  /* About page responsive */
  .about-hero-grid{grid-template-columns:1fr!important}
  .about-hero-img{display:none}
  .about-company-stats{grid-template-columns:1fr 1fr!important}
  .about-who-grid{grid-template-columns:1fr!important}
  .about-who-img{order:-1}
  .about-product-grid{grid-template-columns:repeat(2,1fr)!important}
  .about-mfg-grid{grid-template-columns:1fr!important}
  .about-mfg-img{order:-1}
  .about-install-grid{grid-template-columns:repeat(2,1fr)!important}
  .about-cert-grid{grid-template-columns:repeat(2,1fr)!important}
  .about-awards-grid{grid-template-columns:1fr!important}
  .about-clients-grid{grid-template-columns:repeat(3,1fr)!important}
  .about-cta-grid{grid-template-columns:1fr!important;text-align:center}
  .about-cta-btns{justify-content:center}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* ========================================================================
   PAGE-SPECIFIC: FAQ, BULK INQUIRY, CONTACT
   ======================================================================== */

/* ---------- FAQ ---------- */
.tp-faq-nav{border-bottom:1px solid var(--tp-c-border-light)}
.tp-faq-nav__inner{display:flex;gap:6px;overflow-x:auto;padding:16px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.tp-faq-nav__inner::-webkit-scrollbar{display:none}
.tp-faq-nav__btn{flex-shrink:0;padding:9px 18px;border-radius:var(--tp-radius-pill);border:1px solid var(--tp-c-border);background:var(--tp-c-white);color:var(--tp-c-ink-soft);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}
.tp-faq-nav__btn:hover{border-color:var(--tp-c-primary-mid);color:var(--tp-c-primary-mid)}
.tp-faq-nav__btn--active{background:var(--tp-c-primary-mid);color:#fff;border-color:var(--tp-c-primary-mid)}

.tp-faq-group{margin-bottom:36px}
.tp-faq-group__title{font-size:20px;font-weight:800;color:var(--tp-c-ink);margin:0 0 14px;padding-bottom:10px;border-bottom:2px solid var(--tp-c-border)}
.tp-faq-list{display:flex;flex-direction:column}
.tp-faq-item{border-bottom:1px solid var(--tp-c-border-light)}
.tp-faq-item[open]{border-bottom-color:var(--tp-c-primary-mid)}
.tp-faq-item__q{width:100%;text-align:left;padding:15px 0;font-size:15px;font-weight:700;color:var(--tp-c-ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:color .15s}
.tp-faq-item__q::-webkit-details-marker{display:none}
.tp-faq-item__q::after{content:'+';font-size:20px;color:var(--tp-c-primary-mid);flex-shrink:0;transition:transform .2s;font-weight:400}
.tp-faq-item[open] .tp-faq-item__q::after{transform:rotate(45deg)}
.tp-faq-item__q:hover{color:var(--tp-c-primary-mid)}
.tp-faq-item__a{padding:0 0 16px;color:var(--tp-c-muted);font-size:14px;line-height:1.7}
.tp-faq-item__a p{margin:0}

/* ---------- BULK INQUIRY ---------- */
.tp-bulk-hero{background:linear-gradient(135deg,var(--tp-c-primary) 0%,#0d4a2c 50%,var(--tp-c-primary-mid) 100%);color:#fff;padding:48px 0 44px;position:relative;overflow:hidden}
.tp-bulk-hero::before{content:'';position:absolute;top:-60%;right:-10%;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.04)}
.tp-bulk-hero::after{content:'';position:absolute;bottom:-40%;left:-5%;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.03)}
.tp-bulk-hero .tp-eyebrow{color:rgba(255,255,255,.5)}
.tp-bulk-hero h1{font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.05;letter-spacing:-.04em;margin:0 0 12px}
.tp-bulk-hero p{font-size:15px;line-height:1.6;color:rgba(255,255,255,.72);max-width:600px;margin:0}

.tp-bulk-benefits{padding:44px 0 40px;background:var(--tp-c-surface)}
.tp-bulk-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tp-bulk-benefit{background:var(--tp-c-white);border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);padding:24px 20px;text-align:center;transition:border-color .2s,box-shadow .2s}
.tp-bulk-benefit:hover{border-color:var(--tp-c-primary-mid);box-shadow:0 8px 24px var(--tp-c-shadow)}
.tp-bulk-benefit__icon{width:44px;height:44px;border-radius:10px;background:rgba(13,107,62,.08);color:var(--tp-c-primary-mid);display:flex;align-items:center;justify-content:center;margin:0 auto 10px}
.tp-bulk-benefit__icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none}
.tp-bulk-benefit__title{font-size:15px;font-weight:700;color:var(--tp-c-ink);margin:0 0 4px}
.tp-bulk-benefit__text{font-size:13px;color:var(--tp-c-muted);line-height:1.5;margin:0}

/* Form card */
.tp-bulk-form-wrap{padding:0 0 48px}
.tp-bulk-form__card{background:var(--tp-c-white);border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);padding:36px 40px;max-width:820px;margin:0 auto}
.tp-bulk-form__heading{font-size:22px;font-weight:800;color:var(--tp-c-ink);margin:0 0 6px;text-align:center;letter-spacing:-.02em}
.tp-bulk-form__sub{font-size:14px;color:var(--tp-c-muted);text-align:center;margin:0 0 28px;line-height:1.5}

/* Alert */
.tp-alert{padding:12px 16px;border-radius:var(--tp-radius);font-size:14px;font-weight:500;line-height:1.4;margin-bottom:20px}
.tp-alert--success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}
.tp-alert--danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}

/* Form sections */
.tp-bulk-section{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--tp-c-border-light)}
.tp-bulk-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.tp-bulk-section__title{font-size:15px;font-weight:700;color:var(--tp-c-primary-mid);margin:0 0 14px;display:flex;align-items:center;gap:8px}
.tp-bulk-section__title svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}

/* Form fields */
.tp-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.tp-form-group{margin-bottom:14px}
.tp-form-label{display:block;font-size:13px;font-weight:600;color:var(--tp-c-ink-soft);margin-bottom:5px}
.tp-required{color:var(--tp-c-danger)}
.tp-form-input{width:100%;padding:10px 14px;border:1px solid var(--tp-c-border);border-radius:var(--tp-radius);font-size:14px;line-height:1.4;color:var(--tp-c-ink);background:var(--tp-c-white);transition:border-color .15s,box-shadow .15s}
.tp-form-input:focus{outline:none;border-color:var(--tp-c-primary-mid);box-shadow:0 0 0 3px rgba(13,107,62,.1)}
.tp-form-input::placeholder{color:var(--tp-c-muted);opacity:.6}
.tp-textarea{min-height:110px;resize:vertical}
.tp-form-hint{display:block;font-size:12px;color:var(--tp-c-muted);margin-top:4px;line-height:1.4}
.tp-form-note{font-size:12px;color:var(--tp-c-muted);text-align:center;margin:12px 0 0}

/* Checkboxes */
.tp-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}
.tp-checkbox-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--tp-c-ink-soft);cursor:pointer}
.tp-checkbox-item input[type="checkbox"]{width:16px;height:16px;accent-color:var(--tp-c-primary-mid);flex-shrink:0}

/* Submit */
.tp-bulk-submit{text-align:center;padding-top:12px}
.tp-bulk-submit__note{font-size:13px;color:var(--tp-c-muted);margin:10px 0 0}

/* ---------- CONTACT ---------- */
.tp-contact-layout__grid{display:grid;grid-template-columns:320px 1fr;gap:32px;align-items:start}
.tp-contact-card{background:var(--tp-c-surface);border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);padding:28px;position:sticky;top:100px}
.tp-contact-card__title{font-size:19px;font-weight:800;color:var(--tp-c-ink);margin:10px 0 6px;line-height:1.2}
.tp-contact-card__text{font-size:14px;color:var(--tp-c-muted);margin:0 0 16px;line-height:1.5}
.tp-contact-card__link{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--tp-c-primary-mid);text-decoration:none;padding:6px 0;transition:color .15s}
.tp-contact-card__link:hover{color:var(--tp-c-primary)}
.tp-contact-card__link svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}
.tp-contact-card__address{margin:16px 0;font-size:14px;line-height:1.65;color:var(--tp-c-ink-soft)}
.tp-contact-form-wrap{background:var(--tp-c-white);border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);padding:32px}

/* Info grid */
.tp-section--muted{background:var(--tp-c-surface)}
.tp-section-header{text-align:center;margin-bottom:28px}
.tp-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tp-info-card{background:var(--tp-c-white);border:1px solid var(--tp-c-border);border-radius:var(--tp-radius-lg);padding:22px}
.tp-info-card__num{font-size:32px;font-weight:800;color:var(--tp-c-primary-mid);opacity:.2;display:block;margin-bottom:6px;line-height:1}
.tp-info-card__title{font-size:15px;font-weight:700;color:var(--tp-c-ink);margin:0 0 4px}
.tp-info-card__text{font-size:13px;color:var(--tp-c-muted);line-height:1.5;margin:0}

/* Shared button mods */
.tp-btn--full{width:100%}
.tp-btn--accent{background:var(--tp-c-accent);color:var(--tp-c-primary);border-color:var(--tp-c-accent)}
.tp-btn--accent:hover{background:var(--tp-c-accent-hover);border-color:var(--tp-c-accent-hover)}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1024px){
  .tp-bulk-benefits__grid{grid-template-columns:repeat(2,1fr)}
  .tp-contact-layout__grid{grid-template-columns:1fr}
  .tp-contact-card{position:static}
  .tp-info-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .tp-bulk-hero{padding:36px 0 32px}
  .tp-bulk-hero h1{font-size:28px}
  .tp-bulk-benefits__grid{grid-template-columns:1fr}
  .tp-bulk-benefits{padding:32px 0}
  .tp-bulk-form__card{padding:24px 20px}
  .tp-contact-form-wrap{padding:24px 20px}
  .tp-form-row{grid-template-columns:1fr}
  .tp-checkbox-grid{grid-template-columns:1fr}
  .tp-info-grid{grid-template-columns:1fr}
  .tp-faq-nav__btn{padding:8px 14px;font-size:12px}
  .tp-policy{padding:32px 20px}
  .tp-policy-grid{grid-template-columns:1fr}
}

/* ========================================================================
   POLICY PAGES: Privacy, Terms, Returns
   ======================================================================== */
.tp-policy{max-width:820px;margin:0 auto}
.tp-policy h2{font-size:20px;font-weight:800;color:var(--tp-c-ink);margin:32px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--tp-c-border-light)}
.tp-policy h2:first-child{margin-top:0}
.tp-policy h3{font-size:16px;font-weight:700;color:var(--tp-c-ink);margin:20px 0 8px}
.tp-policy p,.tp-policy li{color:var(--tp-c-muted);font-size:14px;line-height:1.75;margin-bottom:8px}
.tp-policy ul,.tp-policy ol{padding-left:20px;margin:8px 0 16px}
.tp-policy li{margin-bottom:6px}
.tp-policy strong{color:var(--tp-c-ink);font-weight:600}
.tp-policy-card{background:var(--tp-c-surface);border-left:3px solid var(--tp-c-primary-mid);padding:16px 20px;margin:16px 0;border-radius:0 var(--tp-radius) var(--tp-radius) 0}
.tp-policy-card h4{font-size:15px;font-weight:700;color:var(--tp-c-primary-mid);margin:0 0 8px}
.tp-policy-accept{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--tp-radius);padding:16px 20px;margin:16px 0}
.tp-policy-accept h4{font-size:15px;font-weight:700;color:#166534;margin:0 0 8px}
.tp-policy-accept li{color:#166534}
.tp-policy-reject{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--tp-radius);padding:16px 20px;margin:16px 0}
.tp-policy-reject h4{font-size:15px;font-weight:700;color:#991b1b;margin:0 0 8px}
.tp-policy-reject li{color:#991b1b}
.tp-policy-warn{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--tp-radius);padding:16px 20px;margin:16px 0}
.tp-policy-warn h4{font-size:15px;font-weight:700;color:#92400e;margin:0 0 8px}
.tp-policy-steps{display:flex;flex-direction:column;gap:10px;margin:16px 0}
.tp-policy-step{display:flex;gap:14px;padding:14px 16px;background:var(--tp-c-white);border:1px solid var(--tp-c-border-light);border-radius:var(--tp-radius);align-items:start}
.tp-policy-step__num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--tp-c-primary-mid);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}
.tp-policy-step strong{display:block;font-size:14px;margin-bottom:2px}
.tp-policy-step span{font-size:13px;color:var(--tp-c-muted);line-height:1.5}
.tp-policy-contact{background:var(--tp-c-surface);border:1px solid var(--tp-c-border);border-radius:var(--tp-radius);padding:20px;margin:24px 0}
.tp-policy-contact p{margin-bottom:6px}
.tp-policy-date{display:inline-flex;align-items:center;gap:6px;background:var(--tp-c-surface);border:1px solid var(--tp-c-border-light);border-radius:var(--tp-radius);padding:8px 16px;font-size:13px;font-weight:600;color:var(--tp-c-muted);margin-bottom:20px}

/* ═══════════════════════════════════════════════════════════
   MOBILE STICKY CALL + WHATSAPP BAR
   ═══════════════════════════════════════════════════════════ */
.tp-mobile-sticky{display:none}
@media(max-width:767px){
  .tp-mobile-sticky{
    position:fixed;bottom:0;left:0;right:0;z-index:819;
    display:flex;gap:0;
    padding:max(env(safe-area-inset-bottom,0px),0px) 0 0;
    background:#fff;
    box-shadow:0 -2px 12px rgba(0,0,0,.12);
    border-top:1px solid var(--tp-c-border-light, #e5e7eb);
  }
  body.is-locked .tp-mobile-sticky,
  body.no-scroll .tp-mobile-sticky{display:none !important}
  .tp-mobile-sticky__btn{
    flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
    height:52px;border:none;cursor:pointer;
    font-family:inherit;font-size:14px;font-weight:700;
    text-decoration:none;color:#fff;
    transition:background .2s;
  }
  .tp-mobile-sticky__btn--call{background:#0d6b3e}
  .tp-mobile-sticky__btn--call:active{background:#095531}
  .tp-mobile-sticky__btn--wa{background:#25d366}
  .tp-mobile-sticky__btn--wa:active{background:#1ebe57}
  .tp-mobile-sticky__btn svg{flex-shrink:0}
  body{padding-bottom:52px}
}
