html,body{margin:0;padding:0}.tutor-page *{box-sizing:border-box}.tutor-page a{color:inherit}.tutor-page .nav-fixed{position:fixed;top:0;left:0;right:0;z-index:100;background:#0d1117eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.15);padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.tutor-page .nav-logo{font-family:Playfair Display,serif;font-size:1.2rem;color:#c9a84c;text-decoration:none;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.tutor-page .nav-links{display:flex;gap:2rem;list-style:none;padding:0;margin:0}.tutor-page .nav-links a{color:#8b949e;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s;white-space:nowrap}.tutor-page .nav-links a:hover{color:#c9a84c}.tutor-page .nav-cta{background:#c9a84c;color:#0d1117;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;text-decoration:none;transition:background .2s,transform .15s;white-space:nowrap}.tutor-page .cta-short{display:none}.tutor-page .cta-full{display:inline}.tutor-page .nav-cta:hover{background:#e8c97a;transform:translateY(-1px)}.tutor-page .lang-toggle{display:flex;gap:0;border:1px solid rgba(201,168,76,.3);border-radius:6px;overflow:hidden}.tutor-page .lang-btn{padding:.3rem .7rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;white-space:nowrap}.tutor-page .lang-btn.active{background:#c9a84c;color:#0d1117}.tutor-page .lang-btn.inactive{background:transparent;color:#8b949e}.tutor-page .lang-btn.inactive:hover{color:#c9a84c}.tutor-page .hamburger-btn,.tutor-page .mobile-menu{display:none}@media (max-width: 700px){.tutor-page .nav-links{display:none}.tutor-page .nav-fixed{padding:0 .75rem;gap:.5rem}.tutor-page .nav-logo{font-size:.9rem}.tutor-page .nav-cta{padding:.4rem .65rem;font-size:.75rem}.tutor-page .lang-btn{padding:.2rem .45rem;font-size:.68rem}.tutor-page .cta-full{display:none}.tutor-page .cta-short{display:inline}.tutor-page .hamburger-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;flex-shrink:0}.tutor-page .hamburger-btn span{display:block;width:22px;height:2px;background:#c9a84c;border-radius:2px;transition:all .25s}.tutor-page .hamburger-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.tutor-page .hamburger-btn.open span:nth-child(2){opacity:0}.tutor-page .hamburger-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.tutor-page .mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;z-index:99;background:#0d1117fa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,168,76,.2);flex-direction:column;padding:.5rem 0 1rem}.tutor-page .mobile-menu.open{display:flex}.tutor-page .mobile-menu a{display:block;padding:.85rem 1.5rem;color:#c9d1d9;text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.04);transition:color .2s,background .2s}.tutor-page .mobile-menu a:hover{color:#c9a84c;background:#c9a84c0d}.tutor-page .mobile-menu .mobile-cta{margin:.75rem 1.5rem 0;background:#c9a84c;color:#0d1117!important;border-radius:8px;font-weight:700;text-align:center;padding:.9rem;border-bottom:none}.tutor-page .mobile-menu .mobile-cta:hover{background:#e8c97a}.tutor-page .hero{min-height:auto;padding:80px .75rem 2rem}.tutor-page .hero-badge{font-size:.72rem;padding:.25rem .75rem;margin-bottom:1rem}.tutor-page .hero h1{font-size:clamp(1.7rem,7vw,2.4rem);margin-bottom:1rem}.tutor-page .hero-sub{font-size:.9rem;margin-bottom:1.5rem}.tutor-page .hero-stats{gap:.4rem;margin-bottom:1rem}.tutor-page .hero-stats .stat-row-top{gap:1.25rem}.tutor-page .hero-stats .stat-row-top .stat{max-width:45vw}.tutor-page .hero-stats .stat{margin-bottom:0}.tutor-page .hero-stats .stat span{margin-top:.1rem!important}.tutor-page .stat-num{font-size:1.5rem}.tutor-page .hero-ctas{gap:.75rem}.tutor-page .btn-primary,.tutor-page .btn-secondary{padding:.7rem 1.25rem;font-size:.875rem}.tutor-page section{padding:2rem .75rem}.tutor-page .section-label{font-size:.68rem;margin-bottom:.5rem}.tutor-page .section-title{font-size:clamp(1.4rem,5vw,1.9rem);margin-bottom:.75rem}.tutor-page .section-desc{font-size:.875rem;margin-bottom:1.25rem}.tutor-page .path-card{padding:1rem}.tutor-page .why-card{padding:.85rem}.tutor-page .urgency-box{padding:.85rem}.tutor-page .testimonial-card{padding:1rem}.tutor-page .tutor-photo{width:180px;height:220px}.tutor-page .divider{margin:0 .75rem}.tutor-page .path-card{padding:1rem 1rem 1.25rem}.tutor-page .path-card h3{font-size:1.1rem!important;line-height:1.3;margin-bottom:.5rem}.tutor-page .path-tag{font-size:.68rem;padding:.2rem .6rem;margin-bottom:.6rem}.tutor-page .path-for{font-size:.8rem;margin-bottom:.9rem}.tutor-page .path-items{gap:.5rem}.tutor-page .path-items li{font-size:.82rem}.tutor-page .why-card:nth-child(n+4){display:none}.tutor-page .why-card.why-expanded,.tutor-page .why-toggle-btn{display:block}.tutor-page .tutor-inner{gap:.75rem}.tutor-page .tutor-text-col{order:-1;text-align:center}.tutor-page .tutor-bio{text-align:left}.tutor-page .tutor-photo-wrap{order:0}.tutor-page .tutor-bio:nth-of-type(2){display:none}.tutor-page .tutor-stats{gap:1.5rem;margin:1rem 0}.tutor-page .trust-card p:nth-of-type(2){display:none}.tutor-page .trust-section{display:none}.tutor-page .hub-preview{padding:1rem}.tutor-page details{padding:.9rem 1rem!important}.tutor-page details summary{font-size:.9rem!important}.tutor-page details p{font-size:.85rem!important;margin-top:.5rem!important}.tutor-page .schedule-table th,.tutor-page .schedule-table td{font-size:.78rem;padding:.5rem .4rem}.tutor-page .schedule-cards{display:none}.tutor-page .schedule-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem 1.1rem;margin-bottom:.75rem}.tutor-page .sc-week{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c9a84c;margin-bottom:.3rem}.tutor-page .sc-dates{font-size:.95rem;font-weight:600;color:#f0ede8;margin-bottom:.7rem}.tutor-page .sc-paths{display:flex;flex-direction:column;gap:.45rem}.tutor-page .sc-path-row{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.tutor-page .sc-path-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.tutor-page .sc-path-label.a{color:#7ec8a4}.tutor-page .sc-path-label.b{color:#c9a84c}.tutor-page .price-card{padding:1rem}.tutor-page .price-label{font-size:.72rem;margin-bottom:.3rem}.tutor-page .price-amount{font-size:1.5rem!important;margin-bottom:.3rem}.tutor-page .price-amount span{font-size:.85rem}.tutor-page .price-perks li{font-size:.8rem}.tutor-page .price-perks{gap:.45rem}.tutor-page .bonus-desc{display:none}.tutor-page .referral-box{padding:1rem}.tutor-page .referral-box h4{font-size:.95rem}.tutor-page .referral-box p{font-size:.82rem}.tutor-page .register-fields{gap:.5rem}.tutor-page .field-label{font-size:.8rem}.tutor-page .inline-countdown,.tutor-page .urgency-banner{display:none!important}.tutor-page .why-desc-full{display:none}.tutor-page .why-desc-short{display:block!important}}.tutor-page .hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 2rem 4rem;position:relative;overflow:hidden;text-align:center}.tutor-page .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(201,168,76,.08) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(124,111,205,.06) 0%,transparent 60%)}.tutor-page .hero-inner{position:relative;max-width:760px}.tutor-page .hero-badge{display:inline-block;background:#c9a84c1f;border:1px solid rgba(201,168,76,.3);color:#c9a84c;padding:.35rem 1rem;border-radius:100px;font-size:.8rem;font-weight:500;letter-spacing:.05em;margin-bottom:1.5rem}.tutor-page h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem;background:linear-gradient(135deg,#f0ede8,#c9a84c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tutor-page h1 em{font-style:italic}.tutor-page .hero-sub{font-size:1.1rem;color:#8b949e;max-width:560px;margin:0 auto 2.5rem}.tutor-page .hero-stats{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem}.tutor-page .hero-stats .stat-row-top{display:flex;justify-content:center;gap:2rem;width:100%}.tutor-page .hero-stats .stat-row-top .stat{flex:0 0 auto;min-width:0}.tutor-page .stat{text-align:center}.tutor-page .stat-num{display:block;font-size:2rem;font-weight:700;color:#c9a84c;font-family:Playfair Display,serif}.tutor-page .stat-label{font-size:.75rem;color:#8b949e;letter-spacing:.04em}.tutor-page .hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.tutor-page .btn-primary{background:linear-gradient(135deg,#c9a84c,#e8c97a);color:#0d1117;padding:.875rem 2rem;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .2s;box-shadow:0 4px 20px #c9a84c4d}.tutor-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c9a84c66}.tutor-page .btn-secondary{background:transparent;color:#f0ede8;border:1px solid rgba(240,237,232,.25);padding:.875rem 2rem;border-radius:8px;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .2s}.tutor-page .btn-secondary:hover{border-color:#c9a84c;color:#c9a84c}.tutor-page .divider{height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.2),transparent);margin:0 2rem}.tutor-page section{padding:5rem 2rem}.tutor-page .container{max-width:1000px;margin:0 auto}.tutor-page .section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;color:#c9a84c;text-transform:uppercase;margin-bottom:.75rem}.tutor-page h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.tutor-page .section-desc{color:#8b949e;font-size:1rem;max-width:600px;margin-bottom:3rem}.tutor-page .urgency-banner{display:flex;align-items:flex-start;gap:1rem;background:#c9a84c14;border:1px solid rgba(201,168,76,.25);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:3rem}.tutor-page .urgency-icon{font-size:1.5rem;flex-shrink:0}.tutor-page .urgency-text{font-size:.9rem;color:#f0ede8}.tutor-page .urgency-text strong{color:#c9a84c}.tutor-page .paths-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 640px){.tutor-page .paths-grid{grid-template-columns:1fr}}.tutor-page .path-card{background:#161b22;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.06);position:relative;transition:transform .2s,box-shadow .2s}.tutor-page .path-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0006}.tutor-page .path-a{border-top:3px solid #3fb950}.tutor-page .path-b{border-top:3px solid #c9a84c}.tutor-page .path-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border-radius:100px;margin-bottom:1rem}.tutor-page .path-a .path-tag{background:#3fb95026;color:#3fb950}.tutor-page .path-b .path-tag{background:#c9a84c26;color:#c9a84c}.tutor-page .path-card h3{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:.75rem}.tutor-page .path-for{font-size:.85rem;color:#8b949e;margin-bottom:1.25rem;font-style:italic}.tutor-page .path-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tutor-page .path-items li{font-size:.9rem;color:#c9d1d9;padding-left:1.25rem;position:relative}.tutor-page .path-items li:before{content:"→";position:absolute;left:0;color:#c9a84c}.tutor-page .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 768px){.tutor-page .why-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.tutor-page .why-grid{grid-template-columns:1fr}}.tutor-page .why-card{background:#161b22;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.5rem}.tutor-page .why-icon{font-size:1.75rem;margin-bottom:.75rem}.tutor-page .why-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.tutor-page .why-card-header .why-icon{margin-bottom:0;flex-shrink:0}.tutor-page .why-card-header h3{margin-bottom:0}.tutor-page .why-card h3{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#f0ede8}.tutor-page .why-card p{font-size:.85rem;color:#8b949e}.tutor-page .pricing-section{background:#0d1117}.tutor-page .pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:700px}@media (max-width: 600px){.tutor-page .pricing-grid{grid-template-columns:1fr}}.tutor-page .price-card{background:#161b22;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;position:relative}.tutor-page .price-card.featured{border-color:#c9a84c66;box-shadow:0 0 40px #c9a84c14}.tutor-page .featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#c9a84c,#e8c97a);color:#0d1117;padding:.25rem 1rem;border-radius:100px;font-size:.75rem;font-weight:700;white-space:nowrap}.tutor-page .price-label{font-size:.8rem;color:#8b949e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.tutor-page .price-amount{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#c9a84c;margin-bottom:.5rem}.tutor-page .price-amount span{font-size:1rem;color:#8b949e;font-family:Inter,sans-serif;font-weight:400}.tutor-page .price-deadline{font-size:.8rem;color:#8b949e;margin-bottom:1.25rem}.tutor-page .price-perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.tutor-page .price-perks li{font-size:.85rem;color:#c9d1d9;display:flex;gap:.5rem}.tutor-page .check{color:#3fb950;flex-shrink:0}.tutor-page .referral-box{background:#7c6fcd14;border:1px solid rgba(124,111,205,.2);border-radius:12px;padding:1.25rem 1.5rem;max-width:700px}.tutor-page .referral-box h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#f0ede8}.tutor-page .referral-box p{font-size:.85rem;color:#8b949e}.tutor-page .schedule-table-wrap{overflow-x:auto;margin-bottom:1.5rem}.tutor-page .schedule-cards{display:none}@media (max-width: 700px){.tutor-page .schedule-table-wrap{display:none}.tutor-page .schedule-cards{display:block;margin-bottom:1.5rem}.tutor-page .wa-float{display:flex!important}.tutor-page .sticky-wa-btn{display:inline-flex!important}}.tutor-page table{width:100%;border-collapse:collapse;min-width:500px}.tutor-page th{background:#161b22;padding:.875rem 1rem;text-align:left;font-size:.8rem;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid rgba(255,255,255,.08)}.tutor-page td{padding:.875rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);font-size:.9rem;color:#c9d1d9}.tutor-page tr:hover td{background:#ffffff05}.tutor-page .time-pill{display:inline-block;background:#3fb9501f;color:#3fb950;padding:.2rem .7rem;border-radius:100px;font-size:.8rem;font-weight:500}.tutor-page .time-pill.gold{background:#c9a84c1f;color:#c9a84c}.tutor-page .location-note{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#8b949e}.tutor-page .location-note strong{color:#f0ede8}.tutor-page .tutor-section{background:#0d1117}.tutor-page .tutor-inner{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.tutor-page .tutor-inner{grid-template-columns:1fr;gap:1rem}}.tutor-page .tutor-photo{width:260px;height:320px;border-radius:16px;background:#161b22;border:3px solid rgba(201,168,76,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;overflow:hidden}@media (max-width: 768px){.tutor-page .tutor-photo{width:200px;height:245px}}.tutor-page .tutor-photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#8b949e;font-size:.8rem}.tutor-page .tutor-photo-placeholder .icon{font-size:3rem}.tutor-page .tutor-badge-wrap{display:flex;flex-direction:column;gap:.5rem}.tutor-page .tutor-badge{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#8b949e}.tutor-page .dot{width:6px;height:6px;border-radius:50%;background:#c9a84c;flex-shrink:0}.tutor-page .tutor-name{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:.25rem}.tutor-page .tutor-title{font-size:.9rem;color:#c9a84c;margin-bottom:1.5rem}.tutor-page .tutor-bio{font-size:.95rem;color:#8b949e;margin-bottom:1rem}.tutor-page .tutor-contact-cta{display:inline-block;margin-top:.5rem;background:#c9a84c1f;border:1px solid rgba(201,168,76,.4);color:#c9a84c;font-size:.9rem;font-weight:600;padding:.6rem 1.4rem;border-radius:8px;text-decoration:none;transition:background .2s}.tutor-page .tutor-contact-cta:hover{background:#c9a84c38}.tutor-page .why-toggle-btn{display:none;width:100%;margin-top:1rem;background:transparent;border:1px solid rgba(201,168,76,.3);color:#c9a84c;font-size:.85rem;padding:.55rem 1rem;border-radius:8px;cursor:pointer}.tutor-page .tutor-stats{display:flex;gap:2rem;margin:1.5rem 0;flex-wrap:wrap}.tutor-page .t-stat{text-align:center}.tutor-page .t-stat-num{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:#c9a84c}.tutor-page .t-stat-label{font-size:.75rem;color:#8b949e}.tutor-page .trust-section{background:#161b22}.tutor-page .trust-card{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:center;background:#0d1117;border:1px solid rgba(124,111,205,.2);border-radius:20px;padding:3rem}@media (max-width: 768px){.tutor-page .trust-card{grid-template-columns:1fr}}.tutor-page .trust-pill{display:inline-block;background:#7c6fcd1f;border:1px solid rgba(124,111,205,.25);color:#7c6fcd;padding:.3rem .9rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.06em;margin-bottom:1rem}.tutor-page .trust-card h2{font-size:2rem;margin-bottom:1rem}.tutor-page .trust-card p{font-size:.9rem;color:#8b949e;margin-bottom:.75rem}.tutor-page .hub-preview{background:linear-gradient(135deg,#161b22,#1e2530);border:1px solid rgba(124,111,205,.2);border-radius:16px;padding:2rem;text-align:center}.tutor-page .hub-logo{font-family:Playfair Display,serif;font-size:1.4rem;color:#7c6fcd;margin-bottom:.75rem;font-weight:700}.tutor-page .hub-stat{font-size:.8rem;color:#8b949e;margin-bottom:1.25rem;line-height:1.5}.tutor-page .hub-link{display:inline-block;background:#7c6fcd26;color:#7c6fcd;padding:.5rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;border:1px solid rgba(124,111,205,.25);transition:all .2s}.tutor-page .hub-link:hover{background:#7c6fcd40}.tutor-page .testimonials-section{background:#0d1117}.tutor-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 768px){.tutor-page .testimonials-grid{grid-template-columns:1fr}}.tutor-page .testimonial-card{background:#161b22;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.75rem}.tutor-page .testimonial-stars{color:#c9a84c;font-size:.9rem;margin-bottom:1rem}.tutor-page .testimonial-quote{font-size:.9rem;color:#c9d1d9;font-style:italic;margin-bottom:1.25rem;line-height:1.7}.tutor-page .testimonial-author{display:flex;align-items:center;gap:.75rem}.tutor-page .author-avatar{font-size:1.5rem}.tutor-page .author-name{font-size:.85rem;font-weight:600;color:#f0ede8}.tutor-page .author-detail{font-size:.75rem;color:#8b949e}.tutor-page .register-inner{max-width:600px;margin:0 auto;text-align:center}.tutor-page .register-inner h2{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:1rem}.tutor-page .register-inner>p{font-size:.95rem;color:#8b949e;margin-bottom:2rem}.tutor-page .register-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;max-width:500px;margin:0 auto 1.5rem;text-align:left}@media (max-width: 500px){.tutor-page .register-fields{grid-template-columns:1fr}}.tutor-page .field-label{font-size:.8rem;color:#8b949e;font-weight:500}.tutor-page .register-note{font-size:.8rem;color:#8b949e;margin-bottom:2rem}.tutor-page .whatsapp-btn{display:inline-flex;align-items:center;gap:.75rem;background:#25d366;color:#fff;padding:1rem 2.5rem;border-radius:10px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .2s;box-shadow:0 4px 20px #25d36640}.tutor-page .whatsapp-btn:hover{background:#1ebe5d;transform:translateY(-2px);box-shadow:0 8px 28px #25d36659}.tutor-page .register-slots{margin-top:1.5rem;font-size:.85rem;color:#8b949e}.tutor-page .register-slots strong{color:#f85149}.tutor-page footer{background:#161b22;border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 2rem;text-align:center}.tutor-page .footer-logo{font-family:Playfair Display,serif;font-size:1.1rem;color:#c9a84c;margin-bottom:.5rem}.tutor-page .footer-sub{font-size:.8rem;color:#8b949e}.tutor-page .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.tutor-page .footer-links a{font-size:.8rem;color:#8b949e;text-decoration:none;transition:color .2s}.tutor-page .footer-links a:hover{color:#c9a84c}.tutor-page .wa-float{position:fixed;bottom:2rem;right:2rem;z-index:200;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;text-decoration:none;box-shadow:0 4px 20px #25d36666;transition:all .2s}.tutor-page .wa-float:hover{transform:scale(1.1);box-shadow:0 8px 28px #25d36680}.tutor-page .sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:150;background:#0d1117f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(201,168,76,.25);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.tutor-page .sticky-bar-left{display:flex;flex-direction:column;gap:.15rem}.tutor-page .sticky-bar-title{font-size:.85rem;font-weight:600;color:#f0ede8}.tutor-page .sticky-bar-sub{font-size:.75rem;color:#8b949e}.tutor-page .sticky-bar-countdown{display:flex;gap:.5rem;align-items:center}.tutor-page .countdown-unit{display:flex;flex-direction:column;align-items:center;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:6px;padding:.25rem .5rem;min-width:42px}.tutor-page .countdown-num{font-size:1.1rem;font-weight:700;color:#c9a84c;line-height:1.2}.tutor-page .countdown-label{font-size:.6rem;color:#8b949e;text-transform:uppercase;letter-spacing:.05em}.tutor-page .countdown-sep{color:#c9a84c;font-weight:700;font-size:1rem;margin-bottom:.5rem}.tutor-page .sticky-bar-ctas{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.tutor-page .sticky-wa-btn{background:#25d366;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.8rem;text-decoration:none;white-space:nowrap;transition:background .2s}.tutor-page .sticky-wa-btn:hover{background:#1ebe5d}.tutor-page .sticky-web-link{color:#c9a84c;font-size:.75rem;text-decoration:underline;white-space:nowrap}.tutor-page .sticky-web-link:hover{color:#e8c97a}@media (max-width: 700px){.tutor-page .sticky-bar{display:none!important}}@media (max-width: 600px){.tutor-page .sticky-bar{padding:.6rem 1rem}.tutor-page .sticky-bar-countdown{display:none}}.tutor-page .spots-badge{display:inline-flex;align-items:center;gap:.4rem;background:#f851491a;border:1px solid rgba(248,81,73,.3);color:#f85149;border-radius:100px;padding:.3rem .85rem;font-size:.78rem;font-weight:600;letter-spacing:.02em}.tutor-page .spots-dot{width:6px;height:6px;border-radius:50%;background:#f85149;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.tutor-page .inline-countdown{display:inline-flex;gap:.4rem;align-items:center;margin-top:.5rem}.tutor-page .ic-unit{background:#c9a84c26;border-radius:4px;padding:.1rem .4rem;font-weight:700;color:#c9a84c;font-size:.9rem}.tutor-page .ic-sep{color:#c9a84c;font-weight:700}
