.product-page{display:block}.product-hero{position:relative;padding:10rem 0 5rem;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#fafaff,#fff)}.product-hero-orbs{position:absolute;inset:0;pointer-events:none;z-index:0}.product-hero-orbs .orb-a{width:520px;height:520px;top:-150px;left:-120px;animation:float-slow 18s ease-in-out infinite}.product-hero-orbs .orb-b{width:520px;height:520px;top:100px;right:-160px;animation:float-slower 22s ease-in-out infinite}.product-page--concierge .orb-a{background:radial-gradient(circle,rgba(255,107,107,.4),transparent 70%)}.product-page--concierge .orb-b{background:radial-gradient(circle,rgba(255,142,83,.35),transparent 70%)}.product-page--data .orb-a{background:radial-gradient(circle,rgba(99,102,241,.45),transparent 70%)}.product-page--data .orb-b{background:radial-gradient(circle,rgba(139,92,246,.35),transparent 70%)}.product-page--search .orb-a{background:radial-gradient(circle,rgba(20,184,166,.35),transparent 70%)}.product-page--search .orb-b{background:radial-gradient(circle,rgba(6,182,212,.4),transparent 70%)}.product-page--concierge .product-hero-title .text-gradient{background:var(--grad-concierge);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.product-page--data .product-hero-title .text-gradient{background:var(--grad-data);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.product-page--search .product-hero-title .text-gradient{background:var(--grad-search);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.product-hero-inner{max-width:880px;margin:0 auto;text-align:center;position:relative;z-index:1}.product-hero-title{margin:1rem 0 .6rem;letter-spacing:-.035em}.product-hero-tagline{color:var(--text-primary);margin-bottom:1.5rem;font-weight:500}.product-hero-definition{max-width:720px;margin:0 auto 2.25rem}.product-hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.product-capabilities{background:radial-gradient(ellipse at top,#1a1530,#0a0a12 60%);position:relative;overflow:hidden}.product-capabilities:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(80px);top:-200px;left:50%;transform:translate(-50%);pointer-events:none}.product-page--concierge .product-capabilities:before{background:radial-gradient(circle,rgba(255,107,107,.25),transparent 70%)}.product-page--data .product-capabilities:before{background:radial-gradient(circle,rgba(99,102,241,.3),transparent 70%)}.product-page--search .product-capabilities:before{background:radial-gradient(circle,rgba(6,182,212,.3),transparent 70%)}.product-section-header{max-width:720px;margin:0 auto 3rem;position:relative;z-index:1}.product-capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;position:relative;z-index:1}.product-capability{padding:1.75rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);background:linear-gradient(180deg,#ffffff0a,#ffffff05);transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.product-capability:hover{transform:translateY(-3px)}.product-page--concierge .product-capability:hover{border-color:#ff6b6b4d;box-shadow:0 12px 30px #ff6b6b26}.product-page--data .product-capability:hover{border-color:#6366f14d;box-shadow:0 12px 30px #6366f126}.product-page--search .product-capability:hover{border-color:#06b6d44d;box-shadow:0 12px 30px #06b6d426}.product-capability h3{margin-bottom:.6rem;color:var(--text-dark)}.product-capability .text-body-lg{color:var(--text-dark-secondary)}.product-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.product-meta-card{padding:1.75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .2s ease,box-shadow .2s ease}.product-meta-card:hover{border-color:#6366f140;box-shadow:0 14px 36px #6366f114}.product-meta-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.product-meta-card ul{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem}.product-meta-card li{font-size:.95rem;color:var(--text-primary);padding-left:1.25rem;position:relative}.product-meta-card li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--grad-brand)}.product-cta-card{padding:3.5rem 2rem;border-radius:var(--radius-xl);background:radial-gradient(ellipse at top,#1a1530,#0a0a12 70%);color:var(--text-dark);display:flex;flex-direction:column;gap:.75rem;align-items:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.product-cta-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 0%,rgba(99,102,241,.25),transparent 50%),radial-gradient(circle at 100% 100%,rgba(6,182,212,.2),transparent 50%);pointer-events:none}.product-cta-card *{position:relative;z-index:1}.product-cta-card .text-h2{color:#fff}.product-cta-card .text-body-lg{color:var(--text-dark-secondary)}.product-cta-card .btn-primary{margin-top:.75rem}@media(max-width:900px){.product-hero{padding:7rem 0 3rem}.product-capability-grid,.product-meta-grid,.product-meta-card ul{grid-template-columns:1fr}.product-cta-card{padding:2.5rem 1.5rem}}
