.header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.1);max-height:100px}.header__content{display:flex;align-items:center;justify-content:space-between;padding:10px 0;gap:2rem;position:relative}@media(max-width:1024px){.header__content{gap:1rem}}@media(max-width:768px){.header__content{gap:1rem;padding:.875rem 0;justify-content:space-between}}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--primary);font-weight:700;font-size:1rem}@media(max-width:768px){.header__logo{order:1;flex:1 1}}@media(max-width:768px)and (max-width:480px){.header__logo-text{display:none}}.header__logo-image{border-radius:8px}.header__logo-text{font-family:var(--font-roboto);letter-spacing:-.02em;text-transform:uppercase}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;border-radius:4px;transition:all .2s ease}.header__mobile-toggle:hover{background-color:rgba(var(--primary-rgb),.1)}.header__mobile-toggle:focus{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:768px){.header__mobile-toggle{display:flex;align-items:center;justify-content:center;order:3;margin-left:auto}.header__mobile-toggle--fixed{position:fixed;top:1rem;right:1rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:8px;padding:.75rem}}.header__hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative;transform:rotate(0deg);transition:.3s ease-in-out}.header__hamburger span{display:block;position:absolute;height:2px;width:100%;background:var(--primary);border-radius:1px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.header__hamburger span:first-child{top:0}.header__hamburger span:nth-child(2){top:8px}.header__hamburger span:nth-child(3){top:16px}.header__hamburger--open span:first-child{top:8px;transform:rotate(135deg)}.header__hamburger--open span:nth-child(2){opacity:0;left:-60px}.header__hamburger--open span:nth-child(3){top:8px;transform:rotate(-135deg)}@media(max-width:768px){.header__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.header__nav{flex:1 1;display:flex;justify-content:center}@media(max-width:768px){.header__nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;transform:translateX(100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;flex-direction:column;overflow-y:auto}.header__nav--open{transform:translateX(0);opacity:1;visibility:visible}}.header__menu-header{display:none}@media(max-width:768px){.header__menu-header{display:flex;align-items:center;justify-content:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0;background:#f8fafc;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header__menu-title{font-weight:600;color:var(--primary);font-size:1.1rem}}.header__menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}@media(max-width:1024px){.header__menu{gap:1.5rem}}@media(max-width:768px){.header__menu{flex-direction:column;text-align:left;gap:0;width:100%;padding:2rem 0;flex:1 1}}.header__menu-item{margin:0}.header__menu-link{text-decoration:none;color:var(--text-primary);font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;display:block;text-transform:uppercase}.header__menu-link:hover{color:var(--primary);background-color:rgba(var(--primary-rgb),.05)}.header__menu-link--cta{background-color:var(--primary);color:#fff;font-weight:600}.header__menu-link--cta:hover{background-color:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}@media(max-width:768px){.header__menu-link{padding:1.25rem 2rem;border-radius:0;border-bottom:1px solid #f0f0f0;font-size:1.1rem;text-align:left}.header__menu-link:last-child{border-bottom:none}.header__menu-link--cta{margin:1rem 2rem;border-radius:12px;border-bottom:none;text-align:center;font-size:1.1rem;padding:1rem 2rem}.header__menu-link--cta:hover{transform:none}}.header__social{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.header__social{display:none}}.header__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f8fafc;color:var(--primary);transition:all .2s ease;text-decoration:none}.header__social-link:hover{background-color:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.25)}.header__social-link svg{width:18px;height:18px}@media(max-width:768px){.header__social-link{width:36px;height:36px}.header__social-link svg{width:16px;height:16px}.header__social-link:hover{transform:none}}.header__mobile-social{display:none}@media(max-width:768px){.header__mobile-social{display:block;padding:2rem;border-top:1px solid #f0f0f0;background:#f8fafc;margin-top:auto}}.header__mobile-social-title{color:var(--primary);font-size:1rem;font-weight:600;margin:0 0 1.5rem;text-align:center;text-transform:uppercase;letter-spacing:.5px}.header__mobile-social-links{display:flex;flex-direction:column;gap:1rem}.header__mobile-social-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;color:var(--primary);text-decoration:none;font-weight:500;transition:all .2s ease;border:1px solid #e5e7eb}.header__mobile-social-link:hover{background:var(--primary);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.25)}.header__mobile-social-link svg{width:20px;height:20px;flex-shrink:0}.header__mobile-social-link span{font-size:1rem}@media(max-width:768px){.header__content{text-align:center}}.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}@media screen and (max-width:1600px){.hero{min-height:500px}}@media screen and (max-width:1520px){.hero{min-height:450px}}@media(max-width:768px){.hero{min-height:620px;padding-top:30px;align-items:flex-start;background-color:#c88552}}.hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero .hero-background .hero-bg-image{object-fit:cover;object-position:left}.hero .hero-background .hero-bg-desktop{display:block}@media(max-width:768px){.hero .hero-background .hero-bg-desktop{display:none}}.hero .hero-background .hero-bg-mobile{display:none}@media(max-width:768px){.hero .hero-background .hero-bg-mobile{display:block;object-position:center}}.hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1}.hero .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.hero .hero-content{max-width:800px;margin:0 auto}.hero .hero-content h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.hero .hero-content h1{font-size:4rem}}@media(max-width:1520px)and (min-width:769px){.hero .hero-content h1{font-size:3.2rem}}@media(max-width:768px){.hero .hero-content h1{font-size:1.8rem;margin-bottom:1rem}}.hero .hero-content p{font-size:1.25rem;color:hsla(0,0%,100%,.9);line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3);max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}@media(min-width:768px){.hero .hero-content p{font-size:1.5rem}}@media(max-width:1200px)and (min-width:769px){.hero .hero-content p{font-size:1.3rem}}@media(max-width:768px){.hero .hero-content p{font-size:.95rem;margin-bottom:1.5rem}}.hero .hero-content .btn-primary{background:var(--primary);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px rgba(101,39,6,.3)}.hero .hero-content .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(101,39,6,.4);background:var(--primary)}.hero .hero-content .btn-primary:active{transform:translateY(0)}@media(max-width:1200px)and (min-width:769px){.hero .hero-content .btn-primary{font-size:1.05rem;padding:.9rem 2.2rem}}@media(max-width:768px){.hero .hero-content .btn-primary{padding:.75rem 1.5rem;font-size:.9rem}}.quote__container{font-style:italic;font-size:1.35rem;color:var(--primary);text-align:center;margin:2rem auto;padding:3rem 2.5rem;background:linear-gradient(135deg,var(--accent),rgba(245,245,245,.8));border-radius:16px;border:2px solid var(--border);box-shadow:0 6px 25px rgba(0,0,0,.08);max-width:800px;position:relative;overflow:hidden;line-height:1.6;font-weight:500}.quote__container:before{top:1rem;left:1.5rem}.quote__container:after,.quote__container:before{content:'"';position:absolute;font-size:4rem;color:var(--primary);opacity:.3;font-family:serif}.quote__container:after{bottom:.5rem;right:1.5rem}@media(max-width:768px){.quote__container{font-size:1.15rem;padding:2rem 1.5rem;margin:1.5rem auto}.quote__container:after,.quote__container:before{font-size:3rem}.quote__container:before{top:.5rem;left:1rem}.quote__container:after{bottom:0;right:1rem}}.quote__text{margin:0;position:relative;z-index:1}.quote__author{font-weight:700;margin-top:1.5rem;color:var(--text-secondary);font-style:normal;font-size:1.1rem;position:relative;z-index:1}@media(max-width:768px){.quote__author{font-size:1rem;margin-top:1rem}}.about-mission__content{max-width:64rem;margin:0 auto;background-color:var(--accent)}.about-mission__text{font-size:1.15rem;margin-bottom:1.75rem;line-height:1.7;color:var(--text-secondary);font-weight:400}.about-mission__text:last-child{margin-bottom:0}@media(max-width:768px){.about-mission__text{font-size:1.05rem;margin-bottom:1.5rem}}.about-mission__motto-card{background-color:#fff;padding:2.5rem;border-radius:12px;margin:2rem 0;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid var(--border);border-left:6px solid var(--primary);position:relative;overflow:hidden}.about-mission__motto-card:before{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--primary-light));opacity:.1;border-radius:0 0 0 100%}@media(max-width:768px){.about-mission__motto-card{padding:1.5rem}}.about-mission__motto-title{font-size:1.4rem;font-weight:700;color:var(--primary);margin-bottom:1rem;line-height:1.3;text-align:center}@media(max-width:768px){.about-mission__motto-title{font-size:1.2rem}}.about-mission__motto-text{font-size:1.2rem;font-style:italic;color:var(--text-secondary);margin:0;font-weight:500;line-height:1.6;position:relative;z-index:1;text-align:center}@media(max-width:768px){.about-mission__motto-text{font-size:1.05rem}}.programme__list-container{max-width:800px;margin:3rem auto 0;padding:0 1rem}@media(max-width:768px){.programme__list-container{margin-top:2rem;padding:0 .5rem}}.programme__list{list-style:none;padding:0;margin:0;background:hsla(0,0%,100%,.04);border-radius:16px;border:1px solid hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1)}.programme__item{display:flex;align-items:flex-start;padding:2rem 2.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;position:relative;gap:1.5rem}.programme__item:last-child{border-bottom:none}.programme__item:hover{background:hsla(0,0%,100%,.12);transform:translateX(8px)}.programme__item:hover .programme__item-icon{transform:scale(1.1);background:hsla(0,0%,100%,.25)}.programme__item:hover .programme__item-number{color:#fff;font-weight:700}@media(max-width:768px){.programme__item{padding:1.5rem 1.25rem;gap:1rem}}@media(max-width:480px){.programme__item{flex-direction:column;align-items:center;text-align:center;gap:1rem}}.programme__item-icon{flex-shrink:0;width:50px;height:50px;border-radius:12px;background:hsla(0,0%,100%,.15);border:2px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-top:.25rem}@media(max-width:768px){.programme__item-icon{width:44px;height:44px}}@media(max-width:480px){.programme__item-icon{margin-top:0}}.programme__item-number{font-size:1.1rem;font-weight:600;color:hsla(0,0%,100%,.9);transition:all .3s ease;font-family:Segoe UI,system-ui,-apple-system,sans-serif}@media(max-width:768px){.programme__item-number{font-size:1rem}}.programme__item-content{flex:1 1;min-width:0}.programme__item-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:-.01em}@media(max-width:768px){.programme__item-title{font-size:1.25rem;margin-bottom:.5rem}}.programme__item-description{font-size:1.05rem;color:hsla(0,0%,100%,.95);line-height:1.6;margin:0;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.05)}@media(max-width:768px){.programme__item-description{font-size:1rem;line-height:1.5}}.programme__list{animation:fadeInUp .6s ease-out}.programme__item{animation:slideInLeft .5s ease-out;animation-fill-mode:both}.programme__item:first-child{animation-delay:.1s}.programme__item:nth-child(2){animation-delay:.2s}.programme__item:nth-child(3){animation-delay:.3s}.programme__item:nth-child(4){animation-delay:.4s}.programme__item:nth-child(5){animation-delay:.5s}.programme__item:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.programme__item,.programme__list{animation:none}.programme__item:hover{transform:none}.programme__item-icon{transition:none}}@media(prefers-contrast:high){.programme__list{border:2px solid hsla(0,0%,100%,.5)}.programme__item{border-bottom-color:hsla(0,0%,100%,.3)}.programme__item-icon{border-color:hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.2)}}.benefits__content{max-width:64rem;margin:0 auto;color:var(--text-secondary);font-size:1.1rem;line-height:1.7;font-weight:500}.benefits__grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;justify-content:center;max-width:100rem;margin-left:auto;margin-right:auto}@media(max-width:768px){.benefits__grid{gap:1.5rem;margin-top:2rem}}.benefits__card{background:#fff;padding:2.5rem 2rem;border-radius:16px;border:1px solid #e5e7eb;transition:all .2s ease;position:relative;flex:0 0 320px;max-width:400px}.benefits__card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:var(--primary)}@media(max-width:768px){.benefits__card{padding:2rem 1.5rem}}.benefits__card-title{font-size:1.4rem;font-weight:700;color:var(--primary);margin-bottom:1.25rem;line-height:1.3;text-align:center}@media(max-width:768px){.benefits__card-title{font-size:1.25rem;margin-bottom:1rem}}.benefits__card-description{color:var(--text-secondary);font-size:1.05rem;line-height:1.6;text-align:center;margin:0;font-weight:400}@media(max-width:768px){.benefits__card-description{font-size:1rem}}.benefits__card{opacity:0;animation:fadeIn .5s ease-out forwards}.benefits__card:first-child{animation-delay:.1s}.benefits__card:nth-child(2){animation-delay:.2s}.benefits__card:nth-child(3){animation-delay:.3s}.benefits__card:nth-child(4){animation-delay:.4s}.benefits__card:nth-child(5){animation-delay:.5s}@keyframes fadeIn{to{opacity:1}}@media(prefers-reduced-motion:reduce){.benefits__card{animation:none;opacity:1}.benefits__card:hover{transform:none}}.registration{background-color:#fff}.registration__content{max-width:64rem;margin:0 auto;font-size:1.1rem;line-height:1.7;max-width:600px;font-weight:500}.registration__form-container{max-width:50rem;margin:2rem auto 0;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 32px rgba(101,39,6,.12),0 2px 8px rgba(0,0,0,.04);border:1px solid rgba(101,39,6,.08);position:relative;overflow:hidden}.registration__form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0,var(--primary-light) 100%)}@media(max-width:768px){.registration__form-container{padding:2rem 1.5rem;margin:0 1rem;border-radius:12px}}.registration__form-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.registration__form-row{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:480px){.registration__form-row{gap:1rem}}.registration__form-group{margin-bottom:2rem}.registration__form-group:last-child{margin-bottom:0}.registration__form-label{display:block;margin-bottom:.875rem;font-weight:600;color:var(--text-secondary);font-size:1.05rem;line-height:1.4;position:relative}.registration__form-label:after{content:"";position:absolute;bottom:-4px;left:0;width:2rem;height:2px;background:var(--accent);border-radius:1px}.registration__form-input,.registration__form-select,.registration__form-textarea{width:100%;padding:1.125rem 1rem;border:2px solid var(--border);border-radius:10px;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:#fff;color:var(--text-secondary);position:relative}.registration__form-input:hover,.registration__form-select:hover,.registration__form-textarea:hover{border-color:rgba(101,39,6,.3)}.registration__form-input:focus,.registration__form-select:focus,.registration__form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px rgba(101,39,6,.12),0 2px 8px rgba(101,39,6,.08);background-color:#fefefe;transform:translateY(-1px)}.registration__form-input::placeholder,.registration__form-select::placeholder,.registration__form-textarea::placeholder{color:var(--text-light);opacity:.8;font-style:italic}.registration__form-textarea{resize:vertical;min-height:120px;line-height:1.6}.registration__checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}@media(max-width:768px){.registration__checkbox-group{grid-template-columns:1fr;gap:.75rem}}@media(max-width:480px){.registration__checkbox-group{gap:.5rem}}.registration__checkbox-item{display:flex;align-items:center;gap:.875rem;font-size:1rem;color:var(--text-secondary);line-height:1.5;cursor:pointer;padding:.875rem 1rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:var(--accent);border:1px solid rgba(101,39,6,.1);position:relative}.registration__checkbox-item:hover{background-color:rgba(101,39,6,.08);border-color:rgba(101,39,6,.2);transform:translateY(-1px);box-shadow:0 2px 8px rgba(101,39,6,.12)}.registration__checkbox-item:has(input:checked){background-color:rgba(101,39,6,.12);border-color:var(--primary);color:var(--primary);font-weight:500}.registration__checkbox-item input[type=checkbox],.registration__checkbox-item input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer;flex-shrink:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid var(--primary);background-color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.registration__checkbox-item input[type=checkbox]:hover,.registration__checkbox-item input[type=radio]:hover{border-color:var(--primary-light);box-shadow:0 2px 4px rgba(101,39,6,.15)}.registration__checkbox-item input[type=checkbox]:checked,.registration__checkbox-item input[type=radio]:checked{background-color:var(--primary);border-color:var(--primary);position:relative}.registration__checkbox-item input[type=checkbox]:checked:after,.registration__checkbox-item input[type=radio]:checked:after{content:"";position:absolute;display:block}.registration__checkbox-item input[type=checkbox]{border-radius:4px}.registration__checkbox-item input[type=checkbox]:checked:after{left:4px;top:1px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.registration__checkbox-item input[type=radio]{border-radius:50%}.registration__checkbox-item input[type=radio]:checked:after{left:4px;top:4px;width:6px;height:6px;background-color:#fff;border-radius:50%}.registration__form-section{padding-bottom:1.5rem;margin-bottom:2rem}.registration__form-section:not(:last-child){border-bottom:1px solid rgba(101,39,6,.1)}.registration__form-input:invalid:not(:placeholder-shown),.registration__form-textarea:invalid:not(:placeholder-shown){border-color:#dc2626;box-shadow:0 0 0 4px rgba(220,38,38,.12)}.registration__form-input:valid:not(:placeholder-shown),.registration__form-textarea:valid:not(:placeholder-shown){border-color:#059669}.registration__conditional-input{grid-column:1/-1;margin-top:.75rem;padding:1rem;background:linear-gradient(135deg,rgba(247,221,211,.3),rgba(247,221,211,.1));border-radius:8px;border:1px solid rgba(101,39,6,.15);animation:slideDown .3s ease-out}.registration__conditional-input .registration__form-input{margin:0;font-size:.95rem;border-color:rgba(101,39,6,.2)}.registration__conditional-input .registration__form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(101,39,6,.1)}@media(max-width:768px){.registration__conditional-input{padding:.75rem;margin-top:.5rem}}.registration__submit-wrapper{text-align:center;margin-top:3rem}.registration__areas-section{margin-top:1.5rem;background-color:var(--accent);padding:2rem;border-radius:12px;border:1px solid rgba(101,39,6,.15);position:relative}@media(max-width:768px){.registration__areas-section{padding:1.25rem}}@media(max-width:480px){.registration__areas-section{padding:1rem;margin-top:1.25rem}}.registration__areas-section h4{font-weight:700;margin-bottom:1.25rem;color:var(--primary);font-size:1.15rem;position:relative;padding-left:1rem}.registration__areas-section h4:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1.5rem;background:linear-gradient(180deg,var(--primary) 0,var(--primary-light) 100%);border-radius:2px}.registration__areas-checkbox-group{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin-top:1rem;margin-bottom:2rem}@media(min-width:1024px){.registration__areas-checkbox-group{grid-template-columns:repeat(2,1fr);gap:1rem}}.registration__areas-checkbox-group .registration__checkbox-item{margin-left:0;background-color:#fff;border:1px solid rgba(101,39,6,.12);padding:1rem;font-size:.95rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.registration__areas-checkbox-group .registration__checkbox-item:hover{background-color:rgba(101,39,6,.06);border-color:rgba(101,39,6,.25);transform:translateY(-1px);box-shadow:0 2px 8px rgba(101,39,6,.1)}.registration__areas-checkbox-group .registration__checkbox-item:has(input:checked){background-color:rgba(101,39,6,.1);border-color:var(--primary);box-shadow:0 2px 8px rgba(101,39,6,.15)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:100px}}.about-programme__content{max-width:64rem;margin:0 auto;padding:20px 2.5rem;border-radius:12px}@media(max-width:768px){.about-programme__content{padding:1.5rem;margin:0 1rem}}.about-programme__text{font-size:1.15rem;margin-bottom:1.75rem;line-height:1.7;color:var(--text-secondary);font-weight:400}.about-programme__text:last-child{margin-bottom:0}@media(max-width:768px){.about-programme__text{font-size:1.05rem;margin-bottom:1.5rem}}.footer{background-color:var(--primary);color:#fff;padding:3rem 0 1rem;border-top:3px solid var(--primary-light)}.footer__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}@media(max-width:768px){.footer__content{grid-template-columns:1fr;gap:2rem;text-align:center}}.footer__info{display:flex;flex-direction:column;gap:1.5rem}.footer__text{font-size:.9rem;color:hsla(0,0%,100%,.8);margin:0}@media(max-width:768px){.footer__text{font-size:.95rem}}.footer__address-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#fff;display:flex;align-items:center;gap:.5rem}.footer__address-text{font-size:.95rem;line-height:1.6;margin:0;color:hsla(0,0%,100%,.95)}@media(max-width:768px){.footer__address-text{font-size:.9rem}}.footer__pin-icon{color:#fff;flex-shrink:0}@media(max-width:768px){.footer__pin-icon{margin:auto}}.footer__pin-icon svg{stroke:#fff}.footer__map-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--primary-light);text-align:center}@media(max-width:768px){.footer__map-title{text-align:center}}.footer__map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.2);border:2px solid hsla(0,0%,100%,.1)}.footer__map-container iframe{display:block;width:100%;height:200px}.footer__bottom{text-align:center;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer__poweredby{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;font-size:.9rem;color:hsla(0,0%,100%,.8)}@media(max-width:768px){.footer{padding:2rem 0 1rem}}