*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #dc2626;--primary-blue-dark: #991b1b;--primary-blue-light: #fee2e2;--royal-blue: #b91c1c;--royal-blue-light: #fef2f2;--accent-red: #ef4444;--accent-red-dark: #dc2626;--accent-red-light: #fee2e2;--text-dark: #0f172a;--text-gray: #64748b;--text-light: #94a3b8;--bg-white: #ffffff;--bg-light: #f8fafc;--bg-gray: #f1f5f9;--border-light: #e2e8f0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05), 0 10px 15px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 20px rgba(0, 0, 0, .08), 0 20px 30px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1), 0 30px 40px rgba(0, 0, 0, .15);--shadow-glow-blue: 0 0 20px rgba(220, 38, 38, .3);--shadow-glow-red: 0 0 20px rgba(220, 38, 38, .3);--transition: all .4s cubic-bezier(.4, 0, .2, 1);--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1)}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--bg-white);line-height:1.47059;font-weight:400;letter-spacing:-.022em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2.5rem}@media(max-width:1068px){.container{padding:0 2rem}}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffe6;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);transition:var(--transition);border-bottom:1px solid var(--border-light)}.header.scrolled{box-shadow:var(--shadow-md)}.navbar{padding:1rem 0}.navbar-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;color:var(--text-dark);font-weight:600;font-size:1.0625rem;transition:var(--transition-fast);letter-spacing:-.01em;flex-shrink:0}.logo:hover{opacity:.7;transform:translate(2px)}.logo-icon{width:60px;height:60px;border-radius:12px;flex-shrink:0;object-fit:contain;box-shadow:0 2px 8px #dc262640;transition:var(--transition)}.logo:hover .logo-icon{transform:scale(1.05);box-shadow:0 4px 12px #dc262659}.logo-text{font-size:1.0625rem;letter-spacing:-.01em}.menu-toggle{display:none;flex-direction:column;gap:4px;width:24px;height:24px;justify-content:center;background:none;border:none;cursor:pointer;padding:0;position:relative;z-index:1001}.menu-toggle span{width:100%;height:1.5px;background:var(--text-dark);transition:var(--transition);border-radius:1px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-section{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:flex-end}.nav-links{display:flex;list-style:none;gap:.75rem;align-items:center;margin:0;padding:0}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--bg-light);border-radius:50px;color:var(--text-dark);font-size:.875rem;font-weight:500;transition:var(--transition);letter-spacing:-.01em;border:1px solid transparent;position:relative;overflow:hidden}.nav-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.nav-button:hover:before{left:100%}.nav-button:hover{background:#fff;border-color:var(--border-light);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.nav-button.active{background:var(--royal-blue);color:#fff;box-shadow:0 2px 8px #dc262640}.nav-button.active:hover{background:var(--primary-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px #dc262659}.nav-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.nav-text{white-space:nowrap}.header-actions{display:flex;align-items:center;gap:.5rem}.btn-contact{padding:.625rem 1.5rem;background:#fbbf24;color:var(--text-dark);border-radius:50px;font-size:.875rem;font-weight:600;transition:var(--transition);letter-spacing:-.01em;white-space:nowrap;box-shadow:0 2px 8px #fbbf244d}.btn-contact:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 12px #fbbf2466}.btn-arrow{width:40px;height:40px;background:var(--text-dark);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition);flex-shrink:0;box-shadow:0 2px 8px #00000026}.btn-arrow:hover{background:var(--royal-blue);transform:translateY(-1px) scale(1.05);box-shadow:0 4px 12px #dc26264d}.btn-arrow svg{width:16px;height:16px}@media(max-width:968px){.nav-section{position:absolute;top:100%;left:0;right:0;background:#fffffffa;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);flex-direction:column;padding:1.5rem;box-shadow:var(--shadow-lg);gap:1rem;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);border-top:1px solid var(--border-light);opacity:0;pointer-events:none}.nav-section.active{max-height:600px;opacity:1;pointer-events:all}.nav-links{flex-direction:column;width:100%;gap:.5rem}.nav-button{width:100%;justify-content:flex-start}.header-actions{width:100%;justify-content:space-between}.btn-contact{flex:1}}@media(max-width:768px){.menu-toggle{display:flex}.logo-text{display:none}}@media(max-width:480px){.navbar{padding:.75rem 0}.logo-icon{width:48px;height:48px}}.footer{background:linear-gradient(180deg,#1a0a0a,#0f0505);color:#fffc;padding:6rem 0 2rem;margin-top:10rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent-red),transparent);opacity:.5}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:6rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(220,38,38,.2);position:relative}.footer-content:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:2px;background:linear-gradient(90deg,var(--accent-red),transparent)}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo .logo-icon{width:64px;height:64px;border-radius:12px;flex-shrink:0;object-fit:contain;box-shadow:0 4px 12px #dc26264d;transition:var(--transition)}.footer-logo:hover .logo-icon{transform:scale(1.05) rotate(5deg);box-shadow:0 6px 16px #dc262666}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{font-size:1.0625rem;color:#fff;font-weight:600;letter-spacing:-.01em}.logo-subtitle{font-size:.8125rem;color:#fff9;font-weight:400}.footer-description{font-size:1.0625rem;line-height:1.47059;color:#ffffffb3;font-weight:400}.footer-links-section{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-column h4{font-size:1.0625rem;font-weight:600;color:#fff;margin-bottom:1.5rem;letter-spacing:-.01em;position:relative;padding-bottom:.75rem}.footer-column h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--accent-red);border-radius:2px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;font-size:.9375rem;transition:var(--transition-fast);font-weight:400;display:inline-block;position:relative;padding-left:0}.footer-links a:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:0;height:2px;background:var(--accent-red);transition:var(--transition-fast)}.footer-links a:hover{color:#fff;padding-left:12px}.footer-links a:hover:before{width:8px}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact li{font-size:.9375rem;line-height:1.47059;color:#ffffffb3;font-weight:400}.footer-contact a{color:#fffc;transition:var(--transition-fast);position:relative}.footer-contact a:hover{color:#fff}.footer-contact a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent-red);transition:var(--transition-fast)}.footer-contact a:hover:after{width:100%}.footer-bottom{text-align:center;padding-top:2rem;color:#ffffff80;font-size:.875rem;font-weight:400;position:relative}.footer-bottom:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--accent-red),transparent);opacity:.4}@media(max-width:1068px){.footer-content{grid-template-columns:1fr;gap:4rem}.footer-links-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer{padding:4rem 0 1.5rem;margin-top:6rem}.footer-links-section{grid-template-columns:1fr;gap:2.5rem}}.home{width:100%;padding-top:44px;overflow-x:hidden}.hero{position:relative;min-height:95vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-white);padding:2rem 0}.hero-container{position:relative;z-index:1;width:100%}@media(min-width:968px){.hero{min-height:90vh;padding:5rem 0}.hero-container{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;position:relative}}@media(min-width:1200px){.hero{min-height:95vh;padding:6rem 0}.hero-container{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center}}@media(max-width:967px){.hero{min-height:auto;padding:4rem 0}.hero-container{display:flex;flex-direction:column}}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;top:-30%;left:-20%;width:140%;height:140%;background:radial-gradient(ellipse at center,rgba(30,58,138,.12) 0%,transparent 60%);animation:gradientPulse 15s ease-in-out infinite}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(196,30,58,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(30,58,138,.03) 0%,transparent 50%);animation:patternMove 20s ease-in-out infinite}@keyframes gradientPulse{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.1) rotate(5deg);opacity:.8}}@keyframes patternMove{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center;padding:2rem 0;animation:fadeInUp .8s ease-out;width:100%;margin:0 auto}@media(min-width:968px){.hero-content{padding:0;text-align:left;max-width:100%;margin:0;display:flex;flex-direction:column;justify-content:center}}@media(min-width:1200px){.hero-content{padding:0;text-align:left;max-width:100%;margin:0;display:flex;flex-direction:column;justify-content:center}}.hero-subtle{margin-bottom:1.5rem;animation:fadeIn 1s ease-out .2s both}.subtle-text{font-size:.8125rem;font-weight:400;color:var(--text-light);letter-spacing:.1em;text-transform:uppercase;opacity:.6}@media(min-width:968px){.hero-subtle{margin-bottom:2rem}.subtle-text{font-size:.8125rem}}@media(max-width:640px){.hero-subtle{margin-bottom:1.25rem}.subtle-text{font-size:.75rem}}.badge-text{font-size:.8125rem;font-weight:500;color:var(--royal-blue);letter-spacing:.05em;text-transform:uppercase}.badge-accent{width:4px;height:4px;background:var(--accent-red);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-title{font-size:clamp(3rem,8vw,6.5rem);font-weight:600;line-height:1.05;letter-spacing:-.05em;color:var(--text-dark);margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .3s both;padding:0 1rem}@media(max-width:480px){.hero-title{font-size:clamp(2.75rem,12vw,3.5rem);margin-bottom:1.5rem;line-height:1.1}}@media(min-width:768px){.hero-title{margin-bottom:2rem;padding:0}}@media(min-width:968px){.hero-title{text-align:left;margin-bottom:2.5rem}}@media(min-width:1200px){.hero-title{font-size:clamp(4rem,5vw,6.5rem);margin-bottom:2.5rem;padding:0;text-align:left}}.hero-accent{color:var(--royal-blue)}.hero-subtitle{font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.47059;color:var(--text-gray);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400;animation:fadeInUp .8s ease-out .5s both;padding:0 1rem}@media(max-width:480px){.hero-subtitle{font-size:clamp(1.125rem,5.5vw,1.5rem);margin-bottom:2rem;line-height:1.65}}@media(min-width:768px){.hero-subtitle{margin-bottom:3rem;padding:0}}@media(min-width:968px){.hero-subtitle{margin-bottom:3.5rem;padding:0;margin-left:0;margin-right:0;max-width:550px;text-align:left}}@media(min-width:1200px){.hero-subtitle{margin-bottom:3.5rem;padding:0;margin-left:0;margin-right:0;max-width:550px;text-align:left}}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .7s both;padding:0 1rem}@media(min-width:768px){.hero-actions{gap:1rem;padding:0}}@media(min-width:968px){.hero-actions{justify-content:flex-start;padding:0}}@media(min-width:1200px){.hero-actions{justify-content:flex-start;padding:0}}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:50px;transition:var(--transition);display:inline-flex;align-items:center;gap:.5rem;letter-spacing:-.01em;cursor:pointer;position:relative;overflow:hidden;white-space:nowrap}@media(max-width:480px){.btn{padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;width:100%;justify-content:center}}@media(min-width:768px){.btn{padding:.875rem 2.25rem;font-size:1.0625rem;width:auto}}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:var(--royal-blue);color:#fff;box-shadow:0 4px 14px #1e3a8a4d}.btn-primary:hover{background:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #1e3a8a66}.btn-secondary{background:transparent;color:var(--royal-blue);border:1.5px solid var(--royal-blue)}.btn-secondary:hover{background:var(--royal-blue-light);border-color:var(--royal-blue)}.hero-image-container{position:relative;width:100%;max-width:500px;margin:3rem auto 0;z-index:0;animation:float 6s ease-in-out infinite}@media(min-width:968px){.hero-image-container{position:relative;width:100%;max-width:100%;margin:0;display:flex;align-items:center;justify-content:center}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}@media(max-width:967px){@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}}.hero-image-wrapper{width:100%;aspect-ratio:1;position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-xl);background:var(--bg-light)}@media(min-width:968px){.hero-image-wrapper{border-radius:32px}}@media(min-width:968px){.hero-image-wrapper{width:100%;max-width:600px;margin-left:auto}}.hero-image{width:100%;height:100%;object-fit:cover;display:block;transition:var(--transition)}.hero-image-wrapper:hover .hero-image{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e3a8a1a,#c41e3a0d);pointer-events:none}.intro-section{padding:10rem 0;background:var(--bg-white);position:relative}.intro-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border-light),transparent)}.intro-content{display:grid;grid-template-columns:1.2fr .8fr;gap:6rem;align-items:center}.section-label{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.label-line{width:40px;height:2px;background:var(--accent-red);border-radius:2px}.section-title-large{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.05;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:2rem}.intro-description{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);margin-bottom:1.5rem;font-weight:400}.intro-stats{display:flex;flex-direction:column;gap:2.5rem}.stat-item{text-align:left;padding:0;background:transparent;position:relative;transition:var(--transition);border:none}.stat-item:hover{transform:translate(12px)}.stat-visual{position:relative;margin-bottom:1.5rem;display:flex;align-items:baseline;gap:1rem}.stat-number{font-size:5rem;font-weight:700;line-height:.9;letter-spacing:-.05em;background:linear-gradient(135deg,var(--royal-blue) 0%,var(--primary-blue-dark) 50%,var(--accent-red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;transition:var(--transition)}.stat-item:hover .stat-number{transform:scale(1.05);filter:drop-shadow(0 4px 12px rgba(30,58,138,.3))}.stat-decoration{flex:1;height:2px;background:linear-gradient(90deg,var(--accent-red),var(--royal-blue),transparent);border-radius:2px;margin-top:1.5rem;opacity:.4;transition:var(--transition)}.stat-item:hover .stat-decoration{opacity:.8;height:3px}.stat-label{font-size:1.25rem;color:var(--text-dark);font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em}.stat-description{font-size:.9375rem;color:var(--text-gray);font-weight:400;line-height:1.5}.products-showcase{padding:10rem 0;background:var(--bg-light);position:relative}.showcase-header{text-align:center;margin-bottom:6rem}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.05;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1rem}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:968px)and (max-width:1199px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.premium-card{background:#fff;border:none;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a,inset 0 1px #ffffffe6;isolation:isolate;background-image:radial-gradient(circle at 20% 50%,rgba(30,58,138,.02) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(196,30,58,.02) 0%,transparent 50%)}.premium-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e3a8a05,#c41e3a05);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0}.premium-card:hover:before{opacity:1}.card-corner-element{position:absolute;top:-2px;right:-2px;width:140px;height:140px;background:linear-gradient(135deg,var(--accent-red) 0%,var(--royal-blue) 100%);border-radius:0 32px 0 120px;opacity:.1;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none;filter:blur(20px)}.premium-card:hover .card-corner-element{opacity:.2;transform:scale(1.15) rotate(-5deg);filter:blur(15px)}.card-floating-badge{position:absolute;top:2rem;right:2rem;padding:.625rem 1.25rem;background:#fffffffa;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-radius:12px;font-size:.6875rem;font-weight:700;color:var(--accent-red);text-transform:uppercase;letter-spacing:.15em;z-index:10;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014,0 0 0 1px #c41e3a26,inset 0 1px #ffffffe6;transform:rotate(3deg);transition:all .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(196,30,58,.1)}@media(max-width:768px){.card-floating-badge{transform:rotate(0)}}.premium-card:hover .card-floating-badge{transform:rotate(0) translateY(-6px) scale(1.05);box-shadow:0 12px 32px #0000002e,0 4px 12px #0000001f,0 0 0 1px #c41e3a40,inset 0 1px #fff,0 0 20px #c41e3a33;background:#fff}@media(max-width:768px){.premium-card:hover .card-floating-badge{transform:translateY(-4px) scale(1.03)}}.premium-card:hover{transform:translateY(-16px) scale(1.02);box-shadow:0 32px 80px #00000029,0 16px 40px #0000001f,0 8px 16px #00000014,0 0 0 1px #1e3a8a14,0 0 60px #1e3a8a1f}.product-card-large,.product-card-medium{border-radius:32px;display:flex;flex-direction:column;position:relative;min-height:500px;height:auto}@media(min-width:768px){.product-card-large,.product-card-medium{min-height:550px}}@media(min-width:968px)and (max-width:1199px){.product-card-large,.product-card-medium{min-height:600px}}@media(min-width:1200px){.product-card-large,.product-card-medium{height:680px;min-height:680px}}.product-card-large:after,.product-card-medium:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80%;height:12px;background:radial-gradient(ellipse at center,rgba(0,0,0,.08) 0%,transparent 70%);border-radius:50%;filter:blur(12px);opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:-1}.product-card-large:hover:after,.product-card-medium:hover:after{opacity:1;bottom:-16px;width:90%;height:16px}.product-image-wrapper{width:100%;height:280px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--bg-light) 0%,#f1f5f9 100%);border-radius:32px 32px 0 0;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.product-image-wrapper{height:300px}}@media(min-width:968px){.product-image-wrapper{height:320px}}@media(min-width:1200px){.product-image-wrapper{height:360px}}.product-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:all .6s cubic-bezier(.4,0,.2,1);filter:brightness(1) saturate(1);background:var(--bg-light);transform:scale(1.15)}.product-image[src=""],.product-image:not([src]){opacity:0}.premium-card:hover .product-image{transform:scale(1.2);filter:brightness(1.05) saturate(1.1)}.image-overlay-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0000001a,#0006);pointer-events:none;z-index:1;transition:opacity .5s ease}.premium-card:hover .image-overlay-gradient{opacity:.8}.product-content{padding:2.5rem;flex:1;display:flex;flex-direction:column;background:#fff;position:relative;z-index:1;border-radius:0 0 32px 32px;min-height:0}.content-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-category{font-size:.75rem;font-weight:700;color:var(--accent-red);text-transform:uppercase;letter-spacing:.15em;display:inline-block}.category-indicator{width:28px;height:3px;background:linear-gradient(90deg,var(--accent-red),rgba(196,30,58,.3));border-radius:3px;flex-shrink:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.category-indicator:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}.premium-card:hover .category-indicator{width:48px;height:3px;background:linear-gradient(90deg,var(--accent-red),var(--royal-blue));box-shadow:0 0 12px #c41e3a66}.premium-card:hover .category-indicator:after{left:100%}.product-title{font-size:1.75rem;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1rem;transition:color .3s ease}.premium-card:hover .product-title{color:var(--royal-blue)}.product-description{font-size:1rem;line-height:1.7;color:var(--text-gray);margin-bottom:1.5rem;flex:1;font-weight:400;transition:color .3s ease}.premium-card:hover .product-description{color:var(--text-dark)}.product-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--royal-blue);font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);margin-top:auto;padding:.875rem 2rem;background:linear-gradient(135deg,var(--royal-blue-light),rgba(30,58,138,.05));border-radius:14px;width:fit-content;position:relative;overflow:hidden;border:1px solid rgba(30,58,138,.1);box-shadow:0 2px 8px #1e3a8a14,inset 0 1px #ffffffe6}.product-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transition:left .6s}.product-link:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--royal-blue),var(--primary-blue-dark));opacity:0;transition:opacity .4s ease;border-radius:14px}.product-link:hover:before{left:100%}.product-link:hover:after{opacity:1}.product-link:hover{gap:.75rem;color:#fff;background:transparent;transform:translate(6px) translateY(-2px);border-color:transparent;box-shadow:0 8px 24px #1e3a8a4d,0 4px 12px #1e3a8a33,inset 0 1px #fff3}.product-link svg{transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1}.product-link span{position:relative;z-index:1}.product-link:hover svg{transform:translate(6px) scale(1.1)}.home .values-section{padding:10rem 0;background:var(--bg-white)}.home .values-section .container{width:100%;max-width:1280px;margin:0 auto;padding:0 2.5rem}.home .values-header{text-align:center;margin-bottom:5rem;animation:fadeInUp .8s ease-out}.home .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;align-items:stretch}.home .value-card{text-align:center;padding:3rem 2rem;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%}.home .value-icon{width:72px;height:72px;margin:0 auto 2rem;background:linear-gradient(135deg,var(--royal-blue-light),rgba(30,58,138,.1));border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--royal-blue);transition:var(--transition);position:relative}.home .value-card:hover .value-icon{transform:scale(1.1) rotate(5deg);box-shadow:var(--shadow-glow-blue)}.home .value-title{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1rem}.home .value-description{font-size:1.0625rem;line-height:1.47059;color:var(--text-gray);font-weight:400}@media(max-width:767px){.intro-content{grid-template-columns:1fr;gap:4rem}.intro-stats{flex-direction:column;gap:2.5rem}.products-grid{grid-template-columns:1fr;gap:2rem}.product-card-large,.product-card-medium{min-height:500px}.home .values-grid{grid-template-columns:1fr;gap:2rem}}@media(min-width:768px)and (max-width:967px){.intro-stats{flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:2rem}}@media(max-width:967px){.hero{min-height:auto;padding:3rem 0 2rem;flex-direction:column}.hero-content{padding:1rem 0 2rem;order:1}.hero-image-container{order:2;width:85%;max-width:400px;margin-top:2rem;animation-duration:4s}.hero-image-wrapper{border-radius:20px}.hero-badge{font-size:.75rem;padding:.4rem 1rem;margin-bottom:1.5rem}.intro-section,.products-showcase,.home .values-section{padding:4rem 0}.intro-stats{flex-direction:column;gap:2rem}.showcase-header{margin-bottom:3rem}}@media(max-width:640px){.hero{padding:2.5rem 0 1.5rem}.hero-content{padding:1rem 0 2rem}.hero-title{font-size:clamp(3rem,11vw,4rem);margin-bottom:1.75rem}.hero-subtitle{font-size:clamp(1.25rem,5vw,1.5rem);margin-bottom:2.25rem}.hero-image-container{width:90%;max-width:350px;margin-top:1.5rem}.hero-image-wrapper{border-radius:16px}.hero-actions{flex-direction:column;width:100%;max-width:100%;margin:0;gap:1rem}.btn{width:100%;justify-content:center;padding:1.25rem 2.75rem;font-size:1.125rem;font-weight:600}}@media(max-width:480px){.hero{padding:2.5rem 0 1.5rem;min-height:auto}.hero-content{padding:1rem 0 2rem}.hero-title{font-size:clamp(2.75rem,13vw,3.75rem);margin-bottom:1.75rem;line-height:1.1}.hero-subtitle{font-size:clamp(1.125rem,6vw,1.5rem);margin-bottom:2.25rem;line-height:1.7}.hero-image-container{width:95%;max-width:300px}.hero-actions{gap:.875rem}.btn{padding:1.375rem 3rem;font-size:1.1875rem;font-weight:600}.hero-subtle{margin-bottom:1rem}.subtle-text{font-size:.75rem}}.about{width:100%;padding-top:44px}.about-hero{padding:12rem 0;background-image:url(/images/aboutus.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;min-height:65vh;display:flex;align-items:flex-start}.about-hero:before{content:"";position:absolute;inset:0;background:#0009;z-index:0}.about-hero .hero-content{position:relative;z-index:1;text-align:left;width:100%;animation:fadeInUp .8s ease-out;padding-top:2rem}.about-hero .page-title-large{font-size:clamp(3.5rem,8vw,6rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem;text-shadow:0 3px 12px rgba(0,0,0,.4)}.about-hero .hero-description{font-size:clamp(1.125rem,2.2vw,1.625rem);color:#ffffffeb;max-width:750px;font-weight:400;line-height:1.65;text-shadow:0 2px 6px rgba(0,0,0,.35);margin-left:.5rem}.story-section{padding:10rem 0;background:var(--bg-white);position:relative}.story-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--accent-red),transparent);opacity:.3}.story-content{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}.story-image{position:relative;border-radius:0;overflow:hidden;transition:transform .6s cubic-bezier(.4,0,.2,1);animation:fadeInLeft 1s ease-out .2s both}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.story-image:hover{transform:scale(1.02)}.story-image-img{width:100%;height:auto;border-radius:0;object-fit:cover;display:block;aspect-ratio:4 / 3;filter:grayscale(20%) contrast(1.1);transition:filter .6s ease}.story-image:hover .story-image-img{filter:grayscale(0%) contrast(1.2)}.story-text{animation:fadeInRight 1s ease-out .4s both}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.section-heading{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:2rem;position:relative;display:inline-block}.section-heading:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--accent-red),var(--royal-blue));border-radius:2px;animation:expandWidth 1s ease-out .6s both}@keyframes expandWidth{0%{width:0}to{width:60px}}.story-text p{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);margin-bottom:1.5rem;font-weight:400;opacity:0;animation:fadeIn .8s ease-out .8s both}.story-text p:nth-child(2){animation-delay:1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.capabilities-section{padding:10rem 0;background:linear-gradient(180deg,var(--bg-white) 0%,#f8fafc 100%);position:relative}.capabilities-header{text-align:center;margin-bottom:6rem;animation:fadeInUp .8s ease-out}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.05;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.1875rem;color:var(--text-gray);font-weight:400}.capabilities-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;max-width:1200px;margin:0 auto}.capability-item{text-align:center;padding:0;background:transparent;border:none;position:relative;transition:var(--transition);animation:fadeInUp .8s ease-out both}.capability-item:nth-child(1){animation-delay:.1s}.capability-item:nth-child(2){animation-delay:.2s}.capability-item:nth-child(3){animation-delay:.3s}.capability-item:nth-child(4){animation-delay:.4s}.capability-item:nth-child(5){animation-delay:.5s}.capability-item:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background:radial-gradient(circle,rgba(30,58,138,.1) 0%,transparent 70%);border-radius:50%;transition:all .6s cubic-bezier(.4,0,.2,1);z-index:-1}.capability-item:hover:before{width:200px;height:200px}.capability-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#1e3a8a1a,#c41e3a1a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--royal-blue);position:relative;transition:all .5s cubic-bezier(.34,1.56,.64,1);border:2px solid transparent}.capability-item:hover .capability-icon{transform:scale(1.15);background:linear-gradient(135deg,var(--royal-blue),var(--accent-red));color:#fff;border-color:#ffffff4d;box-shadow:0 10px 30px #1e3a8a4d}.capability-item h3{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em;transition:color .3s ease}.capability-item:hover h3{color:var(--royal-blue)}.capability-item p{font-size:1rem;color:var(--text-gray);font-weight:400;transition:color .3s ease}.capability-item:hover p{color:var(--text-dark)}.applications-section{padding:10rem 0;background:var(--bg-white);position:relative}.applications-content{max-width:1000px;margin:0 auto}.section-description{font-size:1.1875rem;color:var(--text-gray);margin-bottom:4rem;font-weight:400;animation:fadeInUp .8s ease-out}.applications-list{display:flex;flex-direction:column;gap:1.5rem}.application-item{display:flex;gap:2rem;padding:2.5rem;background:transparent;border-left:3px solid transparent;border-radius:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;animation:slideInLeft .6s ease-out both}.application-item:nth-child(1){animation-delay:.1s}.application-item:nth-child(2){animation-delay:.2s}.application-item:nth-child(3){animation-delay:.3s}.application-item:nth-child(4){animation-delay:.4s}.application-item:nth-child(5){animation-delay:.5s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.application-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,var(--royal-blue-light),rgba(30,58,138,.05));transition:width .4s cubic-bezier(.4,0,.2,1);z-index:-1}.application-item:hover{border-left-color:var(--accent-red);transform:translate(12px)}.application-item:hover:before{width:100%}.app-icon{width:56px;height:56px;background:linear-gradient(135deg,#1e3a8a1a,#c41e3a1a);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--royal-blue);flex-shrink:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative}.application-item:hover .app-icon{background:linear-gradient(135deg,var(--royal-blue),var(--accent-red));color:#fff;transform:scale(1.1);box-shadow:0 8px 20px #1e3a8a4d}.application-item h4{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em;transition:color .3s ease}.application-item:hover h4{color:var(--royal-blue)}.application-item p{font-size:1.0625rem;color:var(--text-gray);font-weight:400;line-height:1.47059}.ethics-section{padding:10rem 0;background:linear-gradient(135deg,#f8fafc,#fff,#f0f4f8);position:relative}.ethics-content{max-width:900px;margin:0 auto}.ethics-header{text-align:center;margin-bottom:5rem;animation:fadeInUp .8s ease-out}.divider{width:80px;height:3px;background:linear-gradient(90deg,var(--accent-red),var(--royal-blue));margin:1.5rem auto 0;border-radius:2px;animation:expandWidth 1s ease-out .3s both}.ethics-text{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);animation:fadeInUp .8s ease-out .5s both}.ethics-text p{margin-bottom:2rem;font-weight:400;opacity:0;animation:fadeIn .8s ease-out .7s both}.ethics-text p:nth-child(2){animation-delay:.9s}.ethics-text p:nth-child(3){animation-delay:1.1s}.ethics-highlight{padding:2.5rem;background:linear-gradient(135deg,#1e3a8a0d,#c41e3a0d);border-radius:0;border-left:4px solid var(--royal-blue);font-size:1.25rem;line-height:1.6;color:var(--text-dark);font-weight:500;margin-top:3rem;position:relative;animation:fadeInUp .8s ease-out 1.3s both}.ethics-highlight:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(30,58,138,.02));border-radius:0;pointer-events:none}.facility-section{padding:10rem 0;background:var(--bg-white);position:relative}.facility-header{text-align:center;margin-bottom:6rem;animation:fadeInUp .8s ease-out}.section-label{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.label-line{width:40px;height:2px;background:linear-gradient(90deg,transparent,var(--accent-red),transparent);border-radius:2px;animation:expandWidth .8s ease-out}.label-text{font-size:.8125rem;font-weight:600;color:var(--accent-red);text-transform:uppercase;letter-spacing:.1em}@media(max-width:768px){.section-label{flex-direction:column;gap:.5rem}.label-line{width:60px}}.facility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.facility-image-card{position:relative;border-radius:0;overflow:hidden;aspect-ratio:4 / 3;box-shadow:none;transition:all .6s cubic-bezier(.4,0,.2,1);animation:fadeInUp .8s ease-out both;border:1px solid rgba(0,0,0,.05)}.facility-image-card:nth-child(1){animation-delay:.1s}.facility-image-card:nth-child(2){animation-delay:.2s}.facility-image-card:nth-child(3){animation-delay:.3s}.facility-image-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e3a8a1a,#c41e3a1a);opacity:0;transition:opacity .6s ease;z-index:1}.facility-image-card:hover:before{opacity:1}.facility-image-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026}.facility-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.4,0,.2,1);filter:grayscale(30%) contrast(1.1)}.facility-image-card:hover .facility-image{transform:scale(1.15);filter:grayscale(0%) contrast(1.2)}.facility-overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.9) 100%);color:#fff;transform:translateY(100%);transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:2}.facility-image-card:hover .facility-overlay{transform:translateY(0)}@media(max-width:1024px){.facility-overlay{transform:translateY(0)}}.facility-overlay h3{font-size:1.75rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em}.facility-overlay p{font-size:1.0625rem;opacity:.9;font-weight:400;line-height:1.5}.timeline-section{padding:10rem 0;background:linear-gradient(180deg,#f8fafc 0%,var(--bg-white) 100%);position:relative}.timeline-header{text-align:center;margin-bottom:6rem;animation:fadeInUp .8s ease-out}.timeline{max-width:900px;margin:0 auto;position:relative;display:flex;gap:4rem}.timeline-line-container{position:relative;width:3px;flex-shrink:0;display:flex;justify-content:center;align-items:stretch}.timeline-line{width:3px;height:100%;background:linear-gradient(180deg,var(--royal-blue) 0%,var(--accent-red) 100%);border-radius:2px;animation:expandHeight 1.5s ease-out .5s both;position:relative}@keyframes expandHeight{0%{height:0}to{height:100%}}.timeline-items{flex:1;position:relative}.timeline-item{position:relative;margin-bottom:5rem;padding-left:0;animation:fadeInRight .8s ease-out both;display:flex;flex-direction:column;gap:0}.timeline-item:nth-child(1){animation-delay:.2s}.timeline-item:nth-child(2){animation-delay:.4s}.timeline-item:nth-child(3){animation-delay:.6s}.timeline-item:nth-child(4){animation-delay:.8s}.timeline-circle{position:absolute;left:calc(-4rem - 1.5px);top:0;width:20px;height:20px;background:var(--royal-blue);border:5px solid white;border-radius:50%;box-shadow:0 0 0 4px var(--royal-blue-light),0 4px 12px #1e3a8a4d;transition:all .4s cubic-bezier(.34,1.56,.64,1);transform:translate(-50%) translateY(-50%);z-index:2}.timeline-item:hover .timeline-circle{transform:translate(-50%) translateY(-50%) scale(1.3);background:var(--accent-red);box-shadow:0 0 0 4px var(--accent-red-light),0 8px 20px #c41e3a66}.timeline-year{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,var(--royal-blue),var(--accent-red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.02em;transition:transform .3s ease}.timeline-item:hover .timeline-year{transform:translate(8px)}.timeline-content h3{font-size:1.75rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.02em;transition:color .3s ease}.timeline-item:hover .timeline-content h3{color:var(--royal-blue)}.timeline-content p{font-size:1.0625rem;line-height:1.47059;color:var(--text-gray);font-weight:400}.about .values-section{padding:10rem 0;background:var(--bg-white);position:relative}.about .values-header{text-align:center;margin-bottom:6rem;animation:fadeInUp .8s ease-out}.about .values-section .container{max-width:100%;padding-left:2rem;padding-right:2rem}@media(max-width:768px){.about .values-section .container{padding-left:1rem;padding-right:1rem}}.about .values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2rem;width:100%;margin:0 auto}@media(max-width:1200px){.about .values-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.5rem}}@media(max-width:968px){.about .values-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem}}@media(max-width:768px){.about .values-grid{grid-template-columns:1fr!important;gap:1.5rem}}@media(max-width:480px){.about .values-grid{grid-template-columns:1fr!important;gap:1rem}}.about .value-card{text-align:center;padding:3rem 2rem;background:#fff;border-radius:24px;border:1px solid rgba(30,58,138,.08);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .8s ease-out both;min-width:0;max-width:100%;overflow:hidden;word-wrap:break-word;box-shadow:0 2px 8px #0000000a,0 1px 3px #0000000f;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.about .value-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1e3a8a1f,0 4px 12px #00000014;border-color:#1e3a8a26}.about .value-card:nth-child(1){animation-delay:.1s}.about .value-card:nth-child(2){animation-delay:.2s}.about .value-card:nth-child(3){animation-delay:.3s}.about .value-card:nth-child(4){animation-delay:.4s}.about .value-icon{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#8b5cf626,#ec489926);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--royal-blue);transition:all .6s cubic-bezier(.34,1.56,.64,1);position:relative;border:3px solid transparent;flex-shrink:0}@media(max-width:768px){.about .value-icon{width:80px;height:80px;margin:0 auto 1.5rem}}@media(max-width:480px){.about .value-icon{width:60px;height:60px;margin:0 auto 1rem}}.about .value-icon:before{content:"";position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(135deg,var(--royal-blue),var(--accent-red));opacity:0;transition:opacity .4s ease;z-index:-1}.about .value-card:hover .value-icon{transform:scale(1.15);background:linear-gradient(135deg,var(--royal-blue),var(--accent-red));color:#fff;border-color:#ffffff4d;box-shadow:0 15px 35px #1e3a8a66}.about .value-card:hover .value-icon:before{opacity:1}.about .value-card h3{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1rem;transition:color .3s ease;margin-top:0}.about .value-card:hover h3{color:var(--royal-blue)}.about .value-card p{font-size:1.0625rem;line-height:1.6;color:var(--text-gray);font-weight:400;margin:0}@media(max-width:768px){.about .value-card h3{font-size:1.25rem;margin-bottom:.75rem}.about .value-card p{font-size:.9375rem;line-height:1.4}.about .value-icon{width:80px;height:80px;margin:0 auto 1.5rem}}@media(max-width:480px){.about .value-card h3{font-size:1.125rem;margin-bottom:.5rem}.about .value-card p{font-size:.8125rem;line-height:1.35}.about .value-icon{width:60px;height:60px;margin:0 auto 1rem}}.commitment-section{padding:10rem 0;background:linear-gradient(135deg,#fff,#f0f4f8,#e2e8f0);text-align:center;position:relative;overflow:hidden}.commitment-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 40%,rgba(30,58,138,.05) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(196,30,58,.05) 0%,transparent 50%);animation:pulse 10s ease-in-out infinite}.commitment-content{max-width:1000px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp .8s ease-out}.commitment-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.05;letter-spacing:-.04em;background:linear-gradient(135deg,var(--text-dark) 0%,var(--royal-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.commitment-description{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);font-weight:400;margin-bottom:4rem}.commitment-features{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem}.commitment-feature{display:flex;gap:1.5rem;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;animation:fadeInUp .8s ease-out both}.commitment-feature:nth-child(1){animation-delay:.2s}.commitment-feature:nth-child(2){animation-delay:.4s}.commitment-feature:nth-child(3){animation-delay:.6s}.commitment-feature:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,rgba(30,58,138,.05),transparent);transition:width .4s cubic-bezier(.4,0,.2,1);z-index:-1}.commitment-feature:hover{transform:translate(12px)}.commitment-feature:hover:before{width:100%}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#1e3a8a1a,#c41e3a1a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:600;color:var(--royal-blue);flex-shrink:0;transition:all .5s cubic-bezier(.34,1.56,.64,1);border:2px solid transparent}.commitment-feature:hover .feature-icon{background:linear-gradient(135deg,var(--royal-blue),var(--accent-red));color:#fff;transform:scale(1.15);box-shadow:0 8px 20px #1e3a8a4d;border-color:#ffffff4d}.commitment-feature h4{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em;transition:color .3s ease}.commitment-feature:hover h4{color:var(--royal-blue)}.commitment-feature p{font-size:1rem;color:var(--text-gray);font-weight:400;line-height:1.5}@media(max-width:1068px){.story-content{grid-template-columns:1fr;gap:4rem}.capabilities-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.about .values-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.5rem}.facility-grid{grid-template-columns:repeat(2,1fr)}.commitment-features{grid-template-columns:1fr;gap:2rem}.timeline,.timeline-item{padding-left:3rem}}@media(max-width:768px){.about-hero{padding:8rem 1.5rem 4rem;min-height:50vh;display:flex;align-items:center;justify-content:center}.about-hero .hero-content{padding-top:0;text-align:center;width:100%;max-width:100%}.about-hero .page-title-large{font-size:clamp(2.5rem,8vw,4rem);margin-bottom:1rem;text-align:center}.about-hero .hero-description{font-size:clamp(1rem,3vw,1.25rem);margin-left:0;text-align:center;max-width:100%}.story-section,.capabilities-section,.applications-section,.ethics-section,.commitment-section,.facility-section,.timeline-section,.about .values-section{padding:5rem 0}.story-content{gap:3rem}.section-heading{font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:1.5rem}.story-text p{font-size:1rem;margin-bottom:1.25rem}.capabilities-header,.facility-header,.timeline-header,.about .values-header{margin-bottom:4rem}.section-title{font-size:clamp(2rem,5vw,3rem)}.section-subtitle{font-size:1rem}.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.capability-icon{width:70px;height:70px;font-size:1.1rem;margin-bottom:1.25rem}.capability-item h3{font-size:1.25rem}.capability-item p{font-size:.9375rem}.about .values-grid{grid-template-columns:1fr!important;gap:1.5rem}.facility-grid{grid-template-columns:1fr;gap:2rem}.facility-overlay{padding:2rem}.facility-overlay h3{font-size:1.5rem}.facility-overlay p{font-size:1rem}.application-item{flex-direction:row;text-align:left;padding:1.5rem;gap:1.5rem}.app-icon{width:48px;height:48px;flex-shrink:0}.application-item h4{font-size:1.25rem}.application-item p{font-size:1rem}.section-description{font-size:1rem;margin-bottom:3rem}.timeline{gap:2rem;flex-direction:column;padding-left:0}.timeline-line-container{display:none}.timeline-item{margin-bottom:3rem;padding-left:0}.timeline-circle{display:none}.timeline-year{font-size:1.5rem;margin-bottom:.5rem}.timeline-content h3{font-size:1.5rem}.timeline-content p,.ethics-text{font-size:1rem}.ethics-highlight{padding:1.5rem;font-size:1.125rem;margin-top:2rem}.commitment-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1.5rem}.commitment-description{font-size:1rem;margin-bottom:3rem}.commitment-feature{flex-direction:row;gap:1.25rem;text-align:left}.feature-icon{width:48px;height:48px;font-size:1.5rem}.commitment-feature h4{font-size:1.25rem}.commitment-feature p{font-size:.9375rem}}@media(max-width:480px){.about-hero{padding:6rem 1rem 3rem;min-height:45vh;display:flex;align-items:center;justify-content:center}.about-hero .hero-content{padding-top:0;text-align:center;width:100%;max-width:100%}.about-hero .page-title-large{font-size:clamp(2rem,8vw,3rem);margin-bottom:.75rem;text-align:center}.about-hero .hero-description{font-size:clamp(.9375rem,3vw,1.125rem);text-align:center;max-width:100%;margin-left:0}.story-section,.capabilities-section,.applications-section,.ethics-section,.commitment-section,.facility-section,.timeline-section,.about .values-section{padding:4rem 0}.section-heading{font-size:clamp(1.5rem,6vw,2rem)}.section-title{font-size:clamp(1.75rem,6vw,2.5rem)}.capabilities-grid{grid-template-columns:1fr;gap:1.5rem}.capability-icon{width:60px;height:60px;font-size:1rem;margin-bottom:1rem}.capability-item h3{font-size:1.125rem}.capability-item p{font-size:.875rem}.about .values-grid{grid-template-columns:1fr!important;gap:1rem}.about .value-card{padding:2rem 1.5rem}.facility-grid{grid-template-columns:1fr;gap:1.5rem}.facility-overlay{padding:1.5rem}.facility-overlay h3{font-size:1.25rem}.facility-overlay p{font-size:.9375rem}.application-item{flex-direction:column;text-align:center;padding:1.5rem;gap:1rem}.app-icon{width:48px;height:48px;margin:0 auto}.application-item h4{font-size:1.125rem}.application-item p{font-size:.9375rem}.timeline-year,.timeline-content h3{font-size:1.25rem}.timeline-content p{font-size:.9375rem}.ethics-highlight{padding:1.25rem;font-size:1rem}.commitment-title{font-size:clamp(1.75rem,6vw,2.5rem)}.commitment-description{font-size:.9375rem}.commitment-feature{flex-direction:column;text-align:center;gap:1rem}.feature-icon{margin:0 auto}.commitment-feature h4{font-size:1.125rem}.commitment-feature p{font-size:.875rem}.container{padding-left:1rem;padding-right:1rem}}.products{width:100%;padding-top:44px}.products-hero{padding:8rem 0 6rem;background:var(--bg-light);text-align:center}.products-main{padding:8rem 0;background:var(--bg-white)}.product-feature-large{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center;margin-bottom:8rem}.feature-image{position:relative;width:100%;overflow:hidden;border-radius:24px;background:var(--bg-light);box-shadow:0 4px 16px #00000014;transition:box-shadow .4s ease}.feature-image:hover{box-shadow:0 8px 24px #0000001f}.feature-image-img{width:100%;height:auto;border-radius:24px;object-fit:cover;object-position:center top;display:block;background:var(--bg-light);min-height:400px;aspect-ratio:4 / 3;transition:transform .4s ease}.feature-image:hover .feature-image-img{transform:scale(1.01)}.feature-image-img[src=""],.feature-image-img:not([src]){opacity:0}.image-placeholder-large{width:100%;aspect-ratio:4 / 3;background:var(--bg-light);border-radius:24px;position:relative;overflow:hidden}.image-gradient{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-blue-light),rgba(0,113,227,.05))}.placeholder-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--primary-blue)}.product-badge{display:inline-block;padding:.5rem 1rem;background:var(--primary-blue-light);color:var(--primary-blue);border-radius:20px;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.feature-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1.5rem}.feature-description{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);margin-bottom:2.5rem;font-weight:400}.feature-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.spec-item{padding:1.5rem;background:var(--bg-light);border-radius:16px;transition:var(--transition)}.spec-item:hover{background:var(--primary-blue-light);transform:translateY(-2px)}.spec-item h4{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em}.spec-item p{font-size:.9375rem;color:var(--text-gray);line-height:1.47059;font-weight:400}.creative-products-static-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:calc(1500px + 4rem);margin:0 auto;padding:1rem 0}@media(max-width:1024px){.creative-products-static-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:100%}}@media(max-width:768px){.creative-products-static-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%;padding:1rem}}.creative-product-card{background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:background .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);transition-delay:0s;display:flex;flex-direction:column;height:auto;position:relative;border:1px solid rgba(30,58,138,.08);width:100%;max-width:500px}.creative-product-card .creative-card-image-wrapper{flex-shrink:0}.creative-product-card .creative-card-content{flex:1 1 auto;overflow:visible;min-height:0}.creative-product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--royal-blue),var(--accent-red));opacity:0;transition:opacity .4s ease;transition-delay:0s}.creative-product-card:hover{transform:translateY(-12px);box-shadow:0 12px 40px #1e3a8a26;border-color:#1e3a8a33;transition-delay:.1s}.creative-product-card:hover:before{opacity:1;transition-delay:.15s}.creative-card-image-wrapper{width:100%;height:320px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:flex-start;justify-content:center;padding:0;box-sizing:border-box;position:relative;overflow:hidden;border-radius:32px 32px 0 0}.creative-card-image-wrapper:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(30,58,138,.03) 100%);pointer-events:none}.creative-card-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1);transition-delay:0s;z-index:1;position:relative;transform:scale(1.2)}.creative-product-card:nth-child(2) .creative-card-image,.creative-product-card:nth-child(3) .creative-card-image{object-position:center top}.creative-product-card:hover .creative-card-image{transform:scale(1.3);transition-delay:.1s}.creative-card-content{padding:1.75rem;flex:1;display:flex;flex-direction:column;min-height:0;overflow:visible}.creative-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#1e3a8a1a,#c41e3a1a);color:var(--royal-blue);border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;width:fit-content;transition:all .3s ease;transition-delay:0s}.creative-product-card:hover .creative-badge{background:linear-gradient(135deg,var(--royal-blue),var(--accent-red));color:#fff;transform:translateY(-2px);transition-delay:.12s}.creative-card-title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin:0 0 .75rem;line-height:1.2;transition:color .3s ease;transition-delay:0s}.creative-product-card:hover .creative-card-title{color:var(--royal-blue);transition-delay:.14s}.creative-card-description{font-size:1rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem;font-weight:400}.creative-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.creative-features-list li{padding:.5rem 0 .5rem 1.75rem;position:relative;font-size:.9375rem;color:var(--text-gray);line-height:1.5;font-weight:400;transition:color .3s ease}.creative-features-list li:before{content:"•";position:absolute;left:0;color:var(--royal-blue);font-weight:700;font-size:1.2rem;transition:transform .3s ease,color .3s ease;transition-delay:0s}.creative-product-card:hover .creative-features-list li:before{transform:scale(1.2);color:var(--accent-red);transition-delay:.16s}.image-placeholder{width:100%;height:100%;position:relative;background:var(--bg-light)}.product-info{padding:2.5rem;flex:1;display:flex;flex-direction:column}.product-info h3{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin:1rem 0}.product-info>p{font-size:1.0625rem;line-height:1.47059;color:var(--text-gray);margin-bottom:1.5rem;font-weight:400;flex:1}.product-features{list-style:none;padding:0;margin:0}.product-features li{padding:.75rem 0 .75rem 1.5rem;position:relative;font-size:.9375rem;color:var(--text-gray);line-height:1.47059;font-weight:400}.product-features li:before{content:"Γ£ô";position:absolute;left:0;color:var(--primary-blue);font-weight:600}.diamond-drilling-section{padding:8rem 0;background:var(--bg-white)}.diamond-drilling-content{max-width:900px;margin:0 auto}.drilling-header{text-align:center;margin-bottom:4rem}.drilling-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:var(--text-dark);margin:1.5rem 0}.drilling-divider{width:80px;height:4px;background:linear-gradient(90deg,var(--royal-blue),var(--accent-red));margin:2rem auto 0;border-radius:2px}.drilling-text-content{display:flex;flex-direction:column;gap:2rem}.drilling-paragraph{font-size:1.125rem;line-height:1.8;color:var(--text-gray);font-weight:400;text-align:justify}@media(max-width:768px){.diamond-drilling-section{padding:6rem 0}.drilling-header{margin-bottom:3rem}.drilling-paragraph{font-size:1rem;line-height:1.7;text-align:left}}.reaming-shells-section{padding:10rem 0;background:radial-gradient(circle at 20% 50%,rgba(30,58,138,.04) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(196,30,58,.04) 0%,transparent 50%),linear-gradient(180deg,#f8f9fa,#fff);position:relative;min-height:100vh}.tables-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;max-width:1600px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.table-wrapper{background:#ffffffb3;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-radius:28px;padding:0;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a,inset 0 1px #ffffffe6;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;min-height:400px;animation:fadeInUp .8s ease-out backwards}.table-wrapper:nth-child(1){animation-delay:.1s}.table-wrapper:nth-child(2){animation-delay:.2s}.table-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);pointer-events:none}.table-wrapper:hover{background:#ffffffd9;box-shadow:0 12px 48px #00000014,0 4px 16px #0000000a,inset 0 1px #fff;border-color:#ffffffe6}.table-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin:0;padding:2rem 2.5rem 1.5rem;letter-spacing:-.02em;position:relative;background:#fff6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;flex:1;scrollbar-width:none;-ms-overflow-style:none}.table-responsive::-webkit-scrollbar{display:none}.specs-table{width:100%;border-collapse:collapse;font-size:.9375rem;position:relative}.specs-table thead{background:#1e3a8a14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:sticky;top:0;z-index:10}.specs-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--royal-blue);position:relative;border-bottom:1px solid rgba(0,0,0,.08)}.specs-table tbody tr{border-bottom:1px solid rgba(0,0,0,.04);transition:background .2s ease;position:relative}.specs-table tbody tr:hover{background:#1e3a8a0a}.specs-table tbody tr:hover td{color:var(--royal-blue)}.specs-table td{padding:1rem 1.5rem;color:var(--text-dark);font-weight:400;transition:color .2s ease;position:relative}.specs-table .gauge-header{background:#1e3a8a0f;font-weight:600;color:var(--royal-blue);border-top:1px solid rgba(30,58,138,.1);border-bottom:1px solid rgba(30,58,138,.1);position:relative}.specs-table .gauge-header td{padding:.875rem 1.5rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--royal-blue)}.specs-table tbody tr{animation-delay:calc(var(--row-index, 0) * .05s)}.specs-table td:first-child{font-weight:500;color:var(--text-dark)}.specs-table td:not(:first-child){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,SF Pro Display,system-ui,sans-serif;font-size:.9375rem;color:var(--text-gray);font-variant-numeric:tabular-nums}@media(max-width:1068px){.tables-container{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.reaming-shells-section{padding:6rem 0}.table-wrapper{padding:1.5rem}.table-title{font-size:1.5rem;margin-bottom:1.5rem}.specs-table{font-size:.875rem}.specs-table th,.specs-table td{padding:.75rem .5rem}}.values-section{padding:8rem 0;background:var(--bg-light)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{padding:3rem 2.5rem;background:#fff;border-radius:24px;box-shadow:var(--shadow-sm);transition:var(--transition)}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.value-card h3{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.5rem}.value-card p{font-size:1.0625rem;line-height:1.47059;color:var(--text-gray);font-weight:400}.value-card strong{color:var(--text-dark);font-weight:600}.commitment-section{padding:8rem 0;background:var(--bg-white);text-align:center}.commitment-content{max-width:900px;margin:0 auto}.commitment-content h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.05;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1rem}.commitment-subtitle{font-size:1.5rem;font-weight:600;color:var(--accent-red);margin-bottom:2rem;letter-spacing:-.02em}.commitment-content p{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);font-weight:400}.casing-bento-section{padding:10rem 0;background:var(--bg-white);position:relative}.bento-header{text-align:center;margin-bottom:6rem;max-width:800px;margin-left:auto;margin-right:auto}.bento-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1.5rem}.bento-subtitle{font-size:1.1875rem;color:var(--text-gray);font-weight:400;line-height:1.6}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(220px,auto);gap:1.5rem;max-width:1400px;margin:0 auto}.bento-card{background:transparent;border-radius:20px;position:relative;overflow:visible;cursor:pointer;min-height:220px;height:100%;width:100%;display:block}.bento-card:nth-child(1){grid-column:1 / 5;grid-row:1 / 3}.bento-card:nth-child(2){grid-column:5 / 10;grid-row:1 / 4}.bento-card:nth-child(3){grid-column:10 / 13;grid-row:1 / 3}.bento-card:nth-child(4){grid-column:1 / 5;grid-row:3 / 5}.bento-card:nth-child(5){grid-column:5 / 10;grid-row:4 / 5}.bento-card:nth-child(6){grid-column:10 / 13;grid-row:3 / 5}.flip-card{height:100%;width:100%;position:relative;perspective:1000px;overflow:visible}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;overflow:visible}.bento-card:hover .flip-card-inner{transform:rotateY(180deg)}@media(max-width:768px){.bento-grid.show-flip-cue .bento-card .flip-card-inner,.bento-grid.show-flip-cue .bento-card:hover .flip-card-inner{transform:rotateY(180deg)}.bento-grid.show-flip-cue .bento-card:nth-child(1) .flip-card-inner{transition-delay:0s}.bento-grid.show-flip-cue .bento-card:nth-child(2) .flip-card-inner{transition-delay:.1s}.bento-grid.show-flip-cue .bento-card:nth-child(3) .flip-card-inner{transition-delay:.2s}.bento-grid.show-flip-cue .bento-card:nth-child(4) .flip-card-inner{transition-delay:.3s}.bento-grid.show-flip-cue .bento-card:nth-child(5) .flip-card-inner{transition-delay:.4s}.bento-grid.show-flip-cue .bento-card:nth-child(6) .flip-card-inner{transition-delay:.5s}}.flip-card-front,.flip-card-back{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;border-radius:20px;box-sizing:border-box}.flip-card-front{background:#ffffffd9;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);color:var(--text-dark);justify-content:flex-start;padding:2rem;text-align:left;align-items:flex-start;border:1px solid rgba(255,255,255,.6);z-index:2;box-shadow:0 4px 20px #93c5fd26,0 2px 8px #fbcfe81a,0 0 0 1px #93c5fd1a inset;transition:box-shadow .5s cubic-bezier(.4,0,.2,1),border-color .5s cubic-bezier(.4,0,.2,1),background .5s cubic-bezier(.4,0,.2,1)}.flip-card-front:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#93c5fd0d,#fbcfe80d);border-radius:20px;pointer-events:none;z-index:0}.flip-card-front>*{position:relative;z-index:2}.bento-card:hover .flip-card-front{box-shadow:0 8px 32px #93c5fd40,0 4px 16px #fbcfe826,0 0 0 1px #93c5fd33 inset,0 0 40px #93c5fd1a;border-color:#93c5fd66;background:#ffffffe6}.flip-card-back{background:linear-gradient(135deg,#93c5fd40,#fbcfe840);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:var(--text-dark);transform:rotateY(180deg);justify-content:flex-start;padding:1.75rem;overflow:visible;border:1px solid rgba(255,255,255,.4);position:relative;z-index:1;box-shadow:0 8px 32px #93c5fd26,0 0 0 1px #ffffff4d inset,0 2px 8px #0000000d}.flip-card-back:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);pointer-events:none}.bento-icon-wrapper{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#93c5fd33,#fbcfe833);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#3b82f6cc;transition:background .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1);flex-shrink:0;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #93c5fd26}.bento-card:hover .bento-icon-wrapper{background:linear-gradient(135deg,#93c5fd66,#fbcfe866);color:#3b82f6;box-shadow:0 6px 20px #93c5fd40;border-color:#ffffff80}.bento-icon-wrapper svg{width:32px;height:32px}.flip-card-front h3{font-size:1.75rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark);letter-spacing:-.02em;line-height:1.2;text-shadow:0 1px 2px rgba(255,255,255,.8)}.flip-card-front p{font-size:1rem;color:var(--text-gray);line-height:1.6;font-weight:400;margin:0;text-shadow:0 1px 1px rgba(255,255,255,.6)}.flip-card-back h3{font-size:1.35rem;font-weight:600;margin-bottom:.875rem;color:var(--text-dark);letter-spacing:-.02em;line-height:1.3;text-shadow:0 1px 2px rgba(255,255,255,.8)}.flip-card-back p{font-size:.875rem;color:#1e293bd9;line-height:1.6;font-weight:400;margin:0}.flip-card-back ul{list-style:none;padding:0;margin:0;margin-top:.75rem}.flip-card-back li{font-size:.8125rem;color:#1e293bcc;line-height:1.5;margin-bottom:.625rem;padding-left:1.25rem;position:relative}.flip-card-back li:before{content:"•";position:absolute;left:0;color:#93c5fdcc;font-weight:600;font-size:1.2rem;line-height:1.4}.flip-card-back strong{color:var(--text-dark);font-weight:600}@media(max-width:1068px){.product-feature-large{grid-template-columns:1fr;gap:4rem}.feature-specs{grid-template-columns:1fr}.creative-products-static-grid{max-width:calc(1500px + 6rem)}.creative-product-card{width:100%;max-width:400px}.bento-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(200px,auto)}.bento-card:nth-child(1){grid-column:1 / 4;grid-row:1 / 3}.bento-card:nth-child(2){grid-column:4 / 7;grid-row:1 / 4}.bento-card:nth-child(3){grid-column:1 / 4;grid-row:3 / 5}.bento-card:nth-child(4){grid-column:1 / 4;grid-row:5 / 7}.bento-card:nth-child(5){grid-column:4 / 7;grid-row:4 / 5}.bento-card:nth-child(6){grid-column:4 / 7;grid-row:5 / 7}.values-grid{grid-template-columns:1fr}}@media(max-width:768px){.products-hero{padding:6rem 0 4rem}.products-main,.diamond-drilling-section,.values-section,.commitment-section{padding:4rem 0}.product-feature-large{margin-bottom:4rem}.creative-products-static-grid{max-width:100%}.creative-product-card{width:100%;max-width:400px;height:auto}.creative-card-image-wrapper{height:280px}.creative-card-content{padding:1.5rem}.creative-card-title{font-size:1.5rem}.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(180px,auto);gap:1rem}.bento-card:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}.bento-card:nth-child(2){grid-column:1 / 3;grid-row:2 / 4}.bento-card:nth-child(3){grid-column:1 / 3;grid-row:4 / 5}.bento-card:nth-child(4){grid-column:1 / 3;grid-row:5 / 6}.bento-card:nth-child(5){grid-column:1 / 3;grid-row:6 / 7}.bento-card:nth-child(6){grid-column:1 / 3;grid-row:7 / 8}.bento-header{margin-bottom:3rem}.bento-title{font-size:clamp(2rem,6vw,2.5rem)}.bento-subtitle{font-size:1rem}.flip-card-front,.flip-card-back{padding:1.5rem}.bento-icon-wrapper{width:56px;height:56px;margin-bottom:1.25rem}.bento-icon-wrapper svg{width:28px;height:28px}.flip-card-front h3,.flip-card-back h3{font-size:1.25rem}.flip-card-front p,.flip-card-back p{font-size:.875rem}}@media(max-width:480px){.creative-product-card{width:100%;max-width:320px;height:auto}@keyframes scrollCarousel{0%{transform:translate(0)}to{transform:translate(calc(-1280px - 8rem))}}.creative-card-image-wrapper{height:240px}.creative-card-content{padding:1.5rem}.creative-card-title{font-size:1.25rem}.creative-card-description{font-size:.9375rem}.bento-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,200px);gap:1rem}.bento-grid{grid-template-columns:1fr;grid-auto-rows:minmax(200px,auto)}.bento-card:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}.bento-card:nth-child(2){grid-column:1 / 2;grid-row:2 / 3}.bento-card:nth-child(3){grid-column:1 / 2;grid-row:3 / 4}.bento-card:nth-child(4){grid-column:1 / 2;grid-row:4 / 5}.bento-card:nth-child(5){grid-column:1 / 2;grid-row:5 / 6}.bento-card:nth-child(6){grid-column:1 / 2;grid-row:6 / 7}.casing-bento-section{padding:5rem 0}.bento-header{margin-bottom:2.5rem}.flip-card-front,.flip-card-back{padding:1.25rem}.flip-card-back h3{font-size:1.1rem;margin-bottom:.75rem}.flip-card-back p{font-size:.8125rem;line-height:1.5}.flip-card-back li{font-size:.75rem;line-height:1.4;margin-bottom:.5rem}}.guidelines{width:100%;padding-top:44px}.guidelines-hero{padding:10rem 0 8rem;background:radial-gradient(circle at 20% 50%,rgba(30,58,138,.04) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(196,30,58,.04) 0%,transparent 50%),linear-gradient(180deg,#f8f9fa,#fff);position:relative;overflow:hidden;text-align:center}.guidelines-hero .hero-content{position:relative;z-index:1;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.guidelines-content{padding:8rem 0;background:radial-gradient(circle at 20% 30%,rgba(30,58,138,.02) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(196,30,58,.02) 0%,transparent 50%),linear-gradient(180deg,#fff,#f8f9fa);position:relative}.guideline-intro{max-width:900px;margin:0 auto 8rem;text-align:center;animation:fadeInUp .8s ease-out .2s backwards}.section-heading{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1.5rem}.intro-text{font-size:1.1875rem;line-height:1.7;color:var(--text-gray);font-weight:400}.guideline-card{max-width:1000px;margin:0 auto 4rem;background:#ffffffb3;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-radius:28px;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a,inset 0 1px #ffffffe6;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .8s ease-out backwards}.guideline-card:nth-child(1){animation-delay:.3s}.guideline-card:nth-child(2){animation-delay:.4s}.guideline-card:hover{background:#ffffffd9;box-shadow:0 12px 48px #00000014,0 4px 16px #0000000a,inset 0 1px #fff;border-color:#ffffffe6}.card-header{padding:2.5rem 2.5rem 1.5rem;background:#fff6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}.card-header h3{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin:0}.card-content{padding:2.5rem}.card-content p{font-size:1.1875rem;line-height:1.7;color:var(--text-gray);margin-bottom:2rem;font-weight:400}.card-content p:last-child{margin-bottom:0}.types-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1.5rem}.type-item{padding:2.5rem 2rem;background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.8);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000000a}.type-item:hover{background:#ffffffe6;box-shadow:0 8px 24px #1e3a8a1a;border-color:#1e3a8a33}.type-icon{width:72px;height:72px;margin:0 auto 1.5rem;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--royal-blue);box-shadow:0 4px 12px #1e3a8a1a;transition:all .3s ease}.type-item:hover .type-icon{box-shadow:0 6px 20px #1e3a8a26;transform:scale(1.05)}.type-item h4{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem;letter-spacing:-.02em}.type-item p{font-size:1.0625rem;color:var(--text-gray);line-height:1.6;font-weight:400;margin:0}.definitions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:8rem;animation:fadeInUp .8s ease-out .5s backwards}.definition-card{background:#ffffffb3;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-radius:28px;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a,inset 0 1px #ffffffe6;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.definition-card:hover{background:#ffffffd9;box-shadow:0 12px 48px #00000014,0 4px 16px #0000000a,inset 0 1px #fff;border-color:#ffffffe6}.definition-header{padding:2rem 2rem 1.25rem;background:#fff6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}.definition-header h3{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:.5rem}.definition-subtitle{font-size:.8125rem;color:var(--text-gray);font-weight:500;text-transform:uppercase;letter-spacing:.08em;display:block;margin-top:.25rem}.definition-content{padding:2rem;flex:1}.definition-content p{font-size:1.0625rem;line-height:1.7;color:var(--text-gray);margin-bottom:1.5rem;font-weight:400}.definition-content p:last-child{margin-bottom:0}.hardness-scale{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;width:100%;justify-content:center;align-items:stretch}.scale-item{padding:1rem 1.25rem;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;border:1px solid rgba(255,255,255,.8);display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a;min-height:60px;width:140px;box-sizing:border-box;gap:.5rem;white-space:nowrap;flex:0 0 140px}.scale-item:hover{background:#ffffffe6;box-shadow:0 4px 12px #1e3a8a1a;border-color:#1e3a8a33}.scale-number{display:inline;font-size:1.25rem;font-weight:600;color:var(--royal-blue);margin:0;font-variant-numeric:tabular-nums;text-align:left;line-height:1;flex-shrink:0;white-space:nowrap}.scale-name{display:inline;font-size:.875rem;color:var(--text-gray);font-weight:500;line-height:1;text-align:left;margin:0;white-space:nowrap;flex-shrink:0}.selection-guidance{max-width:900px;margin:0 auto;text-align:center;padding:4rem 3rem;background:#ffffffb3;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-radius:28px;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a,inset 0 1px #ffffffe6;animation:fadeInUp .8s ease-out .6s backwards}.selection-guidance h2{margin-bottom:1.5rem}.selection-guidance p{font-size:1.1875rem;line-height:1.7;color:var(--text-gray);font-weight:400;margin:0}@media(max-width:1068px){.types-grid{grid-template-columns:1fr;gap:1.5rem}.definitions-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.hardness-scale{gap:.5rem}.scale-item{min-height:55px;padding:.875rem 1rem;gap:.4rem;width:120px;flex:0 0 120px}.scale-number{font-size:1.125rem}.scale-name{font-size:.8125rem}}@media(max-width:768px){.guidelines-hero{padding:8rem 0 6rem}.guidelines-content{padding:6rem 0}.guideline-intro{margin-bottom:5rem;padding:0 1rem}.guideline-card{margin-bottom:3rem;border-radius:24px}.card-header{padding:2rem 2rem 1.25rem}.card-header h3{font-size:1.5rem}.card-content{padding:2rem}.card-content p{font-size:1.0625rem}.type-item{padding:2rem 1.5rem}.type-icon{width:64px;height:64px}.type-item h4{font-size:1.25rem}.definitions-grid{grid-template-columns:1fr;margin-bottom:5rem;gap:2rem}.definition-header,.definition-content{padding:1.75rem}.hardness-scale{gap:.5rem}.scale-item{min-height:50px;padding:.75rem .875rem;gap:.4rem;width:110px;flex:0 0 110px}.scale-number{font-size:1rem}.scale-name{font-size:.75rem}.selection-guidance{padding:3rem 2rem;margin:0 1rem}.selection-guidance p{font-size:1.0625rem}}@media(max-width:480px){.guidelines-hero{padding:6rem 0 4rem}.guidelines-content{padding:4rem 0}.hardness-scale{gap:.5rem}.scale-item{padding:.75rem .875rem;min-height:48px;gap:.4rem;width:100px;flex:0 0 100px}.scale-number{font-size:.9375rem}.scale-name{font-size:.6875rem}.selection-guidance{padding:2.5rem 1.5rem}}.contact{width:100%;padding-top:44px}.contact-hero{padding:8rem 0 6rem;background:var(--bg-light);text-align:center}.contact-main{padding:8rem 0;background:var(--bg-white)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;max-width:1200px;margin:0 auto}.section-heading{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1.5rem}.info-description{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);margin-bottom:3rem;font-weight:400}.info-cards{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.info-card{display:flex;gap:1.5rem;padding:2rem;background:var(--bg-light);border-radius:20px;transition:var(--transition)}.info-card:hover{background:var(--primary-blue-light);transform:translate(8px)}.info-icon{width:56px;height:56px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--primary-blue);flex-shrink:0;box-shadow:var(--shadow-sm)}.info-content h3{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em}.info-content a{color:var(--primary-blue);font-size:1.0625rem;transition:color .2s;font-weight:400}.info-content a:hover{color:var(--primary-blue-dark)}.info-content p{color:var(--text-gray);font-size:1.0625rem;margin:0;line-height:1.47059;font-weight:400}.social-section{padding-top:2.5rem;border-top:1px solid var(--border-light)}.social-section h3{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.02em}.social-links{display:flex;gap:1rem}.social-link{width:48px;height:48px;background:var(--bg-light);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary-blue);transition:var(--transition)}.social-link:hover{background:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:24px;box-shadow:var(--shadow-md)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{font-weight:500;color:var(--text-dark);font-size:.9375rem;letter-spacing:-.01em}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.25rem;border:1px solid var(--border-light);border-radius:12px;font-size:1.0625rem;font-family:inherit;transition:var(--transition);background:var(--bg-white);color:var(--text-dark);font-weight:400}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 4px var(--primary-blue-light)}.form-group textarea{resize:vertical;min-height:140px;line-height:1.47059}.btn-submit{padding:1rem 2rem;background:var(--primary-blue);color:#fff;font-size:1.0625rem;font-weight:500;border-radius:22px;transition:var(--transition);cursor:pointer;margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:-.01em}.btn-submit:hover:not(:disabled){background:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #0071e34d}.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-submit .spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-status{padding:1rem 1.25rem;border-radius:12px;font-size:.9375rem;font-weight:500;text-align:center;animation:slideDown .3s ease-out}.form-status.success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.form-status.error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1068px){.contact-grid{grid-template-columns:1fr;gap:4rem}.form-row{grid-template-columns:1fr}}@media(max-width:768px){.contact-hero{padding:6rem 0 4rem}.contact-main{padding:4rem 0}.contact-form-wrapper{padding:2rem}}@media(max-width:480px){.info-card{flex-direction:column;text-align:center}.info-icon{margin:0 auto}}.blog{width:100%;padding-top:44px}.blog-hero{padding:8rem 0 6rem;background:var(--bg-light);text-align:center}.page-title-large{font-size:clamp(3rem,7vw,5.5rem);font-weight:600;line-height:1.05;letter-spacing:-.05em;color:var(--text-dark);margin-bottom:1.5rem}.hero-description{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--text-gray);max-width:700px;margin:0 auto;font-weight:400;line-height:1.47059}.blog-content{padding:8rem 0;background:var(--bg-white)}.coming-soon{max-width:600px;margin:0 auto;text-align:center;padding:4rem 2rem}.coming-soon-icon{color:var(--primary-blue);margin-bottom:2.5rem;display:flex;justify-content:center;opacity:.6}.coming-soon h2{font-size:2.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.04em}.coming-soon p{font-size:1.1875rem;line-height:1.47059;color:var(--text-gray);font-weight:400}@media(max-width:768px){.blog-hero{padding:6rem 0 4rem}.blog-content{padding:4rem 0}.coming-soon{padding:3rem 1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-white)}.main-content{flex:1;width:100%}
