:root{--bg-base: #FAF9F6;--bg-card: rgba(255, 255, 255, .7);--bg-card-hover: rgba(255, 255, 255, .95);--text-main: #0B0F19;--text-sub: #5E697C;--accent: #111111;--border-thin: rgba(11, 15, 25, .05);--border-hover: rgba(11, 15, 25, .15);--glass-blur: blur(20px);--shadow-premium: 0 30px 60px -15px rgba(11, 15, 25, .03), 0 10px 30px -10px rgba(11, 15, 25, .02);--shadow-hover: 0 40px 80px -20px rgba(11, 15, 25, .08), 0 1px 3px rgba(0,0,0,.01)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body.premium-version{font-family:Space Grotesk,sans-serif;background-color:var(--bg-base);color:var(--text-main);line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,h5,.pearl-btn-outline,.pearl-btn-main{font-family:Outfit,sans-serif;font-weight:600}.noise-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.02;pointer-events:none;z-index:9999}.pearl-bg-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-2;overflow:hidden;background:radial-gradient(circle at 50% 50%,#faf9f6,#f2eff0)}.orb{position:absolute;border-radius:50%;filter:blur(140px);opacity:.45}.orb-1{width:800px;height:800px;background:radial-gradient(circle,#eae4dfcc,#d6d9e04d);top:-200px;left:-200px;animation:orbFloat 25s infinite alternate ease-in-out}.orb-2{width:600px;height:600px;background:radial-gradient(circle,#f0f0f0e6,#dce1eb66);bottom:-150px;right:-100px;animation:orbFloat 20s infinite alternate-reverse ease-in-out}.orb-3{width:500px;height:500px;background:radial-gradient(circle,#e5e4e299,#c8cdd733);top:30%;left:40%}@keyframes orbFloat{0%{transform:translate(0) scale(1)}to{transform:translate(80px,50px) scale(1.1)}}.pearl-header{position:fixed;top:0;width:100%;padding:1.5rem 8rem;display:flex;justify-content:space-between;align-items:center;background:#faf9f699;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border-thin);z-index:1000;transition:all .4s cubic-bezier(.16,1,.3,1)}.logo-container{display:flex;align-items:center}.brand-logo{height:40px;width:auto;max-width:180px;object-fit:contain;transition:transform .4s ease}.brand-logo:hover{transform:scale(1.05)}.pearl-nav{display:flex;gap:3.5rem}.nav-link{color:var(--text-sub);text-decoration:none;font-size:.95rem;font-weight:500;letter-spacing:.5px;display:flex;align-items:center;gap:.3rem;transition:color .3s}.nav-num{font-family:Outfit,sans-serif;font-size:.75rem;opacity:.5}.nav-link:hover{color:var(--text-main)}.pearl-btn-outline{position:relative;padding:.9rem 2.2rem;border:1px solid var(--text-main);background:transparent;border-radius:50px;font-family:inherit;font-weight:600;font-size:.9rem;color:var(--text-main);overflow:hidden;transition:color .4s}.pearl-btn-outline span{position:relative;z-index:2}.pearl-btn-outline:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:var(--text-main);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;z-index:1}.pearl-btn-outline:hover{color:var(--bg-base)}.pearl-btn-outline:hover:before{width:300px;height:300px}.pearl-hero{min-height:100vh;display:flex;align-items:center;padding:10rem 8rem 4rem;max-width:1600px;margin:0 auto}.hero-container{display:flex;width:100%;align-items:center}.hero-left{flex:1.2;padding-right:4rem}.hero-right{flex:.8;display:flex;justify-content:center}.badge-premium{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:#ffffffb3;border:1px solid var(--border-thin);border-radius:50px;font-size:.8rem;font-weight:700;letter-spacing:1.5px;color:var(--text-sub);margin-bottom:2.5rem;box-shadow:0 4px 20px #00000003}.dot-blink{width:6px;height:6px;background-color:#64748b;border-radius:50%;animation:blink 2s infinite}@keyframes blink{0%,to{opacity:.4}50%{opacity:1}}.hero-title{font-size:5rem;font-weight:900;line-height:1.05;letter-spacing:-2.5px;margin-bottom:2rem}.text-gradient{background:linear-gradient(135deg,var(--text-main) 30%,#7E8B9B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:var(--text-sub);margin-bottom:3.5rem;max-width:580px;font-weight:400}.hero-actions{display:flex;gap:2rem;align-items:center}.pearl-btn-main{padding:1.2rem 2.8rem;background:var(--text-main);color:var(--bg-base);border:none;border-radius:50px;font-family:inherit;font-size:.95rem;font-weight:600;box-shadow:0 10px 30px #0b0f1914;transition:all .4s cubic-bezier(.16,1,.3,1)}.pearl-btn-main:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0b0f1926}.pearl-btn-text{background:none;border:none;font-family:inherit;font-size:1rem;font-weight:600;color:var(--text-main);display:flex;align-items:center;gap:.5rem;transition:gap .3s}.pearl-btn-text:hover{gap:.9rem}.pearl-3d-visual{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.inner-pearl{width:140px;height:140px;background:radial-gradient(circle at 35% 35%,#fff,#e3dfda 45%,#b8b3ab 80%,#9c968d);border-radius:50%;box-shadow:inset -10px -10px 30px #0000001a,0 20px 50px #0b0f1926;position:relative;z-index:10}.floating-ring{position:absolute;border:1px solid rgba(11,15,25,.1);border-radius:50%;animation:rotateRing 15s infinite linear}.ring-1{width:280px;height:280px;transform:rotateX(70deg) rotateY(15deg);animation-duration:20s}.ring-2{width:220px;height:220px;transform:rotateX(45deg) rotateY(-30deg);animation-duration:15s;animation-direction:reverse}@keyframes rotateRing{0%{transform:rotate(0) rotateX(60deg)}to{transform:rotate(360deg) rotateX(60deg)}}.pearl-stats{padding:0 8rem;position:relative;z-index:20}.stats-wrapper{max-width:1200px;margin:0 auto;background:#ffffff8c;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-thin);border-radius:30px;padding:3.5rem 5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-premium)}.stat-item{text-align:center;flex:1}.stat-number{font-size:3.5rem;font-weight:800;color:var(--text-main);line-height:1;letter-spacing:-1px}.stat-label{font-size:.95rem;color:var(--text-sub);font-weight:500;margin-top:.8rem}.stat-divider{width:1px;height:50px;background:#0b0f1914}.section-meta{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.meta-number{font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;color:var(--text-main)}.meta-label{font-size:.75rem;font-weight:700;letter-spacing:2px;color:var(--text-sub)}.pearl-about{padding:10rem 8rem;max-width:1600px;margin:0 auto}.about-container{display:flex;gap:8rem}.about-left{flex:1}.about-left h2{font-size:3.5rem;line-height:1.1;letter-spacing:-1.5px;margin-bottom:2rem}.about-left p{color:var(--text-sub);font-size:1.15rem;max-width:480px}.about-right{flex:1;display:flex;align-items:center}.feature-rows{display:flex;flex-direction:column;gap:3rem;width:100%}.feature-row{display:flex;gap:2rem}.row-icon{width:50px;height:50px;background:var(--bg-card);border:1px solid var(--border-thin);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-premium)}.row-icon .material-icons{color:var(--text-main);font-size:24px}.row-text h4{font-size:1.25rem;margin-bottom:.5rem}.row-text p{color:var(--text-sub);font-size:.95rem}.pearl-contact{padding:6rem 8rem 10rem;max-width:1000px;margin:0 auto}.contact-card{background:#ffffffa6;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-thin);border-radius:40px;padding:5rem;box-shadow:var(--shadow-premium)}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:3rem;letter-spacing:-1px;margin-bottom:1rem}.contact-header p{color:var(--text-sub);font-size:1.05rem;max-width:500px;margin:0 auto}.premium-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:flex;gap:2rem}.form-group{flex:1;display:flex;flex-direction:column;gap:.6rem;width:100%}.form-group label{font-size:.85rem;font-weight:700;color:var(--text-main);letter-spacing:.5px;display:block}.form-group input,.form-group textarea{width:100%;padding:1.1rem 1.4rem;border:1px solid var(--border-thin);border-radius:16px;background:#ffffffb3;font-family:inherit;font-size:.95rem;color:var(--text-main);outline:none;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--text-main);background:#fff}.full-width{width:100%;margin-top:1.5rem;display:flex;justify-content:center;align-items:center;gap:.8rem}.pearl-footer{background:#fff;border-top:1px solid var(--border-thin);padding:6rem 8rem 3rem}.footer-top{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto 5rem}.footer-brand-section{max-width:320px}.footer-logo{height:50px;width:auto;max-width:200px;object-fit:contain;margin-bottom:1.5rem}.footer-tagline{color:var(--text-sub);font-size:.95rem}.footer-nav-section{display:flex;gap:6rem}.footer-link-group{display:flex;flex-direction:column;gap:1rem}.footer-link-group h5{font-size:.95rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.footer-link-group a{color:var(--text-sub);text-decoration:none;font-size:.9rem;transition:color .3s}.footer-link-group a:hover{color:var(--text-main)}.footer-bottom{max-width:1400px;margin:0 auto;border-top:1px solid var(--border-thin);padding-top:2.5rem;text-align:center;color:var(--text-sub);font-size:.9rem}@media (max-width: 1200px){.pearl-header{padding:1.5rem 4rem}.pearl-hero{padding:10rem 4rem 4rem}.hero-title{font-size:4rem}.pearl-stats{padding:0 4rem}.pearl-about{padding:8rem 4rem}.about-container{gap:4rem}.pearl-contact{padding:4rem 4rem 8rem}.pearl-footer{padding:5rem 4rem 3rem}}@media (max-width: 992px){.hero-container{flex-direction:column;text-align:center;gap:4rem}.hero-left{padding-right:0}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.stats-wrapper{flex-direction:column;gap:2.5rem;padding:3rem}.stat-divider{width:80px;height:1px}.about-container{flex-direction:column;gap:5rem}.footer-top{flex-direction:column;gap:4rem}}@media (max-width: 768px){.pearl-header{padding:1rem 2rem}.pearl-nav{display:none}.pearl-hero{padding:8rem 2rem 4rem}.hero-title{font-size:3rem}.pearl-stats{padding:0 2rem}.pearl-about{padding:6rem 2rem}.about-left h2{font-size:2.5rem}.pearl-contact{padding:2rem 2rem 6rem}.contact-card{padding:3rem 2rem}.form-row{flex-direction:column;gap:2rem}.pearl-footer{padding:4rem 2rem 3rem}}.pearl-expertise{padding:10rem 8rem;max-width:1600px;margin:0 auto}.section-header{margin-bottom:5rem}.section-header h2{font-size:3.8rem;line-height:1.1;letter-spacing:-2px;margin-bottom:1.5rem}.section-header p{font-size:1.15rem;color:var(--text-sub);max-width:600px}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,320px);gap:2rem}.bento-card{background:var(--bg-card);border:1px solid var(--border-thin);border-radius:32px;padding:3rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:var(--shadow-premium);transition:all .5s cubic-bezier(.16,1,.3,1)}.bento-card:hover{background:var(--bg-card-hover);transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--border-hover)}.bento-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(800px circle at var(--x, 0px) var(--y, 0px),rgba(11,15,25,.03),transparent 40%);pointer-events:none;z-index:1}.card-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.card-icon-wrapper{width:54px;height:54px;background:#fff;border:1px solid var(--border-thin);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000003}.card-icon-wrapper .material-icons{font-size:26px;color:var(--text-main)}.card-tag{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:1.5px;color:var(--text-sub);padding:.4rem .9rem;background:#fff;border:1px solid var(--border-thin);border-radius:50px}.card-bottom{position:relative;z-index:2}.bento-card h3{font-size:1.6rem;margin-bottom:.8rem;letter-spacing:-.5px}.bento-card p{color:var(--text-sub);font-size:.95rem;line-height:1.6}.large-card{grid-row:span 2;background:linear-gradient(180deg,var(--bg-card) 0%,rgba(255,255,255,.4) 100%)}.wide-card{grid-column:span 2}.sci-fi-features{list-style:none;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(11,15,25,.05)}.sci-fi-features li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:.9rem;font-weight:600}.bullet-dot{width:6px;height:6px;background:var(--text-main);border-radius:50%}.card-split{display:flex;height:100%;align-items:center;gap:3rem}.split-left{flex:1.1}.split-right{flex:.9;height:100%;display:flex;align-items:center}.capability-box{width:100%;background:#0b0f1908;border:1px solid rgba(11,15,25,.07);border-radius:20px;padding:2rem 2.2rem}.capability-list{margin-top:0;padding-top:0;border-top:none}.capability-list li{margin-bottom:1.1rem;font-size:.95rem}.capability-list li:last-child{margin-bottom:0}@media (max-width: 1200px){.pearl-expertise{padding:8rem 4rem}.section-header h2{font-size:3.2rem}.bento-grid{gap:1.5rem}}@media (max-width: 992px){.bento-grid{grid-template-columns:1fr;grid-template-rows:auto}.large-card{grid-row:auto}.wide-card{grid-column:auto}.card-split{flex-direction:column;gap:2rem}.split-right{width:100%}}@media (max-width: 768px){.pearl-expertise{padding:6rem 2rem}.section-header h2{font-size:2.5rem}.bento-card{padding:2rem;border-radius:24px}}
