*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;height:100dvh;overflow:hidden;background-color:#fafafa;color:#141414;font-family:'Barlow',sans-serif;display:flex;flex-direction:column;align-items:center}.wrapper{display:flex;flex-direction:column;width:100%;max-width:550px;height:100%;padding:1.5rem 1rem;text-align:center;position:relative}header{flex:0 0 auto;padding-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.brand-container{display:flex;align-items:center;gap:10px;background:#fff;padding:8px 16px;border-radius:20px;border:2px solid #141414;box-shadow:0 3px 0 #141414}.logo{height:28px;width:auto}.brand-name{font-size:1.4rem;font-weight:800;letter-spacing:-0.03em;color:#141414;text-transform:lowercase}main{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}h1{font-size:clamp(1.6rem,7vw,2.4rem);font-weight:800;line-height:1.1;margin-bottom:.6rem;color:#141414;letter-spacing:-0.02em}.subtitle{font-size:clamp(0.9rem,4vw,1.05rem);color:#444;margin-bottom:1.5rem;line-height:1.4;max-width:95%}.hero-map{position:relative;width:100%;flex:1 1 auto;min-height:180px;max-height:300px;background:#fff;border-radius:16px;border:2px solid #141414;box-shadow:0 6px 0 rgba(20,20,20,0.08);overflow:hidden;margin-bottom:1.5rem}.topo{stroke-dasharray:800;stroke-dashoffset:800}.node{position:absolute;display:flex;flex-direction:column;align-items:center;cursor:pointer;opacity:0;transform:translateY(15px);animation:fU .6s cubic-bezier(.16,1,.3,1) forwards;z-index:2}.n1{top:20%;left:10%;animation-delay:.3s}.n2{top:35%;right:15%;animation-delay:.5s}.n3{bottom:30%;left:20%;animation-delay:.7s}.n4{bottom:15%;right:25%;animation-delay:.9s}.pin{width:14px;height:14px;background:#141414;border:3px solid #fffc00;border-radius:50%;box-shadow:0 0 0 0 rgba(255,252,0,.7);transition:transform .2s}.node:hover .pin,.node:active .pin{animation:pP 1.5s infinite;transform:scale(1.2)}.node span{margin-top:8px;font-size:.7rem;font-weight:700;color:#141414;background:#fff;padding:4px 10px;border-radius:8px;white-space:nowrap;border:2px solid #141414;box-shadow:0 2px 0 #141414}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;width:100%}.chip{font-size:.75rem;font-weight:700;background:#fff;border:1px solid #ddd;color:#555;padding:6px 14px;border-radius:12px;letter-spacing:.02em;transition:all .2s}.chip:hover{background:#fffc00;color:#141414;border-color:#141414}.next-step{font-size:.8rem;font-weight:800;color:#666;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;transition:all .5s ease;padding:6px 16px;border-radius:12px}.next-step.highlight{color:#141414;background:#fffc00;transform:scale(1.05)}.cta-btn{display:flex;align-items:center;justify-content:center;background:#fffc00;color:#141414;text-decoration:none;font-size:clamp(1.2rem,5vw,1.4rem);font-weight:800;padding:1.2rem 2rem;width:100%;max-width:360px;border-radius:16px;border:3px solid #141414;box-shadow:0 6px 0 #141414;transition:all .1s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;user-select:none;outline:0;text-transform:uppercase;letter-spacing:.02em}.cta-btn:focus-visible{outline:2px solid #141414;outline-offset:4px}.cta-btn:active{transform:translateY(6px);box-shadow:0 0 0 #141414;background:#f0ed00}footer{flex:0 0 auto;padding-top:1.5rem;display:flex;gap:1.5rem;justify-content:center;font-size:.75rem;font-weight:700;color:#888}footer a{color:inherit;text-decoration:none;transition:color .2s}footer a:hover{color:#141414}@keyframes fU{to{transform:translateY(0);opacity:1}}@keyframes pP{0%{box-shadow:0 0 0 0 rgba(255,252,0,.8)}70%{box-shadow:0 0 0 10px rgba(255,252,0,0)}100%{box-shadow:0 0 0 0 rgba(255,252,0,0)}}@keyframes lR{to{stroke-dashoffset:0}}