/* =========================================================================
   Mafete Medicals - Global Styles
   Palette: deep navy / medical blue / teal accent + white
   ========================================================================= */
:root {
    --navy:      #0a2540;
    --navy-2:    #0e2f52;
    --navy-3:    #123a63;
    --blue:      #1565c0;
    --blue-2:    #0e6ba8;
    --teal:      #14b8a6;
    --teal-2:    #0fb5c4;
    --ink:       #1b2733;
    --muted:     #5a6b7b;
    --line:      #e2e8f0;
    --bg:        #ffffff;
    --bg-soft:   #f4f7fb;
    --bg-soft-2: #eef3f9;
    --white:     #ffffff;
    --amber:     #c8842a; /* PUJJ97 copper accent */
    --shadow-sm: 0 1px 3px rgba(10,37,64,.08), 0 1px 2px rgba(10,37,64,.06);
    --shadow:    0 8px 24px rgba(10,37,64,.10);
    --shadow-lg: 0 20px 50px rgba(10,37,64,.16);
    --radius:    14px;
    --radius-sm: 10px;
    --maxw:      1200px;
    --font-head: 'Poppins', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--navy); line-height: 1.2; margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); letter-spacing: -.01em; }
h3 { font-size: 1.25rem; }
p  { margin: 0 0 1rem; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: 10px 16px; z-index: 1000; }
.skip-link:focus { left: 8px; top: 8px; }
.text-center { text-align: center; }
.eyebrow { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 700; color: var(--teal); margin: 0 0 .6rem; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    font-family: var(--font-head); font-weight: 600; font-size: .98rem;
    padding: .85rem 1.6rem; border-radius: 999px; border: 2px solid transparent;
    cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    line-height: 1; text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--navy-2); }
