body{margin:0;width:100%;min-width:320px}:root{--primary: #4F46E5;--primary-hover: #4338CA;--primary-light: #EEF2FF;--primary-50: #EEF2FF;--primary-100: #E0E7FF;--primary-200: #C7D2FE;--secondary: #7C3AED;--secondary-hover: #6D28D9;--accent: #F4C126;--accent-hover: #D97706;--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--primary-blue: #0C4E78;--white: #FFFFFF;--bg: #F8FAFC;--surface: #FFFFFF;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-max: 1280px;--section-padding: 6rem;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.03);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 10px 10px -5px rgba(0,0,0,.02);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.15);--shadow-glow: 0 0 30px rgba(79, 70, 229, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--ease: cubic-bezier(.4, 0, .2, 1);--ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--primary-yellow: #F4C126}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg);color:var(--gray-800);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;border:none;outline:none;background:none}button{cursor:pointer}::selection{background:var(--primary-200);color:var(--primary)}.container{width:80%;max-width:1400px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.navbar{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;padding:1rem 0;transition:all .3s var(--ease);background:transparent;box-sizing:border-box}.navbar.scrolled,.navbar-solid{background:var(--primary);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--gray-200);padding:.75rem 0;box-shadow:var(--shadow-sm)}.navbar-inner{display:flex;align-items:center;gap:2rem}@media(max-width:1440px){.navbar-inner{gap:1.5rem}}@media(max-width:1366px){.navbar-inner{gap:1.25rem}}.logo{display:flex;align-items:center;gap:.625rem;font-weight:800;font-size:1.25rem;color:var(--gray-900)}.logo-icon{width:82px;height:62px;flex-shrink:0}@media(max-width:1440px){.logo-icon{width:72px;height:54px}}@media(max-width:1366px){.logo-icon{width:68px;height:51px}}.nav-links{display:flex;gap:.5rem;margin:auto}@media(max-width:1440px){.nav-links{gap:.375rem}}@media(max-width:1366px){.nav-links{gap:.25rem}}.nav-link{padding:.5rem 1rem;border-radius:var(--radius-sm);color:#fff;transition:all .2s var(--ease);font-weight:500;font-size:16px;line-height:100%;text-align:center}@media(max-width:1440px){.nav-link{padding:.45rem .875rem;font-size:15px}}@media(max-width:1366px){.nav-link{padding:.4rem .75rem;font-size:14px}}.nav-link:hover{color:var(--accent)!important;border-bottom:var(--accent) solid 2px}.nav-actions{display:flex;gap:.75rem;align-items:center}@media(max-width:1440px){.nav-actions{gap:.625rem}}@media(max-width:1366px){.nav-actions{gap:.5rem}}.lang-dropdown{position:relative}.lang-toggle{color:#fff;padding:.5rem;display:inline-flex;align-items:center;gap:.4rem}.lang-flag{width:18px;height:18px;object-fit:contain;border-radius:50%}.lang-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:.35rem;opacity:0;transform:translateY(-6px);pointer-events:none;transition:all .2s var(--ease);z-index:1200}.lang-dropdown:hover .lang-menu,.lang-dropdown:focus-within .lang-menu{opacity:1;transform:translateY(0);pointer-events:auto}.lang-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;border-radius:var(--radius-sm);color:var(--gray-800);font-size:.9rem}.lang-option:hover{background:var(--gray-100)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:.5rem;margin-left:auto}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--gray-700);border-radius:2px;transition:all .3s var(--ease)}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;background:var(--white);border-top:1px solid var(--gray-100)}.mobile-menu.open{display:flex}.mobile-menu-link{padding:.75rem 0;font-weight:500;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.mobile-menu-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:16px;transition:all .2s var(--ease);cursor:pointer;white-space:nowrap;line-height:1.4}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 2px 8px #4f46e540}.btn-primary:hover{box-shadow:0 4px 16px #4f46e559;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--gray-700);background:transparent}.btn-ghost:hover{background:var(--gray-100)}.btn-white{background:#fff;color:var(--primary);box-shadow:var(--shadow-md)}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-ghost-white{color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-ghost-white:hover{background:#ffffff1a;border-color:#ffffff80}.btn-social{border:1px solid var(--gray-200);background:#fff;color:var(--gray-700);font-weight:500}.btn-social:hover{background:var(--gray-50);border-color:var(--gray-300)}.btn-sm{padding:.5rem 1rem;font-size:16px}.btn-lg{padding:.875rem 2rem;font-size:16px}.btn-xs{padding:.375rem .75rem;font-size:16px}.btn-icon{gap:.375rem}@media(max-width:1440px){.btn-sm{padding:.45rem .875rem;font-size:15px}.btn-lg{padding:.75rem 1.75rem;font-size:15px}}@media(max-width:1366px){.btn-sm{padding:.4rem .75rem;font-size:14px}.btn-lg{padding:.625rem 1.5rem;font-size:14px}}.btn-yellow{background:#f4c126;color:#fff;border:none;font-weight:700}.btn-yellow:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 12px #fbbf2466}.btn-outline-white{border:1px solid white;color:#fff;background:transparent}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.navbar-transparent{background:transparent;position:fixed;top:0;left:0;width:100%;z-index:50;padding-top:1.5rem}.navbar-transparent .logo-text{color:#fff}.navbar-transparent .btn-outline-white{border:1px solid white;color:#fff;background:transparent}.navbar-transparent .btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.navbar-transparent.scrolled{background:#fffffff2;box-shadow:0 4px 6px -1px #0000000d}.navbar-transparent.scrolled .nav-link{color:var(--gray-600)}.navbar-transparent.scrolled{color:var(--primary);background:var(--primary-50)}.navbar-transparent.scrolled .logo-text{color:var(--gray-900)}.navbar-transparent.scrolled .btn-outline-white{border-color:var(--gray-200);color:var(--gray-700)}.navbar-transparent.scrolled .btn-outline-white:hover{background:var(--gray-50);border-color:var(--gray-300)}.navbar-transparent.scrolled #mobileMenuBtn{filter:none!important}.hero-new{position:relative;background:linear-gradient(111.74deg,#052c59 .99%,#1589d3,#fffc);min-height:800px;padding-top:8rem;padding-bottom:5rem;display:flex;align-items:center;color:#fff;overflow:visible;width:100%;box-sizing:border-box}@media(max-width:1440px){.hero-new{min-height:750px;padding-top:7rem;padding-bottom:4rem}}@media(max-width:1366px){.hero-new{min-height:700px;padding-top:6.5rem;padding-bottom:3.5rem}}.hero-new-container{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:3rem;overflow:visible}.hero-decoration-tangle{position:absolute;width:90vw;height:auto;left:12vw;top:350px;opacity:1;transform:rotate(0);pointer-events:none;z-index:1}@media(max-width:1600px){.hero-decoration-tangle{width:90vw;height:auto;left:12vw;top:350px}}@media(max-width:1200px){.hero-decoration-tangle{width:85vw;left:50%;transform:translate(-50%) rotate(0);top:400px}}@media(max-width:992px){.hero-new-container{grid-template-columns:1fr;text-align:center}.hero-decoration-tangle{width:100%;left:0;transform:none;top:auto;bottom:0;height:auto;max-height:300px}}@media(max-width:768px){.hero-decoration-tangle{max-height:200px;opacity:.7}}.hero-content-left{position:relative;z-index:5;overflow:visible}.hero-badge-new{display:inline-block;margin-bottom:1.5rem;font-weight:600;font-size:1.1rem}.hero-title-new{font-size:48px;font-weight:500;line-height:66px;margin-bottom:1.5rem;position:relative;z-index:10}@media(max-width:1440px){.hero-title-new{font-size:40px;line-height:54px}}@media(max-width:1366px){.hero-title-new{font-size:36px;line-height:48px;margin-bottom:1.25rem}}.text-highlight-yellow{color:var(--accent)}.hero-subtitle-new{font-size:24px;color:#fff;max-width:80%;line-height:37px;margin-bottom:2.5rem;position:relative;z-index:10}@media(max-width:1440px){.hero-subtitle-new{font-size:20px;line-height:32px;max-width:90%}}@media(max-width:1366px){.hero-subtitle-new{font-size:18px;line-height:28px;max-width:95%;margin-bottom:2rem}}@media(max-width:992px){.hero-subtitle-new{margin-left:auto;margin-right:auto}}.hero-search-bar{background:#fff;padding:19px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 25px #0000001a;margin-bottom:3rem;width:80%;position:relative;z-index:100;overflow:visible}@media(max-width:1440px){.hero-search-bar{width:90%;padding:16px;margin-bottom:2.5rem}}@media(max-width:1366px){.hero-search-bar{width:95%;padding:14px;margin-bottom:2rem}}.hero-search-btn{border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;background-color:var(--accent);color:#fff;border:none;font-weight:600;cursor:pointer;white-space:nowrap}@media(max-width:1440px){.hero-search-btn{padding:.625rem 1.25rem;font-size:.9rem}}@media(max-width:1366px){.hero-search-btn{padding:.5rem 1rem;font-size:.875rem}}.hero-search-btn:hover{background-color:#f59e0b}.hero-search-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:10px;margin-top:1rem;font-size:.9375rem;text-align:center;animation:shake .4s ease-in-out;position:relative;z-index:10}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.search-divider{width:1px;height:24px;background:#e5e7eb;margin:0 .5rem}.search-divider-features{width:1px;height:100px;background:#e5e7eb;margin:0 .5rem}.search-select{border:none;background:transparent;font-size:1rem;color:#374151;padding:0 1.5rem 0 1rem;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;background-size:1em;min-width:120px}@media(max-width:768px){.hero-search-bar{flex-direction:column;border-radius:1rem;padding:1rem;width:100%;align-items:stretch;gap:.75rem}.search-divider{display:none}.search-select{width:100%;text-align:left;background-position:right 1rem center;border-bottom:1px solid #eee;padding:.75rem 1.5rem .75rem 0;margin-bottom:0}.hero-search-btn{width:100%;justify-content:center}}.hero-features{display:flex;font-weight:400;width:80%;justify-content:space-between;font-size:22px;position:relative;z-index:10}@media(max-width:1440px){.hero-features{font-size:18px;width:90%}}@media(max-width:1366px){.hero-features{font-size:16px;width:95%}}@media(max-width:992px){.hero-features{justify-content:center}}.hero-feature-item{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-icon-wrapper{margin-bottom:.5rem}.feature-icon{width:48px;height:48px;color:#fff}@media(max-width:1440px){.feature-icon{width:42px;height:42px}}@media(max-width:1366px){.feature-icon{width:38px;height:38px}}.tutor-card-container{display:flex;justify-content:center}@media(max-width:992px){.tutor-card-container{justify-content:center;margin-top:2rem}}.tutor-card{background:#f5f5f5;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0003;width:400px;color:#111827;position:relative;padding:.75rem;transition:all .3s var(--ease);cursor:pointer;z-index:2;border:4px solid white}@media(max-width:1440px){.tutor-card{width:360px}}@media(max-width:1366px){.tutor-card{width:340px}}.tutor-card-img-placeholder{width:100%;height:200px;object-fit:cover;border-top-left-radius:16px;border-top-right-radius:16px;background:#d1d5db}.tutor-card-body{padding-top:.5rem}.tutor-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.tutor-subject{display:flex;align-items:center;gap:.5rem;color:#0ea5e9;font-weight:600;font-size:.95rem}.tutor-rating{color:#fbbf24;margin-left:auto;font-size:.9rem}.tutor-divider{border-top:1px solid #e2e2e2;margin:.5rem 0}.tutor-meta-row{display:flex;align-items:center}.tutor-price{font-weight:700;font-size:.95rem}.tutor-price span{color:#6b7280;font-weight:400;font-size:.85rem}.tutor-status-online{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#10b981;font-weight:600;margin-top:.5rem}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%}.tutor-availability{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#4b5563;margin-top:.5rem}.tutor-checklist{list-style:none;padding:.75rem 0;display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.tutor-checklist li{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#666}.check-icon{width:14px;height:14px;color:#10b981;flex-shrink:0}.btn-book{width:100%;padding:.75rem 1.5rem;border-radius:8px;background-color:var(--accent);color:#fff;border:none;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s var(--ease);margin-top:.5rem}.btn-book:hover{background-color:#f59e0b;transform:translateY(-1px)}@media(max-width:1440px){.container{width:88%}.hero-new-container{gap:2rem}}@media(max-width:1366px){.container{width:90%}.hero-new-container{gap:1.75rem}}@media(max-width:1200px){.container{width:92%}.hero-new-container{gap:2.5rem}}@media(max-width:1024px){.container{width:90%}.hero-new-container{grid-template-columns:1fr;gap:3rem}.hero-content-left{text-align:center}.hero-search-bar{width:100%;margin-left:auto;margin-right:auto}.hero-features{width:100%;justify-content:center}.tutor-card-container{margin-top:2rem}.carousel-track{width:100%;max-width:420px;margin:0 auto}}@media(max-width:768px){:root{--section-padding: 3rem}.nav-links,.nav-actions{display:none}.mobile-menu-btn{display:flex}.container{width:100%;padding:0 1rem}.navbar{padding:.75rem 0}.navbar-inner{gap:1rem}.logo-icon{width:60px;height:45px}.hero-new{min-height:auto;padding:6rem 1rem 3rem}.hero-new-container{gap:2rem}.hero-title-new{font-size:32px;line-height:42px;margin-bottom:1rem}.hero-subtitle-new{font-size:16px;line-height:24px;max-width:100%;margin-bottom:1.5rem}.hero-search-bar{padding:12px;gap:.75rem}.hero-search-btn{padding:.625rem 1rem;font-size:14px}.hero-features{font-size:14px;gap:1.5rem}.feature-icon{width:36px;height:36px}.search-divider-features{height:60px}.tutor-card{width:100%;max-width:380px}.carousel-track{width:100%;max-width:380px;height:480px}}@media(max-width:640px){.hero-new{padding:5rem .75rem 2rem}.hero-title-new{font-size:28px;line-height:38px}.hero-subtitle-new{font-size:14px;line-height:22px}.hero-search-bar{flex-direction:column;width:100%;gap:.5rem;padding:1rem}.search-divider{display:none}.hero-search-btn{width:100%;justify-content:center;padding:.75rem}.hero-features{flex-direction:column;gap:1.25rem;align-items:center}.search-divider-features{display:none}.hero-feature-item{flex-direction:row;gap:.75rem}.feature-icon-wrapper{margin-bottom:0}.tutor-card{max-width:100%}.carousel-track{max-width:100%;height:500px}}@media(max-width:480px){.hero-new{padding:5rem .5rem 2rem}.container{padding:0 .75rem}.hero-title-new{font-size:24px;line-height:34px}.hero-subtitle-new{font-size:13px;line-height:20px}.hero-search-bar{padding:.875rem}.hero-features{width:100%;font-size:13px}.feature-icon{width:32px;height:32px}.tutor-card-body{padding:.5rem}.tutor-name{font-size:1.1rem}.btn-book{padding:.625rem 1.25rem;font-size:.9rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.carousel-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:1}.carousel-track{position:relative;width:420px;height:520px;perspective:1000px}@media(max-width:1440px){.carousel-track{width:360px;height:480px}}@media(max-width:1366px){.carousel-track{width:340px;height:460px}}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translate(calc(var(--offset) * 40%)) scale(calc(1 - var(--abs-offset) * .25));z-index:calc(10 - var(--abs-offset));filter:blur(calc(var(--abs-offset) * 4px));opacity:calc(1 - var(--abs-offset) * .3)}.carousel-slide--active{filter:blur(0);opacity:1;z-index:10}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot--active{background:#fff;transform:scale(1.3)}.carousel-dot:hover{background:#ffffffb3}@media(max-width:992px){.carousel-track{width:360px;height:480px}}@media(max-width:768px){.carousel-track{width:320px;height:460px}.carousel-slide{transform:translate(calc(var(--offset) * 30%)) scale(calc(1 - var(--abs-offset) * .15))}}@media(max-width:640px){.carousel-track{width:100%;max-width:340px;height:480px}.carousel-slide{transform:translate(calc(var(--offset) * 25%)) scale(calc(1 - var(--abs-offset) * .12))}}@media(max-width:480px){.carousel-track{width:100%;max-width:300px;height:460px}.carousel-slide{transform:translate(calc(var(--offset) * 20%)) scale(calc(1 - var(--abs-offset) * .1))}.carousel-dots{gap:.35rem}.carousel-dot{width:8px;height:8px}}.features-section{display:flex;justify-content:center;align-items:center;gap:4rem;padding:6rem 0;background:#fff}.features-container{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto}.features-image-wrapper{position:relative;display:inline-block;max-width:500px;padding-bottom:20px;padding-left:20px}.features-image-backdrop{position:absolute;inset:20px 20px 0 0;background:#1482ca;border-radius:1.5rem;z-index:0}.features-img{width:100%;max-height:550px;border-radius:1.5rem;position:relative;z-index:1;display:block;object-fit:cover}.features-content{padding:2rem 0}.features-title{font-size:2.5rem;font-weight:500;color:#0c4e78;margin-bottom:1rem;line-height:1.2}.features-subtitle{font-size:22px;color:#5f5f5f;margin-bottom:2.5rem;line-height:1.6}.features-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.feature-item{display:flex;gap:1.5rem;align-items:flex-start}.feature-icon{min-width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;width:3rem;height:3rem;color:var(--primary-600);flex-shrink:0}.feature-text h3{font-size:1.2rem;font-weight:600;color:#0c4e78;margin-bottom:.5rem}.feature-text p{font-size:22px;color:#5f5f5f;line-height:1.6}.discover-link{display:inline-block;font-size:24px;font-weight:700;color:#154e7c;text-decoration:none;padding-bottom:.5rem;border-bottom:2px solid var(--primary-600);transition:all .3s ease}.discover-link:hover{color:var(--primary-700);border-bottom-color:var(--primary-700)}@media(max-width:1200px){.features-container{grid-template-columns:1fr;gap:2rem}.features-title{font-size:2rem}}@media(max-width:768px){.features-section{padding:3rem 0}.features-title{font-size:1.8rem}.features-subtitle{font-size:1rem}.features-list{gap:1.5rem}}.about-section{padding:6rem 0;background:#f5f9fc}.about-container{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem}.about-content{padding:2rem 0}.about-title{font-size:2.8rem;font-weight:700;color:#0c4e78;margin-bottom:2rem;line-height:1.2}.about-text{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.about-text p{font-size:22px;color:#343434;line-height:1.7;margin:0}.about-subtitle{font-size:28px;font-weight:500;color:#0c4e78;margin-bottom:.5rem}.about-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.about-feature{display:flex;align-items:center;gap:.75rem;font-size:20px;color:#343434}.about-feature svg{color:#1f9eb8}.about-check-icon{flex-shrink:0}.about-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:700px}.about-image-backdrop{position:absolute;width:100%;height:100%;background:#1482ca;border-radius:1.5rem;top:-20px;right:-20px;z-index:0;box-shadow:0 10px 30px #0000001a}.about-img{width:100%;height:100%;border-radius:1.5rem;position:relative;z-index:1;display:block;box-shadow:0 10px 30px #00000026;object-fit:cover}@media(max-width:1200px){.about-container{grid-template-columns:1fr;gap:3rem}.about-title{font-size:2.2rem}}@media(max-width:768px){.about-section{padding:3rem 0}.about-title{font-size:2rem}.about-subtitle{font-size:1.3rem}.about-features-grid{grid-template-columns:1fr;gap:1rem}}.how-it-works-section{padding:6rem 0;background-size:100% 500px;background-position:center;background-repeat:no-repeat;position:relative;background-color:#fff}.how-it-works-container{text-align:center}.how-it-works-title{font-size:2.75rem;font-weight:700;color:#0c4e78;margin-bottom:.5rem}.how-it-works-subtitle{font-size:22px;color:#343434;margin-bottom:3.5rem;font-weight:300}.steps-numbers{display:flex;align-items:center;justify-content:space-between;gap:0;max-width:70%;margin:auto auto 2.5rem}.step-number{width:58px;height:58px;background:#1bb2dd;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;box-shadow:0 4px 15px #1bb2dd40;position:relative;z-index:2;flex-shrink:0}.step-connector{width:200px;height:6px;background-image:radial-gradient(circle,#1BB2DD 3px,transparent 3px);background-size:10px 6px;background-position:0 center;background-repeat:repeat-x;position:relative}.steps-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1100px;margin:0 auto 3rem}.step-card{background:#fff;border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 2px 15px #0000000f;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.step-icon{color:#1bb2dd;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.step-title{font-size:1.25rem;font-weight:600;color:var(--primary-600);margin-bottom:.75rem;line-height:1.3}.step-description{font-size:.9rem;color:var(--gray-600);line-height:1.5}.how-it-works-cta{display:flex;justify-content:center;margin-top:2rem}@media(max-width:992px){.steps-cards{grid-template-columns:1fr;gap:2rem}.steps-numbers{margin-bottom:2rem}.step-connector{width:80px}}@media(max-width:768px){.how-it-works-section{padding:3rem 0}.how-it-works-title{font-size:2rem}.how-it-works-subtitle{font-size:.95rem;margin-bottom:2.5rem}.steps-numbers{flex-wrap:wrap;margin-bottom:2rem}.step-number{width:48px;height:48px;font-size:1.4rem}.step-connector{width:60px}.step-card{padding:2rem 1.5rem}.step-title{font-size:1.15rem}.step-description{font-size:.85rem}}.pricing-section{padding:6rem 0;background:url(/assets/white_tangle-DHKKdl84.png) right 80px bottom -150px no-repeat,linear-gradient(111.74deg,#052c59 .99%,#1589d3 74.34%,#fffc);background-size:350px,cover;background-attachment:scroll,scroll;position:relative;overflow:hidden}.pricing-section:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;border-radius:50%;pointer-events:none}.pricing-section:after{content:"";position:absolute;bottom:0;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 60%);border-radius:50%;pointer-events:none}.pricing-container{position:relative;z-index:1}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-body{text-align:center;display:flex;flex-direction:column;background-color:#fff;padding:20px;border-radius:20px}.pricing-body-light{text-align:center;display:flex;flex-direction:column;background-color:transparent;padding:20px;border-radius:20px}.pricing-body-light .plan-price .price-amount{color:#fff!important}.pricing-title{font-size:2.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.pricing-subtitle{font-size:1.1rem;color:#ffffffe6}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.pricing-card{background:#fff;border-radius:1.25rem;box-shadow:0 10px 40px #0000001f;transition:all .3s ease;display:flex;flex-direction:column;position:relative;padding:16px 23px}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px #00000026}.pricing-card--featured{background:#1589d3;color:#fff;position:relative;transform:translateY(-5%);height:600px}.pricing-card--featured:hover{transform:scale(1.05) translateY(-8px)}.pricing-card--premium{background:linear-gradient(135deg,#1b3e5f,#2d5a8e);color:#fff}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f4c126;color:#fff;padding:.5rem 1.25rem;border-radius:20px;font-size:.85rem;font-weight:600}.plan-label{font-size:.9rem;font-weight:600;color:#0c4e78;margin-bottom:.5rem}.pricing-card--featured .plan-label,.pricing-card--premium .plan-label{color:#fffc}.plan-name{font-size:1.5rem;font-weight:700;color:#0c4e78;margin-bottom:.5rem}.pricing-card--featured .plan-name,.pricing-card--premium .plan-name{color:#fff}.plan-description{font-size:.95rem;color:#6b7280;margin-bottom:1.5rem}.pricing-card--featured .plan-description,.pricing-card--premium .plan-description{color:#ffffffd9}.plan-price{margin-bottom:.25rem}.price-amount{font-size:2.75rem;font-weight:700;color:#0c4e78}.pricing-card--premium{background:linear-gradient(2.97deg,#1589d380 2.45%,#1589d3,#154e7c 97.51%)}.price-currency{font-size:1.25rem;font-weight:600;margin-left:.25rem}.price-per-session{font-size:.95rem;color:#6b7280;margin-bottom:2rem}.pricing-card--featured .price-per-session{color:#fffc}.plan-features{list-style:none;margin-bottom:2rem;flex-grow:1}.plan-features li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#4b5563;margin-bottom:.5rem}.plan-features li svg{color:#1bb2dd;flex-shrink:0}.plan-features--light li{color:#ffffffe6}.plan-features--light li svg{color:#ffffffe6}.btn-outline-pricing{background:transparent;color:#0c4e78;padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 6px #1d152f40}.btn-outline-pricing:hover{background:#0c4e78;color:#fff}.btn-white{background:#fff;color:#1b7fbe;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-white:hover{background:#f0f0f0}.pricing-footer{text-align:center;color:#ffffffd9;font-size:.95rem}@media(max-width:1200px){.pricing-cards{grid-template-columns:1fr}.pricing-card--featured{transform:scale(1)}.pricing-card--featured:hover{transform:scale(1) translateY(-8px)}}@media(max-width:768px){.pricing-section{padding:3rem 0}.pricing-title{font-size:2rem}.pricing-subtitle{font-size:1rem}.pricing-cards{gap:1.5rem}.pricing-card{padding:2rem 1.5rem}.plan-name{font-size:1.3rem}.price-amount{font-size:2.25rem}.plan-features li{font-size:.9rem;margin-bottom:.75rem}}.cta-section{padding:6rem 0;background:linear-gradient(111.74deg,#052c59 .99%,#1589d3 74.34%,#fffc);text-align:center;position:relative;overflow:hidden}.cta-container{max-width:800px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.cta-title{font-size:2.75rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3}.cta-subtitle{font-size:1.1rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.cta-footer{font-size:.85rem;color:#ffffffb3;margin-top:1rem;letter-spacing:.3px}@media(max-width:768px){.cta-section{padding:4rem 0}.cta-title{font-size:1.8rem;margin-bottom:.75rem}.cta-subtitle{font-size:.95rem;margin-bottom:2rem}.cta-buttons{gap:.75rem;margin-bottom:1rem}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{padding:.75rem 1.75rem;font-size:.9rem}}@media(max-width:480px){.cta-section{padding:3rem 0}.cta-container{padding:0 1rem}.cta-title{font-size:1.4rem;margin-bottom:.5rem}.cta-subtitle{font-size:.85rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;gap:.75rem;margin-bottom:1rem}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;padding:.75rem 1.5rem;font-size:.9rem}.cta-footer{font-size:.75rem}}.footer-section{background:linear-gradient(135deg,#e8f0f7,#f0f4f8);padding:3.5rem 0 0;position:relative}.footer-content{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:3rem;max-width:1400px;margin:0 auto;padding:3.5rem 2rem;container-type:inline-size}.footer-column{display:flex;flex-direction:column}.footer-brand{gap:1.5rem}.footer-logo{width:120px;height:auto}.footer-logo img{width:100%;height:auto}.footer-tagline{font-size:.95rem;color:#4a5568;line-height:1.6;margin:0}.footer-contact-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#2d3748;line-height:1.5}.info-icon{font-size:1.1rem;flex-shrink:0;margin-top:.2rem}.footer-column-title{font-size:1rem;font-weight:600;color:#0c4e78;margin:0 0 1.5rem;text-transform:capitalize}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#4a5568;text-decoration:none;font-size:.9rem;transition:all .3s ease;position:relative}.footer-links li a:hover{color:#0c4e78;padding-left:.5rem}.footer-newsletter{gap:1.5rem}.newsletter-text{font-size:.85rem;color:#4a5568;line-height:1.6;margin:0}.newsletter-form{display:flex;gap:.5rem;margin-bottom:1rem}.newsletter-input{flex:1;padding:.75rem 1rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.85rem;font-family:inherit;transition:all .3s ease;background:#fff;color:#2d3748}.newsletter-input::placeholder{color:#a0aec0}.newsletter-input:focus{outline:none;border-color:#1482ca;box-shadow:0 0 0 3px #1482ca1a}.newsletter-btn{padding:.75rem 1.5rem;background:#f4c126;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-btn:hover{background:#e8b612;transform:translateY(-1px)}.social-icons{display:flex;gap:1rem}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #cbd5e0;color:#0c4e78;text-decoration:none;transition:all .3s ease;font-size:1rem}.social-icon:hover{background:#0c4e78;color:#fff;border-color:#0c4e78;transform:translateY(-3px)}.social-icon svg{width:18px;height:18px}.footer-bottom{background:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;max-width:1400px;margin:0 auto}.footer-copyright{font-size:.85rem;color:#4a5568;margin:0}.crow-brand{color:#f4c126;font-weight:600}.scroll-to-top{width:44px;height:44px;border-radius:50%;border:1px solid #cbd5e0;background:#fff;color:#0c4e78;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:0}.scroll-to-top:hover{border-color:#0c4e78;background:#0c4e78;color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #0c4e7833}.scroll-to-top svg{width:20px;height:20px}@media(max-width:1200px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem;padding:2.5rem 2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.scroll-to-top{align-self:flex-end}}@media(max-width:768px){.footer-section{padding:2rem 0 0;border-top:2px solid #1482CA}.footer-content{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.footer-logo{width:120px}.footer-column-title{font-size:.95rem}.footer-links li a{font-size:.85rem}.footer-bottom{padding:1rem 1.5rem}.footer-copyright{font-size:.8rem}}@media(max-width:480px){.footer-content{padding:1.5rem 1rem;gap:1.5rem}.footer-logo{width:100px}.footer-tagline{font-size:.85rem}.footer-column-title{font-size:.9rem;margin-bottom:1rem}.footer-links{gap:.5rem}.footer-links li a{font-size:.8rem}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-input,.newsletter-btn{width:100%;font-size:.8rem}.newsletter-btn{padding:.65rem 1rem}.social-icons{gap:.75rem}.social-icon{width:32px;height:32px;font-size:.9rem}.footer-bottom{padding:.75rem 1rem;flex-direction:column-reverse}.footer-copyright{font-size:.75rem}.scroll-to-top{width:40px;height:40px}}.mobile-menu-lang{display:flex;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.mobile-lang-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--gray-600);background:var(--gray-50);border:1px solid var(--gray-200);cursor:pointer;transition:all .2s ease}.mobile-lang-btn.active{background:#0c4e78;color:#fff;border-color:#0c4e78}.mobile-lang-btn .lang-flag{width:18px;height:18px}.hero-search-btn{display:inline-flex;align-items:center;gap:.5rem}.about-feature--full{width:100%;margin-top:1rem}.info-icon-svg{flex-shrink:0;color:#0c4e78;margin-top:.15rem}.newsletter-btn{display:inline-flex;align-items:center;justify-content:center;min-width:48px}.newsletter-btn svg{flex-shrink:0}button.lang-option{width:100%;text-align:start;cursor:pointer;border:none;background:none}[dir=rtl]{font-family:Inter,Segoe UI,Tahoma,Arial,sans-serif}[dir=rtl] body{text-align:right}[dir=rtl] .mobile-menu-btn{margin-left:0;margin-right:auto}[dir=rtl] .lang-menu{right:auto;left:0}[dir=rtl] .hero-new-container{direction:rtl}[dir=rtl] .hero-content-left{text-align:right}[dir=rtl] .hero-search-bar,[dir=rtl] .hero-features{flex-direction:row-reverse}[dir=rtl] .search-select{text-align:right;background-position:left center;padding-right:1rem;padding-left:1.5rem}[dir=rtl] .features-container{direction:rtl}[dir=rtl] .feature-item,[dir=rtl] .feature-text{text-align:right}[dir=rtl] .discover-link{float:right}[dir=rtl] .about-container{direction:rtl}[dir=rtl] .about-content,[dir=rtl] .about-feature{text-align:right}[dir=rtl] .about-image-backdrop{right:auto;left:-20px}[dir=rtl] .steps-cards{direction:rtl}[dir=rtl] .step-card{text-align:center}[dir=rtl] .plan-features li{text-align:right}[dir=rtl] .plan-badge{left:50%;transform:translate(-50%)}[dir=rtl] .footer-content{direction:rtl}[dir=rtl] .footer-column,[dir=rtl] .info-item{text-align:right}[dir=rtl] .social-icons{flex-direction:row-reverse;justify-content:flex-start}[dir=rtl] .footer-bottom{flex-direction:row-reverse}[dir=rtl] .footer-links li a:hover{padding-left:0;padding-right:.5rem}[dir=rtl] .tutor-card-body{text-align:right}[dir=rtl] .tutor-subject{flex-direction:row-reverse}[dir=rtl] .tutor-rating{margin-left:0;margin-right:auto}[dir=rtl] .tutor-availability,[dir=rtl] .tutor-checklist li,[dir=rtl] .tutor-meta-row{flex-direction:row-reverse}[dir=rtl] .mobile-menu-link{text-align:right}[dir=rtl] .mobile-menu-lang{flex-direction:row-reverse}@media(max-width:992px){.hero-new-container{grid-template-columns:1fr;text-align:center}.hero-content-left,[dir=rtl] .hero-content-left{text-align:center}.hero-search-bar{width:100%;margin-left:auto;margin-right:auto}.hero-features{width:100%;justify-content:center}.hero-subtitle-new{max-width:100%;margin-left:auto;margin-right:auto}.features-container{grid-template-columns:1fr;gap:2rem}.features-image-wrapper{max-height:400px;order:-1;justify-self:center}.about-container{grid-template-columns:1fr}.about-image-wrapper{height:400px}.pricing-cards{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.pricing-card--featured{transform:none;height:auto}.pricing-card--featured:hover{transform:translateY(-8px)}}@media(max-width:768px){.hero-new{min-height:auto;padding:7rem 0 3rem}.hero-title-new{font-size:1.75rem;line-height:2.25rem}.hero-subtitle-new{font-size:1rem;line-height:1.5rem}.hero-search-bar{flex-direction:column;padding:1rem;width:100%;gap:.75rem}[dir=rtl] .hero-search-bar{flex-direction:column}.search-divider{display:none}.search-select{width:100%;padding:.75rem 1rem;border-bottom:1px solid #eee}.hero-search-btn{width:100%;justify-content:center}.hero-features{width:100%;font-size:16px}.search-divider-features{height:60px}.features-section{padding:3rem 0}.features-title{font-size:1.5rem}.features-subtitle,.feature-text p{font-size:.95rem}.about-section{padding:3rem 0}.about-title{font-size:1.75rem}.about-text p{font-size:1rem}.about-subtitle{font-size:1.2rem}.about-feature{font-size:.95rem}.about-image-wrapper{height:300px}.how-it-works-section{padding:3rem 0}.how-it-works-title{font-size:1.75rem}.steps-numbers{max-width:100%}.step-connector{width:40px}.pricing-section{padding:3rem 0}.pricing-title{font-size:1.75rem}.cta-section{padding:3rem 0}.cta-title{font-size:1.5rem}.cta-subtitle{font-size:.95rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;align-items:center;gap:.75rem}.cta-buttons .btn{width:100%;max-width:300px}[dir=rtl] .cta-buttons{flex-direction:column}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}[dir=rtl] .footer-bottom{flex-direction:column}[dir=rtl] .navbar-inner,[dir=rtl] .hero-features{flex-direction:row-reverse}}@media(max-width:480px){.hero-title-new{font-size:1.4rem;line-height:2rem}.hero-features{flex-direction:column;gap:1rem;align-items:center}[dir=rtl] .hero-features{flex-direction:column}.search-divider-features{display:none}.steps-cards{grid-template-columns:1fr}.steps-numbers{gap:0}.step-number{width:40px;height:40px;font-size:1.2rem}.step-connector{width:30px}.about-features-grid{grid-template-columns:1fr}.carousel-track{width:280px;height:440px}.tutor-card{width:100%;max-width:280px}.footer-content{padding:1.5rem 1rem}.newsletter-form{flex-direction:column;gap:.5rem}[dir=rtl] .newsletter-form{flex-direction:column}.newsletter-input,.newsletter-btn{width:100%}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:999;transition:transform .3s var(--ease),box-shadow .3s var(--ease);animation:whatsapp-pulse 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}[dir=rtl] .whatsapp-float{right:auto;left:2rem}@media(max-width:480px){.whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:24px;height:24px}[dir=rtl] .whatsapp-float{right:auto;left:1.5rem}}.lead-modal-backdrop{position:fixed;inset:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:lead-fade-in .3s ease}@keyframes lead-fade-in{0%{opacity:0}to{opacity:1}}.lead-modal{background:#fff;border-radius:1rem;max-width:440px;width:100%;position:relative;box-shadow:var(--shadow-2xl);animation:lead-slide-up .35s var(--ease);overflow:hidden}@keyframes lead-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lead-modal-close{position:absolute;top:1rem;left:1rem;background:#fff3;border:none;cursor:pointer;color:#fff;padding:.35rem;border-radius:50%;transition:color .2s,background .2s;display:flex;align-items:center;justify-content:center;z-index:2}.lead-modal-close:hover{background:#ffffff59;color:#fff}[dir=rtl] .lead-modal-close{left:auto;right:1rem}.lead-modal-header{background:linear-gradient(135deg,#052c59,#1589d3);padding:2rem 2rem 1.75rem;text-align:center;color:#fff}.lead-modal-icon{width:52px;height:52px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.lead-modal-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-align:center}.lead-modal-subtitle{font-size:.9rem;color:#ffffffd9;text-align:center;margin-bottom:0;line-height:1.5}.lead-modal-body{padding:1.5rem 2rem 2rem}.lead-toggle{display:flex;background:var(--gray-100);border-radius:var(--radius-full);padding:4px;margin-bottom:1.25rem}.lead-toggle-btn{flex:1;padding:.5rem 1rem;border:none;background:transparent;border-radius:var(--radius-full);cursor:pointer;font-size:.9rem;font-weight:500;color:var(--gray-500);transition:all .25s var(--ease)}.lead-toggle-btn.active{background:#fff;color:#0c4e78;box-shadow:var(--shadow-sm)}.lead-form{display:flex;flex-direction:column;gap:.75rem}.lead-input{width:100%;padding:.85rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.95rem;transition:border-color .2s;outline:none}.lead-input:focus{border-color:#1482ca}.lead-error{color:var(--danger);font-size:.85rem;margin:0}.lead-submit{width:100%;padding:.85rem;font-size:1rem;font-weight:600}.lead-modal-footer{text-align:center;margin-top:1rem}.lead-privacy{font-size:.8rem;color:var(--gray-500);margin:0 0 .25rem}.lead-security{font-size:.8rem;color:var(--gray-500);margin:0}.lead-modal-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;text-align:center}.lead-modal-success p{font-size:1.1rem;color:var(--gray-700);font-weight:500}@media(max-width:480px){.lead-modal{margin:.5rem}.lead-modal-header{padding:1.5rem 1.25rem}.lead-modal-body{padding:1.25rem}.lead-modal-title{font-size:1.25rem}}.newsletter-feedback{font-size:.85rem;margin-top:.5rem;padding:.4rem 0;animation:lead-fade-in .3s ease}.newsletter-feedback--success{color:#25d366}.newsletter-feedback--error{color:var(--danger)}.btn-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}[dir=rtl] .features-image-wrapper{padding-left:0;padding-right:20px}[dir=rtl] .features-image-backdrop{left:20px;right:0}.book-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 3rem;background:var(--gray-50)}.book-layout{display:grid;grid-template-columns:1fr 1.2fr;max-width:1000px;width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xl);background:#fff}.book-info-panel{background:linear-gradient(135deg,#052c59,#1589d3);color:#fff;padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:flex-start;border-radius:1rem}.book-info-title{font-size:2rem;font-weight:700;margin-bottom:2rem;line-height:1.35;font-style:italic}.book-info-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.book-info-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem;padding:0}.book-info-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5}.book-info-bullet{width:10px;height:10px;min-width:10px;border-radius:50%;background:#1bb2dd;margin-top:5px}.book-info-list li strong{display:block;font-size:1rem;font-weight:700;margin-bottom:.25rem}.book-info-list li p{margin:0;font-size:.9rem;opacity:.85;line-height:1.5}.book-info-list li svg{flex-shrink:0;margin-top:2px;color:var(--accent)}.book-form-panel{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.book-form-title{font-size:1.5rem;font-weight:700;color:#0c4e78;margin-bottom:.5rem}.book-form-subtitle{font-size:.95rem;color:var(--gray-500);margin-bottom:1.5rem;line-height:1.5}.book-form{display:flex;flex-direction:column;gap:1.25rem}.book-form-group{display:flex;flex-direction:column;gap:.4rem}.book-form-group label{font-size:.9rem;font-weight:600;color:var(--gray-700)}.book-input,.book-select{width:100%;padding:.8rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.95rem;transition:border-color .2s;outline:none;background:#fff;color:var(--gray-800)}.book-input:focus,.book-select:focus{border-color:#1482ca}.book-input--error{border-color:var(--danger)!important}.book-subjects--error{border:1.5px solid var(--danger);border-radius:var(--radius-sm);padding:.5rem}.book-field-error{font-size:.8rem;color:var(--danger)}.book-subjects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;padding:.25rem 0}.book-subject-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:var(--gray-700);padding:.5rem .75rem;border-radius:var(--radius-sm);border:1.5px solid var(--gray-200);transition:all .2s}.book-subject-item:hover{border-color:#1482ca;background:#1482ca0a}.book-subject-item input[type=checkbox]{accent-color:#1482CA;width:16px;height:16px;cursor:pointer}.book-submit-btn{width:100%;margin-top:.5rem}.book-submit-error{background:#ef444414;color:var(--danger);padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;border:1px solid rgba(239,68,68,.2)}.book-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:var(--gray-500)}.book-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:#1482ca;border-radius:50%;animation:spin .8s linear infinite}.book-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem}.book-success-icon{margin-bottom:.5rem}.book-success h2{font-size:1.5rem;color:#0c4e78;font-weight:700}.book-success p{color:var(--gray-500);font-size:1rem;line-height:1.5;margin-bottom:1rem}.book-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center}.book-error-state p{color:var(--gray-500);font-size:1rem}[dir=rtl] .book-info-list li,[dir=rtl] .book-info-list li div,[dir=rtl] .book-info-list li strong,[dir=rtl] .book-info-list li p,[dir=rtl] .book-form-panel,[dir=rtl] .book-form-group label{text-align:right}[dir=rtl] .book-subject-item{flex-direction:row-reverse}[dir=rtl] .book-info-panel h1,[dir=rtl] .book-info-panel h3{text-align:right}[dir=rtl] .book-info-bullet{margin-left:0;margin-right:0}[dir=rtl] .book-form-group input,[dir=rtl] .book-form-group textarea{text-align:right}[dir=rtl] .book-submit-btn,[dir=rtl] .book-success-state h2,[dir=rtl] .book-success-state p,[dir=rtl] .book-error-state h2,[dir=rtl] .book-error-state p{text-align:center}@media(max-width:768px){.book-page{padding:5rem 1rem 2rem}.book-layout{grid-template-columns:1fr}.book-info-panel{padding:2rem 1.5rem}.book-info-title{font-size:1.35rem;margin-bottom:1.25rem}.book-info-list li{font-size:.9rem}.book-form-panel{padding:1.75rem 1.25rem}.book-form-title{font-size:1.25rem}.book-subjects-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:480px){.book-page{padding:4.5rem .75rem 1.5rem}.book-info-panel{padding:1.5rem 1rem}.book-info-title{font-size:1.2rem}.book-form-panel{padding:1.5rem 1rem}.book-subjects-grid{grid-template-columns:1fr 1fr}}.tutor-search-page{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#fff)}.tutor-search-header{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e3c72 100%);padding:6rem 0 4rem;color:#fff;text-align:center;position:relative;overflow:visible}.tutor-search-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="1.5" fill="rgba(255,255,255,0.05)"/></svg>');pointer-events:none}.tutor-search-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;position:relative;z-index:1;color:#fff;text-shadow:0 2px 8px rgba(30,60,114,.18),0 1px 0 #1e3c72}.tutor-search-subtitle{font-size:1.125rem;opacity:.98;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:1;color:#f3f4f6;text-shadow:0 1px 6px rgba(30,60,114,.12)}.tutor-search-filters{display:flex;gap:1rem;align-items:center;justify-content:center;max-width:900px;margin:0 auto;flex-wrap:wrap;position:relative;z-index:1}.search-filter-group{flex:1;min-width:200px;max-width:300px}.search-filter-btn{padding:.875rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;white-space:nowrap}.tutor-search-results{padding:4rem 0}.tutor-search-loading{text-align:center;padding:4rem 1rem;color:var(--text-secondary)}.spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.1);border-left-color:var(--primary-yellow);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.tutor-search-empty{text-align:center;padding:4rem 1rem;color:var(--text-secondary)}.empty-icon{color:var(--text-muted);margin-bottom:1rem}.tutor-search-empty h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.tutor-search-empty p{font-size:1rem}.tutor-search-count{text-align:center;margin-bottom:2rem;font-size:1rem;color:var(--text-secondary);font-weight:500}.tutor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.tutor-grid-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s,box-shadow .3s}.tutor-grid-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tutor-grid-card-image{width:100%;height:240px;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.tutor-grid-card-image img{width:100%;height:100%;object-fit:cover}.tutor-rating-badge{position:absolute;top:1rem;right:1rem;background:#fffffff2;padding:.375rem .75rem;border-radius:20px;display:flex;align-items:center;gap:.25rem;font-weight:600;font-size:.875rem;color:var(--primary-yellow);box-shadow:0 2px 8px #0000001a}.tutor-rating-badge svg{width:16px;height:16px;fill:currentColor}.tutor-grid-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.tutor-grid-card-name{font-size:1.125rem;font-weight:700;margin:0;color:var(--text-primary);line-height:1.3}.tutor-grid-card-rating{display:flex;align-items:center;gap:.25rem}.tutor-grid-card-rating svg{flex-shrink:0}.tutor-grid-card-rating-value{font-size:.8rem;font-weight:600;color:#92400e;margin-left:.25rem}.tutor-grid-card-description{font-size:.875rem;color:var(--text-secondary);line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tutor-grid-card-subjects{display:flex;flex-wrap:wrap;gap:.4rem}.tutor-subject-tag{display:inline-block;padding:.25rem .65rem;background:#eff6ff;color:var(--primary-blue);border:1px solid #bfdbfe;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.tutor-grid-card-sessions{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-secondary)}.tutor-grid-card-sessions svg{flex-shrink:0;color:var(--primary-blue)}.tutor-grid-card-sessions strong{color:var(--text-primary)}.tutor-grid-card-qualification{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-secondary);margin-top:.2rem}.tutor-grid-card-qualification svg{flex-shrink:0;color:#7c3aed}.tutor-grid-book-btn{margin-top:auto}.tutor-grid-card-price{display:flex;align-items:baseline;gap:.375rem;margin-bottom:1.25rem;padding:1rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.price-label{font-size:.875rem;color:var(--text-secondary)}.price-value{font-size:1.75rem;font-weight:700;color:var(--primary-blue)}.price-unit{font-size:.875rem;color:var(--text-secondary)}.tutor-pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;padding-bottom:1rem}.tutor-pagination-btn{padding:.625rem 1.5rem;border-radius:10px;border:1px solid var(--primary-blue);color:var(--primary-blue);background:#fff;font-weight:600;font-size:.9rem;transition:background .2s,color .2s;cursor:pointer}.tutor-pagination-btn:hover:not(:disabled){background:var(--primary-blue);color:#fff}.tutor-pagination-btn:disabled{opacity:.35;cursor:not-allowed}.tutor-pagination-info{font-size:.9rem;font-weight:600;color:var(--text-secondary)}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:9999;animation:modal-fade-in .2s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modal-slide-up .3s ease-out}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.modal-close-btn{background:transparent;border:none;cursor:pointer;color:var(--text-secondary);padding:.25rem;border-radius:8px;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#f3f4f6;color:var(--text-primary)}.modal-tutor-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.tutor-avatar-wrapper{flex-shrink:0}.tutor-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.tutor-avatar-placeholder{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue) 0%,#1e3c72 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.tutor-details{flex:1}.tutor-details .tutor-name{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:var(--text-primary)}.tutor-experience{font-size:.875rem;color:var(--text-secondary);margin:0}.modal-body{padding:1.5rem}.form-intro{font-size:.9375rem;color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.6}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.5rem;color:var(--text-primary)}.required{color:#ef4444}.form-input{width:100%;padding:.75rem 1rem;border:1.5px solid #d1d5db;border-radius:10px;font-size:1rem;transition:border-color .2s,box-shadow .2s;font-family:inherit}.form-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2f55971a}.form-input:disabled{background:#f3f4f6;cursor:not-allowed}.alert{padding:.875rem 1rem;border-radius:10px;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.5}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.btn-full{width:100%}.btn-lg{padding:.875rem 1.5rem;font-size:1rem}.form-privacy{text-align:center;font-size:.8125rem;color:var(--text-secondary);margin:1rem 0 0;line-height:1.5}.success-icon-wrapper{text-align:center;margin-bottom:1.5rem}.success-icon{width:64px;height:64px;color:#10b981;stroke-width:2}.success-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.success-message{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.6}@media(max-width:768px){.tutor-search-title{font-size:2rem}.tutor-search-subtitle{font-size:1rem}.tutor-search-filters{flex-direction:column;width:100%}.search-filter-group{width:100%;max-width:100%}.search-filter-btn{width:100%}.tutor-grid{grid-template-columns:1fr;gap:1.5rem}.modal-content{max-height:95vh}.modal-header{padding:1.25rem 1.25rem .875rem}.modal-body{padding:1.25rem}.modal-title{font-size:1.25rem}}@media(max-width:480px){.tutor-search-header{padding:5rem 0 3rem}.tutor-search-title{font-size:1.75rem}.tutor-grid-card-image{height:200px}.modal-tutor-info{padding:1.25rem}.tutor-avatar,.tutor-avatar-placeholder{width:50px;height:50px;font-size:1.25rem}.tutor-details .tutor-name{font-size:1rem}}.searchable-select{position:relative;flex:1;min-width:140px}@media(max-width:1440px){.searchable-select{min-width:120px}}@media(max-width:1366px){.searchable-select{min-width:110px}}.searchable-select-trigger{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #ddd;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-radius:.5rem;font-size:14px;color:#0c4e78;transition:all .2s ease}@media(max-width:1440px){.searchable-select-trigger{padding:.625rem .875rem;font-size:13px}}@media(max-width:1366px){.searchable-select-trigger{padding:.5rem .75rem;font-size:13px}}.searchable-select-trigger:hover{border-color:#1482ca;background:#fff}.searchable-select-trigger:active{background:#f0f0f0}.searchable-select-value{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchable-select-icon{flex-shrink:0;transition:transform .2s ease;color:#999}.searchable-select-icon.open{transform:rotate(180deg)}.searchable-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 4px 16px 2px #1e3c7221,0 1.5px 8px #0000001a;z-index:12010;min-width:100%}.searchable-select-search{width:100%;padding:.75rem 1rem;border:none;border-bottom:1px solid #eee;border-radius:.5rem .5rem 0 0;font-size:14px;outline:none;box-sizing:border-box;background:#f8f9fa}.searchable-select-search:focus{background:#fff}.searchable-select-search::placeholder{color:#999}.searchable-select-list{list-style:none;margin:0;padding:.5rem 0;max-height:280px;overflow-y:auto;overflow-x:hidden}.searchable-select-list::-webkit-scrollbar{width:6px}.searchable-select-list::-webkit-scrollbar-track{background:transparent}.searchable-select-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.searchable-select-list::-webkit-scrollbar-thumb:hover{background:#999}.searchable-select-list li{margin:0;padding:0}.searchable-select-option{width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:14px;color:#0c4e78;transition:background .2s ease;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.searchable-select-option:hover{background:#f0f7ff}.searchable-select-option.selected{background:#e6f2ff;color:#1482ca;font-weight:500}.searchable-select-option.selected svg{color:#1482ca}.searchable-select-empty{padding:1rem;text-align:center;color:#999;font-size:14px}[dir=rtl] .searchable-select-trigger{flex-direction:row-reverse}[dir=rtl] .searchable-select-value{text-align:right}[dir=rtl] .searchable-select-option{flex-direction:row-reverse}@media(max-width:768px){.searchable-select{min-width:100%}.searchable-select-trigger,.searchable-select-search,.searchable-select-option{padding:.625rem .875rem;font-size:14px}.searchable-select-list{max-height:240px}}@media(max-width:480px){.searchable-select-trigger,.searchable-select-search,.searchable-select-option{padding:.5rem .75rem;font-size:13px}.searchable-select-list{max-height:200px}}.multi-select-searchable{position:relative;width:100%}.multi-select-trigger{width:100%;min-height:48px;padding:.75rem 1rem;background:#fff;border:1px solid #ddd;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:14px;color:#0c4e78;transition:all .2s ease}.multi-select-trigger:hover{border-color:#1482ca}.multi-select-trigger:focus{outline:2px solid #1482CA;outline-offset:2px}.multi-select-values{flex:1;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;min-height:24px}.multi-select-placeholder{color:#999}.multi-select-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#e6f2ff;color:#1482ca;border-radius:.25rem;font-size:13px;font-weight:500}.multi-select-tag-remove{background:transparent;border:none;color:#1482ca;font-size:18px;line-height:1;cursor:pointer;padding:0;margin-left:.25rem;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.multi-select-tag-remove:hover{background:#1482ca1a}.multi-select-icon{flex-shrink:0;transition:transform .2s ease;color:#999}.multi-select-icon.open{transform:rotate(180deg)}.multi-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:100%}.multi-select-search{width:100%;padding:.75rem 1rem;border:none;border-bottom:1px solid #eee;border-radius:.5rem .5rem 0 0;font-size:14px;outline:none;box-sizing:border-box;background:#f8f9fa}.multi-select-search:focus{background:#fff}.multi-select-search::placeholder{color:#999}.multi-select-list{list-style:none;margin:0;padding:.5rem 0;max-height:280px;overflow-y:auto;overflow-x:hidden}.multi-select-list::-webkit-scrollbar{width:6px}.multi-select-list::-webkit-scrollbar-track{background:transparent}.multi-select-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.multi-select-list::-webkit-scrollbar-thumb:hover{background:#999}.multi-select-list li{margin:0;padding:0}.multi-select-option{width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:14px;color:#0c4e78;transition:background .2s ease;display:flex;align-items:center;gap:.75rem}.multi-select-option:hover{background:#f0f7ff}.multi-select-option.selected{background:#e6f2ff;color:#1482ca;font-weight:500}.multi-select-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#1482CA}.multi-select-option-name{flex:1}.multi-select-check{color:#1482ca;flex-shrink:0}.multi-select-empty{padding:1rem;text-align:center;color:#999;font-size:14px}[dir=rtl] .multi-select-trigger,[dir=rtl] .multi-select-values,[dir=rtl] .multi-select-option{flex-direction:row-reverse}[dir=rtl] .multi-select-tag-remove{margin-left:0;margin-right:.25rem}
