@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Serif:ital,wght@0,400;0,600;1,400;1,600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;background:#fff;overflow-x:hidden;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}img,svg,video{display:block;max-width:100%}ul,ol{list-style:none}.max-w-7xl{max-width:80rem;margin-inline:auto}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.reveal-delay-5{transition-delay:.4s}.reveal-delay-6{transition-delay:.48s}header{position:fixed;top:0;left:0;right:0;z-index:50}nav{transition:all .45s cubic-bezier(.4,0,.2,1);background:transparent}nav.scrolled{background:#050b16f7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 1px #ffffff0d,0 8px 32px #00000047}.nav-inner{max-width:80rem;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}@media(min-width:1024px){.nav-inner{padding:0 4rem}}.nav-logo img{height:2.625rem;width:auto;filter:brightness(0) invert(1);opacity:.92}.nav-links{display:none;align-items:center;gap:.125rem}@media(min-width:1024px){.nav-links{display:flex}}.nav-links a,.nav-links button{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.125rem;border-radius:4px;font-size:.875rem;font-weight:500;color:#ffffffb8;transition:color .2s;letter-spacing:.01em}.nav-links a:hover,.nav-links .dropdown-btn:hover{color:#fff;background:#ffffff0d}.nav-cta{display:none;align-items:center;padding:.6rem 1.375rem;border-radius:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:#ffffffe0;font-size:.875rem;font-weight:500;letter-spacing:.01em;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(min-width:1024px){.nav-cta{display:inline-flex}}.nav-cta:hover{background:#fff;color:#050b18;border-color:#fff;box-shadow:0 4px 16px #ffffff12}.lang-switch{display:none;align-items:center;gap:.375rem}.lang-btn{padding:.3rem .25rem;border-radius:0;border:none;border-bottom:1.5px solid transparent;background:transparent;color:#fff6;font-weight:500;font-size:.75rem;letter-spacing:.05em;cursor:pointer;transition:color .2s,border-color .2s}.lang-btn:hover{color:#ffffffbf}.lang-btn.active{color:#fff;font-weight:600;border-bottom-color:#fff9}@media(min-width:1024px){.lang-switch{display:flex}}.mobile-lang-switch{display:flex;gap:.5rem;margin-top:.75rem}.mobile-lang-switch .lang-btn{color:#94a3b8;border-bottom-color:transparent;background:transparent}.mobile-lang-switch .lang-btn.active{color:#1e293b;font-weight:600;border-bottom-color:#1e293b}@media(min-width:1024px){.mobile-lang-switch{display:none}}.mobile-toggle{color:#fff;padding:.5rem;border-radius:.5rem}@media(min-width:1024px){.mobile-toggle{display:none}}.mobile-menu{background:#fff;border-top:1px solid #f1f5f9;overflow:hidden;max-height:0;transition:max-height .3s ease}.mobile-menu.open{max-height:500px}.mobile-menu-inner{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu a{padding:.75rem 0;color:#334155;font-weight:500;border-bottom:1px solid #f8fafc;font-size:.925rem;letter-spacing:.01em}.mobile-cta{margin-top:1rem;background:#0b1423;color:#ffffffe6;text-align:center;padding:.8rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem;letter-spacing:.01em}.hero{position:relative;height:100vh;min-height:660px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:#030811}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.hero-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#030811db,#03081175 55%,#030811d1)}.hero-content{position:relative;z-index:10;padding:0 2rem;width:100%;animation:heroEnter 1.1s cubic-bezier(.16,1,.3,1) .1s both}@keyframes heroEnter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1024px){.hero-content{padding:0 4rem}}.hero-eyebrow{display:flex;align-items:center;gap:.875rem;margin-bottom:1.875rem}.hero-eyebrow-line{display:block;width:36px;height:1.5px;background:#5b8eef;flex-shrink:0}.hero-eyebrow-text{color:#5b8eefc7;font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.32em}.hero-title{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;color:#fff;font-size:clamp(2.75rem,5.5vw,5rem);line-height:1.08;margin-bottom:1.5rem;letter-spacing:-.01em}.hero-desc{color:#ffffff9e;font-size:1.05rem;max-width:33rem;margin-bottom:2.75rem;line-height:1.76;font-weight:400}.hero-btns{display:flex;gap:.875rem;flex-wrap:wrap}.btn-primary{background:#fff;color:#0b1423;padding:.95rem 2.125rem;border-radius:6px;font-weight:600;font-size:.925rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000002e;letter-spacing:.01em}.btn-primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 12px 32px #0000003d}.btn-outline{border:1px solid rgba(255,255,255,.2);color:#ffffffc7;padding:.95rem 2.125rem;border-radius:6px;font-weight:500;font-size:.925rem;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff08;letter-spacing:.01em}.btn-outline:hover{background:#ffffff14;border-color:#ffffff6b;color:#fff}.scroll-indicator{position:absolute;bottom:2.25rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff47;font-size:9px;text-transform:uppercase;letter-spacing:.22em;animation:bounce 2.5s ease infinite}.featured-section{background:#fff;padding:5rem 0;border-bottom:1px solid #F1F5F9}.featured-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.featured-header-centered{text-align:center;margin-bottom:2.5rem}.featured-header-centered .section-tag{justify-content:center}.featured-header-centered .section-desc{margin-left:auto;margin-right:auto}.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.125rem}@media(min-width:1024px){.featured-grid{grid-template-columns:repeat(4,1fr);gap:1.375rem}}.featured-card{background:#fff;border:1px solid #EAECF0;border-radius:.875rem;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;cursor:pointer;transition:box-shadow .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1)}.featured-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px -8px #0f172a1a}.featured-card-img-wrap{width:100%;height:264px;overflow:hidden;flex-shrink:0;background:#fff;border-bottom:1px solid #EAECF0}.featured-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.16,1,.3,1);transform-origin:center center}.featured-card:hover .featured-card-img{transform:scale(1.12)}.featured-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.featured-card-body{padding:1.125rem 1.25rem;display:flex;flex-direction:column;flex:1}.featured-card-cat{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#94a3b8;margin-bottom:.45rem;display:block}.featured-card-name{font-size:.9rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.3rem}.featured-card-meta{font-size:.72rem;color:#94a3b8;line-height:1.5;flex:1}.featured-card-footer{border-top:1px solid #F1F5F9;padding-top:.875rem;margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.featured-card-link{font-size:.78rem;font-weight:600;color:#334155;display:flex;align-items:center;gap:.35rem;transition:gap .2s,color .2s}.featured-card:hover .featured-card-link{gap:.6rem;color:#0f172a}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.section-white{background:#fff;padding:5rem 0}.section-gray{background:#f8fafc;padding:5rem 0}@media(min-width:768px){.section-white,.section-gray{padding:6rem 0}}.section-inner{padding:0 1.5rem}@media(min-width:1024px){.section-inner{padding:0 4rem}}.section-tag{color:#2563eb;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;margin-bottom:.75rem;display:inline-flex;align-items:center;gap:.625rem}.section-tag:before{content:"";display:block;width:22px;height:2px;background:#2563eb;border-radius:2px;opacity:.6}.section-title{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:clamp(1.9rem,3vw,2.75rem);color:#0f172a;margin-bottom:.75rem;letter-spacing:-.01em;line-height:1.18}.section-desc{color:#64748b;font-size:.975rem;max-width:40rem;margin-bottom:2.5rem;line-height:1.72}.section-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.view-all-btn{color:#475569;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.375rem;border:1.5px solid #E2E8F0;border-radius:6px;transition:all .2s;font-size:.85rem;background:transparent;white-space:nowrap}.view-all-btn:hover{background:#334155;color:#fff;border-color:#334155}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.375rem}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}.product-card{background:#fff;border:1px solid #E8EDF2;border-radius:1rem;overflow:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);cursor:pointer;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -8px #0000001a;border-color:#d1d9e0}.card-image{height:12rem;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;border-bottom:1px solid #EAECF0}.api-card-image{height:13rem;background:#fff;overflow:hidden;position:relative;border-bottom:1px solid #EAECF0}.api-product-img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .5s cubic-bezier(.16,1,.3,1)}.api-card:hover .api-product-img{transform:scale(1.08)}.no-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff}.card-body{padding:1.125rem 1.25rem 1.25rem}.card-body h4{font-weight:700;color:#0f172a;margin-bottom:.5rem;font-size:.9rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.01em}.card-body p{color:#64748b;font-size:.8rem;line-height:1.55}.volume-badges{display:flex;flex-wrap:wrap;gap:.275rem;margin-bottom:.5rem}.volume-badge{display:inline-flex;align-items:center;padding:.175rem .5rem;background:#f1f5f9;color:#475569;font-size:.65rem;font-weight:600;border-radius:4px;border:1px solid #E2E8F0;letter-spacing:.02em}.card-category{color:#94a3b8;font-size:.7rem;margin-bottom:.375rem;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-weight:500}.card-feature{display:flex;align-items:center;gap:.375rem;color:#64748b;font-size:.7rem;margin-top:.25rem}.feature-icon-small{font-size:.65rem;opacity:.45}.card-link{margin-top:.875rem;display:flex;align-items:center;gap:.35rem;color:#334155;font-size:.75rem;font-weight:600;transition:gap .2s}.card-link:hover{gap:.6rem}.card-link a{color:inherit}.product-count-badge{display:inline-flex;align-items:center;padding:.35rem .875rem;background:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:600;border-radius:6px;border:1px solid #E2E8F0;white-space:nowrap}.show-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:transparent;border:1.5px solid #E2E8F0;color:#475569;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.show-more-btn:hover{background:#334155;color:#fff;border-color:#334155}.loading-spinner{width:40px;height:40px;border:2.5px solid #E2E8F0;border-top-color:#2563eb;border-radius:50%;animation:spin .75s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.form-success{background:#22c55e14;border:1px solid rgba(34,197,94,.2);color:#16a34a;padding:1rem 1.25rem;border-radius:.625rem;font-size:.85rem;font-weight:500;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.form-error{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;padding:1rem 1.25rem;border-radius:.625rem;font-size:.85rem;font-weight:500;margin-bottom:1.25rem}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.about-section{padding:7rem 0 8rem;background:#fff}.about-header-v2{max-width:56rem;margin:0 auto 5rem;text-align:center}.about-eyebrow{display:inline-flex;align-items:center;gap:.875rem;margin-bottom:2rem}.about-eyebrow-line{display:block;width:32px;height:1px;background:#94a3b8}.about-eyebrow-text{color:#64748b;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em}.about-headline{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:clamp(2.25rem,4vw,3.75rem);color:#0f172a;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.875rem}.about-headline-italic{font-style:italic;color:#475569;font-weight:400}.about-lead{color:#64748b;font-size:1.05rem;line-height:1.78;max-width:38rem;margin:0 auto}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 0;padding:3rem 0;border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0;margin-bottom:5rem}@media(min-width:768px){.about-stats{grid-template-columns:repeat(4,1fr)}}.about-stat{text-align:center;position:relative}@media(min-width:768px){.about-stat:not(:last-child):after{content:"";position:absolute;right:0;top:15%;bottom:15%;width:1px;background:#e2e8f0}}.about-stat .stat-number{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:clamp(2.25rem,3.5vw,3.25rem);color:#0f172a;display:block;line-height:1;letter-spacing:-.02em}.about-stat-label{display:block;color:#64748b;font-size:.78rem;font-weight:500;margin-top:.875rem;letter-spacing:.04em}.about-divider{display:none}.about-features{display:grid;grid-template-columns:1fr;gap:3rem 4rem}@media(min-width:640px){.about-features{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-features{grid-template-columns:repeat(3,1fr);gap:3.5rem 5rem}}.about-feature{display:flex;flex-direction:column;gap:1rem;position:relative}.about-feature-num{font-family:"IBM Plex Serif",Georgia,serif;font-style:italic;font-weight:400;font-size:1rem;color:#94a3b8;letter-spacing:.02em;padding-bottom:.75rem;border-bottom:1px solid #E2E8F0}.about-feature-content{display:flex;flex-direction:column;gap:.625rem}.about-feature-title{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:1.25rem;color:#0f172a;letter-spacing:-.01em;line-height:1.3}.about-feature-desc{color:#64748b;font-size:.9rem;line-height:1.75}.ft{background:#08111f;color:#fff}.ft-main{padding:6rem 0 4rem}.ft-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:900px){.ft-grid{grid-template-columns:1fr 1fr;gap:6rem;align-items:start}}.ft-left{display:flex;flex-direction:column}.ft-eyebrow{display:inline-flex;align-items:center;gap:.875rem;margin-bottom:2rem}.ft-eyebrow-line{display:block;width:32px;height:1px;background:#ffffff52}.ft-eyebrow-text{color:#ffffff8c;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em}.ft-headline{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:clamp(1.875rem,3.5vw,2.75rem);color:#fff;line-height:1.18;letter-spacing:-.02em;margin-bottom:1.5rem}.ft-headline-italic{font-style:italic;color:#ffffff8c;font-weight:400}.ft-lead{color:#ffffff8c;font-size:.95rem;line-height:1.78;max-width:28rem;margin-bottom:3rem}.ft-contact-list{list-style:none;padding:0;margin:0;border-top:1px solid rgba(255,255,255,.08)}.ft-contact-row{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 0;border-bottom:1px solid rgba(255,255,255,.08);gap:1rem}.ft-contact-key{color:#fff6;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em}.ft-contact-val{color:#ffffffe0;font-size:.9rem;font-weight:400;transition:color .18s;text-align:right}a.ft-contact-val:hover{color:#fff}.ft-form-wrap{background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:1rem;padding:2.25rem}.ft-form-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:#ffffff80;margin-bottom:1.5rem}.ft-form{display:flex;flex-direction:column;gap:1rem}.ft-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.ft-row{grid-template-columns:1fr}}.ft-field{display:flex;flex-direction:column;gap:.4rem}.ft-field-label{font-size:.62rem;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.12em}.ft-input{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.12);border-radius:0;padding:.55rem 0;color:#fff;font-family:inherit;font-size:.9rem;transition:border-color .2s;width:100%}.ft-input::placeholder{color:#ffffff38}.ft-input:focus{outline:none;border-bottom-color:#ffffff73}.ft-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem;background:#fff;color:#0b1423;border:none;border-radius:.5rem;font-family:inherit;font-size:.875rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .18s;margin-top:1.25rem;width:100%}.ft-submit:hover:not(:disabled){background:#ffffffe0}.ft-submit:disabled{opacity:.5;cursor:not-allowed}.ft-error{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#fca5a5;padding:.75rem 1rem;border-radius:.5rem;font-size:.82rem}.ft-sent{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;text-align:center;color:#ffffffb3;font-size:.9rem;line-height:1.65}.ft-sent-icon{width:3rem;height:3rem;border-radius:50%;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.ft-bottom{border-top:1px solid rgba(255,255,255,.06);padding:2rem 0}.ft-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.ft-bottom-logo img{height:1.75rem;filter:brightness(0) invert(1);opacity:.45;transition:opacity .2s}.ft-bottom-logo img:hover{opacity:.7}.ft-bottom-nav{display:flex;gap:2rem;list-style:none;padding:0;margin:0}.ft-bottom-nav a{color:#fff6;font-size:.82rem;font-weight:500;transition:color .18s;letter-spacing:.01em}.ft-bottom-nav a:hover{color:#fffc}.ft-copy{color:#ffffff52;font-size:.78rem;font-weight:500;letter-spacing:.02em}.modal-backdrop{position:fixed;inset:0;background:#0508148c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:300;display:flex;align-items:center;justify-content:center;padding:1rem;animation:backdropIn .2s ease}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:1.25rem;width:100%;max-width:820px;max-height:92vh;overflow:hidden;display:flex;flex-direction:column;animation:modalIn .3s cubic-bezier(.16,1,.3,1);box-shadow:0 32px 80px -12px #00000040,0 0 0 1px #0000000a}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.75rem;border-bottom:1px solid #F1F5F9;gap:1rem;flex-shrink:0}.modal-cat{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#94a3b8;display:block;margin-bottom:.3rem}.modal-title{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:1.25rem;color:#0f172a;letter-spacing:-.01em;line-height:1.25}.modal-close{width:1.875rem;height:1.875rem;border-radius:50%;background:#f8fafc;border:1px solid #E8EDF2;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .18s,color .18s;margin-top:.125rem}.modal-close:hover{background:#f1f5f9;color:#0f172a}.modal-body{display:flex;flex-direction:column;overflow:hidden;flex:1;min-height:0}@media(min-width:600px){.modal-body{flex-direction:row}}.modal-image-side{background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.5rem 1.5rem;flex-shrink:0}@media(min-width:600px){.modal-image-side{width:40%;border-right:1px solid #F1F5F9;justify-content:flex-start;padding-top:2.5rem}}.modal-img{width:auto;height:auto;max-width:100%;max-height:260px;object-fit:contain;display:block;margin:0 auto;border-radius:.375rem}.modal-img-placeholder{width:100%;min-height:180px;display:flex;align-items:center;justify-content:center;border-radius:.75rem}.modal-volumes{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}.modal-vol-pill{padding:.25rem .7rem;background:#fff;border:1px solid #E2E8F0;border-radius:9999px;font-size:.7rem;font-weight:600;color:#475569}.modal-form-side{flex:1;padding:1.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.125rem}.modal-form-heading{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:1rem;color:#0f172a;letter-spacing:-.01em}.modal-error-msg{background:#ef444412;border:1px solid rgba(239,68,68,.15);color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.82rem}.modal-form{display:flex;flex-direction:column;gap:.7rem;flex:1}.mf-row{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}@media(max-width:420px){.mf-row{grid-template-columns:1fr}}.mf-group{display:flex;flex-direction:column;gap:.3rem}.mf-label{font-size:.6rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.mf-input{background:#f8fafc;border:1px solid #E8EDF2;border-radius:.5rem;padding:.65rem .875rem;color:#0f172a;font-family:inherit;font-size:.875rem;width:100%;transition:border-color .18s,background .18s}.mf-input::placeholder{color:#cbd5e1}.mf-input:focus{outline:none;border-color:#94a3b8;background:#fff;box-shadow:0 0 0 3px #94a3b81f}.mf-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.825rem;background:#334155;color:#fff;border-radius:.625rem;font-family:inherit;font-size:.875rem;font-weight:600;letter-spacing:.01em;cursor:pointer;border:none;transition:background .2s;margin-top:auto}.mf-submit:hover:not(:disabled){background:#1e293b}.mf-submit:disabled{opacity:.5;cursor:not-allowed}.modal-sent{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:2rem 0;text-align:center;color:#475569;font-size:.875rem;line-height:1.65}.modal-sent-icon{width:2.75rem;height:2.75rem;border-radius:50%;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#16a34a;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.card-link-btn{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;padding:0;margin-top:.875rem;color:#334155;font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;letter-spacing:.01em;transition:gap .2s,color .2s}.card-link-btn:hover{gap:.625rem;color:#0f172a}.card-link-btn svg{transition:transform .2s}.card-link-btn:hover svg{transform:translate(2px)}.pp-root{min-height:100vh;display:flex;flex-direction:column;background:#fff}.pp-page{flex:1;padding-top:72px}.pp-breadcrumb-bar{background:#fff;border-bottom:1px solid #F1F5F9;padding:.875rem 0;position:sticky;top:72px;z-index:20}.pp-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.pp-container{padding:0 4rem}}.pp-breadcrumb-nav{display:flex;align-items:center;gap:.5rem;font-size:.8rem;flex-wrap:wrap}.pp-breadcrumb-link{background:none;border:none;color:#64748b;font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;padding:0;transition:color .18s}.pp-breadcrumb-link:hover{color:#0f172a}.pp-sep{color:#cbd5e1;font-size:.75rem}.pp-breadcrumb-dim{color:#94a3b8;font-weight:400}.pp-breadcrumb-active{color:#334155;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.pp-content{padding-top:1.25rem;padding-bottom:5rem}.pp-back-top{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;font-family:inherit;font-size:.82rem;font-weight:500;color:#64748b;cursor:pointer;padding:0;margin-bottom:1.25rem;transition:color .18s}.pp-back-top:hover{color:#0f172a}.pp-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:768px){.pp-grid{grid-template-columns:1fr 1fr;gap:4.5rem}}@media(min-width:1024px){.pp-grid{grid-template-columns:1.1fr 1fr;gap:6rem}}.pp-image-col{position:sticky;top:120px;align-self:start}.pp-image-frame{background:#f8fafc;border:1px solid #EAECF0;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;min-height:400px;padding:3rem 2.5rem;overflow:hidden}@media(min-width:768px){.pp-image-frame{min-height:480px}}.pp-img{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:contain;display:block}.pp-img-empty{width:100%;min-height:320px;border-radius:.75rem}.pp-detail-col{display:flex;flex-direction:column;gap:1rem}.pp-cat{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#94a3b8;margin-bottom:-.5rem}.pp-name{font-family:"IBM Plex Serif",Georgia,serif;font-weight:400;font-size:clamp(1.8rem,3vw,2.75rem);color:#0f172a;letter-spacing:-.02em;line-height:1.15}.pp-desc{color:#64748b;font-size:.95rem;line-height:1.78}.pp-divider{height:1px;background:#f1f5f9;margin:0}.pp-block{display:flex;flex-direction:column;gap:.875rem}.pp-block-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#94a3b8}.pp-pills{display:flex;flex-wrap:wrap;gap:.5rem}.pp-pill{padding:.5rem 1.25rem;border-radius:9999px;border:1.5px solid #E2E8F0;background:#fff;color:#475569;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .18s}.pp-pill:not(.pp-pill-active):hover{border-color:#94a3b8;color:#1e293b}.pp-pill-active:hover{background:#334155;color:#fff}.pp-pill-active{background:#334155;border-color:#334155;color:#fff}.pp-specs{border:1px solid #EAECF0;border-radius:.875rem;overflow:hidden}.pp-spec-row{display:flex;align-items:stretch;border-bottom:1px solid #F1F5F9}.pp-spec-row:last-child{border-bottom:none}.pp-spec-k{flex:0 0 40%;padding:.875rem 1.125rem;font-size:.8rem;color:#94a3b8;font-weight:500;background:#f8fafc;border-right:1px solid #F1F5F9;display:flex;align-items:center}.pp-spec-v{flex:1;padding:.875rem 1.125rem;font-size:.85rem;color:#1e293b;font-weight:600;background:#fff;display:flex;align-items:center}.pp-vol-table-wrap{overflow-x:auto;border-radius:.875rem;border:1px solid #EAECF0}.pp-vol-table{width:100%;border-collapse:collapse;font-size:.875rem}.pp-vt-label-head{padding:.875rem 1.125rem;background:#cbd5e1;color:#475569;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-align:left;width:40%;border-right:1px solid #B8C4D0}.pp-vt-vol-head{padding:.875rem 1.125rem;background:#cbd5e1;color:#1e293b;font-family:"IBM Plex Serif",Georgia,serif;font-size:1rem;font-weight:600;text-align:center;border-right:1px solid #B8C4D0;letter-spacing:-.01em}.pp-vt-vol-head:last-child{border-right:none}.pp-vol-table tbody tr{border-bottom:1px solid #F1F5F9}.pp-vol-table tbody tr:last-child{border-bottom:none}.pp-vol-table tbody tr:nth-child(2n) .pp-vt-val{background:#fafbfc}.pp-vt-label{padding:.875rem 1.125rem;color:#64748b;font-size:.8rem;font-weight:500;background:#f8fafc;border-right:1px solid #EAECF0;white-space:nowrap}.pp-vt-val{padding:.875rem 1.125rem;color:#1e293b;font-weight:400;text-align:center;background:#fff;border-right:1px solid #F1F5F9;font-size:.9rem;letter-spacing:.01em}.pp-vt-val:last-child{border-right:none}.pp-actions{display:flex;gap:.875rem;flex-wrap:wrap;padding-top:.5rem}.pp-btn-primary{flex:1;min-width:160px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.75rem;background:#334155;color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:.925rem;font-weight:600;cursor:pointer;transition:background .2s;letter-spacing:.01em}.pp-btn-primary:hover{background:#1e293b}.pp-btn-ghost{padding:.95rem 1.5rem;border:1.5px solid #E2E8F0;border-radius:8px;background:transparent;color:#64748b;font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .18s;white-space:nowrap}.pp-btn-ghost:hover{border-color:#94a3b8;color:#334155}