.btn--accent { background: var(--teal); color: #063; color: #04352f; }
.btn--accent:hover { background: var(--teal-2); color: #04352f; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--outline { background: #fff; color: var(--navy); border-color: var(--line); }
.btn--outline:hover { border-color: var(--blue); color: var(--blue); }
.btn--sm { padding: .6rem 1.1rem; font-size: .9rem; }
.btn--lg { padding: 1.05rem 2.2rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--navy); color: #cfe0f0; font-size: .84rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; flex-wrap: wrap; gap: .25rem 1.2rem; }
.topbar a { color: #cfe0f0; display: inline-flex; align-items: center; gap: .4rem; margin-right: 1.1rem; }
.topbar a:hover { color: #fff; }
.topbar .ico { color: var(--teal); }
.topbar__meta .sep { margin: 0 .6rem; opacity: .4; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.brand__logo { height: 54px; width: auto; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: .35rem; margin: 0; padding: 0; }
.primary-nav a { font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--navy-2); padding: .55rem .75rem; border-radius: 8px; transition: color .15s, background .15s; }
.primary-nav a:hover { color: var(--blue); background: var(--bg-soft); }
.primary-nav a.active { color: var(--blue); }
.primary-nav a.active::after { content: ""; display: block; height: 3px; width: 22px; background: var(--teal); border-radius: 3px; margin: 3px auto 0; }
.nav-cta a { color: #04352f; }
.nav-cta a.active::after { display: none; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.nav-toggle span { height: 3px; width: 100%; background: var(--navy); border-radius: 3px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 45%, var(--blue-2) 100%); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(20,184,166,.28), transparent 45%); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center; padding: 4.5rem 0 4rem; }
.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero h1 span { color: var(--teal); }
.hero p { color: #d7e6f4; font-size: 1.12rem; max-width: 40ch; margin-bottom: 1.8rem; }
.hero__actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero__media { position: relative; }
.hero__media img { border-radius: 18px; background: linear-gradient(160deg,#fff,#eef3f9); box-shadow: var(--shadow-lg); padding: 1rem; }
.hero__badges { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 2rem; }
.hero__badge { display: flex; align-items: center; gap: .55rem; font-size: .9rem; color: #cfe0f0; }
.hero__badge strong { color: #fff; font-family: var(--font-head); }
.hero__badge .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(20,184,166,.25); }

/* ---------- Section shells ---------- */
.section { padding: 4.5rem 0; }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 760px; margin: 0 auto 2.6rem; text-align: center; }
.section__head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Category / feature grid ---------- */
.grid { display: grid; gap: 1.4rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--auto { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s; height: 100%; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfe0f0; }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--muted); margin: 0; font-size: .96rem; }
.card__icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; margin-bottom: 1rem; font-size: 1.5rem; }
.card__link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1rem; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--blue); }

/* ---------- Product cards ---------- */
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__media { aspect-ratio: 4/3; background: linear-gradient(160deg,#f7fafc,#e9f0f7); display: grid; place-items: center; padding: .9rem; }
.product-card__media img { max-height: 100%; width: auto; object-fit: contain; }
.product-card__body { padding: 1.15rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.product-card__cat { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--teal); margin-bottom: .35rem; }
.product-card h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.product-card p { color: var(--muted); font-size: .9rem; flex: 1; }
.product-card .btn { margin-top: 1rem; }
.tag-icon { width: 46px; height: 46px; border-radius: 10px; background: var(--bg-soft); color: var(--blue); display: grid; place-items: center; font-weight: 700; font-family: var(--font-head); }

/* ---------- Feature highlight (about / why) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.checklist { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.checklist li { position: relative; padding-left: 2rem; margin-bottom: .8rem; color: var(--ink); }
.checklist li::before { content: "\2713"; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--teal); color: #04352f; font-weight: 700; display: grid; place-items: center; font-size: .8rem; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.stat { text-align: center; padding: 1.4rem 1rem; }
.stat__num { font-family: var(--font-head); font-weight: 800; font-size: 2.2rem; color: var(--blue); }
.stat__label { color: var(--muted); font-size: .92rem; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(120deg, var(--navy), var(--navy-3)); color: #fff; padding: 3.2rem 0; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(20,184,166,.35), transparent 70%); }
.page-hero h1 { color: #fff; margin-bottom: .4rem; }
.page-hero p { color: #cfe0f0; max-width: 60ch; margin: 0; }
.breadcrumbs { font-size: .85rem; color: #9fc0dc; margin-bottom: 1rem; position: relative; z-index: 1; }
.breadcrumbs a { color: #cfe0f0; }
.breadcrumbs a:hover { color: #fff; }

/* ---------- PUJJ97 product detail ---------- */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.gallery__main { background: linear-gradient(160deg,#fff,#eef3f9); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-sm); }
.gallery__main img { width: 100%; height: 440px; object-fit: contain; }
.gallery__thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: .6rem; margin-top: .8rem; }
.gallery__thumbs button { border: 2px solid var(--line); background: #fff; border-radius: 10px; padding: 6px; cursor: pointer; aspect-ratio: 1; }
.gallery__thumbs button.active { border-color: var(--teal); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pdp__meta .price-note { display: inline-block; background: var(--bg-soft); color: var(--navy); border: 1px dashed #b9c9d8; padding: .5rem 1rem; border-radius: 999px; font-size: .9rem; font-weight: 600; margin-bottom: 1rem; }
.pdp__actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.4rem 0; }

.spec-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.spec-table th, .spec-table td { text-align: left; padding: .8rem 1.1rem; border-bottom: 1px solid var(--line); font-size: .95rem; }
.spec-table th { width: 42%; background: var(--bg-soft); color: var(--navy); font-family: var(--font-head); font-weight: 600; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

/* ---------- Tabs (product detail info) ---------- */
.tabs { border-bottom: 2px solid var(--line); display: flex; gap: .3rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.tabs button { border: 0; background: transparent; font-family: var(--font-head); font-weight: 600; font-size: 1rem; color: var(--muted); padding: .8rem 1.2rem; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.tabs button.active { color: var(--blue); border-color: var(--teal); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px);} to {opacity:1; transform:none;} }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: flex; flex-direction: column; margin-bottom: 1.1rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--navy); margin-bottom: .4rem; }
.field .req { color: #d64545; }
.field input, .field select, .field textarea {
    font-family: var(--font-body); font-size: 1rem; color: var(--ink);
    padding: .8rem .9rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff;
    transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,101,192,.14); }
.field textarea { resize: vertical; min-height: 120px; }
.help { font-size: .82rem; color: var(--muted); margin-top: .35rem; }

/* ---------- Calculator ---------- */
.calc { display: grid; grid-template-columns: 1.25fr .9fr; gap: 2rem; align-items: start; }
.calc__panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.addon-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.addon-list li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); }
.addon-list label { display: flex; align-items: center; gap: .6rem; font-weight: 500; cursor: pointer; }
.addon-list .price { font-family: var(--font-head); font-weight: 600; color: var(--navy); white-space: nowrap; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { border: 0; background: var(--bg-soft); width: 42px; height: 42px; font-size: 1.3rem; cursor: pointer; color: var(--navy); }
.qty button:hover { background: var(--bg-soft-2); }
.qty input { width: 56px; text-align: center; border: 0; font-size: 1.05rem; font-weight: 600; }
.summary { position: sticky; top: 96px; background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff; border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); }
.summary h3 { color: #fff; }
.summary__row { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .96rem; color: #d7e6f4; }
.summary__row span:last-child { font-family: var(--font-head); font-weight: 600; color: #fff; }
.summary__total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1rem; padding-top: 1rem; }
.summary__total .lbl { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; }
.summary__total .val { font-family: var(--font-head); font-weight: 800; font-size: 1.8rem; color: var(--teal); }
.summary small { color: #9fc0dc; display: block; margin-top: .3rem; }

/* ---------- Alerts ---------- */
.alert { border-radius: var(--radius-sm); padding: 1rem 1.2rem; margin-bottom: 1.5rem; font-size: .96rem; }
.alert--success { background: #e6f7f1; border: 1px solid #9fe0cb; color: #0b6b4f; }
.alert--error { background: #fdeaea; border: 1px solid #f2b8b8; color: #a12727; }

/* ---------- Info / policy blocks ---------- */
.prose h2 { margin-top: 2rem; }
.prose h3 { color: var(--navy-2); margin-top: 1.4rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .5rem; }
.info-box { background: var(--bg-soft); border-left: 4px solid var(--teal); border-radius: 10px; padding: 1.2rem 1.4rem; margin: 1.4rem 0; }
.info-box h3 { margin-top: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem; align-items: start; }
.contact-info { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.contact-info li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-icon { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; background: linear-gradient(135deg,var(--blue),var(--teal)); color: #fff; display: grid; place-items: center; font-size: 1.2rem; }
.contact-info strong { display: block; font-family: var(--font-head); color: var(--navy); }
.contact-info a { color: var(--blue); }
.map-embed { border: 0; width: 100%; height: 300px; border-radius: var(--radius); margin-top: 1.5rem; box-shadow: var(--shadow-sm); }

/* ---------- WhatsApp float ---------- */
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,.5); z-index: 200; transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.08); }

/* ---------- CTA band + footer ---------- */
.cta-band { background: linear-gradient(120deg, var(--blue), var(--teal)); color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.6rem 0; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin: 0 0 .3rem; }
.cta-band p { color: #eafff9; margin: 0; max-width: 60ch; }
.cta-band .btn { background: #fff; color: var(--navy); }
.cta-band .btn:hover { background: var(--navy); color: #fff; }

.site-footer { background: var(--navy); color: #b9cfe4; font-size: .94rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 2rem; padding: 3.2rem 0 2.2rem; }
.footer__logo { height: 60px; background: #fff; padding: 8px 12px; border-radius: 12px; }
.footer__tag { margin-top: 1rem; color: #9fc0dc; }
.site-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer a { color: #b9cfe4; }
.site-footer a:hover { color: var(--teal); }
.footer__contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer__contact .ico { color: var(--teal); }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 0; font-size: .82rem; color: #8fb0cd; flex-wrap: wrap; gap: .4rem; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 992px) {
    .hero__inner { grid-template-columns: 1fr; text-align: center; padding: 3rem 0; }
    .hero p { margin-left: auto; margin-right: auto; }
    .hero__actions, .hero__badges { justify-content: center; }
    .hero__media { order: -1; max-width: 460px; margin: 0 auto; }
    .split, .pdp, .calc, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
    .grid--4 { grid-template-columns: repeat(3, 1fr); }
    .stats { grid-template-columns: repeat(2,1fr); }
    .summary { position: static; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .primary-nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw); background: #fff; box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .28s ease; padding: 5rem 1.2rem 2rem; overflow-y: auto; }
    .primary-nav.open { transform: translateX(0); }
    .primary-nav ul { flex-direction: column; align-items: stretch; gap: .2rem; }
    .primary-nav a { display: block; padding: .9rem 1rem; border-radius: 10px; font-size: 1.02rem; }
    .primary-nav a.active::after { display: none; }
    .primary-nav a.active { background: var(--bg-soft); }
    .nav-cta { margin-top: .6rem; }
    .nav-cta a { text-align: center; }
    body.nav-open { overflow: hidden; }
    .nav-scrim { position: fixed; inset: 0; background: rgba(10,37,64,.5); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .25s; }
    .nav-scrim.show { opacity: 1; pointer-events: auto; }
    .grid--3, .grid--4 { grid-template-columns: 1fr 1fr; }
    .cta-band__inner { flex-direction: column; text-align: center; }
    .topbar__meta { display: none; }
    .gallery__main img { height: 300px; }
}

@media (max-width: 520px) {
    .grid--3, .grid--4, .grid--auto { grid-template-columns: 1fr; }
    .stats { grid-template-columns: 1fr 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .gallery__thumbs { grid-template-columns: repeat(3, 1fr); }
    .hero__actions .btn { width: 100%; }
}

/* =========================================================================
   Inner-page components (products, PDP, about, industries, careers, contact, quote)
   ========================================================================= */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lead { font-size: 1.12rem; color: var(--muted); }
.muted-note { font-size: .9rem; color: var(--muted); }
.narrow { max-width: 860px; }
.eyebrow--light { color: #7fe9dd; }
.section--tint { background: var(--bg-soft); }
.section--navy { background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { max-width: 760px; margin: 0 auto 2.4rem; text-align: center; }

/* Breadcrumb (inner pages) */
.breadcrumb { font-size: .85rem; color: #9fc0dc; margin-bottom: 1rem; position: relative; z-index: 1; }
.breadcrumb a { color: #cfe0f0; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { opacity: .7; }
.page-hero--slim { padding: 1.6rem 0; }
.page-hero--slim .breadcrumb { margin: 0; }

/* Two-column feature block */
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.two-col__media img { border-radius: var(--radius); box-shadow: var(--shadow); background: linear-gradient(160deg,#fff,#eef3f9); padding: 1rem; }
.reg-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 1.6rem; }
.reg-card > div { background: #fff; padding: 1rem 1.2rem; }
.reg-card span { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.reg-card strong { font-family: var(--font-head); color: var(--navy); }

/* Feature cards (why choose us) */
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.fcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.fcard__icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; display: grid; place-items: center; font-weight: 700; margin-bottom: 1rem; }
.fcard h3 { margin-bottom: .4rem; }
.fcard p { color: var(--muted); margin: 0; font-size: .95rem; }

/* Industry grid */
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.industry-card { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .2s; }
.industry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.industry-card h2 { font-size: 1.3rem; margin-bottom: .5rem; }
.industry-card p { color: var(--muted); margin: 0; }

/* CTA band (inner) */
.cta-band { border-radius: var(--radius); padding: 2.4rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.section .cta-band, .section--tint .cta-band { background: linear-gradient(120deg, var(--blue), var(--teal)); }
.cta-band h2, .cta-band p { color: #fff; }
.cta-band p { margin: .3rem 0 0; }

/* Products listing */
.promo-banner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.6rem; align-items: center; background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); margin-bottom: 2.4rem; }
.promo-banner:hover { transform: translateY(-2px); }
.promo-banner__img { background: linear-gradient(160deg,#fff,#eef3f9); border-radius: var(--radius-sm); padding: 1rem; }
.promo-banner__img img { max-height: 220px; margin: 0 auto; object-fit: contain; }
.promo-banner h2 { color: #fff; margin: .3rem 0 .5rem; }
.promo-banner p { color: #d7e6f4; margin-bottom: 1rem; }

.products-toolbar { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; justify-content: space-between; margin-bottom: 1.8rem; }
.field--search { margin: 0; flex: 1; min-width: 240px; }
.field--search input { width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: 999px; font-size: 1rem; }
.field--search input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,101,192,.14); }
.filter-chips { display: flex; gap: .5rem; flex-wrap: wrap; }
.chip { border: 1.5px solid var(--line); background: #fff; color: var(--navy-2); font-family: var(--font-head); font-weight: 600; font-size: .84rem; padding: .5rem .95rem; border-radius: 999px; cursor: pointer; transition: .15s; }
.chip:hover { border-color: var(--blue); color: var(--blue); }
.chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.pcard { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .2s; }
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pcard__badge { width: 46px; height: 46px; border-radius: 10px; background: var(--bg-soft); color: var(--blue); display: grid; place-items: center; font-weight: 700; font-family: var(--font-head); text-transform: uppercase; margin-bottom: .9rem; }
.pcard__cat { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--teal); }
.pcard__title { font-size: 1.08rem; margin: .3rem 0 .4rem; }
.pcard__desc { color: var(--muted); font-size: .9rem; flex: 1; margin-bottom: 1rem; }
.no-results { text-align: center; color: var(--muted); padding: 2rem 0; }

/* Product detail */
.product-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.product-detail__tagline { font-family: var(--font-head); font-weight: 600; color: var(--teal); margin: -.4rem 0 .8rem; }
.product-detail__actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.4rem 0; }
.tick-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.tick-list li { position: relative; padding-left: 2rem; margin-bottom: .7rem; }
.tick-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--teal); color: #04352f; font-weight: 700; display: grid; place-items: center; font-size: .78rem; }
.tick-list--plain li::before { background: transparent; color: var(--teal); }

/* Tabs (new markup) */
.tabs__nav { border-bottom: 2px solid var(--line); display: flex; gap: .3rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.tab { border: 0; background: transparent; font-family: var(--font-head); font-weight: 600; font-size: 1rem; color: var(--muted); padding: .8rem 1.2rem; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.tab.active { color: var(--blue); border-color: var(--teal); }
.tabs__panel[hidden] { display: none; }
.tabs__panel { animation: fade .25s ease; }
.feature-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-grid li { display: flex; gap: .7rem; align-items: flex-start; background: var(--bg-soft); border-radius: var(--radius-sm); padding: 1rem 1.2rem; }
.feature-grid__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--teal); margin-top: 6px; flex: 0 0 auto; }

/* Calculator (new markup) */
.calc { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 2rem; }
.calc__intro { max-width: 760px; margin-bottom: 1.8rem; }
.calc__intro p { color: #cfe0f0; }
.calc__cols { display: grid; grid-template-columns: 1.2fr .9fr; gap: 2rem; align-items: start; }
.calc__controls .field label, .calc__controls legend { color: #eaf3fb; }
.calc__controls .field { margin-bottom: 1.3rem; }
.calc__controls select, .calc__controls input { width: 100%; padding: .8rem .9rem; border-radius: var(--radius-sm); border: 1.5px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: #fff; font-size: 1rem; }
.calc__controls select option { color: #1b2733; }
.calc__controls select:focus, .calc__controls input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,184,166,.3); }
.calc__controls fieldset { border: 0; padding: 0; margin: 0 0 1.3rem; }
.calc__controls legend { font-family: var(--font-head); font-weight: 600; font-size: .9rem; margin-bottom: .6rem; padding: 0; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.check { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .6rem; padding: .7rem .9rem; border: 1.5px solid rgba(255,255,255,.16); border-radius: var(--radius-sm); margin-bottom: .5rem; cursor: pointer; color: #eaf3fb; }
.check:hover { border-color: rgba(255,255,255,.4); }
.check input { width: auto; accent-color: var(--teal); }
.check__price { font-family: var(--font-head); font-weight: 600; color: #7fe9dd; white-space: nowrap; }
.calc__summary { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); position: sticky; top: 96px; }
.calc__summary h3 { color: var(--navy); }
.calc__lines { margin: 0 0 1rem; }
.calc__lines > div { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.calc__lines dt { color: var(--muted); margin: 0; }
.calc__lines dd { margin: 0; font-family: var(--font-head); font-weight: 600; color: var(--navy); text-align: right; }
.calc__lines .strong dd { color: var(--blue); }
.calc__total { display: flex; justify-content: space-between; align-items: baseline; margin: .6rem 0 1rem; padding-top: .8rem; border-top: 2px solid var(--line); }
.calc__total span { font-family: var(--font-head); font-weight: 700; }
.calc__total strong { font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; color: var(--teal); }
.calc__note { font-size: .82rem; color: var(--muted); margin: .6rem 0 0; }
#calc-whatsapp { margin-top: .6rem; }
.footer__legal { display: flex; gap: 1.1rem; align-items: center; flex-wrap: wrap; }
.footer__legal a { text-decoration: underline; }
.footer__legal span { opacity: .7; }
.legal { max-width: 820px; }
.legal h2 { margin-top: 2rem; }
.legal h3 { margin-top: 1.4rem; }
.legal p, .legal li { color: var(--ink); }
.legal ul { padding-left: 1.2rem; margin: .6rem 0 1rem; }
.legal li { margin-bottom: .5rem; }
.legal .muted-note { margin-top: 2rem; }
.pay-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 1.6rem; }
.pay-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.pay-card h3 { margin-bottom: .5rem; }
@media (max-width: 640px) { .pay-grid { grid-template-columns: 1fr; } }

/* Careers */
.jobs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.job { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.job__head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; flex-wrap: wrap; }
.job__head h3 { margin: 0; }
.job__tags { display: flex; gap: .4rem; flex-wrap: wrap; }
.tag { font-size: .74rem; font-weight: 700; font-family: var(--font-head); background: var(--bg-soft); color: var(--navy-2); padding: .3rem .7rem; border-radius: 999px; }
.tag--accent { background: #e6f7f1; color: #0b6b4f; }
.job p { color: var(--muted); margin: .8rem 0 1.1rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 2.6rem; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; }
.contact-list li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-list__ico { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; background: linear-gradient(135deg,var(--blue),var(--teal)); color: #fff; display: grid; place-items: center; font-size: 1.1rem; }
.contact-list strong { font-family: var(--font-head); color: var(--navy); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); margin-top: 1.4rem; }
.map-embed iframe { border: 0; width: 100%; height: 300px; display: block; }
.btn--whatsapp { background: #25d366; color: #fff; }
.btn--whatsapp:hover { background: #1eb955; color: #fff; }

/* Forms (new markup) */
.form-card .field label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--navy); margin-bottom: .4rem; display: block; }
.form-card .field input, .form-card .field select, .form-card .field textarea { width: 100%; }
.field .req { color: #d64545; }

@media (max-width: 992px) {
    .two-col, .product-detail__grid, .calc__cols, .contact-grid, .promo-banner { grid-template-columns: 1fr; gap: 2rem; }
    .feature-cards, .industry-grid, .jobs, .product-grid { grid-template-columns: repeat(2, 1fr); }
    .calc__summary { position: static; }
    .feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .feature-cards, .industry-grid, .jobs, .product-grid, .reg-card, .field--row { grid-template-columns: 1fr; }
    .cta-band { flex-direction: column; text-align: center; align-items: stretch; }
    .products-toolbar { flex-direction: column; align-items: stretch; }
}
