:root{--bg:#07070a;--bg-alt:#0d1117;--surface:#151a22b8;--surface-strong:#121821;--border:#ffffff17;--text:#f5f7fa;--text-soft:#b7c0cc;--text-dim:#7f8a99;--accent:#5be7ff;--accent-2:#6ea8ff;--max-width:1200px;--radius:22px;--shadow:0 10px 40px #00000047}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top right,#5be7ff1f,transparent 25%),radial-gradient(circle at 20% 20%,#6ea8ff14,transparent 20%),var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.me3d-page{min-height:100vh}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#07070ab3;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:84px;display:flex}.logo{letter-spacing:.18em;font-size:1.2rem;font-weight:700}.nav{align-items:center;gap:1.5rem;display:flex}.nav a{color:var(--text-soft);font-size:.95rem}.nav a:hover{color:var(--text)}.header-actions{align-items:center;gap:.75rem;display:flex}.lang-switch{border:1px solid var(--border);min-width:44px;min-height:44px;color:var(--text-soft);background:#ffffff05;border-radius:999px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.lang-switch:hover{color:var(--text);background:#ffffff0d}.section{padding:6rem 0}.section-alt{background:linear-gradient(#ffffff03,#ffffff08)}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.16em;margin:0 0 1rem;font-size:.78rem;font-weight:700}.section-heading{max-width:720px;margin-bottom:2.5rem}.section-heading h2,.cta-box h2{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.section-text{color:var(--text-soft);max-width:680px;margin:0;font-size:1.05rem;line-height:1.7}.hero-section{padding:6rem 0 5rem}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid}.hero-copy h1{letter-spacing:-.04em;max-width:10ch;margin:0 0 1.25rem;font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.hero-text{max-width:620px;color:var(--text-soft);margin:0;font-size:1.08rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 1.2rem;font-weight:700;transition:all .18s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#031018;box-shadow:0 0 30px #5be7ff26}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 40px #5be7ff38}.btn-secondary{border-color:var(--border);color:var(--text);background:#ffffff05}.btn-secondary:hover{background:#ffffff0d}.hero-card,.card,.cta-box{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.hero-card{justify-content:center;align-items:center;min-height:520px;display:flex}.hero-glow{filter:blur(20px);background:radial-gradient(circle,#5be7ff3d,#0000 70%);border-radius:999px;width:280px;height:280px;position:absolute;inset:auto auto 10% 10%}.hero-image-placeholder{z-index:2;width:calc(100% - 3rem);height:calc(100% - 3rem);min-height:440px;color:var(--text-dim);background:linear-gradient(145deg,#ffffff0a,#ffffff03);border:1px dashed #ffffff29;border-radius:18px;justify-content:center;align-items:center;display:flex;position:relative}.category-grid,.product-grid,.process-grid,.footer-grid{gap:1.5rem;display:grid}.category-grid,.product-grid,.process-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr}.card{min-height:100%}.card-image-placeholder,.product-image-placeholder{border-bottom:1px solid var(--border);background:linear-gradient(145deg,#5be7ff14,#ffffff05);width:100%}.card-image-placeholder{height:200px}.product-image-placeholder{height:260px}.card-body{padding:1.4rem}.card-body h3{margin:0 0 .75rem;font-size:1.15rem}.card-body p{color:var(--text-soft);margin:0 0 1rem;line-height:1.7}.text-link{color:var(--accent);font-weight:700}.product-meta{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.badge{min-height:28px;color:var(--accent);letter-spacing:.05em;text-transform:uppercase;background:#5be7ff14;border:1px solid #5be7ff3d;border-radius:999px;align-items:center;padding:0 .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.price{color:var(--text);font-weight:700}.process-card{padding:1.5rem}.step-number{color:var(--accent);letter-spacing:-.04em;margin-bottom:1rem;font-size:1.8rem;font-weight:800;display:inline-flex}.process-card h3{margin:0 0 .75rem}.process-card p{color:var(--text-soft);margin:0;line-height:1.7}.trust-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.trust-list{padding:1.5rem}.trust-item{color:var(--text-soft);border-bottom:1px solid #ffffff0f;align-items:center;gap:.9rem;padding:.95rem 0;display:flex}.trust-item:last-child{border-bottom:none}.trust-dot{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-radius:999px;width:10px;height:10px;box-shadow:0 0 20px #5be7ff59}.cta-section{padding-top:3rem}.cta-box{text-align:center;padding:3rem}.cta-box .section-text{margin:0 auto}.site-footer{border-top:1px solid var(--border);padding:4rem 0 3rem}.site-footer h3,.site-footer h4{margin-top:0;margin-bottom:1rem}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.75rem}.footer-text,.site-footer a{color:var(--text-soft)}.site-footer a:hover{color:var(--text)}@media (max-width:1100px){.category-grid,.product-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.footer-grid,.trust-grid,.hero-grid{grid-template-columns:1fr}.hero-copy h1{max-width:100%}}@media (max-width:760px){.nav{display:none}.category-grid,.product-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.section,.hero-section{padding:4rem 0}.cta-box{padding:2rem 1.25rem}.hero-card{min-height:360px}.hero-image-placeholder{min-height:280px}@media (max-width:1100px){.product-grid[style]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:900px){div[style*="grid-template-columns: 320px 1fr"],div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}.product-image-real{object-fit:cover;border-bottom:1px solid var(--border);width:100%;height:260px;display:block}.product-image-detail{object-fit:cover;width:100%;height:100%;min-height:540px;display:block}@media (max-width:900px){.product-image-detail{min-height:320px}}}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
