.page-hero{padding:clamp(3rem,6vw,5rem) 0 clamp(2rem,4vw,3rem);border-bottom:1px solid var(--rule-2);background:var(--canvas)}.breadcrumb{font-family:var(--body);font-size:.82rem;font-weight:500;color:var(--ink-3);margin-bottom:1.75rem}.breadcrumb a{color:var(--ink-3)}.breadcrumb a:hover{color:var(--blue)}.breadcrumb .sep{margin:0 .5rem;color:var(--rule)}.page-hero-category{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);background:#3b82f614;padding:.3rem .7rem;border-radius:4px;margin-bottom:1.25rem}.page-hero h1{max-width:20ch;margin-bottom:.6rem;letter-spacing:-.02em}.page-hero-tagline{font-size:clamp(1.15rem,1.6vw,1.4rem);color:var(--ink-2);max-width:62ch;line-height:1.4;font-weight:400;margin-bottom:1.5rem}.page-hero .lead{font-size:1.05rem;max-width:64ch;color:var(--ink-2);line-height:1.65}.page-hero--split{padding:clamp(2rem,4vw,3rem) 0 clamp(3.5rem,6vw,6rem);position:relative;overflow:hidden}.page-hero--split:before{content:"";position:absolute;top:-20%;right:-20%;width:60%;height:140%;background:radial-gradient(circle at 40% 50%,rgba(59,130,246,.07) 0%,transparent 60%);pointer-events:none;z-index:0}.page-hero--split .container{position:relative;z-index:1}.page-hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,4vw,4rem);align-items:center;margin-top:1.5rem}@media(max-width:900px){.page-hero-grid{grid-template-columns:1fr;gap:2.5rem}}.page-hero-copy h1{font-size:clamp(2.5rem,5.5vw,4rem);line-height:1.02;letter-spacing:-.03em;max-width:14ch;margin-bottom:1.25rem;font-weight:700}.page-hero-copy .page-hero-tagline{font-size:clamp(1.1rem,1.4vw,1.25rem);color:var(--ink-2);max-width:44ch;line-height:1.55;margin-bottom:1.5rem}.page-hero-copy .lead{font-size:1rem;color:var(--ink-2);line-height:1.65;max-width:46ch;margin-bottom:2rem}.page-hero-ctas{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.page-hero-link{color:var(--blue);font-weight:500;font-size:.95rem;display:inline-flex;align-items:center;gap:.4rem;transition:gap .15s ease}.page-hero-link:hover{gap:.65rem}.page-hero-visual{position:relative}.hero-frame{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 30px 60px -20px #0c234047,0 15px 30px -15px #0c23402e;border:1px solid var(--rule-2)}.hero-frame img,.hero-frame video{display:block;width:100%;height:auto}.hero-badge{position:absolute;left:-1.5rem;bottom:-1.25rem;background:#fff;border:1px solid var(--rule-2);border-radius:10px;padding:.75rem 1rem;box-shadow:0 15px 30px -12px #0c234033;display:flex;align-items:center;gap:.7rem;max-width:240px}@media(max-width:900px){.hero-badge{left:.5rem;bottom:-1rem}}.hero-badge-icon{width:32px;height:32px;border-radius:50%;background:var(--emerald-soft);color:var(--emerald);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-badge-icon svg{width:16px;height:16px}.hero-badge-label{font-size:.82rem;font-weight:600;color:var(--navy);line-height:1.2}.hero-badge-meta{font-size:.72rem;color:var(--ink-3);margin-top:.15rem}.product-highlights{background:var(--canvas-2);border-bottom:1px solid var(--rule-2);padding:clamp(3rem,5vw,4rem) 0}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:800px){.highlights-grid{grid-template-columns:1fr}}.highlight-card{background:#fff;border:1px solid var(--rule);border-radius:10px;padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:all .15s ease}.highlight-card:hover{border-color:var(--blue);box-shadow:0 10px 24px -14px #3b82f638}.highlight-card .tag{font-family:var(--body);font-size:.68rem;font-weight:600;color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.highlight-card h3{font-family:var(--body);font-size:1.05rem;color:var(--navy);font-weight:600;margin:0 0 .35rem;letter-spacing:-.005em;line-height:1.3}.highlight-card p{color:var(--ink-2);font-size:.9rem;line-height:1.55;margin:auto 0 0}section.body{padding:clamp(3.5rem,5vw,5rem) 0}.body-inner{max-width:780px}.body-inner h2{margin-top:0;margin-bottom:1.25rem}.body-inner h3{margin-top:2rem;margin-bottom:.6rem;color:var(--navy);font-family:var(--body);font-size:1.1rem;font-weight:600;letter-spacing:-.005em;line-height:1.35}.body-inner p{font-size:1rem;line-height:1.7;color:var(--ink-2);margin-bottom:1rem}.body-inner p strong{color:var(--navy);font-weight:600}.body-inner ul{margin:1rem 0 1.5rem 1.25rem;color:var(--ink-2)}.body-inner li{margin-bottom:.5rem;font-size:.98rem}.product-features{padding:clamp(3.5rem,5vw,5rem) 0;background:var(--canvas)}.product-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}@media(max-width:900px){.product-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.product-features-grid{grid-template-columns:1fr}}.product-feature-card{padding:1.5rem 1.4rem;background:#fff;border:1px solid var(--rule);border-radius:10px;display:flex;flex-direction:column;gap:.6rem;transition:all .15s ease}.product-feature-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 10px 28px -14px #3b82f638}.product-feature-icon{width:38px;height:38px;border-radius:8px;background:var(--canvas-2);color:var(--navy);display:flex;align-items:center;justify-content:center}.product-feature-icon svg{width:20px;height:20px}.product-feature-card:hover .product-feature-icon{background:var(--blue);color:#fff}.product-feature-card h3{font-size:1rem;color:var(--navy);margin:0;line-height:1.3}.product-feature-card p{font-size:.88rem;color:var(--ink-2);line-height:1.55;margin:0}.screenshot-placeholder{background:var(--navy);border:1px solid var(--navy-2);aspect-ratio:16 / 9;position:relative;overflow:hidden;border-radius:10px;box-shadow:0 30px 60px -25px #0c234040;margin:2rem 0}.screenshot-chrome{padding:.5rem .85rem;background:var(--navy-2);border-bottom:1px solid var(--navy-3);font-family:var(--mono);font-size:.68rem;color:var(--silver)}.screenshot-placeholder img.screenshot-img{display:block;width:100%;height:calc(100% - 28px);object-fit:contain;object-position:top;background:#fff;image-rendering:-webkit-optimize-contrast}.product-hero-screenshot{padding:clamp(2.5rem,5vw,4rem) 0;background:var(--canvas-2);border-bottom:1px solid var(--rule-2)}.product-hero-screenshot .screenshot-placeholder{margin:0}.product-included{padding:clamp(3.5rem,5vw,5rem) 0;background:var(--canvas-2);border-top:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2)}.product-included h2{margin-bottom:2rem}.product-included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}@media(max-width:700px){.product-included-grid{grid-template-columns:1fr}}.product-included-item{display:flex;gap:.8rem;align-items:flex-start;padding:.85rem 1rem;background:#fff;border:1px solid var(--rule);border-radius:8px;font-size:.95rem;color:var(--navy);line-height:1.45}.product-included-item:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--emerald-soft);color:var(--emerald);font-size:.72rem;font-weight:700;flex-shrink:0;margin-top:1px}.included-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:720px){.included-groups{grid-template-columns:1fr}}.included-group{background:#fff;border:1px solid var(--rule);border-radius:10px;padding:1.6rem 1.6rem 1.5rem;transition:all .15s ease}.included-group:hover{box-shadow:0 8px 24px -14px #0c234024}.included-group-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.9rem;border-bottom:1px solid var(--rule-2)}.included-group-icon{width:34px;height:34px;border-radius:6px;background:#3b82f614;color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.included-group-icon svg{width:17px;height:17px}.included-group h3{font-size:1.05rem;color:var(--navy);margin:0;letter-spacing:-.005em}.included-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.included-list li{display:flex;gap:.65rem;align-items:flex-start;font-size:.92rem;color:var(--navy);line-height:1.5}.included-list li:before{content:"✓";color:var(--emerald);font-weight:700;flex-shrink:0;margin-top:1px;font-size:.95em}.final-cta{padding:clamp(4rem,6vw,5.5rem) 0;background:var(--navy);color:#fff;position:relative}.final-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue) 0%,var(--emerald) 100%)}.final-cta-inner{max-width:620px;margin:0 auto;text-align:center}.final-cta-price{font-size:clamp(3rem,5vw,4rem);font-weight:700;letter-spacing:-.03em;color:#fff;line-height:1;margin-bottom:.5rem}.final-cta-price span{font-size:.4em;font-weight:500;color:var(--silver-2);letter-spacing:-.01em}.final-cta h2{font-size:clamp(1.5rem,2.4vw,1.85rem);color:#fff;letter-spacing:-.02em;margin:.75rem 0 1.25rem;line-height:1.2}.final-cta p{font-size:1.02rem;color:var(--silver);line-height:1.65;margin:0 auto 1rem;max-width:48ch}.final-cta .final-cta-strap{font-family:var(--mono);font-size:.88rem;color:var(--blue);letter-spacing:.02em;margin-top:1.5rem}.final-cta-btn{display:inline-flex;margin-top:2rem}
