@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sarabun:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1b3a4b;--navy-light:#2e5a6e;--teal:#2a9d8f;--teal-light:#e8f7f5;--teal-mid:#c8edea;--gold:#f4a261;--gold-dark:#d4854a;--white:#fff;--gray-50:#f8fafb;--gray-100:#f1f5f7;--gray-200:#e2ecf0;--gray-300:#c9d8e0;--gray-400:#93b5c4;--gray-500:#6b8999;--gray-700:#2e4a5a;--error:#e55353;--success:#27ae60;--radius-sm:8px;--radius:14px;--radius-lg:20px;--shadow:0 4px 24px rgba(27,58,75,.1);--shadow-lg:0 12px 48px rgba(27,58,75,.16)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--navy);background:var(--white);line-height:1.6;font-size:17px}body.lang-th{font-family:Sarabun,sans-serif}.lang-toggle{display:flex;background:var(--gray-100);border-radius:8px;padding:3px;gap:2px}.lang-btn{padding:5px 12px;border-radius:6px;border:none;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s;background:transparent;color:var(--gray-500)}.lang-btn.active{background:var(--white);color:var(--navy);box-shadow:0 1px 4px rgba(0,0,0,.1)}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-100);padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-size:1.25rem;font-weight:800;color:var(--navy);text-decoration:none}.nav-brand span{color:var(--teal)}.nav-right{gap:12px}.nav-back,.nav-right{display:flex;align-items:center}.nav-back{font-size:.875rem;color:var(--gray-500);text-decoration:none;gap:6px}.nav-back:hover{color:var(--teal)}.nav-cta{background:var(--teal);color:var(--white);padding:9px 20px;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;white-space:nowrap}.nav-cta:hover{background:#238b7e}.hero{background:linear-gradient(160deg,#eaf8f6,#f5fffe);color:var(--navy);padding:80px 24px 96px;text-align:center;position:relative;overflow:hidden}.hero-badge{display:inline-block;background:#d0f0ed;border:1px solid #a8ddd9;color:#1a7a6e;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:6px 16px;border-radius:20px;margin-bottom:24px}.hero h1{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:800;line-height:1.15;letter-spacing:-.5px;margin-bottom:16px;max-width:640px;margin-inline:auto}.hero h1 em{display:block;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:500;color:var(--teal);font-style:normal;letter-spacing:0;margin-top:12px;line-height:1.5}.rotate-banner{background:var(--navy);padding:28px 24px;text-align:center}.rotate-banner-inner{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.rotate-banner-pre{color:var(--white)}.rotate-banner-box{background:var(--gold);color:var(--navy);border-radius:10px;padding:4px 20px 6px;display:inline-block;vertical-align:middle;line-height:1.3;min-width:160px;text-align:center}.hero p{font-size:1.1rem;color:var(--gray-500);max-width:560px;margin:0 auto 36px}.hero-cta-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--teal);color:var(--white);padding:15px 34px;border-radius:10px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(42,157,143,.35)}.btn-outline{background:var(--white);color:var(--navy);border:2px solid var(--gray-300);padding:13px 28px;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:border-color .2s}.btn-outline:hover{border-color:var(--teal);color:var(--teal)}.hero-stats{display:flex;justify-content:center;gap:48px;margin-top:60px;flex-wrap:wrap}.hero-stat strong{display:block;font-size:1.75rem;font-weight:800;color:var(--gold)}.hero-stat span{font-size:.875rem;color:var(--gray-500)}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:56px;max-width:1100px;margin:0 auto}.hero-text{flex:1 1;text-align:left}.hero-text h1{margin-inline:0;text-align:left}.hero-text p{margin-left:0;text-align:left}.hero-text .hero-cta-group{justify-content:flex-start}.hero-text .hero-badge{text-align:left}.hero-img-wrap{flex:0 0 380px;position:relative}.hero-img-wrap img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 24px 64px rgba(27,58,75,.18);display:block}.hero-img-float{position:absolute;bottom:20px;left:16px;background:#fff;border-radius:14px;padding:12px 18px;box-shadow:0 8px 32px rgba(0,0,0,.12);font-size:.82rem;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:10px}.gold-dot{width:10px;height:10px;background:var(--gold);border-radius:50%;flex-shrink:0}.hero-stats{max-width:1100px;margin:60px auto 0}.tutor-spotlight{display:flex;align-items:center;gap:40px;background:var(--teal-light);border-radius:var(--radius-lg);padding:36px 40px;margin-top:40px;border:1px solid var(--teal-mid)}.tutor-spotlight-img{flex:0 0 260px;border-radius:var(--radius);overflow:hidden}.tutor-spotlight-img img{width:100%;height:200px;object-fit:cover;display:block}.tutor-spotlight-badge{display:inline-block;background:var(--gold);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.5px;padding:4px 12px;border-radius:20px;margin-bottom:12px}.tutor-spotlight-text h3{font-size:1.2rem;font-weight:800;color:var(--navy);margin-bottom:10px;line-height:1.35}.tutor-spotlight-text p{color:var(--gray-500);font-size:.9rem;line-height:1.65}.cta-with-img{display:flex;align-items:center;gap:40px}.cta-img{flex:0 0 220px;border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.15)}.cta-img img{width:100%;height:280px;object-fit:cover;display:block}.cta-text{flex:1 1}.trust-bar{background:var(--white);padding:22px 24px;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);display:flex;justify-content:center;gap:36px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:var(--gray-700)}.section{padding:80px 24px}.section-inner{max-width:1080px;margin:0 auto}.section-label{font-size:.82rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:12px}.section-title{font-size:clamp(2rem,3.4vw,2.7rem);font-weight:800;color:var(--navy);line-height:1.25;margin-bottom:16px}.section-sub{font-size:1.2rem;color:var(--gray-500);max-width:600px;margin-bottom:52px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:28px;gap:28px}.step{background:var(--white);border-radius:var(--radius);padding:32px 28px;border:1px solid var(--gray-100);border-top:3px solid var(--gold);transition:box-shadow .2s,transform .2s}.step:hover{box-shadow:0 8px 32px rgba(42,157,143,.1);transform:translateY(-3px)}.step-num{width:36px;height:36px;border-radius:8px;background:var(--gold);color:var(--navy);font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.step h3{font-size:1.2rem;font-weight:700;margin-bottom:8px;color:var(--navy)}.step p{font-size:1rem;color:var(--gray-500);line-height:1.65}.why-section{background:var(--teal-light)}.why-grid-full{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.why-card-full{background:var(--white);border-radius:var(--radius);padding:28px 24px;display:flex;gap:18px;align-items:flex-start;border:1px solid rgba(42,157,143,.12);transition:box-shadow .2s,transform .15s}.why-card-full:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.why-icon{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;color:var(--teal)}.why-card-full h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:6px}.why-card-full p{font-size:.95rem;color:var(--gray-500);line-height:1.6}.categories{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.category-pill{background:var(--white);border:2px solid var(--gray-300);border-radius:100px;padding:10px 20px;font-size:.9rem;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:8px}.category-pill.active{border-color:var(--teal);background:var(--teal-light);color:var(--teal)}.provider-cta{background:linear-gradient(160deg,#1b3a4b,#2a9d8f);padding:80px 24px;text-align:center}.provider-cta .section-label{color:#a8ddd9}.provider-cta .section-title{color:var(--white);margin-inline:auto;max-width:600px}.provider-cta .section-sub{color:hsla(0,0%,100%,.72);margin-inline:auto}.cta-box{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:40px 36px;max-width:520px;margin:0 auto}.cta-box p{color:hsla(0,0%,100%,.78);font-size:.9rem;margin-bottom:24px;line-height:1.6}.btn-gold{display:inline-block;background:var(--gold);color:var(--white);padding:16px 40px;border-radius:10px;font-size:1.05rem;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s}.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 32px rgba(244,162,97,.4)}.cta-note{color:hsla(0,0%,100%,.45);font-size:.8rem;margin-top:14px}.btn-generate-bio{background:var(--teal-light);color:var(--teal);border:1.5px solid var(--teal-mid);border-radius:8px;padding:6px 14px;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.btn-generate-bio:hover{background:var(--teal-mid);border-color:var(--teal)}footer{background:var(--navy);color:hsla(0,0%,100%,.5);text-align:center;padding:28px 24px;font-size:.82rem}footer a{color:hsla(0,0%,100%,.7);text-decoration:none}footer a:hover{color:#fff}.legal-content{color:var(--gray-700,#374151);line-height:1.75}.legal-content h2{color:var(--navy);font-size:1.1rem;margin-top:36px;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.legal-content p{margin-bottom:14px}.legal-content ul{margin:0 0 14px 20px}.legal-content ul li{margin-bottom:6px}.legal-content a{color:var(--teal)}.legal-content strong{color:var(--navy)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--navy);color:hsla(0,0%,100%,.85);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.85rem;box-shadow:0 -4px 20px rgba(0,0,0,.15)}.cookie-banner a{color:var(--teal-light,#5eead4)}.cookie-banner-btn{background:var(--teal);color:#fff;border:none;padding:8px 20px;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;font-size:.85rem}.cookie-banner-btn:hover{background:#1a7a6e}@media (max-width:640px){.cookie-banner{flex-direction:column;text-align:center;padding:16px}}.register-body{background:var(--gray-50);min-height:100vh}.hero-strip{background:linear-gradient(160deg,#eaf8f6,#f0fdfb);padding:36px 24px 32px;text-align:center;color:var(--navy);border-bottom:1px solid var(--gray-200)}.hero-strip h1{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;margin-bottom:8px}.hero-strip h1 em{color:var(--teal);font-style:normal}.hero-strip p{color:var(--gray-500);font-size:.95rem}.progress-wrap{background:var(--white);border-bottom:1px solid var(--gray-200);padding:20px 24px}.progress-inner{max-width:600px;margin:0 auto;gap:0}.progress-inner,.step-dot{display:flex;align-items:center}.step-dot{flex-direction:column;flex:1 1;position:relative}.step-dot:not(:last-child):after{content:"";position:absolute;top:16px;left:50%;width:100%;height:2px;background:var(--gray-200);z-index:0}.step-dot.active:not(:last-child):after,.step-dot.done:not(:last-child):after{background:var(--teal)}.dot-circle{width:32px;height:32px;border-radius:50%;border:2px solid var(--gray-200);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--gray-400);position:relative;z-index:1;transition:all .25s}.step-dot.active .dot-circle,.step-dot.done .dot-circle{border-color:var(--teal);background:var(--teal);color:var(--white)}.dot-label{font-size:.72rem;font-weight:600;color:var(--gray-400);margin-top:6px;text-align:center}.step-dot.active .dot-label,.step-dot.done .dot-label{color:var(--teal)}.main{padding:36px 24px 64px}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:40px 36px;max-width:600px;margin:0 auto}.step-panel{display:none}.step-panel.active{display:block}.step-title{font-size:1.25rem;font-weight:800;color:var(--navy);margin-bottom:6px}.step-sub{font-size:.875rem;color:var(--gray-500);margin-bottom:28px}.field{margin-bottom:20px}label{display:block;font-size:.85rem;font-weight:600;color:var(--gray-700);margin-bottom:6px}label .req{color:var(--teal);margin-left:2px}input[type=email],input[type=tel],input[type=text],select,textarea{width:100%;padding:12px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-family:inherit;font-size:.95rem;color:var(--navy);background:var(--white);transition:border-color .2s,box-shadow .2s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(42,157,143,.12)}textarea{resize:vertical;min-height:100px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B8999' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.field-hint{color:var(--gray-400)}.field-error,.field-hint{font-size:.78rem;margin-top:5px}.field-error{color:var(--error);display:none}.field.has-error .field-error{display:block}.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:var(--error)}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:10px;gap:10px}.checkbox-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s;font-size:.875rem;font-weight:500;color:var(--gray-700);-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-item.checked,.checkbox-item:hover{border-color:var(--teal);background:var(--teal-light)}.checkbox-item.checked{color:var(--teal)}.check-mark{width:18px;height:18px;border-radius:4px;border:2px solid var(--gray-400);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s;font-size:.7rem}.checkbox-item.checked .check-mark{background:var(--teal);border-color:var(--teal);color:#fff}.checkbox-row{display:flex;align-items:center;gap:10px;margin-top:8px;cursor:pointer;font-size:.9rem;color:var(--gray-700);-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--teal);cursor:pointer}.photo-upload{border:2px dashed var(--gray-200);border-radius:var(--radius);padding:32px;text-align:center;cursor:pointer;transition:all .2s;background:var(--gray-50);position:relative;overflow:hidden}.photo-upload:hover{border-color:var(--teal);background:var(--teal-light)}.photo-upload input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.photo-icon{font-size:2.5rem;margin-bottom:10px}.photo-upload p{font-size:.875rem;color:var(--gray-500)}.photo-upload strong{display:block;font-size:.95rem;color:var(--navy);margin-bottom:4px}.photo-preview{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 10px;border:3px solid var(--teal)}.btn-row{gap:12px;margin-top:32px;justify-content:space-between}.btn-next,.btn-row,.btn-submit{display:flex;align-items:center}.btn-next,.btn-submit{background:var(--teal);color:var(--white);border:none;padding:14px 32px;border-radius:var(--radius-sm);font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;gap:8px}.btn-next:hover,.btn-submit:hover{background:#238b7e;transform:translateY(-1px)}.btn-next:disabled,.btn-submit:disabled{background:var(--gray-400);cursor:not-allowed;transform:none}.btn-back{background:transparent;color:var(--gray-500);border:1.5px solid var(--gray-200);padding:12px 24px;border-radius:var(--radius-sm);font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-back:hover{border-color:var(--gray-400);color:var(--navy)}.success-screen{text-align:center;padding:20px 0}.success-icon{width:80px;height:80px;border-radius:50%;background:var(--teal-light);margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.success-screen h2{font-size:1.5rem;font-weight:800;color:var(--navy);margin-bottom:10px}.success-screen p{color:var(--gray-500);margin-bottom:6px;line-height:1.6}.success-ref{display:inline-block;margin-top:16px;background:var(--teal-light);color:var(--teal);font-weight:700;font-size:1rem;padding:10px 24px;border-radius:var(--radius-sm);letter-spacing:.5px}.success-share{margin-top:28px;padding-top:24px;border-top:1px solid var(--gray-200)}.success-share p{font-size:.875rem;margin-bottom:12px}.share-btn{display:inline-block;padding:10px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;text-decoration:none;margin:4px}.share-fb{background:#1877f2;color:#fff}.share-wa{background:#25d366;color:#fff}.bio-hints{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:14px 16px;margin-bottom:12px;font-size:.875rem}.bio-hints strong{color:var(--navy);font-size:.875rem;display:block;margin-bottom:8px}.bio-hints ul{margin:0 0 10px 18px;padding:0;color:var(--gray-500);line-height:1.7}.bio-hints li{margin-bottom:2px}.bio-notice{color:var(--gray-400);font-size:.8rem;margin:0}.photo-tips{background:var(--teal-light);border-radius:var(--radius-sm);padding:14px 16px;margin-top:14px;font-size:.85rem}.photo-tips strong{color:var(--navy);display:block;margin-bottom:10px;font-size:.875rem}.photo-tips-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px 16px;gap:6px 16px;color:var(--gray-700);line-height:1.5}.spinner{display:inline-block;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.trust-strip{max-width:600px;margin:20px auto 0;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.trust-strip .trust-item{font-size:.8rem;font-weight:600;color:var(--gray-500)}.char-counter{font-size:.75rem;color:var(--gray-400);text-align:right;margin-top:4px}.preview-section{background:var(--gray-50)}.profile-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:40px}.profile-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;display:flex;flex-direction:column;gap:14px;border:2px solid var(--gray-200);transition:box-shadow .2s,border-color .2s}.profile-card:hover{box-shadow:var(--shadow-lg);border-color:var(--teal)}.profile-card-top{display:flex;gap:14px;align-items:flex-start}.profile-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0}.profile-info{flex:1 1;min-width:0}.profile-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:3px}.profile-name{font-weight:700;font-size:1rem;color:var(--navy)}.profile-verified{background:var(--teal-light);color:var(--teal);font-size:.7rem;font-weight:700;padding:2px 7px;border-radius:20px;white-space:nowrap}.profile-role{font-size:.875rem;color:var(--navy);font-weight:600;margin-bottom:4px}.profile-meta{font-size:.78rem;color:var(--gray-500);margin-bottom:3px}.profile-langs{font-size:1rem;letter-spacing:2px}.profile-skills{font-size:.78rem;color:var(--gray-500);background:var(--gray-100);border-radius:6px;padding:7px 10px;line-height:1.5}.profile-card-bottom{display:flex;align-items:center;justify-content:space-between}.profile-rating-row{display:flex;align-items:center;gap:4px}.profile-stars{color:#f4c542;font-size:.85rem;letter-spacing:1px}.profile-rating{font-weight:700;font-size:.9rem;color:var(--navy)}.profile-reviews{font-size:.78rem;color:var(--gray-400)}.profile-rate{font-weight:800;font-size:1rem;color:var(--teal)}.profile-contact-btn{width:100%;padding:10px;background:var(--navy);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:700;font-size:.9rem;cursor:not-allowed;opacity:.4;margin-top:2px}.preview-note{text-align:center;color:var(--gray-400);font-size:.82rem;margin-top:24px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:40px}.video-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .2s,box-shadow .2s;border:2px solid transparent}.video-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--teal)}.video-card-soon{opacity:.7}.video-card-soon:hover{transform:none;box-shadow:var(--shadow);border-color:transparent}.video-thumb{position:relative;background:var(--navy);aspect-ratio:16/9;cursor:pointer}.video-play-btn,.video-thumb{display:flex;align-items:center;justify-content:center}.video-play-btn{width:56px;height:56px;background:hsla(43,74%,66%,.95);border-radius:50%;font-size:1.4rem;color:var(--navy);transition:transform .2s,background .2s;padding-left:4px}.video-card:hover .video-play-btn{transform:scale(1.1);background:var(--gold)}.video-soon-icon{font-size:2.5rem;opacity:.6}.video-info{padding:18px 20px 22px}.video-badge{display:inline-block;background:var(--teal-light);color:var(--teal);font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:10px;letter-spacing:.2px}.video-info h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:4px;line-height:1.4}.video-info p{font-size:.875rem;color:var(--gray-500)}@media (max-width:640px){nav{padding:0 14px;height:56px}.nav-cta{padding:8px 12px;font-size:.78rem}.nav-brand{font-size:1.1rem}.lang-btn{padding:4px 8px;font-size:.75rem}.hero{padding:40px 20px 56px}.hero-inner{flex-direction:column-reverse;gap:28px}.hero-text,.hero-text h1{text-align:center}.hero-text h1{margin-inline:auto}.hero-text .hero-badge,.hero-text p{text-align:center}.hero-text .hero-cta-group{justify-content:center}.hero-img-wrap{width:100%;flex:none}.hero-img-wrap img{height:260px}.hero-img-float{bottom:12px;left:12px;font-size:.75rem;padding:10px 14px}.hero h1{font-size:1.75rem}.hero p{font-size:.95rem}.hero-cta-group{flex-direction:column;align-items:center}.btn-outline,.btn-primary{width:100%;max-width:320px;text-align:center}.hero-stats{gap:12px 24px;flex-wrap:nowrap;justify-content:center;margin-top:32px}.hero-stat{flex:1 1;min-width:0;text-align:center}.hero-stat strong{font-size:1.3rem}.hero-stat span{font-size:.78rem}.tutor-spotlight{flex-direction:column;padding:24px 20px;gap:20px}.tutor-spotlight-img{width:100%;flex:none}.cta-with-img{flex-direction:column;gap:24px}.cta-img{width:100%;flex:none}.cta-img img{height:200px}.trust-bar{gap:16px;padding:18px 16px}.trust-item{font-size:.8rem}.section{padding:56px 16px}.section-title{font-size:1.5rem}.section-sub{font-size:.9rem;margin-bottom:36px}.profile-cards,.steps,.video-grid{grid-template-columns:1fr;gap:16px}.step{padding:24px 20px}.why-layout{flex-direction:column;gap:32px}.why-img-col{display:none}.why-grid-full{grid-template-columns:1fr;gap:16px}.categories{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.category-pill{font-size:.82rem;padding:10px 12px;text-align:center;width:100%;justify-content:center}.cta-box{padding:28px 20px}.btn-gold{padding:14px 28px;font-size:.95rem}.photo-tips-grid{grid-template-columns:1fr}.card{padding:24px 16px}.btn-row{flex-direction:column-reverse;gap:10px}.btn-back,.btn-next,.btn-submit{width:100%;justify-content:center}.name-grid{grid-template-columns:1fr!important}.progress-inner{gap:8px}.dot-label{font-size:.7rem}.dot-circle{width:28px;height:28px;font-size:.8rem}.hero-strip{padding:28px 16px 24px}.hero-strip h1{font-size:1.3rem}footer{padding:20px 16px;font-size:.78rem}}.nav-link{color:var(--navy);text-decoration:none;font-weight:500;font-size:.92rem;transition:color .2s}.nav-link:hover{color:var(--teal)}.helpers-hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-light) 100%);color:var(--white);padding:100px 24px 60px;text-align:center}.helpers-hero-inner{max-width:700px;margin:0 auto}.helpers-hero h1{font-size:2.4rem;font-weight:800;margin:12px 0 16px;line-height:1.2}.helpers-hero p{font-size:1.1rem;opacity:.85;line-height:1.6}.helpers-filters{background:var(--white);border-bottom:1px solid var(--gray-200);padding:20px 24px;position:-webkit-sticky;position:sticky;top:60px;z-index:90;box-shadow:0 2px 8px rgba(0,0,0,.06)}.helpers-filters-inner{max-width:900px;margin:0 auto;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.filter-select{flex:1 1;min-width:160px;padding:12px 16px;border:2px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;color:var(--navy);background:var(--white);cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:var(--teal)}.filter-input{flex:1 1;min-width:160px;padding:12px 16px;border:2px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;color:var(--navy);transition:border-color .2s}.filter-input:focus{outline:none;border-color:var(--teal)}.filter-input::placeholder{color:var(--gray-400)}.filter-reset-btn{padding:12px 20px;background:var(--gray-100);border:2px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--gray-500);cursor:pointer;transition:all .2s}.filter-reset-btn:hover{background:var(--gray-200);color:var(--navy)}.demo-banner{max-width:900px;margin:20px auto 0;padding:12px 20px;background:#fff8e1;border:1px solid #ffe082;border-radius:var(--radius-sm);font-size:.9rem;color:#5d4037;text-align:center}.helpers-results-count{margin-bottom:20px;font-size:.95rem;color:var(--gray-500)}.helpers-results-count strong{color:var(--navy);font-size:1.1rem}.helpers-loading{display:flex;justify-content:center;padding:60px 0}.loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.helpers-empty{text-align:center;padding:60px 20px}.helpers-empty h3{font-size:1.2rem;color:var(--navy);margin-bottom:8px}.helpers-empty p{color:var(--gray-500);margin-bottom:20px}.helpers-grid-section{padding:30px 24px 60px}.helpers-grid-inner{max-width:1000px;margin:0 auto}.helpers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}.helper-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s,transform .2s}.helper-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.helper-card-header{display:flex;gap:16px;align-items:flex-start}.helper-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--teal-light)}.helper-avatar img{width:100%;height:100%;object-fit:cover}.helper-info{flex:1 1;min-width:0}.helper-name{font-size:1.1rem;font-weight:700;color:var(--navy);margin:0}.helper-category{font-size:.88rem;color:var(--teal);font-weight:600;margin-top:2px}.helper-location{font-size:.85rem;color:var(--gray-500);margin-top:4px}.helper-about{font-size:.9rem;color:var(--gray-700);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.helper-details{display:flex;flex-wrap:wrap;gap:8px}.helper-tag{display:inline-block;padding:5px 12px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:20px;font-size:.82rem;color:var(--gray-700)}.helper-card-footer{margin-top:auto;display:flex;flex-direction:column;gap:8px}.helper-contact-row{display:flex;align-items:center;gap:8px}.helper-contact-btn{display:block;width:100%;padding:10px 14px;border:none;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;text-decoration:none;transition:all .2s}.helper-contact-btn.phone{background:var(--gray-50);border:1.5px solid var(--gray-200);color:var(--navy);font-weight:500;text-align:left;flex:1 1}.helper-contact-btn.phone:hover{border-color:var(--teal);background:var(--teal-light)}.helper-contact-btn.whatsapp{background:#25d366;color:#fff}.helper-contact-btn.whatsapp:hover{background:#1da851}.helper-contact-btn.email{background:var(--gray-50);border:1.5px solid var(--gray-200);color:var(--navy);font-weight:500;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.helper-contact-btn.email:hover{border-color:var(--teal);background:var(--teal-light)}.wa-badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;flex-shrink:0}.wa-badge.wa-yes{background:#e8f5e9;color:#2e7d32}.wa-badge.wa-no{background:var(--gray-100);color:var(--gray-500)}.helper-no-contact{text-align:center;color:var(--gray-400);font-size:.85rem;padding:12px}.helpers-cta{background:var(--gray-50);padding:60px 24px;text-align:center}.helpers-cta h2{font-size:1.6rem;font-weight:700;color:var(--navy);margin-bottom:8px}.helpers-cta p{color:var(--gray-500);margin-bottom:24px;font-size:1.05rem}@media (max-width:640px){.helpers-hero{padding:80px 16px 40px}.helpers-hero h1{font-size:1.6rem}.helpers-hero p{font-size:.95rem}.helpers-filters{padding:12px 16px;top:56px}.helpers-filters-inner{flex-direction:column;gap:8px}.filter-input,.filter-select{min-width:100%}.helpers-grid-section{padding:20px 16px 40px}.helpers-grid{grid-template-columns:1fr;gap:16px}.helper-card{padding:20px}.helper-avatar{width:60px;height:60px}.helper-name{font-size:1rem}.helpers-cta{padding:40px 16px}.helpers-cta h2{font-size:1.3rem}.demo-banner{margin:12px 16px 0;font-size:.82rem}}