:root{--ink:#16132a;--muted:#6f6985;--purple:#7254ff;--purple-dark:#4b24be;--green:#20c765;--page:#f7f6fb;--paper:#fff;--soft:#f3efff;--line:#e7e3ef;--shadow:0 8px 24px rgba(29,21,72,.08);--paper-rgb:255,255,255;color-scheme:light dark}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{max-width:100%}
.utility-bar{background:#171329;color:#ded9ef;font-size:12px}
.utility-inner{max-width:1160px;height:31px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}
header.main-nav{position:sticky;top:0;z-index:60;border-bottom:1px solid var(--line);background:rgba(var(--paper-rgb),.96);backdrop-filter:blur(14px)}
.nav-inner{max-width:1160px;min-height:78px;margin:auto;padding:8px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:11px;color:var(--purple);font-size:29px;font-weight:900;line-height:1}
.logo-mark{width:54px;height:54px;object-fit:contain}
.logo-copy{display:flex;flex-direction:column}.logo .tag{margin-top:7px;color:var(--ink);font-size:9px;letter-spacing:.28em}
.links{display:flex;align-items:center;gap:19px}.links a{font-size:13px;font-weight:700}.links a.active{color:var(--purple)}
.nav-actions{display:flex;align-items:center;gap:12px}.btn-quote{padding:11px 17px;border-radius:9px;background:linear-gradient(135deg,var(--purple),#8c68ff);color:#fff;font-size:12px;font-weight:850}
.mobile-header-whatsapp,.mobile-menu-toggle{display:none}
.quality-hero{position:relative;min-height:348px;background:var(--soft) url('../images/quality-hero-v1.webp') center/cover no-repeat;overflow:hidden}
.quality-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,244,255,.98) 0%,rgba(247,244,255,.89) 42%,rgba(247,244,255,.1) 72%)}
.quality-hero-inner{position:relative;z-index:1;width:min(1120px,100%);margin:auto;padding:62px 24px}
.quality-badge{display:inline-flex;padding:7px 12px;border-radius:9px;background:#e7ddff;color:var(--purple);font-size:13px;font-weight:850}
.quality-hero h1{max-width:620px;margin:15px 0 12px;font-size:52px;line-height:1.03;letter-spacing:-.045em}
.quality-hero p{margin:0;color:#423c5c;font-size:20px;line-height:1.55}
.quality-trust{margin-top:20px;display:flex;align-items:center;gap:12px;color:var(--purple);font-size:15px;font-weight:850}.quality-trust i{font-style:normal}
.quality-section,.quality-card,.quality-documents{width:min(1040px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.quality-section>h2,.quality-card>h2{margin:0;text-align:center;font-size:30px;letter-spacing:-.025em}
.process-section{padding:36px 0 14px}
.process-list{position:relative;margin:18px 0 0;padding:0;list-style:none}.process-list::before{content:"";position:absolute;top:27px;bottom:27px;left:26px;width:2px;background:#987eff}
.process-list>li{position:relative;display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;margin-bottom:12px}
.process-number{position:relative;z-index:1;width:54px;height:54px;display:grid;place-items:center;border:2px solid #9175ff;border-radius:50%;background:var(--page);color:var(--purple);font-size:20px;font-weight:850}
.process-card{min-height:124px;display:grid;grid-template-columns:74px minmax(240px,1fr) 290px;align-items:center;gap:18px;padding:9px 10px 9px 20px;border:1px solid var(--line);border-radius:14px;background:var(--paper);box-shadow:var(--shadow)}
.process-icon{width:60px;height:60px;display:grid;place-items:center;color:var(--purple)}.process-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.process-card h3{margin:0 0 7px;font-size:20px}.process-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.4}
.process-card img{width:100%;height:104px;border-radius:10px;object-fit:cover}
.quality-card{margin-top:20px;padding:22px;border:1px solid var(--line);border-radius:17px;background:var(--paper);box-shadow:var(--shadow)}
.testing-grid{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:9px 14px}.testing-grid>div{min-height:54px;display:grid;grid-template-columns:34px 1fr 22px;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--line);border-radius:9px;background:var(--paper)}
.testing-grid strong{font-size:14px}.testing-grid b{color:#0ab332;font-size:20px}.test-icon{width:27px;height:27px;display:grid;place-items:center;color:var(--purple);font-size:20px}.test-pb{border:1.5px solid var(--purple);border-radius:50%;font-size:11px;font-weight:800}
.laboratory-section{padding:28px 0 0}.laboratory-gallery{margin-top:13px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.laboratory-gallery img{width:100%;height:180px;border-radius:13px;object-fit:cover;box-shadow:var(--shadow)}
.laboratory-cta{width:max-content;min-width:290px;margin:14px auto 0;padding:12px 26px;display:flex;justify-content:center;border-radius:9px;background:linear-gradient(135deg,var(--purple),#8a60ff);color:#fff;font-size:14px;font-weight:850;box-shadow:0 9px 20px rgba(114,84,255,.22)}
.certifications-card{padding-bottom:17px}.certification-list{margin-top:13px;display:grid;grid-template-columns:repeat(3,1fr)}.certification-list>div{min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border-right:1px solid var(--line)}.certification-list>div:last-child{border:0}.certification-list img{width:70px;height:70px;object-fit:contain}.certification-list strong{font-size:14px}.certifications-card>p{margin:8px 0 0;text-align:center;color:var(--muted);font-size:12px}
.quality-documents{margin-top:20px;margin-bottom:105px;padding:18px 20px;display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:18px;border:1px solid #ddd4ff;border-radius:16px;background:linear-gradient(110deg,#f0eaff,var(--paper));box-shadow:var(--shadow)}
.documents-icon{width:58px;height:58px;display:grid;place-items:center;color:var(--purple)}.documents-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quality-documents h2{margin:0 0 5px;font-size:21px}.quality-documents p{margin:0;color:var(--muted);font-size:14px}.quality-documents>a{min-height:50px;padding:10px 18px;display:flex;align-items:center;gap:9px;border-radius:10px;background:var(--green);color:#fff;font-size:13px;font-weight:850}.whatsapp-icon{width:25px;height:25px;flex:0 0 auto;fill:currentColor}
.quality-bottom-bar{position:fixed;z-index:70;left:0;right:0;bottom:0;min-height:80px;padding:9px max(18px,calc((100% - 830px)/2)) calc(9px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid var(--line);background:rgba(var(--paper-rgb),.97);box-shadow:0 -8px 28px rgba(25,18,66,.09);backdrop-filter:blur(14px)}.quality-bottom-bar>a{min-height:62px;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:11px;color:#fff;text-align:center}.quality-bottom-bar>a:first-child{background:var(--green)}.quality-bottom-bar>a:last-child{background:linear-gradient(135deg,var(--purple),#8a60ff)}.quality-bottom-bar strong,.quality-bottom-bar small{display:block}.quality-bottom-bar strong{font-size:15px}.quality-bottom-bar small{margin-top:3px;font-size:11px;font-weight:500}.quality-bottom-bar .whatsapp-icon{width:31px;height:31px}
.certifications-card{margin-bottom:100px}

@media(max-width:720px){
  body{padding-bottom:79px}.utility-bar{display:none}.nav-inner{min-height:76px;padding:8px 16px}.logo{gap:9px;font-size:24px}.logo-mark{width:49px;height:49px}.logo .tag{font-size:7px}.links,.btn-quote{display:none!important}.mobile-header-whatsapp{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.25);border-radius:50%;background:var(--green);color:#fff;box-shadow:0 0 18px rgba(32,199,101,.32)}.mobile-header-whatsapp svg{width:26px;height:26px}.mobile-menu-toggle{position:relative;width:44px;height:44px;padding:0;border:0;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:transparent;color:var(--ink)}.mobile-menu-toggle span{width:29px;height:3px;border-radius:4px;background:currentColor}
  .quality-hero{min-height:282px;background-position:57% center}.quality-hero::after{background:linear-gradient(90deg,rgba(247,244,255,.99) 0%,rgba(247,244,255,.92) 50%,rgba(247,244,255,.14) 100%)}.quality-hero-inner{padding:42px 20px}.quality-badge{padding:6px 10px;font-size:10px}.quality-hero h1{max-width:305px;margin:12px 0 9px;font-size:35px}.quality-hero p{font-size:14px;line-height:1.55}.quality-trust{margin-top:15px;gap:8px;font-size:12px}
  .quality-section,.quality-card,.quality-documents{width:calc(100% - 30px)}.quality-section>h2,.quality-card>h2{font-size:22px}.process-section{padding-top:23px}.process-list{margin-top:14px}.process-list::before{left:24px;top:26px;bottom:26px}.process-list>li{grid-template-columns:49px 1fr;gap:10px;margin-bottom:8px}.process-number{width:49px;height:49px;font-size:16px}.process-card{min-height:106px;grid-template-columns:51px minmax(0,1fr) 116px;gap:8px;padding:7px 7px 7px 10px;border-radius:11px}.process-icon{width:46px;height:46px}.process-icon svg{width:38px;height:38px}.process-card h3{margin-bottom:4px;font-size:13px;line-height:1.15}.process-card p{font-size:10px;line-height:1.35}.process-card img{height:91px;border-radius:8px}
  .quality-card{margin-top:13px;padding:15px;border-radius:14px}.testing-grid{margin-top:11px;gap:6px 8px}.testing-grid>div{min-height:43px;grid-template-columns:26px 1fr 16px;gap:5px;padding:6px 8px;border-radius:7px}.testing-grid strong{font-size:10px}.testing-grid b{font-size:15px}.test-icon{width:22px;height:22px;font-size:15px}.test-pb{font-size:8px}
  .laboratory-section{padding-top:18px}.laboratory-gallery{margin-top:9px;gap:7px}.laboratory-gallery img{height:93px;border-radius:8px}.laboratory-cta{min-width:220px;margin-top:10px;padding:10px 18px;font-size:11px}
  .certification-list{margin-top:8px}.certification-list>div{min-height:83px;gap:4px}.certification-list img{width:51px;height:51px}.certification-list strong{font-size:11px}.certifications-card>p{margin-top:5px;font-size:9px}.certifications-card{margin-bottom:14px}
  .quality-documents{margin-top:13px;margin-bottom:13px;padding:12px;grid-template-columns:48px 1fr auto;gap:9px;border-radius:13px}.documents-icon{width:44px;height:44px}.documents-icon svg{width:38px;height:38px}.quality-documents h2{font-size:13px}.quality-documents p{font-size:9px;line-height:1.35}.quality-documents>a{min-height:42px;padding:7px 10px;gap:6px;font-size:9px}.quality-documents>a .whatsapp-icon{width:20px;height:20px}
  .quality-bottom-bar{min-height:76px;padding:7px 14px calc(7px + env(safe-area-inset-bottom));gap:8px}.quality-bottom-bar>a{min-height:61px;border-radius:10px;gap:8px}.quality-bottom-bar strong{font-size:12px}.quality-bottom-bar small{font-size:9px}.quality-bottom-bar .whatsapp-icon{width:25px;height:25px}
}

@media(max-width:390px){.quality-hero h1{font-size:32px}.process-card{grid-template-columns:45px minmax(0,1fr) 91px}.process-card img{height:82px}.process-icon svg{width:34px;height:34px}.process-card h3{font-size:12px}.process-card p{font-size:9px}.quality-documents{grid-template-columns:40px 1fr}.quality-documents>a{grid-column:1/-1;justify-content:center}.documents-icon{width:38px}.documents-icon svg{width:34px}}

@media(prefers-color-scheme:dark){:root{--ink:#f7f4ff;--muted:#bbb4ce;--purple:#9277ff;--purple-dark:#7655ef;--green:#20c765;--page:#100e1b;--paper:#1d1a2d;--soft:#252039;--line:#39334e;--shadow:0 8px 24px rgba(0,0,0,.24);--paper-rgb:29,26,45}.quality-hero::after{background:linear-gradient(90deg,rgba(16,14,27,.98),rgba(16,14,27,.83) 48%,rgba(16,14,27,.16))}.quality-hero p{color:#d5cee6}.quality-badge{background:#352b59}.quality-documents{background:linear-gradient(110deg,#2b2346,var(--paper))}.process-number{background:var(--page)}}
:root[data-theme="dark"]{--ink:#f7f4ff;--muted:#bbb4ce;--purple:#9277ff;--purple-dark:#7655ef;--green:#20c765;--page:#100e1b;--paper:#1d1a2d;--soft:#252039;--line:#39334e;--shadow:0 8px 24px rgba(0,0,0,.24);--paper-rgb:29,26,45}:root[data-theme="dark"] .quality-hero::after{background:linear-gradient(90deg,rgba(16,14,27,.98),rgba(16,14,27,.83) 48%,rgba(16,14,27,.16))}:root[data-theme="dark"] .quality-hero p{color:#d5cee6}:root[data-theme="dark"] .quality-badge{background:#352b59}:root[data-theme="dark"] .quality-documents{background:linear-gradient(110deg,#2b2346,var(--paper))}:root[data-theme="dark"] .process-number{background:var(--page)}
/* Defer work for quality details below the opening message. */
.quality-section,.quality-card{
  content-visibility:auto;
  contain-intrinsic-size:auto 640px;
}
