@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--bg-cream:#fdf6ee;--primary-green:#1fa856;--primary-orange:#f28c38;--primary-orange-hover:#e07b27;--bg-dark:#0c0d0f;--card-dark:#16181d;--card-cream:#fffbf7;--border-cream:#f28c3826;--border-green:#1fa85633;--text-dark:#1e2027;--text-muted:#5c5e69;--text-light:#fdfdfd;--text-light-muted:#a9abb6;--font-heading:"Plus Jakarta Sans", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.75rem;--radius-xl:2.5rem;--radius-pill:9999px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-cream);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.25}p{color:var(--text-muted)}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;font-family:var(--font-body);transition:var(--transition);background:0 0;border:none}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 1.5rem}.welcome-tag{color:var(--primary-green);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.header-nav{z-index:100;background:0 0;width:100%;position:absolute;top:0;left:0}.header-container{justify-content:space-between;align-items:flex-start;max-width:95vw;margin:0 auto;padding:1.5rem 2rem;display:flex;position:relative}.header-left{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.nav-pill{color:var(--text-light);border-radius:var(--radius-pill);transition:var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1px solid #ffffff59;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500}.nav-pill:hover{border-color:var(--text-light);color:var(--text-light);background:#ffffff26}.header-center{z-index:10;justify-content:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.logo-badge-hanging{transition:var(--transition);background:#fff;border:1px solid #fffc;border-top:none;border-radius:0 0 24px 24px;justify-content:center;align-items:center;margin-top:-1.5rem;padding:1.5rem 2rem 1.25rem;display:flex;box-shadow:0 8px 30px #00000026}.logo-badge-hanging:hover{transform:translateY(4px)}.logo-badge-hanging .logo-svg{width:auto;height:30px}.header-right{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.btn-ver-mais{background-color:var(--text-light);color:var(--text-dark);border-radius:var(--radius-pill);transition:var(--transition);padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 10px #0000001a}.btn-ver-mais:hover{filter:brightness(.95);transform:translateY(-1px)}@media (width<=767px){.header-left,.header-right{display:none}.header-container{justify-content:center}.header-center{position:static;transform:none}}.custom-hero-section{background-color:var(--bg-cream);max-width:100vw;margin:0 auto;padding:1.5rem}.hero-rounded-card{border-radius:var(--radius-xl);height:50vw;min-height:650px;box-shadow:var(--shadow-lg);background:url(/assets/tennis_hero_bg.png) 50%/cover no-repeat;border:1px solid #ffffff1a;align-items:flex-end;padding:8rem 2.5rem 3.5rem;display:flex;position:relative;overflow:hidden}.hero-rounded-card:before{content:"";z-index:1;background:linear-gradient(#0000004d 0%,#0000001a 40%,#000000a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-grid-content{z-index:2;grid-template-columns:1fr;align-items:flex-end;gap:2.5rem;width:100%;display:grid;position:relative}.hero-col-left{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero-mini-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:var(--text-light);background:#ffffff26;border:1px solid #fff3;align-items:center;margin-bottom:1.25rem;padding:.4rem 1.15rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-impact-title{color:var(--text-light);letter-spacing:-.03em;max-width:750px;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800;line-height:1.15}.hero-impact-desc{color:#ffffffd9;max-width:580px;font-size:.95rem;line-height:1.6}.hero-col-right{justify-content:space-between;align-items:flex-end;gap:2rem;width:100%;display:flex}.social-pill-stack{flex-direction:column;gap:.65rem;width:100%;max-width:200px;display:flex}.social-pill{background-color:var(--text-light);color:var(--text-dark);border-radius:var(--radius-pill);text-align:center;transition:var(--transition);border:1px solid #0000000d;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 4px 10px #00000026}.social-pill:hover{filter:brightness(.95);transform:translateY(-2px);box-shadow:0 6px 15px #00000040}.hero-mobile-download{background:var(--text-light);color:var(--text-dark);border-radius:var(--radius-pill);transition:var(--transition);align-items:center;gap:.6rem;margin-top:1.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;display:none;box-shadow:0 6px 20px #0003}.hero-mobile-download:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000004d}.qr-download-card{background:var(--text-light);text-align:center;border:1px solid #0000000d;border-radius:18px;flex-direction:column;align-items:center;gap:.75rem;width:160px;padding:1.25rem;display:flex;box-shadow:0 10px 25px #0003}.qr-title{color:var(--text-dark);font-size:.9rem;font-weight:700}.qr-image-wrapper{aspect-ratio:1;border-radius:var(--radius-sm);border:1px solid #00000014;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.qr-code-img{object-fit:contain;width:100%;height:100%}@media (width>=768px){.hero-impact-title{font-size:3.5rem}.hero-rounded-card{min-height:700px;padding:8rem 4rem 4rem}.hero-grid-content{grid-template-columns:1.2fr .8fr;gap:3.5rem}.hero-col-right{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:1.5rem}.social-pill-stack{width:160px}}@media (width<=767px){.hero-rounded-card{height:auto;min-height:520px;padding:10rem 1.5rem 2.5rem}.hero-grid-content{grid-template-columns:1fr}.hero-col-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.social-pill-stack{flex-direction:row;gap:.6rem;max-width:none}.social-pill{border-radius:50%;justify-content:center;width:44px;height:44px;padding:0}.social-label,.qr-download-card{display:none}.hero-mobile-download{display:flex}}.welcome-section{padding:4rem 0}.welcome-grid{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}.welcome-card-img{border-radius:var(--radius-lg);width:100%;height:320px;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.welcome-card-img img{object-fit:cover;width:100%;height:100%}.welcome-badge{background:var(--primary-orange);color:var(--text-light);border-radius:var(--radius-pill);padding:.4rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.welcome-info{flex-direction:column;gap:1.25rem;display:flex}.welcome-title{color:var(--text-dark);font-size:2rem}.welcome-desc{color:var(--text-muted);font-size:1rem}.btn-welcome{background:var(--text-dark);color:var(--text-light);border-radius:var(--radius-pill);align-self:flex-start;padding:.85rem 1.75rem;font-weight:600}.btn-welcome:hover{background:var(--primary-orange);transform:translateY(-2px)}.welcome-card-app{background:var(--bg-dark);border-radius:var(--radius-lg);color:var(--text-light);text-align:center;box-shadow:var(--shadow-lg);background-image:linear-gradient(#f28c3826,#0000);border:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;min-height:320px;padding:2.5rem 2rem;display:flex}.app-icon{font-size:2.5rem}.app-title{color:var(--text-light);font-size:1.5rem}.app-desc{color:var(--text-light-muted);font-size:.9rem}@media (width>=768px){.welcome-grid{grid-template-columns:repeat(2,1fr)}.welcome-card-img{height:400px}}@media (width>=1024px){.welcome-grid{grid-template-columns:1.1fr 1fr .9fr}.welcome-card-img{height:100%;min-height:480px}}.facilities-section{padding:5rem 0}.facilities-header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;display:flex}.facilities-title{color:var(--text-dark);max-width:600px;margin-top:.5rem;font-size:2rem;line-height:1.2}.facilities-toggle{border-radius:var(--radius-pill);background:#0000000f;gap:.5rem;padding:.3rem;display:flex}.btn-toggle{border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .25s}.btn-toggle:hover{color:var(--text-dark)}.btn-toggle--active{background:var(--text-dark);color:var(--text-light);box-shadow:0 4px 12px #00000026}.btn-toggle--active:hover{color:var(--text-light);filter:brightness(1.15)}.facilities-grid{flex-direction:column;gap:1.5rem;animation:.35s forwards fadeSlideIn;display:flex}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.facility-card{background:var(--text-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-cream);transition:var(--transition);flex-direction:column;gap:.6rem;width:100%;padding:2rem 1.75rem 1.5rem;display:flex;position:relative;overflow:hidden}.facility-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-orange);transform:translateY(-6px)}.facility-card-icon{width:52px;height:52px;color:var(--primary-orange);background:#f28c381a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.facility-tag{background-color:var(--primary-green);color:var(--text-light);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.05em;width:fit-content;padding:.3rem .75rem;font-size:.72rem;font-weight:700;display:inline-block}.facility-title{color:var(--text-dark);margin-top:.25rem;font-size:1.2rem;font-weight:700;line-height:1.3}.facility-location{color:var(--text-muted);flex-grow:1;font-size:.9rem;line-height:1.55}.facility-footer{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.facility-price{color:var(--primary-orange);font-size:.85rem;font-weight:700}.btn-arrow-go{background:var(--text-dark);width:36px;height:36px;color:var(--text-light);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.facility-card:hover .btn-arrow-go{background:var(--primary-orange)}@media (width>=768px){.facilities-grid{grid-template-columns:repeat(2,1fr);display:grid}}@media (width>=1024px){.facilities-header{flex-direction:row;align-items:flex-end}.facilities-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.plans-section{text-align:center;padding:5rem 0}.plans-header{margin-bottom:4rem}.plans-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.25rem}.product-showcase-grid{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}.product-showcase-nav{flex-direction:column;gap:1.25rem;display:flex}.product-showcase-item{border-radius:var(--radius-lg);background:var(--text-light);border:1px solid var(--border-cream);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.product-showcase-item:hover{border-color:var(--primary-orange);transform:translate(5px)}.product-showcase-item.active{border-color:var(--primary-orange);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#fffbf7 0%,#f28c380d 100%)}.showcase-step-num{background:var(--bg-cream);color:var(--primary-orange);border:1px solid var(--border-cream);width:40px;height:40px;transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.product-showcase-item.active .showcase-step-num{background:var(--primary-orange);color:var(--text-light)}.showcase-step-text h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.showcase-step-text p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.product-showcase-display{justify-content:center;align-items:center;display:flex}.phone-mockup-wrapper{width:100%;max-width:320px;position:relative}.phone-mockup-frame{aspect-ratio:1/2.05;background:#111;border:12px solid #222;border-radius:40px;width:100%;position:relative;overflow:hidden;box-shadow:0 25px 60px -10px #0000004d,0 0 0 4px #444}.phone-screen-camera{z-index:5;background:#000;border-radius:20px;width:110px;height:25px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.phone-screen-content{background:#0c0d0f;width:100%;height:100%;position:absolute;top:0;left:0}.phone-screenshot-img{object-fit:cover;width:100%;height:100%;transition:opacity .5s cubic-bezier(.4,0,.2,1)}@media (width>=992px){.product-showcase-grid{grid-template-columns:1.2fr .8fr;gap:5rem}}.cta-section{background-color:var(--bg-cream);border-top:1px solid var(--border-cream);padding:5rem 0}.cta-header{text-align:center;margin-bottom:3.5rem}.cta-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.25rem}.cta-header p{color:var(--text-muted);font-size:1rem}.cta-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}.cta-card{border-radius:var(--radius-xl);color:var(--text-light);transition:var(--transition);min-height:320px;box-shadow:var(--shadow-md);border:1px solid #ffffff14;align-items:flex-end;padding:3.5rem 2.5rem;display:flex;position:relative;overflow:hidden}.cta-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.cta-card-content{z-index:2;text-align:left;flex-direction:column;align-items:flex-start;gap:1rem;display:flex;position:relative}.cta-card-badge{border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.05em;background:#fff3;border:1px solid #fff3;padding:.35rem .85rem;font-size:.75rem;font-weight:700}.cta-card h3{color:var(--text-light);font-size:1.75rem;font-weight:800}.cta-card p{color:#ffffffd9;max-width:420px;font-size:.95rem;line-height:1.5}.btn-cta-option{background:var(--text-light);color:var(--text-dark);border-radius:var(--radius-pill);transition:var(--transition);cursor:pointer;border:none;margin-top:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;box-shadow:0 4px 12px #00000026}.btn-cta-option:hover{filter:brightness(.95);transform:translateY(-2px);box-shadow:0 6px 18px #00000040}.cta-card.option-left{background-color:#0000;background-image:linear-gradient(135deg,#1fa856d9 0%,#0c0d0ff2 100%),url(https://images.unsplash.com/photo-1508098682722-e99c43a406b2?q=80&w=600);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.cta-card.option-right{background-color:#0000;background-image:linear-gradient(135deg,#f28c38d9 0%,#0c0d0ff2 100%),url(https://images.unsplash.com/photo-1577223625856-758a121ee827?q=80&w=600);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media (width>=768px){.cta-grid{grid-template-columns:repeat(2,1fr)}}.footer{background-color:var(--bg-dark);color:var(--text-light);border-top:3px solid var(--primary-green);padding:5rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:3.5rem;margin-bottom:4rem;display:grid}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{width:auto;height:45px;color:var(--primary-orange);align-self:flex-start}.footer-tagline{max-width:320px;font-size:1.1rem;font-weight:600;line-height:1.4}.footer-tagline span{color:var(--primary-green)}.footer-links-col{flex-direction:column;gap:1.25rem;display:flex}.footer-links-col h4{color:var(--text-light);padding-bottom:.5rem;font-size:1.1rem;position:relative}.footer-links-col h4:after{content:"";background-color:var(--primary-orange);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links-col a{color:var(--text-light-muted);font-size:.95rem}.footer-links-col a:hover{color:var(--primary-orange);padding-left:5px}.footer-newsletter h4{margin-bottom:1.25rem;font-size:1.1rem}.newsletter-form{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.newsletter-form input{border-radius:var(--radius-pill);color:var(--text-light);font-family:var(--font-body);background-color:#1a1c23;border:1px solid #ffffff1a;outline:none;padding:.85rem 1.25rem}.newsletter-form button{background-color:var(--primary-orange);color:var(--text-light);border-radius:var(--radius-pill);padding:.85rem;font-weight:700;box-shadow:0 4px 12px #f28c3840}.newsletter-form button:hover{background-color:var(--primary-orange-hover)}.footer-bottom{text-align:center;color:var(--text-light-muted);border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.9rem;display:flex}@media (width>=768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}
