.language-switcher{display:flex;align-items:center;margin-left:1rem}html[dir=rtl] .language-switcher{margin-left:0;margin-right:1rem}.language-select{padding:.5rem 2.5rem .5rem 1rem;border:2px solid var(--border-color);background:#fff;color:var(--text-dark);border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23074967' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;min-width:140px}html[dir=rtl] .language-select{padding:.5rem 1rem .5rem 2.5rem;background-position:left .75rem center}.language-select:hover{border-color:var(--primary-color)}.language-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0749671a}.language-select option{padding:.5rem}@media (max-width: 1024px){.language-switcher{margin-left:.75rem}html[dir=rtl] .language-switcher{margin-left:0;margin-right:.75rem}.language-select{padding:.45rem 2.25rem .45rem .875rem;font-size:.85rem;min-width:130px}html[dir=rtl] .language-select{padding:.45rem .875rem .45rem 2.25rem}}@media (max-width: 768px){.language-switcher{margin-left:0;width:100%}.language-select{padding:.4rem 2rem .4rem .75rem;font-size:.8rem;min-width:120px;width:100%}html[dir=rtl] .language-select{padding:.4rem .75rem .4rem 2rem}}@media (max-width: 480px){.language-select{padding:.375rem 1.75rem .375rem .625rem;font-size:.75rem;min-width:110px}html[dir=rtl] .language-select{padding:.375rem .625rem .375rem 1.75rem}}.navbar{background:var(--bg-white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1002;padding:.5rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;position:relative;gap:2rem}html[dir=rtl] .nav-container,html[dir=rtl] .nav-menu{flex-direction:row-reverse}.nav-logo{display:flex;align-items:center;transition:transform .2s;z-index:1003;position:relative}.nav-logo:hover{transform:scale(1.05)}.logo-image{height:100px;width:auto;object-fit:contain}.nav-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1003;position:relative}.nav-toggle span{width:25px;height:3px;background:var(--primary-color);border-radius:3px;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu-wrapper{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}html[dir=rtl] .nav-menu-wrapper{justify-content:center}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-link{color:var(--text-dark);font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.nav-link:hover{color:var(--primary-color);background-color:var(--bg-light)}.nav-link.active{color:var(--primary-color);background-color:#0749671a}.nav-language-switcher{display:flex;align-items:center;flex-shrink:0}.nav-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@media (max-width: 1024px){.nav-menu{gap:1.5rem}.nav-link{padding:.5rem .875rem;font-size:.95rem}}@media (max-width: 768px){.nav-toggle{display:flex!important;order:2}.nav-backdrop{display:block}.nav-menu-wrapper{position:fixed;top:0;right:0;width:80%;max-width:300px;height:100vh;background:var(--bg-white);box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:8rem 2rem 2rem;transition:transform .3s ease,visibility .3s ease;z-index:1001;overflow-y:auto;visibility:hidden;transform:translate(100%)}html[dir=rtl] .nav-menu-wrapper{right:auto;left:0;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);justify-content:flex-start}.nav-menu-wrapper.active{visibility:visible;transform:translate(0)}html[dir=rtl] .nav-menu-wrapper.active{transform:translate(0)}.nav-menu{flex-direction:column;width:100%;gap:0;align-items:stretch}html[dir=rtl] .nav-menu{flex-direction:column}.nav-item{width:100%;border-bottom:1px solid var(--border-color)}.nav-link{display:block;padding:1rem;width:100%;border-radius:0;font-size:1rem}.nav-language-switcher{position:static;z-index:1004;order:1;margin:0 0 0 auto}html[dir=rtl] .nav-language-switcher{margin-left:0;margin-right:auto}.logo-image{height:70px}}@media (max-width: 480px){.nav-container{padding:0 15px;gap:1rem}.logo-image{height:60px}.nav-menu-wrapper{width:85%;top:0;height:100vh;padding:7rem 1.5rem 1.5rem}.nav-link{padding:.875rem;font-size:.95rem}}.footer{background:var(--text-dark);color:#fff;padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{font-size:2rem}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#fff}.footer-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem;max-width:70%}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;font-size:1.25rem;transition:all .3s ease;text-decoration:none;color:#fff}.social-link:hover{background:#fff3;transform:translateY(-3px)}.social-icon{width:20px;height:20px;display:block;fill:currentColor}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#fff;transform:translate(5px)}html[dir=rtl] .footer-links a:hover{transform:translate(-5px)}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#fffc}.contact-icon{font-size:1.25rem;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-description{max-width:100%}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.footer{padding:1.5rem 1rem 1rem}.footer-content{gap:1.5rem}.footer-logo-text{font-size:1.25rem}.footer-logo-icon{font-size:1.75rem}.footer-title{font-size:1.1rem}.social-link{width:36px;height:36px;font-size:1.1rem}}.registration-popup-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.registration-popup{position:fixed;bottom:2rem;right:2rem;width:380px;max-width:calc(100vw - 2rem);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;z-index:2001;animation:slideUpBounce .5s cubic-bezier(.68,-.55,.265,1.55);overflow:hidden}html[dir=rtl] .registration-popup{right:auto;left:2rem}@keyframes slideUpBounce{0%{opacity:0;transform:translateY(100px) scale(.8)}60%{transform:translateY(-10px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}.registration-popup-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:none;background:#0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#6b7280;transition:all .2s ease;z-index:10}html[dir=rtl] .registration-popup-close{right:auto;left:1rem}.registration-popup-close:hover{background:#0000001a;color:var(--text-dark);transform:rotate(90deg)}.registration-popup-content{padding:2.5rem 2rem 2rem}.registration-popup-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--text-dark);text-align:center}.registration-popup-message{margin:0 0 1.5rem;font-size:1rem;line-height:1.6;color:#6b7280;text-align:center}.registration-popup-actions{display:flex;flex-direction:column;gap:.75rem}.registration-popup-button{padding:.875rem 1.5rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.registration-popup-button.primary{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.registration-popup-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.registration-popup-button.secondary{background:#f3f4f6;color:#6b7280}.registration-popup-button.secondary:hover{background:#e5e7eb;color:var(--text-dark)}.booking-help-button-wrapper{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;align-items:center;gap:.75rem}html[dir=rtl] .booking-help-button-wrapper{right:auto;left:2rem}.booking-help-button{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;box-shadow:0 4px 16px #ef44444d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;font-size:1.5rem;font-weight:600;position:relative}.booking-help-button.pulse{animation:pulse-glow 2s ease-in-out infinite}.booking-help-button.bounce{animation:pulse-glow 2s ease-in-out infinite,gentle-bounce 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 4px 16px #ef44444d,0 0 #ef444466}50%{box-shadow:0 4px 16px #ef44444d,0 0 0 8px #ef444400}}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.help-badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background:#fbbf24;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white;animation:badge-pulse 1.5s ease-in-out infinite;box-shadow:0 2px 8px #fbbf2466}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.help-tooltip{background:linear-gradient(135deg,#fff,#f9fafb);padding:.875rem 1rem;border-radius:12px;box-shadow:0 8px 24px #00000026,0 0 0 1px #ef44441a;display:flex;align-items:center;gap:.75rem;white-space:nowrap;font-size:.875rem;color:var(--text-dark);font-weight:500;border:2px solid rgba(239,68,68,.2);animation:slideInRight .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative}.tooltip-content{display:flex;align-items:center;gap:.5rem}.tooltip-icon{font-size:1.125rem;animation:icon-wiggle 2s ease-in-out infinite}@keyframes icon-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.help-tooltip:before{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid white}.tooltip-close{background:transparent;border:none;color:#6b7280;font-size:1.25rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.tooltip-close:hover{background:#f3f4f6;color:var(--text-dark)}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.booking-help-button:hover{transform:scale(1.1);box-shadow:0 6px 24px #ef444466}.booking-help-button.active{transform:rotate(90deg);background:linear-gradient(135deg,#ef4444,#dc2626)}.help-icon{display:block;line-height:1}.booking-help-panel{position:fixed;top:372px;right:-400px;width:400px;height:calc(100vh - 372px);background:#fff;box-shadow:-4px 0 24px #00000026;z-index:1001;transition:right .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.booking-help-panel.open{right:0}html[dir=rtl] .booking-help-panel{right:auto;left:-400px;box-shadow:4px 0 24px #00000026}html[dir=rtl] .booking-help-panel.open{left:0;right:auto}.help-panel-content{display:flex;flex-direction:column;min-height:100%}.help-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#0749670d,#07496705);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.help-panel-header h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-dark)}.help-panel-close{width:32px;height:32px;border-radius:50%;border:none;background:#ef44441a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#ef4444;transition:all .2s ease}.help-panel-close:hover{background:#ef444433;transform:rotate(90deg)}.help-panel-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;flex:1}.help-item{display:flex;gap:1rem;padding:1.25rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.help-item:hover{background:#f3f4f6;border-color:var(--primary-color);transform:translate(4px)}html[dir=rtl] .help-item:hover{transform:translate(-4px)}.help-item-badge{width:48px;height:48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;box-shadow:0 2px 8px #00000014}.help-item-badge.whatsapp-icon{background:#25d366;color:#fff}.help-item-badge.whatsapp-icon svg{width:24px;height:24px}.help-item-content{flex:1}.help-item-content h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text-dark)}.help-item-content p{margin:0;font-size:.875rem;line-height:1.6;color:#6b7280}.highlight-payment{color:var(--accent-color, #f76427);font-weight:700}.booking-help-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.booking-help-panel{width:360px;right:-360px;top:198px;height:calc(100vh - 198px)}html[dir=rtl] .booking-help-panel{right:auto;left:-360px}html[dir=rtl] .booking-help-panel.open{left:0;right:auto}.help-panel-header{padding:1.25rem}.help-panel-header h3{font-size:1.25rem}.help-panel-body{padding:1.25rem;gap:1.25rem}}@media (max-width: 768px){.registration-popup{bottom:1rem;right:1rem;left:1rem;width:auto;max-width:none}html[dir=rtl] .registration-popup{right:1rem;left:1rem}.registration-popup-content{padding:2rem 1.5rem 1.5rem}.registration-popup-title{font-size:1.25rem}.registration-popup-message{font-size:.9375rem}.booking-help-button-wrapper{bottom:1.5rem;right:1rem;top:auto;flex-direction:column;align-items:flex-end}html[dir=rtl] .booking-help-button-wrapper{right:auto;left:1rem;align-items:flex-start}.booking-help-button{width:52px;height:52px;font-size:1.375rem;position:relative}.help-tooltip{font-size:.8rem;padding:.625rem .875rem;max-width:200px;white-space:normal}.help-tooltip:before{right:auto;left:-6px;border-left:none;border-right:6px solid white}html[dir=rtl] .help-tooltip:before{left:auto;right:-6px;border-right:none;border-left:6px solid white}.help-label{display:none}.booking-help-panel{width:100%;right:-100%;top:172px;height:calc(100vh - 172px)}html[dir=rtl] .booking-help-panel{right:auto;left:-100%}html[dir=rtl] .booking-help-panel.open{left:0;right:auto}.help-panel-header{padding:1rem}.help-panel-header h3{font-size:1.125rem}.help-panel-body{padding:1rem;gap:1rem}.help-item{padding:1rem}.help-item-badge{width:44px;height:44px;font-size:1.375rem}}@media (max-width: 480px){.registration-popup{bottom:.5rem;right:.5rem;left:.5rem;border-radius:16px}html[dir=rtl] .registration-popup{right:.5rem;left:.5rem}.registration-popup-content{padding:1.75rem 1.25rem 1.25rem}.registration-popup-title{font-size:1.125rem}.registration-popup-message{font-size:.875rem;margin-bottom:1.25rem}.registration-popup-button{padding:.75rem 1.25rem;font-size:.9375rem}.booking-help-button-wrapper{bottom:1rem;right:.75rem}html[dir=rtl] .booking-help-button-wrapper{right:auto;left:.75rem}.booking-help-button{width:48px;height:48px;font-size:1.25rem;position:relative}.help-tooltip{max-width:180px;font-size:.75rem;padding:.5rem .75rem}}@media (max-width: 360px){.booking-help-button-wrapper{bottom:.75rem;right:.5rem}html[dir=rtl] .booking-help-button-wrapper{right:auto;left:.5rem}.booking-help-button{width:44px;height:44px;font-size:1.125rem}.help-tooltip{max-width:150px;font-size:.7rem;padding:.5rem .625rem}}.page-hero{position:relative;background:linear-gradient(135deg,#074967,#0a5c7a,#053d52);color:#fff;padding:6rem 2rem;display:flex;align-items:center;justify-content:center;min-height:700px;overflow:hidden;isolation:isolate}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:floatOrb 15s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(247,100,39,.4) 0%,transparent 70%);top:-100px;left:10%;animation-delay:0s}.orb-2{width:350px;height:350px;background:radial-gradient(circle,rgba(150,179,193,.4) 0%,transparent 70%);bottom:-100px;right:15%;animation-delay:2s}.orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(12,142,99,.3) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:4s}.subject-highlight{display:inline-block;font-weight:700;position:relative;animation:highlightPulse .6s ease;text-shadow:0 0 20px currentColor;transition:all .5s cubic-bezier(.4,0,.2,1);opacity:1;padding:.25rem .75rem;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 .25rem}.subject-highlight:before{content:attr(data-text);position:absolute;top:0;left:0;color:inherit;opacity:0;transition:opacity .3s ease}@keyframes highlightPulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}.shape{position:absolute;opacity:.08;border:2px solid white}.shape-1{width:200px;height:200px;top:10%;right:10%;border-radius:50%;animation:rotateShape 20s linear infinite}.shape-2{width:150px;height:150px;bottom:15%;left:8%;transform:rotate(45deg);animation:rotateShape 15s linear infinite reverse}.shape-3{width:100px;height:100px;top:50%;right:20%;clip-path:polygon(50% 0%,0% 100%,100% 100%);border:none;background:#fff;animation:floatShape 10s ease-in-out infinite}.shape-4{width:120px;height:120px;top:30%;left:5%;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:morphShape 12s ease-in-out infinite}.page-hero-content{position:relative;z-index:1;max-width:800px;text-align:center;animation:fadeInUp 1s ease}.hero-title-wrapper{position:relative;margin-bottom:2rem}.page-hero-title{font-size:4rem;font-weight:900;margin-bottom:1rem;line-height:1.1;display:flex;flex-direction:column;gap:.5rem;word-wrap:break-word;overflow-wrap:break-word}html[dir=rtl] .page-hero-title{direction:rtl;text-align:center}.title-word{display:block;animation:slideInWord .8s ease forwards;opacity:0;word-wrap:break-word;overflow-wrap:break-word}html[dir=rtl] .title-word{direction:rtl;text-align:center}.word-1{animation-delay:.2s}.word-2{animation-delay:.5s;background:linear-gradient(135deg,#fff,#96b3c1e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline{width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--accent-color),transparent);margin:1rem auto;animation:expandLine 1s ease forwards .8s;transform:scaleX(0);transform-origin:center}.page-hero-subtitle{font-size:1.35rem;margin-bottom:3rem;opacity:.95;line-height:1.7;animation:fadeIn 1.2s ease forwards .6s;opacity:0;word-wrap:break-word;overflow-wrap:break-word}html[dir=rtl] .page-hero-subtitle{direction:rtl;text-align:center}.subtitle-line{display:inline-block;position:relative}html[dir=rtl] .subtitle-line{direction:rtl}.page-hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp 1.4s ease forwards .8s;opacity:0}.btn{position:relative;border-radius:.5rem;font-weight:600;font-size:1.1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;overflow:hidden}.btn-primary{color:#fff;padding:1.2rem 2.5rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0003}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 40px #ffffff4d;border-color:#fff;background:#ffffff26}.btn-primary:hover .btn-arrow{transform:translate(8px)}html[dir=rtl] .btn-primary:hover .btn-arrow{transform:translate(-8px)}.btn-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}.btn-primary:hover .btn-shine{left:100%}html[dir=rtl] .btn-shine{left:auto;right:-100%;background:linear-gradient(270deg,transparent,rgba(255,255,255,.4),transparent);transition:right .6s}html[dir=rtl] .btn-primary:hover .btn-shine{right:100%;left:auto}.btn-text{position:relative;z-index:1}.btn-arrow{position:relative;z-index:1;display:inline-block;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);font-size:1.3rem;line-height:1}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);padding:1.2rem 2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #fff3}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.hero-subjects-bar{display:flex;gap:3rem;align-items:center;justify-content:center;flex-wrap:nowrap;margin-top:5rem;animation:fadeInUp 1.4s ease forwards 1s;opacity:0}.subject-icon-wrapper{display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);opacity:.5;transform:scale(1)}.subject-icon-wrapper.active{opacity:1;animation:iconPulse .8s ease}.subject-icon{font-size:2.5rem;transition:all .4s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));position:relative}.subject-icon-wrapper.active .subject-icon{transform:scale(1.3) translateY(-8px);filter:drop-shadow(0 8px 20px var(--subject-color));animation:iconFloat .8s ease}@keyframes iconPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes iconFloat{0%,to{transform:scale(1.3) translateY(-8px)}50%{transform:scale(1.4) translateY(-12px)}}@keyframes rotateShape{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes floatShape{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-20px) translate(10px)}}html[dir=rtl] .shape-1,html[dir=rtl] .shape-2,html[dir=rtl] .shape-3,html[dir=rtl] .shape-4{animation:floatShapeRTL 8s ease-in-out infinite}@keyframes floatShapeRTL{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-20px) translate(-10px)}}@keyframes morphShape{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}@keyframes slideInWord{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes expandLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:.95}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.page-hero{padding:5rem 2rem;min-height:650px}.page-hero-title{font-size:3.25rem}.page-hero-subtitle{font-size:1.2rem}.hero-subjects-bar{gap:2rem;margin-top:3rem}.subject-icon{font-size:2.25rem}.orb-1,.orb-2,.orb-3{width:300px;height:300px}}@media (max-width: 968px){.page-hero{padding:4rem 1.5rem;min-height:600px}.page-hero-title{font-size:2.8rem}.page-hero-subtitle{font-size:1.15rem}.hero-subjects-bar{gap:1.25rem;margin-top:1.5rem}.subject-icon{font-size:2rem}.subject-icon-wrapper.active .subject-icon{transform:scale(1.25) translateY(-6px)}.orb-1,.orb-2,.orb-3{width:250px;height:250px}.shape-1,.shape-2{width:120px;height:120px}.shape-3,.shape-4{width:80px;height:80px}}@media (max-width: 768px){.page-hero{padding:3rem 1rem;min-height:550px}.page-hero-title{font-size:2.2rem}html[dir=rtl] .page-hero-title{font-size:2.2rem;direction:rtl}.page-hero-subtitle{font-size:1rem;margin-bottom:2rem}html[dir=rtl] .page-hero-subtitle{font-size:1rem;direction:rtl}.page-hero-buttons{flex-direction:column;align-items:stretch}.btn{width:100%;justify-content:center;padding:1rem 2rem;font-size:1rem}.hero-subjects-bar{gap:.75rem;margin-top:1.5rem}.subject-icon{font-size:1.5rem}.subject-icon-wrapper.active .subject-icon{transform:scale(1.2) translateY(-5px)}.orb-1,.orb-2,.orb-3{width:200px;height:200px}}@media (max-width: 480px){.page-hero{padding:2.5rem 1rem;min-height:500px}.page-hero-title{font-size:1.85rem}html[dir=rtl] .page-hero-title{font-size:1.85rem;direction:rtl}.page-hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}html[dir=rtl] .page-hero-subtitle{font-size:.95rem;direction:rtl}.btn{padding:.875rem 1.5rem;font-size:.95rem}.hero-subjects-bar{gap:.5rem;margin-top:1.25rem;flex-wrap:wrap}.subject-icon{font-size:1.25rem}.subject-icon-wrapper.active .subject-icon{transform:scale(1.15) translateY(-4px)}.orb-1,.orb-2,.orb-3{width:150px;height:150px}.shape-1,.shape-2{width:80px;height:80px}.shape-3,.shape-4{width:60px;height:60px}}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.1rem;color:var(--text-light);padding-bottom:0rem;display:inline-block;margin:0 auto;max-width:80%}@media (max-width: 1024px){.section-header{margin-bottom:2.5rem}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.05rem}}@media (max-width: 768px){.section-header{margin-bottom:2rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;max-width:90%}}@media (max-width: 480px){.section-header{margin-bottom:1.5rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem;max-width:100%}}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:32px;box-shadow:0 2px 8px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeIn .5s ease-out calc(var(--index) * .1s) both;cursor:pointer}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #0000001f,0 0 0 1px #0000000d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-icon{font-size:3.5rem;line-height:1;display:block;margin-bottom:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0 0 1rem;line-height:1.4;transition:color .3s ease}.feature-card:hover .feature-title{color:var(--primary-color)}.feature-description{font-size:.95rem;color:var(--text-light, #666);margin:0;line-height:1.6;max-width:100%}@media (max-width: 1024px){.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:3rem;margin-bottom:1.25rem}.feature-title{font-size:1.15rem;margin-bottom:.875rem}.feature-description{font-size:.9rem}}@media (max-width: 768px){.feature-card{padding:1.75rem 1.5rem}.feature-icon{font-size:2.75rem;margin-bottom:1rem}.feature-title{font-size:1.1rem;margin-bottom:.75rem}.feature-description{font-size:.875rem}}@media (max-width: 480px){.feature-card{padding:1.5rem 1.25rem}.feature-icon{font-size:2.5rem;margin-bottom:.875rem}.feature-title{font-size:1rem;margin-bottom:.625rem}.feature-description{font-size:.8rem}}.services-section{padding:5rem 2rem;background:#fffcf5;position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.services-section .container{position:relative;z-index:1}.services-list{display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.service-item{display:grid;grid-template-columns:1fr 1fr;gap:10rem;align-items:center;padding:0;position:relative}.service-item:before{content:"";width:2px;height:60%;background:linear-gradient(180deg,transparent 0%,rgba(7,73,103,.2) 10%,var(--primary-color) 30%,var(--accent-color) 50%,var(--primary-color) 70%,rgba(7,73,103,.2) 90%,transparent 100%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;box-shadow:0 0 10px #f7642733}.service-item:after{content:"✦";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;color:var(--accent-color);z-index:2;background:#fffcf5;padding:.75rem;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a,0 0 0 3px #fffcf5;border:2px solid rgba(247,100,39,.2)}.service-item-right-image{grid-template-areas:"text image"}.service-item-left-image{grid-template-areas:"image text"}.service-text{grid-area:text;display:flex;flex-direction:column;gap:2rem;position:relative;z-index:1}.service-title{font-size:2.5rem;font-weight:700;color:var(--primary-color);line-height:1.2;position:relative;padding-bottom:1rem;margin-bottom:1rem;display:inline-block}.service-title:after{content:"";position:absolute;bottom:0;left:0;width:22%;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px}html[dir=rtl] .service-title:after{left:auto;right:0;background:linear-gradient(270deg,var(--primary-color),var(--accent-color))}.service-features-list{margin:0}.service-features-list ul{list-style:none;padding:0;margin:0}.service-features-list li{color:var(--text-dark);padding:.75rem 0;display:flex;align-items:flex-start;gap:.75rem;line-height:1.6;font-size:1.05rem;transition:all .3s ease;opacity:.9;animation:fadeInUp .6s ease forwards;animation-delay:calc(var(--delay, 0) * .1s)}.service-features-list li:nth-child(1){--delay: 1}.service-features-list li:nth-child(2){--delay: 2}.service-features-list li:nth-child(3){--delay: 3}.service-features-list li:nth-child(4){--delay: 4}.service-features-list li:hover{opacity:1;transform:translate(5px);color:var(--primary-color)}html[dir=rtl] .service-features-list li:hover{transform:translate(-5px)}.service-features-list .check-mark{color:var(--accent-color);font-weight:700;font-size:1.2rem;flex-shrink:0;margin-top:.1rem;background:#f764271a;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.service-item:hover .service-features-list .check-mark{background:#f7642733;transform:scale(1.1)}.service-image-container{grid-area:image;width:100%;height:600px;position:relative;overflow:hidden;z-index:1;display:flex;align-items:center;justify-content:center}.service-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.service-item:hover .service-image{transform:scale(1.02)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:.9;transform:translateY(0)}}@media (max-width: 1024px){.services-section{padding:4rem 1.5rem}.service-item{gap:6rem}.service-title{font-size:2.25rem}}@media (max-width: 968px){.service-item{grid-template-columns:1fr;gap:2rem}.service-item:before,.service-item:after{display:none}.service-item-right-image,.service-item-left-image{grid-template-areas:"text" "image"}.service-image-container{height:auto}.service-image{object-fit:contain;width:100%;height:100%}.service-title{font-size:2rem}}@media (max-width: 768px){.services-section{padding:3rem 1.5rem}.services-list{gap:3rem;margin-top:2rem}.service-title{font-size:1.75rem}.service-description{font-size:1rem}.service-image-container{height:auto}.service-image{object-fit:contain;width:100%;height:100%}.service-text{gap:1.5rem}.service-features-list li{font-size:1rem;padding:.625rem 0}}@media (max-width: 480px){.services-section{padding:2.5rem 1rem}.services-list{gap:2.5rem}.service-title{font-size:1.5rem}.service-image-container{height:auto}.service-image{object-fit:contain;width:100%;height:100%}.service-features-list li{font-size:.95rem;padding:.5rem 0}.service-features-list .check-mark{width:20px;height:20px;font-size:1rem}}.home{flex:1}.section-separator{height:1px;margin:0;width:100%}.features{padding:3rem 2rem;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem;max-width:1000px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.features{padding:2.5rem 1.5rem}.features-grid{gap:1.5rem}}@media (max-width: 768px){.features{padding:2rem 1.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.features{padding:2rem 1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#fff;padding:4rem 2rem;text-align:center}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}html[dir=rtl] .hero h1{direction:rtl;text-align:center}.hero-intro{font-size:1.25rem;opacity:.95;max-width:800px;margin:0 auto;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}html[dir=rtl] .hero-intro{direction:rtl;text-align:center}@media (max-width: 1024px){.hero{padding:3.5rem 2rem}.hero h1{font-size:2.5rem}.hero-intro{font-size:1.15rem}}@media (max-width: 768px){.hero{padding:3rem 1.5rem}.hero h1{font-size:2rem}html[dir=rtl] .hero h1{font-size:2rem;direction:rtl}.hero-intro{font-size:1.1rem;padding:0 1rem}html[dir=rtl] .hero-intro{font-size:1.1rem;direction:rtl}}@media (max-width: 480px){.hero{padding:2.5rem 1rem}.hero h1{font-size:1.75rem;margin-bottom:.875rem}html[dir=rtl] .hero h1{font-size:1.75rem;direction:rtl}.hero-intro{font-size:1rem;padding:0}html[dir=rtl] .hero-intro{font-size:1rem;direction:rtl}}.subject-card{background:#fff;border-radius:.5rem;border:1px solid var(--border-color);box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%;padding:1rem}.subject-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.subject-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;flex-shrink:0}.subject-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark);line-height:1.3;height:3.9rem;display:flex;align-items:flex-start;flex-shrink:0}.subject-card>p{color:var(--text-light);margin-bottom:1.25rem;line-height:1.6;font-size:.95rem;height:4.5rem;display:flex;align-items:flex-start;overflow:hidden;flex-shrink:0}.subject-topics{margin-top:0;padding-top:1rem;border-top:1px solid var(--border-color);flex-shrink:0;margin-bottom:0}.subject-topics strong{color:var(--text-dark);display:block;margin-bottom:.75rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--primary-color);min-height:1.5rem}.subject-topics ul{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;min-height:2.5rem}.subject-topics li{color:var(--text-dark);padding:.4rem .75rem;background:var(--bg-light);border-radius:.5rem;font-size:.85rem;font-weight:500;border:1px solid var(--border-color);transition:all .2s ease}.subject-topics li:hover{background:#0749671a;border-color:var(--primary-color);color:var(--primary-color)}.subject-topics li:before{display:none}@media (max-width: 1024px){.subject-card{padding:1.25rem}.subject-icon{font-size:2.25rem}.subject-card h3{font-size:1.35rem;height:auto;min-height:3.9rem}}@media (max-width: 768px){.subject-card{padding:1.25rem}.subject-icon{font-size:2rem;margin-bottom:.875rem}.subject-card h3{font-size:1.25rem;height:auto;min-height:auto;margin-bottom:.625rem}.subject-card>p{font-size:.9rem;height:auto;min-height:auto;margin-bottom:1rem}.subject-topics{padding-top:.875rem}.subject-topics strong{font-size:.85rem;margin-bottom:.625rem}.subject-topics li{font-size:.8rem;padding:.35rem .625rem}}@media (max-width: 480px){.subject-card{padding:1rem}.subject-icon{font-size:1.75rem;margin-bottom:.75rem}.subject-card h3{font-size:1.15rem;margin-bottom:.5rem}.subject-card>p{font-size:.85rem;margin-bottom:.875rem}.subject-topics li{font-size:.75rem;padding:.3rem .5rem}}.subjects{flex:1}.subjects-content{padding:4rem 2rem}.subject-category{margin-bottom:4rem}.subject-category:last-child{margin-bottom:0}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.category-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:.75rem}.category-title{font-size:2rem;font-weight:800;color:var(--text-dark);margin:0}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem;align-items:stretch}.subjects-features{background:var(--bg-light);padding:3rem;border-radius:1rem;margin-top:3rem}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width: 1024px){.subjects-content{padding:3.5rem 1.5rem}.subjects-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem}.category-title{font-size:1.75rem}.features-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.subjects-content{padding:3rem 1.5rem}.subject-category{margin-bottom:3rem}.category-header{margin-bottom:1.5rem}.category-title{font-size:1.5rem}.subjects-grid{grid-template-columns:1fr;gap:1.25rem}.subject-category:first-child .subjects-grid,.features-list{grid-template-columns:1fr}.subjects-features{padding:2rem 1.5rem;margin-top:2rem}}@media (max-width: 480px){.subjects-content{padding:2.5rem 1rem}.subject-category{margin-bottom:2.5rem}.category-icon{width:40px;height:40px;font-size:1.75rem}.category-title{font-size:1.35rem}.subjects-features{padding:1.5rem 1rem}}.teacher-card{background:#fff;border-radius:.5rem;border:1px solid var(--border-color);box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.teacher-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.teacher-image{padding:1.25rem 1.25rem .75rem;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center}.teacher-avatar{font-size:2.5rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 4px 16px #0003,0 0 0 3px #ffffff1a inset;transition:all .3s ease;position:relative;overflow:hidden}.teacher-avatar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3),transparent 70%);pointer-events:none}.teacher-card:hover .teacher-avatar{transform:scale(1.05);box-shadow:0 6px 20px #00000040,0 0 0 3px #ffffff26 inset}.teacher-info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1;align-items:center;text-align:center}.teacher-info h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color);line-height:1.2;min-height:1.68rem;text-align:center;width:100%}.teacher-subject{font-weight:600;margin-bottom:1rem;font-size:.95rem;line-height:1.3;min-height:1.24rem;padding:.5rem 1rem;border-radius:.5rem;display:inline-block;max-width:fit-content;width:auto;transition:all .3s ease}.teacher-details{margin-bottom:1rem;flex-shrink:0;width:100%;text-align:left}.teacher-details p{color:var(--text-light);margin-bottom:.5rem;font-size:.95rem;line-height:1.4;text-align:left}html[dir=rtl] .teacher-details,html[dir=rtl] .teacher-details p{text-align:right}.teacher-details p:last-child{margin-bottom:0}.teacher-details strong{color:var(--text-dark)}@media (max-width: 1024px){.teacher-image{padding:1rem 1rem .5rem}.teacher-avatar{width:100px;height:100px;font-size:2.25rem}.teacher-info h3{font-size:1.3rem}}@media (max-width: 768px){.teacher-image{padding:1rem 1rem .5rem}.teacher-avatar{width:90px;height:90px;font-size:2rem}.teacher-info{padding:1rem}.teacher-info h3{font-size:1.25rem;margin-bottom:.875rem;min-height:auto}.teacher-subject{font-size:.9rem;margin-bottom:.875rem;min-height:auto}.teacher-details p{font-size:.9rem}}@media (max-width: 480px){.teacher-avatar{width:80px;height:80px;font-size:1.75rem}.teacher-info h3{font-size:1.15rem}.teacher-subject,.teacher-details p{font-size:.85rem}}.teachers{flex:1}.teachers-content{padding:4rem 2rem}.teachers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch;grid-auto-rows:1fr}@media (max-width: 1024px){.teachers-content{padding:3.5rem 1.5rem}.teachers-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 768px){.teachers-content{padding:3rem 1.5rem}.teachers-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.teachers-content{padding:2.5rem 1rem}.teachers-grid{gap:1.25rem}}.pricing{flex:1}.pricing-content{padding:2rem;min-height:auto}.pricing-layout{max-width:1400px;margin:0 auto}.pricing-display{display:flex;flex-direction:column;min-height:100%}.grade-selector{position:sticky;top:2rem;background:#fff;border-radius:.5rem;padding:.875rem;box-shadow:var(--shadow);border:1px solid var(--border-color);margin-left:-1rem;display:flex;flex-direction:column;height:100%}.selector-title{font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;text-align:center;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.grade-list{display:flex;flex-direction:column;gap:.5rem;flex:1}.grade-button{display:flex;align-items:center;justify-content:center;padding:.625rem .875rem;background:var(--bg-light);border:2px solid var(--border-color);border-radius:.5rem;transition:all .2s ease;text-align:center;width:100%;font-family:inherit;flex:1}.grade-button:hover{background:#0749671a;border-color:var(--primary-color)}.grade-button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.grade-label{font-size:.9rem;font-weight:600}.pricing-display{opacity:1}.display-header{text-align:center;margin-bottom:3rem}.current-grade{font-size:2.5rem;font-weight:800;color:var(--primary-color);margin-bottom:.5rem}.grade-description{font-size:1.1rem;color:var(--text-light);font-weight:500}.pricing-cards-container{display:flex;flex-direction:row;gap:1.5rem;align-items:stretch;margin-top:2rem}.price-card{background:#fff;border-radius:.5rem;padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--border-color);transition:all .2s ease;display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0;position:relative}.price-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.one-to-one-card,.group-session-card{background:#fff}.group-card{background:var(--bg-light)}.card-horizontal-layout{display:flex;align-items:center;gap:1rem;width:80%;flex-direction:row}.price-card-header{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;margin-top:0;flex-shrink:0;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.price-card-details{display:flex;flex-direction:column;background:transparent;padding:0;border-radius:0;border:none;gap:.625rem;justify-content:space-between;flex:1;margin-top:auto;min-height:0}.full-package-card-standalone .price-card-details{justify-content:space-between}.group-session-price-section,.one-to-one-price-section{display:flex;justify-content:center;flex-shrink:0;padding:.25rem 0}.one-to-one-divider{width:100%;height:1px;background:var(--border-color);border:none;margin:.375rem 0}.price-card-sessions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;flex-shrink:0;padding:.75rem 0;text-align:center}.sessions-label{font-size:.9rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.sessions-input-group-card{display:flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid var(--border-color);border-radius:.5rem;padding:.25rem;background:#fff}.sessions-btn-card{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:var(--bg-light);color:var(--primary-color);font-size:1.25rem;font-weight:700;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.sessions-btn-card:hover{background:var(--primary-color);color:#fff}.sessions-input-card[type=number]{-moz-appearance:textfield}.price-card-sessions .session-count{font-size:1.3rem;font-weight:800;color:var(--primary-color)}.price-card-sessions .sessions-text{font-size:1rem;font-weight:500;color:var(--text-light)}.price-card-price{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;text-align:center}.price-card-price .total-value{font-size:2rem;font-weight:800;color:#ef4444}.price-card-savings{font-size:.9rem;font-weight:600;color:var(--accent-color);margin-top:.25rem}.price-card-total-section{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding:.4rem .625rem;background:linear-gradient(135deg,#0749670d,#96b3c10d);border-radius:.5rem;border:1px solid rgba(7,73,103,.1)}.card-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem}.group-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-icon{font-size:1.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem}.card-icon-full-package{font-size:1.5rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.card-title{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin:0;text-align:center;letter-spacing:-.02em}.card-price-section{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.card-price-section .price-display{justify-content:flex-start}.card-monthly-section{display:flex;align-items:flex-end;gap:.25rem;flex-shrink:0;min-width:150px}.monthly-label{font-size:.85rem;color:var(--text-light);font-weight:500}.monthly-value,.total-value{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.savings-amount{font-size:1rem;font-weight:700;line-height:1}.price-display{display:flex;align-items:baseline;justify-content:center;margin:0}.price-display.small{margin-bottom:0}.currency{font-size:1.25rem;font-weight:700;color:var(--primary-color);align-self:baseline;margin:0;line-height:1}.price-display.small .currency,.card-price-section .currency{font-size:1.25rem;margin:0}.price-value{font-size:1.25rem;font-weight:700;color:var(--primary-color);line-height:1}.price-display.small .price-value{font-size:1.8rem}.card-price-section .price-value{font-size:1.25rem}.price-unit{text-align:left;color:var(--text-light);font-size:.85rem;font-weight:500;margin:0}.price-unit-inline{color:var(--text-light);font-size:.9rem;font-weight:500;margin-left:.375rem;letter-spacing:.01em}.card-price-section .price-unit{text-align:left}.card-features{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text-dark)}.feature-check{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:var(--primary-color);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.group-pricing-options{display:flex;flex-direction:column;gap:1rem}.group-option-card{text-align:center;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid var(--border-color);transition:all .2s ease}.group-option-card:hover{border-color:var(--primary-color)}.full-package-card-standalone{position:relative;background:#fff;border:2px solid var(--primary-color);display:flex;flex-direction:column;box-shadow:0 4px 16px #07496733;flex:1;align-self:stretch}.full-package-card-standalone:before{opacity:1}.full-package-card-standalone .savings-highlight{flex:1;margin:0;min-height:0}.price-card-book-btn{width:100%;padding:.625rem .875rem;background:#fff;border:2px solid var(--primary-color);color:var(--primary-color);font-size:.9rem;font-weight:600;border-radius:.5rem;margin-top:0;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:block}.price-card-book-btn:hover{color:#fff;border:none;background:linear-gradient(135deg,#ef4444,#dc2626);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.price-card-book-btn:active{transform:translateY(0)}.full-package-btn{border:none;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)!important}.full-package-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;box-shadow:0 4px 12px #ef444466!important}.full-package-card{position:relative;background:#0749670d;border:2px solid var(--primary-color);padding:1.25rem 1rem}.full-package-container{display:flex;flex-direction:column;gap:1rem;width:100%}.full-package-details .price-display{flex-shrink:0}.option-label{font-size:.95rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.full-package-header .option-label{margin-bottom:0;flex-shrink:0;min-width:100px}.package-sessions{color:var(--text-dark);font-size:.95rem;margin:0;font-weight:500;line-height:1.6}.full-package-details .package-sessions{margin:0;flex-shrink:0}.package-sessions strong{color:var(--primary-color);font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-right:.25rem}.package-note{color:var(--primary-color);font-size:.9rem;font-weight:600;margin-top:.5rem}.option-divider{position:relative;text-align:center;margin:.5rem 0}.option-divider:before,.option-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--border-color)}.option-divider:before{left:0}.option-divider:after{right:0}.divider-text{display:inline-block;padding:0 1rem;color:var(--text-light);font-weight:600;font-size:.9rem;position:relative;z-index:1}.animated-price{display:inline-block;transition:all .3s ease}.animated-price.animate{animation:pricePulse .5s ease}@keyframes pricePulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.8}to{transform:scale(1);opacity:1}}.price-calculator{background:#fff;border-radius:.5rem;padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--border-color);margin-bottom:1.25rem;flex-shrink:0}.sessions-input-group{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);border-radius:.25rem;overflow:hidden}.sessions-btn{background:var(--primary-color);color:#fff;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;transition:all .2s ease;border:none;padding:0}.sessions-btn:hover{background:var(--primary-dark);transform:scale(1.05)}.sessions-input{width:3rem;height:2rem;border:none;text-align:center;font-size:.9rem;font-weight:700;color:var(--text-dark);background:transparent;outline:none}.sessions-input::placeholder{color:var(--text-light)}.sessions-input::-webkit-inner-spin-button,.sessions-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.value-metrics{display:none}.metric-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.metric-item:not(:last-child){border-bottom:1px solid var(--border-color);padding-bottom:.75rem;margin-bottom:.75rem}.metric-label{font-size:.9rem;color:var(--text-light);font-weight:500}.metric-value{font-size:1.1rem;font-weight:700;color:var(--primary-color)}.option-total{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.total-label{font-size:.85rem;color:var(--text-dark);font-weight:600;letter-spacing:.01em}.session-count{font-weight:800;color:var(--primary-color)}.total-value{font-size:1.2rem;font-weight:800;color:var(--primary-color);letter-spacing:-.02em}.savings-highlight{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem;border-radius:.5rem;animation:slideIn .5s ease;box-shadow:0 2px 8px #10b9814d;flex:1;margin:0;gap:1rem}.savings-left{display:flex;align-items:center;justify-content:center;gap:.625rem;flex:1}.savings-icon-large{font-size:2rem;line-height:1;flex-shrink:0}.savings-amount-large{font-size:1.25rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.savings-label{font-size:.85rem;font-weight:600;opacity:.9}.savings-divider{width:2px;height:2.5rem;background:#fff6;flex-shrink:0}.savings-right{display:flex;align-items:center;justify-content:center;flex:1}.savings-per-session-text{font-size:.95rem;font-weight:600;opacity:.95;line-height:1.3;text-align:center}.savings-percentage-text{font-size:.9rem;font-weight:600;opacity:.95;line-height:1.2}.savings-text{font-size:.85rem;font-weight:600;text-align:center;letter-spacing:.01em}@keyframes slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.value-breakdown{margin:.5rem 0 0;padding:.5rem;background:#0749670d;border-radius:.5rem;border:1px dashed var(--primary-color)}.breakdown-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;color:var(--text-dark);margin-bottom:.5rem}.breakdown-item:last-child{margin-bottom:0;font-weight:600;color:var(--primary-color)}.breakdown-price{font-size:1.25rem;font-weight:800;color:var(--primary-color)}.comparison-section{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#0749670d,#96b3c10d);border-radius:1rem;border:1px solid var(--border-color)}.comparison-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:2rem}.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.comparison-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid var(--border-color);transition:all .3s ease}.comparison-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.comparison-icon{font-size:2rem;flex-shrink:0}.comparison-text{display:flex;flex-direction:column;gap:.5rem}.comparison-text strong{font-size:1rem;font-weight:700;color:var(--text-dark)}.comparison-text span{font-size:.9rem;color:var(--text-light);line-height:1.4}@media (max-width: 1024px){.pricing-content{padding:2.5rem 1.5rem}.pricing-layout{flex-direction:column}.grade-selector{position:relative;top:0;margin-left:0;margin-bottom:2rem}.grade-list{flex-direction:row;flex-wrap:wrap}.grade-button{flex:1;min-width:120px}.pricing-cards-container{gap:1rem}.calculator-header{gap:1.5rem;flex-wrap:wrap}.price-value{font-size:3.5rem}.comparison-grid{grid-template-columns:1fr}.current-grade{font-size:2.25rem}}@media (max-width: 900px){.pricing-cards-container{flex-direction:column;gap:1rem}.price-calculator{padding:1.5rem}}@media (max-width: 768px){.pricing-content{padding:2rem 1.5rem}.display-header{margin-bottom:2rem}.current-grade{font-size:2rem}.grade-description{font-size:1rem}.calculator-header{flex-direction:column;align-items:stretch;gap:.75rem}.selection-group{flex-direction:column;align-items:stretch;gap:.5rem}.calculator-label{font-size:.9rem}.grade-select{width:100%;min-width:auto}.sessions-input-group{width:100%;justify-content:center}.pricing-display{order:1}.grade-selector{margin-bottom:1.5rem}.grade-list{flex-direction:row;flex-wrap:wrap;justify-content:center}.grade-button{flex:1;min-width:100px;justify-content:center;padding:.75rem}.grade-label{font-size:.85rem}.pricing-cards-container{flex-direction:column;gap:1rem}.price-card{padding:1.5rem 1.25rem}.one-to-one-header,.group-card-header,.full-package-header{margin-bottom:1.25rem;padding-bottom:1rem}.card-icon-wrapper{width:3rem;height:3rem}.card-icon,.card-icon-full-package{font-size:1.75rem}.card-title{font-size:1.15rem}.price-display.small .price-value{font-size:2rem}.price-display.small .currency{font-size:1.5rem}.one-to-one-details,.group-session-details{padding:1rem .875rem}.total-value{font-size:1.35rem}.card-horizontal-layout{flex-wrap:wrap;gap:1rem}.card-title{min-width:auto;width:100%;text-align:center}.card-price-section,.card-monthly-section{flex:1;min-width:auto}.price-value{font-size:2.5rem}.card-icon{font-size:1.75rem;width:2.5rem;height:2.5rem}.price-calculator{padding:1.25rem}.comparison-section{padding:1.5rem;margin-top:2rem}.comparison-title{font-size:1.25rem;margin-bottom:1.5rem}}@media (max-width: 480px){.pricing-content{padding:2rem 1rem}.display-header{margin-bottom:1.5rem}.current-grade{font-size:1.75rem}.grade-description{font-size:.95rem}.price-card{padding:1.25rem 1rem}.price-value,.price-display.small .price-value{font-size:1.75rem}.price-display.small .currency{font-size:1.35rem}.card-title{font-size:1.1rem}.card-icon-wrapper{width:2.75rem;height:2.75rem}.card-icon,.card-icon-full-package{font-size:1.5rem}.one-to-one-header,.group-card-header,.full-package-header{margin-bottom:1rem;padding-bottom:.875rem;gap:.75rem}.one-to-one-details,.group-session-details{padding:1rem .75rem;gap:.875rem}.total-value{font-size:1.25rem}.package-sessions strong{font-size:1.5rem}.savings-highlight{padding:1rem .875rem;flex-direction:column;text-align:center;gap:.75rem}.savings-divider{width:100%;height:2px}.savings-amount{font-size:1.35rem}.savings-amount-large{font-size:1.1rem}.card-horizontal-layout{flex-direction:column;align-items:stretch;gap:1rem}.card-title{text-align:center;width:100%}.card-price-section,.card-monthly-section{width:100%;align-items:center}.calculator-header{flex-direction:column;align-items:stretch;gap:.5rem}.selection-group{gap:.5rem}.sessions-selector{flex-direction:column;align-items:stretch;gap:.75rem}.grade-button{min-width:80px;padding:.625rem}.grade-label{font-size:.8rem}.price-calculator{padding:1rem}.comparison-section{padding:1.25rem;margin-top:1.5rem}.comparison-title{font-size:1.15rem;margin-bottom:1.25rem}.comparison-grid{grid-template-columns:1fr;gap:1rem}.comparison-item{padding:1rem;flex-direction:column;text-align:center}.comparison-icon{font-size:1.75rem}.comparison-text{align-items:center}}.booking-new-page{flex:1}.booking-new-content{padding:2rem;min-height:auto}.container{max-width:1400px;margin:0 auto}.step-indicator{display:flex;justify-content:center;align-items:flex-start;gap:0;max-width:880px;margin:0 auto 3rem;padding:1rem 2rem;position:relative}.step-indicator:before{content:"";position:absolute;top:19px;left:calc(2rem + 19px);right:calc(2rem + 19px);height:3px;background:#e5e7eb;z-index:0;border-radius:2px}.step{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.75rem;position:relative;z-index:2;min-width:0}.step:first-child:before{display:none}.step.completed+.step:before{background:#f97316}.step-number{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:999px;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;color:#0f172a;position:relative;z-index:5;box-shadow:0 6px 16px #0f172a29;transition:all .25s ease;flex-shrink:0;margin-top:0;transform:translateY(0)}.step-number:before{display:none}.step.active .step-number{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.step.completed .step-number{border-color:#f97316;background:#f97316;color:#fff}.step-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;text-align:center;margin-top:.75rem;position:relative;z-index:5;line-height:1.4;width:100%;transition:all .25s ease;padding-top:0}.step.active .step-label{color:var(--primary-color)}.step.completed .step-label{color:#f97316}.booking-step{background:#fff;border-radius:.5rem;padding:2.5rem;box-shadow:var(--shadow);border:1px solid var(--border-color)}.step-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem;text-align:center}.price-calculator{background:var(--bg-light);border-radius:.5rem;padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--border-color);margin-bottom:2rem}.calculator-header{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.selection-group{display:flex;align-items:center;gap:1rem}.calculator-label{font-size:.95rem;font-weight:600;color:var(--text-dark);margin:0;white-space:nowrap}.grade-select{padding:.625rem 1rem;font-size:.95rem;font-weight:500;color:var(--text-dark);background:#fff;border:2px solid var(--border-color);border-radius:.5rem;cursor:pointer;transition:all .2s ease;min-width:180px;font-family:inherit}.grade-select:hover{border-color:var(--primary-color)}.grade-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0749671a}.pricing-placeholder{display:flex;align-items:center;justify-content:center;min-height:400px;margin-top:3rem}.placeholder-content{text-align:center;padding:3rem;background:var(--bg-light);border-radius:.5rem;border:2px dashed var(--border-color);max-width:500px}.placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.placeholder-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.placeholder-text{font-size:1rem;color:var(--text-light);line-height:1.6}.service-type-selection{margin-top:2rem}.service-type-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.service-type-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.service-type-card{background:#fff;border:2px solid var(--border-color);border-radius:.5rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease}.service-type-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.service-type-card.selected{border-color:var(--primary-color);background:#0749670d;box-shadow:0 4px 12px #07496733}.service-type-card.full-package-card{position:relative}.service-type-card.full-package-card.selected{background:#0749671a;box-shadow:0 4px 16px #0749674d}.package-badge{position:absolute;top:-.625rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.3rem 1rem;border-radius:.3rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.7px;z-index:10}.service-type-card h4{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;margin-top:.5rem}.service-price{font-size:1.5rem;display:flex;align-items:baseline;justify-content:center;gap:.25rem}.service-price-amount{font-weight:800;color:#ef4444}.service-price-unit{font-weight:400;color:var(--text-light);font-size:1rem}.package-price-red{color:#ef4444;font-weight:800}.summary-price-full-package{color:#ef4444!important}.service-package-details{font-size:.9rem;color:var(--text-light);margin-top:.5rem;font-weight:500}.service-savings{font-size:.9rem;font-weight:600;color:var(--accent-color, #10b981);margin-top:.5rem}.subjects-section{margin-top:2rem}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid var(--border-color);border-radius:.5rem;background:#fff;cursor:pointer;transition:all .3s ease}.checkbox-label:hover{border-color:var(--primary-color);background:#0749670d}.checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer}.checkbox-label:has(input[type=checkbox]:checked){border-color:var(--primary-color);background:#0749671a}.one-to-one-subject-item{display:flex;flex-direction:column;gap:0}.one-to-one-subject-item>.checkbox-label{width:100%;padding:1rem;border:2px solid var(--border-color);border-radius:.5rem;background:#fff;transition:all .3s ease;margin-bottom:0}.one-to-one-subject-item>.checkbox-label:hover{border-color:var(--primary-color);background:#0749670d}.one-to-one-subject-item>.checkbox-label:has(input[type=checkbox]:checked){border-color:var(--primary-color);background:#0749671a}.sessions-selector-wrapper{overflow:hidden;transition:max-height .3s ease,opacity .3s ease,margin-top .3s ease;margin-top:.75rem}.sessions-selector-wrapper.collapsed{max-height:0;opacity:0;margin-top:0;pointer-events:none}.sessions-selector-wrapper.expanded{max-height:200px;opacity:1;pointer-events:auto}.sessions-selector{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.75rem;background:#07496705;border-radius:.375rem;border:1px solid var(--border-color)}.sessions-selector label{font-size:.9rem;font-weight:500;color:var(--text-dark);margin:0;white-space:nowrap}.sessions-input-group-card{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:2px solid var(--border-color);border-radius:.5rem;padding:.25rem;background:#fff;width:auto;min-width:140px}.sessions-btn-card{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:var(--primary-color);color:#fff;font-size:1.25rem;font-weight:700;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.sessions-btn-card:hover{background:var(--primary-dark, rgba(7, 73, 103, .9));color:#fff}.sessions-btn-card:active{transform:scale(.95)}.sessions-input-card{width:60px;text-align:center;border:none;font-size:1.1rem;font-weight:700;color:var(--primary-color);background:transparent;padding:.25rem 0}.sessions-input-card:focus{outline:none}.sessions-input-card::-webkit-inner-spin-button,.sessions-input-card::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sessions-input-card[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.one-to-one-sessions-calculation{font-size:.85rem;color:var(--text-light);margin-left:auto;white-space:nowrap}.subject-sessions{font-size:.85rem;color:var(--text-light);display:flex;flex-direction:column;gap:.1rem}.checkbox-label-with-desc{align-items:flex-start}.checkbox-label-with-desc .subject-label-content{display:flex;flex-direction:column;gap:.25rem;flex:1;margin-left:1.5rem}.subject-name{font-weight:600;color:var(--text-dark)}.package-icon{font-size:1.5rem}.package-text{font-weight:600;color:var(--primary-color)}.full-package-option-form{margin-bottom:1.5rem}.full-package-confirmation{text-align:center;padding:2rem;background:linear-gradient(135deg,#0749670d,#96b3c10d);border-radius:.5rem;border:2px solid var(--primary-color)}.package-icon-large{font-size:3rem;margin-bottom:1rem}.package-confirmation-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.75rem}.package-confirmation-details{font-size:1rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:500}.package-confirmation-price{font-size:1.5rem;font-weight:800;color:#ef4444;margin-bottom:1.5rem}.full-package-subjects-list{margin:2rem 0;padding:1.5rem;background:#07496708;border-radius:.5rem;border:1px solid var(--border-color)}.package-subjects-title{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;text-align:center}.full-package-subjects-list .subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:0}.package-subject-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#fff;border:1px solid var(--border-color);border-radius:.5rem}.package-subject-name{font-weight:600;color:var(--text-dark);font-size:.95rem}.package-subject-sessions{font-size:.85rem;color:var(--text-light);display:flex;flex-direction:column;gap:.1rem;align-items:flex-start}.btn-change-package{padding:.75rem 1.5rem;background:#fff;border:2px solid var(--border-color);color:var(--text-dark);font-size:.95rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.btn-change-package:hover{border-color:var(--primary-color);background:#0749670d}.price-summary{background:linear-gradient(135deg,#07496714,#96b3c114);padding:2rem;border-radius:.5rem;border:2px solid var(--primary-color)}.summary-details{display:flex;flex-direction:column;gap:1rem}.summary-item{padding:1rem;background:#fff;border-radius:.5rem;border:1px solid var(--border-color)}.summary-type,.summary-subject{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.summary-sessions{font-size:.9rem;color:var(--text-light);font-weight:500}.summary-price{font-size:1.1rem;font-weight:600;color:#ef4444;margin-top:.5rem}.summary-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--primary-color);color:#fff;border-radius:.5rem;font-size:1.25rem;margin-top:1rem}.total-sessions{font-size:1rem;opacity:.9}.booking-form{max-width:100%;margin:0 auto}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid var(--border-color)}.form-section:last-of-type{border-bottom:none}.form-section-no-border{border-bottom:none!important}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--text-dark);font-size:.95rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group select,.form-group textarea{padding:.75rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0749671a}.step-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border-color)}.step-actions-no-border{border-top:none!important;padding-top:0}.btn-back,.btn-next,.btn-submit{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;border:none}.btn-back,.btn-next{transition:all .3s ease}.btn-submit{transition:none}.btn-back{background:var(--bg-light);color:var(--text-dark);border:2px solid var(--border-color)}.btn-back:hover{background:var(--border-color)}.btn-next,.btn-submit{background:var(--primary-color);color:#fff;margin-left:auto}.btn-next:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-submit:hover{background:#ef4444;color:#fff;transform:none;box-shadow:none}.btn-next:disabled,.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-next:disabled:hover,.btn-submit:disabled:hover{transform:none;box-shadow:none}@media (max-width: 1024px){.booking-new-content{padding:2rem 1.5rem}.step-indicator{padding:.75rem 1.5rem;margin-bottom:3rem}.step-label{font-size:.8rem;max-width:100px}.step-number{width:36px;height:36px;font-size:.9rem}.full-package-subjects-list .subjects-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 768px){.booking-new-content{padding:2rem 1.5rem}.booking-step{padding:1.5rem}.step-title{font-size:1.5rem}.step-indicator{padding:.75rem 1rem;margin-bottom:2.5rem;gap:.5rem;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent}.step-indicator::-webkit-scrollbar{height:4px}.step-indicator::-webkit-scrollbar-track{background:transparent}.step-indicator::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}.step-indicator:before{left:calc(1rem + 17px);right:calc(1rem + 17px);top:17px}.step{min-width:100px;flex-shrink:0}.step-number{width:34px;height:34px;min-width:34px;min-height:34px;font-size:.85rem}.step-label{font-size:.7rem;max-width:100px;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.calculator-header{flex-direction:column;align-items:stretch;gap:.75rem}.selection-group{flex-direction:column;align-items:stretch;gap:.5rem}.grade-select{width:100%;min-width:auto}.service-type-cards,.subjects-grid{grid-template-columns:1fr}.full-package-subjects-list{padding:1rem;margin:1.5rem 0}.full-package-subjects-list .subjects-grid{grid-template-columns:1fr;gap:.5rem}.package-subject-item{padding:.625rem}.package-subject-name{font-size:.875rem}.package-subject-sessions{font-size:.8rem}.form-row{grid-template-columns:1fr}.step-actions{flex-direction:column}.btn-next,.btn-submit{margin-left:0;width:100%}.summary-total{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.booking-new-content{padding:1.5rem 1rem}.booking-step{padding:1.25rem}.step-indicator{padding:.75rem;margin-bottom:2rem;gap:.5rem}.step-indicator:before{left:calc(.75rem + 16px);right:calc(.75rem + 16px);top:16px}.step{min-width:85px}.step-number{width:32px;height:32px;min-width:32px;min-height:32px;font-size:.8rem}.step-label{font-size:.65rem;max-width:85px;line-height:1.2;letter-spacing:.05em}.step-title{font-size:1.25rem}.full-package-subjects-list{padding:.875rem;margin:1.25rem 0}.package-subjects-title{font-size:.9rem;margin-bottom:.75rem}.full-package-subjects-list .subjects-grid{gap:.5rem}.package-subject-item{padding:.5rem}.package-subject-name{font-size:.8rem}.package-subject-sessions{font-size:.75rem;gap:.05rem}.btn-change-package{padding:.625rem 1.25rem;font-size:.875rem;width:100%}.price-calculator{padding:1rem}.price-summary{padding:1.5rem}}@media (max-width: 360px){.step-indicator{padding:.75rem .5rem;gap:.25rem}.step{min-width:50px}.step-label{display:none}.step-indicator:before{left:calc(.5rem + 16px);right:calc(.5rem + 16px);top:16px}}.App{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-light)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html[dir=rtl]{direction:rtl}html[dir=ltr]{direction:ltr}:root{--primary-color: #074967;--primary-dark: #053d52;--primary-light: #0a5c7a;--secondary-color: #96b3c1;--accent-color: #f76427;--accent-dark: #e55a1f;--accent-light: #f67f28;--third-color: #0C8E63;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background-color:var(--bg-light)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 15px}}@media (max-width: 480px){.container{padding:0 12px}}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}
