*{margin:0;padding:0;box-sizing:border-box}
:root{--color-primary:#75887E;--color-secondary:#8CA59F;--color-tertiary:#BFC9C9;--color-dark:#212529;--color-medium:#495057;--color-light-bg:#fafbfc;--color-white:#fff;--spacing-unit:20px}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;color:var(--color-dark);background-color:var(--color-light-bg);font-size:16px}
.container_wrap{max-width:1280px;margin:0 auto;padding:0 var(--spacing-unit)}
header{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-bottom:3px solid var(--color-tertiary);contain:layout style paint}
.header_row_top{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-bottom:1px solid #e9ecef;gap:var(--spacing-unit)}
.logo_section{display:flex;align-items:center;gap:15px;flex-shrink:0;z-index:10;position:relative}
.logo_img{height:62px;width:62px;display:block;object-fit:contain}
.company_title{font-size:1.75rem;font-weight:700;color:var(--color-primary);letter-spacing:-.02em}
.contact_info_header{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.contact_item_header{display:flex;align-items:center;gap:8px;font-size:.9375rem;color:var(--color-medium);text-decoration:none;transition:color .2s ease}
.contact_item_header:hover{color:var(--color-primary)}
.contact_item_header:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:3px}
.header_row_bottom{padding:18px 0;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-secondary) 50%,var(--color-tertiary) 100%)}
.main_navigation{display:flex;justify-content:center;align-items:center;gap:8px;list-style:none;flex-wrap:wrap}
.nav_link{display:inline-block;padding:12px 24px;color:var(--color-white);text-decoration:none;font-weight:500;font-size:1rem;transition:background-color .25s ease,opacity .25s ease;border-radius:4px;white-space:nowrap}
.nav_link:hover{background-color:#ffffff26;opacity:.9}
.nav_link:focus-visible{outline:2px solid var(--color-white);outline-offset:2px}
main{min-height:60vh}
footer{background:linear-gradient(45deg,var(--color-primary) 0%,var(--color-secondary) 50%,var(--color-tertiary) 100%);color:var(--color-white);padding:48px 0 28px;margin-top:60px;contain:layout style paint}
.footer_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:42px;margin-bottom:38px}
.footer_section h3{font-size:1.25rem;margin-bottom:18px;font-weight:600;letter-spacing:.02em}
.footer_logo_img{height:58px;width:58px;display:block;margin-bottom:16px;object-fit:contain}
.footer_section p{font-size:.9375rem;line-height:1.65;margin-bottom:12px;color:#fffffff2}
.footer_links_list{list-style:none}
.footer_links_list li{margin-bottom:10px}
.footer_link{color:#ffffffeb;text-decoration:none;font-size:.9375rem;transition:opacity .2s ease;display:inline-block}
.footer_link:hover{opacity:.75}
.footer_link:focus-visible{outline:2px solid var(--color-white);outline-offset:3px;border-radius:2px}
.footer_contact_info{font-size:.9375rem;line-height:1.8;color:#fffffff2}
.footer_contact_info a{color:#fffffff2;text-decoration:none;transition:opacity .2s ease}
.footer_contact_info a:hover{opacity:.75}
.footer_contact_info a:focus-visible{outline:2px solid var(--color-white);outline-offset:2px;border-radius:2px}
.footer_bottom{border-top:1px solid #ffffff40;padding-top:24px;text-align:center;font-size:.875rem;color:#ffffffe6}
.consent_overlay{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#212529f7,#212529eb);padding:26px;box-shadow:0 -4px 20px #0000002e;z-index:9999;backdrop-filter:blur(8px);transform:translateY(0);transition:transform .35s ease}
.consent_overlay.hidden_consent{transform:translateY(100%)}
.consent_container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.consent_text_block{flex:1;min-width:280px}
.consent_text_block p{font-size:.9375rem;line-height:1.6;color:#f8f9fa;margin-bottom:8px}
.consent_text_block a{color:var(--color-tertiary);text-decoration:underline;transition:opacity .2s ease}
.consent_text_block a:hover{opacity:.8}
.consent_actions{display:flex;gap:14px;flex-wrap:wrap}
.consent_btn{padding:11px 28px;font-size:.9375rem;font-weight:500;border:none;border-radius:5px;cursor:pointer;transition:opacity .25s ease,background-color .25s ease;min-width:120px;font-family:inherit}
.consent_btn:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}
.btn_accept{background-color:var(--color-secondary);color:var(--color-white)}
.btn_accept:hover{opacity:.88}
.btn_decline{background-color:#6c757d;color:var(--color-white)}
.btn_decline:hover{background-color:#5a6268}
@media (max-width: 768px) {
.header_row_top{flex-direction:column;align-items:flex-start;padding:18px 0}
.company_title{font-size:1.4rem}
.contact_info_header{flex-direction:column;gap:12px;align-items:flex-start;width:100%}
.main_navigation{flex-direction:column;gap:4px;width:100%}
.nav_link{width:100%;text-align:center;padding:14px 20px}
.footer_grid{grid-template-columns:1fr;gap:32px}
.consent_container{flex-direction:column;align-items:stretch}
.consent_actions{flex-direction:column}
.consent_btn{width:100%;min-height:48px}
}
@media (max-width: 480px) {
.logo_img{height:52px;width:52px}
.company_title{font-size:1.2rem}
.contact_item_header{font-size:.875rem}
.nav_link{font-size:.9375rem}
}
.learning-program-main{background:#fff;overflow-x:hidden}
.lp-hero-custom{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:90px 20px 70px;position:relative}
.lp-hero-custom::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#8ca59f1a 0%,transparent 70%);border-radius:50%;z-index:1}
.lp-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.lp-hero-content{max-width:680px}
.lp-hero-custom h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.lp-hero-custom .lp-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:35px}
.lp-cta-button{display:inline-block;background:#75887E;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none}
.lp-cta-button:hover{background:#8CA59F;transform:translateY(-2px);box-shadow:0 6px 20px #75887e40}
.lp-program-structure{background:#fff;padding:80px 20px}
.lp-program-structure-inner{max-width:1300px;margin:0 auto}
.lp-structure-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.lp-structure-left{padding-right:20px}
.lp-structure-left h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.25}
.lp-structure-left .lp-intro-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:35px}
.lp-phase-block{background:#f8f9fa;border-left:4px solid #75887E;padding:28px 30px;margin-bottom:24px;border-radius:0 8px 8px 0;transition:all .3s ease}
.lp-phase-block:hover{background:#fafbfc;border-left-color:#8CA59F;transform:translateX(5px)}
.lp-phase-block h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.lp-phase-duration{font-size:.9rem;color:#75887E;font-weight:600;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
.lp-phase-block p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.lp-structure-visual{position:relative}
.lp-visual-image{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001a}
.lp-visual-overlay{position:absolute;bottom:30px;right:30px;background:#fffffff2;padding:24px 28px;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:280px}
.lp-visual-overlay h4{font-size:1.1rem;color:#212529;margin-bottom:10px;font-weight:700}
.lp-visual-overlay p{font-size:.9rem;color:#495057;line-height:1.6;margin:0}
.lp-mentorship-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:85px 20px;position:relative}
.lp-mentorship-inner{max-width:1200px;margin:0 auto}
.lp-mentorship-header{text-align:center;margin-bottom:60px}
.lp-mentorship-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.lp-mentorship-header p{font-size:1.1rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.75}
.lp-decision-tree{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.lp-tree-card{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 4px 15px #00000014;text-align:center;transition:all .3s ease;border-top:3px solid transparent}
.lp-tree-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px #0000001f;border-top-color:#75887E}
.lp-tree-icon{width:70px;height:70px;background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:1.8rem;color:#fff;font-weight:700}
.lp-tree-card h3{font-size:1.3rem;color:#212529;margin-bottom:14px;font-weight:600}
.lp-tree-card p{font-size:.95rem;color:#495057;line-height:1.7;margin:0}
.lp-mentor-profiles{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:50px}
.lp-profile-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000017;display:flex;flex-direction:column}
.lp-profile-image{width:100%;height:280px;object-fit:cover}
.lp-profile-content{padding:32px 30px}
.lp-profile-name{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:700}
.lp-profile-role{font-size:.95rem;color:#75887E;margin-bottom:18px;font-weight:600}
.lp-profile-bio{font-size:.97rem;color:#495057;line-height:1.75;margin-bottom:20px}
.lp-profile-specialty{display:inline-block;background:#f8f9fa;color:#495057;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-right:8px;margin-bottom:8px}
@media (max-width: 1024px) {
.lp-structure-grid{grid-template-columns:1fr;gap:40px}
.lp-decision-tree{grid-template-columns:1fr}
.lp-mentor-profiles{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.lp-hero-custom h1{font-size:2.2rem}
.lp-hero-custom{padding:60px 20px 50px}
.lp-structure-left h2{font-size:1.9rem}
.lp-program-structure,.lp-mentorship-section{padding:60px 20px}
.lp-visual-overlay{position:static;margin-top:20px;max-width:100%}
.lp-mentorship-header h2{font-size:2rem}
.lp-profile-image{height:240px}
}
@media (max-width: 480px) {
.lp-hero-custom h1{font-size:1.8rem}
.lp-hero-custom .lp-subtitle{font-size:1rem}
.lp-cta-button{padding:12px 26px;font-size:.95rem}
.lp-phase-block{padding:22px 20px}
}
.index-hero-wrap{position:relative;min-height:85vh;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#e9ecef 100%);display:flex;align-items:center;overflow:hidden;padding:3rem 0}
.index-hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:150%;background:linear-gradient(45deg,#bfc9c926 0%,#8ca59f1a 100%);transform:rotate(-12deg);z-index:1}
.index-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center}
.index-hero-text h1{font-size:3.2rem;line-height:1.15;color:#212529;margin-bottom:1.5rem;font-weight:700}
.index-hero-text p{font-size:1.2rem;line-height:1.7;color:#495057;margin-bottom:2rem}
.index-hero-buttons{display:flex;gap:1.2rem;flex-wrap:wrap}
.index-btn-primary{background:#75887E;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #75887e40}
.index-btn-primary:hover{background:#8CA59F;transform:translateY(-2px);box-shadow:0 6px 20px #75887e59}
.index-btn-secondary{background:#fff;color:#75887E;padding:1rem 2.5rem;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;border:2px solid #BFC9C9;transition:all .3s ease;display:inline-block}
.index-btn-secondary:hover{border-color:#8CA59F;color:#8CA59F;transform:translateY(-2px)}
.index-hero-visual{position:relative}
.index-hero-visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0000001f;transform:perspective(1000px) rotateY(-5deg);transition:transform .4s ease}
.index-hero-visual img:hover{transform:perspective(1000px) rotateY(0deg)}
.index-approach-section{padding:5rem 0;background:#fff}
.index-approach-container{max-width:1100px;margin:0 auto;padding:0 2rem}
.index-approach-header{text-align:center;margin-bottom:4rem}
.index-approach-header h2{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.index-approach-header p{font-size:1.15rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.index-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.index-approach-card{background:#f8f9fa;padding:2.5rem 2rem;border-radius:10px;transition:all .3s ease;border:1px solid transparent}
.index-approach-card:hover{transform:translateY(-8px);border-color:#BFC9C9;box-shadow:0 12px 24px #00000014;background:#fff}
.index-approach-card h3{font-size:1.4rem;color:#75887E;margin-bottom:1rem;font-weight:600}
.index-approach-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-outcomes-wrap{padding:5rem 0;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);position:relative}
.index-outcomes-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:0.9fr 1.1fr;gap:4rem;align-items:center}
.index-outcomes-image{position:relative}
.index-outcomes-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 15px 35px #0000001a}
.index-outcomes-content h2{font-size:2.4rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.index-outcomes-list{list-style:none;padding:0;margin:0}
.index-outcomes-list li{padding:1.2rem 0;border-bottom:1px solid #e9ecef;color:#343a40;font-size:1.05rem;line-height:1.6;position:relative;padding-left:2.5rem}
.index-outcomes-list li::before{content:'';position:absolute;left:0;color:#75887E;font-weight:700;font-size:1.3rem}
.index-outcomes-list li:last-child{border-bottom:none}
.index-timeline-section{padding:5rem 0;background:#fff}
.index-timeline-container{max-width:1000px;margin:0 auto;padding:0 2rem}
.index-timeline-header{text-align:center;margin-bottom:4rem}
.index-timeline-header h2{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.index-timeline-header p{font-size:1.1rem;color:#6c757d;line-height:1.6}
.index-timeline-phases{display:flex;flex-direction:column;gap:3rem}
.index-phase-item{display:grid;grid-template-columns:120px 1fr;gap:2rem;align-items:flex-start;padding:2rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #BFC9C9;transition:all .3s ease}
.index-phase-item:hover{border-left-color:#75887E;background:#fff;box-shadow:0 8px 20px #0000000f}
.index-phase-number{background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);color:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #75887e4d}
.index-phase-content h3{font-size:1.5rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.index-phase-content p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-practical-wrap{padding:5rem 0;background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%)}
.index-practical-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 0.85fr;gap:4rem;align-items:center}
.index-practical-text h2{font-size:2.4rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.index-practical-text p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.index-practical-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}
.index-highlight-box{background:#fff;padding:1.8rem;border-radius:8px;border:1px solid #e9ecef;transition:all .3s ease}
.index-highlight-box:hover{border-color:#8CA59F;box-shadow:0 6px 16px #00000014}
.index-highlight-box h4{font-size:1.2rem;color:#75887E;margin-bottom:.5rem;font-weight:600}
.index-highlight-box p{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.index-practical-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 15px 35px #0000001a}
.index-framework-section{padding:5rem 0;background:#fff}
.index-framework-container{max-width:1100px;margin:0 auto;padding:0 2rem}
.index-framework-intro{text-align:center;margin-bottom:4rem}
.index-framework-intro h2{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.index-framework-intro p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.index-framework-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.index-pillar-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:10px;border:2px solid #e9ecef;transition:all .3s ease;position:relative;overflow:hidden}
.index-pillar-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#75887E 0%,#8CA59F 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.index-pillar-card:hover::before{transform:scaleX(1)}
.index-pillar-card:hover{border-color:#BFC9C9;box-shadow:0 12px 28px #0000001a;transform:translateY(-5px)}
.index-pillar-card h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.index-pillar-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.index-pillar-card ul{list-style:none;padding:0;margin:0}
.index-pillar-card ul li{padding:.6rem 0;color:#6c757d;font-size:.95rem;padding-left:1.5rem;position:relative}
.index-pillar-card ul li::before{content:'→';position:absolute;left:0;color:#8CA59F;font-weight:700}
.index-cta-wrap{padding:5rem 0;background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);position:relative;overflow:hidden}
.index-cta-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:#ffffff0d;transform:rotate(15deg)}
.index-cta-container{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:2}
.index-cta-container h2{font-size:2.6rem;color:#fff;margin-bottom:1.5rem;font-weight:700}
.index-cta-container p{font-size:1.2rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.7}
.index-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.index-btn-light{background:#fff;color:#75887E;padding:1.1rem 2.8rem;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #00000026}
.index-btn-light:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000040;background:#f8f9fa}
.index-btn-outline{background:transparent;color:#fff;padding:1.1rem 2.8rem;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;border:2px solid #fffc;transition:all .3s ease;display:inline-block}
.index-btn-outline:hover{background:#ffffff26;border-color:#fff;transform:translateY(-3px)}
@media (max-width: 992px) {
.index-hero-content{grid-template-columns:1fr;gap:3rem}
.index-hero-text h1{font-size:2.5rem}
.index-approach-grid{grid-template-columns:1fr;gap:2rem}
.index-outcomes-container{grid-template-columns:1fr;gap:3rem}
.index-phase-item{grid-template-columns:1fr;gap:1.5rem}
.index-phase-number{width:70px;height:70px;font-size:1.8rem}
.index-practical-container{grid-template-columns:1fr;gap:3rem}
.index-practical-highlights{grid-template-columns:1fr}
.index-framework-pillars{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.index-hero-wrap{min-height:auto;padding:2rem 0}
.index-hero-text h1{font-size:2rem}
.index-hero-text p{font-size:1.05rem}
.index-hero-buttons{flex-direction:column}
.index-approach-header h2,.index-timeline-header h2,.index-framework-intro h2{font-size:2rem}
.index-outcomes-content h2,.index-practical-text h2{font-size:2rem}
.index-cta-container h2{font-size:2rem}
.index-cta-buttons{flex-direction:column;align-items:stretch}
.index-btn-light,.index-btn-outline{width:100%;text-align:center}
}
.contact-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.contact-hero-block{background:linear-gradient(165deg,#75887E 0%,#8CA59F 100%);padding:4.5rem 1.5rem 5rem;position:relative;overflow:hidden}
.contact-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:#ffffff14;transform:rotate(-15deg);pointer-events:none}
.contact-hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 1.2rem;line-height:1.2;letter-spacing:-.02em}
.contact-hero-content p{color:#ffffffeb;font-size:1.15rem;line-height:1.7;margin:0;max-width:620px}
.contact-info-visual-section{padding:5rem 1.5rem;background:#fff}
.contact-info-visual-section .container{max-width:1180px;margin:0 auto}
.contact-dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact-details-column h2{color:#212529;font-size:2.1rem;font-weight:700;margin:0 0 1.8rem;line-height:1.3}
.contact-info-group{margin-bottom:2.5rem}
.contact-info-group h3{color:#75887E;font-size:1.05rem;font-weight:600;margin:0 0 .7rem;text-transform:uppercase;letter-spacing:.05em}
.contact-info-group p{color:#495057;font-size:1.1rem;line-height:1.8;margin:0}
.contact-info-group a{color:#75887E;text-decoration:none;transition:color .3s ease}
.contact-info-group a:hover{color:#8CA59F}
.contact-visual-column{position:relative}
.contact-image-showcase{width:100%;height:420px;border-radius:8px;overflow:hidden;box-shadow:0 12px 35px #75887e33;position:relative}
.contact-image-showcase img{width:100%;height:100%;object-fit:cover;display:block}
.contact-form-section{padding:5.5rem 1.5rem;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.contact-form-section .container{max-width:820px;margin:0 auto}
.contact-form-header{text-align:center;margin-bottom:3rem}
.contact-form-header h2{color:#212529;font-size:2.3rem;font-weight:700;margin:0 0 1rem;line-height:1.3}
.contact-form-header p{color:#495057;font-size:1.1rem;line-height:1.7;margin:0;max-width:580px;margin-left:auto;margin-right:auto}
.contact-form-wrapper{background:#fff;border-radius:10px;padding:3rem 2.5rem;box-shadow:0 8px 30px #75887e1f}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}
.contact-form-field{display:flex;flex-direction:column}
.contact-form-field.full-width{grid-column:1 / -1}
.contact-form-field label{color:#343a40;font-size:.95rem;font-weight:600;margin-bottom:.5rem;display:block}
.contact-form-field input,.contact-form-field textarea,.contact-form-field select{width:100%;padding:.85rem 1.1rem;border:2px solid #BFC9C9;border-radius:6px;font-size:1rem;color:#212529;background:#fff;transition:all .3s ease;font-family:inherit}
.contact-form-field input:focus,.contact-form-field textarea:focus,.contact-form-field select:focus{outline:none;border-color:#75887E;box-shadow:0 0 0 3px #75887e26}
.contact-form-field textarea{min-height:160px;resize:vertical}
.contact-privacy-consent{margin:1.8rem 0 2rem;display:flex;align-items:start;gap:.8rem}
.contact-privacy-consent input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#75887E}
.contact-privacy-consent label{color:#495057;font-size:.95rem;line-height:1.6;cursor:pointer}
.contact-privacy-consent label a{color:#75887E;text-decoration:none;font-weight:600}
.contact-privacy-consent label a:hover{text-decoration:underline}
.contact-submit-button{background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);color:#fff;border:none;padding:1rem 3rem;font-size:1.05rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:10}
.contact-submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #75887e59}
.contact-submit-button:active{transform:translateY(0)}
.contact-map-section{padding:5rem 1.5rem;background:#fff}
.contact-map-section .container{max-width:1180px;margin:0 auto}
.contact-map-header{text-align:center;margin-bottom:3rem}
.contact-map-header h2{color:#212529;font-size:2.2rem;font-weight:700;margin:0 0 1rem;line-height:1.3}
.contact-map-header p{color:#495057;font-size:1.05rem;line-height:1.7;margin:0}
.contact-location-visual{display:flex;gap:3rem;align-items:center;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:3rem;border-radius:10px;box-shadow:0 6px 25px #75887e1a}
.contact-location-image{flex:1;max-width:480px}
.contact-location-image img{width:100%;height:360px;object-fit:cover;border-radius:8px;display:block}
.contact-location-details{flex:1}
.contact-location-details h3{color:#212529;font-size:1.8rem;font-weight:700;margin:0 0 1.5rem;line-height:1.3}
.contact-location-address{background:#fff;padding:2rem;border-radius:8px;border-left:4px solid #75887E;margin-bottom:1.5rem}
.contact-location-address p{color:#495057;font-size:1.05rem;line-height:1.8;margin:0 0 .8rem}
.contact-location-address p:last-child{margin-bottom:0}
.contact-location-note{color:#75887E;font-size:.98rem;line-height:1.6;font-style:italic}
@media (max-width: 968px) {
.contact-dual-layout{grid-template-columns:1fr;gap:3rem}
.contact-form-grid{grid-template-columns:1fr}
.contact-location-visual{flex-direction:column;gap:2rem}
.contact-location-image{max-width:100%}
}
@media (max-width: 768px) {
.contact-hero-block{padding:3rem 1.5rem 3.5rem}
.contact-hero-content h1{font-size:2rem}
.contact-hero-content p{font-size:1.05rem}
.contact-info-visual-section{padding:3.5rem 1.5rem}
.contact-form-section{padding:3.5rem 1.5rem}
.contact-form-wrapper{padding:2rem 1.5rem}
.contact-form-header h2{font-size:1.9rem}
.contact-map-section{padding:3.5rem 1.5rem}
.contact-location-visual{padding:2rem 1.5rem}
.contact-location-details h3{font-size:1.5rem}
}
@media (max-width: 480px) {
.contact-hero-content h1{font-size:1.75rem}
.contact-image-showcase{height:280px}
.contact-location-image img{height:260px}
}
.about-wrapper{background:#fff;min-height:100vh}
.about-hero-main{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-main::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8ca59f26 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:3rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-hero-content .hero-subtitle{font-size:1.25rem;color:#495057;line-height:1.6;margin-bottom:20px}
.about-hero-content .hero-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
.founding-story-block{padding:80px 20px;background:#fff}
.founding-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;align-items:center}
.founding-story-image{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #75887e26}
.founding-story-text h2{font-size:2.25rem;color:#212529;margin-bottom:28px;font-weight:600;line-height:1.3}
.founding-story-text p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:20px}
.founding-story-text p:last-child{margin-bottom:0}
.founding-highlight{background:#f5f6fa;padding:24px 28px;border-left:4px solid #75887E;margin-top:28px;border-radius:4px}
.founding-highlight p{margin-bottom:0;font-style:italic;color:#343a40}
.approach-timeline-section{background:linear-gradient(180deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px;position:relative}
.approach-timeline-container{max-width:1000px;margin:0 auto}
.approach-timeline-container h2{text-align:center;font-size:2.25rem;color:#212529;margin-bottom:60px;font-weight:600}
.timeline-entry-wrapper{display:flex;gap:40px;margin-bottom:50px;position:relative}
.timeline-entry-wrapper:last-child{margin-bottom:0}
.timeline-marker-container{flex-shrink:0;width:80px;display:flex;flex-direction:column;align-items:center;position:relative}
.timeline-circle{width:60px;height:60px;background:#75887E;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #75887e40;position:relative;z-index:2}
.timeline-connector{width:3px;height:100%;background:#BFC9C9;position:absolute;top:60px;left:50%;transform:translateX(-50%);z-index:1}
.timeline-entry-wrapper:last-child .timeline-connector{display:none}
.timeline-content-box{flex:1;background:#fff;padding:32px;border-radius:8px;box-shadow:0 4px 16px #00000014}
.timeline-content-box h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.timeline-content-box p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
.values-showcase-block{padding:80px 20px;background:#fff}
.values-showcase-inner{max-width:1200px;margin:0 auto}
.values-showcase-inner h2{text-align:center;font-size:2.25rem;color:#212529;margin-bottom:56px;font-weight:600}
.values-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.value-card-item{background:#f8f9fa;padding:36px;border-radius:8px;border-top:4px solid #75887E;transition:transform .3s ease,box-shadow .3s ease}
.value-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #75887e26}
.value-icon-wrapper{width:64px;height:64px;background:#8CA59F;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.value-icon-wrapper svg{width:32px;height:32px;fill:#fff}
.value-card-item h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.value-card-item p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
.team-presence-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:80px 20px}
.team-presence-content{max-width:1200px;margin:0 auto}
.team-presence-header{text-align:center;margin-bottom:60px}
.team-presence-header h2{font-size:2.25rem;color:#212529;margin-bottom:20px;font-weight:600}
.team-presence-header p{font-size:1.15rem;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.team-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:50px}
.team-image-container{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 6px 20px #0000001a}
.team-image-container img{width:100%;height:360px;object-fit:cover;display:block;transition:transform .4s ease}
.team-image-container:hover img{transform:scale(1.05)}
.team-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:0 auto}
.stat-box-item{background:#fff;padding:32px 24px;border-radius:8px;text-align:center;box-shadow:0 4px 16px #00000014}
.stat-number{font-size:2.75rem;color:#75887E;font-weight:700;margin-bottom:8px;line-height:1}
.stat-label{font-size:1.05rem;color:#495057;font-weight:500}
@media (max-width: 768px) {
.about-hero-content h1{font-size:2rem}
.about-hero-content .hero-subtitle{font-size:1.1rem}
.founding-story-grid{grid-template-columns:1fr;gap:40px}
.founding-story-image{height:320px}
.founding-story-text h2{font-size:1.85rem}
.timeline-entry-wrapper{gap:24px}
.timeline-marker-container{width:60px}
.timeline-circle{width:48px;height:48px;font-size:1.25rem}
.timeline-connector{top:48px}
.timeline-content-box{padding:24px}
.timeline-content-box h3{font-size:1.3rem}
.values-grid-layout{grid-template-columns:1fr;gap:28px}
.team-images-grid{grid-template-columns:1fr;gap:24px}
.team-image-container img{height:280px}
.team-stats-row{grid-template-columns:1fr;gap:24px}
.approach-timeline-container h2,.values-showcase-inner h2,.team-presence-header h2{font-size:1.85rem}
}
.methodology-hero-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.methodology-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8ca59f26 0%,transparent 70%);border-radius:50%}
.methodology-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.methodology-hero-content h1{font-size:48px;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.methodology-hero-content .intro-text{font-size:20px;color:#495057;line-height:1.7;margin-bottom:0}
.timeline-section-wrapper{padding:90px 20px;background:#fff;position:relative}
.timeline-section-wrapper .section-header{text-align:center;max-width:700px;margin:0 auto 70px}
.timeline-section-wrapper .section-header h2{font-size:38px;color:#212529;margin-bottom:18px;font-weight:700}
.timeline-section-wrapper .section-header p{font-size:18px;color:#495057;line-height:1.6}
.timeline-container{max-width:1000px;margin:0 auto;position:relative}
.timeline-container::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#75887E,#8CA59F);transform:translateX(-50%)}
.timeline-milestone{margin-bottom:60px;position:relative;width:100%}
.timeline-milestone:last-child{margin-bottom:0}
.timeline-milestone-content{width:45%;padding:30px;background:#f8f9fa;border-radius:8px;position:relative;box-shadow:0 3px 15px #00000014}
.timeline-milestone:nth-child(odd) .timeline-milestone-content{margin-left:0;margin-right:auto;padding-right:60px}
.timeline-milestone:nth-child(even) .timeline-milestone-content{margin-left:auto;margin-right:0;padding-left:60px}
.timeline-milestone-marker{position:absolute;left:50%;top:30px;width:24px;height:24px;background:#75887E;border:4px solid #fff;border-radius:50%;transform:translateX(-50%);z-index:5;box-shadow:0 2px 8px #00000026}
.timeline-milestone-content h3{font-size:24px;color:#212529;margin-bottom:8px;font-weight:600}
.timeline-milestone-content .milestone-year{font-size:14px;color:#75887E;font-weight:600;margin-bottom:12px;display:block;text-transform:uppercase;letter-spacing:1px}
.timeline-milestone-content p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.howto-section-wrapper{padding:90px 20px;background:linear-gradient(165deg,#f5f6fa 0%,#fff 100%);position:relative}
.howto-section-wrapper::after{content:'';position:absolute;bottom:-5%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#bfc9c91f 0%,transparent 70%);border-radius:50%}
.howto-content-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.howto-content-container .section-intro{text-align:center;max-width:750px;margin:0 auto 60px}
.howto-content-container .section-intro h2{font-size:38px;color:#212529;margin-bottom:20px;font-weight:700}
.howto-content-container .section-intro p{font-size:18px;color:#495057;line-height:1.7}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}
.step-card{background:#fff;padding:35px 25px;border-radius:10px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;position:relative;border-top:4px solid #8CA59F}
.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}
.step-card .step-number{width:50px;height:50px;background:linear-gradient(135deg,#75887E,#8CA59F);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:20px}
.step-card h3{font-size:22px;color:#212529;margin-bottom:12px;font-weight:600}
.step-card p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.whitespace-section-wrapper{padding:120px 20px;background:#fff;text-align:center;position:relative}
.whitespace-focal-content{max-width:650px;margin:0 auto}
.whitespace-focal-content h2{font-size:42px;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.whitespace-focal-content p{font-size:19px;color:#495057;line-height:1.8;margin-bottom:40px}
.whitespace-focal-content .cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#75887E,#8CA59F);color:#fff;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #75887e4d}
.whitespace-focal-content .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #75887e66}
@media (max-width: 768px) {
.methodology-hero-content h1{font-size:36px}
.methodology-hero-content .intro-text{font-size:18px}
.timeline-container::before{left:30px}
.timeline-milestone-content{width:calc(100% - 80px);margin-left:80px!important;margin-right:0!important;padding:25px!important}
.timeline-milestone-marker{left:30px;transform:translateX(-50%)}
.howto-content-container .section-intro h2{font-size:32px}
.steps-grid{grid-template-columns:1fr;gap:25px}
.whitespace-focal-content h2{font-size:32px}
.whitespace-focal-content p{font-size:17px}
}
.cookie-policy-wrapper{background:#fff;min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.policy-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:4rem 0 3rem;border-bottom:1px solid #e9ecef}
.policy-hero-content{max-width:900px;margin:0 auto;padding:0 1.5rem}
.policy-hero-content h1{font-size:2.5rem;color:#212529;margin:0 0 1rem;font-weight:700;line-height:1.2}
.policy-last-updated{color:#75887E;font-size:.95rem;font-weight:500;display:inline-block;padding:.5rem 1rem;background:#fff;border-radius:6px;border:1px solid #BFC9C9}
.policy-content-section{max-width:900px;margin:0 auto;padding:3rem 1.5rem}
.policy-intro-text{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 2.5rem;padding:1.5rem;background:#f8f9fa;border-left:4px solid #75887E;border-radius:4px}
.policy-section-block{margin:3rem 0}
.policy-section-block h2{font-size:1.8rem;color:#212529;margin:0 0 1.5rem;font-weight:600;line-height:1.3;padding-bottom:.75rem;border-bottom:2px solid #8CA59F}
.policy-section-block h3{font-size:1.4rem;color:#343a40;margin:2rem 0 1rem;font-weight:600;line-height:1.4}
.policy-section-block h4{font-size:1.15rem;color:#495057;margin:1.5rem 0 .75rem;font-weight:600;line-height:1.4}
.policy-text-paragraph{font-size:1rem;color:#495057;line-height:1.75;margin:0 0 1.25rem}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}
.cookie-type-card{background:#fafbfc;border:1px solid #BFC9C9;border-radius:8px;padding:1.75rem;transition:all .3s ease}
.cookie-type-card:hover{border-color:#8CA59F;box-shadow:0 4px 12px #75887e1a;transform:translateY(-2px)}
.cookie-card-title{font-size:1.25rem;color:#212529;margin:0 0 1rem;font-weight:600;display:flex;align-items:center;gap:.75rem}
.cookie-badge{display:inline-block;padding:.35rem .85rem;background:#75887E;color:#fff;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.cookie-card-description{font-size:.98rem;color:#495057;line-height:1.7;margin:0 0 1rem}
.cookie-examples-list{list-style:none;padding:0;margin:1rem 0 0}
.cookie-examples-list li{font-size:.95rem;color:#495057;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.6}
.cookie-examples-list li:before{content:"→";position:absolute;left:0;color:#8CA59F;font-weight:600}
.data-table-wrapper{overflow-x:auto;margin:2rem 0;border:1px solid #BFC9C9;border-radius:8px}
.policy-data-table{width:100%;border-collapse:collapse;background:#fff}
.policy-data-table thead{background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%)}
.policy-data-table th{padding:1rem;text-align:left;color:#fff;font-weight:600;font-size:.95rem;border-bottom:2px solid #BFC9C9}
.policy-data-table td{padding:1rem;color:#495057;font-size:.95rem;border-bottom:1px solid #e9ecef;line-height:1.6}
.policy-data-table tbody tr:hover{background:#f8f9fa}
.policy-data-table tbody tr:last-child td{border-bottom:none}
.management-options-box{background:#f8f9fa;border:2px solid #8CA59F;border-radius:8px;padding:2rem;margin:2rem 0}
.management-options-box h3{margin-top:0;color:#212529}
.browser-instructions-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin:1.5rem 0}
.browser-instruction-item{background:#fff;padding:1.25rem;border-radius:6px;border-left:4px solid #75887E}
.browser-name{font-weight:600;color:#212529;font-size:1.05rem;margin:0 0 .5rem}
.browser-steps{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.important-notice-box{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border:2px solid #BFC9C9;border-radius:8px;padding:1.75rem;margin:2.5rem 0}
.notice-icon-wrapper{display:flex;align-items:flex-start;gap:1rem}
.notice-icon{width:28px;height:28px;background:#75887E;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;flex-shrink:0}
.notice-content{flex:1}
.notice-content h4{margin:0 0 .75rem;color:#212529;font-size:1.1rem}
.notice-content p{margin:0;color:#495057;line-height:1.7;font-size:.98rem}
.retention-timeline{background:#fff;border:1px solid #BFC9C9;border-radius:8px;padding:2rem;margin:2rem 0}
.timeline-item{display:flex;gap:1.5rem;margin:1.5rem 0;position:relative}
.timeline-item:not(:last-child):after{content:"";position:absolute;left:17px;top:45px;width:2px;height:calc(100% + 10px);background:#BFC9C9}
.timeline-marker{width:36px;height:36px;background:#8CA59F;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;flex-shrink:0;position:relative;z-index:2}
.timeline-content h5{margin:0 0 .5rem;color:#212529;font-size:1.05rem;font-weight:600}
.timeline-content p{margin:0;color:#495057;line-height:1.6;font-size:.95rem}
.contact-info-section{background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);color:#fff;padding:2.5rem;border-radius:8px;margin:3rem 0 0;text-align:center}
.contact-info-section h3{color:#fff;margin:0 0 1rem;font-size:1.5rem}
.contact-info-section p{color:#fff;margin:.5rem 0;font-size:1rem;line-height:1.7}
.contact-link{color:#fff;text-decoration:underline;font-weight:500;transition:opacity .3s ease}
.contact-link:hover{opacity:.85}
.policy-divider{height:1px;background:linear-gradient(to right,transparent,#BFC9C9,transparent);margin:3rem 0;border:none}
@media (min-width: 768px) {
.policy-hero-content h1{font-size:3rem}
.cookie-types-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
.browser-instructions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}
.policy-content-section{padding:4rem 1.5rem}
}
@media (max-width: 767px) {
.policy-hero-section{padding:2.5rem 0 2rem}
.policy-hero-content h1{font-size:2rem}
.policy-content-section{padding:2rem 1rem}
.policy-section-block h2{font-size:1.5rem}
.cookie-type-card{padding:1.25rem}
.policy-data-table th,.policy-data-table td{padding:.75rem .5rem;font-size:.9rem}
.timeline-item{gap:1rem}
.timeline-marker{width:32px;height:32px;font-size:.9rem}
.timeline-item:not(:last-child):after{left:15px;top:42px}
.contact-info-section{padding:1.75rem 1.25rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-policy-header-section{background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #BFC9C9;margin-bottom:0}
.privacy-policy-header-section h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.privacy-last-updated{font-size:1rem;color:#495057;margin:0;font-weight:500}
.privacy-content-container{max-width:920px;margin:0 auto;padding:60px 30px 80px;background:#fff;box-shadow:0 2px 8px #75887e14}
.privacy-intro-block{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:35px;border-left:5px solid #75887E;margin-bottom:50px;border-radius:4px}
.privacy-intro-block p{font-size:1.1rem;line-height:1.8;color:#343a40;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{margin-bottom:55px;padding-bottom:45px;border-bottom:2px solid #f5f6fa}
.privacy-section-block:last-of-type{border-bottom:none;margin-bottom:0}
.privacy-section-title{font-size:1.9rem;color:#212529;margin:0 0 25px;font-weight:700;padding-bottom:12px;border-bottom:3px solid #8CA59F;display:inline-block}
.privacy-subsection-title{font-size:1.4rem;color:#343a40;margin:30px 0 18px;font-weight:600}
.privacy-text-content p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 18px}
.privacy-text-content p:last-child{margin-bottom:0}
.privacy-list-standard{list-style:none;padding:0;margin:25px 0}
.privacy-list-standard li{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:15px;padding-left:35px;position:relative}
.privacy-list-standard li::before{content:"•";position:absolute;left:12px;color:#75887E;font-size:1.4rem;line-height:1.4}
.privacy-highlight-box{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:28px 32px;border-radius:6px;margin:30px 0;border:2px solid #BFC9C9}
.privacy-highlight-box p{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 12px;font-weight:500}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-data-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:6px;border:2px solid #BFC9C9}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table th{background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);color:#fff;padding:16px 20px;text-align:left;font-size:1.05rem;font-weight:600;border-bottom:3px solid #BFC9C9}
.privacy-data-table td{padding:16px 20px;border-bottom:1px solid #f5f6fa;font-size:1rem;line-height:1.6;color:#495057}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
.privacy-contact-box{background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);color:#fff;padding:40px 35px;border-radius:8px;margin-top:50px;text-align:center}
.privacy-contact-box h2{font-size:1.8rem;margin:0 0 20px;font-weight:700;color:#fff}
.privacy-contact-box p{font-size:1.1rem;line-height:1.7;margin:0 0 25px;color:#fff}
.privacy-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.privacy-contact-item{font-size:1.05rem;color:#fff;font-weight:500}
.privacy-contact-item a{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.privacy-contact-item a:hover{opacity:.85}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-rights-card{background:#fff;border:2px solid #BFC9C9;border-radius:6px;padding:28px;transition:transform .3s ease,box-shadow .3s ease}
.privacy-rights-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #75887e26}
.privacy-rights-card h3{font-size:1.3rem;color:#212529;margin:0 0 15px;font-weight:600;border-bottom:2px solid #8CA59F;padding-bottom:10px}
.privacy-rights-card p{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.privacy-effective-notice{background:#f5f6fa;padding:25px;border-radius:6px;margin:40px 0 0;text-align:center;border-top:3px solid #75887E}
.privacy-effective-notice p{font-size:.95rem;color:#495057;margin:0;font-style:italic}
@media (max-width: 768px) {
.privacy-policy-header-section{padding:60px 20px 40px}
.privacy-policy-header-section h1{font-size:2.2rem}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-title{font-size:1.6rem}
.privacy-subsection-title{font-size:1.25rem}
.privacy-intro-block{padding:25px}
.privacy-rights-grid{grid-template-columns:1fr}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.95rem}
.privacy-contact-box{padding:30px 25px}
}
@media (max-width: 480px) {
.privacy-policy-header-section h1{font-size:1.9rem}
.privacy-content-container{padding:30px 15px 50px}
.privacy-section-title{font-size:1.4rem}
.privacy-list-standard li{padding-left:30px}
.privacy-data-table-wrapper{margin:20px -15px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-section{max-width:720px;margin:0 auto;padding:80px 24px 60px;text-align:center}
.success-icon-container{width:140px;height:140px;margin:0 auto 36px;background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-icon-container::before{content:'';position:absolute;width:160px;height:160px;border:3px solid #8CA59F;border-radius:50%;opacity:.3;animation:rippleEffect 1.5s ease-out infinite}
@keyframes rippleEffect {
0%{transform:scale(1);opacity:.3}
100%{transform:scale(1.3);opacity:0}
}
.success-checkmark{width:64px;height:64px;border:5px solid #fff;border-left:none;border-top:none;transform:rotate(45deg) translateY(-8px);animation:checkmarkDraw .4s .3s ease-out forwards;opacity:0}
@keyframes checkmarkDraw {
0%{height:0;width:0;opacity:1}
50%{height:64px;width:0;opacity:1}
100%{height:64px;width:64px;opacity:1}
}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;letter-spacing:-.5px;line-height:1.2}
.success-subheading{font-size:20px;color:#495057;margin:0 0 48px;line-height:1.6;font-weight:400}
.confirmation-details-box{background:#fff;border-radius:12px;padding:36px 32px;margin:0 0 40px;box-shadow:0 2px 12px #75887e14;text-align:left;border:1px solid #BFC9C9}
.confirmation-details-box h3{font-size:22px;color:#212529;margin:0 0 20px;font-weight:600;display:flex;align-items:center;gap:12px}
.confirmation-details-box h3::before{content:'';width:8px;height:8px;background:#75887E;border-radius:50%;display:inline-block}
.confirmation-details-box p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 16px}
.confirmation-details-box p:last-child{margin-bottom:0}
.next-steps-grid{display:grid;grid-template-columns:1fr;gap:18px;margin:32px 0 0}
.next-step-item{background:#f8f9fa;padding:20px 24px;border-radius:8px;border-left:4px solid #8CA59F;text-align:left}
.next-step-item strong{color:#212529;font-size:16px;display:block;margin-bottom:6px;font-weight:600}
.next-step-item span{color:#495057;font-size:15px;line-height:1.6}
.success-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:0 0 56px}
.success-primary-btn{background:linear-gradient(135deg,#75887E 0%,#8CA59F 100%);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;box-shadow:0 4px 14px #75887e40;border:none}
.success-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #75887e59;background:linear-gradient(135deg,#8CA59F 0%,#75887E 100%)}
.success-secondary-btn{background:#fff;color:#75887E;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #8CA59F}
.success-secondary-btn:hover{background:#f8f9fa;border-color:#75887E;color:#212529}
.contact-info-panel{background:#fff;border-radius:12px;padding:32px 28px;margin:0 0 40px;border:1px solid #BFC9C9}
.contact-info-panel h3{font-size:20px;color:#212529;margin:0 0 22px;font-weight:600;text-align:center}
.contact-detail-row{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding:14px;background:#fafbfc;border-radius:6px}
.contact-detail-row:last-child{margin-bottom:0}
.contact-icon-box{width:42px;height:42px;background:linear-gradient(135deg,#8CA59F 0%,#BFC9C9 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon-box::after{content:'';width:20px;height:20px;background:#fff;display:block}
.contact-detail-text{flex:1;text-align:left}
.contact-detail-text strong{display:block;font-size:14px;color:#75887E;margin-bottom:4px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.contact-detail-text a,.contact-detail-text span{color:#212529;font-size:16px;text-decoration:none;line-height:1.5}
.contact-detail-text a:hover{color:#75887E}
.reference-number-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:24px;border-radius:8px;margin:32px 0 0;border:2px dashed #BFC9C9}
.reference-number-box p{margin:0;font-size:15px;color:#495057}
.reference-number-box strong{display:block;font-size:24px;color:#75887E;margin-top:8px;font-weight:700;letter-spacing:1px}
@media (max-width: 768px) {
.success-confirmation-section{padding:60px 20px 40px}
.success-icon-container{width:110px;height:110px;margin-bottom:28px}
.success-checkmark{width:48px;height:48px;border-width:4px}
.success-main-heading{font-size:32px;margin-bottom:14px}
.success-subheading{font-size:18px;margin-bottom:36px}
.confirmation-details-box{padding:28px 24px}
.confirmation-details-box h3{font-size:20px}
.success-cta-buttons{flex-direction:column;gap:12px}
.success-primary-btn,.success-secondary-btn{width:100%;text-align:center;padding:15px 32px}
.contact-detail-row{flex-direction:column;text-align:center;align-items:center}
.contact-detail-text{text-align:center}
}
@media (max-width: 480px) {
.success-main-heading{font-size:28px}
.success-subheading{font-size:16px}
.confirmation-details-box h3{font-size:18px}
.next-step-item{padding:16px 20px}
}