.container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem;background:var(--bg)}.content{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1.5rem}.title{font-size:clamp(2rem,8vw,4rem);font-weight:400;letter-spacing:-.025em;line-height:1.1;color:var(--primary)}.subTitle{font-weight:700}.stepsList{background:var(--white);padding:1.5rem;border:1px solid var(--border);list-style:none;counter-reset:step-counter;box-shadow:var(--shadow-sm)}.stepsList li{font-size:1.1rem;color:var(--text-muted);margin:1rem 0;line-height:1.5;counter-increment:step-counter;position:relative;padding-left:2rem}.stepsList li:first-child{margin-top:0}.stepsList li:last-child{margin-bottom:0}.stepsList li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.createButton,.stepsList li:before{background:var(--primary);color:var(--white);font-weight:600}.createButton{display:inline-flex;padding:1rem 2rem;text-decoration:none;font-size:1.1rem;transition:all .2s ease;cursor:pointer;white-space:nowrap}.createButton:hover{background:var(--primary-dark)}@media (max-width:768px){.container{padding:1rem .75rem}.content{gap:1.25rem}.title{font-size:clamp(1.75rem,10vw,3rem)}.stepsList{padding:1.25rem}.stepsList li{font-size:1rem;margin:.75rem 0;padding-left:1.75rem}.stepsList li:before{width:1.25rem;height:1.25rem;font-size:.75rem}.createButton{padding:.875rem 1.5rem;font-size:1rem;width:100%}}@media (max-width:480px){.container{padding:.75rem .5rem}.content{gap:1rem}.stepsList{padding:1rem}.stepsList li{font-size:.95rem;margin:.5rem 0}.title{font-size:clamp(1.5rem,12vw,2.5rem)}}