.hero{background-color:var(--color-bg-white);padding:6rem 0;border-bottom:1px solid var(--color-border)}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero h1{font-size:3rem;color:var(--color-secondary)}.hero-subtitle{font-size:1.25rem;color:var(--color-text-light);margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center}.link-arrow{color:var(--color-primary);font-weight:600;display:inline-flex;align-items:center}.link-arrow:hover{color:var(--color-primary-dark)}.feature-list{list-style:none}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.home-studio{background:linear-gradient(135deg,#effcf7,#f5f8ff);border-bottom:1px solid var(--color-border)}.home-studio-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);gap:clamp(2rem,5vw,4rem);align-items:center;padding:clamp(1.5rem,4vw,3rem);background:var(--color-bg-white);border:1px solid rgba(5,150,105,.2);border-radius:1.25rem;box-shadow:0 18px 45px #0f172a14}.home-studio-content h2{margin-bottom:1rem;color:var(--color-secondary)}.home-studio-content>p:not(.home-studio-eyebrow){max-width:760px;color:var(--color-text-light);font-size:1.05rem}.home-studio-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--color-primary-dark);font-weight:700}.home-studio-benefits{display:grid;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none}.home-studio-benefits li{display:flex;gap:.65rem;align-items:flex-start}.home-studio-benefits svg{flex:0 0 auto;margin-top:.15rem;color:var(--color-primary)}.home-studio-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}.home-studio-method{padding:1.5rem;color:#fff;background:linear-gradient(145deg,var(--color-secondary),var(--color-primary-dark));border-radius:1rem}.home-studio-method-title{margin-bottom:1rem;font-size:1.15rem;font-weight:700}.home-studio-method ol{display:grid;gap:.65rem;margin:0 0 1.25rem;padding:0;list-style:none}.home-studio-method li{display:grid;grid-template-columns:2.25rem 1fr;gap:.75rem;align-items:center}.home-studio-method li strong{display:grid;width:2.25rem;height:2.25rem;place-items:center;color:var(--color-secondary);background:#fff;border-radius:50%}.home-studio-method>p:last-child{margin:0;color:#ffffffe0;font-size:.95rem}.bg-image-placeholder{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:1rem;height:400px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width: 768px){.hero h1{font-size:2.25rem}.hero-actions{flex-direction:column}.bg-image-placeholder{height:300px;margin-top:2rem}.home-studio-card{grid-template-columns:1fr}.home-studio-actions{align-items:stretch;flex-direction:column}.home-studio-actions .btn{width:100%;text-align:center}}
