@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--gc-dark: #072218;--gc-green: #0A3A2A;--gc-green-light: #165c44;--gc-accent: #10b981;--gc-gold: #C9A227;--gc-gold-light: #e6c145;--gc-gold-glow: rgba(201, 162, 39, .25);--bg-gradient: linear-gradient(135deg, #051a13 0%, #0a3a2a 50%, #05140e 100%);--card-bg: rgba(255, 255, 255, .04);--card-border: rgba(255, 255, 255, .1);--text-main: #f8fafc;--text-muted: #94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--gc-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.hero-wrapper{background:var(--bg-gradient);position:relative;overflow:hidden;padding-bottom:5rem}.hero-glow{position:absolute;top:-150px;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(circle,#c9a22733,#0a3a2a00 70%);pointer-events:none;z-index:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.nav-brand{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none}.nav-brand span{color:var(--gc-gold)}.nav-links{display:flex;gap:2rem;align-items:center;list-style:none}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.nav-link:hover{color:var(--gc-gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.75rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.btn-gold{background:linear-gradient(135deg,var(--gc-gold),var(--gc-gold-light));color:#072218;box-shadow:0 4px 20px var(--gc-gold-glow)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a22766}.btn-outline{background:#ffffff0d;border-color:#fff3;color:#fff}.btn-outline:hover{background:#ffffff1f;border-color:var(--gc-gold);color:var(--gc-gold)}.hero-content{text-align:center;padding:5rem 1rem 3rem;max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:9999px;background:#c9a2271f;border:1px solid rgba(201,162,39,.3);color:var(--gc-gold-light);font-size:.875rem;font-weight:700;margin-bottom:2rem;letter-spacing:.03em}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;background:linear-gradient(180deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-title span{background:linear-gradient(135deg,var(--gc-gold),var(--gc-gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.2rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:750px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.qr-section{padding:5rem 0;background:#0000004d}.section-title{text-align:center;font-size:2.25rem;font-weight:800;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-bottom:3.5rem}.qr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:900px;margin:0 auto}.qr-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem 2rem;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.qr-card:hover{transform:translateY(-6px);border-color:var(--gc-gold);box-shadow:0 20px 40px #0006}.qr-icon-wrapper{width:60px;height:60px;border-radius:16px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:1.75rem;background:#ffffff0f}.qr-card-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.qr-card-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:1.75rem}.qr-box{background:#fff;padding:1.25rem;border-radius:16px;display:inline-block;margin-bottom:1.75rem;box-shadow:0 10px 25px #0000004d}.qr-box img{display:block;width:160px;height:160px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:4rem 0}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem 1.5rem;text-align:center}.stat-number{font-size:2.75rem;font-weight:800;color:var(--gc-gold);line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-muted);font-size:.95rem;font-weight:600}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:950px;margin:0 auto}.price-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem 2.25rem;display:flex;flex-direction:column;position:relative}.price-card.featured{background:linear-gradient(180deg,#0a3a2a80,#05140ecc);border:2px solid var(--gc-gold);box-shadow:0 20px 40px #c9a22726}.price-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--gc-gold);color:#072218;padding:.35rem 1.25rem;border-radius:9999px;font-size:.8rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.price-header{margin-bottom:2rem;text-align:center}.price-title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.price-amount{font-size:3.25rem;font-weight:800;color:#fff}.price-amount span{font-size:1.1rem;color:var(--text-muted);font-weight:500}.price-features{list-style:none;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}.price-feature{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#e2e8f0}.price-feature.disabled{color:#64748b;text-decoration:line-through}.check-icon{color:var(--gc-gold);flex-shrink:0}.nav-brand-img{width:38px;height:38px;border-radius:10px;box-shadow:0 4px 12px #0000004d;display:block}.footer{background:linear-gradient(180deg,#072218b3,#03120c);border-top:1px solid rgba(201,162,39,.25);padding:4.5rem 0 2.5rem;color:var(--text-muted);position:relative}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(900px,90%);height:1px;background:linear-gradient(90deg,transparent,var(--gc-gold),transparent);opacity:.7}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:.85rem;text-decoration:none}.footer-logo-img{width:36px;height:36px;border-radius:10px;box-shadow:0 4px 14px #0006;display:block}.footer-brand-text{font-size:1.4rem;font-weight:800;letter-spacing:.02em;color:#fff}.footer-brand-text span{color:var(--gc-gold)}.footer-nav{display:flex;align-items:center;flex-wrap:wrap;gap:2rem}.footer-link-btn{background:transparent;border:none;outline:none;color:#94a3b8;font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;padding:.4rem .25rem;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}.footer-link-btn:hover{color:var(--gc-gold);transform:translateY(-1px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem;font-size:.875rem;color:#64748b}.footer-bottom p{margin:0;line-height:1.5}.footer-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .9rem;border-radius:9999px;background:#0a3a2ab3;border:1px solid rgba(201,162,39,.3);color:#cbd5e1;font-size:.8rem;font-weight:600}.info-banner{background:linear-gradient(135deg,#c9a22726,#0a3a2a80);border:1px solid rgba(201,162,39,.45);border-radius:20px;padding:1.75rem 2rem;margin-bottom:3rem;display:flex;align-items:flex-start;gap:1.5rem;box-shadow:0 12px 35px #00000059;position:relative;overflow:hidden}.info-banner:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,var(--gc-gold-light),var(--gc-gold))}.info-banner-icon{width:52px;height:52px;border-radius:14px;background:#c9a22733;border:1px solid rgba(201,162,39,.5);color:var(--gc-gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-banner-content{flex:1}.info-banner-header{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.6rem}.info-banner-title{font-size:1.2rem;font-weight:800;color:var(--gc-gold)}.info-banner-tag{font-size:.75rem;font-weight:800;letter-spacing:.06em;padding:.3rem .85rem;border-radius:9999px;background:#c9a22740;border:1px solid rgba(201,162,39,.5);color:var(--gc-gold-light);text-transform:uppercase}.info-banner-text{font-size:.95rem;color:#e2e8f0;line-height:1.65}.info-banner-text strong{color:#fff;font-weight:700}.escalas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.escala-card{background:#ffffff09;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.escala-card:hover{transform:translateY(-4px);border-color:#c9a22799;background:#ffffff0f;box-shadow:0 15px 35px #0006}.escala-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:.85rem}.escala-icon-box{width:48px;height:48px;border-radius:14px;background:#0a3a2ad9;border:1px solid rgba(201,162,39,.35);color:var(--gc-gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.escala-card-title{font-size:1.15rem;font-weight:700;color:#fff;line-height:1.3}.escala-card-desc{font-size:.92rem;color:var(--text-muted);line-height:1.55}.escala-card.featured-span{grid-column:1 / -1}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-content{background:#0b2b1f;border:1px solid rgba(201,162,39,.4);max-width:650px;width:100%;max-height:85vh;border-radius:24px;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;overflow:hidden}.modal-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:700;color:var(--gc-gold);display:flex;align-items:center;gap:.5rem}.modal-close-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{color:#fff}.modal-body{padding:1.5rem;overflow-y:auto;font-size:.9rem;color:#cbd5e1;display:flex;flex-direction:column;gap:1rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end}@media (max-width: 768px){.hero-title{font-size:2.25rem}.nav-links{display:none}.info-banner{flex-direction:column;padding:1.5rem;gap:1rem}.footer-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-nav{justify-content:center;gap:1.25rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}}
