:root{--color-primary:#969F70;--color-secondary:#CBC4A7;--color-tertiary:#E7E8E5;--color-primary-overlay:#969f70cc;--color-bg-light:#fefefe;--color-bg-alt:#f9faf8;--color-text-dark:#1a1d16;--color-text-medium:#3d4238;--color-text-light:#5a5f52;--spacing-base:clamp(1rem,2.5vw,1.5rem);--header-height:clamp(140px,18vh,190px)}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'General Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:var(--color-bg-light);color:var(--color-text-dark);line-height:1.7;font-size:clamp(1rem,1.2vw,1.125rem)}
a{color:inherit;text-decoration:none;transition:opacity .25s ease}
a:hover{opacity:.75}
a:focus-visible{outline:3px solid var(--color-primary);outline-offset:4px;border-radius:2px}
header{position:relative;background:linear-gradient(135deg,var(--color-bg-light) 0%,var(--color-tertiary) 100%);min-height:var(--header-height);border-bottom:2px solid var(--color-secondary);display:grid;grid-template-rows:auto auto;gap:0;box-shadow:0 4px 12px #969f7014}
.header_banner_bg{position:absolute;top:0;left:0;right:0;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none;overflow:hidden}
.banner_text_huge{font-size:clamp(3.5rem,12vw,8rem);font-weight:800;color:var(--color-primary);opacity:.06;letter-spacing:-.03em;white-space:nowrap;text-transform:uppercase}
.header_row1_overlay{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:clamp(1rem,3vw,1.8rem) clamp(1.5rem,5vw,4rem);gap:clamp(1.5rem,4vw,3rem)}
.logo_wrapper_5kx{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.logo_image_main{height:clamp(52px,7vw,72px);width:clamp(52px,7vw,72px);object-fit:contain}
.credentials_block_9tz{display:flex;flex-direction:column;gap:.4rem;padding:.8rem 1.4rem;background:var(--color-primary-overlay);border-radius:8px;color:var(--color-bg-light);backdrop-filter:blur(8px)}
.credential_item_text{font-size:clamp(0.78rem,1vw,0.9rem);font-weight:600;letter-spacing:.02em}
.header_row2_nav{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;padding:0 clamp(1.5rem,5vw,4rem) clamp(1.2rem,2.5vw,2rem);background:linear-gradient(to bottom,#ffffff80,transparent)}
.main_navigation_8fp{display:flex;gap:clamp(1.8rem,4vw,3.5rem);align-items:center;list-style:none}
.nav_link_item{font-size:clamp(0.95rem,1.15vw,1.08rem);font-weight:600;color:var(--color-text-dark);padding:.6rem .2rem;position:relative;transition:color .25s ease}
.nav_link_item::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-primary);transform:scaleX(0);transition:transform .3s ease}
.nav_link_item:hover{color:var(--color-primary);opacity:1}
.nav_link_item:hover::after{transform:scaleX(1)}
main{min-height:60vh}
footer{position:relative;background:linear-gradient(165deg,var(--color-text-dark) 0%,#2a2e25 100%);color:var(--color-tertiary);padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,4rem) clamp(2rem,4vw,3rem);margin-top:clamp(4rem,8vw,7rem)}
.footer_grid_master{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(2.5rem,5vw,4rem);max-width:1400px;margin:0 auto;position:relative;z-index:5}
.footer_section_block{display:flex;flex-direction:column;gap:1.2rem}
.footer_heading_3ks{font-size:clamp(1.1rem,1.4vw,1.3rem);font-weight:700;color:var(--color-secondary);margin-bottom:.5rem;letter-spacing:.03em}
.footer_logo_container{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.footer_logo_img{height:56px;width:56px;object-fit:contain}
.company_name_footer{font-size:clamp(1.15rem,1.5vw,1.4rem);font-weight:700;color:var(--color-bg-light)}
.contact_info_list{list-style:none;display:flex;flex-direction:column;gap:.9rem}
.contact_item_row{display:flex;align-items:flex-start;gap:.7rem;font-size:clamp(0.92rem,1.05vw,1rem);line-height:1.6}
.contact_icon_wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0;margin-top:.15rem}
.service_links_list{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.service_link_item{font-size:clamp(0.9rem,1.05vw,1rem);transition:color .25s ease}
.service_link_item:hover{color:var(--color-primary);opacity:1}
.footer_divider_line{height:1px;background:linear-gradient(to right,transparent,var(--color-secondary),transparent);margin:clamp(2rem,4vw,3rem) 0 clamp(1.5rem,3vw,2rem);opacity:.4}
.footer_bottom_section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;max-width:1400px;margin:0 auto}
.copyright_text_9xm{font-size:clamp(0.85rem,0.95vw,0.95rem);color:var(--color-secondary)}
.footer_home_link{font-size:clamp(0.9rem,1vw,1rem);font-weight:600;color:var(--color-primary);transition:color .25s ease}
.footer_home_link:hover{color:var(--color-secondary);opacity:1}
.consent_overlay_4mq{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#1a1d16f7,#1a1d16f0);backdrop-filter:blur(12px);padding:clamp(1.5rem,3vw,2rem);box-shadow:0 -6px 24px #0003;z-index:9999;border-top:3px solid var(--color-primary);transform:translateY(100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.consent_overlay_4mq.show_consent{transform:translateY(0)}
.consent_inner_container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:clamp(1.5rem,3vw,2.5rem);align-items:center}
.consent_text_block{color:var(--color-tertiary)}
.consent_heading_7pk{font-size:clamp(1.1rem,1.35vw,1.25rem);font-weight:700;margin-bottom:.6rem;color:var(--color-secondary)}
.consent_description_text{font-size:clamp(0.9rem,1.05vw,1rem);line-height:1.6;margin-bottom:.8rem}
.consent_policy_link{color:var(--color-primary);text-decoration:underline;font-weight:600}
.consent_actions_wrapper{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}
.consent_button_base{padding:.85rem 1.8rem;font-size:clamp(0.92rem,1.05vw,1rem);font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:all .25s ease;min-width:120px;font-family:inherit}
.consent_button_base:focus-visible{outline:3px solid var(--color-secondary);outline-offset:3px}
.accept_all_btn{background:var(--color-primary);color:var(--color-bg-light)}
.accept_all_btn:hover{background:#838c5f}
.reject_all_btn{background:transparent;color:var(--color-tertiary);border:2px solid var(--color-secondary)}
.reject_all_btn:hover{background:var(--color-secondary);color:var(--color-text-dark)}
@media (max-width: 768px) {
.header_row1_overlay{flex-direction:column;align-items:flex-start;gap:1rem}
.credentials_block_9tz{width:100%}
.header_row2_nav{padding-bottom:1.5rem}
.main_navigation_8fp{flex-direction:column;gap:.8rem;width:100%;align-items:flex-start}
.nav_link_item{width:100%;padding:.7rem .5rem}
.banner_text_huge{font-size:clamp(2.5rem,18vw,5rem)}
.footer_grid_master{grid-template-columns:1fr;gap:2rem}
.footer_bottom_section{flex-direction:column;align-items:flex-start}
.consent_inner_container{grid-template-columns:1fr}
.consent_actions_wrapper{justify-content:flex-start;width:100%}
.consent_button_base{flex:1;min-width:0}
}
@media (max-width: 480px) {
.logo_image_main{height:48px;width:48px}
.consent_actions_wrapper{flex-direction:column}
.consent_button_base{width:100%}
}
.index-main-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;overflow-x:hidden}
.index-hero-section{background:linear-gradient(135deg,#E7E8E5 0%,#CBC4A7 100%);padding:90px 20px 120px;position:relative;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);margin-bottom:80px}
.index-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.index-hero-text h1{font-size:3.2rem;color:#343a40;margin-bottom:24px;font-weight:700;line-height:1.2}
.index-hero-text p{font-size:1.15rem;color:#495057;margin-bottom:32px;max-width:540px}
.index-hero-cta{display:inline-block;background:#969F70;color:#fff;padding:16px 42px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #969f704d}
.index-hero-cta:hover{background:#7f8861;transform:translateY(-2px);box-shadow:0 6px 20px #969f7066}
.index-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.index-financial-clarity{max-width:1200px;margin:0 auto 100px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.index-clarity-visual img{width:100%;height:460px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #0000001a;transform:rotate(-2deg)}
.index-clarity-content h2{font-size:2.4rem;color:#343a40;margin-bottom:28px;font-weight:700}
.index-clarity-content p{font-size:1.05rem;color:#495057;margin-bottom:20px}
.index-clarity-features{margin-top:32px;display:grid;gap:18px}
.index-clarity-item{padding:18px 24px;background:#f8f9fa;border-left:4px solid #969F70;border-radius:6px}
.index-clarity-item strong{color:#343a40;display:block;margin-bottom:6px;font-size:1.08rem}
.index-understanding-timeline{background:linear-gradient(to bottom,#f8f9fa 0%,#E7E8E5 100%);padding:90px 20px;margin-bottom:100px}
.index-timeline-wrapper{max-width:1100px;margin:0 auto}
.index-timeline-header{text-align:center;margin-bottom:60px}
.index-timeline-header h2{font-size:2.6rem;color:#343a40;margin-bottom:18px;font-weight:700}
.index-timeline-header p{font-size:1.1rem;color:#495057;max-width:720px;margin:0 auto}
.index-timeline-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.index-timeline-step{background:#fff;padding:32px 28px;border-radius:12px;box-shadow:0 6px 18px #00000014;position:relative;transition:transform .3s ease}
.index-timeline-step:hover{transform:translateY(-6px)}
.index-step-number{width:56px;height:56px;background:#969F70;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:20px}
.index-timeline-step h3{font-size:1.4rem;color:#343a40;margin-bottom:14px;font-weight:600}
.index-timeline-step p{font-size:1rem;color:#495057;line-height:1.6}
.index-asymmetric-showcase{max-width:1200px;margin:0 auto 100px;padding:0 20px;display:grid;grid-template-columns:0.9fr 1.1fr;gap:60px;align-items:center}
.index-showcase-content{padding-right:30px}
.index-showcase-content h2{font-size:2.5rem;color:#343a40;margin-bottom:24px;font-weight:700;line-height:1.3}
.index-showcase-content p{font-size:1.05rem;color:#495057;margin-bottom:18px}
.index-showcase-list{margin-top:28px;display:grid;gap:16px}
.index-showcase-list li{padding-left:30px;position:relative;color:#495057;font-size:1.02rem}
.index-showcase-list li::before{content:"";position:absolute;left:0;color:#969F70;font-weight:700;font-size:1.3rem}
.index-showcase-visual img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 10px 28px #0000001f}
.index-success-stories{background:#f8f9fa;padding:90px 20px;margin-bottom:100px;position:relative}
.index-stories-container{max-width:1200px;margin:0 auto}
.index-stories-header{text-align:center;margin-bottom:60px}
.index-stories-header h2{font-size:2.6rem;color:#343a40;margin-bottom:18px;font-weight:700}
.index-stories-header p{font-size:1.08rem;color:#495057;max-width:680px;margin:0 auto}
.index-stories-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.index-story-card{background:#fff;padding:40px 36px;border-radius:12px;box-shadow:0 8px 20px #00000014;display:flex;gap:28px}
.index-story-photo img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #CBC4A7}
.index-story-content{flex:1}
.index-story-content p{font-size:1.02rem;color:#495057;line-height:1.7;margin-bottom:20px;font-style:italic}
.index-story-author{font-weight:600;color:#343a40;font-size:1.05rem;margin-bottom:4px}
.index-story-role{color:#969F70;font-size:.95rem}
.index-learning-approach{max-width:1200px;margin:0 auto 100px;padding:0 20px}
.index-approach-header{text-align:center;margin-bottom:60px}
.index-approach-header h2{font-size:2.7rem;color:#343a40;margin-bottom:20px;font-weight:700}
.index-approach-header p{font-size:1.1rem;color:#495057;max-width:760px;margin:0 auto}
.index-approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.index-approach-box{background:linear-gradient(135deg,#E7E8E5 0%,#fff 100%);padding:36px 28px;border-radius:10px;text-align:center;border:2px solid #CBC4A7;transition:all .3s ease}
.index-approach-box:hover{border-color:#969F70;transform:translateY(-4px);box-shadow:0 8px 22px #969f7033}
.index-approach-icon{width:70px;height:70px;background:#969F70;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2rem;color:#fff}
.index-approach-box h3{font-size:1.3rem;color:#343a40;margin-bottom:14px;font-weight:600}
.index-approach-box p{font-size:.98rem;color:#495057;line-height:1.6}
.index-cta-final{background:linear-gradient(135deg,#969F70 0%,#7f8861 100%);padding:80px 20px;text-align:center;clip-path:polygon(0 15%,100% 0,100% 100%,0 100%)}
.index-cta-final-content{max-width:800px;margin:0 auto}
.index-cta-final h2{font-size:2.8rem;color:#fff;margin-bottom:24px;font-weight:700}
.index-cta-final p{font-size:1.15rem;color:#f8f9fa;margin-bottom:36px;max-width:680px;margin-left:auto;margin-right:auto}
.index-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.index-cta-primary{background:#fff;color:#969F70;padding:16px 40px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.index-cta-primary:hover{background:#E7E8E5;transform:translateY(-2px);box-shadow:0 6px 18px #00000026}
.index-cta-secondary{background:transparent;color:#fff;padding:16px 40px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;border:2px solid #fff;transition:all .3s ease;display:inline-block}
.index-cta-secondary:hover{background:#ffffff26;transform:translateY(-2px)}
@media (max-width: 992px) {
.index-hero-content{grid-template-columns:1fr;gap:40px}
.index-hero-text h1{font-size:2.6rem}
.index-hero-image img{height:360px}
.index-financial-clarity{grid-template-columns:1fr;gap:50px}
.index-clarity-visual img{transform:rotate(0deg);height:380px}
.index-timeline-steps{grid-template-columns:1fr;gap:30px}
.index-asymmetric-showcase{grid-template-columns:1fr;gap:40px}
.index-showcase-content{padding-right:0}
.index-stories-grid{grid-template-columns:1fr;gap:30px}
.index-approach-grid{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width: 768px) {
.index-hero-section{padding:60px 20px 80px;margin-bottom:60px}
.index-hero-text h1{font-size:2.2rem}
.index-hero-text p{font-size:1.05rem}
.index-hero-image img{height:300px}
.index-clarity-content h2,.index-timeline-header h2,.index-showcase-content h2,.index-stories-header h2,.index-approach-header h2{font-size:2rem}
.index-clarity-visual img,.index-showcase-visual img{height:320px}
.index-story-card{flex-direction:column;padding:32px 24px}
.index-story-photo img{width:80px;height:80px}
.index-approach-grid{grid-template-columns:1fr;gap:20px}
.index-cta-final h2{font-size:2.2rem}
.index-cta-buttons{flex-direction:column;align-items:center}
.index-cta-primary,.index-cta-secondary{width:100%;max-width:320px}
}
.contact-main-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#fafbfc 100%);min-height:100vh;padding:0;margin:0}
.contact-hero-section{background:linear-gradient(to bottom right,#E7E8E5,#fff);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#969f7014 0%,transparent 70%);border-radius:50%}
.contact-hero-title{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.contact-hero-subtitle{font-size:1.15rem;color:#495057;max-width:620px;margin:0 auto 15px;line-height:1.7}
.contact-hero-detail{font-size:.95rem;color:#6c757d;max-width:580px;margin:0 auto;line-height:1.6}
.contact-content-grid{max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.contact-info-block{background:#fff;padding:45px 35px;border-radius:12px;box-shadow:0 2px 15px #0000000f;border-left:4px solid #969F70}
.contact-info-heading{font-size:1.75rem;color:#212529;margin:0 0 25px;font-weight:600}
.contact-info-intro{font-size:.98rem;color:#495057;line-height:1.7;margin:0 0 35px}
.contact-detail-item{margin:0 0 28px;padding:0 0 28px;border-bottom:1px solid #E7E8E5}
.contact-detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.contact-detail-label{font-size:.82rem;color:#6c757d;text-transform:uppercase;letter-spacing:.8px;margin:0 0 8px;font-weight:600}
.contact-detail-value{font-size:1.05rem;color:#212529;margin:0;line-height:1.6}
.contact-detail-value a{color:#969F70;text-decoration:none;transition:color .3s ease}
.contact-detail-value a:hover{color:#7a8359}
.contact-image-wrapper{margin:35px 0 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.contact-info-image{width:100%;height:auto;display:block}
.contact-form-container{background:#fff;padding:45px 40px;border-radius:12px;box-shadow:0 2px 15px #0000000f}
.contact-form-title{font-size:1.65rem;color:#212529;margin:0 0 12px;font-weight:600}
.contact-form-description{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0 0 35px}
.contact-form-element{margin:0 0 25px}
.contact-form-label{display:block;font-size:.9rem;color:#343a40;margin:0 0 8px;font-weight:500}
.contact-form-input,.contact-form-textarea{width:100%;padding:14px 16px;border:2px solid #E7E8E5;border-radius:6px;font-size:.95rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit;box-sizing:border-box}
.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#969F70;background:#fff;box-shadow:0 0 0 3px #969f701a}
.contact-form-textarea{min-height:140px;resize:vertical}
.contact-form-privacy{margin:0 0 28px;display:flex;align-items:start;gap:10px}
.contact-form-checkbox{margin:4px 0 0;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.contact-form-privacy-text{font-size:.88rem;color:#495057;line-height:1.6;margin:0}
.contact-form-privacy-text a{color:#969F70;text-decoration:underline;transition:color .3s ease}
.contact-form-privacy-text a:hover{color:#7a8359}
.contact-form-submit{background:linear-gradient(135deg,#969F70 0%,#7a8359 100%);color:#fff;border:none;padding:16px 45px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #969f7040;position:relative;z-index:10}
.contact-form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 18px #969f7059}
.contact-form-submit:active{transform:translateY(0)}
@media (max-width: 968px) {
.contact-content-grid{grid-template-columns:1fr;gap:40px;padding:50px 20px}
.contact-hero-title{font-size:2.2rem}
.contact-info-block{padding:35px 28px}
.contact-form-container{padding:35px 28px}
}
@media (max-width: 640px) {
.contact-hero-section{padding:60px 20px 50px}
.contact-hero-title{font-size:1.9rem}
.contact-hero-subtitle{font-size:1.05rem}
.contact-info-block{padding:30px 22px}
.contact-form-container{padding:30px 22px}
.contact-form-submit{width:100%;padding:15px 30px}
}
.about-srontave-page{background:#fafbfc;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.about-srontave-page .about-hero-wrapper{background:linear-gradient(135deg,#E7E8E5 0%,#f8f9fa 100%);padding:4rem 0;position:relative;overflow:hidden}
.about-srontave-page .about-hero-content{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.about-srontave-page .hero-top-badge{display:inline-block;background:#969F70;color:#fff;padding:.5rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem}
.about-srontave-page .hero-main-title{font-size:2.75rem;font-weight:700;color:#212529;margin-bottom:1.25rem;line-height:1.2}
.about-srontave-page .hero-subtitle-text{font-size:1.25rem;color:#495057;margin-bottom:2rem;line-height:1.6;max-width:720px}
.about-srontave-page .hero-cta-button{display:inline-block;background:#969F70;color:#fff;padding:1rem 2.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}
.about-srontave-page .hero-cta-button:hover{background:#7f8860;transform:translateY(-2px);box-shadow:0 8px 20px #969f704d}
.about-srontave-page .story-timeline-section{padding:5rem 0;background:#fff;position:relative}
.about-srontave-page .story-content-wrapper{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.about-srontave-page .section-heading-main{font-size:2.25rem;font-weight:700;color:#212529;text-align:center;margin-bottom:3.5rem}
.about-srontave-page .timeline-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}
.about-srontave-page .timeline-item-box{background:#f8f9fa;padding:2rem;border-radius:.75rem;position:relative;border-left:4px solid #969F70;transition:transform .3s ease,box-shadow .3s ease}
.about-srontave-page .timeline-item-box:hover{transform:translateX(8px);box-shadow:0 6px 24px #00000014}
.about-srontave-page .timeline-year-label{font-size:1.5rem;font-weight:700;color:#969F70;margin-bottom:.75rem}
.about-srontave-page .timeline-event-title{font-size:1.25rem;font-weight:600;color:#212529;margin-bottom:.75rem}
.about-srontave-page .timeline-description-text{font-size:1rem;color:#495057;line-height:1.7}
.about-srontave-page .story-images-duo{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem}
.about-srontave-page .story-image-container{border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px #0000001a}
.about-srontave-page .story-image-container img{width:100%;height:360px;object-fit:cover;display:block;transition:transform .4s ease}
.about-srontave-page .story-image-container:hover img{transform:scale(1.05)}
.about-srontave-page .values-mosaic-section{padding:5rem 0;background:linear-gradient(180deg,#E7E8E5 0%,#fff 100%)}
.about-srontave-page .values-content-container{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.about-srontave-page .values-intro-block{text-align:center;margin-bottom:3rem}
.about-srontave-page .values-main-heading{font-size:2.25rem;font-weight:700;color:#212529;margin-bottom:1rem}
.about-srontave-page .values-subtext{font-size:1.125rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.about-srontave-page .values-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}
.about-srontave-page .value-card-item{background:#fff;padding:2.5rem 2rem;border-radius:.75rem;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;border-top:4px solid #CBC4A7}
.about-srontave-page .value-card-item:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f;border-top-color:#969F70}
.about-srontave-page .value-icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#969F70 0%,#CBC4A7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}
.about-srontave-page .value-title-text{font-size:1.375rem;font-weight:600;color:#212529;margin-bottom:1rem}
.about-srontave-page .value-description{font-size:1rem;color:#495057;line-height:1.7}
.about-srontave-page .values-image-feature{border-radius:.75rem;overflow:hidden;box-shadow:0 6px 20px #0000001a;margin-top:2rem}
.about-srontave-page .values-image-feature img{width:100%;height:420px;object-fit:cover;display:block}
.about-srontave-page .team-showcase-section{padding:5rem 0;background:#fff}
.about-srontave-page .team-wrapper-content{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.about-srontave-page .team-header-area{text-align:center;margin-bottom:4rem}
.about-srontave-page .team-main-title{font-size:2.25rem;font-weight:700;color:#212529;margin-bottom:1rem}
.about-srontave-page .team-intro-paragraph{font-size:1.125rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.about-srontave-page .team-members-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}
.about-srontave-page .team-member-card{background:#f8f9fa;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.about-srontave-page .team-member-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026}
.about-srontave-page .member-photo-wrapper{width:100%;height:340px;overflow:hidden;position:relative}
.about-srontave-page .member-photo-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.about-srontave-page .team-member-card:hover .member-photo-wrapper img{transform:scale(1.08)}
.about-srontave-page .member-info-section{padding:2rem}
.about-srontave-page .member-name-heading{font-size:1.5rem;font-weight:600;color:#212529;margin-bottom:.5rem}
.about-srontave-page .member-role-label{font-size:1rem;color:#969F70;font-weight:600;margin-bottom:1rem}
.about-srontave-page .member-bio-text{font-size:1rem;color:#495057;line-height:1.7}
.about-srontave-page .team-closing-images{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.about-srontave-page .team-environment-photo{border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px #0000001a}
.about-srontave-page .team-environment-photo img{width:100%;height:320px;object-fit:cover;display:block}
@media (max-width: 992px) {
.about-srontave-page .timeline-grid-layout{grid-template-columns:1fr;gap:2rem}
.about-srontave-page .values-grid-display{grid-template-columns:1fr;gap:1.5rem}
.about-srontave-page .team-members-layout{grid-template-columns:1fr;gap:2rem}
.about-srontave-page .story-images-duo,.about-srontave-page .team-closing-images{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.about-srontave-page .hero-main-title{font-size:2rem}
.about-srontave-page .hero-subtitle-text{font-size:1.125rem}
.about-srontave-page .section-heading-main,.about-srontave-page .values-main-heading,.about-srontave-page .team-main-title{font-size:1.875rem}
.about-srontave-page .about-hero-wrapper,.about-srontave-page .story-timeline-section,.about-srontave-page .values-mosaic-section,.about-srontave-page .team-showcase-section{padding:3rem 0}
.about-srontave-page .timeline-item-box{padding:1.5rem}
.about-srontave-page .value-card-item{padding:2rem 1.5rem}
}
.learning-main-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6}
.learning-intro-section{background:linear-gradient(135deg,#f8f9fa 0%,#E7E8E5 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-intro-section::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#969f701a;border-radius:50%;z-index:1}
.learning-intro-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.learning-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.learning-intro-text h1{font-size:2.8rem;color:#343a40;margin-bottom:20px;font-weight:700;line-height:1.2}
.learning-intro-text p{font-size:1.1rem;color:#495057;margin-bottom:15px}
.learning-intro-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001f}
.learning-intro-image img{width:100%;height:420px;object-fit:cover;display:block}
.learning-schedule-block{background:#fff;padding:70px 20px}
.learning-schedule-container{max-width:1100px;margin:0 auto}
.learning-schedule-header{text-align:center;margin-bottom:50px}
.learning-schedule-header h2{font-size:2.3rem;color:#343a40;margin-bottom:15px;font-weight:600}
.learning-schedule-header p{font-size:1.05rem;color:#6c757d;max-width:700px;margin:0 auto}
.learning-schedule-table{width:100%;border-collapse:separate;border-spacing:0;background:#fafbfc;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000000f}
.learning-schedule-table thead{background:#969F70}
.learning-schedule-table th{padding:18px;text-align:left;font-weight:600;color:#fff;font-size:1rem;border-bottom:3px solid #CBC4A7}
.learning-schedule-table td{padding:16px 18px;color:#343a40;font-size:.95rem;border-bottom:1px solid #e9ecef}
.learning-schedule-table tbody tr:last-child td{border-bottom:none}
.learning-schedule-table tbody tr:hover{background:#E7E8E5}
.learning-schedule-duration{font-weight:600;color:#969F70}
.learning-curriculum-section{background:linear-gradient(180deg,#E7E8E5 0%,#f8f9fa 100%);padding:70px 20px;position:relative}
.learning-curriculum-wrap{max-width:1150px;margin:0 auto}
.learning-curriculum-layout{display:flex;gap:60px;align-items:flex-start}
.learning-curriculum-sidebar{flex:0 0 400px}
.learning-curriculum-sidebar img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 8px 30px #0000001a}
.learning-curriculum-content{flex:1}
.learning-curriculum-content h2{font-size:2.2rem;color:#343a40;margin-bottom:30px;font-weight:600}
.learning-curriculum-modules{display:grid;gap:20px}
.learning-module-card{background:#fff;padding:25px;border-radius:8px;border-left:4px solid #969F70;box-shadow:0 3px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.learning-module-card:hover{transform:translateX(5px);box-shadow:0 6px 20px #0000001f}
.learning-module-card h3{font-size:1.3rem;color:#969F70;margin-bottom:10px;font-weight:600}
.learning-module-card p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.learning-instructor-area{background:#fff;padding:80px 20px}
.learning-instructor-container{max-width:1000px;margin:0 auto}
.learning-instructor-heading{text-align:center;margin-bottom:55px}
.learning-instructor-heading h2{font-size:2.4rem;color:#343a40;margin-bottom:12px;font-weight:600}
.learning-instructor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.learning-instructor-profile{text-align:center;background:#fafbfc;padding:30px 20px;border-radius:10px;box-shadow:0 4px 18px #00000012;transition:transform .3s ease}
.learning-instructor-profile:hover{transform:translateY(-8px)}
.learning-instructor-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:4px solid #CBC4A7}
.learning-instructor-profile h3{font-size:1.25rem;color:#343a40;margin-bottom:8px;font-weight:600}
.learning-instructor-role{font-size:.95rem;color:#969F70;font-weight:500;margin-bottom:12px}
.learning-instructor-profile p{font-size:.9rem;color:#6c757d;line-height:1.6;margin:0}
.learning-testimonial-zone{background:linear-gradient(135deg,#CBC4A7 0%,#E7E8E5 100%);padding:70px 20px}
.learning-testimonial-inner{max-width:900px;margin:0 auto;text-align:center}
.learning-testimonial-inner h2{font-size:2.2rem;color:#343a40;margin-bottom:50px;font-weight:600}
.learning-testimonial-cards{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.learning-testimonial-item{background:#fff;padding:35px;border-radius:12px;box-shadow:0 6px 25px #0000001a;position:relative;text-align:left}
.learning-testimonial-item::before{content:'"';position:absolute;top:15px;left:20px;font-size:4rem;color:#E7E8E5;font-family:Georgia,serif;line-height:1}
.learning-testimonial-text{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px;position:relative;z-index:2}
.learning-testimonial-author{font-size:.95rem;color:#969F70;font-weight:600;margin-bottom:5px}
.learning-testimonial-position{font-size:.85rem;color:#6c757d}
@media (max-width: 992px) {
.learning-intro-grid{grid-template-columns:1fr;gap:40px}
.learning-intro-text h1{font-size:2.2rem}
.learning-curriculum-layout{flex-direction:column;gap:40px}
.learning-curriculum-sidebar{flex:none;width:100%}
.learning-instructor-grid{grid-template-columns:1fr;gap:30px}
.learning-testimonial-cards{grid-template-columns:1fr}
.learning-schedule-table{font-size:.9rem}
.learning-schedule-table th,.learning-schedule-table td{padding:12px}
}
@media (max-width: 768px) {
.learning-intro-section{padding:50px 15px 40px}
.learning-intro-text h1{font-size:1.9rem}
.learning-intro-text p{font-size:1rem}
.learning-intro-image img{height:300px}
.learning-schedule-block,.learning-curriculum-section,.learning-instructor-area,.learning-testimonial-zone{padding:50px 15px}
.learning-schedule-header h2,.learning-curriculum-content h2,.learning-instructor-heading h2,.learning-testimonial-inner h2{font-size:1.8rem}
.learning-curriculum-sidebar img{height:350px}
.learning-schedule-table{display:block;overflow-x:auto}
}
.cookie-policy-wrapper{background:#fff;min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fafbfc;border-radius:8px;padding:50px;box-shadow:0 2px 12px #969f7014}
.cookie-header-section{margin-bottom:50px;border-bottom:3px solid #969F70;padding-bottom:30px}
.cookie-main-title{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700;line-height:1.3}
.cookie-last-updated{color:#6c757d;font-size:.95rem;font-style:italic}
.cookie-intro-text{background:#E7E8E5;padding:25px;border-left:4px solid #969F70;margin-bottom:40px;border-radius:4px}
.cookie-intro-text p{color:#343a40;line-height:1.7;margin:0;font-size:1.05rem}
.cookie-content-section{margin-bottom:45px}
.cookie-section-heading{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600;position:relative;padding-left:18px}
.cookie-section-heading::before{content:'';position:absolute;left:0;top:8px;width:6px;height:24px;background:linear-gradient(180deg,#969F70 0%,#CBC4A7 100%);border-radius:3px}
.cookie-subsection-title{font-size:1.35rem;color:#495057;margin:30px 0 18px;font-weight:600}
.cookie-text-block p{color:#343a40;line-height:1.8;margin-bottom:18px;font-size:1rem}
.cookie-text-block ul{list-style:none;padding-left:0;margin:20px 0}
.cookie-text-block li{color:#343a40;line-height:1.7;margin-bottom:12px;padding-left:30px;position:relative;font-size:1rem}
.cookie-text-block li::before{content:'→';position:absolute;left:0;color:#969F70;font-weight:700;font-size:1.1rem}
.cookie-type-card{background:#fff;border:2px solid #E7E8E5;border-radius:6px;padding:25px;margin-bottom:25px;transition:all .3s ease}
.cookie-type-card:hover{border-color:#CBC4A7;box-shadow:0 4px 16px #969f701f}
.cookie-type-name{font-size:1.2rem;color:#212529;font-weight:600;margin-bottom:12px;display:flex;align-items:center}
.cookie-type-badge{display:inline-block;background:#969F70;color:#fff;padding:4px 12px;border-radius:4px;font-size:.75rem;margin-left:12px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.cookie-type-description{color:#495057;line-height:1.7;margin-bottom:15px;font-size:.98rem}
.cookie-type-examples{background:#f8f9fa;padding:15px;border-radius:4px;border-left:3px solid #CBC4A7}
.cookie-type-examples p{margin:0 0 8px;color:#6c757d;font-size:.9rem;font-weight:600}
.cookie-type-examples ul{margin:0;padding-left:20px;list-style-type:disc}
.cookie-type-examples li{color:#495057;font-size:.9rem;line-height:1.6;margin-bottom:6px;padding-left:0}
.cookie-type-examples li::before{content:none}
.cookie-browser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin:30px 0}
.cookie-browser-item{background:#fff;border:1px solid #E7E8E5;border-radius:6px;padding:20px;transition:transform .2s ease}
.cookie-browser-item:hover{transform:translateY(-3px);box-shadow:0 6px 18px #969f701a}
.cookie-browser-name{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:10px}
.cookie-browser-desc{color:#6c757d;font-size:.9rem;line-height:1.6;margin:0}
.cookie-info-box{background:linear-gradient(135deg,#E7E8E5 0%,#CBC4A7 100%);padding:30px;border-radius:8px;margin:35px 0;position:relative;overflow:hidden}
.cookie-info-box::after{content:'';position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:#ffffff26;border-radius:50%}
.cookie-info-box h3{color:#212529;font-size:1.4rem;margin-bottom:15px;font-weight:600;position:relative;z-index:2}
.cookie-info-box p{color:#343a40;line-height:1.7;margin:0;position:relative;z-index:2;font-size:1rem}
.cookie-contact-section{background:#969F70;color:#fff;padding:35px;border-radius:8px;margin-top:50px;text-align:center}
.cookie-contact-section h3{color:#fff;font-size:1.6rem;margin-bottom:15px;font-weight:600}
.cookie-contact-section p{color:#fff;margin-bottom:20px;line-height:1.7;font-size:1rem}
.cookie-contact-details{display:flex;flex-direction:column;gap:10px;align-items:center}
.cookie-contact-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease;font-size:1.05rem}
.cookie-contact-link:hover{opacity:.8;text-decoration:underline}
.cookie-table-wrapper{overflow-x:auto;margin:25px 0}
.cookie-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden}
.cookie-data-table thead{background:#969F70}
.cookie-data-table th{color:#fff;padding:15px;text-align:left;font-weight:600;font-size:.95rem}
.cookie-data-table td{padding:15px;border-bottom:1px solid #E7E8E5;color:#495057;font-size:.95rem;line-height:1.6}
.cookie-data-table tr:last-child td{border-bottom:none}
.cookie-data-table tr:hover{background:#f8f9fa}
@media (max-width: 768px) {
.cookie-policy-container{padding:30px 20px}
.cookie-main-title{font-size:1.9rem}
.cookie-section-heading{font-size:1.5rem}
.cookie-browser-grid{grid-template-columns:1fr}
.cookie-contact-section{padding:25px 20px}
.cookie-table-wrapper{margin:20px -20px}
.cookie-data-table{font-size:.85rem}
.cookie-data-table th,.cookie-data-table td{padding:10px}
}
@media (max-width: 480px) {
.cookie-policy-wrapper{padding:40px 15px}
.cookie-main-title{font-size:1.6rem}
.cookie-section-heading{font-size:1.3rem}
.cookie-type-name{flex-direction:column;align-items:flex-start}
.cookie-type-badge{margin-left:0;margin-top:8px}
}
.privacy-policy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E7E8E5 100%);min-height:100vh;padding:0;margin:0}
.privacy-hero-section{background:linear-gradient(to right,#969F70,#CBC4A7);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#ffffff14;border-radius:50%;z-index:1}
.privacy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.privacy-main-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.privacy-hero-subtitle{font-size:1.15rem;color:#fff;opacity:.95;line-height:1.6;margin:0;font-weight:400}
.privacy-update-badge{display:inline-block;background:#ffffff40;padding:8px 20px;border-radius:25px;font-size:.9rem;color:#fff;margin-bottom:30px;font-weight:500}
.privacy-content-container{max-width:1100px;margin:0 auto;padding:60px 30px 80px;background:#fff;position:relative}
.privacy-intro-block{background:#f8f9fa;border-left:4px solid #969F70;padding:35px 40px;margin-bottom:50px;border-radius:0 8px 8px 0}
.privacy-intro-block p{font-size:1.05rem;line-height:1.8;color:#343a40;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-contact-highlight{background:linear-gradient(120deg,#E7E8E5,#CBC4A7);padding:25px 30px;border-radius:8px;margin-top:20px}
.privacy-contact-highlight p{margin:8px 0;color:#212529;font-size:1rem}
.privacy-contact-highlight strong{color:#969F70;font-weight:600}
.privacy-section-block{margin-bottom:55px;padding-bottom:45px;border-bottom:1px solid #E7E8E5}
.privacy-section-block:last-child{border-bottom:none;padding-bottom:0}
.privacy-section-title{font-size:1.95rem;font-weight:700;color:#212529;margin:0 0 25px;line-height:1.3;position:relative;padding-left:20px}
.privacy-section-title::before{content:'';position:absolute;left:0;top:8px;width:6px;height:30px;background:#969F70;border-radius:3px}
.privacy-subsection-title{font-size:1.4rem;font-weight:600;color:#343a40;margin:30px 0 18px;line-height:1.4}
.privacy-text-paragraph{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 20px}
.privacy-bullet-list{margin:20px 0 25px;padding-left:0;list-style:none}
.privacy-bullet-list li{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:14px;padding-left:35px;position:relative}
.privacy-bullet-list li::before{content:'';position:absolute;left:0;top:9px;width:10px;height:10px;background:#969F70;border-radius:50%}
.privacy-bullet-list li strong{color:#212529;font-weight:600}
.privacy-numbered-list{margin:20px 0 25px;padding-left:0;list-style:none;counter-reset:privacy-counter}
.privacy-numbered-list li{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:18px;padding-left:50px;position:relative;counter-increment:privacy-counter}
.privacy-numbered-list li::before{content:counter(privacy-counter);position:absolute;left:0;top:0;width:32px;height:32px;background:#969F70;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}
.privacy-data-table-wrapper{margin:30px 0;overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #00000014}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table thead{background:linear-gradient(135deg,#969F70,#CBC4A7)}
.privacy-data-table th{padding:18px 20px;text-align:left;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:3px solid #E7E8E5}
.privacy-data-table td{padding:16px 20px;font-size:1rem;color:#495057;border-bottom:1px solid #E7E8E5;line-height:1.6}
.privacy-data-table tbody tr:nth-child(even){background:#fafbfc}
.privacy-data-table tbody tr:hover{background:#f8f9fa;transition:background .2s ease}
.privacy-highlight-box{background:linear-gradient(135deg,#E7E8E5,#f8f9fa);border:2px solid #CBC4A7;border-radius:8px;padding:30px 35px;margin:30px 0}
.privacy-highlight-box h3{font-size:1.3rem;font-weight:600;color:#212529;margin:0 0 15px}
.privacy-highlight-box p{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 12px}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-right-card{background:#fff;border:2px solid #E7E8E5;border-radius:8px;padding:28px 25px;transition:all .3s ease}
.privacy-right-card:hover{border-color:#969F70;box-shadow:0 4px 12px #969f7026;transform:translateY(-2px)}
.privacy-right-card h4{font-size:1.2rem;font-weight:600;color:#212529;margin:0 0 12px}
.privacy-right-card p{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.privacy-process-steps{margin:30px 0;padding-left:60px;position:relative}
.privacy-process-steps::before{content:'';position:absolute;left:16px;top:20px;bottom:20px;width:3px;background:linear-gradient(to bottom,#969F70,#CBC4A7)}
.privacy-step-item{position:relative;margin-bottom:35px;padding-left:25px}
.privacy-step-item::before{content:'';position:absolute;left:-59px;top:5px;width:30px;height:30px;background:#969F70;border:4px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0000001a;z-index:2}
.privacy-step-item h4{font-size:1.15rem;font-weight:600;color:#212529;margin:0 0 10px}
.privacy-step-item p{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.privacy-warning-notice{background:#fff3cd;border-left:5px solid #ffc107;padding:25px 30px;margin:30px 0;border-radius:0 6px 6px 0}
.privacy-warning-notice p{font-size:1rem;line-height:1.7;color:#856404;margin:0 0 10px}
.privacy-warning-notice p:last-child{margin-bottom:0}
.privacy-info-notice{background:#d1ecf1;border-left:5px solid #17a2b8;padding:25px 30px;margin:30px 0;border-radius:0 6px 6px 0}
.privacy-info-notice p{font-size:1rem;line-height:1.7;color:#0c5460;margin:0 0 10px}
.privacy-info-notice p:last-child{margin-bottom:0}
.privacy-footer-section{background:#f8f9fa;border-top:3px solid #969F70;padding:40px 35px;margin-top:60px;border-radius:8px;text-align:center}
.privacy-footer-section h3{font-size:1.5rem;font-weight:600;color:#212529;margin:0 0 20px}
.privacy-footer-section p{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 15px}
.privacy-contact-cta{display:inline-block;background:linear-gradient(135deg,#969F70,#CBC4A7);color:#fff;padding:14px 35px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;margin-top:15px;transition:all .3s ease}
.privacy-contact-cta:hover{background:linear-gradient(135deg,#7e8a5d,#b8b093);transform:translateY(-2px);box-shadow:0 4px 12px #969f7040}
@media (max-width: 768px) {
.privacy-main-title{font-size:2.2rem}
.privacy-hero-section{padding:60px 20px 40px}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-title{font-size:1.6rem}
.privacy-subsection-title{font-size:1.25rem}
.privacy-intro-block{padding:25px 20px}
.privacy-rights-grid{grid-template-columns:1fr}
.privacy-process-steps{padding-left:50px}
.privacy-process-steps::before{left:10px}
.privacy-step-item::before{left:-53px;width:26px;height:26px}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.95rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.8rem}
.privacy-section-title{font-size:1.4rem;padding-left:15px}
.privacy-section-title::before{width:4px;height:24px}
.privacy-bullet-list li{padding-left:28px}
.privacy-numbered-list li{padding-left:45px}
.privacy-highlight-box,.privacy-warning-notice,.privacy-info-notice{padding:20px 18px}
}
.terms-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.terms-document-container{max-width:920px;margin:0 auto;background:#fff;padding:70px 85px;box-shadow:0 4px 16px #969f7014;border-radius:2px;border-top:4px solid #969F70}
.terms-header-section{text-align:center;margin-bottom:65px;padding-bottom:45px;border-bottom:2px solid #E7E8E5}
.terms-main-title{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;letter-spacing:-.5px;line-height:1.2}
.terms-effective-date{font-size:16px;color:#6c757d;font-weight:500;margin:0}
.terms-intro-block{background:#f8f9fa;padding:35px 40px;margin-bottom:50px;border-left:5px solid #969F70;border-radius:0 3px 3px 0}
.terms-intro-block p{font-size:17px;line-height:1.75;color:#343a40;margin:0 0 16px}
.terms-intro-block p:last-child{margin-bottom:0}
.terms-content-section{margin-bottom:55px}
.terms-section-title{font-size:26px;font-weight:700;color:#212529;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #CBC4A7;line-height:1.3}
.terms-subsection-title{font-size:20px;font-weight:600;color:#343a40;margin:32px 0 18px;line-height:1.4}
.terms-content-section p{font-size:16px;line-height:1.8;color:#495057;margin:0 0 20px}
.terms-legal-list{margin:25px 0;padding-left:0;list-style:none}
.terms-legal-list li{font-size:16px;line-height:1.75;color:#495057;margin-bottom:16px;padding-left:35px;position:relative}
.terms-legal-list li::before{content:"•";position:absolute;left:12px;color:#969F70;font-size:22px;font-weight:700;line-height:1.75}
.terms-numbered-list{counter-reset:terms-counter;margin:25px 0;padding-left:0;list-style:none}
.terms-numbered-list li{font-size:16px;line-height:1.75;color:#495057;margin-bottom:16px;padding-left:35px;position:relative;counter-increment:terms-counter}
.terms-numbered-list li::before{content:counter(terms-counter) ".";position:absolute;left:8px;color:#969F70;font-weight:700;font-size:16px}
.terms-highlight-box{background:linear-gradient(to right,#E7E8E5 0%,#fff 100%);padding:28px 35px;margin:35px 0;border-left:4px solid #969F70;border-radius:0 4px 4px 0}
.terms-highlight-box p{margin-bottom:12px;font-size:16px;line-height:1.75;color:#343a40}
.terms-highlight-box p:last-child{margin-bottom:0}
.terms-contact-block{background:#969F70;color:#fff;padding:45px 50px;margin-top:60px;border-radius:4px;text-align:center}
.terms-contact-title{font-size:24px;font-weight:700;margin:0 0 22px;color:#fff}
.terms-contact-details{font-size:16px;line-height:1.9;margin:0;color:#fff}
.terms-contact-details a{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.terms-contact-details a:hover{opacity:.85}
.terms-strong-text{font-weight:600;color:#212529}
@media (max-width: 768px) {
.terms-page-wrapper{padding:40px 15px}
.terms-document-container{padding:45px 30px}
.terms-main-title{font-size:32px;margin-bottom:14px}
.terms-effective-date{font-size:15px}
.terms-header-section{margin-bottom:45px;padding-bottom:35px}
.terms-intro-block{padding:25px 22px;margin-bottom:40px}
.terms-intro-block p{font-size:16px}
.terms-section-title{font-size:22px;margin-bottom:20px}
.terms-subsection-title{font-size:18px;margin:26px 0 14px}
.terms-content-section{margin-bottom:45px}
.terms-content-section p{font-size:15px;margin-bottom:18px}
.terms-legal-list li,.terms-numbered-list li{font-size:15px;padding-left:28px;margin-bottom:14px}
.terms-legal-list li::before{left:8px;font-size:20px}
.terms-numbered-list li::before{left:4px}
.terms-highlight-box{padding:22px 24px;margin:28px 0}
.terms-highlight-box p{font-size:15px}
.terms-contact-block{padding:35px 28px;margin-top:50px}
.terms-contact-title{font-size:21px;margin-bottom:18px}
.terms-contact-details{font-size:15px}
}
@media (max-width: 480px) {
.terms-document-container{padding:35px 20px}
.terms-main-title{font-size:28px}
.terms-section-title{font-size:20px}
.terms-intro-block{padding:20px 18px}
.terms-contact-block{padding:30px 22px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E7E8E5 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-container{max-width:820px;margin:0 auto;padding:80px 25px 60px}
.success-icon-area{text-align:center;margin-bottom:45px}
.success-checkmark-circle{width:110px;height:110px;background:linear-gradient(145deg,#969F70,#7a8359);border-radius:50%;margin:0 auto 30px;position:relative;animation:successPulse .6s ease-out;box-shadow:0 8px 24px #969f704d}
@keyframes successPulse {
0%{transform:scale(0.4);opacity:0}
50%{transform:scale(1.08)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:58px;color:#fff;font-weight:700;line-height:1}
.success-main-heading{font-size:42px;color:#212529;font-weight:700;margin:0 0 18px;letter-spacing:-.5px}
.success-subheading-text{font-size:19px;color:#495057;line-height:1.6;margin:0}
.success-confirmation-block{background:#fff;border-radius:12px;padding:45px 40px;margin:40px 0;box-shadow:0 2px 16px #0000000f;border-left:5px solid #969F70}
.success-confirmation-block h2{font-size:26px;color:#212529;margin:0 0 20px;font-weight:600}
.success-confirmation-block p{font-size:17px;color:#495057;line-height:1.7;margin:0 0 16px}
.success-confirmation-block p:last-child{margin-bottom:0}
.success-timeline-info{background:#f8f9fa;border-radius:8px;padding:30px 35px;margin:35px 0}
.success-timeline-info h3{font-size:22px;color:#212529;margin:0 0 22px;font-weight:600;display:flex;align-items:center;gap:12px}
.success-timeline-info h3::before{content:'';font-size:28px}
.success-step-list{list-style:none;padding:0;margin:0}
.success-step-list li{font-size:16px;color:#495057;line-height:1.6;margin-bottom:15px;padding-left:32px;position:relative}
.success-step-list li::before{content:'';position:absolute;left:0;top:7px;width:18px;height:18px;background:#969F70;border-radius:50%}
.success-step-list li:last-child{margin-bottom:0}
.success-step-list li strong{color:#212529;font-weight:600}
.success-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:45px 0 35px}
.success-primary-btn{display:inline-block;background:linear-gradient(135deg,#969F70,#7a8359);color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #969f7040}
.success-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #969f7059;background:linear-gradient(135deg,#7a8359,#969F70);color:#fff}
.success-secondary-btn{display:inline-block;background:#fff;color:#969F70;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid #969F70}
.success-secondary-btn:hover{background:#969F70;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #969f7033}
.success-resources-section{background:#fff;border-radius:12px;padding:40px;margin:35px 0;box-shadow:0 2px 16px #0000000f}
.success-resources-section h3{font-size:24px;color:#212529;margin:0 0 25px;font-weight:600}
.success-resource-cards{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.success-resource-card{background:#f8f9fa;padding:25px;border-radius:8px;transition:all .3s ease}
.success-resource-card:hover{background:#E7E8E5;transform:translateX(4px)}
.success-resource-card h4{font-size:18px;color:#212529;margin:0 0 12px;font-weight:600}
.success-resource-card p{font-size:15px;color:#495057;line-height:1.6;margin:0 0 15px}
.success-resource-card a{color:#969F70;text-decoration:none;font-weight:600;font-size:15px;transition:color .2s ease}
.success-resource-card a:hover{color:#7a8359}
.success-contact-info{background:linear-gradient(135deg,#CBC4A7,#b8b193);border-radius:12px;padding:35px 40px;margin:35px 0 0;text-align:center}
.success-contact-info h3{font-size:22px;color:#212529;margin:0 0 18px;font-weight:600}
.success-contact-info p{font-size:16px;color:#343a40;line-height:1.6;margin:0 0 20px}
.success-contact-details{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:20px}
.success-contact-item{font-size:15px;color:#343a40;text-decoration:none;transition:color .2s ease}
.success-contact-item:hover{color:#212529}
@media (max-width: 768px) {
.success-confirmation-container{padding:60px 20px 40px}
.success-checkmark-circle{width:90px;height:90px;margin-bottom:25px}
.success-checkmark-circle::after{font-size:48px}
.success-main-heading{font-size:34px;margin-bottom:15px}
.success-subheading-text{font-size:17px}
.success-confirmation-block{padding:30px 25px;margin:30px 0}
.success-confirmation-block h2{font-size:22px}
.success-confirmation-block p{font-size:16px}
.success-timeline-info{padding:25px 20px}
.success-timeline-info h3{font-size:20px}
.success-step-list li{font-size:15px}
.success-actions-grid{grid-template-columns:1fr;gap:15px;margin:35px 0 25px}
.success-primary-btn,.success-secondary-btn{padding:14px 28px;font-size:16px}
.success-resources-section{padding:30px 25px}
.success-resource-cards{grid-template-columns:1fr;gap:20px}
.success-resource-card{padding:20px}
.success-contact-info{padding:28px 25px}
.success-contact-details{flex-direction:column;gap:15px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:28px}
.success-confirmation-block h2{font-size:20px}
.success-resources-section h3{font-size:21px}
}