@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";.hero{background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 60px;display:flex;position:relative;overflow:hidden}.orb{filter:blur(100px);opacity:.3;pointer-events:none;border-radius:50%;position:absolute}.orb-1{background:#d4af37;width:400px;height:400px;top:-100px;right:20%}.orb-2{background:#8b7355;width:300px;height:300px;bottom:20%;left:-50px}.hero-container{z-index:1;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:flex}.hero-content{flex-direction:column;flex:1;justify-content:center;max-width:520px;display:flex}.hero-title{color:#fff;letter-spacing:-3px;text-transform:uppercase;margin-bottom:20px;font-family:Montserrat,sans-serif;font-size:68px;font-weight:900;line-height:1}.hero-subtitle{color:#a0a0a0;max-width:440px;margin-bottom:32px;font-family:Montserrat,sans-serif;font-size:15px;font-weight:500;line-height:1.7}.hero-buttons{gap:16px;display:flex}.btn-primary{color:#0a0a0a;cursor:pointer;letter-spacing:.5px;background:#ffc400;border:none;border-radius:8px;padding:16px 36px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;transition:all .3s}.btn-primary:hover{background:#e6b000;transform:translateY(-2px)}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:8px;padding:16px 36px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;transition:all .3s}.btn-secondary:hover{color:#ffc400;border-color:#ffc400}.hero-card{perspective:1000px;width:340px;height:220px;transform-style:preserve-3d;transition:transform .3s ease-out;position:relative}.card-gold{z-index:2;background:linear-gradient(135deg,#d4af37 0%,#b8941f 50%,#8b6914 100%);border-radius:16px;width:280px;height:175px;padding:20px;position:absolute;top:0;right:0;transform:rotate(-8deg);box-shadow:0 20px 40px #d4af374d}.card-silver{z-index:1;background:linear-gradient(135deg,#e8e8e8 0%,silver 50%,#a0a0a0 100%);border-radius:16px;width:280px;height:175px;padding:20px;position:absolute;bottom:0;left:0;transform:rotate(5deg);box-shadow:0 10px 30px #0000004d}.card-chip{background:linear-gradient(135deg,#e0c060 0%,#c0a040 100%);border-radius:6px;width:40px;height:28px;margin-bottom:30px;position:relative}.card-chip:after{content:"";border:1px solid #0003;border-radius:4px;width:24px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-logo{color:#0009;font-family:Montserrat,sans-serif;font-size:20px;font-weight:900;position:absolute;top:20px;right:20px}.card-number{letter-spacing:2px;color:#000c;margin-bottom:8px;font-family:Courier New,monospace;font-size:16px;font-weight:700}.card-date{color:#0009;font-size:12px}.card-wifi{border:2px solid #0000004d;border-radius:50%;width:30px;height:30px;position:absolute;bottom:20px;right:20px}.hero-features{z-index:1;border-top:1px solid #ffffff0d;justify-content:center;align-items:center;gap:40px;width:100%;max-width:1200px;margin-top:32px;padding:24px 0 0;display:flex}.feature{align-items:center;gap:16px;display:flex}.feature-icon{color:#ffc400;background:#d4af371a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.feature-text{flex-direction:column;gap:2px;display:flex}.feature-text strong{color:#fff;font-family:Montserrat,sans-serif;font-size:13px;font-weight:800}.feature-text span{color:#888;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500}.feature-divider{background:#ffffff1a;width:1px;height:40px}@media (width<=968px){.hero{justify-content:flex-start;padding:60px 24px 30px}.hero-container{text-align:center;flex-direction:column;gap:40px}.hero-content{align-items:center}.hero-title{letter-spacing:-1.5px;font-size:44px}.hero-subtitle{max-width:100%}.hero-buttons{justify-content:center}.hero-card{width:280px;height:180px}.card-gold,.card-silver{width:220px;height:140px}.hero-features{flex-direction:column;gap:20px;margin-top:24px}.feature-divider{display:none}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:Montserrat,sans-serif}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100vh;margin:0}
