*{margin:0;padding:0;box-sizing:border-box}
:root{--brand-primary:#BE785E;--brand-secondary:#CFB7A4;--brand-tertiary:#EDE2E2;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-cream:#fafbfc;--bg-subtle:#f8f9fa;--shadow-soft:0 2px 12px #be785e14;--shadow-medium:0 4px 24px #be785e1f}
body{color:var(--text-dark);background:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.7 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.flow__container{width:92%;max-width:1320px;margin:0 auto;padding:0 clamp(16px,3vw,24px)}
header{background:linear-gradient(135deg,var(--bg-light) 0%,var(--brand-tertiary) 100%);padding:28px 0;box-shadow:var(--shadow-soft);position:relative}
.header__brand_timeline{display:flex;align-items:center;justify-content:flex-start;gap:15px;flex-wrap:wrap;padding:0 clamp(18px,4vw,32px)}
.logo_wrap_hq9{display:flex;align-items:center;justify-content:center;position:relative;z-index:50}
.logo_wrap_hq9 img{height:85px;width:85px;object-fit:contain;display:block}
.connector__dot{width:6px;height:6px;background:var(--brand-primary);border-radius:50%;flex-shrink:0;opacity:.6}
.brand__name_segment{font-size:clamp(1.1rem,2.2vw,1.5rem);font-weight:600;color:var(--text-dark);letter-spacing:-.02em;white-space:nowrap}
.tagline__flow{font-size:clamp(0.875rem,1.5vw,1rem);color:var(--text-medium);font-weight:400;white-space:nowrap}
.nav__primary_block{display:flex;gap:clamp(12px,2.5vw,32px);align-items:center;margin-left:auto;flex-wrap:wrap}
.nav__primary_block a{color:var(--text-dark);text-decoration:none;font-size:clamp(0.9rem,1.6vw,1.05rem);font-weight:500;padding:10px 16px;border-radius:6px;transition:background .25s ease,color .25s ease,opacity .25s ease;touch-action:manipulation;position:relative}
.nav__primary_block a:hover{background:var(--brand-secondary);color:var(--bg-light);opacity:.92}
.nav__primary_block a:focus{outline:2px solid var(--brand-primary);outline-offset:3px}
.nav__primary_block a:active{opacity:.8}
footer{background:linear-gradient(135deg,var(--brand-secondary) 0%,var(--brand-primary) 100%);color:var(--bg-light);padding:56px 0 32px;margin-top:80px}
.footer__grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:48px;margin-bottom:48px}
.footer__section_title{font-size:1.15rem;font-weight:600;margin-bottom:20px;color:var(--bg-light);letter-spacing:.01em}
.footer__links_vertical{display:flex;flex-direction:column;gap:14px}
.footer__links_vertical a{color:var(--bg-light);text-decoration:none;font-size:.95rem;transition:opacity .25s ease;touch-action:manipulation;opacity:.92}
.footer__links_vertical a:hover{opacity:1;text-decoration:underline}
.footer__links_vertical a:focus{outline:2px solid var(--bg-light);outline-offset:2px}
.footer__contact_info{display:flex;flex-direction:column;gap:12px}
.contact__item_row{display:flex;align-items:baseline;gap:8px;font-size:.95rem;color:var(--bg-light);opacity:.95}
.contact__item_row a{color:var(--bg-light);text-decoration:none;transition:opacity .25s ease}
.contact__item_row a:hover{opacity:1;text-decoration:underline}
.footer__bottom_bar{border-top:1px solid #ffffff2e;padding-top:28px;text-align:center;font-size:.9rem;color:var(--bg-light);opacity:.88}
.consent__modal_xr7{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#fff 0%,var(--brand-tertiary) 100%);box-shadow:0 -4px 24px #21252926;padding:28px clamp(20px,4vw,40px);z-index:9999;transform:translateY(100%);transition:transform .35s ease-out;border-top:3px solid var(--brand-primary)}
.consent__modal_xr7.active__state{transform:translateY(0)}
.consent__inner_wrap{max-width:1200px;margin:0 auto;display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.consent__text_content{flex:1 1 400px;font-size:clamp(0.9rem,1.5vw,1rem);color:var(--text-dark);line-height:1.6}
.consent__text_content a{color:var(--brand-primary);text-decoration:underline;font-weight:500}
.consent__actions_row{display:flex;gap:14px;flex-wrap:wrap}
.btn__consent_primary{background:var(--brand-primary);color:var(--bg-light);border:none;padding:12px 28px;font-size:.95rem;font-weight:600;border-radius:6px;cursor:pointer;transition:opacity .25s ease,background .25s ease;touch-action:manipulation;min-width:120px;min-height:44px}
.btn__consent_primary:hover{opacity:.88;background:#a66a50}
.btn__consent_primary:focus{outline:2px solid var(--text-dark);outline-offset:2px}
.btn__consent_secondary{background:none;color:var(--text-dark);border:2px solid var(--brand-secondary);padding:12px 28px;font-size:.95rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background .25s ease,color .25s ease;touch-action:manipulation;min-width:120px;min-height:44px}
.btn__consent_secondary:hover{background:var(--brand-secondary);color:var(--bg-light)}
.btn__consent_secondary:focus{outline:2px solid var(--text-dark);outline-offset:2px}
@media (max-width: 768px) {
.header__brand_timeline{flex-direction:column;align-items:flex-start;gap:12px}
.connector__dot{display:none}
.nav__primary_block{margin-left:0;width:100%;justify-content:flex-start}
.logo_wrap_hq9 img{height:70px;width:70px}
.footer__grid_layout{grid-template-columns:1fr;gap:32px}
.consent__inner_wrap{flex-direction:column;align-items:stretch}
.consent__text_content{flex:1 1 100%}
.consent__actions_row{flex-direction:column;width:100%}
.btn__consent_primary,.btn__consent_secondary{width:100%}
}
@media (pointer: coarse) {
.nav__primary_block a,.footer__links_vertical a,.btn__consent_primary,.btn__consent_secondary{min-height:44px;min-width:44px}
}
@media (prefers-reduced-motion: reduce) {
*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.sr__only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.remote-learning-hub{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.remote-learning-hub .intro-sweep{background:linear-gradient(to bottom right,#fff 0%,#EDE2E2 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.remote-learning-hub .intro-sweep::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#be785e14;border-radius:50%;z-index:1}
.remote-learning-hub .intro-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.remote-learning-hub .intro-headline{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.2}
.remote-learning-hub .intro-subtext{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:32px}
.remote-learning-hub .intro-navigation{display:flex;gap:16px;flex-wrap:wrap}
.remote-learning-hub .nav-btn-primary{background:#BE785E;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #BE785E;display:inline-block}
.remote-learning-hub .nav-btn-primary:hover{background:#a66850;border-color:#a66850;transform:translateY(-2px);box-shadow:0 6px 20px #be785e4d}
.remote-learning-hub .nav-btn-secondary{background:none;color:#BE785E;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #BE785E;display:inline-block}
.remote-learning-hub .nav-btn-secondary:hover{background:#BE785E;color:#fff;transform:translateY(-2px)}
.remote-learning-hub .workspace-essentials-block{background:#fff;padding:70px 20px}
.remote-learning-hub .essentials-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.remote-learning-hub .essentials-visual{width:100%;height:450px;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f}
.remote-learning-hub .essentials-visual img{width:100%;height:100%;object-fit:cover}
.remote-learning-hub .essentials-text-area{padding-left:20px}
.remote-learning-hub .essentials-title{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:20px;line-height:1.3}
.remote-learning-hub .essentials-description{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:24px}
.remote-learning-hub .essentials-checklist{list-style:none;padding:0;margin:0}
.remote-learning-hub .essentials-checklist li{padding:12px 0 12px 36px;position:relative;font-size:1.02rem;color:#343a40;line-height:1.6}
.remote-learning-hub .essentials-checklist li::before{content:'';position:absolute;left:0;top:12px;width:24px;height:24px;background:#BE785E;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}
.remote-learning-hub .strategies-grid-section{background:linear-gradient(135deg,#f5f6fa 0%,#EDE2E2 50%,#f5f6fa 100%);padding:70px 20px}
.remote-learning-hub .strategies-wrapper{max-width:1200px;margin:0 auto}
.remote-learning-hub .strategies-header{text-align:center;margin-bottom:50px}
.remote-learning-hub .strategies-main-title{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:16px}
.remote-learning-hub .strategies-intro-text{font-size:1.08rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.remote-learning-hub .strategies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.remote-learning-hub .strategy-card{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border-top:4px solid #BE785E}
.remote-learning-hub .strategy-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #be785e2e}
.remote-learning-hub .strategy-number{display:inline-block;width:44px;height:44px;background:linear-gradient(135deg,#BE785E 0%,#CFB7A4 100%);color:#fff;border-radius:50%;text-align:center;line-height:44px;font-weight:700;font-size:1.2rem;margin-bottom:20px}
.remote-learning-hub .strategy-heading{font-size:1.35rem;color:#212529;font-weight:700;margin-bottom:14px}
.remote-learning-hub .strategy-detail{font-size:1rem;color:#495057;line-height:1.7}
.remote-learning-hub .expert-insights-panel{background:#fff;padding:70px 20px}
.remote-learning-hub .insights-layout{max-width:1200px;margin:0 auto;display:flex;gap:40px;align-items:flex-start}
.remote-learning-hub .insights-sidebar{flex:0 0 280px}
.remote-learning-hub .expert-profile-card{background:linear-gradient(135deg,#EDE2E2 0%,#CFB7A4 100%);padding:30px 24px;border-radius:12px;text-align:center;box-shadow:0 6px 20px #0000001a;margin-bottom:24px}
.remote-learning-hub .expert-portrait{width:120px;height:120px;border-radius:50%;margin:0 auto 16px;overflow:hidden;border:4px solid #fff}
.remote-learning-hub .expert-portrait img{width:100%;height:100%;object-fit:cover}
.remote-learning-hub .expert-name{font-size:1.25rem;color:#212529;font-weight:700;margin-bottom:6px}
.remote-learning-hub .expert-role{font-size:.95rem;color:#495057;font-weight:500}
.remote-learning-hub .insights-main-content{flex:1}
.remote-learning-hub .insights-content-title{font-size:2.1rem;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.3}
.remote-learning-hub .insight-paragraph{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:20px}
.remote-learning-hub .highlight-quote{background:#f8f9fa;border-left:5px solid #BE785E;padding:24px 28px;margin:28px 0;border-radius:6px}
.remote-learning-hub .highlight-quote p{font-size:1.12rem;color:#212529;line-height:1.7;font-style:italic;margin:0}
.remote-learning-hub .tools-showcase-area{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:70px 20px 80px}
.remote-learning-hub .tools-content-box{max-width:1200px;margin:0 auto}
.remote-learning-hub .tools-section-title{font-size:2.3rem;color:#212529;font-weight:700;text-align:center;margin-bottom:20px}
.remote-learning-hub .tools-intro-paragraph{font-size:1.08rem;color:#495057;text-align:center;line-height:1.7;max-width:720px;margin:0 auto 50px}
.remote-learning-hub .tools-dual-display{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px}
.remote-learning-hub .tool-image-frame{width:100%;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 6px 24px #0000001a}
.remote-learning-hub .tool-image-frame img{width:100%;height:100%;object-fit:cover}
.remote-learning-hub .testimonial-collection{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.remote-learning-hub .testimonial-box{background:#fff;padding:28px 24px;border-radius:10px;box-shadow:0 4px 16px #00000014;border-bottom:3px solid #CFB7A4;transition:all .3s ease}
.remote-learning-hub .testimonial-box:hover{box-shadow:0 8px 28px #00000024;transform:translateY(-4px)}
.remote-learning-hub .testimonial-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.remote-learning-hub .testimonial-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid #EDE2E2}
.remote-learning-hub .testimonial-avatar img{width:100%;height:100%;object-fit:cover}
.remote-learning-hub .testimonial-author-info{flex:1}
.remote-learning-hub .testimonial-author-name{font-size:1.08rem;color:#212529;font-weight:700;margin-bottom:4px}
.remote-learning-hub .testimonial-author-context{font-size:.92rem;color:#495057}
.remote-learning-hub .testimonial-text{font-size:.98rem;color:#343a40;line-height:1.7;margin:0}
.remote-learning-hub .tools-cta-area{text-align:center;margin-top:50px}
.remote-learning-hub .tools-action-button{background:#BE785E;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:2px solid #BE785E}
.remote-learning-hub .tools-action-button:hover{background:#a66850;border-color:#a66850;transform:scale(1.05);box-shadow:0 8px 24px #be785e59}
@media (max-width: 992px) {
.remote-learning-hub .intro-headline{font-size:2.2rem}
.remote-learning-hub .essentials-container{grid-template-columns:1fr;gap:40px}
.remote-learning-hub .essentials-visual{height:380px}
.remote-learning-hub .essentials-text-area{padding-left:0}
.remote-learning-hub .strategies-grid{grid-template-columns:1fr 1fr}
.remote-learning-hub .insights-layout{flex-direction:column}
.remote-learning-hub .insights-sidebar{flex:1;width:100%}
.remote-learning-hub .expert-profile-card{max-width:400px;margin:0 auto 30px}
.remote-learning-hub .tools-dual-display{grid-template-columns:1fr}
.remote-learning-hub .testimonial-collection{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.remote-learning-hub .intro-sweep{padding:60px 20px 50px}
.remote-learning-hub .intro-headline{font-size:1.9rem}
.remote-learning-hub .intro-subtext{font-size:1.05rem}
.remote-learning-hub .intro-navigation{flex-direction:column}
.remote-learning-hub .nav-btn-primary,.remote-learning-hub .nav-btn-secondary{width:100%;text-align:center}
.remote-learning-hub .essentials-title{font-size:1.8rem}
.remote-learning-hub .strategies-grid{grid-template-columns:1fr}
.remote-learning-hub .strategies-main-title{font-size:1.9rem}
.remote-learning-hub .insights-content-title{font-size:1.8rem}
.remote-learning-hub .tools-section-title{font-size:1.9rem}
.remote-learning-hub .tool-image-frame{height:320px}
}
@media (max-width: 576px) {
.remote-learning-hub .intro-headline{font-size:1.6rem}
.remote-learning-hub .essentials-visual{height:300px}
.remote-learning-hub .tool-image-frame{height:280px}
}
.partners-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#EDE2E2 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.partners-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#be785e1a 0%,transparent 70%);border-radius:50%}
.partners-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.partners-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.partners-hero-content p{font-size:1.25rem;color:#495057;line-height:1.8;margin-bottom:0}
.partnership-grid-block{background:#fff;padding:100px 20px;position:relative}
.partnership-grid-wrapper{max-width:1200px;margin:0 auto}
.partnership-intro-text{text-align:center;max-width:700px;margin:0 auto 60px}
.partnership-intro-text h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:600}
.partnership-intro-text p{font-size:1.1rem;color:#495057;line-height:1.7}
.partners-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.single-partner-card{background:#f8f9fa;border-radius:12px;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.single-partner-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #be785e26;border-color:#CFB7A4}
.partner-card-image{width:120px;height:120px;border-radius:50%;margin:0 auto 24px;overflow:hidden;border:3px solid #EDE2E2}
.partner-card-image img{width:100%;height:100%;object-fit:cover}
.single-partner-card h3{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:600}
.partner-role-tag{display:inline-block;background:#BE785E;color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;margin-bottom:16px;font-weight:500}
.single-partner-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.collaboration-showcase-section{background:linear-gradient(to right,#f8f9fa 50%,#fff 50%);padding:100px 20px}
.collaboration-dual-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center}
.collaboration-text-panel{padding:60px}
.collaboration-text-panel h2{font-size:2.4rem;color:#212529;margin-bottom:24px;font-weight:600;line-height:1.3}
.collaboration-text-panel p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.collaboration-features-list{list-style:none;padding:0;margin:30px 0 0}
.collaboration-features-list li{padding-left:32px;position:relative;margin-bottom:16px;font-size:1.05rem;color:#343a40;line-height:1.6}
.collaboration-features-list li::before{content:'';position:absolute;left:0;color:#BE785E;font-weight:700;font-size:1.3rem}
.collaboration-image-panel{padding:40px}
.collaboration-image-panel img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001a}
.timeline-process-block{background:#fff;padding:100px 20px;position:relative}
.timeline-process-container{max-width:900px;margin:0 auto}
.timeline-header-text{text-align:center;margin-bottom:70px}
.timeline-header-text h2{font-size:2.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.timeline-header-text p{font-size:1.1rem;color:#495057;line-height:1.7}
.timeline-steps-wrapper{position:relative}
.timeline-single-step{display:flex;gap:40px;margin-bottom:50px;position:relative}
.timeline-step-marker{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#BE785E 0%,#CFB7A4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #be785e4d;position:relative;z-index:2}
.timeline-step-content{flex:1;padding-top:8px}
.timeline-step-content h3{font-size:1.6rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-step-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.timeline-single-step:not(:last-child) .timeline-step-marker::after{content:'';position:absolute;top:60px;left:50%;transform:translateX(-50%);width:3px;height:50px;background:linear-gradient(to bottom,#CFB7A4 0%,#EDE2E2 100%);z-index:1}
.partnership-cta-block{background:linear-gradient(135deg,#BE785E 0%,#CFB7A4 100%);padding:120px 20px;position:relative;overflow:hidden}
.partnership-cta-block::before{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.partnership-cta-block::after{content:'';position:absolute;top:-20%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.partnership-cta-content{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.partnership-cta-content h2{font-size:2.8rem;color:#fff;margin-bottom:24px;font-weight:700;line-height:1.2}
.partnership-cta-content p{font-size:1.2rem;color:#fff;line-height:1.8;margin-bottom:40px;opacity:.95}
.cta-button-link{display:inline-block;background:#fff;color:#BE785E;padding:18px 48px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.cta-button-link:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 10px 30px #0003;color:#BE785E}
@media (max-width: 992px) {
.partners-card-grid{grid-template-columns:repeat(2,1fr);gap:25px}
.collaboration-dual-container{grid-template-columns:1fr}
.collaboration-text-panel{padding:40px 30px}
.collaboration-image-panel{padding:30px}
.timeline-single-step{gap:30px}
}
@media (max-width: 768px) {
.partners-hero-content h1{font-size:2.2rem}
.partners-hero-content p{font-size:1.1rem}
.partners-card-grid{grid-template-columns:1fr;gap:20px}
.partnership-intro-text h2{font-size:2rem}
.collaboration-text-panel h2{font-size:2rem}
.timeline-header-text h2{font-size:2rem}
.timeline-single-step{gap:20px}
.timeline-step-marker{width:50px;height:50px;font-size:1.3rem}
.timeline-single-step:not(:last-child) .timeline-step-marker::after{top:50px;height:40px}
.partnership-cta-content h2{font-size:2.2rem}
.partnership-cta-content p{font-size:1.1rem}
.collaboration-dual-container{background:#fff}
}
@media (max-width: 576px) {
.partners-hero-section{padding:80px 20px 60px}
.partnership-grid-block,.collaboration-showcase-section,.timeline-process-block{padding:60px 20px}
.partnership-cta-block{padding:80px 20px}
.collaboration-text-panel,.collaboration-image-panel{padding:20px}
.collaboration-image-panel img{height:300px}
}
.index-hero-section{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#EDE2E2 0%,#CFB7A4 100%)}
.index-hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;z-index:1;background:url(./image_folder/art-10.jpg) (cover) center}
.index-hero-content-wrapper{position:relative;z-index:2;max-width:900px;padding:40px;text-align:center}
.index-hero-title{font-size:3.8rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2;letter-spacing:-.02em}
.index-hero-subtitle{font-size:1.4rem;color:#495057;margin-bottom:40px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}
.index-hero-cta-button{display:inline-block;padding:18px 48px;background:#BE785E;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #be785e4d}
.index-hero-cta-button:hover{background:#a66750;transform:translateY(-2px);box-shadow:0 6px 20px #be785e66}
.index-journey-section{background:#fff;padding:100px 20px;position:relative}
.index-journey-container{max-width:1200px;margin:0 auto}
.index-journey-header{text-align:center;margin-bottom:80px}
.index-journey-header h2{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-journey-header p{font-size:1.2rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.index-journey-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:60px}
.index-journey-card{background:#f8f9fa;padding:40px 30px;border-radius:12px;border-left:4px solid #BE785E;transition:all .3s ease}
.index-journey-card:hover{transform:translateX(8px);box-shadow:0 8px 24px #be785e26}
.index-journey-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.index-journey-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-journey-image-wrapper{margin-top:60px;text-align:center}
.index-journey-image-wrapper img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 12px 40px #0000001a}
.index-approach-section{background:linear-gradient(to bottom right,#EDE2E2 0%,#CFB7A4 50%,#fff 100%);padding:100px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-50px 0}
.index-approach-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-approach-content{padding:40px}
.index-approach-content h2{font-size:2.6rem;color:#212529;margin-bottom:30px;font-weight:700}
.index-approach-list{list-style:none;padding:0;margin:0}
.index-approach-list li{padding:24px;margin-bottom:20px;background:#ffffffb3;border-radius:10px;font-size:1.1rem;color:#343a40;line-height:1.7;position:relative;padding-left:60px;transition:all .3s ease}
.index-approach-list li::before{content:'→';position:absolute;left:24px;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#BE785E;font-weight:700}
.index-approach-list li:hover{background:#fffffff2;transform:translateX(8px)}
.index-approach-visuals{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.index-approach-visuals img{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f;transition:all .3s ease}
.index-approach-visuals img:hover{transform:scale(1.05);box-shadow:0 12px 32px #0000002e}
.index-success-section{background:#fff;padding:100px 20px;position:relative}
.index-success-container{max-width:1100px;margin:0 auto}
.index-success-header{text-align:center;margin-bottom:70px}
.index-success-header h2{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-success-header p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.index-success-story-wrapper{display:flex;gap:50px;align-items:flex-start;background:#f8f9fa;padding:50px;border-radius:16px;box-shadow:0 8px 32px #00000014}
.index-success-profile{flex-shrink:0;text-align:center}
.index-success-profile img{width:160px;height:160px;border-radius:50%;object-fit:cover;border:5px solid #BE785E;margin-bottom:20px}
.index-success-profile h3{font-size:1.3rem;color:#212529;margin-bottom:8px;font-weight:600}
.index-success-profile p{font-size:.95rem;color:#BE785E;font-weight:500}
.index-success-narrative{flex:1}
.index-success-timeline{display:flex;flex-direction:column;gap:32px}
.index-success-milestone{padding-left:50px;position:relative;border-left:3px solid #CFB7A4;padding-bottom:20px}
.index-success-milestone::before{content:'';position:absolute;left:-9px;top:0;width:15px;height:15px;background:#BE785E;border-radius:50%;border:3px solid #fff}
.index-success-milestone h4{font-size:1.2rem;color:#212529;margin-bottom:10px;font-weight:600}
.index-success-milestone p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-success-cta-wrapper{text-align:center;margin-top:60px}
.index-success-cta-link{display:inline-block;padding:16px 44px;background:#BE785E;color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #be785e4d}
.index-success-cta-link:hover{background:#a66750;transform:translateY(-2px);box-shadow:0 6px 20px #be785e66}
@media (max-width: 768px) {
.index-hero-title{font-size:2.4rem}
.index-hero-subtitle{font-size:1.1rem}
.index-hero-cta-button{padding:14px 36px;font-size:1rem}
.index-journey-section,.index-approach-section,.index-success-section{padding:60px 20px}
.index-journey-header h2,.index-success-header h2{font-size:2rem}
.index-approach-content h2{font-size:2rem}
.index-journey-grid{grid-template-columns:1fr;gap:30px}
.index-approach-container{grid-template-columns:1fr;gap:40px}
.index-approach-visuals{grid-template-columns:1fr}
.index-approach-visuals img{height:220px}
.index-success-story-wrapper{flex-direction:column;padding:30px}
.index-approach-section{clip-path:none;margin:0}
.index-approach-list li{font-size:1rem;padding-left:50px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#EDE2E2 100%);min-height:100vh;padding:0}
.contact-hero-area{background:linear-gradient(to right,#BE785E,#CFB7A4);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.contact-hero-area::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.contact-hero-area h1{font-size:3rem;color:#fff;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.contact-hero-area p{font-size:1.2rem;color:#fff;max-width:600px;margin:0 auto;line-height:1.6;position:relative;z-index:2}
.contact-main-grid{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1fr;gap:40px;position:relative;z-index:3}
.contact-info-card{background:#fff;border-radius:16px;padding:50px 40px;box-shadow:0 8px 30px #be785e1f;border-top:4px solid #BE785E}
.contact-info-card h2{font-size:1.8rem;color:#212529;margin:0 0 30px;font-weight:600}
.info-item-block{margin-bottom:35px;padding-left:50px;position:relative}
.info-item-block:last-child{margin-bottom:0}
.info-item-block::before{content:'';position:absolute;left:0;top:5px;width:36px;height:36px;background:linear-gradient(135deg,#BE785E,#CFB7A4);border-radius:8px}
.info-item-block h3{font-size:1rem;color:#BE785E;margin:0 0 8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.info-item-block p,.info-item-block a{font-size:1.05rem;color:#495057;margin:0;line-height:1.7}
.info-item-block a{color:#BE785E;text-decoration:none;transition:color .3s ease}
.info-item-block a:hover{color:#CFB7A4}
.contact-form-card{background:#fff;border-radius:16px;padding:50px 40px;box-shadow:0 8px 30px #be785e1f;border-top:4px solid #CFB7A4}
.contact-form-card h2{font-size:1.8rem;color:#212529;margin:0 0 30px;font-weight:600}
.form-group-custom{margin-bottom:25px}
.form-group-custom label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom textarea{width:100%;padding:14px 18px;border:2px solid #EDE2E2;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus{outline:none;border-color:#BE785E;background:#fff}
.form-group-custom textarea{min-height:140px;resize:vertical}
.privacy-consent-box{margin:25px 0 30px;padding:18px;background:#fafbfc;border-radius:8px;border:1px solid #EDE2E2}
.privacy-consent-box label{display:flex;align-items:flex-start;cursor:pointer;font-size:.95rem;color:#495057;line-height:1.6}
.privacy-consent-box input[type="checkbox"]{width:20px;height:20px;margin-right:12px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-consent-box a{color:#BE785E;text-decoration:underline;transition:color .3s ease}
.privacy-consent-box a:hover{color:#CFB7A4}
.submit-btn-custom{width:100%;padding:16px 32px;background:linear-gradient(135deg,#BE785E,#CFB7A4);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:10}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px #be785e4d}
.submit-btn-custom:active{transform:translateY(0)}
.visual-showcase-section{max-width:1200px;margin:0 auto;padding:60px 20px 80px}
.showcase-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:50px}
.showcase-image-box{border-radius:16px;overflow:hidden;box-shadow:0 6px 25px #be785e26;position:relative}
.showcase-image-box img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .4s ease}
.showcase-image-box:hover img{transform:scale(1.05)}
.navigation-links-area{text-align:center;padding:40px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #be785e1a}
.navigation-links-area h3{font-size:1.6rem;color:#212529;margin:0 0 30px;font-weight:600}
.nav-link-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.nav-link-item{padding:14px 28px;background:#BE785E;color:#fff;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:500;transition:all .3s ease;display:inline-block}
.nav-link-item:hover{background:#CFB7A4;transform:translateY(-2px);box-shadow:0 4px 15px #be785e40}
@media (max-width: 768px) {
.contact-hero-area h1{font-size:2rem}
.contact-hero-area p{font-size:1rem}
.contact-main-grid{grid-template-columns:1fr;gap:30px;margin-top:-20px}
.contact-info-card,.contact-form-card{padding:35px 25px}
.showcase-grid-layout{grid-template-columns:1fr;gap:20px}
.showcase-image-box img{height:250px}
.nav-link-buttons{flex-direction:column;align-items:stretch}
.nav-link-item{width:100%;text-align:center}
}
.learning-hub-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.lp-intro-section{padding:80px 20px 60px;max-width:1200px;margin:0 auto;position:relative}
.lp-intro-section::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#be785e14 0%,transparent 70%);border-radius:50%;z-index:0}
.intro-content-box{position:relative;z-index:1;max-width:900px}
.intro-content-box h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.intro-tagline{font-size:1.3rem;color:#495057;margin-bottom:32px;line-height:1.6;font-weight:400}
.intro-description{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px}
.intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}
.intro-card{background:#fff;padding:30px;border-radius:8px;border-left:4px solid #BE785E;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.intro-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}
.intro-card h3{font-size:1.3rem;color:#212529;margin-bottom:14px;font-weight:600}
.intro-card p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.curriculum-showcase{background:#fff;padding:70px 20px;position:relative;overflow:hidden}
.curriculum-showcase::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:linear-gradient(135deg,#cfb7a426 0%,transparent 70%);border-radius:50%;z-index:0}
.curriculum-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.curriculum-header{text-align:center;margin-bottom:60px}
.curriculum-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.curriculum-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.curriculum-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.curriculum-visual{position:sticky;top:100px}
.curriculum-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f;position:relative}
.curriculum-image-wrapper img{width:100%;height:420px;object-fit:cover;display:block}
.curriculum-badge{position:absolute;bottom:20px;left:20px;background:#fffffff2;padding:12px 20px;border-radius:6px;font-size:.9rem;color:#212529;font-weight:600;box-shadow:0 4px 12px #00000026}
.curriculum-modules{display:flex;flex-direction:column;gap:24px}
.module-item{background:#f8f9fa;padding:28px;border-radius:8px;border:1px solid #EDE2E2;transition:all .3s ease;position:relative}
.module-item:hover{background:#fff;border-color:#BE785E;box-shadow:0 4px 12px #be785e1a}
.module-number{position:absolute;top:-12px;left:28px;background:#BE785E;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 6px #00000026}
.module-item h3{font-size:1.25rem;color:#212529;margin-bottom:12px;font-weight:600;padding-top:8px}
.module-item p{font-size:.98rem;color:#495057;line-height:1.6;margin-bottom:16px}
.module-details{display:flex;gap:20px;flex-wrap:wrap;font-size:.88rem;color:#6c757d}
.module-detail-item{display:flex;align-items:center;gap:6px}
.instructor-profiles{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:70px 20px}
.instructor-container{max-width:1200px;margin:0 auto}
.instructor-container h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700;text-align:center}
.instructor-intro-text{text-align:center;font-size:1.05rem;color:#495057;max-width:750px;margin:0 auto 50px;line-height:1.7}
.instructor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.instructor-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.instructor-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000024}
.instructor-photo{width:100%;height:280px;object-fit:cover;display:block}
.instructor-info{padding:26px}
.instructor-info h3{font-size:1.3rem;color:#212529;margin-bottom:8px;font-weight:600}
.instructor-role{font-size:.95rem;color:#BE785E;margin-bottom:16px;font-weight:500}
.instructor-bio{font-size:.94rem;color:#495057;line-height:1.6;margin-bottom:18px}
.instructor-specialties{display:flex;flex-wrap:wrap;gap:8px}
.specialty-tag{background:#EDE2E2;color:#495057;padding:5px 12px;border-radius:16px;font-size:.82rem;font-weight:500}
.enrollment-cta-section{background:#fff;padding:70px 20px;position:relative}
.enrollment-cta-section::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#BE785E 0%,#CFB7A4 50%,#EDE2E2 100%)}
.cta-content-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}
.cta-text-side h2{font-size:2.2rem;color:#212529;margin-bottom:22px;font-weight:700;line-height:1.3}
.cta-text-side p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px}
.cta-details-list{list-style:none;padding:0;margin:30px 0}
.cta-details-list li{font-size:1rem;color:#495057;padding:12px 0;padding-left:32px;position:relative;line-height:1.6}
.cta-details-list li::before{content:'→';position:absolute;left:0;color:#BE785E;font-weight:700;font-size:1.2rem}
.cta-button-primary{display:inline-block;background:#BE785E;color:#fff;padding:16px 38px;border-radius:6px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #be785e40;margin-top:10px}
.cta-button-primary:hover{background:#a3634d;transform:translateY(-2px);box-shadow:0 6px 16px #be785e59;color:#fff}
.cta-visual-side{position:relative}
.cta-image-frame{border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.cta-image-frame img{width:100%;height:450px;object-fit:cover;display:block}
.cta-info-box{background:#fff;padding:24px;border-radius:8px;box-shadow:0 6px 18px #00000026;position:absolute;bottom:-30px;right:-20px;max-width:240px;border-top:3px solid #BE785E}
.cta-info-box h4{font-size:1.1rem;color:#212529;margin-bottom:10px;font-weight:600}
.cta-info-box p{font-size:.9rem;color:#495057;margin:0;line-height:1.5}
@media (max-width: 1024px) {
.curriculum-layout{grid-template-columns:1fr;gap:40px}
.curriculum-visual{position:static}
.instructor-grid{grid-template-columns:repeat(2,1fr)}
.cta-content-wrapper{grid-template-columns:1fr;gap:40px}
.cta-info-box{position:static;max-width:100%;margin-top:20px}
}
@media (max-width: 768px) {
.lp-intro-section{padding:50px 20px 40px}
.intro-content-box h1{font-size:2rem}
.intro-tagline{font-size:1.1rem}
.intro-grid{grid-template-columns:1fr;gap:20px}
.curriculum-showcase,.instructor-profiles,.enrollment-cta-section{padding:50px 20px}
.curriculum-header h2,.instructor-container h2,.cta-text-side h2{font-size:1.8rem}
.curriculum-image-wrapper img{height:300px}
.instructor-grid{grid-template-columns:1fr;gap:25px}
.cta-image-frame img{height:320px}
.module-item{padding:24px 20px}
.module-number{left:20px}
}
@media (max-width: 480px) {
.intro-content-box h1{font-size:1.7rem}
.intro-tagline{font-size:1rem}
.intro-card{padding:24px}
.curriculum-header h2,.instructor-container h2,.cta-text-side h2{font-size:1.5rem}
.cta-button-primary{width:100%;text-align:center}
}
.how-works-page-wrapper{background:#fff;min-height:100vh}
.how-works-hero-area{background:linear-gradient(135deg,#EDE2E2 0%,#CFB7A4 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.how-works-hero-area::before{content:'';position:absolute;top:-50px;right:-80px;width:300px;height:300px;background:#be785e26;border-radius:50%;z-index:1}
.how-works-hero-area::after{content:'';position:absolute;bottom:-40px;left:-60px;width:250px;height:250px;background:#be785e1a;border-radius:50%;z-index:1}
.hero-content-container{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}
.hero-content-container h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.hero-content-container p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.zigzag-process-section{padding:80px 20px;background:#f8f9fa;position:relative}
.zigzag-process-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#BE785E 0%,#CFB7A4 50%,#EDE2E2 100%)}
.process-container-max{max-width:1100px;margin:0 auto}
.process-title-center{text-align:center;margin-bottom:60px}
.process-title-center h2{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700}
.process-title-center .subtitle-text{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.6}
.zigzag-step-item{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:70px;align-items:center}
.zigzag-step-item:nth-child(even) .step-visual-side{order:2}
.zigzag-step-item:nth-child(even) .step-text-side{order:1}
.step-visual-side{position:relative}
.step-number-badge{position:absolute;top:-15px;left:-15px;width:60px;height:60px;background:#BE785E;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #be785e4d;z-index:3}
.step-visual-side img{width:100%;height:350px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.step-text-side h3{font-size:1.9rem;color:#212529;margin-bottom:18px;font-weight:700}
.step-text-side p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:12px}
.dual-panel-insights{background:#fff;padding:80px 20px}
.insights-wrapper-max{max-width:1200px;margin:0 auto}
.dual-panel-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:0;background:#f8f9fa;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014}
.panel-left-content{padding:60px 50px;background:linear-gradient(135deg,#EDE2E2 0%,#CFB7A4 100%);position:relative}
.panel-left-content::before{content:'';position:absolute;top:20px;right:20px;width:100px;height:100px;border:3px solid #be785e33;border-radius:50%}
.panel-left-content h2{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.insight-point-item{margin-bottom:28px;padding-left:35px;position:relative}
.insight-point-item::before{content:'';position:absolute;left:0;top:6px;width:20px;height:20px;background:#BE785E;border-radius:4px;transform:rotate(45deg)}
.insight-point-item h4{font-size:1.2rem;color:#212529;margin-bottom:8px;font-weight:600}
.insight-point-item p{font-size:1rem;color:#495057;line-height:1.6}
.panel-right-visual{position:relative;background:#343a40}
.panel-right-visual img{width:100%;height:100%;object-fit:cover;opacity:.85}
.visual-overlay-text{position:absolute;bottom:40px;left:40px;right:40px;background:#ede2e2f2;padding:30px;border-radius:8px}
.visual-overlay-text p{font-size:1.05rem;color:#212529;line-height:1.6;margin:0;font-style:italic}
.expert-testimonial-block{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px}
.testimonial-inner-wrap{max-width:900px;margin:0 auto;text-align:center}
.expert-card-holder{background:#fff;border-radius:16px;padding:50px 40px;box-shadow:0 12px 36px #0000001a;position:relative}
.expert-card-holder::before{content:'"';position:absolute;top:-20px;left:50%;transform:translateX(-50%);color:#CFB7A4;opacity:.3;font:120px/1 Georgia,serif}
.expert-profile-image{width:110px;height:110px;border-radius:50%;object-fit:cover;margin:0 auto 25px;border:4px solid #BE785E;display:block}
.testimonial-quote-text{font-size:1.15rem;color:#343a40;line-height:1.8;margin-bottom:30px;font-style:italic}
.expert-identity h4{font-size:1.4rem;color:#212529;margin-bottom:5px;font-weight:700}
.expert-identity p{font-size:1rem;color:#BE785E;margin:0}
.cta-footer-section{background:linear-gradient(135deg,#BE785E 0%,#CFB7A4 100%);padding:70px 20px;text-align:center}
.cta-content-wrap{max-width:750px;margin:0 auto}
.cta-content-wrap h2{font-size:2.3rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.3}
.cta-content-wrap p{font-size:1.1rem;color:#fff;margin-bottom:35px;line-height:1.7;opacity:.95}
.cta-button-primary{display:inline-block;background:#fff;color:#BE785E;padding:16px 45px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;color:#BE785E}
@media (max-width: 768px) {
.how-works-hero-area{padding:60px 20px 50px}
.hero-content-container h1{font-size:2rem}
.hero-content-container p{font-size:1rem}
.zigzag-process-section{padding:60px 20px}
.process-title-center h2{font-size:1.9rem}
.zigzag-step-item{grid-template-columns:1fr;gap:30px;margin-bottom:50px}
.zigzag-step-item:nth-child(even) .step-visual-side,.zigzag-step-item:nth-child(even) .step-text-side{order:0}
.step-visual-side img{height:250px}
.step-text-side h3{font-size:1.5rem}
.dual-panel-insights{padding:60px 20px}
.dual-panel-grid{grid-template-columns:1fr}
.panel-left-content{padding:40px 30px}
.panel-left-content h2{font-size:1.8rem}
.visual-overlay-text{bottom:20px;left:20px;right:20px;padding:20px}
.expert-testimonial-block{padding:60px 20px}
.expert-card-holder{padding:40px 25px}
.testimonial-quote-text{font-size:1.05rem}
.cta-footer-section{padding:50px 20px}
.cta-content-wrap h2{font-size:1.8rem}
.cta-button-primary{padding:14px 35px;font-size:1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.policy-container{max-width:920px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #be785e14;padding:50px 60px}
.policy-header-section{text-align:center;margin-bottom:50px;padding-bottom:40px;border-bottom:3px solid #EDE2E2}
.policy-header-section h1{font-size:2.8rem;color:#212529;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}
.policy-last-updated{color:#BE785E;font-size:.95rem;font-weight:500;background:#EDE2E2;display:inline-block;padding:8px 20px;border-radius:20px}
.policy-intro-block{background:linear-gradient(to right,#f8f9fa,#fafbfc);padding:35px;border-left:4px solid #BE785E;margin-bottom:45px;border-radius:6px}
.policy-intro-block p{font-size:1.08rem;line-height:1.75;color:#343a40;margin:0}
.content-section-block{margin-bottom:45px}
.content-section-block h2{font-size:1.85rem;color:#212529;margin-bottom:20px;font-weight:650;position:relative;padding-left:18px}
.content-section-block h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:linear-gradient(180deg,#BE785E 0%,#CFB7A4 100%);border-radius:3px}
.content-section-block h3{font-size:1.35rem;color:#495057;margin:30px 0 16px;font-weight:600}
.content-section-block p{font-size:1.02rem;line-height:1.8;color:#495057;margin-bottom:18px}
.tracking-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:35px 0}
.tracking-card-item{background:#fafbfc;padding:28px;border-radius:10px;border:2px solid #EDE2E2;transition:all .3s ease}
.tracking-card-item:hover{border-color:#BE785E;box-shadow:0 6px 18px #be785e1f;transform:translateY(-3px)}
.tracking-card-item h4{font-size:1.18rem;color:#BE785E;margin-bottom:12px;font-weight:650}
.tracking-card-item p{font-size:.98rem;line-height:1.65;color:#495057;margin:0}
.purpose-list-block{background:#f8f9fa;padding:30px 35px;border-radius:8px;margin:30px 0}
.purpose-list-block ul{list-style:none;padding:0;margin:0}
.purpose-list-block ul li{padding:12px 0 12px 35px;position:relative;font-size:1.02rem;line-height:1.7;color:#343a40;border-bottom:1px solid #EDE2E2}
.purpose-list-block ul li:last-child{border-bottom:none}
.purpose-list-block ul li::before{content:'→';position:absolute;left:0;color:#BE785E;font-weight:700;font-size:1.3rem}
.browser-controls-section{background:linear-gradient(135deg,#EDE2E2 0%,#CFB7A4 100%);padding:40px;border-radius:10px;margin:40px 0}
.browser-controls-section h3{color:#212529;font-size:1.5rem;margin-bottom:20px;font-weight:650}
.browser-controls-section p{color:#343a40;font-size:1.02rem;line-height:1.75;margin-bottom:15px}
.browser-list-wrapper{display:flex;flex-direction:column;gap:15px;margin-top:25px}
.browser-item-row{background:#fff;padding:18px 25px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;transition:all .25s ease}
.browser-item-row:hover{box-shadow:0 4px 12px #0000001a;transform:translateX(5px)}
.browser-item-row strong{color:#BE785E;font-size:1.08rem;font-weight:600}
.data-retention-highlight{background:#fff;border:2px solid #BE785E;padding:35px;border-radius:10px;margin:35px 0}
.data-retention-highlight h3{color:#BE785E;font-size:1.5rem;margin-bottom:18px;font-weight:650}
.data-retention-highlight p{color:#495057;font-size:1.02rem;line-height:1.75;margin-bottom:15px}
.important-notice-box{background:linear-gradient(to right,#f8f9fa,#fff);border-left:5px solid #BE785E;padding:25px 30px;margin:30px 0;border-radius:6px}
.important-notice-box p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0;font-weight:500}
.contact-policy-footer{background:#f8f9fa;padding:35px;border-radius:10px;margin-top:50px;text-align:center}
.contact-policy-footer h3{color:#212529;font-size:1.5rem;margin-bottom:18px;font-weight:650}
.contact-policy-footer p{color:#495057;font-size:1.02rem;line-height:1.7;margin-bottom:20px}
.contact-policy-footer a{color:#BE785E;text-decoration:none;font-weight:600;transition:color .25s ease}
.contact-policy-footer a:hover{color:#343a40;text-decoration:underline}
.divider-wave{height:3px;background:linear-gradient(to right,#EDE2E2,#CFB7A4,#BE785E,#CFB7A4,#EDE2E2);margin:50px 0;border-radius:3px}
@media (max-width: 768px) {
.policy-container{padding:35px 25px}
.policy-header-section h1{font-size:2.1rem}
.content-section-block h2{font-size:1.55rem}
.tracking-types-grid{grid-template-columns:1fr;gap:20px}
.browser-controls-section{padding:30px 25px}
.browser-item-row{flex-direction:column;align-items:flex-start;gap:8px}
.policy-intro-block{padding:25px}
}
@media (max-width: 480px) {
.cookie-policy-wrapper{padding:30px 15px}
.policy-container{padding:25px 18px}
.policy-header-section h1{font-size:1.75rem}
.content-section-block h2{font-size:1.35rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 0}
.privacy-policy-wrapper .policy-container{max-width:900px;margin:0 auto;padding:0 24px}
.privacy-policy-wrapper .policy-header-section{background:#fff;padding:48px 40px;border-radius:12px;box-shadow:0 2px 12px #be785e14;margin-bottom:32px;border-left:6px solid #BE785E}
.privacy-policy-wrapper .policy-main-title{font-size:2.5rem;color:#212529;margin:0 0 16px;font-weight:700;line-height:1.2}
.privacy-policy-wrapper .policy-intro-text{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 12px}
.privacy-policy-wrapper .policy-update-date{font-size:.95rem;color:#6c757d;font-style:italic;margin:16px 0 0;padding-top:16px;border-top:1px solid #EDE2E2}
.privacy-policy-wrapper .policy-content-block{background:#fff;padding:40px;border-radius:10px;margin-bottom:24px;box-shadow:0 1px 8px #0000000a;border:1px solid #f0f0f0}
.privacy-policy-wrapper .section-heading{font-size:1.75rem;color:#343a40;margin:0 0 20px;font-weight:600;position:relative;padding-left:20px}
.privacy-policy-wrapper .section-heading::before{content:'';position:absolute;left:0;top:6px;width:5px;height:24px;background:linear-gradient(180deg,#BE785E 0%,#CFB7A4 100%);border-radius:3px}
.privacy-policy-wrapper .section-subheading{font-size:1.35rem;color:#495057;margin:28px 0 14px;font-weight:600}
.privacy-policy-wrapper .policy-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 16px}
.privacy-policy-wrapper .policy-list{margin:16px 0 20px;padding-left:0;list-style:none}
.privacy-policy-wrapper .policy-list-item{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:12px;padding-left:32px;position:relative}
.privacy-policy-wrapper .policy-list-item::before{content:'▸';position:absolute;left:12px;color:#BE785E;font-weight:700;font-size:1.1rem}
.privacy-policy-wrapper .nested-list{margin:10px 0;padding-left:0;list-style:none}
.privacy-policy-wrapper .nested-list-item{font-size:1rem;color:#6c757d;line-height:1.6;margin-bottom:8px;padding-left:28px;position:relative}
.privacy-policy-wrapper .nested-list-item::before{content:'•';position:absolute;left:12px;color:#CFB7A4;font-weight:600}
.privacy-policy-wrapper .highlight-box{background:linear-gradient(135deg,#EDE2E2 0%,#f8f9fa 100%);padding:24px 28px;border-radius:8px;margin:24px 0;border-left:4px solid #BE785E}
.privacy-policy-wrapper .highlight-box .policy-paragraph{margin-bottom:8px}
.privacy-policy-wrapper .highlight-box .policy-paragraph:last-child{margin-bottom:0}
.privacy-policy-wrapper .contact-info-box{background:#fff;padding:32px;border-radius:10px;margin-top:40px;box-shadow:0 2px 16px #be785e1f;border:2px solid #EDE2E2}
.privacy-policy-wrapper .contact-info-title{font-size:1.5rem;color:#343a40;margin:0 0 20px;font-weight:600}
.privacy-policy-wrapper .contact-detail-line{font-size:1.05rem;color:#495057;margin:10px 0;line-height:1.6}
.privacy-policy-wrapper .contact-detail-line strong{color:#343a40;font-weight:600}
.privacy-policy-wrapper .contact-email-link{color:#BE785E;text-decoration:none;font-weight:500;transition:color .3s ease}
.privacy-policy-wrapper .contact-email-link:hover{color:#9d6049;text-decoration:underline}
.privacy-policy-wrapper .table-wrapper{overflow-x:auto;margin:24px 0;border-radius:8px;box-shadow:0 1px 6px #0000000f}
.privacy-policy-wrapper .data-retention-table{width:100%;border-collapse:collapse;background:#fff;font-size:1rem}
.privacy-policy-wrapper .data-retention-table thead{background:linear-gradient(135deg,#BE785E 0%,#CFB7A4 100%)}
.privacy-policy-wrapper .data-retention-table th{padding:16px;text-align:left;color:#fff;font-weight:600;border-bottom:2px solid #EDE2E2}
.privacy-policy-wrapper .data-retention-table td{padding:14px 16px;color:#495057;border-bottom:1px solid #f0f0f0;line-height:1.6}
.privacy-policy-wrapper .data-retention-table tbody tr:hover{background:#fafbfc}
.privacy-policy-wrapper .data-retention-table tbody tr:last-child td{border-bottom:none}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 0}
.privacy-policy-wrapper .policy-container{padding:0 16px}
.privacy-policy-wrapper .policy-header-section{padding:32px 24px}
.privacy-policy-wrapper .policy-main-title{font-size:2rem}
.privacy-policy-wrapper .policy-intro-text{font-size:1rem}
.privacy-policy-wrapper .policy-content-block{padding:28px 20px}
.privacy-policy-wrapper .section-heading{font-size:1.5rem}
.privacy-policy-wrapper .section-subheading{font-size:1.2rem}
.privacy-policy-wrapper .policy-paragraph,.privacy-policy-wrapper .policy-list-item{font-size:1rem}
.privacy-policy-wrapper .contact-info-box{padding:24px 20px}
.privacy-policy-wrapper .data-retention-table{font-size:.9rem}
.privacy-policy-wrapper .data-retention-table th,.privacy-policy-wrapper .data-retention-table td{padding:12px}
}
@media (max-width: 480px) {
.privacy-policy-wrapper .policy-main-title{font-size:1.75rem}
.privacy-policy-wrapper .section-heading{font-size:1.35rem}
.privacy-policy-wrapper .policy-list-item{padding-left:24px}
.privacy-policy-wrapper .nested-list-item{padding-left:20px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px;display:flex;align-items:center;justify-content:center}
.success-content-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px #be785e14;padding:50px 40px;text-align:center}
.success-icon-circle{width:90px;height:90px;margin:0 auto 30px;background:linear-gradient(135deg,#BE785E 0%,#CFB7A4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-effect 2s ease-in-out}
.success-icon-circle::before{content:'';font-size:48px;color:#fff;font-weight:700;line-height:1}
@keyframes pulse-effect {
0%{transform:scale(0.8);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-main-heading{font-size:36px;color:#212529;margin:0 0 18px;font-weight:700;letter-spacing:-.5px}
.success-subtitle-text{font-size:19px;color:#495057;line-height:1.6;margin:0 0 35px}
.success-info-block{background:#f8f9fa;border-left:4px solid #BE785E;padding:25px 28px;margin:35px 0;text-align:left;border-radius:6px}
.success-info-block h3{font-size:18px;color:#212529;margin:0 0 12px;font-weight:600}
.success-info-block p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 10px}
.success-info-block p:last-child{margin-bottom:0}
.success-timeline-wrapper{margin:40px 0;padding:30px 0;border-top:1px solid #EDE2E2;border-bottom:1px solid #EDE2E2}
.success-timeline-wrapper h4{font-size:17px;color:#212529;margin:0 0 20px;font-weight:600}
.timeline-step-item{display:flex;gap:18px;margin-bottom:20px;text-align:left;align-items:flex-start}
.timeline-step-item:last-child{margin-bottom:0}
.timeline-number-badge{min-width:36px;height:36px;background:#BE785E;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;flex-shrink:0}
.timeline-step-content{flex:1;padding-top:6px}
.timeline-step-content strong{display:block;font-size:16px;color:#212529;margin-bottom:4px}
.timeline-step-content span{font-size:15px;color:#495057;line-height:1.5}
.success-action-buttons{display:flex;gap:16px;justify-content:center;margin-top:40px;flex-wrap:wrap}
.btn-primary-success{background:#BE785E;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #BE785E;display:inline-block}
.btn-primary-success:hover{background:#a86749;border-color:#a86749;transform:translateY(-2px);box-shadow:0 6px 16px #be785e4d}
.btn-secondary-success{background:none;color:#BE785E;padding:14px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #BE785E;display:inline-block}
.btn-secondary-success:hover{background:#BE785E;color:#fff;transform:translateY(-2px)}
.success-contact-details{margin-top:45px;padding-top:35px;border-top:1px solid #EDE2E2}
.success-contact-details h5{font-size:16px;color:#212529;margin:0 0 16px;font-weight:600}
.contact-info-list{display:flex;flex-direction:column;gap:10px;align-items:center}
.contact-info-list a{color:#BE785E;text-decoration:none;font-size:15px;transition:color .3s ease}
.contact-info-list a:hover{color:#a86749;text-decoration:underline}
.contact-info-list span{font-size:15px;color:#495057}
@media (max-width: 768px) {
.success-page-wrapper{padding:40px 16px}
.success-content-container{padding:35px 24px}
.success-main-heading{font-size:28px}
.success-subtitle-text{font-size:17px}
.success-icon-circle{width:75px;height:75px}
.success-icon-circle::before{font-size:38px}
.success-action-buttons{flex-direction:column;gap:12px}
.btn-primary-success,.btn-secondary-success{width:100%;text-align:center}
.timeline-step-item{gap:14px}
.timeline-number-badge{min-width:32px;height:32px;font-size:14px}
}