*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-tone:#B1AEA3;--secondary-shade:#D1CFBF;--tertiary-hint:#F0EEEB;--base-white:#fff;--light-backdrop:#f8f9fa;--text-deep:#212529;--text-mid:#495057;--text-subtle:#6c757d}
body{color:var(--text-deep);background:var(--base-white);font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
a{text-decoration:none;color:inherit;transition:opacity .2s ease}
a:focus{outline:2px solid var(--primary-tone);outline-offset:3px}
img{max-width:100%;height:auto;display:block}
.header_wrap_3row{background:linear-gradient(135deg,var(--tertiary-hint) 0%,var(--base-white) 100%);padding:24px 5%;border-bottom:1px solid #b1aea333}
.header_container_staggered{max-width:1280px;margin:0 auto;display:grid;gap:20px;row-gap:20px}
.row_alpha_left{display:flex;align-items:center;justify-content:flex-start}
.logo_holder_main{width:110px;height:110px;position:relative;z-index:10}
.logo_holder_main img{width:100%;height:100%;object-fit:contain}
.row_beta_centerIndent{display:flex;align-items:center;justify-content:center;padding-left:60px}
.company_title_h1{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;color:var(--text-deep);letter-spacing:-.02em}
.row_gamma_rightAlign{display:flex;align-items:center;justify-content:flex-end;padding-left:120px}
.nav_menu_primary{display:flex;gap:32px;column-gap:32px;align-items:center;list-style:none}
.nav_menu_primary li a{font-size:1rem;font-weight:500;color:var(--text-mid);padding:8px 4px;display:inline-block;position:relative;transition:color .25s ease}
.nav_menu_primary li a:hover{color:var(--primary-tone)}
.nav_menu_primary li a:focus{color:var(--primary-tone);outline:2px solid var(--primary-tone);outline-offset:4px}
@media (max-width: 968px) {
.header_container_staggered{gap:16px;row-gap:16px}
.row_beta_centerIndent,.row_gamma_rightAlign{padding-left:0;justify-content:flex-start}
.nav_menu_primary{flex-wrap:wrap;gap:20px;column-gap:20px}
}
@media (max-width: 640px) {
.header_wrap_3row{padding:18px 4%}
.logo_holder_main{width:85px;height:85px}
.company_title_h1{font-size:1.35rem}
.nav_menu_primary{flex-direction:column;align-items:flex-start;gap:12px}
.nav_menu_primary li a{font-size:.95rem;padding:6px 0}
}
.footer_section_warm{background:linear-gradient(180deg,var(--tertiary-hint) 0%,#d1cfbf4d 100%);padding:56px 5% 32px;border-top:1px solid #b1aea340}
.footer_grid_inviting{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:48px;row-gap:48px}
.footer_block_identity{display:flex;flex-direction:column;gap:18px}
.footer_logo_container{width:95px;height:95px}
.footer_logo_container img{width:100%;height:100%;object-fit:contain}
.footer_brand_name{font-size:1.35rem;font-weight:600;color:var(--text-deep);margin-top:6px}
.footer_contact_zone p{font-size:.95rem;color:var(--text-mid);line-height:1.6;margin-bottom:8px}
.footer_contact_zone a{color:var(--text-deep);font-weight:500}
.footer_contact_zone a:hover{opacity:.7}
.footer_block_links{display:flex;flex-direction:column;gap:16px}
.footer_links_heading{font-size:1.05rem;font-weight:600;color:var(--text-deep);margin-bottom:6px}
.footer_link_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_list li a{font-size:.95rem;color:var(--text-mid);transition:color .2s ease}
.footer_link_list li a:hover{color:var(--primary-tone)}
.footer_link_list li a:focus{outline:2px solid var(--primary-tone);outline-offset:2px}
.footer_bottom_bar{max-width:1280px;margin:40px auto 0;padding-top:24px;border-top:1px solid #b1aea333;text-align:center}
.footer_copyright_text{font-size:.9rem;color:var(--text-subtle)}
@media (max-width: 768px) {
.footer_section_warm{padding:40px 4% 24px}
.footer_grid_inviting{gap:32px;row-gap:32px}
.footer_bottom_bar{margin-top:32px;padding-top:20px}
}
.consent_modal_card{position:fixed;bottom:24px;right:24px;max-width:420px;background:var(--base-white);border-radius:12px;padding:28px;box-shadow:0 8px 32px #00000026;z-index:9999;border:1px solid var(--secondary-shade);display:none}
.consent_modal_card.active_state{display:block;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.consent_text_block{margin-bottom:20px}
.consent_text_block p{font-size:.92rem;color:var(--text-mid);line-height:1.6;margin-bottom:12px}
.consent_policy_link{color:var(--primary-tone);text-decoration:underline;font-weight:500}
.consent_policy_link:hover{opacity:.8}
.consent_actions_row{display:flex;gap:12px;column-gap:12px;flex-wrap:wrap}
.btn_consent_accept{flex:1;min-width:120px;padding:12px 20px;background:var(--primary-tone);color:var(--base-white);border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .25s ease}
.btn_consent_accept:hover{background:#9e9b91}
.btn_consent_accept:focus{outline:2px solid var(--primary-tone);outline-offset:3px}
.btn_consent_decline{flex:1;min-width:120px;padding:12px 20px;background:transparent;color:var(--text-mid);border:1px solid var(--secondary-shade);border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:border-color .25s ease,color .25s ease}
.btn_consent_decline:hover{border-color:var(--primary-tone);color:var(--primary-tone)}
.btn_consent_decline:focus{outline:2px solid var(--primary-tone);outline-offset:3px}
@media (max-width: 768px) {
.consent_modal_card{bottom:0;right:0;left:0;max-width:100%;border-radius:12px 12px 0 0;padding:24px}
.consent_actions_row{flex-direction:column}
.btn_consent_accept,.btn_consent_decline{min-height:48px}
}
.about-hero-wrapper{background:linear-gradient(135deg,#F0EEEB 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b1aea326 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-bottom:24px;font-weight:700;line-height:1.2}
.about-hero-tagline{font-size:1.3rem;color:#495057;max-width:680px;line-height:1.6;margin-bottom:0}
.story-section{background:#fff;padding:90px 20px}
.story-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-text h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.story-text p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px}
.story-text p:last-of-type{margin-bottom:0}
.story-image-wrap{position:relative}
.story-image-wrap img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0000001f}
.story-image-wrap::after{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:3px solid #B1AEA3;border-radius:8px;z-index:-1}
.approach-section{background:linear-gradient(to bottom,#F0EEEB 0%,#D1CFBF 100%);padding:85px 20px;position:relative}
.approach-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#B1AEA3 0%,#D1CFBF 50%,#B1AEA3 100%)}
.approach-container{max-width:1200px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:60px}
.approach-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.approach-intro{font-size:1.15rem;color:#343a40;max-width:720px;margin:0 auto;line-height:1.6}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.approach-card{background:#fff;padding:40px 32px;border-radius:6px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.approach-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #00000026}
.approach-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.approach-card p{font-size:1rem;color:#495057;line-height:1.65;margin-bottom:0}
.values-section{background:#fff;padding:95px 20px}
.values-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:70px;align-items:start}
.values-visual{position:relative}
.values-visual img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:0 8px 30px #0000001a}
.values-content h2{font-size:2.3rem;color:#212529;margin-bottom:32px;font-weight:700;line-height:1.3}
.value-item{margin-bottom:32px;padding-left:28px;border-left:4px solid #B1AEA3}
.value-item:last-child{margin-bottom:0}
.value-item h3{font-size:1.35rem;color:#212529;margin-bottom:12px;font-weight:600}
.value-item p{font-size:1.05rem;color:#495057;line-height:1.65;margin-bottom:0}
.team-section{background:linear-gradient(135deg,#F0EEEB 0%,#fff 50%,#D1CFBF 100%);padding:85px 20px;position:relative}
.team-wrapper{max-width:1200px;margin:0 auto}
.team-header{text-align:center;margin-bottom:50px}
.team-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.team-description{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.team-showcase{display:flex;align-items:center;gap:50px;background:#fff;padding:45px;border-radius:8px;box-shadow:0 6px 25px #0000001a}
.team-member-photo{flex-shrink:0}
.team-member-photo img{width:220px;height:220px;object-fit:cover;border-radius:50%;border:5px solid #D1CFBF;box-shadow:0 4px 20px #0000001f}
.team-member-info h3{font-size:1.8rem;color:#212529;margin-bottom:8px;font-weight:600}
.team-member-role{font-size:1.15rem;color:#B1AEA3;margin-bottom:20px;font-weight:500}
.team-member-bio{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
.cta-section{background:#212529;padding:80px 20px;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#b1aea333 0%,transparent 70%);border-radius:50%}
.cta-section::after{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,#d1cfbf26 0%,transparent 70%);border-radius:50%}
.cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-content h2{font-size:2.5rem;color:#F0EEEB;margin-bottom:24px;font-weight:700;line-height:1.3}
.cta-content p{font-size:1.2rem;color:#D1CFBF;margin-bottom:38px;line-height:1.6}
.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-primary-cta{background:#B1AEA3;color:#212529;padding:16px 42px;border-radius:6px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;box-shadow:0 4px 15px #b1aea34d}
.btn-primary-cta:hover{background:#D1CFBF;transform:translateY(-3px);box-shadow:0 8px 25px #b1aea366;color:#212529}
.btn-secondary-cta{background:transparent;color:#F0EEEB;padding:16px 42px;border-radius:6px;font-size:1.1rem;font-weight:600;text-decoration:none;border:2px solid #D1CFBF;transition:all .3s ease;display:inline-block}
.btn-secondary-cta:hover{background:#D1CFBF;color:#212529;border-color:#D1CFBF;transform:translateY(-3px)}
@media (max-width: 992px) {
.story-inner{grid-template-columns:1fr;gap:40px}
.approach-grid{grid-template-columns:1fr;gap:25px}
.values-layout{grid-template-columns:1fr;gap:45px}
.team-showcase{flex-direction:column;text-align:center;gap:30px}
}
@media (max-width: 768px) {
.about-hero-content h1{font-size:2.2rem}
.about-hero-tagline{font-size:1.1rem}
.story-text h2,.approach-header h2,.values-content h2,.team-header h2{font-size:1.9rem}
.cta-content h2{font-size:2rem}
.story-image-wrap::after{display:none}
.cta-buttons{flex-direction:column;align-items:center}
.btn-primary-cta,.btn-secondary-cta{width:100%;max-width:320px}
}
@media (max-width: 576px) {
.about-hero-wrapper{padding:60px 15px 45px}
.story-section,.approach-section,.values-section,.team-section,.cta-section{padding:60px 15px}
.story-image-wrap img,.values-visual img{height:300px}
.team-member-photo img{width:180px;height:180px}
}
.index-hero-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.index-hero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#b1aea3d9 0%,#d1cfbfbf 100%);z-index:1}
.index-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.index-hero-content{position:relative;z-index:2;max-width:920px;padding:40px 20px;text-align:center}
.index-hero-content h1{font-size:3.8rem;font-weight:700;color:#212529;margin-bottom:28px;line-height:1.2;letter-spacing:-.5px}
.index-hero-content p{font-size:1.35rem;color:#343a40;margin-bottom:38px;line-height:1.65;max-width:700px;margin-left:auto;margin-right:auto}
.index-hero-cta{display:inline-block;padding:16px 42px;background:#212529;color:#F0EEEB;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;position:relative;z-index:5}
.index-hero-cta:hover{background:#343a40;transform:translateY(-2px);box-shadow:0 8px 20px #21252940}
.seo-foundations-block{padding:95px 20px;background:#fff}
.seo-foundations-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.seo-foundations-text h2{font-size:2.6rem;color:#212529;margin-bottom:26px;font-weight:700;line-height:1.25}
.seo-foundations-text p{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:18px}
.seo-foundations-img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 6px 24px #0000001a}
.technical-deep-dive{padding:85px 20px;background:linear-gradient(180deg,#F0EEEB 0%,#fff 100%)}
.technical-grid-wrapper{max-width:1240px;margin:0 auto}
.technical-grid-wrapper h2{font-size:2.5rem;color:#212529;text-align:center;margin-bottom:55px;font-weight:700}
.technical-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.technical-single-card{background:#fff;padding:38px 28px;border-radius:8px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.technical-single-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #00000024}
.technical-single-card h3{font-size:1.5rem;color:#343a40;margin-bottom:16px;font-weight:600}
.technical-single-card p{font-size:1.05rem;color:#495057;line-height:1.7}
.audit-methodology-section{padding:90px 20px;background:#fff}
.audit-methodology-container{max-width:1100px;margin:0 auto}
.audit-methodology-container h2{font-size:2.7rem;color:#212529;margin-bottom:48px;font-weight:700;text-align:center}
.audit-steps-vertical{display:flex;flex-direction:column;gap:50px}
.single-audit-step{display:grid;grid-template-columns:380px 1fr;gap:45px;align-items:center}
.single-audit-step:nth-child(even){grid-template-columns:1fr 380px}
.single-audit-step:nth-child(even) .audit-step-img{order:2}
.single-audit-step:nth-child(even) .audit-step-content{order:1}
.audit-step-img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 5px 20px #0000001a}
.audit-step-content h3{font-size:1.75rem;color:#343a40;margin-bottom:18px;font-weight:600}
.audit-step-content p{font-size:1.08rem;color:#495057;line-height:1.7}
.content-optimization-zone{padding:100px 20px;background:#D1CFBF}
.content-optimization-inner{max-width:1150px;margin:0 auto}
.content-optimization-inner h2{font-size:2.8rem;color:#212529;margin-bottom:40px;font-weight:700;text-align:center}
.content-feature-list{display:flex;flex-direction:column;gap:22px;max-width:850px;margin:0 auto}
.content-feature-item{background:#fff;padding:28px 35px;border-left:5px solid #B1AEA3;border-radius:6px;transition:all .3s ease}
.content-feature-item:hover{transform:translateX(8px);border-left-color:#212529;box-shadow:0 4px 16px #0000001f}
.content-feature-item h3{font-size:1.4rem;color:#343a40;margin-bottom:12px;font-weight:600}
.content-feature-item p{font-size:1.05rem;color:#495057;line-height:1.65;margin:0}
.expert-profiles-area{padding:95px 20px;background:linear-gradient(180deg,#fff 0%,#F0EEEB 100%)}
.expert-profiles-wrapper{max-width:1000px;margin:0 auto}
.expert-profiles-wrapper h2{font-size:2.6rem;color:#212529;margin-bottom:50px;font-weight:700;text-align:center}
.expert-cards-row{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.expert-single-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 18px #0000001a;transition:transform .3s ease}
.expert-single-card:hover{transform:scale(1.03)}
.expert-portrait{width:100%;height:320px;object-fit:cover}
.expert-card-info{padding:30px}
.expert-card-info h3{font-size:1.55rem;color:#343a40;margin-bottom:10px;font-weight:600}
.expert-card-info p{font-size:1.05rem;color:#495057;line-height:1.65}
.learning-pathway-section{padding:90px 20px;background:#B1AEA3}
.learning-pathway-content{max-width:1180px;margin:0 auto;text-align:center}
.learning-pathway-content h2{font-size:2.75rem;color:#212529;margin-bottom:32px;font-weight:700}
.learning-pathway-content p{font-size:1.2rem;color:#343a40;line-height:1.75;max-width:820px;margin:0 auto 42px}
.learning-cta-buttons{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.learning-cta-primary{display:inline-block;padding:16px 42px;background:#212529;color:#F0EEEB;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;position:relative;z-index:5}
.learning-cta-primary:hover{background:#343a40;transform:translateY(-2px);box-shadow:0 6px 18px #2125294d}
.learning-cta-secondary{display:inline-block;padding:16px 42px;background:transparent;color:#212529;text-decoration:none;font-size:1.1rem;font-weight:600;border:2px solid #212529;border-radius:6px;transition:all .3s ease;position:relative;z-index:5}
.learning-cta-secondary:hover{background:#212529;color:#F0EEEB;transform:translateY(-2px)}
@media (max-width: 1024px) {
.seo-foundations-inner{grid-template-columns:1fr;gap:40px}
.technical-cards-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.single-audit-step,.single-audit-step:nth-child(even){grid-template-columns:1fr}
.single-audit-step:nth-child(even) .audit-step-img,.single-audit-step:nth-child(even) .audit-step-content{order:unset}
}
@media (max-width: 768px) {
.index-hero-content h1{font-size:2.4rem}
.index-hero-content p{font-size:1.1rem}
.seo-foundations-block,.technical-deep-dive,.audit-methodology-section,.content-optimization-zone,.expert-profiles-area,.learning-pathway-section{padding:60px 20px}
.seo-foundations-text h2,.technical-grid-wrapper h2,.audit-methodology-container h2,.content-optimization-inner h2,.expert-profiles-wrapper h2,.learning-pathway-content h2{font-size:2rem;margin-bottom:32px}
.technical-cards-grid{grid-template-columns:1fr}
.audit-step-img{height:220px}
.expert-cards-row{grid-template-columns:1fr;gap:35px}
.learning-cta-buttons{flex-direction:column;align-items:center}
.learning-cta-primary,.learning-cta-secondary{width:100%;max-width:320px;text-align:center}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#F0EEEB 100%);min-height:100vh;padding:0}
.contact-hero-block{background:linear-gradient(165deg,#D1CFBF 0%,#B1AEA3 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.contact-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:16px;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#343a40;line-height:1.7;max-width:680px}
.contact-main-grid{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1.4fr;gap:40px;position:relative;z-index:3}
.contact-info-card{background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 4px 20px #b1aea326;height:fit-content;position:sticky;top:20px}
.contact-info-card h2{font-size:1.5rem;color:#212529;margin-bottom:28px;font-weight:600;border-bottom:3px solid #B1AEA3;padding-bottom:12px}
.info-item-block{margin-bottom:32px;display:flex;align-items:flex-start;gap:16px}
.info-item-block:last-child{margin-bottom:0}
.info-icon-wrapper{width:44px;height:44px;background:linear-gradient(135deg,#F0EEEB 0%,#D1CFBF 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-icon-wrapper svg{width:22px;height:22px;stroke:#343a40;stroke-width:2;fill:none}
.info-text-content h3{font-size:.95rem;color:#495057;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.info-text-content p{font-size:1.05rem;color:#212529;line-height:1.6;margin:0}
.info-text-content a{color:#212529;text-decoration:none;transition:color .3s ease}
.info-text-content a:hover{color:#B1AEA3}
.contact-form-card{background:#fff;border-radius:12px;padding:44px 40px;box-shadow:0 4px 20px #b1aea326}
.contact-form-card h2{font-size:1.75rem;color:#212529;margin-bottom:12px;font-weight:600}
.form-intro-text{font-size:1.05rem;color:#495057;line-height:1.6;margin-bottom:32px}
.form-group-wrapper{margin-bottom:24px}
.form-group-wrapper label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-wrapper input,.form-group-wrapper textarea,.form-group-wrapper select{width:100%;padding:14px 16px;border:2px solid #D1CFBF;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-group-wrapper input:focus,.form-group-wrapper textarea:focus,.form-group-wrapper select:focus{outline:none;border-color:#B1AEA3;background:#fff;box-shadow:0 0 0 3px #b1aea31a}
.form-group-wrapper textarea{min-height:140px;resize:vertical}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.privacy-consent-wrapper{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-consent-wrapper label{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.privacy-consent-wrapper a{color:#B1AEA3;text-decoration:underline;transition:color .3s ease}
.privacy-consent-wrapper a:hover{color:#343a40}
.submit-btn-wrapper{margin-top:32px}
.submit-contact-btn{background:linear-gradient(135deg,#B1AEA3 0%,#343a40 100%);color:#fff;padding:16px 48px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b1aea34d;width:100%}
.submit-contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b1aea366}
.submit-contact-btn:active{transform:translateY(0)}
.visual-support-section{max-width:1200px;margin:0 auto;padding:80px 20px;background:#fff}
.visual-grid-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.visual-content-block h2{font-size:2rem;color:#212529;margin-bottom:20px;font-weight:600;line-height:1.3}
.visual-content-block p{font-size:1.08rem;color:#495057;line-height:1.7;margin-bottom:16px}
.approach-list-wrapper{margin-top:28px}
.approach-item-block{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding:16px;background:#fafbfc;border-radius:8px;border-left:4px solid #B1AEA3}
.approach-check-icon{width:24px;height:24px;background:#B1AEA3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.approach-check-icon svg{width:14px;height:14px;stroke:#fff;stroke-width:3;fill:none}
.approach-item-text{font-size:1.02rem;color:#343a40;line-height:1.6}
.visual-image-wrapper{position:relative}
.visual-image-wrapper img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #b1aea333;display:block}
@media (max-width: 968px) {
.contact-main-grid{grid-template-columns:1fr;gap:30px;margin-top:20px}
.contact-info-card{position:static}
.visual-grid-layout{grid-template-columns:1fr;gap:40px}
.visual-grid-layout .visual-image-wrapper{order:-1}
.form-row-split{grid-template-columns:1fr;gap:0}
.contact-hero-content h1{font-size:2.2rem}
}
@media (max-width: 640px) {
.contact-hero-block{padding:60px 20px 40px}
.contact-hero-content h1{font-size:1.85rem}
.contact-hero-content p{font-size:1.05rem}
.contact-form-card{padding:32px 24px}
.contact-info-card{padding:32px 24px}
.submit-contact-btn{padding:14px 32px;font-size:1.05rem}
.visual-support-section{padding:60px 20px}
.visual-content-block h2{font-size:1.65rem}
}
.learning-program-hero{background:linear-gradient(135deg,#F0EEEB 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b1aea326 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-section h1{font-size:48px;line-height:1.2;color:#212529;margin-bottom:24px;font-weight:700}
.hero-text-section p{font-size:18px;line-height:1.7;color:#495057;margin-bottom:16px}
.hero-image-section{position:relative}
.hero-image-section img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0000001f}
.hero-cta-button{display:inline-block;padding:16px 36px;background:#B1AEA3;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;margin-top:20px;transition:all .3s ease;box-shadow:0 4px 12px #b1aea34d}
.hero-cta-button:hover{background:#9d9a8f;transform:translateY(-2px);box-shadow:0 6px 20px #b1aea366}
.program-structure-section{background:#fff;padding:80px 20px}
.program-structure-container{max-width:1200px;margin:0 auto}
.program-structure-container h2{font-size:38px;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.curriculum-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.curriculum-module{background:linear-gradient(135deg,#F0EEEB 0%,#D1CFBF 100%);padding:30px;border-radius:8px;position:relative;transition:transform .3s ease}
.curriculum-module:hover{transform:translateY(-5px)}
.module-number{position:absolute;top:-15px;left:20px;width:50px;height:50px;background:#B1AEA3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;box-shadow:0 4px 12px #b1aea34d}
.curriculum-module h3{font-size:22px;color:#212529;margin-bottom:16px;padding-top:15px;font-weight:600}
.curriculum-module ul{list-style:none;padding:0;margin:0}
.curriculum-module ul li{font-size:15px;line-height:1.8;color:#495057;padding-left:24px;position:relative;margin-bottom:10px}
.curriculum-module ul li::before{content:'→';position:absolute;left:0;color:#B1AEA3;font-weight:700}
.instructor-showcase{background:linear-gradient(180deg,#fff 0%,#F0EEEB 100%);padding:80px 20px}
.instructor-wrapper{max-width:1200px;margin:0 auto}
.instructor-wrapper h2{font-size:38px;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.instructor-cards-container{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.instructor-card{display:flex;gap:30px;background:#fff;padding:35px;border-radius:12px;box-shadow:0 8px 24px #00000014;align-items:flex-start}
.instructor-photo{flex-shrink:0}
.instructor-photo img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #D1CFBF}
.instructor-info h3{font-size:24px;color:#212529;margin-bottom:8px;font-weight:600}
.instructor-role{font-size:16px;color:#B1AEA3;margin-bottom:16px;font-weight:600}
.instructor-info p{font-size:15px;line-height:1.7;color:#495057;margin-bottom:12px}
.instructor-specialties{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.specialty-tag{background:#F0EEEB;padding:6px 14px;border-radius:20px;font-size:13px;color:#495057;font-weight:500}
.enrollment-details-section{background:#fff;padding:80px 20px;position:relative}
.enrollment-details-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#B1AEA3 0%,#D1CFBF 50%,#F0EEEB 100%)}
.enrollment-content-wrapper{max-width:1000px;margin:0 auto}
.enrollment-content-wrapper h2{font-size:38px;color:#212529;margin-bottom:40px;text-align:center;font-weight:700}
.schedule-timeline{position:relative;padding-left:60px;margin-bottom:50px}
.schedule-timeline::before{content:'';position:absolute;left:20px;top:10px;bottom:10px;width:3px;background:linear-gradient(180deg,#B1AEA3 0%,#D1CFBF 100%)}
.timeline-item{position:relative;margin-bottom:35px;padding-left:0}
.timeline-marker{position:absolute;left:-48px;top:5px;width:26px;height:26px;background:#B1AEA3;border:4px solid #fff;border-radius:50%;box-shadow:0 2px 8px #b1aea366;z-index:2}
.timeline-item h3{font-size:20px;color:#212529;margin-bottom:10px;font-weight:600}
.timeline-item p{font-size:15px;line-height:1.7;color:#495057;margin-bottom:8px}
.enrollment-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}
.info-card{background:#F0EEEB;padding:30px;border-radius:8px;border-left:4px solid #B1AEA3}
.info-card h3{font-size:20px;color:#212529;margin-bottom:14px;font-weight:600}
.info-card p{font-size:15px;line-height:1.7;color:#495057;margin-bottom:10px}
.info-card ul{list-style:none;padding:0;margin:0}
.info-card ul li{font-size:15px;line-height:1.8;color:#495057;padding-left:20px;position:relative;margin-bottom:8px}
.info-card ul li::before{content:'';position:absolute;left:0;color:#B1AEA3;font-weight:700}
.final-cta-wrapper{text-align:center;padding:40px;background:linear-gradient(135deg,#D1CFBF 0%,#F0EEEB 100%);border-radius:12px}
.final-cta-wrapper h3{font-size:28px;color:#212529;margin-bottom:16px;font-weight:600}
.final-cta-wrapper p{font-size:16px;line-height:1.7;color:#495057;margin-bottom:24px;max-width:700px;margin-left:auto;margin-right:auto}
.final-cta-button{display:inline-block;padding:18px 40px;background:#B1AEA3;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 6px 16px #b1aea34d}
.final-cta-button:hover{background:#9d9a8f;transform:translateY(-2px);box-shadow:0 8px 24px #b1aea366}
@media (max-width: 968px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-section h1{font-size:36px}
.curriculum-grid{grid-template-columns:1fr}
.instructor-cards-container{grid-template-columns:1fr}
.enrollment-info-grid{grid-template-columns:1fr}
.schedule-timeline{padding-left:50px}
.timeline-marker{left:-43px}
}
@media (max-width: 640px) {
.learning-program-hero{padding:50px 20px 40px}
.hero-text-section h1{font-size:30px}
.hero-text-section p{font-size:16px}
.hero-image-section img{height:280px}
.program-structure-section,.instructor-showcase,.enrollment-details-section{padding:50px 20px}
.program-structure-container h2,.instructor-wrapper h2,.enrollment-content-wrapper h2{font-size:28px}
.instructor-card{flex-direction:column;align-items:center;text-align:center}
.instructor-photo img{width:120px;height:120px}
.final-cta-wrapper h3{font-size:24px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#F0EEEB 100%);min-height:100vh;padding:0}
.cookie-hero-section{background:linear-gradient(165deg,#D1CFBF 0%,#B1AEA3 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.cookie-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.cookie-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cookie-hero-content h1{font-size:3.2rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2;letter-spacing:-.5px}
.cookie-hero-content .update-date{font-size:1rem;color:#343a40;margin:0 0 15px;font-weight:500}
.cookie-hero-content .intro-text{font-size:1.15rem;color:#495057;line-height:1.6;margin:0}
.cookie-content-container{max-width:920px;margin:0 auto;padding:60px 30px 80px}
.policy-section-block{background:#fff;border-radius:12px;padding:45px 50px;margin-bottom:35px;box-shadow:0 2px 12px #b1aea326;border-left:4px solid #B1AEA3;transition:transform .3s ease,box-shadow .3s ease}
.policy-section-block:hover{transform:translateY(-3px);box-shadow:0 6px 20px #b1aea340}
.policy-section-block h2{font-size:2rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.3;position:relative;padding-bottom:15px}
.policy-section-block h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#B1AEA3 0%,#D1CFBF 100%);border-radius:2px}
.policy-section-block h3{font-size:1.5rem;color:#343a40;margin:35px 0 18px;font-weight:600;line-height:1.4}
.policy-section-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 20px}
.policy-section-block p:last-child{margin-bottom:0}
.policy-section-block ul{margin:20px 0;padding:0 0 0 25px}
.policy-section-block ul li{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:15px;position:relative;padding-left:15px}
.policy-section-block ul li::marker{color:#B1AEA3;font-weight:700}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.cookie-type-card{background:linear-gradient(135deg,#fafbfc 0%,#F0EEEB 100%);border-radius:10px;padding:30px;border:2px solid #D1CFBF;transition:all .3s ease}
.cookie-type-card:hover{border-color:#B1AEA3;transform:translateY(-5px);box-shadow:0 8px 16px #b1aea333}
.cookie-type-card h4{font-size:1.3rem;color:#212529;margin:0 0 15px;font-weight:700;display:flex;align-items:center;gap:10px}
.cookie-type-card h4::before{content:'';display:inline-block;width:8px;height:8px;background:#B1AEA3;border-radius:50%;flex-shrink:0}
.cookie-type-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.browser-instructions-wrapper{background:#f8f9fa;border-radius:10px;padding:35px;margin:30px 0;border:1px solid #D1CFBF}
.browser-list-item{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #D1CFBF}
.browser-list-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.browser-list-item h4{font-size:1.2rem;color:#212529;margin:0 0 12px;font-weight:600}
.browser-list-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.highlight-box{background:linear-gradient(120deg,#F0EEEB 0%,#D1CFBF 100%);border-left:5px solid #B1AEA3;border-radius:8px;padding:25px 30px;margin:30px 0}
.highlight-box p{font-size:1.05rem;color:#343a40;line-height:1.8;margin:0;font-weight:500}
.contact-info-section{background:#fff;border-radius:12px;padding:40px 50px;margin-top:40px;text-align:center;box-shadow:0 4px 16px #b1aea333}
.contact-info-section h3{font-size:1.8rem;color:#212529;margin:0 0 20px;font-weight:700}
.contact-info-section p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 15px}
.contact-info-section a{color:#B1AEA3;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-info-section a:hover{color:#343a40;text-decoration:underline}
.data-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:10px;box-shadow:0 2px 8px #b1aea326}
.data-retention-table{width:100%;border-collapse:collapse;background:#fff}
.data-retention-table thead{background:linear-gradient(135deg,#B1AEA3 0%,#D1CFBF 100%)}
.data-retention-table thead th{padding:18px 20px;text-align:left;font-size:1.1rem;color:#212529;font-weight:700;border-bottom:3px solid #F0EEEB}
.data-retention-table tbody tr{border-bottom:1px solid #F0EEEB;transition:background .2s ease}
.data-retention-table tbody tr:hover{background:#fafbfc}
.data-retention-table tbody td{padding:16px 20px;font-size:1rem;color:#495057;line-height:1.6}
.data-retention-table tbody td:first-child{font-weight:600;color:#343a40}
@media (max-width: 768px) {
.cookie-hero-content h1{font-size:2.2rem}
.cookie-hero-section{padding:60px 20px 40px}
.cookie-content-container{padding:40px 20px 60px}
.policy-section-block{padding:35px 25px}
.policy-section-block h2{font-size:1.7rem}
.policy-section-block h3{font-size:1.3rem}
.cookie-types-grid{grid-template-columns:1fr;gap:20px}
.browser-instructions-wrapper{padding:25px 20px}
.contact-info-section{padding:30px 25px}
.data-retention-table{font-size:.9rem}
.data-retention-table thead th,.data-retention-table tbody td{padding:12px 15px}
}
@media (max-width: 480px) {
.cookie-hero-content h1{font-size:1.9rem}
.policy-section-block h2{font-size:1.5rem}
.cookie-type-card{padding:25px 20px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#F0EEEB 100%);min-height:100vh;padding:0}
.privacy-header-section{background:linear-gradient(to right,#D1CFBF,#B1AEA3);padding:80px 20px 60px;text-align:center;border-bottom:4px solid #B1AEA3}
.privacy-header-section h1{color:#212529;font-size:2.8rem;font-weight:700;margin:0 0 15px;letter-spacing:-.5px}
.privacy-last-updated{color:#343a40;font-size:1rem;font-weight:500;margin:0}
.privacy-content-container{max-width:1100px;margin:0 auto;padding:60px 25px 80px;background:#fff;box-shadow:0 2px 8px #b1aea326}
.privacy-intro-block{background:#f8f9fa;border-left:5px solid #B1AEA3;padding:30px 35px;margin-bottom:50px;border-radius:4px}
.privacy-intro-block p{color:#343a40;font-size:1.1rem;line-height:1.7;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{margin-bottom:55px;padding-bottom:40px;border-bottom:2px solid #F0EEEB}
.privacy-section-block:last-child{border-bottom:none}
.privacy-section-block h2{color:#212529;font-size:1.9rem;font-weight:700;margin:0 0 25px;padding-bottom:12px;border-bottom:3px solid #D1CFBF}
.privacy-section-block h3{color:#343a40;font-size:1.4rem;font-weight:600;margin:30px 0 18px}
.privacy-section-block p{color:#495057;font-size:1.05rem;line-height:1.8;margin:0 0 18px}
.privacy-section-block ul{margin:20px 0 25px;padding-left:0;list-style:none}
.privacy-section-block ul li{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:14px;padding-left:35px;position:relative}
.privacy-section-block ul li::before{content:"→";position:absolute;left:0;color:#B1AEA3;font-weight:700;font-size:1.3rem}
.privacy-highlight-box{background:linear-gradient(135deg,#F0EEEB 0%,#fff 100%);border:2px solid #D1CFBF;padding:25px 30px;margin:30px 0;border-radius:6px}
.privacy-highlight-box p{color:#343a40;font-size:1.05rem;line-height:1.7;margin:0}
.privacy-contact-section{background:#f8f9fa;padding:40px 35px;margin-top:50px;border-radius:6px;border:2px solid #D1CFBF}
.privacy-contact-section h2{color:#212529;font-size:1.7rem;font-weight:700;margin:0 0 20px;border-bottom:none;padding-bottom:0}
.privacy-contact-section p{color:#343a40;font-size:1.05rem;line-height:1.7;margin:0 0 12px}
.privacy-contact-section a{color:#B1AEA3;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-contact-section a:hover{color:#343a40;text-decoration:underline}
.privacy-data-table{width:100%;border-collapse:collapse;margin:25px 0;background:#fff;border:2px solid #D1CFBF}
.privacy-data-table th{background:#B1AEA3;color:#212529;font-size:1.05rem;font-weight:700;padding:15px 20px;text-align:left;border-bottom:2px solid #D1CFBF}
.privacy-data-table td{color:#495057;font-size:1rem;padding:15px 20px;border-bottom:1px solid #F0EEEB;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
@media (max-width: 768px) {
.privacy-header-section{padding:60px 15px 40px}
.privacy-header-section h1{font-size:2rem}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-block h2{font-size:1.5rem}
.privacy-section-block h3{font-size:1.2rem}
.privacy-intro-block{padding:20px 25px}
.privacy-contact-section{padding:30px 25px}
.privacy-data-table{font-size:.9rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px}
}
.refund-policy-container{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh;padding:0}
.refund-hero-section{background:linear-gradient(to right,#F0EEEB,#fff);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #D1CFBF}
.refund-hero-section h1{font-size:2.8rem;color:#212529;margin:0 0 15px;font-weight:700;letter-spacing:-.5px}
.refund-hero-tagline{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.refund-effective-date{background:#fff;padding:25px 20px;text-align:center;border-bottom:1px solid #D1CFBF}
.refund-effective-date p{margin:0;font-size:.95rem;color:#6c757d}
.refund-effective-date strong{color:#343a40;font-weight:600}
.refund-main-content{max-width:920px;margin:0 auto;padding:60px 25px}
.refund-intro-block{background:#fff;padding:40px;border-radius:8px;margin-bottom:45px;border-left:5px solid #B1AEA3;box-shadow:0 2px 12px #0000000f}
.refund-intro-block p{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 18px}
.refund-intro-block p:last-child{margin-bottom:0}
.refund-section-wrapper{margin-bottom:50px}
.refund-section-title{font-size:1.9rem;color:#212529;margin:0 0 25px;padding-bottom:12px;border-bottom:2px solid #D1CFBF;font-weight:600}
.refund-content-box{background:#fff;padding:35px;border-radius:6px;margin-bottom:30px;box-shadow:0 1px 8px #0000000d}
.refund-content-box h3{font-size:1.35rem;color:#343a40;margin:0 0 18px;font-weight:600}
.refund-content-box p{font-size:1rem;line-height:1.7;color:#495057;margin:0 0 15px}
.refund-content-box ul{margin:15px 0;padding-left:25px}
.refund-content-box li{font-size:1rem;line-height:1.7;color:#495057;margin-bottom:10px}
.refund-highlight-box{background:linear-gradient(135deg,#F0EEEB 0%,#fff 100%);padding:30px;border-radius:6px;border:2px solid #D1CFBF;margin:30px 0}
.refund-highlight-box h4{font-size:1.25rem;color:#212529;margin:0 0 15px;font-weight:600}
.refund-highlight-box p{font-size:1rem;line-height:1.7;color:#343a40;margin:0}
.refund-timeline-container{margin:35px 0;padding-left:0}
.refund-timeline-item{position:relative;padding:25px 25px 25px 70px;margin-bottom:25px;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000000d}
.refund-timeline-number{position:absolute;left:20px;top:25px;width:38px;height:38px;background:#B1AEA3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.refund-timeline-item h4{font-size:1.2rem;color:#212529;margin:0 0 10px;font-weight:600}
.refund-timeline-item p{font-size:.98rem;line-height:1.65;color:#495057;margin:0}
.refund-grid-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.refund-grid-card{background:#fff;padding:28px;border-radius:6px;border:1px solid #D1CFBF;transition:all .3s ease}
.refund-grid-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000014}
.refund-grid-card h4{font-size:1.2rem;color:#212529;margin:0 0 12px;font-weight:600}
.refund-grid-card p{font-size:.95rem;line-height:1.6;color:#495057;margin:0}
.refund-table-wrapper{overflow-x:auto;margin:30px 0;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000000d}
.refund-policy-table{width:100%;border-collapse:collapse}
.refund-policy-table th{background:#B1AEA3;color:#fff;padding:18px;text-align:left;font-weight:600;font-size:1rem}
.refund-policy-table td{padding:16px 18px;border-bottom:1px solid #e9ecef;color:#495057;font-size:.95rem;line-height:1.6}
.refund-policy-table tr:last-child td{border-bottom:none}
.refund-policy-table tr:nth-child(even){background:#f8f9fa}
.refund-warning-box{background:#fff8e6;border-left:5px solid #ffc107;padding:25px;border-radius:6px;margin:30px 0}
.refund-warning-box h4{font-size:1.2rem;color:#856404;margin:0 0 12px;font-weight:600}
.refund-warning-box p{font-size:.98rem;line-height:1.65;color:#856404;margin:0 0 10px}
.refund-warning-box p:last-child{margin-bottom:0}
.refund-contact-section{background:linear-gradient(to right,#F0EEEB,#D1CFBF);padding:45px;border-radius:8px;text-align:center;margin-top:50px}
.refund-contact-section h3{font-size:1.7rem;color:#212529;margin:0 0 20px;font-weight:600}
.refund-contact-section p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0 0 25px;max-width:700px;margin-left:auto;margin-right:auto}
.refund-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.refund-contact-item{font-size:1rem;color:#495057;text-decoration:none;transition:color .3s ease}
.refund-contact-item:hover{color:#212529}
.refund-contact-item strong{color:#343a40;font-weight:600}
@media (max-width: 768px) {
.refund-hero-section{padding:60px 20px 45px}
.refund-hero-section h1{font-size:2.2rem}
.refund-hero-tagline{font-size:1.05rem}
.refund-main-content{padding:40px 20px}
.refund-intro-block{padding:30px 25px}
.refund-section-title{font-size:1.6rem}
.refund-content-box{padding:25px 20px}
.refund-timeline-item{padding:20px 20px 20px 65px}
.refund-timeline-number{left:15px;width:35px;height:35px;font-size:1rem}
.refund-grid-wrapper{grid-template-columns:1fr;gap:20px}
.refund-policy-table th,.refund-policy-table td{padding:12px 10px;font-size:.9rem}
.refund-contact-section{padding:35px 25px}
.refund-contact-section h3{font-size:1.5rem}
}
.success-page-container{background:linear-gradient(135deg,#fafbfc 0%,#F0EEEB 100%);min-height:100vh;padding:0;margin:0}
.success-inner-wrap{max-width:820px;margin:0 auto;padding:80px 24px 60px}
.success-icon-holder{text-align:center;margin-bottom:36px}
.success-checkmark-circle{width:92px;height:92px;margin:0 auto;border-radius:50%;background:linear-gradient(135deg,#B1AEA3 0%,#D1CFBF 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #b1aea340;animation:pop-in .5s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes pop-in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-icon{width:42px;height:42px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:draw-check .6s ease-in-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;text-align:center;margin:0 0 18px;line-height:1.2}
.success-subheading-text{font-size:19px;color:#495057;text-align:center;margin:0 0 48px;line-height:1.6;max-width:580px;margin-left:auto;margin-right:auto}
.success-info-card{background:#fff;border-radius:12px;padding:36px 32px;margin-bottom:32px;border:1px solid #D1CFBF;box-shadow:0 2px 12px #0000000a}
.success-card-title{font-size:22px;font-weight:600;color:#212529;margin:0 0 16px;line-height:1.3}
.success-card-description{font-size:16px;color:#495057;line-height:1.7;margin:0 0 12px}
.success-card-description:last-child{margin-bottom:0}
.success-timeline-wrapper{background:#fff;border-radius:12px;padding:36px 32px;margin-bottom:32px;border:1px solid #D1CFBF}
.success-timeline-header{font-size:22px;font-weight:600;color:#212529;margin:0 0 28px}
.success-timeline-item{display:flex;gap:20px;margin-bottom:24px;align-items:flex-start}
.success-timeline-item:last-child{margin-bottom:0}
.success-timeline-marker{min-width:48px;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#F0EEEB 0%,#D1CFBF 100%);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#495057;flex-shrink:0;margin-top:2px}
.success-timeline-content{flex:1;padding-top:4px}
.success-timeline-label{font-size:17px;font-weight:600;color:#212529;margin:0 0 6px;line-height:1.4}
.success-timeline-detail{font-size:15px;color:#495057;line-height:1.6;margin:0}
.success-action-section{text-align:center;margin-top:42px}
.success-cta-wrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}
.success-btn-primary{display:inline-block;padding:15px 36px;background:linear-gradient(135deg,#B1AEA3 0%,#D1CFBF 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;border:none;box-shadow:0 4px 12px #b1aea34d}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b1aea366}
.success-btn-secondary{display:inline-block;padding:15px 36px;background:#fff;color:#495057;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #D1CFBF}
.success-btn-secondary:hover{background:#F0EEEB;border-color:#B1AEA3}
.success-contact-details{background:#F0EEEB;border-radius:10px;padding:28px 24px;margin-top:36px}
.success-contact-heading{font-size:18px;font-weight:600;color:#212529;margin:0 0 16px;text-align:center}
.success-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.success-contact-item{font-size:15px;color:#495057;text-align:center;line-height:1.6}
.success-contact-link{color:#B1AEA3;text-decoration:none;font-weight:500;transition:color .3s ease}
.success-contact-link:hover{color:#212529}
.success-extra-resources{background:#fff;border-radius:12px;padding:32px;margin-top:32px;border:1px solid #D1CFBF}
.success-resources-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 20px;text-align:center}
.success-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.success-resource-box{padding:20px;background:#fafbfc;border-radius:8px;border:1px solid #F0EEEB;transition:all .3s ease}
.success-resource-box:hover{border-color:#D1CFBF;box-shadow:0 4px 12px #0000000f}
.success-resource-name{font-size:16px;font-weight:600;color:#212529;margin:0 0 8px}
.success-resource-info{font-size:14px;color:#495057;line-height:1.5;margin:0}
@media (max-width: 768px) {
.success-inner-wrap{padding:60px 20px 40px}
.success-main-heading{font-size:32px}
.success-subheading-text{font-size:17px;margin-bottom:36px}
.success-info-card{padding:28px 24px}
.success-card-title{font-size:20px}
.success-timeline-wrapper{padding:28px 24px}
.success-timeline-marker{min-width:42px;width:42px;height:42px;font-size:16px}
.success-cta-wrapper{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-resource-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.success-checkmark-circle{width:76px;height:76px}
.success-checkmark-icon{width:36px;height:36px}
.success-main-heading{font-size:28px}
.success-timeline-item{gap:14px}
.success-timeline-marker{min-width:38px;width:38px;height:38px;font-size:15px}
.success-extra-resources{padding:24px 20px}
}
.error-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#F0EEEB 100%);min-height:100vh;display:flex;align-items:center;padding:2rem 1rem}
.error-container-main{max-width:1100px;margin:0 auto;width:100%}
.error-visual-block{text-align:center;margin-bottom:3rem;position:relative}
.error-number-display{font-size:12rem;font-weight:800;color:#B1AEA3;line-height:.9;margin:0;text-shadow:4px 4px 0 #D1CFBF;position:relative;display:inline-block}
.error-number-display::before{content:'';position:absolute;width:120%;height:120%;border:3px solid #D1CFBF;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-5deg);z-index:-1}
.error-subtitle-text{font-size:1.75rem;color:#343a40;margin:1.5rem 0 0;font-weight:600}
.error-message-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #b1aea326;margin-bottom:2.5rem;border-left:5px solid #B1AEA3}
.error-message-section p{font-size:1.125rem;line-height:1.7;color:#495057;margin:0 0 1rem}
.error-message-section p:last-child{margin-bottom:0}
.navigation-help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;margin-bottom:3rem}
.help-card-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border-top:4px solid #D1CFBF}
.help-card-item:hover{transform:translateY(-5px);box-shadow:0 6px 24px #b1aea340}
.help-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#B1AEA3 0%,#D1CFBF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;color:#fff}
.help-card-item h3{font-size:1.35rem;color:#212529;margin:0 0 .75rem;font-weight:600}
.help-card-item p{font-size:1rem;line-height:1.6;color:#495057;margin:0 0 1.25rem}
.help-card-link{display:inline-block;color:#B1AEA3;font-weight:600;text-decoration:none;font-size:1rem;transition:color .3s ease;position:relative;padding-bottom:2px}
.help-card-link::after{content:'→';margin-left:.5rem;transition:margin-left .3s ease}
.help-card-link:hover{color:#212529}
.help-card-link:hover::after{margin-left:.75rem}
.primary-action-zone{text-align:center;padding:2.5rem;background:linear-gradient(135deg,#F0EEEB 0%,#fff 100%);border-radius:12px;margin-bottom:2.5rem}
.main-cta-button{display:inline-block;background:linear-gradient(135deg,#B1AEA3 0%,#D1CFBF 100%);color:#fff;padding:1.125rem 3rem;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #b1aea34d;border:none;cursor:pointer}
.main-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #b1aea366;background:linear-gradient(135deg,#9d9a8f 0%,#B1AEA3 100%)}
.search-suggestion-block{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 12px #00000014;margin-bottom:2.5rem}
.search-suggestion-block h3{font-size:1.35rem;color:#212529;margin:0 0 1.25rem;font-weight:600}
.recent-topics-list{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0;margin:0}
.recent-topics-list li{background:#F0EEEB;padding:.625rem 1.25rem;border-radius:25px;font-size:.95rem;color:#495057;transition:all .3s ease;cursor:pointer}
.recent-topics-list li:hover{background:#D1CFBF;color:#212529;transform:scale(1.05)}
.contact-info-strip{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.contact-info-strip p{font-size:.95rem;color:#495057;margin:0 0 .5rem;line-height:1.6}
.contact-info-strip a{color:#B1AEA3;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-info-strip a:hover{color:#212529;text-decoration:underline}
@media (max-width: 768px) {
.error-number-display{font-size:8rem}
.error-subtitle-text{font-size:1.35rem}
.error-message-section{padding:1.75rem}
.navigation-help-grid{grid-template-columns:1fr;gap:1.25rem}
.help-card-item{padding:1.5rem}
.primary-action-zone{padding:1.75rem}
.main-cta-button{padding:1rem 2rem;font-size:1rem;width:100%}
.search-suggestion-block{padding:1.5rem}
.recent-topics-list{gap:.5rem}
.recent-topics-list li{font-size:.875rem;padding:.5rem 1rem}
}
@media (max-width: 480px) {
.error-number-display{font-size:6rem}
.error-page-wrapper{padding:1rem .75rem}
}