*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#8DA863;--secondary-color:#B0BF8D;--tertiary-color:#CFD9CC;--dark-text:#1a1f16;--medium-text:#3d4538;--light-text:#5a6352;--background-light:#fafbf9;--background-white:#fff;--border-subtle:#e8ebe5;--shadow-sm:0 2px 8px #8da86314;--shadow-md:0 4px 16px #8da8631f;--transition-smooth:all .25s cubic-bezier(0.4,0,0.2,1)}
@media (prefers-reduced-motion: reduce) {
*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
html{scroll-behavior:smooth;font-size:16px}
@media (prefers-reduced-motion: reduce) {
html{scroll-behavior:auto}
}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.7;color:var(--dark-text);background:var(--background-light);overflow-x:hidden}
.skip_nav7q{position:absolute;top:-100px;left:0;background:var(--primary-color);color:#fff;padding:.875rem 1.5rem;text-decoration:none;border-radius:0 0 .375rem 0;font-weight:600;z-index:10000}
.skip_nav7q:focus{top:0;outline:3px solid var(--dark-text);outline-offset:2px}
header{background:linear-gradient(135deg,#fff 0%,#f8faf6 100%);border-bottom:1px solid var(--border-subtle);position:relative;z-index:100}
.header_wrapper3k{max-width:1320px;margin:0 auto;padding:0 2rem}
.top_section8m{display:grid;grid-template-columns:auto 1fr;gap:2rem 1.75rem;padding:1.5rem 0 .875rem;border-bottom:1px solid #8da86326}
.logo_holder2x{display:flex;align-items:center;gap:.875rem}
.logo_holder2x img{height:58px;width:58px;object-fit:contain;display:block}
.brand_text9p{color:var(--dark-text);letter-spacing:-.02em;font:700 1.625rem 'Manrope',sans-serif}
.contact_bar5r{display:flex;align-items:center;justify-content:flex-end;gap:2rem;flex-wrap:wrap}
.phone_block4n{display:flex;align-items:center;gap:.5rem;color:var(--medium-text);text-decoration:none;font-size:.9375rem;font-weight:500;transition:var(--transition-smooth)}
.phone_block4n:hover{color:var(--primary-color)}
.phone_block4n:focus{outline:2px solid var(--primary-color);outline-offset:3px;border-radius:.25rem}
.phone_icon8t{width:18px;height:18px;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;color:#fff;flex-shrink:0}
.cta_btn6w{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.625rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:.9375rem;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border:none;cursor:pointer}
.cta_btn6w:hover{opacity:.9;box-shadow:var(--shadow-md)}
.cta_btn6w:focus{outline:2px solid var(--dark-text);outline-offset:3px}
.nav_section1h{padding:1rem 0}
.main_nav_menu7j{display:flex;align-items:center;justify-content:center;gap:.5rem;list-style:none;flex-wrap:wrap}
.main_nav_menu7j li{margin:0}
.main_nav_menu7j a{display:block;padding:.625rem 1.375rem;color:var(--medium-text);text-decoration:none;font-weight:500;font-size:1rem;border-radius:.375rem;transition:var(--transition-smooth);position:relative}
.main_nav_menu7j a:hover{background:#8da86314;color:var(--primary-color)}
.main_nav_menu7j a:focus{outline:2px solid var(--primary-color);outline-offset:2px;background:#8da86314}
main{min-height:60vh}
footer{background:linear-gradient(135deg,#2d3a24 0%,#3f4d35 100%);color:#e8ebe5;padding:3.5rem 0 1.5rem;margin-top:4rem;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color),var(--tertiary-color))}
.footer_container9z{max-width:1320px;margin:0 auto;padding:0 2rem}
.footer_grid3v{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}
.footer_brand8s{display:flex;flex-direction:column;gap:1.25rem}
.footer_logo_wrap2q{display:flex;align-items:center;gap:.875rem}
.footer_logo_wrap2q img{height:52px;width:52px;object-fit:contain}
.footer_brand_name4k{color:#fff;letter-spacing:-.01em;font:700 1.5rem 'Manrope',sans-serif}
.footer_description6m{color:#c8d1c0;font-size:.9375rem;line-height:1.65;max-width:380px}
.footer_column5t h3{color:#fff;margin-bottom:1.125rem;letter-spacing:-.01em;font:600 1.0625rem 'Manrope',sans-serif}
.footer_links7u{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.footer_links7u a{color:#c8d1c0;text-decoration:none;font-size:.9375rem;transition:var(--transition-smooth);display:inline-block}
.footer_links7u a:hover{color:var(--secondary-color)}
.footer_links7u a:focus{outline:2px solid var(--secondary-color);outline-offset:3px;border-radius:.25rem}
.contact_item9w{color:#c8d1c0;font-size:.9375rem;line-height:1.7;margin-bottom:.875rem}
.contact_item9w strong{color:#fff;font-weight:600;display:block;margin-bottom:.25rem}
.contact_item9w a{color:#c8d1c0;text-decoration:none;transition:var(--transition-smooth)}
.contact_item9w a:hover{color:var(--secondary-color)}
.contact_item9w a:focus{outline:2px solid var(--secondary-color);outline-offset:2px;border-radius:.25rem}
.footer_bottom8x{padding-top:2rem;border-top:1px solid #cfd9cc26;text-align:center;color:#b5bfad;font-size:.875rem}
.consent_overlay9b{position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;max-width:480px;background:#fff;border-radius:.875rem;box-shadow:0 8px 32px #8da86333;padding:1.75rem;z-index:9999;border:1px solid var(--border-subtle);animation:slideUpFade .4s cubic-bezier(0.4,0,0.2,1)}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.consent_header4m{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1rem}
.consent_icon8k{width:42px;height:42px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:.625rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;flex-shrink:0}
.consent_title3n{color:var(--dark-text);margin-bottom:.5rem;font:700 1.125rem/1.4 'Manrope',sans-serif}
.consent_text7p{color:var(--medium-text);font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}
.consent_policy_link2r{color:var(--primary-color);text-decoration:underline;font-weight:500;transition:var(--transition-smooth)}
.consent_policy_link2r:hover{color:var(--secondary-color)}
.consent_policy_link2r:focus{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:.25rem}
.consent_actions5w{display:flex;gap:.75rem;flex-wrap:wrap}
.consent_btn_accept6t{flex:1;min-width:120px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-sm)}
.consent_btn_accept6t:hover{opacity:.9;box-shadow:var(--shadow-md)}
.consent_btn_accept6t:focus{outline:2px solid var(--dark-text);outline-offset:3px}
.consent_btn_reject9h{flex:1;min-width:120px;background:transparent;color:var(--medium-text);border:2px solid var(--border-subtle);padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:var(--transition-smooth)}
.consent_btn_reject9h:hover{background:var(--background-light);border-color:var(--secondary-color);color:var(--primary-color)}
.consent_btn_reject9h:focus{outline:2px solid var(--primary-color);outline-offset:3px}
@media (max-width: 992px) {
.footer_grid3v{grid-template-columns:1fr 1fr;gap:2.5rem}
.footer_brand8s{grid-column:1 / -1}
}
@media (max-width: 768px) {
.header_wrapper3k{padding:0 1.25rem}
.top_section8m{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem 0 .75rem}
.logo_holder2x{justify-content:center}
.logo_holder2x img{height:52px;width:52px}
.brand_text9p{font-size:1.375rem}
.contact_bar5r{justify-content:center;gap:1.25rem}
.nav_section1h{padding:.875rem 0}
.main_nav_menu7j{flex-direction:column;gap:.375rem;align-items:stretch}
.main_nav_menu7j a{text-align:center;padding:.75rem 1rem}
.footer_container9z{padding:0 1.25rem}
.footer_grid3v{grid-template-columns:1fr;gap:2rem}
.consent_overlay9b{left:1rem;right:1rem;bottom:1rem;padding:1.5rem}
.consent_actions5w{flex-direction:column}
.consent_btn_accept6t,.consent_btn_reject9h{min-width:100%}
}
@media (max-width: 480px) {
.header_wrapper3k{padding:0 1rem}
.logo_holder2x img{height:48px;width:48px}
.brand_text9p{font-size:1.25rem}
.cta_btn6w{padding:.5rem 1.25rem;font-size:.875rem}
.phone_block4n{font-size:.875rem}
.footer_container9z{padding:0 1rem}
.consent_overlay9b{left:.75rem;right:.75rem;padding:1.25rem}
.consent_icon8k{width:36px;height:36px;font-size:1.125rem}
.consent_title3n{font-size:1rem}
.consent_text7p{font-size:.875rem}
}
.learning-program-hero{background:linear-gradient(135deg,#CFD9CC 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8da8631a 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-area h1{font-size:48px;color:#212529;margin:0 0 24px;font-weight:700;line-height:1.2}
.hero-text-area .intro-paragraph{font-size:18px;color:#495057;line-height:1.7;margin:0 0 32px}
.hero-visual-box{background:#fff;padding:40px;border-radius:16px;box-shadow:0 8px 24px #00000014;border-left:6px solid #8DA863}
.hero-visual-box h3{font-size:22px;color:#212529;margin:0 0 20px;font-weight:600}
.quick-facts-list{list-style:none;padding:0;margin:0}
.quick-facts-list li{padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:16px;color:#343a40;display:flex;align-items:center;gap:12px}
.quick-facts-list li:last-child{border-bottom:none}
.quick-facts-list li::before{content:'';color:#8DA863;font-weight:700;font-size:20px}
.hero-cta-button{display:inline-block;padding:16px 36px;background:#8DA863;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 4px 12px #8da8634d}
.hero-cta-button:hover{background:#7a9154;transform:translateY(-2px);box-shadow:0 6px 18px #8da86366}
.decision-tree-section{padding:80px 20px;background:#fff;position:relative}
.decision-tree-container{max-width:1100px;margin:0 auto}
.decision-tree-header{text-align:center;margin-bottom:60px}
.decision-tree-header h2{font-size:38px;color:#212529;margin:0 0 20px;font-weight:700}
.decision-tree-header p{font-size:18px;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.tree-branches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.tree-branch-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border:2px solid #CFD9CC;border-radius:12px;padding:32px 24px;position:relative;transition:all .35s ease}
.tree-branch-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #8da86333;border-color:#8DA863}
.branch-number{position:absolute;top:-18px;left:24px;width:36px;height:36px;background:#8DA863;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 4px 8px #8da8634d}
.tree-branch-card h3{font-size:20px;color:#212529;margin:12px 0 16px;font-weight:600}
.tree-branch-card p{font-size:15px;color:#495057;line-height:1.6;margin:0 0 20px}
.branch-question{font-size:14px;color:#8DA863;font-weight:600;font-style:italic;margin-bottom:12px;display:block}
.decision-visual-block{background:#f8f9fa;padding:40px;border-radius:16px;display:grid;grid-template-columns:380px 1fr;gap:40px;align-items:center;margin-top:50px}
.decision-image-wrapper img{width:380px;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000001a}
.decision-text-content h3{font-size:26px;color:#212529;margin:0 0 20px;font-weight:600}
.decision-text-content p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 14px}
.learning-path-section{padding:80px 20px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.learning-path-wrapper{max-width:1200px;margin:0 auto}
.path-header{margin-bottom:50px}
.path-header h2{font-size:40px;color:#212529;margin:0 0 18px;font-weight:700}
.path-header .subtitle-text{font-size:18px;color:#495057;line-height:1.6;margin:0}
.path-timeline-layout{display:grid;grid-template-columns:420px 1fr;gap:50px;align-items:start}
.timeline-image-block img{width:420px;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #0000001f}
.timeline-stages-list{display:flex;flex-direction:column;gap:32px}
.stage-item{background:#fff;padding:30px 30px 30px 90px;border-radius:12px;box-shadow:0 4px 16px #0000000f;position:relative;border-left:4px solid #B0BF8D;transition:all .3s ease}
.stage-item:hover{border-left-color:#8DA863;box-shadow:0 6px 20px #8da86326}
.stage-marker{position:absolute;left:30px;top:30px;width:44px;height:44px;background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;box-shadow:0 4px 10px #8da8634d}
.stage-item h4{font-size:22px;color:#212529;margin:0 0 12px;font-weight:600}
.stage-item .stage-description{font-size:15px;color:#495057;line-height:1.7;margin:0 0 16px}
.stage-duration{display:inline-block;padding:6px 14px;background:#CFD9CC;color:#343a40;font-size:13px;font-weight:600;border-radius:20px;margin-bottom:10px}
.stage-skills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.skill-tag{padding:5px 12px;background:#f8f9fa;border:1px solid #CFD9CC;color:#495057;font-size:13px;border-radius:6px}
.micro-content-section{padding:80px 20px;background:#fff}
.micro-content-container{max-width:1150px;margin:0 auto}
.micro-section-title{text-align:center;margin-bottom:60px}
.micro-section-title h2{font-size:38px;color:#212529;margin:0 0 18px;font-weight:700}
.micro-section-title p{font-size:17px;color:#495057;line-height:1.6;max-width:650px;margin:0 auto}
.micro-cards-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 30px;margin-bottom:50px}
.micro-content-card{display:grid;grid-template-columns:260px 1fr;gap:24px;background:#f8f9fa;padding:28px;border-radius:14px;align-items:center;transition:all .3s ease;border:2px solid transparent}
.micro-content-card:hover{border-color:#8DA863;background:#fff;box-shadow:0 8px 22px #8da86326}
.micro-card-image img{width:260px;height:180px;object-fit:cover;border-radius:10px}
.micro-card-text h3{font-size:20px;color:#212529;margin:0 0 12px;font-weight:600}
.micro-card-text p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.quick-tips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}
.quick-tip-box{background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);padding:26px 20px;border-radius:12px;text-align:center;color:#fff;box-shadow:0 4px 14px #8da86340;transition:transform .3s ease}
.quick-tip-box:hover{transform:scale(1.05)}
.tip-icon{font-size:36px;margin-bottom:12px;display:block}
.quick-tip-box h4{font-size:16px;margin:0 0 8px;font-weight:600}
.quick-tip-box p{font-size:13px;margin:0;opacity:.95;line-height:1.5}
.final-cta-block{background:linear-gradient(135deg,#CFD9CC 0%,#B0BF8D 100%);padding:50px 40px;border-radius:16px;text-align:center;margin-top:60px;box-shadow:0 8px 24px #8da86333}
.final-cta-block h3{font-size:32px;color:#212529;margin:0 0 16px;font-weight:700}
.final-cta-block p{font-size:17px;color:#343a40;margin:0 0 28px;line-height:1.6}
.cta-buttons-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-primary-btn{display:inline-block;padding:16px 40px;background:#8DA863;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 4px 12px #8da86366}
.cta-primary-btn:hover{background:#7a9154;transform:translateY(-2px);box-shadow:0 6px 18px #8da86380}
.cta-secondary-btn{display:inline-block;padding:16px 40px;background:#fff;color:#8DA863;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;transition:all .3s ease;border:2px solid #8DA863}
.cta-secondary-btn:hover{background:#8DA863;color:#fff;transform:translateY(-2px)}
@media (max-width: 968px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-area h1{font-size:36px}
.tree-branches-grid{grid-template-columns:1fr;gap:40px}
.decision-visual-block{grid-template-columns:1fr;padding:30px}
.decision-image-wrapper img{width:100%;height:auto}
.path-timeline-layout{grid-template-columns:1fr;gap:40px}
.timeline-image-block img{width:100%;height:auto}
.stage-item{padding:30px 20px 30px 80px}
.stage-marker{left:20px}
.micro-cards-layout{grid-template-columns:1fr}
.micro-content-card{grid-template-columns:1fr}
.micro-card-image img{width:100%;height:auto}
.quick-tips-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.learning-program-hero{padding:60px 20px 40px}
.hero-text-area h1{font-size:28px}
.decision-tree-header h2,.path-header h2,.micro-section-title h2{font-size:28px}
.quick-tips-grid{grid-template-columns:1fr}
.cta-buttons-row{flex-direction:column;align-items:stretch}
.final-cta-block{padding:40px 24px}
}
.teaching-methods-page{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7}
.teaching-methods-page .hero-intro-section{background:linear-gradient(135deg,#f8f9fa 0%,#CFD9CC 100%);padding:80px 20px;position:relative;overflow:hidden}
.teaching-methods-page .hero-intro-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8da86326 0%,transparent 70%);border-radius:50%}
.teaching-methods-page .hero-intro-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.teaching-methods-page .hero-intro-content h1{font-size:2.8rem;font-weight:700;color:#343a40;margin-bottom:24px;letter-spacing:-.5px}
.teaching-methods-page .hero-intro-text{font-size:1.15rem;color:#495057;max-width:680px;margin-bottom:0;line-height:1.8}
.teaching-methods-page .timeline-approach-block{background:#fff;padding:90px 20px;position:relative}
.teaching-methods-page .timeline-approach-wrapper{max-width:1000px;margin:0 auto}
.teaching-methods-page .timeline-approach-header{text-align:center;margin-bottom:70px}
.teaching-methods-page .timeline-approach-header h2{font-size:2.3rem;font-weight:700;color:#343a40;margin-bottom:18px}
.teaching-methods-page .timeline-approach-header p{font-size:1.1rem;color:#495057;max-width:600px;margin:0 auto}
.teaching-methods-page .timeline-horizontal-container{display:flex;gap:40px;align-items:flex-start;justify-content:space-between;margin-top:50px}
.teaching-methods-page .timeline-step-item{flex:1;text-align:center;position:relative}
.teaching-methods-page .timeline-step-number{width:70px;height:70px;background:linear-gradient(135deg,#8DA863,#B0BF8D);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 20px;box-shadow:0 4px 12px #8da86340}
.teaching-methods-page .timeline-step-item h3{font-size:1.3rem;font-weight:600;color:#343a40;margin-bottom:12px}
.teaching-methods-page .timeline-step-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.teaching-methods-page .expert-profiles-section{background:#f8f9fa;padding:90px 20px}
.teaching-methods-page .expert-profiles-container{max-width:1100px;margin:0 auto}
.teaching-methods-page .expert-profiles-header{margin-bottom:60px}
.teaching-methods-page .expert-profiles-header h2{font-size:2.3rem;font-weight:700;color:#343a40;margin-bottom:16px}
.teaching-methods-page .expert-profiles-intro{font-size:1.1rem;color:#495057;max-width:700px;line-height:1.7}
.teaching-methods-page .expert-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.teaching-methods-page .expert-profile-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.teaching-methods-page .expert-profile-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #8da86333}
.teaching-methods-page .expert-card-image{width:100%;height:280px;object-fit:cover}
.teaching-methods-page .expert-card-content{padding:26px}
.teaching-methods-page .expert-card-content h3{font-size:1.35rem;font-weight:600;color:#343a40;margin-bottom:8px}
.teaching-methods-page .expert-card-role{font-size:.9rem;color:#8DA863;font-weight:500;margin-bottom:14px;display:block}
.teaching-methods-page .expert-card-content p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.teaching-methods-page .decision-tree-section{background:#fff;padding:90px 20px}
.teaching-methods-page .decision-tree-wrapper{max-width:1000px;margin:0 auto}
.teaching-methods-page .decision-tree-header{text-align:center;margin-bottom:60px}
.teaching-methods-page .decision-tree-header h2{font-size:2.3rem;font-weight:700;color:#343a40;margin-bottom:18px}
.teaching-methods-page .decision-tree-subheader{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto}
.teaching-methods-page .decision-questions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:50px}
.teaching-methods-page .decision-question-box{background:linear-gradient(135deg,#f8f9fa 0%,#CFD9CC 100%);padding:32px;border-radius:10px;border-left:5px solid #8DA863;transition:transform .3s ease}
.teaching-methods-page .decision-question-box:hover{transform:translateX(8px)}
.teaching-methods-page .decision-question-box h3{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:14px;display:flex;align-items:center;gap:12px}
.teaching-methods-page .decision-question-icon{width:32px;height:32px;background:#8DA863;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.teaching-methods-page .decision-question-box p{font-size:.95rem;color:#495057;line-height:1.65;margin:0}
.teaching-methods-page .metrics-strip-horizontal{background:linear-gradient(90deg,#8DA863 0%,#B0BF8D 100%);padding:50px 20px;border-radius:12px;display:flex;justify-content:space-around;align-items:center;gap:40px}
.teaching-methods-page .metric-item-display{text-align:center;color:#fff}
.teaching-methods-page .metric-number-large{font-size:3rem;font-weight:700;display:block;margin-bottom:8px;line-height:1}
.teaching-methods-page .metric-label-text{font-size:1rem;font-weight:500;opacity:.95}
.teaching-methods-page .visual-showcase-section{background:#f8f9fa;padding:90px 20px}
.teaching-methods-page .visual-showcase-container{max-width:1200px;margin:0 auto}
.teaching-methods-page .visual-showcase-header{text-align:center;margin-bottom:60px}
.teaching-methods-page .visual-showcase-header h2{font-size:2.3rem;font-weight:700;color:#343a40;margin-bottom:18px}
.teaching-methods-page .visual-showcase-intro{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto 50px;line-height:1.75}
.teaching-methods-page .showcase-asymmetric-layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px;align-items:start}
.teaching-methods-page .showcase-large-image{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.teaching-methods-page .showcase-stacked-images{display:flex;flex-direction:column;gap:30px}
.teaching-methods-page .showcase-small-image{width:100%;height:210px;object-fit:cover;border-radius:10px;box-shadow:0 4px 16px #00000014}
@media (max-width: 992px) {
.teaching-methods-page .hero-intro-content h1{font-size:2.2rem}
.teaching-methods-page .timeline-horizontal-container{flex-direction:column;gap:50px}
.teaching-methods-page .timeline-step-item{max-width:400px;margin:0 auto}
.teaching-methods-page .expert-cards-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}
.teaching-methods-page .decision-questions-grid{grid-template-columns:1fr}
.teaching-methods-page .metrics-strip-horizontal{flex-direction:column;gap:35px}
.teaching-methods-page .showcase-asymmetric-layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.teaching-methods-page .hero-intro-section{padding:60px 20px}
.teaching-methods-page .hero-intro-content h1{font-size:1.9rem}
.teaching-methods-page .timeline-approach-block,.teaching-methods-page .expert-profiles-section,.teaching-methods-page .decision-tree-section,.teaching-methods-page .visual-showcase-section{padding:60px 20px}
.teaching-methods-page .timeline-approach-header h2,.teaching-methods-page .expert-profiles-header h2,.teaching-methods-page .decision-tree-header h2,.teaching-methods-page .visual-showcase-header h2{font-size:1.9rem}
.teaching-methods-page .showcase-large-image{height:320px}
.teaching-methods-page .showcase-small-image{height:180px}
}
.Liravess-index-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#2c3e50;background:#fafbfc}
.Liravess-hero-section{background:linear-gradient(135deg,#CFD9CC 0%,#B0BF8D 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.Liravess-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center}
.Liravess-hero-text h1{font-size:3.2rem;font-weight:700;color:#2c3e50;margin-bottom:24px;line-height:1.2}
.Liravess-hero-text p{font-size:1.25rem;color:#34495e;margin-bottom:32px;line-height:1.7}
.Liravess-hero-cta{display:inline-block;background:#8DA863;color:#fff;padding:18px 42px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #8da8634d}
.Liravess-hero-cta:hover{background:#7a9354;transform:translateY(-2px);box-shadow:0 6px 20px #8da86366}
.Liravess-hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #00000026}
.Liravess-philosophy-block{padding:90px 20px;background:#fff}
.Liravess-philosophy-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.Liravess-philosophy-visual img{width:100%;height:auto;border-radius:8px;box-shadow:0 6px 25px #0000001a}
.Liravess-philosophy-content h2{font-size:2.4rem;color:#2c3e50;margin-bottom:28px;font-weight:700}
.Liravess-philosophy-content p{font-size:1.1rem;color:#495057;margin-bottom:20px;line-height:1.8}
.Liravess-philosophy-content ul{list-style:none;padding:0;margin:30px 0}
.Liravess-philosophy-content ul li{padding-left:32px;position:relative;margin-bottom:16px;font-size:1.05rem;color:#495057}
.Liravess-philosophy-content ul li:before{content:"";position:absolute;left:0;color:#8DA863;font-weight:700;font-size:1.3rem}
.Liravess-approach-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:85px 20px}
.Liravess-approach-container{max-width:1200px;margin:0 auto}
.Liravess-approach-header{text-align:center;margin-bottom:60px}
.Liravess-approach-header h2{font-size:2.6rem;color:#2c3e50;margin-bottom:18px;font-weight:700}
.Liravess-approach-header p{font-size:1.15rem;color:#6c757d;max-width:700px;margin:0 auto}
.Liravess-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.Liravess-approach-card{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #B0BF8D}
.Liravess-approach-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001f}
.Liravess-approach-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:18px;font-weight:600}
.Liravess-approach-card p{font-size:1rem;color:#6c757d;line-height:1.7}
.Liravess-comparison-block{padding:95px 20px;background:#fff}
.Liravess-comparison-wrapper{max-width:1300px;margin:0 auto}
.Liravess-comparison-title{text-align:center;margin-bottom:55px}
.Liravess-comparison-title h2{font-size:2.5rem;color:#2c3e50;font-weight:700;margin-bottom:16px}
.Liravess-comparison-title p{font-size:1.1rem;color:#6c757d}
.Liravess-comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 25px #00000014}
.Liravess-comparison-table thead{background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%)}
.Liravess-comparison-table thead th{padding:22px 20px;text-align:left;color:#fff;font-weight:600;font-size:1.1rem}
.Liravess-comparison-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s ease}
.Liravess-comparison-table tbody tr:hover{background:#f8f9fa}
.Liravess-comparison-table tbody td{padding:20px;color:#495057;font-size:1rem}
.Liravess-comparison-table tbody td:first-child{font-weight:600;color:#2c3e50}
.Liravess-check-mark{color:#8DA863;font-weight:700;font-size:1.2rem}
.Liravess-cross-mark{color:#dc3545;font-weight:700;font-size:1.2rem}
.Liravess-testimonial-section{background:linear-gradient(135deg,#CFD9CC 0%,#f8f9fa 100%);padding:85px 20px}
.Liravess-testimonial-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start;background:#fff;padding:50px;border-radius:12px;box-shadow:0 6px 30px #0000001a}
.Liravess-testimonial-photo img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 15px #0000001a}
.Liravess-testimonial-text h3{font-size:1.8rem;color:#2c3e50;margin-bottom:20px;font-weight:600}
.Liravess-testimonial-text p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:18px;font-style:italic}
.Liravess-testimonial-author{margin-top:25px;padding-top:20px;border-top:2px solid #e9ecef}
.Liravess-testimonial-author strong{display:block;font-size:1.15rem;color:#2c3e50;margin-bottom:6px}
.Liravess-testimonial-author span{font-size:.95rem;color:#6c757d}
.Liravess-pricing-section{padding:90px 20px;background:#fff}
.Liravess-pricing-container{max-width:1200px;margin:0 auto}
.Liravess-pricing-header{text-align:center;margin-bottom:65px}
.Liravess-pricing-header h2{font-size:2.7rem;color:#2c3e50;font-weight:700;margin-bottom:20px}
.Liravess-pricing-header p{font-size:1.15rem;color:#6c757d;max-width:650px;margin:0 auto}
.Liravess-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.Liravess-pricing-card{background:#f8f9fa;padding:45px 35px;border-radius:12px;border:2px solid #e9ecef;transition:all .3s ease;position:relative}
.Liravess-pricing-card:hover{border-color:#8DA863;transform:translateY(-8px);box-shadow:0 12px 35px #8da86333}
.Liravess-pricing-featured{background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);border-color:#8DA863;transform:scale(1.05)}
.Liravess-pricing-featured h3,.Liravess-pricing-featured .Liravess-pricing-amount,.Liravess-pricing-featured p,.Liravess-pricing-featured ul li{color:#fff!important}
.Liravess-pricing-featured ul li:before{color:#fff!important}
.Liravess-pricing-card h3{font-size:1.7rem;color:#2c3e50;margin-bottom:15px;font-weight:700}
.Liravess-pricing-amount{font-size:2.8rem;color:#8DA863;font-weight:700;margin-bottom:10px}
.Liravess-pricing-amount span{font-size:1.1rem;font-weight:400}
.Liravess-pricing-card p{font-size:1rem;color:#6c757d;margin-bottom:25px}
.Liravess-pricing-card ul{list-style:none;padding:0;margin-bottom:30px}
.Liravess-pricing-card ul li{padding-left:28px;position:relative;margin-bottom:14px;font-size:.98rem;color:#495057}
.Liravess-pricing-card ul li:before{content:"";position:absolute;left:0;color:#8DA863;font-weight:700;font-size:1.2rem}
.Liravess-pricing-button{display:block;width:100%;text-align:center;padding:16px 0;background:#8DA863;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid transparent}
.Liravess-pricing-button:hover{background:#7a9354;transform:translateY(-2px)}
.Liravess-pricing-featured .Liravess-pricing-button{background:#fff;color:#8DA863;border-color:#fff}
.Liravess-pricing-featured .Liravess-pricing-button:hover{background:#f8f9fa;color:#7a9354}
@media (max-width: 992px) {
.Liravess-hero-content{grid-template-columns:1fr;gap:40px}
.Liravess-hero-text h1{font-size:2.5rem}
.Liravess-philosophy-inner{grid-template-columns:1fr;gap:45px}
.Liravess-approach-grid{grid-template-columns:1fr;gap:30px}
.Liravess-testimonial-inner{grid-template-columns:1fr;padding:35px;gap:30px}
.Liravess-pricing-grid{grid-template-columns:1fr;gap:25px}
.Liravess-pricing-featured{transform:scale(1)}
}
@media (max-width: 768px) {
.Liravess-hero-section{padding:80px 20px 60px}
.Liravess-hero-text h1{font-size:2rem}
.Liravess-hero-text p{font-size:1.1rem}
.Liravess-philosophy-block,.Liravess-approach-section,.Liravess-comparison-block,.Liravess-testimonial-section,.Liravess-pricing-section{padding:60px 20px}
.Liravess-approach-header h2,.Liravess-comparison-title h2,.Liravess-pricing-header h2{font-size:2rem}
.Liravess-comparison-table thead th,.Liravess-comparison-table tbody td{padding:15px 12px;font-size:.95rem}
}
.contact-hub-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-main-wrapper{max-width:1200px;margin:0 auto;padding:60px 20px}
.contact-intro-block{text-align:center;margin-bottom:70px;padding:0 20px}
.contact-intro-block h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-intro-block .subtitle-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px;margin:0 auto}
.split-contact-container{display:grid;grid-template-columns:1fr 1.3fr;gap:50px;margin-bottom:80px}
.info-sidebar-block{background:#fff;padding:45px 35px;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #e9ecef;height:fit-content}
.info-sidebar-block h2{font-size:1.6rem;color:#212529;margin-bottom:30px;font-weight:600}
.contact-detail-item{margin-bottom:35px;padding-left:50px;position:relative}
.contact-detail-item:last-child{margin-bottom:0}
.contact-detail-item::before{content:'';position:absolute;left:0;top:4px;width:38px;height:38px;background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);border-radius:50%;opacity:.15}
.contact-detail-item h3{font-size:.95rem;color:#8DA863;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.contact-detail-item p{font-size:1.05rem;color:#343a40;line-height:1.6;margin:0}
.contact-detail-item a{color:#343a40;text-decoration:none;transition:color .3s ease}
.contact-detail-item a:hover{color:#8DA863}
.form-main-block{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #e9ecef}
.form-main-block h2{font-size:1.8rem;color:#212529;margin-bottom:15px;font-weight:600}
.form-main-block .form-description{font-size:1.05rem;color:#495057;line-height:1.6;margin-bottom:35px}
.custom-form-group{margin-bottom:28px}
.custom-form-group label{display:block;font-size:.95rem;color:#343a40;margin-bottom:10px;font-weight:500}
.custom-form-group input,.custom-form-group textarea{width:100%;padding:14px 18px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.custom-form-group input:focus,.custom-form-group textarea:focus{outline:none;border-color:#8DA863;background:#fff;box-shadow:0 0 0 3px #8da8631a}
.custom-form-group textarea{resize:vertical;min-height:150px;line-height:1.6}
.checkbox-consent-wrapper{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.checkbox-consent-wrapper input[type="checkbox"]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#8DA863}
.checkbox-consent-wrapper label{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.checkbox-consent-wrapper label a{color:#8DA863;text-decoration:underline;font-weight:500}
.checkbox-consent-wrapper label a:hover{color:#6b8449}
.submit-btn-custom{background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);color:#fff;padding:16px 50px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8da8634d}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8da86366}
.submit-btn-custom:active{transform:translateY(0)}
.expectations-section{background:#fff;padding:50px 45px;border-radius:12px;margin-top:50px;box-shadow:0 4px 20px #0000000f;border-left:5px solid #8DA863}
.expectations-section h2{font-size:1.7rem;color:#212529;margin-bottom:25px;font-weight:600}
.expectations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.expectation-card{padding:25px;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:10px;border:1px solid #e9ecef}
.expectation-card h3{font-size:1.15rem;color:#8DA863;margin-bottom:12px;font-weight:600}
.expectation-card p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
@media (max-width: 968px) {
.split-contact-container{grid-template-columns:1fr;gap:40px}
.contact-intro-block h1{font-size:2.2rem}
.form-main-block,.info-sidebar-block{padding:35px 28px}
}
@media (max-width: 640px) {
.contact-main-wrapper{padding:40px 15px}
.contact-intro-block h1{font-size:1.9rem}
.contact-intro-block .subtitle-text{font-size:1.05rem}
.form-main-block,.info-sidebar-block,.expectations-section{padding:28px 22px}
.expectations-grid{grid-template-columns:1fr;gap:20px}
.submit-btn-custom{width:100%;padding:15px}
}
.events-page-2025{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.events-hero-custom{padding:80px 20px 60px;background:linear-gradient(165deg,#CFD9CC 0%,#B0BF8D 50%,#8DA863 100%);position:relative;overflow:hidden}
.events-hero-custom::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1f;border-radius:50%;z-index:1}
.events-hero-custom::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#8da86333;border-radius:50%;z-index:1}
.events-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.events-hero-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 25px;line-height:1.2;text-shadow:2px 2px 4px #00000026}
.events-hero-subtitle{font-size:1.3rem;color:#fff;margin:0;line-height:1.6;max-width:700px;opacity:.95}
.upcoming-events-section{padding:70px 20px;background:#fff}
.upcoming-events-container{max-width:1200px;margin:0 auto}
.section-header-events{text-align:center;margin-bottom:60px}
.section-title-events{font-size:2.6rem;color:#212529;font-weight:700;margin:0 0 20px;line-height:1.3}
.section-description-events{font-size:1.15rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.events-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:45px}
.event-card-item{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:all .35s ease;border:2px solid transparent}
.event-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px #8da86340;border-color:#B0BF8D}
.event-card-header{background:linear-gradient(120deg,#8DA863 0%,#B0BF8D 100%);padding:25px;position:relative}
.event-date-badge{display:inline-block;background:#fff;color:#8DA863;padding:8px 18px;border-radius:20px;font-size:.95rem;font-weight:600;margin-bottom:15px}
.event-card-title{font-size:1.6rem;color:#fff;font-weight:700;margin:0;line-height:1.4}
.event-card-body{padding:30px 25px}
.event-time-location{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}
.event-info-item{display:flex;align-items:center;gap:10px;font-size:1rem;color:#495057}
.event-info-icon{width:20px;height:20px;background:#CFD9CC;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.event-description-text{font-size:1.05rem;color:#343a40;line-height:1.65;margin:20px 0 0}
.event-cta-button{display:inline-block;background:#8DA863;color:#fff;padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;margin-top:20px;transition:all .3s ease;border:none;cursor:pointer}
.event-cta-button:hover{background:#7a9254;transform:scale(1.05);box-shadow:0 6px 20px #8da86359}
.past-events-showcase{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.past-events-wrapper{max-width:1200px;margin:0 auto}
.past-events-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;margin-top:45px}
.past-events-content{padding-right:20px}
.past-event-highlight{background:#fff;padding:30px;border-radius:10px;margin-bottom:25px;border-left:4px solid #8DA863;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}
.past-event-highlight:hover{box-shadow:0 8px 24px #8da86333;transform:translateX(5px)}
.past-event-date{font-size:.9rem;color:#8DA863;font-weight:600;margin:0 0 10px;text-transform:uppercase;letter-spacing:.5px}
.past-event-name{font-size:1.4rem;color:#212529;font-weight:700;margin:0 0 12px;line-height:1.3}
.past-event-summary{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.past-events-visual{position:relative}
.past-events-image-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #8da86340}
.past-events-image-wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8da86326 0%,#b0bf8d1a 100%);z-index:1}
.past-events-photo{width:100%;height:auto;display:block;border-radius:12px}
.expert-sessions-block{padding:70px 20px 80px;background:#fff;position:relative}
.expert-sessions-inner{max-width:1200px;margin:0 auto}
.expert-sessions-grid{display:grid;grid-template-columns:350px 1fr;gap:60px;align-items:center;margin-top:50px}
.expert-profile-card{background:linear-gradient(145deg,#CFD9CC 0%,#B0BF8D 100%);border-radius:15px;padding:35px;text-align:center;box-shadow:0 10px 30px #8da86333}
.expert-photo-frame{width:180px;height:180px;margin:0 auto 25px;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 6px 20px #00000026}
.expert-portrait-img{width:100%;height:100%;object-fit:cover}
.expert-name-title{font-size:1.6rem;color:#fff;font-weight:700;margin:0 0 8px}
.expert-role-text{font-size:1rem;color:#fff;margin:0;opacity:.9}
.expert-sessions-content{padding-left:20px}
.expert-content-heading{font-size:2.2rem;color:#212529;font-weight:700;margin:0 0 25px;line-height:1.3}
.expert-intro-paragraph{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 30px}
.session-topics-list{list-style:none;padding:0;margin:0 0 30px}
.session-topic-item{padding:18px 0;border-bottom:1px solid #e9ecef;display:flex;align-items:start;gap:15px}
.session-topic-item:last-child{border-bottom:none}
.topic-marker{width:30px;height:30px;background:#8DA863;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px}
.topic-marker::before{content:'→';color:#fff;font-size:1.2rem;font-weight:700}
.topic-text{font-size:1.05rem;color:#343a40;line-height:1.6;flex:1}
.session-cta-link{display:inline-block;background:#8DA863;color:#fff;padding:14px 35px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;margin-top:10px}
.session-cta-link:hover{background:#7a9254;transform:translateY(-3px);box-shadow:0 8px 25px #8da8634d}
@media (max-width: 1024px) {
.events-hero-title{font-size:2.6rem}
.section-title-events{font-size:2.2rem}
.past-events-layout{grid-template-columns:1fr;gap:40px}
.past-events-content{padding-right:0}
.expert-sessions-grid{grid-template-columns:1fr;gap:45px}
.expert-sessions-content{padding-left:0}
}
@media (max-width: 768px) {
.events-hero-custom{padding:60px 20px 50px}
.events-hero-title{font-size:2.2rem}
.events-hero-subtitle{font-size:1.1rem}
.upcoming-events-section{padding:50px 20px}
.section-title-events{font-size:1.9rem}
.section-description-events{font-size:1.05rem}
.events-grid-layout{grid-template-columns:1fr;gap:25px}
.past-events-showcase{padding:50px 20px}
.expert-sessions-block{padding:50px 20px 60px}
.expert-content-heading{font-size:1.8rem}
.expert-intro-paragraph{font-size:1.05rem}
}
@media (max-width: 480px) {
.events-hero-title{font-size:1.8rem}
.section-title-events{font-size:1.6rem}
.event-card-title{font-size:1.4rem}
.expert-content-heading{font-size:1.6rem}
.expert-photo-frame{width:150px;height:150px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:50px 40px;box-shadow:0 4px 20px #8da8631a}
.cookie-header-section{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #CFD9CC}
.cookie-main-title{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.cookie-update-date{font-size:1rem;color:#495057;font-style:italic}
.cookie-intro-block{background:linear-gradient(to right,#f8f9fa,#fff);padding:35px;border-left:5px solid #8DA863;margin-bottom:45px;border-radius:8px}
.cookie-intro-block p{font-size:1.1rem;line-height:1.8;color:#343a40;margin-bottom:15px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-content-section{margin-bottom:50px}
.cookie-section-heading{font-size:2rem;color:#212529;margin-bottom:25px;font-weight:600;padding-left:20px;border-left:4px solid #B0BF8D}
.cookie-text-content{font-size:1.05rem;line-height:1.9;color:#343a40;margin-bottom:20px}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-top:30px}
.cookie-type-card{background:#fafbfc;padding:30px;border-radius:12px;border:2px solid #CFD9CC;transition:all .3s ease}
.cookie-type-card:hover{border-color:#8DA863;box-shadow:0 6px 25px #8da86326;transform:translateY(-3px)}
.cookie-type-title{font-size:1.4rem;color:#8DA863;margin-bottom:15px;font-weight:600}
.cookie-type-description{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:12px}
.cookie-type-examples{background:#fff;padding:20px;border-radius:8px;margin-top:15px}
.cookie-type-examples strong{color:#212529;font-size:1.05rem}
.cookie-type-examples ul{margin:12px 0 0;padding-left:25px}
.cookie-type-examples li{color:#495057;line-height:1.7;margin-bottom:8px}
.cookie-management-block{background:linear-gradient(135deg,#CFD9CC 0%,#B0BF8D 100%);padding:40px;border-radius:12px;margin:40px 0}
.cookie-management-title{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600}
.cookie-management-block p{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:15px}
.cookie-browser-list{background:#fff;padding:25px;border-radius:8px;margin-top:20px}
.cookie-browser-list ul{list-style:none;padding:0;margin:0}
.cookie-browser-list li{padding:12px 0;border-bottom:1px solid #f5f6fa;font-size:1.05rem;color:#495057}
.cookie-browser-list li:last-child{border-bottom:none}
.cookie-browser-list strong{color:#212529;font-weight:600}
.cookie-retention-section{background:#f8f9fa;padding:35px;border-radius:12px;margin:40px 0}
.cookie-table-wrapper{overflow-x:auto;margin-top:25px}
.cookie-info-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
.cookie-info-table th{background:#8DA863;color:#fff;padding:15px;text-align:left;font-weight:600;font-size:1.05rem}
.cookie-info-table td{padding:15px;border-bottom:1px solid #f5f6fa;color:#495057;font-size:1rem}
.cookie-info-table tr:last-child td{border-bottom:none}
.cookie-info-table tr:hover{background:#fafbfc}
.cookie-contact-footer{text-align:center;padding:40px 30px;background:linear-gradient(to bottom,#fff,#f8f9fa);border-radius:12px;margin-top:50px}
.cookie-contact-footer p{font-size:1.1rem;color:#343a40;line-height:1.8;margin-bottom:15px}
.cookie-contact-details{margin-top:25px;padding:20px;background:#fff;border-radius:8px;display:inline-block}
.cookie-contact-details p{margin:8px 0;font-size:1rem;color:#495057}
.cookie-contact-details strong{color:#8DA863}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:30px 15px}
.cookie-policy-container{padding:30px 20px}
.cookie-main-title{font-size:2rem}
.cookie-section-heading{font-size:1.6rem;padding-left:15px}
.cookie-intro-block{padding:25px 20px}
.cookie-management-block{padding:25px 20px}
.cookie-type-card{padding:20px}
.cookie-info-table th,.cookie-info-table td{padding:10px;font-size:.95rem}
.cookie-contact-footer{padding:30px 20px}
}
@media (max-width: 480px) {
.cookie-main-title{font-size:1.6rem}
.cookie-section-heading{font-size:1.4rem}
.cookie-text-content,.cookie-type-description{font-size:1rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:80px 0}
.privacy-policy-container{max-width:920px;margin:0 auto;padding:0 24px}
.privacy-policy-header{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:3px solid #8DA863}
.privacy-policy-header h1{font-size:42px;color:#212529;font-weight:700;margin-bottom:16px;letter-spacing:-.5px}
.privacy-update-date{font-size:15px;color:#495057;font-style:italic}
.privacy-intro-block{background:#fff;padding:36px;border-radius:12px;margin-bottom:48px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #B0BF8D}
.privacy-intro-block p{font-size:17px;line-height:1.7;color:#343a40;margin-bottom:0}
.privacy-section-block{background:#fff;padding:40px;margin-bottom:32px;border-radius:10px;box-shadow:0 1px 6px #0000000d;transition:box-shadow .3s ease}
.privacy-section-block:hover{box-shadow:0 4px 12px #8da86326}
.privacy-section-title{font-size:26px;color:#212529;font-weight:600;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #CFD9CC}
.privacy-section-block p{font-size:16px;line-height:1.8;color:#495057;margin-bottom:18px}
.privacy-section-block p:last-child{margin-bottom:0}
.privacy-list-container{margin:24px 0;padding-left:8px}
.privacy-list-item{position:relative;padding-left:32px;margin-bottom:16px;font-size:16px;line-height:1.7;color:#495057}
.privacy-list-item::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:#8DA863;border-radius:50%}
.privacy-highlight-box{background:linear-gradient(to right,#f8f9fa,#CFD9CC);padding:28px;border-radius:8px;margin:28px 0;border-left:5px solid #8DA863}
.privacy-highlight-box p{color:#212529;font-size:16px;line-height:1.8;margin-bottom:0;font-weight:500}
.privacy-contact-section{background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);padding:48px;border-radius:12px;margin-top:56px;text-align:center;box-shadow:0 6px 16px #8da86340}
.privacy-contact-section h2{font-size:28px;color:#fff;font-weight:600;margin-bottom:24px}
.privacy-contact-details{display:flex;flex-direction:column;gap:14px;align-items:center}
.privacy-contact-item{font-size:17px;color:#fff;line-height:1.6}
.privacy-contact-item strong{font-weight:600;display:block;margin-bottom:4px}
.privacy-subsection{margin:32px 0;padding:24px;background:#fafbfc;border-radius:8px}
.privacy-subsection h3{font-size:20px;color:#343a40;font-weight:600;margin-bottom:16px}
.privacy-subsection p{font-size:15px;line-height:1.7;color:#495057;margin-bottom:12px}
.privacy-table-wrapper{overflow-x:auto;margin:28px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
.privacy-data-table thead{background:#8DA863}
.privacy-data-table th{padding:16px;text-align:left;font-size:15px;font-weight:600;color:#fff;border-bottom:2px solid #B0BF8D}
.privacy-data-table td{padding:14px 16px;font-size:15px;color:#495057;border-bottom:1px solid #e9ecef;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#f8f9fa}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:48px 0}
.privacy-policy-header h1{font-size:32px}
.privacy-policy-container{padding:0 16px}
.privacy-section-block{padding:28px 20px}
.privacy-intro-block{padding:24px}
.privacy-contact-section{padding:32px 24px}
.privacy-section-title{font-size:22px}
.privacy-data-table{font-size:14px}
.privacy-data-table th,.privacy-data-table td{padding:12px}
}
@media (max-width: 480px) {
.privacy-policy-header h1{font-size:28px}
.privacy-section-title{font-size:20px}
.privacy-section-block p,.privacy-list-item{font-size:15px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-container{max-width:780px;margin:0 auto;padding:80px 24px 100px}
.success-icon-area{text-align:center;margin-bottom:48px;position:relative}
.success-checkmark-visual{width:120px;height:120px;margin:0 auto 32px;position:relative;background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #8da86340;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.5);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-visual::before{content:"";font-size:64px;color:#fff;font-weight:700;line-height:1}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 16px;letter-spacing:-.5px;line-height:1.2}
.success-subheading-text{font-size:19px;color:#495057;margin:0;line-height:1.6}
.success-info-block{background:#fff;border-radius:12px;padding:40px 36px;margin:48px 0;border:1px solid #e9ecef;box-shadow:0 2px 12px #0000000a}
.success-info-block h2{font-size:24px;font-weight:600;color:#212529;margin:0 0 20px;line-height:1.3}
.success-info-block p{font-size:17px;color:#495057;line-height:1.7;margin:0 0 16px}
.success-info-block p:last-child{margin-bottom:0}
.success-timeline-list{list-style:none;padding:0;margin:32px 0 0}
.success-timeline-item{padding-left:48px;position:relative;margin-bottom:24px;font-size:16px;color:#495057;line-height:1.6}
.success-timeline-item:last-child{margin-bottom:0}
.success-timeline-item::before{content:"";position:absolute;left:0;top:6px;width:28px;height:28px;background:linear-gradient(135deg,#B0BF8D 0%,#CFD9CC 100%);border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px #8da86333}
.success-timeline-item strong{color:#212529;font-weight:600}
.success-action-buttons{display:flex;gap:16px;margin:48px 0 0;flex-wrap:wrap;justify-content:center}
.success-btn-primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #8da86340;border:none;cursor:pointer;text-align:center}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8da86359;background:linear-gradient(135deg,#7a9456 0%,#9db07d 100%)}
.success-btn-secondary{display:inline-block;padding:16px 40px;background:#fff;color:#8DA863;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;border:2px solid #8DA863;cursor:pointer;text-align:center}
.success-btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #8da86326}
.success-contact-details{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:36px 32px;margin:48px 0 0;border-left:4px solid #8DA863}
.success-contact-details h3{font-size:20px;font-weight:600;color:#212529;margin:0 0 20px}
.success-contact-item{display:flex;align-items:flex-start;margin-bottom:16px;font-size:16px;color:#495057;line-height:1.6}
.success-contact-item:last-child{margin-bottom:0}
.success-contact-label{font-weight:600;color:#212529;min-width:100px;margin-right:12px}
.success-contact-value{color:#495057}
.success-contact-value a{color:#8DA863;text-decoration:none;transition:color .2s ease}
.success-contact-value a:hover{color:#7a9456;text-decoration:underline}
.success-additional-help{text-align:center;margin:56px 0 0;padding:32px 24px;background:#fff;border-radius:12px;border:2px dashed #CFD9CC}
.success-additional-help p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.success-additional-help p strong{color:#212529;font-weight:600}
@media (max-width: 768px) {
.success-confirmation-container{padding:60px 20px 80px}
.success-checkmark-visual{width:100px;height:100px;margin-bottom:24px}
.success-checkmark-visual::before{font-size:52px}
.success-main-heading{font-size:32px;margin-bottom:12px}
.success-subheading-text{font-size:17px}
.success-info-block{padding:32px 24px;margin:36px 0}
.success-info-block h2{font-size:21px}
.success-info-block p{font-size:16px}
.success-timeline-item{padding-left:40px;font-size:15px;margin-bottom:20px}
.success-timeline-item::before{width:24px;height:24px;top:4px}
.success-action-buttons{flex-direction:column;gap:12px;margin-top:36px}
.success-btn-primary,.success-btn-secondary{width:100%;padding:14px 32px;font-size:16px}
.success-contact-details{padding:28px 24px;margin-top:36px}
.success-contact-details h3{font-size:18px}
.success-contact-item{flex-direction:column;margin-bottom:18px}
.success-contact-label{min-width:auto;margin-right:0;margin-bottom:4px}
.success-additional-help{margin-top:40px;padding:24px 20px}
.success-additional-help p{font-size:15px}
}
@media (max-width: 480px) {
.success-confirmation-container{padding:48px 16px 64px}
.success-checkmark-visual{width:90px;height:90px}
.success-checkmark-visual::before{font-size:46px}
.success-main-heading{font-size:28px}
.success-info-block{padding:24px 20px}
.success-contact-details{padding:24px 20px}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#CFD9CC 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#b0bf8d26 0%,transparent 70%);border-radius:50%}
.error-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#8da8631a 0%,transparent 70%);border-radius:50%}
.error-content-container{max-width:800px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;padding:3rem 2rem;text-align:center;position:relative;z-index:2}
.error-visual-block{margin-bottom:2.5rem;position:relative}
.error-number-display{font-size:8rem;font-weight:800;color:#8DA863;line-height:1;margin:0;letter-spacing:-.02em;position:relative;display:inline-block}
.error-number-display::before{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:120px;height:6px;background:linear-gradient(90deg,transparent,#B0BF8D,transparent);border-radius:3px}
.error-heading-main{font-size:2rem;color:#212529;margin:2rem 0 1rem;font-weight:700;line-height:1.3}
.error-description-text{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.error-actions-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}
.error-primary-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#8DA863 0%,#B0BF8D 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #8da86340;border:none;cursor:pointer;position:relative;z-index:10}
.error-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8da86359;color:#fff}
.error-secondary-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#8DA863;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #8DA863;cursor:pointer;position:relative;z-index:10}
.error-secondary-button:hover{background:#f8f9fa;transform:translateY(-2px);color:#8DA863}
.error-suggestions-block{background:linear-gradient(135deg,#f8f9fa 0%,#CFD9CC 100%);border-radius:12px;padding:2rem;margin-top:2rem}
.suggestions-title-text{font-size:1.3rem;color:#343a40;margin-bottom:1.5rem;font-weight:600}
.suggestions-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}
.suggestion-link-item{display:flex;align-items:center;padding:1rem;background:#fff;border-radius:8px;text-decoration:none;color:#495057;transition:all .3s ease;border:1px solid #e9ecef;position:relative;z-index:10}
.suggestion-link-item:hover{background:#8DA863;color:#fff;transform:translateX(5px);box-shadow:0 4px 12px #8da86333}
.suggestion-icon-box{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#B0BF8D 0%,#CFD9CC 100%);display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0;font-size:1.2rem}
.suggestion-link-item:hover .suggestion-icon-box{background:#fff;color:#8DA863}
.suggestion-text-label{font-weight:500;font-size:.95rem}
.error-help-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e9ecef}
.help-section-title{font-size:1.1rem;color:#343a40;margin-bottom:1rem;font-weight:600}
.help-description-text{color:#6c757d;line-height:1.7;margin-bottom:1.5rem}
.contact-link-button{display:inline-flex;align-items:center;padding:.8rem 2rem;background:#fff;color:#8DA863;text-decoration:none;border-radius:8px;font-weight:600;border:2px solid #B0BF8D;transition:all .3s ease;position:relative;z-index:10}
.contact-link-button:hover{background:#8DA863;color:#fff;border-color:#8DA863}
.decorative-shapes-group{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}
.shape-element-one{position:absolute;top:15%;left:8%;width:80px;height:80px;border:3px solid #B0BF8D;border-radius:50%;opacity:.3}
.shape-element-two{position:absolute;bottom:20%;right:10%;width:60px;height:60px;background:linear-gradient(135deg,#CFD9CC 0%,#B0BF8D 100%);opacity:.2;transform:rotate(45deg)}
.shape-element-three{position:absolute;top:40%;right:15%;width:100px;height:100px;border:2px solid #8DA863;opacity:.15;transform:rotate(30deg)}
@media (max-width: 768px) {
.error-content-container{padding:2rem 1.5rem}
.error-number-display{font-size:5rem}
.error-heading-main{font-size:1.5rem}
.error-description-text{font-size:1rem}
.error-actions-group{flex-direction:column}
.error-primary-button,.error-secondary-button{width:100%;text-align:center}
.suggestions-links-grid{grid-template-columns:1fr}
.shape-element-one,.shape-element-two,.shape-element-three{display:none}
}
@media (max-width: 480px) {
.error-number-display{font-size:4rem}
.error-heading-main{font-size:1.3rem}
.error-suggestions-block{padding:1.5rem}
.suggestions-title-text{font-size:1.1rem}
}