@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap');

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:#000;color:#fff;font-family:'Raleway',sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:inherit;text-decoration:none}

/* Ambient background */
body::before{content:'';position:fixed;inset:0;background:radial-gradient(ellipse 100% 80% at 10% 90%,rgba(37,99,235,.08) 0%,transparent 50%),radial-gradient(ellipse 80% 60% at 90% 20%,rgba(99,102,241,.05) 0%,transparent 50%);pointer-events:none;z-index:-2}

.ambient-orb{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:-1}
.orb-1{width:600px;height:600px;background:rgba(37,99,235,.1);top:-200px;left:-200px}
.orb-2{width:400px;height:400px;background:rgba(99,102,241,.08);bottom:-100px;right:-100px}

.container{max-width:1000px;margin:0 auto;padding:0 2rem}
.gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 2rem;transition:all .4s}
nav.scrolled{background:rgba(0,0,0,.85);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.03)}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.logo{font-weight:300;letter-spacing:.2em;font-size:1rem}
.logo .four{color:#2563eb}
.logo .one{color:#6b7280}
.nav-links{display:flex;gap:3rem;list-style:none}
.nav-links a{color:rgba(255,255,255,.4);font-size:.8rem;letter-spacing:.1em;transition:color .3s}
.nav-links a:hover{color:#fff}
.nav-cta{padding:.6rem 1.5rem;background:linear-gradient(135deg,rgba(37,99,235,.2),rgba(37,99,235,.05));border:1px solid rgba(37,99,235,.3);border-radius:8px;font-size:.8rem;color:#60a5fa;transition:all .3s}
.nav-cta:hover{background:linear-gradient(135deg,rgba(37,99,235,.3),rgba(37,99,235,.1));box-shadow:0 0 30px rgba(37,99,235,.2)}
@media(max-width:768px){.nav-links,.nav-cta{display:none}}

/* HERO */
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;position:relative}
.hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 60%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.humanoid{position:relative;width:160px;height:220px;margin-bottom:3rem}
.humanoid-shape{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:160px;background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(180,200,255,.5) 40%,rgba(37,99,235,.25) 70%,rgba(37,99,235,.05) 100%);border-radius:50px 50px 40px 40px}
.humanoid-shape::before{content:'';position:absolute;top:-5px;left:50%;transform:translateX(-50%);width:70px;height:85px;background:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(210,220,255,.85) 50%,rgba(160,180,255,.6) 100%);border-radius:35px 35px 30px 30px}
.humanoid-glow{position:absolute;inset:-40px;background:radial-gradient(ellipse,rgba(37,99,235,.15) 0%,transparent 60%);filter:blur(30px);animation:breathe 4s ease-in-out infinite}
@keyframes breathe{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}
.hero-title{font-size:clamp(2rem,7vw,4rem);font-weight:200;letter-spacing:.3em;margin-bottom:1.5rem;opacity:0;animation:fadeUp 1s ease .3s forwards}
.hero-subtitle{font-size:clamp(.9rem,2vw,1.2rem);font-weight:300;color:rgba(255,255,255,.4);letter-spacing:.12em;opacity:0;animation:fadeUp 1s ease .5s forwards}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.scroll-hint{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:fadeUp 1s ease 1s forwards}
.scroll-hint span{font-size:.6rem;letter-spacing:.3em;color:rgba(255,255,255,.2);text-transform:uppercase}
.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,rgba(37,99,235,.4),transparent)}

/* STUDIO */
.studio{padding:8rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center}
.studio-label{font-size:.65rem;letter-spacing:.4em;color:#60a5fa;text-transform:uppercase;margin-bottom:1.5rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,rgba(37,99,235,.12),transparent);border:1px solid rgba(37,99,235,.15);border-radius:100px}
.studio-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:200;line-height:1.4;margin-bottom:2rem}
.studio-desc{max-width:500px;font-size:.95rem;color:rgba(255,255,255,.4);line-height:1.8}
.studio-desc .signature{margin-top:1.5rem;font-style:italic;color:rgba(255,255,255,.2)}

/* SPOTLIGHT */
.spotlight{padding:4rem 0 6rem}
.spotlight-header{text-align:center;margin-bottom:4rem;padding:0 2rem}
.spotlight-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.7rem;letter-spacing:.25em;color:#4ade80;text-transform:uppercase;margin-bottom:1rem}
.pulse-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;box-shadow:0 0 15px #4ade80;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 15px #4ade80,0 0 30px #4ade80}50%{box-shadow:0 0 5px #4ade80}}
.spotlight-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:200}

