:root{--primary-brand:#545B5C;--secondary-brand:#818283;--tertiary-brand:#AEAEAE;--light-bg:#fafbfc;--off-white:#f8f9fa;--deep-text:#212529;--medium-text:#495057;--accent-gradient:linear-gradient(135deg,#545B5C,#818283)}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--deep-text);font:16px/1.7 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--light-bg)}
@media (prefers-color-scheme: dark) {
:root{--light-bg:#1a1d1e;--off-white:#2b2f30;--deep-text:#e8eaed;--medium-text:#c9cccf}
body{color:var(--deep-text);background:var(--light-bg)}
}
.showcase_header_outer{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);border-bottom:1px solid #545b5c1f;padding:0;position:relative}
@media (prefers-color-scheme: dark) {
.showcase_header_outer{background:linear-gradient(135deg,#1a1d1e 0%,#242728 100%);border-bottom:1px solid #aeaeae33}
}
.row_alpha_trust{display:flex;justify-content:space-between;align-items:center;padding:14px 60px 14px 20px;background:#fff9;border-bottom:1px solid #545b5c14}
@media (prefers-color-scheme: dark) {
.row_alpha_trust{background:#2b2f3099;border-bottom:1px solid #aeaeae26}
}
.brand_title_exhibit{font-size:1.35rem;font-weight:700;color:var(--primary-brand);letter-spacing:-.02em}
.location_snippet{font-size:.88rem;color:var(--medium-text);display:flex;align-items:center;gap:7px}
.location_snippet::before{content:"";font-size:1rem}
.row_beta_indicators{display:flex;justify-content:center;align-items:center;padding:18px 120px;gap:40px}
.trust_badge_element{display:flex;align-items:center;gap:9px;font-size:.92rem;color:var(--medium-text);transition:color .25s ease}
.trust_badge_element:hover{color:var(--primary-brand)}
.trust_badge_element::before{content:"";font-weight:700;color:var(--secondary-brand);font-size:1.1rem}
.contact_quick_link{color:var(--deep-text);text-decoration:none;font-weight:500;transition:opacity .2s ease}
.contact_quick_link:hover{opacity:.7}
.row_gamma_navigation{display:flex;justify-content:flex-end;align-items:center;padding:20px 180px 20px 60px;background:var(--accent-gradient)}
.main_site_navigation{display:flex;gap:35px;list-style:none}
.nav_item_link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.01em;padding:8px 14px;border-radius:4px;transition:background-color .25s ease,opacity .2s ease;display:inline-block}
.nav_item_link:hover{opacity:.92;background:#ffffff26}
.nav_item_link:focus{outline:2px solid #fff;outline-offset:3px}
.logo_container_flex{position:absolute;left:20px;top:14px;z-index:100;display:flex;align-items:center;justify-content:center;background:#fffffff2;padding:8px;border-radius:6px;box-shadow:0 2px 8px #545b5c1a}
@media (prefers-color-scheme: dark) {
.logo_container_flex{background:#2b2f30f2;box-shadow:0 2px 8px #0000004d}
}
.logo_image_display{height:62px;width:62px;display:block;object-fit:contain}
@media (max-width: 1024px) {
.row_alpha_trust{padding:12px 20px;flex-direction:column;gap:8px;align-items:flex-start}
.row_beta_indicators{padding:14px 20px;flex-wrap:wrap;gap:20px}
.row_gamma_navigation{padding:16px 20px;justify-content:center}
.logo_container_flex{position:static;margin:12px auto}
}
@media (max-width: 768px) {
.brand_title_exhibit{font-size:1.15rem}
.location_snippet{font-size:.82rem}
.trust_badge_element{font-size:.85rem}
.main_site_navigation{flex-direction:column;gap:12px;align-items:center}
.nav_item_link{font-size:.95rem;padding:10px 20px;width:100%;text-align:center}
}
.gallery_footer_showcase{background:var(--accent-gradient);padding:60px 40px 30px;color:#fff;position:relative}
@media (prefers-color-scheme: dark) {
.gallery_footer_showcase{background:linear-gradient(135deg,#2b2f30,#3a3e3f)}
}
.footer_exhibit_grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;max-width:1280px;margin:0 auto 40px}
.footer_presentation_block h3{font-size:1.25rem;margin-bottom:18px;font-weight:600;letter-spacing:-.01em}
.footer_logo_presentation{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.footer_logo_img{height:55px;width:55px;object-fit:contain;background:#fffffff2;padding:6px;border-radius:5px}
.footer_company_title{font-size:1.4rem;font-weight:700;color:#fff}
.footer_contact_item{margin-bottom:12px;font-size:.95rem;line-height:1.6}
.footer_contact_item a{color:#fff;text-decoration:none;transition:opacity .2s ease}
.footer_contact_item a:hover{opacity:.75}
.footer_service_links{list-style:none}
.footer_service_links li{margin-bottom:10px}
.footer_service_links a{color:#fff;text-decoration:none;font-size:.93rem;transition:opacity .2s ease;display:inline-block}
.footer_service_links a:hover{opacity:.75}
.financial_disclaimer_zone{background:#00000026;padding:22px 28px;border-radius:6px;margin:35px auto 25px;max-width:1100px;font-size:.87rem;line-height:1.65;color:#ffffffeb;border-left:3px solid #fff6}
.copyright_statement{text-align:center;padding-top:25px;border-top:1px solid #fff3;font-size:.89rem;color:#ffffffd9}
@media (max-width: 968px) {
.footer_exhibit_grid{grid-template-columns:1fr;gap:35px}
.gallery_footer_showcase{padding:45px 25px 25px}
}
.consent_card_modal{position:fixed;bottom:30px;right:30px;background:#fff;border-radius:10px;box-shadow:0 8px 32px #545b5c40;padding:28px 32px;max-width:420px;z-index:9999;border:1px solid #545b5c26;animation:slideInRight .4s ease-out}
@media (prefers-color-scheme: dark) {
.consent_card_modal{background:#2b2f30;border:1px solid #aeaeae40;box-shadow:0 8px 32px #00000080}
}
@keyframes slideInRight {
from{transform:translateX(450px);opacity:0}
to{transform:translateX(0);opacity:1}
}
.consent_heading_text{font-size:1.15rem;font-weight:700;color:var(--primary-brand);margin-bottom:14px}
.consent_body_description{font-size:.92rem;line-height:1.6;color:var(--medium-text);margin-bottom:22px}
.consent_actions_row{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_primary{background:var(--accent-gradient);color:#fff;border:none;padding:11px 24px;border-radius:6px;font-size:.93rem;font-weight:600;cursor:pointer;transition:opacity .2s ease;flex:1;min-width:110px}
.consent_btn_primary:hover{opacity:.88}
.consent_btn_secondary{background:none;color:var(--secondary-brand);border:2px solid var(--secondary-brand);padding:9px 22px;border-radius:6px;font-size:.93rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease;flex:1;min-width:110px}
.consent_btn_secondary:hover{color:#fff;background:var(--secondary-brand)}
.consent_policy_link{color:var(--primary-brand);text-decoration:underline;font-size:.88rem;margin-top:12px;display:inline-block;transition:opacity .2s ease}
.consent_policy_link:hover{opacity:.7}
.consent_hidden_state{display:none}
@media (max-width: 768px) {
.consent_card_modal{bottom:0;right:0;left:0;max-width:100%;border-radius:10px 10px 0 0;padding:24px 20px}
.consent_actions_row{flex-direction:column}
.consent_btn_primary,.consent_btn_secondary{width:100%;min-height:48px}
}
.hero-opening-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.hero-opening-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#aeaeae26 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-block h1{font-size:48px;font-weight:700;color:#212529;line-height:1.2;margin-bottom:24px;letter-spacing:-.5px}
.hero-text-block p{font-size:19px;color:#495057;line-height:1.7;margin-bottom:32px}
.hero-cta-button{display:inline-block;background:#545B5C;color:#fff;padding:16px 40px;font-size:17px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #545b5c33}
.hero-cta-button:hover{background:#3f4546;transform:translateY(-2px);box-shadow:0 6px 20px #545b5c4d;color:#fff}
.hero-image-container{position:relative}
.hero-image-container img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001f}
.timeline-journey-section{background:#fff;padding:90px 20px;position:relative}
.timeline-container-main{max-width:1100px;margin:0 auto}
.timeline-header-text{text-align:center;margin-bottom:70px}
.timeline-header-text h2{font-size:42px;font-weight:700;color:#212529;margin-bottom:18px}
.timeline-header-text p{font-size:18px;color:#545B5C;max-width:700px;margin:0 auto;line-height:1.6}
.timeline-flow-wrapper{position:relative;padding-left:80px}
.timeline-flow-wrapper::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#AEAEAE 0%,#818283 100%)}
.timeline-step-item{position:relative;margin-bottom:50px;padding-left:30px}
.timeline-step-item::before{content:'';position:absolute;left:-56px;top:8px;width:16px;height:16px;background:#545B5C;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 3px #AEAEAE;z-index:3}
.timeline-step-item h3{font-size:24px;font-weight:600;color:#212529;margin-bottom:12px}
.timeline-step-item p{font-size:17px;color:#495057;line-height:1.7;margin-bottom:0}
.visual-showcase-grid{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:85px 20px}
.showcase-grid-container{max-width:1200px;margin:0 auto}
.showcase-intro-block{margin-bottom:60px}
.showcase-intro-block h2{font-size:40px;font-weight:700;color:#212529;margin-bottom:20px;text-align:left}
.showcase-intro-block p{font-size:18px;color:#545B5C;line-height:1.7;max-width:800px}
.showcase-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.showcase-card-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.showcase-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 28px #00000024}
.showcase-card-item img{width:100%;height:220px;object-fit:cover}
.showcase-card-content{padding:28px}
.showcase-card-content h3{font-size:21px;font-weight:600;color:#212529;margin-bottom:14px}
.showcase-card-content p{font-size:16px;color:#495057;line-height:1.6;margin-bottom:0}
.expert-insight-section{background:#fff;padding:85px 20px;border-top:1px solid #e9ecef}
.expert-content-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start}
.expert-profile-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:10px;padding:30px;text-align:center;box-shadow:0 4px 18px #00000014;position:sticky;top:20px}
.expert-profile-card img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:5px solid #fff;box-shadow:0 4px 12px #0000001a}
.expert-profile-card h3{font-size:22px;font-weight:600;color:#212529;margin-bottom:8px}
.expert-profile-card p{font-size:15px;color:#818283;margin-bottom:0}
.expert-narrative-block h2{font-size:38px;font-weight:700;color:#212529;margin-bottom:26px;line-height:1.3}
.expert-narrative-block p{font-size:17px;color:#495057;line-height:1.8;margin-bottom:22px}
.expert-narrative-block p:last-child{margin-bottom:0}
.narrative-emphasis{background:#f8f9fa;border-left:4px solid #545B5C;padding:24px 28px;margin:30px 0;border-radius:0 8px 8px 0}
.narrative-emphasis p{font-size:18px;color:#343a40;margin-bottom:0;font-style:italic}
.contact-cta-wrapper{margin-top:40px;padding-top:40px;border-top:2px solid #e9ecef}
.contact-cta-button{display:inline-block;background:#818283;color:#fff;padding:15px 36px;font-size:16px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease}
.contact-cta-button:hover{background:#545B5C;transform:translateX(4px);color:#fff}
@media (max-width: 992px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-block h1{font-size:38px}
.hero-image-container img{height:350px}
.showcase-items-grid{grid-template-columns:repeat(2,1fr)}
.expert-content-layout{grid-template-columns:1fr;gap:40px}
.expert-profile-card{position:static}
.timeline-flow-wrapper{padding-left:60px}
.timeline-flow-wrapper::before{left:20px}
.timeline-step-item::before{left:-46px}
}
@media (max-width: 768px) {
.hero-opening-section{padding:60px 20px 40px}
.hero-text-block h1{font-size:32px}
.hero-text-block p{font-size:17px}
.hero-image-container img{height:280px}
.timeline-header-text h2{font-size:34px}
.showcase-items-grid{grid-template-columns:1fr}
.expert-narrative-block h2{font-size:30px}
.timeline-journey-section{padding:60px 20px}
.timeline-flow-wrapper{padding-left:40px}
.timeline-flow-wrapper::before{left:10px}
.timeline-step-item{padding-left:20px}
.timeline-step-item::before{left:-36px;width:14px;height:14px}
.timeline-step-item h3{font-size:21px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-hero-area{background:linear-gradient(to right,#fff,#f5f6fa);padding:80px 20px 60px;text-align:center;border-bottom:1px solid #e1e4e8}
.contact-hero-area h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}
.contact-hero-area .subtitle-text{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto 15px;line-height:1.6}
.contact-hero-area .office-hours-note{font-size:.95rem;color:#818283;margin-top:25px;font-style:italic}
.contact-split-container{max-width:1200px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.contact-info-column{background:#fff;padding:45px 40px;border-radius:12px;box-shadow:0 2px 12px #545b5c14;border-left:4px solid #545B5C}
.contact-info-column h2{font-size:1.9rem;color:#212529;margin-bottom:30px;font-weight:600}
.contact-method-block{margin-bottom:35px;padding-bottom:30px;border-bottom:1px solid #f5f6fa}
.contact-method-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.contact-method-block h3{font-size:1.1rem;color:#545B5C;margin-bottom:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}
.contact-method-block p{font-size:1.05rem;color:#343a40;line-height:1.7;margin:0}
.contact-method-block a{color:#545B5C;text-decoration:none;transition:color .3s ease;font-weight:500}
.contact-method-block a:hover{color:#818283;text-decoration:underline}
.business-hours-list{list-style:none;padding:0;margin:0}
.business-hours-list li{padding:8px 0;color:#495057;font-size:.98rem;display:flex;justify-content:space-between}
.business-hours-list li strong{color:#343a40}
.contact-form-column{background:#fff;padding:45px 40px;border-radius:12px;box-shadow:0 2px 12px #545b5c14}
.contact-form-column h2{font-size:1.9rem;color:#212529;margin-bottom:15px;font-weight:600}
.contact-form-column .form-intro-text{font-size:1rem;color:#495057;margin-bottom:35px;line-height:1.6}
.message-form-custom{display:flex;flex-direction:column;gap:24px}
.form-group-custom{display:flex;flex-direction:column}
.form-group-custom label{font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom textarea{padding:14px 16px;border:2px solid #e1e4e8;border-radius:6px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus{outline:none;border-color:#545B5C;background:#fff;box-shadow:0 0 0 3px #545b5c1a}
.form-group-custom textarea{min-height:160px;resize:vertical;line-height:1.6}
.privacy-consent-wrapper{display:flex;align-items:flex-start;gap:12px;margin-top:10px}
.privacy-consent-wrapper input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-consent-wrapper label{font-size:.9rem;color:#495057;line-height:1.5;cursor:pointer}
.privacy-consent-wrapper label a{color:#545B5C;text-decoration:underline;font-weight:500}
.privacy-consent-wrapper label a:hover{color:#818283}
.submit-button-custom{background:linear-gradient(135deg,#545B5C 0%,#818283 100%);color:#fff;padding:16px 40px;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;position:relative;z-index:10}
.submit-button-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px #545b5c4d}
.submit-button-custom:active{transform:translateY(0)}
.location-details-section{background:#fff;padding:70px 20px;border-top:1px solid #e1e4e8}
.location-content-wrapper{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:center}
.location-text-area h2{font-size:2rem;color:#212529;margin-bottom:20px;font-weight:600}
.location-text-area p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:15px}
.transport-notes{background:#f8f9fa;padding:25px;border-radius:8px;margin-top:25px;border-left:4px solid #AEAEAE}
.transport-notes h3{font-size:1.2rem;color:#343a40;margin-bottom:12px;font-weight:600}
.transport-notes ul{list-style:none;padding:0;margin:0}
.transport-notes ul li{padding:6px 0;color:#495057;font-size:.95rem;position:relative;padding-left:20px}
.transport-notes ul li:before{content:"→";position:absolute;left:0;color:#818283;font-weight:700}
.location-visual-box{background:linear-gradient(135deg,#AEAEAE 0%,#818283 100%);padding:40px;border-radius:12px;color:#fff;text-align:center}
.location-visual-box .city-name{font-size:2.5rem;font-weight:700;margin-bottom:15px;letter-spacing:1px}
.location-visual-box .address-detail{font-size:1.1rem;line-height:1.6;opacity:.95}
.response-timeline-area{background:linear-gradient(to bottom,#f8f9fa,#fff);padding:70px 20px}
.response-timeline-content{max-width:900px;margin:0 auto;text-align:center}
.response-timeline-content h2{font-size:2rem;color:#212529;margin-bottom:20px;font-weight:600}
.response-timeline-content .intro-paragraph{font-size:1.05rem;color:#495057;margin-bottom:50px;line-height:1.7}
.timeline-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}
.timeline-step-item{background:#fff;padding:35px 25px;border-radius:10px;box-shadow:0 2px 10px #545b5c14;position:relative;border-top:4px solid #545B5C}
.timeline-step-item .step-number{font-size:2.5rem;color:#AEAEAE;font-weight:700;margin-bottom:15px;display:block}
.timeline-step-item h3{font-size:1.3rem;color:#343a40;margin-bottom:12px;font-weight:600}
.timeline-step-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.alternative-contact-section{background:#fff;padding:70px 20px;border-top:1px solid #e1e4e8}
.alternative-contact-wrapper{max-width:1100px;margin:0 auto}
.alternative-contact-wrapper h2{font-size:2rem;color:#212529;text-align:center;margin-bottom:45px;font-weight:600}
.contact-options-radial{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.contact-option-card{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:35px 25px;border-radius:10px;text-align:center;border:2px solid #e1e4e8;transition:all .3s ease}
.contact-option-card:hover{border-color:#545B5C;transform:translateY(-5px);box-shadow:0 8px 20px #545b5c26}
.contact-option-card .icon-placeholder{width:60px;height:60px;background:linear-gradient(135deg,#545B5C,#818283);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff}
.contact-option-card h3{font-size:1.2rem;color:#343a40;margin-bottom:10px;font-weight:600}
.contact-option-card p{font-size:.9rem;color:#495057;line-height:1.5;margin:0}
@media (max-width: 968px) {
.contact-split-container{grid-template-columns:1fr;gap:40px;padding:50px 20px}
.location-content-wrapper{grid-template-columns:1fr;gap:35px}
.timeline-steps-grid{grid-template-columns:1fr;gap:25px}
.contact-options-radial{grid-template-columns:repeat(2,1fr);gap:20px}
.contact-hero-area h1{font-size:2.2rem}
.location-visual-box .city-name{font-size:2rem}
}
@media (max-width: 640px) {
.contact-hero-area{padding:60px 20px 40px}
.contact-hero-area h1{font-size:1.8rem}
.contact-info-column,.contact-form-column{padding:30px 25px}
.contact-options-radial{grid-template-columns:1fr}
.submit-button-custom{width:100%}
}
.services-page-wrapper{background:#fff;min-height:100vh}
.services-hero-main{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.services-hero-main::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#545b5c14 0%,transparent 70%);border-radius:50%}
.services-hero-content-block{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.services-hero-title-main{font-size:48px;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.services-hero-subtitle-text{font-size:20px;color:#495057;line-height:1.6;max-width:700px;margin-bottom:40px}
.services-intro-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:50px}
.services-stat-box-item{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #545b5c14;transition:transform .3s ease,box-shadow .3s ease}
.services-stat-box-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #545b5c1f}
.services-stat-number-display{font-size:42px;font-weight:700;color:#545B5C;margin-bottom:10px;line-height:1}
.services-stat-label-text{font-size:16px;color:#495057;line-height:1.4}
.services-detailed-section-wrap{padding:100px 20px;background:#fff;position:relative}
.services-detailed-container-main{max-width:1200px;margin:0 auto}
.services-detailed-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.services-content-left-block{position:relative}
.services-section-heading-main{font-size:38px;font-weight:700;color:#212529;margin-bottom:30px;line-height:1.3}
.services-description-paragraph{font-size:17px;color:#495057;line-height:1.7;margin-bottom:25px}
.services-features-list-block{margin-top:40px}
.services-feature-item-row{display:flex;align-items:start;margin-bottom:25px;padding:20px;background:#f8f9fa;border-radius:10px;border-left:4px solid #545B5C;transition:background .3s ease}
.services-feature-item-row:hover{background:#f5f6fa}
.services-feature-icon-holder{width:50px;height:50px;background:#545B5C;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:20px}
.services-feature-icon-holder svg{width:24px;height:24px;fill:#fff}
.services-feature-text-content{flex:1}
.services-feature-title-text{font-size:18px;font-weight:600;color:#212529;margin-bottom:8px}
.services-feature-desc-text{font-size:15px;color:#495057;line-height:1.6}
.services-image-right-block{position:relative}
.services-image-main-holder{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #545b5c26}
.services-image-main-holder img{width:100%;height:600px;object-fit:cover;display:block}
.services-image-decoration-shape{position:absolute;top:-20px;right:-20px;width:150px;height:150px;background:linear-gradient(135deg,#818283 0%,#AEAEAE 100%);border-radius:50%;z-index:-1}
.services-process-section-main{padding:100px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);position:relative}
.services-process-container-wrap{max-width:1400px;margin:0 auto}
.services-process-header-block{text-align:center;margin-bottom:70px}
.services-process-main-title{font-size:42px;font-weight:700;color:#212529;margin-bottom:20px}
.services-process-subtitle-text{font-size:18px;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.services-process-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;position:relative}
.services-process-card-block{background:#fff;padding:40px;border-radius:16px;box-shadow:0 6px 20px #545b5c1a;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.services-process-card-block:hover{transform:translateY(-8px);box-shadow:0 12px 30px #545b5c26}
.services-process-number-badge{position:absolute;top:-20px;left:40px;width:50px;height:50px;background:linear-gradient(135deg,#545B5C 0%,#818283 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;box-shadow:0 4px 12px #545b5c33}
.services-process-card-title{font-size:24px;font-weight:600;color:#212529;margin-bottom:15px;margin-top:10px}
.services-process-card-description{font-size:16px;color:#495057;line-height:1.7;margin-bottom:20px}
.services-process-card-image-wrap{margin-top:25px;border-radius:12px;overflow:hidden}
.services-process-card-image-wrap img{width:100%;height:280px;object-fit:cover;display:block}
.services-testimonial-section-wrap{padding:100px 20px;background:#fff}
.services-testimonial-container-main{max-width:1200px;margin:0 auto}
.services-testimonial-layout-flex{display:flex;gap:50px;align-items:center}
.services-testimonial-content-side{flex:1}
.services-testimonial-heading-text{font-size:36px;font-weight:700;color:#212529;margin-bottom:30px;line-height:1.3}
.services-testimonial-card-holder{background:#f8f9fa;padding:35px;border-radius:16px;margin-bottom:25px;border-left:5px solid #818283;position:relative}
.services-testimonial-quote-text{font-size:17px;color:#343a40;line-height:1.7;margin-bottom:25px;font-style:italic}
.services-testimonial-author-info{display:flex;align-items:center;gap:15px}
.services-testimonial-author-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 3px 10px #545b5c26}
.services-testimonial-author-details{flex:1}
.services-testimonial-author-name{font-size:18px;font-weight:600;color:#212529;margin-bottom:4px}
.services-testimonial-author-role{font-size:15px;color:#495057}
.services-testimonial-image-side{flex:1;position:relative}
.services-testimonial-main-image-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #545b5c26}
.services-testimonial-main-image-wrap img{width:100%;height:550px;object-fit:cover;display:block}
.services-testimonial-decoration-circle{position:absolute;bottom:-30px;left:-30px;width:200px;height:200px;background:linear-gradient(135deg,#aeaeae4d 0%,#8182834d 100%);border-radius:50%;z-index:-1}
.services-cta-button-main{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#545B5C 0%,#818283 100%);color:#fff;font-size:17px;font-weight:600;border-radius:8px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #545b5c33;margin-top:20px}
.services-cta-button-main:hover{transform:translateY(-3px);box-shadow:0 8px 25px #545b5c4d;color:#fff}
@media (max-width: 968px) {
.services-hero-title-main{font-size:36px}
.services-hero-subtitle-text{font-size:18px}
.services-detailed-layout-grid{grid-template-columns:1fr;gap:40px}
.services-image-main-holder img{height:400px}
.services-process-grid-layout{grid-template-columns:1fr;gap:40px}
.services-testimonial-layout-flex{flex-direction:column}
.services-testimonial-main-image-wrap img{height:400px}
.services-section-heading-main{font-size:32px}
.services-process-main-title{font-size:34px}
.services-testimonial-heading-text{font-size:30px}
}
@media (max-width: 640px) {
.services-hero-main{padding:60px 15px 40px}
.services-hero-title-main{font-size:28px}
.services-hero-subtitle-text{font-size:16px}
.services-intro-stats-grid{grid-template-columns:1fr;gap:20px}
.services-detailed-section-wrap,.services-process-section-main,.services-testimonial-section-wrap{padding:60px 15px}
.services-section-heading-main{font-size:26px}
.services-process-main-title{font-size:28px}
.services-testimonial-heading-text{font-size:26px}
.services-process-card-block{padding:30px 20px}
.services-feature-item-row{flex-direction:column;text-align:center}
.services-feature-icon-holder{margin:0 auto 15px}
}
.portfolio-main-wrapper{background:#fff;min-height:100vh}
.portfolio-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.portfolio-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#aeaeae26 0%,transparent 70%);border-radius:50%}
.portfolio-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.portfolio-hero-content h1{font-size:48px;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.portfolio-hero-description{font-size:20px;color:#495057;max-width:720px;line-height:1.6;margin-bottom:16px}
.portfolio-hero-note{font-size:17px;color:#818283;max-width:680px;line-height:1.5}
.portfolio-cases-section{padding:80px 20px;background:#fff}
.portfolio-cases-container{max-width:1300px;margin:0 auto}
.portfolio-section-header{text-align:center;margin-bottom:60px}
.portfolio-section-header h2{font-size:38px;color:#212529;margin-bottom:18px;font-weight:700}
.portfolio-section-header p{font-size:18px;color:#545B5C;max-width:750px;margin:0 auto;line-height:1.6}
.portfolio-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.portfolio-case-card{background:#f5f6fa;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #545b5c14;transition:transform .3s ease,box-shadow .3s ease}
.portfolio-case-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #545b5c26}
.portfolio-case-image{width:100%;height:280px;object-fit:cover}
.portfolio-case-content{padding:32px}
.portfolio-case-title{font-size:24px;color:#212529;margin-bottom:16px;font-weight:600}
.portfolio-case-description{font-size:16px;color:#495057;line-height:1.6;margin-bottom:20px}
.portfolio-case-metrics{display:flex;gap:30px;padding-top:20px;border-top:1px solid #81828333}
.portfolio-metric-item{flex:1}
.portfolio-metric-label{font-size:13px;color:#818283;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
.portfolio-metric-value{font-size:20px;color:#545B5C;font-weight:700}
.portfolio-testimonials-section{padding:90px 20px;background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%);position:relative}
.portfolio-testimonials-container{max-width:1150px;margin:0 auto}
.portfolio-testimonials-header{margin-bottom:55px}
.portfolio-testimonials-header h2{font-size:36px;color:#212529;margin-bottom:20px;font-weight:700}
.portfolio-testimonials-header p{font-size:18px;color:#545B5C;max-width:680px;line-height:1.6}
.portfolio-testimonials-layout{display:flex;gap:45px;align-items:stretch}
.portfolio-testimonial-main{flex:1.3;background:#fff;border-radius:16px;padding:42px;box-shadow:0 4px 16px #545b5c1a;position:relative}
.portfolio-quote-icon{position:absolute;top:24px;right:32px;color:#aeaeae40;font:72px/1 Georgia,serif}
.portfolio-testimonial-text{font-size:19px;color:#343a40;line-height:1.7;margin-bottom:32px;position:relative;z-index:1}
.portfolio-testimonial-author-info{display:flex;align-items:center;gap:20px}
.portfolio-author-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #f5f6fa}
.portfolio-author-details h4{font-size:18px;color:#212529;margin-bottom:5px;font-weight:600}
.portfolio-author-details p{font-size:15px;color:#818283}
.portfolio-testimonials-sidebar{flex:1;display:flex;flex-direction:column;gap:28px}
.portfolio-testimonial-compact{background:#fff;border-radius:12px;padding:30px;box-shadow:0 3px 12px #545b5c14;border-left:4px solid #AEAEAE;transition:border-color .3s ease}
.portfolio-testimonial-compact:hover{border-left-color:#545B5C}
.portfolio-compact-text{font-size:16px;color:#343a40;line-height:1.6;margin-bottom:22px}
.portfolio-compact-author{display:flex;align-items:center;gap:14px}
.portfolio-compact-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}
.portfolio-compact-details h5{font-size:16px;color:#212529;margin-bottom:4px;font-weight:600}
.portfolio-compact-details span{font-size:14px;color:#818283}
@media (max-width: 992px) {
.portfolio-hero-content h1{font-size:38px}
.portfolio-cases-grid{grid-template-columns:1fr;gap:30px}
.portfolio-testimonials-layout{flex-direction:column}
}
@media (max-width: 768px) {
.portfolio-hero-section{padding:60px 20px 50px}
.portfolio-hero-content h1{font-size:32px}
.portfolio-hero-description{font-size:18px}
.portfolio-section-header h2{font-size:30px}
.portfolio-case-metrics{flex-direction:column;gap:15px}
.portfolio-testimonial-main{padding:28px}
.portfolio-testimonial-text{font-size:17px}
}
@media (max-width: 576px) {
.portfolio-hero-content h1{font-size:28px}
.portfolio-case-content{padding:24px}
.portfolio-testimonial-main{padding:22px}
.portfolio-quote-icon{font-size:48px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #545b5c14;padding:50px 60px}
.cookie-policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #f5f6fa}
.cookie-policy-title{font-size:2.4rem;color:#545B5C;font-weight:700;margin-bottom:15px;line-height:1.3}
.cookie-policy-updated{color:#818283;font-size:.95rem;font-weight:500}
.cookie-content-section{margin-bottom:45px}
.cookie-content-section:last-child{margin-bottom:0}
.cookie-section-heading{font-size:1.65rem;color:#545B5C;font-weight:600;margin-bottom:18px;line-height:1.4}
.cookie-section-subheading{font-size:1.3rem;color:#818283;font-weight:600;margin-top:28px;margin-bottom:15px}
.cookie-text-block{color:#343a40;font-size:1.05rem;line-height:1.75;margin-bottom:20px}
.cookie-text-block strong{color:#545B5C;font-weight:600}
.cookie-list-wrapper{margin:25px 0}
.cookie-list-item{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:15px;padding-left:30px;position:relative}
.cookie-list-item::before{content:"•";color:#545B5C;font-size:1.4rem;position:absolute;left:8px;top:-2px}
.cookie-type-card{background:#f8f9fa;border-left:4px solid #545B5C;padding:25px 30px;margin:25px 0;border-radius:6px}
.cookie-type-name{font-size:1.2rem;color:#545B5C;font-weight:600;margin-bottom:12px}
.cookie-type-description{color:#495057;font-size:1.02rem;line-height:1.7;margin-bottom:0}
.cookie-highlight-box{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);border:1px solid #AEAEAE;border-radius:8px;padding:28px 35px;margin:30px 0}
.cookie-highlight-title{font-size:1.15rem;color:#545B5C;font-weight:600;margin-bottom:14px}
.cookie-highlight-text{color:#495057;font-size:1.02rem;line-height:1.7;margin-bottom:0}
.cookie-contact-section{background:#545B5C;color:#fff;padding:35px 40px;border-radius:8px;margin-top:50px;text-align:center}
.cookie-contact-title{font-size:1.4rem;font-weight:600;margin-bottom:18px;color:#fff}
.cookie-contact-info{font-size:1.05rem;line-height:1.8;margin-bottom:0}
.cookie-contact-info a{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.cookie-contact-info a:hover{opacity:.85}
.cookie-table-wrapper{overflow-x:auto;margin:30px 0}
.cookie-comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden}
.cookie-comparison-table thead{background:#545B5C;color:#fff}
.cookie-comparison-table th{padding:18px 20px;text-align:left;font-weight:600;font-size:1.05rem}
.cookie-comparison-table td{padding:16px 20px;color:#495057;font-size:1rem;border-bottom:1px solid #f5f6fa}
.cookie-comparison-table tr:last-child td{border-bottom:none}
.cookie-comparison-table tbody tr:nth-child(even){background:#fafbfc}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 15px}
.cookie-policy-container{padding:35px 25px}
.cookie-policy-title{font-size:1.9rem}
.cookie-section-heading{font-size:1.4rem}
.cookie-section-subheading{font-size:1.15rem}
.cookie-text-block,.cookie-list-item{font-size:1rem}
.cookie-type-card{padding:20px 22px}
.cookie-highlight-box{padding:22px 25px}
.cookie-contact-section{padding:28px 25px}
.cookie-comparison-table th,.cookie-comparison-table td{padding:12px 15px;font-size:.95rem}
}
@media (max-width: 480px) {
.cookie-policy-title{font-size:1.6rem}
.cookie-section-heading{font-size:1.25rem}
.cookie-list-item{padding-left:25px}
.cookie-type-card{padding:18px 20px}
.cookie-comparison-table{font-size:.9rem}
.cookie-comparison-table th,.cookie-comparison-table td{padding:10px 12px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:80px 0 120px}
.privacy-policy-container{max-width:920px;margin:0 auto;padding:0 24px}
.privacy-header-section{text-align:center;margin-bottom:70px;padding-bottom:50px;border-bottom:2px solid #AEAEAE}
.privacy-main-title{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:20px;line-height:1.2}
.privacy-last-update{font-size:1rem;color:#545B5C;font-weight:500;margin-bottom:30px}
.privacy-intro-text{font-size:1.1rem;color:#343a40;line-height:1.8;max-width:780px;margin:0 auto}
.privacy-content-block{background:#fff;border-radius:12px;padding:45px;margin-bottom:35px;box-shadow:0 2px 12px #545b5c14;border-left:4px solid #545B5C}
.privacy-section-heading{font-size:1.9rem;font-weight:700;color:#212529;margin-bottom:25px;display:flex;align-items:center;line-height:1.3}
.privacy-section-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:linear-gradient(135deg,#545B5C 0%,#818283 100%);color:#fff;border-radius:50%;font-size:1.1rem;font-weight:700;margin-right:16px;flex-shrink:0}
.privacy-text-paragraph{font-size:1.05rem;color:#495057;line-height:1.9;margin-bottom:20px}
.privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-subsection-title{font-size:1.4rem;font-weight:600;color:#343a40;margin-top:30px;margin-bottom:18px}
.privacy-list-items{list-style:none;padding:0;margin:25px 0}
.privacy-list-items li{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:16px;padding-left:32px;position:relative}
.privacy-list-items li::before{content:"→";position:absolute;left:0;color:#545B5C;font-weight:700;font-size:1.2rem}
.privacy-important-box{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);border:2px solid #AEAEAE;border-radius:10px;padding:28px;margin:30px 0}
.privacy-important-box p{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:14px}
.privacy-important-box p:last-child{margin-bottom:0}
.privacy-contact-section{background:linear-gradient(135deg,#545B5C 0%,#818283 100%);color:#fff;border-radius:12px;padding:50px 45px;margin-top:60px;text-align:center;box-shadow:0 4px 20px #545b5c26}
.privacy-contact-title{font-size:2rem;font-weight:700;margin-bottom:20px}
.privacy-contact-description{font-size:1.1rem;line-height:1.7;margin-bottom:30px;opacity:.95}
.privacy-contact-details{display:flex;flex-direction:column;gap:18px;align-items:center}
.privacy-contact-item{font-size:1.1rem;font-weight:500;display:flex;align-items:center;gap:12px}
.privacy-contact-item a{color:#fff;text-decoration:none;border-bottom:2px solid #fff6;transition:border-color .3s ease}
.privacy-contact-item a:hover{border-bottom-color:#fff}
.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 #545b5c0f}
.privacy-data-table th{background:#545B5C;color:#fff;font-size:1.05rem;font-weight:600;text-align:left;padding:18px 20px}
.privacy-data-table td{font-size:1rem;color:#495057;padding:16px 20px;border-bottom:1px solid #f0f0f0}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:hover{background:#fafbfc}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:50px 0 80px}
.privacy-policy-container{padding:0 16px}
.privacy-main-title{font-size:2rem}
.privacy-header-section{margin-bottom:50px;padding-bottom:35px}
.privacy-content-block{padding:30px 24px;margin-bottom:25px}
.privacy-section-heading{font-size:1.5rem;flex-direction:column;align-items:flex-start}
.privacy-section-number{margin-bottom:12px;margin-right:0}
.privacy-contact-section{padding:35px 24px}
.privacy-contact-title{font-size:1.6rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 14px;font-size:.95rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.7rem}
.privacy-content-block{padding:24px 18px}
.privacy-section-heading{font-size:1.3rem}
.privacy-list-items li{padding-left:28px}
}
.legal-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.legal-header-section{background:linear-gradient(to right,#fff,#f5f6fa);padding:80px 20px 60px;position:relative;overflow:hidden}
.legal-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#aeaeae14 0%,transparent 70%);border-radius:50%;z-index:1}
.legal-header-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,#545B5C,#818283,#AEAEAE)}
.legal-container-custom{max-width:920px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.legal-title-main{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 18px;letter-spacing:-.5px;line-height:1.2}
.legal-subtitle-text{font-size:1.15rem;color:#495057;margin:0 0 12px;line-height:1.6}
.legal-update-date{display:inline-block;padding:8px 18px;background:#fff;border-left:4px solid #545B5C;color:#343a40;font-size:.95rem;font-weight:500;margin-top:20px}
.legal-content-main{background:#fff;padding:70px 20px;position:relative}
.legal-content-inner{max-width:920px;margin:0 auto;padding:0 24px}
.legal-section-block{margin-bottom:55px;position:relative}
.legal-section-block:last-child{margin-bottom:0}
.legal-section-heading{font-size:1.85rem;font-weight:600;color:#212529;margin:0 0 24px;padding-bottom:14px;border-bottom:2px solid #f5f6fa;position:relative}
.legal-section-heading::after{content:'';position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:#545B5C}
.legal-paragraph-text{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 20px}
.legal-paragraph-text:last-child{margin-bottom:0}
.legal-list-standard{margin:28px 0;padding-left:0;list-style:none}
.legal-list-standard li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1.05rem;line-height:1.7;color:#343a40}
.legal-list-standard li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#545B5C;border-radius:50%}
.legal-subsection-title{font-size:1.35rem;font-weight:600;color:#212529;margin:36px 0 18px}
.legal-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-left:5px solid #818283;padding:28px 32px;margin:32px 0;border-radius:0 6px 6px 0;box-shadow:0 2px 8px #545b5c0f}
.legal-highlight-box p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0}
.legal-data-table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 12px #545b5c14;border-radius:8px;overflow:hidden}
.legal-data-table thead{background:linear-gradient(to right,#545B5C,#818283)}
.legal-data-table th{padding:18px 22px;text-align:left;font-size:1rem;font-weight:600;color:#fff;border:none}
.legal-data-table td{padding:16px 22px;font-size:1rem;color:#343a40;border-bottom:1px solid #f5f6fa;line-height:1.6}
.legal-data-table tbody tr:last-child td{border-bottom:none}
.legal-data-table tbody tr:nth-child(even){background:#fafbfc}
.legal-contact-section{background:linear-gradient(135deg,#f5f6fa 0%,#fff 100%);padding:50px 32px;margin:55px 0 0;border-radius:8px;border-top:4px solid #545B5C;box-shadow:0 4px 16px #545b5c14}
.legal-contact-title{font-size:1.65rem;font-weight:600;color:#212529;margin:0 0 24px}
.legal-contact-info{display:flex;flex-direction:column;gap:14px}
.legal-contact-item{display:flex;align-items:flex-start;gap:12px;font-size:1.05rem;line-height:1.6;color:#343a40}
.legal-contact-label{font-weight:600;color:#212529;min-width:100px}
.legal-contact-link{color:#545B5C;text-decoration:none;transition:color .2s ease}
.legal-contact-link:hover{color:#818283;text-decoration:underline}
.legal-ordered-list{margin:28px 0;padding-left:0;list-style:none;counter-reset:legal-counter}
.legal-ordered-list li{position:relative;padding-left:48px;margin-bottom:20px;font-size:1.05rem;line-height:1.7;color:#343a40;counter-increment:legal-counter}
.legal-ordered-list li::before{content:counter(legal-counter);position:absolute;left:0;top:0;width:32px;height:32px;background:linear-gradient(135deg,#545B5C,#818283);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem}
.legal-divider-line{height:2px;background:linear-gradient(to right,transparent,#AEAEAE,transparent);margin:50px 0;border:none}
.legal-strong-text{font-weight:600;color:#212529}
@media (max-width: 768px) {
.legal-header-section{padding:60px 20px 40px}
.legal-title-main{font-size:2rem}
.legal-subtitle-text{font-size:1rem}
.legal-content-main{padding:50px 20px}
.legal-container-custom,.legal-content-inner{padding:0 16px}
.legal-section-heading{font-size:1.5rem}
.legal-subsection-title{font-size:1.2rem}
.legal-paragraph-text,.legal-list-standard li,.legal-ordered-list li{font-size:1rem}
.legal-highlight-box{padding:20px 22px}
.legal-data-table{font-size:.9rem}
.legal-data-table th,.legal-data-table td{padding:12px 14px}
.legal-contact-section{padding:36px 22px}
.legal-contact-item{flex-direction:column;gap:6px}
.legal-contact-label{min-width:auto}
}
@media (max-width: 480px) {
.legal-title-main{font-size:1.65rem}
.legal-section-heading{font-size:1.35rem}
.legal-ordered-list li{padding-left:42px}
.legal-ordered-list li::before{width:28px;height:28px;font-size:.85rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.success-content-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;padding:50px 40px;box-shadow:0 4px 20px #545b5c14}
.success-icon-area{text-align:center;margin-bottom:35px}
.success-checkmark-circle{width:90px;height:90px;background:linear-gradient(135deg,#545B5C 0%,#818283 100%);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-success .8s ease-out}
@keyframes pulse-success {
0%{transform:scale(0.7);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::before{content:'';color:#fff;font-size:48px;font-weight:700;line-height:1}
.success-main-heading{font-size:36px;color:#212529;font-weight:700;margin:0 0 15px;text-align:center;letter-spacing:-.5px}
.success-subheading-text{font-size:18px;color:#545B5C;text-align:center;margin:0 0 40px;line-height:1.6}
.success-info-block{background:#f8f9fa;border-left:4px solid #545B5C;padding:25px 30px;margin-bottom:35px;border-radius:8px}
.success-info-block h2{font-size:20px;color:#212529;margin:0 0 12px;font-weight:600}
.success-info-block p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 10px}
.success-info-block p:last-child{margin-bottom:0}
.success-timeline-list{list-style:none;padding:0;margin:0 0 35px}
.success-timeline-list li{padding:18px 0 18px 45px;position:relative;font-size:16px;color:#495057;line-height:1.6;border-bottom:1px solid #e9ecef}
.success-timeline-list li:last-child{border-bottom:none}
.success-timeline-list li::before{content:'';position:absolute;left:0;top:22px;width:24px;height:24px;background:#AEAEAE;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #AEAEAE}
.success-timeline-list li strong{color:#212529;font-weight:600}
.success-actions-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:30px}
.success-btn-primary{display:inline-block;padding:14px 28px;background:linear-gradient(135deg,#545B5C 0%,#818283 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #545b5c26}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 14px #545b5c40;color:#fff}
.success-btn-secondary{display:inline-block;padding:14px 28px;background:#fff;color:#545B5C;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;text-align:center;border:2px solid #545B5C;transition:background .2s ease,color .2s ease}
.success-btn-secondary:hover{background:#545B5C;color:#fff}
.success-contact-details{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:25px;border-radius:8px;text-align:center;margin-bottom:25px}
.success-contact-details h3{font-size:18px;color:#212529;margin:0 0 15px;font-weight:600}
.success-contact-item{font-size:15px;color:#495057;margin:8px 0;line-height:1.6}
.success-contact-item a{color:#545B5C;text-decoration:none;font-weight:500;transition:color .2s ease}
.success-contact-item a:hover{color:#818283;text-decoration:underline}
.success-helpful-note{font-size:14px;color:#818283;text-align:center;line-height:1.6;padding-top:20px;border-top:1px solid #e9ecef}
@media (max-width: 768px) {
.success-page-wrapper{padding:40px 15px}
.success-content-container{padding:35px 25px}
.success-main-heading{font-size:28px}
.success-subheading-text{font-size:16px}
.success-actions-wrapper{grid-template-columns:1fr}
.success-timeline-list li{padding-left:40px;font-size:15px}
.success-timeline-list li::before{width:20px;height:20px;top:20px}
}
@media (max-width: 480px) {
.success-checkmark-circle{width:75px;height:75px}
.success-checkmark-circle::before{font-size:38px}
.success-main-heading{font-size:24px}
.success-info-block{padding:20px}
}
.error-page-404{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.error-page-404::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#545b5c08 0%,transparent 70%);border-radius:50%}
.error-page-404::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#8182830a 0%,transparent 70%);border-radius:50%}
.error-content-wrapper{max-width:920px;width:100%;text-align:center;position:relative;z-index:2}
.error-visual-block{margin-bottom:48px;position:relative}
.error-number-display{font-size:180px;font-weight:800;line-height:1;color:#545B5C;letter-spacing:-8px;margin:0;text-shadow:3px 3px 0 #81828326;position:relative}
.error-number-display::before{content:'404';position:absolute;top:6px;left:6px;color:#AEAEAE;opacity:.3;z-index:-1}
.error-decoration-line{width:120px;height:4px;background:linear-gradient(90deg,transparent 0%,#818283 50%,transparent 100%);margin:32px auto}
.error-main-heading{font-size:36px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.error-description-text{font-size:18px;color:#495057;line-height:1.6;margin:0 0 40px;max-width:600px;margin-left:auto;margin-right:auto}
.error-actions-container{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:60px}
.error-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#545B5C;color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #545b5c33}
.error-btn-primary:hover{background:#3f4546;transform:translateY(-2px);box-shadow:0 6px 20px #545b5c4d;color:#fff}
.error-btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#545B5C;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #818283;border-radius:8px;transition:all .3s ease}
.error-btn-secondary:hover{background:#f8f9fa;border-color:#545B5C;transform:translateY(-2px);color:#545B5C}
.error-suggestions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:800px;margin:0 auto}
.error-suggestion-card{background:#fff;padding:28px 24px;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:1px solid #f0f0f0}
.error-suggestion-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-4px);border-color:#AEAEAE}
.error-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#545B5C 0%,#818283 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 12px #545b5c26}
.error-card-icon svg{width:24px;height:24px;fill:#fff}
.error-card-title{font-size:20px;font-weight:700;color:#212529;margin:0 0 12px;line-height:1.3}
.error-card-description{font-size:15px;color:#495057;line-height:1.5;margin:0 0 20px}
.error-card-link{display:inline-flex;align-items:center;gap:6px;color:#545B5C;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}
.error-card-link:hover{color:#818283;gap:10px}
.error-card-link::after{content:'→';font-size:18px;transition:transform .2s ease}
.error-card-link:hover::after{transform:translateX(4px)}
@media (max-width: 768px) {
.error-page-404{padding:30px 16px}
.error-number-display{font-size:120px;letter-spacing:-4px}
.error-number-display::before{top:4px;left:4px}
.error-main-heading{font-size:28px;margin-bottom:16px}
.error-description-text{font-size:16px;margin-bottom:32px}
.error-actions-container{flex-direction:column;align-items:stretch;margin-bottom:48px}
.error-btn-primary,.error-btn-secondary{justify-content:center;width:100%}
.error-suggestions-grid{grid-template-columns:1fr;gap:20px}
.error-decoration-line{margin:24px auto}
}
@media (max-width: 480px) {
.error-number-display{font-size:100px}
.error-main-heading{font-size:24px}
.error-btn-primary,.error-btn-secondary{padding:14px 28px;font-size:15px}
.error-suggestion-card{padding:24px 20px}
}