:root{--primary-color:#A88D6D;--secondary-color:#B2CBC6;--tertiary-color:#DED7E2;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-cream:#fafbfc;--bg-subtle:#f5f6fa;--shadow-soft:0 2px 12px #a88d6d14;--shadow-medium:0 4px 20px #a88d6d1f}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);background:var(--bg-light);font-variation-settings:wght 400;font:16px/1.7 'Work Sans','Segoe UI',Tahoma,sans-serif}
a{text-decoration:none;color:inherit;transition:opacity .25s ease}
a:hover{opacity:.75}
a:focus{outline:2px solid var(--primary-color);outline-offset:3px}
.site_header_wrap{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border-bottom:1px solid #a88d6d26;padding:24px 0;position:relative}
.header_content_container{max-width:1320px;margin:0 auto;padding:0 32px}
.header_row_alpha{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;padding-left:0}
.logo_container_main{display:flex;align-items:center;gap:14px;position:relative;z-index:10}
.logo_container_main img{height:62px;width:62px;object-fit:contain}
.brand_tagline_text{font-size:14px;color:var(--text-medium);font-variation-settings:wght 350;max-width:280px;line-height:1.5}
.header_row_beta{display:flex;align-items:center;justify-content:center;margin-bottom:20px;padding-left:60px}
.company_name_display{font-size:28px;font-variation-settings:wght 600;color:var(--primary-color);letter-spacing:-.02em}
.header_row_gamma{display:flex;align-items:center;justify-content:flex-end;padding-left:120px}
.primary_navigation_menu{display:flex;gap:38px;align-items:center;list-style:none}
.primary_navigation_menu li{position:relative}
.primary_navigation_menu a{font-size:17px;font-variation-settings:wght 450;color:var(--text-dark);padding:10px 0;display:block;min-height:44px;display:flex;align-items:center}
.primary_navigation_menu a:hover{color:var(--primary-color)}
.primary_navigation_menu a:focus{outline:2px solid var(--primary-color);outline-offset:4px;border-radius:3px}
.site_footer_section{background:linear-gradient(135deg,#A88D6D 0%,#B2CBC6 100%);color:var(--bg-light);padding:72px 0 32px;margin-top:80px}
.footer_grid_wrapper{max-width:1320px;margin:0 auto;padding:0 32px}
.footer_content_grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;margin-bottom:56px}
.footer_column_about h3{font-size:22px;font-variation-settings:wght 600;margin-bottom:18px;color:var(--bg-light)}
.footer_column_about p{font-size:15px;line-height:1.8;color:#ffffffeb;margin-bottom:24px}
.footer_logo_image{height:58px;width:58px;margin-bottom:20px}
.footer_column_heading{font-size:18px;font-variation-settings:wght 600;margin-bottom:20px;color:var(--bg-light)}
.footer_links_list{list-style:none}
.footer_links_list li{margin-bottom:14px}
.footer_links_list a{font-size:15px;color:#ffffffe0;display:inline-block;min-height:44px;display:flex;align-items:center}
.footer_links_list a:hover{color:var(--bg-light)}
.contact_info_item{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;font-size:15px;line-height:1.7;color:#ffffffe0}
.contact_info_item i{margin-top:4px;font-size:18px;min-width:20px}
.footer_bottom_bar{border-top:1px solid #ffffff38;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.copyright_notice{font-size:14px;color:#ffffffd9}
.footer_home_link{font-size:15px;color:#ffffffe0;min-height:44px;display:flex;align-items:center}
.footer_home_link:hover{color:var(--bg-light)}
@media (max-width: 1024px) {
.header_row_alpha,.header_row_beta,.header_row_gamma{padding-left:0;justify-content:flex-start}
.primary_navigation_menu{gap:28px}
.footer_content_grid{grid-template-columns:1fr 1fr;gap:40px}
}
@media (max-width: 768px) {
.header_content_container{padding:0 20px}
.header_row_alpha,.header_row_beta,.header_row_gamma{flex-direction:column;align-items:flex-start;margin-bottom:15px}
.logo_container_main img{height:52px;width:52px}
.company_name_display{font-size:22px}
.primary_navigation_menu{flex-direction:column;gap:8px;align-items:flex-start;width:100%}
.primary_navigation_menu li{width:100%}
.primary_navigation_menu a{padding:12px 0}
.footer_content_grid{grid-template-columns:1fr;gap:36px}
.footer_bottom_bar{flex-direction:column;align-items:flex-start}
}
.consent_overlay_popup{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#fff 0%,#f5f6fa 100%);border-top:3px solid var(--primary-color);box-shadow:0 -8px 32px #0000002e;padding:28px 32px;z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.consent_overlay_popup.visible_state{transform:translateY(0)}
.consent_inner_wrapper{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}
.consent_message_block{flex:1}
.consent_message_block p{font-size:15px;line-height:1.6;color:var(--text-dark);margin-bottom:8px}
.consent_policy_link{color:var(--primary-color);text-decoration:underline;font-variation-settings:wght 500}
.consent_policy_link:hover{opacity:.8}
.consent_actions_group{display:flex;gap:14px;flex-shrink:0}
.consent_button_base{padding:12px 28px;border:none;border-radius:6px;font-size:15px;font-variation-settings:wght 500;cursor:pointer;transition:background .25s ease,color .25s ease;min-width:120px;min-height:44px}
.consent_button_base:focus{outline:2px solid var(--primary-color);outline-offset:3px}
.consent_accept_btn{background:var(--primary-color);color:var(--bg-light)}
.consent_accept_btn:hover{background:#96794f}
.consent_reject_btn{background:none;color:var(--text-dark);border:2px solid var(--secondary-color)}
.consent_reject_btn:hover{background:var(--secondary-color);color:var(--bg-light)}
@media (max-width: 768px) {
.consent_inner_wrapper{flex-direction:column;align-items:flex-start;gap:20px}
.consent_actions_group{flex-direction:column;width:100%}
.consent_button_base{width:100%}
.consent_overlay_popup{padding:22px 20px}
.consent_message_block p{font-size:16px}
}
.proflux-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.proflux-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#b2cbc626 0%,transparent 70%);transform:rotate(-15deg);z-index:1}
.proflux-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.proflux-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.proflux-hero-text h1{font-size:3.2rem;color:#212529;font-weight:700;line-height:1.2;margin-bottom:1.5rem}
.proflux-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.proflux-hero-cta{display:inline-block;background:#A88D6D;color:#fff;padding:.95rem 2.2rem;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #a88d6d40}
.proflux-hero-cta:hover{background:#967a59;transform:translateY(-2px);box-shadow:0 6px 18px #a88d6d59}
.proflux-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.proflux-questions-section{background:#fff;padding:4.5rem 2rem}
.proflux-questions-container{max-width:1100px;margin:0 auto}
.proflux-questions-intro h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:.8rem;text-align:center}
.proflux-questions-intro p{font-size:1.05rem;color:#495057;line-height:1.6;text-align:center;margin-bottom:3rem}
.proflux-journey-stages{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.proflux-stage-card{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:2rem;border-radius:10px;border-left:4px solid #B2CBC6;transition:all .3s ease}
.proflux-stage-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}
.proflux-stage-card h3{font-size:1.35rem;color:#212529;font-weight:600;margin-bottom:1rem}
.proflux-stage-card ul{list-style:none;padding:0;margin:0}
.proflux-stage-card li{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:.7rem;padding-left:1.5rem;position:relative}
.proflux-stage-card li::before{content:'?';position:absolute;left:0;color:#A88D6D;font-weight:700}
.proflux-advantages-wrap{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:4rem 2rem;position:relative}
.proflux-advantages-inner{max-width:1150px;margin:0 auto}
.proflux-advantages-header{text-align:left;margin-bottom:3rem}
.proflux-advantages-header h2{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:1rem}
.proflux-advantages-header p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:750px}
.proflux-advantage-list{display:flex;flex-direction:column;gap:1.5rem}
.proflux-advantage-item{display:grid;grid-template-columns:60px 1fr;gap:1.5rem;background:#fff;padding:1.8rem;border-radius:8px;box-shadow:0 3px 12px #0000000f;transition:all .3s ease}
.proflux-advantage-item:hover{box-shadow:0 6px 20px #0000001a;transform:translateX(8px)}
.proflux-advantage-num{width:60px;height:60px;background:linear-gradient(135deg,#A88D6D 0%,#967a59 100%);color:#fff;font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}
.proflux-advantage-text h3{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:.6rem}
.proflux-advantage-text p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.proflux-recovery-focus{background:#fff;padding:4.5rem 2rem}
.proflux-recovery-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.proflux-recovery-visual img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px #00000026}
.proflux-recovery-details h2{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:1.2rem}
.proflux-recovery-details p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.proflux-recovery-highlights{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem}
.proflux-highlight-box{background:linear-gradient(135deg,#DED7E2 0%,#f8f9fa 100%);padding:1.5rem;border-radius:8px;border-left:4px solid #A88D6D}
.proflux-highlight-box h4{font-size:1.15rem;color:#212529;font-weight:600;margin-bottom:.5rem}
.proflux-highlight-box p{font-size:.96rem;color:#495057;line-height:1.6;margin:0}
.proflux-zones-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:4rem 2rem;position:relative}
.proflux-zones-container{max-width:1150px;margin:0 auto}
.proflux-zones-title{text-align:center;margin-bottom:3.5rem}
.proflux-zones-title h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:.8rem}
.proflux-zones-title p{font-size:1.05rem;color:#495057;line-height:1.6}
.proflux-zone-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.proflux-zone-block{padding:2.5rem;border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden}
.proflux-zone-block::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff80;opacity:0;transition:opacity .3s ease;z-index:1}
.proflux-zone-block:hover::before{opacity:1}
.proflux-zone-block:nth-child(1){background:linear-gradient(135deg,#B2CBC6 0%,#c5dcd8 100%)}
.proflux-zone-block:nth-child(2){background:linear-gradient(135deg,#DED7E2 0%,#ebe6ef 100%)}
.proflux-zone-block:nth-child(3){background:linear-gradient(135deg,#A88D6D 0%,#bda184 100%)}
.proflux-zone-block:nth-child(4){background:linear-gradient(135deg,#B2CBC6 0%,#a0bbb6 100%)}
.proflux-zone-content{position:relative;z-index:2}
.proflux-zone-content h3{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:1rem}
.proflux-zone-content p{font-size:.98rem;color:#343a40;line-height:1.7;margin:0}
.proflux-analytics-section{background:#fff;padding:4.5rem 2rem}
.proflux-analytics-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.proflux-analytics-content h2{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:1.2rem}
.proflux-analytics-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.8rem}
.proflux-analytics-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}
.proflux-feature-row{display:flex;align-items:flex-start;gap:1rem}
.proflux-feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#B2CBC6 0%,#a0bbb6 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.proflux-feature-icon svg{width:24px;height:24px;fill:#212529}
.proflux-feature-info h4{font-size:1.15rem;color:#212529;font-weight:600;margin-bottom:.4rem}
.proflux-feature-info p{font-size:.96rem;color:#495057;line-height:1.6;margin:0}
.proflux-analytics-image img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px #0000001f}
.proflux-contact-finale{background:linear-gradient(135deg,#A88D6D 0%,#967a59 100%);padding:5rem 2rem;position:relative;overflow:hidden}
.proflux-contact-finale::after{content:'';position:absolute;bottom:-30%;left:-10%;width:50%;height:150%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);transform:rotate(25deg)}
.proflux-contact-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.proflux-contact-inner h2{font-size:2.6rem;color:#fff;font-weight:700;margin-bottom:1.2rem}
.proflux-contact-inner p{font-size:1.15rem;color:#f8f9fa;line-height:1.7;margin-bottom:2.5rem}
.proflux-contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}
.proflux-contact-item{font-size:1.05rem;color:#fff;line-height:1.6}
.proflux-contact-item strong{font-weight:600}
.proflux-finale-cta{display:inline-block;background:#fff;color:#A88D6D;padding:1rem 2.5rem;text-decoration:none;border-radius:6px;font-weight:700;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.proflux-finale-cta:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 6px 18px #0003}
@media (max-width: 968px) {
.proflux-hero-grid{grid-template-columns:1fr;gap:2.5rem}
.proflux-hero-text h1{font-size:2.4rem}
.proflux-hero-image img{height:320px}
.proflux-journey-stages{grid-template-columns:1fr}
.proflux-recovery-container{grid-template-columns:1fr;gap:2.5rem}
.proflux-recovery-visual img{height:360px}
.proflux-zone-grid{grid-template-columns:1fr}
.proflux-analytics-wrapper{grid-template-columns:1fr;gap:2.5rem}
.proflux-analytics-image{order:-1}
.proflux-analytics-image img{height:380px}
.proflux-contact-inner h2{font-size:2rem}
}
@media (max-width: 640px) {
.proflux-hero-wrap{padding:3rem 1.5rem 2.5rem}
.proflux-hero-text h1{font-size:1.9rem}
.proflux-hero-text p{font-size:1rem}
.proflux-advantages-header h2{font-size:1.9rem}
.proflux-advantage-item{grid-template-columns:1fr;gap:1rem}
.proflux-advantage-num{width:50px;height:50px;font-size:1.5rem}
.proflux-recovery-details h2{font-size:1.8rem}
.proflux-analytics-content h2{font-size:1.9rem}
.proflux-contact-inner h2{font-size:1.7rem}
}
.contact-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.contact-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b2cbc626 0%,transparent 70%);border-radius:50%}
.contact-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-title{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:1rem;line-height:1.2}
.contact-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px}
.contact-info-section{background:#fff;padding:4rem 2rem}
.contact-info-container{max-width:1200px;margin:0 auto}
.contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}
.contact-info-card{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #A88D6D;transition:transform .3s ease,box-shadow .3s ease}
.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #a88d6d1f}
.contact-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#B2CBC6 0%,#A88D6D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.contact-card-icon svg{width:24px;height:24px;fill:#fff}
.contact-card-label{font-size:.9rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}
.contact-card-value{font-size:1.05rem;color:#212529;line-height:1.6;font-weight:500}
.contact-form-section{background:linear-gradient(to bottom,#f5f6fa 0%,#fff 100%);padding:5rem 2rem;position:relative}
.contact-form-section::after{content:'';position:absolute;bottom:-5%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#ded7e233 0%,transparent 70%);border-radius:50%;pointer-events:none}
.contact-form-wrapper{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;position:relative;z-index:2}
.form-section-title{font-size:2rem;color:#212529;font-weight:700;margin-bottom:.8rem;text-align:center}
.form-section-description{font-size:1rem;color:#6c757d;text-align:center;margin-bottom:2.5rem;line-height:1.6}
.contact-form-grid{display:grid;gap:1.5rem}
.form-input-group{display:flex;flex-direction:column}
.form-input-label{font-size:.95rem;color:#343a40;margin-bottom:.6rem;font-weight:600}
.form-input-label span{color:#A88D6D}
.form-text-input,.form-textarea-input,.form-select-input{padding:.9rem 1rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-text-input:focus,.form-textarea-input:focus,.form-select-input:focus{outline:none;border-color:#A88D6D;background:#fff;box-shadow:0 0 0 3px #a88d6d1a}
.form-textarea-input{min-height:140px;resize:vertical}
.form-checkbox-group{display:flex;align-items:flex-start;gap:.8rem;margin-top:1.5rem}
.form-checkbox-input{width:20px;height:20px;border:2px solid #A88D6D;border-radius:4px;cursor:pointer;flex-shrink:0;margin-top:2px}
.form-checkbox-label{font-size:.95rem;color:#495057;line-height:1.5}
.form-checkbox-label a{color:#A88D6D;text-decoration:underline;font-weight:600}
.form-checkbox-label a:hover{color:#8a7458}
.form-submit-button{background:linear-gradient(135deg,#A88D6D 0%,#8a7458 100%);color:#fff;padding:1rem 3rem;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;width:100%;position:relative;z-index:10}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a88d6d4d}
.form-submit-button:active{transform:translateY(0)}
.response-timeline-section{background:#fff;padding:4.5rem 2rem}
.response-timeline-container{max-width:1000px;margin:0 auto}
.timeline-section-header{text-align:center;margin-bottom:3.5rem}
.timeline-title{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:.8rem}
.timeline-subtitle{font-size:1.05rem;color:#6c757d;line-height:1.6}
.timeline-steps-wrapper{position:relative;padding:2rem 0}
.timeline-step-item{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:3rem;position:relative}
.timeline-step-item:last-child{margin-bottom:0}
.timeline-step-marker{width:80px;height:80px;background:linear-gradient(135deg,#DED7E2 0%,#B2CBC6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#212529;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #b2cbc633}
.timeline-step-content{padding-top:.5rem}
.timeline-step-heading{font-size:1.4rem;color:#212529;font-weight:700;margin-bottom:.7rem}
.timeline-step-description{font-size:1rem;color:#495057;line-height:1.7}
.support-options-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem}
.support-options-container{max-width:1200px;margin:0 auto}
.support-header{text-align:center;margin-bottom:3rem}
.support-main-title{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:.8rem}
.support-main-description{font-size:1.05rem;color:#6c757d;line-height:1.6;max-width:720px;margin:0 auto}
.support-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:2.5rem}
.support-method-box{background:#fff;padding:2.5rem;border-radius:10px;border:2px solid #e9ecef;transition:all .3s ease;position:relative;overflow:hidden}
.support-method-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A88D6D 0%,#B2CBC6 100%);transform:scaleX(0);transition:transform .3s ease}
.support-method-box:hover{border-color:#B2CBC6;box-shadow:0 8px 24px #b2cbc626}
.support-method-box:hover::before{transform:scaleX(1)}
.support-method-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,#A88D6D 0%,#8a7458 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.support-method-icon-wrap svg{width:28px;height:28px;fill:#fff}
.support-method-heading{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:.8rem}
.support-method-text{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.support-best-for-label{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:.5rem}
.support-best-for-text{font-size:.95rem;color:#343a40;line-height:1.5}
@media (max-width: 768px) {
.contact-hero-wrap{padding:3rem 1.5rem 2.5rem}
.contact-hero-title{font-size:2rem}
.contact-hero-subtitle{font-size:1rem}
.contact-cards-grid{grid-template-columns:1fr;gap:1.5rem}
.contact-form-wrapper{padding:2rem 1.5rem}
.form-section-title{font-size:1.6rem}
.timeline-step-item{grid-template-columns:1fr;gap:1rem}
.timeline-step-marker{width:60px;height:60px;font-size:1.4rem;margin:0 auto}
.timeline-step-content{text-align:center}
.support-methods-grid{grid-template-columns:1fr;gap:1.5rem}
.support-main-title,.timeline-title{font-size:1.8rem}
}
@media (max-width: 480px) {
.contact-hero-title{font-size:1.7rem}
.form-submit-button{padding:.9rem 2rem;font-size:1rem}
.contact-form-wrapper{padding:1.5rem 1rem}
}
.about-page-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7}
.about-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#a88d6d14 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:2.8rem;color:#212529;margin:0 0 25px;font-weight:700;letter-spacing:-.5px}
.about-hero-content p{font-size:1.15rem;color:#495057;max-width:720px;margin:0 0 15px}
.about-story-section{padding:80px 20px;background:#fff}
.about-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.about-story-text h2{font-size:2.2rem;color:#212529;margin:0 0 30px;font-weight:700}
.about-story-text p{font-size:1.05rem;color:#495057;margin:0 0 20px}
.about-story-image{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #00000014}
.about-story-image img{width:100%;height:450px;object-fit:cover;display:block}
.about-values-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.about-values-container{max-width:1200px;margin:0 auto}
.about-values-header{text-align:center;margin-bottom:60px}
.about-values-header h2{font-size:2.2rem;color:#212529;margin:0 0 20px;font-weight:700}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.about-value-card{background:#fff;padding:40px 30px;border-radius:8px;border:2px solid #f5f6fa;position:relative;transition:all .3s ease}
.about-value-card:hover{border-color:#A88D6D;transform:translateY(-5px);box-shadow:0 8px 25px #a88d6d26}
.about-value-icon{width:60px;height:60px;background:linear-gradient(135deg,#DED7E2 0%,#B2CBC6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px}
.about-value-icon i{color:#495057;font-size:28px}
.about-value-card h3{font-size:1.4rem;color:#212529;margin:0 0 15px;font-weight:600}
.about-value-card p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.about-approach-section{padding:80px 20px;background:#fff}
.about-approach-container{max-width:1200px;margin:0 auto}
.about-approach-intro{max-width:850px;margin:0 0 50px}
.about-approach-intro h2{font-size:2.2rem;color:#212529;margin:0 0 25px;font-weight:700}
.about-approach-intro p{font-size:1.05rem;color:#495057;margin:0 0 15px}
.about-approach-visual{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:50px}
.about-approach-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.about-approach-img-wrap{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px #0000000f}
.about-approach-img-wrap img{width:100%;height:280px;object-fit:cover;display:block}
.about-approach-img-wrap:first-child{grid-column:1 / -1}
.about-approach-details{display:flex;flex-direction:column;gap:35px}
.about-detail-item{padding-left:50px;position:relative}
.about-detail-item::before{content:'';position:absolute;left:0;top:5px;width:30px;height:30px;background:#A88D6D;border-radius:50%}
.about-detail-item::after{content:'';position:absolute;left:8px;top:5px;color:#fff;font-size:16px;font-weight:700}
.about-detail-item h4{font-size:1.2rem;color:#212529;margin:0 0 10px;font-weight:600}
.about-detail-item p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.about-cta-section{padding:70px 20px;background:linear-gradient(135deg,#A88D6D 0%,#8a7459 100%);text-align:center}
.about-cta-content{max-width:700px;margin:0 auto}
.about-cta-content h2{font-size:2rem;color:#fff;margin:0 0 20px;font-weight:700}
.about-cta-content p{font-size:1.1rem;color:#f5f6fa;margin:0 0 30px}
.about-cta-button{display:inline-block;padding:16px 40px;background:#fff;color:#A88D6D;text-decoration:none;border-radius:6px;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:2px solid #fff}
.about-cta-button:hover{background:none;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}
@media (max-width: 968px) {
.about-hero-content h1{font-size:2.2rem}
.about-story-container{grid-template-columns:1fr;gap:40px}
.about-values-grid{grid-template-columns:1fr;gap:30px}
.about-approach-visual{grid-template-columns:1fr;gap:40px}
.about-approach-images{order:2}
.about-approach-details{order:1}
}
@media (max-width: 640px) {
.about-hero-section{padding:60px 20px 50px}
.about-hero-content h1{font-size:1.8rem}
.about-story-section{padding:60px 20px}
.about-story-text h2,.about-values-header h2,.about-approach-intro h2{font-size:1.8rem}
.about-values-section,.about-approach-section{padding:60px 20px}
.about-detail-item{padding-left:45px}
.about-cta-content h2{font-size:1.7rem}
}
.study-materials-hero{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.study-materials-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b2cbc626 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-title-main{font-size:3rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.hero-subtitle-text{font-size:1.25rem;color:#495057;max-width:700px;line-height:1.6;margin-bottom:2rem}
.hero-meta-info{display:inline-block;background:#fff;padding:.75rem 1.5rem;border-radius:8px;color:#A88D6D;font-weight:600;box-shadow:0 2px 8px #0000000d}
.resources-grid-section{padding:5rem 2rem;background:#fff;position:relative}
.resources-grid-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#DED7E2 50%,transparent 100%)}
.resources-main-container{max-width:1200px;margin:0 auto}
.section-header-text{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.section-intro-para{font-size:1.125rem;color:#495057;line-height:1.7;margin-bottom:3rem;max-width:800px}
.resource-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.resource-card-item{background:#f8f9fa;border-radius:12px;padding:2rem;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}
.resource-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#A88D6D 0%,#B2CBC6 100%);transition:height .3s ease}
.resource-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #a88d6d26;border-color:#DED7E2}
.resource-card-item:hover::before{height:100%}
.card-icon-wrapper{width:50px;height:50px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 2px 8px #0000000f}
.card-icon-wrapper i{font-size:24px;color:#A88D6D}
.card-title-heading{font-size:1.35rem;color:#212529;margin-bottom:.75rem;font-weight:600}
.card-description-text{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:1rem}
.card-meta-detail{font-size:.875rem;color:#A88D6D;font-weight:500}
.featured-guide-showcase{background:linear-gradient(135deg,#f8f9fa 0%,white 100%);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;display:grid;grid-template-columns:1fr 1.2fr;gap:0}
.guide-image-container{position:relative;overflow:hidden;min-height:400px}
.guide-image-container img{width:100%;height:100%;object-fit:cover;display:block}
.guide-content-area{padding:3rem;display:flex;flex-direction:column;justify-content:center}
.guide-badge-label{display:inline-block;background:#A88D6D;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}
.guide-main-heading{font-size:2rem;color:#212529;margin-bottom:1rem;font-weight:700;line-height:1.3}
.guide-description-content{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.guide-features-list{list-style:none;padding:0;margin:0 0 2rem}
.guide-features-list li{padding:.5rem 0;color:#343a40;font-size:.95rem;display:flex;align-items:center;gap:.75rem}
.guide-features-list li::before{content:'';color:#B2CBC6;font-weight:700;font-size:1.2rem}
.guide-cta-button{display:inline-block;background:#A88D6D;color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;text-align:center;border:2px solid #A88D6D}
.guide-cta-button:hover{background:#96795a;border-color:#96795a;transform:translateY(-2px);box-shadow:0 4px 12px #a88d6d4d}
.learning-paths-narrative{padding:5rem 2rem;background:linear-gradient(180deg,white 0%,#fafbfc 100%)}
.narrative-content-wrap{max-width:1100px;margin:0 auto}
.narrative-story-flow{display:flex;flex-direction:column;gap:4rem}
.story-block-container{display:grid;grid-template-columns:80px 1fr;gap:2rem;position:relative}
.story-block-container:not(:last-child)::after{content:'';position:absolute;left:40px;top:80px;width:2px;height:calc(100% - 60px);background:linear-gradient(180deg,#B2CBC6 0%,#DED7E2 100%)}
.story-marker-circle{width:80px;height:80px;background:#fff;border:3px solid #A88D6D;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#A88D6D;flex-shrink:0;box-shadow:0 4px 12px #a88d6d33;position:relative;z-index:2}
.story-content-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #B2CBC6}
.story-phase-title{font-size:1.75rem;color:#212529;margin-bottom:.75rem;font-weight:700}
.story-phase-subtitle{font-size:1rem;color:#A88D6D;margin-bottom:1.5rem;font-weight:600}
.story-narrative-text{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.story-highlights-box{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:1.5rem}
.highlights-box-title{font-size:.95rem;color:#343a40;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}
.highlights-items-list{display:flex;flex-wrap:wrap;gap:.75rem}
.highlight-tag-item{background:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;color:#495057;border:1px solid #DED7E2;transition:all .2s ease}
.highlight-tag-item:hover{border-color:#B2CBC6;background:#fafbfc}
@media (max-width: 768px) {
.study-materials-hero{padding:3rem 1.5rem 2.5rem}
.hero-title-main{font-size:2rem}
.hero-subtitle-text{font-size:1.05rem}
.resources-grid-section{padding:3rem 1.5rem}
.section-header-text{font-size:1.875rem}
.resource-cards-grid{grid-template-columns:1fr;gap:1.5rem}
.featured-guide-showcase{grid-template-columns:1fr}
.guide-image-container{min-height:300px}
.guide-content-area{padding:2rem}
.guide-main-heading{font-size:1.5rem}
.learning-paths-narrative{padding:3rem 1.5rem}
.story-block-container{grid-template-columns:60px 1fr;gap:1.5rem}
.story-block-container:not(:last-child)::after{left:30px;top:60px}
.story-marker-circle{width:60px;height:60px;font-size:1.5rem}
.story-content-block{padding:1.75rem}
.story-phase-title{font-size:1.35rem}
.narrative-story-flow{gap:3rem}
}
@media (max-width: 480px) {
.hero-title-main{font-size:1.75rem}
.resource-card-item{padding:1.5rem}
.guide-features-list li{font-size:.875rem}
.highlights-items-list{flex-direction:column}
.highlight-tag-item{text-align:center}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-header-section{background:linear-gradient(to right,#A88D6D,#B2CBC6);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-policy-header-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,#ffffff08 10px,#ffffff08 20px)}
.cookie-policy-header-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.cookie-policy-main-title{font-size:3rem;color:#fff;margin:0 0 20px;font-weight:700;letter-spacing:-.5px;line-height:1.2}
.cookie-policy-last-updated{color:#fff;font-size:1rem;opacity:.95;font-weight:400}
.cookie-policy-content-container{max-width:900px;margin:0 auto;padding:60px 30px 80px;background:#fff;box-shadow:0 2px 20px #a88d6d14;position:relative;top:-30px;border-radius:8px}
.cookie-intro-block{margin-bottom:50px;padding:30px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:4px solid #A88D6D;border-radius:4px}
.cookie-intro-block p{color:#343a40;font-size:1.1rem;line-height:1.8;margin:0 0 15px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-section-wrapper{margin-bottom:55px}
.cookie-section-title{font-size:1.9rem;color:#212529;margin:0 0 25px;font-weight:600;position:relative;padding-bottom:15px}
.cookie-section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:3px;background:linear-gradient(to right,#A88D6D,#B2CBC6);border-radius:2px}
.cookie-text-content{color:#495057;font-size:1.05rem;line-height:1.75;margin:0 0 20px}
.cookie-subsection-heading{font-size:1.4rem;color:#343a40;margin:35px 0 18px;font-weight:600}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:30px 0}
.cookie-type-card{background:#fafbfc;border:1px solid #DED7E2;border-radius:6px;padding:28px;transition:all .3s ease;position:relative;overflow:hidden}
.cookie-type-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(to bottom,#A88D6D,#B2CBC6);opacity:0;transition:opacity .3s ease}
.cookie-type-card:hover{transform:translateX(8px);box-shadow:0 4px 15px #a88d6d1f}
.cookie-type-card:hover::before{opacity:1}
.cookie-type-name{font-size:1.3rem;color:#A88D6D;margin:0 0 12px;font-weight:600}
.cookie-type-description{color:#495057;font-size:1rem;line-height:1.7;margin:0 0 15px}
.cookie-type-example{color:#6c757d;font-size:.95rem;font-style:italic;margin:0;padding-left:20px;border-left:2px solid #B2CBC6}
.cookie-list-standard{margin:25px 0;padding-left:0;list-style:none}
.cookie-list-standard li{color:#495057;font-size:1.05rem;line-height:1.75;margin-bottom:15px;padding-left:30px;position:relative}
.cookie-list-standard li::before{content:'◆';position:absolute;left:0;color:#A88D6D;font-size:1.2rem}
.cookie-control-box{background:linear-gradient(135deg,#DED7E2 0%,#B2CBC6 100%);padding:35px;border-radius:8px;margin:40px 0;box-shadow:0 3px 12px #a88d6d1a}
.cookie-control-title{font-size:1.5rem;color:#212529;margin:0 0 20px;font-weight:600}
.cookie-control-box p{color:#343a40;font-size:1.05rem;line-height:1.75;margin:0 0 15px}
.cookie-control-box p:last-child{margin-bottom:0}
.cookie-browser-guide{background:#fff;padding:30px;border-radius:6px;margin:30px 0;border:2px solid #f8f9fa}
.cookie-browser-list{margin:20px 0 0;padding-left:0;list-style:none}
.cookie-browser-item{padding:18px 0;border-bottom:1px solid #f8f9fa}
.cookie-browser-item:last-child{border-bottom:none}
.cookie-browser-name{font-size:1.15rem;color:#A88D6D;font-weight:600;margin-bottom:8px}
.cookie-browser-path{color:#6c757d;font:.95rem/1.6 'Courier New',monospace}
.cookie-contact-section{background:#f8f9fa;padding:40px;border-radius:8px;margin-top:50px;text-align:center;border:1px solid #DED7E2}
.cookie-contact-section h3{font-size:1.6rem;color:#212529;margin:0 0 20px;font-weight:600}
.cookie-contact-section p{color:#495057;font-size:1.05rem;line-height:1.75;margin:0 0 25px}
.cookie-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.cookie-contact-item{color:#343a40;font-size:1rem;text-decoration:none;transition:color .3s ease}
.cookie-contact-item:hover{color:#A88D6D}
.cookie-highlight-text{background:linear-gradient(120deg,#b2cbc64d 0%,#ded7e24d 100%);padding:2px 6px;border-radius:3px;font-weight:500}
@media (max-width: 768px) {
.cookie-policy-main-title{font-size:2.2rem}
.cookie-policy-header-section{padding:60px 20px 40px}
.cookie-policy-content-container{padding:40px 20px 60px;top:-20px}
.cookie-section-title{font-size:1.6rem}
.cookie-subsection-heading{font-size:1.25rem}
.cookie-type-card{padding:22px}
.cookie-control-box{padding:25px 20px}
.cookie-contact-section{padding:30px 20px}
.cookie-browser-guide{padding:20px}
}
@media (max-width: 480px) {
.cookie-policy-main-title{font-size:1.8rem}
.cookie-policy-content-container{padding:30px 15px 50px}
.cookie-intro-block{padding:20px}
.cookie-section-title{font-size:1.4rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:80px 20px}
.privacy-policy-container{max-width:920px;margin:0 auto;background:#fff;padding:60px;border-radius:8px;box-shadow:0 4px 20px #a88d6d14}
.privacy-policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #B2CBC6}
.privacy-policy-header h1{font-size:42px;color:#212529;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}
.privacy-last-updated{font-size:15px;color:#6c757d;font-style:italic}
.privacy-intro-section{margin-bottom:45px;padding:30px;background:linear-gradient(120deg,#f5f6fa 0%,#fafbfc 100%);border-left:4px solid #A88D6D;border-radius:4px}
.privacy-intro-section p{font-size:16px;line-height:1.8;color:#343a40;margin-bottom:0}
.privacy-content-block{margin-bottom:55px}
.privacy-section-title{font-size:28px;color:#212529;margin-bottom:20px;font-weight:600;padding-left:20px;border-left:5px solid #DED7E2}
.privacy-subsection-title{font-size:21px;color:#343a40;margin:30px 0 15px;font-weight:600}
.privacy-text-paragraph{font-size:16px;line-height:1.75;color:#495057;margin-bottom:18px}
.privacy-list-standard{margin:20px 0;padding-left:25px}
.privacy-list-standard li{font-size:16px;line-height:1.75;color:#495057;margin-bottom:12px;position:relative;padding-left:10px}
.privacy-list-standard li::marker{color:#A88D6D}
.privacy-highlight-box{background:#f8f9fa;padding:25px;border-radius:6px;margin:25px 0;border:1px solid #e9ecef}
.privacy-highlight-box p{font-size:16px;line-height:1.75;color:#343a40;margin-bottom:10px}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table th{background:linear-gradient(135deg,#B2CBC6 0%,#A88D6D 100%);color:#fff;padding:15px;text-align:left;font-size:15px;font-weight:600}
.privacy-data-table td{padding:15px;border-bottom:1px solid #e9ecef;font-size:15px;color:#495057;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
.privacy-contact-box{background:linear-gradient(135deg,#DED7E2 0%,#B2CBC6 100%);padding:40px;border-radius:8px;margin-top:50px;text-align:center}
.privacy-contact-box h3{font-size:24px;color:#212529;margin-bottom:20px;font-weight:600}
.privacy-contact-details{font-size:16px;color:#343a40;line-height:1.8;margin-bottom:10px}
.privacy-contact-link{color:#A88D6D;text-decoration:none;font-weight:500;transition:color .3s ease}
.privacy-contact-link:hover{color:#8a7159;text-decoration:underline}
.privacy-emphasis{font-weight:600;color:#212529}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 15px}
.privacy-policy-container{padding:30px 20px}
.privacy-policy-header h1{font-size:32px}
.privacy-section-title{font-size:24px;padding-left:15px}
.privacy-subsection-title{font-size:19px}
.privacy-text-paragraph,.privacy-list-standard li{font-size:15px}
.privacy-intro-section{padding:20px}
.privacy-data-table th,.privacy-data-table td{padding:12px 10px;font-size:14px}
.privacy-contact-box{padding:25px 20px}
}
@media (max-width: 480px) {
.privacy-policy-header h1{font-size:28px}
.privacy-section-title{font-size:22px}
.privacy-data-table{font-size:13px}
.privacy-data-table th,.privacy-data-table td{padding:10px 8px}
}
.refund-policy-container{max-width:900px;margin:0 auto;padding:80px 20px;background:#fff}
.refund-hero-section{text-align:center;margin-bottom:70px;padding:50px 30px;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:8px;border-left:5px solid #A88D6D}
.refund-hero-section h1{font-size:2.8em;color:#212529;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}
.refund-last-updated{display:inline-block;background:#B2CBC6;color:#212529;padding:8px 20px;border-radius:20px;font-size:.9em;font-weight:500;margin-top:15px}
.refund-intro-text{background:#fff;padding:40px;border-radius:8px;margin-bottom:50px;border:2px solid #f5f6fa;box-shadow:0 2px 8px #a88d6d14}
.refund-intro-text p{color:#495057;font-size:1.05em;line-height:1.8;margin-bottom:15px}
.refund-section-block{margin-bottom:55px;background:#fafbfc;padding:40px;border-radius:8px;border-top:3px solid #DED7E2}
.refund-section-block h2{color:#212529;font-size:1.9em;margin-bottom:25px;font-weight:600;display:flex;align-items:center;gap:12px}
.refund-section-number{background:#A88D6D;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1em;font-weight:700;flex-shrink:0}
.refund-section-block p{color:#495057;font-size:1.02em;line-height:1.75;margin-bottom:18px}
.refund-criteria-list{list-style:none;padding:0;margin:25px 0}
.refund-criteria-list li{padding:18px 20px 18px 55px;margin-bottom:15px;background:#fff;border-radius:6px;position:relative;color:#343a40;font-size:1em;line-height:1.6;border-left:4px solid #B2CBC6;box-shadow:0 1px 4px #0000000d}
.refund-criteria-list li:before{content:"";position:absolute;left:20px;top:18px;background:#B2CBC6;color:#212529;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9em}
.refund-process-steps{display:grid;grid-template-columns:1fr;gap:20px;margin:30px 0}
.refund-step-card{background:#fff;padding:30px;border-radius:8px;position:relative;padding-left:85px;border:2px solid #f5f6fa;transition:all .3s ease}
.refund-step-card:hover{border-color:#DED7E2;box-shadow:0 4px 12px #a88d6d1f}
.refund-step-marker{position:absolute;left:25px;top:30px;width:50px;height:50px;background:linear-gradient(135deg,#A88D6D 0%,#B2CBC6 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3em;font-weight:700;box-shadow:0 3px 8px #a88d6d40}
.refund-step-card h3{color:#212529;font-size:1.3em;margin-bottom:12px;font-weight:600}
.refund-step-card p{color:#495057;font-size:.98em;line-height:1.7;margin-bottom:0}
.refund-timeline-notice{background:#f8f9fa;padding:25px 30px;border-radius:8px;margin:30px 0;border-left:5px solid #A88D6D}
.refund-timeline-notice strong{color:#212529;display:block;margin-bottom:8px;font-size:1.05em}
.refund-timeline-notice p{color:#495057;margin-bottom:0;line-height:1.7}
.refund-scenario-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:35px 0}
.refund-scenario-card{background:#fff;padding:30px;border-radius:8px;border:2px solid #DED7E2;transition:all .3s ease}
.refund-scenario-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #a88d6d26}
.refund-scenario-icon{width:60px;height:60px;background:linear-gradient(135deg,#B2CBC6 0%,#DED7E2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.8em}
.refund-scenario-card h3{color:#212529;font-size:1.2em;margin-bottom:15px;font-weight:600}
.refund-scenario-card p{color:#495057;font-size:.95em;line-height:1.65;margin-bottom:0}
.refund-payment-methods{background:#fff;padding:35px;border-radius:8px;border:2px solid #B2CBC6;margin:30px 0}
.refund-payment-methods h3{color:#212529;font-size:1.4em;margin-bottom:20px;font-weight:600}
.refund-method-item{display:flex;align-items:flex-start;gap:15px;padding:18px 0;border-bottom:1px solid #f5f6fa}
.refund-method-item:last-child{border-bottom:none}
.refund-method-badge{background:#DED7E2;color:#212529;padding:6px 14px;border-radius:5px;font-size:.85em;font-weight:600;white-space:nowrap;min-width:120px;text-align:center}
.refund-method-item p{color:#495057;font-size:.98em;line-height:1.65;margin:0;flex:1}
.refund-important-box{background:linear-gradient(135deg,#DED7E2 0%,#f8f9fa 100%);padding:35px;border-radius:8px;margin:40px 0;border:2px solid #A88D6D}
.refund-important-box h3{color:#212529;font-size:1.4em;margin-bottom:20px;font-weight:600;display:flex;align-items:center;gap:10px}
.refund-important-box h3:before{content:"";font-size:1.3em}
.refund-important-box ul{list-style:none;padding:0;margin:0}
.refund-important-box ul li{color:#343a40;font-size:1em;line-height:1.7;margin-bottom:12px;padding-left:30px;position:relative}
.refund-important-box ul li:before{content:"•";position:absolute;left:12px;color:#A88D6D;font-size:1.4em;font-weight:700}
.refund-contact-cta{background:#A88D6D;color:#fff;padding:45px;border-radius:8px;text-align:center;margin-top:50px;box-shadow:0 4px 12px #a88d6d33}
.refund-contact-cta h2{color:#fff;font-size:1.8em;margin-bottom:15px;font-weight:600}
.refund-contact-cta p{color:#fff;font-size:1.05em;line-height:1.7;margin-bottom:25px;opacity:.95}
.refund-contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:25px}
.refund-contact-item{display:flex;align-items:center;gap:10px;color:#fff;font-size:1em}
.refund-contact-item strong{font-weight:600}
@media (max-width: 768px) {
.refund-policy-container{padding:50px 15px}
.refund-hero-section{padding:35px 20px;margin-bottom:50px}
.refund-hero-section h1{font-size:2em}
.refund-section-block{padding:30px 20px;margin-bottom:40px}
.refund-section-block h2{font-size:1.5em;flex-direction:column;align-items:flex-start;gap:15px}
.refund-step-card{padding:25px 20px}
.refund-step-marker{position:static;margin-bottom:15px}
.refund-scenario-grid{grid-template-columns:1fr}
.refund-contact-cta{padding:35px 20px}
.refund-contact-details{flex-direction:column;gap:15px;align-items:center}
.refund-method-item{flex-direction:column;gap:10px}
.refund-method-badge{width:100%}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-container{max-width:720px;margin:0 auto;padding:80px 24px 60px;text-align:center}
.success-icon-circle{width:120px;height:120px;background:linear-gradient(135deg,#B2CBC6 0%,#A88D6D 100%);border-radius:50%;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse 1.2s ease-out}
.success-icon-circle::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #B2CBC6;border-radius:50%;opacity:.3;animation:successRipple 1.5s ease-out infinite}
.success-checkmark{width:56px;height:56px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:checkmarkDraw .8s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes successPulse {
0%{transform:scale(0.8);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
@keyframes successRipple {
0%{transform:scale(1);opacity:.4}
100%{transform:scale(1.3);opacity:0}
}
@keyframes checkmarkDraw {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.success-subheading{font-size:19px;color:#495057;margin:0 0 48px;line-height:1.6;font-weight:400}
.success-info-section{background:#fff;border-radius:12px;padding:40px 32px;margin:0 0 36px;box-shadow:0 2px 12px #a88d6d14;border:1px solid #DED7E2;text-align:left}
.success-detail-item{margin:0 0 24px;padding:0 0 24px;border-bottom:1px solid #f5f6fa}
.success-detail-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.success-detail-label{font-size:14px;font-weight:600;color:#A88D6D;text-transform:uppercase;letter-spacing:.8px;margin:0 0 8px;display:block}
.success-detail-content{font-size:17px;color:#343a40;line-height:1.7;margin:0}
.success-actions-wrapper{margin:48px 0 0;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{background:linear-gradient(135deg,#A88D6D 0%,#9a7d5d 100%);color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #a88d6d40}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a88d6d59;background:linear-gradient(135deg,#9a7d5d 0%,#A88D6D 100%)}
.success-btn-secondary{background:#fff;color:#A88D6D;padding:16px 36px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;border:2px solid #A88D6D;cursor:pointer}
.success-btn-secondary:hover{background:#fafbfc;transform:translateY(-2px);box-shadow:0 4px 12px #a88d6d26}
.success-contact-box{background:linear-gradient(135deg,#DED7E2 0%,#f5f6fa 100%);border-radius:12px;padding:32px;margin:48px 0 0;text-align:center}
.success-contact-title{font-size:20px;font-weight:700;color:#212529;margin:0 0 16px}
.success-contact-text{font-size:16px;color:#495057;margin:0 0 20px;line-height:1.6}
.success-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.success-contact-link{color:#A88D6D;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:color .3s ease}
.success-contact-link:hover{color:#9a7d5d}
.success-address-text{font-size:14px;color:#495057;margin:8px 0 0;line-height:1.5}
@media (max-width: 768px) {
.success-confirmation-container{padding:60px 20px 40px}
.success-icon-circle{width:100px;height:100px}
.success-icon-circle::before{width:120px;height:120px}
.success-checkmark{width:48px;height:48px}
.success-main-heading{font-size:32px}
.success-subheading{font-size:17px;margin-bottom:36px}
.success-info-section{padding:28px 24px}
.success-actions-wrapper{flex-direction:column;margin-top:36px}
.success-btn-primary,.success-btn-secondary{width:100%;justify-content:center;padding:14px 28px}
.success-contact-box{padding:28px 24px;margin-top:36px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:28px}
.success-subheading{font-size:16px}
.success-info-section{padding:24px 20px}
.success-contact-title{font-size:18px}
}