:root{--primary-hue:#A3A3C4;--secondary-hue:#CCC5E1;--tertiary-hue:#F2EDF6;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--bg-white:#fff;--bg-light:#fafbfc;--bg-cream:#f8f9fa;--shadow-subtle:0 2px 8px #a3a3c41f;--shadow-medium:0 4px 16px #a3a3c42e;--transition-smooth:all .3s ease}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light);min-height:100vh;display:flex;flex-direction:column}
a{text-decoration:none;color:inherit;transition:var(--transition-smooth)}
img{max-width:100%;height:auto;display:block}
.header_wrapper_7kx{background:linear-gradient(135deg,var(--tertiary-hue) 0%,var(--bg-white) 100%);box-shadow:var(--shadow-subtle);position:relative;z-index:100}
.header_inner_9pq{max-width:1280px;margin:0 auto;padding:0 24px}
.header_top_row_4mt{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #a3a3c426}
.logo_container_2wf{display:flex;align-items:center;gap:14px;position:relative;z-index:110}
.logo_img_5rh{height:62px;width:62px;object-fit:contain;aspect-ratio:1/1}
.company_name_8dj{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:var(--text-dark);letter-spacing:-.02em;text-align:right}
.header_bottom_row_3fn{padding:16px 0}
.navigation_main_6kl{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;list-style:none}
.nav_item_1vb{position:relative}
.nav_link_7ws{display:block;padding:12px 24px;font-size:1rem;font-weight:500;color:var(--text-medium);border-radius:8px;transition:var(--transition-smooth);min-height:44px;display:flex;align-items:center}
.nav_link_7ws:hover,.nav_link_7ws:focus{color:var(--primary-hue);background-color:#a3a3c414;outline:none}
.nav_link_7ws:focus-visible{outline:2px solid var(--primary-hue);outline-offset:2px}
.nav_divider_9xm{width:1px;height:20px;background:linear-gradient(180deg,transparent,var(--secondary-hue),transparent)}
main{flex:1}
.footer_wrapper_4bz{background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%);color:var(--bg-white);padding:56px 0 0;margin-top:80px}
.footer_inner_8kp{max-width:1280px;margin:0 auto;padding:0 24px}
.footer_content_3rx{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;padding-bottom:48px;border-bottom:1px solid #fff3}
.footer_section_5mw{display:flex;flex-direction:column;gap:20px}
.footer_title_2hp{font-size:1.125rem;font-weight:700;margin-bottom:8px;letter-spacing:.02em}
.footer_logo_container_6qn{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.footer_logo_img_9zt{height:56px;width:56px;object-fit:contain}
.footer_company_name_1kb{font-size:1.25rem;font-weight:700}
.footer_text_7pl{font-size:.9375rem;line-height:1.7;opacity:.95;margin:8px 0}
.contact_item_4wn{display:flex;align-items:flex-start;gap:10px;margin:10px 0}
.contact_label_8fx{font-weight:600;min-width:60px;opacity:.9}
.contact_value_3bm{opacity:.95;word-break:break-word}
.contact_link_5rw{color:var(--bg-white);transition:var(--transition-smooth)}
.contact_link_5rw:hover,.contact_link_5rw:focus{opacity:.8;outline:none}
.footer_links_list_2vn{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item_9jx{font-size:.9375rem}
.footer_link_7kd{color:var(--bg-white);transition:var(--transition-smooth);display:inline-block;padding:4px 0;min-height:44px;display:flex;align-items:center}
.footer_link_7kd:hover,.footer_link_7kd:focus{opacity:.8;outline:none}
.footer_link_7kd:focus-visible{outline:2px solid var(--bg-white);outline-offset:2px}
.footer_disclaimer_8np{background:#ffffff1a;padding:24px;margin:32px 0;border-radius:8px;border-left:4px solid var(--bg-white)}
.disclaimer_title_4wx{font-size:1rem;font-weight:700;margin-bottom:12px;letter-spacing:.02em}
.disclaimer_text_6ml{font-size:.875rem;line-height:1.7;opacity:.92}
.footer_bottom_1zp{padding:24px 0;text-align:center;font-size:.875rem;opacity:.9}
.consent_overlay_3kb{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#a3a3c4f7 0%,#ccc5e1f7 100%);backdrop-filter:blur(10px);padding:28px 24px;box-shadow:0 -4px 24px #00000026;z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1);border-top:3px solid var(--primary-hue)}
.consent_overlay_3kb.show_consent_9fm{transform:translateY(0)}
.consent_container_7wx{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.consent_text_section_4nq{flex:1;min-width:280px}
.consent_heading_8vr{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}
.consent_message_2pl{font-size:.9375rem;color:var(--text-medium);line-height:1.6;margin-bottom:12px}
.consent_policy_link_5kw{color:var(--text-dark);text-decoration:underline;font-weight:600;transition:var(--transition-smooth)}
.consent_policy_link_5kw:hover,.consent_policy_link_5kw:focus{opacity:.7;outline:none}
.consent_actions_6bm{display:flex;gap:16px;flex-wrap:wrap}
.consent_btn_8rf{padding:12px 28px;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:var(--transition-smooth);min-width:140px;min-height:44px;font-family:inherit}
.consent_accept_4jz{background-color:var(--text-dark);color:var(--bg-white)}
.consent_accept_4jz:hover,.consent_accept_4jz:focus{background-color:#343a40;outline:none}
.consent_accept_4jz:focus-visible{outline:2px solid var(--text-dark);outline-offset:2px}
.consent_decline_7nw{background-color:transparent;color:var(--text-dark);border:2px solid var(--text-dark)}
.consent_decline_7nw:hover,.consent_decline_7nw:focus{background-color:#21252914;outline:none}
.consent_decline_7nw:focus-visible{outline:2px solid var(--text-dark);outline-offset:2px}
@media (prefers-color-scheme: dark) {
:root{--text-dark:#f8f9fa;--text-medium:#dee2e6;--text-light:#adb5bd;--bg-white:#212529;--bg-light:#1a1d21;--bg-cream:#2d3238}
.header_wrapper_7kx{background:linear-gradient(135deg,#2d3238 0%,#212529 100%)}
.footer_wrapper_4bz{background:linear-gradient(135deg,#6b6b8a 0%,#8a849e 100%)}
.consent_overlay_3kb{background:linear-gradient(135deg,#6b6b8af7 0%,#8a849ef7 100%)}
}
@media (max-width: 768px) {
.header_top_row_4mt{flex-direction:column;gap:16px;text-align:center;padding:16px 0}
.company_name_8dj{text-align:center}
.navigation_main_6kl{flex-direction:column;gap:4px;width:100%}
.nav_item_1vb{width:100%}
.nav_link_7ws{justify-content:center;width:100%}
.nav_divider_9xm{display:none}
.footer_content_3rx{grid-template-columns:1fr;gap:32px}
.consent_container_7wx{flex-direction:column;gap:20px}
.consent_actions_6bm{width:100%;flex-direction:column}
.consent_btn_8rf{width:100%}
}
@media (max-width: 480px) {
.header_inner_9pq,.footer_inner_8kp{padding:0 16px}
.logo_img_5rh{height:50px;width:50px}
.company_name_8dj{font-size:1.125rem}
.nav_link_7ws{padding:10px 16px;font-size:.9375rem}
.footer_disclaimer_8np{padding:16px}
}
.index-hero-wrapper{background:linear-gradient(135deg,#F2EDF6 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.index-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ccc5e14d 0%,transparent 70%);border-radius:50%;z-index:0}
.index-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.index-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-hero-text h1{font-size:3.2rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.index-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px}
.index-hero-text .hero-detail{background:#fff;padding:24px;border-radius:8px;border-left:4px solid #A3A3C4;margin-top:30px;box-shadow:0 2px 8px #0000000f}
.index-hero-image-wrap{position:relative}
.index-hero-image-wrap img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.index-cta-primary{display:inline-block;background:#A3A3C4;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;margin-top:24px;transition:all .3s ease;box-shadow:0 4px 12px #a3a3c44d}
.index-cta-primary:hover{background:#8d8db0;transform:translateY(-2px);box-shadow:0 6px 16px #a3a3c466}
.index-workflow-section{background:#fff;padding:80px 20px;position:relative}
.index-workflow-container{max-width:1100px;margin:0 auto}
.index-workflow-header{text-align:center;margin-bottom:60px}
.index-workflow-header h2{font-size:2.6rem;color:#212529;margin-bottom:16px;font-weight:700}
.index-workflow-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.index-workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.index-workflow-card{background:linear-gradient(135deg,#F2EDF6 0%,#fff 100%);padding:32px;border-radius:10px;position:relative;border:2px solid #CCC5E1;transition:all .3s ease}
.index-workflow-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #a3a3c426}
.index-workflow-number{width:50px;height:50px;background:#A3A3C4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:20px}
.index-workflow-card h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.index-workflow-card p{font-size:1rem;color:#495057;line-height:1.6}
.index-workflow-visual{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.index-workflow-visual img{width:100%;height:340px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #0000001a}
.index-benefits-section{background:linear-gradient(180deg,#F2EDF6 0%,#fff 100%);padding:80px 20px}
.index-benefits-container{max-width:1200px;margin:0 auto}
.index-benefits-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;margin-bottom:60px}
.index-benefits-text h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-benefits-text p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:18px}
.index-benefits-image img{width:100%;height:360px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #0000001a}
.index-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}
.index-benefit-item{background:#fff;padding:28px;border-radius:8px;border:1px solid #CCC5E1;transition:all .3s ease}
.index-benefit-item:hover{border-color:#A3A3C4;box-shadow:0 4px 16px #a3a3c41f}
.index-benefit-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.index-benefit-item p{font-size:.98rem;color:#495057;line-height:1.6}
.index-testimonial-section{background:#fff;padding:80px 20px;position:relative}
.index-testimonial-container{max-width:1100px;margin:0 auto}
.index-testimonial-header{text-align:center;margin-bottom:50px}
.index-testimonial-header h2{font-size:2.5rem;color:#212529;margin-bottom:14px;font-weight:700}
.index-testimonial-header p{font-size:1.08rem;color:#495057;max-width:650px;margin:0 auto}
.index-testimonial-cards{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.index-testimonial-card{background:linear-gradient(135deg,#fff 0%,#F2EDF6 100%);padding:36px;border-radius:10px;box-shadow:0 4px 12px #00000014;position:relative}
.index-testimonial-profile{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.index-testimonial-profile img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #CCC5E1}
.index-testimonial-info h4{font-size:1.2rem;color:#212529;margin-bottom:4px;font-weight:600}
.index-testimonial-info p{font-size:.95rem;color:#6c757d}
.index-testimonial-quote{font-size:1.02rem;color:#495057;line-height:1.7;font-style:italic;position:relative;padding-left:20px;border-left:3px solid #A3A3C4}
.index-testimonial-visual{margin-top:50px;text-align:center}
.index-testimonial-visual img{width:100%;max-width:900px;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000001f}
@media (max-width: 768px) {
.index-hero-grid{grid-template-columns:1fr;gap:40px}
.index-hero-text h1{font-size:2.2rem}
.index-hero-image-wrap img{height:300px}
.index-workflow-steps{grid-template-columns:1fr;gap:30px}
.index-workflow-visual{grid-template-columns:1fr;gap:30px}
.index-workflow-visual img{height:280px}
.index-benefits-intro{grid-template-columns:1fr;gap:30px}
.index-benefits-image img{height:280px}
.index-benefits-grid{grid-template-columns:1fr;gap:20px}
.index-testimonial-cards{grid-template-columns:1fr;gap:30px}
.index-testimonial-visual img{height:280px}
}
.contact-hub-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-zone{background:linear-gradient(165deg,#F2EDF6 0%,#fff 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#a3a3c414 0%,transparent 70%);pointer-events:none}
.contact-hero-content{max-width:750px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.dual-approach-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}
.info-card-block{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #F2EDF6;transition:transform .3s ease,box-shadow .3s ease}
.info-card-block:hover{transform:translateY(-4px);box-shadow:0 6px 20px #a3a3c426}
.info-card-block h2{font-size:1.7rem;color:#212529;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:.8rem}
.info-card-block h2::before{content:'';width:4px;height:28px;background:linear-gradient(180deg,#A3A3C4 0%,#CCC5E1 100%);border-radius:2px}
.contact-detail-item{margin-bottom:1.8rem;padding-left:2.2rem;position:relative}
.contact-detail-item:last-child{margin-bottom:0}
.contact-detail-item strong{display:block;font-size:.9rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}
.contact-detail-item span,.contact-detail-item a{display:block;font-size:1.05rem;color:#343a40;line-height:1.6}
.contact-detail-item a{color:#A3A3C4;text-decoration:none;transition:color .2s ease}
.contact-detail-item a:hover{color:#8a8aae;text-decoration:underline}
.contact-detail-item::before{content:'→';position:absolute;left:0;top:2.2rem;color:#CCC5E1;font-weight:600;font-size:1.1rem}
.form-card-block{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #F2EDF6}
.form-card-block h2{font-size:1.7rem;color:#212529;margin-bottom:1rem;font-weight:600}
.form-intro-text{color:#6c757d;font-size:1rem;line-height:1.6;margin-bottom:2rem}
.contact-form-area{display:flex;flex-direction:column;gap:1.5rem}
.form-group-custom{display:flex;flex-direction:column}
.form-group-custom label{font-size:.95rem;color:#495057;margin-bottom:.5rem;font-weight:500}
.form-group-custom input,.form-group-custom textarea{padding:.9rem 1.1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:border-color .2s ease,background-color .2s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus{outline:none;border-color:#A3A3C4;background:#fff}
.form-group-custom textarea{min-height:140px;resize:vertical}
.privacy-consent-wrapper{display:flex;align-items:flex-start;gap:.8rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}
.privacy-consent-wrapper input[type="checkbox"]{margin-top:.2rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-consent-wrapper label{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer;margin:0}
.privacy-consent-wrapper a{color:#A3A3C4;text-decoration:underline}
.privacy-consent-wrapper a:hover{color:#8a8aae}
.submit-btn-custom{background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%);color:#fff;padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #a3a3c440;align-self:flex-start;position:relative;z-index:10}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 6px 18px #a3a3c459}
.submit-btn-custom:active{transform:translateY(0)}
.visual-context-section{background:linear-gradient(135deg,#fff 0%,#F2EDF6 100%);padding:4rem 1.5rem}
.visual-context-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.context-text-area h3{font-size:2rem;color:#212529;margin-bottom:1.2rem;font-weight:600;line-height:1.3}
.context-text-area p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.context-text-area p:last-child{margin-bottom:0}
.context-image-area img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001a;display:block}
.workflow-showcase-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
.workflow-showcase-section h3{font-size:2rem;color:#212529;margin-bottom:2.5rem;font-weight:600;text-align:center}
.workflow-split-display{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.workflow-image-zone img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001a;display:block}
.workflow-points-list{display:flex;flex-direction:column;gap:1.8rem}
.workflow-point-item{background:#fff;padding:1.8rem;border-radius:10px;box-shadow:0 2px 10px #0000000d;border-left:4px solid #A3A3C4;transition:transform .2s ease,box-shadow .2s ease}
.workflow-point-item:hover{transform:translateX(6px);box-shadow:0 4px 16px #a3a3c426}
.workflow-point-item h4{font-size:1.25rem;color:#212529;margin-bottom:.6rem;font-weight:600}
.workflow-point-item p{font-size:1rem;color:#6c757d;line-height:1.6;margin:0}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2rem}
.contact-hero-content p{font-size:1rem}
.approach-grid{grid-template-columns:1fr;gap:2rem}
.info-card-block,.form-card-block{padding:2rem}
.visual-context-inner{grid-template-columns:1fr;gap:2rem}
.context-text-area{order:2}
.context-image-area{order:1}
.workflow-split-display{grid-template-columns:1fr;gap:2rem}
.workflow-image-zone{order:1}
.workflow-points-list{order:2}
.contact-hero-zone{padding:3rem 1.5rem 2.5rem}
.dual-approach-section,.workflow-showcase-section{padding:3rem 1.5rem}
.visual-context-section{padding:3rem 1.5rem}
.submit-btn-custom{width:100%;text-align:center}
}
.about-story-wrapper{background:linear-gradient(135deg,#F2EDF6 0%,#fff 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.about-story-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a3a3c41f 0%,transparent 70%);border-radius:50%;z-index:1}
.about-story-content{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.about-story-header{text-align:center;margin-bottom:60px}
.about-story-label{display:inline-block;background:#A3A3C4;color:#fff;padding:8px 24px;border-radius:30px;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}
.about-story-title{font-size:2.75rem;color:#212529;font-weight:700;line-height:1.2;margin:0 0 20px}
.about-story-intro{font-size:1.125rem;color:#495057;line-height:1.7;max-width:800px;margin:0 auto}
.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-top:50px}
.about-story-text-block{background:#fff;padding:35px;border-radius:12px;box-shadow:0 4px 20px #0000000f}
.about-story-text-block h3{font-size:1.5rem;color:#212529;font-weight:700;margin:0 0 18px}
.about-story-text-block p{font-size:1rem;color:#495057;line-height:1.8;margin:0 0 15px}
.about-story-text-block p:last-child{margin-bottom:0}
.about-story-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f}
.about-story-image-container img{width:100%;height:500px;object-fit:cover;display:block}
.about-timeline-section{background:#fff;padding:90px 0;position:relative}
.about-timeline-container{max-width:1000px;margin:0 auto;padding:0 20px}
.about-timeline-heading{text-align:center;margin-bottom:70px}
.about-timeline-heading h2{font-size:2.5rem;color:#212529;font-weight:700;margin:0 0 16px}
.about-timeline-heading p{font-size:1.125rem;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.about-timeline-list{position:relative;padding-left:80px}
.about-timeline-list::before{content:'';position:absolute;left:20px;top:10px;bottom:10px;width:3px;background:linear-gradient(180deg,#A3A3C4 0%,#CCC5E1 100%);border-radius:2px}
.about-timeline-item{position:relative;margin-bottom:50px;background:#F2EDF6;padding:28px 32px;border-radius:10px;border-left:4px solid #A3A3C4}
.about-timeline-item::before{content:'';position:absolute;left:-84px;top:32px;width:18px;height:18px;background:#A3A3C4;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #a3a3c433}
.about-timeline-date{font-size:.875rem;color:#A3A3C4;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.about-timeline-item h3{font-size:1.35rem;color:#212529;font-weight:700;margin:0 0 12px}
.about-timeline-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.about-values-wrapper{background:linear-gradient(180deg,#F2EDF6 0%,#fff 100%);padding:80px 0}
.about-values-inner{max-width:1200px;margin:0 auto;padding:0 20px}
.about-values-top{text-align:center;margin-bottom:60px}
.about-values-top h2{font-size:2.5rem;color:#212529;font-weight:700;margin:0 0 20px}
.about-values-top p{font-size:1.125rem;color:#495057;line-height:1.6;max-width:750px;margin:0 auto}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.about-values-card{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 3px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:5px solid #A3A3C4}
.about-values-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #00000024}
.about-values-icon{width:70px;height:70px;background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2rem;color:#fff}
.about-values-card h3{font-size:1.35rem;color:#212529;font-weight:700;margin:0 0 14px}
.about-values-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.about-team-section{background:#fff;padding:90px 0}
.about-team-container{max-width:1200px;margin:0 auto;padding:0 20px}
.about-team-header{text-align:center;margin-bottom:60px}
.about-team-header h2{font-size:2.5rem;color:#212529;font-weight:700;margin:0 0 18px}
.about-team-header p{font-size:1.125rem;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.about-team-layout{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:center}
.about-team-profile{text-align:center}
.about-team-photo{width:100%;max-width:320px;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001f;margin:0 auto 24px;display:block}
.about-team-name{font-size:1.5rem;color:#212529;font-weight:700;margin:0 0 8px}
.about-team-role{font-size:1rem;color:#A3A3C4;font-weight:600;margin:0}
.about-team-bio{background:#F2EDF6;padding:40px;border-radius:12px}
.about-team-bio h3{font-size:1.5rem;color:#212529;font-weight:700;margin:0 0 20px}
.about-team-bio p{font-size:1rem;color:#495057;line-height:1.8;margin:0 0 16px}
.about-team-bio p:last-child{margin-bottom:0}
.about-cta-section{background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%);padding:80px 0;position:relative;overflow:hidden}
.about-cta-section::before{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.about-cta-content{max-width:900px;margin:0 auto;padding:0 20px;text-align:center;position:relative;z-index:2}
.about-cta-content h2{font-size:2.5rem;color:#fff;font-weight:700;margin:0 0 20px;line-height:1.2}
.about-cta-content p{font-size:1.25rem;color:#fff;line-height:1.6;margin:0 0 35px;opacity:.95}
.about-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.about-cta-btn{display:inline-block;padding:16px 40px;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;z-index:10;position:relative}
.about-cta-btn-primary{background:#fff;color:#A3A3C4;box-shadow:0 4px 15px #00000026}
.about-cta-btn-primary:hover{background:#F2EDF6;transform:translateY(-3px);box-shadow:0 6px 25px #0003}
.about-cta-btn-secondary{background:transparent;color:#fff;border:2px solid #fff}
.about-cta-btn-secondary:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 768px) {
.about-story-wrapper{padding:60px 0 40px}
.about-story-title{font-size:2rem}
.about-story-intro{font-size:1rem}
.about-story-grid{grid-template-columns:1fr;gap:30px}
.about-story-image-container img{height:350px}
.about-timeline-section{padding:60px 0}
.about-timeline-heading h2{font-size:2rem}
.about-timeline-list{padding-left:60px}
.about-timeline-list::before{left:15px}
.about-timeline-item::before{left:-64px}
.about-values-wrapper{padding:60px 0}
.about-values-top h2{font-size:2rem}
.about-values-grid{grid-template-columns:1fr;gap:20px}
.about-team-section{padding:60px 0}
.about-team-header h2{font-size:2rem}
.about-team-layout{grid-template-columns:1fr;gap:30px}
.about-team-photo{max-width:280px;height:320px}
.about-cta-section{padding:60px 0}
.about-cta-content h2{font-size:2rem}
.about-cta-content p{font-size:1.125rem}
.about-cta-buttons{flex-direction:column;gap:15px}
.about-cta-btn{width:100%;max-width:300px}
}
.cert-page-wrap{background:#fff;min-height:100vh}
.cert-hero-section{background:linear-gradient(135deg,#F2EDF6 0%,#CCC5E1 100%);padding:90px 20px 80px;position:relative;overflow:hidden}
.cert-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#a3a3c426;border-radius:50%;z-index:1}
.cert-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:#f2edf666;border-radius:50%;z-index:1}
.cert-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.cert-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.cert-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px}
.cert-standards-grid{max-width:1140px;margin:0 auto;padding:70px 20px}
.cert-standards-intro{margin-bottom:50px}
.cert-standards-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:600}
.cert-standards-intro p{font-size:1.05rem;color:#495057;line-height:1.8;max-width:800px}
.cert-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}
.cert-standard-card{background:#fafbfc;border:2px solid #F2EDF6;border-radius:12px;padding:35px 28px;transition:all .3s ease}
.cert-standard-card:hover{border-color:#A3A3C4;transform:translateY(-4px);box-shadow:0 8px 24px #a3a3c426}
.cert-standard-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.cert-standard-card p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:14px}
.cert-badge-icon{width:56px;height:56px;background:linear-gradient(135deg,#A3A3C4,#CCC5E1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.6rem;color:#fff;font-weight:700}
.cert-process-timeline{background:#f8f9fa;padding:80px 20px;position:relative}
.cert-process-container{max-width:1000px;margin:0 auto}
.cert-process-container h2{font-size:2.4rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:600}
.cert-timeline-wrapper{position:relative;padding-left:0}
.cert-timeline-item{display:flex;gap:35px;margin-bottom:45px;align-items:flex-start}
.cert-timeline-marker{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#A3A3C4,#CCC5E1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #a3a3c440}
.cert-timeline-content{flex:1;background:#fff;padding:28px 32px;border-radius:10px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #A3A3C4}
.cert-timeline-content h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.cert-timeline-content p{font-size:.98rem;color:#495057;line-height:1.7}
.cert-visual-showcase{max-width:1140px;margin:0 auto;padding:70px 20px}
.cert-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.cert-showcase-content h2{font-size:2.4rem;color:#212529;margin-bottom:24px;font-weight:600}
.cert-showcase-content p{font-size:1.02rem;color:#495057;line-height:1.8;margin-bottom:18px}
.cert-showcase-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.cert-showcase-image img{width:100%;height:420px;object-fit:cover;display:block}
.cert-feature-list{list-style:none;padding:0;margin:24px 0}
.cert-feature-list li{padding-left:32px;position:relative;margin-bottom:14px;font-size:.98rem;color:#495057;line-height:1.6}
.cert-feature-list li::before{content:'';position:absolute;left:0;color:#A3A3C4;font-weight:700;font-size:1.2rem}
.cert-team-experts{background:linear-gradient(180deg,#F2EDF6 0%,#fafbfc 100%);padding:80px 20px}
.cert-team-container{max-width:1140px;margin:0 auto}
.cert-team-header{text-align:center;margin-bottom:55px}
.cert-team-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:600}
.cert-team-header p{font-size:1.05rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.cert-experts-row{display:flex;gap:35px;justify-content:center;flex-wrap:wrap}
.cert-expert-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;max-width:320px;transition:transform .3s ease,box-shadow .3s ease}
.cert-expert-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #a3a3c433}
.cert-expert-photo{width:100%;height:280px;object-fit:cover;display:block}
.cert-expert-info{padding:26px 24px}
.cert-expert-info h3{font-size:1.3rem;color:#212529;margin-bottom:8px;font-weight:600}
.cert-expert-info .cert-role{font-size:.95rem;color:#A3A3C4;margin-bottom:14px;font-weight:500}
.cert-expert-info p{font-size:.92rem;color:#495057;line-height:1.6}
.cert-comparison-section{max-width:1140px;margin:0 auto;padding:70px 20px 80px}
.cert-comparison-header{margin-bottom:45px}
.cert-comparison-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:600}
.cert-comparison-header p{font-size:1.02rem;color:#495057;line-height:1.7;max-width:800px}
.cert-comparison-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000f}
.cert-comparison-table table{width:100%;border-collapse:collapse}
.cert-comparison-table thead{background:linear-gradient(135deg,#A3A3C4,#CCC5E1)}
.cert-comparison-table th{padding:20px 18px;text-align:left;font-size:1.05rem;color:#fff;font-weight:600}
.cert-comparison-table td{padding:18px;border-bottom:1px solid #F2EDF6;font-size:.95rem;color:#495057;line-height:1.6}
.cert-comparison-table tbody tr:hover{background:#fafbfc}
.cert-comparison-table tbody tr:last-child td{border-bottom:none}
.cert-check-icon{color:#A3A3C4;font-weight:700;font-size:1.1rem}
.cert-cta-button{display:inline-block;background:linear-gradient(135deg,#A3A3C4,#CCC5E1);color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #a3a3c44d;margin-top:20px}
.cert-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a3a3c466;color:#fff}
@media (max-width: 768px) {
.cert-hero-content h1{font-size:2.2rem}
.cert-hero-content p{font-size:1rem}
.cert-grid-layout{grid-template-columns:1fr}
.cert-showcase-grid{grid-template-columns:1fr;gap:30px}
.cert-showcase-image{order:-1}
.cert-timeline-item{flex-direction:column;gap:20px}
.cert-timeline-marker{width:60px;height:60px;font-size:1.4rem}
.cert-experts-row{flex-direction:column;align-items:center}
.cert-comparison-table{overflow-x:auto}
.cert-comparison-table table{min-width:600px}
}
@media (max-width: 480px) {
.cert-hero-section{padding:60px 15px 50px}
.cert-hero-content h1{font-size:1.8rem}
.cert-standards-intro h2,.cert-process-container h2,.cert-showcase-content h2,.cert-team-header h2,.cert-comparison-header h2{font-size:1.9rem}
.cert-standard-card{padding:25px 20px}
.cert-timeline-content{padding:20px 24px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#F2EDF6 100%);min-height:100vh;padding:0}
.cookie-policy-header{background:linear-gradient(to right,#A3A3C4,#CCC5E1);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}
.cookie-policy-header::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#f2edf64d;border-radius:50%}
.cookie-policy-header h1{color:#212529;font-size:2.8rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:2}
.cookie-policy-last-updated{color:#343a40;font-size:.95rem;font-weight:500;position:relative;z-index:2}
.cookie-policy-content{max-width:920px;margin:0 auto;padding:3rem 2rem 5rem}
.cookie-intro-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #a3a3c426;margin-bottom:3rem;border-left:5px solid #A3A3C4}
.cookie-intro-block p{color:#495057;font-size:1.05rem;line-height:1.7;margin:0 0 1.2rem}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-section-block{background:#f8f9fa;padding:2.8rem 2.5rem;margin-bottom:2.5rem;border-radius:10px;border:1px solid #CCC5E1}
.cookie-section-block h2{color:#212529;font-size:1.9rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.8rem;border-bottom:3px solid #A3A3C4}
.cookie-section-block h3{color:#343a40;font-size:1.4rem;font-weight:600;margin:2rem 0 1rem}
.cookie-section-block p{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 1.3rem}
.cookie-section-block ul{list-style:none;padding:0;margin:1.5rem 0}
.cookie-section-block ul li{color:#495057;font-size:1rem;line-height:1.7;padding:.8rem 0 .8rem 2.5rem;position:relative;margin-bottom:.6rem}
.cookie-section-block ul li::before{content:'○';position:absolute;left:.8rem;color:#A3A3C4;font-size:1.3rem;font-weight:700}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin:2rem 0}
.cookie-type-card{background:#fff;padding:1.8rem;border-radius:8px;box-shadow:0 1px 8px #a3a3c41f;border-top:4px solid #CCC5E1;transition:transform .3s ease,box-shadow .3s ease}
.cookie-type-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #a3a3c438}
.cookie-type-card h4{color:#212529;font-size:1.25rem;font-weight:700;margin:0 0 1rem}
.cookie-type-card p{color:#495057;font-size:.95rem;line-height:1.65;margin:0}
.cookie-control-box{background:linear-gradient(135deg,#F2EDF6 0%,#fff 100%);padding:2.3rem;border-radius:10px;margin:2.5rem 0;border:2px solid #CCC5E1}
.cookie-control-box h3{color:#212529;font-size:1.5rem;font-weight:700;margin:0 0 1.3rem}
.cookie-control-box p{color:#495057;font-size:1rem;line-height:1.7;margin:0 0 1.2rem}
.cookie-browser-list{display:flex;flex-direction:column;gap:1rem;margin:1.8rem 0}
.cookie-browser-item{background:#fff;padding:1.2rem 1.5rem;border-radius:6px;border-left:4px solid #A3A3C4;display:flex;align-items:center;gap:1rem}
.cookie-browser-item strong{color:#212529;font-size:1.05rem;font-weight:600;min-width:120px}
.cookie-browser-item span{color:#495057;font-size:.95rem;line-height:1.5}
.cookie-retention-highlight{background:#fff;padding:2rem;border-radius:8px;margin:2rem 0;border:2px dashed #A3A3C4}
.cookie-retention-highlight h4{color:#212529;font-size:1.3rem;font-weight:700;margin:0 0 1rem}
.cookie-retention-highlight p{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.cookie-contact-section{background:linear-gradient(to right,#A3A3C4,#CCC5E1);padding:3rem 2.5rem;border-radius:12px;margin-top:3.5rem;text-align:center}
.cookie-contact-section h2{color:#212529;font-size:2rem;font-weight:700;margin:0 0 1.2rem}
.cookie-contact-section p{color:#343a40;font-size:1.05rem;line-height:1.7;margin:0 0 1.8rem}
.cookie-contact-details{display:flex;flex-direction:column;gap:.8rem;align-items:center}
.cookie-contact-item{color:#212529;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}
.cookie-contact-item:hover{color:#495057}
@media (max-width: 768px) {
.cookie-policy-header{padding:3rem 1.5rem 2.5rem}
.cookie-policy-header h1{font-size:2.2rem}
.cookie-policy-content{padding:2rem 1.5rem 3rem}
.cookie-intro-block{padding:2rem 1.5rem}
.cookie-section-block{padding:2rem 1.5rem}
.cookie-section-block h2{font-size:1.6rem}
.cookie-types-grid{grid-template-columns:1fr;gap:1.5rem}
.cookie-browser-item{flex-direction:column;align-items:flex-start;gap:.5rem}
.cookie-browser-item strong{min-width:auto}
.cookie-contact-section{padding:2.5rem 1.5rem}
}
@media (max-width: 480px) {
.cookie-policy-header h1{font-size:1.9rem}
.cookie-section-block h2{font-size:1.4rem}
.cookie-control-box{padding:1.8rem 1.5rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#F2EDF6 100%);min-height:100vh;padding:60px 20px}
.privacy-main-container{max-width:900px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 4px 20px #a3a3c426;padding:50px 60px}
.privacy-header-section{border-bottom:3px solid #A3A3C4;padding-bottom:30px;margin-bottom:40px}
.privacy-main-title{font-size:2.8rem;color:#212529;margin:0 0 15px;font-weight:700;letter-spacing:-.5px}
.privacy-last-updated{color:#495057;font-size:1rem;margin:0;font-style:italic}
.privacy-intro-block{background:linear-gradient(120deg,#F2EDF6 0%,#CCC5E1 100%);padding:30px;border-radius:6px;margin-bottom:45px;border-left:4px solid #A3A3C4}
.privacy-intro-block p{color:#212529;font-size:1.1rem;line-height:1.7;margin:0}
.privacy-content-section{margin-bottom:50px}
.privacy-section-title{font-size:1.9rem;color:#343a40;margin:0 0 20px;font-weight:600;position:relative;padding-left:18px}
.privacy-section-title::before{content:'';position:absolute;left:0;top:6px;width:5px;height:28px;background:linear-gradient(180deg,#A3A3C4 0%,#CCC5E1 100%);border-radius:3px}
.privacy-subsection-title{font-size:1.4rem;color:#495057;margin:30px 0 15px;font-weight:600}
.privacy-text-content{color:#212529;font-size:1.05rem;line-height:1.8;margin-bottom:18px}
.privacy-info-list{margin:20px 0 20px 25px;padding:0}
.privacy-info-list li{color:#212529;font-size:1.05rem;line-height:1.8;margin-bottom:12px;position:relative;padding-left:10px}
.privacy-info-list li::marker{color:#A3A3C4;font-weight:600}
.privacy-highlight-box{background:#f8f9fa;border:2px solid #CCC5E1;border-radius:6px;padding:25px;margin:25px 0}
.privacy-highlight-box p{color:#212529;font-size:1.05rem;line-height:1.8;margin:0 0 12px}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-table-wrapper{overflow-x:auto;margin:25px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden}
.privacy-data-table thead{background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%)}
.privacy-data-table th{color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{padding:16px;color:#212529;font-size:1rem;line-height:1.6;border-bottom:1px solid #F2EDF6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tbody tr:nth-child(odd){background:#fafbfc}
.privacy-contact-section{background:linear-gradient(135deg,#F2EDF6 0%,#fff 100%);padding:35px;border-radius:8px;margin-top:50px;border:2px solid #CCC5E1}
.privacy-contact-title{font-size:1.6rem;color:#343a40;margin:0 0 20px;font-weight:600}
.privacy-contact-details{color:#212529;font-size:1.05rem;line-height:1.8;margin:0}
.privacy-contact-link{color:#A3A3C4;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-contact-link:hover{color:#8989b0;text-decoration:underline}
.privacy-strong-text{font-weight:600;color:#343a40}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 15px}
.privacy-main-container{padding:35px 25px}
.privacy-main-title{font-size:2.2rem}
.privacy-section-title{font-size:1.6rem}
.privacy-subsection-title{font-size:1.2rem}
.privacy-text-content,.privacy-info-list li,.privacy-highlight-box p,.privacy-contact-details{font-size:1rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 10px;font-size:.95rem}
.privacy-intro-block{padding:20px}
.privacy-contact-section{padding:25px 20px}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.8rem}
.privacy-section-title{font-size:1.4rem}
.privacy-data-table{font-size:.9rem}
.privacy-data-table th,.privacy-data-table td{padding:10px 8px}
}
.refund-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#F2EDF6 100%);min-height:100vh;padding:0}
.refund-hero-section{background:linear-gradient(to right,#A3A3C4,#CCC5E1);padding:4.5rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}
.refund-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#f2edf626;border-radius:50%;z-index:1}
.refund-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff1a;border-radius:50%;z-index:1}
.refund-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.refund-hero-content h1{font-size:2.8rem;color:#fff;margin-bottom:1rem;font-weight:700;letter-spacing:-.5px}
.refund-hero-content .hero-subtext{font-size:1.15rem;color:#f8f9fa;line-height:1.6;margin-bottom:.5rem}
.refund-hero-content .last-updated{font-size:.95rem;color:#F2EDF6;margin-top:1.5rem;font-weight:500}
.refund-main-content{max-width:920px;margin:0 auto;padding:3.5rem 1.5rem}
.policy-intro-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #a3a3c41f;margin-bottom:3rem;border-left:5px solid #A3A3C4}
.policy-intro-block h2{font-size:1.9rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.policy-intro-block p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:1rem}
.policy-intro-block p:last-child{margin-bottom:0}
.split-policy-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}
.policy-card-left{background:linear-gradient(135deg,#F2EDF6 0%,#fff 100%);padding:2.2rem;border-radius:10px;box-shadow:0 3px 15px #a3a3c41a}
.policy-card-right{background:#fff;padding:2.2rem;border-radius:10px;box-shadow:0 3px 15px #ccc5e126;border:2px solid #F2EDF6}
.policy-card-left h3,.policy-card-right h3{font-size:1.5rem;color:#343a40;margin-bottom:1.3rem;font-weight:600}
.policy-card-left p,.policy-card-right p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.policy-card-left ul,.policy-card-right ul{list-style:none;padding:0;margin:1.2rem 0 0}
.policy-card-left ul li,.policy-card-right ul li{padding-left:1.8rem;position:relative;margin-bottom:.9rem;font-size:1rem;color:#495057;line-height:1.65}
.policy-card-left ul li::before{content:'→';position:absolute;left:0;color:#A3A3C4;font-weight:700;font-size:1.2rem}
.policy-card-right ul li::before{content:'';position:absolute;left:0;color:#A3A3C4;font-weight:700;font-size:1.1rem}
.process-timeline-section{background:#fff;padding:2.8rem;border-radius:12px;box-shadow:0 4px 20px #a3a3c41f;margin-bottom:3rem}
.process-timeline-section h2{font-size:1.9rem;color:#212529;margin-bottom:2rem;font-weight:600;text-align:center}
.timeline-steps-container{display:flex;flex-direction:column;gap:2rem;padding-left:3rem;position:relative}
.timeline-steps-container::before{content:'';position:absolute;left:18px;top:30px;bottom:30px;width:3px;background:linear-gradient(to bottom,#A3A3C4,#CCC5E1)}
.timeline-step-item{position:relative;padding-left:2.5rem}
.timeline-step-item::before{content:'';position:absolute;left:-30px;top:5px;width:36px;height:36px;background:#A3A3C4;border-radius:50%;border:4px solid #fff;box-shadow:0 2px 8px #a3a3c44d;z-index:2}
.timeline-step-item h4{font-size:1.3rem;color:#343a40;margin-bottom:.7rem;font-weight:600}
.timeline-step-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.conditions-grid-section{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-bottom:3rem}
.condition-box{background:linear-gradient(to bottom,#fff,#F2EDF6);padding:2rem;border-radius:10px;box-shadow:0 3px 15px #a3a3c41a;transition:transform .3s ease,box-shadow .3s ease}
.condition-box:hover{transform:translateY(-5px);box-shadow:0 6px 25px #a3a3c42e}
.condition-box h4{font-size:1.25rem;color:#343a40;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.6rem}
.condition-box h4::before{content:'●';color:#A3A3C4;font-size:1.5rem}
.condition-box p{font-size:.98rem;color:#495057;line-height:1.65;margin:0}
.detailed-scenarios-section{background:#fff;padding:2.8rem;border-radius:12px;box-shadow:0 4px 20px #a3a3c41f;margin-bottom:3rem}
.detailed-scenarios-section h2{font-size:1.9rem;color:#212529;margin-bottom:2.2rem;font-weight:600}
.scenario-item{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:2px solid #f8f9fa}
.scenario-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.scenario-item h3{font-size:1.4rem;color:#A3A3C4;margin-bottom:1rem;font-weight:600}
.scenario-item p{font-size:1rem;color:#495057;line-height:1.75;margin-bottom:.8rem}
.scenario-item .scenario-note{background:#F2EDF6;padding:1.2rem;border-radius:8px;margin-top:1rem;font-size:.95rem;color:#343a40;line-height:1.6;border-left:4px solid #CCC5E1}
.payment-methods-section{background:linear-gradient(135deg,#F2EDF6 0%,#fff 100%);padding:2.8rem;border-radius:12px;box-shadow:0 4px 20px #a3a3c41f;margin-bottom:3rem}
.payment-methods-section h2{font-size:1.9rem;color:#212529;margin-bottom:1.8rem;font-weight:600}
.payment-methods-section p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:1.5rem}
.payment-table-wrapper{overflow-x:auto}
.payment-methods-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #a3a3c41a}
.payment-methods-table thead{background:#A3A3C4}
.payment-methods-table thead th{padding:1.2rem;text-align:left;font-size:1.05rem;color:#fff;font-weight:600}
.payment-methods-table tbody tr{background:#fff;border-bottom:1px solid #f8f9fa;transition:background .2s ease}
.payment-methods-table tbody tr:hover{background:#F2EDF6}
.payment-methods-table tbody td{padding:1.1rem 1.2rem;font-size:1rem;color:#495057;line-height:1.6}
.contact-support-section{background:linear-gradient(to right,#A3A3C4,#CCC5E1);padding:3rem 2.5rem;border-radius:12px;text-align:center;margin-bottom:3rem}
.contact-support-section h2{font-size:2rem;color:#fff;margin-bottom:1.2rem;font-weight:600}
.contact-support-section p{font-size:1.1rem;color:#f8f9fa;line-height:1.7;margin-bottom:2rem}
.contact-info-blocks{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}
.contact-info-item{background:#ffffff26;padding:1.5rem 2rem;border-radius:8px;backdrop-filter:blur(10px);transition:transform .3s ease}
.contact-info-item:hover{transform:scale(1.05);background:#ffffff40}
.contact-info-item strong{display:block;font-size:.9rem;color:#F2EDF6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}
.contact-info-item a{font-size:1.15rem;color:#fff;text-decoration:none;font-weight:600;transition:opacity .2s ease}
.contact-info-item a:hover{opacity:.85;text-decoration:underline}
.important-notes-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #a3a3c41f;border-top:5px solid #A3A3C4}
.important-notes-section h2{font-size:1.9rem;color:#212529;margin-bottom:1.8rem;font-weight:600}
.important-notes-section ul{list-style:none;padding:0;margin:0}
.important-notes-section ul li{padding-left:2rem;position:relative;margin-bottom:1.2rem;font-size:1rem;color:#495057;line-height:1.75}
.important-notes-section ul li::before{content:'!';position:absolute;left:0;top:0;width:24px;height:24px;background:#A3A3C4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}
@media (max-width: 768px) {
.refund-hero-content h1{font-size:2rem}
.refund-hero-content .hero-subtext{font-size:1rem}
.refund-main-content{padding:2rem 1rem}
.split-policy-section{grid-template-columns:1fr;gap:1.5rem}
.conditions-grid-section{grid-template-columns:1fr;gap:1.5rem}
.policy-intro-block,.process-timeline-section,.detailed-scenarios-section,.payment-methods-section,.important-notes-section{padding:1.8rem}
.timeline-steps-container{padding-left:2rem}
.timeline-steps-container::before{left:13px}
.timeline-step-item::before{left:-24px;width:28px;height:28px}
.contact-info-blocks{flex-direction:column;gap:1rem}
.payment-methods-table thead th,.payment-methods-table tbody td{padding:.8rem;font-size:.9rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fff 0%,#F2EDF6 50%,#fafbfc 100%);min-height:100vh;padding:0;margin:0}
.success-content-container{max-width:720px;margin:0 auto;padding:80px 24px 60px}
.success-icon-area{text-align:center;margin-bottom:42px;animation:success-fade-in .8s ease-out}
@keyframes success-fade-in {
from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.success-checkmark-circle{width:96px;height:96px;background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 28px;box-shadow:0 8px 24px #a3a3c440;animation:success-pulse 1.2s ease-in-out}
@keyframes success-pulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.08)}
}
.success-checkmark-icon{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.success-main-heading{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 16px;text-align:center;letter-spacing:-.02em;line-height:1.1}
.success-subheading-text{font-size:1.25rem;color:#495057;text-align:center;margin:0 0 48px;line-height:1.6}
.success-details-box{background:#fff;border:2px solid #F2EDF6;border-radius:12px;padding:36px 32px;margin-bottom:38px;box-shadow:0 4px 16px #a3a3c41f}
.success-info-paragraph{font-size:1.05rem;color:#343a40;line-height:1.7;margin:0 0 24px}
.success-info-paragraph:last-child{margin-bottom:0}
.success-timeline-list{list-style:none;padding:0;margin:28px 0 0}
.success-timeline-item{display:flex;align-items:flex-start;margin-bottom:20px;padding-left:44px;position:relative}
.success-timeline-item::before{content:'';position:absolute;left:8px;top:8px;width:12px;height:12px;background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%);border-radius:50%;box-shadow:0 2px 6px #a3a3c44d}
.success-timeline-text{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.success-actions-section{text-align:center;margin:48px 0 36px}
.success-primary-button{display:inline-block;background:linear-gradient(135deg,#A3A3C4 0%,#CCC5E1 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:16px 42px;border-radius:8px;text-decoration:none;box-shadow:0 6px 20px #a3a3c44d;transition:all .3s ease;margin:0 12px 16px}
.success-primary-button:hover{transform:translateY(-3px);box-shadow:0 10px 28px #a3a3c466;color:#fff}
.success-secondary-button{display:inline-block;background:#fff;color:#A3A3C4;font-size:1.1rem;font-weight:600;padding:16px 42px;border-radius:8px;text-decoration:none;border:2px solid #CCC5E1;transition:all .3s ease;margin:0 12px 16px}
.success-secondary-button:hover{background:#F2EDF6;border-color:#A3A3C4;color:#A3A3C4;transform:translateY(-2px)}
.success-resources-area{background:#fafbfc;border-radius:12px;padding:32px 28px;margin-top:42px}
.success-resources-heading{font-size:1.4rem;font-weight:700;color:#212529;margin:0 0 24px;text-align:center}
.success-resource-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:20px}
.success-resource-card{background:#fff;padding:22px 24px;border-radius:8px;border-left:4px solid #CCC5E1;transition:all .3s ease}
.success-resource-card:hover{border-left-color:#A3A3C4;box-shadow:0 4px 12px #a3a3c426;transform:translateX(6px)}
.success-resource-title{font-size:1.1rem;font-weight:600;color:#343a40;margin:0 0 10px}
.success-resource-description{font-size:.95rem;color:#495057;line-height:1.6;margin:0 0 14px}
.success-resource-link{color:#A3A3C4;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s ease}
.success-resource-link:hover{color:#8a8aad}
.success-contact-box{text-align:center;margin-top:48px;padding:28px 24px;background:#fff;border-radius:12px;border:1px solid #F2EDF6}
.success-contact-heading{font-size:1.2rem;font-weight:600;color:#343a40;margin:0 0 18px}
.success-contact-details{font-size:1rem;color:#495057;line-height:1.8;margin:0}
.success-contact-link{color:#A3A3C4;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-contact-link:hover{color:#8a8aad;text-decoration:underline}
@media (max-width: 768px) {
.success-content-container{padding:60px 20px 40px}
.success-main-heading{font-size:2.2rem}
.success-subheading-text{font-size:1.1rem;margin-bottom:36px}
.success-details-box{padding:28px 24px}
.success-primary-button,.success-secondary-button{display:block;margin:0 0 14px;padding:14px 32px}
.success-resources-area{padding:28px 20px}
.success-timeline-item{padding-left:38px}
}
@media (min-width: 769px) {
.success-resource-grid{grid-template-columns:repeat(2,1fr)}
}