:root{--primary-brand:#C19C80;--secondary-brand:#CAA09B;--tertiary-brand:#E6D9D5;--light-bg:#fafbfc;--white-bg:#fff;--dark-text:#212529;--medium-text:#495057;--light-text:#6c757d;--border-subtle:#dee2e6;--border-medium:#adb5bd;--shadow-sm:0 2px 4px #00000014;--shadow-md:0 4px 12px #0000001f;--transition-smooth:all .25s cubic-bezier(0.4,0,0.2,1)}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:var(--light-bg);color:var(--dark-text);line-height:1.7;font-size:clamp(16px,1.05vw,18px);overflow-x:hidden}
.site_header__wrapper{background:linear-gradient(135deg,var(--white-bg) 0%,#e6d9d533 100%);border-bottom:3px solid var(--primary-brand);position:relative;min-height:145px}
.header_row1__container{border-bottom:1px solid var(--border-subtle);padding:clamp(12px,1.5vw,18px) clamp(20px,4vw,60px);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;background:#fff9}
.business_info__text{font-size:clamp(13px,0.9vw,15px);color:var(--medium-text);font-weight:500;display:flex;align-items:center;gap:8px}
.location_marker__icon{color:var(--primary-brand);font-weight:700}
.service_area__label{font-size:clamp(12px,0.85vw,14px);padding:6px 14px;background:linear-gradient(135deg,var(--tertiary-brand),#caa09b4d);border-radius:20px;border:1px solid var(--secondary-brand);color:var(--dark-text);font-weight:600}
.header_row2__container{padding:clamp(18px,2.2vw,28px) clamp(20px,4vw,60px);display:flex;justify-content:center;align-items:center;gap:clamp(30px,5vw,70px);flex-wrap:wrap;position:relative}
.brand_logo__wrapper{display:flex;align-items:center;gap:18px;position:relative;z-index:100}
.brand_logo__image{height:62px;width:62px;object-fit:contain;display:block}
.cta_group__container{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.cta_button__primary{padding:clamp(11px,1.2vw,15px) clamp(22px,2.5vw,32px);background:linear-gradient(135deg,var(--primary-brand),var(--secondary-brand));color:var(--white-bg);text-decoration:none;border-radius:8px;font-weight:600;font-size:clamp(14px,0.95vw,16px);border:2px solid transparent;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);display:inline-block}
.cta_button__primary:hover{background:linear-gradient(135deg,var(--secondary-brand),var(--primary-brand));box-shadow:var(--shadow-md);opacity:.95}
.cta_button__primary:focus{outline:3px solid var(--primary-brand);outline-offset:3px}
.cta_button__secondary{padding:clamp(11px,1.2vw,15px) clamp(22px,2.5vw,32px);background:var(--white-bg);color:var(--primary-brand);text-decoration:none;border-radius:8px;font-weight:600;font-size:clamp(14px,0.95vw,16px);border:2px solid var(--primary-brand);transition:var(--transition-smooth);display:inline-block}
.cta_button__secondary:hover{background:var(--tertiary-brand);opacity:.9}
.cta_button__secondary:focus{outline:3px solid var(--secondary-brand);outline-offset:3px}
.cta_button__tertiary{padding:clamp(11px,1.2vw,15px) clamp(22px,2.5vw,32px);background:#c19c8026;color:var(--dark-text);text-decoration:none;border-radius:8px;font-weight:600;font-size:clamp(14px,0.95vw,16px);border:2px solid var(--border-subtle);transition:var(--transition-smooth);display:inline-block}
.cta_button__tertiary:hover{border-color:var(--secondary-brand);background:#caa09b33}
.cta_button__tertiary:focus{outline:3px solid var(--primary-brand);outline-offset:3px}
.header_row3__container{border-top:2px solid var(--border-subtle);padding:0;background:#c19c8014}
.main_navigation__wrapper{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap;list-style:none}
.nav_item__link{padding:clamp(16px,1.8vw,22px) clamp(20px,2.5vw,35px);color:var(--dark-text);text-decoration:none;font-weight:600;font-size:clamp(14px,0.95vw,16px);transition:var(--transition-smooth);display:block;border-right:1px solid var(--border-subtle);position:relative}
.nav_item__link:last-child{border-right:none}
.nav_item__link::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--primary-brand);transition:var(--transition-smooth)}
.nav_item__link:hover{background:#c19c801f;color:var(--primary-brand)}
.nav_item__link:hover::after{width:80%}
.nav_item__link:focus{outline:3px solid var(--secondary-brand);outline-offset:-3px}
.site_footer__wrapper{background:linear-gradient(180deg,var(--white-bg) 0%,#e6d9d54d 100%);border-top:4px solid var(--primary-brand);padding:clamp(45px,5vw,70px) clamp(20px,4vw,60px) clamp(25px,3vw,40px);margin-top:clamp(60px,7vw,100px)}
.footer_content__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(35px,4vw,55px);max-width:1400px;margin:0 auto;padding-bottom:clamp(30px,3.5vw,45px);border-bottom:2px solid var(--border-subtle)}
.footer_section__block{border:2px solid var(--border-subtle);padding:clamp(22px,2.5vw,32px);border-radius:10px;background:var(--white-bg);box-shadow:var(--shadow-sm)}
.footer_heading__title{font-size:clamp(17px,1.15vw,20px);color:var(--primary-brand);margin-bottom:clamp(16px,1.8vw,22px);font-weight:700;border-bottom:2px solid var(--tertiary-brand);padding-bottom:10px}
.footer_logo__container{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.footer_logo__image{height:55px;width:55px;object-fit:contain}
.footer_brand__name{font-size:clamp(19px,1.3vw,23px);font-weight:700;color:var(--dark-text)}
.footer_description__text{color:var(--medium-text);line-height:1.8;font-size:clamp(14px,0.92vw,16px);margin-top:12px}
.contact_info__list{list-style:none;display:flex;flex-direction:column;gap:14px}
.contact_item__wrapper{display:flex;align-items:flex-start;gap:12px;padding:10px;border-left:3px solid var(--secondary-brand);background:#e6d9d533;border-radius:4px}
.contact_icon__symbol{color:var(--primary-brand);font-weight:700;font-size:18px;flex-shrink:0}
.contact_detail__text{color:var(--dark-text);font-size:clamp(13px,0.9vw,15px);line-height:1.6;word-break:break-word}
.contact_link__anchor{color:var(--primary-brand);text-decoration:none;transition:var(--transition-smooth);font-weight:600}
.contact_link__anchor:hover{color:var(--secondary-brand);opacity:.85}
.contact_link__anchor:focus{outline:2px solid var(--primary-brand);outline-offset:2px;border-radius:2px}
.service_links__list{list-style:none;display:flex;flex-direction:column;gap:12px}
.service_link__item{border-bottom:1px solid var(--border-subtle);padding-bottom:10px}
.service_link__anchor{color:var(--dark-text);text-decoration:none;font-size:clamp(14px,0.92vw,16px);transition:var(--transition-smooth);display:inline-flex;align-items:center;gap:8px;font-weight:500}
.service_link__anchor::before{content:'→';color:var(--primary-brand);font-weight:700;transition:var(--transition-smooth)}
.service_link__anchor:hover{color:var(--primary-brand)}
.service_link__anchor:hover::before{transform:translateX(4px)}
.service_link__anchor:focus{outline:2px solid var(--secondary-brand);outline-offset:3px;border-radius:3px}
.footer_bottom__container{max-width:1400px;margin:0 auto;padding-top:clamp(22px,2.5vw,32px);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}
.copyright__text{color:var(--medium-text);font-size:clamp(13px,0.88vw,15px)}
.footer_home__link{color:var(--primary-brand);text-decoration:none;font-weight:600;font-size:clamp(14px,0.92vw,16px);padding:8px 18px;border:2px solid var(--primary-brand);border-radius:6px;transition:var(--transition-smooth)}
.footer_home__link:hover{background:var(--primary-brand);color:var(--white-bg)}
.footer_home__link:focus{outline:3px solid var(--secondary-brand);outline-offset:3px}
.cookie_consent__overlay{position:fixed;bottom:25px;right:25px;max-width:clamp(320px,90vw,420px);background:var(--white-bg);border:3px solid var(--primary-brand);border-radius:12px;padding:clamp(22px,2.5vw,28px);box-shadow:0 8px 24px #0000002e;z-index:9999;display:none}
.cookie_consent__overlay.active_state{display:block;animation:slideInUp .4s ease-out}
@keyframes slideInUp {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.cookie_icon__wrapper{font-size:32px;margin-bottom:14px;color:var(--primary-brand)}
.cookie_heading__title{font-size:clamp(17px,1.1vw,19px);color:var(--dark-text);margin-bottom:12px;font-weight:700}
.cookie_message__text{color:var(--medium-text);font-size:clamp(13px,0.9vw,15px);line-height:1.7;margin-bottom:18px}
.cookie_policy__link{color:var(--primary-brand);text-decoration:underline;font-weight:600;transition:var(--transition-smooth)}
.cookie_policy__link:hover{color:var(--secondary-brand);opacity:.85}
.cookie_policy__link:focus{outline:2px solid var(--primary-brand);outline-offset:2px;border-radius:2px}
.cookie_actions__container{display:flex;gap:10px;flex-wrap:wrap}
.cookie_btn__accept{flex:1;min-width:120px;padding:12px 20px;background:linear-gradient(135deg,var(--primary-brand),var(--secondary-brand));color:var(--white-bg);border:none;border-radius:7px;font-weight:600;font-size:clamp(13px,0.9vw,15px);cursor:pointer;transition:var(--transition-smooth);font-family:inherit}
.cookie_btn__accept:hover{background:linear-gradient(135deg,var(--secondary-brand),var(--primary-brand));opacity:.92}
.cookie_btn__accept:focus{outline:3px solid var(--primary-brand);outline-offset:3px}
.cookie_btn__reject{flex:1;min-width:120px;padding:12px 20px;background:var(--white-bg);color:var(--dark-text);border:2px solid var(--border-medium);border-radius:7px;font-weight:600;font-size:clamp(13px,0.9vw,15px);cursor:pointer;transition:var(--transition-smooth);font-family:inherit}
.cookie_btn__reject:hover{border-color:var(--secondary-brand);background:#caa09b1a}
.cookie_btn__reject:focus{outline:3px solid var(--secondary-brand);outline-offset:3px}
@media screen and (max-width: 768px) {
.header_row1__container{flex-direction:column;text-align:center}
.header_row2__container{flex-direction:column;gap:20px}
.cta_group__container{justify-content:center;width:100%}
.main_navigation__wrapper{flex-direction:column;width:100%}
.nav_item__link{width:100%;text-align:center;border-right:none;border-bottom:1px solid var(--border-subtle)}
.footer_content__grid{grid-template-columns:1fr}
.footer_bottom__container{flex-direction:column;text-align:center}
.cookie_consent__overlay{bottom:15px;right:15px;left:15px;max-width:none}
.cookie_actions__container{flex-direction:column}
.cookie_btn__accept,.cookie_btn__reject{width:100%}
}
@media screen and (max-width: 480px) {
.brand_logo__image{height:50px;width:50px}
.footer_logo__image{height:45px;width:45px}
.cta_button__primary,.cta_button__secondary,.cta_button__tertiary{width:100%;text-align:center}
}
.trading-index-wrapper{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#212529;line-height:1.6;background:#fff}
.trading-index-wrapper *{box-sizing:border-box}
.hero-automated-trading{background:linear-gradient(135deg,#fafbfc 0%,#E6D9D5 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.hero-automated-trading::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c19c8026 0%,transparent 70%);border-radius:50%}
.hero-content-main{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-area h1{font-size:3.2rem;font-weight:800;color:#212529;margin:0 0 24px;line-height:1.2}
.hero-text-area p{font-size:1.2rem;color:#495057;margin:0 0 32px;line-height:1.7}
.hero-cta-btn{display:inline-block;background:#C19C80;color:#fff;padding:16px 40px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #c19c804d}
.hero-cta-btn:hover{background:#a98670;transform:translateY(-2px);box-shadow:0 6px 20px #c19c8066}
.hero-image-container{position:relative}
.hero-image-container img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px #00000026}
.platform-features-grid{max-width:1200px;margin:80px auto;padding:0 20px}
.section-header-compact{text-align:center;margin-bottom:60px}
.section-header-compact h2{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 16px}
.section-header-compact p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto}
.features-asymmetric-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.feature-card-item{background:#f8f9fa;padding:40px 30px;border-radius:12px;transition:all .3s ease;border:2px solid transparent}
.feature-card-item:hover{transform:translateY(-8px);border-color:#CAA09B;box-shadow:0 12px 30px #caa09b33}
.feature-icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#C19C80,#CAA09B);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.feature-icon-holder i{font-size:32px;color:#fff}
.feature-card-item h3{font-size:1.4rem;font-weight:700;color:#212529;margin:0 0 16px}
.feature-card-item p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.trading-process-timeline{background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%);padding:80px 20px;position:relative}
.timeline-container-wrapper{max-width:900px;margin:0 auto}
.timeline-step-item{display:flex;gap:40px;margin-bottom:50px;position:relative}
.timeline-step-item:last-child{margin-bottom:0}
.timeline-marker-box{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#C19C80,#CAA09B);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #c19c804d;position:relative;z-index:2}
.timeline-marker-box span{font-size:2rem;font-weight:800;color:#fff}
.timeline-content-box{flex:1;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 16px #00000014;margin-top:10px}
.timeline-content-box h3{font-size:1.5rem;font-weight:700;color:#212529;margin:0 0 12px}
.timeline-content-box p{font-size:1.05rem;color:#495057;margin:0;line-height:1.6}
.strategy-showcase-split{max-width:1200px;margin:80px auto;padding:0 20px}
.split-layout-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.split-image-side img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 16px 40px #0000001f}
.split-content-side h2{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 24px}
.split-content-side p{font-size:1.1rem;color:#495057;margin:0 0 20px;line-height:1.7}
.strategy-list-items{list-style:none;padding:0;margin:30px 0 0}
.strategy-list-items li{padding:16px 0 16px 40px;position:relative;font-size:1.05rem;color:#343a40;border-left:3px solid #E6D9D5;margin-bottom:12px}
.strategy-list-items li::before{content:'→';position:absolute;left:12px;color:#C19C80;font-weight:700;font-size:1.2rem}
.comparison-table-section{max-width:1200px;margin:80px auto;padding:0 20px}
.table-responsive-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.comparison-data-table{width:100%;border-collapse:collapse}
.comparison-data-table thead{background:linear-gradient(135deg,#C19C80,#CAA09B)}
.comparison-data-table thead th{padding:20px;text-align:left;color:#fff;font-weight:700;font-size:1.1rem}
.comparison-data-table tbody tr{border-bottom:1px solid #E6D9D5;transition:background .2s ease}
.comparison-data-table tbody tr:hover{background:#fafbfc}
.comparison-data-table tbody td{padding:20px;color:#343a40;font-size:1rem}
.comparison-data-table tbody td:first-child{font-weight:600;color:#212529}
.checkmark-cell{color:#28a745;font-weight:700;font-size:1.2rem}
.crossmark-cell{color:#dc3545;font-weight:700;font-size:1.2rem}
.testimonial-quote-section{background:linear-gradient(135deg,#E6D9D5 0%,#CAA09B 100%);padding:80px 20px;position:relative;overflow:hidden}
.testimonial-quote-section::before{content:'"';position:absolute;top:-40px;left:5%;font-size:300px;color:#ffffff26;font-family:Georgia,serif;line-height:1}
.testimonial-content-box{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}
.testimonial-content-box blockquote{font-size:1.8rem;font-style:italic;color:#fff;margin:0 0 30px;line-height:1.6;font-weight:500}
.testimonial-author-info{display:flex;align-items:center;justify-content:center;gap:20px}
.author-name-title h4{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 6px}
.author-name-title p{font-size:1.05rem;color:#ffffffe6;margin:0}
.technology-stack-display{max-width:1200px;margin:80px auto;padding:0 20px}
.tech-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.tech-image-showcase img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 35px #00000026}
.tech-details-content h2{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 24px}
.tech-details-content p{font-size:1.1rem;color:#495057;margin:0 0 30px;line-height:1.7}
.tech-specs-list{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.tech-spec-item{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #C19C80}
.tech-spec-item h4{font-size:1.1rem;font-weight:700;color:#212529;margin:0 0 8px}
.tech-spec-item p{font-size:.95rem;color:#495057;margin:0;line-height:1.5}
.final-cta-section{background:linear-gradient(135deg,#212529 0%,#343a40 100%);padding:80px 20px;text-align:center}
.cta-content-centered{max-width:800px;margin:0 auto}
.cta-content-centered h2{font-size:2.8rem;font-weight:800;color:#fff;margin:0 0 20px}
.cta-content-centered p{font-size:1.2rem;color:#E6D9D5;margin:0 0 40px;line-height:1.6}
.cta-buttons-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-btn-primary{display:inline-block;background:#C19C80;color:#fff;padding:18px 45px;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 18px #c19c8066}
.cta-btn-primary:hover{background:#a98670;transform:translateY(-3px);box-shadow:0 8px 24px #c19c8080}
.cta-btn-secondary{display:inline-block;background:transparent;color:#fff;padding:18px 45px;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.1rem;border:2px solid #CAA09B;transition:all .3s ease}
.cta-btn-secondary:hover{background:#CAA09B;transform:translateY(-3px);box-shadow:0 6px 18px #caa09b66}
@media (max-width: 1024px) {
.hero-content-main{grid-template-columns:1fr;gap:40px}
.hero-text-area h1{font-size:2.5rem}
.features-asymmetric-layout{grid-template-columns:repeat(2,1fr)}
.split-layout-container{grid-template-columns:1fr;gap:40px}
.tech-grid-layout{grid-template-columns:1fr}
.tech-specs-list{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-automated-trading{padding:80px 20px 60px}
.hero-text-area h1{font-size:2rem}
.hero-text-area p{font-size:1.05rem}
.hero-image-container img{height:300px}
.features-asymmetric-layout{grid-template-columns:1fr}
.section-header-compact h2{font-size:2rem}
.timeline-step-item{flex-direction:column;gap:20px}
.timeline-marker-box{width:60px;height:60px}
.timeline-marker-box span{font-size:1.5rem}
.testimonial-content-box blockquote{font-size:1.4rem}
.cta-content-centered h2{font-size:2rem}
.cta-buttons-row{flex-direction:column;align-items:stretch}
.cta-btn-primary,.cta-btn-secondary{width:100%}
.tech-image-showcase img{height:300px}
.split-image-side img{height:350px}
}
@media (max-width: 480px) {
.hero-text-area h1{font-size:1.75rem}
.section-header-compact h2{font-size:1.75rem}
.split-content-side h2{font-size:2rem}
.tech-details-content h2{font-size:2rem}
.comparison-data-table thead th,.comparison-data-table tbody td{padding:12px;font-size:.9rem}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.contact-hero-section{background:linear-gradient(165deg,#E6D9D5 0%,#CAA09B 50%,#C19C80 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.contact-hero-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#fff;line-height:1.7;margin-bottom:0}
.contact-info-grid-section{padding:70px 20px;background:#fff}
.contact-info-container{max-width:1100px;margin:0 auto}
.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:40px}
.contact-info-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:35px 28px;border-radius:12px;border:2px solid #E6D9D5;transition:all .3s ease;position:relative}
.contact-info-card:hover{transform:translateY(-5px);border-color:#C19C80;box-shadow:0 8px 25px #c19c8026}
.contact-info-card i{font-size:2.2rem;color:#C19C80;margin-bottom:18px;display:block}
.contact-info-card h3{font-size:1.3rem;color:#343a40;margin-bottom:12px;font-weight:600}
.contact-info-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.contact-info-card a{color:#C19C80;text-decoration:none;transition:color .3s ease}
.contact-info-card a:hover{color:#CAA09B;text-decoration:underline}
.contact-form-section{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fafbfc 100%)}
.contact-form-wrapper{max-width:750px;margin:0 auto;background:#fff;padding:50px 45px;border-radius:16px;box-shadow:0 10px 40px #00000014}
.contact-form-wrapper h2{font-size:2rem;color:#343a40;margin-bottom:15px;font-weight:700;text-align:center}
.contact-form-intro{font-size:1.05rem;color:#495057;text-align:center;line-height:1.6;margin-bottom:35px}
.form-group-custom{margin-bottom:25px}
.form-group-custom label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom textarea,.form-group-custom select{width:100%;padding:14px 18px;border:2px solid #E6D9D5;border-radius:8px;font-size:1rem;color:#343a40;transition:all .3s ease;background:#fafbfc;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus,.form-group-custom select:focus{outline:none;border-color:#C19C80;background:#fff;box-shadow:0 0 0 3px #c19c801a}
.form-group-custom textarea{min-height:150px;resize:vertical}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.privacy-checkbox-wrapper{margin:30px 0 25px;display:flex;align-items:flex-start;gap:12px}
.privacy-checkbox-wrapper input[type="checkbox"]{width:auto;margin-top:4px;flex-shrink:0;cursor:pointer}
.privacy-checkbox-wrapper label{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.privacy-checkbox-wrapper a{color:#C19C80;text-decoration:none;font-weight:500}
.privacy-checkbox-wrapper a:hover{color:#CAA09B;text-decoration:underline}
.submit-button-custom{width:100%;padding:16px 30px;background:linear-gradient(135deg,#C19C80 0%,#CAA09B 100%);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #c19c804d}
.submit-button-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c19c8066;background:linear-gradient(135deg,#CAA09B 0%,#C19C80 100%)}
.submit-button-custom:active{transform:translateY(0)}
.operating-hours-section{padding:70px 20px;background:#fff}
.operating-hours-container{max-width:900px;margin:0 auto;text-align:center}
.operating-hours-container h2{font-size:2rem;color:#343a40;margin-bottom:20px;font-weight:700}
.operating-hours-intro{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:40px}
.hours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:35px}
.hours-card{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:30px 25px;border-radius:10px;border-left:4px solid #C19C80;transition:all .3s ease}
.hours-card:hover{border-left-width:6px;box-shadow:0 5px 20px #c19c801f}
.hours-card h3{font-size:1.2rem;color:#343a40;margin-bottom:10px;font-weight:600}
.hours-card p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.response-note{margin-top:35px;padding:25px;background:linear-gradient(135deg,#E6D9D5 0%,#CAA09B 100%);border-radius:10px;text-align:center}
.response-note p{font-size:1rem;color:#fff;margin:0;line-height:1.7}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2rem}
.contact-hero-content p{font-size:1rem}
.contact-hero-section{padding:60px 20px 50px}
.contact-form-wrapper{padding:35px 25px}
.form-row-split{grid-template-columns:1fr;gap:0}
.contact-info-grid{grid-template-columns:1fr}
.hours-grid{grid-template-columns:1fr}
.contact-info-grid-section,.contact-form-section,.operating-hours-section{padding:50px 20px}
}
@media (max-width: 480px) {
.contact-hero-content h1{font-size:1.7rem}
.contact-form-wrapper h2{font-size:1.6rem}
.operating-hours-container h2{font-size:1.6rem}
}
.about-technolx-main{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;color:#2d2d2d;background:#fff}
.about-hero-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E6D9D5 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.about-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c19c8026 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.about-hero-title{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin:0 0 25px;letter-spacing:-.5px}
.about-hero-text{font-size:1.15rem;color:#4a4a4a;max-width:720px;margin:0 0 15px}
.about-story-section{padding:80px 20px;background:#fff}
.about-story-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-story-image-wrap{position:relative}
.about-story-img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #c19c8033}
.about-story-image-wrap::after{content:'';position:absolute;top:-15px;left:-15px;width:100%;height:100%;border:3px solid #C19C80;border-radius:12px;z-index:-1}
.about-story-content h2{font-size:2.3rem;color:#1a1a1a;margin:0 0 20px;font-weight:600}
.about-story-content p{font-size:1.05rem;color:#4a4a4a;margin:0 0 18px;line-height:1.8}
.about-values-section{padding:75px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.about-values-container{max-width:1140px;margin:0 auto}
.about-values-header{text-align:center;margin-bottom:55px}
.about-values-header h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 15px;font-weight:600}
.about-values-header p{font-size:1.1rem;color:#5a5a5a;max-width:650px;margin:0 auto}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.about-value-card{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.about-value-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#C19C80 0%,#CAA09B 100%)}
.about-value-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #c19c8040}
.about-value-icon{font-size:2.5rem;color:#C19C80;margin-bottom:20px;display:block}
.about-value-card h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.about-value-card p{font-size:1rem;color:#5a5a5a;margin:0;line-height:1.7}
.about-approach-section{padding:80px 20px;background:#fff;position:relative}
.about-approach-container{max-width:1140px;margin:0 auto}
.about-approach-intro{text-align:center;margin-bottom:60px}
.about-approach-intro h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 18px;font-weight:600}
.about-approach-intro p{font-size:1.1rem;color:#5a5a5a;max-width:700px;margin:0 auto}
.about-approach-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.about-approach-steps{display:flex;flex-direction:column;gap:30px}
.about-step-item{display:flex;gap:25px;align-items:start;padding:30px;background:#fafbfc;border-radius:10px;border-left:4px solid #C19C80;transition:background .3s ease}
.about-step-item:hover{background:#f5f6fa}
.about-step-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#C19C80 0%,#CAA09B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff}
.about-step-content h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 10px;font-weight:600}
.about-step-content p{font-size:1rem;color:#5a5a5a;margin:0;line-height:1.7}
.about-approach-visuals{display:flex;flex-direction:column;gap:25px}
.about-approach-img-box{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 6px 25px #0000001a}
.about-approach-img{width:100%;height:260px;object-fit:cover;display:block}
.about-team-section{padding:75px 20px 85px;background:linear-gradient(135deg,#E6D9D5 0%,#fafbfc 100%)}
.about-team-container{max-width:1140px;margin:0 auto}
.about-team-header{text-align:center;margin-bottom:50px}
.about-team-header h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 15px;font-weight:600}
.about-team-header p{font-size:1.1rem;color:#5a5a5a;max-width:680px;margin:0 auto}
.about-team-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:45px}
.about-stat-box{background:#fff;padding:35px 25px;border-radius:10px;text-align:center;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}
.about-stat-box:hover{transform:scale(1.05)}
.about-stat-number{font-size:2.8rem;font-weight:700;color:#C19C80;margin:0 0 8px;display:block}
.about-stat-label{font-size:1.05rem;color:#4a4a4a;margin:0}
.about-cta-section{padding:70px 20px;background:linear-gradient(135deg,#C19C80 0%,#CAA09B 100%);text-align:center}
.about-cta-container{max-width:800px;margin:0 auto}
.about-cta-section h2{font-size:2.2rem;color:#fff;margin:0 0 18px;font-weight:600}
.about-cta-section p{font-size:1.15rem;color:#fff;margin:0 0 30px;opacity:.95}
.about-cta-button{display:inline-block;padding:16px 45px;background:#fff;color:#C19C80;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.about-cta-button:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 20px #0003;color:#C19C80}
@media (max-width: 992px) {
.about-story-container{grid-template-columns:1fr;gap:40px}
.about-values-grid{grid-template-columns:1fr;gap:25px}
.about-approach-layout{grid-template-columns:1fr;gap:40px}
.about-team-stats{grid-template-columns:repeat(2,1fr);gap:20px}
}
@media (max-width: 768px) {
.about-hero-title{font-size:2.2rem}
.about-story-content h2,.about-values-header h2,.about-approach-intro h2,.about-team-header h2{font-size:1.9rem}
.about-step-item{flex-direction:column;gap:15px}
.about-team-stats{grid-template-columns:1fr}
.about-cta-section h2{font-size:1.8rem}
}
.tech-req-page-2025{background:#fafbfc;min-height:100vh;padding:0;margin:0}
.tech-hero-wrapper{background:linear-gradient(135deg,#E6D9D5 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.tech-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c19c8026 0%,transparent 70%);border-radius:50%}
.tech-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.tech-hero-badge{display:inline-block;background:#c19c8033;color:#6b4423;padding:8px 18px;border-radius:25px;font-size:14px;font-weight:600;margin-bottom:20px;letter-spacing:.3px}
.tech-hero-content h1{font-size:48px;color:#2c1810;margin:0 0 20px;font-weight:700;line-height:1.2}
.tech-hero-subtitle{font-size:19px;color:#5a4a42;line-height:1.6;max-width:680px;margin-bottom:35px}
.tech-stats-mini{display:flex;gap:40px;flex-wrap:wrap;margin-top:30px}
.tech-stat-item{display:flex;align-items:center;gap:12px}
.tech-stat-icon{width:42px;height:42px;background:#C19C80;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}
.tech-stat-text{font-size:15px;color:#3d2f28;font-weight:600}
.tech-requirements-grid{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.tech-main-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #2c181014;overflow:hidden}
.tech-card-header{background:linear-gradient(120deg,#C19C80 0%,#CAA09B 100%);padding:40px;text-align:center}
.tech-card-header h2{font-size:32px;color:#fff;margin:0 0 12px;font-weight:700}
.tech-card-subtitle{font-size:16px;color:#fffffff2;margin:0;line-height:1.5}
.tech-card-body{padding:50px 40px}
.tech-section-group{margin-bottom:50px}
.tech-section-group:last-child{margin-bottom:0}
.tech-section-title{font-size:24px;color:#2c1810;margin:0 0 25px;font-weight:700;display:flex;align-items:center;gap:12px}
.tech-section-icon{width:36px;height:36px;background:#E6D9D5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#C19C80;font-size:18px;flex-shrink:0}
.tech-specs-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:30px}
.tech-specs-table thead tr{background:#f8f9fa}
.tech-specs-table th{padding:16px 20px;text-align:left;font-size:15px;color:#2c1810;font-weight:700;border-bottom:2px solid #E6D9D5}
.tech-specs-table td{padding:18px 20px;font-size:15px;color:#5a4a42;border-bottom:1px solid #f0f0f0;line-height:1.6}
.tech-specs-table tbody tr:hover{background:#fafbfc}
.tech-specs-table tbody tr:last-child td{border-bottom:none}
.tech-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:25px}
.tech-feature-box{background:#fafbfc;border:2px solid #E6D9D5;border-radius:12px;padding:25px;transition:all .3s ease}
.tech-feature-box:hover{border-color:#CAA09B;transform:translateY(-3px);box-shadow:0 6px 20px #c19c8026}
.tech-feature-header{display:flex;align-items:center;gap:12px;margin-bottom:15px}
.tech-feature-icon-box{width:44px;height:44px;background:#C19C80;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}
.tech-feature-title{font-size:17px;color:#2c1810;margin:0;font-weight:700}
.tech-feature-desc{font-size:14px;color:#5a4a42;line-height:1.6;margin:0}
.tech-note-box{background:#fff9f5;border-left:4px solid #C19C80;padding:20px 25px;border-radius:8px;margin-top:30px}
.tech-note-title{font-size:16px;color:#2c1810;font-weight:700;margin:0 0 10px;display:flex;align-items:center;gap:8px}
.tech-note-text{font-size:14px;color:#5a4a42;line-height:1.7;margin:0}
.tech-image-section{margin:50px 0;text-align:center}
.tech-image-wrapper{max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 35px #2c18101f}
.tech-image-wrapper img{width:100%;height:auto;display:block}
.tech-cta-bottom{background:linear-gradient(135deg,#2c1810 0%,#4a3428 100%);padding:50px 40px;text-align:center;margin-top:50px;border-radius:16px}
.tech-cta-bottom h3{font-size:28px;color:#fff;margin:0 0 15px;font-weight:700}
.tech-cta-bottom p{font-size:16px;color:#ffffffe6;margin:0 0 30px;line-height:1.6}
.tech-cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}
.tech-btn-primary{background:#C19C80;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #C19C80}
.tech-btn-primary:hover{background:#a88469;border-color:#a88469;transform:translateY(-2px);box-shadow:0 6px 20px #c19c8066}
.tech-btn-secondary{background:transparent;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #fff}
.tech-btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}
.tech-check-icon{color:#4a9d5f;margin-right:8px;font-weight:700}
.tech-info-icon{color:#C19C80;font-size:18px}
@media (max-width: 768px) {
.tech-hero-wrapper{padding:60px 20px 40px}
.tech-hero-content h1{font-size:34px}
.tech-hero-subtitle{font-size:17px}
.tech-stats-mini{gap:20px}
.tech-card-header{padding:30px 20px}
.tech-card-header h2{font-size:26px}
.tech-card-body{padding:30px 20px}
.tech-section-title{font-size:20px}
.tech-specs-table{font-size:14px}
.tech-specs-table th,.tech-specs-table td{padding:12px 10px}
.tech-feature-grid{grid-template-columns:1fr}
.tech-cta-bottom{padding:40px 20px}
.tech-cta-bottom h3{font-size:24px}
.tech-cta-buttons{flex-direction:column}
.tech-btn-primary,.tech-btn-secondary{width:100%}
}
@media (max-width: 480px) {
.tech-hero-content h1{font-size:28px}
.tech-card-header h2{font-size:22px}
.tech-section-title{font-size:18px;flex-direction:column;align-items:flex-start}
}
.partners-main-wrapper{background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.partners-hero-block{background:linear-gradient(135deg,#fafbfc 0%,#E6D9D5 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.partners-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c19c8026 0%,transparent 70%);border-radius:50%}
.partners-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.partners-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.partners-hero-content .hero-subtitle{font-size:1.25rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:0}
.partnership-models-section{padding:90px 20px;background:#f8f9fa}
.partnership-models-container{max-width:1200px;margin:0 auto}
.partnership-models-header{text-align:center;margin-bottom:70px}
.partnership-models-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.partnership-models-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.models-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px}
.model-card-item{background:#fff;border-radius:12px;padding:45px 35px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border-left:5px solid #C19C80}
.model-card-item:hover{transform:translateY(-8px);box-shadow:0 8px 30px #c19c8033}
.model-card-item h3{font-size:1.6rem;color:#212529;margin-bottom:18px;font-weight:600}
.model-card-item p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
.visual-showcase-section{padding:0;background:#fff}
.showcase-split-layout{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.showcase-image-side{position:relative;overflow:hidden}
.showcase-image-side img{width:100%;height:100%;object-fit:cover;display:block}
.showcase-content-side{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to right,#fafbfc 0%,#fff 100%)}
.showcase-content-side h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:700}
.showcase-content-side p{font-size:1.08rem;color:#495057;line-height:1.8;margin-bottom:22px}
.showcase-features-list{list-style:none;padding:0;margin:30px 0 0}
.showcase-features-list li{padding:12px 0;color:#343a40;font-size:1.05rem;position:relative;padding-left:35px}
.showcase-features-list li::before{content:'';position:absolute;left:0;color:#C19C80;font-weight:700;font-size:1.3rem}
.benefits-timeline-section{padding:100px 20px;background:#fff;position:relative}
.benefits-timeline-wrapper{max-width:1000px;margin:0 auto}
.benefits-timeline-wrapper h2{font-size:2.5rem;color:#212529;margin-bottom:60px;text-align:center;font-weight:700}
.timeline-vertical-layout{position:relative;padding-left:80px}
.timeline-vertical-layout::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#C19C80 0%,#CAA09B 50%,#E6D9D5 100%)}
.timeline-item-block{position:relative;margin-bottom:60px;padding:30px 35px;background:#f8f9fa;border-radius:10px;transition:background .3s ease}
.timeline-item-block:hover{background:#E6D9D5}
.timeline-item-block::before{content:'';position:absolute;left:-65px;top:40px;width:18px;height:18px;background:#C19C80;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 4px #E6D9D5}
.timeline-item-block h3{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:600}
.timeline-item-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
.collaboration-process-section{padding:90px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.collaboration-process-container{max-width:1300px;margin:0 auto}
.process-header-area{margin-bottom:65px}
.process-header-area h2{font-size:2.5rem;color:#212529;margin-bottom:22px;font-weight:700}
.process-header-area p{font-size:1.1rem;color:#495057;max-width:800px;line-height:1.7}
.process-dual-column{display:grid;grid-template-columns:450px 1fr;gap:60px;align-items:start}
.process-image-column img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #0000001a}
.process-steps-column{padding-top:20px}
.process-step-item{margin-bottom:45px;padding:35px;background:#fff;border-radius:10px;box-shadow:0 3px 15px #0000000d;border-top:4px solid #CAA09B;transition:all .3s ease}
.process-step-item:hover{box-shadow:0 6px 25px #c19c8026;transform:translateX(8px)}
.step-number-badge{display:inline-block;width:45px;height:45px;background:#C19C80;color:#fff;border-radius:50%;text-align:center;line-height:45px;font-size:1.3rem;font-weight:700;margin-bottom:18px}
.process-step-item h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.process-step-item p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
@media (max-width: 992px) {
.partners-hero-content h1{font-size:2.5rem}
.models-grid-layout{grid-template-columns:1fr;gap:30px}
.showcase-split-layout{grid-template-columns:1fr}
.showcase-content-side{padding:60px 40px}
.timeline-vertical-layout{padding-left:0}
.timeline-vertical-layout::before{display:none}
.timeline-item-block::before{display:none}
.process-dual-column{grid-template-columns:1fr;gap:40px}
.process-image-column{order:2}
.process-steps-column{order:1}
}
@media (max-width: 768px) {
.partners-hero-block{padding:80px 20px 60px}
.partners-hero-content h1{font-size:2rem}
.partners-hero-content .hero-subtitle{font-size:1.1rem}
.partnership-models-section{padding:60px 20px}
.partnership-models-header h2{font-size:2rem}
.model-card-item{padding:30px 25px}
.showcase-content-side{padding:40px 25px}
.showcase-content-side h2{font-size:1.8rem}
.benefits-timeline-section{padding:60px 20px}
.benefits-timeline-wrapper h2{font-size:2rem}
.timeline-item-block{padding:25px 20px}
.collaboration-process-section{padding:60px 20px}
.process-header-area h2{font-size:2rem}
.process-step-item{padding:25px 20px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.cookie-policy-container{max-width:920px;margin:0 auto;padding:65px 30px 80px}
.cookie-header-block{text-align:center;margin-bottom:55px;padding:45px 25px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #c19c8014}
.cookie-main-title{font-size:2.6rem;color:#212529;margin:0 0 18px;font-weight:700;letter-spacing:-.5px}
.cookie-update-date{font-size:1.05rem;color:#6c757d;font-weight:400}
.cookie-intro-section{background:#fff;padding:40px 35px;margin-bottom:35px;border-left:4px solid #C19C80;border-radius:8px;box-shadow:0 1px 6px #0000000a}
.cookie-intro-text{font-size:1.08rem;line-height:1.75;color:#343a40;margin:0 0 20px}
.cookie-intro-text:last-child{margin-bottom:0}
.cookie-content-section{background:#fff;padding:45px 40px;margin-bottom:30px;border-radius:10px;box-shadow:0 2px 10px #c19c800f}
.cookie-section-heading{font-size:1.85rem;color:#212529;margin:0 0 28px;font-weight:650;padding-bottom:15px;border-bottom:3px solid #E6D9D5}
.cookie-subsection-title{font-size:1.35rem;color:#343a40;margin:35px 0 20px;font-weight:600}
.cookie-body-text{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 22px}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:30px 0}
.cookie-type-card{background:linear-gradient(to right,#fafbfc,#fff);padding:30px;border-radius:8px;border:1px solid #E6D9D5;transition:all .3s ease}
.cookie-type-card:hover{box-shadow:0 4px 12px #c19c801f;transform:translateY(-2px)}
.cookie-type-name{font-size:1.25rem;color:#C19C80;margin:0 0 15px;font-weight:650}
.cookie-type-description{font-size:1.02rem;line-height:1.7;color:#495057;margin:0}
.cookie-list-standard{margin:25px 0;padding-left:25px}
.cookie-list-item{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:14px;position:relative;padding-left:8px}
.cookie-list-item::marker{color:#C19C80;font-weight:600}
.cookie-highlight-box{background:linear-gradient(135deg,#E6D9D5 0%,#CAA09B 100%);padding:35px;border-radius:10px;margin:35px 0}
.cookie-highlight-text{font-size:1.1rem;line-height:1.8;color:#212529;margin:0 0 18px;font-weight:500}
.cookie-highlight-text:last-child{margin-bottom:0}
.cookie-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;box-shadow:0 2px 8px #0000000d}
.cookie-info-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-table-header{background:#C19C80;color:#fff}
.cookie-table-header th{padding:18px 20px;text-align:left;font-weight:600;font-size:1.08rem}
.cookie-table-row{border-bottom:1px solid #E6D9D5}
.cookie-table-row:last-child{border-bottom:none}
.cookie-table-row:nth-child(even){background:#fafbfc}
.cookie-table-cell{padding:20px;font-size:1.02rem;color:#495057;line-height:1.6}
.cookie-control-steps{background:#f8f9fa;padding:30px;border-radius:8px;margin:25px 0}
.cookie-step-item{margin-bottom:20px;padding-left:35px;position:relative}
.cookie-step-number{position:absolute;left:0;top:0;width:28px;height:28px;background:#C19C80;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem}
.cookie-step-text{font-size:1.05rem;line-height:1.7;color:#495057;margin:0}
.cookie-contact-block{background:linear-gradient(to bottom right,#C19C80,#CAA09B);padding:45px;border-radius:12px;margin-top:40px;text-align:center;box-shadow:0 4px 15px #c19c8033}
.cookie-contact-title{font-size:1.6rem;color:#fff;margin:0 0 20px;font-weight:650}
.cookie-contact-info{font-size:1.08rem;color:#fff;line-height:1.8;margin:0 0 12px}
.cookie-contact-link{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.cookie-contact-link:hover{opacity:.85}
@media (max-width: 768px) {
.cookie-policy-container{padding:45px 20px 60px}
.cookie-main-title{font-size:2rem}
.cookie-header-block{padding:35px 20px;margin-bottom:40px}
.cookie-content-section{padding:30px 25px}
.cookie-section-heading{font-size:1.5rem}
.cookie-subsection-title{font-size:1.2rem}
.cookie-type-card{padding:25px 20px}
.cookie-highlight-box{padding:25px 20px}
.cookie-contact-block{padding:35px 25px}
.cookie-table-header th,.cookie-table-cell{padding:15px;font-size:.95rem}
}
.privacy-policy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.privacy-policy-content-container{max-width:920px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #c19c8014;padding:50px 60px}
.privacy-policy-header-section{border-bottom:3px solid #E6D9D5;padding-bottom:30px;margin-bottom:45px}
.privacy-policy-main-title{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 15px;line-height:1.2}
.privacy-policy-last-updated{font-size:.95rem;color:#6c757d;font-style:italic;margin:8px 0 0}
.privacy-policy-intro-text{font-size:1.05rem;color:#495057;line-height:1.8;margin:25px 0;background:#fafbfc;padding:25px;border-left:4px solid #C19C80;border-radius:6px}
.privacy-policy-section-block{margin:40px 0}
.privacy-policy-section-title{font-size:1.75rem;color:#343a40;font-weight:600;margin:0 0 20px;position:relative;padding-left:18px}
.privacy-policy-section-title::before{content:'';position:absolute;left:0;top:6px;width:5px;height:24px;background:linear-gradient(180deg,#C19C80 0%,#CAA09B 100%);border-radius:3px}
.privacy-policy-subsection-title{font-size:1.3rem;color:#495057;font-weight:600;margin:28px 0 15px}
.privacy-policy-text-paragraph{font-size:1rem;color:#495057;line-height:1.85;margin:16px 0}
.privacy-policy-list-container{margin:20px 0;padding-left:10px}
.privacy-policy-list-item{font-size:1rem;color:#495057;line-height:1.8;margin:12px 0;padding-left:30px;position:relative}
.privacy-policy-list-item::before{content:'◆';position:absolute;left:0;color:#C19C80;font-size:.9rem}
.privacy-policy-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#E6D9D5 100%);border:2px solid #CAA09B;border-radius:8px;padding:25px 30px;margin:30px 0}
.privacy-policy-highlight-box .privacy-policy-text-paragraph{margin:10px 0;color:#343a40}
.privacy-policy-contact-section{background:#fafbfc;border:2px solid #E6D9D5;border-radius:10px;padding:35px;margin:45px 0 0}
.privacy-policy-contact-title{font-size:1.5rem;color:#343a40;font-weight:600;margin:0 0 20px}
.privacy-policy-contact-info{font-size:1rem;color:#495057;line-height:1.9;margin:10px 0}
.privacy-policy-contact-link{color:#C19C80;text-decoration:none;font-weight:500;transition:color .3s ease}
.privacy-policy-contact-link:hover{color:#a17e64;text-decoration:underline}
.privacy-policy-table-wrapper{margin:30px 0;overflow-x:auto}
.privacy-policy-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #c19c800f}
.privacy-policy-data-table thead{background:linear-gradient(135deg,#C19C80 0%,#CAA09B 100%)}
.privacy-policy-data-table th{padding:16px 20px;text-align:left;color:#fff;font-weight:600;font-size:1rem}
.privacy-policy-data-table td{padding:16px 20px;color:#495057;border-bottom:1px solid #E6D9D5;font-size:.95rem;line-height:1.6}
.privacy-policy-data-table tr:last-child td{border-bottom:none}
.privacy-policy-data-table tbody tr:hover{background:#fafbfc}
.privacy-policy-emphasis-text{font-weight:600;color:#343a40}
@media (max-width: 768px) {
.privacy-policy-main-wrapper{padding:30px 15px}
.privacy-policy-content-container{padding:30px 25px}
.privacy-policy-main-title{font-size:2rem}
.privacy-policy-section-title{font-size:1.4rem}
.privacy-policy-subsection-title{font-size:1.15rem}
.privacy-policy-intro-text{padding:20px}
.privacy-policy-highlight-box{padding:20px}
.privacy-policy-contact-section{padding:25px 20px}
.privacy-policy-data-table{font-size:.9rem}
.privacy-policy-data-table th,.privacy-policy-data-table td{padding:12px 15px}
}
@media (max-width: 480px) {
.privacy-policy-main-title{font-size:1.65rem}
.privacy-policy-section-title{font-size:1.25rem}
.privacy-policy-list-item{padding-left:25px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-hero-section{background:linear-gradient(to right,#fff,#f5f6fa);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,#c19c800d 0%,transparent 70%);animation:pulse-slow 8s ease-in-out infinite}
@keyframes pulse-slow {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.1);opacity:.5}
}
.success-checkmark-container{width:140px;height:140px;margin:0 auto 35px;position:relative;z-index:2}
.success-circle-outer{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#C19C80 0%,#CAA09B 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #c19c8040;animation:scale-in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale-in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.success-circle-inner{width:110px;height:110px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.success-checkmark-icon{font-size:64px;color:#C19C80;font-weight:700;animation:check-draw .8s ease-in-out .3s forwards;opacity:0}
@keyframes check-draw {
0%{opacity:0;transform:scale(0.3) rotate(-45deg)}
100%{opacity:1;transform:scale(1) rotate(0deg)}
}
.success-main-heading{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;letter-spacing:-.5px;position:relative;z-index:2;animation:fade-up .8s ease-out .4s backwards}
@keyframes fade-up {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.success-subtitle-text{font-size:20px;color:#495057;margin:0 auto 15px;max-width:600px;line-height:1.6;position:relative;z-index:2;animation:fade-up .8s ease-out .6s backwards}
.success-detail-info{font-size:16px;color:#6c757d;margin:0 auto;max-width:560px;line-height:1.5;position:relative;z-index:2;animation:fade-up .8s ease-out .8s backwards}
.success-content-area{max-width:900px;margin:-30px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.success-info-card{background:#fff;border-radius:16px;padding:50px 45px;box-shadow:0 10px 40px #00000014;margin-bottom:40px;border:1px solid #E6D9D5;animation:fade-up 1s ease-out 1s backwards}
.success-card-title{font-size:28px;font-weight:600;color:#212529;margin:0 0 25px;padding-bottom:20px;border-bottom:2px solid #E6D9D5}
.success-steps-list{list-style:none;padding:0;margin:0}
.success-step-item{display:flex;gap:20px;margin-bottom:28px;align-items:flex-start}
.success-step-item:last-child{margin-bottom:0}
.success-step-number{min-width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#CAA09B 0%,#E6D9D5 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #caa09b4d}
.success-step-content h3{font-size:19px;font-weight:600;color:#343a40;margin:0 0 8px}
.success-step-content p{font-size:16px;color:#6c757d;margin:0;line-height:1.6}
.success-actions-wrapper{background:linear-gradient(to bottom right,#f8f9fa,#fafbfc);border-radius:16px;padding:45px;text-align:center;border:2px solid #E6D9D5;animation:fade-up 1s ease-out 1.2s backwards}
.success-actions-title{font-size:24px;font-weight:600;color:#212529;margin:0 0 30px}
.success-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:700px;margin:0 auto}
.success-btn-primary{display:inline-block;padding:16px 32px;background:linear-gradient(135deg,#C19C80 0%,#CAA09B 100%);color:#fff;text-decoration:none;border-radius:10px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #c19c804d;border:none;cursor:pointer;position:relative;z-index:1}
.success-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #c19c8066}
.success-btn-secondary{display:inline-block;padding:16px 32px;background:#fff;color:#C19C80;text-decoration:none;border-radius:10px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #00000014;border:2px solid #C19C80;cursor:pointer;position:relative;z-index:1}
.success-btn-secondary:hover{background:#C19C80;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #c19c804d}
.success-support-section{background:#fff;border-radius:16px;padding:40px;margin-top:40px;border-left:5px solid #C19C80;box-shadow:0 6px 25px #0000000f;animation:fade-up 1s ease-out 1.4s backwards}
.success-support-heading{font-size:22px;font-weight:600;color:#212529;margin:0 0 20px}
.success-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:25px}
.success-contact-item{display:flex;align-items:center;gap:15px;padding:18px;background:#fafbfc;border-radius:10px;transition:all .3s ease}
.success-contact-item:hover{background:#f5f6fa;transform:translateX(5px)}
.success-contact-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#CAA09B 0%,#E6D9D5 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.success-contact-icon i{font-size:22px;color:#fff}
.success-contact-details{flex:1}
.success-contact-label{font-size:14px;color:#6c757d;margin:0 0 4px;font-weight:500}
.success-contact-value{font-size:16px;color:#343a40;margin:0;font-weight:600}
.success-contact-value a{color:#343a40;text-decoration:none;transition:color .3s ease}
.success-contact-value a:hover{color:#C19C80}
@media (max-width: 768px) {
.success-hero-section{padding:60px 20px 50px}
.success-main-heading{font-size:36px}
.success-subtitle-text{font-size:18px}
.success-checkmark-container{width:120px;height:120px;margin-bottom:30px}
.success-circle-outer{width:120px;height:120px}
.success-circle-inner{width:95px;height:95px}
.success-checkmark-icon{font-size:52px}
.success-info-card{padding:35px 25px}
.success-card-title{font-size:24px}
.success-actions-wrapper{padding:35px 25px}
.success-buttons-grid{grid-template-columns:1fr;gap:15px}
.success-contact-grid{grid-template-columns:1fr}
.success-support-section{padding:30px 20px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:30px}
.success-subtitle-text{font-size:16px}
.success-detail-info{font-size:15px}
.success-step-number{min-width:36px;height:36px;font-size:16px}
.success-step-content h3{font-size:17px}
.success-step-content p{font-size:15px}
}