/* PRODUCT ROW - THE KEY DESIGN WITH SUBTLE GRADIENT */
.product-list{display:flex;flex-direction:column;gap:1rem}

.product-row{
    position:relative;
    display:grid;
    grid-template-columns:80px 1fr auto;
    gap:2rem;
    align-items:center;
    padding:1.75rem 2rem;
    background:linear-gradient(135deg,rgba(255,255,255,.025) 0%,rgba(255,255,255,.008) 100%);
    border:1px solid rgba(255,255,255,.04);
    border-radius:16px;
    transition:all .4s cubic-bezier(.4,0,.2,1);
    overflow:hidden;
}

/* THE SUBTLE GRADIENT GLOW - This is the key effect from the reference */
.product-row::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:200px;
    height:100%;
    background:radial-gradient(ellipse 150px 100px at 60px 50%,rgba(37,99,235,.12) 0%,transparent 70%);
    opacity:0;
    transition:opacity .4s;
    pointer-events:none;
}

/* Gradient border effect on hover */
.product-row::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:16px;
    padding:1px;
    background:linear-gradient(135deg,rgba(37,99,235,.4) 0%,transparent 50%,transparent 80%,rgba(96,165,250,.2) 100%);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    opacity:0;
    transition:opacity .4s;
    pointer-events:none;
}

.product-row:hover{
    transform:translateY(-2px);
    border-color:rgba(37,99,235,.15);
    background:linear-gradient(135deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.01) 100%);
}
.product-row:hover::before{opacity:1}
.product-row:hover::after{opacity:1}

/* Icon with glow */
.row-icon-wrap{position:relative;width:60px;height:60px}
.icon-glow{
    position:absolute;
    inset:-15px;
    background:radial-gradient(circle,rgba(37,99,235,.25) 0%,transparent 70%);
    filter:blur(12px);
    opacity:0;
    transition:opacity .4s;
}
.product-row:hover .icon-glow{opacity:1}

