@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");html{scroll-behavior:smooth}*{box-sizing:border-box}body,html{margin:0;padding:0}body{min-width:320px}.ann-section{background:#f8fafc;border-top:1px solid rgba(15,23,42,.07);border-bottom:1px solid rgba(15,23,42,.07);padding:4rem 2rem}.ann-container{max-width:1160px;margin:0 auto}.ann-header{justify-content:space-between;margin-bottom:2rem}.ann-header,.ann-header-left{display:flex;align-items:center}.ann-header-left{gap:.75rem}.ann-dot-ring{width:22px;height:22px;border-radius:50%;background:rgba(37,99,235,.12);display:flex;align-items:center;justify-content:center;animation:ring-pulse 2.4s ease infinite}.ann-dot{width:10px;height:10px;border-radius:50%;background:#2563eb}@keyframes ring-pulse{0%,to{box-shadow:0 0 0 0 rgba(37,99,235,.3)}50%{box-shadow:0 0 0 6px rgba(37,99,235,0)}}.ann-title{font-size:1.1rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.ann-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.ann-card--featured{background:#ffffff;border:1.5px solid rgba(15,23,42,.07);border-radius:16px;padding:2rem;text-decoration:none;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 2px 16px rgba(15,23,42,.05);transition:box-shadow .25s,transform .25s,border-color .25s;position:relative;overflow:hidden}.ann-card--featured:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--tag-color),#0ea5e9)}.ann-card--featured:hover{box-shadow:0 8px 32px rgba(15,23,42,.1);transform:translateY(-3px);border-color:rgba(37,99,235,.2)}.ann-card-top{display:flex;align-items:center;gap:.6rem}.ann-tag{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:99px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;background:color-mix(in srgb,var(--tag-color) 12%,transparent);color:var(--tag-color)}.ann-tag--sm{font-size:.68rem;padding:.15rem .55rem}.ann-date{font-size:.78rem;color:#94a3b8}.ann-card-title{font-size:1.25rem;font-weight:800;color:#0f172a;line-height:1.3;letter-spacing:-.02em}.ann-card-sub{font-size:.9rem;color:#64748b;line-height:1.65;flex:1 1}.ann-read-more{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:#2563eb;margin-top:.25rem;transition:gap .2s}.ann-read-more svg{width:14px;height:14px}.ann-card--featured:hover .ann-read-more{gap:.65rem}.ann-list{gap:.85rem}.ann-list,.ann-list-item{display:flex;flex-direction:column}.ann-list-item{background:#ffffff;border:1.5px solid rgba(15,23,42,.07);border-radius:12px;padding:1.1rem 1.25rem;text-decoration:none;position:relative;transition:box-shadow .22s,transform .22s,border-color .22s;gap:.35rem}.ann-list-item:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;border-radius:99px 0 0 99px;background:var(--tag-color);opacity:0;transition:opacity .2s}.ann-list-item:hover:before{opacity:1}.ann-list-item:hover{box-shadow:0 4px 18px rgba(15,23,42,.08);transform:translateY(-2px);border-color:rgba(37,99,235,.15)}.ann-list-item-top{display:flex;align-items:center;gap:.5rem}.ann-list-title{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.35;padding-right:1.5rem}.ann-list-sub{font-size:.82rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ann-list-arrow{position:absolute;top:1.1rem;right:1rem;color:#cbd5e1;transition:color .2s,transform .2s}.ann-list-arrow svg{width:14px;height:14px}.ann-list-item:hover .ann-list-arrow{color:#2563eb;transform:translateX(3px)}@media (max-width:768px){.ann-grid{grid-template-columns:1fr}.ann-section{padding:3rem 1.25rem}}.ann-drop,.ann-trigger{position:relative}.ann-trigger{background:none;border:1.5px solid rgba(15,23,42,.12);border-radius:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:border-color .2s,color .2s,background .2s;flex-shrink:0}.ann-trigger svg{width:18px;height:18px}.ann-drop.open .ann-trigger,.ann-trigger:hover{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.05)}.ann-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.62rem;font-weight:800;min-width:18px;height:18px;border-radius:99px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;line-height:1;animation:badge-pop .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes badge-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.ann-panel{position:absolute;top:calc(100% + 12px);right:0;width:360px;background:#ffffff;border:1.5px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 12px 48px rgba(15,23,42,.14),0 2px 8px rgba(15,23,42,.06);overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-8px) scale(.97);transform-origin:top right;transition:opacity .2s ease,transform .2s cubic-bezier(.4,0,.2,1);z-index:2000}.ann-drop.open .ann-panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.ann-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .85rem;border-bottom:1px solid rgba(15,23,42,.07)}.ann-panel-title{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:800;color:#0f172a}.ann-panel-title svg{width:16px;height:16px;color:#2563eb}.ann-panel-count{font-size:.72rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:.2rem .6rem;border-radius:99px}.ann-panel-list{max-height:380px;overflow-y:auto;overscroll-behavior:contain}.ann-panel-list::-webkit-scrollbar{width:4px}.ann-panel-list::-webkit-scrollbar-track{background:transparent}.ann-panel-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}.ann-item{display:block;position:relative;padding:1rem 1.25rem;text-decoration:none;border-bottom:1px solid rgba(15,23,42,.05);transition:background .15s}.ann-item:last-child{border-bottom:none}.ann-item:hover{background:#f8fafc}.ann-item-new{display:inline-block;font-size:.6rem;font-weight:800;letter-spacing:.08em;color:#fff;background:#ef4444;border-radius:4px;padding:1px 5px;margin-bottom:.4rem}.ann-item-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.ann-item-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .55rem;border-radius:99px}.ann-item-date{font-size:.75rem;color:#94a3b8}.ann-item-title{font-size:.88rem;font-weight:700;color:#0f172a;line-height:1.35;margin-bottom:.25rem;padding-right:1.5rem}.ann-item-sub{font-size:.78rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ann-item-arrow{position:absolute;top:1rem;right:1rem;color:#cbd5e1;transition:color .2s,transform .2s}.ann-item-arrow svg{width:13px;height:13px}.ann-item:hover .ann-item-arrow{color:var(--c,#2563eb);transform:translateX(3px)}.ann-panel-footer{padding:.7rem 1.25rem;font-size:.72rem;color:#cbd5e1;background:#fafafa;border-top:1px solid rgba(15,23,42,.06);text-align:center}.ann-empty{padding:2rem 1.25rem;text-align:center;font-size:.85rem;color:#94a3b8}.ann-panel:before{content:"";position:absolute;top:-7px;right:14px;width:13px;height:13px;background:#fff;border-top:1.5px solid rgba(15,23,42,.08);border-left:1.5px solid rgba(15,23,42,.08);transform:rotate(45deg);border-radius:2px 0 0 0;z-index:1}.ann-panel:after{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}@media (max-width:768px){.ann-trigger{width:36px;height:36px;border-radius:9px}.ann-trigger svg{width:16px;height:16px}.ann-badge{top:-5px;right:-5px;min-width:16px;height:16px;font-size:.58rem;border-width:1.5px}.ann-panel{position:fixed;top:72px;left:50%;right:auto;width:min(360px,calc(100vw - 2rem));max-width:calc(100vw - 2rem);transform:translateX(-50%) translateY(-8px) scale(.97);transform-origin:top center}.ann-drop.open .ann-panel{transform:translateX(-50%) translateY(0) scale(1)}.ann-panel:before{left:50%;right:auto;transform:translateX(-50%) rotate(45deg)}.ann-panel:after{display:none}}@media (max-width:480px){.ann-panel{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);top:68px}}.footer-signature{background:#0f172a;color:#ffffff;padding:6rem 2rem 3rem;font-family:Inter,sans-serif;margin-top:0}.footer-container{max-width:1200px;margin:0 auto}.footer-newsletter{display:flex;justify-content:space-between;align-items:center;padding-bottom:5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:5rem;gap:4rem}.newsletter-content{max-width:500px}.newsletter-title{font-size:2.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;color:#ffffff}.newsletter-desc{font-size:1.1rem;color:#94a3b8;line-height:1.6}.newsletter-form{flex:1 1;max-width:480px}.input-group{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:14px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.input-group input{flex:1 1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.05);color:#ffffff;padding:.85rem 1.25rem;font-size:1rem;border-radius:10px;outline:none;transition:all .3s ease}.input-group input:focus{background:rgba(255,255,255,.08);border-color:rgba(37,99,235,.3)}.input-group input::placeholder{color:#64748b}.btn-subscribe-shimmer{position:relative;overflow:hidden;background:#2563eb;color:#ffffff;border:none;padding:.85rem 2rem;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease}.btn-subscribe-shimmer:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-subscribe-shimmer:after{content:"";position:absolute;top:-50%;left:-60%;width:20%;height:200%;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0));transform:rotate(30deg);transition:all .6s cubic-bezier(.19,1,.22,1);pointer-events:none}.btn-subscribe-shimmer:hover:after{left:120%}.footer-main-grid{display:grid;grid-template-columns:1.5fr 2fr;gap:6rem;margin-bottom:6rem}.footer-identity{display:flex;flex-direction:column;gap:2rem}.footer-logo img{height:36px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-ethos{font-size:1rem;line-height:1.7;color:#94a3b8;letter-spacing:.01em}.footer-contact-link{display:inline-flex;align-items:center;gap:.8rem;color:#ffffff;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .2s ease}.footer-contact-link:hover{color:#2563eb;transform:translateX(5px)}.footer-icon{width:22px;height:22px;color:#2563eb}.footer-nav-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.nav-col-title{font-size:.85rem;font-weight:800;color:#ffffff;text-transform:uppercase;letter-spacing:.15em;margin-bottom:2rem}.footer-nav-col a{display:block;color:#94a3b8;text-decoration:none;font-size:.95rem;margin-bottom:1.1rem;transition:all .2s ease;width:fit-content}.footer-nav-col a:hover{color:#ffffff;transform:translateX(4px)}.footer-legal-area{border-top:1px solid rgba(255,255,255,.05);padding-top:3rem}.legal-text{font-size:.75rem;line-height:1.8;color:#475569;text-align:justify;margin-bottom:3rem;max-width:1100px}.footer-bottom-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.03);padding-top:1.5rem}.copyright-text{font-size:.8rem;color:#64748b;font-weight:500}@media (max-width:1024px){.footer-newsletter{flex-direction:column;text-align:center;gap:3rem}.newsletter-content{max-width:100%}.footer-main-grid{grid-template-columns:1fr;gap:5rem}.footer-identity{align-items:center;text-align:center}}@media (max-width:768px){.footer-signature{padding:5rem 1.5rem 2rem}.footer-nav-columns{grid-template-columns:1fr;gap:3.5rem;text-align:center}.footer-nav-col a{margin:0 auto 1.1rem}.input-group{flex-direction:column;background:transparent;border:none;padding:0;gap:1rem}.input-group input{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px}.btn-subscribe-shimmer,.input-group input{padding:1.25rem;width:100%}.footer-bottom-bar{text-align:center}}.navbar{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.65);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.5);box-shadow:0 4px 30px rgba(0,0,0,.03);transition:all .3s ease}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo img{height:30px;object-fit:contain}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s,text-shadow .2s}.navbar-links a:hover{color:var(--accent-blue);text-shadow:none}.btn-primary{background:linear-gradient(135deg,#1a5bff,#00f0ff);color:#fff;padding:.6rem 1.4rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;box-shadow:0 4px 15px rgba(0,240,255,.2);transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,240,255,.4)}.navbar-menu-toggle,.navbar-mobile-menu{display:none}.navbar-actions{display:flex;align-items:center;gap:.75rem}@media (max-width:768px){.navbar-container{padding:.8rem 1rem;gap:.625rem}.navbar-logo img{height:24px}.navbar-links{display:none}.navbar-actions{gap:.5rem}.navbar-help-link{display:none}.navbar-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:9px;border:1.5px solid rgba(15,23,42,.12);background:rgba(255,255,255,.8);color:#475569;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.navbar-menu-toggle:hover{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.05)}.navbar-menu-toggle svg{width:16px;height:16px}.navbar-mobile-menu{display:flex;flex-direction:column;max-height:0;overflow:hidden;opacity:0;pointer-events:none;background:rgba(255,255,255,.94);border-top:1px solid rgba(15,23,42,.06);transition:max-height .25s ease,opacity .2s ease}.navbar-mobile-menu.open{max-height:320px;opacity:1;pointer-events:auto}.navbar-mobile-menu a{color:#334155;text-decoration:none;font-weight:600;font-size:.95rem;min-height:48px;padding:.2rem 1rem;display:flex;align-items:center;border-bottom:1px solid rgba(15,23,42,.06)}.navbar-mobile-menu a:last-child{border-bottom:none}}.blog-page{padding:4rem 2rem 5rem;background:#ffffff;min-height:100vh}.blog-container{max-width:1200px;margin:0 auto}.blog-header{text-align:center;margin-bottom:5rem}.blog-title{font-size:3.5rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.blog-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-auto-rows:1fr;gap:3rem}.blog-card,.blog-card-wrapper{height:100%;display:flex}.blog-card{text-decoration:none;background:#ffffff;border-radius:16px;overflow:hidden;border:1px solid rgba(15,23,42,.05);transition:all .4s cubic-bezier(.19,1,.22,1);flex-direction:column;width:100%}.blog-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px rgba(15,23,42,.1);border-color:rgba(37,99,235,.2)}.blog-card-image{height:240px;overflow:hidden;position:relative}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:2rem;flex:1 1;display:flex;flex-direction:column}.blog-category{font-size:.75rem;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.blog-card-title{font-size:1.4rem;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:1rem;-webkit-line-clamp:2}.blog-card-excerpt,.blog-card-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-card-excerpt{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:2rem;-webkit-line-clamp:3;flex-shrink:0}.blog-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#94a3b8;font-weight:500}.blog-post-page{background:#ffffff;min-height:100vh}.blog-post-hero{position:relative;height:60vh;min-height:400px;width:100%;overflow:hidden}.blog-post-hero-img{width:100%;height:100%;object-fit:cover}.blog-post-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(15,23,42,.4),rgba(15,23,42,.8));display:flex;align-items:flex-end;padding:5rem 2rem}.blog-post-header{max-width:900px;margin:0 auto;width:100%;color:#ffffff}.blog-post-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}.blog-post-meta{display:flex;gap:2rem;font-size:1rem;font-weight:500;opacity:.9}.blog-post-content{max-width:800px;margin:0 auto;padding:6rem 2rem}.blog-post-body{font-size:1.2rem;line-height:1.8;color:#334155}.blog-post-body h2{font-size:2rem;color:#0f172a;margin:4rem 0 1.5rem}.blog-post-body p{margin-bottom:1.5rem}.blog-post-body ul{margin-bottom:2rem;padding-left:1.5rem}.blog-post-body li{margin-bottom:.75rem}.blog-post-body img{width:100%;border-radius:16px;margin:3rem 0}@media (max-width:768px){.blog-page{padding:6rem 1.5rem}.blog-title{font-size:2.5rem}.blog-post-title{font-size:2.2rem}.blog-post-hero{height:40vh}}.scientific-abstract{background:#f8fafc;border-left:4px solid #2563eb;padding:1.5rem;border-radius:0 8px 8px 0;margin-bottom:3rem;font-style:italic;font-size:1.1rem;color:#475569;line-height:1.6}.scientific-citations{margin-top:5rem;padding-top:2rem;border-top:1px solid #e2e8f0}.scientific-citations h3{font-size:1.2rem;color:#0f172a;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.scientific-citations p{font-size:.9rem;color:#64748b;margin-bottom:.5rem;line-height:1.5}.sidebar-toggle{position:fixed;left:0;top:120px;z-index:999;background:#0f172a;color:#ffffff;border:none;padding:1rem .6rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.8rem;border-radius:0 8px 8px 0;box-shadow:2px 0 15px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.sidebar-toggle:hover{background:#2563eb;padding-right:1rem}.sidebar-toggle.active{left:350px;background:#2563eb;box-shadow:none}.toggle-icon{display:flex;flex-direction:column;gap:3px}.toggle-icon span{width:14px;height:2px;background:#ffffff;display:block;transition:all .3s ease}.toggle-text{writing-mode:vertical-rl;text-orientation:mixed;font-size:.6rem;font-weight:900;letter-spacing:.3em;opacity:.7}.blog-sidebar{position:fixed;left:-400px;top:70px;width:350px;height:calc(100vh - 70px);background:rgba(255,255,255,.85);backdrop-filter:blur(25px) saturate(150%);-webkit-backdrop-filter:blur(25px) saturate(150%);z-index:1001;box-shadow:20px 0 60px rgba(15,23,42,.08);transition:all .6s cubic-bezier(.19,1,.22,1);display:flex;flex-direction:column;border-right:1px solid rgba(15,23,42,.05)}.blog-sidebar.open{left:0}.sidebar-header{padding:2rem;border-bottom:1px solid rgba(15,23,42,.03);display:flex;justify-content:space-between;align-items:center}.sidebar-title-group{display:flex;align-items:center;gap:.8rem}.sidebar-logo-icon{height:20px;width:auto;object-fit:contain;opacity:.9}.sidebar-header h3{font-size:1rem;font-weight:800;color:#0f172a;letter-spacing:.02em;text-transform:uppercase}.close-sidebar{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-sidebar:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.sidebar-content{flex:1 1;overflow-y:auto;padding:1rem 0;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.sidebar-content::-webkit-scrollbar{width:4px}.sidebar-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.index-item{padding:1rem 2rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:.3rem;border-left:4px solid transparent}.index-item:hover{background:linear-gradient(90deg,rgba(37,99,235,.05),transparent);border-left-color:#2563eb;padding-left:2.25rem}.index-date{font-size:.65rem;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.08em}.index-title{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.4;transition:color .2s ease}.index-item:hover .index-title{color:#2563eb}.sidebar-overlay{position:fixed;top:70px;left:0;width:100vw;height:calc(100vh - 70px);background:rgba(15,23,42,.05);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000}.highlight-card{animation:cardPulse 1.5s cubic-bezier(.4,0,.2,1)}@keyframes cardPulse{0%{transform:scale(1);border-color:rgba(15,23,42,.05)}30%{transform:scale(1.01);box-shadow:0 20px 40px rgba(37,99,235,.15);border-color:#2563eb}to{transform:scale(1);border-color:rgba(15,23,42,.05)}}@media (max-width:1024px){.blog-sidebar,.sidebar-overlay,.sidebar-toggle{display:none!important}}.coa-page{padding:5rem 0;min-height:70vh}.coa-hero{max-width:720px;margin:0 auto 3rem;text-align:center}.coa-hero h1{margin-bottom:1.25rem;font-size:3rem;font-weight:700;color:#0f172a}.coa-hero .hero-subtitle{max-width:640px;margin:0 auto}.coa-search-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2.5rem}.coa-search-box{position:relative;width:100%;max-width:620px}.coa-search-icon{position:absolute;left:1.1rem;top:50%;width:18px;height:18px;color:#94a3b8;pointer-events:none;transform:translateY(-50%)}.coa-search-input{width:100%;padding:.9rem 3rem .9rem 2.85rem;border:1.5px solid rgba(15,23,42,.1);border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 2px 12px rgba(15,23,42,.05);color:#0f172a;font-family:Inter,sans-serif;font-size:.97rem;outline:none;transition:border-color .25s,box-shadow .25s}.coa-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1),0 2px 12px rgba(15,23,42,.05)}.coa-search-clear{position:absolute;right:.9rem;top:50%;display:flex;align-items:center;justify-content:center;padding:.2rem;border:0;background:transparent;color:#94a3b8;cursor:pointer;transform:translateY(-50%)}.coa-search-clear:hover{color:#0f172a}.coa-search-clear svg{width:14px;height:14px}.coa-result-count{color:#64748b;font-size:.86rem;font-weight:500}.coa-list{display:grid;gap:1rem}.coa-card{display:grid;grid-template-columns:minmax(240px,1.25fr) minmax(220px,1fr) minmax(240px,1fr);gap:1.5rem;align-items:start;padding:1.25rem;border-radius:12px}.coa-product-main{display:flex;align-items:center;gap:1rem;min-width:0}.coa-product-image{display:flex;flex:0 0 86px;align-items:flex-end;justify-content:center;width:86px;height:86px;border:1px solid rgba(15,23,42,.06);border-radius:10px;background:#ffffff;box-shadow:0 14px 28px rgba(15,23,42,.12),0 2px 6px rgba(15,23,42,.06);transition:box-shadow .25s ease,transform .25s ease}.coa-card:hover .coa-product-image{box-shadow:0 18px 36px rgba(15,23,42,.16),0 4px 10px rgba(15,23,42,.08);transform:translateY(-2px)}.coa-product-image img{max-width:72px;max-height:72px;object-fit:contain}.coa-product-copy{min-width:0}.coa-field-heading span,.coa-product-label{display:block;color:#2563eb;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.coa-product-copy h2{margin:.25rem 0 .35rem;color:#0f172a;font-size:1.2rem;font-weight:700;overflow-wrap:anywhere}.coa-product-copy p{color:#64748b;font-size:.86rem}.coa-field-heading{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.7rem}.coa-field-heading small{color:#94a3b8;font-size:.76rem;font-weight:600;white-space:nowrap}.coa-lot-group,.coa-size-group{display:flex;flex-wrap:wrap;gap:.5rem}.coa-lot-btn,.coa-size-btn{min-height:36px;padding:.45rem .8rem;border:1px solid rgba(37,99,235,.18);border-radius:8px;background:#ffffff;color:#2563eb;font-family:Inter,sans-serif;font-size:.86rem;font-weight:700;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}.coa-lot-btn:hover,.coa-size-btn:hover{border-color:#2563eb;transform:translateY(-1px)}.coa-lot-btn,.coa-size-btn.active{border-color:#2563eb;background:#2563eb;color:#ffffff}.coa-lot-btn:hover{background:#1d4ed8}.coa-lot-btn.disabled,.coa-lot-btn:disabled{border-color:rgba(148,163,184,.35);background:#f8fafc;color:#94a3b8;cursor:not-allowed;transform:none}.coa-empty-lot{padding:.7rem .85rem;border:1px dashed rgba(148,163,184,.45);border-radius:8px;background:rgba(248,250,252,.8);color:#64748b;font-size:.86rem}.coa-empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:5rem 1rem;color:#64748b;text-align:center}@media (max-width:980px){.coa-card{grid-template-columns:1fr}.coa-field-heading{justify-content:flex-start}}@media (max-width:640px){.coa-page{padding:3.5rem 0}.coa-hero{margin-bottom:2rem}.coa-hero h1{font-size:2.25rem}.coa-card{padding:1rem}.coa-product-main{align-items:flex-start}.coa-product-image{flex-basis:72px;width:72px;height:72px}.coa-product-image img{max-width:60px;max-height:60px}.coa-lot-btn,.coa-size-btn{flex:1 1 auto}}.contact-page{min-height:100vh;background:#f8fafc}.contact-email-inline{color:#2563eb;text-decoration:none;font-weight:600;transition:color .2s}.contact-email-inline:hover{color:#1d4ed8}.contact-body{max-width:1160px;margin:0 auto;padding:5rem 2rem 6rem;display:grid;grid-template-columns:320px 1fr;gap:3.5rem;align-items:start}.contact-info-col{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:6rem}.contact-info-card{display:flex;align-items:flex-start;gap:1rem;background:#ffffff;border:1px solid rgba(15,23,42,.07);border-radius:14px;padding:1.4rem 1.5rem;box-shadow:0 2px 12px rgba(15,23,42,.04);transition:box-shadow .25s,transform .25s}.contact-info-card:hover{box-shadow:0 8px 28px rgba(15,23,42,.08);transform:translateY(-2px)}.info-icon-wrap{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(14,165,233,.1));border-radius:10px;display:flex;align-items:center;justify-content:center}.info-icon-wrap svg{width:18px;height:18px;color:#2563eb}.contact-info-card h4{font-size:.82rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}.contact-info-card a,.contact-info-card p{font-size:.9rem;color:#64748b;text-decoration:none;line-height:1.5}.contact-info-card a:hover{color:#2563eb}.contact-form-col{background:#ffffff;border:1px solid rgba(15,23,42,.07);border-radius:20px;padding:3rem;box-shadow:0 4px 30px rgba(15,23,42,.06)}.form-title{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin-bottom:.4rem}.form-sub{font-size:.95rem;color:#64748b;margin-bottom:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.5rem}.form-group label{font-size:.78rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.07em}.form-group input,.form-group select,.form-group textarea{padding:.8rem 1rem;border-radius:10px;border:1.5px solid rgba(15,23,42,.12);background:#f8fafc;color:#0f172a;font-size:.95rem;font-family:Inter,sans-serif;outline:none;transition:border-color .25s,box-shadow .25s,background .2s;resize:none;appearance:none;-webkit-appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;background:#ffffff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#cbd5e1}.form-group.has-error input,.form-group.has-error textarea{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.08)}.form-error{font-size:.78rem;color:#ef4444;font-weight:500}.contact-submit-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1rem;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#ffffff;border:none;border-radius:12px;font-size:1rem;font-weight:700;font-family:Inter,sans-serif;letter-spacing:.03em;cursor:pointer;transition:opacity .25s,transform .2s,box-shadow .25s;box-shadow:0 4px 20px rgba(37,99,235,.3);margin-top:.5rem}.contact-submit-btn svg{width:18px;height:18px}.contact-submit-btn:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 8px 28px rgba(37,99,235,.4)}.contact-submit-btn:active{transform:translateY(0)}.contact-success{flex-direction:column;gap:1.25rem;padding:3rem 1rem;text-align:center}.contact-success,.success-icon{display:flex;align-items:center}.success-icon{width:72px;height:72px;background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(14,165,233,.1));border-radius:50%;justify-content:center;margin-bottom:.5rem}.success-icon svg{width:36px;height:36px;color:#2563eb}.contact-success h2{font-size:1.8rem;font-weight:800;color:#0f172a}.contact-success p{font-size:1rem;color:#64748b;max-width:420px;line-height:1.6}@media (max-width:900px){.contact-body{grid-template-columns:1fr}.contact-info-col{position:static;display:grid;grid-template-columns:1fr 1fr}.contact-hero-title{font-size:2.8rem}}@media (max-width:600px){.contact-info-col,.form-row{grid-template-columns:1fr}.contact-form-col{padding:2rem 1.5rem}.contact-hero-title{font-size:2.2rem}}.form-required{color:#ef4444;margin-left:2px}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.contact-submit-btn.loading{opacity:.75;cursor:not-allowed}.contact-submit-btn:disabled{cursor:not-allowed}.btn-spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#ffffff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}.form-server-error{display:flex;align-items:center;gap:.6rem;background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.25);border-radius:10px;padding:.85rem 1rem;font-size:.88rem;color:#dc2626;font-weight:500;margin-bottom:1rem}.form-server-error svg{width:18px;height:18px;flex-shrink:0;color:#ef4444}.newsletter-input-wrap{display:flex;flex-direction:column;flex:1 1}.newsletter-error{font-size:.75rem;color:#ef4444;font-weight:500;margin-top:.3rem;padding-left:.2rem}.newsletter-success{display:flex;align-items:center;gap:.6rem;color:#22c55e;font-weight:600;font-size:.95rem;padding:.6rem 0}.newsletter-success svg{width:20px;height:20px;flex-shrink:0}.btn-subscribe-shimmer:disabled{opacity:.65;cursor:not-allowed}.btn-spinner-sm{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;border-radius:50%;animation:spin .7s linear infinite}.input-error{border-color:#ef4444!important}.home-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{display:flex;align-items:center;justify-content:space-between;min-height:80vh;padding:4rem 0;gap:4rem}.hero-content{flex:1 1;max-width:600px}.badge{display:inline-block;padding:.4rem 1rem;background:rgba(0,240,255,.1);border:1px solid rgba(0,240,255,.2);color:var(--accent-cyan);border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px}.hero-subtitle{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem}.hero-visual{flex:1 1;display:flex;justify-content:center;align-items:center;position:relative}.glow-orb{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.15) 0,transparent 70%);border-radius:50%;z-index:0;animation:pulseGlow 4s ease-in-out infinite alternate}.hero-image{max-width:100%;height:auto;position:relative;z-index:1;transform:scale(1.1);filter:drop-shadow(0 20px 40px rgba(0,0,0,.5));animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0) scale(1.1)}50%{transform:translateY(-20px) scale(1.1)}to{transform:translateY(0) scale(1.1)}}@keyframes pulseGlow{0%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.info-section{margin:4rem 0}.info-card{padding:3rem;text-align:center}.info-card h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:1.5rem}.info-card p{color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.featured-section{margin:6rem 0}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700}.view-all-link{color:var(--accent-cyan);text-decoration:none;font-weight:500;transition:opacity .2s}.view-all-link:hover{opacity:.8}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:1fr;gap:2rem}.product-card{padding:1.5rem;display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(15,23,42,.08),0 0 15px rgba(37,99,235,.05);border-color:rgba(37,99,235,.2)}.product-image-container{height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.product-image-container img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.3))}.product-category{font-size:.75rem;color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px}.product-name{font-size:1.3rem;color:var(--text-primary);margin:.5rem 0 1.5rem;min-height:3.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.btn-buy{background:#ffffff;color:var(--accent-blue);border:1px solid var(--accent-blue);padding:.4rem 1.2rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s;box-shadow:0 2px 4px rgba(37,99,235,.05)}.btn-buy:hover{background:var(--accent-blue);color:#fff;box-shadow:0 6px 15px rgba(37,99,235,.3)}@media (max-width:900px){.hero{flex-direction:column;text-align:center;padding:2rem 0}.hero-title{font-size:3rem}.hero-subtitle{margin-left:auto;margin-right:auto}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.home-original{font-family:Inter,sans-serif;color:var(--text-primary);background:var(--bg-color);padding-bottom:4rem}.text-center{text-align:center}.home-original .section-title{display:block;text-align:center;margin-bottom:3rem;font-size:2.8rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.home-original .section-title:before{content:none;display:none}.home-original h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.home-original h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}.home-original h3{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:var(--text-secondary)}.home-original h4{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;color:var(--text-primary)}.btn-shop{position:relative;overflow:hidden;display:inline-block;background-color:var(--accent-blue);color:#fff;padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none}.btn-shop:hover{opacity:.9}.btn-shop-sm{position:relative;overflow:hidden;display:inline-block;background-color:var(--accent-blue);color:#fff;padding:.6rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease}.btn-shop-sm:hover{opacity:.9}.btn-benefit-shop:after,.btn-outline:after,.btn-premium:after,.btn-shop-premium-sm:after,.btn-shop-sm:after,.btn-shop:after,.btn-support-send:after{content:"";position:absolute;top:-50%;left:-60%;width:20%;height:200%;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0));transform:rotate(30deg);transition:all .6s cubic-bezier(.19,1,.22,1);pointer-events:none;z-index:1}.btn-benefit-shop:hover:after,.btn-outline:hover:after,.btn-premium:hover:after,.btn-shop-premium-sm:hover:after,.btn-shop-sm:hover:after,.btn-shop:hover:after,.btn-support-send:hover:after{left:120%}.slogan-marquee-premium{background:transparent;padding:1rem 0;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;z-index:20}.ticker-track{display:flex;animation:ticker-slide 50s linear infinite;width:max-content}.ticker-track:hover{animation-play-state:paused}.ticker-group,.ticker-item{display:flex;align-items:center}.ticker-item{font-size:.95rem;font-weight:500;letter-spacing:.02em;text-transform:none;color:#334155;padding:0 3rem;transition:color .3s ease}.ticker-icon,.ticker-item:hover{color:var(--accent-blue)}.ticker-icon{width:18px;height:18px;margin-right:.8rem;stroke-width:1.8}.ticker-sep{width:1px;height:14px;background:rgba(0,0,0,.1);margin:0 1rem}@keyframes ticker-slide{0%{transform:translateX(0)}to{transform:translateX(-25%)}}.top-carousel{display:none}.hero-premium{position:relative;width:100%;height:85vh;min-height:600px;overflow:hidden;background:#ffffff;display:flex;align-items:center}.hero-bg-image{position:absolute;top:0;right:0;width:65%;height:100%;z-index:1}.hero-bg-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}.hero-content{position:relative;z-index:10;width:100%;margin:0;padding:0 10%}.hero-text-premium{max-width:1000px;animation:heroFadeUp 1s cubic-bezier(.2,.8,.2,1) forwards}.hero-badge{display:inline-block;padding:.5rem 1rem;background:rgba(59,130,246,.1);color:#2563eb;border-radius:99px;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2rem}.hero-title{font-size:4.5rem;line-height:.95;color:#0f172a;margin-bottom:2rem;font-weight:800;letter-spacing:-.02em}.hero-accent,.hero-title-main{white-space:nowrap}.hero-accent{color:#2563eb;position:relative}.hero-description{font-size:1.25rem;line-height:1.6;color:#475569;margin-bottom:3rem;max-width:540px}.hero-actions{display:flex;gap:1.5rem}.btn-premium{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:1.25rem 2.5rem;background:#0f172a;color:#ffffff;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px rgba(15,23,42,.15);white-space:nowrap}.btn-premium:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 15px 40px rgba(15,23,42,.25)}.btn-outline{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:1.25rem 2.5rem;background:transparent;color:#0f172a;border:2px solid #e2e8f0;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.hero-title{font-size:3.5rem}.hero-bg-image{width:60%}}@media (max-width:768px){.hero-premium{display:block;height:auto;min-height:0;padding:0 0 3rem}.slogan-marquee-premium{position:relative;top:auto;left:auto;width:100%;padding:.75rem 0;margin-bottom:1rem;background:rgba(255,255,255,.94);border-top:1px solid rgba(15,23,42,.06);border-bottom:1px solid rgba(15,23,42,.06)}.ticker-item{font-size:.82rem;padding:0 1.5rem}.ticker-icon{width:16px;height:16px;margin-right:.6rem}.ticker-sep{margin:0 .75rem}.hero-bg-image{width:calc(100% - 2rem);max-width:42rem;height:clamp(240px,56vw,340px);top:auto;position:relative;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:0 24px 50px rgba(15,23,42,.12)}.hero-bg-image img{transform:scale(1.12);transform-origin:center;object-position:36% center}.hero-vignette{background:transparent}.hero-content{padding:0 1rem;margin-top:1.25rem}.hero-text-premium{text-align:center;background:transparent;padding:0;border-radius:0;box-shadow:none;max-width:34rem;margin:0 auto}.hero-title{font-size:clamp(2.35rem,8vw,3rem);line-height:1.02;margin-bottom:1.25rem}.hero-accent,.hero-title-main{white-space:normal}.hero-description{font-size:1rem;line-height:1.7;margin:0 auto 1.75rem;max-width:30rem}.hero-actions{justify-content:center;flex-direction:column;gap:.875rem;width:100%;max-width:24rem;margin:0 auto}.btn-outline,.btn-premium{width:100%;min-height:52px;padding:1rem 1.25rem}}.research-disclaimer-premium{padding:2rem 2rem 4rem;background:radial-gradient(circle at center,#ffffff 0,#f1f5f9 100%);display:flex;justify-content:center;align-items:center}.disclaimer-card{max-width:800px;background:#ffffff;padding:3rem;border-radius:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.03);text-align:center;transition:transform .3s ease}.disclaimer-card:hover{transform:translateY(-5px)}.disclaimer-header{margin-bottom:2.5rem}.disclaimer-brand-logo{max-width:60px;height:auto;display:block;margin:0 auto 1.5rem;opacity:.9}.disclaimer-title{font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0}.disclaimer-body p{color:#475569;line-height:1.8;font-size:1rem;max-width:650px;margin:0 auto 2rem}.disclaimer-body p strong{color:#0f172a;font-weight:700}.disclaimer-footer{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.footer-tag{font-size:.7rem;font-weight:800;text-transform:uppercase;color:#94a3b8;letter-spacing:.12em}.footer-line{width:32px;height:1px;background:#e2e8f0}.benefit-grid-section{padding:2rem 2rem 6rem;background:#ffffff;display:flex;justify-content:center}.benefit-grid-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;max-width:1200px}.benefit-card{position:relative;background:#ffffff;border-radius:24px;padding:3.5rem;min-height:400px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;transition:all .6s cubic-bezier(.16,1,.3,1);border:1px solid rgba(15,23,42,.06);box-shadow:0 1px 3px rgba(0,0,0,.02),0 4px 12px rgba(0,0,0,.03)}.synthesis-card{background:radial-gradient(circle at 70% 70%,#f0f9ff 0,#ffffff 100%)}.quality-card{background:radial-gradient(circle at 70% 70%,#f8fafc 0,#ffffff 100%)}.benefit-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 10px 20px rgba(0,0,0,.04),0 25px 50px rgba(0,0,0,.06);border-color:rgba(15,23,42,.1)}.benefit-card-content{position:relative;z-index:5;max-width:320px}.benefit-card-title{font-size:2.2rem;font-weight:800;line-height:1.15;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.benefit-card-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem;letter-spacing:-.01em}.btn-benefit-shop{position:relative;overflow:hidden;display:inline-block;padding:.85rem 2rem;background:#2563eb;color:#ffffff;border-radius:99px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 16px rgba(37,99,235,.15);width:fit-content}.btn-benefit-shop:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 15px 30px rgba(37,99,235,.3)}.benefit-card-image{position:absolute;bottom:0;right:0;width:240px;height:auto;z-index:1;transition:transform .6s cubic-bezier(.16,1,.3,1);pointer-events:none}.benefit-card:hover .benefit-card-image{transform:scale(1.05) translate(-10px,-10px)}.benefit-card-image img{width:100%;height:auto;display:block}.phone-frame{width:160px;bottom:-30px;right:3.5rem;filter:drop-shadow(0 15px 30px rgba(0,0,0,.12))}@media (max-width:1024px){.benefit-card-title{font-size:2.5rem}.benefit-card{padding:3rem;min-height:420px}.benefit-card-image{width:220px}}@media (max-width:768px){.benefit-grid-container{grid-template-columns:1fr}.benefit-card{min-height:auto;padding:3rem 2rem 250px}.benefit-card-image{width:200px;right:50%;transform:translateX(50%)}.benefit-card:hover .benefit-card-image{transform:scale(1.05) translateX(50%)}}.explore-products-marquee{padding:4rem 0;background:#f8fafc;overflow:hidden}.marquee-outer-container{position:relative;width:100%;padding:2rem 0;transform-style:preserve-3d;perspective:1000px}.marquee-fade-overlay{position:absolute;top:0;bottom:0;width:15%;z-index:10;pointer-events:none}.marquee-fade-overlay.left{left:0;background:linear-gradient(90deg,#f8fafc 0,rgba(248,250,252,0))}.marquee-fade-overlay.right{right:0;background:linear-gradient(270deg,#f8fafc 0,rgba(248,250,252,0))}.marquee-scroll-track{display:block;white-space:nowrap;width:max-content;animation:marqueeContinuous 250s linear infinite;will-change:transform;transform:translateZ(0);backface-visibility:hidden;transform-style:preserve-3d;contain:layout paint}.marquee-outer-container:hover .marquee-scroll-track{animation-play-state:paused}@keyframes marqueeContinuous{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.premium-prod-card{width:280px;height:480px;background:#ffffff;border-radius:24px;padding:2.5rem 2rem 0;display:inline-flex;flex-direction:column;align-items:center;text-align:center;margin-right:2rem;vertical-align:top;white-space:normal;transition:all .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(15,23,42,.05);box-shadow:0 4px 20px rgba(0,0,0,.03);position:relative;flex-shrink:0;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale}.premium-prod-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.08);border-color:rgba(15,23,42,.1)}.prod-card-top-content{display:flex;flex-direction:column;align-items:center;width:100%}.prod-cat-label{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:none;letter-spacing:.05em;margin-bottom:1rem}.prod-name-title{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;line-height:1.25;min-height:4.5rem;display:flex;align-items:center;justify-content:center}.prod-price-tag{font-size:1.15rem;font-weight:600;color:#64748b;margin-bottom:1.5rem}.btn-shop-premium-sm{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.75rem 1.75rem;background:#2563eb;color:#ffffff;border-radius:99px;font-weight:700;font-size:.9rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,99,235,.2)}.btn-shop-premium-sm:hover{background:#1d4ed8;box-shadow:0 8px 20px rgba(37,99,235,.3);transform:translateY(-1px)}.prod-card-bottom-image{margin-top:auto;width:100%;display:flex;justify-content:center;align-items:flex-end}.prod-img-flush{width:100%;height:220px;object-fit:contain;object-position:bottom center;display:block}.compliance-highlights{padding:1rem 2rem 3rem;background:#f8fafc;max-width:1100px;margin:0 auto}.compliance-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem}.compliance-card{background:#ffffff;border-radius:28px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 4px 30px rgba(0,0,0,.02);display:flex;flex-direction:column;min-height:400px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.compliance-card:hover{transform:translateY(-5px)}.compliance-card-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;position:relative;z-index:10}.compliance-title{font-size:2.2rem;line-height:1.15;font-weight:800;color:#0f172a;margin-bottom:1.25rem;letter-spacing:-.02em}.compliance-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.compliance-technical-text{font-size:.95rem;line-height:1.6;color:#475569;max-width:100%}.compliance-visual-molecular{position:absolute;top:50%;right:-5%;transform:translateY(-50%);width:60%;pointer-events:none;opacity:.15;z-index:1}.compliance-visual-molecular img{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.compliance-visual-logo{position:absolute;bottom:-10%;right:-10%;width:65%;opacity:.1;pointer-events:none;z-index:1}.compliance-visual-logo img{width:100%;height:auto;display:block}.compliance-card-footer{margin-top:auto;font-size:1.5rem;font-weight:700;color:#cbd5e1}@media (max-width:1024px){.compliance-grid{grid-template-columns:1fr}.compliance-card{min-height:auto;padding:3rem}.compliance-title{font-size:2.5rem}.compliance-visual-logo,.compliance-visual-molecular{position:relative;width:60%;margin:2rem auto 0;right:0;bottom:0}}.how-it-works{padding:3rem 2rem 5rem;max-width:1100px;margin:0 auto}.steps-container{display:flex;gap:2rem;margin-top:3rem;justify-content:center}.step-box{flex:1 1;text-align:center;background:#fff;padding:3rem 2rem 2.5rem;border-radius:20px;box-shadow:0 4px 15px rgba(0,0,0,.03);display:flex;flex-direction:column;transition:transform .3s ease}.step-box:hover{transform:translateY(-5px)}.step-num{width:50px;height:50px;background:#e0f2fe;color:var(--accent-blue);font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.step-box h3{margin-bottom:1rem;color:#0f172a}.step-box p{color:var(--text-secondary);line-height:1.6;font-size:.95rem;margin-bottom:2rem;flex-grow:1}.step-img-container{margin-top:auto;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:12px;background:#f8fafc}.step-bot-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.step-box:hover .step-bot-img{transform:scale(1.05)}.support-contact-premium{padding:4rem 2rem 0;background:#ffffff;overflow:hidden}.support-container{max-width:1000px;margin:0 auto;display:flex;align-items:flex-end;gap:3rem}.support-text-pane{flex:1 1;position:relative;z-index:2}.support-title{font-size:2.8rem;line-height:1.1;color:#0f172a;margin-bottom:1.25rem;letter-spacing:-.04em;font-weight:800}.support-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.support-email{display:inline-flex;align-items:center;gap:1rem;font-size:2rem;font-weight:700;color:#2563eb;text-decoration:none;margin-bottom:2.5rem;transition:opacity .2s ease}.mail-icon{width:32px;height:32px}.support-email:hover{opacity:.8}.btn-support-send{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#2563eb;color:#ffffff;padding:1rem 2.5rem;border-radius:99px;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;box-shadow:0 10px 25px rgba(37,99,235,.2);transition:all .3s ease}.btn-support-send:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(37,99,235,.3)}.support-floating-peptides{margin-top:3.5rem;width:100%;max-width:320px}.support-floating-peptides img{width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.12))}.support-visual-pane{flex:1.2 1;display:flex;justify-content:flex-end}.phone-showcase-container{width:100%;max-width:480px}.phone-hero-img{width:100%;height:auto;display:block}@media (max-width:1024px){.support-container{flex-direction:column;text-align:center;gap:4rem}.support-title{font-size:2.8rem}.support-email{font-size:1.8rem}.support-visual-pane{justify-content:center}.support-floating-peptides{margin:4rem auto 0}}.home-faq-section{padding:6rem 2rem 0;background:#f8fafc}.faq-container{max-width:850px;margin:0 auto}.faq-main-title{font-size:3rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:4rem;letter-spacing:-.03em}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #e2e8f0;cursor:pointer;background:transparent;transition:background-color .2s ease}.faq-item:first-child{border-top:1px solid #e2e8f0}.faq-item:hover{background-color:rgba(255,255,255,.5)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem;gap:2rem}.faq-question h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.faq-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#94a3b8;transition:transform .3s cubic-bezier(.4,0,.2,1),color .3s ease}.faq-icon svg{width:24px;height:24px}.faq-item.active .faq-icon{transform:rotate(-180deg);color:#2563eb}.faq-item.active .faq-question h3{color:#2563eb}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.active .faq-answer{grid-template-rows:1fr}.faq-answer-inner{min-height:0}.faq-answer p{padding:0 1.5rem 2rem;margin:0;color:#475569;line-height:1.8;font-size:1.1rem}@media (max-width:768px){.research-disclaimer-premium{padding:1.5rem 1rem 3rem}.disclaimer-card{padding:2rem 1.25rem;border-radius:20px}.disclaimer-header{margin-bottom:1.5rem}.disclaimer-title{font-size:1.35rem}.disclaimer-body p{font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.disclaimer-footer{flex-wrap:wrap;gap:.75rem;padding-top:1.25rem}.footer-line{width:24px}.benefit-grid-section{padding:1rem 1rem 4rem}.benefit-grid-container{gap:1.25rem}.benefit-card{min-height:auto;padding:2.25rem 1.5rem 220px;border-radius:20px}.benefit-card-content{max-width:100%}.benefit-card-title{font-size:1.75rem;line-height:1.15}.benefit-card-subtitle{font-size:1rem;margin-bottom:1.5rem}.btn-benefit-shop{min-height:48px}.benefit-card-image{width:180px;right:50%;bottom:-10px;transform:translateX(50%)}.benefit-card:hover .benefit-card-image{transform:translateX(50%) scale(1.04)}.phone-frame{width:145px;right:50%;bottom:-15px}.explore-products-marquee{padding:3rem 0}.marquee-outer-container{padding:1rem 0}.marquee-fade-overlay{width:8%}.marquee-scroll-track{animation-duration:180s}.premium-prod-card{width:220px;height:390px;padding:1.75rem 1.25rem 0;margin-right:1rem;border-radius:20px}.prod-card-top-content{min-height:190px}.prod-cat-label{font-size:.7rem;margin-bottom:.75rem}.prod-name-title{font-size:1.25rem;line-height:1.15;min-height:1.55rem;margin-bottom:.5rem;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .1rem .1rem}.prod-price-tag{font-size:1rem;margin-bottom:1rem}.btn-shop-premium-sm{min-height:44px;padding:.7rem 1.25rem}.prod-img-flush{height:180px}.compliance-highlights{padding:0 1rem 2.5rem}.compliance-grid{gap:1.25rem}.compliance-card{padding:2rem 1.5rem;border-radius:22px}.compliance-title{font-size:1.85rem;margin-bottom:1rem}.compliance-subtitle{font-size:1rem;margin-bottom:1.5rem}.compliance-technical-text{font-size:.95rem;line-height:1.7}.compliance-card-footer{font-size:1.15rem;margin-top:1.75rem}.compliance-visual-logo,.compliance-visual-molecular{width:min(260px,72%);margin:1.5rem auto 0}.how-it-works{padding:2.5rem 1rem 4rem}.steps-container{gap:1.25rem}.step-box{padding:2rem 1.25rem 1.5rem;border-radius:18px}.step-num{width:44px;height:44px;font-size:1.25rem;margin-bottom:1rem}.step-box h3{font-size:1.5rem}.step-box p{font-size:.95rem;margin-bottom:1.25rem}.support-contact-premium{padding:3rem 1rem 0}.support-container{gap:2.5rem}.support-title{font-size:2.1rem;line-height:1.08}.support-subtitle{font-size:1rem;margin-bottom:1.5rem}.support-email{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.75rem;font-size:1.2rem;line-height:1.4;margin-bottom:1.75rem;word-break:break-word;overflow-wrap:anywhere}.mail-icon{width:24px;height:24px;flex-shrink:0}.btn-support-send{min-height:48px;padding:.95rem 1.75rem}.support-floating-peptides{margin-top:2.5rem;max-width:240px}.phone-showcase-container{max-width:320px}.home-faq-section{padding:4rem 1rem 0}.faq-main-title{font-size:2.1rem;margin-bottom:2rem}.faq-question{padding:1.35rem .25rem;gap:1rem;align-items:flex-start}.faq-question h3{font-size:1.05rem;line-height:1.45}.faq-icon{width:28px;height:28px;flex-shrink:0;margin-top:.1rem}.faq-icon svg{width:20px;height:20px}.faq-answer p{padding:0 .25rem 1.5rem;font-size:.98rem;line-height:1.7}.split-feature,.split-feature.reverse{flex-direction:column;text-align:center;gap:2rem}.home-original h1{font-size:2.2rem}.steps-container{flex-direction:column;margin-top:2rem}}@media (max-width:480px){.hero-premium{padding-bottom:2.5rem}.hero-bg-image{width:calc(100% - 1rem);height:clamp(220px,64vw,280px);border-radius:20px}.hero-bg-image img{transform:scale(1.16);object-position:32% center}.hero-content{margin-top:1rem}.hero-text-premium{padding:0;border-radius:0}.hero-title{font-size:2.05rem}.hero-actions{gap:.75rem}.ticker-item{padding:0 1rem}.footer-tag{font-size:.64rem;letter-spacing:.08em}.benefit-card{padding:2rem 1.25rem 205px}.benefit-card-title{font-size:1.55rem}.benefit-card-image{width:160px}.phone-frame{width:132px}.premium-prod-card{width:190px;height:345px;padding:1.5rem 1rem 0;margin-right:.75rem}.prod-card-top-content{min-height:170px}.prod-name-title{font-size:1.1rem;line-height:1.15;min-height:1.4rem;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .08rem .08rem}.prod-price-tag{font-size:.95rem}.prod-img-flush{height:150px}.marquee-fade-overlay{width:0}.compliance-card{padding:1.75rem 1.25rem}.compliance-title{font-size:1.6rem}.support-title{font-size:1.85rem}.support-email{font-size:1.05rem}.faq-main-title{font-size:1.85rem}.faq-question{padding:1.15rem 0}}.privacy-page{background:#ffffff;min-height:100vh;padding-bottom:2.5rem;font-family:Inter,sans-serif}.privacy-hero{position:relative;width:100%;padding:10rem 2rem 6rem;text-align:center;background-image:url(/images/home/privacy-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden}.privacy-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.9) 0,rgba(255,255,255,.85) 50%,rgba(255,255,255,1));z-index:1}.privacy-hero-container{position:relative;z-index:2;max-width:800px;margin:0 auto}.privacy-badge{display:inline-block;padding:.5rem 1.25rem;background:rgba(37,99,235,.1);color:#2563eb;border-radius:99px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem}.privacy-title{font-size:3.5rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.privacy-updated{font-size:1rem;color:#64748b;font-weight:500}.privacy-main{padding:6rem 2rem}.privacy-container{max-width:800px;margin:0 auto}.privacy-intro{font-size:1.2rem;line-height:1.8;color:#475569;margin-bottom:5rem;padding-bottom:3rem;border-bottom:1px solid rgba(15,23,42,.05)}.privacy-intro strong{color:#0f172a;font-weight:700}.privacy-section{margin-bottom:4.5rem;position:relative}.privacy-section:last-child{margin-bottom:0}.section-title:before{background:#2563eb}.privacy-section p{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:1.5rem}.subsection{background:#fbfcfd;padding:2.5rem;border-radius:16px;border:1px solid rgba(15,23,42,.03);margin-top:2rem}.subsection-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.privacy-list{list-style:none;padding:0}.privacy-list li{position:relative;padding-left:1.5rem;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7;color:#64748b}.privacy-list li:before{content:"→";position:absolute;left:0;color:#2563eb;font-weight:700}.privacy-list li strong{color:#334155;font-weight:600}.privacy-note{font-size:1.05rem;background:rgba(37,99,235,.03);padding:1.5rem;border-left:3px solid #2563eb;border-radius:0 8px 8px 0;margin-top:2rem}@media (max-width:768px){.privacy-hero{padding:6rem 1.5rem 4rem}.privacy-title{font-size:2.5rem}.privacy-main{padding:4rem 1.5rem}.subsection{padding:1.5rem}.section-title{font-size:1.5rem}}.pd-page{max-width:1160px;margin:0 auto;padding:2rem 2rem 6rem}.pd-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#94a3b8;margin-bottom:2rem}.pd-breadcrumb a{color:#2563eb;text-decoration:none;transition:opacity .2s}.pd-breadcrumb a:hover{opacity:.75}.pd-breadcrumb span:last-child{color:#0f172a;font-weight:500}.pd-top{display:grid;grid-template-columns:440px 1fr;gap:4rem;margin-bottom:3rem;align-items:start}.pd-image-col{flex-direction:column;gap:1rem}.pd-image-col,.pd-image-wrap{display:flex;align-items:center}.pd-image-wrap{width:100%;aspect-ratio:1;background:#f8fafc;border:1.5px solid rgba(15,23,42,.07);border-radius:20px;justify-content:center;overflow:hidden}.pd-image-wrap img{width:70%;height:70%;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(0,0,0,.12))}.pd-image-tag{font-size:.78rem;color:#64748b;background:#f1f5f9;border-radius:99px;padding:.3rem .9rem;font-weight:600}.pd-cas{font-size:.85rem;color:#2563eb;font-weight:600;letter-spacing:.03em;margin-bottom:.4rem}.pd-name{font-size:2.8rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.pd-option-group{margin-bottom:1.25rem}.pd-option-label{font-size:.78rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.5rem}.pd-option-btns{display:flex;gap:.6rem;flex-wrap:wrap}.pd-option-btn{padding:.5rem 1.2rem;border-radius:8px;border:1.5px solid rgba(15,23,42,.15);background:#fff;color:#0f172a;font-size:.9rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:all .18s}.pd-option-btn.active,.pd-option-btn:hover{border-color:#2563eb;color:#2563eb}.pd-option-btn.active{background:rgba(37,99,235,.06)}.pd-packaging-note{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b;margin-bottom:1.5rem}.pd-packaging-note svg{width:15px;height:15px;color:#2563eb}.pd-packaging-note strong{color:#0f172a}.pd-profile-box{background:#f8fafc;border:1.5px solid rgba(15,23,42,.08);border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.pd-profile-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.9rem}.pd-profile-heading{font-size:.78rem;font-weight:800;color:#2563eb;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.pd-product-label{font-size:.95rem;font-weight:700;color:#0f172a}.pd-ship-note{font-size:.8rem;color:#94a3b8;margin-top:.2rem}.pd-profile-text{font-size:.9rem;color:#475569;line-height:1.7;margin:0 0 1rem}.pd-reference-list{border-top:1px solid rgba(15,23,42,.08);padding-top:.85rem}.pd-reference-title{font-size:.78rem;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .45rem}.pd-reference-list ul{margin:0;padding-left:1.1rem}.pd-reference-list li{font-size:.82rem;color:#64748b;line-height:1.55;margin-bottom:.3rem}.pd-research-box{border:1.5px solid rgba(15,23,42,.08);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.pd-research-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.pd-research-header svg{width:16px;height:16px;color:#2563eb}.pd-research-header strong{font-size:.9rem;color:#0f172a}.pd-research-box p{font-size:.82rem;color:#64748b;line-height:1.6}.pd-purity-box{border:1.5px solid rgba(15,23,42,.08);border-radius:12px;padding:1rem 1.25rem}.pd-purity-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.pd-purity-tag{padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:700;border:1.5px solid rgba(15,23,42,.15);color:#64748b}.pd-purity-tag.active{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.06)}.pd-purity-value{font-size:1rem;font-weight:700;color:#0f172a}.pd-purity-sub{font-size:.82rem;color:#64748b;margin-bottom:.6rem}.pd-coa-link{font-size:.82rem;color:#2563eb;text-decoration:none;font-weight:600}.pd-coa-link:hover{text-decoration:underline}.pd-lots{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem}.pd-lot-btn{display:inline-flex;align-items:center;padding:.4rem .9rem;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;border-radius:6px;font-size:.78rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .15s;letter-spacing:.02em}.pd-lot-btn:hover{opacity:.88;transform:translateY(-1px)}.pd-lot-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:default;pointer-events:none}.pd-lot-viewall{font-size:.8rem;color:#2563eb;text-decoration:none;font-weight:600;margin-left:.25rem}.pd-lot-viewall:hover{text-decoration:underline}.pd-formula{font-family:Courier New,Courier,monospace;font-size:.88rem;letter-spacing:.01em}.pd-detail-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.pd-detail-card{background:#fff;border:1.5px solid rgba(15,23,42,.07);border-radius:16px;padding:2rem;box-shadow:0 2px 12px rgba(15,23,42,.04)}.pd-detail-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.pd-detail-card-header svg{width:20px;height:20px;color:#2563eb;flex-shrink:0}.pd-detail-card-header h2{font-size:1.2rem;font-weight:700;color:#0f172a}.pd-overview-body{display:flex;flex-direction:column;gap:.9rem}.pd-overview-text{font-size:.97rem;color:#475569;line-height:1.8;margin:0}.pd-struct-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pd-struct-item{background:#f8fafc;border-radius:10px;padding:1rem 1.1rem}.pd-struct-label{display:block;font-size:.72rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.4rem}.pd-struct-value{display:block;font-size:.92rem;font-weight:600;color:#0f172a;word-break:break-all}.pd-back-wrap{margin-top:3rem}.pd-back-btn{background:none;border:1.5px solid rgba(15,23,42,.12);border-radius:8px;padding:.65rem 1.4rem;font-size:.9rem;font-weight:600;color:#475569;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s}.pd-back-btn:hover{border-color:#2563eb;color:#2563eb}.pd-not-found{text-align:center;padding:8rem 2rem}.pd-back-link{color:#2563eb;text-decoration:none;font-weight:600}@media (max-width:900px){.pd-top{grid-template-columns:1fr;gap:2rem}.pd-image-wrap{max-width:340px;margin:0 auto}.pd-name{font-size:2.2rem}.pd-struct-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.pd-page{padding:1.5rem 1rem 4rem}.pd-name{font-size:1.8rem}.pd-struct-grid{grid-template-columns:1fr}}.products-search-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.products-search-box{position:relative;width:100%;max-width:520px}.search-icon{position:absolute;left:1.1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94a3b8;pointer-events:none;transition:color .2s}.products-search-box:focus-within .search-icon{color:#2563eb}.products-search-input{width:100%;padding:.85rem 3rem .85rem 2.8rem;border-radius:12px;border:1.5px solid rgba(15,23,42,.1);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#0f172a;font-size:.97rem;font-family:Inter,sans-serif;box-shadow:0 2px 12px rgba(15,23,42,.05);transition:border-color .25s,box-shadow .25s;outline:none}.products-search-input::placeholder{color:#94a3b8}.products-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1),0 2px 12px rgba(15,23,42,.05)}.search-clear{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.2rem;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .2s}.search-clear:hover{color:#0f172a}.search-clear svg{width:14px;height:14px}.search-result-count{font-size:.82rem;color:#94a3b8;font-weight:500;letter-spacing:.01em}.search-empty{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:6rem 2rem;color:#94a3b8;text-align:center}.search-empty svg{width:52px;height:52px;opacity:.35}.search-empty p{font-size:1.05rem;color:#64748b}.search-empty strong{color:#0f172a}.terms-page{background:#ffffff;min-height:100vh;padding-bottom:2.5rem;font-family:Inter,sans-serif}.terms-hero{position:relative;width:100%;padding:10rem 2rem 6rem;text-align:center;background-image:url(/images/home/terms-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden}.terms-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.88) 50%,rgba(255,255,255,1));z-index:1}.terms-hero-container{position:relative;z-index:2;max-width:800px;margin:0 auto}.terms-badge{display:inline-block;padding:.5rem 1.25rem;background:rgba(15,23,42,.05);color:#0f172a;border-radius:99px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;border:1px solid rgba(15,23,42,.1)}.terms-title{font-size:3.5rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.terms-updated{font-size:1rem;color:#64748b;font-weight:500}.terms-main{padding:6rem 2rem}.terms-container{max-width:800px;margin:0 auto}.terms-intro{font-size:1.2rem;line-height:1.8;color:#475569;margin-bottom:5rem;padding-bottom:3rem;border-bottom:1px solid rgba(15,23,42,.05)}.terms-intro strong{color:#0f172a;font-weight:700}.terms-section{margin-bottom:4.5rem;position:relative}.terms-section:last-child{margin-bottom:0}.section-title{font-size:1.8rem;font-weight:700;color:#0f172a;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.section-title:before{content:"";width:4px;height:24px;background:#0f172a;border-radius:99px}.terms-section p{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:1.5rem}.legal-highlight{background:#fff8f8;padding:2.5rem;border-radius:16px;border:1px solid #fee2e2;color:#991b1b;font-weight:600;line-height:1.7;margin-bottom:2rem;font-size:1.1rem}@media (max-width:768px){.terms-hero{padding:6rem 1.5rem 4rem}.terms-title{font-size:2.5rem}.terms-main{padding:4rem 1.5rem}.legal-highlight{padding:1.5rem}}.verify-page{min-height:100vh;display:flex;flex-direction:column;background:#fbfcfe;font-family:Montserrat,Inter,Segoe UI,sans-serif}.verify-nav{width:100%;padding:1.5rem 2.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;background:#ffffff;position:sticky;top:0;z-index:50}.verify-brand{font-size:2rem;font-weight:900;letter-spacing:-.04em;color:#0f172a;font-style:italic}.verify-nav-links{display:flex;gap:2rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.22em;color:#94a3b8}.verify-nav-links a,.verify-nav-links span{color:inherit;text-decoration:none}.verify-nav-links a:hover{color:#2563eb}.verify-nav-current{color:#2563eb;border-bottom:2px solid #2563eb;padding-bottom:.2rem}.verify-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem 4rem}.verify-shell{width:min(100%,64rem)}.verify-hero{text-align:center;margin-bottom:4rem}.verify-hero h1{margin:0 0 1rem;font-size:clamp(2.2rem,5vw,3.3rem);font-weight:800;color:#0f172a;letter-spacing:-.03em}.verify-hero p{max-width:36rem;margin:0 auto;color:#64748b;line-height:1.75;font-size:1rem}.verify-search-panel{background:#ffffff;border-radius:3rem;padding:1rem;box-shadow:0 20px 50px rgba(0,0,0,.05);border:1px solid #f8fafc;max-width:42rem;margin:0 auto}.verify-search-row{display:flex;gap:1rem}.verify-input-wrap{position:relative;flex:1 1}.verify-input-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#cbd5e1;font-size:1.2rem}.verify-input{width:100%;padding:1.25rem 1.5rem 1.25rem 3.5rem;background:#f8fafc;border:none;border-radius:999px;outline:none;font-size:1rem;font-weight:700;color:#1e293b;transition:box-shadow .2s ease}.verify-input:focus{box-shadow:0 0 0 2px rgba(37,99,235,.18)}.verify-submit{background:#2563eb;color:#ffffff;border:none;padding:1.25rem 2rem;border-radius:999px;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease;white-space:nowrap}.verify-submit:hover{background:#0f172a;transform:translateY(-1px)}.verify-result-wrap{margin-top:3rem;max-width:34rem;margin-left:auto;margin-right:auto}.verify-loading{text-align:center}.verify-spinner{display:inline-block;width:2.5rem;height:2.5rem;border:4px solid rgba(37,99,235,.15);border-top-color:#2563eb;border-radius:999px;animation:verify-spin .9s linear infinite;margin-bottom:1rem}@keyframes verify-spin{to{transform:rotate(1turn)}}.verify-loading p{color:#94a3b8;font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.verify-card{background:#ffffff;border-radius:2.5rem;padding:2rem;text-align:center;border:2px solid transparent;box-shadow:0 18px 40px rgba(15,23,42,.08)}.verify-card svg{width:3.5rem;height:3.5rem;margin-bottom:1rem}.verify-card h3{margin:0 0 .6rem;font-size:1.8rem;font-weight:800;color:#0f172a}.verify-card p{margin:0 0 1.5rem;color:#64748b;line-height:1.7}.verify-card-badge{display:inline-flex;padding:.65rem 1rem;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.verify-card-success{border-color:#10b981;box-shadow:0 18px 40px rgba(16,185,129,.12)}.verify-card-success svg{color:#10b981}.verify-card-success .verify-card-badge{background:#10b981;color:#ffffff}.verify-card-error{border-color:#f43f5e;box-shadow:0 18px 40px rgba(244,63,94,.12)}.verify-card-error svg{color:#f43f5e}.verify-card-error .verify-card-badge{background:#f43f5e;color:#ffffff}.verify-card-warning{border-color:#f59e0b}.verify-card-warning svg{color:#f59e0b}.verify-support-points{margin-top:4rem;display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;opacity:.32;filter:grayscale(1)}.verify-support-item{display:inline-flex;align-items:center;gap:.5rem;color:#0f172a;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.verify-footer{background:#ffffff;border-top:1px solid #f1f5f9;padding:2rem 1.5rem;text-align:center}.verify-footer p{margin:0}.verify-footer-main{color:#94a3b8;font-size:.75rem;font-weight:600}.verify-footer-sub{margin-top:.6rem;color:#cbd5e1;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;font-style:italic}@media (max-width:768px){.verify-nav{padding:1rem}.verify-brand{font-size:1.35rem}.verify-nav-links{display:none}.verify-main{padding:2rem 1rem 3rem}.verify-hero{margin-bottom:2.5rem}.verify-search-panel{border-radius:2rem;padding:.9rem}.verify-search-row{flex-direction:column}.verify-submit{width:100%}.verify-support-points{gap:1rem;flex-direction:column;align-items:center}}