:root{--section-px: clamp(16px, 4vw, 60px)}.grain-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;pointer-events:none;opacity:.03;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.cursor-glow{position:fixed;width:600px;height:600px;border-radius:50%;pointer-events:none;z-index:0;opacity:0;background:radial-gradient(circle,rgba(0,194,255,.055) 0%,transparent 70%);transform:translate(-50%,-50%);transition:opacity .6s ease;will-change:transform}.cursor-glow.active{opacity:1}@media (max-width: 768px){.cursor-glow{display:none}}.cursor-dot{position:fixed;width:8px;height:8px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);mix-blend-mode:difference;transition:width .3s,height .3s,background .3s;will-change:transform}.cursor-dot.hovering{width:40px;height:40px;background:#00c2ff26;border:1px solid var(--accent)}@media (max-width: 768px){.cursor-dot{display:none}}.hp-hero{min-height:calc(100svh + 110px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(100px,12svh,160px) var(--section-px) clamp(100px,12svh,140px);position:relative}.hp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hp-hero-bg .orb{position:absolute;border-radius:50%;filter:blur(100px);will-change:transform}.hp-hero-bg .orb-1{width:800px;height:800px;top:-300px;right:-200px;background:#00c2ff12;opacity:.6}.hp-hero-bg .orb-2{width:500px;height:500px;bottom:-150px;left:-100px;background:#00c2ff0d;opacity:.5}.hp-hero-bg .orb-3{width:300px;height:300px;top:40%;left:50%;transform:translate(-50%,-50%);background:#00c2ff0a;opacity:.8}.hp-hero-bg .grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,194,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,255,.025) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 0%,transparent 70%)}.hero-3d-scene{position:absolute;top:0;right:0;width:clamp(300px,50%,55%);height:100%;z-index:0;pointer-events:none;overflow:visible}.hero-polyhedron,.hero-particles{display:none}.hero-polyhedron{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;animation:polyRotate 25s linear infinite}@keyframes polyRotate{0%{transform:rotateX(0) rotateY(0) rotate(0)}33%{transform:rotateX(120deg) rotateY(90deg) rotate(30deg)}66%{transform:rotateX(240deg) rotateY(200deg) rotate(60deg)}to{transform:rotateX(360deg) rotateY(360deg) rotate(90deg)}}.poly-face{position:absolute;top:50%;left:50%;width:200px;height:200px;margin:-100px 0 0 -100px;border:1.5px solid rgba(0,194,255,.35);background:linear-gradient(135deg,#00c2ff0f,#00c2ff03);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:inset 0 0 30px #00c2ff08,0 0 15px #00c2ff0d}.poly-face-1{transform:rotateY(0) translateZ(120px)}.poly-face-2{transform:rotateY(60deg) translateZ(120px)}.poly-face-3{transform:rotateY(120deg) translateZ(120px)}.poly-face-4{transform:rotateY(180deg) translateZ(120px)}.poly-face-5{transform:rotateY(240deg) translateZ(120px)}.poly-face-6{transform:rotateY(300deg) translateZ(120px)}.poly-ring{position:absolute;top:50%;left:50%;border-radius:50%;border:1.5px solid rgba(0,194,255,.2);transform-style:preserve-3d;box-shadow:0 0 20px #00c2ff0d,inset 0 0 20px #00c2ff08}.poly-ring-1{width:320px;height:320px;margin:-160px 0 0 -160px;transform:rotateX(70deg) rotateY(20deg);animation:ringPulse 4s ease-in-out infinite}.poly-ring-2{width:380px;height:380px;margin:-190px 0 0 -190px;transform:rotateX(45deg) rotateY(-30deg) rotate(15deg);animation:ringPulse 5s ease-in-out infinite 1s}.poly-ring-3{width:260px;height:260px;margin:-130px 0 0 -130px;transform:rotateX(30deg) rotateY(60deg) rotate(-20deg);animation:ringPulse 3.5s ease-in-out infinite .5s}@keyframes ringPulse{0%,to{opacity:.4;border-color:#00c2ff26}50%{opacity:1;border-color:#00c2ff66}}.hero-particles{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;animation:polyRotate 30s linear infinite reverse}.particle{position:absolute;width:4px;height:4px;background:var(--accent);border-radius:50%;box-shadow:0 0 8px var(--accent),0 0 20px #00c2ff66,0 0 40px #00c2ff26}.particle:nth-child(1){top:10%;left:20%;animation:particleFloat 3s ease-in-out infinite}.particle:nth-child(2){top:25%;left:75%;animation:particleFloat 4s ease-in-out infinite .5s}.particle:nth-child(3){top:60%;left:15%;animation:particleFloat 3.5s ease-in-out infinite 1s}.particle:nth-child(4){top:80%;left:60%;animation:particleFloat 4.5s ease-in-out infinite .3s}.particle:nth-child(5){top:15%;left:50%;animation:particleFloat 3.8s ease-in-out infinite 1.5s}.particle:nth-child(6){top:45%;left:85%;animation:particleFloat 3.2s ease-in-out infinite .8s}.particle:nth-child(7){top:70%;left:35%;animation:particleFloat 4.2s ease-in-out infinite 2s}.particle:nth-child(8){top:35%;left:10%;animation:particleFloat 3.6s ease-in-out infinite 1.2s}.particle:nth-child(9){top:90%;left:80%;animation:particleFloat 4s ease-in-out infinite .7s}.particle:nth-child(10){top:5%;left:90%;animation:particleFloat 3.3s ease-in-out infinite 1.8s}.particle:nth-child(11){top:55%;left:55%;animation:particleFloat 4.8s ease-in-out infinite .2s}.particle:nth-child(12){top:40%;left:40%;animation:particleFloat 3.9s ease-in-out infinite 1.3s}@keyframes particleFloat{0%,to{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-20px) scale(1.8);opacity:1}}.hp-hero-content{position:relative;z-index:2;text-align:left;width:clamp(280px,65%,860px);display:flex;flex-direction:column;align-items:flex-start}.hp-hero-tag{font-family:JetBrains Mono,monospace;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-top:1.5rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem;opacity:0;animation:fadeSlideUp .8s ease forwards .2s}.hp-hero-tag:before{content:"";width:32px;height:1px;background:var(--accent)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hp-hero-headline{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1;letter-spacing:-.03em;font-weight:900;margin-bottom:1.5rem;font-family:Inter,sans-serif;text-align:left}.hp-hero-headline .line{display:block;overflow:hidden}.hp-hero-headline .line-inner{display:inline-block}.hp-hero-headline .typewriter{display:inline-block;width:100%;border-right:none;overflow:visible;white-space:normal}@keyframes typeOut{to{width:100%}}@keyframes blinkCaret{0%,to{border-color:var(--accent)}50%{border-color:transparent}}@keyframes hideCaret{to{border-color:transparent}}.hp-hero-headline .accent-line{color:var(--accent);font-style:italic;font-weight:300;text-shadow:0 0 40px rgba(0,194,255,.3),0 0 80px rgba(0,194,255,.1)}.hp-hero-sub{font-size:clamp(.9rem,2vw,1.15rem);line-height:1.8;color:var(--text-secondary);max-width:min(600px,100%);margin-bottom:2.5rem;text-align:left;text-wrap:pretty;opacity:0;animation:fadeSlideUp .8s ease forwards .8s;font-family:Inter,sans-serif}.hp-hero-sub strong{color:var(--text-primary);font-weight:600}.hp-hero-ctas{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;opacity:0;animation:fadeSlideUp .8s ease forwards 1s}.hp-hero-ctas .btn{flex:1 1 auto;min-width:min(200px,100%);max-width:320px;justify-content:center}.hp-hero-micro{font-family:JetBrains Mono,monospace;font-size:.72rem;color:var(--text-secondary);letter-spacing:.04em;margin-top:1.25rem;height:50px;opacity:0;animation:fadeSlideUp .8s ease forwards 1.2s}.hp-hero-stats{position:absolute;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.06);border-bottom:none;background:#0b0b0bf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:3}.hp-stat-cell{padding:clamp(1rem,2vw,1.75rem) clamp(.75rem,2vw,2rem);display:flex;flex-direction:column;gap:.35rem;border-right:1px solid var(--border-subtle);border-bottom:none;transition:background .4s ease;position:relative;overflow:hidden}.hp-stat-cell:last-child{border-right:none}.hp-stat-cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,194,255,.04),transparent);opacity:0;transition:opacity .4s ease}.hp-stat-cell:hover:before{opacity:1}.hp-stat-cell:hover{background:#111315f2}.hp-stat-number{font-size:clamp(1.1rem,2.5vw,1.75rem);font-weight:800;letter-spacing:-.03em;color:var(--text-primary);line-height:1;font-family:Inter,sans-serif}.hp-stat-number .accent{color:var(--accent)}.hp-stat-label{font-size:clamp(.6rem,1vw,.75rem);color:var(--text-secondary);letter-spacing:.04em;font-family:Inter,sans-serif;text-wrap:balance}.hp-problems-statement{padding:clamp(100px,12vw,180px) var(--section-px);max-width:min(900px,100%);margin:0 auto;text-align:center}.hp-problems-statement h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;letter-spacing:-.03em;font-weight:800;font-family:Inter,sans-serif}.hp-problems{padding:0 var(--section-px) clamp(80px,10vw,160px);max-width:1440px;margin:0 auto}.hp-bento{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));grid-template-rows:auto;gap:1px;background:var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.hp-bento-card{background:var(--bg-card);padding:2.25rem;display:flex;flex-direction:column;gap:1rem;transition:background .4s ease;position:relative;overflow:hidden}.hp-bento-card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),transparent);transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.22,1,.36,1)}.hp-bento-card:hover:after{transform:scaleX(1)}.hp-bento-card:hover{background:#111315}.hp-bento-card.span-2{grid-column:span 2}.hp-bento-card .card-num{font-family:JetBrains Mono,monospace;font-size:.68rem;color:var(--accent);letter-spacing:.16em;opacity:.7}.hp-bento-card h3{font-size:1.3rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em;font-family:Inter,sans-serif}.hp-bento-card p{font-size:1rem;color:var(--text-secondary);line-height:1.85;font-family:Inter,sans-serif}.hp-bento-card p strong{color:var(--accent);font-weight:600}.hp-bento-card .big-stat{font-size:4rem;font-weight:900;letter-spacing:-.04em;color:var(--accent);line-height:1;margin-top:auto;font-family:Inter,sans-serif}.hp-bento-counter{background:linear-gradient(135deg,rgba(0,194,255,.04) 0%,var(--bg-card) 60%);position:relative}.hp-bento-counter:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:200px;background:radial-gradient(ellipse,rgba(0,194,255,.06),transparent 60%);pointer-events:none;animation:counterPulse 3s ease-in-out infinite}@keyframes counterPulse{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}.hp-bento-counter .big-stat{font-size:clamp(3.5rem,8vw,5rem);position:relative;z-index:1;text-shadow:0 0 40px rgba(0,194,255,.3)}.hp-pillars{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);display:flex;overflow:hidden}.hp-pillar{flex:1;padding:clamp(40px,7vw,100px) clamp(20px,4vw,56px);border-right:1px solid var(--border-subtle);position:relative;cursor:default;overflow:hidden;transition:background .4s ease}.hp-pillar:last-child{border-right:none}.hp-pillar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),rgba(0,194,255,.3));transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(.22,1,.36,1)}.hp-pillar:hover:after{transform:scaleX(1)}.hp-pillar:hover{background:#00c2ff04}.hp-pillar-word{font-size:clamp(2.5rem,4vw,4rem);font-weight:900;letter-spacing:-.03em;line-height:1;margin-bottom:1.25rem;color:var(--text-primary);font-family:Inter,sans-serif;transition:color .3s ease}.hp-pillar:hover .hp-pillar-word{color:var(--accent)}.hp-pillar p{font-size:1rem;color:var(--text-secondary);line-height:1.75;max-width:300px;font-family:Inter,sans-serif}.hp-pillars-v2{position:relative;overflow:hidden}.hp-pillars-track{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hp-pillar-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;opacity:0;will-change:opacity,transform}.hp-pillar-slide:first-child{opacity:1}.hp-pillar-mega{font-size:clamp(5rem,15vw,14rem);font-weight:900;letter-spacing:-.04em;line-height:.9;color:var(--text-primary);font-family:Inter,sans-serif;text-align:center;filter:blur(0px);transition:filter .3s ease;-webkit-user-select:none;user-select:none}.hp-pillar-desc{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--text-secondary);line-height:1.8;max-width:500px;text-align:center;margin-top:2.5rem;font-family:Inter,sans-serif;opacity:0;transform:translateY(30px)}@media (max-width: 768px){.hp-pillars-v2{padding:clamp(48px,8vw,80px) var(--section-px)}.hp-pillars-track{height:auto;flex-direction:column;gap:clamp(32px,6vw,60px)}.hp-pillar-slide{position:relative;opacity:1;padding:0}.hp-pillar-mega{font-size:clamp(3rem,12vw,5rem)}.hp-pillar-desc{opacity:1;transform:none;margin-top:clamp(1rem,2vw,1.5rem)}}.hp-framework{padding:clamp(80px,12vw,180px) var(--section-px);max-width:1440px;margin:0 auto;display:grid;grid-template-columns:.4fr 1fr;gap:6rem;align-items:start}.hp-framework-left{position:sticky;top:120px}.hp-framework-left .section-label{margin-bottom:1.5rem}.hp-framework-left h2{font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;margin-bottom:1.25rem;font-family:Inter,sans-serif}.hp-framework-left p{font-size:1.05rem;color:var(--text-secondary);line-height:1.75;font-family:Inter,sans-serif}.hp-steps{display:flex;flex-direction:column;gap:0}.hp-step{display:grid;grid-template-columns:60px 1fr;gap:2rem;padding:3rem 0;border-bottom:1px solid var(--border-subtle);align-items:start;transition:transform .3s ease}.hp-step:first-child{border-top:1px solid var(--border-subtle)}.hp-step:hover{transform:translate(8px)}.hp-step-num{font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700;color:#00c2ff26;line-height:1;transition:color .3s ease}.hp-step:hover .hp-step-num{color:#00c2ff80}.hp-step-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.6rem;color:var(--text-primary);font-family:Inter,sans-serif}.hp-step-content p{font-size:1rem;color:var(--text-secondary);line-height:1.85;font-family:Inter,sans-serif}.hp-solutions{padding:clamp(80px,12vw,200px) var(--section-px);max-width:1440px;margin:0 auto}.hp-sol-sticky{display:grid;grid-template-columns:.4fr .6fr;gap:6rem;align-items:start}.hp-sol-left{position:sticky;top:140px}.hp-sol-left h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;margin-bottom:1rem;font-family:Inter,sans-serif}.hp-sol-left>p{font-size:clamp(.9rem,1.5vw,1.1rem);color:var(--text-secondary);line-height:1.8;margin-bottom:3rem;font-family:Inter,sans-serif}.hp-sol-nav{display:flex;flex-direction:column;gap:0}.hp-sol-nav-item{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem;background:transparent;border:none;border-left:2px solid rgba(255,255,255,.06);cursor:pointer;transition:all .3s ease;text-align:left}.hp-sol-nav-item:hover{background:#00c2ff05}.hp-sol-nav-item.active{border-left-color:var(--accent);background:#00c2ff0a}.sol-nav-num{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.12em;color:#ffffff40;transition:color .3s ease}.hp-sol-nav-item.active .sol-nav-num{color:var(--accent)}.sol-nav-title{font-size:.95rem;font-weight:500;color:var(--text-secondary);font-family:Inter,sans-serif;transition:color .3s ease}.hp-sol-nav-item.active .sol-nav-title{color:var(--text-primary)}.hp-sol-right{display:flex;flex-direction:column;gap:4rem}.hp-sol-panel{opacity:.3;transform:scale(.97);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}.hp-sol-panel.active{opacity:1;transform:scale(1)}.hp-sol-panel-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.sol-icon-lg{width:44px;height:44px;color:var(--accent);flex-shrink:0}.sol-icon-lg svg{width:100%;height:100%}.hp-sol-panel h3{font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:700;color:var(--text-primary);font-family:Inter,sans-serif}.hp-sol-panel>p{font-size:clamp(.9rem,1.5vw,1.05rem);color:var(--text-secondary);line-height:1.85;margin-bottom:2.5rem;font-family:Inter,sans-serif}.sol-bullets{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem}.sol-bullets li{display:flex;align-items:flex-start;gap:.75rem;font-size:clamp(.85rem,1.3vw,1rem);color:var(--text-secondary);line-height:1.55;font-family:Inter,sans-serif}.sol-bullets li:before{content:"→";color:var(--accent);font-weight:700;flex-shrink:0;margin-top:1px}.hp-sol-panel .sol-metrics{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem 2rem;display:flex;gap:2rem}.hp-sol-visual{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2.5rem}.sol-flow{display:flex;align-items:center;gap:0;margin-bottom:2rem;justify-content:center}.sol-flow-node{background:#00c2ff0f;border:1px solid rgba(0,194,255,.15);border-radius:10px;padding:.75rem 1.25rem;transition:all .3s ease}.sol-flow-node.sol-flow-ai{background:#a855f714;border-color:#a855f740}.sol-flow-label{font-family:JetBrains Mono,monospace;font-size:.72rem;letter-spacing:.05em;color:var(--text-primary);white-space:nowrap}.sol-flow-line{width:40px;height:1px;background:linear-gradient(90deg,#00c2ff4d,#00c2ff1a);flex-shrink:0}.sol-flow-stack{display:flex;flex-direction:column;gap:6px}.sol-flow-stack .sol-flow-node{padding:.5rem 1rem}.sol-flow-branch{width:24px}.sol-metrics{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.sol-metric{display:flex;flex-direction:column;gap:.3rem}.sol-metric-val{font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700;color:var(--accent);font-family:Inter,sans-serif}.sol-metric-label{font-size:clamp(.6rem,1vw,.72rem);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-family:JetBrains Mono,monospace}@media (max-width: 900px){.hp-sol-sticky{display:block}.hp-sol-left{position:relative;top:auto;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.hp-sol-nav{display:none}.hp-sol-panel{opacity:1!important;transform:none!important;margin-bottom:clamp(1.25rem,2vw,2rem)}.hp-sol-right{display:flex;flex-direction:column;gap:clamp(1.25rem,2vw,2rem)}.hp-sol-visual{padding:clamp(.75rem,2vw,1.25rem)}.sol-flow{display:none}.sol-metrics{flex-wrap:wrap;gap:clamp(.75rem,1.5vw,1.25rem);padding-top:0;border-top:none}}.hp-sol-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:1.5rem}.hp-sol-card-v2{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform .6s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.hp-sol-card-v2:hover{transform:scale(1.03);box-shadow:0 30px 60px #0006,0 0 40px #00c2ff14;z-index:2}.sol-card-visual{position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--radius-lg)}.sol-card-visual img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1),filter .6s ease;filter:brightness(.7) saturate(.9)}.hp-sol-card-v2:hover .sol-card-visual img{transform:scale(1.08);filter:brightness(.4) saturate(1)}.sol-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem;background:linear-gradient(to top,rgba(11,11,11,.95) 0%,rgba(11,11,11,.6) 50%,transparent 100%);opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}.hp-sol-card-v2:hover .sol-card-overlay{opacity:1;transform:translateY(0)}.sol-card-overlay .sol-ordinal{position:absolute;top:1.5rem;right:1.5rem;font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.1em;color:var(--accent);opacity:.7}.sol-card-overlay h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:.6rem;font-family:Inter,sans-serif}.sol-card-overlay p{font-size:.93rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-family:Inter,sans-serif}.sol-card-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);font-weight:600;font-size:.9rem}.sol-card-cta .arrow{transition:transform .3s ease;display:inline-block}.hp-sol-card-v2:hover .sol-card-cta .arrow{transform:translate(5px)}.sol-card-label{display:flex;align-items:center;gap:1rem;padding:1.25rem .5rem;transition:opacity .4s ease}.hp-sol-card-v2:hover .sol-card-label{opacity:.5}.sol-card-num{font-size:.7rem;color:var(--accent);letter-spacing:.1em;opacity:.5}.sol-card-label h3{font-size:1.05rem;font-weight:600;color:var(--text-primary);font-family:Inter,sans-serif}.hp-sol-featured-v2{grid-column:1 / -1}.hp-sol-featured-v2 .sol-card-visual{aspect-ratio:21 / 9}@media (max-width: 768px){.hp-sol-grid-v2{grid-template-columns:1fr}.hp-sol-featured-v2{grid-column:span 1}.hp-sol-featured-v2 .sol-card-visual{aspect-ratio:16 / 10}.sol-card-overlay{opacity:1;transform:translateY(0)}.sol-card-visual img{filter:brightness(.5) saturate(.9)}}.hp-tools{padding:clamp(80px,12vw,190px) var(--section-px);max-width:1440px;margin:0 auto}.hp-tools-header{margin-bottom:4rem}.hp-tools-header h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;font-family:Inter,sans-serif}.hp-tools-header p{font-size:1.1rem;color:var(--text-secondary);max-width:560px;text-align:left;line-height:1.7;margin-top:1rem;font-family:Inter,sans-serif}.bento-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:1rem}.bento-hero{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2rem 2.25rem;display:flex;flex-direction:column;gap:1.25rem;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:border-color .3s,transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}.bento-hero:hover{border-color:#00c2ff40;transform:translateY(-4px);box-shadow:0 20px 48px #0000004d}.bento-icon{width:52px;height:52px;border-radius:14px;background:color-mix(in srgb,var(--tool-accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--tool-accent) 20%,transparent);display:flex;align-items:center;justify-content:center;color:var(--tool-accent);flex-shrink:0}.bento-content{display:flex;flex-direction:column;gap:.5rem}.bento-tag{font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.bento-content h3{font-size:1.35rem;font-weight:700;color:var(--text-primary);font-family:Inter,sans-serif}.bento-content p{font-size:.9rem;color:var(--text-secondary);line-height:1.7;font-family:Inter,sans-serif}.bento-arrow{position:absolute;top:2rem;right:2rem;color:var(--accent);font-size:1.2rem;font-weight:600;opacity:0;transform:translate(-6px);transition:opacity .3s,transform .3s}.bento-hero:hover .bento-arrow{opacity:1;transform:translate(0)}.bento-compact{grid-column:span 1;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;transition:border-color .25s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;position:relative}.bento-compact:hover{border-color:#00c2ff33;transform:translateY(-3px);box-shadow:0 12px 32px #0003}.bento-compact:last-child{grid-column:1 / -1}.bento-icon-sm{width:40px;height:40px;border-radius:10px;background:color-mix(in srgb,var(--tool-accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--tool-accent) 20%,transparent);display:flex;align-items:center;justify-content:center;color:var(--tool-accent);flex-shrink:0}.bento-compact-text{flex:1}.bento-compact-text h4{font-size:.95rem;font-weight:650;color:var(--text-primary);font-family:Inter,sans-serif;margin-bottom:.2rem}.bento-compact-text p{font-size:.8rem;color:var(--text-secondary);line-height:1.5;font-family:Inter,sans-serif}.bento-arrow-sm{color:var(--accent);font-size:1rem;font-weight:600;opacity:0;transform:translate(-4px);transition:opacity .25s,transform .25s;flex-shrink:0}.bento-compact:hover .bento-arrow-sm{opacity:1;transform:translate(0)}@media (max-width: 768px){.bento-grid{grid-template-columns:1fr}.bento-compact:last-child{grid-column:span 1}}.hp-ecosystem{padding:clamp(80px,12vw,160px) var(--section-px);max-width:1440px;margin:0 auto}.hp-ecosystem-header{margin-bottom:4rem}.hp-ecosystem-header h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--text-primary);margin-bottom:1rem;font-family:Inter,sans-serif}.hp-ecosystem-header p{font-size:1.1rem;color:var(--text-secondary);line-height:1.75;max-width:560px;font-family:Inter,sans-serif}.hp-ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hp-eco-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:clamp(1.25rem,2vw,2rem);transition:border-color .3s ease,transform .3s ease}.hp-eco-card:hover{border-color:#00c2ff33;transform:translateY(-3px)}.hp-eco-category{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:1.25rem}.hp-eco-logos{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.hp-eco-logos img{width:clamp(20px,3vw,28px);height:clamp(20px,3vw,28px);filter:brightness(0) invert(1);opacity:.7;transition:opacity .3s ease}.hp-eco-card:hover .hp-eco-logos img{opacity:1}.hp-eco-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.7;font-family:Inter,sans-serif;margin:0}.hp-trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(2rem,3vw,4rem);padding-top:clamp(2rem,3vw,4rem);border-top:1px solid var(--border-subtle)}.hp-trust-item{display:flex;gap:1rem;align-items:flex-start}.hp-trust-icon{flex-shrink:0;width:clamp(24px,3vw,36px);height:clamp(24px,3vw,36px);color:var(--accent)}.hp-trust-icon svg{width:100%;height:100%}.hp-trust-item strong{display:block;font-size:clamp(.85rem,1.2vw,.95rem);color:var(--text-primary);margin-bottom:.3rem;font-family:Inter,sans-serif}.hp-trust-item p{font-size:clamp(.78rem,1.1vw,.85rem);color:var(--text-secondary);line-height:1.6;margin:0;font-family:Inter,sans-serif}.hp-pricing{padding:clamp(80px,12vw,200px) var(--section-px) clamp(80px,12vw,220px);max-width:1440px;margin:0 auto}.hp-pricing-header{margin-bottom:4rem;max-width:min(600px,100%)}.hp-pricing-header h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;margin-bottom:1rem;font-family:Inter,sans-serif}.hp-pricing-header p{font-size:1.1rem;color:var(--text-secondary);line-height:1.75;font-family:Inter,sans-serif}.pricing-card{--mouse-x: 50%;--mouse-y: 50%}.pricing-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity .4s ease;background:radial-gradient(400px circle at var(--mouse-x) var(--mouse-y),rgba(0,194,255,.08),transparent 50%);pointer-events:none;z-index:0}.pricing-card:hover:after{opacity:1}.hp-faq{padding:clamp(80px,12vw,190px) var(--section-px);max-width:1440px;margin:0 auto;display:grid;grid-template-columns:.4fr 1fr;gap:6rem;align-items:start}.hp-faq-left{position:sticky;top:120px}.hp-faq-left h2{font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;margin-bottom:1rem;font-family:Inter,sans-serif}.hp-faq-left p{font-size:1.05rem;color:var(--text-secondary);line-height:1.75;font-family:Inter,sans-serif}.hp-blog{padding:clamp(80px,12vw,200px) var(--section-px) clamp(80px,12vw,220px);max-width:1440px;margin:0 auto}.hp-blog-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:3rem;gap:2rem}.hp-blog-header h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;font-family:Inter,sans-serif}.hp-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1.25rem}.hp-blog-card{display:flex;flex-direction:column;padding:2.25rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-decoration:none;color:inherit;transition:border-color .3s,transform .5s cubic-bezier(.22,1,.36,1)}.hp-blog-card:hover{border-color:#00c2ff40;transform:translateY(-6px)}.hp-blog-card .blog-tag{font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.hp-blog-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.35;font-family:Inter,sans-serif}.hp-blog-card p{font-size:.93rem;color:var(--text-secondary);line-height:1.7;flex-grow:1;font-family:Inter,sans-serif}.hp-blog-card .read-link{color:var(--accent);font-size:.85rem;font-weight:600;margin-top:1.25rem}.hp-cta{padding:clamp(100px,15vw,280px) var(--section-px);max-width:1440px;margin:0 auto;text-align:center;position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.hp-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:500px;background:radial-gradient(ellipse,rgba(0,194,255,.07),transparent 60%);pointer-events:none}.hp-cta>*{position:relative;z-index:1}.hp-cta h2{font-size:clamp(2.5rem,7vw,6rem);line-height:1;letter-spacing:-.04em;font-weight:900;margin-bottom:1.5rem;font-family:Inter,sans-serif}.hp-cta p{font-size:1.15rem;color:var(--text-secondary);max-width:500px;margin:0 auto 3rem;line-height:1.75;font-family:Inter,sans-serif}.hp-cta .cta-meta{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--text-secondary);letter-spacing:.07em;margin-top:1.5rem;opacity:.7}@media (max-width: 1100px){.hero-3d-scene{width:40%;opacity:.5}.hp-hero-stats{grid-template-columns:repeat(2,1fr)}.hp-stat-cell:nth-child(2){border-right:none}.hp-framework{grid-template-columns:1fr}.hp-framework-left{position:static}.hp-sol-sticky{grid-template-columns:1fr}.hp-sol-left{position:relative;top:auto}.hp-tools-header p{max-width:100%}.hp-trust-strip,.hp-faq{grid-template-columns:1fr}.hp-faq-left{position:static}.hp-ecosystem-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 769px) and (max-width: 1200px){.hp-hero{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:clamp(15px,2svh,32px);padding-bottom:0;gap:0;min-height:100svh}.hero-3d-scene{position:relative;top:auto;right:auto;width:100%;height:clamp(800px,55svh,800px);padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;opacity:.9;overflow:visible;flex-shrink:0}.hp-hero-content{position:relative;z-index:2;width:100%;max-width:900px;text-align:center;align-items:center;margin-top:-250px}.hp-hero-headline{font-size:clamp(2.2rem,5vw,3.2rem);text-align:center}.hp-hero-tag{justify-content:center;font-size:.85rem}.hp-hero-sub{text-align:center;max-width:680px;font-size:clamp(1rem,2.2vw,1.25rem)}.hp-hero-ctas{justify-content:center}.hp-hero-stats{position:static;grid-template-columns:repeat(2,1fr);margin-top:2rem;width:calc(100% + 2 * var(--section-px));margin-left:calc(-1 * var(--section-px));margin-right:calc(-1 * var(--section-px));padding:0 10px;backdrop-filter:none;-webkit-backdrop-filter:none}.hp-stat-cell:nth-child(2){border-right:none}.pricing-card-featured{transform:none}.hp-bento{grid-template-columns:1fr}.hp-bento-card.span-2{grid-column:span 1}}@media (min-width: 1100px) and (max-width: 1200px){.hp-hero-stats{grid-template-columns:repeat(2,1fr)}.hp-stat-cell:nth-child(2){border-right:none}}@media (max-width: 768px){.grain-overlay,.hero-3d-scene,.hp-hero-bg .orb-3{display:none}.hp-hero-stats{backdrop-filter:none;-webkit-backdrop-filter:none}.hp-hero{min-height:100svh}.hp-hero-content{max-width:100%;width:100%}.hp-hero-headline{font-size:clamp(1.8rem,7vw,2.5rem);opacity:0;animation:fadeSlideUp .8s ease forwards .2s}.hp-hero-headline .typewriter{white-space:normal;width:100%;overflow:visible;border-right:none;animation:none}.hp-hero-headline .line:nth-child(2) .typewriter{animation:none}.hp-hero-tag,.hp-hero-sub,.hp-hero-ctas,.hp-hero-micro{opacity:1!important;animation:none!important}.hp-hero-ctas{width:100%}.hp-hero-ctas .btn{max-width:100%}.hp-hero-stats{position:static;grid-template-columns:repeat(2,1fr);margin-top:auto;width:calc(100% + 2 * var(--section-px));margin-left:calc(-1 * var(--section-px));margin-right:calc(-1 * var(--section-px));margin-bottom:calc(-1*clamp(100px,12svh,140px))}.hp-stat-cell:nth-child(2){border-right:none}.hp-stat-cell:nth-child(4){border-right:none}.hp-bento{grid-template-columns:1fr}.hp-bento-card.span-2{grid-column:span 1}.hp-sol-grid{grid-template-columns:1fr}.hp-sol-featured{grid-column:span 1}.hp-pillars{flex-direction:column}.hp-pillar{border-right:none;border-bottom:1px solid var(--border-subtle)}.hp-pillar:last-child{border-bottom:none}.hp-tools-row,.hp-blog-grid{grid-template-columns:1fr}.sol-metrics{flex-wrap:wrap}.sol-metric{flex:1;min-width:0}.sol-metric-val,.sol-metric-label{white-space:nowrap}.hp-ecosystem-grid,.hp-trust-strip{grid-template-columns:1fr}}@media (min-width: 401px) and (max-width: 620px){.hp-hero{flex-direction:column;align-items:flex-start;justify-content:center;padding-top:clamp(80px,10svh,120px);gap:2rem}.hero-3d-scene{display:none;position:relative;top:auto;right:auto;width:100%;height:clamp(220px,40svh,340px);opacity:.8;overflow:visible;animation:fadeSlideDown .6s ease forwards}.hp-hero-content{width:100%;max-width:100%;text-align:left;align-items:flex-start;animation:fadeSlideUp .6s ease forwards .2s;opacity:0}.hp-hero-headline{text-align:left;font-size:clamp(1.5rem,6vw,2rem)}.hp-hero-sub{text-align:left}.hp-hero-tag{justify-content:flex-start}.hp-hero-ctas{justify-content:flex-start;width:100%}.hp-hero-ctas .btn{max-width:100%}.hp-hero-stats{position:static;grid-template-columns:repeat(2,1fr);margin-top:2rem}.hp-stat-cell:nth-child(2){border-right:none}.hp-stat-cell:nth-child(4){border-right:none}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:.7;transform:translateY(0)}}@media (max-width: 400px){.hero-3d-scene{display:none}.hp-hero{min-height:100svh;padding-top:clamp(80px,12svh,120px);align-items:flex-start}.hp-hero-content{width:100%;text-align:left;align-items:flex-start}.hp-hero-headline{text-align:left;font-size:clamp(1.4rem,5.8vw,1.85rem)}.hp-hero-sub{text-align:left}.hp-hero-ctas{flex-direction:column;width:100%}.hp-hero-ctas .btn{width:100%;max-width:100%}.hp-hero-stats{position:static;grid-template-columns:1fr 1fr;margin-top:auto}img,svg,canvas{max-width:100%}}@media (prefers-reduced-motion: reduce){.cursor-glow,.cursor-dot,.grain-overlay{display:none}.hero-polyhedron,.hero-particles{animation:none!important}.poly-ring{animation:none!important;opacity:.3}.particle{animation:none!important;opacity:.4}.hp-hero-headline .typewriter{width:100%!important;border-right:none!important;animation:none!important}.hp-hero-tag,.hp-hero-sub,.hp-hero-ctas,.hp-hero-micro{opacity:1!important;animation:none!important}*{transition-duration:0s!important;animation-duration:0s!important}}.audit-widget-section{padding:clamp(48px,6vw,80px) var(--section-px);background:linear-gradient(180deg,#0b0b0b,#0e1012);border-top:1px solid rgba(0,194,255,.08);border-bottom:1px solid rgba(255,255,255,.04);position:relative;z-index:10;isolation:isolate}.audit-widget-wrap{max-width:860px;margin:0 auto}.audit-step{width:100%}.audit-step-hidden{display:none!important}.audit-widget-header{text-align:center;margin-bottom:2.5rem}.audit-widget-badge{display:inline-block;padding:4px 14px;border-radius:100px;border:1px solid rgba(0,194,255,.3);background:#00c2ff12;color:#00c2ff;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.audit-widget-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:#f8fafc;margin:0 0 1rem;line-height:1.12;letter-spacing:-.025em}.audit-widget-sub{color:#cbd5e1;font-size:clamp(1.05rem,2.2vw,1.25rem);max-width:660px;margin:0 auto;line-height:1.7;font-weight:400}.audit-form{width:100%}.audit-form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:16px}.audit-field{display:flex;flex-direction:column;gap:6px}.audit-field label{font-size:.75rem;font-weight:600;color:#64748b;letter-spacing:.04em;text-transform:uppercase}.audit-required{color:#00c2ff}.audit-optional{color:#475569;font-weight:400;text-transform:none;letter-spacing:0}.audit-field input{background:#121416;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 16px;color:#f8fafc;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box}.audit-field input::placeholder{color:#475569}.audit-field input:focus{border-color:#00c2ff66;box-shadow:0 0 0 3px #00c2ff14}.audit-submit-btn{width:100%;padding:15px 24px;background:#00c2ff;color:#0b0b0b;border:none;border-radius:10px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 24px #00c2ff40}.audit-submit-btn:hover{background:#22cfff;transform:translateY(-1px);box-shadow:0 6px 32px #00c2ff59}.audit-submit-btn:active{transform:translateY(0)}.audit-privacy{text-align:center;color:#475569;font-size:.75rem;margin-top:10px}.audit-loading-inner{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px 0}.audit-scan-ring{position:relative;width:80px;height:80px}.audit-scan-ring svg{width:80px;height:80px}.audit-ring-spin{animation:auditRingSpin 1.4s linear infinite;transform-origin:center}@keyframes auditRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.audit-scan-logo{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.audit-loading-label{color:#94a3b8;font-size:.9rem;margin:0}.audit-loading-steps{display:flex;flex-direction:column;gap:8px;align-items:center}.audit-ls{font-size:.8rem;color:#334155;transition:color .3s;display:flex;align-items:center;gap:8px}.audit-ls:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#1e293b;transition:background .3s;flex-shrink:0}.audit-ls.active{color:#cbd5e1}.audit-ls.active:before{background:#00c2ff}.audit-ls.done{color:#475569}.audit-ls.done:before{background:#334155}.audit-results-header{display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:start;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.06)}.audit-score-block{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.audit-score-ring-wrap{position:relative;width:120px;height:120px}.audit-score-svg{width:120px;height:120px}.audit-score-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#00c2ff;font-variant-numeric:tabular-nums}.audit-score-meta{display:flex;flex-direction:column;align-items:center;gap:6px}.audit-score-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#475569;font-weight:600}.audit-verdict{font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:100px;letter-spacing:.04em}.verdict-ready{background:#00c2ff1f;color:#00c2ff;border:1px solid rgba(0,194,255,.3)}.verdict-warm{background:#f59e0b1f;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.verdict-cold{background:#64748b1f;color:#94a3b8;border:1px solid rgba(100,116,139,.2)}.audit-roi-preview{font-size:.75rem;color:#22c55e;font-weight:600;text-align:center}.audit-summary-text{color:#94a3b8;font-size:.9rem;line-height:1.7;padding-top:4px}.audit-gaps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.audit-gap-card{background:#111315;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s}.audit-gap-card:hover{border-color:#00c2ff33}.gap-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.gap-impact{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:100px}.gap-high{background:#ef44441f;color:#ef4444}.gap-med{background:#f59e0b1f;color:#f59e0b}.gap-low{background:#64748b1f;color:#94a3b8}.gap-hours{font-size:.72rem;color:#22c55e;font-weight:600;white-space:nowrap}.gap-title{font-size:.9rem;font-weight:700;color:#f8fafc;margin:0;line-height:1.3}.gap-desc{font-size:.8rem;color:#64748b;line-height:1.6;margin:0}.audit-quickwin{background:linear-gradient(135deg,#00c2ff0f,#00c2ff05);border:1px solid rgba(0,194,255,.2);border-radius:12px;padding:20px 24px;margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.qw-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#00c2ff}.qw-title{font-size:1rem;font-weight:700;color:#f8fafc;margin:0}.qw-desc{font-size:.85rem;color:#94a3b8;line-height:1.65;margin:0}.qw-hours{font-size:.8rem;color:#22c55e;font-weight:600}.audit-email-cta{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);text-align:center}.audit-email-cta-label{color:#94a3b8;font-size:.875rem;margin:0}.audit-email-cta-label strong{color:#f8fafc}.audit-cta-btn{padding:14px 36px;font-size:1rem;font-weight:700;border-radius:10px;background:#00c2ff;color:#0b0b0b;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 24px #00c2ff40;display:inline-block;max-width:100%;text-align:center;box-sizing:border-box}.audit-cta-btn:hover{background:#22cfff;transform:translateY(-1px);box-shadow:0 6px 32px #00c2ff59}.audit-company-header{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.06)}.audit-company-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.audit-company-industry,.audit-company-size,.audit-company-pricing{font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:100px;letter-spacing:.04em}.audit-company-industry{background:#00c2ff1a;color:#00c2ff;border:1px solid rgba(0,194,255,.2)}.audit-company-size{background:#ffffff0f;color:#94a3b8;border:1px solid rgba(255,255,255,.08)}.audit-company-pricing{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.audit-proof-strip{background:#0b0b0b;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:16px 20px;margin-bottom:24px}.proof-strip-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#475569;margin-bottom:10px}.proof-pills{display:flex;flex-wrap:wrap;gap:8px}.proof-pill{font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:100px}.tool-pill{background:#00c2ff14;color:#00c2ff;border:1px solid rgba(0,194,255,.2)}.signal-pill{background:#ffffff0d;color:#94a3b8;border:1px solid rgba(255,255,255,.08)}.contact-pill.good{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.contact-pill.ok{background:#00c2ff14;color:#00c2ff;border:1px solid rgba(0,194,255,.2)}.contact-pill.warn{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.audit-numbers-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}.audit-number-cell{background:#111315;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.audit-big-number{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#f8fafc;line-height:1;letter-spacing:-.02em}.audit-big-number.green{color:#22c55e}.audit-number-label{font-size:.7rem;color:#475569;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.audit-gaps-section{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.audit-gaps-col-header{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:8px;margin-bottom:12px}.detected-header{color:#00c2ff}.inferred-header{color:#f59e0b}.col-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.detected-dot{background:#00c2ff}.inferred-dot{background:#f59e0b}.col-sub{color:#475569;font-weight:500;text-transform:none;letter-spacing:0}.audit-gaps-list{display:flex;flex-direction:column;gap:10px}.detected-card{border-color:#00c2ff26!important}.inferred-card{border-color:#f59e0b26!important}.audit-reasoning{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-left:3px solid #00C2FF;border-radius:10px;padding:16px 20px;margin-bottom:24px}.audit-reasoning-text{color:#94a3b8;font-size:.875rem;line-height:1.7;margin:0}.audit-top-opp{background:linear-gradient(135deg,#00c2ff0f,#7b61ff0a);border:1px solid rgba(0,194,255,.15);border-radius:12px;padding:20px 24px;margin-bottom:24px}.top-opp-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#7b61ff;margin-bottom:8px}.top-opp-title{font-size:1rem;font-weight:700;color:#f8fafc;margin:0 0 8px;line-height:1.3}.top-opp-desc{font-size:.85rem;color:#94a3b8;line-height:1.65;margin:0 0 10px}.top-opp-roi{font-size:.875rem;font-weight:700;color:#22c55e}.gaps-more{font-size:.75rem;color:#475569;text-align:center;padding:8px;margin:0;font-style:italic}.audit-error-inner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 0;text-align:center}.audit-error-msg{color:#94a3b8;font-size:.95rem;margin:0}.audit-retry-btn{padding:10px 28px;border:1px solid rgba(0,194,255,.3);border-radius:8px;background:transparent;color:#00c2ff;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s}.audit-retry-btn:hover{background:#00c2ff14}@media (max-width: 900px){.audit-form-row{grid-template-columns:1fr 1fr}.audit-numbers-row{grid-template-columns:repeat(2,1fr)}.audit-gaps-section{grid-template-columns:1fr}}@media (max-width: 600px){.audit-form-row{grid-template-columns:1fr}.audit-numbers-row{grid-template-columns:repeat(2,1fr)}.audit-score-ring-wrap,.audit-score-svg{width:80px;height:80px}.audit-score-num{font-size:1.4rem}.audit-quickwin{padding:16px}.audit-cta-btn{padding:14px 20px;font-size:.9rem;width:100%}.audit-email-cta{padding:20px 0}.audit-top-opp{padding:16px}}.hp-section-divider{width:100%;max-width:1440px;margin:0 auto;padding:0 60px;height:1px}.hp-section-divider:after{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(0,194,255,.15) 20%,rgba(0,194,255,.15) 80%,transparent)}.hp-icp{padding:clamp(80px,12vw,190px) var(--section-px);max-width:1440px;margin:0 auto}.hp-icp-header{margin-bottom:3rem}.hp-icp-header h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;font-family:Inter,sans-serif}.hp-icp-tabs{display:flex;align-items:center;gap:0;margin-bottom:3rem;border-bottom:1px solid var(--border-subtle)}.hp-icp-tab{position:relative;background:none;border:none;padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,2vw,2rem);font-family:Inter,sans-serif;font-size:clamp(.82rem,1.2vw,.95rem);font-weight:500;color:var(--text-secondary);cursor:pointer;transition:color .3s ease;white-space:nowrap}.hp-icp-tab:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transition:transform .3s ease}.hp-icp-tab:hover{color:var(--text-primary)}.hp-icp-tab.active{color:var(--text-primary);font-weight:600}.hp-icp-tab.active:after{transform:scaleX(1)}.hp-icp-panels{position:relative;min-height:280px}.hp-icp-panel{display:none;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:4rem;align-items:center;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}.hp-icp-panel.active{display:grid;opacity:1;transform:translateY(0)}.hp-icp-panel-content h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-family:Inter,sans-serif}.hp-icp-panel-content p{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2rem;font-family:Inter,sans-serif}.hp-icp-panel-content .btn{font-size:.88rem}.hp-icp-panel-visual{display:flex;align-items:center;justify-content:center}.hp-icp-flow{display:flex;align-items:center;gap:0}.icp-flow-node{padding:.85rem 1.5rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;font-size:.82rem;font-family:JetBrains Mono,monospace;color:var(--text-secondary);white-space:nowrap;transition:border-color .3s ease,color .3s ease}.icp-flow-node.icp-flow-ai{border-color:#00c2ff4d;color:var(--accent);background:#00c2ff0a}.icp-flow-line{width:32px;height:1px;background:linear-gradient(90deg,var(--border-subtle),rgba(0,194,255,.3))}.hp-icp-footnote{text-align:center;margin-top:3rem;font-size:.92rem;color:var(--text-secondary);font-family:Inter,sans-serif}.hp-icp-footnote a{color:var(--accent);text-decoration:none;font-weight:500;transition:opacity .3s ease}.hp-icp-footnote a:hover{opacity:.8}@media (max-width: 768px){.hp-icp-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:0}.hp-icp-panel{grid-template-columns:1fr;gap:clamp(1.25rem,3vw,2rem)}.hp-icp-panel.active{display:flex;flex-direction:column}.hp-icp-panel-content{display:contents}.hp-icp-panel-content h3{order:1}.hp-icp-panel-content p{order:2}.hp-icp-panel-visual{order:3}.hp-icp-panel-content .btn{order:4;margin-top:2rem}.hp-icp-flow{flex-direction:column;align-items:stretch;gap:0}.icp-flow-node{text-align:center;padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,2vw,1.5rem)}.icp-flow-line{width:1px;height:24px;margin:0 auto;background:linear-gradient(180deg,var(--border-subtle),rgba(0,194,255,.3))}}
