:root{--brand-primary:#6F86A1;--brand-secondary:#A2B9D1;--brand-tertiary:#CAD9F7;--bg-light:#fafbfc;--bg-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--border-subtle:#e9ecef;--shadow-sm:0 1px 3px #6f86a114;--shadow-md:0 4px 12px #6f86a11f;--shadow-lg:0 8px 24px #6f86a129}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'General Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;background:var(--bg-light);color:var(--text-dark);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{text-decoration:none;color:inherit;transition:opacity .2s ease}
a:hover{opacity:.8}
a:focus-visible{outline:2px solid var(--brand-primary);outline-offset:3px;border-radius:2px}
header{background:linear-gradient(135deg,var(--bg-white) 0%,#f8f9fa 100%);box-shadow:var(--shadow-sm);position:relative;z-index:100}
.hdr_top__wrap{max-width:1400px;margin:0 auto;padding:30px 40px 20px;display:flex;align-items:center;justify-content:space-between;gap:60px;border-bottom:1px solid var(--border-subtle)}
.logo__container_3x{flex-shrink:0;display:flex;align-items:center}
.logo__container_3x img{height:72px;width:72px;object-fit:contain;display:block}
.company_identity__block{flex-grow:1;text-align:right}
.company_name__styled{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--text-dark);line-height:1.2;background:linear-gradient(120deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.nav_primary__row{max-width:1400px;margin:0 auto;padding:18px 40px}
.navigation_menu__horizontal{display:flex;justify-content:center;align-items:center;gap:48px;list-style:none}
.navigation_menu__horizontal li a{font-size:1.05rem;font-weight:500;color:var(--text-medium);position:relative;padding:6px 0;letter-spacing:.01em}
.navigation_menu__horizontal li a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary));transition:width .25s ease}
.navigation_menu__horizontal li a:hover{color:var(--brand-primary);opacity:1}
.navigation_menu__horizontal li a:hover::after{width:100%}
footer{background:linear-gradient(165deg,var(--text-dark) 0%,#2d3436 100%);color:#e9ecef;margin-top:80px;position:relative;overflow:hidden}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand-primary) 0%,var(--brand-secondary) 50%,var(--brand-tertiary) 100%)}
.footer_main__grid{max-width:1400px;margin:0 auto;padding:60px 40px 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px}
.footer_column__block h3{font-size:1.15rem;font-weight:600;margin-bottom:20px;color:#fff;letter-spacing:.02em}
.footer_brand__section p{font-size:.95rem;line-height:1.8;color:#b8bec4;margin-bottom:16px}
.footer_links__list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_links__list a{font-size:.95rem;color:#b8bec4;transition:color .2s ease,transform .2s ease;display:inline-block}
.footer_links__list a:hover{color:var(--brand-tertiary);transform:translateX(4px);opacity:1}
.contact_info__details{display:flex;flex-direction:column;gap:14px}
.contact_item__row{display:flex;align-items:flex-start;gap:10px;font-size:.93rem;line-height:1.6;color:#b8bec4}
.contact_item__row strong{color:#fff;min-width:60px;font-weight:500}
.financial_disclaimer__notice{max-width:1400px;margin:0 auto;padding:30px 40px;border-top:1px solid #ffffff1a;font-size:.85rem;line-height:1.7;color:#a8aeb4}
.financial_disclaimer__notice p{margin-bottom:10px}
.footer_bottom__bar{background:#0003;padding:20px 40px;text-align:center;font-size:.88rem;color:#a8aeb4}
.consent_popup__wrapper{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:var(--bg-white);border-radius:16px;box-shadow:0 12px 40px #00000026;padding:28px 32px;max-width:520px;width:calc(100% - 40px);z-index:10000;border:1px solid var(--border-subtle);animation:slideUpFade .4s ease}
@keyframes slideUpFade {
from{opacity:0;transform:translateX(-50%) translateY(20px)}
to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.consent_content__area h4{font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:12px;letter-spacing:-.01em}
.consent_content__area p{font-size:.93rem;color:var(--text-medium);line-height:1.6;margin-bottom:20px}
.consent_actions__group{display:flex;gap:12px;flex-wrap:wrap}
.btn_consent__primary,.btn_consent__secondary,.btn_consent__link{padding:11px 24px;border-radius:8px;font-size:.93rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;min-height:44px;min-width:44px}
.btn_consent__primary{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);color:#fff}
.btn_consent__primary:hover{background:linear-gradient(135deg,#5e7590 0%,#8fa8c0 100%);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn_consent__secondary{background:var(--bg-light);color:var(--text-medium);border:1px solid var(--border-subtle)}
.btn_consent__secondary:hover{background:#e9ecef;border-color:#dee2e6}
.btn_consent__link{background:transparent;color:var(--brand-primary);padding:11px 16px;text-decoration:underline;text-underline-offset:3px}
.btn_consent__link:hover{color:var(--brand-secondary);background:#6f86a10d}
.btn_consent__primary:focus-visible,.btn_consent__secondary:focus-visible,.btn_consent__link:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}
@media (max-width: 900px) {
.hdr_top__wrap{flex-direction:column;gap:25px;padding:25px 30px 18px;text-align:center}
.company_identity__block{text-align:center}
.navigation_menu__horizontal{flex-wrap:wrap;gap:28px}
.footer_main__grid{grid-template-columns:1fr 1fr;gap:40px;padding:50px 30px 35px}
}
@media (max-width: 600px) {
.hdr_top__wrap{padding:20px 20px 15px}
.logo__container_3x img{height:58px;width:58px}
.company_name__styled{font-size:1.5rem}
.nav_primary__row{padding:15px 20px}
.navigation_menu__horizontal{flex-direction:column;gap:18px}
.navigation_menu__horizontal li a{font-size:1rem;padding:8px 0}
.footer_main__grid{grid-template-columns:1fr;gap:35px;padding:40px 20px 30px}
.financial_disclaimer__notice{padding:25px 20px;font-size:.82rem}
.footer_bottom__bar{padding:18px 20px;font-size:.84rem}
.consent_popup__wrapper{bottom:20px;padding:24px;width:calc(100% - 30px)}
.consent_actions__group{flex-direction:column}
.btn_consent__primary,.btn_consent__secondary,.btn_consent__link{width:100%}
}
.about-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#CAD9F7 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a2b9d14d 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:48px;color:#212529;margin:0 0 24px;font-weight:700;line-height:1.2}
.about-hero-content .hero-subtext{font-size:20px;color:#495057;line-height:1.6;margin:0 0 16px}
.about-hero-content .hero-location{font-size:16px;color:#6F86A1;font-weight:500}
.story-section-wrap{padding:80px 20px;background:#fff}
.story-grid-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story-text-block h2{font-size:36px;color:#212529;margin:0 0 28px;font-weight:600;line-height:1.3}
.story-text-block p{font-size:17px;color:#495057;line-height:1.7;margin:0 0 20px}
.story-text-block p:last-child{margin-bottom:0}
.story-image-block{position:relative}
.story-image-block img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #6f86a126}
.story-image-block::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(45deg,#A2B9D1 0%,#CAD9F7 100%);border-radius:50%;z-index:-1;opacity:.4}
.values-showcase-wrap{padding:70px 20px;background:#f8f9fa;position:relative}
.values-showcase-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6F86A1 0%,#CAD9F7 100%)}
.values-container{max-width:1100px;margin:0 auto}
.values-header{text-align:center;margin-bottom:50px}
.values-header h2{font-size:38px;color:#212529;margin:0 0 18px;font-weight:600}
.values-header p{font-size:18px;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.value-card{background:#fff;padding:36px 28px;border-radius:8px;box-shadow:0 4px 16px #6f86a11a;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.value-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#6F86A1 0%,#A2B9D1 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.value-card:hover::before{transform:scaleX(1)}
.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #6f86a133}
.value-card h3{font-size:22px;color:#212529;margin:0 0 14px;font-weight:600}
.value-card p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.team-spotlight-wrap{padding:80px 20px;background:#fff}
.team-content-box{max-width:1150px;margin:0 auto}
.team-intro-section{text-align:center;margin-bottom:60px}
.team-intro-section h2{font-size:40px;color:#212529;margin:0 0 20px;font-weight:600}
.team-intro-section p{font-size:18px;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.team-members-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-top:50px}
.team-member-card{text-align:center;background:#fafbfc;padding:40px 24px 36px;border-radius:10px;transition:background .3s ease}
.team-member-card:hover{background:#f5f6fa}
.team-member-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 24px;display:block;border:5px solid #CAD9F7;box-shadow:0 6px 20px #6f86a126}
.team-member-card h3{font-size:24px;color:#212529;margin:0 0 8px;font-weight:600}
.team-member-role{font-size:15px;color:#6F86A1;font-weight:500;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.team-member-card p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.approach-timeline-wrap{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.approach-content-area{max-width:950px;margin:0 auto}
.approach-header-block{margin-bottom:60px}
.approach-header-block h2{font-size:38px;color:#212529;margin:0 0 20px;font-weight:600;line-height:1.3}
.approach-header-block p{font-size:18px;color:#495057;line-height:1.7;margin:0}
.timeline-steps-container{position:relative;padding-left:0}
.timeline-step-item{display:grid;grid-template-columns:80px 1fr;gap:30px;margin-bottom:50px;position:relative}
.timeline-step-item:last-child{margin-bottom:0}
.step-number-box{width:80px;height:80px;background:linear-gradient(135deg,#6F86A1 0%,#A2B9D1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;font-weight:700;box-shadow:0 6px 20px #6f86a140;flex-shrink:0;position:relative;z-index:2}
.step-content-box{padding-top:8px}
.step-content-box h3{font-size:24px;color:#212529;margin:0 0 12px;font-weight:600}
.step-content-box p{font-size:16px;color:#495057;line-height:1.7;margin:0}
.timeline-step-item::after{content:'';position:absolute;left:40px;top:80px;width:3px;height:calc(100% - 30px);background:linear-gradient(180deg,#A2B9D1 0%,#CAD9F7 100%);z-index:1}
.timeline-step-item:last-child::after{display:none}
.commitment-final-wrap{padding:80px 20px;background:#fff;position:relative}
.commitment-layout-box{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.commitment-text-area h2{font-size:38px;color:#212529;margin:0 0 24px;font-weight:600;line-height:1.3}
.commitment-text-area p{font-size:17px;color:#495057;line-height:1.7;margin:0 0 20px}
.commitment-text-area p:last-of-type{margin-bottom:32px}
.commitment-cta-btn{display:inline-block;padding:16px 40px;background:#6F86A1;color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:6px;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 12px #6f86a133}
.commitment-cta-btn:hover{background:#5a6d85;transform:translateY(-2px);box-shadow:0 6px 20px #6f86a14d}
.commitment-images-stack{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.commitment-image-single{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 6px 18px #6f86a11f}
.commitment-image-single:first-child{grid-column:1 / -1;height:300px}
@media (max-width: 968px) {
.about-hero-content h1{font-size:38px}
.story-grid-layout{grid-template-columns:1fr;gap:40px}
.story-image-block img{height:380px}
.values-grid{grid-template-columns:1fr;gap:30px}
.team-members-grid{grid-template-columns:1fr;gap:40px}
.timeline-step-item{grid-template-columns:60px 1fr;gap:20px}
.step-number-box{width:60px;height:60px;font-size:22px}
.timeline-step-item::after{left:30px;top:60px}
.commitment-layout-box{grid-template-columns:1fr;gap:40px}
.commitment-images-stack{order:-1}
}
@media (max-width: 640px) {
.about-hero-wrap{padding:60px 16px 40px}
.about-hero-content h1{font-size:32px}
.about-hero-content .hero-subtext{font-size:18px}
.story-section-wrap{padding:60px 16px}
.story-text-block h2{font-size:28px}
.story-image-block img{height:300px}
.values-showcase-wrap{padding:50px 16px}
.values-header h2{font-size:30px}
.team-spotlight-wrap{padding:60px 16px}
.team-intro-section h2{font-size:32px}
.approach-timeline-wrap{padding:50px 16px}
.approach-header-block h2{font-size:30px}
.commitment-final-wrap{padding:60px 16px}
.commitment-text-area h2{font-size:30px}
.commitment-images-stack{grid-template-columns:1fr}
.commitment-image-single:first-child{grid-column:1}
}
.index-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.index-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cad9f74d 0%,transparent 70%);border-radius:50%}
.index-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.index-hero-text h1{font-size:3.2rem;font-weight:800;color:#212529;line-height:1.2;margin-bottom:24px;letter-spacing:-.02em}
.index-hero-text p{font-size:1.2rem;color:#495057;line-height:1.7;margin-bottom:32px}
.index-hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.index-btn-primary{background:#6F86A1;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #6f86a133}
.index-btn-primary:hover{background:#5a6d85;transform:translateY(-2px);box-shadow:0 6px 20px #6f86a14d}
.index-btn-secondary{background:transparent;color:#6F86A1;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #6F86A1;transition:all .3s ease;display:inline-block}
.index-btn-secondary:hover{background:#6F86A1;color:#fff;transform:translateY(-2px)}
.index-hero-visual{position:relative}
.index-hero-visual img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001a}
.index-timeline-section{background:#fff;padding:100px 20px;position:relative}
.index-timeline-header{max-width:800px;margin:0 auto 70px;text-align:center}
.index-timeline-header h2{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:20px}
.index-timeline-header p{font-size:1.15rem;color:#495057;line-height:1.7}
.index-timeline-container{max-width:1000px;margin:0 auto;position:relative;padding-left:80px}
.index-timeline-connector{position:absolute;left:29px;top:20px;bottom:20px;width:3px;background:linear-gradient(to bottom,#CAD9F7 0%,#A2B9D1 100%)}
.index-timeline-item{position:relative;margin-bottom:60px;padding-left:0}
.index-timeline-marker{position:absolute;left:-80px;top:0;width:60px;height:60px;background:#6F86A1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.3rem;box-shadow:0 4px 16px #6f86a14d;z-index:3}
.index-timeline-content{background:#f8f9fa;padding:32px;border-radius:12px;border-left:4px solid #A2B9D1;margin-left:0}
.index-timeline-content h3{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:12px}
.index-timeline-content p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.index-features-grid{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:100px 20px}
.index-features-intro{max-width:900px;margin:0 auto 80px;text-align:center}
.index-features-intro h2{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:20px}
.index-features-intro p{font-size:1.15rem;color:#495057;line-height:1.7}
.index-features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.index-feature-card{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border-top:4px solid transparent}
.index-feature-card:nth-child(1){border-top-color:#6F86A1}
.index-feature-card:nth-child(2){border-top-color:#A2B9D1}
.index-feature-card:nth-child(3){border-top-color:#CAD9F7}
.index-feature-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001a}
.index-feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#CAD9F7 0%,#A2B9D1 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.index-feature-icon svg{width:32px;height:32px;fill:#6F86A1}
.index-feature-card h3{font-size:1.4rem;font-weight:700;color:#212529;margin-bottom:14px}
.index-feature-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.index-pricing-section{background:#fff;padding:100px 20px}
.index-pricing-header{max-width:850px;margin:0 auto 70px;text-align:center}
.index-pricing-header h2{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:20px}
.index-pricing-header p{font-size:1.15rem;color:#495057;line-height:1.7}
.index-pricing-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.index-pricing-card{background:#f8f9fa;padding:48px 32px;border-radius:16px;border:2px solid #e9ecef;transition:all .3s ease;position:relative}
.index-pricing-card.featured{background:linear-gradient(135deg,#6F86A1 0%,#5a6d85 100%);border-color:#6F86A1;transform:scale(1.05)}
.index-pricing-card:hover{border-color:#A2B9D1;box-shadow:0 12px 40px #00000014}
.index-pricing-card.featured:hover{transform:scale(1.08)}
.index-pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#CAD9F7;color:#212529;padding:6px 20px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.index-pricing-card h3{font-size:1.6rem;font-weight:700;color:#212529;margin-bottom:16px}
.index-pricing-card.featured h3{color:#fff}
.index-pricing-amount{font-size:3rem;font-weight:800;color:#6F86A1;margin-bottom:8px}
.index-pricing-card.featured .index-pricing-amount{color:#fff}
.index-pricing-period{font-size:1rem;color:#6c757d;margin-bottom:28px}
.index-pricing-card.featured .index-pricing-period{color:#e9ecef}
.index-pricing-features{list-style:none;padding:0;margin:0 0 32px}
.index-pricing-features li{padding:12px 0;color:#495057;font-size:1rem;border-bottom:1px solid #e9ecef;line-height:1.6}
.index-pricing-card.featured .index-pricing-features li{color:#fff;border-bottom-color:#fff3}
.index-pricing-features li:last-child{border-bottom:none}
.index-pricing-cta{display:block;width:100%;padding:14px 28px;background:#6F86A1;color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease}
.index-pricing-card.featured .index-pricing-cta{background:#fff;color:#6F86A1}
.index-pricing-cta:hover{background:#5a6d85;transform:translateY(-2px);box-shadow:0 6px 20px #6f86a14d}
.index-pricing-card.featured .index-pricing-cta:hover{background:#f8f9fa}
@media (max-width: 992px) {
.index-hero-content{grid-template-columns:1fr;gap:40px}
.index-hero-text h1{font-size:2.4rem}
.index-hero-visual img{height:320px}
.index-features-container{grid-template-columns:1fr;gap:24px}
.index-pricing-grid{grid-template-columns:1fr;gap:32px}
.index-pricing-card.featured{transform:scale(1)}
.index-pricing-card.featured:hover{transform:scale(1.02)}
.index-timeline-container{padding-left:0;padding-top:20px}
.index-timeline-marker{position:relative;left:0;top:0;margin-bottom:16px}
.index-timeline-connector{display:none}
.index-timeline-content{margin-left:0}
}
@media (max-width: 768px) {
.index-hero-wrap{padding:60px 16px 70px}
.index-hero-text h1{font-size:2rem}
.index-hero-text p{font-size:1.05rem}
.index-hero-actions{flex-direction:column}
.index-btn-primary,.index-btn-secondary{width:100%;text-align:center}
.index-timeline-section,.index-features-grid,.index-pricing-section{padding:60px 16px}
.index-timeline-header h2,.index-features-intro h2,.index-pricing-header h2{font-size:2rem}
.index-timeline-item{margin-bottom:40px}
}
.contact-hub-main{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.contact-hero-zone{padding:80px 20px 60px;background:linear-gradient(to right,#CAD9F7 0%,#A2B9D1 100%);position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.contact-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-heading{font-size:48px;color:#212529;font-weight:700;margin:0 0 20px;line-height:1.2}
.contact-hero-subtext{font-size:20px;color:#343a40;line-height:1.6;max-width:700px}
.contact-direct-info{padding:80px 20px;background:#fff}
.contact-info-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.info-cards-container{display:flex;flex-direction:column;gap:30px}
.info-single-card{background:#f8f9fa;padding:35px;border-radius:8px;border-left:5px solid #6F86A1;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}
.info-single-card:hover{transform:translateX(8px);box-shadow:0 4px 16px #6f86a126}
.info-card-label{font-size:14px;color:#6F86A1;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}
.info-card-value{font-size:18px;color:#212529;line-height:1.6;margin:0;word-break:break-word}
.info-card-value a{color:#212529;text-decoration:none;transition:color .3s ease}
.info-card-value a:hover{color:#6F86A1}
.office-hours-block{background:linear-gradient(135deg,#6F86A1 0%,#A2B9D1 100%);padding:40px;border-radius:12px;color:#fff}
.hours-title{font-size:24px;font-weight:700;margin:0 0 25px;color:#fff}
.hours-list{list-style:none;padding:0;margin:0}
.hours-list li{padding:12px 0;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;font-size:16px}
.hours-list li:last-child{border-bottom:none}
.contact-form-section{padding:80px 20px;background:#f5f6fa}
.form-section-container{max-width:800px;margin:0 auto}
.form-intro-block{text-align:center;margin-bottom:50px}
.form-intro-title{font-size:36px;color:#212529;font-weight:700;margin:0 0 18px}
.form-intro-text{font-size:18px;color:#495057;line-height:1.7;margin:0}
.message-form-box{background:#fff;padding:50px;border-radius:12px;box-shadow:0 4px 20px #00000014}
.form-row-pair{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:25px}
.form-input-group{display:flex;flex-direction:column}
.form-input-label{font-size:15px;color:#343a40;font-weight:600;margin-bottom:10px}
.form-text-input,.form-email-input,.form-tel-input,.form-textarea-input{padding:14px 18px;border:2px solid #dee2e6;border-radius:6px;font-size:16px;color:#212529;background:#fff;transition:all .3s ease}
.form-text-input:focus,.form-email-input:focus,.form-tel-input:focus,.form-textarea-input:focus{outline:none;border-color:#6F86A1;box-shadow:0 0 0 3px #6f86a11a}
.form-textarea-input{min-height:160px;resize:vertical;font-family:inherit}
.form-checkbox-wrapper{margin:30px 0;display:flex;align-items:start;gap:12px}
.form-checkbox-input{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#6F86A1}
.form-checkbox-label{font-size:15px;color:#495057;line-height:1.5}
.form-checkbox-label a{color:#6F86A1;text-decoration:underline;transition:color .3s ease}
.form-checkbox-label a:hover{color:#A2B9D1}
.form-submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#6F86A1 0%,#A2B9D1 100%);color:#fff;font-size:18px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6f86a14d}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6f86a166}
.form-submit-btn:active{transform:translateY(0)}
@media (max-width: 768px) {
.contact-hero-heading{font-size:32px}
.contact-hero-subtext{font-size:16px}
.contact-info-wrapper{grid-template-columns:1fr;gap:40px}
.form-row-pair{grid-template-columns:1fr}
.message-form-box{padding:30px 20px}
.form-intro-title{font-size:28px}
.office-hours-block{padding:30px 20px}
.hours-list li{flex-direction:column;gap:5px}
}
@media (max-width: 480px) {
.contact-hero-zone{padding:60px 20px 40px}
.contact-direct-info,.contact-form-section{padding:60px 20px}
.info-single-card{padding:25px 20px}
}
.services-main-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.6}
.services-hero-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.services-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#6f86a114 0%,transparent 70%);border-radius:50%}
.services-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.services-hero-title{font-size:3.2rem;font-weight:700;color:#212529;margin-bottom:24px;letter-spacing:-.5px}
.services-hero-description{font-size:1.25rem;color:#495057;max-width:720px;margin-bottom:40px;line-height:1.7}
.services-highlight-stat{display:inline-block;background:#CAD9F7;padding:8px 20px;border-radius:8px;color:#212529;font-weight:600;margin-right:16px;margin-bottom:12px}
.services-automation-grid{background:#fafbfc;padding:90px 20px;position:relative}
.services-automation-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.services-automation-visual{position:sticky;top:100px}
.services-automation-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #00000014;display:block}
.services-automation-content h2{font-size:2.5rem;color:#212529;margin-bottom:28px;font-weight:700}
.services-automation-intro{font-size:1.1rem;color:#495057;margin-bottom:40px;line-height:1.8}
.services-feature-card{background:#fff;padding:32px;border-radius:10px;margin-bottom:24px;border-left:4px solid #6F86A1;box-shadow:0 2px 8px #0000000a;transition:transform .3s ease,box-shadow .3s ease}
.services-feature-card:hover{transform:translateX(8px);box-shadow:0 4px 16px #0000001a}
.services-feature-title{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.services-feature-desc{color:#495057;font-size:1.05rem;line-height:1.7}
.services-expertise-section{background:#fff;padding:90px 20px;border-top:1px solid #e9ecef}
.services-expertise-wrapper{max-width:1000px;margin:0 auto}
.services-expertise-header{text-align:center;margin-bottom:60px}
.services-expertise-header h2{font-size:2.6rem;color:#212529;margin-bottom:20px;font-weight:700}
.services-expertise-subtext{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.services-comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#f8f9fa;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d}
.services-comparison-table thead{background:#6F86A1;color:#fff}
.services-comparison-table th{padding:20px;text-align:left;font-weight:600;font-size:1.05rem;border-bottom:3px solid #A2B9D1}
.services-comparison-table tbody tr{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}
.services-comparison-table tbody tr:hover{background:#fff}
.services-comparison-table td{padding:18px 20px;color:#343a40;font-size:1rem;vertical-align:top}
.services-comparison-table tbody tr:last-child{border-bottom:none}
.services-checkmark{color:#6F86A1;font-weight:700;font-size:1.2rem}
.services-team-testimonials{background:linear-gradient(180deg,#CAD9F7 0%,#f8f9fa 100%);padding:90px 20px;position:relative}
.services-team-container{max-width:1200px;margin:0 auto}
.services-team-intro{text-align:center;margin-bottom:70px}
.services-team-intro h2{font-size:2.6rem;color:#212529;margin-bottom:24px;font-weight:700}
.services-team-intro-text{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.8}
.services-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}
.services-testimonial-item{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;gap:20px;border-top:4px solid #A2B9D1}
.services-testimonial-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #CAD9F7}
.services-testimonial-content{flex:1}
.services-testimonial-quote{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:20px;font-style:italic}
.services-testimonial-author{font-weight:600;color:#212529;font-size:1.1rem;margin-bottom:4px}
.services-testimonial-role{color:#6F86A1;font-size:.95rem}
.services-cta-footer{text-align:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 12px #0000000d}
.services-cta-text{font-size:1.2rem;color:#343a40;margin-bottom:28px;line-height:1.7}
.services-cta-button{display:inline-block;background:#6F86A1;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #6f86a133}
.services-cta-button:hover{background:#5a6d85;transform:translateY(-2px);box-shadow:0 6px 16px #6f86a14d;color:#fff}
@media (max-width: 768px) {
.services-hero-title{font-size:2.2rem}
.services-hero-description{font-size:1.1rem}
.services-automation-container{grid-template-columns:1fr;gap:40px}
.services-automation-visual{position:static}
.services-automation-content h2{font-size:2rem}
.services-expertise-header h2{font-size:2rem}
.services-comparison-table{font-size:.9rem}
.services-comparison-table th,.services-comparison-table td{padding:12px}
.services-testimonial-cards{grid-template-columns:1fr;gap:30px}
.services-team-intro h2{font-size:2rem}
.services-hero-block{padding:60px 20px}
.services-automation-grid,.services-expertise-section,.services-team-testimonials{padding:60px 20px}
}
@media (max-width: 480px) {
.services-hero-title{font-size:1.8rem}
.services-highlight-stat{display:block;margin-bottom:12px}
.services-feature-card{padding:24px}
.services-testimonial-item{padding:28px}
}
.blog-page-wrapper{background:#fff;min-height:100vh}
.blog-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.blog-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#CAD9F7 0%,transparent 70%);opacity:.3;border-radius:50%}
.blog-hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.blog-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.blog-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.featured-articles-block{padding:70px 20px;background:#fafbfc;position:relative}
.featured-articles-block::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6F86A1 0%,#A2B9D1 50%,#CAD9F7 100%)}
.featured-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.featured-main-article{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #6f86a114;transition:transform .3s ease,box-shadow .3s ease}
.featured-main-article:hover{transform:translateY(-5px);box-shadow:0 8px 30px #6f86a126}
.featured-main-article img{width:100%;height:340px;object-fit:cover;display:block}
.featured-article-content{padding:30px}
.article-category-tag{display:inline-block;background:#CAD9F7;color:#6F86A1;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}
.featured-article-content h2{font-size:1.75rem;color:#212529;margin-bottom:15px;line-height:1.3;font-weight:700}
.featured-article-content p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.article-meta-info{display:flex;align-items:center;gap:20px;font-size:.9rem;color:#6c757d;padding-top:20px;border-top:1px solid #e9ecef}
.article-meta-info span{display:flex;align-items:center;gap:6px}
.featured-sidebar-articles{display:flex;flex-direction:column;gap:25px}
.sidebar-article-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 12px #6f86a10f;transition:all .3s ease;border-left:4px solid #A2B9D1}
.sidebar-article-card:hover{border-left-color:#6F86A1;box-shadow:0 4px 18px #6f86a11f;transform:translateX(5px)}
.sidebar-article-card h3{font-size:1.15rem;color:#212529;margin-bottom:10px;line-height:1.4;font-weight:600}
.sidebar-article-card p{font-size:.9rem;color:#6c757d;margin-bottom:12px;line-height:1.6}
.sidebar-article-card .article-date{font-size:.85rem;color:#6F86A1;font-weight:500}
.industry-insights-section{padding:80px 20px;background:#fff;position:relative}
.insights-content-wrapper{max-width:1200px;margin:0 auto}
.insights-section-header{text-align:center;margin-bottom:60px}
.insights-section-header h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.insights-section-header p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.insights-masonry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.insight-card-item{background:#f8f9fa;border-radius:10px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}
.insight-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 35px #6f86a126}
.insight-card-item:nth-child(1){grid-row:span 2}
.insight-card-item img{width:100%;height:220px;object-fit:cover;display:block}
.insight-card-item:nth-child(1) img{height:320px}
.insight-card-text{padding:25px;flex-grow:1;display:flex;flex-direction:column}
.insight-card-text h3{font-size:1.25rem;color:#212529;margin-bottom:12px;line-height:1.4;font-weight:600}
.insight-card-text p{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:15px;flex-grow:1}
.insight-read-link{display:inline-flex;align-items:center;gap:8px;color:#6F86A1;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease}
.insight-read-link:hover{color:#5a6d85;gap:12px}
.expert-perspective-section{padding:70px 20px;background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%)}
.expert-content-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:start}
.expert-profile-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #6f86a11a;text-align:center;position:sticky;top:20px}
.expert-profile-card img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:4px solid #CAD9F7}
.expert-profile-card h3{font-size:1.3rem;color:#212529;margin-bottom:8px;font-weight:700}
.expert-profile-card .expert-title{font-size:.95rem;color:#6F86A1;margin-bottom:15px;font-weight:500}
.expert-profile-card p{font-size:.9rem;color:#6c757d;line-height:1.6}
.expert-article-content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 15px #6f86a114}
.expert-article-content h2{font-size:2rem;color:#212529;margin-bottom:20px;line-height:1.3;font-weight:700}
.expert-article-content .article-intro{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:30px;padding-left:20px;border-left:4px solid #6F86A1}
.expert-article-content h4{font-size:1.3rem;color:#343a40;margin:30px 0 15px;font-weight:600}
.expert-article-content p{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.expert-article-content ul{margin:20px 0;padding-left:25px}
.expert-article-content li{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:12px}
.expert-article-content li strong{color:#212529;font-weight:600}
.resources-cta-section{padding:80px 20px;background:linear-gradient(135deg,#6F86A1 0%,#A2B9D1 100%);position:relative;overflow:hidden}
.resources-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:#ffffff1a;border-radius:50%}
.resources-cta-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;background:#ffffff14;border-radius:50%}
.resources-cta-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.resources-cta-content h2{font-size:2.5rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.2}
.resources-cta-content p{font-size:1.15rem;color:#fff;line-height:1.7;margin-bottom:40px;opacity:.95}
.resources-grid-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}
.resource-link-card{background:#ffffff26;backdrop-filter:blur(10px);border-radius:10px;padding:30px 25px;text-align:center;transition:all .3s ease;border:2px solid #fff3}
.resource-link-card:hover{background:#ffffff40;transform:translateY(-5px);border-color:#fff6}
.resource-link-card h3{font-size:1.2rem;color:#fff;margin-bottom:12px;font-weight:600}
.resource-link-card p{font-size:.95rem;color:#fff;line-height:1.6;margin-bottom:20px;opacity:.9}
.resource-explore-btn{display:inline-block;background:#fff;color:#6F86A1;padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}
.resource-explore-btn:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}
@media (max-width: 992px) {
.featured-grid-container{grid-template-columns:1fr;gap:30px}
.insights-masonry-grid{grid-template-columns:repeat(2,1fr)}
.insight-card-item:nth-child(1){grid-row:span 1}
.insight-card-item:nth-child(1) img{height:220px}
.expert-content-container{grid-template-columns:1fr;gap:40px}
.expert-profile-card{position:static}
.resources-grid-links{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.blog-hero-content h1{font-size:2.2rem}
.blog-hero-content p{font-size:1rem}
.insights-masonry-grid{grid-template-columns:1fr}
.insights-section-header h2{font-size:1.9rem}
.expert-article-content{padding:30px 25px}
.expert-article-content h2{font-size:1.7rem}
.resources-cta-content h2{font-size:2rem}
.featured-main-article img{height:260px}
}
@media (max-width: 576px) {
.blog-hero-section{padding:60px 15px 40px}
.blog-hero-content h1{font-size:1.8rem}
.featured-articles-block,.industry-insights-section,.expert-perspective-section,.resources-cta-section{padding:50px 15px}
.featured-article-content{padding:25px 20px}
.expert-profile-card img{width:120px;height:120px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;padding:50px 45px;border-radius:8px;box-shadow:0 2px 12px #6f86a114}
.cookie-header-section{text-align:center;margin-bottom:55px;padding-bottom:35px;border-bottom:2px solid #CAD9F7}
.cookie-main-title{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:18px;line-height:1.3}
.cookie-last-updated{font-size:.95rem;color:#6F86A1;font-weight:500}
.cookie-intro-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:45px}
.cookie-content-block{margin-bottom:42px}
.cookie-section-heading{font-size:1.75rem;color:#343a40;font-weight:700;margin-bottom:20px;padding-left:15px;border-left:4px solid #6F86A1}
.cookie-subsection-title{font-size:1.3rem;color:#495057;font-weight:600;margin-top:28px;margin-bottom:14px}
.cookie-text-paragraph{font-size:1rem;color:#495057;line-height:1.75;margin-bottom:18px}
.cookie-info-list{margin:22px 0;padding-left:25px}
.cookie-info-list li{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:12px}
.cookie-info-list li strong{color:#343a40;font-weight:600}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:24px;margin:32px 0}
.cookie-type-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:28px;border-radius:6px;border:1px solid #CAD9F7;transition:all .3s ease}
.cookie-type-card:hover{border-color:#6F86A1;box-shadow:0 4px 16px #6f86a11f;transform:translateY(-2px)}
.cookie-type-name{font-size:1.2rem;color:#6F86A1;font-weight:700;margin-bottom:12px}
.cookie-type-description{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:14px}
.cookie-example-text{font-size:.92rem;color:#6F86A1;font-style:italic;background:#f8f9fa;padding:12px 16px;border-radius:4px;border-left:3px solid #A2B9D1}
.cookie-control-section{background:linear-gradient(135deg,#CAD9F7 0%,#A2B9D1 100%);padding:35px;border-radius:6px;margin:38px 0}
.cookie-control-heading{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:18px}
.cookie-control-text{font-size:1rem;color:#343a40;line-height:1.7;margin-bottom:16px}
.browser-list-section{margin:28px 0}
.browser-links-list{list-style:none;padding:0;margin:20px 0}
.browser-links-list li{background:#fff;padding:16px 20px;margin-bottom:10px;border-radius:5px;font-size:.98rem;color:#495057;border-left:4px solid #6F86A1}
.browser-links-list li strong{color:#343a40;font-weight:600}
.cookie-notice-box{background:#f8f9fa;padding:28px;border-radius:6px;border:2px solid #A2B9D1;margin:35px 0}
.cookie-notice-title{font-size:1.15rem;color:#6F86A1;font-weight:700;margin-bottom:12px}
.cookie-notice-content{font-size:.98rem;color:#495057;line-height:1.7}
.cookie-retention-table{width:100%;margin:28px 0;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #6f86a114}
.cookie-retention-table thead{background:linear-gradient(135deg,#6F86A1 0%,#A2B9D1 100%)}
.cookie-retention-table th{padding:16px;text-align:left;font-size:1rem;color:#fff;font-weight:600}
.cookie-retention-table td{padding:14px 16px;font-size:.96rem;color:#495057;border-bottom:1px solid #f8f9fa}
.cookie-retention-table tr:hover{background:#fafbfc}
.cookie-contact-section{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:35px;border-radius:6px;border:1px solid #CAD9F7;margin-top:45px;text-align:center}
.cookie-contact-title{font-size:1.4rem;color:#343a40;font-weight:700;margin-bottom:16px}
.cookie-contact-details{font-size:1rem;color:#495057;line-height:1.8}
.cookie-contact-details a{color:#6F86A1;text-decoration:none;font-weight:600;transition:color .3s ease}
.cookie-contact-details a:hover{color:#A2B9D1}
.cookie-emphasis-text{color:#6F86A1;font-weight:600}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 15px}
.cookie-policy-container{padding:35px 25px}
.cookie-main-title{font-size:1.9rem}
.cookie-section-heading{font-size:1.45rem}
.cookie-subsection-title{font-size:1.15rem}
.cookie-retention-table{font-size:.88rem}
.cookie-retention-table th,.cookie-retention-table td{padding:10px}
.cookie-control-section,.cookie-contact-section{padding:25px 20px}
}
.privacy-policy-container{max-width:900px;margin:0 auto;padding:60px 20px;background:#fff}
.privacy-hero-section{text-align:center;margin-bottom:60px;padding:40px 30px;background:linear-gradient(135deg,#CAD9F7 0%,#f8f9fa 100%);border-radius:8px}
.privacy-hero-section h1{font-size:2.8rem;color:#212529;margin-bottom:16px;font-weight:700;line-height:1.2}
.privacy-last-updated{font-size:1rem;color:#495057;margin-top:12px;font-style:italic}
.privacy-intro-text{font-size:1.1rem;color:#343a40;line-height:1.7;margin:30px 0;text-align:left}
.privacy-content-section{margin-bottom:50px;padding:30px;background:#fafbfc;border-left:4px solid #6F86A1;border-radius:4px}
.privacy-content-section h2{font-size:1.9rem;color:#212529;margin-bottom:20px;font-weight:600;line-height:1.3}
.privacy-content-section h3{font-size:1.4rem;color:#343a40;margin-top:28px;margin-bottom:16px;font-weight:600}
.privacy-content-section p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.privacy-list-wrapper{margin:20px 0;padding-left:0}
.privacy-list-wrapper li{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:14px;padding-left:30px;position:relative;list-style:none}
.privacy-list-wrapper li:before{content:"•";color:#6F86A1;font-weight:700;font-size:1.4rem;position:absolute;left:8px;top:-2px}
.privacy-highlight-box{background:#fff;border:2px solid #A2B9D1;border-radius:6px;padding:25px;margin:25px 0}
.privacy-highlight-box p{margin-bottom:12px}
.privacy-data-table{width:100%;margin:25px 0;border-collapse:collapse;background:#fff}
.privacy-data-table th{background:#6F86A1;color:#fff;padding:16px;text-align:left;font-size:1.05rem;font-weight:600;border:1px solid #A2B9D1}
.privacy-data-table td{padding:16px;color:#495057;font-size:1.05rem;line-height:1.6;border:1px solid #CAD9F7}
.privacy-data-table tr:nth-child(even){background:#f8f9fa}
.privacy-contact-block{background:linear-gradient(135deg,#CAD9F7 0%,#A2B9D1 100%);padding:40px;border-radius:8px;margin-top:50px;text-align:center}
.privacy-contact-block h2{color:#212529;font-size:2rem;margin-bottom:20px;font-weight:600}
.privacy-contact-block p{color:#343a40;font-size:1.1rem;line-height:1.7;margin-bottom:16px}
.privacy-contact-info{margin-top:25px}
.privacy-contact-detail{display:inline-block;margin:10px 20px;font-size:1.05rem;color:#212529;font-weight:500}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-right-card{background:#fff;padding:25px;border-radius:6px;border:1px solid #A2B9D1;transition:transform .3s ease,box-shadow .3s ease}
.privacy-right-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #6f86a126}
.privacy-right-card h3{color:#6F86A1;font-size:1.3rem;margin-bottom:12px;font-weight:600}
.privacy-right-card p{color:#495057;font-size:1rem;line-height:1.6}
.privacy-effective-notice{background:#f5f6fa;padding:20px;border-radius:4px;margin:30px 0;border-left:4px solid #A2B9D1}
.privacy-effective-notice strong{color:#212529;font-size:1.1rem}
@media (max-width: 768px) {
.privacy-policy-container{padding:40px 16px}
.privacy-hero-section h1{font-size:2rem}
.privacy-content-section{padding:20px}
.privacy-content-section h2{font-size:1.6rem}
.privacy-data-table{font-size:.9rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 8px}
.privacy-contact-block{padding:30px 20px}
.privacy-contact-detail{display:block;margin:12px 0}
.privacy-rights-grid{grid-template-columns:1fr;gap:20px}
}
.success-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:40px 20px}
.success-content-container{max-width:680px;margin:0 auto;text-align:center}
.success-icon-area{margin-bottom:35px;animation:slideDown .6s ease-out}
.success-checkmark{width:95px;height:95px;margin:0 auto;background:linear-gradient(135deg,#6F86A1 0%,#A2B9D1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #6f86a140;animation:scaleIn .5s ease-out .2s both}
.checkmark-svg{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.checkmark-path{stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .6s ease-out .5s forwards}
.success-heading-main{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2;animation:fadeIn .6s ease-out .3s both}
.success-message-text{font-size:18px;line-height:1.7;color:#495057;margin:0 0 28px;animation:fadeIn .6s ease-out .4s both}
.success-info-box{background:#fff;border:2px solid #CAD9F7;border-radius:12px;padding:32px 28px;margin:40px 0;text-align:left;animation:fadeIn .6s ease-out .5s both}
.info-box-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 16px;display:flex;align-items:center;gap:10px}
.info-icon{width:24px;height:24px;stroke:#6F86A1;stroke-width:2;fill:none}
.info-list-items{list-style:none;padding:0;margin:0}
.info-list-items li{padding:12px 0;border-bottom:1px solid #f5f6fa;color:#495057;font-size:16px;line-height:1.6}
.info-list-items li:last-child{border-bottom:none;padding-bottom:0}
.info-list-items li strong{color:#212529;font-weight:600}
.success-actions-area{margin-top:45px;display:flex;flex-direction:column;gap:16px;animation:fadeIn .6s ease-out .6s both}
.action-btn-primary{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#6F86A1 0%,#A2B9D1 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #6f86a133;border:none;cursor:pointer}
.action-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6f86a14d;background:linear-gradient(135deg,#5f7691 0%,#92a9c1 100%)}
.action-btn-secondary{display:inline-block;padding:16px 36px;background:#fff;color:#6F86A1;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;border:2px solid #A2B9D1}
.action-btn-secondary:hover{background:#f8f9fa;border-color:#6F86A1;color:#5f7691}
.additional-links-section{margin-top:50px;padding-top:40px;border-top:1px solid #e9ecef;animation:fadeIn .6s ease-out .7s both}
.links-section-title{font-size:18px;font-weight:600;color:#212529;margin:0 0 20px}
.helpful-links-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.helpful-link-item{display:inline-block;padding:10px 20px;background:#fff;color:#6F86A1;text-decoration:none;border-radius:6px;font-size:15px;font-weight:500;border:1px solid #CAD9F7;transition:all .3s ease}
.helpful-link-item:hover{background:#CAD9F7;color:#212529;border-color:#A2B9D1}
.contact-info-footer{margin-top:45px;padding:24px;background:#fff;border-radius:10px;border:1px solid #e9ecef;animation:fadeIn .6s ease-out .8s both}
.footer-contact-text{font-size:15px;color:#495057;margin:0 0 12px;line-height:1.6}
.contact-detail-link{color:#6F86A1;text-decoration:none;font-weight:500;transition:color .3s ease}
.contact-detail-link:hover{color:#5f7691;text-decoration:underline}
@keyframes slideDown {
from{opacity:0;transform:translateY(-30px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes scaleIn {
from{opacity:0;transform:scale(0.6)}
to{opacity:1;transform:scale(1)}
}
@keyframes fadeIn {
from{opacity:0;transform:translateY(15px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
@media (max-width: 768px) {
.success-page-wrapper{padding:30px 16px}
.success-content-container{max-width:100%}
.success-heading-main{font-size:32px;margin-bottom:14px}
.success-message-text{font-size:16px;margin-bottom:24px}
.success-checkmark{width:80px;height:80px}
.checkmark-svg{width:40px;height:40px}
.success-info-box{padding:24px 20px;margin:32px 0}
.info-box-title{font-size:18px}
.info-list-items li{font-size:15px;padding:10px 0}
.success-actions-area{margin-top:35px}
.action-btn-primary,.action-btn-secondary{padding:14px 28px;font-size:16px}
.helpful-links-grid{flex-direction:column;gap:10px}
.helpful-link-item{display:block;text-align:center}
}
@media (max-width: 480px) {
.success-heading-main{font-size:28px}
.success-info-box{padding:20px 16px}
.action-btn-primary,.action-btn-secondary{padding:12px 24px;font-size:15px}
}