:root{--ink:#0f172a;--muted:#64748b;--soft:#f8fafc;--line:#e2e8f0;--teal:#0f766e;--teal2:#14b8a6;--mint:#ccfbf1;--gold:#d6a84f;--white:#fff;--danger:#991b1b;--amber:#fffbeb;--shadow:0 18px 50px rgba(15,23,42,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,svg{max-width:100%}.top-strip{background:#0f172a;color:#ccfbf1;text-align:center;font-size:13px;padding:8px 16px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.top-strip span{position:relative}.top-strip span:not(:last-child):after{content:"";position:absolute;right:-11px;top:50%;width:4px;height:4px;border-radius:50%;background:#14b8a6}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.9);display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,5vw,72px);transition:box-shadow .2s ease,background .2s ease}.site-header.scrolled{box-shadow:0 14px 34px rgba(15,23,42,.08);background:rgba(255,255,255,.96)}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:44px;height:44px;border-radius:17px;background:linear-gradient(135deg,#0f766e,#14b8a6);display:grid;place-items:center;color:white;font-weight:900;box-shadow:0 12px 26px rgba(15,118,110,.24)}.brand-mark span{display:grid;place-items:center;width:30px;height:30px;border-radius:12px;background:rgba(255,255,255,.14)}.brand strong{display:block;font-size:21px;letter-spacing:-.04em}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:-3px}.main-nav{display:flex;align-items:center;gap:22px;font-weight:800;font-size:14px}.main-nav a:not(.nav-cta){color:#334155}.main-nav a:hover{color:var(--teal)}.nav-cta{background:var(--ink);color:white;padding:10px 16px;border-radius:999px;box-shadow:0 10px 25px rgba(15,23,42,.16)}.menu-toggle{display:none;border:1px solid var(--line);border-radius:12px;background:white;padding:10px 14px;font-weight:900}.hero{display:grid;grid-template-columns:minmax(0,1.07fr) minmax(320px,.78fr);gap:42px;align-items:center;padding:clamp(54px,8vw,104px) clamp(18px,5vw,72px);background:radial-gradient(circle at top left,#ccfbf1 0,transparent 32%),radial-gradient(circle at 80% 15%,rgba(214,168,79,.14),transparent 26%),linear-gradient(135deg,#f8fafc,#fff)}.hero h1,.page-hero h1{font-size:clamp(39px,6.2vw,82px);line-height:.94;letter-spacing:-.07em;margin:12px 0 22px}.hero p,.page-hero p{font-size:clamp(17px,2vw,21px);color:#475569;max-width:780px}.eyebrow,.page-hero span,.section-head span,.cta-band span,.dark-panel span,.application-guide span{color:var(--teal);font-weight:950;text-transform:uppercase;letter-spacing:.13em;font-size:12px}.hero-actions,.detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-actions.center{justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 21px;font-weight:950;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg,#0f766e,#14b8a6);color:white;box-shadow:0 18px 34px rgba(15,118,110,.22)}.btn.secondary{background:white;border-color:var(--line);color:var(--ink)}.btn.light{background:white;color:var(--ink)}.btn.full{width:100%}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.trust-row span{background:white;border:1px solid var(--line);padding:9px 12px;border-radius:999px;color:#334155;font-size:13px;font-weight:850}.hero-card{background:#0f172a;color:white;border-radius:36px;padding:30px;box-shadow:0 30px 76px rgba(15,23,42,.24);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:auto -80px -100px auto;width:240px;height:240px;background:#14b8a6;filter:blur(80px);opacity:.66}.patch-stack{display:flex;gap:12px;margin-bottom:28px;position:relative;z-index:1}.patch-stack span{width:72px;height:120px;border-radius:28px;background:linear-gradient(160deg,#fff,#ccfbf1);display:block;transform:rotate(18deg);box-shadow:inset 0 0 0 1px rgba(15,118,110,.14)}.patch-stack span:nth-child(2){height:92px;margin-top:34px;opacity:.82}.patch-stack span:nth-child(3){height:68px;margin-top:14px;opacity:.55}.hero-card h2{font-size:29px;line-height:1.08;margin:0 0 16px;position:relative;z-index:1}.split-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:23px;padding:18px;margin-top:14px;position:relative;z-index:1}.split-card p{color:#cbd5e1;margin:7px 0 10px}.split-card a{color:#ccfbf1;font-weight:900}.split-card.accent{background:rgba(20,184,166,.16)}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metric-strip div{background:white;padding:28px clamp(16px,4vw,44px);display:grid;gap:4px}.metric-strip strong{font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}.metric-strip span{color:var(--muted);font-weight:800}.section{padding:clamp(48px,7vw,92px) clamp(18px,5vw,72px)}.section.soft{background:#f8fafc}.section.narrow{max-width:980px;margin:auto}.section-head{text-align:center;max-width:790px;margin:0 auto 36px}.section-head h2{font-size:clamp(31px,4.2vw,54px);line-height:1.02;letter-spacing:-.052em;margin:10px 0}.section-head p{color:var(--muted)}.cards{display:grid;gap:20px}.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card,.content-panel,.form-panel,.product-card,.empty-state{border:1px solid var(--line);border-radius:29px;background:white;padding:26px;box-shadow:0 12px 34px rgba(15,23,42,.055)}.info-card.elevated,.product-card.premium-product{box-shadow:var(--shadow)}.info-card h3{font-size:23px;line-height:1.12;margin:14px 0 8px}.info-card p,.content-panel p{color:#475569}.icon-chip{width:54px;height:54px;border-radius:19px;background:#ecfeff;color:var(--teal);display:grid;place-items:center;font-weight:950}.mini-meta{display:inline-flex;margin:8px 0 13px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:800;font-size:12px;padding:6px 10px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.steps div{background:white;border:1px solid var(--line);border-radius:27px;padding:24px;box-shadow:0 12px 28px rgba(15,23,42,.04)}.steps b{width:40px;height:40px;border-radius:15px;background:linear-gradient(135deg,#0f766e,#14b8a6);display:grid;place-items:center;color:white}.steps h3{margin:15px 0 6px}.steps p{color:#475569}.cta-band{margin:0 clamp(18px,5vw,72px) clamp(54px,7vw,92px);border-radius:35px;background:linear-gradient(135deg,#0f766e,#0f172a);color:white;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-band h2{font-size:clamp(28px,4vw,50px);line-height:1.05;margin:8px 0}.cta-band p{color:#dbeafe}.page-hero{text-align:center;padding:clamp(56px,7vw,96px) clamp(18px,5vw,72px);background:radial-gradient(circle at top,#ccfbf1,transparent 32%),linear-gradient(135deg,#f8fafc,#ecfeff)}.page-hero.compact h1{font-size:clamp(34px,5vw,64px)}.catalog-hero,.partner-hero,.form-hero{background:radial-gradient(circle at 15% 10%,#ccfbf1,transparent 30%),radial-gradient(circle at 85% 0,rgba(214,168,79,.16),transparent 24%),linear-gradient(135deg,#f8fafc,#fff)}.category-tabs-wrap{padding-top:24px;padding-bottom:0}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.category-tabs a{border:1px solid var(--line);border-radius:999px;background:white;padding:10px 14px;font-weight:900;color:#334155}.category-tabs a.active,.category-tabs a:hover{background:#0f766e;color:white;border-color:#0f766e}.category-tabs small{opacity:.75}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.compact-products{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{padding:0;overflow:hidden}.product-art{min-height:178px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.28),transparent 22%),linear-gradient(135deg,#0f766e,#14b8a6);color:white;display:grid;place-items:center;font-size:44px;font-weight:950}.product-art span{width:86px;height:86px;border-radius:30px;background:rgba(255,255,255,.14);display:grid;place-items:center;border:1px solid rgba(255,255,255,.22)}.product-body{padding:24px}.product-body span,.detail-copy span{color:var(--teal);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.product-body h2{line-height:1.1;margin:8px 0 10px;font-size:24px}.product-body p{color:#475569}.text-link{font-weight:950;color:var(--teal)}.card-actions{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:16px}.mini-btn{background:#f1f5f9;border-radius:999px;padding:8px 12px;font-weight:900;font-size:13px;color:#0f172a}.pagination-wrap{margin-top:30px}.product-detail{display:grid;grid-template-columns:.75fr 1fr;gap:34px;align-items:center;padding:clamp(48px,7vw,86px) clamp(18px,5vw,72px);background:#f8fafc}.detail-art{min-height:370px;border-radius:36px;background:radial-gradient(circle at 20% 18%,rgba(204,251,241,.26),transparent 24%),linear-gradient(135deg,#0f172a,#0f766e);color:white;display:grid;place-items:center;font-size:48px;font-weight:950;letter-spacing:-.06em;box-shadow:0 24px 70px rgba(15,23,42,.2)}.detail-art span{border:1px solid rgba(255,255,255,.18);border-radius:30px;padding:40px;background:rgba(255,255,255,.08)}.detail-copy h1{font-size:clamp(38px,5vw,70px);line-height:1;margin:10px 0;letter-spacing:-.06em}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:24px;align-items:start}.sticky-form{position:sticky;top:100px}.form-intro{color:#64748b;margin-top:-6px}.notice-box{background:#fffbeb;border:1px solid #fde68a;border-radius:22px;padding:18px;margin-top:18px}.strong-notice{background:#fff7ed;border-color:#fed7aa}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.feature-grid div{border:1px solid var(--line);border-radius:18px;padding:14px;background:#f8fafc}.feature-grid strong{display:block}.feature-grid span{display:block;color:#64748b;font-size:13px;margin-top:4px}.two-col,.contact-layout,.form-split,.compliance-block{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.check-list,.x-list{padding-left:20px}.check-list li,.x-list li{margin:8px 0}.check-list li::marker{color:var(--teal)}.x-list li::marker{color:var(--danger)}.dark-panel{background:#0f172a;color:white;border-color:#0f172a}.dark-panel p{color:#cbd5e1}.dark-panel h2{font-size:clamp(28px,4vw,46px);line-height:1.05;margin:12px 0}.checklist-panel h3{font-size:28px;margin-top:0}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.timeline div{background:white;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.timeline strong{color:#0f766e;font-size:13px;letter-spacing:.13em}.timeline h3{font-size:22px;margin:8px 0}.timeline p{color:#475569}.lead-form{display:grid;gap:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;font-weight:850;color:#334155}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font:inherit;background:white}input:focus,select:focus,textarea:focus{outline:3px solid rgba(20,184,166,.16);border-color:#14b8a6}textarea{resize:vertical}.check-line{display:flex;align-items:flex-start;gap:10px;font-weight:650;color:#475569}.check-line input{width:auto;margin-top:6px}.form-note{font-size:13px;color:var(--muted);margin:0}.hp-field{position:absolute;left:-9999px}.flash{margin:18px clamp(18px,5vw,72px);padding:14px 18px;border-radius:16px;font-weight:850}.flash.success{background:#ecfdf5;color:#065f46}.flash.error{background:#fef2f2;color:#991b1b}.faq-list{display:grid;gap:12px}.faq-group{margin-top:28px}details{border:1px solid var(--line);border-radius:20px;background:white;padding:18px}summary{font-weight:950;cursor:pointer}.legal-content{font-size:18px}.login-wrap{min-height:70vh;display:grid;place-items:center;background:#f8fafc;padding:40px 18px}.login-card{width:min(460px,100%);background:white;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:0 20px 60px rgba(15,23,42,.12);display:grid;gap:16px}.login-card span{color:var(--teal);font-weight:950}.site-footer{background:#0f172a;color:white;padding:54px clamp(18px,5vw,72px) 96px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-brand{font-size:29px;font-weight:950}.site-footer p,.site-footer a{display:block;color:#cbd5e1;margin:8px 0}.site-footer h3{margin:0 0 12px}.muted{font-size:13px}.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8}.mobile-cta{display:none}@media(max-width:980px){.site-header{padding:12px 18px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:12px;right:12px;top:72px;background:white;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 24px 60px rgba(15,23,42,.14);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.hero,.product-detail,.detail-layout,.two-col,.contact-layout,.form-split,.compliance-block{grid-template-columns:1fr}.cards.three,.steps,.product-grid,.compact-products,.timeline,.metric-strip{grid-template-columns:1fr}.form-grid,.feature-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.footer-grid{grid-template-columns:1fr}.mobile-cta{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:10px;right:10px;bottom:10px;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 40px rgba(15,23,42,.2);z-index:30;overflow:hidden}.mobile-cta a{text-align:center;padding:12px 8px;font-weight:950;font-size:13px}.site-footer{padding-bottom:120px}.cta-band{display:block}.detail-art{min-height:230px}.top-strip{font-size:11px}.sticky-form{position:static}.metric-strip div{text-align:center}}@media(max-width:560px){.hero,.section,.page-hero,.product-detail{padding-left:16px;padding-right:16px}.hero-card{border-radius:26px;padding:22px}.patch-stack span{width:58px;height:92px}.hero-actions .btn,.detail-actions .btn{width:100%}.product-body{padding:20px}.cta-band{margin-left:16px;margin-right:16px;padding:26px}.brand small{display:none}.brand strong{font-size:19px}.top-strip span:not(:last-child):after{display:none}.top-strip{gap:5px}.detail-art span{padding:24px;font-size:34px}.page-hero h1,.hero h1{letter-spacing:-.05em}.card-actions{display:grid}.mini-btn{text-align:center}.category-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.category-tabs a{white-space:nowrap}}

/* PatchBant V1.6 SEO & Content Engine */
.blog-grid .blog-card h3{font-size:24px}.article-content{font-size:18px;line-height:1.85;color:#334155}.article-content br{content:""}.article-content::first-line{font-weight:700;color:#0f172a}.article-cta{margin:26px 0 0;padding:28px 32px}.landing-meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:18px}.landing-meta span{background:white;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#334155;font-weight:850}.pagination-wrap nav{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.pagination-wrap nav span,.pagination-wrap nav a{display:inline-flex;min-width:38px;justify-content:center;border:1px solid var(--line);border-radius:12px;padding:8px 11px;background:white;font-weight:850}.pagination-wrap nav [aria-current="page"] span{background:#0f766e;color:white;border-color:#0f766e}@media(max-width:720px){.article-content{font-size:16px}.article-cta{padding:22px}}

/* PatchBant V1.7 Media, Logo & Visual Brand System */
.brand-logo-img{width:44px;height:44px;border-radius:16px;background:#fff;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line)}.brand-logo-img img{width:100%;height:100%;object-fit:contain}.product-art img{width:100%;height:100%;object-fit:cover;display:block}.product-detail-art{overflow:hidden}.product-detail-art img{width:100%;height:100%;object-fit:cover;display:block}.public-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.public-gallery-grid img{width:100%;aspect-ratio:1/1;border-radius:24px;object-fit:cover;border:1px solid var(--line);box-shadow:0 14px 34px rgba(15,23,42,.08)}.product-gallery-section{padding-top:34px;padding-bottom:34px}.product-card .product-art:has(img){background:#f8fafc}.detail-art:has(img){background:#f8fafc}@media(max-width:980px){.public-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.public-gallery-grid{grid-template-columns:1fr}.brand-logo-img{width:40px;height:40px}}

/* PatchBant V1.8 Product Detail & Conversion Polish */
.conversion-detail{background:radial-gradient(circle at 10% 0,rgba(204,251,241,.45),transparent 30%),linear-gradient(135deg,#f8fafc,#fff)}.conversion-mini-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}.conversion-mini-strip div{border:1px solid var(--line);background:white;border-radius:18px;padding:13px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.conversion-mini-strip strong{display:block;color:var(--teal);font-size:13px;letter-spacing:.12em}.conversion-mini-strip span{display:block;color:#334155;font-size:13px;text-transform:none;letter-spacing:0;margin-top:4px}.conversion-cards .conversion-card{display:grid;gap:10px}.conversion-card strong{width:44px;height:44px;border-radius:16px;background:#ccfbf1;color:#0f766e;display:grid;place-items:center}.conversion-card p{font-size:18px;line-height:1.55;margin:0;color:#334155;font-weight:780}.scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 26px}.scenario-grid div{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);border-radius:18px;background:#f8fafc;padding:15px}.scenario-grid span{width:28px;height:28px;border-radius:50%;background:#ecfdf5;color:#047857;display:grid;place-items:center;font-weight:950;flex:0 0 auto}.scenario-grid p{margin:0;color:#334155;line-height:1.55}.routine-box{border:1px solid #bbf7d0;background:#f0fdf4;border-radius:24px;padding:20px;margin:22px 0}.routine-box h3{margin:0 0 10px}.routine-box ol{margin:0;padding-left:22px}.routine-box li{margin:8px 0;color:#166534;font-weight:750}.form-badge{display:inline-flex;width:max-content;background:#ecfeff;color:#0f766e;border:1px solid #99f6e4;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.conversion-note{border:1px solid var(--line);background:#f8fafc;border-radius:18px;padding:14px;color:#334155;line-height:1.55}.narrow-faq{max-width:980px;margin:0 auto}.partner-cross-sell{padding-top:32px}.conversion-cta{background:radial-gradient(circle at 15% 0,rgba(214,168,79,.25),transparent 28%),linear-gradient(135deg,#0f172a,#0f766e)}.conversion-editor{display:grid;gap:14px;border-top:1px solid var(--line);padding-top:18px;margin-top:4px}.compact-head{align-items:flex-start}.compact-head p{margin:6px 0 0}.admin-form small.muted{font-weight:650;line-height:1.45}@media(max-width:980px){.conversion-mini-strip,.scenario-grid{grid-template-columns:1fr}.conversion-layout{gap:18px}}@media(max-width:560px){.conversion-card p{font-size:16px}.conversion-mini-strip{margin:16px 0}.scenario-grid div{padding:13px}.routine-box{padding:16px}}

/* PatchBant V1.9 Business Partner Funnel */
.partner-score-hero,.partner-result-hero,.official-registration-hero{background:radial-gradient(circle at 12% 0,rgba(204,251,241,.55),transparent 30%),radial-gradient(circle at 90% 12%,rgba(214,168,79,.22),transparent 24%),linear-gradient(135deg,#f8fafc,#fff)}.partner-funnel-section .helper-box a{font-weight:950;color:var(--teal)}.partner-eligibility-form select{background:#fff}.result-card,.official-card{text-align:center;box-shadow:var(--shadow)}.result-score-circle{width:132px;height:132px;border-radius:42px;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;display:grid;place-items:center;margin:0 auto 18px;box-shadow:0 22px 44px rgba(15,118,110,.24)}.result-score-circle strong{font-size:46px;line-height:1;letter-spacing:-.06em}.result-score-circle span{margin-top:-22px;font-weight:900;color:#ccfbf1}.center-row{justify-content:center}.official-card .check-list{text-align:left;max-width:760px;margin:0 auto 18px}.official-card .notice-box{text-align:left}.button-row.center-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:560px){.result-score-circle{width:112px;height:112px;border-radius:34px}.result-score-circle strong{font-size:38px}}

/* PatchBant V1.10 error pages */
.error-hero{text-align:center;min-height:58vh;display:grid;place-items:center;align-content:center}.error-hero .hero-actions{justify-content:center}.error-hero p{max-width:760px;margin-left:auto;margin-right:auto}

/* V1.11 language switcher */
.language-switcher{display:inline-flex;gap:4px;align-items:center;margin-left:8px;padding:4px;border:1px solid rgba(15,118,110,.16);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 10px 24px rgba(15,23,42,.06)}
.language-switcher a{font-size:11px;font-weight:900;letter-spacing:.04em;padding:6px 8px;border-radius:999px;color:#475569;text-decoration:none;line-height:1}
.language-switcher a.active{background:var(--teal);color:#fff}
@media (max-width: 860px){.language-switcher{width:100%;justify-content:center;margin:8px 0 0}.language-switcher a{padding:9px 14px}.main-nav .language-switcher a{display:inline-flex}}

/* PatchBant V1.13 Source Catalog & Official Links */
.btn.official{background:#0f172a;color:#fff;box-shadow:0 16px 30px rgba(15,23,42,.18)}
.source-price-pill{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;margin:6px 0 12px;box-shadow:0 10px 22px rgba(15,23,42,.05)}
.source-price-pill span{font-size:11px;color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-weight:950}.source-price-pill strong{font-size:15px}.source-price-pill small{color:#64748b;font-weight:800}.product-source-meta{display:flex;gap:8px;align-items:center;margin:8px 0 0}.product-source-meta span{background:#ecfeff;color:#0f766e;border-radius:999px;padding:5px 9px;font-weight:950;font-size:12px;letter-spacing:0;text-transform:none}.product-source-meta small{color:#64748b;font-weight:800}.official-source-box{background:#f8fafc;border-color:#cbd5e1}.official-source-box p{margin:.3rem 0 .6rem}

/* PatchBant V1.16 Brand Logo Integration */
.brand.brand-with-logo{gap:0;min-width:0;display:flex;align-items:center;flex-shrink:0}.brand-logo-full{display:block;width:clamp(164px,18vw,232px);height:auto;max-height:56px;object-fit:contain}.site-header{gap:18px}.footer-logo{display:block;width:210px;max-width:100%;height:auto;margin-bottom:12px}.brand-logo-img img{display:block;max-height:54px;width:auto}.site-footer .footer-logo{filter:none}@media(max-width:1040px){.brand-logo-full{width:178px}.main-nav{gap:14px}}@media(max-width:760px){.brand-logo-full{width:160px;max-height:44px}.site-header{padding:12px 16px}.top-strip{display:none}}@media(max-width:410px){.brand-logo-full{width:138px}.menu-toggle{padding:9px 11px}}


/* PatchBant V1.16.1: move legal badges from top strip to footer */
.top-strip{display:none!important}
.footer-legal-strip{margin-top:28px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:10px 14px;color:#cbd5e1;font-size:13px}
.footer-legal-strip span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 11px;margin:0}
.footer-legal-strip span:before{content:"";width:6px;height:6px;border-radius:50%;background:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,.12)}
@media(max-width:760px){.footer-legal-strip{display:grid;gap:8px}.footer-legal-strip span{justify-content:flex-start;border-radius:14px}}

/* PatchBant V1.17 Homepage Choice Panel Redesign */
.home-choice-panel{padding:clamp(28px,4vw,52px);border-radius:36px;background:radial-gradient(circle at 83% 90%,rgba(20,184,166,.42),transparent 34%),radial-gradient(circle at 50% 0,rgba(204,251,241,.09),transparent 26%),linear-gradient(145deg,#081226 0%,#0d172c 58%,#0f172a 100%);box-shadow:0 34px 90px rgba(8,18,38,.32);border:1px solid rgba(255,255,255,.06)}
.home-choice-panel:before{display:none}.choice-decor{display:flex;justify-content:center;align-items:flex-end;gap:14px;margin:0 auto 28px;min-height:78px}.choice-decor span{display:block;border-radius:999px;background:linear-gradient(160deg,#ecfffb,#12b8aa);box-shadow:0 18px 44px rgba(20,184,166,.18),inset 0 0 0 1px rgba(255,255,255,.36);transform:rotate(18deg)}.choice-decor span:nth-child(1){width:46px;height:95px}.choice-decor span:nth-child(2){width:44px;height:76px;background:linear-gradient(160deg,#b7ece4,#12384a);opacity:.74}.choice-decor span:nth-child(3){width:34px;height:34px;background:linear-gradient(160deg,#80d8cf,#26394a);opacity:.62;margin-bottom:21px}.choice-head{text-align:center;position:relative;z-index:1;max-width:760px;margin:0 auto 34px}.choice-head h2{font-size:clamp(34px,5.2vw,66px);line-height:1.08;letter-spacing:-.055em;margin:0;color:#fff;text-wrap:balance}.choice-head p{font-size:clamp(16px,2vw,22px);color:#d2dbe7;margin:16px auto 0;max-width:720px}.choice-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.choice-option{display:grid;align-content:start;gap:18px;min-height:390px;border-radius:29px;padding:clamp(24px,3.2vw,44px);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 20px 56px rgba(2,6,23,.2)}.choice-products{background:linear-gradient(145deg,rgba(30,48,76,.82),rgba(15,23,42,.62))}.choice-partner{background:radial-gradient(circle at 78% 82%,rgba(20,184,166,.24),transparent 38%),linear-gradient(145deg,rgba(8,95,95,.76),rgba(6,71,83,.7));border-color:rgba(45,212,191,.42)}.choice-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 16px 38px rgba(0,0,0,.18)}.choice-icon svg{width:36px;height:36px;stroke:#cffff8;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.choice-products .choice-icon svg{stroke:#eefdfb}.choice-option h3{font-size:clamp(31px,3.8vw,46px);line-height:1.05;letter-spacing:-.045em;margin:18px 0 0;color:#fff}.choice-option p{font-size:clamp(16px,1.65vw,21px);line-height:1.52;color:#d7e3ef;margin:0;max-width:500px}.choice-button{align-self:end;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:22px;min-height:72px;border-radius:18px;padding:18px 22px;font-size:clamp(16px,1.55vw,20px);font-weight:950;letter-spacing:-.015em;transition:transform .16s ease,box-shadow .16s ease}.choice-button:hover{transform:translateY(-2px)}.choice-button b{font-size:34px;line-height:1;font-weight:600}.choice-button.light-choice{background:linear-gradient(135deg,#f7fffd,#d9fff8);color:#081226;box-shadow:0 18px 42px rgba(204,251,241,.17),inset 0 0 0 1px rgba(255,255,255,.64)}.choice-button.teal-choice{background:linear-gradient(135deg,#13c8b7,#079a91);color:#fff;box-shadow:0 18px 42px rgba(20,184,166,.25),inset 0 0 0 1px rgba(255,255,255,.18)}
@media(max-width:980px){.home-choice-panel{margin-top:8px}.choice-grid{grid-template-columns:1fr}.choice-option{min-height:0}.choice-head h2{font-size:clamp(32px,7vw,54px)}}@media(max-width:560px){.home-choice-panel{padding:26px 18px;border-radius:28px}.choice-decor{min-height:52px;margin-bottom:20px}.choice-decor span:nth-child(1){width:32px;height:62px}.choice-decor span:nth-child(2){width:30px;height:50px}.choice-decor span:nth-child(3){width:24px;height:24px;margin-bottom:13px}.choice-head{margin-bottom:22px}.choice-head h2{font-size:34px;letter-spacing:-.04em}.choice-head p{font-size:16px}.choice-grid{gap:15px}.choice-option{border-radius:23px;padding:22px;gap:13px}.choice-icon{width:58px;height:58px}.choice-icon svg{width:30px;height:30px}.choice-option h3{font-size:30px;margin-top:8px}.choice-option p{font-size:16px}.choice-button{min-height:58px;border-radius:15px;font-size:16px}.choice-button b{font-size:26px}}

/* PatchBant V1.18.2 - clickable product images */
.product-art-link{position:relative;cursor:pointer;overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.product-card:hover .product-art-link{filter:saturate(1.05)}.product-art-link img,.product-art-link span{transition:transform .22s ease}.product-card:hover .product-art-link img,.product-card:hover .product-art-link span{transform:scale(1.035)}.product-art-link:focus-visible{outline:4px solid rgba(20,184,166,.35);outline-offset:-4px}.product-art-link em{position:absolute;left:16px;right:16px;bottom:16px;display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:999px;background:rgba(15,23,42,.74);color:#fff;font-style:normal;font-size:13px;font-weight:950;letter-spacing:.01em;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease;backdrop-filter:blur(12px);box-shadow:0 14px 34px rgba(15,23,42,.2)}.product-art-link em:after{content:'→';margin-left:8px}.product-card:hover .product-art-link em,.product-art-link:focus-visible em{opacity:1;transform:translateY(0)}@media(max-width:760px){.product-art-link em{opacity:1;transform:none;left:12px;right:12px;bottom:12px;min-height:36px;font-size:12px;background:rgba(15,23,42,.68)}}


/* V1.19 Official Doctorem ingredient cards */
.product-ingredients-section .section-head p{max-width:720px;color:#64748b;margin:.35rem auto 0}
.ingredient-accordion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.3rem}
.ingredient-card{border:1px solid rgba(15,118,110,.16);border-radius:22px;background:linear-gradient(180deg,#fff,#f8fffd);box-shadow:0 18px 45px rgba(15,23,42,.07);overflow:hidden;transition:.2s ease}
.ingredient-card[open]{border-color:rgba(15,118,110,.34);box-shadow:0 22px 60px rgba(15,118,110,.14)}
.ingredient-card summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;font-weight:800;color:#0f172a}
.ingredient-card summary::-webkit-details-marker{display:none}
.ingredient-card summary span{font-size:1.02rem}
.ingredient-card summary small{font-size:.78rem;font-weight:800;color:#0f766e;background:#ccfbf1;border-radius:999px;padding:.35rem .65rem;white-space:nowrap}
.ingredient-card p{margin:0;padding:0 1.1rem 1.1rem;color:#475569;line-height:1.65;font-size:.95rem}
.ingredient-source-note{margin-top:1.25rem;display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap;color:#475569;font-weight:700}
.ingredient-source-note span{border:1px solid rgba(15,118,110,.16);background:#fff;border-radius:999px;padding:.55rem .85rem}
.ingredient-source-note a{border-radius:999px;padding:.55rem .85rem;background:#0f766e;color:#fff;text-decoration:none;font-weight:900}
@media (max-width:980px){.ingredient-accordion-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.ingredient-accordion-grid{grid-template-columns:1fr}.ingredient-card summary{align-items:flex-start;flex-direction:column}.ingredient-card summary small{align-self:flex-start}.ingredient-source-note{justify-content:flex-start}}

/* PatchBant V1.19.1 product detail customer polish */
.product-quick-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0 14px}.product-quick-facts div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 15px;box-shadow:0 10px 26px rgba(15,23,42,.055)}.product-quick-facts strong{display:block;color:var(--teal);font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:950}.product-quick-facts span{display:block;color:#334155;font-size:13px;line-height:1.45;text-transform:none;letter-spacing:0;margin-top:5px;font-weight:750}.detail-soft-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.detail-soft-tags span{display:inline-flex;align-items:center;border:1px solid #99f6e4;background:#ecfeff;color:#0f766e;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950;text-transform:none;letter-spacing:0}.seo-keyword-strip{display:none!important}.detail-trust span:nth-child(3){display:none}@media(max-width:980px){.product-quick-facts{grid-template-columns:1fr}.detail-soft-tags span{font-size:11px}}

/* PatchBant V1.21 product gallery and hover image system */
.enhanced-product-art{position:relative;display:block;background:#f8fafc}.enhanced-product-art .product-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .28s ease,transform .32s ease}.enhanced-product-art .primary-img{opacity:1}.enhanced-product-art .secondary-img{opacity:0}.product-card:hover .enhanced-product-art .primary-img{opacity:0}.product-card:hover .enhanced-product-art .secondary-img{opacity:1;transform:scale(1.035)}.product-card:hover .enhanced-product-art .product-card-img:not(.secondary-img){transform:scale(1.035)}.image-count-badge{position:absolute;top:14px;right:14px;z-index:3;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:12px;font-weight:950;padding:7px 10px;backdrop-filter:blur(12px);box-shadow:0 10px 24px rgba(15,23,42,.18)}
.product-main-gallery{display:block;padding:0;background:#f8fafc;border:1px solid rgba(226,232,240,.9);overflow:hidden}.gallery-main-button{width:100%;min-height:380px;border:0;background:#f8fafc;display:grid;place-items:center;padding:0;cursor:zoom-in;border-radius:34px 34px 0 0;overflow:hidden}.gallery-main-button img{width:100%;height:100%;min-height:380px;object-fit:cover;display:block;transition:transform .25s ease}.gallery-main-button:hover img{transform:scale(1.025)}.product-gallery-thumbs{display:flex;gap:10px;padding:14px;background:#fff;border-top:1px solid var(--line);overflow-x:auto}.gallery-thumb{border:2px solid transparent;background:#f8fafc;border-radius:16px;padding:3px;min-width:72px;width:72px;height:72px;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.gallery-thumb:hover,.gallery-thumb.active{border-color:var(--teal);transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,118,110,.14)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.product-lightbox[hidden]{display:none}.product-lightbox{position:fixed;inset:0;z-index:100;background:rgba(15,23,42,.92);display:grid;place-items:center;padding:34px}.product-lightbox img{max-width:min(92vw,980px);max-height:82vh;object-fit:contain;border-radius:24px;background:#fff;box-shadow:0 32px 90px rgba(0,0,0,.38)}.lightbox-close,.lightbox-nav{position:absolute;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(12px)}.lightbox-close{top:22px;right:22px;width:46px;height:46px;font-size:32px;line-height:1}.lightbox-nav{top:50%;transform:translateY(-50%);width:54px;height:54px;font-size:42px;line-height:1}.lightbox-nav.prev{left:22px}.lightbox-nav.next{right:22px}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.22)}.lightbox-counter{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.13);color:#fff;font-weight:900;backdrop-filter:blur(12px)}.admin-image-role-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.admin-image-role-tags span{border-radius:999px;padding:5px 8px;background:#f1f5f9;font-size:12px;font-weight:900;color:#334155}.admin-image-role-tags .primary{background:#ccfbf1;color:#0f766e}.admin-image-role-tags .hover{background:#fffbeb;color:#92400e}@media(max-width:760px){.product-card .enhanced-product-art .secondary-img{opacity:0}.image-count-badge{top:10px;right:10px;font-size:11px;padding:6px 9px}.gallery-main-button,.gallery-main-button img{min-height:260px}.product-gallery-thumbs{padding:10px}.gallery-thumb{min-width:62px;width:62px;height:62px}.product-lightbox{padding:18px}.lightbox-nav{width:44px;height:44px;font-size:34px}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}.lightbox-close{top:12px;right:12px}.product-lightbox img{max-height:76vh}}

/* PatchBant V1.22.5 product list hover guard */
.product-card.single-image-product:hover .enhanced-product-art .primary-img,
.product-card .enhanced-product-art.no-secondary:hover .primary-img,
.product-card.single-image-product .enhanced-product-art .primary-img{
    opacity:1 !important;
    visibility:visible !important;
    transform:scale(1.025) !important;
}
.product-card.single-image-product .enhanced-product-art .secondary-img,
.product-card .enhanced-product-art.no-secondary .secondary-img{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
}
.product-card.single-image-product .image-count-badge{display:none !important;}
.product-card.has-secondary-image:hover .enhanced-product-art .primary-img{opacity:0 !important;}
.product-card.has-secondary-image:hover .enhanced-product-art .secondary-img{opacity:1 !important;visibility:visible !important;}
.product-card .enhanced-product-art .secondary-img[src=""],
.product-card .enhanced-product-art .secondary-img:not([src]){display:none !important;}
@media (hover:none){
    .product-card.has-secondary-image:hover .enhanced-product-art .primary-img{opacity:1 !important;}
    .product-card.has-secondary-image:hover .enhanced-product-art .secondary-img{opacity:0 !important;}
}

/* PatchBant V1.22.7 hover revert + safe guard */
.product-card .enhanced-product-art .primary-img{opacity:1 !important;visibility:visible !important;}
.product-card.single-image-product .enhanced-product-art .secondary-img,
.product-card .enhanced-product-art.no-secondary .secondary-img,
.product-card .enhanced-product-art .secondary-img[src=""],
.product-card .enhanced-product-art .secondary-img:not([src]){display:none !important;opacity:0 !important;visibility:hidden !important;}
.product-card.single-image-product .image-count-badge{display:none !important;}
.product-card.has-secondary-image:hover .enhanced-product-art.has-secondary .primary-img{opacity:0 !important;visibility:hidden !important;}
.product-card.has-secondary-image:hover .enhanced-product-art.has-secondary .secondary-img{display:block !important;opacity:1 !important;visibility:visible !important;transform:scale(1.035) !important;}
.product-card.single-image-product:hover .enhanced-product-art .primary-img,
.product-card .enhanced-product-art.no-secondary:hover .primary-img{opacity:1 !important;visibility:visible !important;transform:scale(1.025) !important;}
@media (hover:none){
    .product-card.has-secondary-image:hover .enhanced-product-art.has-secondary .primary-img{opacity:1 !important;visibility:visible !important;}
    .product-card.has-secondary-image:hover .enhanced-product-art.has-secondary .secondary-img{opacity:0 !important;visibility:hidden !important;}
}
