:root{--brand-primary:#8807C2;--brand-secondary:#007BE1;--brand-tertiary:#FEFADD;--bg-light:#fff;--bg-off:#f8f9fa;--bg-cream:#fefbf5;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 24px #0000001a}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:2rem}
body{color:var(--text-dark);background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#fefbf5 100%);min-height:100vh;font:17px/1.7 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.header__wrapper_top_ribbon{background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);padding:12px 0;box-shadow:0 2px 6px #8807c226}
.header__container_top{max-width:1380px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.header__company_title{color:var(--bg-light);letter-spacing:.3px;font:600 19px 'Space Grotesk',sans-serif}
.header__contact_email_link{font-size:15px;color:var(--brand-tertiary);text-decoration:none;transition:opacity .25s ease;font-weight:400}
.header__contact_email_link:hover{opacity:.85}
.header__main_banner{background:var(--bg-light);padding:38px 0;border-bottom:1px solid #8807c21f}
.header__banner_content{max-width:1380px;margin:0 auto;padding:0 24px}
.header__logo_container{display:flex;align-items:center;justify-content:center;margin-bottom:28px}
.header__logo_image{height:85px;width:85px;object-fit:contain;display:block}
.header__navigation_row{display:flex;justify-content:center;align-items:center}
.header__nav_list{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.header__nav_item{position:relative}
.header__nav_link{display:block;padding:13px 28px;font-size:16px;font-weight:500;color:var(--text-dark);text-decoration:none;border-radius:8px;background:var(--bg-off);transition:background .25s ease,color .25s ease;white-space:nowrap}
.header__nav_link:hover,.header__nav_link:focus{background:linear-gradient(135deg,#8807c21a 0%,#007be11a 100%);color:var(--brand-primary);outline:2px solid var(--brand-primary);outline-offset:2px}
.footer__wrapper{background:linear-gradient(165deg,#8807C2 0%,#007BE1 55%,#4a0e6b 100%);padding:58px 0 32px;margin-top:80px;position:relative;overflow:hidden}
.footer__wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand-tertiary) 0%,transparent 50%,var(--brand-tertiary) 100%);opacity:.6}
.footer__container{max-width:1380px;margin:0 auto;padding:0 24px}
.footer__content_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.footer__section_heading{color:var(--brand-tertiary);margin-bottom:18px;letter-spacing:.5px;font:600 18px 'Space Grotesk',sans-serif}
.footer__links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__service_link{color:#ffffffe6;text-decoration:none;font-size:15px;transition:color .25s ease;display:inline-block}
.footer__service_link:hover,.footer__service_link:focus{color:var(--brand-tertiary);outline:1px dashed var(--brand-tertiary);outline-offset:4px}
.footer__contact_info{color:#ffffffe0;font-size:15px;line-height:1.8}
.footer__email_link{color:var(--brand-tertiary);text-decoration:none;font-weight:500;transition:opacity .25s ease}
.footer__email_link:hover{opacity:.8}
.footer__disclaimer{background:#00000040;border-left:3px solid var(--brand-tertiary);padding:20px 24px;margin:38px 0 32px;border-radius:6px;font-size:14px;line-height:1.65;color:#ffffffd1}
.footer__bottom_bar{border-top:1px solid #fff3;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.footer__copyright{color:#ffffffbf;font-size:14px}
.footer__home_link{color:var(--brand-tertiary);text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;border:1px solid var(--brand-tertiary);border-radius:6px;transition:background .25s ease,color .25s ease}
.footer__home_link:hover,.footer__home_link:focus{background:var(--brand-tertiary);color:var(--brand-primary);outline:2px solid var(--brand-tertiary);outline-offset:2px}
.consent__overlay{position:fixed;bottom:28px;right:28px;width:420px;max-width:calc(100vw - 48px);background:var(--bg-light);border-radius:12px;box-shadow:var(--shadow-lg),0 0 0 1px #8807c226;padding:32px;z-index:9999;transform:translateY(120%);opacity:0;transition:transform .4s cubic-bezier(0.34,1.56,0.64,1),opacity .4s ease}
.consent__overlay.visible{transform:translateY(0);opacity:1}
.consent__title{color:var(--text-dark);margin-bottom:14px;font:600 21px 'Space Grotesk',sans-serif}
.consent__description{font-size:15px;line-height:1.6;color:var(--text-medium);margin-bottom:24px}
.consent__actions{display:flex;gap:10px;flex-wrap:wrap}
.consent__button{flex:1;min-width:120px;padding:13px 20px;border:none;border-radius:8px;cursor:pointer;transition:background .25s ease,transform .15s ease,box-shadow .25s ease;font:600 15px 'Manrope',sans-serif}
.consent__button:focus{outline:3px solid var(--brand-primary);outline-offset:3px}
.consent__button:active{transform:translateY(1px)}
.consent__button_accept{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);color:var(--bg-light);box-shadow:0 4px 12px #8807c24d}
.consent__button_accept:hover{box-shadow:0 6px 16px #8807c266}
.consent__button_reject{background:var(--bg-off);color:var(--text-dark);border:1px solid #8807c24d}
.consent__button_reject:hover{background:#8807c214}
@media (max-width: 768px) {
.header__container_top{flex-direction:column;text-align:center;gap:10px;padding:0 16px}
.header__company_title{font-size:17px}
.header__contact_email_link{font-size:14px}
.header__main_banner{padding:28px 0}
.header__logo_image{height:70px;width:70px}
.header__nav_list{flex-direction:column;width:100%;gap:8px}
.header__nav_link{width:100%;text-align:center;padding:14px 20px}
.footer__content_grid{grid-template-columns:1fr;gap:32px}
.footer__bottom_bar{flex-direction:column;text-align:center}
.consent__overlay{bottom:16px;right:16px;left:16px;width:auto;max-width:none;padding:24px}
.consent__title{font-size:19px}
.consent__actions{flex-direction:column}
.consent__button{width:100%}
}
@media (max-width: 480px) {
body{font-size:16px}
.header__company_title{font-size:16px}
.header__nav_link{font-size:15px}
.consent__overlay{padding:20px}
}
.blog-page-wrapper{background:#fff;min-height:100vh}
.blog-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 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,#8807c214 0%,transparent 70%);border-radius:50%}
.blog-hero-content{max-width:1200px;margin:0 auto;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 .subtitle-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px}
.featured-articles-grid{max-width:1200px;margin:0 auto;padding:70px 20px}
.featured-articles-grid h2{font-size:2rem;color:#212529;margin-bottom:50px;font-weight:600;position:relative;padding-left:20px}
.featured-articles-grid h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:40px;background:linear-gradient(180deg,#8807C2 0%,#007BE1 100%);border-radius:3px}
.articles-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.article-card-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;border:1px solid #f0f0f0}
.article-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #8807c226}
.article-image-wrapper{width:100%;height:280px;overflow:hidden;position:relative}
.article-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.article-card-item:hover .article-image-wrapper img{transform:scale(1.08)}
.article-content-box{padding:30px}
.article-meta-info{display:flex;gap:15px;margin-bottom:15px;font-size:.85rem;color:#6c757d}
.article-meta-info span{display:flex;align-items:center;gap:5px}
.article-content-box h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600;line-height:1.4}
.article-content-box p{font-size:.95rem;color:#495057;line-height:1.7;margin-bottom:20px}
.read-more-link{display:inline-flex;align-items:center;gap:8px;color:#8807C2;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .3s ease}
.read-more-link:hover{gap:12px;color:#007BE1}
.insights-timeline-section{background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%);padding:70px 20px}
.insights-timeline-wrapper{max-width:900px;margin:0 auto}
.insights-timeline-wrapper h2{font-size:2rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:600}
.timeline-items-container{position:relative;padding-left:80px}
.timeline-vertical-line{position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8807C2 0%,#007BE1 100%)}
.timeline-single-item{position:relative;margin-bottom:50px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 12px #0000000f}
.timeline-marker-circle{position:absolute;left:-65px;top:35px;width:24px;height:24px;background:#8807C2;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 3px #f8f9fa;z-index:3}
.timeline-date-label{font-size:.85rem;color:#6c757d;margin-bottom:10px;font-weight:500}
.timeline-single-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-single-item p{font-size:.95rem;color:#495057;line-height:1.7}
.expertise-categories-section{padding:70px 20px;background:#fff}
.expertise-content-wrapper{max-width:1200px;margin:0 auto}
.expertise-content-wrapper h2{font-size:2rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:600}
.categories-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.category-card-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:35px 25px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;text-align:center}
.category-card-box:hover{border-color:#8807C2;transform:translateY(-3px);box-shadow:0 6px 20px #8807c21f}
.category-icon-circle{width:70px;height:70px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:700}
.category-card-box h3{font-size:1.2rem;color:#212529;margin-bottom:12px;font-weight:600}
.category-card-box p{font-size:.9rem;color:#495057;line-height:1.6}
.newsletter-subscribe-section{background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);padding:70px 20px;position:relative;overflow:hidden}
.newsletter-subscribe-section::before{content:'';position:absolute;top:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fefadd26 0%,transparent 70%);border-radius:50%}
.newsletter-content-box{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.newsletter-content-box h2{font-size:2rem;color:#fff;margin-bottom:20px;font-weight:600}
.newsletter-content-box p{font-size:1.05rem;color:#fffffff2;line-height:1.7;margin-bottom:35px}
.subscribe-form-wrapper{display:flex;gap:15px;max-width:550px;margin:0 auto}
.subscribe-form-wrapper input{flex:1;padding:16px 20px;border:none;border-radius:8px;font-size:.95rem;background:#fff;color:#212529}
.subscribe-form-wrapper input::placeholder{color:#6c757d}
.subscribe-form-wrapper button{padding:16px 35px;background:#212529;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}
.subscribe-form-wrapper button:hover{background:#343a40;transform:translateY(-2px);box-shadow:0 4px 12px #0003}
@media (max-width: 992px) {
.articles-grid-layout{grid-template-columns:1fr;gap:30px}
.categories-grid-layout{grid-template-columns:repeat(2,1fr);gap:25px}
.blog-hero-content h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.blog-hero-section{padding:60px 20px 40px}
.blog-hero-content h1{font-size:1.9rem}
.blog-hero-content .subtitle-text{font-size:1rem}
.featured-articles-grid,.insights-timeline-section,.expertise-categories-section,.newsletter-subscribe-section{padding:50px 20px}
.featured-articles-grid h2,.insights-timeline-wrapper h2,.expertise-content-wrapper h2,.newsletter-content-box h2{font-size:1.7rem;margin-bottom:35px}
.timeline-items-container{padding-left:50px}
.timeline-vertical-line{left:15px}
.timeline-marker-circle{left:-38px;width:20px;height:20px}
.categories-grid-layout{grid-template-columns:1fr}
.subscribe-form-wrapper{flex-direction:column}
.subscribe-form-wrapper button{width:100%}
}
@media (max-width: 480px) {
.blog-hero-content h1{font-size:1.6rem}
.article-content-box{padding:25px}
.article-content-box h3{font-size:1.2rem}
.timeline-single-item{padding:25px 20px}
.category-card-box{padding:30px 20px}
}
.index-hero-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.index-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(ellipse at center,#8807c214 0%,transparent 70%);pointer-events:none}
.index-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.index-hero-title{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 1.5rem;line-height:1.2}
.index-hero-title::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);margin-bottom:1.5rem}
.index-hero-subtitle{font-size:1.3rem;color:#495057;line-height:1.6;margin:0 0 2.5rem;max-width:700px}
.index-hero-cta{display:inline-block;padding:.95rem 2.2rem;background:#8807C2;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #8807c240;position:relative;z-index:10}
.index-hero-cta:hover{background:#6d0599;transform:translateY(-2px);box-shadow:0 6px 18px #8807c259}
.index-journey-section{background:#fff;padding:5rem 1.5rem;position:relative}
.index-journey-container{max-width:1200px;margin:0 auto}
.index-journey-header{text-align:center;margin-bottom:4rem}
.index-journey-heading{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 1rem;position:relative;display:inline-block}
.index-journey-heading::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#007BE1 0%,#8807C2 100%)}
.index-journey-intro{font-size:1.15rem;color:#495057;margin:2rem auto 0;max-width:720px;line-height:1.7}
.index-timeline-wrapper{position:relative;padding:2rem 0}
.index-timeline-item{display:flex;gap:3rem;margin-bottom:3.5rem;align-items:flex-start}
.index-timeline-marker-box{flex-shrink:0;width:140px;text-align:right;padding-top:.3rem}
.index-timeline-year{font-size:1.8rem;font-weight:700;color:#8807C2;display:block;line-height:1}
.index-timeline-dot-container{flex-shrink:0;width:24px;height:24px;position:relative;margin-top:.5rem}
.index-timeline-dot{width:24px;height:24px;background:#007BE1;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px #007BE1}
.index-timeline-content-box{flex:1;background:#f8f9fa;padding:1.8rem 2rem;border-radius:8px;border-left:4px solid #007BE1}
.index-timeline-title{font-size:1.4rem;font-weight:600;color:#212529;margin:0 0 .8rem}
.index-timeline-description{font-size:1.05rem;color:#495057;line-height:1.65;margin:0}
.index-approach-section{background:linear-gradient(180deg,#fafbfc 0%,#f5f6fa 100%);padding:5rem 1.5rem}
.index-approach-container{max-width:1200px;margin:0 auto}
.index-approach-top{text-align:center;margin-bottom:4rem}
.index-approach-heading{font-size:2.3rem;font-weight:700;color:#212529;margin:0 0 1.2rem}
.index-approach-lead{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.index-approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.index-approach-card{background:#fff;padding:2rem 1.8rem;border-radius:10px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border-top:3px solid transparent}
.index-approach-card:nth-child(1){border-top-color:#8807C2}
.index-approach-card:nth-child(2){border-top-color:#007BE1}
.index-approach-card:nth-child(3){border-top-color:#8807C2}
.index-approach-card:nth-child(4){border-top-color:#007BE1}
.index-approach-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}
.index-approach-card-title{font-size:1.35rem;font-weight:600;color:#212529;margin:0 0 1rem}
.index-approach-card-text{font-size:1.02rem;color:#495057;line-height:1.65;margin:0}
.index-visual-section{background:#fff;padding:5rem 1.5rem}
.index-visual-container{max-width:1200px;margin:0 auto}
.index-visual-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.index-visual-item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000014}
.index-visual-item img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .4s ease}
.index-visual-item:hover img{transform:scale(1.05)}
.index-visual-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#212529d9 0%,transparent 100%);padding:2rem 1.5rem 1.5rem}
.index-visual-caption{font-size:1.15rem;font-weight:600;color:#fff;margin:0;line-height:1.4}
.index-stories-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:5rem 1.5rem}
.index-stories-container{max-width:1100px;margin:0 auto}
.index-stories-header{text-align:center;margin-bottom:3.5rem}
.index-stories-heading{font-size:2.3rem;font-weight:700;color:#212529;margin:0 0 1rem;position:relative;display:inline-block}
.index-stories-heading::before{content:'';position:absolute;top:-10px;left:-15px;width:35px;height:35px;background:#007be11f;border-radius:50%;z-index:-1}
.index-stories-tagline{font-size:1.1rem;color:#495057;margin:1rem 0 0}
.index-stories-list{display:flex;flex-direction:column;gap:2.5rem}
.index-story-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 3px 10px #00000012;border-left:5px solid #8807C2}
.index-story-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.index-story-name{font-size:1.25rem;font-weight:600;color:#212529;margin:0}
.index-story-role{font-size:.95rem;color:#6c757d;padding:.3rem .8rem;background:#f8f9fa;border-radius:4px}
.index-story-text{font-size:1.08rem;color:#495057;line-height:1.7;margin:0}
.index-story-highlight{color:#007BE1;font-weight:600}
@media (max-width: 768px) {
.index-hero-wrapper{padding:3.5rem 1.2rem 3rem}
.index-hero-title{font-size:2rem}
.index-hero-subtitle{font-size:1.1rem}
.index-timeline-item{flex-direction:column;gap:.8rem;padding-left:2.5rem;position:relative}
.index-timeline-marker-box{width:auto;text-align:left}
.index-timeline-dot-container{position:absolute;left:0;top:.5rem}
.index-timeline-content-box{padding:1.5rem}
.index-visual-grid{grid-template-columns:1fr}
.index-visual-item img{height:260px}
.index-story-card{padding:1.8rem}
.index-story-meta{flex-direction:column;align-items:flex-start;gap:.5rem}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.intro-panel-custom{background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.intro-panel-custom::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#007be114 0%,transparent 70%);border-radius:50%;z-index:1}
.intro-panel-custom .content-inner{max-width:720px;margin:0 auto;position:relative;z-index:2}
.intro-panel-custom h1{font-size:2.6rem;line-height:1.2;color:#212529;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}
.intro-panel-custom h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#8807C2,#007BE1);margin-top:1.2rem;border-radius:2px}
.intro-panel-custom .lead-text-custom{font-size:1.15rem;line-height:1.7;color:#495057;margin-bottom:0}
.visual-block-offset{padding:4rem 2rem;background:#fff;position:relative}
.visual-block-offset .container{max-width:1200px;margin:0 auto}
.visual-block-offset .grid-layout-custom{display:grid;grid-template-columns:1fr 1.2fr;gap:3.5rem;align-items:center}
.visual-block-offset .image-container-styled{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #0000001f}
.visual-block-offset .image-container-styled::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#8807c226 0%,#007be126 100%);z-index:1;pointer-events:none}
.visual-block-offset .image-container-styled img{width:100%;height:420px;object-fit:cover;display:block}
.visual-block-offset .content-text-zone{padding:0}
.visual-block-offset h2{font-size:2rem;color:#212529;font-weight:700;margin-bottom:1.3rem;line-height:1.3}
.visual-block-offset h2::before{content:'';display:inline-block;width:6px;height:28px;background:linear-gradient(180deg,#8807C2,#007BE1);margin-right:14px;vertical-align:middle;border-radius:3px}
.visual-block-offset p{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:1.2rem}
.visual-block-offset p:last-child{margin-bottom:0}
.form-primary-section{padding:5rem 2rem;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.form-primary-section::before{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#8807c233,transparent)}
.form-primary-section .container{max-width:920px;margin:0 auto}
.form-primary-section h2{font-size:2.2rem;color:#212529;font-weight:700;text-align:center;margin-bottom:2.5rem;line-height:1.3}
.form-grid-wrapper{background:#fff;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 8px 32px #00000014;border:1px solid #e9ecef}
.form-row-dual{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}
.field-wrapper-custom{margin-bottom:1.5rem}
.field-wrapper-custom label{display:block;font-size:.95rem;font-weight:600;color:#343a40;margin-bottom:.6rem;letter-spacing:.01em}
.field-wrapper-custom input,.field-wrapper-custom textarea,.field-wrapper-custom select{width:100%;padding:.85rem 1rem;font-size:1rem;color:#212529;background:#fafbfc;border:2px solid #dee2e6;border-radius:8px;transition:all .3s ease;font-family:inherit}
.field-wrapper-custom input:focus,.field-wrapper-custom textarea:focus,.field-wrapper-custom select:focus{outline:none;border-color:#007BE1;background:#fff;box-shadow:0 0 0 4px #007be11f}
.field-wrapper-custom textarea{resize:vertical;min-height:140px}
.field-wrapper-custom select{cursor:pointer;appearance:none;padding-right:2.5rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23495057' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat right 1rem center}
.consent-block-custom{margin:2rem 0 1.8rem;padding:1rem 1.2rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #8807C2}
.consent-block-custom label{display:flex;align-items:flex-start;gap:.8rem;font-size:.95rem;color:#495057;line-height:1.6;cursor:pointer}
.consent-block-custom input[type="checkbox"]{width:20px;height:20px;margin-top:.15rem;cursor:pointer;flex-shrink:0;accent-color:#8807C2}
.consent-block-custom a{color:#007BE1;text-decoration:underline;font-weight:600}
.consent-block-custom a:hover{color:#8807C2}
.button-submit-main{width:100%;padding:1.1rem 2rem;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #8807c240;letter-spacing:.02em;position:relative;z-index:10}
.button-submit-main:hover{transform:translateY(-2px);box-shadow:0 6px 24px #8807c259}
.button-submit-main:active{transform:translateY(0)}
.info-channels-zone{padding:4.5rem 2rem;background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%)}
.info-channels-zone .container{max-width:1100px;margin:0 auto}
.info-channels-zone h2{font-size:2rem;color:#212529;font-weight:700;text-align:center;margin-bottom:3rem}
.info-channels-zone h2::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#8807C2,#007BE1);margin:1rem auto 0;border-radius:2px}
.contact-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.contact-card-item{background:#fff;padding:2rem 1.8rem;border-radius:12px;border:2px solid #e9ecef;transition:all .3s ease;position:relative}
.contact-card-item:hover{border-color:#007BE1;box-shadow:0 8px 24px #007be126;transform:translateY(-4px)}
.contact-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8807C2,#007BE1);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.contact-card-item:hover::before{opacity:1}
.contact-card-item h3{font-size:1.3rem;color:#212529;font-weight:700;margin-bottom:1rem}
.contact-card-item p{font-size:1rem;line-height:1.7;color:#495057;margin-bottom:.5rem}
.contact-card-item a{color:#007BE1;text-decoration:none;font-weight:600;transition:color .2s ease}
.contact-card-item a:hover{color:#8807C2;text-decoration:underline}
.contact-card-item .address-text{font-size:.98rem;line-height:1.6;color:#495057}
@media (max-width: 768px) {
.intro-panel-custom{padding:3rem 1.5rem 2.5rem}
.intro-panel-custom h1{font-size:2rem}
.intro-panel-custom .lead-text-custom{font-size:1.05rem}
.visual-block-offset{padding:3rem 1.5rem}
.visual-block-offset .grid-layout-custom{grid-template-columns:1fr;gap:2.5rem}
.visual-block-offset .image-container-styled img{height:320px}
.visual-block-offset h2{font-size:1.7rem}
.form-primary-section{padding:3.5rem 1.5rem}
.form-primary-section h2{font-size:1.8rem}
.form-grid-wrapper{padding:2rem 1.5rem}
.form-row-dual{grid-template-columns:1fr;gap:0}
.info-channels-zone{padding:3.5rem 1.5rem}
.info-channels-zone h2{font-size:1.7rem}
.contact-grid-layout{grid-template-columns:1fr;gap:1.5rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.visual-block-offset .grid-layout-custom{gap:2.5rem}
.contact-grid-layout{grid-template-columns:repeat(2,1fr)}
}
.services-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:auto}
.services-hero-block{padding:90px 20px 70px;background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);position:relative;overflow:hidden}
.services-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8807c214 0%,transparent 70%);border-radius:50%;z-index:1}
.services-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.services-hero-tag{display:inline-block;padding:8px 18px;background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);color:#fff;font-size:13px;font-weight:600;letter-spacing:.5px;border-radius:20px;margin-bottom:24px;text-transform:uppercase}
.services-hero-content h1{font-size:48px;line-height:1.2;color:#212529;font-weight:700;margin-bottom:26px;letter-spacing:-.5px}
.services-hero-description{font-size:19px;line-height:1.7;color:#495057;max-width:820px;margin-bottom:0}
.audit-spectrum-section{padding:85px 20px;background:#fff;position:relative}
.audit-spectrum-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.audit-left-content h2{font-size:38px;line-height:1.3;color:#212529;font-weight:700;margin-bottom:28px;position:relative;padding-left:22px}
.audit-left-content h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:42px;background:linear-gradient(180deg,#8807C2 0%,#007BE1 100%);border-radius:3px}
.audit-left-content p{font-size:17px;line-height:1.8;color:#495057;margin-bottom:24px}
.audit-visual-wrapper{position:relative}
.audit-visual-wrapper img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000017}
.audit-domains-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:38px}
.audit-domain-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:24px;border-radius:10px;border-left:4px solid #8807C2;transition:all .3s ease}
.audit-domain-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #8807c226;border-left-color:#007BE1}
.audit-domain-card h3{font-size:18px;color:#212529;font-weight:600;margin-bottom:10px}
.audit-domain-card p{font-size:15px;line-height:1.6;color:#495057;margin:0}
.methodology-showcase-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.methodology-showcase-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#8807C2 50%,transparent 100%)}
.methodology-container{max-width:1140px;margin:0 auto}
.methodology-header{text-align:center;margin-bottom:55px}
.methodology-header h2{font-size:40px;line-height:1.3;color:#212529;font-weight:700;margin-bottom:18px}
.methodology-header p{font-size:18px;line-height:1.7;color:#495057;max-width:740px;margin:0 auto}
.methodology-phases-wrapper{display:flex;gap:50px;align-items:flex-start;margin-bottom:50px}
.methodology-visual-column{flex:0 0 45%}
.methodology-visual-column img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}
.methodology-phases-column{flex:1}
.phase-timeline-item{position:relative;padding-left:48px;margin-bottom:32px;padding-bottom:32px;border-left:2px solid #e9ecef}
.phase-timeline-item:last-child{border-left-color:transparent;margin-bottom:0;padding-bottom:0}
.phase-number-marker{position:absolute;left:-17px;top:0;width:34px;height:34px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;box-shadow:0 3px 8px #8807c24d;z-index:2}
.phase-timeline-item h3{font-size:20px;color:#212529;font-weight:600;margin-bottom:10px}
.phase-timeline-item p{font-size:16px;line-height:1.7;color:#495057;margin:0}
.insights-delivery-section{padding:75px 20px 90px;background:#fff}
.insights-container{max-width:1140px;margin:0 auto}
.insights-intro-block{display:flex;gap:55px;align-items:center;margin-bottom:50px}
.insights-text-column{flex:1}
.insights-text-column h2{font-size:39px;line-height:1.3;color:#212529;font-weight:700;margin-bottom:22px}
.insights-text-column p{font-size:17px;line-height:1.8;color:#495057;margin-bottom:18px}
.insights-image-column{flex:0 0 42%}
.insights-image-column img{width:100%;height:360px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000014}
.deliverables-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.deliverable-item{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:28px 24px;border-radius:10px;border-top:3px solid #007BE1;transition:all .3s ease}
.deliverable-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #007be11f;background:#fff}
.deliverable-icon{width:48px;height:48px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff;font-size:22px;font-weight:700}
.deliverable-item h3{font-size:18px;color:#212529;font-weight:600;margin-bottom:12px}
.deliverable-item p{font-size:15px;line-height:1.6;color:#495057;margin:0}
.services-cta-block{background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);padding:60px 20px;margin-top:70px;border-radius:16px;text-align:center;box-shadow:0 12px 32px #8807c240}
.services-cta-block h2{font-size:34px;line-height:1.3;color:#fff;font-weight:700;margin-bottom:18px}
.services-cta-block p{font-size:18px;line-height:1.6;color:#fffffff2;max-width:680px;margin:0 auto 32px}
.cta-button-primary{display:inline-block;padding:16px 40px;background:#fff;color:#8807C2;font-size:17px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0003;background:#FEFADD;color:#212529}
@media (max-width: 768px) {
.services-hero-content h1{font-size:34px}
.services-hero-description{font-size:17px}
.audit-spectrum-container{grid-template-columns:1fr;gap:40px}
.audit-left-content h2{font-size:30px}
.audit-domains-grid{grid-template-columns:1fr}
.methodology-phases-wrapper{flex-direction:column;gap:35px}
.methodology-visual-column{flex:1;width:100%}
.phase-timeline-item{padding-left:40px}
.insights-intro-block{flex-direction:column;gap:35px}
.insights-image-column{flex:1;width:100%}
.deliverables-grid{grid-template-columns:1fr}
.services-cta-block h2{font-size:28px}
}
.tech-page-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.tech-page-wrapper .tech-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:90px 20px 80px;position:relative;overflow:hidden}
.tech-page-wrapper .tech-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#007be114 0%,transparent 70%);border-radius:50%;z-index:1}
.tech-page-wrapper .tech-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.tech-page-wrapper .tech-hero-title{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px;letter-spacing:-.5px}
.tech-page-wrapper .tech-hero-title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);margin-top:16px;border-radius:2px}
.tech-page-wrapper .tech-hero-description{font-size:1.15rem;color:#495057;max-width:720px;margin-bottom:32px;line-height:1.8}
.tech-page-wrapper .tech-hero-stats{display:flex;gap:40px;flex-wrap:wrap;margin-top:48px}
.tech-page-wrapper .tech-stat-item{flex:1;min-width:200px;padding:24px;background:#fff;border-left:4px solid #8807C2;border-radius:8px;box-shadow:0 2px 12px #0000000f}
.tech-page-wrapper .tech-stat-number{font-size:2.2rem;font-weight:700;color:#007BE1;display:block;margin-bottom:8px}
.tech-page-wrapper .tech-stat-label{font-size:.95rem;color:#6c757d}
.tech-page-wrapper .tech-tools-section{padding:80px 20px;background:#fff;position:relative}
.tech-page-wrapper .tech-tools-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tech-page-wrapper .tech-tools-visual{position:relative}
.tech-page-wrapper .tech-tools-image{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001f;display:block}
.tech-page-wrapper .tech-tools-image-overlay{position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);border-radius:50%;opacity:.15;z-index:1}
.tech-page-wrapper .tech-tools-content h2{font-size:2.3rem;font-weight:700;color:#212529;margin-bottom:28px;position:relative;padding-left:20px}
.tech-page-wrapper .tech-tools-content h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:70%;background:#007BE1;border-radius:3px}
.tech-page-wrapper .tech-tools-list{list-style:none;padding:0;margin:0 0 32px}
.tech-page-wrapper .tech-tools-list li{padding:16px 0;color:#495057;font-size:1.05rem;border-bottom:1px solid #e9ecef;position:relative;padding-left:32px}
.tech-page-wrapper .tech-tools-list li::before{content:'';position:absolute;left:0;color:#8807C2;font-weight:700;font-size:1.2rem}
.tech-page-wrapper .tech-tools-list li:last-child{border-bottom:none}
.tech-page-wrapper .tech-cta-button{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #8807c24d}
.tech-page-wrapper .tech-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8807c266;color:#fff}
.tech-page-wrapper .tech-approach-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.tech-page-wrapper .tech-approach-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#007BE1 50%,transparent 100%)}
.tech-page-wrapper .tech-approach-container{max-width:1140px;margin:0 auto}
.tech-page-wrapper .tech-approach-header{text-align:center;margin-bottom:60px}
.tech-page-wrapper .tech-approach-header h2{font-size:2.4rem;font-weight:700;color:#212529;margin-bottom:20px}
.tech-page-wrapper .tech-approach-header p{font-size:1.1rem;color:#6c757d;max-width:680px;margin:0 auto}
.tech-page-wrapper .tech-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:48px}
.tech-page-wrapper .tech-process-card{background:#fff;padding:32px 28px;border-radius:12px;border:2px solid #e9ecef;position:relative;transition:all .3s ease}
.tech-page-wrapper .tech-process-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.tech-page-wrapper .tech-process-card:hover{border-color:#007BE1;box-shadow:0 8px 24px #007be126;transform:translateY(-4px)}
.tech-page-wrapper .tech-process-card:hover::before{opacity:1}
.tech-page-wrapper .tech-process-number{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#FEFADD 0%,#f8f9fa 100%);border:2px solid #8807C2;border-radius:50%;text-align:center;line-height:44px;font-size:1.3rem;font-weight:700;color:#8807C2;margin-bottom:20px}
.tech-page-wrapper .tech-process-card h3{font-size:1.4rem;font-weight:700;color:#212529;margin-bottom:14px}
.tech-page-wrapper .tech-process-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.tech-page-wrapper .tech-approach-footer{text-align:center;padding-top:40px;border-top:2px solid #e9ecef}
.tech-page-wrapper .tech-approach-footer p{font-size:1.05rem;color:#495057;margin-bottom:24px}
.tech-page-wrapper .tech-blog-link{display:inline-block;padding:12px 28px;background:#fff;color:#007BE1;text-decoration:none;border:2px solid #007BE1;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease}
.tech-page-wrapper .tech-blog-link:hover{background:#007BE1;color:#fff;transform:scale(1.05)}
@media (max-width: 768px) {
.tech-page-wrapper .tech-hero-section{padding:60px 20px 50px}
.tech-page-wrapper .tech-hero-title{font-size:2rem}
.tech-page-wrapper .tech-hero-description{font-size:1rem}
.tech-page-wrapper .tech-hero-stats{flex-direction:column;gap:20px}
.tech-page-wrapper .tech-stat-item{min-width:100%}
.tech-page-wrapper .tech-tools-section{padding:60px 20px}
.tech-page-wrapper .tech-tools-container{grid-template-columns:1fr;gap:40px}
.tech-page-wrapper .tech-tools-visual{order:2}
.tech-page-wrapper .tech-tools-content{order:1}
.tech-page-wrapper .tech-tools-content h2{font-size:1.8rem}
.tech-page-wrapper .tech-approach-section{padding:60px 20px}
.tech-page-wrapper .tech-approach-header h2{font-size:1.9rem}
.tech-page-wrapper .tech-process-grid{grid-template-columns:1fr;gap:24px}
}
.cookie-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh}
.cookie-policy-header{padding:4rem 2rem 3rem;text-align:center;background:linear-gradient(180deg,#8807c208 0%,transparent 100%);border-bottom:1px solid #8807c21a}
.cookie-policy-header h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.02em}
.cookie-policy-header .intro-text{max-width:900px;margin:0 auto;font-size:1.15rem;line-height:1.8;color:#495057}
.cookie-content-wrapper{max-width:100%;padding:0}
.cookie-main-content{padding:4rem 6%;background:#fff}
.cookie-section-block{margin-bottom:4rem;position:relative}
.cookie-section-block::before{content:'';position:absolute;left:-3rem;top:.5rem;width:4px;height:calc(100% - 1rem);background:linear-gradient(180deg,#8807C2 0%,#007BE1 100%);border-radius:2px;opacity:.3}
.cookie-section-block h2{font-size:2rem;color:#212529;margin-bottom:1.5rem;font-weight:600;letter-spacing:-.01em;position:relative;padding-bottom:.8rem}
.cookie-section-block h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);border-radius:2px}
.cookie-section-block h3{font-size:1.5rem;color:#343a40;margin:2.5rem 0 1.2rem;font-weight:600}
.cookie-section-block p{font-size:1.05rem;line-height:1.9;color:#495057;margin-bottom:1.5rem}
.cookie-section-block ul{list-style:none;padding-left:0;margin:2rem 0}
.cookie-section-block ul li{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:1.2rem;padding-left:2rem;position:relative}
.cookie-section-block ul li::before{content:'';position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#007BE1;border-radius:50%}
.data-flow-narrative{background:linear-gradient(135deg,#fefadd4d 0%,#007be10d 100%);padding:2.5rem;border-radius:8px;margin:3rem 0;border-left:4px solid #8807C2}
.data-flow-narrative p{margin-bottom:1.2rem;font-size:1.05rem;line-height:1.85}
.technical-mechanism-box{background:#f8f9fa;padding:2rem 2.5rem;border-radius:6px;margin:2.5rem 0;border:1px solid #8807c226}
.technical-mechanism-box h3{color:#8807C2;margin-top:0;font-size:1.4rem}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}
.cookie-type-card{background:#fff;padding:2rem;border-radius:8px;border:2px solid #f5f6fa;transition:all .3s ease}
.cookie-type-card:hover{border-color:#007BE1;box-shadow:0 8px 24px #007be11f;transform:translateY(-4px)}
.cookie-type-card h4{color:#8807C2;font-size:1.3rem;margin-bottom:1rem;font-weight:600}
.cookie-type-card p{font-size:1rem;line-height:1.7;margin-bottom:0}
.philosophical-interlude{background:linear-gradient(135deg,#8807c20d 0%,#007be10d 100%);padding:3rem;margin:4rem 0;border-radius:12px;font-style:italic;border-top:3px solid #8807C2;border-bottom:3px solid #007BE1}
.philosophical-interlude p{font-size:1.1rem;line-height:2;color:#343a40}
.control-mechanisms-wrapper{margin:3rem 0}
.control-option{background:#fff;padding:2rem;margin-bottom:1.5rem;border-left:5px solid #007BE1;border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000d}
.control-option h4{color:#212529;font-size:1.3rem;margin-bottom:1rem;font-weight:600}
.asymmetric-insight{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin:3rem 0;align-items:start}
.insight-marker{background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);color:#fff;padding:2rem;border-radius:8px;text-align:center;font-size:1.1rem;font-weight:600;position:sticky;top:2rem}
.insight-content{background:#fafbfc;padding:2rem;border-radius:8px}
.closure-fragment{background:#fff;padding:3rem;margin-top:4rem;border-radius:12px;border:2px solid #f5f6fa;text-align:center}
.closure-fragment p{font-size:1.1rem;line-height:1.9;margin-bottom:2rem}
.contact-data-embedded{background:linear-gradient(135deg,#fefadd80 0%,#007be114 100%);padding:2rem;border-radius:8px;display:inline-block;margin:1rem auto}
.contact-data-embedded a{color:#8807C2;text-decoration:none;font-weight:600;font-size:1.05rem;transition:color .3s ease}
.contact-data-embedded a:hover{color:#007BE1}
.divider-wave{height:2px;background:linear-gradient(90deg,transparent 0%,#8807C2 25%,#007BE1 75%,transparent 100%);margin:4rem 0;opacity:.3}
.divider-dots{text-align:center;margin:3rem 0}
.divider-dots::before{content:'• • •';color:#007BE1;font-size:1.5rem;letter-spacing:1rem;opacity:.4}
@media (max-width: 768px) {
.cookie-policy-header{padding:3rem 1.5rem 2rem}
.cookie-policy-header h1{font-size:2rem}
.cookie-main-content{padding:2rem 5%}
.cookie-section-block::before{left:-1rem}
.cookie-section-block h2{font-size:1.6rem}
.cookie-types-grid{grid-template-columns:1fr;gap:1.5rem}
.asymmetric-insight{grid-template-columns:1fr;gap:2rem}
.insight-marker{position:relative;top:0}
.data-flow-narrative,.technical-mechanism-box,.philosophical-interlude,.closure-fragment{padding:1.5rem}
}
.privacy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);padding:0;margin:0}
.privacy-hero-zone{background:linear-gradient(165deg,#8807C2 0%,#007BE1 100%);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}
.privacy-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#fefadd1a;border-radius:50%;z-index:1}
.privacy-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#ffffff0d;border-radius:50%;z-index:1}
.privacy-hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.privacy-hero-title{font-size:3.2rem;font-weight:800;color:#fff;margin:0 0 1.5rem;letter-spacing:-.02em;line-height:1.1}
.privacy-hero-subtitle{font-size:1.3rem;color:#FEFADD;margin:0;font-weight:400;line-height:1.6}
.privacy-content-container{max-width:100%;padding:0;margin:0}
.privacy-document-section{background:#fff;padding:5rem 8%;border-bottom:3px solid #f5f6fa}
.privacy-document-section:nth-child(even){background:#fafbfc;border-bottom:3px solid #fff}
.privacy-section-inner{max-width:1400px;margin:0 auto}
.privacy-heading-primary{font-size:2.4rem;color:#8807C2;margin:0 0 2rem;font-weight:700;position:relative;padding-left:2rem}
.privacy-heading-primary::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(180deg,#8807C2 0%,#007BE1 100%);border-radius:3px}
.privacy-heading-secondary{font-size:1.9rem;color:#007BE1;margin:3rem 0 1.5rem;font-weight:600;position:relative;padding-bottom:.8rem}
.privacy-heading-secondary::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#FEFADD;border-radius:2px}
.privacy-heading-tertiary{font-size:1.5rem;color:#343a40;margin:2rem 0 1rem;font-weight:600}
.privacy-paragraph{font-size:1.1rem;line-height:1.9;color:#495057;margin:0 0 1.5rem}
.privacy-paragraph-emphasis{font-size:1.15rem;line-height:1.85;color:#212529;margin:2rem 0;padding:1.5rem 2rem;background:linear-gradient(135deg,#8807c208 0%,#007be108 100%);border-left:4px solid #8807C2;border-radius:0 8px 8px 0}
.privacy-list-styled{list-style:none;padding:0;margin:2rem 0}
.privacy-list-styled li{font-size:1.1rem;line-height:1.8;color:#495057;margin:0 0 1.2rem;padding-left:2.5rem;position:relative}
.privacy-list-styled li::before{content:'→';position:absolute;left:0;color:#007BE1;font-weight:700;font-size:1.3rem}
.privacy-subsection-block{margin:3rem 0;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a}
.privacy-document-section:nth-child(even) .privacy-subsection-block{background:#f8f9fa}
.privacy-highlight-term{color:#8807C2;font-weight:600}
.privacy-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}
.privacy-contact-card{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);padding:2rem;border-radius:12px;border:2px solid #f5f6fa;transition:all .3s ease}
.privacy-contact-card:hover{border-color:#007BE1;box-shadow:0 6px 16px #007be11a;transform:translateY(-2px)}
.privacy-contact-label{font-size:.95rem;color:#8807C2;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .8rem}
.privacy-contact-value{font-size:1.2rem;color:#212529;font-weight:500;margin:0}
.privacy-contact-value a{color:#007BE1;text-decoration:none;transition:color .2s ease}
.privacy-contact-value a:hover{color:#8807C2}
.privacy-effective-date{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#FEFADD 0%,#fff 100%)}
.privacy-date-text{font-size:1.1rem;color:#495057;margin:0;font-weight:500}
.privacy-nested-list{list-style:none;padding-left:2rem;margin:1rem 0}
.privacy-nested-list li{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 .8rem;padding-left:1.8rem;position:relative}
.privacy-nested-list li::before{content:'•';position:absolute;left:0;color:#FEFADD;background:#007BE1;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1}
.privacy-divider-decorative{height:4px;background:linear-gradient(90deg,transparent 0%,#8807C2 20%,#007BE1 50%,#8807C2 80%,transparent 100%);margin:4rem 0;border:none;border-radius:2px}
.privacy-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:12px;box-shadow:0 2px 8px #0000000f}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table thead{background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%)}
.privacy-data-table th{padding:1.2rem 1.5rem;text-align:left;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:3px solid #FEFADD}
.privacy-data-table td{padding:1.2rem 1.5rem;font-size:1.05rem;color:#495057;border-bottom:1px solid #f5f6fa;line-height:1.6}
.privacy-data-table tbody tr:hover{background:#fafbfc}
@media (max-width: 768px) {
.privacy-hero-title{font-size:2.2rem}
.privacy-hero-subtitle{font-size:1.1rem}
.privacy-document-section{padding:3rem 5%}
.privacy-heading-primary{font-size:1.9rem;padding-left:1.5rem}
.privacy-heading-secondary{font-size:1.5rem}
.privacy-heading-tertiary{font-size:1.3rem}
.privacy-contact-grid{grid-template-columns:1fr;gap:1.5rem}
.privacy-subsection-block{padding:1.5rem}
.privacy-table-wrapper{border-radius:8px}
.privacy-data-table th,.privacy-data-table td{padding:1rem;font-size:.95rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:85vh;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#007be114 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-page-wrapper::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#8807c20f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-content-container{max-width:820px;margin:0 auto;padding:80px 20px 100px;position:relative;z-index:2}
.success-visual-marker{width:110px;height:110px;margin:0 auto 35px;position:relative;animation:successPulse 2.5s ease-in-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.success-visual-marker svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px #8807c226)}
.success-main-headline{font-size:2.8rem;font-weight:700;color:#212529;text-align:center;margin:0 0 20px;line-height:1.2;letter-spacing:-.02em}
.success-main-headline::after{content:'';display:block;width:85px;height:4px;background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);margin:28px auto 0;border-radius:2px}
.success-subtext-block{text-align:center;margin:0 0 50px}
.success-subtext-block p{font-size:1.15rem;color:#495057;line-height:1.7;margin:0 0 12px}
.success-subtext-block p:last-child{margin-bottom:0}
.success-timeline-wrapper{background:#fff;border-radius:16px;padding:45px 40px;margin:0 0 45px;box-shadow:0 4px 20px #0000000f;border:1px solid #e9ecef;position:relative}
.success-timeline-wrapper::before{content:'';position:absolute;top:20px;left:20px;width:50px;height:50px;background:linear-gradient(135deg,#8807c21a 0%,#007be11a 100%);border-radius:50%;z-index:1}
.success-timeline-title{font-size:1.5rem;font-weight:600;color:#343a40;margin:0 0 30px;position:relative;z-index:2}
.success-step-sequence{display:flex;flex-direction:column;gap:28px;position:relative;z-index:2}
.success-step-item{display:grid;grid-template-columns:50px 1fr;gap:22px;align-items:flex-start}
.success-step-marker-box{width:50px;height:50px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 12px #8807c240;position:relative}
.success-step-marker-box span{font-size:1.25rem;font-weight:700;color:#fff}
.success-step-content-box h3{font-size:1.2rem;font-weight:600;color:#212529;margin:0 0 8px;line-height:1.3}
.success-step-content-box p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.success-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:0 0 50px}
.success-info-card{background:#fff;border-radius:14px;padding:32px 28px;border:1px solid #dee2e6;box-shadow:0 3px 15px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}
.success-info-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8807C2 0%,#007BE1 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.success-info-card:hover::before{transform:scaleX(1)}
.success-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}
.success-info-card h3{font-size:1.3rem;font-weight:600;color:#212529;margin:0 0 15px;line-height:1.3}
.success-info-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0 0 10px}
.success-info-card p:last-child{margin-bottom:0}
.success-info-card a{color:#007BE1;text-decoration:none;font-weight:500;transition:color .2s ease}
.success-info-card a:hover{color:#8807C2;text-decoration:underline}
.success-actions-panel{background:linear-gradient(135deg,#fefadd80 0%,#fffc 100%);border-radius:16px;padding:45px 40px;text-align:center;border:2px solid #FEFADD;position:relative}
.success-actions-panel::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,#8807c20f 0%,transparent 70%);border-radius:50%;z-index:1}
.success-actions-content{position:relative;z-index:2}
.success-actions-content h2{font-size:1.8rem;font-weight:600;color:#212529;margin:0 0 18px;line-height:1.3}
.success-actions-content p{font-size:1.05rem;color:#495057;line-height:1.65;margin:0 0 32px;max-width:600px;margin-left:auto;margin-right:auto}
.success-button-group{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{display:inline-block;padding:16px 38px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);color:#fff;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease;box-shadow:0 4px 16px #8807c24d;border:none;cursor:pointer;position:relative;z-index:10;overflow:hidden}
.success-btn-primary::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#007BE1 0%,#8807C2 100%);opacity:0;transition:opacity .3s ease;z-index:-1}
.success-btn-primary:hover::before{opacity:1}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #8807c266}
.success-btn-secondary{display:inline-block;padding:16px 38px;background:#fff;color:#007BE1;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease;box-shadow:0 2px 10px #00000014;border:2px solid #007BE1;cursor:pointer;position:relative;z-index:10}
.success-btn-secondary:hover{background:#007BE1;color:#fff;transform:translateY(-2px);box-shadow:0 4px 18px #007be14d}
@media (max-width: 768px) {
.success-content-container{padding:60px 18px 80px}
.success-main-headline{font-size:2.2rem}
.success-subtext-block p{font-size:1.05rem}
.success-timeline-wrapper{padding:35px 25px}
.success-timeline-title{font-size:1.35rem}
.success-step-item{grid-template-columns:45px 1fr;gap:18px}
.success-step-marker-box{width:45px;height:45px}
.success-step-marker-box span{font-size:1.1rem}
.success-step-content-box h3{font-size:1.1rem}
.success-step-content-box p{font-size:.95rem}
.success-info-grid{grid-template-columns:1fr;gap:20px}
.success-info-card{padding:28px 24px}
.success-actions-panel{padding:35px 25px}
.success-actions-content h2{font-size:1.5rem}
.success-actions-content p{font-size:1rem}
.success-button-group{flex-direction:column;gap:15px}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
}
@media (max-width: 480px) {
.success-main-headline{font-size:1.9rem}
.success-visual-marker{width:90px;height:90px}
.success-timeline-wrapper{padding:28px 20px}
.success-info-card{padding:24px 20px}
.success-actions-panel{padding:30px 20px}
}
.error-page-wrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#FEFADD 100%);padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8807c214 0%,transparent 70%);border-radius:50%}
.error-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#007be10f 0%,transparent 70%);border-radius:50%}
.error-content-box{max-width:680px;width:100%;background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 8px 32px #00000014;position:relative;z-index:2;text-align:center}
.error-visual-code{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(120deg,#8807C2 0%,#007BE1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}
.error-main-heading{font-size:2rem;font-weight:700;color:#212529;margin-bottom:1.25rem;line-height:1.3}
.error-description-block{margin-bottom:2.5rem}
.error-description-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.error-description-text:last-child{margin-bottom:0}
.error-technical-note{background:#f5f6fa;border-left:4px solid #8807C2;padding:1.25rem 1.5rem;margin:2rem 0;border-radius:6px}
.error-technical-note p{font-size:.95rem;color:#343a40;margin:0;line-height:1.6}
.error-navigation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem}
.error-nav-card{background:#fafbfc;border:2px solid #f5f6fa;border-radius:12px;padding:1.5rem 1.25rem;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.error-nav-card:hover{border-color:#8807C2;background:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #8807c226}
.error-nav-icon{width:48px;height:48px;background:linear-gradient(135deg,#8807C2 0%,#007BE1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}
.error-nav-label{font-size:1rem;font-weight:600;color:#212529;margin:0}
.error-primary-action{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(120deg,#8807C2 0%,#007BE1 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #8807c240}
.error-primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 24px #8807c259;color:#fff}
.error-contact-info{margin-top:3rem;padding-top:2rem;border-top:2px solid #f5f6fa}
.error-contact-heading{font-size:1.1rem;font-weight:600;color:#343a40;margin-bottom:1rem}
.error-contact-details{display:flex;flex-direction:column;gap:.5rem;align-items:center}
.error-contact-link{color:#007BE1;text-decoration:none;font-size:.95rem;transition:color .2s ease}
.error-contact-link:hover{color:#8807C2;text-decoration:underline}
.error-address-text{font-size:.9rem;color:#6c757d;margin:0;line-height:1.5}
@media (max-width: 768px) {
.error-page-wrapper{padding:1.5rem 1rem}
.error-content-box{padding:2.5rem 1.75rem}
.error-visual-code{font-size:5.5rem}
.error-main-heading{font-size:1.6rem}
.error-navigation-grid{grid-template-columns:1fr;gap:.875rem}
.error-primary-action{font-size:1rem;padding:.875rem 2rem}
.error-contact-info{margin-top:2rem}
}
@media (max-width: 480px) {
.error-visual-code{font-size:4.5rem}
.error-main-heading{font-size:1.4rem}
.error-description-text{font-size:1rem}
}