:root{--ink:#061b45;--ink2:#0b2b5f;--blue:#0878d5;--blue2:#28a7e8;--teal:#0ca8a1;--teal2:#66d4cb;--warm:#e7a45e;--ice:#f3f8fc;--sky:#e8f4fb;--line:#d8e5ee;--muted:#62748b;--white:#fff;--shadow:0 28px 80px rgba(4,35,78,.12);--shadow-sm:0 12px 36px rgba(4,35,78,.09);--radius:28px;--radius-sm:18px;--container:min(1180px,calc(100% - 40px));--font-ar:'Alexandria','Tahoma','Arial',sans-serif;--font-en:'Manrope','Inter','Arial',sans-serif;--header:78px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-ar);font-size:15px;line-height:1.75;overflow-x:hidden}html[lang=en] body{font-family:var(--font-en)}button,input,select,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;top:-100px;inset-inline-start:16px;z-index:9999;background:var(--ink);color:white;padding:10px 16px;border-radius:8px}.skip-link:focus{top:16px}.topline{background:var(--ink);color:#d9ecff;font-size:12px;letter-spacing:.02em}.topline-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.topline a{font-family:var(--font-en);font-weight:700;color:white}.site-header{height:var(--header);position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(216,229,238,.8)}.nav-wrap{height:100%;display:flex;align-items:center;gap:24px}.logo-link{display:flex;align-items:center;flex:0 0 auto}.site-logo{width:190px;height:auto;max-height:58px;object-fit:contain;display:block}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:22px;flex:1}.desktop-nav a{font-size:13px;font-weight:600;color:#274366;position:relative;white-space:nowrap}.desktop-nav a:after{content:'';position:absolute;bottom:-9px;inset-inline-start:0;width:0;height:2px;background:var(--blue);transition:.25s}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{width:100%}.nav-actions{display:flex;align-items:center;gap:10px}.lang-switch{border:0;background:transparent;color:var(--ink);cursor:pointer;font-size:12px;padding:10px 8px}.lang-switch .divider{opacity:.35;margin:0 3px}.lang-switch .lang-en{font-family:var(--font-en)}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:12px 22px;font-weight:700;cursor:pointer;transition:transform .25s,box-shadow .25s,background .25s,color .25s}.btn:hover{transform:translateY(-2px)}.btn:focus-visible,.lang-switch:focus-visible,.menu-btn:focus-visible,.category-chip:focus-visible,.footer-link:focus-visible,.modal-close:focus-visible,.clear-filters:focus-visible{outline:3px solid rgba(8,120,213,.28);outline-offset:3px}.btn-primary{background:linear-gradient(135deg,var(--ink2),var(--blue));color:white;box-shadow:0 12px 28px rgba(8,120,213,.18)}.btn-ghost{border-color:#bed4e5;background:rgba(255,255,255,.65);color:var(--ink)}.btn-light{background:white;color:var(--ink);border-color:white}.btn-white{background:white;color:var(--ink);box-shadow:var(--shadow-sm)}.btn-lg{padding:14px 26px}.nav-cta{padding:10px 18px;font-size:13px}.menu-btn{display:none;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px;cursor:pointer}.menu-btn span{width:22px;height:2px;background:var(--ink);border-radius:2px}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:white;border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}.mobile-links{display:grid;padding-block:16px}.mobile-links a{padding:12px 4px;border-bottom:1px solid #eef4f8;font-weight:600}.hero{position:relative;min-height:760px;overflow:hidden;background:radial-gradient(circle at 12% 15%,rgba(40,167,232,.13),transparent 27%),radial-gradient(circle at 86% 25%,rgba(12,168,161,.12),transparent 30%),linear-gradient(180deg,#f8fcff 0%,#eef7fc 100%)}.hero:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(6,27,69,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(6,27,69,.025) 1px,transparent 1px);background-size:60px 60px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:60px;min-height:720px;padding-block:70px 90px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 7px rgba(12,168,161,.1)}.hero h1{font-size:clamp(44px,5vw,76px);line-height:1.12;letter-spacing:-.045em;margin:22px 0;color:var(--ink);font-weight:700}.hero h1 span{color:var(--blue)}html[dir=rtl] .hero h1{letter-spacing:-.02em}.hero-lead{max-width:650px;color:#4c617a;font-size:18px;line-height:1.9}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:28px;margin-top:38px;padding-top:28px;border-top:1px solid rgba(6,27,69,.1)}.trust-row div{display:grid}.trust-row strong{font-family:var(--font-en);font-size:20px;color:var(--ink)}.trust-row span{color:var(--muted);font-size:11px}.hero-visual{position:relative;height:580px}.hero-glow{position:absolute;width:460px;height:460px;right:8%;top:3%;border-radius:50%;background:radial-gradient(circle,rgba(40,167,232,.24),rgba(12,168,161,.06) 50%,transparent 70%);filter:blur(4px)}html[dir=rtl] .hero-glow{right:auto;left:8%}.science-orbit{position:absolute;border:1px solid rgba(8,120,213,.15);border-radius:50%}.orbit-1{width:500px;height:500px;top:5%;right:0}.orbit-2{width:360px;height:360px;top:17%;right:12%}html[dir=rtl] .orbit-1{right:auto;left:0}html[dir=rtl] .orbit-2{right:auto;left:12%}.product-stage{position:absolute;inset:72px 10px 25px;background:linear-gradient(155deg,rgba(255,255,255,.95),rgba(238,247,252,.85));border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);border-radius:38px;overflow:hidden}.product-stage:after{content:'';position:absolute;left:8%;right:8%;bottom:53px;height:34px;border-radius:50%;background:rgba(6,27,69,.08);filter:blur(18px)}.stage-label{position:absolute;z-index:4;top:24px;inset-inline-start:30px;display:grid;gap:2px}.stage-label span{font-family:var(--font-en);font-size:9px;letter-spacing:.22em;color:#73879c}.stage-label strong{font-size:13px}.hero-products{position:absolute;inset:88px 25px 20px;display:flex;align-items:flex-end;justify-content:center;gap:0;direction:ltr;z-index:3}.hero-products img{height:72%;max-width:30%;object-fit:contain;filter:drop-shadow(0 15px 12px rgba(6,27,69,.15));margin-inline:-18px;transition:transform .4s}.hero-products img:nth-child(1){height:63%;transform:translateY(-8px) rotate(-3deg)}.hero-products img:nth-child(2){height:82%;z-index:2}.hero-products img:nth-child(3){height:70%;transform:rotate(2deg)}.hero-products img:nth-child(4){height:58%;transform:rotate(3deg)}.hero-products img:hover{transform:translateY(-9px) scale(1.02)}.hero-note{position:absolute;z-index:6;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-sm);border-radius:16px;padding:10px 13px;display:flex;align-items:center;gap:12px;font-size:10px;color:#526880}.hero-note b{font-family:var(--font-en);color:var(--blue);font-size:15px}.note-a{top:28px;right:20px}.note-b{bottom:4px;left:0}html[dir=rtl] .note-a{right:auto;left:20px}html[dir=rtl] .note-b{left:auto;right:0}.hero-wave{position:absolute;left:-5%;right:-5%;bottom:-95px;height:150px;background:white;border-radius:50% 50% 0 0/40% 40% 0 0}.section{padding:105px 0}.intro-strip{padding-top:70px}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end}.intro-title h2,.section-head h2,.about h2,.quality h2,.partners h2,.contact h2,.cta-band h2{font-size:clamp(32px,4vw,52px);line-height:1.25;letter-spacing:-.035em;margin:12px 0 0}.intro-copy p,.section-head p,.about-card p,.quality-copy>p,.partners-copy>p,.contact-info>p{color:var(--muted);font-size:16px;margin:0}.text-link{display:inline-flex;align-items:center;gap:10px;margin-top:22px;font-weight:700;color:var(--blue)}.text-link svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8}html[dir=rtl] .text-link svg{transform:scaleX(-1)}.about{background:var(--ice)}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:start}.about-card{padding:44px;border-radius:var(--radius);background:white;box-shadow:var(--shadow-sm);position:sticky;top:120px}.mini-label{font-family:var(--font-en);font-size:11px;letter-spacing:.18em;color:var(--teal);font-weight:800}.address-chip{margin-top:28px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#f1f8fc;color:#3f5874;font-size:12px}.address-chip svg{width:20px;fill:none;stroke:var(--blue);stroke-width:1.8}.principles{display:grid;gap:0}.principles article{display:grid;grid-template-columns:60px 1fr;column-gap:20px;padding:30px 0;border-bottom:1px solid var(--line)}.principles .number{grid-row:span 2;font-family:var(--font-en);font-weight:800;color:var(--blue);font-size:13px;padding-top:4px}.principles h3{font-size:22px;margin:0}.principles p{color:var(--muted);margin:6px 0 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:44px}.section-head p{max-width:500px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.category-card{--theme-soft:#f5fafc;--theme-accent:#6ecfc9;--theme-accent-2:#d8f2ee;position:relative;min-height:320px;display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,var(--theme-soft),#fff 68%);overflow:hidden;cursor:pointer;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease;text-align:start;color:var(--ink)}.category-card:hover{transform:translateY(-7px);box-shadow:0 22px 44px rgba(7,37,80,.08);border-color:#bfd8e6}.category-card:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 42%);pointer-events:none}.category-card[data-theme='sun']{--theme-soft:#fff8ef;--theme-accent:#ffb34b;--theme-accent-2:#ffe6b8}.category-card[data-theme='cleanse']{--theme-soft:#f2faff;--theme-accent:#4db7dd;--theme-accent-2:#d8f3fb}.category-card[data-theme='serum']{--theme-soft:#f7f2ff;--theme-accent:#8a67ff;--theme-accent-2:#e5ddff}.category-card[data-theme='cream']{--theme-soft:#fff4f5;--theme-accent:#ef7f96;--theme-accent-2:#ffd7df}.category-card[data-theme='hair']{--theme-soft:#f4fbf4;--theme-accent:#5cb46a;--theme-accent-2:#d9f1da}.category-card[data-theme='micellar']{--theme-soft:#f3fbff;--theme-accent:#5aaed8;--theme-accent-2:#d5edf8}.cat-copy{position:relative;z-index:2;display:flex;flex-direction:column;padding:28px 26px 24px;min-height:100%}.category-card .cat-icon{width:54px;height:54px;border-radius:18px;background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.65);display:grid;place-items:center;margin-bottom:18px;box-shadow:0 10px 18px rgba(8,26,52,.05)}.category-card .cat-icon svg{width:26px;height:26px;fill:none;stroke:var(--theme-accent);stroke-width:1.8}.category-card .cat-icon .cat-custom-icon{width:30px;height:30px;max-width:30px;max-height:30px;object-fit:contain;display:block}.cat-overline{font-family:var(--font-en);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--theme-accent);font-weight:800;margin-bottom:10px}.category-card h3{font-size:28px;line-height:1.2;margin:0 0 8px;max-width:12ch}.category-card p{font-size:13px;line-height:1.75;color:var(--muted);margin:0}.category-card .cat-count{position:absolute;top:24px;inset-inline-end:24px;font-family:var(--font-en);font-size:12px;color:#7b8ea3}.cat-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:18px;max-width:440px}.cat-tags span{display:inline-flex;align-items:center;min-height:34px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.72);font-size:10px;font-weight:700;color:#425b75;box-shadow:0 6px 14px rgba(8,26,52,.04)}.cat-arrow{margin-top:18px;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.84);display:grid;place-items:center;border:1px solid rgba(255,255,255,.8);box-shadow:0 12px 22px rgba(8,26,52,.06)}.cat-arrow svg{width:18px;height:18px;fill:none;stroke:var(--theme-accent);stroke-width:1.9}.cat-visual{position:relative;min-height:320px;overflow:hidden}.cat-visual:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 72% 25%,rgba(255,255,255,.95),transparent 34%),radial-gradient(circle at 62% 58%,var(--theme-accent-2),transparent 46%)}.cat-visual-ring{position:absolute;width:265px;height:265px;border-radius:50%;border:1px dashed rgba(6,38,87,.09);top:22px;left:50%;transform:translateX(-50%)}.cat-visual-base{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);width:74%;height:18px;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 16px 30px rgba(7,37,80,.06)}.cat-product{position:absolute;bottom:42px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(6,27,69,.14))}.cat-product-primary{inset-inline-end:6%;max-width:55%;max-height:245px}.cat-product-secondary{inset-inline-start:4%;max-width:42%;max-height:205px;transform:translateY(12px) scale(.95)}.products-section{background:#fbfdff}.filters{display:grid;grid-template-columns:minmax(280px,1fr) 220px 220px;gap:12px;margin-bottom:16px}.search-box{position:relative}.search-box svg{position:absolute;width:20px;top:50%;transform:translateY(-50%);inset-inline-start:16px;fill:none;stroke:#6d8198;stroke-width:1.7}.search-box input,.filters select,.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #ccdce7;background:white;border-radius:14px;padding:13px 16px;color:var(--ink);outline:0;transition:.2s}.search-box input{padding-inline-start:48px}.search-box input:focus,.filters select:focus,.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(8,120,213,.09)}.category-chips{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 10px}.category-chip{border:1px solid var(--line);background:white;color:#536a84;border-radius:999px;padding:8px 13px;cursor:pointer;font-size:12px;font-weight:600}.category-chip.active{background:var(--ink);color:white;border-color:var(--ink)}.results-meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px;margin:18px 0}.clear-filters{border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden;display:flex;flex-direction:column;min-height:430px;transition:.3s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:#c4dae8}.product-image{height:240px;background:linear-gradient(155deg,#f5f9fc,#eaf4f9);position:relative;display:grid;place-items:center;padding:20px;overflow:hidden}.product-image:after{content:'';position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(8,120,213,.05)}.product-image img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 13px 8px rgba(6,27,69,.13))}.product-brand{position:absolute;top:13px;inset-inline-start:13px;z-index:3;background:rgba(255,255,255,.9);border:1px solid rgba(216,229,238,.9);padding:5px 8px;border-radius:999px;font-family:var(--font-en);font-size:8px;letter-spacing:.08em;font-weight:800;color:#315574}.product-body{padding:20px;display:flex;flex-direction:column;flex:1}.product-category{font-size:10px;color:var(--teal);font-weight:700}.product-card h3{font-size:17px;line-height:1.45;margin:7px 0 3px}.product-alt-name{font-family:var(--font-en);font-size:9px;color:#91a2b3;min-height:15px;margin-bottom:7px}html[lang=en] .product-alt-name{font-family:var(--font-ar)}.product-desc{font-size:12px;line-height:1.75;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.product-meta span{font-size:9px;border-radius:999px;background:#f1f6f9;color:#61768d;padding:5px 8px}.product-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:auto;padding-top:17px}.details-btn,.inquiry-btn{border-radius:11px;border:1px solid var(--line);padding:9px 10px;background:white;cursor:pointer;font-size:11px;font-weight:700;color:var(--ink)}.details-btn{background:var(--ink);color:white;border-color:var(--ink)}.empty-state{padding:70px 20px;text-align:center;border:1px dashed var(--line);border-radius:24px;background:white}.empty-state svg{width:48px;fill:none;stroke:#9fb3c4;stroke-width:1.5}.empty-state h3{margin:12px 0 0}.empty-state p{color:var(--muted)}.medical-note{margin-top:30px;display:flex;gap:12px;align-items:flex-start;padding:17px 19px;border:1px solid #d9e8f1;border-radius:15px;background:#f7fbfd;color:#60768c;font-size:11px}.medical-note svg{width:20px;min-width:20px;fill:none;stroke:var(--blue);stroke-width:1.7;margin-top:2px}.medical-note p{margin:0}.brands{background:linear-gradient(145deg,var(--ink),#0a356d);color:white;overflow:hidden}.brand-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.brand-mark-wrap{background:white;border-radius:28px;padding:24px;box-shadow:0 25px 60px rgba(0,0,0,.18)}.brand-mark-wrap .kicker{margin:0 0 12px 7px}.brand-mark-wrap img{width:100%;max-height:380px;object-fit:cover;object-position:center 35%;border-radius:18px}.brand-mark-wrap small{display:block;color:#6b7d91;font-size:9px;margin-top:10px}.brand-copy h2{font-family:var(--font-en);font-size:clamp(38px,6vw,70px);letter-spacing:.03em;margin:0}.brand-copy p{color:#c7d8ea;font-size:16px}.brand-facts{display:flex;gap:36px;margin:30px 0}.brand-facts span{display:grid}.brand-facts b{font-family:var(--font-en);font-size:28px;color:#7adfd6}.brand-facts em{font-style:normal;font-size:11px;color:#b9cbe0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{padding:28px;border:1px solid var(--line);border-radius:22px;background:white}.feature-icon{width:48px;height:48px;border-radius:15px;background:#edf7fb;display:grid;place-items:center}.feature-icon svg{width:24px;fill:none;stroke:var(--blue);stroke-width:1.7}.feature h3{font-size:18px;margin:20px 0 7px}.feature p{font-size:12px;color:var(--muted);margin:0}.quality{background:#071f47;color:white;position:relative;overflow:hidden}.quality:after{content:'';position:absolute;width:520px;height:520px;border:1px solid rgba(102,212,203,.12);border-radius:50%;right:-180px;top:-160px;box-shadow:0 0 0 70px rgba(102,212,203,.025),0 0 0 140px rgba(102,212,203,.018)}.quality-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:80px}.kicker-light{color:#78e0d7}.quality-copy>p{color:#bacce0;margin-top:25px}.quality-note{margin-top:30px;border-inline-start:3px solid var(--teal2);padding:12px 16px;background:rgba(255,255,255,.05);display:grid;gap:4px}.quality-note strong{color:#87ebe2;font-size:12px}.quality-note span{font-size:11px;color:#b8cce0}.quality-list{display:grid}.quality-list>div{display:grid;grid-template-columns:48px 1fr;gap:8px 18px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.1)}.quality-list span{font-family:var(--font-en);color:#6fd8cf;font-size:12px;grid-row:span 2}.quality-list h3{margin:0;font-size:20px}.quality-list p{margin:0;color:#a9bfd6;font-size:12px}.partners-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.partners-copy>p{margin:20px 0 28px}.partner-path{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:26px;overflow:hidden}.partner-path div{min-height:150px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:#fbfdff;border-bottom:1px solid var(--line);border-inline-end:1px solid var(--line)}.partner-path div:nth-child(2n){border-inline-end:0}.partner-path div:nth-last-child(-n+2){border-bottom:0}.partner-path b{font-family:var(--font-en);color:var(--blue);font-size:12px}.partner-path span{font-weight:700}.cta-band{padding:75px 0;background:linear-gradient(120deg,#0878d5,#0ca8a1);color:white}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{margin-top:8px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.contact-info>p{margin:18px 0 30px}.contact-items{display:grid;gap:12px}.contact-items>a,.contact-items>div{display:flex;gap:14px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.contact-items svg{width:22px;min-width:22px;fill:none;stroke:var(--blue);stroke-width:1.6}.contact-items span{display:grid}.contact-items small{font-size:9px;color:var(--muted)}.contact-form{padding:32px;border:1px solid var(--line);border-radius:26px;background:#fbfdff;box-shadow:var(--shadow-sm)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form label{display:grid;gap:7px;margin-bottom:13px}.contact-form label>span{font-size:11px;font-weight:700;color:#49627d}.contact-form textarea{resize:vertical;min-height:125px}.consent{grid-template-columns:auto 1fr!important;align-items:start}.consent input{width:auto!important;margin-top:5px}.consent span{font-weight:500!important}.form-feedback{font-size:12px;min-height:24px}.form-feedback.error{color:#b42318}.form-feedback.success{color:#087a65}.local-note{display:block;margin-top:10px;color:#8293a5;font-size:9px}.footer{background:#041634;color:#c8d8e9;padding:68px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr .7fr;gap:50px}.footer-logo-box{width:210px;background:transparent;border-radius:0;padding:0;line-height:0}.footer-logo-box img{display:block;width:100%;height:auto;object-fit:contain}.footer-brand p{max-width:390px;font-size:11px;color:#96aec7}.footer h3{font-size:12px;color:white;margin:0 0 15px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a,.footer-grid span,.footer-link{font-size:10px;color:#a8bdd3}.footer-link{border:0;background:transparent;padding:0;text-align:start;cursor:pointer}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;margin-top:42px;font-size:9px;color:#7f98b3}.whatsapp-float{position:fixed;z-index:70;bottom:24px;inset-inline-end:24px;width:54px;height:54px;border-radius:50%;background:#0d9f7c;color:white;display:grid;place-items:center;box-shadow:0 14px 34px rgba(13,159,124,.25)}.whatsapp-float svg{width:26px;fill:none;stroke:white;stroke-width:1.7}.modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(2,13,33,.68);backdrop-filter:blur(5px)}.modal-dialog{position:relative;z-index:2;width:min(1040px,100%);max-height:90vh;overflow:auto;background:white;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.modal-close{position:sticky;top:14px;float:inline-end;margin:14px;z-index:5;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:white;display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm)}.modal-close svg{width:20px;fill:none;stroke:var(--ink);stroke-width:1.7}.product-modal-grid{display:grid;grid-template-columns:.9fr 1.1fr;min-height:560px}.modal-product-image{background:linear-gradient(145deg,#f3f9fc,#e7f3f8);display:grid;place-items:center;padding:55px 35px;min-height:560px}.modal-product-image img{max-height:470px;object-fit:contain;filter:drop-shadow(0 18px 14px rgba(6,27,69,.16))}.modal-product-copy{padding:50px 48px 45px}.modal-product-copy .modal-brand{font-family:var(--font-en);font-size:10px;letter-spacing:.15em;color:var(--teal);font-weight:800}.modal-product-copy h2{font-size:34px;line-height:1.3;margin:8px 0 12px}.modal-product-copy>p{color:var(--muted)}.detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.detail-block{border-top:1px solid var(--line);padding-top:16px}.detail-block h3{font-size:12px;margin:0 0 8px;color:#3e5875}.detail-block ul{padding-inline-start:18px;margin:0}.detail-block li,.detail-block p{font-size:11px;color:#667b91;margin:0 0 5px}.modal-meta{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.modal-meta span{background:#eef5f8;border-radius:999px;padding:6px 9px;font-size:10px;color:#5d738a}.modal-cta{margin-top:24px}.legal-dialog{width:min(760px,100%)}.legal-content{padding:20px 50px 50px}.legal-content h2{font-size:32px}.legal-content h3{font-size:16px;margin-top:24px}.legal-content p,.legal-content li{font-size:12px;color:#5f748b}.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.desktop-nav{gap:14px}.desktop-nav a{font-size:11px}.nav-cta{display:none}.hero-grid{gap:30px}.category-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:880px){:root{--container:min(100% - 28px,720px)}.topline{display:none}.desktop-nav,.nav-cta{display:none}.menu-btn{display:flex}.site-logo{width:155px}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-block:55px 100px}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.eyebrow{justify-content:center}.hero-actions,.trust-row{justify-content:center}.hero-visual{height:520px}.intro-grid,.about-grid,.brand-panel,.quality-grid,.partners-grid,.contact-grid{grid-template-columns:1fr;gap:45px}.about-card{position:static}.section{padding:78px 0}.section-head{align-items:start;flex-direction:column;gap:15px}.category-grid{grid-template-columns:1fr}.category-card{grid-template-columns:1fr;min-height:auto}.cat-copy{padding:26px 22px 18px}.cat-tags{padding-top:16px}.cat-visual{min-height:250px}.cat-product-primary{inset-inline-end:10%;max-width:44%;max-height:205px}.cat-product-secondary{inset-inline-start:10%;max-width:36%;max-height:178px}.filters{grid-template-columns:1fr 1fr}.search-box{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-modal-grid{grid-template-columns:1fr}.modal-product-image{min-height:370px}.cta-inner{align-items:flex-start;flex-direction:column}.brand-mark-wrap img{max-height:330px}}
@media(max-width:560px){:root{--container:calc(100% - 24px);--header:68px}.nav-wrap{gap:8px}.site-logo{width:135px;height:auto}.lang-switch{font-size:10px;padding:8px 4px}.hero-grid{padding-top:40px;gap:35px}.hero h1{font-size:43px}.hero-lead{font-size:15px}.hero-actions{display:grid}.trust-row{gap:15px}.trust-row strong{font-size:16px}.trust-row span{font-size:9px}.hero-visual{height:410px}.product-stage{inset:42px 0 12px;border-radius:28px}.stage-label{top:18px;inset-inline-start:20px}.hero-products{inset:72px 8px 15px}.hero-products img{margin-inline:-20px}.hero-note{display:none}.orbit-1{width:360px;height:360px}.orbit-2{width:270px;height:270px}.section{padding:65px 0}.intro-strip{padding-top:45px}.intro-grid{gap:24px}.intro-title h2,.section-head h2,.about h2,.quality h2,.partners h2,.contact h2,.cta-band h2{font-size:32px}.about-card{padding:26px}.principles article{grid-template-columns:42px 1fr}.category-grid{grid-template-columns:1fr}.category-card{min-height:auto;border-radius:24px}.category-card h3{font-size:24px;max-width:none}.cat-copy{padding:22px 18px 16px}.cat-overline{font-size:10px}.cat-tags span{font-size:9px;min-height:30px}.cat-arrow{width:42px;height:42px}.cat-visual{min-height:220px}.cat-visual-ring{width:220px;height:220px;top:10px}.cat-product-primary{max-width:46%;max-height:175px;inset-inline-end:9%}.cat-product-secondary{max-width:36%;max-height:150px;inset-inline-start:9%}.filters{grid-template-columns:1fr}.search-box{grid-column:auto}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{min-height:360px;border-radius:17px}.product-image{height:180px;padding:13px}.product-body{padding:14px}.product-card h3{font-size:14px}.product-desc{font-size:10px;-webkit-line-clamp:2}.product-actions{grid-template-columns:1fr}.inquiry-btn{display:none}.feature-grid{grid-template-columns:1fr}.brand-panel{gap:30px}.brand-mark-wrap{padding:13px}.brand-facts{gap:22px}.quality-grid{gap:35px}.partner-path{grid-template-columns:1fr}.partner-path div{min-height:110px;border-inline-end:0}.partner-path div:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.partner-path div:last-child{border-bottom:0}.form-row{grid-template-columns:1fr}.contact-form{padding:22px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column}.product-dialog{border-radius:18px}.modal{padding:10px}.modal-product-image{min-height:290px;padding:30px 20px}.modal-product-image img{max-height:260px}.modal-product-copy{padding:25px 22px 30px}.modal-product-copy h2{font-size:24px}.detail-columns{grid-template-columns:1fr}.legal-content{padding:12px 24px 35px}.whatsapp-float{width:48px;height:48px;bottom:16px;inset-inline-end:16px}}
@media(max-width:390px){.product-grid{grid-template-columns:1fr}.product-card{min-height:auto}.product-image{height:230px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* ===== Production refinement pass — 2026-09-08 ===== */
:focus-visible{outline:3px solid rgba(8,120,213,.32);outline-offset:3px}
.desktop-nav a.active{color:var(--blue)}
.desktop-nav a.active:after{width:100%}
.mobile-links a[aria-current="page"]{color:var(--blue);background:#f4f9fd}
.site-header{box-shadow:0 6px 28px rgba(4,35,78,.035)}
.hero-grid{max-width:1280px}
.hero-copy{max-width:610px}
.hero-lead{max-width:590px}
.hero-products img{will-change:transform}
.product-stage{border-color:rgba(196,218,232,.8)}
.section-head{margin-bottom:38px}
.category-card{isolation:isolate}
.category-card:after{display:none}
.category-card:hover .cat-product-primary{transform:translateY(-6px) scale(1.025)}
.category-card:hover .cat-product-secondary{transform:translateY(4px) scale(.98)}
.cat-product{transition:transform .32s ease}
.cat-product-primary{transform:translateY(0)}
.cat-product-secondary{transform:translateY(12px) scale(.95)}
.cat-visual:after{content:'';position:absolute;inset-inline:10%;bottom:28px;height:12px;border-radius:50%;background:rgba(10,42,79,.10);filter:blur(12px)}
.products-section{background:linear-gradient(180deg,#fbfdff 0%,#f7fbfd 100%)}
.product-grid{gap:20px}
.product-card{border-color:#d9e5ed;box-shadow:0 1px 0 rgba(4,35,78,.02)}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(4,35,78,.10)}
.product-image{height:255px;background:linear-gradient(155deg,#f8fbfd,#ecf5f9)}
.product-image:before{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.78);border-radius:18px;z-index:1}
.product-image img{max-width:92%;max-height:92%}
.product-body{padding:21px 20px 19px}
.product-card h3{font-size:18px;line-height:1.42}
.product-desc{font-size:12.5px;line-height:1.82}
.product-actions button{min-height:40px}
.details-btn:focus-visible,.inquiry-btn:focus-visible{outline:3px solid rgba(8,120,213,.25);outline-offset:2px}
.brand-mark-wrap img{object-fit:contain;background:#fff;max-height:330px}
.quality-note{border-radius:12px}
.contact-items>a:hover{color:var(--blue)}
.contact-form{background:#fff}
.contact-form input,.contact-form select,.contact-form textarea{min-height:48px}
.contact-form textarea{min-height:138px}
.footer-grid a:hover,.footer-link:hover{color:#fff}
.modal-dialog{overscroll-behavior:contain}
.modal-product-copy>p{line-height:1.9}
.whatsapp-float:focus-visible{outline:3px solid rgba(13,159,124,.35);outline-offset:4px}
@supports(content-visibility:auto){.product-card,.feature,.principles article{content-visibility:auto;contain-intrinsic-size:1px 430px}}

@media(max-width:1180px){
  .site-logo{width:174px}
  .desktop-nav{gap:16px}
  .desktop-nav a{font-size:11.5px}
  .nav-wrap{gap:18px}
  .hero-grid{gap:40px}
}
@media(max-width:980px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .product-card{min-height:420px}
}
@media(max-width:880px){
  .hero-copy{max-width:none}
  .hero-visual{max-width:690px;width:100%;margin-inline:auto}
  .category-card{grid-template-columns:1.05fr .95fr;min-height:285px}
  .cat-visual{min-height:285px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .category-card{grid-template-columns:1fr;min-height:auto}
  .cat-copy{padding-bottom:10px}
  .cat-visual{min-height:235px}
  .cat-tags{display:none}
  .product-image{height:205px}
  .product-card{min-height:390px}
}
@media(max-width:560px){
  body{font-size:14px}
  .hero h1{font-size:clamp(38px,12vw,48px);line-height:1.16}
  .hero-lead{font-size:14px;line-height:1.85}
  .trust-row{display:grid;grid-template-columns:repeat(3,1fr);width:100%}
  .trust-row div{text-align:center}
  .category-card h3{font-size:23px}
  .cat-visual{min-height:210px}
  .product-grid{grid-template-columns:1fr 1fr}
  .product-image{height:180px}
  .product-body{padding:14px 13px 13px}
  .product-card h3{font-size:14px}
  .product-desc{font-size:10px;line-height:1.7}
  .product-meta span{font-size:8px}
  .details-btn,.inquiry-btn{font-size:10px}
  .footer-logo-box{width:185px}
}
@media(max-width:430px){
  .product-grid{grid-template-columns:1fr}
  .product-image{height:245px}
  .product-card{min-height:auto}
  .product-body{padding:18px}
  .product-card h3{font-size:17px}
  .product-desc{font-size:12px}
  .product-actions{grid-template-columns:1fr auto}
  .inquiry-btn{display:block}
}

/* Clean rebuild: official logo handling */
.logo-link{line-height:0}
.lang-switch{display:inline-flex;align-items:center;white-space:nowrap}
.footer-brand{align-self:start}
.footer-logo-box{max-width:100%}
.footer-logo-box img{max-height:72px}
@media(max-width:560px){.footer-logo-box img{max-height:64px}}

/* Stability pass: content is always visible; no off-screen virtualization */
.reveal{opacity:1!important;transform:none!important;transition:none!important}
.product-card,.feature,.principles article{content-visibility:visible!important;contain-intrinsic-size:auto!important}

/* Dynamic CMS pagination */
.product-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin:28px 0 6px}.product-pagination[hidden]{display:none}.product-pagination button{min-width:38px;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer;font:inherit;font-size:12px;font-weight:700}.product-pagination button.active{background:var(--ink);border-color:var(--ink);color:#fff}.product-pagination button:disabled{opacity:.45;cursor:not-allowed}.product-pagination span{padding:0 3px;color:var(--muted)}

/* =========================================================
   BIO PURE PHARMA — CORPORATE MULTI-PAGE LAYER v5
   Preserves the approved visual system; adds structured pages.
   ========================================================= */
.section-more{display:flex;justify-content:center;margin-top:34px}
.corporate-more{margin-top:24px}
.corporate-preview-note{align-self:center;background:linear-gradient(145deg,#fff,#f4f9fc);border:1px solid var(--line);border-radius:24px;padding:32px;display:grid;gap:10px;box-shadow:0 18px 45px rgba(6,27,69,.06)}
.corporate-preview-note strong{font-size:18px;color:var(--ink)}
.corporate-preview-note span{color:var(--muted);line-height:1.8}
.home-products-preview .product-grid{margin-top:8px}
.home-products-preview .product-card:nth-child(n+7){display:none}

.page-hero{position:relative;overflow:hidden;padding:92px 0 70px;background:linear-gradient(135deg,#f6fbfe 0%,#fff 48%,#edf7fc 100%);border-bottom:1px solid var(--line)}
.page-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(40,167,232,.14),transparent 68%);inset:auto -160px -260px auto;pointer-events:none}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.6fr);gap:60px;align-items:center;position:relative;z-index:1}
.page-hero-copy{max-width:820px}
.page-hero h1{font-size:clamp(44px,6vw,76px);line-height:1.12;margin:12px 0 22px;color:var(--ink);letter-spacing:-.025em}
.page-lead{font-size:clamp(17px,2vw,21px);color:var(--muted);line-height:1.9;max-width:760px}
.page-lead p{margin:0}
.page-hero-mark{justify-self:end;width:min(260px,100%);aspect-ratio:1;border-radius:34px;border:1px solid rgba(8,120,213,.16);background:rgba(255,255,255,.72);backdrop-filter:blur(12px);display:grid;place-content:center;text-align:center;box-shadow:0 28px 70px rgba(6,27,69,.08)}
.page-hero-mark span{font:800 clamp(42px,6vw,70px)/1 var(--font-en);letter-spacing:.08em;color:var(--ink)}
.page-hero-mark strong{margin-top:12px;color:var(--blue);font:700 14px/1 var(--font-en);letter-spacing:.2em}
.corporate-section{background:#fff}
.corporate-card-grid{display:grid;gap:22px}
.corporate-card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.corporate-info-card{border:1px solid var(--line);border-radius:26px;padding:34px;background:linear-gradient(145deg,#fff,#f7fbfd);box-shadow:0 16px 46px rgba(6,27,69,.045)}
.corporate-info-card .number{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--ice);color:var(--blue);font-weight:800;margin-bottom:22px}
.corporate-info-card h2{font-size:25px;margin:0 0 14px;color:var(--ink)}
.corporate-info-card p{color:var(--muted);line-height:1.9;margin:0}
.page-cta-soft{background:var(--ice)}
.page-cta-row{display:flex;justify-content:space-between;align-items:center;gap:30px}
.page-cta-row h2{font-size:clamp(30px,4vw,48px);margin:8px 0 0;color:var(--ink)}
.page-categories{padding-bottom:40px}
.page-products{padding-top:48px}
.brand-directory{display:grid;gap:26px}
.brand-directory-card{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:46px;align-items:center;border-radius:30px;padding:44px;border:1px solid var(--line);background:linear-gradient(135deg,#061b45,#0b2b5f);color:#fff;box-shadow:0 24px 70px rgba(6,27,69,.14)}
.brand-directory-logo{background:#fff;border-radius:24px;padding:28px;min-height:200px;display:grid;place-items:center}
.brand-directory-logo img{max-width:260px;max-height:150px;object-fit:contain}
.brand-directory-card h2{font-size:clamp(34px,5vw,58px);margin:10px 0 16px;color:#fff}
.brand-directory-card p{color:#c8d8e9;line-height:1.85;max-width:720px}
.brand-directory-card .brand-facts{margin:28px 0}
.partner-page-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}
.partner-page-copy h2{font-size:clamp(32px,4vw,52px);line-height:1.2;color:var(--ink);margin:10px 0}
.partner-path small{display:block;color:var(--muted);margin-top:6px;line-height:1.65}
.page-quality{margin:0}
.page-contact{background:linear-gradient(180deg,#fff,#f4f9fc)}
.corporate-generic-card{position:static!important;max-width:900px;margin:0 auto 24px}

@media(max-width:880px){
 .page-hero{padding:72px 0 56px}.page-hero-grid{grid-template-columns:1fr;gap:30px}.page-hero-mark{justify-self:start;width:180px}.corporate-card-grid.three{grid-template-columns:1fr}.brand-directory-card{grid-template-columns:1fr}.partner-page-grid{grid-template-columns:1fr}.page-cta-row{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
 .page-hero{padding:54px 0 44px}.page-hero h1{font-size:42px}.page-hero-mark{display:none}.corporate-info-card{padding:26px}.brand-directory-card{padding:24px;border-radius:24px}.brand-directory-logo{min-height:150px}.section-more{justify-content:stretch}.section-more .btn{width:100%}.corporate-preview-note{padding:24px}
}


/* BIO PURE PHARMA — Executive Corporate Homepage v6 */
.home-about-teaser{background:linear-gradient(180deg,#fff 0%,var(--ice) 100%);padding:78px 0}
.home-about-teaser-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.home-about-teaser h2,.home-brand-teaser h2,.home-gateway h2{font-size:clamp(30px,3.6vw,48px);line-height:1.25;margin:12px 0 16px;letter-spacing:-.035em}
.home-about-teaser p,.home-brand-teaser p,.home-gateway p{color:var(--muted);font-size:15px;max-width:720px;margin:0}
.home-about-signals{display:grid;gap:12px}
.home-about-signals span{display:flex;align-items:center;gap:16px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:16px;color:#38536f;font-size:13px;box-shadow:0 8px 26px rgba(6,27,69,.04)}
.home-about-signals b{font-family:var(--font-en);font-size:11px;color:var(--blue);letter-spacing:.12em}
.home-categories-preview{padding-top:78px;padding-bottom:78px}
.home-categories-preview .category-card{min-height:240px;border-radius:24px}
.home-categories-preview .cat-copy{padding:24px}
.home-categories-preview .cat-tags{display:none}
.home-categories-preview .cat-visual{min-height:210px}
.home-categories-preview .cat-product-primary{max-height:175px}
.home-categories-preview .cat-product-secondary{max-height:145px}
.home-products-preview{padding-top:78px;padding-bottom:78px}
.home-products-preview .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.home-products-preview .product-card:nth-child(n+5){display:none}
.home-products-preview .product-desc{-webkit-line-clamp:2}
.home-brand-teaser{padding:76px 0;background:#fff}
.home-brand-teaser-card{display:grid;grid-template-columns:.7fr 1.3fr;gap:58px;align-items:center;padding:42px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,#f8fcff,#fff);box-shadow:0 18px 54px rgba(6,27,69,.055)}
.home-brand-logo{display:grid;place-items:center;min-height:180px;border-radius:24px;background:#fff;border:1px solid #e9f1f6;padding:28px}
.home-brand-logo img{max-height:150px;object-fit:contain}
.home-why-preview{padding-top:78px;padding-bottom:70px;background:var(--ice)}
.home-why-preview .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-why-preview .feature{min-height:0;padding:26px}
.home-why-preview .feature p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.home-trust-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.home-trust-links a{display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:700;font-size:12px}
.home-trust-links span{color:var(--blue);font-family:var(--font-en)}
.home-gateway{padding:0}
.home-gateway-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:46px 0}
.home-gateway-inner>div{max-width:780px}
.home-quality-gateway{background:linear-gradient(135deg,var(--ink),var(--ink2));color:#fff}
.home-quality-gateway .home-gateway-inner p{color:#c9dbed}
.home-quality-gateway .home-gateway-inner h2{color:#fff}
.home-partners-gateway{background:#fff;border-bottom:1px solid var(--line)}
.home-partners-gateway .home-gateway-inner.light{padding-top:50px;padding-bottom:50px}
.home-partners-gateway .home-gateway-inner.light p{color:var(--muted)}
@media(max-width:1100px){.home-products-preview .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:880px){.home-about-teaser-grid,.home-brand-teaser-card{grid-template-columns:1fr;gap:34px}.home-why-preview .feature-grid{grid-template-columns:1fr 1fr}.home-gateway-inner{align-items:flex-start;flex-direction:column}.home-brand-logo{min-height:150px}}
@media(max-width:560px){.home-about-teaser,.home-categories-preview,.home-products-preview,.home-brand-teaser,.home-why-preview{padding-top:60px;padding-bottom:60px}.home-products-preview .product-grid{grid-template-columns:1fr 1fr}.home-brand-teaser-card{padding:24px;border-radius:22px}.home-why-preview .feature-grid{grid-template-columns:1fr}.home-gateway-inner{padding:38px 0}.home-about-signals span{padding:14px}}
@media(max-width:390px){.home-products-preview .product-grid{grid-template-columns:1fr}}


/* =========================================================
   BIO PURE PHARMA — TRUE EXECUTIVE CORPORATE HOMEPAGE v7
   Homepage deliberately avoids repeating full Products,
   Categories, Brands, Partnerships and Quality sections.
   ========================================================= */
.executive-home-v7 .hero{min-height:min(760px,calc(100vh - 92px))}
.exec-company{padding:82px 0 76px;background:#fff}
.exec-company-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:80px;align-items:center}
.exec-company-copy{max-width:760px}
.exec-company-copy h2,.exec-gateways-head h2,.exec-trust-inner h2{font-size:clamp(34px,4.2vw,58px);line-height:1.16;letter-spacing:-.04em;margin:12px 0 18px}
.exec-company-copy p,.exec-gateways-head p,.exec-trust-inner p{font-size:16px;line-height:1.9;color:var(--muted);margin:0}
.exec-company-proof{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#fbfdff,#f2f8fc);box-shadow:var(--shadow-sm);overflow:hidden}
.exec-company-proof>div{padding:34px 18px;text-align:center;display:grid;gap:8px;align-content:center;min-height:142px}
.exec-company-proof>div+div{border-inline-start:1px solid var(--line)}
.exec-company-proof strong{font-family:var(--font-en);font-size:30px;line-height:1;color:var(--blue)}
.exec-company-proof span{font-size:12px;color:var(--muted);font-weight:600}
.exec-gateways{padding:86px 0 96px;background:var(--ice)}
.exec-gateways-head{max-width:820px;margin-bottom:42px}
.exec-gateway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.exec-gateway-card{position:relative;min-height:300px;padding:30px;border:1px solid var(--line);border-radius:26px;background:#fff;color:var(--ink);display:flex;flex-direction:column;box-shadow:0 12px 34px rgba(6,27,69,.045);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.exec-gateway-card:hover{transform:translateY(-6px);box-shadow:0 24px 46px rgba(6,27,69,.09);border-color:#bad6e6}
.exec-gateway-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#eef7fb;margin-bottom:38px}
.exec-gateway-icon svg{width:24px;height:24px;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.exec-gateway-index{position:absolute;top:31px;inset-inline-end:30px;font-family:var(--font-en);font-size:11px;font-weight:800;letter-spacing:.14em;color:#9aabba}
.exec-gateway-card h3{font-size:26px;line-height:1.25;margin:0 0 12px}
.exec-gateway-card p{font-size:13px;line-height:1.8;color:var(--muted);margin:0 0 28px}
.exec-gateway-link{margin-top:auto;font-size:12px;font-weight:800;color:var(--blue);display:flex;gap:8px;align-items:center}
html[dir=rtl] .exec-gateway-link b{display:inline-block;transform:scaleX(-1)}
.exec-trust-band{padding:78px 0;background:linear-gradient(135deg,var(--ink),#0a3766);color:#fff}
.exec-trust-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center}
.exec-trust-inner h2{margin-top:8px;margin-bottom:14px;color:#fff;font-size:clamp(30px,3.6vw,48px)}
.exec-trust-inner p{color:rgba(255,255,255,.73);max-width:780px}
.executive-home-v7 .cta-band{padding-top:78px;padding-bottom:78px}
@media (max-width:980px){.exec-company-grid{grid-template-columns:1fr;gap:38px}.exec-gateway-grid{grid-template-columns:1fr 1fr}.exec-trust-inner{grid-template-columns:1fr;gap:28px}.exec-trust-inner .btn{justify-self:start}}
@media (max-width:680px){.exec-company,.exec-gateways,.exec-trust-band{padding:62px 0}.exec-company-proof{grid-template-columns:1fr}.exec-company-proof>div{min-height:92px;padding:22px 16px}.exec-company-proof>div+div{border-inline-start:0;border-top:1px solid var(--line)}.exec-gateway-grid{grid-template-columns:1fr}.exec-gateway-card{min-height:250px;padding:26px}.exec-gateway-icon{margin-bottom:28px}.executive-home-v7 .hero{min-height:auto}}

/* =========================================================
   BIO PURE PHARMA — HOMEPAGE RHYTHM / SPACING FIX v8
   Purpose: remove the oversized vertical voids left by the
   original long-form one-page rhythm while preserving the
   approved visual identity and the v7 executive structure.
   Scoped to the homepage only.
   ========================================================= */
.executive-home-v7 .hero{
  min-height:auto;
}
.executive-home-v7 .hero-grid{
  min-height:0;
  padding-top:58px;
  padding-bottom:66px;
  gap:48px;
}
.executive-home-v7 .hero-visual{
  height:500px;
}
.executive-home-v7 .exec-company{
  padding-top:52px;
  padding-bottom:52px;
}
.executive-home-v7 .exec-company-grid{
  gap:56px;
}
.executive-home-v7 .exec-company-proof>div{
  min-height:116px;
  padding:26px 16px;
}
.executive-home-v7 .exec-gateways{
  padding-top:58px;
  padding-bottom:62px;
}
.executive-home-v7 .exec-gateways-head{
  margin-bottom:30px;
}
.executive-home-v7 .exec-gateway-card{
  min-height:245px;
  padding:26px;
}
.executive-home-v7 .exec-gateway-icon{
  margin-bottom:24px;
}
.executive-home-v7 .exec-trust-band{
  padding-top:52px;
  padding-bottom:52px;
}
.executive-home-v7 .cta-band{
  padding-top:52px;
  padding-bottom:52px;
}
.executive-home-v7 + .footer,
body:has(.executive-home-v7) .footer{
  padding-top:52px;
}

@media (max-width:980px){
  .executive-home-v7 .hero-grid{padding-top:48px;padding-bottom:54px;gap:34px}
  .executive-home-v7 .hero-visual{height:450px}
  .executive-home-v7 .exec-company,.executive-home-v7 .exec-gateways,.executive-home-v7 .exec-trust-band,.executive-home-v7 .cta-band{padding-top:48px;padding-bottom:48px}
}
@media (max-width:680px){
  .executive-home-v7 .hero-grid{padding-top:34px;padding-bottom:42px;gap:26px}
  .executive-home-v7 .hero-visual{height:370px}
  .executive-home-v7 .exec-company,.executive-home-v7 .exec-gateways,.executive-home-v7 .exec-trust-band,.executive-home-v7 .cta-band{padding-top:42px;padding-bottom:42px}
  .executive-home-v7 .exec-company-grid{gap:28px}
  .executive-home-v7 .exec-gateways-head{margin-bottom:24px}
  .executive-home-v7 .exec-gateway-card{min-height:215px;padding:23px}
  .executive-home-v7 .exec-gateway-icon{margin-bottom:20px}
}

/* =========================================================
   BIO PURE PHARMA — COMPACT CORPORATE HOMEPAGE v9
   Hard reset of homepage vertical rhythm to eliminate legacy
   one-page spacing/min-height behaviour. Homepage only.
   ========================================================= */
.bpp-home-v9{display:block!important;margin:0!important;padding:0!important;min-height:0!important;height:auto!important}
.bpp-home-v9>section{display:block!important;position:relative;min-height:0!important;height:auto!important;margin:0!important;overflow:visible}
.bpp-home-v9 .hero{min-height:0!important;height:auto!important;margin:0!important}
.bpp-home-v9 .hero-grid{min-height:0!important;height:auto!important;padding-top:54px!important;padding-bottom:66px!important;gap:44px!important}
.bpp-home-v9 .hero-visual{height:480px!important;min-height:0!important}
.bpp-home-v9 .hero-wave{bottom:-108px}

.v9-about{padding:64px 0!important;background:#fff}
.v9-about-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)!important;gap:56px!important;align-items:center!important;min-height:0!important;height:auto!important}
.v9-copy{min-height:0!important;height:auto!important;margin:0!important;padding:0!important}
.v9-copy h2,.v9-heading h2,.v9-close h2{font-size:clamp(32px,3.8vw,52px);line-height:1.18;letter-spacing:-.035em;margin:10px 0 15px}
.v9-copy p,.v9-heading p,.v9-close p{margin:0;color:var(--muted);font-size:15px;line-height:1.9}
.v9-proof{display:grid!important;grid-template-columns:repeat(3,1fr)!important;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fbfdff,#f1f8fc);overflow:hidden;box-shadow:0 12px 32px rgba(6,27,69,.055);min-height:0!important;height:auto!important}
.v9-proof>div{display:grid!important;place-content:center!important;text-align:center;padding:24px 14px!important;min-height:104px!important;height:auto!important}
.v9-proof>div+div{border-inline-start:1px solid var(--line)}
.v9-proof strong{font-family:var(--font-en);font-size:28px;line-height:1;color:var(--blue)}
.v9-proof span{font-size:11px;color:var(--muted);margin-top:7px}

.v9-gateways{padding:64px 0!important;background:var(--ice)}
.v9-heading{max-width:760px;margin:0 0 28px!important;padding:0!important;min-height:0!important;height:auto!important}
.v9-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;min-height:0!important;height:auto!important;margin:0!important;padding:0!important}
.v9-card{display:grid!important;grid-template-columns:auto 1fr;grid-template-areas:'num icon' 'title title' 'body body' 'link link';align-content:start!important;gap:0!important;min-height:0!important;height:auto!important;margin:0!important;padding:26px!important;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 10px 28px rgba(6,27,69,.045);color:var(--ink)}
.v9-card:hover{transform:translateY(-4px);box-shadow:0 20px 38px rgba(6,27,69,.08);border-color:#bdd8e7}
.v9-num{grid-area:num;font-family:var(--font-en);font-size:11px;font-weight:800;letter-spacing:.12em;color:#9aabba}
.v9-icon{grid-area:icon;justify-self:end;width:40px;height:40px;border-radius:13px;background:#edf7fb;display:grid;place-items:center;color:var(--blue);font-size:19px}
.v9-card h3{grid-area:title;font-size:24px;line-height:1.3;margin:28px 0 10px!important}
.v9-card p{grid-area:body;color:var(--muted);font-size:13px;line-height:1.8;margin:0 0 20px!important;min-height:0!important;height:auto!important}
.v9-card b{grid-area:link;color:var(--blue);font-size:12px;margin-top:4px}

.v9-close{padding:62px 0!important;background:linear-gradient(135deg,var(--ink),#0a3766);color:#fff}
.v9-close-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px!important;align-items:stretch!important;min-height:0!important;height:auto!important}
.v9-quality,.v9-cta-box{min-height:0!important;height:auto!important;margin:0!important;padding:34px!important;border-radius:26px}
.v9-quality{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12)}
.v9-quality h2,.v9-cta-box h2{color:#fff}
.v9-quality p{color:#c7d8ea}
.v9-inline-link{display:inline-flex;margin-top:20px;font-size:12px;font-weight:800;color:#7ee4db}
.v9-cta-box{background:linear-gradient(135deg,#0878d5,#0ca8a1);display:flex!important;flex-direction:column!important;justify-content:center!important}
.v9-cta-box>span{font-size:11px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.8)}
.v9-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.v9-ghost{border-color:rgba(255,255,255,.45)!important;color:#fff!important;background:transparent!important}
body:has(.bpp-home-v9) .footer{padding-top:48px!important}

.bpp-home-v9 .reveal{opacity:1!important;transform:none!important;transition:none!important;content-visibility:visible!important;contain:none!important;min-height:0!important}

@media(max-width:980px){
 .bpp-home-v9 .hero-grid{padding-top:46px!important;padding-bottom:54px!important;gap:30px!important}
 .bpp-home-v9 .hero-visual{height:420px!important}
 .v9-about-grid{grid-template-columns:1fr!important;gap:32px!important}
 .v9-card-grid{grid-template-columns:1fr 1fr!important}
 .v9-close-grid{grid-template-columns:1fr!important}
}
@media(max-width:680px){
 .bpp-home-v9 .hero-grid{padding-top:30px!important;padding-bottom:40px!important;gap:24px!important}
 .bpp-home-v9 .hero-visual{height:350px!important}
 .v9-about,.v9-gateways,.v9-close{padding:46px 0!important}
 .v9-proof{grid-template-columns:1fr!important}
 .v9-proof>div{min-height:76px!important;padding:18px 12px!important}
 .v9-proof>div+div{border-inline-start:0;border-top:1px solid var(--line)}
 .v9-card-grid{grid-template-columns:1fr!important}
 .v9-card{padding:22px!important}
 .v9-card h3{margin-top:20px!important}
 .v9-quality,.v9-cta-box{padding:26px!important}
}

/* =========================================================
   BIO PURE PHARMA — PREMIUM CORPORATE HOMEPAGE v10
   Editorial, image-led, asymmetric corporate composition.
   Homepage only. Does not alter inner pages or CMS.
   ========================================================= */
.bpp-home-v10{display:block;background:#fff;overflow:hidden}
.bpp-home-v10>.hero{min-height:0;height:auto}
.bpp-home-v10>.hero .hero-grid{min-height:0;padding-top:58px;padding-bottom:78px}
.bpp-home-v10>.hero .hero-visual{height:510px}
.bpp-home-v10>.hero .hero-wave{bottom:-112px}
.v10-overline{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font:800 11px/1.2 var(--font-en);letter-spacing:.16em;text-transform:uppercase}
html[dir=rtl] .v10-overline{font-family:var(--font-ar);letter-spacing:.06em}
.v10-overline:before{content:"";width:26px;height:2px;background:linear-gradient(90deg,var(--teal),var(--blue));border-radius:2px}
.v10-overline-light{color:#85e6df}.v10-overline-light:before{background:#85e6df}

.v10-intro{padding:92px 0 88px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.v10-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:86px;align-items:center}
.v10-intro-copy{max-width:720px}
.v10-intro-copy h2{font-size:clamp(38px,4.6vw,64px);line-height:1.16;letter-spacing:-.045em;margin:16px 0 22px;color:var(--ink)}
html[dir=rtl] .v10-intro-copy h2{letter-spacing:-.02em}
.v10-intro-copy p{font-size:16px;line-height:2;color:#566b83;margin:0;max-width:690px}
.v10-intro-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:28px}
.v10-link{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:13px}
.v10-link span{font-family:var(--font-en);transition:transform .2s}.v10-link:hover span{transform:translate(3px,-3px)}
html[dir=rtl] .v10-link:hover span{transform:translate(-3px,-3px)}
.v10-location{font-size:11px;color:#8798aa;padding-inline-start:24px;border-inline-start:1px solid var(--line)}
.v10-intro-manifesto{position:relative;min-height:360px;border-radius:34px;background:linear-gradient(145deg,#061b45 0%,#0b2f62 70%,#0a4770 100%);color:#fff;padding:40px;box-shadow:0 30px 80px rgba(6,27,69,.16);overflow:hidden}
.v10-intro-manifesto:before{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(102,212,203,.18);border-radius:50%;inset:-120px -80px auto auto}
.v10-intro-manifesto:after{content:"";position:absolute;width:180px;height:180px;background:radial-gradient(circle,rgba(12,168,161,.32),transparent 70%);border-radius:50%;inset:auto -40px -55px auto}
.v10-manifesto-index{font:800 11px/1 var(--font-en);letter-spacing:.15em;color:#7ee4db;position:relative;z-index:1}
.v10-intro-manifesto>div:nth-child(2){position:relative;z-index:1;margin-top:72px;display:grid;gap:12px;max-width:480px}
.v10-intro-manifesto>div:nth-child(2) span{font-size:11px;color:#a9bfd4;letter-spacing:.08em;text-transform:uppercase}
.v10-intro-manifesto strong{font-size:clamp(27px,3vw,38px);line-height:1.4;font-weight:600;color:#fff}
.v10-manifesto-rule{height:1px;background:rgba(255,255,255,.14);margin:38px 0 24px;position:relative;z-index:1}
.v10-manifesto-points{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:1}
.v10-manifesto-points span{padding:9px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#d6e5f3;font-size:10px;background:rgba(255,255,255,.04)}

.v10-ecosystem{position:relative;padding:104px 0 112px;background:linear-gradient(160deg,#061b45 0%,#082855 56%,#073d5e 100%);color:#fff}
.v10-ecosystem:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 92%)}
.v10-ecosystem .container{position:relative;z-index:1}
.v10-section-head{display:flex;align-items:end;justify-content:space-between;gap:80px;margin-bottom:42px}
.v10-section-head h2{font-size:clamp(38px,5vw,66px);line-height:1.12;letter-spacing:-.045em;margin:14px 0 0;color:#fff}
html[dir=rtl] .v10-section-head h2{letter-spacing:-.02em}
.v10-section-head>p{max-width:470px;color:#bcd0e2;line-height:1.9;margin:0;font-size:14px}
.v10-ecosystem-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);grid-template-rows:1fr 1fr;gap:18px}
.v10-portfolio-card,.v10-side-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.v10-portfolio-card:hover,.v10-side-card:hover{transform:translateY(-5px);border-color:rgba(126,228,219,.42);box-shadow:0 30px 70px rgba(0,0,0,.18)}
.v10-portfolio-card{grid-row:1/3;min-height:610px;background:linear-gradient(150deg,#f7fcff 0%,#e9f6fb 62%,#d7eef7 100%);color:var(--ink);padding:34px;display:flex;flex-direction:column}
.v10-card-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:4}
.v10-card-top span{font:800 11px/1 var(--font-en);letter-spacing:.15em;color:#7f91a4}
.v10-card-top b{font-size:10px;letter-spacing:.13em;color:inherit;opacity:.65}
.v10-portfolio-copy{position:relative;z-index:4;width:min(52%,520px);margin-top:62px}
.v10-portfolio-copy h3,.v10-side-card h3{font-size:clamp(28px,3.2vw,44px);line-height:1.28;margin:0 0 14px;color:inherit}
.v10-portfolio-copy p,.v10-side-card p{font-size:13px;line-height:1.9;color:#5d728a;margin:0}
.v10-arrow{display:inline-flex;align-items:center;gap:9px;margin-top:26px;font-size:12px;font-weight:800;color:var(--blue);position:relative;z-index:4}
.v10-arrow i{font:700 15px/1 var(--font-en);font-style:normal}
.v10-product-stage{position:absolute;inset:auto -6% 18px 43%;height:76%;z-index:2;direction:ltr}
.v10-product-stage:before{content:"";position:absolute;inset:17% 3% 9%;border-radius:50%;background:radial-gradient(circle,rgba(40,167,232,.28),rgba(12,168,161,.05) 56%,transparent 72%)}
.v10-product-stage:after{content:"";position:absolute;left:12%;right:5%;bottom:4%;height:34px;border-radius:50%;background:rgba(6,27,69,.1);filter:blur(18px)}
.v10-product{position:absolute;bottom:8%;object-fit:contain;filter:drop-shadow(0 22px 16px rgba(6,27,69,.16));max-width:none;z-index:2}
.v10-product.p1{height:57%;left:2%;transform:rotate(-5deg)}.v10-product.p2{height:72%;left:22%;z-index:3}.v10-product.p3{height:61%;left:47%;transform:rotate(3deg)}.v10-product.p4{height:52%;left:69%;transform:rotate(5deg)}
.v10-count-badge{position:absolute;inset:auto auto 30px 34px;display:flex;align-items:baseline;gap:8px;z-index:4}.v10-count-badge strong{font:800 34px/1 var(--font-en);color:var(--ink)}.v10-count-badge span{font-size:10px;color:#6d8196}
.v10-side-card{padding:28px 30px;min-height:296px;display:flex;flex-direction:column;color:#fff}
.v10-brand-card{background:linear-gradient(145deg,#0b2c5c,#0a4e70)}
.v10-brand-card .v10-card-top span,.v10-brand-card .v10-card-top b,.v10-partner-card .v10-card-top span,.v10-partner-card .v10-card-top b{color:#b7cbe0}
.v10-side-content{display:grid;grid-template-columns:120px 1fr;gap:22px;align-items:center;margin-top:auto;margin-bottom:auto;position:relative;z-index:2}
.v10-side-content h3{font-size:26px;color:#fff;margin-bottom:8px}.v10-side-card p{color:#c8daea}
.v10-brand-mark{height:110px;background:#fff;border-radius:22px;display:grid;place-items:center;padding:16px}.v10-brand-mark img{max-height:78px;object-fit:contain}
.v10-side-card .v10-arrow{color:#7ee4db;margin-top:12px}
.v10-partner-card{background:linear-gradient(145deg,#096a7b 0%,#0ca8a1 100%)}
.v10-partner-visual{position:absolute;inset:-30px -16px auto auto;width:220px;height:220px;opacity:.35}.v10-partner-visual i{position:absolute;border:1px solid rgba(255,255,255,.7);border-radius:50%;inset:0}.v10-partner-visual i:nth-child(2){inset:34px}.v10-partner-visual i:nth-child(3){inset:70px;background:rgba(255,255,255,.12)}
.v10-side-content-bottom{grid-template-columns:1fr;margin-top:auto;margin-bottom:0;padding-top:70px}.v10-side-content-bottom h3{font-size:28px}

.v10-trust{padding:100px 0;background:#fff}
.v10-trust-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:94px;align-items:start}
.v10-trust-statement{position:sticky;top:130px}.v10-trust-statement h2{font-size:clamp(38px,4.5vw,62px);line-height:1.18;margin:16px 0 18px;color:var(--ink)}.v10-trust-statement p{font-size:15px;color:#5b6f86;line-height:1.95;max-width:620px;margin:0}
.v10-trust-points{display:grid}
.v10-trust-points article{display:grid;grid-template-columns:62px 1fr;gap:24px;padding:31px 0;border-bottom:1px solid var(--line)}.v10-trust-points article:first-child{padding-top:4px}.v10-trust-points article>span{font:800 11px/1 var(--font-en);letter-spacing:.14em;color:var(--blue);padding-top:8px}.v10-trust-points h3{font-size:23px;margin:0 0 7px}.v10-trust-points p{font-size:13px;color:#687b90;line-height:1.8;margin:0}

.v10-final{padding:0 0 0;background:#fff}
.v10-final-inner{position:relative;overflow:hidden;border-radius:34px 34px 0 0;background:linear-gradient(120deg,#0878d5 0%,#0a90bc 48%,#0ca8a1 100%);color:#fff;padding:58px 62px;display:flex;align-items:center;justify-content:space-between;gap:50px}
.v10-final-inner:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-120px;top:-170px}.v10-final-inner>div{position:relative;z-index:1}.v10-final-inner>div:first-child>span{font-size:10px;letter-spacing:.15em;color:#d9ffff}.v10-final h2{font-size:clamp(30px,4vw,50px);line-height:1.25;margin:10px 0 0;color:#fff}.v10-final-actions{display:flex;align-items:center;gap:18px;flex:0 0 auto}.v10-final-link{font-size:12px;font-weight:800;color:#fff}
body:has(.bpp-home-v10) .footer{padding-top:54px}

@media(max-width:1050px){
 .v10-intro-grid,.v10-trust-grid{grid-template-columns:1fr;gap:44px}.v10-intro-manifesto{min-height:320px}.v10-trust-statement{position:static}
 .v10-ecosystem-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.v10-portfolio-card{grid-column:1/3;grid-row:auto;min-height:560px}.v10-side-card{min-height:280px}
 .v10-section-head{align-items:flex-start;flex-direction:column;gap:18px}.v10-section-head>p{max-width:720px}
}
@media(max-width:760px){
 .bpp-home-v10>.hero .hero-grid{padding-top:34px;padding-bottom:48px}.bpp-home-v10>.hero .hero-visual{height:390px}
 .v10-intro,.v10-ecosystem,.v10-trust{padding:70px 0}.v10-intro-manifesto{padding:30px;border-radius:26px}.v10-intro-manifesto>div:nth-child(2){margin-top:46px}
 .v10-ecosystem-grid{grid-template-columns:1fr}.v10-portfolio-card{grid-column:auto;min-height:600px;padding:26px}.v10-side-card{min-height:260px;padding:24px}
 .v10-portfolio-copy{width:100%;margin-top:42px;max-width:520px}.v10-product-stage{inset:auto -8% 10px 8%;height:48%}.v10-count-badge{bottom:20px;left:26px}
 .v10-side-content{grid-template-columns:90px 1fr}.v10-brand-mark{height:90px}.v10-final-inner{border-radius:26px 26px 0 0;padding:42px 30px;align-items:flex-start;flex-direction:column}.v10-final-actions{flex-wrap:wrap}
}
@media(max-width:520px){
 .v10-intro{padding:58px 0 60px}.v10-intro-copy h2{font-size:36px}.v10-location{border-inline-start:0;padding-inline-start:0;width:100%}
 .v10-intro-manifesto{min-height:330px}.v10-manifesto-points{display:grid}.v10-section-head h2{font-size:38px}.v10-portfolio-card{min-height:560px;border-radius:24px}.v10-product-stage{height:43%;left:2%;right:-15%}.v10-product.p1{left:0}.v10-product.p2{left:22%}.v10-product.p3{left:48%}.v10-product.p4{left:70%}.v10-count-badge{display:none}
 .v10-side-content{grid-template-columns:1fr}.v10-brand-mark{width:120px}.v10-trust-points article{grid-template-columns:42px 1fr;gap:14px}.v10-final h2{font-size:31px}
}

/* ======================================================================
   BIO PURE PHARMA — Signature Corporate System v11
   Premium homepage + cinematic corporate pages. No decorative numbering.
   ====================================================================== */

.bpp-home-v11{background:#fff;overflow:hidden}
.bpp-home-v11>.hero .hero-grid{padding-top:56px;padding-bottom:64px}
.bpp-home-v11>.hero .hero-visual{height:480px}
.bpp-home-v11>.hero{margin-bottom:0}
.v11-eyebrow,.v11-page-eyebrow,.v11-card-label{display:inline-flex;align-items:center;gap:10px;font:800 10px/1.2 var(--font-en);letter-spacing:.15em;text-transform:uppercase;color:var(--blue)}
html[dir=rtl] .v11-eyebrow,html[dir=rtl] .v11-page-eyebrow,html[dir=rtl] .v11-card-label{letter-spacing:.04em}
.v11-eyebrow:after,.v11-page-eyebrow:after{content:"";width:34px;height:1px;background:currentColor;opacity:.75}
.v11-eyebrow-light{color:#77e0d8}
.v11-text-link{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:13px;color:var(--blue)}
.v11-text-link span{font:700 15px/1 var(--font-en)}

/* Intro / market bridge */
.v11-intro{padding:78px 0 84px;background:#fff}
.v11-intro-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;align-items:center}
.v11-intro-copy{max-width:720px}
.v11-intro-copy h2{font-size:clamp(40px,5vw,68px);line-height:1.13;letter-spacing:-.04em;margin:18px 0 18px;color:var(--ink)}
html[dir=rtl] .v11-intro-copy h2{letter-spacing:-.015em}
.v11-intro-copy p{font-size:15px;line-height:2;color:#60748b;margin:0;max-width:680px}
.v11-intro-meta{display:flex;align-items:center;gap:28px;margin-top:26px;flex-wrap:wrap}.v11-intro-meta>span{font-size:11px;color:#8aa0b5;padding-inline-start:26px;border-inline-start:1px solid var(--line)}
.v11-intro-visual{position:relative;min-height:330px;border-radius:32px;overflow:hidden;padding:38px;background:linear-gradient(145deg,#071d49 0%,#0a3265 62%,#087b86 120%);box-shadow:0 32px 80px rgba(6,27,69,.18);display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.v11-intro-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.04),transparent 45%)}
.v11-orbit{position:absolute;border:1px solid rgba(113,226,216,.17);border-radius:50%;pointer-events:none}.v11-orbit-a{width:340px;height:340px;inset:-130px -70px auto auto}.v11-orbit-b{width:210px;height:210px;inset:-62px -3px auto auto}
.v11-bridge-label{position:relative;z-index:2;font-size:10px;letter-spacing:.14em;color:#81e5dc;margin-bottom:12px}
.v11-intro-visual strong{position:relative;z-index:2;max-width:500px;font-size:clamp(27px,3.2vw,42px);line-height:1.35;font-weight:600}
.v11-bridge-pills{position:relative;z-index:2;display:flex;gap:8px;flex-wrap:wrap;margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}
.v11-bridge-pills span{font-size:10px;color:#d8e9f5;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 11px;background:rgba(255,255,255,.04)}

/* Ecosystem */
.v11-ecosystem{position:relative;padding:88px 0 94px;background:linear-gradient(145deg,#061b45 0%,#082a59 58%,#073f5e 100%);color:#fff}
.v11-ecosystem:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(to bottom,black,transparent 95%)}
.v11-ecosystem .container{position:relative;z-index:1}
.v11-section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.65fr);gap:80px;align-items:end;margin-bottom:36px}
.v11-section-head h2{font-size:clamp(42px,5.3vw,70px);line-height:1.08;letter-spacing:-.045em;margin:15px 0 0;color:#fff}.v11-section-head>p{font-size:14px;line-height:1.9;color:#bcd0e2;margin:0;max-width:510px}
html[dir=rtl] .v11-section-head h2{letter-spacing:-.015em}
.v11-ecosystem-grid{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(310px,.72fr);grid-template-rows:1fr 1fr;gap:18px}
.v11-products-card,.v11-brand-card,.v11-partner-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.1);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.v11-products-card:hover,.v11-brand-card:hover,.v11-partner-card:hover{transform:translateY(-4px);border-color:rgba(117,229,220,.38);box-shadow:0 28px 62px rgba(0,0,0,.16)}
.v11-products-card{grid-row:1/3;min-height:570px;background:linear-gradient(145deg,#f8fdff,#eaf6fb 58%,#dceff6);color:var(--ink);padding:34px;display:grid;grid-template-columns:minmax(260px,.85fr) minmax(330px,1.15fr);grid-template-rows:1fr auto;gap:18px 24px;align-items:center}
.v11-products-card:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;border:1px solid rgba(8,120,213,.1);right:-120px;top:-145px}
.v11-products-copy{position:relative;z-index:5;align-self:center}.v11-products-copy h3{font-size:clamp(29px,3.4vw,46px);line-height:1.25;margin:16px 0 14px;color:var(--ink)}.v11-products-copy p{font-size:13px;line-height:1.9;color:#61758b;margin:0;max-width:440px}
.v11-card-link{display:inline-flex;align-items:center;gap:9px;margin-top:24px;font-size:12px;font-weight:800;color:var(--blue);position:relative;z-index:5}.v11-card-link i{font:700 15px/1 var(--font-en);font-style:normal}
.v11-product-gallery{position:relative;min-height:415px;align-self:stretch;direction:ltr;z-index:2;overflow:visible}
.v11-product-halo{position:absolute;inset:9% 2% 9% 4%;border-radius:50%;background:radial-gradient(circle,rgba(40,167,232,.27),rgba(12,168,161,.055) 55%,transparent 72%)}
.v11-product-plinth{position:absolute;left:7%;right:2%;bottom:4%;height:38px;border-radius:50%;background:rgba(6,27,69,.1);filter:blur(17px)}
.v11-product{position:absolute;bottom:8%;object-fit:contain;filter:drop-shadow(0 20px 14px rgba(6,27,69,.16));max-width:none;z-index:2}.v11-p1{height:56%;left:0;transform:rotate(-4deg)}.v11-p2{height:73%;left:22%;z-index:4}.v11-p3{height:61%;left:49%;z-index:3;transform:rotate(2deg)}.v11-p4{height:52%;left:73%;transform:rotate(5deg)}
.v11-products-foot{grid-column:1/-1;display:flex;align-items:baseline;gap:10px;padding-top:16px;border-top:1px solid rgba(6,27,69,.1);position:relative;z-index:6}.v11-products-foot strong{font:800 32px/1 var(--font-en);color:var(--ink)}.v11-products-foot span{font-size:10px;color:#6d8196}
.v11-brand-card,.v11-partner-card{padding:26px 28px;min-height:274px;display:flex;flex-direction:column;color:#fff}
.v11-brand-card{background:linear-gradient(145deg,#0b2d5d,#0b5571)}.v11-brand-card .v11-card-label,.v11-partner-card .v11-card-label{color:#a9d9e5}
.v11-brand-content{display:grid;grid-template-columns:104px 1fr;gap:19px;align-items:center;margin:auto 0;position:relative;z-index:3}.v11-brand-logo{height:96px;border-radius:20px;background:#fff;display:grid;place-items:center;padding:15px}.v11-brand-logo img{max-height:70px;max-width:100%;object-fit:contain}.v11-brand-content h3{font-size:26px;color:#fff;margin:0 0 7px}.v11-brand-content p,.v11-partner-copy p{font-size:12px;line-height:1.8;color:#c8dcea;margin:0}.v11-brand-card .v11-card-link,.v11-partner-card .v11-card-link{color:#7ee4db;margin-top:10px}
.v11-partner-card{background:linear-gradient(145deg,#087485,#0ca8a1)}.v11-network{position:absolute;right:-28px;top:-28px;width:220px;height:220px;opacity:.34}.v11-network>span{position:absolute;border:1px solid rgba(255,255,255,.55);border-radius:50%}.v11-network>span:nth-child(1){inset:0}.v11-network>span:nth-child(2){inset:36px}.v11-network>span:nth-child(3){inset:72px}.v11-network i{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;box-shadow:0 0 0 7px rgba(255,255,255,.08)}.v11-network i:nth-of-type(1){top:38px;left:48px}.v11-network i:nth-of-type(2){top:96px;right:45px}.v11-network i:nth-of-type(3){bottom:36px;left:93px}
.v11-partner-copy{position:relative;z-index:3;margin-top:auto;padding-top:55px}.v11-partner-copy h3{font-size:28px;line-height:1.25;color:#fff;margin:0 0 9px}

/* Trust */
.v11-trust{padding:86px 0;background:linear-gradient(180deg,#fff,#fbfdff)}
.v11-trust-shell{display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:78px;align-items:center}
.v11-trust-copy h2{font-size:clamp(40px,5vw,64px);line-height:1.14;margin:16px 0 17px;color:var(--ink)}.v11-trust-copy p{font-size:14px;color:#62758a;line-height:1.95;margin:0 0 22px;max-width:620px}
.v11-trust-panel{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 24px 70px rgba(6,27,69,.07);padding:28px 34px}.v11-trust-word{position:absolute;inset:-16px auto auto 20px;font:800 95px/1 var(--font-en);letter-spacing:-.05em;color:#edf5f9;pointer-events:none;opacity:.85}.v11-trust-panel article{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:5px;padding:25px 0;border-bottom:1px solid var(--line)}.v11-trust-panel article:last-child{border-bottom:0}.v11-trust-panel h3{font-size:22px;margin:0;color:var(--ink)}.v11-trust-panel p{font-size:12px;line-height:1.8;color:#6b7d90;margin:0}

/* Closing CTA */
.v11-final{padding:0;background:#fff}.v11-final-card{position:relative;overflow:hidden;border-radius:34px 34px 0 0;background:linear-gradient(115deg,#0878d5 0%,#0a91bd 48%,#0ca8a1 100%);color:#fff;padding:52px 58px;display:flex;align-items:center;justify-content:space-between;gap:42px}.v11-final-card:before{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-120px;top:-175px}.v11-final-card>div{position:relative;z-index:2}.v11-final-card>div:first-child>span{font-size:10px;letter-spacing:.15em;color:#d9ffff}.v11-final-card h2{font-size:clamp(30px,4vw,50px);line-height:1.24;margin:9px 0 0;color:#fff}.v11-final-actions{display:flex;align-items:center;gap:17px;flex:0 0 auto}.v11-final-link{font-size:12px;font-weight:800;color:#fff}
body:has(.bpp-home-v11) .footer{padding-top:50px}

/* ----------------------------------------------------------------------
   Signature corporate internal pages
   ---------------------------------------------------------------------- */
.v11-page{background:#fff;overflow:hidden}
.v11-page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fbfd 0%,#fff 52%,#eef8fb 100%);border-bottom:1px solid #e5eef3;padding:58px 0 54px}
.v11-page-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(40,167,232,.13),transparent 68%);inset:auto -170px -300px auto;pointer-events:none}
.v11-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.75fr);gap:62px;align-items:center;position:relative;z-index:2}
.v11-page-hero-copy h1{font-size:clamp(48px,6.2vw,78px);line-height:1.06;letter-spacing:-.04em;margin:15px 0 19px;color:var(--ink)}html[dir=rtl] .v11-page-hero-copy h1{letter-spacing:-.015em}.v11-page-lead{font-size:clamp(16px,1.8vw,20px);line-height:1.85;color:#64778d;max-width:800px}.v11-page-lead p{margin:0}.v11-page-hero-rule{width:94px;height:2px;background:linear-gradient(90deg,var(--blue),var(--teal));margin-top:24px;border-radius:99px}
.v11-page-visual{position:relative;min-height:330px;border-radius:32px;overflow:hidden;background:linear-gradient(145deg,#f4fbfe,#e9f5f9);border:1px solid rgba(8,120,213,.12);box-shadow:0 28px 80px rgba(6,27,69,.08)}
.v11-page-glow{position:absolute;inset:8% 7%;border-radius:50%;background:radial-gradient(circle,rgba(40,167,232,.24),rgba(12,168,161,.04) 56%,transparent 72%)}
.v11-page-product-stage{position:absolute;inset:20px 18px 26px;direction:ltr}.v11-page-prod{position:absolute;bottom:7%;object-fit:contain;filter:drop-shadow(0 20px 14px rgba(6,27,69,.16));max-width:none}.v11-page-prod.p1{height:54%;left:7%;transform:rotate(-4deg)}.v11-page-prod.p2{height:72%;left:35%;z-index:3}.v11-page-prod.p3{height:57%;left:63%;transform:rotate(4deg)}
.v11-page-visual-caption{position:absolute;left:26px;bottom:22px;display:flex;align-items:baseline;gap:10px;z-index:4}.v11-page-visual-caption span{font-size:9px;letter-spacing:.13em;color:#7390a7}.v11-page-visual-caption strong{font:800 22px/1 var(--font-en);color:var(--ink)}
.v11-brand-stage{position:absolute;inset:0}.v11-brand-stage-ring{position:absolute;width:330px;height:330px;border:1px solid rgba(12,168,161,.18);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.v11-brand-stage-ring:before,.v11-brand-stage-ring:after{content:"";position:absolute;border:1px solid rgba(8,120,213,.12);border-radius:50%}.v11-brand-stage-ring:before{inset:38px}.v11-brand-stage-ring:after{inset:78px}.v11-brand-stage-logo{position:absolute;width:150px;height:150px;border-radius:30px;background:#fff;display:grid;place-items:center;padding:22px;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 25px 70px rgba(6,27,69,.12);z-index:3}.v11-brand-stage-logo img{max-width:100%;max-height:105px;object-fit:contain}.v11-brand-prod{position:absolute;bottom:15px;object-fit:contain;filter:drop-shadow(0 16px 12px rgba(6,27,69,.15));z-index:2}.v11-brand-prod.bp1{height:44%;left:7%;transform:rotate(-5deg)}.v11-brand-prod.bp2{height:48%;right:6%;transform:rotate(5deg)}
.v11-partner-stage{position:absolute;inset:0;background:linear-gradient(145deg,#082a59,#087c87);color:#fff}.v11-partner-ring{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.v11-partner-ring.r1{width:290px;height:290px}.v11-partner-ring.r2{width:205px;height:205px}.v11-partner-ring.r3{width:122px;height:122px}.v11-partner-stage>span{position:absolute;width:10px;height:10px;border-radius:50%;background:#7ee4db;box-shadow:0 0 0 9px rgba(126,228,219,.08)}.v11-partner-stage .n1{left:21%;top:28%}.v11-partner-stage .n2{right:19%;top:34%}.v11-partner-stage .n3{left:29%;bottom:19%}.v11-partner-stage .n4{right:28%;bottom:24%}.v11-partner-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105px;height:105px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;font-weight:800;font-size:14px;letter-spacing:.1em}.v11-partner-caption{position:absolute;bottom:24px;left:28px;right:28px;text-align:center;font-size:10px;color:#cce8ed;letter-spacing:.08em}
.v11-quality-stage{position:absolute;inset:0;background:linear-gradient(145deg,#061b45,#0a5470);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.v11-quality-seal{width:108px;height:108px;border:1px solid rgba(126,228,219,.35);border-radius:50%;display:grid;place-items:center;margin-bottom:5px;box-shadow:0 0 0 18px rgba(126,228,219,.04)}.v11-quality-seal span{width:34px;height:18px;border-left:4px solid #7ee4db;border-bottom:4px solid #7ee4db;transform:rotate(-45deg) translate(2px,-3px)}.v11-quality-stage strong{font-size:32px}.v11-quality-stage p{font-size:10px;color:#c4dce6;margin:0;letter-spacing:.05em}
.v11-contact-stage{position:absolute;inset:0;padding:34px;background:linear-gradient(145deg,#071d49,#0a3769);display:flex;flex-direction:column;justify-content:center;gap:13px;color:#fff}.v11-contact-stage .v11-card-label{color:#78e0d7}.v11-contact-stage a{color:#fff;font-size:21px;font-weight:700}.v11-contact-stage p{color:#bcd1e2;font-size:12px;line-height:1.7;margin:3px 0 0;max-width:330px}.v11-contact-pulse{position:absolute;width:220px;height:220px;border-radius:50%;border:1px solid rgba(126,228,219,.16);right:-80px;bottom:-100px;box-shadow:0 0 0 38px rgba(126,228,219,.03),0 0 0 76px rgba(126,228,219,.025)}
.v11-generic-stage{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#061b45,#0a5470);color:#fff}.v11-generic-stage span{font-weight:800;letter-spacing:.14em}

.v11-page-section{padding:70px 0;background:#fff}.v11-page-section+.v11-page-section{padding-top:18px}.v11-page-section-head{margin-bottom:32px;max-width:880px}.v11-page-section-head h2{font-size:clamp(34px,4.4vw,56px);line-height:1.18;margin:14px 0 0;color:var(--ink)}.v11-page-section-head p{font-size:14px;color:#63768b;line-height:1.9;margin:16px 0 0;max-width:720px}
.v11-about-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.v11-about-card{position:relative;overflow:hidden;padding:30px;border-radius:25px;border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f7fbfd);box-shadow:0 14px 42px rgba(6,27,69,.04)}.v11-about-accent{width:50px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--teal));margin-bottom:22px}.v11-about-card h3{font-size:24px;margin:0 0 12px;color:var(--ink)}.v11-about-card p{font-size:13px;color:#65798e;line-height:1.9;margin:0}
.v11-page-cta{padding:0;background:#fff}.v11-page-cta-inner{padding:42px 46px;border-radius:28px 28px 0 0;background:linear-gradient(135deg,#f0f8fc,#e8f5f8);display:flex;align-items:center;justify-content:space-between;gap:32px}.v11-page-cta-inner h2{font-size:clamp(29px,4vw,46px);margin:8px 0 0}.v11-page-cta-dark .v11-page-cta-inner{background:linear-gradient(120deg,#061b45,#087382);color:#fff}.v11-page-cta-dark h2,.v11-page-cta-dark .v11-page-eyebrow{color:#fff}
.v11-products-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);gap:50px;max-width:none;align-items:end}.v11-page-categories{padding-top:58px;padding-bottom:46px;background:linear-gradient(180deg,#fff,#fbfdff)}.v11-page-products{padding-top:54px!important}.v11-page-products .product-grid{margin-top:20px}
.v11-brand-directory{display:grid;gap:20px}.v11-brand-directory-card{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:42px;align-items:center;padding:34px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,#fff,#f4fafc);box-shadow:0 18px 58px rgba(6,27,69,.05)}.v11-brand-directory-logo{min-height:210px;border-radius:24px;background:#fff;display:grid;place-items:center;padding:28px;border:1px solid #edf2f5}.v11-brand-directory-logo img{max-width:220px;max-height:150px;object-fit:contain}.v11-brand-directory-card h2{font-size:40px;margin:12px 0 10px}.v11-brand-directory-card p{color:#64778c;line-height:1.9}.v11-brand-facts{display:flex;gap:26px;margin:20px 0}.v11-brand-facts span{display:flex;gap:7px;align-items:baseline}.v11-brand-facts b{font:800 25px/1 var(--font-en)}.v11-brand-facts em{font-style:normal;font-size:10px;color:#7b8ea1}
.v11-partner-page-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(470px,1.2fr);gap:70px;align-items:start}.v11-partner-steps{position:relative;padding-inline-start:28px}.v11-partner-steps:before{content:"";position:absolute;top:15px;bottom:15px;inset-inline-start:5px;width:1px;background:linear-gradient(var(--blue),var(--teal))}.v11-partner-steps article{position:relative;display:grid;grid-template-columns:20px 1fr;gap:20px;padding:0 0 32px}.v11-step-dot{width:11px;height:11px;border-radius:50%;background:#fff;border:3px solid var(--blue);margin-top:8px;box-shadow:0 0 0 6px rgba(8,120,213,.06)}.v11-partner-steps h3{font-size:22px;margin:0 0 7px}.v11-partner-steps p{font-size:13px;color:#687b90;line-height:1.8;margin:0}
.v11-quality-page{background:linear-gradient(180deg,#fff,#fbfdff)}.v11-quality-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(470px,1.15fr);gap:74px}.v11-quality-copy h2{font-size:clamp(36px,4.5vw,58px);line-height:1.18;margin:15px 0}.v11-quality-copy p{font-size:14px;line-height:1.9;color:#64778c}.v11-quality-list{display:grid}.v11-quality-list article{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid var(--line)}.v11-quality-line{width:28px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--teal));margin-top:12px}.v11-quality-list h3{font-size:22px;margin:0 0 7px}.v11-quality-list p{font-size:13px;color:#697c90;line-height:1.8;margin:0}
.v11-contact-page{background:linear-gradient(180deg,#fff,#f7fbfd)}

@media(max-width:1080px){
 .v11-intro-shell,.v11-trust-shell,.v11-page-hero-grid,.v11-quality-grid,.v11-partner-page-grid{grid-template-columns:1fr;gap:40px}.v11-intro-visual,.v11-page-visual{min-height:300px}.v11-ecosystem-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.v11-products-card{grid-column:1/3;grid-row:auto;min-height:530px}.v11-section-head{grid-template-columns:1fr;gap:17px}.v11-products-head{grid-template-columns:1fr}.v11-about-grid{grid-template-columns:1fr 1fr}.v11-page-visual{max-width:680px}
}
@media(max-width:760px){
 .bpp-home-v11>.hero .hero-grid{padding-top:34px;padding-bottom:48px}.bpp-home-v11>.hero .hero-visual{height:390px}
 .v11-intro,.v11-ecosystem,.v11-trust{padding:62px 0}.v11-intro-visual{padding:28px;border-radius:26px}.v11-intro-meta>span{border:0;padding-inline-start:0;width:100%}
 .v11-ecosystem-grid{grid-template-columns:1fr}.v11-products-card{grid-column:auto;min-height:680px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;padding:25px}.v11-product-gallery{min-height:360px}.v11-brand-card,.v11-partner-card{min-height:250px;padding:24px}.v11-brand-content{grid-template-columns:88px 1fr}.v11-brand-logo{height:84px}.v11-trust-panel{padding:24px}.v11-final-card{border-radius:26px 26px 0 0;padding:40px 28px;align-items:flex-start;flex-direction:column}.v11-final-actions{flex-wrap:wrap}
 .v11-page-hero{padding:42px 0 40px}.v11-page-hero-grid{gap:28px}.v11-page-hero-copy h1{font-size:43px}.v11-page-visual{min-height:270px;border-radius:26px}.v11-page-section{padding:54px 0}.v11-about-grid{grid-template-columns:1fr}.v11-page-cta-inner{align-items:flex-start;flex-direction:column;padding:34px 28px}.v11-brand-directory-card{grid-template-columns:1fr;padding:24px}.v11-brand-directory-logo{min-height:160px}.v11-products-head{gap:15px}.v11-quality-grid{gap:34px}.v11-partner-page-grid{gap:34px}
}
@media(max-width:520px){
 .v11-intro-copy h2{font-size:36px}.v11-section-head h2{font-size:39px}.v11-products-card{min-height:630px;border-radius:24px}.v11-products-copy h3{font-size:30px}.v11-product-gallery{min-height:320px}.v11-product{bottom:6%}.v11-p1{height:49%;left:-1%}.v11-p2{height:64%;left:21%}.v11-p3{height:54%;left:48%}.v11-p4{height:46%;left:72%}.v11-products-foot{padding-top:12px}.v11-brand-content{grid-template-columns:1fr}.v11-brand-logo{width:110px}.v11-trust-word{font-size:68px}.v11-page-hero-copy h1{font-size:38px}.v11-page-visual{min-height:245px}.v11-page-prod.p1{height:48%;left:1%}.v11-page-prod.p2{height:64%;left:33%}.v11-page-prod.p3{height:50%;left:64%}.v11-brand-stage-logo{width:120px;height:120px}.v11-brand-prod.bp1,.v11-brand-prod.bp2{height:38%}.v11-contact-stage a{font-size:17px}.v11-page-section-head h2{font-size:34px}.v11-quality-list article{grid-template-columns:32px 1fr;gap:12px}
}


/* =============================================================
   BIO PURE PHARMA — Refined Visual Fix v12
   - removes public portfolio totals / decorative numbering
   - reserves a dedicated copy zone above the product imagery
   - prevents typography from covering products at any desktop width
   - tightens typography and spacing without touching CMS behavior
   ============================================================= */
.bpp-home-v11 .hero-note b{display:none!important}
.bpp-home-v11 .hero-note{gap:0;padding:9px 14px;font-weight:700;background:rgba(255,255,255,.9)}
.bpp-home-v11 .trust-row strong{font-family:var(--font-ar);font-size:15px;line-height:1.35;font-weight:800}
html[lang=en] .bpp-home-v11 .trust-row strong{font-family:var(--font-en)}
.bpp-home-v11 .trust-row span{font-size:10px;margin-top:3px}

/* Product signature card: COPY and VISUAL are separate rows. */
.v11-products-card{
  grid-template-columns:1fr!important;
  grid-template-rows:auto minmax(330px,1fr)!important;
  gap:10px!important;
  align-items:stretch!important;
  min-height:590px!important;
  padding:32px 32px 18px!important;
}
.v11-products-copy{
  grid-column:1!important;
  grid-row:1!important;
  position:relative!important;
  z-index:8!important;
  width:min(100%,680px)!important;
  max-width:680px!important;
  margin:0!important;
  justify-self:end!important;
  align-self:start!important;
}
.v11-products-copy h3{
  font-size:clamp(27px,2.7vw,38px)!important;
  line-height:1.28!important;
  margin:10px 0 10px!important;
  max-width:610px!important;
}
.v11-products-copy p{
  font-size:12.5px!important;
  line-height:1.85!important;
  max-width:620px!important;
}
.v11-products-copy .v11-card-link{margin-top:12px!important}
.v11-product-gallery{
  grid-column:1!important;
  grid-row:2!important;
  min-height:335px!important;
  height:100%!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.45),rgba(228,243,249,.58));
  margin-top:2px!important;
}
.v11-product-halo{inset:7% 5% 5%!important}
.v11-product-plinth{left:9%!important;right:9%!important;bottom:5%!important}
.v11-product{bottom:7%!important}
.v11-p1{height:52%!important;left:5%!important}.v11-p2{height:68%!important;left:25%!important}.v11-p3{height:57%!important;left:51%!important}.v11-p4{height:49%!important;left:74%!important}
.v11-products-foot{display:none!important}

/* Remove public inventory totals / count labels. */
#resultsCount{display:none!important}
.v12-brand-facts b{font-size:18px!important;letter-spacing:0!important}
.v12-brand-facts em{font-size:10px!important}

/* More elegant internal-page typography and rhythm. */
.v11-page-hero{padding:48px 0 44px!important}
.v11-page-hero-copy h1{font-size:clamp(44px,5.3vw,68px)!important;line-height:1.1!important}
.v11-page-lead{font-size:clamp(15px,1.55vw,18px)!important;line-height:1.82!important}
.v11-page-section{padding:58px 0!important}
.v11-page-section+.v11-page-section{padding-top:22px!important}
.v11-page-section-head{margin-bottom:26px!important}
.v11-page-section-head h2{font-size:clamp(31px,3.8vw,48px)!important}
.v11-page-categories{padding-top:42px!important;padding-bottom:34px!important}
.v11-page-products{padding-top:38px!important}

@media(max-width:1080px){
  .v11-products-card{min-height:610px!important;grid-template-rows:auto minmax(350px,1fr)!important}
  .v11-products-copy{justify-self:start!important}
}
@media(max-width:760px){
  .v11-products-card{min-height:620px!important;padding:24px 22px 16px!important;grid-template-rows:auto minmax(330px,1fr)!important}
  .v11-products-copy h3{font-size:30px!important}
  .v11-product-gallery{min-height:330px!important}
  .v11-p1{height:47%!important;left:0!important}.v11-p2{height:62%!important;left:21%!important}.v11-p3{height:52%!important;left:48%!important}.v11-p4{height:45%!important;left:72%!important}
  .v11-page-hero{padding:36px 0!important}.v11-page-section{padding:46px 0!important}
}
@media(max-width:520px){
  .v11-products-card{min-height:590px!important;grid-template-rows:auto minmax(300px,1fr)!important}
  .v11-products-copy h3{font-size:27px!important}
  .v11-products-copy p{font-size:12px!important}
  .v11-product-gallery{min-height:300px!important}
}

/* =============================================================
   BIO PURE PHARMA — Refined Visual Fix v12 FINAL
   User-approved direction refinements:
   • no public inventory/category totals or decorative numbering
   • calmer premium typography with deliberate line-height
   • product imagery and copy never overlap
   • tighter, more intentional page rhythm
   ============================================================= */

/* 1) Remove all public-facing numeric portfolio/category UI. */
.bpp-home-v11 .trust-row,
.bpp-home-v11 .hero-note,
.cat-count,
.category-card .cat-copy > p,
#resultsCount,
.v11-products-foot,
.v10-count-badge{display:none!important}

/* Avoid any legacy numeric badge generated by older cached markup. */
.bpp-home-v11 .hero-note b,
.bpp-home-v11 .hero-note strong{display:none!important}

/* 2) Homepage hero: calmer scale, stronger hierarchy, more breathing room. */
.bpp-home-v11 > .hero{min-height:auto!important}
.bpp-home-v11 > .hero .hero-grid{
  min-height:0!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:64px!important;
  padding-top:52px!important;
  padding-bottom:70px!important;
  align-items:center!important;
}
.bpp-home-v11 .hero-copy{max-width:590px!important}
.bpp-home-v11 .hero h1{
  font-size:clamp(42px,4.35vw,60px)!important;
  line-height:1.16!important;
  letter-spacing:-.022em!important;
  margin:18px 0 20px!important;
  text-wrap:balance;
}
html[dir=rtl] .bpp-home-v11 .hero h1{letter-spacing:-.01em!important}
.bpp-home-v11 .hero-lead{
  max-width:570px!important;
  font-size:16px!important;
  line-height:1.95!important;
  margin:0!important;
}
.bpp-home-v11 .hero-actions{margin-top:24px!important;gap:10px!important}
.bpp-home-v11 > .hero .hero-visual{height:470px!important}
.bpp-home-v11 .product-stage{inset:58px 8px 24px!important;border-radius:32px!important}
.bpp-home-v11 .stage-label{top:22px!important;inset-inline-start:26px!important}
.bpp-home-v11 .stage-label strong{font-size:12px!important;line-height:1.55!important}
.bpp-home-v11 .hero-products{inset:82px 22px 20px!important}
.bpp-home-v11 .hero-wave{bottom:-112px!important}

/* 3) Signature product card: dedicated side-by-side copy / product stage. */
.v11-products-card{
  min-height:500px!important;
  display:grid!important;
  grid-template-columns:minmax(260px,.78fr) minmax(420px,1.22fr)!important;
  grid-template-rows:1fr!important;
  gap:28px!important;
  align-items:stretch!important;
  padding:30px!important;
}
.v11-products-copy{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  max-width:420px!important;
  margin:0!important;
  align-self:center!important;
  justify-self:start!important;
  position:relative!important;
  z-index:6!important;
}
.v11-products-copy h3{
  font-size:clamp(27px,2.45vw,36px)!important;
  line-height:1.3!important;
  margin:10px 0 12px!important;
  max-width:390px!important;
  text-wrap:balance;
}
.v11-products-copy p{
  max-width:390px!important;
  font-size:12.5px!important;
  line-height:1.9!important;
  margin:0!important;
}
.v11-products-copy .v11-card-link{margin-top:16px!important}
.v11-product-gallery{
  grid-column:2!important;
  grid-row:1!important;
  min-height:420px!important;
  height:100%!important;
  margin:0!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,rgba(255,255,255,.62),rgba(224,241,248,.78))!important;
  position:relative!important;
}
.v11-product-halo{inset:8% 5% 6%!important}
.v11-product-plinth{left:7%!important;right:7%!important;bottom:6%!important}
.v11-product{bottom:8%!important;max-width:none!important}
.v11-p1{height:48%!important;left:2%!important}
.v11-p2{height:64%!important;left:23%!important}
.v11-p3{height:54%!important;left:50%!important}
.v11-p4{height:46%!important;left:74%!important}

/* 4) Internal pages: remove oversized/crowded typography and excess white space. */
.v11-page-hero{padding:42px 0 40px!important}
.v11-page-hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr)!important;
  gap:52px!important;
  align-items:center!important;
}
.v11-page-hero-copy{max-width:760px!important}
.v11-page-hero-copy h1{
  font-size:clamp(40px,4.55vw,58px)!important;
  line-height:1.17!important;
  letter-spacing:-.018em!important;
  margin:13px 0 16px!important;
  text-wrap:balance;
}
html[dir=rtl] .v11-page-hero-copy h1{letter-spacing:-.006em!important}
.v11-page-lead{
  max-width:720px!important;
  font-size:clamp(15px,1.35vw,17px)!important;
  line-height:1.95!important;
}
.v11-page-hero-rule{margin-top:20px!important;width:76px!important}
.v11-page-visual{min-height:300px!important;border-radius:28px!important}
.v11-page-section{padding:50px 0!important}
.v11-page-section + .v11-page-section{padding-top:18px!important}
.v11-page-section-head{margin-bottom:24px!important}
.v11-page-section-head h2,
.v11-quality-copy h2{
  font-size:clamp(30px,3.25vw,42px)!important;
  line-height:1.28!important;
  letter-spacing:-.012em!important;
  text-wrap:balance;
}
.v11-section-head h2,
.v11-intro-copy h2,
.v11-trust-copy h2{
  font-size:clamp(32px,3.55vw,46px)!important;
  line-height:1.27!important;
  text-wrap:balance;
}
.v11-section-head{gap:52px!important;margin-bottom:30px!important}
.v11-final-card h2{font-size:clamp(28px,3.6vw,44px)!important;line-height:1.28!important}
.v11-contact-stage a{font-size:clamp(18px,2vw,25px)!important;line-height:1.55!important}
.v11-contact-stage p{font-size:12px!important;line-height:1.85!important}

/* Product/category page: no visible category quantities, no count-first presentation. */
.v11-page-categories .category-card .cat-count,
.v11-page-categories .category-card .cat-copy > p{display:none!important}
.v11-page-categories .category-card h3{margin-bottom:12px!important}
.v11-page-products .results-meta{min-height:0!important}
.v11-page-products .results-meta #resultsCount{display:none!important}

/* Brand facts are descriptive only; never look like public inventory counters. */
.v12-brand-facts{gap:18px!important;flex-wrap:wrap!important}
.v12-brand-facts span{padding:8px 11px;border:1px solid #e4edf3;border-radius:999px;background:#fff}
.v12-brand-facts b{font-family:inherit!important;font-size:11px!important;font-weight:800!important}
.v12-brand-facts em{font-size:10px!important}

/* 5) Responsive typography and collision prevention. */
@media(max-width:1080px){
  .bpp-home-v11 > .hero .hero-grid{grid-template-columns:1fr!important;gap:30px!important;padding-top:42px!important;padding-bottom:54px!important}
  .bpp-home-v11 .hero-copy{max-width:720px!important;margin-inline:auto!important;text-align:center!important}
  .bpp-home-v11 .eyebrow,.bpp-home-v11 .hero-actions{justify-content:center!important}
  .bpp-home-v11 .hero-lead{margin-inline:auto!important}
  .bpp-home-v11 > .hero .hero-visual{height:420px!important;max-width:720px!important;width:100%!important;margin-inline:auto!important}
  .v11-products-card{grid-template-columns:1fr!important;grid-template-rows:auto minmax(360px,1fr)!important;min-height:650px!important}
  .v11-products-copy{grid-column:1!important;grid-row:1!important;max-width:620px!important}
  .v11-product-gallery{grid-column:1!important;grid-row:2!important;min-height:360px!important}
  .v11-page-hero-grid{grid-template-columns:1fr!important;gap:28px!important}
  .v11-page-visual{max-width:680px!important;min-height:285px!important}
}
@media(max-width:760px){
  .bpp-home-v11 .hero h1{font-size:clamp(38px,9vw,50px)!important;line-height:1.2!important}
  .bpp-home-v11 .hero-lead{font-size:15px!important;line-height:1.9!important}
  .bpp-home-v11 > .hero .hero-visual{height:370px!important}
  .bpp-home-v11 .product-stage{inset:42px 0 14px!important}
  .v11-products-card{min-height:600px!important;padding:22px!important;grid-template-rows:auto minmax(315px,1fr)!important}
  .v11-product-gallery{min-height:315px!important}
  .v11-products-copy h3{font-size:28px!important;line-height:1.35!important}
  .v11-page-hero{padding:34px 0 32px!important}
  .v11-page-hero-copy h1{font-size:clamp(36px,8vw,46px)!important;line-height:1.2!important}
  .v11-page-lead{font-size:15px!important;line-height:1.9!important}
  .v11-page-section{padding:42px 0!important}
  .v11-page-section-head h2,.v11-quality-copy h2{font-size:clamp(28px,7vw,36px)!important}
}
@media(max-width:520px){
  .bpp-home-v11 .hero h1{font-size:38px!important;line-height:1.22!important}
  .bpp-home-v11 > .hero .hero-visual{height:330px!important}
  .v11-products-card{min-height:560px!important;padding:18px!important;grid-template-rows:auto minmax(285px,1fr)!important}
  .v11-product-gallery{min-height:285px!important}
  .v11-p1{height:44%!important;left:-2%!important}.v11-p2{height:58%!important;left:20%!important}.v11-p3{height:49%!important;left:48%!important}.v11-p4{height:42%!important;left:73%!important}
  .v11-page-hero-copy h1{font-size:34px!important}
  .v11-page-visual{min-height:230px!important}
}


/* Descriptive brand facts only — no public numerical counters. */
.brand-facts-text{display:flex!important;gap:8px!important;flex-wrap:wrap!important}
.brand-facts-text span{padding:8px 11px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important}
.brand-facts-text em{font-style:normal!important;font-size:10px!important;color:inherit!important;opacity:.88!important}

/* =========================================================
   BIO PURE PHARMA — Final CMS Integration v13
   Page Hero Image selected from Admin > Pages now renders.
   ========================================================= */
.v13-page-custom-hero{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;border-radius:inherit;background:linear-gradient(145deg,#f7fbfe,#eaf6fb)}
.v13-page-custom-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(8,120,213,.025));pointer-events:none}
.v13-page-custom-hero img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center;padding:0}
@media(max-width:560px){.v13-page-custom-hero img{padding:0}}

/* Keep public storytelling non-numeric; counts remain available only inside Admin. */
.principles .number,
.feature-icon,
.quality-list > div > span:first-child,
.partner-path b,
.cat-count{display:none!important}
.quality-list > div,.partner-path > div{grid-template-columns:1fr!important;padding-inline-start:0!important}

/* Direct category / brand pages use CMS-managed hero media. */
.entity-landing-hero{padding:58px 0 46px;background:radial-gradient(circle at 86% 20%,rgba(40,167,232,.13),transparent 30%),linear-gradient(180deg,#fbfdff,#f2f9fc);border-bottom:1px solid rgba(216,229,238,.8)}
.entity-landing-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:58px;align-items:center}
.entity-landing-copy h1{font-size:clamp(40px,5vw,60px);line-height:1.13;margin:14px 0 18px;letter-spacing:-.025em}
.entity-landing-copy p{max-width:720px;color:#60748a;font-size:16px;line-height:1.9;margin:0}
.entity-brand-title{font-family:var(--font-en);letter-spacing:-.035em}
.entity-landing-visual{min-height:300px;border:1px solid rgba(8,120,213,.11);border-radius:28px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 24px 65px rgba(6,27,69,.07)}
.entity-landing-visual img{width:100%;height:300px;object-fit:contain;object-position:center;padding:24px}
.entity-landing-visual .entity-logo-hero{max-width:280px;height:190px;padding:28px}
.entity-landing-mark{font:800 22px/1.2 var(--font-en);letter-spacing:.08em;color:#a8b8c8}
.entity-page .products-section{padding-top:54px}
.entity-page .results-meta #resultsCount{display:none!important}
@media(max-width:880px){.entity-landing-grid{grid-template-columns:1fr;gap:28px}.entity-landing-visual{min-height:240px}.entity-landing-visual img{height:240px}.entity-landing-hero{padding:42px 0 34px}}

/* Public-facing portfolio size is intentionally not exposed. */
.results-meta #resultsCount{display:none!important}

/* v14.2 — CMS-controlled category card artwork */
.cat-visual .cat-category-image{position:absolute;z-index:5;inset:16px 18px;width:calc(100% - 36px);height:calc(100% - 32px);object-fit:contain;object-position:center;display:block;border-radius:18px;filter:drop-shadow(0 15px 14px rgba(6,27,69,.10));transition:transform .35s ease}
.category-card:hover .cat-category-image{transform:translateY(-4px) scale(1.015)}
@media(max-width:560px){.cat-visual .cat-category-image{inset:12px 14px;width:calc(100% - 28px);height:calc(100% - 24px)}}

/* BIO PURE PHARMA v16 — category-first product discovery */
.v16-category-intro{max-width:520px;display:grid;justify-items:start;gap:14px}
html[dir=rtl] .v16-category-intro{justify-items:end;text-align:right}
.v16-category-intro p{margin:0;color:var(--muted);font-size:15px;line-height:1.9}
.v16-show-all-products,.v16-back-to-categories{appearance:none;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:10px 17px;font:700 12px/1.2 inherit;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease}
.v16-show-all-products:hover,.v16-back-to-categories:hover{transform:translateY(-1px);border-color:rgba(8,120,213,.38);color:var(--blue);box-shadow:0 10px 24px rgba(6,27,69,.07)}
.v16-show-all-products:focus-visible,.v16-back-to-categories:focus-visible{outline:3px solid rgba(8,120,213,.22);outline-offset:3px}
.v16-products-gated[hidden]{display:none!important}
.v16-products-gated.v16-products-visible{animation:bppProductsReveal .38s ease both}
@keyframes bppProductsReveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.v16-products-gated .product-head{align-items:center}
.v16-back-to-categories{flex:0 0 auto}
@media (prefers-reduced-motion:reduce){.v16-products-gated.v16-products-visible{animation:none}}
@media (max-width:760px){.v16-category-intro{max-width:none;justify-items:stretch}.v16-category-intro p{font-size:14px}.v16-show-all-products,.v16-back-to-categories{width:100%;justify-content:center}.v16-products-gated .product-head{align-items:stretch}}

/* BIO PURE PHARMA v16.4 — admin-managed category icons + homepage hero artwork */
.cat-icon .cat-custom-icon{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;object-fit:contain!important;display:block!important;margin:0!important;filter:none!important;transform:none!important}
.hero-products.hero-products-custom{inset:76px 18px 14px!important;display:grid!important;place-items:end center!important;overflow:visible!important}
.hero-products.hero-products-custom .hero-artwork-custom{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center bottom!important;margin:0!important;transform:none!important;filter:drop-shadow(0 18px 15px rgba(6,27,69,.15))!important;transition:transform .35s ease!important}
.hero-products.hero-products-custom .hero-artwork-custom:hover{transform:translateY(-3px) scale(1.005)!important}
@media(max-width:560px){.hero-products.hero-products-custom{inset:66px 10px 10px!important}.cat-icon .cat-custom-icon{width:27px!important;height:27px!important;max-width:27px!important;max-height:27px!important}}

/* BIO PURE PHARMA v16.5 — homepage Product Portfolio artwork override */
.v11-product-gallery.v16-portfolio-gallery-custom{display:grid;place-items:center;overflow:visible}
.v11-product-gallery.v16-portfolio-gallery-custom .v16-portfolio-artwork{position:relative;z-index:4;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;filter:drop-shadow(0 20px 16px rgba(6,27,69,.16));transform:none;margin:0;padding:0}
.v11-product-gallery.v16-portfolio-gallery-custom .v11-product-halo{z-index:1}
.v11-product-gallery.v16-portfolio-gallery-custom .v11-product-plinth{z-index:2}
@media(max-width:760px){.v11-product-gallery.v16-portfolio-gallery-custom .v16-portfolio-artwork{max-height:320px}}

