*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-copper:#C99377;--secondary-sand:#E3C79D;--tertiary-cream:#F0E9CF;--text-dark:#2a2a2a;--text-mid:#4a4a4a;--text-light:#6a6a6a;--bg-white:#fff;--bg-soft:#fafbfc;--bg-subtle:#f8f9fa;--shadow-soft:#c993771f;--shadow-mid:#c993772e}
html{scroll-behavior:smooth;overscroll-behavior:contain}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:var(--text-dark);background:var(--bg-white);overflow-x:hidden}
header{background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-soft) 100%);border-bottom:1px solid #c9937726;position:relative}
.header_wrapper_9kx{max-width:1340px;margin:0 auto;padding:0 24px}
.header_top_row_3vf{display:flex;align-items:center;justify-content:space-between;padding:22px 0;gap:40px;border-bottom:1px solid #e3c79d33}
.logo_container_8hn{display:flex;align-items:center;gap:16px;flex-shrink:0;z-index:50}
.logo_image_2rt{height:58px;width:58px;object-fit:contain;display:block}
.brand_name_6pq{font-size:1.5rem;font-weight:600;color:var(--text-dark);letter-spacing:-.02em}
.trust_badge_area_4mk{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.badge_item_7wl{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,var(--tertiary-cream) 0%,#f0e9cf66 100%);border-radius:6px;font-size:.85rem;color:var(--text-mid);font-weight:500}
.badge_icon_5xc{width:18px;height:18px;background:radial-gradient(circle,var(--primary-copper) 0%,var(--secondary-sand) 100%);border-radius:50%;flex-shrink:0}
.header_bottom_row_1ns{padding:20px 0}
.navigation_main_2dx{display:flex;justify-content:center;align-items:center;gap:4px;list-style:none;flex-wrap:wrap}
.nav_item_8kp{position:relative}
.nav_link_4zr{display:block;padding:12px 22px;color:var(--text-dark);text-decoration:none;font-size:1rem;font-weight:500;border-radius:8px;transition:background-color .25s ease,color .25s ease;position:relative}
.nav_link_4zr:hover{background-color:var(--tertiary-cream);color:var(--primary-copper)}
.nav_link_4zr:focus{outline:2px solid var(--primary-copper);outline-offset:2px}
.nav_link_4zr:focus:not(:focus-visible){outline:none}
.nav_link_4zr:focus-visible{outline:2px solid var(--primary-copper);outline-offset:2px}
main{min-height:60vh}
footer{background:linear-gradient(180deg,var(--bg-subtle) 0%,var(--bg-soft) 100%);border-top:2px solid var(--secondary-sand);padding:60px 0 30px;margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-copper) 0%,var(--secondary-sand) 50%,var(--tertiary-cream) 100%)}
.footer_container_5jx{max-width:1340px;margin:0 auto;padding:0 24px}
.footer_grid_9mn{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:50px}
.footer_column_3wk{display:flex;flex-direction:column;gap:18px}
.footer_heading_7bn{font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:8px;letter-spacing:-.01em}
.footer_logo_wrap_2vc{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.footer_logo_img_8rt{height:52px;width:52px;object-fit:contain}
.footer_brand_text_4hp{font-size:1.3rem;font-weight:600;color:var(--text-dark)}
.footer_description_6vl{font-size:.95rem;color:var(--text-light);line-height:1.6}
.footer_links_list_9xp{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item_3km a{color:var(--text-mid);text-decoration:none;font-size:.95rem;transition:color .25s ease;display:inline-block}
.footer_link_item_3km a:hover{color:var(--primary-copper)}
.footer_link_item_3km a:focus{outline:2px solid var(--primary-copper);outline-offset:3px;border-radius:3px}
.contact_info_wrap_5ln{display:flex;flex-direction:column;gap:14px}
.contact_item_7pc{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:var(--text-mid)}
.contact_icon_2hx{width:20px;height:20px;background:var(--secondary-sand);border-radius:4px;flex-shrink:0;margin-top:2px}
.contact_item_7pc a{color:var(--text-mid);text-decoration:none;transition:color .25s ease}
.contact_item_7pc a:hover{color:var(--primary-copper)}
.footer_bottom_8rn{padding-top:30px;border-top:1px solid #c9937733;text-align:center}
.copyright_text_4vx{font-size:.9rem;color:var(--text-light)}
.consent_overlay_9kx{position:fixed;bottom:24px;left:24px;right:24px;max-width:520px;background:var(--bg-white);border-radius:12px;box-shadow:0 8px 32px var(--shadow-mid),0 2px 8px var(--shadow-soft);padding:28px;z-index:9999;border:1px solid var(--secondary-sand);display:none}
.consent_overlay_9kx.active_state_2vp{display:block;animation:slideUpFade_7kl .4s ease-out}
@keyframes slideUpFade_7kl {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.consent_header_3lm{margin-bottom:16px}
.consent_title_8px{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:8px}
.consent_description_6wn{font-size:.92rem;color:var(--text-mid);line-height:1.6;margin-bottom:14px}
.consent_policy_link_4hr{color:var(--primary-copper);text-decoration:none;font-weight:500;transition:opacity .2s ease}
.consent_policy_link_4hr:hover{opacity:.8}
.consent_actions_5mt{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}
.consent_btn_primary_7nx{flex:1;min-width:140px;padding:12px 24px;background:linear-gradient(135deg,var(--primary-copper) 0%,var(--secondary-sand) 100%);color:var(--bg-white);border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .25s ease}
.consent_btn_primary_7nx:hover{opacity:.9}
.consent_btn_primary_7nx:focus{outline:2px solid var(--text-dark);outline-offset:2px}
.consent_btn_secondary_2kp{flex:1;min-width:140px;padding:12px 24px;background:var(--bg-subtle);color:var(--text-dark);border:1px solid var(--secondary-sand);border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .25s ease}
.consent_btn_secondary_2kp:hover{background-color:var(--tertiary-cream)}
.consent_btn_secondary_2kp:focus{outline:2px solid var(--text-dark);outline-offset:2px}
@media (max-width: 768px) {
.header_top_row_3vf{flex-direction:column;align-items:flex-start;gap:20px}
.trust_badge_area_4mk{width:100%;justify-content:flex-start}
.navigation_main_2dx{flex-direction:column;align-items:stretch;gap:8px}
.nav_link_4zr{text-align:center;padding:14px 20px}
.footer_grid_9mn{grid-template-columns:1fr;gap:40px}
.consent_overlay_9kx{left:16px;right:16px;bottom:16px;padding:24px}
.consent_actions_5mt{flex-direction:column}
.consent_btn_primary_7nx,.consent_btn_secondary_2kp{width:100%;min-width:unset}
}
@media (max-width: 480px) {
.brand_name_6pq{font-size:1.25rem}
.logo_image_2rt{height:48px;width:48px}
.badge_item_7wl{font-size:.8rem;padding:6px 12px}
.nav_link_4zr{font-size:.95rem}
}
@media (prefers-reduced-motion: reduce) {
*{animation:none!important;transition:none!important}
}
.hwp-hero-wrapper{background:linear-gradient(135deg,#F0E9CF 0%,#E3C79D 100%);padding:80px 20px;position:relative;overflow:hidden}
.hwp-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#c993771a;border-radius:50%;z-index:1}
.hwp-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hwp-hero-content h1{font-size:48px;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.hwp-hero-intro{font-size:20px;color:#495057;line-height:1.6;max-width:800px;margin-bottom:40px}
.hwp-journey-grid{background:#fff;padding:100px 20px}
.hwp-journey-container{max-width:1200px;margin:0 auto}
.hwp-section-label{font-size:14px;color:#C99377;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:16px}
.hwp-journey-header{font-size:38px;color:#212529;margin-bottom:60px;font-weight:700;line-height:1.3}
.hwp-phases-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:80px}
.hwp-phase-card{background:#f8f9fa;padding:40px;border-radius:8px;border-left:4px solid #C99377;position:relative}
.hwp-phase-number{position:absolute;top:-20px;left:30px;background:#C99377;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;box-shadow:0 4px 12px #c993774d}
.hwp-phase-title{font-size:24px;color:#212529;margin-bottom:16px;margin-top:20px;font-weight:600}
.hwp-phase-description{font-size:16px;color:#495057;line-height:1.7;margin-bottom:20px}
.hwp-phase-details{display:flex;flex-direction:column;gap:12px}
.hwp-detail-item{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#343a40}
.hwp-detail-item::before{content:'→';color:#C99377;font-weight:700;flex-shrink:0;margin-top:2px}
.hwp-visual-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hwp-split-image{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001a}
.hwp-split-content h3{font-size:28px;color:#212529;margin-bottom:24px;font-weight:600}
.hwp-split-content p{font-size:16px;color:#495057;line-height:1.8;margin-bottom:20px}
.hwp-insight-section{background:linear-gradient(180deg,#fff 0%,#F0E9CF 100%);padding:100px 20px}
.hwp-insight-container{max-width:1400px;margin:0 auto}
.hwp-insight-header{text-align:center;margin-bottom:80px}
.hwp-insight-header h2{font-size:40px;color:#212529;margin-bottom:20px;font-weight:700}
.hwp-insight-subtitle{font-size:18px;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.hwp-expert-layout{display:grid;grid-template-columns:300px 1fr 300px;gap:50px;align-items:start}
.hwp-expert-profile{background:#fff;padding:30px;border-radius:8px;text-align:center;box-shadow:0 4px 16px #00000014}
.hwp-expert-image{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:4px solid #E3C79D}
.hwp-expert-name{font-size:20px;color:#212529;font-weight:600;margin-bottom:8px}
.hwp-expert-role{font-size:14px;color:#C99377;margin-bottom:16px}
.hwp-expert-bio{font-size:14px;color:#495057;line-height:1.6}
.hwp-central-content{background:#fff;padding:50px;border-radius:8px;box-shadow:0 8px 32px #0000000f}
.hwp-content-block{margin-bottom:40px}
.hwp-content-block:last-child{margin-bottom:0}
.hwp-content-heading{font-size:24px;color:#212529;margin-bottom:20px;font-weight:600;padding-bottom:12px;border-bottom:2px solid #E3C79D}
.hwp-content-text{font-size:16px;color:#495057;line-height:1.8;margin-bottom:16px}
.hwp-highlight-box{background:#f8f9fa;padding:24px;border-radius:6px;border-left:4px solid #C99377;margin:24px 0}
.hwp-highlight-box p{font-size:15px;color:#343a40;line-height:1.7;margin:0}
.hwp-process-list{display:flex;flex-direction:column;gap:20px;margin-top:24px}
.hwp-process-step{display:flex;gap:20px;align-items:flex-start}
.hwp-step-marker{width:36px;height:36px;background:#C99377;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.hwp-step-content h4{font-size:18px;color:#212529;margin-bottom:8px;font-weight:600}
.hwp-step-content p{font-size:15px;color:#495057;line-height:1.7;margin:0}
.hwp-cta-button{display:inline-block;background:#C99377;color:#fff;padding:16px 40px;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #c993774d;margin-top:32px}
.hwp-cta-button:hover{background:#b37f63;transform:translateY(-2px);box-shadow:0 6px 20px #c9937766}
.hwp-timeline-visual{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 16px #00000014}
.hwp-timeline-item{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #E3C79D}
.hwp-timeline-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.hwp-timeline-date{font-size:14px;color:#C99377;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}
.hwp-timeline-title{font-size:18px;color:#212529;margin-bottom:12px;font-weight:600}
.hwp-timeline-desc{font-size:15px;color:#495057;line-height:1.7}
@media (max-width: 968px) {
.hwp-hero-content h1{font-size:36px}
.hwp-phases-wrapper{grid-template-columns:1fr;gap:50px}
.hwp-visual-split{grid-template-columns:1fr;gap:40px}
.hwp-split-image{height:320px}
.hwp-expert-layout{grid-template-columns:1fr;gap:40px}
.hwp-central-content{padding:30px}
.hwp-journey-grid,.hwp-insight-section{padding:60px 20px}
}
@media (max-width: 576px) {
.hwp-hero-wrapper{padding:60px 20px}
.hwp-hero-content h1{font-size:28px}
.hwp-hero-intro{font-size:18px}
.hwp-journey-header,.hwp-insight-header h2{font-size:28px}
.hwp-phase-card{padding:30px 20px}
.hwp-phase-number{width:40px;height:40px;font-size:18px}
.hwp-split-image{height:260px}
.hwp-central-content{padding:20px}
.hwp-cta-button{display:block;text-align:center}
}
.idx-hero-wrap{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.idx-hero-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#c99377d9 0%,#e3c79dbf 100%);z-index:1}
.idx-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.idx-hero-content{position:relative;z-index:2;max-width:800px;padding:40px;text-align:center;color:#fff}
.idx-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:24px;line-height:1.2;text-shadow:2px 2px 8px #0000004d}
.idx-hero-content p{font-size:1.3rem;margin-bottom:32px;line-height:1.6;color:#fafbfc}
.idx-hero-btn{display:inline-block;padding:16px 40px;background:#F0E9CF;color:#343a40;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #0003}
.idx-hero-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}
.idx-foundation-grid{padding:80px 20px;background:#fff}
.idx-foundation-inner{max-width:1200px;margin:0 auto}
.idx-foundation-header{text-align:center;margin-bottom:60px}
.idx-foundation-header h2{font-size:2.5rem;color:#212529;margin-bottom:16px;font-weight:700}
.idx-foundation-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.idx-foundation-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.idx-foundation-card{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}
.idx-foundation-card:hover{transform:translateY(-8px);border-color:#C99377;box-shadow:0 12px 24px #c9937733}
.idx-foundation-card img{width:100%;height:220px;object-fit:cover}
.idx-foundation-card-content{padding:28px}
.idx-foundation-card-content h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.idx-foundation-card-content p{font-size:1rem;color:#495057;line-height:1.6}
.idx-pathway-section{padding:90px 20px;background:linear-gradient(to bottom right,#F0E9CF 0%,#E3C79D 100%)}
.idx-pathway-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.idx-pathway-text h2{font-size:2.6rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.idx-pathway-text p{font-size:1.05rem;color:#343a40;margin-bottom:20px;line-height:1.7}
.idx-pathway-list{list-style:none;padding:0;margin:32px 0}
.idx-pathway-list li{padding:14px 0 14px 32px;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6}
.idx-pathway-list li::before{content:'';position:absolute;left:0;color:#C99377;font-weight:700;font-size:1.3rem}
.idx-pathway-img{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000026}
.idx-pathway-img img{width:100%;height:480px;object-fit:cover;display:block}
.idx-process-wrap{padding:80px 20px;background:#fff}
.idx-process-container{max-width:1000px;margin:0 auto}
.idx-process-title{text-align:center;margin-bottom:70px}
.idx-process-title h2{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:16px}
.idx-process-title p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto}
.idx-process-steps{position:relative;padding-left:80px}
.idx-process-step{position:relative;margin-bottom:50px;padding-left:40px}
.idx-process-step::before{content:'';position:absolute;left:-59px;top:8px;width:3px;height:calc(100% + 50px);background:#E3C79D}
.idx-process-step:last-child::before{display:none}
.idx-process-number{position:absolute;left:-80px;top:0;width:44px;height:44px;background:#C99377;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #c993774d}
.idx-process-step h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:600}
.idx-process-step p{font-size:1.05rem;color:#495057;line-height:1.7}
.idx-mentor-section{padding:90px 20px;background:#f8f9fa}
.idx-mentor-layout{max-width:1200px;margin:0 auto}
.idx-mentor-heading{text-align:center;margin-bottom:60px}
.idx-mentor-heading h2{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:20px}
.idx-mentor-heading p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.idx-mentor-profiles{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.idx-mentor-card{background:#fff;border-radius:16px;padding:36px;box-shadow:0 4px 16px #00000014;display:flex;gap:28px;align-items:flex-start;transition:all .3s ease}
.idx-mentor-card:hover{box-shadow:0 8px 28px #c9937733;transform:translateX(8px)}
.idx-mentor-photo{flex-shrink:0}
.idx-mentor-photo img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #F0E9CF}
.idx-mentor-info h3{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:600}
.idx-mentor-role{color:#C99377;font-weight:600;margin-bottom:16px;font-size:1.05rem}
.idx-mentor-info p{font-size:1rem;color:#495057;line-height:1.7}
.idx-approach-zone{padding:80px 20px;background:linear-gradient(135deg,#C99377 0%,#E3C79D 100%)}
.idx-approach-content{max-width:1000px;margin:0 auto;text-align:center;color:#fff}
.idx-approach-content h2{font-size:2.8rem;margin-bottom:28px;font-weight:700;text-shadow:1px 1px 4px #0003}
.idx-approach-content p{font-size:1.15rem;line-height:1.8;margin-bottom:24px;max-width:850px;margin-left:auto;margin-right:auto;color:#fafbfc}
.idx-approach-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}
.idx-approach-box{background:#ffffff26;padding:32px;border-radius:12px;backdrop-filter:blur(10px);transition:all .3s ease}
.idx-approach-box:hover{background:#ffffff40;transform:scale(1.05)}
.idx-approach-box h3{font-size:1.4rem;margin-bottom:14px;font-weight:600;color:#fff}
.idx-approach-box p{font-size:1rem;line-height:1.6;color:#fafbfc}
.idx-cta-action{margin-top:48px}
.idx-cta-btn{display:inline-block;padding:18px 48px;background:#fff;color:#C99377;text-decoration:none;font-weight:700;font-size:1.15rem;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 16px #0003}
.idx-cta-btn:hover{background:#F0E9CF;transform:translateY(-3px);box-shadow:0 6px 24px #0000004d}
@media (max-width: 992px) {
.idx-hero-content h1{font-size:2.5rem}
.idx-pathway-container{grid-template-columns:1fr;gap:40px}
.idx-pathway-img img{height:360px}
.idx-mentor-profiles{grid-template-columns:1fr}
.idx-approach-boxes{grid-template-columns:1fr}
.idx-process-steps{padding-left:60px}
.idx-process-number{left:-60px}
}
@media (max-width: 768px) {
.idx-hero-content h1{font-size:2rem}
.idx-hero-content p{font-size:1.1rem}
.idx-foundation-header h2,.idx-process-title h2,.idx-mentor-heading h2{font-size:2rem}
.idx-pathway-text h2{font-size:2rem}
.idx-approach-content h2{font-size:2.2rem}
.idx-mentor-card{flex-direction:column;text-align:center;align-items:center}
.idx-process-steps{padding-left:0}
.idx-process-step{padding-left:0;padding-top:50px}
.idx-process-number{left:50%;transform:translateX(-50%);top:-10px}
.idx-process-step::before{display:none}
}
.contact-page-wrapper{background:linear-gradient(135deg,#F0E9CF 0%,#fff 50%,#fafbfc 100%);min-height:100vh;padding:0}
.contact-hero-section{background:linear-gradient(to right,#F0E9CF,#E3C79D);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#c993771a;border-radius:50%}
.hero-content-box{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-content-box h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.hero-content-box p{font-size:1.15rem;color:#343a40;line-height:1.7;max-width:700px}
.split-contact-container{max-width:1200px;margin:-40px auto 0;padding:0 20px;display:grid;grid-template-columns:1fr 1.3fr;gap:40px;position:relative;z-index:10}
.contact-info-card{background:#fff;border-radius:12px;padding:45px 35px;box-shadow:0 4px 20px #00000014;height:fit-content;border-top:4px solid #C99377}
.contact-info-card h2{font-size:1.75rem;color:#212529;margin-bottom:30px;font-weight:600}
.info-block-item{margin-bottom:32px;padding-left:45px;position:relative}
.info-block-item::before{content:'';position:absolute;left:0;top:2px;width:32px;height:32px;background:#E3C79D;border-radius:8px}
.info-block-item h3{font-size:1.1rem;color:#343a40;margin-bottom:8px;font-weight:600}
.info-block-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.info-block-item a{color:#C99377;text-decoration:none;font-weight:500}
.info-block-item a:hover{text-decoration:underline}
.contact-form-card{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 4px 20px #00000014}
.contact-form-card h2{font-size:1.9rem;color:#212529;margin-bottom:15px;font-weight:600}
.contact-form-card > p{font-size:1rem;color:#495057;margin-bottom:35px;line-height:1.6}
.form-group-custom{margin-bottom:25px}
.form-group-custom label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom textarea{width:100%;padding:14px 16px;border:2px solid #E3C79D;border-radius:8px;font-size:.95rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus{outline:none;border-color:#C99377;background:#fff;box-shadow:0 0 0 3px #c993771a}
.form-group-custom textarea{min-height:140px;resize:vertical}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.checkbox-privacy-group{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.checkbox-privacy-group input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#C99377}
.checkbox-privacy-group label{font-size:.9rem;color:#495057;line-height:1.5;cursor:pointer}
.checkbox-privacy-group label a{color:#C99377;text-decoration:underline;font-weight:500}
.submit-btn-contact{background:linear-gradient(135deg,#C99377,#E3C79D);color:#fff;border:none;padding:16px 50px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #c993774d;position:relative;z-index:5}
.submit-btn-contact:hover{transform:translateY(-2px);box-shadow:0 6px 18px #c9937766}
.submit-btn-contact:active{transform:translateY(0)}
.why-reach-section{max-width:1200px;margin:80px auto;padding:0 20px}
.why-reach-section h2{font-size:2.2rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.reason-card{background:#fff;padding:35px 28px;border-radius:10px;border-left:5px solid #C99377;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}
.reason-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}
.reason-card h3{font-size:1.3rem;color:#343a40;margin-bottom:15px;font-weight:600}
.reason-card p{font-size:.95rem;color:#495057;line-height:1.7;margin:0}
.location-visual-section{background:linear-gradient(to bottom,#F0E9CF,#fff);padding:70px 20px;margin:60px 0}
.location-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.location-image-box{border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001f}
.location-image-box img{width:100%;height:450px;object-fit:cover;display:block}
.location-text-content h2{font-size:2rem;color:#212529;margin-bottom:25px;font-weight:700}
.location-text-content p{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:20px}
.location-address-box{background:#fff;padding:25px;border-radius:10px;border:2px solid #E3C79D;margin-top:30px}
.location-address-box p{margin:0;font-size:1rem;color:#495057;line-height:1.6}
.location-address-box strong{color:#C99377;font-weight:600}
.faq-contact-section{max-width:900px;margin:80px auto;padding:0 20px}
.faq-contact-section h2{font-size:2.1rem;color:#212529;margin-bottom:45px;text-align:center;font-weight:700}
.faq-item{background:#fff;padding:28px 32px;margin-bottom:20px;border-radius:10px;border-left:4px solid #E3C79D;box-shadow:0 2px 10px #0000000d}
.faq-item h3{font-size:1.2rem;color:#343a40;margin-bottom:12px;font-weight:600}
.faq-item p{font-size:.95rem;color:#495057;line-height:1.7;margin:0}
.response-time-banner{background:linear-gradient(135deg,#C99377,#E3C79D);padding:50px 20px;text-align:center;margin-top:80px}
.response-time-banner h2{font-size:2rem;color:#fff;margin-bottom:15px;font-weight:700}
.response-time-banner p{font-size:1.1rem;color:#fff;max-width:700px;margin:0 auto;line-height:1.7;opacity:.95}
@media (max-width: 992px) {
.split-contact-container{grid-template-columns:1fr;gap:30px}
.location-content-wrapper{grid-template-columns:1fr;gap:35px}
.reasons-grid{grid-template-columns:1fr}
.form-row-split{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-content-box h1{font-size:2.2rem}
.contact-hero-section{padding:60px 20px 40px}
.contact-form-card,.contact-info-card{padding:35px 25px}
.location-image-box img{height:320px}
.why-reach-section h2,.faq-contact-section h2{font-size:1.8rem}
.response-time-banner h2{font-size:1.6rem}
}
.lp-hero-wrapper{background:linear-gradient(135deg,#F0E9CF 0%,#E3C79D 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.lp-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#c993771a;border-radius:50%;z-index:1}
.lp-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}
.lp-hero-content h1{font-size:48px;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.lp-hero-content .lp-hero-subtext{font-size:20px;color:#495057;margin:0 0 35px;line-height:1.6}
.lp-hero-meta{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:30px}
.lp-meta-item{text-align:center}
.lp-meta-item .lp-meta-number{font-size:32px;color:#C99377;font-weight:700;display:block;margin-bottom:5px}
.lp-meta-item .lp-meta-label{font-size:14px;color:#495057;text-transform:uppercase;letter-spacing:1px}
.lp-instructors-section{background:#fff;padding:90px 20px}
.lp-instructors-container{max-width:1200px;margin:0 auto}
.lp-instructors-intro{max-width:700px;margin:0 0 60px}
.lp-instructors-intro h2{font-size:42px;color:#212529;margin:0 0 18px;font-weight:700;line-height:1.3}
.lp-instructors-intro p{font-size:18px;color:#495057;line-height:1.7;margin:0}
.lp-instructor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.lp-instructor-card{background:#fafbfc;border-radius:12px;overflow:hidden;border:2px solid #E3C79D;transition:all .3s ease}
.lp-instructor-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #c9937740;border-color:#C99377}
.lp-instructor-image{width:100%;height:280px;object-fit:cover}
.lp-instructor-info{padding:25px}
.lp-instructor-info h3{font-size:22px;color:#212529;margin:0 0 8px;font-weight:600}
.lp-instructor-role{font-size:14px;color:#C99377;text-transform:uppercase;letter-spacing:1px;margin:0 0 15px;font-weight:600}
.lp-instructor-bio{font-size:15px;color:#495057;line-height:1.6;margin:0}
.lp-teaching-approach{background:#F0E9CF;padding:40px;border-radius:12px;border-left:6px solid #C99377}
.lp-teaching-approach h3{font-size:26px;color:#212529;margin:0 0 20px;font-weight:600}
.lp-approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.lp-approach-item{display:flex;gap:15px}
.lp-approach-icon{flex-shrink:0;width:44px;height:44px;background:#C99377;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}
.lp-approach-content h4{font-size:18px;color:#212529;margin:0 0 8px;font-weight:600}
.lp-approach-content p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.lp-pricing-section{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:90px 20px}
.lp-pricing-container{max-width:1100px;margin:0 auto}
.lp-pricing-header{text-align:center;margin-bottom:60px}
.lp-pricing-header h2{font-size:42px;color:#212529;margin:0 0 18px;font-weight:700}
.lp-pricing-header p{font-size:18px;color:#495057;margin:0;line-height:1.6}
.lp-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.lp-price-card{background:#fff;border-radius:16px;padding:45px 35px;border:3px solid #E3C79D;position:relative;transition:all .3s ease}
.lp-price-card:hover{border-color:#C99377;box-shadow:0 16px 36px #c9937733}
.lp-price-card.lp-featured{border-color:#C99377;background:linear-gradient(135deg,#fff 0%,#F0E9CF 100%)}
.lp-price-badge{position:absolute;top:-15px;right:30px;background:#C99377;color:#fff;padding:8px 20px;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.lp-price-card h3{font-size:28px;color:#212529;margin:0 0 12px;font-weight:700}
.lp-price-duration{font-size:15px;color:#495057;margin:0 0 25px}
.lp-price-amount{font-size:48px;color:#C99377;font-weight:700;margin:0 0 8px}
.lp-price-amount span{font-size:20px;color:#495057;font-weight:400}
.lp-price-note{font-size:14px;color:#495057;margin:0 0 30px}
.lp-price-features{list-style:none;padding:0;margin:0 0 35px}
.lp-price-features li{padding:12px 0;font-size:15px;color:#495057;border-bottom:1px solid #E3C79D;position:relative;padding-left:28px}
.lp-price-features li:last-child{border-bottom:none}
.lp-price-features li::before{content:'';position:absolute;left:0;color:#C99377;font-weight:700;font-size:18px}
.lp-price-cta{display:block;width:100%;padding:16px 30px;background:#C99377;color:#fff;text-align:center;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}
.lp-price-cta:hover{background:#b8845f;transform:translateY(-2px);box-shadow:0 6px 16px #c993774d}
.lp-pricing-footer{background:#F0E9CF;padding:35px;border-radius:12px;text-align:center;border:2px solid #E3C79D}
.lp-pricing-footer h3{font-size:24px;color:#212529;margin:0 0 15px;font-weight:600}
.lp-pricing-footer p{font-size:16px;color:#495057;margin:0 0 25px;line-height:1.6}
.lp-pricing-footer .lp-footer-cta{display:inline-block;padding:14px 40px;background:#fff;color:#C99377;border:2px solid #C99377;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease}
.lp-pricing-footer .lp-footer-cta:hover{background:#C99377;color:#fff;transform:scale(1.05)}
@media (max-width: 992px) {
.lp-instructor-grid{grid-template-columns:repeat(2,1fr)}
.lp-pricing-grid{grid-template-columns:1fr}
.lp-approach-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.lp-hero-content h1{font-size:36px}
.lp-hero-content .lp-hero-subtext{font-size:18px}
.lp-hero-meta{gap:25px}
.lp-instructor-grid{grid-template-columns:1fr}
.lp-instructors-intro h2,.lp-pricing-header h2{font-size:32px}
.lp-instructors-section,.lp-pricing-section{padding:60px 20px}
.lp-teaching-approach{padding:30px 20px}
.lp-price-card{padding:35px 25px}
}
@media (max-width: 576px) {
.lp-hero-wrapper{padding:60px 15px 40px}
.lp-hero-content h1{font-size:28px}
.lp-meta-item .lp-meta-number{font-size:24px}
.lp-price-amount{font-size:38px}
}
.tech-req-page{background:linear-gradient(to bottom,#fff 0%,#F0E9CF 100%);min-height:100vh}
.tech-req-hero{padding:80px 20px 60px;max-width:1200px;margin:0 auto;text-align:center}
.tech-req-hero h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.tech-req-hero .intro-text{font-size:1.15rem;color:#495057;max-width:750px;margin:0 auto 40px;line-height:1.7}
.device-grid-wrapper{max-width:1400px;margin:0 auto;padding:60px 20px}
.device-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:60px}
.device-card-item{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 4px 20px #c993771f;border:2px solid #E3C79D;transition:all .3s ease;position:relative;overflow:hidden}
.device-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(to right,#C99377,#E3C79D)}
.device-card-item:hover{transform:translateY(-8px);box-shadow:0 8px 30px #c9937733}
.device-card-item h3{font-size:1.6rem;color:#C99377;margin-bottom:20px;font-weight:600}
.device-card-item .spec-list{list-style:none;padding:0;margin:0}
.device-card-item .spec-list li{padding:12px 0;border-bottom:1px solid #f8f9fa;color:#343a40;font-size:.95rem;display:flex;justify-content:space-between;align-items:center}
.device-card-item .spec-list li:last-child{border-bottom:none}
.device-card-item .spec-list li strong{color:#212529;font-weight:600;margin-right:10px}
.device-card-item .spec-list li span{text-align:right;color:#495057}
.software-requirements-section{background:#fff;padding:70px 20px;margin:40px 0}
.software-inner-wrap{max-width:1200px;margin:0 auto}
.software-inner-wrap h2{font-size:2.2rem;color:#212529;margin-bottom:35px;text-align:center;font-weight:700}
.software-columns{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.software-text-content{padding-right:20px}
.software-text-content h3{font-size:1.5rem;color:#C99377;margin-bottom:20px;font-weight:600}
.software-text-content p{color:#495057;line-height:1.8;margin-bottom:18px;font-size:1rem}
.software-text-content .tool-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.software-text-content .tool-tags span{background:#F0E9CF;color:#C99377;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid #E3C79D}
.software-visual-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 25px #c9937726}
.browser-compatibility-block{background:linear-gradient(135deg,#F0E9CF 0%,#fff 100%);padding:60px 20px;margin:40px 0}
.browser-compat-inner{max-width:1100px;margin:0 auto}
.browser-compat-inner h2{font-size:2rem;color:#212529;margin-bottom:30px;text-align:center;font-weight:700}
.browser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;margin-bottom:35px}
.browser-box{background:#fff;padding:25px 20px;border-radius:10px;text-align:center;border:2px solid #E3C79D;transition:all .3s ease}
.browser-box:hover{border-color:#C99377;background:#fafbfc}
.browser-box h4{font-size:1.2rem;color:#343a40;margin-bottom:10px;font-weight:600}
.browser-box p{color:#495057;font-size:.9rem;margin:0}
.browser-note{background:#fff;padding:25px;border-radius:10px;border-left:5px solid #C99377;margin-top:30px}
.browser-note p{color:#343a40;font-size:.95rem;line-height:1.7;margin:0}
.connection-speed-area{max-width:1200px;margin:0 auto;padding:60px 20px}
.connection-speed-area h2{font-size:2rem;color:#212529;margin-bottom:40px;text-align:center;font-weight:700}
.speed-comparison-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #c993771a}
.speed-comparison-table table{width:100%;border-collapse:collapse}
.speed-comparison-table thead{background:linear-gradient(to right,#C99377,#E3C79D)}
.speed-comparison-table thead th{color:#fff;padding:18px 15px;text-align:left;font-weight:600;font-size:1rem}
.speed-comparison-table tbody tr{border-bottom:1px solid #f8f9fa}
.speed-comparison-table tbody tr:hover{background:#F0E9CF}
.speed-comparison-table tbody td{padding:16px 15px;color:#343a40;font-size:.95rem}
.speed-comparison-table tbody td:first-child{font-weight:600;color:#C99377}
.recommended-badge{background:#C99377;color:#fff;padding:4px 12px;border-radius:15px;font-size:.8rem;font-weight:600;margin-left:10px}
.troubleshooting-section{background:#fff;padding:70px 20px;margin:40px 0}
.troubleshooting-wrap{max-width:1300px;margin:0 auto}
.troubleshooting-wrap h2{font-size:2.2rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.troubleshoot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.troubleshoot-card{background:linear-gradient(to bottom,#F0E9CF,#fff);padding:35px 28px;border-radius:10px;border:2px solid #E3C79D;position:relative}
.troubleshoot-card h3{font-size:1.4rem;color:#C99377;margin-bottom:18px;font-weight:600}
.troubleshoot-card p{color:#495057;line-height:1.7;font-size:.95rem;margin-bottom:15px}
.troubleshoot-card ul{list-style:none;padding:0;margin:20px 0 0}
.troubleshoot-card ul li{padding:8px 0 8px 25px;color:#343a40;font-size:.9rem;position:relative}
.troubleshoot-card ul li::before{content:'→';position:absolute;left:0;color:#C99377;font-weight:700}
.support-contact-banner{background:linear-gradient(135deg,#C99377 0%,#E3C79D 100%);padding:50px 20px;text-align:center;margin-top:60px;border-radius:12px;max-width:1200px;margin-left:auto;margin-right:auto}
.support-contact-banner h3{font-size:1.8rem;color:#fff;margin-bottom:15px;font-weight:700}
.support-contact-banner p{color:#fff;font-size:1.05rem;margin-bottom:25px;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6}
.support-contact-banner .contact-action-btn{display:inline-block;background:#fff;color:#C99377;padding:14px 40px;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.support-contact-banner .contact-action-btn:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 6px 20px #0003}
.testimonial-tech-section{padding:70px 20px;max-width:1200px;margin:0 auto}
.testimonial-tech-section h2{font-size:2rem;color:#212529;margin-bottom:40px;text-align:center;font-weight:700}
.testimonial-cards-wrap{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.testimonial-card-tech{background:#fff;padding:35px 30px;border-radius:12px;box-shadow:0 4px 20px #c993771f;border-left:5px solid #C99377;position:relative}
.testimonial-profile-row{display:flex;align-items:center;margin-bottom:20px}
.testimonial-profile-row img{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-right:18px;border:3px solid #E3C79D}
.testimonial-profile-info h4{font-size:1.1rem;color:#212529;margin:0 0 5px;font-weight:600}
.testimonial-profile-info p{font-size:.9rem;color:#C99377;margin:0}
.testimonial-card-tech blockquote{color:#495057;font-size:.95rem;line-height:1.7;font-style:italic;margin:0}
@media (max-width: 992px) {
.software-columns{grid-template-columns:1fr;gap:40px}
.software-text-content{padding-right:0}
.testimonial-cards-wrap{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.tech-req-hero h1{font-size:2.2rem}
.tech-req-hero .intro-text{font-size:1rem}
.device-cards-container{grid-template-columns:1fr}
.browser-grid{grid-template-columns:1fr 1fr}
.troubleshoot-grid{grid-template-columns:1fr}
.speed-comparison-table{overflow-x:auto}
.speed-comparison-table table{min-width:600px}
}
@media (max-width: 480px) {
.tech-req-hero{padding:50px 15px 40px}
.tech-req-hero h1{font-size:1.8rem}
.device-card-item{padding:25px 20px}
.browser-grid{grid-template-columns:1fr}
.support-contact-banner h3{font-size:1.5rem}
.testimonial-profile-row img{width:60px;height:60px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;padding:50px 45px;border-radius:8px;box-shadow:0 2px 12px #c9937714}
.policy-header-section{border-left:4px solid #C99377;padding-left:28px;margin-bottom:48px}
.policy-main-title{font-size:2.4rem;color:#212529;margin:0 0 16px;font-weight:700;line-height:1.3}
.policy-update-info{color:#495057;font-size:.95rem;margin:0;font-weight:500}
.policy-intro-block{background:linear-gradient(to right,#F0E9CF 0%,#E3C79D 100%);padding:32px;border-radius:6px;margin-bottom:44px}
.policy-intro-block p{color:#212529;font-size:1.05rem;line-height:1.7;margin:0 0 18px}
.policy-intro-block p:last-child{margin-bottom:0}
.content-section-primary{margin-bottom:42px}
.section-heading-main{font-size:1.75rem;color:#343a40;margin:0 0 20px;font-weight:600;position:relative;padding-bottom:12px}
.section-heading-main::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#C99377}
.subsection-heading{font-size:1.35rem;color:#495057;margin:32px 0 16px;font-weight:600}
.policy-text-standard{color:#343a40;font-size:1rem;line-height:1.75;margin:0 0 18px}
.technology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:28px 0}
.tech-card-item{background:#f8f9fa;padding:26px;border-radius:6px;border:1px solid #E3C79D;transition:transform .2s ease,box-shadow .2s ease}
.tech-card-item:hover{transform:translateY(-3px);box-shadow:0 4px 16px #c9937726}
.tech-card-title{font-size:1.15rem;color:#C99377;margin:0 0 12px;font-weight:600}
.tech-card-description{color:#495057;font-size:.95rem;line-height:1.6;margin:0}
.purpose-list-wrapper{background:#fafbfc;padding:28px 32px;border-radius:6px;margin:24px 0}
.purpose-list-wrapper ul{margin:0;padding-left:24px}
.purpose-list-wrapper li{color:#343a40;font-size:1rem;line-height:1.8;margin-bottom:12px}
.purpose-list-wrapper li:last-child{margin-bottom:0}
.data-table-container{overflow-x:auto;margin:28px 0;border-radius:6px;border:1px solid #E3C79D}
.tracking-data-table{width:100%;border-collapse:collapse;background:#fff}
.tracking-data-table thead{background:linear-gradient(to right,#C99377 0%,#E3C79D 100%)}
.tracking-data-table th{padding:16px;text-align:left;color:#212529;font-weight:600;font-size:.95rem;border-bottom:2px solid #C99377}
.tracking-data-table td{padding:14px 16px;color:#495057;font-size:.95rem;border-bottom:1px solid #f0f0f0}
.tracking-data-table tbody tr:hover{background:#fafbfc}
.tracking-data-table tbody tr:last-child td{border-bottom:none}
.control-options-section{background:#fff;border:2px solid #E3C79D;border-radius:6px;padding:32px;margin:28px 0}
.control-method-block{margin-bottom:28px;padding-left:20px;border-left:3px solid #F0E9CF}
.control-method-block:last-child{margin-bottom:0}
.control-method-heading{font-size:1.1rem;color:#C99377;margin:0 0 10px;font-weight:600}
.control-method-text{color:#495057;font-size:.95rem;line-height:1.7;margin:0}
.highlight-box-info{background:linear-gradient(135deg,#F0E9CF 0%,#fff 100%);padding:24px 28px;border-radius:6px;border-left:4px solid #C99377;margin:28px 0}
.highlight-box-info p{color:#343a40;font-size:1rem;line-height:1.7;margin:0 0 14px}
.highlight-box-info p:last-child{margin-bottom:0}
.contact-inquiry-section{background:#f8f9fa;padding:36px;border-radius:6px;margin-top:48px;text-align:center}
.inquiry-text-block{color:#495057;font-size:1rem;line-height:1.7;margin:0 0 20px}
.contact-details-wrapper{display:flex;flex-direction:column;gap:12px;align-items:center}
.contact-item-inline{color:#343a40;font-size:.95rem}
.contact-item-inline a{color:#C99377;text-decoration:none;font-weight:600;transition:color .2s ease}
.contact-item-inline a:hover{color:#a67860;text-decoration:underline}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 16px}
.cookie-policy-container{padding:32px 24px}
.policy-main-title{font-size:1.9rem}
.section-heading-main{font-size:1.5rem}
.subsection-heading{font-size:1.2rem}
.technology-grid{grid-template-columns:1fr}
.data-table-container{margin:20px -24px;border-radius:0;border-left:none;border-right:none}
.control-options-section{padding:24px 20px}
.contact-inquiry-section{padding:28px 20px}
}
@media (max-width: 480px) {
.policy-main-title{font-size:1.6rem}
.policy-intro-block{padding:24px 20px}
.tracking-data-table th,.tracking-data-table td{padding:10px 12px;font-size:.88rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#fafbfc 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-hero-section{background:linear-gradient(to right,#F0E9CF,#E3C79D);padding:80px 20px 60px;text-align:center;border-bottom:4px solid #C99377}
.privacy-hero-section h1{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 15px;letter-spacing:-.5px}
.privacy-updated-date{font-size:.95rem;color:#495057;font-weight:500}
.privacy-content-container{max-width:920px;margin:0 auto;padding:60px 25px 80px;background:#fff;box-shadow:0 2px 12px #c9937714}
.privacy-intro-block{background:linear-gradient(to bottom right,#F0E9CF,#fff);padding:35px;border-left:5px solid #C99377;margin-bottom:50px;border-radius:3px}
.privacy-intro-block p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-heading{font-size:1.9rem;color:#212529;font-weight:700;margin:55px 0 25px;padding-bottom:12px;border-bottom:3px solid #E3C79D;position:relative}
.privacy-section-heading:first-of-type{margin-top:0}
.privacy-section-heading::after{content:'';position:absolute;bottom:-3px;left:0;width:80px;height:3px;background:#C99377}
.privacy-subsection-title{font-size:1.4rem;color:#343a40;font-weight:600;margin:35px 0 18px}
.privacy-text-paragraph{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 20px}
.privacy-text-strong{color:#212529;font-weight:600}
.privacy-list-styled{margin:20px 0 30px 25px;padding:0}
.privacy-list-styled li{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:12px;padding-left:10px}
.privacy-highlight-box{background:#fafbfc;border:2px solid #E3C79D;padding:28px;margin:30px 0;border-radius:4px}
.privacy-highlight-box p{font-size:1.02rem;line-height:1.7;color:#343a40;margin:0 0 15px}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-contact-section{background:linear-gradient(135deg,#E3C79D,#F0E9CF);padding:40px;margin-top:60px;border-radius:4px;border:2px solid #C99377}
.privacy-contact-section h2{font-size:1.7rem;color:#212529;font-weight:700;margin:0 0 20px}
.privacy-contact-details{font-size:1.05rem;line-height:1.8;color:#343a40}
.privacy-contact-details a{color:#C99377;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}
.privacy-contact-details a:hover{border-bottom-color:#C99377}
.privacy-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-data-card{background:#fff;border:2px solid #E3C79D;padding:25px;border-radius:4px;transition:transform .3s ease,box-shadow .3s ease}
.privacy-data-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #c9937726}
.privacy-data-card h3{font-size:1.25rem;color:#212529;font-weight:600;margin:0 0 12px}
.privacy-data-card p{font-size:.98rem;line-height:1.6;color:#495057;margin:0}
@media (max-width: 768px) {
.privacy-hero-section{padding:60px 20px 40px}
.privacy-hero-section h1{font-size:2.2rem}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-heading{font-size:1.6rem;margin:45px 0 20px}
.privacy-subsection-title{font-size:1.25rem}
.privacy-intro-block{padding:25px}
.privacy-contact-section{padding:30px 25px}
.privacy-data-grid{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 480px) {
.privacy-hero-section h1{font-size:1.9rem}
.privacy-content-container{padding:30px 15px 50px}
.privacy-intro-block{padding:20px}
.privacy-contact-section{padding:25px 20px}
}
.success-wrapper{min-height:100vh;background:linear-gradient(135deg,#F0E9CF 0%,#fff 50%,#E3C79D 100%);display:flex;align-items:center;justify-content:center;padding:40px 20px}
.success-inner-container{max-width:720px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #c9937726;padding:60px 50px;position:relative;overflow:hidden}
.success-inner-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#C99377 0%,#E3C79D 50%,#C99377 100%)}
.success-checkmark-area{text-align:center;margin-bottom:42px}
.success-checkmark-circle{width:90px;height:90px;background:linear-gradient(135deg,#C99377 0%,#E3C79D 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 20px #c993774d}
.success-checkmark-icon{width:42px;height:42px;border:4px solid #fff;border-left:none;border-top:none;transform:rotate(45deg) translateY(-4px)}
.success-headline-text{font-size:32px;color:#212529;font-weight:700;margin:0 0 16px;text-align:center;line-height:1.3}
.success-subtext-line{font-size:18px;color:#495057;text-align:center;margin:0 0 38px;line-height:1.6}
.success-detail-box{background:#fafbfc;border-left:4px solid #C99377;padding:28px 32px;margin-bottom:36px;border-radius:4px}
.success-detail-heading{font-size:19px;color:#343a40;font-weight:600;margin:0 0 14px}
.success-detail-content{font-size:16px;color:#495057;line-height:1.7;margin:0 0 12px}
.success-detail-content:last-child{margin-bottom:0}
.success-info-list{list-style:none;padding:0;margin:0 0 36px}
.success-info-item{padding:18px 0;border-bottom:1px solid #e9ecef;display:flex;align-items:flex-start;gap:16px}
.success-info-item:last-child{border-bottom:none}
.success-info-marker{width:28px;height:28px;background:#E3C79D;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#343a40;margin-top:2px}
.success-info-text{flex:1;font-size:16px;color:#495057;line-height:1.6;margin:0}
.success-contact-block{background:linear-gradient(135deg,#F0E9CF 0%,#E3C79D 100%);padding:32px;border-radius:8px;margin-bottom:38px;text-align:center}
.success-contact-title{font-size:20px;color:#343a40;font-weight:600;margin:0 0 18px}
.success-contact-details{font-size:16px;color:#495057;line-height:1.8;margin:0}
.success-contact-link{color:#C99377;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}
.success-contact-link:hover{border-bottom-color:#C99377}
.success-action-area{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.success-button-primary{background:#C99377;color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #C99377;position:relative;z-index:10}
.success-button-primary:hover{background:#b87f61;border-color:#b87f61;transform:translateY(-2px);box-shadow:0 6px 20px #c9937766}
.success-button-secondary{background:#fff;color:#C99377;padding:16px 36px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #C99377;position:relative;z-index:10}
.success-button-secondary:hover{background:#F0E9CF;transform:translateY(-2px);box-shadow:0 6px 20px #c9937740}
.success-footer-note{margin-top:42px;padding-top:28px;border-top:1px solid #e9ecef;text-align:center}
.success-footer-text{font-size:14px;color:#6c757d;line-height:1.6;margin:0}
@media (max-width: 768px) {
.success-wrapper{padding:30px 16px}
.success-inner-container{padding:40px 28px}
.success-headline-text{font-size:26px}
.success-subtext-line{font-size:16px;margin-bottom:32px}
.success-detail-box{padding:22px 24px}
.success-contact-block{padding:26px 22px}
.success-action-area{flex-direction:column}
.success-button-primary,.success-button-secondary{width:100%;text-align:center}
}
@media (max-width: 480px) {
.success-inner-container{padding:32px 20px}
.success-checkmark-circle{width:75px;height:75px}
.success-checkmark-icon{width:36px;height:36px}
.success-headline-text{font-size:24px}
.success-info-item{flex-direction:column;gap:12px}
.success-info-marker{width:32px;height:32px}
}