.homepage-hero,.homepage-products,.homepage-blog{color:var(--custom-text)}.homepage-hero h1,.homepage-section-heading h2,.homepage-product-content h3{color:var(--custom-heading)!important}.homepage-hero p,.homepage-product-content p{color:var(--custom-muted)}.homepage-hero{position:relative;margin-bottom:4rem;padding:5rem 2rem;overflow:hidden;border:1px solid var(--custom-border);border-radius:var(--custom-radius-lg);background:radial-gradient(circle at top right,rgba(52,73,94,.1),transparent 45%),radial-gradient(circle at bottom left,rgba(52,73,94,5%),transparent 40%)}[data-scheme=dark] .homepage-hero{background:radial-gradient(circle at top right,rgba(236,240,241,9%),transparent 45%),radial-gradient(circle at bottom left,rgba(236,240,241,4%),transparent 40%)}.homepage-hero-content{max-width:760px;margin:0 auto;text-align:center}.homepage-eyebrow{display:inline-block;margin-bottom:1.25rem;color:var(--custom-accent)!important;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.homepage-hero h1{margin:0 0 1rem;font-size:clamp(2.9rem,6vw,4.6rem);line-height:1.08;font-weight:800;letter-spacing:-.04em}.homepage-hero-description{max-width:620px;margin:0 auto;font-size:1.65rem;line-height:1.8}.homepage-hero-actions{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:2rem}.homepage-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1.25rem;border-radius:10px;font-size:1.4rem;font-weight:600;text-decoration:none!important;transition:transform var(--custom-transition),box-shadow var(--custom-transition),background-color var(--custom-transition),border-color var(--custom-transition),color var(--custom-transition)}.homepage-button:hover{transform:translateY(-2px);text-decoration:none!important}.homepage-button-primary{color:var(--custom-button-text)!important;background:var(--custom-button-bg)!important;border:1px solid var(--custom-button-bg);box-shadow:0 6px 20px rgba(52,73,94,.2)}.homepage-button-primary:hover{color:var(--custom-button-text)!important;background:var(--custom-button-hover)!important;border-color:var(--custom-button-hover);box-shadow:0 10px 25px rgba(52,73,94,.28)}.homepage-button-secondary{color:var(--custom-heading)!important;border:1px solid var(--custom-border);background:var(--custom-card)!important}.homepage-button-secondary:hover{color:var(--custom-accent)!important;border-color:var(--custom-accent)}.homepage-products,.homepage-blog{margin-bottom:4.5rem}.homepage-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.homepage-section-heading h2{margin:.25rem 0 0;font-size:2.15rem;line-height:1.3;font-weight:750;letter-spacing:-.025em}.homepage-section-heading>a{flex-shrink:0;color:var(--custom-accent)!important;font-size:1.3rem;font-weight:600;text-decoration:none!important}.homepage-section-heading>a:hover{color:var(--custom-accent-hover)!important;text-decoration:underline!important}.homepage-section-label{display:block;color:var(--custom-accent)!important;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.homepage-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.homepage-product-card{display:flex;flex-direction:column;height:100%;padding:1.5rem;border:1px solid var(--custom-border);border-radius:var(--custom-radius-md);background:var(--custom-card);box-shadow:var(--custom-shadow-sm);transition:transform var(--custom-transition),box-shadow var(--custom-transition),border-color var(--custom-transition)}.homepage-product-card:hover{transform:translateY(-4px);border-color:var(--custom-accent);box-shadow:var(--custom-shadow-md)}.homepage-product-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:1.25rem;border-radius:12px;background:var(--custom-soft);font-size:1.9rem}.homepage-product-content{display:flex;flex:1;flex-direction:column}.homepage-product-content h3{margin:0 0 .75rem;font-size:1.6rem;line-height:1.4;font-weight:700;letter-spacing:-.015em}.homepage-product-content p{margin:0;font-size:1.4rem;line-height:1.7}.homepage-product-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:1.5rem}.homepage-product-links a{display:inline-flex;align-items:center;color:var(--custom-accent)!important;font-size:1.25rem;font-weight:600;text-decoration:none!important}.homepage-product-links a:hover{color:var(--custom-accent-hover)!important;text-decoration:underline!important}.homepage-blog{margin-top:1rem}.homepage-blog .article-list{margin-top:0}.homepage-blog .article-list>article{margin-bottom:1rem}.homepage-hero+.site-footer{margin-top:2rem}.homepage-button:focus-visible,.homepage-product-links a:focus-visible{outline:2px solid var(--custom-accent);outline-offset:3px}@media(max-width:1200px){.homepage-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.homepage-hero{margin-bottom:3rem;padding:3rem 1.25rem;border-radius:var(--custom-radius-md)}.homepage-hero h1{font-size:2.9rem}.homepage-hero-description{font-size:1.5rem}.homepage-hero-actions{flex-direction:column;width:100%}.homepage-button{width:100%}.homepage-section-heading{align-items:flex-start;flex-direction:column}.homepage-product-grid{grid-template-columns:1fr}.homepage-product-content h3{font-size:1.4rem}.homepage-product-content p{font-size:1.2rem}.homepage-product-links a{font-size:1.1rem}.homepage-products,.homepage-blog{margin-bottom:3rem}.homepage-product-card{padding:1.25rem}}@media(max-width:420px){.homepage-hero{padding:2.5rem 1rem}.homepage-hero h1{font-size:2.5rem}.homepage-section-heading h2{font-size:1.9rem}}@media(prefers-reduced-motion:reduce){.homepage-button,.homepage-product-card{transition:none}.homepage-button:hover,.homepage-product-card:hover{transform:none}}