*{margin:0;padding:0;box-sizing:border-box}
:root{--clr-sage:#79A476;--clr-taupe:#B3AA9B;--clr-pearl:#EAEAE9;--clr-ink:#2a2f35;--clr-charcoal:#3d4349;--clr-slate:#5a6169;--clr-snow:#fff;--clr-whisper:#f8f9fa;--transition-smooth:.28s cubic-bezier(0.4,0,0.2,1)}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:var(--clr-ink);background-color:var(--clr-snow);overflow-x:hidden}
.flow__header{background:linear-gradient(135deg,var(--clr-pearl) 0%,var(--clr-snow) 48%,#f4f6f3 100%);padding:0;position:relative;border-bottom:1px solid #79a47624}
.timeline__row{display:flex;align-items:center;justify-content:flex-start;padding:22px 6%;gap:15px;flex-wrap:wrap;min-height:78px}
.brand__anchor{display:inline-flex;align-items:center;text-decoration:none;gap:12px;flex-shrink:0}
.logo__vessel{width:68px;height:68px;display:flex;align-items:center;justify-content:center;background:var(--clr-snow);border-radius:12px;box-shadow:0 2px 8px #79a47626;padding:8px}
.logo__vessel img{width:100%;height:100%;object-fit:contain}
.company__title{font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:700;color:var(--clr-ink);letter-spacing:-.02em}
.connector__dot{width:5px;height:5px;background:linear-gradient(135deg,var(--clr-sage),var(--clr-taupe));border-radius:50%;flex-shrink:0}
.tagline__phrase{font-size:clamp(0.875rem,1.4vw,1rem);color:var(--clr-slate);font-weight:500}
.connector__line{width:28px;height:2px;background:linear-gradient(90deg,var(--clr-sage) 0%,var(--clr-taupe) 100%);flex-shrink:0}
.primary__nav{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:wrap}
.nav__link_item{display:inline-block;padding:11px 20px;font-size:.965rem;font-weight:600;color:var(--clr-charcoal);text-decoration:none;border-radius:8px;transition:background-color var(--transition-smooth),color var(--transition-smooth);white-space:nowrap}
.nav__link_item:hover,.nav__link_item:focus{background-color:#79a4761f;color:var(--clr-sage);outline:none}
.nav__link_item:focus-visible{outline:2px solid var(--clr-sage);outline-offset:2px}
.contact__strip{background:linear-gradient(90deg,#79a47614 0%,#b3aa9b14 100%);padding:13px 6%;display:flex;align-items:center;justify-content:center;gap:18px;border-top:1px solid #79a4761a}
.email__anchor{display:inline-flex;align-items:center;gap:7px;font-size:.94rem;color:var(--clr-charcoal);text-decoration:none;font-weight:500;transition:color var(--transition-smooth)}
.email__anchor:hover,.email__anchor:focus{color:var(--clr-sage)}
.email__icon{width:18px;height:18px;fill:currentColor}
main{min-height:60vh}
.dynamic__footer{background:linear-gradient(165deg,#3d4349 0%,#2a2f35 52%,#1f2327 100%);color:var(--clr-pearl);padding:58px 6% 32px;position:relative;overflow:hidden}
.footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:42px;max-width:1320px;margin:0 auto 48px}
.footer__section_title{font-size:1.18rem;font-weight:700;margin-bottom:18px;color:var(--clr-snow);letter-spacing:-.01em}
.footer__link_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__link_anchor{color:var(--clr-pearl);text-decoration:none;font-size:.96rem;display:inline-block;transition:color var(--transition-smooth),transform var(--transition-smooth)}
.footer__link_anchor:hover,.footer__link_anchor:focus{color:var(--clr-sage);transform:translateX(3px)}
.contact__section{display:flex;flex-direction:column;gap:14px}
.contact__detail{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--clr-pearl)}
.contact__icon_svg{width:20px;height:20px;fill:var(--clr-sage);flex-shrink:0}
.footer__base{border-top:1px solid #eaeae926;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;max-width:1320px;margin:0 auto}
.copyright__text{font-size:.89rem;color:#eaeae9c7}
.footer__logo_container{display:flex;align-items:center;gap:10px}
.footer__logo_img{width:42px;height:42px;object-fit:contain}
.consent__card{position:fixed;bottom:24px;right:24px;background:var(--clr-snow);border-radius:14px;box-shadow:0 8px 32px #2a2f352e;max-width:420px;padding:26px;z-index:9999;transform:translateY(0);opacity:1;transition:opacity .35s ease,transform .35s ease;border:1px solid #79a47633}
.consent__card.hidden__state{opacity:0;transform:translateY(20px);pointer-events:none}
.consent__heading{font-size:1.15rem;font-weight:700;color:var(--clr-ink);margin-bottom:12px;display:flex;align-items:center;gap:9px}
.cookie__svg{width:24px;height:24px;fill:var(--clr-sage)}
.consent__body_text{font-size:.92rem;color:var(--clr-charcoal);line-height:1.6;margin-bottom:18px}
.consent__policy_link{color:var(--clr-sage);text-decoration:underline;font-weight:600;transition:color var(--transition-smooth)}
.consent__policy_link:hover,.consent__policy_link:focus{color:var(--clr-taupe)}
.consent__actions{display:flex;gap:10px;flex-wrap:wrap}
.btn__accept_action{background:linear-gradient(135deg,var(--clr-sage) 0%,#6b9369 100%);color:var(--clr-snow);border:none;padding:11px 22px;border-radius:8px;font-size:.94rem;font-weight:600;cursor:pointer;transition:background var(--transition-smooth),transform .18s ease;flex:1;min-width:120px}
.btn__accept_action:hover,.btn__accept_action:focus{background:linear-gradient(135deg,#6b9369 0%,var(--clr-sage) 100%);transform:translateY(-1px)}
.btn__reject_action{background:transparent;color:var(--clr-charcoal);border:2px solid var(--clr-taupe);padding:11px 22px;border-radius:8px;font-size:.94rem;font-weight:600;cursor:pointer;transition:background var(--transition-smooth),color var(--transition-smooth);flex:1;min-width:120px}
.btn__reject_action:hover,.btn__reject_action:focus{background:var(--clr-taupe);color:var(--clr-snow)}
@media (max-width: 768px) {
.timeline__row{flex-direction:column;align-items:flex-start;gap:12px;padding:18px 5%}
.connector__line,.connector__dot{display:none}
.primary__nav{width:100%;margin-left:0;justify-content:flex-start}
.nav__link_item{font-size:.9rem;padding:9px 16px}
.contact__strip{flex-direction:column;gap:12px;padding:16px 5%}
.footer__grid{grid-template-columns:1fr;gap:32px}
.footer__base{flex-direction:column;text-align:center}
.consent__card{bottom:16px;right:16px;left:16px;max-width:none}
.consent__actions{flex-direction:column}
.btn__accept_action,.btn__reject_action{width:100%;min-width:0}
}
@media print {
.flow__header,.dynamic__footer,.consent__card{display:none}
body{background:#fff;color:#000}
main{page-break-inside:avoid}
@page{margin:2cm}
}
@media (min-width: 769px) and (max-width: 1024px) {
.timeline__row{padding:20px 5%}
.primary__nav{gap:6px}
.nav__link_item{padding:10px 16px;font-size:.92rem}
}
.remote-learning-main{background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#212529;line-height:1.7;overflow-x:hidden}
.remote-learning-main *{box-sizing:border-box}
.rl-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#EAEAE9 100%);padding:90px 20px 80px;position:relative}
.rl-hero-section::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#79a4761a 0%,transparent 70%);border-radius:50%}
.rl-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.rl-hero-content h1{font-size:3rem;color:#212529;margin:0 0 24px;font-weight:700;line-height:1.2}
.rl-hero-content p{font-size:1.15rem;color:#495057;margin:0 0 32px}
.rl-hero-image-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000001f}
.rl-hero-image-wrap img{width:100%;height:420px;object-fit:cover;display:block}
.rl-cta-button{display:inline-block;padding:16px 36px;background:#79A476;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #79a4764d}
.rl-cta-button:hover{background:#6b9363;transform:translateY(-2px);box-shadow:0 6px 20px #79a47666}
.rl-tips-grid{background:#fff;padding:80px 20px}
.rl-tips-container{max-width:1200px;margin:0 auto}
.rl-section-header{text-align:center;margin-bottom:60px}
.rl-section-header h2{font-size:2.4rem;color:#212529;margin:0 0 16px;font-weight:700}
.rl-section-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.rl-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.rl-tip-card{background:#fafbfc;border:2px solid #EAEAE9;border-radius:12px;padding:32px;transition:all .3s ease;position:relative}
.rl-tip-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#79A476}
.rl-tip-number{position:absolute;top:-16px;left:24px;width:48px;height:48px;background:#79A476;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;box-shadow:0 4px 12px #79a4764d}
.rl-tip-card h3{font-size:1.4rem;color:#212529;margin:24px 0 16px;font-weight:600}
.rl-tip-card p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.rl-expert-insights{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:80px 20px}
.rl-insights-layout{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:center}
.rl-expert-profile{flex:0 0 320px;text-align:center}
.rl-expert-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;margin:0 auto 24px;display:block;border:6px solid #79A476;box-shadow:0 8px 24px #0000001a}
.rl-expert-name{font-size:1.5rem;color:#212529;margin:0 0 8px;font-weight:700}
.rl-expert-title{font-size:1rem;color:#79A476;margin:0;font-weight:500}
.rl-insights-content{flex:1}
.rl-insights-content h2{font-size:2.2rem;color:#212529;margin:0 0 24px;font-weight:700}
.rl-insight-item{background:#fff;border-left:4px solid #79A476;padding:24px;margin-bottom:20px;border-radius:0 8px 8px 0;box-shadow:0 4px 12px #0000000d}
.rl-insight-item h4{font-size:1.2rem;color:#212529;margin:0 0 12px;font-weight:600}
.rl-insight-item p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.rl-tech-setup{background:#fff;padding:80px 20px;position:relative}
.rl-tech-wrap{max-width:1100px;margin:0 auto}
.rl-tech-header{text-align:left;margin-bottom:50px;max-width:650px}
.rl-tech-header h2{font-size:2.3rem;color:#212529;margin:0 0 20px;font-weight:700}
.rl-tech-header p{font-size:1.05rem;color:#495057;margin:0}
.rl-tech-checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.rl-check-item{background:#fafbfc;border:1px solid #EAEAE9;border-radius:10px;padding:28px;display:flex;gap:20px;transition:all .3s ease}
.rl-check-item:hover{background:#fff;border-color:#B3AA9B;box-shadow:0 6px 18px #0000000f}
.rl-check-icon{flex:0 0 56px;height:56px;background:#79A476;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:700}
.rl-check-content h4{font-size:1.2rem;color:#212529;margin:0 0 10px;font-weight:600}
.rl-check-content p{font-size:.95rem;color:#495057;margin:0;line-height:1.6}
.rl-success-stories{background:linear-gradient(135deg,#EAEAE9 0%,#f8f9fa 100%);padding:80px 20px}
.rl-stories-container{max-width:1200px;margin:0 auto}
.rl-stories-header{text-align:center;margin-bottom:60px}
.rl-stories-header h2{font-size:2.4rem;color:#212529;margin:0 0 16px;font-weight:700}
.rl-stories-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto}
.rl-story-card{background:#fff;border-radius:16px;padding:48px;box-shadow:0 12px 40px #00000014;display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start}
.rl-story-profile{text-align:center}
.rl-story-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 20px;display:block;border:5px solid #B3AA9B;box-shadow:0 6px 20px #0000001a}
.rl-story-name{font-size:1.4rem;color:#212529;margin:0 0 8px;font-weight:700}
.rl-story-context{font-size:.95rem;color:#79A476;margin:0 0 16px;font-weight:500}
.rl-story-date{font-size:.85rem;color:#6c757d;margin:0}
.rl-story-content blockquote{font-size:1.15rem;color:#343a40;line-height:1.8;margin:0 0 32px;font-style:italic;position:relative;padding-left:30px;border-left:4px solid #79A476}
.rl-story-details h4{font-size:1.3rem;color:#212529;margin:0 0 16px;font-weight:600}
.rl-story-details ul{list-style:none;padding:0;margin:0}
.rl-story-details li{font-size:1rem;color:#495057;margin-bottom:12px;padding-left:28px;position:relative}
.rl-story-details li::before{content:'';position:absolute;left:0;color:#79A476;font-weight:700;font-size:1.1rem}
@media (max-width: 968px) {
.rl-hero-container{grid-template-columns:1fr;gap:40px}
.rl-hero-content h1{font-size:2.3rem}
.rl-cards-grid{grid-template-columns:1fr;gap:40px}
.rl-insights-layout{flex-direction:column}
.rl-expert-profile{flex:1}
.rl-tech-checklist{grid-template-columns:1fr}
.rl-story-card{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 640px) {
.rl-hero-section{padding:60px 20px 50px}
.rl-hero-content h1{font-size:1.9rem}
.rl-section-header h2{font-size:1.9rem}
.rl-tip-card{padding:28px 20px}
.rl-insights-content h2{font-size:1.8rem}
.rl-tech-header h2{font-size:1.9rem}
.rl-story-card{padding:32px 24px}
}
.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,#79a476eb,#b3aa9be0),#EAEAE9}
.index-hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./photo_assets/vLHzFO.jpg);background-size:cover;background-position:center;z-index:-1;filter:brightness(0.85)}
.hero-content-wrapper{max-width:920px;padding:2.5rem;text-align:center;z-index:2}
.hero-main-title{font-size:3.8rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.15;letter-spacing:-.02em;text-shadow:2px 4px 12px #0000004d}
.hero-subtitle-text{font-size:1.35rem;color:#fff;margin-bottom:2.5rem;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto;text-shadow:1px 2px 8px #00000040}
.hero-cta-group{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.hero-btn-primary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;background:#79A476;color:#fff;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #79a47666;position:relative;z-index:10}
.hero-btn-primary:hover{background:#6b9368;transform:translateY(-3px);box-shadow:0 6px 20px #79a47680}
.hero-btn-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:2px solid #fff;border-radius:8px;background:transparent;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.hero-btn-secondary:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 6px 20px #fff3}
.mobile-seo-benefits-section{background:#fff;padding:6rem 2rem}
.benefits-container-inner{max-width:1200px;margin:0 auto}
.benefits-header-text{text-align:center;margin-bottom:4rem}
.benefits-main-heading{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:1rem;line-height:1.2}
.benefits-intro-paragraph{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.benefits-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}
.benefit-card-item{background:#f8f9fa;padding:2rem;border-radius:12px;transition:all .35s ease;border:2px solid transparent}
.benefit-card-item:hover{transform:translateY(-8px);border-color:#79A476;box-shadow:0 12px 28px #79a47633}
.benefit-icon-number{width:60px;height:60px;background:linear-gradient(135deg,#79A476,#B3AA9B);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}
.benefit-card-title{font-size:1.4rem;color:#212529;font-weight:600;margin-bottom:.75rem}
.benefit-card-description{font-size:1rem;color:#495057;line-height:1.65}
.learning-approach-section{background:linear-gradient(165deg,#EAEAE9 0%,#f8f9fa 100%);padding:6rem 2rem;position:relative;overflow:hidden}
.approach-content-wrapper{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.approach-text-column{padding-right:2rem}
.approach-section-title{font-size:2.6rem;color:#212529;font-weight:700;margin-bottom:1.5rem;line-height:1.25}
.approach-description-text{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:2rem}
.approach-feature-list{list-style:none;padding:0;margin:2rem 0}
.approach-feature-item{padding:1rem 0;padding-left:2rem;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6}
.approach-feature-item::before{content:'';position:absolute;left:0;color:#79A476;font-weight:700;font-size:1.3rem}
.approach-visual-column{position:relative}
.approach-main-image{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 16px 48px #00000026}
.real-world-projects-section{background:#fff;padding:6rem 2rem}
.projects-main-container{max-width:1200px;margin:0 auto}
.projects-header-area{text-align:center;margin-bottom:3.5rem}
.projects-title-heading{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:1rem}
.projects-subtitle-line{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.projects-showcase-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:2.5rem;margin-top:3rem}
.project-featured-card{background:#f8f9fa;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.project-featured-image{width:100%;height:340px;object-fit:cover}
.project-featured-content{padding:2rem}
.project-featured-title{font-size:1.6rem;color:#212529;font-weight:600;margin-bottom:1rem}
.project-featured-text{font-size:1rem;color:#495057;line-height:1.7}
.project-side-column{display:flex;flex-direction:column;gap:2.5rem}
.project-side-card{background:#EAEAE9;border-radius:12px;overflow:hidden;transition:transform .3s ease}
.project-side-card:hover{transform:scale(1.03)}
.project-side-image{width:100%;height:200px;object-fit:cover}
.project-side-content{padding:1.5rem}
.project-side-title{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:.75rem}
.project-side-description{font-size:.95rem;color:#495057;line-height:1.6}
.testimonial-insights-section{background:linear-gradient(180deg,#79A476 0%,#B3AA9B 100%);padding:6rem 2rem;position:relative}
.testimonial-container-box{max-width:1100px;margin:0 auto}
.testimonial-intro-header{text-align:center;margin-bottom:4rem}
.testimonial-section-heading{font-size:2.8rem;color:#fff;font-weight:700;margin-bottom:1rem}
.testimonial-intro-subtext{font-size:1.15rem;color:#fffffff2;max-width:680px;margin:0 auto}
.testimonial-content-layout{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;background:#ffffff1f;border-radius:16px;padding:3rem;backdrop-filter:blur(10px)}
.testimonial-profile-area{text-align:center}
.testimonial-profile-image{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid #ffffff4d;margin-bottom:1.5rem;box-shadow:0 8px 24px #0003}
.testimonial-profile-name{font-size:1.4rem;color:#fff;font-weight:600;margin-bottom:.5rem}
.testimonial-profile-role{font-size:1rem;color:#ffffffd9}
.testimonial-quote-area{padding-left:2rem}
.testimonial-quote-mark{font-size:4rem;color:#ffffff59;line-height:.8;margin-bottom:1rem}
.testimonial-quote-text{font-size:1.25rem;color:#fff;line-height:1.75;font-style:italic;margin-bottom:1.5rem}
.testimonial-cta-button{display:inline-block;padding:.9rem 2rem;background:#fff;color:#79A476;text-decoration:none;font-weight:600;border-radius:8px;transition:all .3s ease;margin-top:1rem;position:relative;z-index:10}
.testimonial-cta-button:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 8px 20px #00000026}
@media (max-width: 992px) {
.hero-main-title{font-size:2.8rem}
.hero-subtitle-text{font-size:1.15rem}
.approach-content-wrapper{grid-template-columns:1fr;gap:3rem}
.approach-text-column{padding-right:0}
.projects-showcase-grid{grid-template-columns:1fr}
.testimonial-content-layout{grid-template-columns:1fr;text-align:center}
.testimonial-quote-area{padding-left:0}
}
@media (max-width: 768px) {
.index-hero-section{min-height:500px;height:90vh}
.hero-main-title{font-size:2.2rem}
.hero-subtitle-text{font-size:1rem}
.hero-cta-group{flex-direction:column;align-items:center}
.hero-btn-primary,.hero-btn-secondary{width:100%;max-width:300px}
.mobile-seo-benefits-section,.learning-approach-section,.real-world-projects-section,.testimonial-insights-section{padding:4rem 1.5rem}
.benefits-main-heading,.approach-section-title,.projects-title-heading,.testimonial-section-heading{font-size:2rem}
.benefits-grid-layout{grid-template-columns:1fr}
.approach-main-image{height:320px}
.project-featured-image{height:260px}
.testimonial-profile-image{width:140px;height:140px}
.testimonial-content-layout{padding:2rem}
}
@media (max-width: 480px) {
.hero-content-wrapper{padding:1.5rem}
.hero-main-title{font-size:1.8rem}
.benefits-main-heading,.approach-section-title,.projects-title-heading,.testimonial-section-heading{font-size:1.75rem}
}
.contact-hero-wrap{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#79a47614 0%,transparent 70%);border-radius:50%}
.contact-hero-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-hero-title{font-size:2.8rem;color:#212529;margin-bottom:16px;font-weight:700;letter-spacing:-.5px}
.contact-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;max-width:620px;margin:0 auto}
.contact-main-section{padding:70px 20px;background:#fff}
.contact-container-wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.contact-info-panel{background:linear-gradient(145deg,#f5f6fa 0%,#fafbfc 100%);padding:45px 35px;border-radius:12px;border:1px solid #EAEAE9;position:sticky;top:20px}
.contact-info-title{font-size:1.6rem;color:#212529;margin-bottom:28px;font-weight:600}
.contact-detail-item{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid #e8e9eb}
.contact-detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.contact-detail-label{font-size:.85rem;color:#79A476;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:600;display:block}
.contact-detail-content{font-size:1.05rem;color:#343a40;line-height:1.6}
.contact-detail-content a{color:#343a40;text-decoration:none;transition:color .3s ease}
.contact-detail-content a:hover{color:#79A476}
.contact-form-wrapper{background:#fff;padding:50px 45px;border-radius:12px;border:1px solid #e8e9eb;box-shadow:0 2px 8px #0000000a}
.contact-form-header{margin-bottom:35px}
.contact-form-title{font-size:1.75rem;color:#212529;margin-bottom:12px;font-weight:600}
.contact-form-description{font-size:.98rem;color:#6c757d;line-height:1.6}
.form-field-group{margin-bottom:24px}
.form-field-label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-field-input,.form-field-textarea,.form-field-select{width:100%;padding:14px 16px;font-size:.98rem;color:#212529;background:#f8f9fa;border:2px solid #e8e9eb;border-radius:8px;transition:all .3s ease;font-family:inherit}
.form-field-input:focus,.form-field-textarea:focus,.form-field-select:focus{outline:none;background:#fff;border-color:#79A476;box-shadow:0 0 0 3px #79a4761a}
.form-field-textarea{min-height:140px;resize:vertical}
.form-checkbox-wrapper{margin-bottom:28px;display:flex;align-items:start;gap:12px}
.form-checkbox-input{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#79A476}
.form-checkbox-label{font-size:.92rem;color:#495057;line-height:1.5;cursor:pointer}
.form-checkbox-label a{color:#79A476;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}
.form-checkbox-label a:hover{border-bottom-color:#79A476}
.form-submit-button{width:100%;padding:16px 32px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#79A476 0%,#6b9368 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #79a47640}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #79a47659}
.form-submit-button:active{transform:translateY(0)}
.office-location-section{padding:70px 20px;background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%)}
.office-location-container{max-width:1100px;margin:0 auto}
.office-location-header{text-align:center;margin-bottom:50px}
.office-location-title{font-size:2.2rem;color:#212529;margin-bottom:14px;font-weight:600}
.office-location-intro{font-size:1.05rem;color:#6c757d;line-height:1.7;max-width:620px;margin:0 auto}
.office-content-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.office-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.office-image-wrapper img{width:100%;height:420px;object-fit:cover;display:block}
.office-details-panel{background:#fff;padding:40px;border-radius:12px;border:1px solid #e8e9eb}
.office-details-title{font-size:1.5rem;color:#212529;margin-bottom:24px;font-weight:600}
.office-hours-list{list-style:none;padding:0;margin:0 0 32px}
.office-hours-item{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f0f1f3;font-size:.98rem}
.office-hours-day{color:#495057;font-weight:500}
.office-hours-time{color:#79A476;font-weight:600}
.office-note-box{background:#f8f9fa;padding:18px 22px;border-radius:8px;border-left:4px solid #79A476}
.office-note-text{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.support-options-section{padding:70px 20px;background:#fff}
.support-options-container{max-width:1100px;margin:0 auto}
.support-options-header{text-align:center;margin-bottom:55px}
.support-options-title{font-size:2.2rem;color:#212529;margin-bottom:14px;font-weight:600}
.support-options-subtitle{font-size:1.05rem;color:#6c757d;line-height:1.7}
.support-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.support-card-item{background:linear-gradient(145deg,#fafbfc 0%,#f8f9fa 100%);padding:38px 28px;border-radius:12px;border:1px solid #e8e9eb;text-align:center;transition:all .3s ease}
.support-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000014;border-color:#79A476}
.support-card-icon{width:60px;height:60px;background:linear-gradient(135deg,#79A476 0%,#6b9368 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:1.6rem;color:#fff}
.support-card-title{font-size:1.25rem;color:#212529;margin-bottom:12px;font-weight:600}
.support-card-description{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:20px}
.support-card-link{display:inline-block;color:#79A476;font-size:.95rem;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}
.support-card-link:hover{border-bottom-color:#79A476}
.faq-section{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fafbfc 100%)}
.faq-container{max-width:900px;margin:0 auto}
.faq-header{text-align:center;margin-bottom:50px}
.faq-title{font-size:2.2rem;color:#212529;margin-bottom:14px;font-weight:600}
.faq-intro{font-size:1.05rem;color:#6c757d;line-height:1.7}
.faq-list{list-style:none;padding:0;margin:0}
.faq-item{background:#fff;padding:32px 36px;border-radius:12px;margin-bottom:20px;border:1px solid #e8e9eb;transition:all .3s ease}
.faq-item:hover{box-shadow:0 4px 16px #0000000f;border-color:#79A476}
.faq-question{font-size:1.15rem;color:#212529;margin-bottom:14px;font-weight:600}
.faq-answer{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
@media (max-width: 992px) {
.contact-container-wrap{grid-template-columns:1fr;gap:40px}
.contact-info-panel{position:relative;top:0}
.office-content-layout{grid-template-columns:1fr;gap:35px}
.support-cards-grid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.contact-hero-title{font-size:2.2rem}
.contact-hero-subtitle{font-size:1.05rem}
.contact-form-wrapper{padding:35px 25px}
.office-location-title,.support-options-title,.faq-title{font-size:1.9rem}
.office-image-wrapper img{height:320px}
}
@media (max-width: 576px) {
.contact-hero-wrap{padding:60px 20px 45px}
.contact-hero-title{font-size:1.85rem}
.contact-form-wrapper{padding:28px 20px}
.office-details-panel{padding:28px 24px}
.support-card-item{padding:32px 24px}
.faq-item{padding:24px 22px}
}
.about-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#EAEAE9 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#79a47614 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:42px;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-hero-content .subheading-text{font-size:20px;color:#495057;line-height:1.6;margin-bottom:16px}
.about-hero-content p{font-size:16px;color:#495057;line-height:1.7;margin-bottom:14px}
.story-section{background:#fff;padding:90px 20px}
.story-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story-content-area h2{font-size:36px;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.story-content-area p{font-size:16px;color:#495057;line-height:1.8;margin-bottom:20px}
.story-highlight-box{background:linear-gradient(120deg,#f8f9fa 0%,#EAEAE9 100%);padding:32px;border-left:4px solid #79A476;margin:32px 0;border-radius:0 8px 8px 0}
.story-highlight-box p{font-size:18px;color:#343a40;line-height:1.6;margin:0;font-style:italic}
.story-images-grid{display:grid;grid-template-columns:1fr;gap:24px}
.story-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.story-image-wrapper img{width:100%;height:360px;object-fit:cover;display:block;transition:transform .4s ease}
.story-image-wrapper:hover img{transform:scale(1.05)}
.team-showcase-section{background:#f8f9fa;padding:90px 20px;position:relative}
.team-showcase-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#79A476 0%,#B3AA9B 50%,#EAEAE9 100%)}
.team-container{max-width:1200px;margin:0 auto}
.team-header-text{text-align:center;margin-bottom:64px}
.team-header-text h2{font-size:38px;color:#212529;margin-bottom:20px;font-weight:700}
.team-header-text p{font-size:17px;color:#495057;line-height:1.7;max-width:720px;margin:0 auto}
.team-members-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-bottom:60px}
.team-member-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.team-member-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}
.team-member-photo{width:100%;height:320px;object-fit:cover;display:block}
.team-member-info{padding:32px}
.team-member-info h3{font-size:24px;color:#212529;margin-bottom:8px;font-weight:600}
.team-member-role{font-size:15px;color:#79A476;margin-bottom:16px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.team-member-info p{font-size:15px;color:#495057;line-height:1.7;margin:0}
.approach-visuals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}
.approach-visual-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014}
.approach-visual-item img{width:100%;height:280px;object-fit:cover;display:block}
.approach-overlay-text{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0%,#212529d9 100%);padding:24px;color:#fff}
.approach-overlay-text h4{font-size:20px;margin-bottom:8px;font-weight:600}
.approach-overlay-text p{font-size:14px;line-height:1.5;margin:0;color:#f8f9fa}
.values-timeline-section{background:#fff;padding:90px 20px}
.values-timeline-container{max-width:1100px;margin:0 auto}
.values-timeline-header{text-align:center;margin-bottom:70px}
.values-timeline-header h2{font-size:38px;color:#212529;margin-bottom:20px;font-weight:700}
.values-timeline-header p{font-size:17px;color:#495057;line-height:1.7;max-width:680px;margin:0 auto}
.timeline-path{position:relative;padding-left:80px}
.timeline-path::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#79A476 0%,#B3AA9B 100%)}
.timeline-milestone{position:relative;margin-bottom:56px;padding-bottom:24px}
.timeline-milestone:last-child{margin-bottom:0}
.timeline-marker{position:absolute;left:-58px;top:4px;width:18px;height:18px;background:#79A476;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #EAEAE9;z-index:2}
.timeline-milestone h3{font-size:22px;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-milestone p{font-size:15px;color:#495057;line-height:1.7;margin:0}
.milestone-date{display:inline-block;background:#EAEAE9;color:#495057;padding:4px 12px;border-radius:4px;font-size:13px;font-weight:500;margin-bottom:12px}
@media (max-width: 768px) {
.about-hero-section{padding:60px 20px 40px}
.about-hero-content h1{font-size:32px}
.about-hero-content .subheading-text{font-size:18px}
.story-wrapper{grid-template-columns:1fr;gap:40px}
.story-section{padding:60px 20px}
.story-content-area h2{font-size:28px}
.story-image-wrapper img{height:280px}
.team-showcase-section{padding:60px 20px}
.team-header-text h2{font-size:30px}
.team-members-layout{grid-template-columns:1fr;gap:32px}
.approach-visuals-grid{grid-template-columns:1fr;gap:24px}
.values-timeline-section{padding:60px 20px}
.values-timeline-header h2{font-size:30px}
.timeline-path{padding-left:50px}
.timeline-path::before{left:18px}
.timeline-marker{left:-41px}
}
.learning-program-wrapper{background:#fff;min-height:100vh}
.learning-program-wrapper .intro-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-wrapper .intro-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#79a47614 0%,transparent 70%);border-radius:50%}
.learning-program-wrapper .intro-content-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center}
.learning-program-wrapper .intro-text-area h1{font-size:2.8rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.learning-program-wrapper .intro-text-area .lead-paragraph{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px}
.learning-program-wrapper .intro-text-area p{color:#495057;line-height:1.8;margin-bottom:16px}
.learning-program-wrapper .intro-image-container{position:relative}
.learning-program-wrapper .intro-image-container img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0000001f}
.learning-program-wrapper .curriculum-block{background:#fff;padding:90px 20px}
.learning-program-wrapper .curriculum-container{max-width:1100px;margin:0 auto}
.learning-program-wrapper .curriculum-header{text-align:center;margin-bottom:70px}
.learning-program-wrapper .curriculum-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.learning-program-wrapper .curriculum-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.learning-program-wrapper .phase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.learning-program-wrapper .phase-card{background:#f8f9fa;padding:40px 30px;border-radius:8px;border-left:4px solid #79A476;transition:transform .3s ease,box-shadow .3s ease}
.learning-program-wrapper .phase-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}
.learning-program-wrapper .phase-number{display:inline-block;background:#79A476;color:#fff;width:50px;height:50px;border-radius:50%;text-align:center;line-height:50px;font-size:1.4rem;font-weight:700;margin-bottom:20px}
.learning-program-wrapper .phase-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.learning-program-wrapper .phase-card p{color:#495057;line-height:1.7;margin-bottom:14px}
.learning-program-wrapper .phase-duration{font-size:.9rem;color:#79A476;font-weight:600;margin-top:16px}
.learning-program-wrapper .instructors-section{background:linear-gradient(to bottom,#fafbfc 0%,#f5f6fa 100%);padding:85px 20px;position:relative}
.learning-program-wrapper .instructors-content{max-width:1150px;margin:0 auto}
.learning-program-wrapper .instructors-intro{margin-bottom:60px}
.learning-program-wrapper .instructors-intro h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.learning-program-wrapper .instructors-intro p{font-size:1.08rem;color:#495057;line-height:1.75;max-width:800px}
.learning-program-wrapper .instructor-profiles{display:flex;gap:50px;align-items:flex-start}
.learning-program-wrapper .instructor-card{flex:1;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.learning-program-wrapper .instructor-card img{width:100%;height:320px;object-fit:cover}
.learning-program-wrapper .instructor-info{padding:35px 30px}
.learning-program-wrapper .instructor-info h3{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:600}
.learning-program-wrapper .instructor-role{color:#79A476;font-size:1rem;margin-bottom:18px;font-weight:500}
.learning-program-wrapper .instructor-info p{color:#495057;line-height:1.75;margin-bottom:14px}
.learning-program-wrapper .schedule-section{background:#fff;padding:85px 20px}
.learning-program-wrapper .schedule-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.learning-program-wrapper .schedule-details h2{font-size:2.3rem;color:#212529;margin-bottom:24px;font-weight:700}
.learning-program-wrapper .schedule-details p{color:#495057;line-height:1.8;margin-bottom:30px;font-size:1.05rem}
.learning-program-wrapper .schedule-highlights{background:#f8f9fa;border-radius:8px;padding:30px;border-top:3px solid #B3AA9B}
.learning-program-wrapper .schedule-highlights h3{font-size:1.3rem;color:#212529;margin-bottom:20px;font-weight:600}
.learning-program-wrapper .highlight-item{display:flex;align-items:flex-start;margin-bottom:18px}
.learning-program-wrapper .highlight-marker{background:#79A476;color:#fff;width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-right:14px;margin-top:2px;font-size:.75rem;font-weight:700}
.learning-program-wrapper .highlight-item p{color:#495057;line-height:1.7;margin:0;font-size:.98rem}
.learning-program-wrapper .upcoming-cohorts{background:#fafbfc;border-radius:10px;padding:40px;box-shadow:0 4px 16px #0000000f}
.learning-program-wrapper .upcoming-cohorts h3{font-size:1.6rem;color:#212529;margin-bottom:28px;font-weight:600}
.learning-program-wrapper .cohort-option{background:#fff;padding:25px;border-radius:8px;margin-bottom:20px;border:2px solid #EAEAE9;transition:border-color .3s ease}
.learning-program-wrapper .cohort-option:hover{border-color:#79A476}
.learning-program-wrapper .cohort-option h4{font-size:1.2rem;color:#212529;margin-bottom:10px;font-weight:600}
.learning-program-wrapper .cohort-dates{color:#79A476;font-weight:600;margin-bottom:12px;font-size:1rem}
.learning-program-wrapper .cohort-option p{color:#495057;line-height:1.7;margin:0;font-size:.95rem}
.learning-program-wrapper .application-block{background:linear-gradient(135deg,#79A476 0%,#6b9168 100%);padding:90px 20px;position:relative;overflow:hidden}
.learning-program-wrapper .application-block::before{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.learning-program-wrapper .application-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.learning-program-wrapper .application-container h2{font-size:2.5rem;color:#fff;margin-bottom:22px;font-weight:700}
.learning-program-wrapper .application-container p{font-size:1.15rem;color:#fffffff2;line-height:1.8;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}
.learning-program-wrapper .application-process{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px}
.learning-program-wrapper .process-step{background:#ffffff26;padding:30px 20px;border-radius:8px;backdrop-filter:blur(10px);transition:transform .3s ease}
.learning-program-wrapper .process-step:hover{transform:translateY(-6px)}
.learning-program-wrapper .step-icon{background:#fff;color:#79A476;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:1.6rem;font-weight:700}
.learning-program-wrapper .process-step h4{color:#fff;font-size:1.1rem;margin-bottom:10px;font-weight:600}
.learning-program-wrapper .process-step p{color:#ffffffe6;font-size:.92rem;line-height:1.6;margin:0}
.learning-program-wrapper .cta-button-container{margin-top:45px}
.learning-program-wrapper .primary-cta-button{display:inline-block;background:#fff;color:#79A476;padding:18px 50px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 20px #00000026}
.learning-program-wrapper .primary-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}
@media (max-width: 968px) {
.learning-program-wrapper .intro-content-grid{grid-template-columns:1fr;gap:40px}
.learning-program-wrapper .intro-text-area h1{font-size:2.2rem}
.learning-program-wrapper .phase-grid{grid-template-columns:1fr;gap:25px}
.learning-program-wrapper .instructor-profiles{flex-direction:column;gap:35px}
.learning-program-wrapper .schedule-layout{grid-template-columns:1fr;gap:50px}
.learning-program-wrapper .application-process{grid-template-columns:repeat(2,1fr);gap:20px}
}
@media (max-width: 576px) {
.learning-program-wrapper .intro-section{padding:60px 15px 40px}
.learning-program-wrapper .intro-text-area h1{font-size:1.8rem}
.learning-program-wrapper .curriculum-header h2{font-size:1.9rem}
.learning-program-wrapper .application-process{grid-template-columns:1fr}
.learning-program-wrapper .application-container h2{font-size:2rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:80px 0}
.cookie-policy-wrapper .content-container{max-width:920px;margin:0 auto;padding:0 24px}
.cookie-policy-wrapper .policy-header{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:3px solid #79A476}
.cookie-policy-wrapper .policy-header h1{font-size:42px;color:#212529;margin-bottom:16px;font-weight:700;line-height:1.2}
.cookie-policy-wrapper .last-updated{font-size:15px;color:#6c757d;font-style:italic}
.cookie-policy-wrapper .intro-section{background:#fff;padding:40px;border-radius:12px;margin-bottom:48px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #79A476}
.cookie-policy-wrapper .intro-section p{font-size:17px;line-height:1.8;color:#343a40;margin-bottom:20px}
.cookie-policy-wrapper .intro-section p:last-child{margin-bottom:0}
.cookie-policy-wrapper .policy-section{background:#fff;padding:48px 40px;margin-bottom:32px;border-radius:10px;box-shadow:0 1px 6px #0000000d}
.cookie-policy-wrapper .policy-section:nth-child(even){background:linear-gradient(to right,#fff 0%,#fafbfc 100%)}
.cookie-policy-wrapper .section-title{font-size:28px;color:#212529;margin-bottom:24px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-policy-wrapper .section-title::before{content:'';width:6px;height:32px;background:#79A476;border-radius:3px}
.cookie-policy-wrapper .section-content p{font-size:16px;line-height:1.75;color:#495057;margin-bottom:18px}
.cookie-policy-wrapper .section-content ul{list-style:none;padding:0;margin:24px 0}
.cookie-policy-wrapper .section-content li{padding:16px 0 16px 36px;position:relative;font-size:16px;line-height:1.7;color:#495057;border-bottom:1px solid #EAEAE9}
.cookie-policy-wrapper .section-content li:last-child{border-bottom:none}
.cookie-policy-wrapper .section-content li::before{content:'→';position:absolute;left:8px;color:#79A476;font-size:18px;font-weight:700}
.cookie-policy-wrapper .cookie-types-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}
.cookie-policy-wrapper .cookie-type-card{background:#f8f9fa;padding:28px;border-radius:8px;border:2px solid #EAEAE9;transition:all .3s ease}
.cookie-policy-wrapper .cookie-type-card:hover{border-color:#79A476;transform:translateY(-4px);box-shadow:0 6px 16px #79a47626}
.cookie-policy-wrapper .cookie-type-card h3{font-size:20px;color:#212529;margin-bottom:14px;font-weight:600}
.cookie-policy-wrapper .cookie-type-card p{font-size:15px;line-height:1.7;color:#495057;margin:0}
.cookie-policy-wrapper .highlight-box{background:linear-gradient(135deg,#79A476 0%,#8ab487 100%);color:#fff;padding:32px;border-radius:10px;margin:32px 0}
.cookie-policy-wrapper .highlight-box h3{font-size:22px;margin-bottom:16px;font-weight:600;color:#fff}
.cookie-policy-wrapper .highlight-box p{font-size:16px;line-height:1.7;margin-bottom:12px;color:#fff}
.cookie-policy-wrapper .highlight-box p:last-child{margin-bottom:0}
.cookie-policy-wrapper .data-table-wrapper{overflow-x:auto;margin:32px 0;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.cookie-policy-wrapper .data-retention-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-policy-wrapper .data-retention-table thead{background:#79A476}
.cookie-policy-wrapper .data-retention-table th{padding:18px 20px;text-align:left;font-size:16px;font-weight:600;color:#fff;border-bottom:3px solid #B3AA9B}
.cookie-policy-wrapper .data-retention-table td{padding:18px 20px;font-size:15px;color:#495057;border-bottom:1px solid #EAEAE9;line-height:1.6}
.cookie-policy-wrapper .data-retention-table tr:last-child td{border-bottom:none}
.cookie-policy-wrapper .data-retention-table tr:nth-child(even){background:#fafbfc}
.cookie-policy-wrapper .browser-instructions{background:#f8f9fa;padding:36px;border-radius:10px;margin:32px 0;border:1px solid #EAEAE9}
.cookie-policy-wrapper .browser-instructions h4{font-size:19px;color:#212529;margin-bottom:20px;font-weight:600}
.cookie-policy-wrapper .browser-list{display:grid;gap:16px}
.cookie-policy-wrapper .browser-item{background:#fff;padding:20px 24px;border-radius:6px;border-left:4px solid #B3AA9B;font-size:15px;color:#495057;line-height:1.6}
.cookie-policy-wrapper .contact-section{background:linear-gradient(to bottom right,#79A476 0%,#8ab487 100%);padding:48px;border-radius:12px;text-align:center;margin-top:48px}
.cookie-policy-wrapper .contact-section h2{font-size:30px;color:#fff;margin-bottom:20px;font-weight:600}
.cookie-policy-wrapper .contact-section p{font-size:17px;color:#fff;margin-bottom:28px;line-height:1.7}
.cookie-policy-wrapper .contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.cookie-policy-wrapper .contact-item{font-size:16px;color:#fff;font-weight:500}
.cookie-policy-wrapper .split-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:32px 0}
.cookie-policy-wrapper .split-panel{background:#fafbfc;padding:32px;border-radius:8px;border:1px solid #EAEAE9}
.cookie-policy-wrapper .split-panel h4{font-size:21px;color:#212529;margin-bottom:18px;font-weight:600}
.cookie-policy-wrapper .split-panel p{font-size:15px;line-height:1.7;color:#495057;margin-bottom:14px}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:48px 0}
.cookie-policy-wrapper .content-container{padding:0 16px}
.cookie-policy-wrapper .policy-header h1{font-size:32px}
.cookie-policy-wrapper .intro-section{padding:28px 20px}
.cookie-policy-wrapper .policy-section{padding:32px 24px}
.cookie-policy-wrapper .section-title{font-size:24px}
.cookie-policy-wrapper .cookie-types-grid{grid-template-columns:1fr;gap:16px}
.cookie-policy-wrapper .split-content{grid-template-columns:1fr;gap:20px}
.cookie-policy-wrapper .data-table-wrapper{margin:24px -16px}
.cookie-policy-wrapper .contact-section{padding:32px 24px}
.cookie-policy-wrapper .browser-instructions{padding:24px 20px}
}
.privacy-policy-container{max-width:920px;margin:0 auto;padding:60px 24px 80px;background:#fff}
.privacy-policy-container .policy-header{margin-bottom:48px;padding-bottom:32px;border-bottom:3px solid #79A476}
.privacy-policy-container .policy-header h1{font-size:2.8rem;color:#212529;margin-bottom:16px;font-weight:700;line-height:1.2}
.privacy-policy-container .policy-header .last-updated{font-size:.95rem;color:#6c757d;font-style:italic}
.privacy-policy-container .policy-intro{background:#f8f9fa;padding:32px;border-radius:8px;margin-bottom:48px;border-left:4px solid #79A476}
.privacy-policy-container .policy-intro p{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:0}
.privacy-policy-container .policy-section{margin-bottom:52px}
.privacy-policy-container .policy-section h2{font-size:1.9rem;color:#212529;margin-bottom:20px;font-weight:600;position:relative;padding-left:18px}
.privacy-policy-container .policy-section h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:28px;background:linear-gradient(180deg,#79A476 0%,#B3AA9B 100%);border-radius:3px}
.privacy-policy-container .policy-section h3{font-size:1.4rem;color:#343a40;margin:28px 0 16px;font-weight:600}
.privacy-policy-container .policy-section p{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:18px}
.privacy-policy-container .policy-section ul{margin:20px 0 24px;padding-left:0;list-style:none}
.privacy-policy-container .policy-section ul li{font-size:1rem;color:#495057;line-height:1.75;margin-bottom:12px;padding-left:32px;position:relative}
.privacy-policy-container .policy-section ul li::before{content:'→';position:absolute;left:8px;color:#79A476;font-weight:700}
.privacy-policy-container .policy-section ol{margin:20px 0 24px;padding-left:24px;counter-reset:policy-counter;list-style:none}
.privacy-policy-container .policy-section ol li{font-size:1rem;color:#495057;line-height:1.75;margin-bottom:14px;padding-left:16px;position:relative;counter-increment:policy-counter}
.privacy-policy-container .policy-section ol li::before{content:counter(policy-counter) ".";position:absolute;left:-24px;color:#79A476;font-weight:700}
.privacy-policy-container .highlight-box{background:linear-gradient(135deg,#EAEAE9 0%,#f8f9fa 100%);padding:28px;border-radius:6px;margin:32px 0;border:1px solid #B3AA9B}
.privacy-policy-container .highlight-box h4{font-size:1.2rem;color:#212529;margin-bottom:14px;font-weight:600}
.privacy-policy-container .highlight-box p{margin-bottom:0;color:#343a40}
.privacy-policy-container .contact-section{background:#79A476;color:#fff;padding:40px;border-radius:8px;margin-top:56px}
.privacy-policy-container .contact-section h2{color:#fff;font-size:1.8rem;margin-bottom:20px;padding-left:0}
.privacy-policy-container .contact-section h2::before{display:none}
.privacy-policy-container .contact-section p{color:#fff;font-size:1rem;line-height:1.7;margin-bottom:20px}
.privacy-policy-container .contact-section .contact-details{margin-top:24px}
.privacy-policy-container .contact-section .contact-item{margin-bottom:12px;font-size:1rem}
.privacy-policy-container .contact-section .contact-item strong{display:inline-block;min-width:80px}
.privacy-policy-container .data-table{width:100%;border-collapse:collapse;margin:28px 0;background:#fff;border:1px solid #dee2e6}
.privacy-policy-container .data-table th{background:#79A476;color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1rem;border-bottom:2px solid #6a9467}
.privacy-policy-container .data-table td{padding:14px 16px;color:#495057;font-size:.95rem;line-height:1.6;border-bottom:1px solid #e9ecef}
.privacy-policy-container .data-table tr:nth-child(even){background:#f8f9fa}
.privacy-policy-container .data-table tr:hover{background:#EAEAE9}
@media (max-width: 768px) {
.privacy-policy-container{padding:40px 20px 60px}
.privacy-policy-container .policy-header h1{font-size:2rem}
.privacy-policy-container .policy-section h2{font-size:1.5rem}
.privacy-policy-container .policy-section h3{font-size:1.2rem}
.privacy-policy-container .policy-intro{padding:24px}
.privacy-policy-container .contact-section{padding:28px 24px}
.privacy-policy-container .data-table{font-size:.9rem}
.privacy-policy-container .data-table th,.privacy-policy-container .data-table td{padding:12px}
}
@media (max-width: 480px) {
.privacy-policy-container .policy-header h1{font-size:1.7rem}
.privacy-policy-container .data-table{display:block;overflow-x:auto}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-hero-section{background:#fff;padding:80px 20px 60px;text-align:center;border-bottom:1px solid #EAEAE9;position:relative;overflow:hidden}
.success-hero-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#79a4760d 0%,transparent 70%);animation:pulse-bg 8s ease-in-out infinite}
@keyframes pulse-bg {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.1);opacity:.8}
}
.success-checkmark-container{width:120px;height:120px;margin:0 auto 30px;position:relative;z-index:2}
.success-circle-outer{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#79A476 0%,#B3AA9B 100%);display:flex;align-items:center;justify-content:center;animation:scale-in .5s cubic-bezier(0.68,-0.55,0.265,1.55);box-shadow:0 10px 30px #79a4764d}
@keyframes scale-in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.success-circle-inner{width:90px;height:90px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.success-checkmark{width:45px;height:45px;border:4px solid #79A476;border-top:none;border-right:none;transform:rotate(-45deg);animation:draw-check .4s ease-in-out .3s forwards;opacity:0}
@keyframes draw-check {
0%{opacity:0;transform:rotate(-45deg) scale(0)}
100%{opacity:1;transform:rotate(-45deg) scale(1)}
}
.success-main-heading{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;position:relative;z-index:2;animation:fade-slide-up .6s ease-out .5s backwards}
@keyframes fade-slide-up {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.success-subheading{font-size:20px;color:#495057;margin:0 auto;max-width:600px;line-height:1.6;position:relative;z-index:2;animation:fade-slide-up .6s ease-out .7s backwards}
.confirmation-details-section{padding:60px 20px;background:#fff;margin:40px auto;max-width:800px;border-radius:12px;box-shadow:0 4px 20px #0000000f}
.confirmation-content-block{padding:30px;background:#fafbfc;border-left:4px solid #79A476;border-radius:8px;margin-bottom:30px}
.confirmation-title{font-size:24px;font-weight:600;color:#212529;margin:0 0 15px}
.confirmation-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 12px}
.confirmation-text:last-child{margin-bottom:0}
.timeline-expectation-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:50px 20px}
.timeline-container{max-width:900px;margin:0 auto}
.timeline-heading{font-size:32px;font-weight:700;color:#212529;text-align:center;margin:0 0 50px}
.timeline-steps-grid{display:grid;grid-template-columns:1fr;gap:30px}
.timeline-step-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 12px #0000000d;position:relative;padding-left:90px;transition:transform .3s ease,box-shadow .3s ease}
.timeline-step-card:hover{transform:translateY(-4px);box-shadow:0 6px 24px #79a47626}
.timeline-number-badge{position:absolute;left:30px;top:30px;width:50px;height:50px;background:linear-gradient(135deg,#79A476 0%,#B3AA9B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;box-shadow:0 4px 12px #79a4764d}
.timeline-step-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 10px}
.timeline-step-description{font-size:15px;color:#495057;line-height:1.6;margin:0}
.action-buttons-section{background:#fff;padding:60px 20px;text-align:center}
.action-buttons-container{max-width:600px;margin:0 auto}
.action-section-title{font-size:28px;font-weight:600;color:#212529;margin:0 0 35px}
.button-group-flex{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.primary-action-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#79A476 0%,#6b9368 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #79a4764d;border:none;cursor:pointer}
.primary-action-btn:hover{background:linear-gradient(135deg,#6b9368 0%,#79A476 100%);transform:translateY(-2px);box-shadow:0 6px 20px #79a47666;color:#fff}
.secondary-action-btn{display:inline-block;padding:16px 40px;background:#fff;color:#79A476;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid #79A476;transition:all .3s ease;cursor:pointer}
.secondary-action-btn:hover{background:#79A476;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #79a47640}
.additional-info-section{background:linear-gradient(135deg,#EAEAE9 0%,#f8f9fa 100%);padding:60px 20px}
.info-grid-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.info-card-block{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 3px 15px #0000000d;transition:transform .3s ease}
.info-card-block:hover{transform:translateY(-5px);box-shadow:0 6px 25px #00000014}
.info-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#79A476 0%,#B3AA9B 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px;color:#fff}
.info-card-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 12px}
.info-card-text{font-size:15px;color:#495057;line-height:1.6;margin:0}
.contact-reminder-section{background:#fff;padding:50px 20px;text-align:center;border-top:1px solid #EAEAE9}
.contact-reminder-content{max-width:700px;margin:0 auto}
.contact-reminder-title{font-size:26px;font-weight:600;color:#212529;margin:0 0 18px}
.contact-reminder-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 25px}
.contact-details-list{list-style:none;padding:0;margin:0}
.contact-detail-item{font-size:15px;color:#495057;margin:10px 0;display:flex;align-items:center;justify-content:center;gap:10px}
.contact-detail-item strong{color:#79A476;font-weight:600}
@media (max-width: 768px) {
.success-main-heading{font-size:36px}
.success-subheading{font-size:18px}
.timeline-heading{font-size:28px}
.timeline-step-card{padding:25px;padding-left:25px;padding-top:80px}
.timeline-number-badge{left:50%;transform:translateX(-50%);top:20px}
.button-group-flex{flex-direction:column;gap:15px}
.primary-action-btn,.secondary-action-btn{width:100%;padding:14px 30px}
.info-grid-container{grid-template-columns:1fr}
.contact-detail-item{flex-direction:column;gap:5px}
}
@media (max-width: 480px) {
.success-hero-section{padding:60px 15px 40px}
.success-main-heading{font-size:32px}
.success-checkmark-container{width:100px;height:100px}
.success-circle-outer{width:100px;height:100px}
.success-circle-inner{width:75px;height:75px}
.confirmation-details-section{padding:40px 15px}
.confirmation-content-block{padding:20px}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#EAEAE9 100%);display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#79a4760d 0%,transparent 70%);animation:pulse-effect 15s ease-in-out infinite}
@keyframes pulse-effect {
0%,100%{transform:scale(1) rotate(0deg)}
50%{transform:scale(1.1) rotate(180deg)}
}
.error-content-container{max-width:720px;width:100%;background:#fff;border-radius:16px;padding:60px 40px;box-shadow:0 20px 60px #00000014;position:relative;z-index:2;text-align:center}
.error-visual-element{position:relative;margin:0 auto 40px;width:180px;height:180px}
.error-number-display{font-size:120px;font-weight:800;line-height:1;color:#79A476;letter-spacing:-4px;position:relative;display:inline-block;margin-bottom:20px}
.error-number-display::after{content:'404';position:absolute;top:4px;left:4px;color:#B3AA9B;opacity:.3;z-index:-1}
.error-icon-shape{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}
.error-icon-shape::before,.error-icon-shape::after{content:'';position:absolute;border-radius:50%;background:linear-gradient(135deg,#79a47626,#b3aa9b26)}
.error-icon-shape::before{width:180px;height:180px;animation:rotate-slow 20s linear infinite}
.error-icon-shape::after{width:140px;height:140px;animation:rotate-slow 15s linear infinite reverse}
@keyframes rotate-slow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.error-icon-inner{width:80px;height:80px;background:#79A476;border-radius:50%;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}
.error-icon-inner::before{content:'?';font-size:48px;font-weight:700;color:#fff}
.error-heading-main{font-size:32px;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.3}
.error-text-description{font-size:18px;color:#495057;line-height:1.6;margin:0 0 32px}
.error-search-suggestion{background:#f8f9fa;border-radius:12px;padding:24px;margin:0 0 32px;border:2px solid #EAEAE9}
.error-search-suggestion p{font-size:16px;color:#343a40;margin:0 0 12px;font-weight:600}
.error-search-suggestion ul{list-style:none;padding:0;margin:0;text-align:left}
.error-search-suggestion li{padding:8px 0;font-size:15px;color:#495057;position:relative;padding-left:24px}
.error-search-suggestion li::before{content:'→';position:absolute;left:0;color:#79A476;font-weight:700}
.error-action-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:0 0 32px}
.error-btn-primary{display:inline-block;background:#79A476;color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:2px solid #79A476;z-index:10;position:relative}
.error-btn-primary:hover{background:#6a9168;border-color:#6a9168;transform:translateY(-2px);box-shadow:0 8px 20px #79a4764d;color:#fff}
.error-btn-secondary{display:inline-block;background:#fff;color:#79A476;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:2px solid #79A476;z-index:10;position:relative}
.error-btn-secondary:hover{background:#79A476;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #79a4764d}
.error-helpful-links{border-top:2px solid #EAEAE9;padding-top:32px;margin-top:32px}
.error-helpful-links h3{font-size:20px;font-weight:600;color:#212529;margin:0 0 20px}
.error-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}
.error-link-card{background:#fafbfc;padding:20px;border-radius:8px;text-decoration:none;transition:all .3s ease;border:1px solid #EAEAE9;display:block}
.error-link-card:hover{background:#f8f9fa;transform:translateY(-4px);box-shadow:0 6px 16px #00000014;border-color:#B3AA9B}
.error-link-card h4{font-size:16px;font-weight:600;color:#79A476;margin:0 0 8px}
.error-link-card p{font-size:14px;color:#495057;margin:0;line-height:1.5}
@media (max-width: 768px) {
.error-content-container{padding:40px 24px}
.error-number-display{font-size:80px}
.error-heading-main{font-size:26px}
.error-text-description{font-size:16px}
.error-action-buttons{flex-direction:column}
.error-btn-primary,.error-btn-secondary{width:100%;text-align:center}
.error-links-grid{grid-template-columns:1fr}
.error-visual-element{width:140px;height:140px}
.error-icon-shape::before{width:140px;height:140px}
.error-icon-shape::after{width:100px;height:100px}
}
@media (max-width: 480px) {
.error-page-wrapper{padding:20px 16px}
.error-number-display{font-size:64px}
.error-heading-main{font-size:22px}
.error-search-suggestion{padding:20px}
}