.hp-root{--hp-cream:#f6f3ec;--hp-paper:#fbfaf5;--hp-ink:#1f2a20;--hp-ink-soft:#5a655a;--hp-ink-muted:#8b948b;--hp-moss:#3f6b4a;--hp-moss-deep:#2c4d34;--hp-moss-soft:#3f6b4a14;--hp-gold:#c49b3f;--hp-line:#1f2a201a;--hp-line-soft:#1f2a200f;font-family:var(--font-sans), system-ui, sans-serif;color:var(--hp-ink);background:var(--hp-cream);min-height:100vh;position:relative}@keyframes hp-fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes hp-drift{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(.5deg)}}.hp-fade-up{animation:.8s cubic-bezier(.2,.6,.2,1) both hp-fadeUp}.hp-delay-1{animation-delay:.1s}.hp-delay-2{animation-delay:.2s}.hp-delay-3{animation-delay:.3s}.hp-delay-4{animation-delay:.4s}.hp-delay-5{animation-delay:.5s}.hp-container{max-width:1240px;margin:0 auto;padding:0 20px}@media (min-width:768px){.hp-container{padding:0 32px}}.hp-bg-texture{pointer-events:none;opacity:.35;z-index:0;background:radial-gradient(at top,#3f6b4a0a,#0000 60%);position:fixed;inset:0}.hp-hero{z-index:1;padding:28px 0 48px;position:relative}@media (min-width:768px){.hp-hero{padding:48px 0 52px}}.hp-hero-ornament{pointer-events:none;opacity:.07;background:radial-gradient(circle at 30% 30%, var(--hp-moss), transparent 60%);border-radius:50%;width:200px;height:200px;animation:8s ease-in-out infinite hp-drift;position:absolute;top:40px;right:-40px}@media (min-width:768px){.hp-hero-ornament{width:280px;height:280px;top:80px}}.hp-hero-grid{align-items:center;gap:32px;display:grid}@media (min-width:768px){.hp-hero-grid{grid-template-columns:1.05fr .95fr;gap:48px}}@media (min-width:1024px){.hp-hero-grid{gap:80px}}.hp-eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--hp-moss);align-items:center;gap:8px;margin-bottom:18px;font-size:11px;font-weight:600;display:inline-flex}@media (min-width:768px){.hp-eyebrow{letter-spacing:2.5px;gap:10px;margin-bottom:0;font-size:12px}}.hp-eyebrow:before{content:"";background:var(--hp-moss);width:22px;height:1px}@media (min-width:768px){.hp-eyebrow:before{width:28px}}.hp-hero-h1{font-family:var(--font-display), Georgia, serif;letter-spacing:-1.5px;color:var(--hp-ink);margin:0 0 18px;font-size:44px;font-weight:400;line-height:1.02}@media (min-width:768px){.hp-hero-h1{letter-spacing:-2.5px;margin:28px 0 24px;font-size:clamp(48px,5vw,76px);line-height:1}}.hp-hero-h1 em{color:var(--hp-moss-deep);font-style:italic;font-weight:300}.hp-hero-lead{color:#5a655a;max-width:480px;margin-bottom:28px;font-size:15px;line-height:1.65}@media (min-width:768px){.hp-hero-lead{margin-bottom:40px;font-size:18px;line-height:1.7}}.hp-hero-lead em{color:#5a655a;font-style:italic}.hp-hero-stats{border-top:1px solid var(--hp-line);border-bottom:1px solid var(--hp-line);justify-content:space-between;gap:10px;margin-bottom:24px;padding:18px 0;display:flex}@media (min-width:768px){.hp-hero-stats{justify-content:flex-start;gap:24px;margin-bottom:36px;padding:22px 0}}.hp-stat-block{text-align:center}@media (min-width:768px){.hp-stat-block{text-align:left}}.hp-stat-num{font-family:var(--font-display), Georgia, serif;color:var(--hp-ink);letter-spacing:-.5px;font-size:22px;font-weight:500;line-height:1}@media (min-width:768px){.hp-stat-num{font-size:28px}}.hp-stat-lbl{color:var(--hp-ink-muted);letter-spacing:.5px;text-transform:uppercase;margin-top:4px;font-size:10px}@media (min-width:768px){.hp-stat-lbl{margin-top:6px;font-size:12px}}.hp-stat-divider{background:var(--hp-line);align-self:stretch;width:1px;min-height:36px}.hp-hero-cta-row{flex-direction:column;gap:12px;display:flex}@media (min-width:768px){.hp-hero-cta-row{flex-direction:row;align-items:center;gap:24px}}.hp-primary-cta{background:var(--hp-moss);color:var(--hp-paper);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}@media (min-width:768px){.hp-primary-cta{padding:16px 32px;font-size:15px}}.hp-primary-cta:hover{background:var(--hp-moss-deep);transform:translateY(-1px);box-shadow:0 10px 28px #3f6b4a4d}.hp-primary-cta--signup{background:var(--c-ember);color:var(--c-bg-card)}.hp-primary-cta--signup:hover{background:color-mix(in srgb, var(--c-ember) 82%, #000);box-shadow:0 10px 28px color-mix(in srgb, var(--c-ember) 40%, transparent)}.hp-secondary-link{border:1px solid var(--hp-line);color:var(--hp-ink-soft);cursor:pointer;text-align:center;background:0 0;border-radius:100px;padding:13px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}@media (min-width:768px){.hp-secondary-link{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--hp-line);text-decoration-color:var(--hp-line);border:none;border-radius:0;padding:0}.hp-secondary-link:hover{color:var(--hp-moss);-webkit-text-decoration-color:var(--hp-moss);text-decoration-color:var(--hp-moss)}}.hp-quiz-section{z-index:1;position:relative}@media (max-width:767px){.hp-quiz-section--mobile{padding:0 0 40px}}@media (min-width:768px){.hp-quiz-section--desktop{align-self:start}}.hp-quiz-card{background:var(--hp-paper);border:1px solid var(--hp-line);border-radius:20px;padding:24px 22px 26px;position:relative;box-shadow:inset 0 1px #fffc,0 16px 50px -16px #1f2a2029}@media (min-width:768px){.hp-quiz-card{border-radius:24px;padding:36px;box-shadow:inset 0 1px #fffc,0 24px 80px -20px #1f2a202e}.hp-quiz-card:before{content:"";background:linear-gradient(90deg, transparent, var(--hp-moss), transparent);opacity:.4;height:1px;position:absolute;top:0;left:24px;right:24px}}.hp-quiz-progress{gap:6px;margin-bottom:22px;display:flex}@media (min-width:768px){.hp-quiz-progress{margin-bottom:30px}}.hp-progress-pip{background:var(--hp-line-soft);border-radius:100px;flex:1;height:3px;transition:background .5s}.hp-progress-pip--done{background:var(--hp-moss)}.hp-section-divider{align-items:baseline;gap:14px;margin-bottom:18px;display:flex}@media (min-width:768px){.hp-section-divider{gap:18px;margin-bottom:40px}}.hp-section-num{font-family:var(--font-display), Georgia, serif;color:var(--hp-ink-muted);font-size:12px;font-weight:400}.hp-section-line{background:var(--hp-line);flex:1;height:1px}.hp-section-kicker{color:var(--hp-ink-muted);letter-spacing:1.5px;text-transform:uppercase;font-size:10px}@media (min-width:768px){.hp-section-kicker{letter-spacing:1.5px;font-size:12px}}.hp-section-h{font-family:var(--font-display), Georgia, serif;letter-spacing:-1px;color:var(--hp-ink);max-width:780px;margin:0 0 12px;font-size:32px;font-weight:400;line-height:1.1}@media (min-width:768px){.hp-section-h{letter-spacing:-1.5px;margin:0 0 16px;font-size:48px;line-height:1.05}}.hp-section-h em{color:var(--hp-moss-deep);font-style:italic;font-weight:300}.hp-section-lead{color:var(--hp-ink-soft);max-width:560px;margin:0 0 24px;font-size:14px;line-height:1.65}@media (min-width:768px){.hp-section-lead{margin:0 0 48px;font-size:16px;line-height:1.7}}.hp-featured-section{z-index:1;padding:28px 0 32px;position:relative}@media (min-width:768px){.hp-featured-section{padding:40px 0 36px}}.hp-featured-section .hp-section-divider{margin-bottom:10px}@media (min-width:768px){.hp-featured-section .hp-section-divider{margin-bottom:12px}}.hp-featured-section .hp-section-h{margin-bottom:6px}@media (min-width:768px){.hp-featured-section .hp-section-h{margin-bottom:8px}}.hp-featured-section .hp-section-lead{max-width:52rem;margin-bottom:0}.hp-featured-section .hp-featured-strip .hp-feat-card{border-radius:14px;flex:0 0 220px}@media (min-width:768px){.hp-featured-section .hp-featured-strip .hp-feat-card{border-radius:16px;flex:none}}.hp-featured-section .hp-featured-strip .hp-feat-img{height:110px}@media (min-width:1024px){.hp-featured-section .hp-featured-strip .hp-feat-img{height:124px}}.hp-featured-section .hp-featured-strip .hp-match-badge{gap:4px;padding:4px 8px;font-size:10px;top:8px;right:8px}.hp-featured-section .hp-featured-strip .hp-match-dot{width:4px;height:4px}.hp-featured-section .hp-featured-strip .hp-feat-tags{gap:4px;max-width:calc(100% - 16px);bottom:8px;left:8px}.hp-featured-section .hp-featured-strip .hp-feat-tag{padding:3px 6px;font-size:9px}.hp-featured-section .hp-featured-strip .hp-feat-body{padding:12px 10px}@media (min-width:768px){.hp-featured-section .hp-featured-strip .hp-feat-body{padding:12px 12px 14px}}.hp-featured-section .hp-featured-strip .hp-feat-loc{letter-spacing:.08em;margin-bottom:4px;font-size:9px}.hp-featured-section .hp-featured-strip .hp-feat-name{letter-spacing:-.35px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:15px;line-height:1.15;display:-webkit-box;overflow:hidden}@media (min-width:768px){.hp-featured-section .hp-featured-strip .hp-feat-name{font-size:16px}}.hp-featured-section .hp-featured-strip .hp-feat-tagline{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.hp-featured-section .hp-featured-strip .hp-feat-meta{gap:6px 8px;padding-top:8px;font-size:10px}.hp-featured-section .hp-featured-strip .hp-feat-meta-dot{width:2px;height:2px}.hp-featured-head{padding:0 4px}@media (min-width:768px){.hp-featured-head{padding:0}}.hp-featured-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:14px;padding:4px 4px 16px;display:flex;overflow-x:auto}.hp-featured-scroll::-webkit-scrollbar{display:none}.hp-featured-scroll{-ms-overflow-style:none;scrollbar-width:none}.hp-feat-card{background:var(--hp-paper);border:1px solid var(--hp-line);scroll-snap-align:start;color:inherit;border-radius:18px;flex-direction:column;flex:0 0 280px;text-decoration:none;transition:transform .4s cubic-bezier(.2,.6,.2,1),box-shadow .4s,border-color .4s;display:flex;overflow:hidden}@media (min-width:768px){.hp-feat-card{border-radius:20px;flex:none}.hp-feat-card:hover{border-color:#3f6b4a33;transform:translateY(-6px);box-shadow:0 32px 60px -20px #1f2a202e}}.hp-feat-img{height:160px;position:relative;overflow:hidden}@media (min-width:768px){.hp-feat-img{height:220px}}.hp-feat-img-grad{position:absolute;inset:0}.hp-feat-img-photo{background-position:50%;background-size:cover;position:absolute;inset:0}.hp-feat-img-pattern{opacity:.4;background-image:radial-gradient(circle at 20% 30%,#fff6 0,#0000 40%),radial-gradient(circle at 80% 70%,#00000026 0,#0000 40%);position:absolute;inset:0}.hp-match-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--hp-moss-deep);background:#fbfaf5f2;border-radius:100px;align-items:center;gap:5px;padding:6px 10px;font-size:11px;font-weight:600;display:flex;position:absolute;top:12px;right:12px}@media (min-width:768px){.hp-match-badge{gap:6px;padding:8px 14px;font-size:12px;top:16px;right:16px}}.hp-match-dot{background:var(--hp-moss);border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 2px #3f6b4a33}@media (min-width:768px){.hp-match-dot{width:6px;height:6px;box-shadow:0 0 0 3px #3f6b4a33}}.hp-feat-tags{flex-wrap:wrap;gap:5px;display:flex;position:absolute;bottom:12px;left:12px}@media (min-width:768px){.hp-feat-tags{gap:6px;bottom:16px;left:16px}}.hp-feat-tag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--hp-ink);background:#fbfaf5e6;border-radius:100px;padding:4px 8px;font-size:10px;font-weight:500}@media (min-width:768px){.hp-feat-tag{padding:5px 10px;font-size:11px}}.hp-feat-body{padding:18px}@media (min-width:768px){.hp-feat-body{padding:26px 24px 24px}}.hp-feat-loc{color:var(--hp-ink-muted);letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:10px}@media (min-width:768px){.hp-feat-loc{margin-bottom:8px;font-size:12px}}.hp-feat-name{font-family:var(--font-display), Georgia, serif;letter-spacing:-.4px;color:var(--hp-ink);margin:0 0 8px;font-size:19px;font-weight:500;line-height:1.2}@media (min-width:768px){.hp-feat-name{letter-spacing:-.5px;margin:0 0 12px;font-size:22px}}.hp-feat-tagline{color:var(--hp-ink-soft);margin-bottom:14px;font-size:13px;font-style:italic;line-height:1.5}@media (min-width:768px){.hp-feat-tagline{margin-bottom:22px;font-size:14px;line-height:1.6}}.hp-feat-meta{border-top:1px solid var(--hp-line-soft);color:var(--hp-ink-soft);flex-wrap:wrap;align-items:center;gap:8px 10px;padding-top:12px;font-size:11px;display:flex}@media (min-width:768px){.hp-feat-meta{gap:14px;padding-top:18px;font-size:12px}}.hp-feat-meta-dot{background:var(--hp-ink-muted);border-radius:50%;width:2px;height:2px}@media (min-width:768px){.hp-feat-meta-dot{width:3px;height:3px}}.hp-regions-section{background:var(--hp-paper);z-index:1;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:28px max(20px,50vw - 600px) 48px;position:relative}@media (min-width:768px){.hp-regions-section{padding:44px max(32px,50vw - 588px) 56px}}.hp-regions-grid{display:block}@media (min-width:768px){.hp-regions-grid{border-top:1px solid var(--hp-line);grid-template-columns:repeat(3,1fr);gap:0;display:grid}}.hp-region-row-m{border-bottom:1px solid var(--hp-line);color:inherit;grid-template-columns:32px 1fr auto;align-items:center;gap:16px;padding:22px 4px;text-decoration:none;transition:background .2s;display:grid}.hp-region-row-m:first-of-type{border-top:1px solid var(--hp-line)}.hp-region-row-m:active{background:var(--hp-moss-soft)}@media (min-width:768px){.hp-region-row-m{display:contents}}.hp-region-cell{border-bottom:1px solid var(--hp-line);color:inherit;flex-direction:column;min-height:100%;padding:28px 20px;text-decoration:none;transition:background .3s;display:flex}@media (min-width:768px){.hp-region-cell{border-right:1px solid var(--hp-line);padding:36px 28px}.hp-region-cell:nth-child(3n){border-right:none}.hp-region-cell:hover{background:var(--hp-moss-soft)}.hp-region-cell:hover .hp-region-name{color:var(--hp-moss-deep)}.hp-region-cell:hover .hp-region-arrow{opacity:1;transform:translate(4px,-4px)}}.hp-region-num{font-family:var(--font-display), Georgia, serif;color:var(--hp-ink-muted);font-size:12px}.hp-region-name{font-family:var(--font-display), Georgia, serif;letter-spacing:-.5px;color:var(--hp-ink);margin:0 0 4px;font-size:22px;font-weight:500;transition:color .3s}@media (min-width:768px){.hp-region-name{letter-spacing:-1px;margin:0 0 8px;font-size:36px}}.hp-region-desc{color:var(--hp-ink-soft);margin-bottom:12px;font-size:12px;line-height:1.5}@media (min-width:768px){.hp-region-desc{margin-bottom:20px;font-size:14px;line-height:1.6}}.hp-region-count{color:var(--hp-ink-muted);letter-spacing:1px;text-transform:uppercase;justify-content:space-between;align-items:center;margin-top:auto;font-size:10px;display:flex}.hp-region-count-m{text-align:right}.hp-region-count-num-m{font-family:var(--font-display), Georgia, serif;color:var(--hp-moss);font-size:18px;font-weight:500}.hp-region-arrow{opacity:.5;color:var(--hp-moss);font-size:18px;transition:all .3s}.hp-how-section{z-index:1;padding:40px 0 48px;position:relative}@media (min-width:768px){.hp-how-section{padding:64px 0 96px}}.hp-how-grid{display:block}@media (min-width:768px){.hp-how-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;display:grid}.hp-how-sticky{position:sticky;top:120px}}.hp-how-step{border-top:1px solid var(--hp-line);grid-template-columns:56px 1fr;gap:16px;padding:24px 4px;display:grid}@media (min-width:768px){.hp-how-step{grid-template-columns:80px 1fr;gap:24px;padding:32px 0;transition:background .3s}.hp-how-step:hover{background:var(--hp-moss-soft);border-radius:8px;margin:0 -16px;padding:32px 16px}.hp-how-step:hover .hp-how-num{color:var(--hp-moss)}}.hp-how-step:last-child{border-bottom:1px solid var(--hp-line)}.hp-how-num{font-family:var(--font-display), Georgia, serif;color:var(--hp-ink-muted);letter-spacing:-1px;font-size:36px;font-weight:400;line-height:1;transition:color .3s}@media (min-width:768px){.hp-how-num{letter-spacing:-2px;font-size:56px}}.hp-how-content h4{font-family:var(--font-display), Georgia, serif;letter-spacing:-.4px;color:var(--hp-ink);margin:0 0 8px;font-size:20px;font-weight:500}@media (min-width:768px){.hp-how-content h4{letter-spacing:-.5px;margin:6px 0 10px;font-size:24px}}.hp-how-content p{color:var(--hp-ink-soft);max-width:460px;margin:0;font-size:13px;line-height:1.6}@media (min-width:768px){.hp-how-content p{font-size:15px;line-height:1.7}}.hp-testimonial-section{background:var(--hp-moss-deep);color:var(--hp-paper);z-index:1;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:56px max(20px,50vw - 600px) 48px;position:relative;overflow:hidden}@media (min-width:768px){.hp-testimonial-section{padding:96px max(32px,50vw - 588px)}}.hp-testimonial-section:before{content:"";background:radial-gradient(circle,#c49b3f2e,#0000 70%);border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}@media (min-width:768px){.hp-testimonial-section:before{background:radial-gradient(circle,#c49b3f26,#0000 70%);width:400px;height:400px;top:-100px;right:-100px}}.hp-testimonial-grid{z-index:1;display:block;position:relative}@media (min-width:768px){.hp-testimonial-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;display:grid}}.hp-testimonial-eyebrow{text-transform:uppercase;letter-spacing:2px;color:#f6f3ec99;align-items:center;gap:8px;margin-bottom:18px;font-size:10px;font-weight:600;display:inline-flex}@media (min-width:768px){.hp-testimonial-eyebrow{letter-spacing:2.5px;gap:10px;margin-bottom:20px;font-size:12px}}.hp-testimonial-eyebrow:before{content:"";background:#f6f3ec66;width:22px;height:1px}@media (min-width:768px){.hp-testimonial-eyebrow:before{width:28px}}.hp-testimonial-h{font-family:var(--font-display), Georgia, serif;letter-spacing:-.8px;color:var(--hp-paper);margin:0 0 32px;font-size:30px;font-weight:400;line-height:1.1}@media (min-width:768px){.hp-testimonial-h{letter-spacing:-1.2px;margin:0;font-size:42px}}.hp-testimonial-h em{color:var(--hp-gold);font-style:italic;font-weight:300}.hp-testimonial-quote{font-family:var(--font-display), Georgia, serif;letter-spacing:-.3px;color:var(--hp-paper);z-index:1;margin:0 0 24px;font-size:20px;font-weight:400;line-height:1.45;position:relative}@media (min-width:768px){.hp-testimonial-quote{letter-spacing:-.4px;margin:0 0 32px;font-size:26px}}.hp-testimonial-quote:before{content:"\"";color:var(--hp-gold);font-size:64px;line-height:1;font-family:var(--font-display), Georgia, serif;position:absolute;top:-36px;left:-4px}@media (min-width:768px){.hp-testimonial-quote:before{font-size:100px;top:-32px;left:-8px}}.hp-testimonial-author{z-index:1;align-items:center;gap:10px;font-size:13px;display:flex;position:relative}.hp-testimonial-avatar{background:linear-gradient(135deg, var(--hp-gold), #a37f30);width:36px;height:36px;font-family:var(--font-display), Georgia, serif;color:var(--hp-moss-deep);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}@media (min-width:768px){.hp-testimonial-avatar{width:44px;height:44px;font-size:16px}}.hp-testimonial-name{color:var(--hp-paper);font-weight:600}.hp-testimonial-context{color:#f6f3ec99;margin-top:2px;font-size:11px}.hp-testimonial-dots{gap:6px;margin-top:24px;display:flex}@media (min-width:768px){.hp-testimonial-dots{gap:8px;margin-top:36px}}.hp-t-dot{cursor:pointer;background:#f6f3ec33;border:none;border-radius:100px;width:18px;height:3px;padding:0;transition:all .3s}@media (min-width:768px){.hp-t-dot{width:24px}}.hp-t-dot--active{background:var(--hp-gold);width:28px}@media (min-width:768px){.hp-t-dot--active{width:40px}}.hp-community-section{z-index:1;padding:56px 0 32px;position:relative}@media (min-width:768px){.hp-community-section{padding:96px 0}}.hp-community-card{background:linear-gradient(160deg, var(--hp-paper), #f0ece1);border:1px solid var(--hp-line);border-radius:22px;padding:32px 24px;display:block;position:relative;overflow:hidden}@media (min-width:768px){.hp-community-card{border-radius:28px;grid-template-columns:1.1fr 1fr;align-items:center;gap:64px;padding:64px;display:grid}}.hp-community-card:before{content:"";background:radial-gradient(circle,#3f6b4a14,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-100px;right:-100px}@media (min-width:768px){.hp-community-card:before{background:radial-gradient(circle,#3f6b4a0f,#0000 70%);width:500px;height:500px;top:-50%;right:-10%}}.hp-community-h{font-family:var(--font-display), Georgia, serif;letter-spacing:-.8px;color:var(--hp-ink);z-index:1;margin:12px 0 14px;font-size:28px;font-weight:400;line-height:1.1;position:relative}@media (min-width:768px){.hp-community-h{letter-spacing:-1.2px;margin:0 0 18px;font-size:40px}}.hp-community-h em{color:var(--hp-moss-deep);font-style:italic;font-weight:300}.hp-community-p{color:var(--hp-ink-soft);z-index:1;margin:0 0 22px;font-size:13px;line-height:1.6;position:relative}@media (min-width:768px){.hp-community-p{margin:0 0 32px;font-size:15px;line-height:1.7}}.hp-community-stats{background:var(--hp-line);z-index:1;border-radius:14px;grid-template-columns:1fr 1fr;gap:1px;margin-bottom:24px;display:grid;position:relative;overflow:hidden}@media (min-width:768px){.hp-community-stats{border-radius:16px;margin-bottom:0}}.hp-c-stat{background:var(--hp-paper);padding:18px 16px}@media (min-width:768px){.hp-c-stat{padding:28px 24px}}.hp-c-stat-num{font-family:var(--font-display), Georgia, serif;letter-spacing:-.6px;color:var(--hp-moss-deep);font-size:26px;font-weight:500;line-height:1}@media (min-width:768px){.hp-c-stat-num{letter-spacing:-1px;font-size:36px}}.hp-c-stat-lbl{color:var(--hp-ink-muted);letter-spacing:.5px;text-transform:uppercase;margin-top:6px;font-size:10px}@media (min-width:768px){.hp-c-stat-lbl{margin-top:8px}}.hp-network-section{z-index:1;padding:32px 0 24px;position:relative}
