@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;font-family:Roboto,sans-serif}:root{--container-max: 1200px;--space-1: clamp(6px, .6vw, 10px);--space-2: clamp(12px, 1.2vw, 20px);--space-3: clamp(16px, 2vw, 28px);--space-4: clamp(20px, 3vw, 40px);--hero-h1: clamp(36px, 10vw, 108px);--hero-lh: clamp(38px, 9.5vw, 102px)}.container{width:min(100%,var(--container-max));margin-inline:auto;padding-inline:clamp(12px,4vw,32px)}nav{display:flex;justify-content:space-between;align-items:center;min-height:64px;padding-block:var(--space-2);gap:var(--space-2)}nav ul{display:flex;list-style:none;gap:clamp(12px,3vw,25px);flex-wrap:wrap;align-items:center;justify-content:flex-end}button{all:unset;display:inline-block;cursor:pointer;padding:8px 16px;min-height:36px;color:#000;font-weight:600;border:2px solid #000;border-radius:10px;line-height:1}.hero{display:flex;align-items:center;gap:var(--space-4);min-height:calc(100svh - 72px);padding-block:var(--space-4)}.hero h1{font-weight:800;font-size:var(--hero-h1);line-height:var(--hero-lh)}.hero p{padding-block:var(--space-1);font-family:Inter,sans-serif;font-weight:400;color:gray;max-width:65ch}.hero-btn{padding-block:var(--space-2);display:flex;gap:var(--space-2);flex-wrap:wrap}@media (max-width: 1024px){nav{min-height:60px}.hero{gap:var(--space-3)}}@media (max-width: 768px){nav{flex-wrap:wrap}nav ul{width:100%;justify-content:flex-start;gap:16px}.hero{flex-direction:column;align-items:flex-start;min-height:unset}}@media (max-width: 480px){:root{--space-2: 12px;--space-3: 16px}button{width:100%;text-align:center}.hero h1{line-height:1.05}}
