*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;color:#222;background:#fafafa}.home-page{min-height:100vh;display:flex;flex-direction:column;min-width:0;max-width:100%}.home-header{border-bottom:1px solid #ddd;background:#fff}.home-header__inner{max-width:1100px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.home-header__brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.home-header__logo{width:32px;height:32px;border:1px solid #ccc;background:#f0f0f0;border-radius:4px}.home-header__name{font-weight:600;font-size:1rem}.home-header__nav{flex:1;min-width:0}.home-header__nav-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.home-header__nav-link,.home-header__cta,.home-hero__cta,.home-footer__nav-link{font:inherit;cursor:pointer}.home-header__nav-link{padding:8px 12px;border:1px solid transparent;background:transparent;color:inherit}.home-header__nav-link:hover{background:#f5f5f5;border-color:#ddd}.home-header__cta{padding:8px 16px;border:1px solid #999;background:#f5f5f5;font-weight:600;margin-left:auto}.home-header__cta:hover{background:#ebebeb}.home-hero{padding:40px 20px;background:#fff}.home-hero__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px;align-items:start}.home-hero__headline{margin:0 0 16px;font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.25}.home-hero__description{margin:0 0 24px;max-width:52ch;line-height:1.6;color:#555}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.home-hero__cta{padding:10px 20px;border:1px solid #999;font-weight:600}.home-hero__cta--primary{background:#e8e8e8}.home-hero__cta--primary:hover{background:#ddd}.home-hero__cta--secondary{background:#fff}.home-hero__cta--secondary:hover{background:#f5f5f5}.home-hero__widget{width:100%;max-width:420px;min-width:0;justify-self:center}.home-section{padding:48px 20px;border-top:1px solid #eee}.home-section:nth-of-type(2n){background:#fff}.home-section__inner{max-width:1100px;margin:0 auto}.home-section__title{margin:0 0 24px;font-size:1.5rem;text-align:center}.home-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;list-style:none;margin:0;padding:0}.home-section__card{padding:20px;border:1px solid #ddd;background:#fafafa}.home-section:nth-of-type(2n) .home-section__card{background:#f5f5f5}.home-section__card-title{margin:0 0 8px;font-size:1rem}.home-section__card-text{margin:0;font-size:.9rem;line-height:1.5;color:#555}.home-footer{margin-top:auto;padding:32px 20px;border-top:1px solid #ddd;background:#fff}.home-footer__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.home-footer__name{font-weight:600}.home-footer__note{margin:8px 0 0;max-width:60ch;font-size:.875rem;line-height:1.5;color:#666}.home-footer__nav-list{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.home-footer__nav-link{padding:0;border:none;background:transparent;color:#444;text-decoration:underline}.home-footer__nav-link:hover{color:#000}.home-footer__copyright{margin:0;font-size:.8rem;color:#888}@media(max-width:480px){.home-header__inner{padding:16px 12px;gap:12px}.home-header__brand{min-width:0;flex:1 1 auto}.home-header__name{overflow-wrap:anywhere}.home-header__nav{flex:1 1 100%;min-width:0}.home-header__nav-list{gap:6px}.home-header__nav-link{padding:8px 10px}.home-header__cta{margin-left:0;width:100%;text-align:center}.home-hero{padding:32px 12px}}@media(min-width:768px){.home-hero__inner{grid-template-columns:1fr minmax(320px,420px);align-items:center;gap:48px}.home-hero__widget{justify-self:end}}
