:root{--primary-brand:#A97A6D;--secondary-brand:#9CBBAB;--tertiary-brand:#E8E5EE;--primary-overlay:#a97a6dcc;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-cream:#fafbfc;--bg-gray:#f5f6fa}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);background:var(--bg-light);font:16px/1.6 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.header__wrapper_3x{background:linear-gradient(135deg,var(--bg-cream) 0%,var(--tertiary-brand) 100%);border-bottom:3px solid var(--primary-brand);padding:0}
.header__row_top_zone{display:flex;justify-content:center;align-items:center;padding:25px 20px;border-bottom:1px solid #a97a6d33;background:var(--bg-light)}
.logo__container_fx9{display:flex;align-items:center;justify-content:center;position:relative;z-index:100}
.logo__image_element{height:65px;width:65px;object-fit:contain;display:block}
.header__row_middle_band{display:flex;justify-content:center;align-items:center;padding:30px 20px;border-bottom:2px solid var(--secondary-brand);background:#9cbbab14}
.company__name_title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--text-dark);letter-spacing:-.02em;text-align:center}
.header__row_bottom_nav{display:flex;justify-content:center;align-items:center;padding:20px;background:var(--bg-light)}
.navigation__primary_menu{display:flex;gap:35px;list-style:none;flex-wrap:wrap;justify-content:center;align-items:center}
.nav__link_item{color:var(--text-dark);text-decoration:none;font-size:1rem;font-weight:500;padding:10px 18px;border:2px solid transparent;transition:border-color .25s ease,color .25s ease;display:inline-block;position:relative}
.nav__link_item:hover{color:var(--primary-brand);border-color:var(--primary-brand)}
.nav__link_item:focus{outline:2px solid var(--text-dark);outline-offset:3px}
.footer__structure_main{background:linear-gradient(to bottom,var(--bg-gray) 0%,var(--tertiary-brand) 100%);border-top:4px solid var(--secondary-brand);padding:55px 20px 30px}
.footer__content_grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;padding-bottom:40px;border-bottom:2px solid #9cbbab66}
.footer__block_section{border:2px solid var(--primary-brand);padding:25px;background:var(--bg-light);box-shadow:0 2px 8px #0000000f}
.footer__heading_txt{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid var(--secondary-brand)}
.footer__contact_info{display:flex;flex-direction:column;gap:12px}
.contact__line_detail{color:var(--text-medium);font-size:.95rem;line-height:1.5}
.contact__link_element{color:var(--primary-brand);text-decoration:none;transition:color .25s ease}
.contact__link_element:hover{color:var(--text-dark);text-decoration:underline}
.footer__links_group{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer__service_link{color:var(--text-medium);text-decoration:none;font-size:.95rem;padding:6px 0;border-left:3px solid transparent;padding-left:12px;transition:border-color .25s ease,color .25s ease}
.footer__service_link:hover{color:var(--primary-brand);border-left-color:var(--primary-brand)}
.footer__disclaimer_box{max-width:900px;margin:35px auto 25px;padding:22px 28px;background:#a97a6d14;border:1px solid var(--primary-brand);border-radius:4px}
.disclaimer__text_content{font-size:.875rem;line-height:1.65;color:var(--text-medium);text-align:center}
.footer__bottom_bar{max-width:1200px;margin:0 auto;padding-top:25px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer__copyright_notice{color:var(--text-medium);font-size:.9rem}
.footer__home_link{color:var(--primary-brand);text-decoration:none;font-weight:600;padding:8px 16px;border:2px solid var(--primary-brand);transition:background-color .25s ease,color .25s ease}
.footer__home_link:hover{background-color:var(--primary-brand);color:var(--bg-light)}
.consent__modal_wrapper{position:fixed;bottom:30px;right:30px;max-width:420px;background:var(--bg-light);border:3px solid var(--primary-brand);box-shadow:0 8px 24px #00000026;padding:28px;z-index:9999;display:none}
.consent__modal_wrapper.is_visible{display:block;animation:slideInRight .4s ease-out}
@keyframes slideInRight {
from{transform:translateX(100%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.consent__title_header{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}
.consent__message_body{font-size:.9rem;line-height:1.6;color:var(--text-medium);margin-bottom:18px}
.consent__actions_row{display:flex;gap:12px;flex-wrap:wrap}
.consent__btn_primary{flex:1;min-width:120px;padding:12px 20px;background:var(--primary-brand);color:var(--bg-light);border:none;font-weight:600;cursor:pointer;transition:opacity .25s ease;font-size:.95rem}
.consent__btn_primary:hover{opacity:.85}
.consent__btn_primary:focus{outline:2px solid var(--text-dark);outline-offset:2px}
.consent__btn_secondary{flex:1;min-width:120px;padding:12px 20px;background:var(--bg-light);color:var(--text-dark);border:2px solid var(--text-medium);font-weight:600;cursor:pointer;transition:border-color .25s ease;font-size:.95rem}
.consent__btn_secondary:hover{border-color:var(--text-dark)}
.consent__policy_link{display:inline-block;margin-top:12px;color:var(--primary-brand);text-decoration:none;font-size:.875rem;border-bottom:1px solid transparent;transition:border-color .25s ease}
.consent__policy_link:hover{border-bottom-color:var(--primary-brand)}
@media print {
.header__wrapper_3x,.footer__structure_main,.consent__modal_wrapper{display:none}
body{background:#fff;color:#000;font-size:12pt}
*{page-break-inside:avoid}
}
@media (max-width: 768px) {
.header__row_top_zone{padding:20px 15px}
.logo__image_element{height:55px;width:55px}
.header__row_middle_band{padding:20px 15px}
.company__name_title{font-size:1.5rem}
.header__row_bottom_nav{padding:15px 10px}
.navigation__primary_menu{gap:15px;flex-direction:column;width:100%}
.nav__link_item{width:100%;text-align:center;padding:12px 15px}
.footer__content_grid{grid-template-columns:1fr;gap:25px}
.footer__bottom_bar{flex-direction:column;text-align:center}
.consent__modal_wrapper{bottom:0;right:0;left:0;max-width:100%;border-radius:0;border-left:none;border-right:none;border-bottom:none}
}
@media (max-width: 480px) {
.consent__actions_row{flex-direction:column}
.consent__btn_primary,.consent__btn_secondary{width:100%}
}
.team-page-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}
.team-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#E8E5EE 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.team-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a97a6d14 0%,transparent 70%);border-radius:50%}
.team-hero-content{max-width:720px;margin:0 auto;position:relative;z-index:2}
.team-hero-content h1{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.team-hero-content p{font-size:1.15rem;color:#495057;margin-bottom:16px}
.leadership-showcase{padding:70px 20px;background:#fff}
.leadership-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.leadership-visual{position:relative}
.leadership-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000014}
.leadership-visual::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:#9CBBAB;border-radius:12px;z-index:-1;opacity:.3}
.leadership-content h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:700}
.leadership-content p{font-size:1.05rem;color:#495057;margin-bottom:20px;line-height:1.7}
.stat-cards-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}
.stat-mini-card{background:#f8f9fa;padding:24px;border-radius:8px;border-left:4px solid #A97A6D}
.stat-mini-card .number{font-size:2rem;font-weight:700;color:#A97A6D;display:block;margin-bottom:8px}
.stat-mini-card .label{font-size:.95rem;color:#495057}
.team-members-section{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.team-members-container{max-width:1100px;margin:0 auto}
.team-members-container h2{font-size:2.4rem;color:#212529;text-align:center;margin-bottom:50px;font-weight:700}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.team-member-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.team-member-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}
.team-member-photo{width:100%;height:320px;object-fit:cover}
.team-member-info{padding:28px}
.team-member-info h3{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:600}
.team-member-role{font-size:1rem;color:#A97A6D;margin-bottom:16px;font-weight:500}
.team-member-bio{font-size:.95rem;color:#495057;line-height:1.6}
.expertise-section{padding:70px 20px;background:#fff;position:relative}
.expertise-container{max-width:1000px;margin:0 auto}
.expertise-header{text-align:center;margin-bottom:50px}
.expertise-header h2{font-size:2.3rem;color:#212529;margin-bottom:20px;font-weight:700}
.expertise-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.expertise-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.expertise-image-block img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #00000014}
.expertise-list{display:flex;flex-direction:column;gap:24px}
.expertise-item{background:#f8f9fa;padding:28px;border-radius:10px;border-left:5px solid #9CBBAB;transition:all .3s ease}
.expertise-item:hover{background:#E8E5EE;transform:translateX(8px);border-left-color:#A97A6D}
.expertise-item h3{font-size:1.25rem;color:#212529;margin-bottom:12px;font-weight:600}
.expertise-item p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.values-commitment-section{padding:80px 20px;background:linear-gradient(135deg,#E8E5EE 0%,#9CBBAB 100%);position:relative}
.values-content-wrapper{max-width:900px;margin:0 auto;text-align:center}
.values-content-wrapper h2{font-size:2.5rem;color:#212529;margin-bottom:32px;font-weight:700}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.value-card{background:#fffffff2;padding:36px 24px;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease}
.value-card:hover{transform:scale(1.05)}
.value-icon{width:60px;height:60px;background:#A97A6D;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff}
.value-card h3{font-size:1.3rem;color:#212529;margin-bottom:14px;font-weight:600}
.value-card p{font-size:.96rem;color:#495057;line-height:1.6;margin:0}
.cta-contact-block{background:#A97A6D;padding:24px 32px;border-radius:10px;margin-top:50px;display:inline-block}
.cta-contact-block a{color:#fff;text-decoration:none;font-size:1.15rem;font-weight:600;transition:opacity .3s ease}
.cta-contact-block a:hover{opacity:.85}
@media (max-width: 768px) {
.team-hero-content h1{font-size:2rem}
.leadership-grid{grid-template-columns:1fr;gap:30px}
.leadership-visual img{height:360px}
.stat-cards-row{grid-template-columns:1fr}
.team-grid{grid-template-columns:1fr}
.expertise-layout{grid-template-columns:1fr}
.expertise-image-block img{height:300px}
.values-grid{grid-template-columns:1fr;gap:20px}
.values-content-wrapper h2{font-size:2rem}
}
.fythlex-main-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.6;background:#fff}
.fythlex-hero-band{background:linear-gradient(135deg,#E8E5EE 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.fythlex-hero-band::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9cbbab26 0%,transparent 70%);border-radius:50%}
.fythlex-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.fythlex-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.fythlex-hero-text h1{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.2}
.fythlex-hero-text p{font-size:1.15rem;color:#495057;margin:0 0 32px}
.fythlex-hero-cta{display:inline-block;background:#A97A6D;color:#fff;padding:16px 40px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #a97a6d33}
.fythlex-hero-cta:hover{background:#93675c;transform:translateY(-2px);box-shadow:0 6px 20px #a97a6d4d}
.fythlex-hero-image-wrap{position:relative}
.fythlex-hero-image-wrap img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #0000001f}
.fythlex-story-section{background:#f8f9fa;padding:70px 20px}
.fythlex-story-container{max-width:1140px;margin:0 auto}
.fythlex-story-layout{display:grid;grid-template-columns:380px 1fr;gap:50px;align-items:start}
.fythlex-story-image img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.fythlex-story-content h2{font-size:2.2rem;color:#212529;margin:0 0 20px;font-weight:700}
.fythlex-story-content p{font-size:1.05rem;color:#495057;margin:0 0 18px}
.fythlex-story-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.fythlex-metric-box{background:#fff;padding:24px;border-radius:10px;text-align:center;border:2px solid #E8E5EE;transition:all .3s ease}
.fythlex-metric-box:hover{border-color:#9CBBAB;transform:translateY(-4px);box-shadow:0 8px 20px #9cbbab26}
.fythlex-metric-number{font-size:2.5rem;font-weight:700;color:#A97A6D;display:block;margin-bottom:8px}
.fythlex-metric-label{font-size:.95rem;color:#495057}
.fythlex-approach-band{background:#fff;padding:80px 20px}
.fythlex-approach-wrapper{max-width:1140px;margin:0 auto}
.fythlex-approach-header{text-align:center;margin-bottom:60px}
.fythlex-approach-header h2{font-size:2.4rem;color:#212529;margin:0 0 16px;font-weight:700}
.fythlex-approach-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.fythlex-approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.fythlex-approach-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:36px;border-radius:12px;border-left:4px solid #9CBBAB;transition:all .3s ease}
.fythlex-approach-card:hover{border-left-color:#A97A6D;box-shadow:0 8px 24px #00000014;transform:translateX(4px)}
.fythlex-approach-card h3{font-size:1.5rem;color:#212529;margin:0 0 16px;font-weight:600}
.fythlex-approach-card p{font-size:1rem;color:#495057;margin:0 0 12px;line-height:1.7}
.fythlex-expertise-section{background:linear-gradient(180deg,#E8E5EE 0%,#f8f9fa 100%);padding:70px 20px}
.fythlex-expertise-container{max-width:1140px;margin:0 auto}
.fythlex-expertise-split{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center}
.fythlex-expertise-text h2{font-size:2.3rem;color:#212529;margin:0 0 24px;font-weight:700}
.fythlex-expertise-list{list-style:none;padding:0;margin:0}
.fythlex-expertise-list li{padding:20px 0;border-bottom:1px solid #9cbbab4d;font-size:1.05rem;color:#495057;position:relative;padding-left:36px}
.fythlex-expertise-list li:last-child{border-bottom:none}
.fythlex-expertise-list li::before{content:'';position:absolute;left:0;top:20px;color:#9CBBAB;font-weight:700;font-size:1.3rem}
.fythlex-expertise-visual img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #0000001f}
.fythlex-testimonials-band{background:#fff;padding:80px 20px}
.fythlex-testimonials-wrap{max-width:1140px;margin:0 auto}
.fythlex-testimonials-title{text-align:center;font-size:2.3rem;color:#212529;margin:0 0 50px;font-weight:700}
.fythlex-testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.fythlex-testimonial-card{background:#f8f9fa;padding:36px;border-radius:12px;position:relative;border-top:3px solid #A97A6D}
.fythlex-testimonial-quote{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 24px;font-style:italic}
.fythlex-testimonial-author{display:flex;align-items:center;gap:16px}
.fythlex-testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #9CBBAB}
.fythlex-testimonial-info h4{font-size:1.1rem;color:#212529;margin:0 0 4px;font-weight:600}
.fythlex-testimonial-role{font-size:.95rem;color:#495057}
.fythlex-process-section{background:linear-gradient(135deg,#f8f9fa 0%,#E8E5EE 100%);padding:70px 20px}
.fythlex-process-container{max-width:1140px;margin:0 auto}
.fythlex-process-intro{text-align:center;margin-bottom:60px}
.fythlex-process-intro h2{font-size:2.4rem;color:#212529;margin:0 0 16px;font-weight:700}
.fythlex-process-intro p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.fythlex-process-stages{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.fythlex-stage-item{background:#fff;padding:32px;border-radius:12px;position:relative;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.fythlex-stage-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.fythlex-stage-number{position:absolute;top:-20px;left:32px;width:50px;height:50px;background:#A97A6D;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #a97a6d4d}
.fythlex-stage-item h3{font-size:1.4rem;color:#212529;margin:36px 0 16px;font-weight:600}
.fythlex-stage-item p{font-size:1rem;color:#495057;margin:0;line-height:1.7}
.fythlex-stage-image{margin-top:20px}
.fythlex-stage-image img{width:100%;height:200px;object-fit:cover;border-radius:8px}
@media (max-width: 992px) {
.fythlex-hero-grid{grid-template-columns:1fr;gap:40px}
.fythlex-hero-text h1{font-size:2.2rem}
.fythlex-story-layout{grid-template-columns:1fr;gap:36px}
.fythlex-story-image img{height:360px}
.fythlex-approach-grid{grid-template-columns:1fr;gap:28px}
.fythlex-expertise-split{grid-template-columns:1fr;gap:40px}
.fythlex-testimonials-grid{grid-template-columns:1fr;gap:28px}
.fythlex-process-stages{grid-template-columns:1fr;gap:40px}
.fythlex-stage-number{top:-16px;left:20px;width:44px;height:44px;font-size:1.2rem}
}
@media (max-width: 768px) {
.fythlex-hero-band{padding:50px 16px 40px}
.fythlex-hero-text h1{font-size:1.8rem}
.fythlex-hero-text p{font-size:1rem}
.fythlex-hero-cta{padding:14px 32px;font-size:1rem}
.fythlex-hero-image-wrap img{height:300px}
.fythlex-story-section{padding:50px 16px}
.fythlex-story-content h2{font-size:1.8rem}
.fythlex-story-metrics{grid-template-columns:1fr;gap:16px}
.fythlex-approach-band{padding:60px 16px}
.fythlex-approach-header h2{font-size:1.9rem}
.fythlex-expertise-section{padding:50px 16px}
.fythlex-expertise-text h2{font-size:1.8rem}
.fythlex-expertise-visual img{height:340px}
.fythlex-testimonials-band{padding:60px 16px}
.fythlex-testimonials-title{font-size:1.9rem}
.fythlex-process-section{padding:50px 16px}
.fythlex-process-intro h2{font-size:1.9rem}
.fythlex-stage-item{padding:28px 20px}
}
.contact-page-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-hero-section{padding:4rem 1.5rem 3rem;background:linear-gradient(to right,#E8E5EE,#fff);position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a97a6d14 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:720px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.contact-hero-content .intro-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-dual-layout{padding:4.5rem 1.5rem;background:#fff}
.contact-dual-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}
.contact-info-block{position:sticky;top:2rem}
.contact-info-block h2{font-size:2rem;color:#212529;margin-bottom:2rem;font-weight:600;line-height:1.3}
.info-card-wrapper{background:#f8f9fa;border-left:4px solid #A97A6D;padding:2rem;border-radius:8px;margin-bottom:2rem}
.info-item-group{display:flex;flex-direction:column;gap:1.5rem}
.info-item-single{display:flex;align-items:flex-start;gap:1rem}
.info-icon-wrap{width:42px;height:42px;background:#A97A6D;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:600}
.info-text-block{flex:1}
.info-label-text{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem;font-weight:500}
.info-value-text{font-size:1.05rem;color:#212529;line-height:1.6}
.info-value-text a{color:#A97A6D;text-decoration:none;transition:color .3s ease}
.info-value-text a:hover{color:#8b6156}
.contact-form-wrapper{background:#fafbfc;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000a}
.contact-form-wrapper h2{font-size:1.8rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.form-subheading{font-size:1rem;color:#6c757d;margin-bottom:2rem;line-height:1.6}
.contact-form-element{display:flex;flex-direction:column;gap:1.8rem}
.form-field-group{display:flex;flex-direction:column;gap:.5rem}
.form-field-label{font-size:.95rem;color:#343a40;font-weight:500}
.form-field-label .required-mark{color:#A97A6D;margin-left:2px}
.form-input-standard{padding:.85rem 1.1rem;border:2px solid #dee2e6;border-radius:6px;font-size:1rem;color:#212529;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}
.form-input-standard:focus{outline:none;border-color:#A97A6D;box-shadow:0 0 0 3px #a97a6d1a}
.form-textarea-standard{padding:.85rem 1.1rem;border:2px solid #dee2e6;border-radius:6px;font-size:1rem;color:#212529;background:#fff;min-height:140px;resize:vertical;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}
.form-textarea-standard:focus{outline:none;border-color:#A97A6D;box-shadow:0 0 0 3px #a97a6d1a}
.privacy-checkbox-group{display:flex;align-items:flex-start;gap:.7rem;margin-top:.5rem}
.privacy-checkbox-input{margin-top:.25rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-checkbox-label{font-size:.9rem;color:#495057;line-height:1.5}
.privacy-checkbox-label a{color:#A97A6D;text-decoration:underline}
.privacy-checkbox-label a:hover{color:#8b6156}
.form-submit-btn{padding:1rem 2.5rem;background:#A97A6D;color:#fff;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:.5rem}
.form-submit-btn:hover{background:#8b6156;transform:translateY(-2px)}
.form-submit-btn:active{transform:translateY(0)}
.visual-section-separator{padding:5rem 1.5rem;background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);position:relative}
.visual-content-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}
.visual-text-area h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:600;line-height:1.25}
.visual-text-area p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.visual-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.visual-image-container img{width:100%;height:360px;object-fit:cover;display:block}
.visual-image-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 60%,#00000008 100%);pointer-events:none}
.footer-info-section{padding:3.5rem 1.5rem;background:#E8E5EE;text-align:center}
.footer-info-wrapper{max-width:800px;margin:0 auto}
.footer-info-wrapper h3{font-size:1.6rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.company-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:left}
.detail-item-box{background:#fff;padding:1.5rem;border-radius:8px;border-left:3px solid #9CBBAB}
.detail-item-label{font-size:.8rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem;font-weight:500}
.detail-item-value{font-size:.95rem;color:#212529;line-height:1.6}
@media (max-width: 992px) {
.contact-dual-container{grid-template-columns:1fr;gap:3rem}
.contact-info-block{position:static}
.visual-content-container{grid-template-columns:1fr;gap:3rem}
.visual-image-container{order:-1}
}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2.2rem}
.contact-hero-content .intro-text{font-size:1.05rem}
.contact-form-wrapper{padding:2rem 1.5rem}
.company-details-grid{grid-template-columns:1fr;gap:1rem}
.visual-text-area h2{font-size:1.8rem}
.visual-image-container img{height:280px}
}
@media (max-width: 576px) {
.contact-hero-section{padding:3rem 1.2rem 2.5rem}
.contact-hero-content h1{font-size:1.85rem}
.contact-dual-layout{padding:3rem 1.2rem}
.info-card-wrapper{padding:1.5rem}
.form-submit-btn{width:100%}
}
.services-page-wrapper{background:#fff;min-height:100vh}
.services-hero-custom{background:linear-gradient(135deg,#fafbfc 0%,#E8E5EE 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.services-hero-custom::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a97a6d14 0%,transparent 70%);border-radius:50%}
.hero-content-services{max-width:900px;margin:0 auto;position:relative;z-index:2}
.hero-content-services h1{font-size:3.2rem;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.2}
.hero-content-services .lead-text{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:40px}
.services-nav-links{display:flex;gap:16px;flex-wrap:wrap}
.services-nav-links a{padding:14px 32px;background:#A97A6D;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;display:inline-block}
.services-nav-links a:hover{background:#8f6759;transform:translateY(-2px);box-shadow:0 4px 12px #a97a6d4d}
.services-nav-links a.secondary-link{background:transparent;border:2px solid #9CBBAB;color:#495057}
.services-nav-links a.secondary-link:hover{background:#9CBBAB;color:#fff}
.audit-depth-section{padding:100px 20px;background:#fff}
.audit-depth-section .container{max-width:1400px;margin:0 auto}
.depth-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.depth-image-wrapper{position:relative}
.depth-image-wrapper img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001f}
.depth-image-wrapper::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:#9CBBAB;border-radius:16px;z-index:-1}
.depth-content-area h2{font-size:2.5rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.depth-content-area p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.depth-features-list{margin-top:40px;display:grid;gap:24px}
.depth-feature-item{display:flex;gap:16px;align-items:flex-start}
.feature-icon-box{width:48px;height:48px;background:linear-gradient(135deg,#E8E5EE,#9CBBAB);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;color:#fff;font-size:1.2rem}
.feature-text-block h3{font-size:1.25rem;color:#212529;margin-bottom:8px;font-weight:600}
.feature-text-block p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.methodical-approach-section{padding:100px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.methodical-approach-section .container{max-width:1200px;margin:0 auto}
.section-header-centered{text-align:center;margin-bottom:70px}
.section-header-centered h2{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700}
.section-header-centered p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.approach-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach-single-card{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}
.approach-single-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A97A6D,#9CBBAB);transform:scaleX(0);transition:transform .3s ease}
.approach-single-card:hover::before{transform:scaleX(1)}
.approach-single-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}
.card-number-badge{width:60px;height:60px;background:linear-gradient(135deg,#E8E5EE,#9CBBAB);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:24px}
.approach-single-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.approach-single-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.specialist-insight-section{padding:100px 20px;background:#fff}
.specialist-insight-section .container{max-width:1300px;margin:0 auto}
.insight-asymmetric-layout{display:grid;grid-template-columns:350px 1fr;gap:80px;align-items:center}
.specialist-profile-card{background:linear-gradient(135deg,#E8E5EE 0%,#f8f9fa 100%);padding:40px;border-radius:16px;text-align:center;box-shadow:0 8px 30px #00000014}
.specialist-profile-card img{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:24px;border:6px solid #fff;box-shadow:0 4px 16px #0000001a}
.specialist-name{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:600}
.specialist-role{font-size:1rem;color:#A97A6D;font-weight:500;margin-bottom:20px}
.specialist-credentials{font-size:.95rem;color:#495057;line-height:1.6}
.insight-content-block h2{font-size:2.6rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.insight-content-block p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:24px}
.insight-quote-box{background:#f8f9fa;border-left:4px solid #A97A6D;padding:28px 32px;margin:32px 0;border-radius:8px}
.insight-quote-box p{font-size:1.15rem;color:#343a40;font-style:italic;line-height:1.7;margin:0}
.practical-timeline-section{padding:100px 20px;background:linear-gradient(135deg,#fafbfc 0%,#E8E5EE 50%,#f8f9fa 100%)}
.practical-timeline-section .container{max-width:1100px;margin:0 auto}
.timeline-header{text-align:center;margin-bottom:70px}
.timeline-header h2{font-size:2.7rem;color:#212529;margin-bottom:20px;font-weight:700}
.timeline-header p{font-size:1.1rem;color:#495057;line-height:1.7}
.timeline-flow-container{position:relative;padding-left:80px}
.timeline-vertical-line{position:absolute;left:30px;top:20px;bottom:20px;width:3px;background:linear-gradient(to bottom,#A97A6D,#9CBBAB)}
.timeline-stage-item{position:relative;margin-bottom:50px;padding-left:40px}
.timeline-stage-item:last-child{margin-bottom:0}
.timeline-marker-circle{position:absolute;left:-58px;top:0;width:24px;height:24px;background:#A97A6D;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #a97a6d33;z-index:2}
.timeline-stage-content{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.timeline-stage-content:hover{box-shadow:0 8px 30px #0000001f;transform:translateX(8px)}
.stage-title-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.stage-number-label{font-size:1rem;color:#9CBBAB;font-weight:600;padding:6px 14px;background:#9cbbab26;border-radius:6px}
.timeline-stage-content h3{font-size:1.3rem;color:#212529;font-weight:600;margin:0}
.timeline-stage-content p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.cta-final-section{padding:100px 20px;background:#fff;text-align:center}
.cta-final-section .container{max-width:900px;margin:0 auto}
.cta-visual-block{margin-bottom:50px}
.cta-visual-block img{width:100%;max-width:800px;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #00000026}
.cta-content-wrapper h2{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.cta-content-wrapper p{font-size:1.2rem;color:#495057;line-height:1.8;margin-bottom:40px}
.cta-buttons-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-buttons-group a{padding:16px 40px;font-size:1.1rem;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease;display:inline-block}
.cta-buttons-group a.primary-cta{background:#A97A6D;color:#fff}
.cta-buttons-group a.primary-cta:hover{background:#8f6759;transform:translateY(-3px);box-shadow:0 8px 24px #a97a6d66}
.cta-buttons-group a.secondary-cta{background:transparent;border:2px solid #9CBBAB;color:#495057}
.cta-buttons-group a.secondary-cta:hover{background:#9CBBAB;color:#fff;transform:translateY(-3px)}
@media (max-width: 992px) {
.depth-grid-layout{grid-template-columns:1fr;gap:50px}
.depth-image-wrapper::after{width:150px;height:150px}
.approach-cards-wrapper{grid-template-columns:1fr;gap:24px}
.insight-asymmetric-layout{grid-template-columns:1fr;gap:50px}
.timeline-flow-container{padding-left:60px}
.timeline-marker-circle{left:-48px}
}
@media (max-width: 768px) {
.services-hero-custom{padding:80px 20px 60px}
.hero-content-services h1{font-size:2.2rem}
.hero-content-services .lead-text{font-size:1.1rem}
.services-nav-links{flex-direction:column}
.services-nav-links a{width:100%;text-align:center}
.depth-content-area h2{font-size:2rem}
.section-header-centered h2{font-size:2.2rem}
.insight-content-block h2{font-size:2rem}
.timeline-header h2{font-size:2.2rem}
.cta-content-wrapper h2{font-size:2.2rem}
.cta-buttons-group{flex-direction:column}
.cta-buttons-group a{width:100%}
.depth-image-wrapper img,.cta-visual-block img{height:300px}
}
@media (max-width: 576px) {
.hero-content-services h1{font-size:1.8rem}
.depth-features-list{gap:20px}
.timeline-flow-container{padding-left:40px}
.timeline-marker-circle{left:-38px;width:20px;height:20px}
.timeline-stage-content{padding:24px 20px}
}
.mission-page-wrapper{background:#fff;min-height:100vh}
.mission-hero-section{background:linear-gradient(135deg,#E8E5EE 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.mission-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a97a6d14 0%,transparent 70%);border-radius:50%}
.mission-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.mission-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.mission-hero-content .subtitle-text{font-size:1.3rem;color:#495057;line-height:1.6;margin-bottom:0}
.values-grid-section{padding:90px 20px;background:#fff}
.values-grid-container{max-width:1200px;margin:0 auto}
.values-section-header{text-align:center;margin-bottom:70px}
.values-section-header h2{font-size:2.6rem;color:#212529;margin-bottom:18px;font-weight:700}
.values-section-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.values-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px}
.value-card-item{background:linear-gradient(135deg,#fafbfc 0%,#E8E5EE 100%);padding:40px 32px;border-radius:12px;border-left:5px solid #A97A6D;transition:transform .3s ease,box-shadow .3s ease}
.value-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 35px #a97a6d26}
.value-card-item h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.value-card-item p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px}
.value-example-text{font-size:.95rem;color:#6c757d;font-style:italic;padding-left:20px;border-left:3px solid #9CBBAB;margin-top:15px}
.approach-showcase-section{padding:0;background:#f8f9fa}
.approach-split-layout{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.approach-content-side{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:#f8f9fa}
.approach-content-side h2{font-size:2.4rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.approach-content-side p{font-size:1.08rem;color:#495057;line-height:1.8;margin-bottom:20px}
.approach-principles-list{margin-top:35px}
.principle-item-row{display:flex;align-items:flex-start;margin-bottom:24px}
.principle-number{background:linear-gradient(135deg,#A97A6D 0%,#9CBBAB 100%);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;margin-right:18px}
.principle-text-block h4{font-size:1.15rem;color:#212529;margin-bottom:8px;font-weight:600}
.principle-text-block p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.approach-image-side{background-image:url(./graphic_files/EBRukn.jpg);background-size:cover;background-position:center;position:relative}
.approach-image-side::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#a97a6d26 0%,#9cbbab26 100%)}
.team-philosophy-section{padding:90px 20px;background:#fff;position:relative}
.team-philosophy-wrapper{max-width:1100px;margin:0 auto}
.philosophy-header-block{text-align:center;margin-bottom:60px}
.philosophy-header-block h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.philosophy-header-block p{font-size:1.12rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.philosophy-content-layout{display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start}
.philosophy-image-block{position:relative}
.philosophy-image-block img{width:100%;height:350px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #0000001a}
.philosophy-text-content{padding-top:20px}
.philosophy-text-content h3{font-size:1.7rem;color:#212529;margin-bottom:22px;font-weight:600}
.philosophy-text-content p{font-size:1.06rem;color:#495057;line-height:1.8;margin-bottom:18px}
.philosophy-quote-box{background:linear-gradient(135deg,#E8E5EE 0%,#f8f9fa 100%);padding:30px 35px;border-radius:10px;margin-top:35px;border-left:5px solid #9CBBAB}
.philosophy-quote-box p{font-size:1.1rem;color:#343a40;font-style:italic;margin:0;line-height:1.7}
.commitment-accordion-section{padding:90px 20px;background:linear-gradient(180deg,#fafbfc 0%,#E8E5EE 100%)}
.commitment-container{max-width:950px;margin:0 auto}
.commitment-header-area{text-align:center;margin-bottom:55px}
.commitment-header-area h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.commitment-header-area p{font-size:1.1rem;color:#495057;line-height:1.6}
.accordion-items-wrapper{display:flex;flex-direction:column;gap:20px}
.accordion-single-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000000f}
.accordion-trigger{display:none}
.accordion-header-label{display:block;padding:28px 35px;background:#fff;cursor:pointer;position:relative;transition:background .3s ease}
.accordion-header-label:hover{background:#f8f9fa}
.accordion-header-label h3{font-size:1.35rem;color:#212529;margin:0;font-weight:600;padding-right:40px}
.accordion-header-label::after{content:'+';position:absolute;right:35px;top:50%;transform:translateY(-50%);font-size:2rem;color:#A97A6D;font-weight:300;transition:transform .3s ease}
.accordion-trigger:checked + .accordion-header-label::after{content:'−';transform:translateY(-50%) rotate(180deg)}
.accordion-content-panel{max-height:0;overflow:hidden;transition:max-height .4s ease}
.accordion-trigger:checked ~ .accordion-content-panel{max-height:800px}
.accordion-inner-content{padding:0 35px 35px}
.accordion-inner-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:15px}
.accordion-inner-content ul{list-style:none;padding:0;margin:20px 0}
.accordion-inner-content ul li{font-size:1.02rem;color:#495057;line-height:1.7;padding-left:30px;position:relative;margin-bottom:12px}
.accordion-inner-content ul li::before{content:'';position:absolute;left:0;color:#9CBBAB;font-weight:700;font-size:1.2rem}
.visual-story-section{padding:0;background:#fff}
.story-multi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:400px 350px;gap:0}
.story-grid-item{position:relative;overflow:hidden}
.story-grid-item.item-large{grid-column:span 2;grid-row:span 2}
.story-grid-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.story-grid-item:hover img{transform:scale(1.08)}
.story-overlay-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#212529e6 0%,transparent 100%);padding:35px 30px;z-index:3}
.story-overlay-content h3{font-size:1.5rem;color:#fff;margin-bottom:10px;font-weight:600}
.story-overlay-content p{font-size:1rem;color:#f8f9fa;line-height:1.6;margin:0}
@media (max-width: 992px) {
.mission-hero-content h1{font-size:2.4rem}
.approach-split-layout{grid-template-columns:1fr}
.approach-image-side{min-height:400px}
.approach-content-side{padding:60px 30px}
.philosophy-content-layout{grid-template-columns:1fr;gap:40px}
.philosophy-image-block{max-width:400px;margin:0 auto}
.story-multi-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,350px)}
.story-grid-item.item-large{grid-column:span 2;grid-row:span 1}
}
@media (max-width: 768px) {
.mission-hero-section{padding:60px 20px 50px}
.mission-hero-content h1{font-size:2rem}
.mission-hero-content .subtitle-text{font-size:1.1rem}
.values-grid-section{padding:60px 20px}
.values-section-header h2{font-size:2rem}
.values-cards-grid{grid-template-columns:1fr;gap:25px}
.approach-content-side{padding:50px 25px}
.approach-content-side h2{font-size:1.9rem}
.team-philosophy-section{padding:60px 20px}
.philosophy-header-block h2{font-size:2rem}
.commitment-accordion-section{padding:60px 20px}
.commitment-header-area h2{font-size:2rem}
.accordion-header-label{padding:22px 25px}
.accordion-header-label h3{font-size:1.15rem}
.accordion-inner-content{padding:0 25px 25px}
.story-multi-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,300px)}
.story-grid-item.item-large{grid-column:span 1;grid-row:span 1}
}
.cookie-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-container{max-width:920px;margin:0 auto;padding:60px 24px 80px}
.cookie-header-block{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:2px solid #E8E5EE}
.cookie-main-heading{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.2}
.cookie-update-date{font-size:1rem;color:#6c757d;font-weight:500}
.cookie-intro-section{background:#fff;padding:36px;border-radius:12px;margin-bottom:32px;box-shadow:0 2px 8px #a97a6d14;border-left:4px solid #A97A6D}
.cookie-intro-text{font-size:1.1rem;line-height:1.7;color:#343a40;margin:0}
.cookie-content-block{background:#fff;padding:40px 36px;margin-bottom:28px;border-radius:10px;box-shadow:0 1px 6px #9cbbab1a}
.cookie-section-title{font-size:1.9rem;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.3}
.cookie-subsection-title{font-size:1.4rem;font-weight:600;color:#343a40;margin:32px 0 16px;line-height:1.4}
.cookie-text-paragraph{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 18px}
.cookie-list-standard{margin:20px 0;padding-left:0;list-style:none}
.cookie-list-standard li{padding:12px 0 12px 32px;position:relative;font-size:1.05rem;line-height:1.7;color:#495057}
.cookie-list-standard li:before{content:"";position:absolute;left:8px;top:22px;width:8px;height:8px;background:#9CBBAB;border-radius:50%}
.cookie-type-card{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:28px;margin:24px 0;border-radius:8px;border:1px solid #E8E5EE}
.cookie-type-heading{font-size:1.25rem;font-weight:600;color:#A97A6D;margin:0 0 12px}
.cookie-type-description{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 14px}
.cookie-examples-list{margin:12px 0 0;padding-left:20px}
.cookie-examples-list li{font-size:1rem;line-height:1.6;color:#6c757d;margin-bottom:8px}
.cookie-table-wrapper{overflow-x:auto;margin:28px 0}
.cookie-info-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-info-table thead{background:linear-gradient(135deg,#A97A6D 0%,#9CBBAB 100%)}
.cookie-info-table th{padding:16px 12px;text-align:left;font-weight:600;font-size:1.05rem;color:#fff;border:1px solid #fff3}
.cookie-info-table td{padding:14px 12px;font-size:1rem;line-height:1.6;color:#495057;border:1px solid #E8E5EE}
.cookie-info-table tbody tr:nth-child(even){background:#fafbfc}
.cookie-info-table tbody tr:hover{background:#f5f6fa}
.cookie-notice-box{background:#E8E5EE;padding:24px 28px;border-radius:8px;margin:28px 0;border-left:5px solid #9CBBAB}
.cookie-notice-box p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0}
.cookie-contact-section{background:linear-gradient(135deg,#A97A6D 0%,#9CBBAB 100%);padding:44px 36px;border-radius:12px;margin-top:40px;text-align:center;box-shadow:0 4px 12px #a97a6d26}
.cookie-contact-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 16px}
.cookie-contact-text{font-size:1.1rem;line-height:1.7;color:#fff;margin:0 0 12px;opacity:.95}
.cookie-email-link{color:#fff;text-decoration:none;font-weight:600;border-bottom:2px solid #ffffff80;transition:border-color .3s ease}
.cookie-email-link:hover{border-bottom-color:#fff}
.cookie-company-info{background:#fff;padding:32px;border-radius:10px;margin-top:32px;border:1px solid #E8E5EE}
.cookie-company-name{font-size:1.4rem;font-weight:700;color:#212529;margin:0 0 16px}
.cookie-company-details{font-size:1rem;line-height:1.8;color:#495057;margin:0}
@media (max-width: 768px) {
.cookie-policy-container{padding:40px 20px 60px}
.cookie-main-heading{font-size:2.2rem}
.cookie-intro-section{padding:24px}
.cookie-content-block{padding:28px 24px}
.cookie-section-title{font-size:1.6rem}
.cookie-subsection-title{font-size:1.25rem}
.cookie-type-card{padding:20px}
.cookie-contact-section{padding:32px 24px}
.cookie-info-table{font-size:.9rem}
.cookie-info-table th,.cookie-info-table td{padding:10px 8px}
}
@media (max-width: 480px) {
.cookie-main-heading{font-size:1.9rem}
.cookie-section-title{font-size:1.4rem}
.cookie-intro-section,.cookie-content-block{padding:20px}
.cookie-list-standard li{padding-left:24px}
.cookie-list-standard li:before{left:4px}
}
.privacy-policy-container{background:#fff;min-height:100vh;padding:60px 0}
.privacy-policy-inner{max-width:900px;margin:0 auto;padding:0 20px}
.privacy-header-section{margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #E8E5EE}
.privacy-main-title{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.privacy-last-updated{background:#f8f9fa;padding:15px 20px;border-radius:8px;border-left:4px solid #A97A6D;margin-bottom:25px}
.privacy-last-updated p{margin:0;color:#495057;font-size:.95rem}
.privacy-intro-text{color:#343a40;font-size:1.1rem;line-height:1.7;margin-bottom:15px}
.privacy-content-section{margin-bottom:45px}
.privacy-section-heading{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600;display:flex;align-items:center;gap:12px}
.privacy-section-number{background:linear-gradient(135deg,#A97A6D,#9CBBAB);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0}
.privacy-section-text{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:18px}
.privacy-subsection{margin:25px 0;padding-left:30px;border-left:3px solid #E8E5EE}
.privacy-subsection-title{font-size:1.3rem;color:#343a40;margin-bottom:15px;font-weight:600}
.privacy-list{list-style:none;padding:0;margin:20px 0}
.privacy-list li{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:12px;padding-left:30px;position:relative}
.privacy-list li:before{content:"•";color:#A97A6D;font-size:1.5rem;position:absolute;left:8px;top:-2px}
.privacy-highlight-box{background:linear-gradient(135deg,#f8f9fa,#fafbfc);padding:25px;border-radius:10px;border:1px solid #E8E5EE;margin:25px 0}
.privacy-highlight-box h3{color:#A97A6D;font-size:1.2rem;margin-bottom:15px;font-weight:600}
.privacy-highlight-box p{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:10px}
.privacy-contact-section{background:linear-gradient(135deg,#E8E5EE,#f8f9fa);padding:35px;border-radius:12px;margin-top:50px;border:1px solid #9CBBAB}
.privacy-contact-title{font-size:1.6rem;color:#212529;margin-bottom:20px;font-weight:600}
.privacy-contact-info{color:#343a40;font-size:1.05rem;line-height:1.8;margin-bottom:12px}
.privacy-contact-info strong{color:#A97A6D}
.privacy-table-wrapper{overflow-x:auto;margin:25px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}
.privacy-data-table th{background:linear-gradient(135deg,#A97A6D,#9CBBAB);color:#fff;padding:15px;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{padding:15px;border-bottom:1px solid #E8E5EE;color:#495057;font-size:1rem;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:25px 0}
.privacy-right-card{background:#fff;padding:25px;border-radius:10px;border:2px solid #E8E5EE;transition:all .3s ease}
.privacy-right-card:hover{border-color:#9CBBAB;box-shadow:0 4px 12px #9cbbab26}
.privacy-right-icon{width:50px;height:50px;background:linear-gradient(135deg,#A97A6D,#9CBBAB);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;margin-bottom:15px}
.privacy-right-card h4{color:#212529;font-size:1.2rem;margin-bottom:12px;font-weight:600}
.privacy-right-card p{color:#495057;font-size:.98rem;line-height:1.6;margin:0}
.privacy-note{background:#fffbf0;border-left:4px solid #A97A6D;padding:20px;margin:25px 0;border-radius:6px}
.privacy-note p{color:#343a40;font-size:1rem;line-height:1.7;margin:0}
@media (max-width: 768px) {
.privacy-policy-container{padding:40px 0}
.privacy-main-title{font-size:2rem}
.privacy-section-heading{font-size:1.5rem;flex-direction:column;align-items:flex-start}
.privacy-subsection{padding-left:15px}
.privacy-rights-grid{grid-template-columns:1fr}
.privacy-contact-section{padding:25px 20px}
.privacy-data-table th,.privacy-data-table td{padding:10px;font-size:.95rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-hero-section{padding:80px 20px 60px;text-align:center;position:relative;background:#fff;border-bottom:3px solid #E8E5EE}
.success-icon-container{width:120px;height:120px;margin:0 auto 30px;background:linear-gradient(135deg,#9CBBAB 0%,#A97A6D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse 2s ease-in-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #9cbbab66}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #9cbbab00}
}
.success-icon-container::before{content:'';position:absolute;width:40px;height:70px;border:6px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-8px)}
.success-main-heading{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;letter-spacing:-.5px}
.success-subtitle-text{font-size:22px;color:#495057;margin:0 auto 40px;max-width:600px;line-height:1.6}
.success-content-area{max-width:900px;margin:0 auto;padding:60px 20px}
.success-info-block{background:#fff;border-radius:16px;padding:45px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f;border-left:5px solid #A97A6D}
.success-info-block h2{font-size:28px;color:#212529;margin:0 0 25px;font-weight:600}
.success-info-block p{font-size:17px;color:#495057;line-height:1.8;margin:0 0 20px}
.success-info-block p:last-child{margin-bottom:0}
.success-timeline-container{background:linear-gradient(to right,#f8f9fa 0%,white 100%);border-radius:16px;padding:45px;margin-bottom:40px;border:2px solid #E8E5EE}
.success-timeline-container h3{font-size:24px;color:#212529;margin:0 0 35px;font-weight:600;text-align:center}
.timeline-step-item{display:flex;gap:25px;margin-bottom:30px;position:relative;padding-left:80px}
.timeline-step-item:last-child{margin-bottom:0}
.timeline-number-badge{position:absolute;left:0;top:0;width:55px;height:55px;background:linear-gradient(135deg,#9CBBAB 0%,#A97A6D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;flex-shrink:0}
.timeline-step-content h4{font-size:19px;color:#212529;margin:0 0 10px;font-weight:600}
.timeline-step-content p{font-size:16px;color:#495057;line-height:1.7;margin:0}
.success-actions-panel{background:#fff;border-radius:16px;padding:45px;text-align:center;box-shadow:0 4px 20px #0000000f;margin-bottom:40px}
.success-actions-panel h3{font-size:26px;color:#212529;margin:0 0 30px;font-weight:600}
.success-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:30px}
.success-action-btn{display:inline-block;padding:18px 35px;background:linear-gradient(135deg,#A97A6D 0%,#9CBBAB 100%);color:#fff;text-decoration:none;border-radius:12px;font-size:17px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #a97a6d4d}
.success-action-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #a97a6d66}
.success-action-btn.secondary-btn{background:#fff;color:#A97A6D;border:2px solid #A97A6D;box-shadow:none}
.success-action-btn.secondary-btn:hover{background:#f8f9fa;border-color:#9CBBAB;color:#9CBBAB}
.success-contact-reference{background:linear-gradient(135deg,#E8E5EE 0%,#f8f9fa 100%);border-radius:16px;padding:40px;margin-bottom:40px;text-align:center;border:2px solid #E8E5EE}
.success-contact-reference h3{font-size:22px;color:#212529;margin:0 0 20px;font-weight:600}
.success-contact-reference p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 25px}
.contact-email-display{display:inline-block;padding:12px 28px;background:#fff;color:#A97A6D;border-radius:8px;font-size:18px;font-weight:600;text-decoration:none;border:2px solid #A97A6D;transition:all .3s ease}
.contact-email-display:hover{background:#A97A6D;color:#fff}
.success-reassurance-note{background:#fff;border-radius:12px;padding:30px;margin:40px 0;border:2px dashed #9CBBAB;text-align:center}
.success-reassurance-note p{font-size:16px;color:#495057;line-height:1.7;margin:0;font-style:italic}
@media (max-width: 768px) {
.success-hero-section{padding:60px 20px 40px}
.success-main-heading{font-size:36px}
.success-subtitle-text{font-size:18px}
.success-icon-container{width:100px;height:100px}
.success-info-block,.success-timeline-container,.success-actions-panel,.success-contact-reference{padding:30px 25px}
.timeline-step-item{padding-left:70px}
.timeline-number-badge{width:45px;height:45px;font-size:18px}
.success-buttons-grid{grid-template-columns:1fr;gap:15px}
.success-action-btn{padding:16px 30px;font-size:16px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:28px}
.success-subtitle-text{font-size:16px}
.success-info-block h2{font-size:22px}
.timeline-step-content h4{font-size:17px}
}
.error-404-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#E8E5EE 50%,#f8f9fa 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-404-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a97a6d14 0%,transparent 70%);border-radius:50%}
.error-404-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#9cbbab14 0%,transparent 70%);border-radius:50%}
.error-404-content-box{max-width:680px;width:100%;background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 8px 32px #0000000f;text-align:center;position:relative;z-index:2}
.error-404-number{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#A97A6D 0%,#9CBBAB 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem;letter-spacing:-.02em}
.error-404-title{font-size:2rem;font-weight:700;color:#212529;margin:0 0 1.2rem;line-height:1.3}
.error-404-description{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 2.5rem}
.error-404-btn-home{display:inline-block;background:linear-gradient(135deg,#A97A6D 0%,#9CBBAB 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2.8rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #a97a6d40;margin-bottom:2rem}
.error-404-btn-home:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a97a6d59;color:#fff}
.error-404-suggestions{border-top:2px solid #E8E5EE;padding-top:2rem;margin-top:1.5rem}
.error-404-suggestions-title{font-size:1.2rem;font-weight:600;color:#343a40;margin:0 0 1.5rem}
.error-404-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1.5rem}
.error-404-link-card{background:#f8f9fa;border:2px solid #E8E5EE;border-radius:10px;padding:1.3rem 1rem;text-decoration:none;transition:all .3s ease;display:block}
.error-404-link-card:hover{background:#fff;border-color:#9CBBAB;transform:translateY(-3px);box-shadow:0 4px 16px #9cbbab26}
.error-404-link-icon{font-size:2rem;margin-bottom:.5rem;display:block}
.error-404-link-title{font-size:1rem;font-weight:600;color:#212529;margin:0;line-height:1.4}
.error-404-contact-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E8E5EE}
.error-404-contact-text{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0 0 1rem}
.error-404-email-link{color:#A97A6D;text-decoration:none;font-weight:600;transition:color .2s ease}
.error-404-email-link:hover{color:#9CBBAB;text-decoration:underline}
@media (max-width: 768px) {
.error-404-wrapper{padding:1.5rem 1rem}
.error-404-content-box{padding:2.5rem 1.5rem}
.error-404-number{font-size:5rem}
.error-404-title{font-size:1.6rem}
.error-404-description{font-size:1rem}
.error-404-btn-home{font-size:1rem;padding:.9rem 2rem}
.error-404-links-grid{grid-template-columns:1fr;gap:.8rem}
}
@media (max-width: 480px) {
.error-404-number{font-size:4rem}
.error-404-title{font-size:1.4rem}
.error-404-content-box{padding:2rem 1.2rem}
}