:root{--primary-gray:gray;--secondary-sage:#BAC3BA;--tertiary-cream:#E1E6D4;--dark-bg:#1a1a1a;--darker-bg:#0f0f0f;--mid-dark:#2c2c2c;--light-text:#f8f9fa;--muted-text:#e9ecef;--accent-glow:#bac3ba26}
*{margin:0;padding:0;box-sizing:border-box}
body{background:linear-gradient(135deg,var(--darker-bg) 0%,var(--dark-bg) 50%,#242424 100%);color:var(--light-text);min-height:100vh;display:flex;flex-direction:column;font:18px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.skip_nav__link{position:absolute;left:-9999px;z-index:999;padding:1rem 1.5rem;background:var(--secondary-sage);color:var(--darker-bg);text-decoration:none;font-weight:600}
.skip_nav__link:focus{left:50%;transform:translateX(-50%);top:1rem}
header{background:radial-gradient(ellipse at top,#8080801f,transparent 70%),linear-gradient(to bottom,var(--mid-dark),var(--dark-bg));border-bottom:1px solid #bac3ba33;position:relative;z-index:100}
.header_trust__row{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 5%;border-bottom:1px solid #e1e6d414;background:#0f0f0f99}
.trust_indicators__wrapper{display:flex;gap:2.5rem;align-items:center}
.trust_badge__item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--muted-text);letter-spacing:.3px}
.trust_badge__icon{width:18px;height:18px;background:linear-gradient(135deg,var(--primary-gray),var(--secondary-sage));border-radius:3px;display:inline-block}
.header_email__display{display:flex;align-items:center;gap:.6rem}
.email_icon__graphic{width:20px;height:20px;background:var(--accent-glow);border:1px solid var(--secondary-sage);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--tertiary-cream)}
.email_link__contact{color:var(--tertiary-cream);text-decoration:none;font-size:.92rem;transition:color .25s ease}
.email_link__contact:hover{color:var(--secondary-sage)}
.header_main__navigation_row{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;gap:3rem}
.logo_container__brand{flex-shrink:0;z-index:110}
.logo_image__svg{height:85px;width:85px;display:block;object-fit:contain}
.primary_nav__menu{display:flex;gap:.2rem;list-style:none;flex:1;justify-content:flex-end;align-items:center}
.nav_item__link{display:block;padding:.75rem 1.5rem;color:var(--light-text);text-decoration:none;font-size:1rem;font-weight:400;transition:background-color .2s ease,color .2s ease;border-radius:6px;letter-spacing:.2px}
.nav_item__link:hover,.nav_item__link:focus{background-color:var(--accent-glow);color:var(--tertiary-cream);outline:none}
.nav_item__link:focus-visible{outline:2px solid var(--secondary-sage);outline-offset:2px}
main{flex:1;padding:0}
footer{background:linear-gradient(to top,var(--darker-bg),var(--dark-bg));border-top:1px solid #bac3ba40;padding:3.5rem 5% 2rem;margin-top:4rem}
.footer_content__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto 3rem}
.footer_brand__section{display:flex;flex-direction:column;gap:1.2rem}
.footer_logo__image{height:70px;width:70px;object-fit:contain}
.footer_brand__description{font-size:.95rem;color:var(--muted-text);line-height:1.6;max-width:380px}
.footer_contact__info{display:flex;flex-direction:column;gap:.8rem}
.contact_label__text{font-size:.85rem;color:var(--secondary-sage);text-transform:uppercase;letter-spacing:1px;font-weight:600}
.contact_email__link{color:var(--tertiary-cream);text-decoration:none;font-size:1rem;transition:opacity .25s ease}
.contact_email__link:hover{opacity:.7}
.footer_links__column{display:flex;flex-direction:column;gap:.6rem}
.footer_links__heading{font-size:1.05rem;color:var(--light-text);margin-bottom:.8rem;font-weight:600;letter-spacing:.3px}
.footer_link__item{color:var(--muted-text);text-decoration:none;font-size:.95rem;transition:color .2s ease;display:inline-block}
.footer_link__item:hover{color:var(--secondary-sage)}
.footer_disclaimer__box{background:#80808014;border-left:3px solid var(--primary-gray);padding:1.8rem;margin:2.5rem auto 2rem;max-width:1400px;border-radius:4px}
.disclaimer_heading__title{font-size:.92rem;color:var(--secondary-sage);margin-bottom:.9rem;text-transform:uppercase;letter-spacing:.8px;font-weight:600}
.disclaimer_text__content{font-size:.88rem;color:#c8cfd0;line-height:1.65}
.footer_bottom__bar{border-top:1px solid #bac3ba26;padding-top:2rem;text-align:center;max-width:1400px;margin:0 auto}
.copyright_text__notice{font-size:.9rem;color:var(--muted-text)}
.consent_modal__overlay{position:fixed;bottom:0;right:0;width:420px;background:linear-gradient(145deg,var(--mid-dark),#1f1f1f);border:1px solid #bac3ba4d;border-radius:12px 0 0 0;box-shadow:0 -8px 32px #00000080;padding:2rem;z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.consent_modal__overlay.active_visible{transform:translateY(0)}
.consent_header__title{font-size:1.15rem;color:var(--light-text);margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.6rem}
.consent_icon__cookie{width:28px;height:28px;background:radial-gradient(circle,var(--secondary-sage),var(--primary-gray));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}
.consent_message__text{font-size:.92rem;color:var(--muted-text);line-height:1.6;margin-bottom:1.5rem}
.consent_policy__link{color:var(--tertiary-cream);text-decoration:underline;transition:opacity .2s ease}
.consent_policy__link:hover{opacity:.75}
.consent_actions__buttons{display:flex;gap:.9rem;flex-direction:column}
.consent_btn__accept,.consent_btn__decline{padding:.85rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;min-height:44px}
.consent_btn__accept{background:linear-gradient(135deg,var(--primary-gray),var(--secondary-sage));color:var(--darker-bg)}
.consent_btn__accept:hover{opacity:.85;transform:translateY(-1px)}
.consent_btn__decline{background:transparent;color:var(--muted-text);border:1px solid var(--primary-gray)}
.consent_btn__decline:hover{background:#8080801a}
.consent_btn__accept:focus-visible,.consent_btn__decline:focus-visible{outline:2px solid var(--tertiary-cream);outline-offset:2px}
@media (max-width: 1024px) {
.footer_content__grid{grid-template-columns:1fr 1fr;gap:2.5rem}
.footer_brand__section{grid-column:1 / -1}
}
@media (max-width: 768px) {
.header_trust__row{flex-direction:column;gap:1rem;padding:1rem 4%}
.trust_indicators__wrapper{gap:1.2rem;flex-wrap:wrap;justify-content:center}
.header_main__navigation_row{flex-direction:column;gap:1.5rem;padding:1.2rem 4%}
.primary_nav__menu{flex-direction:column;width:100%;gap:.5rem}
.nav_item__link{width:100%;text-align:center;padding:.9rem}
.footer_content__grid{grid-template-columns:1fr;gap:2rem}
.consent_modal__overlay{width:100%;border-radius:12px 12px 0 0;padding:1.5rem}
.consent_actions__buttons{flex-direction:column}
}
@media (max-width: 480px) {
body{font-size:16px}
.logo_image__svg{height:65px;width:65px}
.trust_badge__item{font-size:.8rem}
.footer_disclaimer__box{padding:1.3rem}
}
.compliance-page-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.compliance-hero-block{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.compliance-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#bac3ba14 0%,transparent 70%);border-radius:50%}
.compliance-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.compliance-hero-content h1{font-size:3.2rem;font-weight:700;color:#E1E6D4;margin-bottom:24px;line-height:1.2}
.compliance-hero-content .lead-text{font-size:1.3rem;color:#BAC3BA;line-height:1.6;max-width:720px;margin-bottom:16px}
.compliance-hero-content .sub-lead{font-size:1.05rem;color:#e9ecef;line-height:1.7;max-width:680px}
.framework-section{background:#343a40;padding:90px 20px;position:relative}
.framework-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.framework-visual{position:relative}
.framework-visual img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0006}
.framework-content h2{font-size:2.6rem;color:#E1E6D4;margin-bottom:28px;font-weight:600;line-height:1.25}
.framework-content p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:18px}
.framework-content .emphasis-text{color:#BAC3BA;font-weight:500}
.standards-grid-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:100px 20px}
.standards-wrapper{max-width:1300px;margin:0 auto}
.standards-intro{text-align:center;margin-bottom:70px}
.standards-intro h2{font-size:2.8rem;color:#E1E6D4;margin-bottom:20px;font-weight:600}
.standards-intro p{font-size:1.15rem;color:#BAC3BA;max-width:760px;margin:0 auto;line-height:1.7}
.standards-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.standard-card{background:#343a40;padding:40px 32px;border-radius:6px;border-left:4px solid gray;transition:all .3s ease;position:relative}
.standard-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000080;border-left-color:#BAC3BA}
.standard-card h3{font-size:1.5rem;color:#E1E6D4;margin-bottom:16px;font-weight:600}
.standard-card p{font-size:1rem;color:#e9ecef;line-height:1.7;margin-bottom:14px}
.standard-card .detail-point{font-size:.95rem;color:#BAC3BA;line-height:1.6;padding-left:20px;position:relative;margin-bottom:10px}
.standard-card .detail-point::before{content:'→';position:absolute;left:0;color:gray}
.expert-verification-section{background:#495057;padding:85px 20px;position:relative}
.verification-layout{max-width:1250px;margin:0 auto;display:flex;gap:70px;align-items:flex-start}
.verification-profile{flex-shrink:0;width:280px}
.verification-profile img{width:100%;height:340px;object-fit:cover;border-radius:6px;margin-bottom:20px;box-shadow:0 8px 32px #0000004d}
.profile-tag{background:gray;color:#1a1a1a;padding:8px 16px;border-radius:4px;font-size:.9rem;font-weight:600;display:inline-block}
.verification-details{flex:1}
.verification-details h2{font-size:2.5rem;color:#E1E6D4;margin-bottom:24px;font-weight:600;line-height:1.3}
.verification-details p{font-size:1.05rem;color:#f8f9fa;line-height:1.8;margin-bottom:20px}
.verification-table{margin-top:36px;background:#343a40;border-radius:6px;overflow:hidden}
.verification-table table{width:100%;border-collapse:collapse}
.verification-table th{background:#2c2c2c;color:#E1E6D4;padding:16px 20px;text-align:left;font-size:1rem;font-weight:600;border-bottom:2px solid gray}
.verification-table td{padding:18px 20px;color:#e9ecef;font-size:.98rem;border-bottom:1px solid #495057}
.verification-table tr:last-child td{border-bottom:none}
.verification-table tr:hover td{background:#3d4449}
.check-mark{color:#BAC3BA;font-weight:700;font-size:1.1rem}
.detail-text{color:#BAC3BA;font-size:.93rem}
.contact-cta-block{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px;text-align:center}
.contact-cta-content{max-width:800px;margin:0 auto}
.contact-cta-content h2{font-size:2.4rem;color:#E1E6D4;margin-bottom:20px;font-weight:600}
.contact-cta-content p{font-size:1.1rem;color:#BAC3BA;line-height:1.7;margin-bottom:32px}
.cta-button{display:inline-block;background:gray;color:#1a1a1a;padding:16px 48px;border-radius:6px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #8080804d;position:relative;z-index:10}
.cta-button:hover{background:#BAC3BA;transform:translateY(-3px);box-shadow:0 8px 24px #bac3ba66}
@media (max-width: 1024px) {
.framework-container{grid-template-columns:1fr;gap:40px}
.standards-cards{grid-template-columns:1fr;gap:30px}
.verification-layout{flex-direction:column;gap:40px}
.verification-profile{width:100%;max-width:320px;margin:0 auto}
}
@media (max-width: 768px) {
.compliance-hero-content h1{font-size:2.2rem}
.compliance-hero-content .lead-text{font-size:1.1rem}
.framework-visual img{height:380px}
.framework-content h2{font-size:2rem}
.standards-intro h2{font-size:2.2rem}
.verification-details h2{font-size:2rem}
.verification-table{overflow-x:auto}
.contact-cta-content h2{font-size:1.9rem}
.cta-button{padding:14px 36px;font-size:1rem}
}
.faq-page-wrap{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa}
.faq-hero-section{padding:120px 20px 80px;position:relative;overflow:hidden}
.faq-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#bac3ba26 0%,transparent 70%);border-radius:50%}
.faq-hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.faq-hero-content h1{font-size:3.2rem;font-weight:700;color:#E1E6D4;margin-bottom:24px;letter-spacing:-.02em;line-height:1.2}
.faq-hero-content p{font-size:1.25rem;color:#BAC3BA;line-height:1.7;max-width:600px;margin:0 auto}
.faq-journey-section{padding:80px 20px;background:#343a40;position:relative}
.faq-journey-container{max-width:1200px;margin:0 auto}
.faq-journey-intro{text-align:center;margin-bottom:60px}
.faq-journey-intro h2{font-size:2.5rem;color:#E1E6D4;margin-bottom:16px;font-weight:700}
.faq-journey-intro p{font-size:1.1rem;color:#BAC3BA;max-width:700px;margin:0 auto;line-height:1.6}
.faq-stages-grid{display:grid;grid-template-columns:1fr;gap:0;margin-top:50px}
.faq-stage-block{background:#2c2c2c;padding:50px 60px 50px 100px;position:relative;border-left:4px solid gray;min-height:180px}
.faq-stage-block:nth-child(even){background:#1a1a1a;border-left-color:#BAC3BA}
.faq-stage-marker{position:absolute;left:-22px;top:50px;width:40px;height:40px;background:linear-gradient(135deg,gray 0%,#BAC3BA 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#1a1a1a;box-shadow:0 4px 12px #bac3ba4d;z-index:3}
.faq-stage-block h3{font-size:1.6rem;color:#E1E6D4;margin-bottom:20px;font-weight:600}
.faq-questions-list{list-style:none;padding:0;margin:0}
.faq-questions-list li{padding:14px 0 14px 30px;position:relative;color:#f8f9fa;line-height:1.6;font-size:1.05rem}
.faq-questions-list li::before{content:'→';position:absolute;left:0;color:#BAC3BA;font-weight:700;font-size:1.2rem}
.faq-visual-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:60px;align-items:center}
.faq-visual-image{width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0006}
.faq-visual-content{padding:20px}
.faq-visual-content h4{font-size:1.4rem;color:#E1E6D4;margin-bottom:16px;font-weight:600}
.faq-visual-content p{color:#f8f9fa;line-height:1.7;font-size:1.05rem;margin-bottom:14px}
.faq-detailed-section{padding:80px 20px;background:linear-gradient(180deg,#1a1a1a 0%,#343a40 100%)}
.faq-detailed-container{max-width:1400px;margin:0 auto}
.faq-detailed-header{text-align:center;margin-bottom:60px}
.faq-detailed-header h2{font-size:2.5rem;color:#E1E6D4;margin-bottom:20px;font-weight:700}
.faq-detailed-header p{font-size:1.15rem;color:#BAC3BA;max-width:750px;margin:0 auto;line-height:1.6}
.faq-topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:70px}
.faq-topic-card{background:#2c2c2c;border:2px solid #495057;border-radius:10px;padding:35px;transition:all .3s ease;position:relative;overflow:hidden}
.faq-topic-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,gray 0%,#BAC3BA 100%);transform:scaleY(0);transition:transform .3s ease;transform-origin:bottom}
.faq-topic-card:hover{border-color:#BAC3BA;box-shadow:0 8px 20px #bac3ba33}
.faq-topic-card:hover::before{transform:scaleY(1);transform-origin:top}
.faq-topic-card h3{font-size:1.5rem;color:#E1E6D4;margin-bottom:20px;font-weight:600}
.faq-item{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #495057}
.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.faq-question{font-size:1.1rem;color:#BAC3BA;font-weight:600;margin-bottom:10px;line-height:1.5}
.faq-answer{color:#f8f9fa;line-height:1.7;font-size:1.02rem}
.faq-experts-showcase{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:60px;align-items:start}
.faq-expert-profile{background:#2c2c2c;border-radius:12px;padding:40px;display:flex;gap:30px;align-items:center;border:2px solid #495057}
.faq-expert-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid gray;flex-shrink:0}
.faq-expert-info h4{font-size:1.4rem;color:#E1E6D4;margin-bottom:8px;font-weight:600}
.faq-expert-title{color:#BAC3BA;font-size:1.05rem;margin-bottom:16px;font-style:italic}
.faq-expert-info p{color:#f8f9fa;line-height:1.6;font-size:1rem}
.faq-contact-prompt{background:linear-gradient(135deg,gray 0%,#495057 100%);padding:50px;border-radius:12px;text-align:center;margin-top:60px;box-shadow:0 10px 30px #0000004d}
.faq-contact-prompt h3{font-size:1.8rem;color:#E1E6D4;margin-bottom:16px;font-weight:700}
.faq-contact-prompt p{font-size:1.1rem;color:#f8f9fa;margin-bottom:30px;line-height:1.6}
.faq-contact-button{display:inline-block;background:#E1E6D4;color:#1a1a1a;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #e1e6d44d}
.faq-contact-button:hover{background:#BAC3BA;transform:translateY(-2px);box-shadow:0 6px 16px #bac3ba66}
@media (max-width: 968px) {
.faq-hero-content h1{font-size:2.4rem}
.faq-visual-row,.faq-experts-showcase{grid-template-columns:1fr}
.faq-stage-block{padding:40px 40px 40px 80px}
.faq-stage-marker{left:-20px;width:36px;height:36px;font-size:1rem}
.faq-topics-grid{grid-template-columns:1fr}
.faq-expert-profile{flex-direction:column;text-align:center}
}
@media (max-width: 640px) {
.faq-hero-section{padding:80px 20px 60px}
.faq-hero-content h1{font-size:2rem}
.faq-hero-content p{font-size:1.1rem}
.faq-journey-intro h2,.faq-detailed-header h2{font-size:2rem}
.faq-stage-block{padding:30px 20px 30px 60px}
.faq-stage-marker{left:-18px;width:32px;height:32px;font-size:.9rem;top:30px}
.faq-visual-image{height:240px}
.faq-topic-card{padding:25px}
.faq-contact-prompt{padding:35px 25px}
}
.hero-wrap-main{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.hero-wrap-main::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#bac3ba14 0%,transparent 70%);border-radius:50%}
.hero-inner-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-block h1{font-size:3.2rem;color:#E1E6D4;margin-bottom:24px;line-height:1.2;font-weight:700}
.hero-text-block p{font-size:1.15rem;color:#f8f9fa;line-height:1.7;margin-bottom:32px}
.hero-img-block img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 20px 60px #00000080}
.btn-hero-primary{display:inline-block;padding:16px 40px;background:gray;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #8080804d}
.btn-hero-primary:hover{background:#6a6a6a;transform:translateY(-2px);box-shadow:0 6px 20px #80808066}
.tutorial-steps-section{background:#2c2c2c;padding:90px 20px}
.tutorial-steps-section .container{max-width:1100px;margin:0 auto}
.section-header-center{text-align:center;margin-bottom:70px}
.section-header-center h2{font-size:2.6rem;color:#E1E6D4;margin-bottom:16px;font-weight:700}
.section-header-center p{font-size:1.1rem;color:#BAC3BA;max-width:700px;margin:0 auto;line-height:1.6}
.steps-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.step-card-item{background:#343a40;padding:40px 30px;border-radius:6px;border-left:4px solid gray;transition:all .3s ease;position:relative}
.step-card-item:hover{transform:translateX(8px);border-left-color:#BAC3BA;box-shadow:0 8px 25px #0006}
.step-number-badge{display:inline-block;width:48px;height:48px;background:gray;color:#fff;border-radius:50%;text-align:center;line-height:48px;font-size:1.4rem;font-weight:700;margin-bottom:20px}
.step-card-item h3{font-size:1.5rem;color:#E1E6D4;margin-bottom:14px;font-weight:600}
.step-card-item p{font-size:1rem;color:#e9ecef;line-height:1.7}
.profiles-showcase-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:90px 20px}
.profiles-showcase-section .container{max-width:1150px;margin:0 auto}
.profiles-flex-wrapper{display:flex;flex-direction:column;gap:50px;margin-top:60px}
.profile-row-alternate{display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:start;background:#343a40;padding:40px;border-radius:8px;box-shadow:0 10px 30px #0000004d}
.profile-row-alternate:nth-child(even){grid-template-columns:1fr 300px}
.profile-row-alternate:nth-child(even) .profile-img-box{order:2}
.profile-row-alternate:nth-child(even) .profile-content-box{order:1}
.profile-img-box img{width:100%;height:300px;object-fit:cover;border-radius:6px;border:3px solid gray}
.profile-content-box h3{font-size:1.8rem;color:#E1E6D4;margin-bottom:8px;font-weight:600}
.profile-role-label{font-size:1rem;color:#BAC3BA;margin-bottom:20px;font-style:italic}
.profile-content-box p{font-size:1.05rem;color:#f8f9fa;line-height:1.7;margin-bottom:12px}
.implementation-guide-section{background:#2c2c2c;padding:90px 20px}
.implementation-guide-section .container{max-width:1000px;margin:0 auto}
.guide-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:60px;align-items:center}
.guide-content-area h3{font-size:2rem;color:#E1E6D4;margin-bottom:24px;font-weight:600}
.guide-checklist{list-style:none;padding:0;margin:0}
.guide-checklist li{padding:18px 0 18px 40px;position:relative;font-size:1.05rem;color:#e9ecef;line-height:1.6;border-bottom:1px solid #495057}
.guide-checklist li:last-child{border-bottom:none}
.guide-checklist li::before{content:'';position:absolute;left:0;top:18px;width:28px;height:28px;background:gray;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.guide-image-area{position:relative}
.guide-image-area img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:0 15px 40px #0006}
.comparison-table-section{background:linear-gradient(135deg,#1a1a1a 0%,#343a40 100%);padding:90px 20px}
.comparison-table-section .container{max-width:1200px;margin:0 auto}
.comparison-wrapper{margin-top:60px;overflow-x:auto}
.comparison-table-custom{width:100%;border-collapse:separate;border-spacing:0;background:#2c2c2c;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0006}
.comparison-table-custom thead{background:gray}
.comparison-table-custom th{padding:20px 24px;text-align:left;font-size:1.1rem;color:#fff;font-weight:600}
.comparison-table-custom tbody tr{border-bottom:1px solid #495057}
.comparison-table-custom tbody tr:last-child{border-bottom:none}
.comparison-table-custom td{padding:20px 24px;font-size:1rem;color:#e9ecef}
.comparison-table-custom tbody tr:nth-child(even){background:#343a40}
.comparison-table-custom tbody tr:hover{background:#495057}
.table-check-icon{color:#BAC3BA;font-weight:700;font-size:1.2rem}
.table-cross-icon{color:gray;font-weight:700;font-size:1.2rem}
@media (max-width: 992px) {
.hero-inner-content{grid-template-columns:1fr;gap:40px}
.hero-text-block h1{font-size:2.4rem}
.guide-visual-grid{grid-template-columns:1fr;gap:40px}
.profile-row-alternate{grid-template-columns:1fr;gap:30px}
.profile-row-alternate:nth-child(even){grid-template-columns:1fr}
.profile-row-alternate:nth-child(even) .profile-img-box,.profile-row-alternate:nth-child(even) .profile-content-box{order:initial}
}
@media (max-width: 768px) {
.hero-wrap-main{padding:80px 20px 60px}
.hero-text-block h1{font-size:2rem}
.section-header-center h2{font-size:2rem}
.steps-grid-layout{grid-template-columns:1fr}
.comparison-table-custom{font-size:.9rem}
.comparison-table-custom th,.comparison-table-custom td{padding:12px 16px}
}
.contact-page-wrap{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa}
.contact-hero-section{padding:80px 20px 60px;text-align:center;background:#1a1a1a;border-bottom:3px solid gray;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#bac3ba26 0%,transparent 70%);border-radius:50%}
.contact-hero-section h1{font-size:2.8rem;margin:0 0 20px;color:#E1E6D4;font-weight:700;letter-spacing:-.5px}
.contact-hero-section p{font-size:1.15rem;color:#BAC3BA;max-width:650px;margin:0 auto;line-height:1.6}
.dual-column-contact{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;max-width:1200px;margin:0 auto;padding:80px 20px}
.contact-info-block{background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:50px 40px;border-radius:12px;border-left:5px solid gray;box-shadow:0 10px 30px #0006}
.contact-info-block h2{font-size:2rem;color:#E1E6D4;margin:0 0 30px;font-weight:600}
.info-item-wrapper{margin-bottom:35px}
.info-item-wrapper h3{font-size:.95rem;color:gray;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px;font-weight:500}
.info-item-wrapper p{font-size:1.1rem;color:#f8f9fa;margin:0;line-height:1.7}
.info-item-wrapper a{color:#BAC3BA;text-decoration:none;transition:all .3s ease;border-bottom:1px solid transparent}
.info-item-wrapper a:hover{color:#E1E6D4;border-bottom-color:#E1E6D4}
.form-container-block{background:#343a40;padding:50px 45px;border-radius:12px;box-shadow:0 15px 40px #00000080}
.form-container-block h2{font-size:1.9rem;color:#E1E6D4;margin:0 0 15px;font-weight:600}
.form-container-block > p{color:#BAC3BA;margin:0 0 35px;font-size:1.05rem;line-height:1.5}
.contact-form-element{display:flex;flex-direction:column;gap:25px}
.form-field-group{display:flex;flex-direction:column}
.form-field-group label{font-size:.95rem;color:#E1E6D4;margin-bottom:8px;font-weight:500}
.form-field-group input,.form-field-group textarea,.form-field-group select{background:#2c2c2c;border:2px solid #495057;color:#f8f9fa;padding:14px 16px;border-radius:6px;font-size:1rem;transition:all .3s ease;font-family:inherit}
.form-field-group input:focus,.form-field-group textarea:focus,.form-field-group select:focus{outline:none;border-color:gray;background:#1a1a1a;box-shadow:0 0 0 3px #80808033}
.form-field-group textarea{resize:vertical;min-height:140px}
.form-field-group select{cursor:pointer}
.checkbox-consent-wrapper{display:flex;align-items:flex-start;gap:12px;margin-top:10px}
.checkbox-consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:gray}
.checkbox-consent-wrapper label{font-size:.95rem;color:#BAC3BA;line-height:1.5;flex:1}
.checkbox-consent-wrapper a{color:#E1E6D4;text-decoration:underline;transition:color .3s ease}
.checkbox-consent-wrapper a:hover{color:#fff}
.submit-button-primary{background:linear-gradient(135deg,gray 0%,#BAC3BA 100%);color:#1a1a1a;padding:16px 40px;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;position:relative;z-index:10}
.submit-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #80808066;background:linear-gradient(135deg,#BAC3BA 0%,#E1E6D4 100%)}
.submit-button-primary:active{transform:translateY(0)}
.map-alternative-section{background:#2c2c2c;padding:70px 20px;text-align:center;border-top:2px solid #495057}
.map-alternative-section h2{font-size:2.2rem;color:#E1E6D4;margin:0 0 20px;font-weight:600}
.map-alternative-section p{color:#BAC3BA;font-size:1.1rem;max-width:700px;margin:0 auto 40px;line-height:1.6}
.location-visual-block{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:60px 40px;border-radius:12px;box-shadow:0 10px 35px #0006;position:relative;overflow:hidden}
.location-visual-block::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#e1e6d41a 0%,transparent 70%);border-radius:50%}
.address-highlight{font-size:1.4rem;color:#E1E6D4;font-weight:600;margin-bottom:25px;line-height:1.7}
.directions-info{color:#BAC3BA;font-size:1.05rem;line-height:1.8;margin-bottom:15px}
.hours-availability-wrap{background:#1a1a1a;padding:60px 20px;text-align:center}
.hours-availability-wrap h2{font-size:2rem;color:#E1E6D4;margin:0 0 40px;font-weight:600}
.hours-grid-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;max-width:1000px;margin:0 auto}
.hours-card-item{background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:35px 30px;border-radius:10px;border-top:4px solid gray;box-shadow:0 8px 25px #0000004d;transition:all .3s ease}
.hours-card-item:hover{transform:translateY(-5px);box-shadow:0 12px 35px #8080804d}
.hours-card-item h3{font-size:1.3rem;color:#BAC3BA;margin:0 0 15px;font-weight:600}
.hours-card-item p{color:#f8f9fa;font-size:1.05rem;margin:8px 0;line-height:1.6}
.hours-card-item .special-note{color:gray;font-size:.95rem;margin-top:15px;font-style:italic}
@media (max-width: 968px) {
.dual-column-contact{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.contact-hero-section h1{font-size:2.2rem}
.contact-hero-section{padding:60px 20px 50px}
.form-container-block,.contact-info-block{padding:40px 30px}
}
@media (max-width: 640px) {
.contact-hero-section h1{font-size:1.9rem}
.contact-hero-section p{font-size:1.05rem}
.form-container-block h2,.contact-info-block h2{font-size:1.6rem}
.location-visual-block{padding:40px 25px}
.address-highlight{font-size:1.2rem}
.hours-grid-display{grid-template-columns:1fr;gap:25px}
.submit-button-primary{width:100%}
}
.about-main-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa}
.about-hero-section{padding:120px 20px 80px;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#bac3ba26 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:3.2rem;font-weight:700;color:#E1E6D4;margin-bottom:28px;line-height:1.2;letter-spacing:-.02em}
.about-hero-content .lead-text{font-size:1.35rem;color:#BAC3BA;line-height:1.7;margin-bottom:35px}
.about-hero-content p{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin-bottom:20px}
.hero-nav-links{display:flex;gap:18px;margin-top:40px;flex-wrap:wrap}
.hero-nav-links a{padding:14px 32px;background:#bac3ba1f;color:#E1E6D4;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;border:1px solid #bac3ba40}
.hero-nav-links a:hover{background:#bac3ba38;transform:translateY(-2px);box-shadow:0 6px 20px #bac3ba26}
.story-journey-section{padding:90px 20px;background:#1a1a1a}
.story-journey-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-text-content h2{font-size:2.6rem;color:#E1E6D4;margin-bottom:32px;font-weight:700;line-height:1.25}
.story-text-content p{font-size:1.08rem;color:#e9ecef;line-height:1.85;margin-bottom:22px}
.story-image-wrapper{position:relative}
.story-image-wrapper img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0006}
.story-image-wrapper::after{content:'';position:absolute;top:20px;right:20px;width:100%;height:100%;border:2px solid #bac3ba4d;border-radius:12px;z-index:-1}
.values-grid-section{padding:85px 20px;background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);position:relative}
.values-grid-section::before{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#bac3ba4d,transparent)}
.values-header{text-align:center;max-width:720px;margin:0 auto 65px}
.values-header h2{font-size:2.5rem;color:#E1E6D4;margin-bottom:24px;font-weight:700}
.values-header p{font-size:1.15rem;color:#BAC3BA;line-height:1.7}
.values-cards-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.value-card-item{background:#1a1a1a99;padding:45px 35px;border-radius:10px;border:1px solid #bac3ba33;transition:all .35s ease}
.value-card-item:hover{transform:translateY(-8px);border-color:#bac3ba80;box-shadow:0 15px 40px #bac3ba26}
.value-card-item h3{font-size:1.55rem;color:#E1E6D4;margin-bottom:18px;font-weight:600}
.value-card-item p{font-size:1.05rem;color:#e9ecef;line-height:1.75}
.team-showcase-section{padding:90px 20px;background:#1a1a1a}
.team-showcase-wrapper{max-width:1200px;margin:0 auto}
.team-section-header{text-align:center;margin-bottom:70px}
.team-section-header h2{font-size:2.6rem;color:#E1E6D4;margin-bottom:26px;font-weight:700}
.team-section-header p{font-size:1.12rem;color:#BAC3BA;max-width:680px;margin:0 auto;line-height:1.75}
.team-content-layout{display:grid;grid-template-columns:350px 1fr 1fr;gap:45px;align-items:start}
.team-profile-card{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);border-radius:12px;overflow:hidden;border:1px solid #bac3ba40;box-shadow:0 10px 30px #0000004d}
.team-profile-card img{width:100%;height:420px;object-fit:cover}
.team-profile-info{padding:28px;text-align:center}
.team-profile-info h3{font-size:1.45rem;color:#E1E6D4;margin-bottom:8px;font-weight:600}
.team-profile-info p{font-size:1.05rem;color:#BAC3BA;margin-bottom:5px}
.team-profile-info small{font-size:.95rem;color:gray}
.team-images-grid{display:grid;grid-template-columns:1fr;gap:30px}
.team-grid-image{width:100%;height:280px;object-fit:cover;border-radius:10px;box-shadow:0 8px 25px #00000059;transition:transform .3s ease}
.team-grid-image:hover{transform:scale(1.03)}
.expertise-timeline-section{padding:95px 20px;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);position:relative}
.expertise-timeline-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,#bac3ba4d,transparent)}
.expertise-container{max-width:1100px;margin:0 auto}
.expertise-intro{text-align:center;margin-bottom:75px}
.expertise-intro h2{font-size:2.55rem;color:#E1E6D4;margin-bottom:28px;font-weight:700}
.expertise-intro p{font-size:1.14rem;color:#BAC3BA;max-width:750px;margin:0 auto;line-height:1.75}
.timeline-list{position:relative;padding-left:0}
.timeline-item{position:relative;padding-left:80px;padding-bottom:60px;margin-bottom:50px}
.timeline-item:last-child{margin-bottom:0;padding-bottom:0}
.timeline-marker{position:absolute;left:0;top:0;width:50px;height:50px;background:linear-gradient(135deg,gray 0%,#BAC3BA 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#1a1a1a;box-shadow:0 4px 15px #bac3ba4d;z-index:2}
.timeline-connector{position:absolute;left:24px;top:50px;bottom:-50px;width:2px;background:linear-gradient(180deg,#bac3ba66 0%,#bac3ba1a 100%);z-index:1}
.timeline-item:last-child .timeline-connector{display:none}
.timeline-content h3{font-size:1.65rem;color:#E1E6D4;margin-bottom:16px;font-weight:600}
.timeline-content p{font-size:1.08rem;color:#e9ecef;line-height:1.8;margin-bottom:18px}
.timeline-meta{display:inline-block;padding:8px 18px;background:#bac3ba26;color:#BAC3BA;border-radius:20px;font-size:.95rem;font-weight:500;margin-top:12px}
.contact-cta-section{padding:85px 20px;background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);text-align:center}
.contact-cta-content{max-width:820px;margin:0 auto}
.contact-cta-content h2{font-size:2.45rem;color:#E1E6D4;margin-bottom:28px;font-weight:700;line-height:1.3}
.contact-cta-content p{font-size:1.18rem;color:#e9ecef;line-height:1.75;margin-bottom:42px}
.contact-info-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.info-block-item{background:#1a1a1a80;padding:35px 25px;border-radius:10px;border:1px solid #bac3ba33}
.info-block-item h4{font-size:1.15rem;color:#BAC3BA;margin-bottom:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.info-block-item p{font-size:1.05rem;color:#e9ecef;line-height:1.65;margin:0}
.cta-button-primary{display:inline-block;padding:18px 50px;background:linear-gradient(135deg,gray 0%,#BAC3BA 100%);color:#1a1a1a;text-decoration:none;border-radius:8px;font-size:1.15rem;font-weight:600;transition:all .35s ease;box-shadow:0 8px 25px #bac3ba40;position:relative;z-index:10}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #bac3ba59;background:linear-gradient(135deg,#BAC3BA 0%,#E1E6D4 100%)}
@media (max-width: 1024px) {
.story-journey-container{grid-template-columns:1fr;gap:50px}
.values-cards-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.team-content-layout{grid-template-columns:1fr;gap:35px}
.team-images-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.about-hero-content h1{font-size:2.2rem}
.about-hero-content .lead-text{font-size:1.15rem}
.hero-nav-links{flex-direction:column}
.hero-nav-links a{width:100%;text-align:center}
.story-text-content h2,.values-header h2,.team-section-header h2,.expertise-intro h2,.contact-cta-content h2{font-size:2rem}
.values-cards-grid{grid-template-columns:1fr}
.timeline-item{padding-left:70px}
.timeline-marker{width:45px;height:45px;font-size:1.1rem}
.timeline-connector{left:22px}
.contact-info-blocks{grid-template-columns:1fr;gap:20px}
.team-images-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.about-hero-section{padding:80px 20px 60px}
.about-hero-content h1{font-size:1.85rem}
.story-image-wrapper img,.team-grid-image{height:240px}
.team-profile-card img{height:350px}
.value-card-item{padding:35px 25px}
}
.services-page-wrap{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.services-page-wrap a{color:#BAC3BA;text-decoration:none;transition:color .3s ease}
.services-page-wrap a:hover{color:#E1E6D4}
.services-intro-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:90px 20px 70px;position:relative}
.services-intro-section::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(90deg,transparent 0%,gray 100%);opacity:.05;pointer-events:none}
.services-intro-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.services-intro-text h1{font-size:2.8rem;line-height:1.2;margin-bottom:24px;color:#E1E6D4;font-weight:700}
.services-intro-text p{font-size:1.15rem;line-height:1.7;color:#e9ecef;margin-bottom:16px}
.services-intro-image{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #00000080}
.services-intro-image img{width:100%;height:420px;object-fit:cover;display:block}
.services-automation-block{background:#2c2c2c;padding:80px 20px;position:relative}
.services-automation-container{max-width:1100px;margin:0 auto}
.services-automation-header{text-align:center;margin-bottom:60px}
.services-automation-header h2{font-size:2.4rem;color:#BAC3BA;margin-bottom:20px;font-weight:600}
.services-automation-header p{font-size:1.1rem;color:#e9ecef;max-width:700px;margin:0 auto;line-height:1.6}
.services-automation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.automation-card{background:#343a40;padding:35px 28px;border-radius:6px;border-left:4px solid gray;transition:all .3s ease}
.automation-card:hover{transform:translateY(-4px);border-left-color:#BAC3BA;box-shadow:0 12px 30px #bac3ba26}
.automation-card h3{font-size:1.4rem;color:#E1E6D4;margin-bottom:14px;font-weight:600}
.automation-card p{font-size:1rem;line-height:1.6;color:#e9ecef;margin:0}
.services-process-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:70px 20px}
.services-process-wrapper{max-width:1200px;margin:0 auto}
.services-process-title{text-align:center;font-size:2.2rem;color:#E1E6D4;margin-bottom:50px;font-weight:600}
.process-timeline{position:relative;padding-left:80px}
.process-step{position:relative;margin-bottom:50px;padding-bottom:50px}
.process-step:last-child{margin-bottom:0;padding-bottom:0}
.process-step::before{content:'';position:absolute;left:-60px;top:0;bottom:-50px;width:2px;background:linear-gradient(180deg,gray 0%,#BAC3BA 100%)}
.process-step:last-child::before{display:none}
.process-number{position:absolute;left:-80px;top:0;width:42px;height:42px;background:gray;color:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #80808066}
.process-content h3{font-size:1.6rem;color:#BAC3BA;margin-bottom:12px;font-weight:600}
.process-content p{font-size:1.05rem;line-height:1.7;color:#e9ecef;margin:0}
.services-benefits-section{background:#343a40;padding:80px 20px}
.services-benefits-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.benefits-visual{position:relative}
.benefits-visual img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 15px 50px #0006}
.benefits-content h2{font-size:2.3rem;color:#E1E6D4;margin-bottom:30px;font-weight:600}
.benefits-list{display:flex;flex-direction:column;gap:24px}
.benefit-item{background:#1a1a1a99;padding:24px;border-radius:6px;border-left:3px solid #BAC3BA}
.benefit-item h3{font-size:1.3rem;color:#BAC3BA;margin-bottom:10px;font-weight:600}
.benefit-item p{font-size:1rem;line-height:1.6;color:#e9ecef;margin:0}
.services-experts-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px}
.services-experts-container{max-width:1100px;margin:0 auto}
.experts-header{text-align:center;margin-bottom:55px}
.experts-header h2{font-size:2.4rem;color:#E1E6D4;margin-bottom:18px;font-weight:600}
.experts-header p{font-size:1.1rem;color:#e9ecef;max-width:650px;margin:0 auto;line-height:1.6}
.experts-profiles{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.expert-card{background:#343a40;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease}
.expert-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #bac3ba33}
.expert-image{width:100%;height:280px;overflow:hidden}
.expert-image img{width:100%;height:100%;object-fit:cover}
.expert-info{padding:30px}
.expert-info h3{font-size:1.5rem;color:#BAC3BA;margin-bottom:8px;font-weight:600}
.expert-role{font-size:.95rem;color:gray;margin-bottom:16px;font-weight:500}
.expert-info p{font-size:1rem;line-height:1.7;color:#e9ecef;margin:0}
.services-cta-block{background:gray;padding:60px 30px;text-align:center;border-radius:8px}
.services-cta-block h3{font-size:2rem;color:#1a1a1a;margin-bottom:20px;font-weight:600}
.services-cta-block p{font-size:1.1rem;color:#2c2c2c;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-btn{display:inline-block;padding:14px 32px;font-size:1.05rem;font-weight:600;border-radius:4px;transition:all .3s ease;cursor:pointer}
.cta-btn-primary{background:#1a1a1a;color:#E1E6D4;border:2px solid #1a1a1a}
.cta-btn-primary:hover{background:#2c2c2c;border-color:#2c2c2c;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}
.cta-btn-secondary{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a}
.cta-btn-secondary:hover{background:#1a1a1a;color:#E1E6D4;transform:translateY(-2px)}
@media (max-width: 968px) {
.services-intro-content{grid-template-columns:1fr;gap:40px}
.services-intro-text h1{font-size:2.2rem}
.services-automation-grid{grid-template-columns:1fr;gap:25px}
.process-timeline{padding-left:60px}
.process-number{left:-60px;width:38px;height:38px;font-size:1.1rem}
.process-step::before{left:-41px}
.services-benefits-layout{grid-template-columns:1fr;gap:40px}
.experts-profiles{grid-template-columns:1fr;gap:30px}
.cta-buttons{flex-direction:column;align-items:center}
.cta-btn{width:100%;max-width:300px}
}
@media (max-width: 640px) {
.services-intro-section{padding:60px 15px 50px}
.services-intro-text h1{font-size:1.8rem}
.services-intro-text p{font-size:1rem}
.services-intro-image img{height:300px}
.services-automation-header h2{font-size:1.9rem}
.automation-card{padding:25px 20px}
.services-process-title{font-size:1.8rem}
.process-timeline{padding-left:50px}
.process-number{left:-50px;width:34px;height:34px;font-size:1rem}
.process-step::before{left:-33px}
.benefits-visual img{height:320px}
.benefits-content h2{font-size:1.9rem}
.expert-image{height:240px}
.services-cta-block h3{font-size:1.7rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 0}
.cookie-policy-container{max-width:900px;margin:0 auto;padding:0 20px}
.cookie-header-section{text-align:center;margin-bottom:70px;padding-bottom:40px;border-bottom:2px solid gray}
.cookie-header-section h1{color:#E1E6D4;font-size:2.8rem;font-weight:700;margin-bottom:20px;letter-spacing:-.5px}
.cookie-last-updated{color:#BAC3BA;font-size:.95rem;font-style:italic;margin-top:15px}
.cookie-intro-block{background:#343a40;border-left:4px solid gray;padding:35px 40px;margin-bottom:50px;border-radius:8px}
.cookie-intro-block p{color:#f8f9fa;font-size:1.1rem;line-height:1.8;margin-bottom:15px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-content-section{margin-bottom:55px}
.cookie-content-section h2{color:#E1E6D4;font-size:2rem;font-weight:600;margin-bottom:25px;padding-bottom:12px;border-bottom:1px solid #495057}
.cookie-content-section h3{color:#BAC3BA;font-size:1.5rem;font-weight:500;margin-top:35px;margin-bottom:18px}
.cookie-content-section p{color:#e9ecef;font-size:1.05rem;line-height:1.75;margin-bottom:20px}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:40px 0}
.cookie-type-card{background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:30px;border-radius:12px;border:1px solid #495057;transition:all .3s ease}
.cookie-type-card:hover{transform:translateY(-5px);border-color:gray;box-shadow:0 8px 24px #80808033}
.cookie-type-card h4{color:#E1E6D4;font-size:1.3rem;font-weight:600;margin-bottom:15px}
.cookie-type-card p{color:#e9ecef;font-size:.98rem;line-height:1.6;margin-bottom:0}
.cookie-list-standard{background:#2c2c2c;padding:30px;border-radius:8px;margin:30px 0}
.cookie-list-standard ul{list-style:none;padding-left:0;margin:0}
.cookie-list-standard li{color:#f8f9fa;font-size:1.05rem;line-height:1.7;padding-left:30px;position:relative;margin-bottom:15px}
.cookie-list-standard li:before{content:"•";color:gray;font-size:1.5rem;position:absolute;left:8px;top:-3px}
.cookie-details-box{background:#343a40;padding:35px;border-radius:10px;margin:35px 0;border:1px solid #495057}
.cookie-details-box h4{color:#BAC3BA;font-size:1.4rem;font-weight:500;margin-bottom:20px}
.cookie-details-box p{color:#e9ecef;font-size:1.02rem;line-height:1.7;margin-bottom:15px}
.cookie-browser-instructions{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:40px;border-radius:12px;margin:45px 0}
.cookie-browser-instructions h4{color:#E1E6D4;font-size:1.5rem;margin-bottom:25px}
.browser-link-item{display:block;color:#BAC3BA;font-size:1.05rem;padding:15px 20px;margin:10px 0;background:#1a1a1a;border-radius:6px;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent}
.browser-link-item:hover{background:#2c2c2c;border-left-color:gray;color:#E1E6D4;padding-left:28px}
.cookie-retention-block{display:flex;gap:30px;margin:40px 0;flex-wrap:wrap}
.retention-item{flex:1;min-width:250px;background:#2c2c2c;padding:28px;border-radius:8px;border-top:3px solid gray}
.retention-item h5{color:#BAC3BA;font-size:1.2rem;margin-bottom:12px;font-weight:600}
.retention-item p{color:#e9ecef;font-size:.98rem;line-height:1.6;margin-bottom:0}
.cookie-contact-footer{background:#343a40;padding:40px;border-radius:10px;margin-top:60px;text-align:center;border:2px solid #495057}
.cookie-contact-footer h3{color:#E1E6D4;font-size:1.8rem;margin-bottom:20px}
.cookie-contact-footer p{color:#f8f9fa;font-size:1.05rem;line-height:1.7;margin-bottom:25px}
.contact-info-line{color:#BAC3BA;font-size:1.1rem;margin:10px 0}
.contact-info-line a{color:#E1E6D4;text-decoration:none;transition:color .3s ease}
.contact-info-line a:hover{color:gray}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:50px 0}
.cookie-header-section h1{font-size:2.2rem}
.cookie-content-section h2{font-size:1.7rem}
.cookie-types-grid{grid-template-columns:1fr;gap:20px}
.cookie-retention-block{flex-direction:column}
.cookie-browser-instructions{padding:25px}
.cookie-intro-block{padding:25px 20px}
}
@media (max-width: 480px) {
.cookie-header-section h1{font-size:1.8rem}
.cookie-content-section h2{font-size:1.5rem}
.cookie-type-card{padding:20px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 0}
.privacy-main-container{max-width:900px;margin:0 auto;padding:0 20px}
.privacy-header-section{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:2px solid gray}
.privacy-main-title{font-size:2.8rem;color:#E1E6D4;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}
.privacy-last-updated{color:#BAC3BA;font-size:1.05rem;margin-bottom:25px}
.privacy-intro-text{color:#f8f9fa;font-size:1.1rem;line-height:1.7;max-width:750px;margin:0 auto}
.privacy-content-block{background:#343a40;border-radius:8px;padding:45px 40px;margin-bottom:35px;border-left:4px solid gray;box-shadow:0 4px 20px #0000004d}
.privacy-section-heading{color:#E1E6D4;font-size:1.9rem;margin-bottom:20px;font-weight:600}
.privacy-subsection-heading{color:#BAC3BA;font-size:1.4rem;margin-top:30px;margin-bottom:15px;font-weight:500}
.privacy-text-content{color:#e9ecef;font-size:1.05rem;line-height:1.8;margin-bottom:20px}
.privacy-text-content:last-child{margin-bottom:0}
.privacy-list-container{margin:25px 0;padding-left:0}
.privacy-list-item{color:#e9ecef;font-size:1.05rem;line-height:1.8;margin-bottom:15px;padding-left:30px;position:relative}
.privacy-list-item::before{content:"•";color:#BAC3BA;font-size:1.4rem;position:absolute;left:10px;top:-2px}
.privacy-highlight-box{background:#bac3ba26;border-radius:6px;padding:25px;margin:30px 0;border:1px solid #BAC3BA}
.privacy-highlight-box .privacy-text-content{margin-bottom:0;color:#f8f9fa}
.privacy-contact-section{background:linear-gradient(135deg,#495057 0%,#343a40 100%);border-radius:8px;padding:45px 40px;margin-top:50px;text-align:center;border:2px solid gray}
.privacy-contact-title{color:#E1E6D4;font-size:1.8rem;margin-bottom:25px;font-weight:600}
.privacy-contact-details{color:#e9ecef;font-size:1.1rem;line-height:1.9;margin-bottom:15px}
.privacy-contact-link{color:#BAC3BA;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}
.privacy-contact-link:hover{color:#E1E6D4;border-bottom-color:#E1E6D4}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0}
.privacy-data-table{width:100%;border-collapse:separate;border-spacing:0;background:#2c2c2c;border-radius:6px;overflow:hidden}
.privacy-data-table thead{background:#495057}
.privacy-data-table th{color:#E1E6D4;padding:18px;text-align:left;font-weight:600;font-size:1.05rem;border-bottom:2px solid gray}
.privacy-data-table td{color:#e9ecef;padding:16px 18px;border-bottom:1px solid #495057;font-size:1rem;line-height:1.6}
.privacy-data-table tbody tr:last-child td{border-bottom:none}
.privacy-data-table tbody tr:hover{background:#bac3ba1a}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:50px 0}
.privacy-main-title{font-size:2.2rem}
.privacy-content-block{padding:30px 25px;margin-bottom:25px}
.privacy-section-heading{font-size:1.6rem}
.privacy-subsection-heading{font-size:1.2rem}
.privacy-text-content,.privacy-list-item{font-size:1rem}
.privacy-contact-section{padding:30px 25px}
.privacy-data-table th,.privacy-data-table td{padding:12px;font-size:.95rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.8rem}
.privacy-content-block{padding:25px 20px}
.privacy-section-heading{font-size:1.4rem}
.privacy-list-item{padding-left:25px}
}
.success-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:0;margin:0}
.success-hero-section{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-hero-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#bac3ba14 0%,transparent 70%);animation:pulse-glow 4s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{opacity:.5;transform:scale(1)}
50%{opacity:.8;transform:scale(1.05)}
}
.success-checkmark-container{width:120px;height:120px;margin:0 auto 30px;position:relative;z-index:2}
.success-circle-bg{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#BAC3BA 0%,#E1E6D4 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #bac3ba4d;animation:scale-in .5s ease-out}
@keyframes scale-in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-icon{width:60px;height:60px;border-left:6px solid #1a1a1a;border-bottom:6px solid #1a1a1a;transform:rotate(-45deg) translateY(-8px);animation:check-draw .4s ease-out .3s both}
@keyframes check-draw {
0%{width:0;height:0}
50%{width:60px;height:0}
100%{width:60px;height:60px}
}
.success-main-heading{font-size:3.2rem;font-weight:700;color:#E1E6D4;margin:0 0 20px;letter-spacing:-.5px;position:relative;z-index:2;animation:fade-slide-up .6s ease-out .5s both}
@keyframes fade-slide-up {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.success-subheading{font-size:1.3rem;color:#BAC3BA;margin:0 auto 40px;max-width:600px;line-height:1.6;position:relative;z-index:2;animation:fade-slide-up .6s ease-out .7s both}
.success-content-area{max-width:1000px;margin:0 auto;padding:60px 20px}
.success-info-block{background:#2c2c2c;border-radius:12px;padding:50px 40px;margin-bottom:40px;border:1px solid #bac3ba26;box-shadow:0 4px 20px #0000004d}
.success-info-heading{font-size:1.8rem;color:#E1E6D4;margin:0 0 25px;font-weight:600}
.success-info-text{font-size:1.1rem;color:#f8f9fa;line-height:1.7;margin:0 0 20px}
.success-timeline-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);border-left:3px solid #BAC3BA;padding:30px 0 30px 40px;margin:30px 0;position:relative}
.success-timeline-item{margin-bottom:35px;position:relative;padding-left:0}
.success-timeline-item:last-child{margin-bottom:0}
.success-timeline-marker{position:absolute;left:-52px;top:3px;width:20px;height:20px;background:#BAC3BA;border-radius:50%;border:4px solid #1a1a1a;z-index:2}
.success-timeline-title{font-size:1.2rem;color:#E1E6D4;margin:0 0 10px;font-weight:600}
.success-timeline-description{font-size:1rem;color:#f8f9fa;line-height:1.6;margin:0}
.success-cta-section{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:60px 40px;border-radius:12px;text-align:center;margin-bottom:40px;border:1px solid #bac3ba26}
.success-cta-heading{font-size:2rem;color:#E1E6D4;margin:0 0 25px;font-weight:600}
.success-cta-description{font-size:1.1rem;color:#f8f9fa;line-height:1.7;margin:0 0 35px;max-width:700px;margin-left:auto;margin-right:auto}
.success-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{background:linear-gradient(135deg,#BAC3BA 0%,#E1E6D4 100%);color:#1a1a1a;padding:16px 36px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;box-shadow:0 4px 15px #bac3ba4d;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #bac3ba80;background:linear-gradient(135deg,#E1E6D4 0%,#BAC3BA 100%)}
.success-btn-secondary{background:transparent;color:#E1E6D4;padding:16px 36px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #BAC3BA;position:relative;z-index:10}
.success-btn-secondary:hover{background:#bac3ba1a;border-color:#E1E6D4;color:#E1E6D4;transform:translateY(-3px)}
.success-resources-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px}
.success-resource-card{background:#2c2c2c;padding:35px 30px;border-radius:10px;border:1px solid #bac3ba26;transition:all .3s ease;position:relative;overflow:hidden}
.success-resource-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#BAC3BA 0%,#E1E6D4 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.success-resource-card:hover::before{transform:scaleX(1)}
.success-resource-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0006;border-color:#bac3ba4d}
.success-resource-icon{width:50px;height:50px;background:linear-gradient(135deg,#BAC3BA 0%,#E1E6D4 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.success-resource-icon-inner{width:24px;height:24px;border:3px solid #1a1a1a;border-radius:4px}
.success-resource-title{font-size:1.3rem;color:#E1E6D4;margin:0 0 15px;font-weight:600}
.success-resource-text{font-size:1rem;color:#f8f9fa;line-height:1.6;margin:0 0 20px}
.success-resource-link{color:#BAC3BA;text-decoration:none;font-weight:600;font-size:1rem;transition:color .3s ease;display:inline-block;position:relative;z-index:10}
.success-resource-link::after{content:'→';margin-left:8px;transition:margin-left .3s ease}
.success-resource-link:hover{color:#E1E6D4}
.success-resource-link:hover::after{margin-left:12px}
.success-contact-footer{background:#343a40;padding:40px;border-radius:12px;text-align:center;border:1px solid #bac3ba26}
.success-contact-title{font-size:1.5rem;color:#E1E6D4;margin:0 0 20px;font-weight:600}
.success-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.success-contact-item{font-size:1rem;color:#f8f9fa;text-decoration:none;transition:color .3s ease}
.success-contact-item:hover{color:#BAC3BA}
@media (max-width: 768px) {
.success-main-heading{font-size:2.2rem}
.success-subheading{font-size:1.1rem}
.success-info-block{padding:35px 25px}
.success-timeline-wrapper{padding-left:30px}
.success-timeline-marker{left:-42px;width:16px;height:16px}
.success-cta-section{padding:40px 25px}
.success-button-group{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-resources-section{grid-template-columns:1fr}
}