/* ── Hardware Pages — go.ai-inspired layout ── */

/* Container */
.hw-container{max-width:1200px;margin:0 auto;position:relative}
@media(min-width:1240px){.hw-container{border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08)}}

/* Corner dots */
.hw-dot{display:none}
@media(min-width:1240px){.hw-dot{display:block;position:absolute;width:8px;height:8px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:transparent;top:-4px;z-index:2}.hw-dot.left{left:-4px}.hw-dot.right{right:-4px}}
.hw-dot.on-dark{border-color:rgba(255,255,255,.12);background:transparent}

/* Sections */
.hw-section{border-top:1px solid rgba(0,0,0,.08);background:#fff}
.hw-section.dark{border-color:rgba(255,255,255,.1);background:#1a1916}
.hw-section.cream{border-color:rgba(0,0,0,.06);background:#faf9f5}
.hw-section .hw-container{padding:64px 24px}
@media(min-width:768px){.hw-section .hw-container{padding:96px 24px}}

/* Hero */
.hw-hero .hw-container{padding-top:40px;padding-bottom:48px}
@media(min-width:768px){.hw-hero .hw-container{padding-top:64px;padding-bottom:64px}}
.hw-hero-inner{max-width:980px;margin:0 auto}
.hw-hero h1{font-size:clamp(42px,6vw,88px);font-weight:600;color:#1a1916;letter-spacing:-.04em;line-height:1.05;margin:0}
.hw-hero p{color:#6e6e73;font-size:16px;margin-top:20px;max-width:560px;line-height:1.6}
@media(min-width:768px){.hw-hero p{font-size:18px}}

/* Quick nav thumbnails */
.hw-quicknav{display:flex;gap:8px;overflow-x:auto;margin:40px -24px 0;padding:0 24px;scrollbar-width:none}
.hw-quicknav::-webkit-scrollbar{display:none}
@media(min-width:768px){.hw-quicknav{margin-top:48px;gap:16px}}
.hw-quicknav a{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0;width:104px;padding:12px 0;border-radius:16px;text-decoration:none;transition:background .2s}
@media(min-width:640px){.hw-quicknav a{width:120px}}
.hw-quicknav a:hover{background:rgba(0,0,0,.04)}
.hw-quicknav .hw-qn-img{height:64px;display:flex;align-items:center;justify-content:center}
@media(min-width:640px){.hw-quicknav .hw-qn-img{height:80px}}
.hw-quicknav .hw-qn-img .icon{width:40px;height:40px;stroke:#1a1916;opacity:.5}
.hw-quicknav span{font-size:12px;font-weight:500;color:#1a1916;text-align:center;line-height:1.3}

/* Lineup intro */
.hw-lineup-intro{max-width:980px;margin:0 auto}
.hw-lineup-intro h2{font-size:clamp(28px,4vw,48px);font-weight:600;color:#1a1916;letter-spacing:-.03em;margin:0}
.hw-lineup-intro p{color:#6e6e73;font-size:14px;margin-top:16px;max-width:560px;line-height:1.6}
@media(min-width:768px){.hw-lineup-intro p{font-size:16px}}

/* Product cards grid */
.hw-cards{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:640px){.hw-cards{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.hw-cards{grid-template-columns:repeat(3,1fr)}}
.hw-card{display:flex;flex-direction:column;border-radius:24px;border:1px solid rgba(0,0,0,.08);background:#f5f5f0;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s}
.hw-card:hover{border-color:rgba(0,0,0,.2)}

/* Card image placeholder */
.hw-card-img{padding:24px 24px 0;position:relative}
.hw-card-img .hw-img-placeholder{aspect-ratio:4/3;width:100%;background:rgba(0,0,0,.03);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,.1)}
.hw-card-img .hw-img-placeholder .icon{width:48px;height:48px;stroke:#999;opacity:.4}
.hw-card-img img{width:100%;height:auto;object-fit:contain;aspect-ratio:4/3}

/* Card body */
.hw-card-body{display:flex;flex-direction:column;flex:1;padding:16px 24px 24px}
@media(min-width:768px){.hw-card-body{padding:16px 32px 32px}}
.hw-card-body h3{font-size:22px;font-weight:600;color:#1a1916;letter-spacing:-.02em;margin:0}
@media(min-width:768px){.hw-card-body h3{font-size:26px}}
.hw-card-body>p{font-size:14px;color:#6e6e73;line-height:1.6;margin-top:8px}
.hw-card-body .hw-category{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ed1c24;margin-bottom:8px}

/* Spec table */
.hw-specs-table{display:flex;flex-direction:column;margin-top:24px;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}
.hw-specs-table .hw-spec-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:10px 0;font-size:14px;border-bottom:1px solid rgba(0,0,0,.06)}
.hw-specs-table .hw-spec-row:last-child{border-bottom:0}
.hw-spec-label{color:#6e6e73;flex-shrink:0}
.hw-spec-value{color:#1a1916;font-weight:500;text-align:right}

/* Card actions */
.hw-card-actions{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:24px}
.hw-card-actions .hw-btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ed1c24;color:#fff;font-size:14px;font-weight:600;padding:10px 24px;text-decoration:none;transition:all .2s;border:0;cursor:pointer;box-shadow:0 2px 8px rgba(237,28,36,.25)}
.hw-card-actions .hw-btn-primary:hover{background:#d41920;box-shadow:0 4px 14px rgba(237,28,36,.35)}
.hw-card-actions .hw-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#ed1c24;text-decoration:none;transition:opacity .2s;min-height:40px}
.hw-card-actions .hw-link:hover{opacity:.7}
.hw-card-actions .hw-link .icon{width:14px;height:14px}

/* Consultation section */
.hw-consult .hw-container{padding:80px 24px}
@media(min-width:768px){.hw-consult .hw-container{padding:112px 24px}}
.hw-consult-inner{max-width:700px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}
.hw-consult h2{font-size:clamp(24px,3.5vw,40px);font-weight:500;color:#fff;letter-spacing:-.03em;margin:0}
.hw-consult p{color:rgba(255,255,255,.6);font-size:14px}
@media(min-width:768px){.hw-consult p{font-size:16px}}
.hw-consult .hw-btn-light{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ed1c24;color:#fff;font-size:16px;font-weight:600;padding:14px 36px;text-decoration:none;transition:all .2s;border:0;cursor:pointer;box-shadow:0 2px 12px rgba(237,28,36,.3)}
.hw-consult .hw-btn-light:hover{background:#d41920;box-shadow:0 4px 18px rgba(237,28,36,.4)}

/* Shared button styles */
.hw-btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ed1c24;color:#fff;font-size:14px;font-weight:600;padding:10px 24px;text-decoration:none;transition:all .2s;border:0;cursor:pointer;box-shadow:0 2px 8px rgba(237,28,36,.25)}
.hw-btn-primary:hover{background:#d41920;box-shadow:0 4px 14px rgba(237,28,36,.35)}
.hw-btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:transparent;color:#fff;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .2s}
.hw-btn-ghost:hover{background:#fff;color:#1a1916;border-color:#fff}

/* Image placeholder label */
.hw-img-label{font-size:11px;color:#999;margin-top:8px;text-align:center;font-style:italic}

/* CTA banner (hub) */
.hw-cta-banner .hw-container{padding:40px 24px}
@media(min-width:768px){.hw-cta-banner .hw-container{padding:40px}}
.hw-cta-text{max-width:700px}
.hw-cta-text h2{font-size:clamp(32px,4vw,48px);font-weight:400;color:#fff;letter-spacing:-.04em;line-height:1.15;margin:0}
.hw-cta-text p{color:rgba(255,255,255,.7);font-size:15px;margin-top:16px;line-height:1.5}
.hw-cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}

/* ═══════════════════════════════════════════════
   Individual Hardware Product Pages (go.ai style)
   ═══════════════════════════════════════════════ */

/* ── Dark full-screen hero ── */
.hwp-hero-section{background:#0d0d0b;border-top:1px solid rgba(255,255,255,.06);overflow:hidden}
.hwp-hero-section .hw-container{padding:0 24px}
@media(min-width:1240px){.hwp-hero-section .hw-container{border-color:rgba(255,255,255,.06)}}
.hwp-hero-breadcrumbs{padding:20px 0;font-size:13px;color:rgba(255,255,255,.4);text-align:center}
.hwp-hero-breadcrumbs a{color:rgba(255,255,255,.4);text-decoration:none;transition:color .2s}
.hwp-hero-breadcrumbs a:hover{color:rgba(255,255,255,.7)}
.hwp-hero-breadcrumbs span{margin:0 8px;opacity:.5}
.hwp-hero-content{max-width:800px;margin:0 auto;padding:40px 0 32px;text-align:center}
@media(min-width:768px){.hwp-hero-content{padding:64px 0 48px}}
.hwp-eyebrow{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ed1c24;margin-bottom:20px}
.hwp-hero-title{font-size:clamp(40px,7vw,96px);font-weight:700;letter-spacing:-.05em;line-height:1;margin:0;background:linear-gradient(180deg,#fff 40%,rgba(255,255,255,.4));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hwp-hero-tagline{font-size:clamp(16px,2vw,22px);color:rgba(255,255,255,.5);margin-top:20px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.5;font-weight:400}
.hwp-hero-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:32px;border-radius:999px;background:#ed1c24;color:#fff;font-size:15px;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .25s;border:0;cursor:pointer;box-shadow:0 4px 20px rgba(237,28,36,.35)}
.hwp-hero-cta:hover{background:#d41920;box-shadow:0 6px 28px rgba(237,28,36,.5);transform:translateY(-1px)}
.hwp-hero-image{display:flex;align-items:center;justify-content:center;padding:40px 0 80px;max-width:600px;margin:0 auto}
@media(min-width:768px){.hwp-hero-image{padding:48px 0 100px}}
.hwp-hero-image .icon{width:120px;height:120px;stroke:rgba(255,255,255,.12);opacity:1}
@media(min-width:768px){.hwp-hero-image .icon{width:180px;height:180px}}
.hwp-hero-image img{max-width:100%;max-height:400px;object-fit:contain;border-radius:16px;filter:drop-shadow(0 20px 60px rgba(0,0,0,.5))}
@media(min-width:768px){.hwp-hero-image img{max-height:500px}}

/* ── Intro / Meet the product ── */
.hwp-intro-section{background:#fff;border-top:1px solid rgba(0,0,0,.06)}
.hwp-intro-section .hw-container{padding:80px 24px}
@media(min-width:768px){.hwp-intro-section .hw-container{padding:112px 24px}}
.hwp-intro-inner{max-width:720px;margin:0 auto;text-align:center}
.hwp-intro-heading{font-size:clamp(32px,5vw,64px);font-weight:600;color:#1a1916;letter-spacing:-.04em;line-height:1.08;margin:0}
.hwp-intro-desc{font-size:clamp(16px,1.8vw,20px);color:#6e6e73;margin-top:20px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}
.hwp-intro-image{display:flex;align-items:center;justify-content:center;margin:56px auto 0;max-width:500px;aspect-ratio:4/3;background:rgba(0,0,0,.02);border-radius:20px;border:1px dashed rgba(0,0,0,.08)}
.hwp-intro-image .icon{width:80px;height:80px;stroke:#ccc;opacity:.4}
.hwp-intro-image img{max-width:100%;max-height:360px;object-fit:contain}
.hwp-intro-image:has(img){background:none;border:0}

/* ── Metrics section (big numbers) ── */
.hwp-metrics-section{background:#1a1916;border-top:1px solid rgba(255,255,255,.06)}
@media(min-width:1240px){.hwp-metrics-section .hw-container{border-color:rgba(255,255,255,.06)}}
.hwp-metrics-section .hw-container{padding:0}
.hwp-metrics-grid{display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:640px){.hwp-metrics-grid{grid-template-columns:repeat(3,1fr)}}
.hwp-metric{text-align:center;padding:56px 24px;border-bottom:1px solid rgba(255,255,255,.06)}
@media(min-width:640px){.hwp-metric{border-bottom:0;border-right:1px solid rgba(255,255,255,.06);padding:72px 24px}.hwp-metric:last-child{border-right:0}}
.hwp-metric-value{font-size:clamp(48px,8vw,80px);font-weight:700;color:#fff;letter-spacing:-.04em;line-height:1}
.hwp-metric-label{font-size:14px;color:rgba(255,255,255,.4);margin-top:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:500}

/* ── Specs section (split layout) ── */
.hwp-specs-section{background:#faf9f5;border-top:1px solid rgba(0,0,0,.06)}
.hwp-specs-section .hw-container{padding:80px 24px}
@media(min-width:768px){.hwp-specs-section .hw-container{padding:96px 24px}}
.hwp-specs-layout{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:start}
@media(min-width:768px){.hwp-specs-layout{grid-template-columns:1.2fr 1fr;gap:64px}}
.hwp-specs-left h2{font-size:clamp(28px,3.5vw,44px);font-weight:600;color:#1a1916;letter-spacing:-.03em;margin:0 0 32px}
.hwp-specs-list{display:flex;flex-direction:column;gap:0}
.hwp-spec-line{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:15px;color:#1a1916}
.hwp-spec-line:first-child{border-top:1px solid rgba(0,0,0,.08)}
.hwp-spec-line .icon{width:18px;height:18px;stroke:#ed1c24;flex-shrink:0}
.hwp-specs-right{display:flex;align-items:center;justify-content:center}
.hwp-specs-image{width:100%;aspect-ratio:1;max-width:360px;background:rgba(0,0,0,.03);border-radius:24px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,.08)}
.hwp-specs-image .icon{width:80px;height:80px;stroke:#bbb;opacity:.3}
.hwp-specs-image img{max-width:100%;max-height:320px;object-fit:contain}
.hwp-specs-image:has(img){background:none;border:0}

/* ── Features section (dark, 2×2 grid) ── */
.hwp-features-section{background:#1a1916;border-top:1px solid rgba(255,255,255,.06)}
@media(min-width:1240px){.hwp-features-section .hw-container{border-color:rgba(255,255,255,.06)}}
.hwp-features-section .hw-container{padding:80px 24px}
@media(min-width:768px){.hwp-features-section .hw-container{padding:96px 24px}}
.hwp-features-header{max-width:980px;margin:0 auto 48px;text-align:center}
.hwp-features-header h2{font-size:clamp(28px,4vw,48px);font-weight:600;color:#fff;letter-spacing:-.03em;margin:0}
.hwp-features-header p{color:rgba(255,255,255,.4);font-size:15px;margin-top:12px}
.hwp-features-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:640px){.hwp-features-grid{grid-template-columns:repeat(2,1fr)}}
.hwp-feature-card{padding:32px;border-bottom:1px solid rgba(255,255,255,.06);border-right:1px solid rgba(255,255,255,.06)}
@media(min-width:640px){.hwp-feature-card:nth-child(2n){border-right:0}}
@media(max-width:639px){.hwp-feature-card{border-right:0}}
.hwp-feature-card h3{font-size:18px;font-weight:600;color:#fff;letter-spacing:-.01em;margin:0}
.hwp-feature-card p{font-size:14px;color:rgba(255,255,255,.5);line-height:1.6;margin-top:10px}

/* ── Timeline / Setup steps ── */
.hwp-timeline-section{background:#fff;border-top:1px solid rgba(0,0,0,.06)}
.hwp-timeline-section .hw-container{padding:80px 24px}
@media(min-width:768px){.hwp-timeline-section .hw-container{padding:96px 24px}}
.hwp-timeline-header{max-width:980px;margin:0 auto 56px;text-align:center}
.hwp-timeline-header h2{font-size:clamp(28px,4vw,48px);font-weight:600;color:#1a1916;letter-spacing:-.03em;margin:0}
.hwp-timeline-header p{color:#6e6e73;font-size:15px;margin-top:12px}
.hwp-timeline{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:640px){.hwp-timeline{grid-template-columns:repeat(4,1fr)}}
.hwp-step{position:relative;padding:32px 24px;text-align:center}
@media(min-width:640px){.hwp-step{padding:0 20px}.hwp-step::after{content:'';position:absolute;top:24px;left:calc(50% + 28px);right:calc(-50% + 28px);height:1px;background:rgba(0,0,0,.1)}.hwp-step:last-child::after{display:none}}
.hwp-step-num{width:48px;height:48px;border-radius:50%;border:2px solid #ed1c24;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#ed1c24;margin:0 auto 20px;position:relative;background:#fff;z-index:1}
.hwp-step h3{font-size:16px;font-weight:600;color:#1a1916;margin:0 0 8px}
.hwp-step p{font-size:13px;color:#6e6e73;line-height:1.5;margin:0}

/* ── Use cases (dark grid with checkmarks) ── */
.hwp-usecases-section{background:#1a1916;border-top:1px solid rgba(255,255,255,.06)}
@media(min-width:1240px){.hwp-usecases-section .hw-container{border-color:rgba(255,255,255,.06)}}
.hwp-usecases-section .hw-container{padding:80px 24px}
@media(min-width:768px){.hwp-usecases-section .hw-container{padding:96px 24px}}
.hwp-usecases-header{max-width:980px;margin:0 auto 40px}
.hwp-usecases-header h2{font-size:clamp(28px,4vw,48px);font-weight:600;color:#fff;letter-spacing:-.03em;margin:0}
.hwp-usecases-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:640px){.hwp-usecases-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.hwp-usecases-grid{grid-template-columns:repeat(4,1fr)}}
.hwp-usecase-card{display:flex;align-items:flex-start;gap:14px;padding:24px;border:1px solid rgba(255,255,255,.06);font-size:15px;color:rgba(255,255,255,.85);line-height:1.4}
.hwp-usecase-card .icon{width:18px;height:18px;stroke:#ed1c24;flex-shrink:0;margin-top:2px}
.hwp-buyers{max-width:980px;margin:32px auto 0;font-size:14px;color:rgba(255,255,255,.4);line-height:1.6}
.hwp-buyers span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#ed1c24;font-weight:600;margin-bottom:6px}

/* ── Related products (bordered cards) ── */
.hwp-related-section{background:#faf9f5;border-top:1px solid rgba(0,0,0,.06)}
.hwp-related-section .hw-container{padding:80px 24px}
@media(min-width:768px){.hwp-related-section .hw-container{padding:96px 24px}}
.hwp-related-header{max-width:980px;margin:0 auto 40px}
.hwp-related-header h2{font-size:clamp(24px,3vw,40px);font-weight:600;color:#1a1916;letter-spacing:-.03em;margin:0}
.hwp-related-header p{color:#6e6e73;font-size:14px;margin-top:8px}
.hwp-related-grid{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.hwp-related-card{display:flex;align-items:center;gap:20px;padding:20px 24px;border:1px solid rgba(0,0,0,.08);border-bottom:0;text-decoration:none;color:inherit;transition:background .2s}
.hwp-related-card:first-child{border-radius:16px 16px 0 0}
.hwp-related-card:last-child{border-bottom:1px solid rgba(0,0,0,.08);border-radius:0 0 16px 16px}
.hwp-related-card:only-child{border-radius:16px;border-bottom:1px solid rgba(0,0,0,.08)}
.hwp-related-card:hover{background:rgba(0,0,0,.02)}
.hwp-related-icon{width:48px;height:48px;border-radius:12px;background:rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hwp-related-icon .icon{width:24px;height:24px;stroke:#1a1916;opacity:.5}
.hwp-related-card h3{font-size:16px;font-weight:600;color:#1a1916;margin:0}
.hwp-related-card p{font-size:13px;color:#6e6e73;margin:4px 0 0;line-height:1.4}
.hwp-related-arrow{margin-left:auto;flex-shrink:0;opacity:.3;transition:opacity .2s}
.hwp-related-arrow .icon{width:18px;height:18px;stroke:#1a1916}
.hwp-related-card:hover .hwp-related-arrow{opacity:.6}

/* ── Closing CTA (full-width dark) ── */
.hwp-closing-cta{background:#0d0d0b;border-top:1px solid rgba(255,255,255,.06)}
@media(min-width:1240px){.hwp-closing-cta .hw-container{border-color:rgba(255,255,255,.06)}}
.hwp-closing-cta .hw-container{padding:80px 24px}
@media(min-width:768px){.hwp-closing-cta .hw-container{padding:112px 24px}}
.hwp-closing-inner{max-width:700px;margin:0 auto;text-align:center}
.hwp-closing-inner h2{font-size:clamp(28px,4vw,48px);font-weight:500;color:#fff;letter-spacing:-.03em;line-height:1.15;margin:0}
.hwp-closing-inner p{color:rgba(255,255,255,.5);font-size:15px;margin-top:16px;line-height:1.5}
.hwp-closing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;justify-content:center}

/* ── Scroll animations ── */
.hwp-hero-content{will-change:opacity,transform}
.hwp-hero-image{will-change:opacity,transform;transition:opacity .1s ease-out,transform .1s ease-out}

/* Fade-in reveal */
.hwp-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
.hwp-visible{opacity:1;transform:translateY(0)}

/* Steps stagger */
.hwp-step{opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}
.hwp-step-visible{opacity:1;transform:translateY(0)}

/* Metric value pulse on appear */
.hwp-metric-value{transition:transform .4s cubic-bezier(.16,1,.3,1)}
.hwp-visible .hwp-metric-value{animation:hwp-metric-pop .6s cubic-bezier(.16,1,.3,1)}
@keyframes hwp-metric-pop{0%{transform:scale(.7);opacity:.3}60%{transform:scale(1.05)}100%{transform:scale(1);opacity:1}}

/* Feature cards stagger within grid */
.hwp-features-grid.hwp-visible .hwp-feature-card{animation:hwp-card-in .6s cubic-bezier(.16,1,.3,1) both}
.hwp-features-grid.hwp-visible .hwp-feature-card:nth-child(1){animation-delay:0s}
.hwp-features-grid.hwp-visible .hwp-feature-card:nth-child(2){animation-delay:.1s}
.hwp-features-grid.hwp-visible .hwp-feature-card:nth-child(3){animation-delay:.2s}
.hwp-features-grid.hwp-visible .hwp-feature-card:nth-child(4){animation-delay:.3s}
@keyframes hwp-card-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* Use case cards stagger */
.hwp-usecases-grid.hwp-visible .hwp-usecase-card{animation:hwp-card-in .5s cubic-bezier(.16,1,.3,1) both}
.hwp-usecases-grid.hwp-visible .hwp-usecase-card:nth-child(1){animation-delay:0s}
.hwp-usecases-grid.hwp-visible .hwp-usecase-card:nth-child(2){animation-delay:.08s}
.hwp-usecases-grid.hwp-visible .hwp-usecase-card:nth-child(3){animation-delay:.16s}
.hwp-usecases-grid.hwp-visible .hwp-usecase-card:nth-child(4){animation-delay:.24s}

/* Related cards slide in */
.hwp-related-grid.hwp-visible .hwp-related-card{animation:hwp-slide-in .5s cubic-bezier(.16,1,.3,1) both}
.hwp-related-grid.hwp-visible .hwp-related-card:nth-child(1){animation-delay:0s}
.hwp-related-grid.hwp-visible .hwp-related-card:nth-child(2){animation-delay:.1s}
.hwp-related-grid.hwp-visible .hwp-related-card:nth-child(3){animation-delay:.2s}
@keyframes hwp-slide-in{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}

/* Respect reduced motion */
@media(prefers-reduced-motion:reduce){.hwp-reveal,.hwp-step,.hwp-feature-card,.hwp-usecase-card,.hwp-related-card{opacity:1;transform:none;animation:none!important;transition:none!important}.hwp-hero-content,.hwp-hero-image{transition:none!important}}
