@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap";.home{min-height:100vh;background:#fff;color:#0a0a0a;font-family:Cormorant Garamond,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home::selection{background:#1a2332;color:#fff}.home__nav{background-color:#f9f9f9;width:100%;padding:2rem 1.5rem;border-bottom:1px solid #f3f4f6}.home__nav-inner{max-width:72rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.home__logo{font-size:1.5rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.home__nav-links{display:none;font-weight:500}@media(min-width:768px){.home__nav-links{display:flex;gap:2rem;font-size:1.25rem}}.home__nav-link{color:inherit;text-decoration:none;transition:color .3s}.home__nav-link:hover{color:#1a2332;text-decoration:underline}.home__nav-button{padding:.5rem 1.5rem;border:1px solid #0a0a0a;color:inherit;text-decoration:none;font-size:1.25rem;transition:all .3s;font-weight:500}.home__nav-button:hover{background:#0a0a0a;color:#fff}.home__hero{padding:6rem 1.5rem 5rem;text-align:center}.home__hero-inner{max-width:48rem;margin:0 auto}.home__hero-icon{margin-bottom:1.5rem;display:flex;justify-content:center;color:#1a2332;opacity:.8}.home__hero-title{font-size:3rem;font-weight:500;line-height:1.1;margin-bottom:2rem;color:#0a0a0a}@media(min-width:768px){.home__hero-title{font-size:4.5rem}}.home__hero-title .italic{font-style:italic}.home__hero-description{font-size:1.125rem;line-height:1.8;color:#333;margin-bottom:3rem;max-width:40rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.home__hero-description{font-size:1.35rem}}.home__hero-cta{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}@media(min-width:640px){.home__hero-cta{flex-direction:row}}.home__btn-primary,.home__btn-secondary{display:inline-block;padding:1rem 2.5rem;font-size:1.25rem;text-decoration:none;transition:all .3s;font-weight:600}.home__btn-primary{background:#1a2332;color:#fff}.home__btn-primary:hover{opacity:.9}.home__btn-secondary{border:1px solid #d1d5db;color:#0a0a0a;background:#fff}.home__btn-secondary:hover{border-color:#0a0a0a}.home__features{padding:4rem 1.5rem;background:#fff}.home__features-inner{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.home__features-inner{grid-template-columns:repeat(3,1fr)}}.home__feature-card{padding:2.5rem;border:1px solid #e5e7eb;text-align:center;transition:border-color .5s}.home__feature-card:hover{border-color:#9ca3af}.home__feature-card .home__feature-icon{margin-bottom:1.5rem;display:flex;justify-content:center;color:#1a2332;transition:transform .5s}.home__feature-card:hover .home__feature-icon{transform:scale(1.1)}.home__feature-title{font-size:1.75rem;font-weight:500;margin-bottom:1rem;color:#0a0a0a}.home__feature-description{font-size:1.25rem;line-height:1.6;color:#444}.home__steps-section{padding:4rem 1.5rem;background:#fafafa}.home__steps-inner{max-width:64rem;margin:0 auto}.home__steps-title{font-size:2.5rem;font-weight:500;text-align:center;margin-bottom:5rem}@media(min-width:768px){.home__steps-title{font-size:3rem}}.home__steps-list{display:flex;flex-direction:column;gap:4rem}.home__step-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media(min-width:768px){.home__step-item{flex-direction:row;align-items:flex-start;text-align:left}}.home__step-number{flex-shrink:0;font-size:5rem;font-weight:300;color:#000;opacity:.2;line-height:1;font-family:Cormorant Garamond,serif}@media(min-width:768px){.home__step-number{font-size:6rem}}.home__step-content{padding-top:1rem}.home__step-title{font-size:2rem;font-weight:500;margin-bottom:.75rem}.home__step-description{font-size:1.5rem;line-height:1.6;color:#444;max-width:28rem}.home__testimonial{padding:8rem 1.5rem;background:#fff;text-align:center}.home__testimonial-inner{max-width:48rem;margin:0 auto}.home__testimonial-icon{margin-bottom:2rem;display:flex;justify-content:center;color:#1a2332;opacity:.6}.home__testimonial-text{font-size:1.5rem;font-style:italic;line-height:1.6;font-weight:300;color:#333}@media(min-width:768px){.home__testimonial-text{font-size:2rem}}.home__cta-section{padding:4rem 1.5rem;background:#1a2332;color:#fff;text-align:center}.home__cta-inner{margin:0 auto}.home__cta-title{font-size:3rem;font-weight:500;margin-bottom:1.5rem}.home__cta-description{font-size:1.5rem;color:#d1d5db;margin-bottom:2.5rem;line-height:1.6}.home__cta-button{display:inline-block;padding:1rem 3rem;background:#fff;color:#1a2332;font-size:1.25rem;text-decoration:none;transition:background-color .3s}.home__cta-button:hover{background:#f3f4f6}.home__footer{padding:4rem 1.5rem;background:#fff;border-top:1px solid #f3f4f6}.home__footer-inner{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:768px){.home__footer-inner{flex-direction:row;justify-content:space-between}}.home__footer-logo{font-size:1.5rem;font-weight:600}.home__footer-links{display:flex;gap:2rem}.home__footer-link{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#666;text-decoration:none;transition:color .3s}.home__footer-link:hover{color:#0a0a0a}.home__footer-copy{font-size:.875rem;color:#666}
