@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap";:root{--color-green:#a3b86c;--color-pink:#d87f75;--gradient-brand:linear-gradient(135deg, var(--color-green) 0%, var(--color-pink) 100%);--gradient-bg:linear-gradient(135deg, #f4f7ef 0%, #fdf3f2 100%);--color-white:#fff;--color-text-dark:#1e2535;--color-text-light:#6b7280;--color-input-bg:#f9fafb;--color-border:#e5e7eb}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Montserrat,sans-serif}body{background:var(--gradient-bg);color:var(--color-text-dark);min-height:100vh}.page-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-grow:1;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.footer{text-align:center;color:var(--color-text-light);padding:2rem;font-size:.875rem;font-weight:500}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.header{text-align:center;background:0 0;padding:2.5rem 1rem 1rem}.header h1{color:var(--color-text-dark);letter-spacing:1px;margin-bottom:.25rem;font-size:2.75rem;font-weight:800}.header h1 span{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header p{color:var(--color-text-light);font-size:1.05rem;font-weight:500}.header-divider{background:var(--gradient-brand);opacity:.8;border:none;border-radius:2px;width:60px;height:2px;margin:.75rem auto}.form-label{color:var(--color-text-dark);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-input{border:1.5px solid var(--color-border);background-color:var(--color-input-bg);width:100%;color:var(--color-text-dark);border-radius:10px;padding:.85rem 1.2rem;font-size:1rem;font-weight:500;transition:all .3s}.form-input::placeholder{color:#9ca3af;font-weight:400}.form-input:focus{border-color:var(--color-green);background-color:var(--color-white);outline:none;box-shadow:0 0 0 4px #a3b86c26}.form-group{margin-bottom:1.25rem}.btn-primary{background:var(--gradient-brand);width:100%;color:var(--color-white);cursor:pointer;border:none;border-radius:10px;margin-top:1.5rem;padding:1.1rem;font-size:1.05rem;font-weight:600;transition:transform .2s,box-shadow .3s;box-shadow:0 4px 15px #d87f754d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d87f7573}.btn-primary:active{transform:translateY(0)}.form-container{background-color:var(--color-white);border-radius:16px;width:100%;max-width:520px;padding:2.5rem;box-shadow:0 20px 40px #0000000f,0 1px 3px #0000000d}.form-title{text-align:center;color:var(--color-text-dark);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.thank-you-container{background-color:var(--color-white);text-align:center;border-radius:16px;width:100%;max-width:520px;padding:3rem 2.5rem;animation:.5s ease-in-out fadeIn;box-shadow:0 20px 40px #0000000f,0 1px 3px #0000000d}.icon-wrapper{background:var(--gradient-brand);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 20px #a3b86c4d}.check-icon{color:#fff;width:40px;height:40px}.thank-you-title{color:var(--color-text-dark);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.thank-you-description{color:var(--color-text-light);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