.row-icon{
    width:60px;
    height:60px;
    border-radius:14px;
    background:linear-gradient(135deg,rgba(37,99,235,.15) 0%,rgba(37,99,235,.03) 100%);
    border:1px solid rgba(37,99,235,.2);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    transition:all .4s;
}
.product-row:hover .row-icon{
    border-color:rgba(37,99,235,.35);
    box-shadow:0 0 25px rgba(37,99,235,.2);
}
.row-icon svg{width:26px;height:26px;stroke:#60a5fa;stroke-width:1.5;fill:none;transition:all .4s}
.product-row:hover .row-icon svg{stroke:#93c5fd;filter:drop-shadow(0 0 6px rgba(147,197,253,.4))}

/* Content */
.row-content{flex:1;min-width:0}
.row-header{display:flex;align-items:center;gap:1rem;margin-bottom:.4rem;flex-wrap:wrap}
.row-header h3{font-size:1.1rem;font-weight:500;color:#fff}
.domain-badge{font-size:.7rem;color:rgba(96,165,250,.7);padding:.2rem .6rem;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.15);border-radius:4px}
.row-content p{font-size:.85rem;color:rgba(255,255,255,.4);line-height:1.6}

/* Status badges */
.status-badge{
    display:flex;
    align-items:center;
    gap:.5rem;
    padding:.45rem 1rem;
    border-radius:100px;
    font-size:.6rem;
    letter-spacing:.12em;
    font-weight:600;
}
.status-badge.live{
    background:linear-gradient(135deg,rgba(34,197,94,.15),rgba(34,197,94,.05));
    border:1px solid rgba(34,197,94,.25);
    color:#4ade80;
}
.status-badge.beta{
    background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(37,99,235,.05));
    border:1px solid rgba(37,99,235,.25);
    color:#60a5fa;
}
.badge-dot{width:6px;height:6px;border-radius:50%;animation:dotPulse 2s ease-in-out infinite}
.status-badge.live .badge-dot{background:#4ade80;box-shadow:0 0 8px #4ade80}
.status-badge.beta .badge-dot{background:#60a5fa;box-shadow:0 0 8px #60a5fa}
@keyframes dotPulse{0%,100%{opacity:1}50%{opacity:.4}}

@media(max-width:768px){
    .product-row{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}
    .row-icon-wrap{width:50px;height:50px}
    .row-icon{width:50px;height:50px}
    .status-badge{position:absolute;top:1.25rem;right:1.25rem}
}

/* PIPELINE */
.pipeline{padding:6rem 2rem;text-align:center}
.pipeline-number{font-size:clamp(5rem,15vw,10rem);font-weight:200;background:linear-gradient(180deg,rgba(37,99,235,.5) 0%,rgba(37,99,235,.05) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}
.pipeline-text{font-size:1.1rem;color:rgba(255,255,255,.3);margin-bottom:2.5rem}
.pipeline-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(37,99,235,.04));border:1px solid rgba(37,99,235,.25);border-radius:12px;color:#60a5fa;font-size:.9rem;transition:all .3s}
.pipeline-cta:hover{background:linear-gradient(135deg,rgba(37,99,235,.2),rgba(37,99,235,.08));box-shadow:0 0 40px rgba(37,99,235,.15)}
.pipeline-cta svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}

/* CONTACT */
.contact{padding:6rem 2rem}
.contact-inner{max-width:500px;margin:0 auto;text-align:center}
.contact-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:200;margin-bottom:.75rem}
.contact-subtitle{font-size:.9rem;color:rgba(255,255,255,.35);margin-bottom:2.5rem}
.contact-email{display:inline-flex;align-items:center;gap:1.25rem;padding:1.25rem 2rem;background:linear-gradient(135deg,rgba(255,255,255,.025),rgba(255,255,255,.008));border:1px solid rgba(255,255,255,.05);border-radius:16px;transition:all .3s}
.contact-email:hover{border-color:rgba(37,99,235,.2);background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(37,99,235,.02))}
.contact-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(37,99,235,.3)}
.contact-icon svg{width:22px;height:22px;stroke:#fff;stroke-width:1.5;fill:none}
.contact-text{text-align:left}
.contact-text .label{display:block;font-size:.65rem;color:rgba(255,255,255,.35);margin-bottom:.15rem}
.contact-text .email{font-size:1.1rem;font-weight:300}

/* FOOTER */
footer{padding:3.5rem 2rem;border-top:1px solid rgba(255,255,255,.03);background:linear-gradient(180deg,transparent,rgba(37,99,235,.015))}
.footer-inner{max-width:1200px;margin:0 auto;text-align:center}
.footer-logo{font-weight:300;letter-spacing:.2em;font-size:.9rem;margin-bottom:1.75rem}
.footer-links{display:flex;justify-content:center;gap:2.5rem;margin-bottom:1.75rem}
.footer-links a{color:rgba(255,255,255,.3);font-size:.85rem;transition:color .3s}
.footer-links a:hover{color:#60a5fa}
.footer-text{font-size:.75rem;color:rgba(255,255,255,.2)}
.footer-text a{color:rgba(96,165,250,.5)}
.footer-text a:hover{color:#60a5fa}

/* ANIMATIONS */
.reveal{opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.4,0,.2,1)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* PAGE HERO for other pages */
.page-hero{padding:9rem 2rem 4rem;text-align:center;max-width:900px;margin:0 auto}
.page-hero-label{display:inline-block;font-size:.65rem;letter-spacing:.35em;color:#60a5fa;text-transform:uppercase;margin-bottom:1.25rem;padding:.45rem 1.25rem;background:linear-gradient(135deg,rgba(37,99,235,.12),transparent);border:1px solid rgba(37,99,235,.15);border-radius:100px}
.page-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:200;margin-bottom:1.25rem}
.page-hero-subtitle{font-size:1rem;color:rgba(255,255,255,.4);max-width:550px;margin:0 auto;line-height:1.8}

/* BREADCRUMB */
.breadcrumb{padding:6rem 2rem 1rem;max-width:1000px;margin:0 auto}
.breadcrumb-list{display:flex;align-items:center;gap:.6rem;list-style:none;font-size:.8rem}
.breadcrumb-list a{color:rgba(255,255,255,.3);transition:color .3s}
.breadcrumb-list a:hover{color:#60a5fa}
.breadcrumb-list .sep{color:rgba(255,255,255,.12)}
.breadcrumb-list .current{color:rgba(255,255,255,.55)}

/* PRODUCT PAGE */
.product-page-hero{padding:1.5rem 2rem 3.5rem;max-width:900px;margin:0 auto}
.product-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}
.product-icon-large{
    width:90px;height:90px;
    border-radius:22px;
    background:linear-gradient(135deg,rgba(37,99,235,.18) 0%,rgba(37,99,235,.04) 100%);
    border:1px solid rgba(37,99,235,.22);
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
    position:relative;
    box-shadow:0 8px 30px rgba(37,99,235,.12);
}
.product-icon-large::before{
    content:'';
    position:absolute;
    inset:-3px;
    border-radius:25px;
    background:linear-gradient(135deg,rgba(37,99,235,.35),transparent 60%);
    z-index:-1;
    filter:blur(12px);
    opacity:.6;
}
.product-icon-large svg{width:40px;height:40px;stroke:#60a5fa;stroke-width:1.5;fill:none}
.product-info{flex:1}
.product-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:300;margin-bottom:.4rem}
.product-domain{font-size:.95rem;margin-bottom:1rem}
.product-domain a{color:#60a5fa;border-bottom:1px solid rgba(96,165,250,.25);transition:all .3s}
.product-domain a:hover{border-color:#60a5fa}
.product-badges{display:flex;gap:.75rem;flex-wrap:wrap}
.product-desc{font-size:1.05rem;color:rgba(255,255,255,.45);line-height:1.85;margin-bottom:2rem}
.product-cta{display:inline-flex;align-items:center;gap:.7rem;padding:.9rem 1.75rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:10px;font-size:.9rem;font-weight:500;box-shadow:0 8px 25px rgba(37,99,235,.25);transition:all .3s}
.product-cta:hover{box-shadow:0 12px 35px rgba(37,99,235,.35);transform:translateY(-2px)}
.product-cta svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}
.product-cta-secondary{background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08);box-shadow:none;color:rgba(255,255,255,.65)}
.product-cta-secondary:hover{border-color:rgba(37,99,235,.25);background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(37,99,235,.03));box-shadow:0 8px 25px rgba(37,99,235,.1)}

/* Features */
.features-section{padding:2.5rem 2rem;max-width:900px;margin:0 auto;border-top:1px solid rgba(255,255,255,.03)}
.features-title{font-size:.7rem;letter-spacing:.25em;color:rgba(255,255,255,.25);text-transform:uppercase;margin-bottom:1.5rem}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}
.feature-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(255,255,255,.02),rgba(255,255,255,.005));border:1px solid rgba(255,255,255,.04);border-radius:10px;transition:all .3s}
.feature-item:hover{border-color:rgba(37,99,235,.15);background:linear-gradient(135deg,rgba(37,99,235,.06),rgba(37,99,235,.015))}
.feature-icon{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(37,99,235,.03));display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-icon svg{width:14px;height:14px;stroke:#60a5fa;stroke-width:2;fill:none}
.feature-text{font-size:.85rem;color:rgba(255,255,255,.55)}

/* Related Products */
.related-section{padding:3rem 2rem;max-width:1000px;margin:0 auto;border-top:1px solid rgba(255,255,255,.03)}
.related-title{font-size:.7rem;letter-spacing:.25em;color:rgba(255,255,255,.25);text-transform:uppercase;margin-bottom:1.5rem}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}
.related-card{
    padding:1.75rem;
    background:linear-gradient(135deg,rgba(255,255,255,.02),rgba(255,255,255,.006));
    border:1px solid rgba(255,255,255,.04);
    border-radius:14px;
    transition:all .4s;
    position:relative;
    overflow:hidden;
}
.related-card::before{
    content:'';
    position:absolute;
    top:0;left:0;
    width:150px;height:100%;
    background:radial-gradient(ellipse 100px 80px at 50px 50%,rgba(37,99,235,.1) 0%,transparent 70%);
    opacity:0;
    transition:opacity .4s;
}
.related-card:hover{border-color:rgba(37,99,235,.12);transform:translateY(-2px)}
.related-card:hover::before{opacity:1}
.related-card-icon{width:45px;height:45px;border-radius:11px;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(37,99,235,.02));border:1px solid rgba(37,99,235,.15);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;z-index:1}
.related-card-icon svg{width:20px;height:20px;stroke:#60a5fa;stroke-width:1.5;fill:none}
.related-card h4{font-size:1rem;font-weight:500;margin-bottom:.2rem;position:relative;z-index:1}
.related-card .domain{font-size:.65rem;color:rgba(37,99,235,.5);margin-bottom:.5rem;position:relative;z-index:1}
.related-card p{font-size:.8rem;color:rgba(255,255,255,.35);line-height:1.5;position:relative;z-index:1}

/* FILTERS */
.filters{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem;padding:1.5rem 2rem;position:sticky;top:60px;z-index:100;background:rgba(0,0,0,.85);backdrop-filter:blur(10px)}
.filter-btn{padding:.55rem 1.1rem;border-radius:6px;border:1px solid rgba(255,255,255,.05);background:transparent;color:rgba(255,255,255,.35);font-family:inherit;font-size:.75rem;letter-spacing:.04em;cursor:pointer;transition:all .3s}
.filter-btn:hover{border-color:rgba(37,99,235,.2);color:rgba(255,255,255,.6)}
.filter-btn.active{background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(37,99,235,.04));border-color:rgba(37,99,235,.25);color:#60a5fa}

@media(max-width:640px){.product-header{flex-direction:column;align-items:center;text-align:center}.product-badges{justify-content:center}}
