html{box-sizing:border-box}
*,::before,::after{box-sizing:inherit}
body{margin:0;padding:0;font-family:'IBM Plex Mono',monospace;background-color:#0a0e1a;color:#e8ecf2;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}
::selection{background-color:#0E82F8;color:#fff}
:focus-visible{outline:2px solid #0E82F8;outline-offset:4px;animation:focusFadeIn .24s cubic-bezier(0.4,0,0.2,1)}
@keyframes focusFadeIn {
from{outline-color:transparent}
to{outline-color:#0E82F8}
}
.top-utility-strip{background:linear-gradient(135deg,#050812 0%,#0d1424 100%);border-bottom:1px solid #0e82f826;padding:8px 0}
.top-utility-strip .util-inner-wrap{max-width:1500px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}
.contact-quick-items{display:flex;gap:32px;align-items:center}
.contact-item-util{display:flex;align-items:center;gap:8px;font-size:15px;color:#9ba3b0;text-decoration:none;transition:color .22s cubic-bezier(0.4,0,0.2,1)}
.contact-item-util:hover{color:#0E82F8}
.contact-item-util i{font-size:17px;color:#0E82F8}
.tagline-util{font-size:15px;color:#6b7280;font-style:italic}
.main-header-bar{background:linear-gradient(180deg,#0f1729 0%,#161e35 100%);position:relative;box-shadow:2px 6px 25px 1px #0e82f817}
.main-header-bar::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0E82F8 0%,#C55021 50%,#FFEE96 100%)}
.header-content-wrap{max-width:1500px;margin:0 auto;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:64px}
.brand-logo-container{flex-shrink:0;background-color:#fff;border:3px solid #0E82F8;border-radius:8px;padding:8px;box-shadow:2px 6px 25px 1px #0e82f81f}
.brand-logo-container img{display:block;width:48px;height:48px;object-fit:contain}
.primary-nav-wrap{flex-grow:1;display:flex;justify-content:center}
.main-nav-list{display:flex;gap:16px;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:center}
.nav-link-item{display:flex;align-items:center;gap:8px;padding:16px 32px;font-size:17px;font-weight:700;text-decoration:none;color:#e8ecf2;background:linear-gradient(135deg,#1a2740 0%,#0f1729 100%);border-radius:28px;border:1px solid #0e82f840;transition:all .26s cubic-bezier(0.0,0,0.2,1);box-shadow:2px 1px 3px 1px #0e82f80f;position:relative;overflow:hidden}
.nav-link-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#0e82f826,transparent);transition:left .28s cubic-bezier(0.4,0,0.2,1)}
.nav-link-item:hover::before{left:100%}
.nav-link-item:hover{border-color:#0E82F8;box-shadow:2px 9px 40px 1px #0e82f81f;transform:translateY(-2px)}
.nav-link-item i{font-size:21px;color:#0E82F8}
.header-action-zone{flex-shrink:0}
.cta-btn-header{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;font-size:17px;font-weight:700;text-decoration:none;color:#fff;background:linear-gradient(135deg,#0E82F8 0%,#0a5bb8 100%);border-radius:28px;border:none;box-shadow:2px 6px 25px 1px #0e82f817;transition:all .24s cubic-bezier(0.4,0,0.2,1);cursor:pointer;position:relative;overflow:hidden}
.cta-btn-header::after{content:'';position:absolute;bottom:0;left:0;width:0;height:100%;background:#ffffff26;transition:width .26s cubic-bezier(0.4,0,0.2,1)}
.cta-btn-header:hover::after{width:100%}
.cta-btn-header:hover{box-shadow:2px 9px 40px 1px #0e82f81f;transform:translateY(-2px)}
.cta-btn-header i{font-size:21px}
.site-footer-main{background:linear-gradient(180deg,#0a0e1a 0%,#050812 100%);position:relative;margin-top:96px}
.footer-wave-divider{position:absolute;top:-1px;left:0;width:100%;height:64px;overflow:hidden}
.footer-wave-divider svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
.footer-content-column{max-width:1500px;margin:0 auto;padding:96px 32px 64px;display:flex;flex-direction:column;align-items:center;text-align:center}
.footer-nav-links{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;list-style:none;margin:0 0 64px;padding:0}
.footer-link-quick{font-size:17px;color:#9ba3b0;text-decoration:none;transition:color .22s cubic-bezier(0.4,0,0.2,1);position:relative}
.footer-link-quick::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#0E82F8;transition:width .26s cubic-bezier(0.0,0,0.2,1)}
.footer-link-quick:hover::after{width:100%}
.footer-link-quick:hover{color:#0E82F8}
.contact-info-footer{display:flex;flex-direction:column;gap:16px;margin-bottom:64px}
.contact-line-footer{display:flex;align-items:center;justify-content:center;gap:8px;font-size:17px;color:#9ba3b0}
.contact-line-footer i{color:#C55021;font-size:21px}
.contact-line-footer a{color:#9ba3b0;text-decoration:none;transition:color .2s cubic-bezier(0.4,0,0.2,1)}
.contact-line-footer a:hover{color:#0E82F8}
.footer-logo-bottom-container{margin-bottom:32px;background-color:#fff;border:2px solid #FFEE96;border-radius:8px;padding:8px;box-shadow:2px 1px 3px 1px #ffee960f}
.footer-logo-bottom-container img{display:block;width:42px;height:42px;object-fit:contain}
.copyright-text-footer{font-size:15px;color:#6b7280;line-height:1.6}
@media (max-width: 768px) {
.top-utility-strip .util-inner-wrap{flex-direction:column;gap:16px;padding:16px}
.contact-quick-items{flex-direction:column;gap:16px}
.header-content-wrap{flex-direction:column;gap:32px;padding:32px 16px}
.primary-nav-wrap{width:100%}
.main-nav-list{flex-direction:column;width:100%}
.nav-link-item{width:100%;justify-content:center}
.header-action-zone{width:100%}
.cta-btn-header{width:100%;justify-content:center}
.footer-content-column{padding:64px 16px 32px}
.footer-nav-links{flex-direction:column;gap:16px}
}
.legal-container-gilj{max-width:1500px;margin-left:auto;margin-right:auto;background-color:#0a0d1a;color:#e8eaf0;padding:64px 32px 96px}
.legal-container-gilj h1{font-size:51px;line-height:1.2;margin-bottom:32px;color:#fff;letter-spacing:-.02em}
.legal-container-gilj h2{font-size:37px;line-height:1.2;margin-top:64px;margin-bottom:16px;color:#fff;letter-spacing:-.01em}
.legal-container-gilj h3{font-size:27px;line-height:1.2;margin-top:32px;margin-bottom:16px;color:#f5f5f7}
.legal-container-gilj h4{font-size:21px;line-height:1.6;margin-top:32px;margin-bottom:8px;color:#f5f5f7}
.legal-container-gilj h5{font-size:17px;line-height:1.6;margin-top:16px;margin-bottom:8px;color:#d1d3db;text-transform:uppercase;letter-spacing:.08em}
.legal-container-gilj h6{font-size:17px;line-height:1.6;margin-top:16px;margin-bottom:8px;color:#d1d3db}
.legal-container-gilj p{font-size:17px;line-height:1.9;margin-bottom:16px;color:#c5c7d1}
.legal-container-gilj strong,.legal-container-gilj b{color:#fff;font-weight:600}
.legal-container-gilj a{color:#0E82F8;text-decoration:none;border-bottom:1px solid #0e82f84d;transition-property:color,border-color;transition-duration:.22s;transition-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.legal-container-gilj a:hover{color:#3d9eff;border-bottom-color:#3d9eff99}
.legal-container-gilj a:active{color:#0a6ed4}
.legal-container-gilj table{width:100%;border-collapse:collapse;margin-top:32px;margin-bottom:32px;background-color:#0f1425;border-radius:8px;overflow:hidden;box-shadow:2px 6px 25px 1px #0e82f817}
.legal-container-gilj thead{background-color:#151b30}
.legal-container-gilj th{font-size:15px;line-height:1.6;text-align:left;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #1a2138;padding:16px}
.legal-container-gilj td{font-size:17px;line-height:1.6;color:#c5c7d1;border-bottom:1px solid #151b30;padding:16px}
.legal-container-gilj tbody tr:last-child td{border-bottom:none}
.legal-container-gilj tbody tr{transition-property:background-color;transition-duration:.24s;transition-timing-function:cubic-bezier(0.4,0,0.2,1)}
.legal-container-gilj tbody tr:hover{background-color:#121828}
.legal-container-gilj hr{border:none;height:1px;background:linear-gradient(to right,transparent,#0e82f833 50%,transparent);margin-top:64px;margin-bottom:64px}
@media (max-width: 768px) {
.legal-container-gilj{padding:32px 16px 64px}
.legal-container-gilj h1{font-size:37px;margin-bottom:16px}
.legal-container-gilj h2{font-size:27px;margin-top:32px}
.legal-container-gilj h3{font-size:21px;margin-top:16px}
.legal-container-gilj h4{font-size:17px}
.legal-container-gilj p{font-size:15px}
.legal-container-gilj table{font-size:15px;margin-top:16px;margin-bottom:16px}
.legal-container-gilj th,.legal-container-gilj td{font-size:15px;padding:8px}
.legal-container-gilj hr{margin-top:32px;margin-bottom:32px}
}
.expert-opinion-article-page .article-hero-block{background:linear-gradient(135deg,#0E82F8 0%,#0a1628 100%);padding:64px 16px;position:relative;overflow:hidden}
.expert-opinion-article-page .article-hero-block::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 32px,#ffffff05 32px,#ffffff05 64px);pointer-events:none}
.expert-opinion-article-page .article-hero-inner{max-width:1500px;margin:0 auto;display:flex;gap:64px;align-items:flex-start;position:relative;z-index:1}
.expert-opinion-article-page .hero-text-zone{flex:1;background:#0a1628b3;padding:32px;border-radius:8px}
.expert-opinion-article-page .hero-text-zone h1{font-size:51px;line-height:1.2;color:#fff;margin:0 0 16px}
.expert-opinion-article-page .hero-text-zone h1 .gradient-word{background:linear-gradient(135deg,#FFEE96 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.expert-opinion-article-page .article-meta-info{display:flex;gap:32px;font-size:15px;color:#ffffffb3;margin:16px 0 0}
.expert-opinion-article-page .hero-image-zone{flex:1}
.expert-opinion-article-page .hero-image-zone img{width:100%;height:auto;border-radius:8px;display:block}
.expert-opinion-article-page .article-content-wrapper{max-width:1500px;margin:0 auto;padding:96px 16px;background:#0a1628}
.expert-opinion-article-page .content-layout-grid{display:grid;grid-template-columns:280px 1fr;gap:64px;align-items:flex-start}
.expert-opinion-article-page .sidebar-utils{position:sticky;top:32px}
.expert-opinion-article-page .print-action-button{width:100%;padding:16px 32px;background:#0E82F8;color:#fff;border:none;border-radius:8px;font-size:17px;cursor:pointer;transition-property:background-color,transform;transition-duration:.22s;transition-timing-function:cubic-bezier(0.4,0,0.2,1);display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}
.expert-opinion-article-page .print-action-button::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition-property:width,height;transition-duration:.26s;transition-timing-function:cubic-bezier(0.0,0,0.2,1)}
.expert-opinion-article-page .print-action-button:hover::before{width:300px;height:300px}
.expert-opinion-article-page .print-action-button:hover{background:#0c6ed1;transform:translateY(-2px)}
.expert-opinion-article-page .print-action-button:active{transform:translateY(0)}
.expert-opinion-article-page .print-action-button:focus-visible{outline:3px solid #FFEE96!important;outline-offset:2px!important}
.expert-opinion-article-page .views-counter-display{margin:16px 0 0;padding:16px;background:#0e82f814;border-radius:8px;font-size:15px;color:#fffc;text-align:center}
.expert-opinion-article-page .views-counter-display strong{display:block;font-size:27px;color:#0E82F8;margin:4px 0 0}
.expert-opinion-article-page .main-article-content{background:#ffffff05;padding:64px;border-radius:28px;box-shadow:2px 6px 25px 1px #0e82f817;border-left:4px solid #0E82F8}
.expert-opinion-article-page .main-article-content p{font-size:17px;line-height:1.9;color:#ffffffe6;margin:0 0 32px}
.expert-opinion-article-page .main-article-content h2{font-size:37px;line-height:1.2;background:linear-gradient(90deg,#0E82F8 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:64px 0 32px}
.expert-opinion-article-page .main-article-content h4{font-size:21px;line-height:1.6;color:#FFEE96;margin:32px 0 16px;text-transform:uppercase;letter-spacing:.05em}
.expert-opinion-article-page .main-article-content ul,.expert-opinion-article-page .main-article-content ol{margin:0 0 32px;padding:0 0 0 32px}
.expert-opinion-article-page .main-article-content li{font-size:17px;line-height:1.9;color:#ffffffe6;margin:0 0 16px;position:relative}
.expert-opinion-article-page .main-article-content ul li::marker{content:'— ';color:#0E82F8}
.expert-opinion-article-page .main-article-content del{color:#fff6;text-decoration:line-through}
.expert-opinion-article-page .main-article-content blockquote{margin:32px 0;padding:32px;background:#0e82f80d;border-left:4px solid #C55021;border-radius:0 8px 8px 0;font-size:21px;line-height:1.6;color:#fffffff2;font-style:italic}
.expert-opinion-article-page .main-article-content table{width:100%;margin:32px 0;border-collapse:collapse;background:#ffffff05;border-radius:8px;overflow:hidden}
.expert-opinion-article-page .main-article-content thead{background:#0e82f81a}
.expert-opinion-article-page .main-article-content th{padding:16px;font-size:17px;line-height:1.6;color:#FFEE96;text-align:left;border-bottom:2px solid #0e82f84d}
.expert-opinion-article-page .main-article-content td{padding:16px;font-size:17px;line-height:1.6;color:#ffffffe6;border-bottom:1px solid #ffffff0d}
.expert-opinion-article-page .main-article-content tbody tr:hover{background:#0e82f80d}
.expert-opinion-article-page .main-article-content figure{margin:32px 0}
.expert-opinion-article-page .main-article-content figcaption{font-size:15px;line-height:1.6;color:#fff9;margin:8px 0 0;text-align:center}
.expert-opinion-article-page .comparison-section{background:#0f1a2e;padding:96px 16px;position:relative}
.expert-opinion-article-page .comparison-section::before,.expert-opinion-article-page .comparison-section::after{content:'';position:absolute;left:0;right:0;height:2px;background-image:radial-gradient(circle,#ffffff26 1px,transparent 1px);background-size:8px 8px}
.expert-opinion-article-page .comparison-section::before{top:0}
.expert-opinion-article-page .comparison-section::after{bottom:0;background-position:0 2px}
.expert-opinion-article-page .comparison-inner-wrap{max-width:1500px;margin:0 auto}
.expert-opinion-article-page .comparison-heading{font-size:37px;line-height:1.2;color:#fff;margin:0 0 64px;text-align:center}
.expert-opinion-article-page .comparison-table-display{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#ffffff0d;border-radius:8px;overflow:hidden}
.expert-opinion-article-page .comparison-option-column{background:#0a162899;padding:32px}
.expert-opinion-article-page .comparison-option-column h3{font-size:27px;line-height:1.6;color:#FFEE96;margin:0 0 32px;text-align:center}
.expert-opinion-article-page .comparison-feature-list{list-style:none;padding:0;margin:0}
.expert-opinion-article-page .comparison-feature-list li{font-size:17px;line-height:1.6;color:#ffffffe6;margin:0 0 16px;padding:8px 8px 8px 40px;position:relative;transition-property:background-color;transition-duration:.24s;transition-timing-function:cubic-bezier(0.4,0,0.2,1);border-radius:8px}
.expert-opinion-article-page .comparison-feature-list li:hover{background:#0e82f80d}
.expert-opinion-article-page .comparison-feature-list li::before{content:'';position:absolute;left:8px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%}
.expert-opinion-article-page .comparison-feature-list li.has-feature::before{background:#0E82F8;box-shadow:0 0 0 3px #0e82f833}
.expert-opinion-article-page .comparison-feature-list li.has-feature::after{content:'';position:absolute;left:13px;top:50%;transform:translateY(-50%) rotate(45deg);width:6px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff}
.expert-opinion-article-page .comparison-feature-list li.no-feature::before{background:#c550214d;border:2px solid #C55021}
.expert-opinion-article-page .comparison-feature-list li.no-feature::after{content:'';position:absolute;left:13px;top:50%;transform:translateY(-50%) rotate(45deg);width:12px;height:2px;background:#C55021}
.expert-opinion-article-page .comparison-feature-list li.no-feature::before{transform:translateY(-50%) rotate(45deg)}
.expert-opinion-article-page .insights-data-section{background:radial-gradient(ellipse at center,#0e82f80d 0%,#0a1628 70%);padding:64px 16px}
.expert-opinion-article-page .insights-data-inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.expert-opinion-article-page .metric-card{background:#ffffff05;padding:32px;border-radius:28px;text-align:center;box-shadow:2px 1px 3px 1px #c550210f;transition-property:transform,box-shadow;transition-duration:.28s;transition-timing-function:cubic-bezier(0.0,0,0.2,1)}
.expert-opinion-article-page .metric-card:hover{transform:translateY(-4px);box-shadow:2px 9px 40px 1px #c550211f}
.expert-opinion-article-page .metric-card h4{font-size:21px;line-height:1.6;color:#ffffffb3;margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em}
.expert-opinion-article-page .metric-card .metric-value{font-size:51px;line-height:1.2;background:linear-gradient(135deg,#FFEE96 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:block;margin:0 0 8px;font-weight:700}
.expert-opinion-article-page .metric-card p{font-size:15px;line-height:1.6;color:#fff9;margin:0}
.expert-opinion-article-page .decorated-underline-section{max-width:1500px;margin:0 auto;padding:64px 16px;background:#0f1a2e}
.expert-opinion-article-page .decorated-section-heading{font-size:37px;line-height:1.2;color:#fff;margin:0 0 32px;position:relative;display:inline-block}
.expert-opinion-article-page .decorated-section-heading::after{content:'';position:absolute;bottom:-8px;left:0;height:3px;background:linear-gradient(90deg,#0E82F8 0%,#C55021 100%);width:0;animation:draw-underline 1.2s cubic-bezier(0.4,0,0.2,1) forwards}
@keyframes draw-underline {
to{width:100%}
}
.expert-opinion-article-page .decorated-content-text{font-size:17px;line-height:1.9;color:#ffffffe6;max-width:900px}
@media (max-width: 1024px) {
.expert-opinion-article-page .article-hero-inner{flex-direction:column}
.expert-opinion-article-page .content-layout-grid{grid-template-columns:1fr}
.expert-opinion-article-page .sidebar-utils{position:static}
.expert-opinion-article-page .comparison-table-display{grid-template-columns:1fr}
.expert-opinion-article-page .insights-data-inner{grid-template-columns:1fr}
.expert-opinion-article-page .main-article-content{padding:32px}
.expert-opinion-article-page .hero-text-zone h1{font-size:37px}
}
.expert-opinion-article-page ::selection{background:#0E82F8;color:#fff}
.expert-opinion-article-page .main-article-content a{color:#0E82F8;text-decoration:none;position:relative;display:inline;background:linear-gradient(to right,#0e82f833 0%,#0e82f833 100%);background-size:0 100%;background-repeat:no-repeat;background-position:center;transition-property:background-size;transition-duration:.26s;transition-timing-function:cubic-bezier(0.4,0,0.2,1);padding:2px 4px;border-radius:0}
.expert-opinion-article-page .main-article-content a:hover{background-size:100% 100%}
.expert-opinion-article-page .main-article-content a:focus-visible{outline:2px solid #FFEE96!important;outline-offset:2px!important}
.about-platform-page{background:#0a0e1a;color:#e8eaed;min-height:100vh}
.about-platform-page .hero-intro-block{position:relative;padding:96px 32px;max-width:1500px;margin:0 auto;background:linear-gradient(145deg,#1a1f35 0%,#0a0e1a 100%);overflow:hidden}
.about-platform-page .hero-intro-block::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#0e82f80f 0%,transparent 70%);pointer-events:none}
.about-platform-page .hero-intro-block::after{content:'2025';position:absolute;top:50%;right:5%;transform:translateY(-50%);font-size:280px;font-weight:700;color:#0e82f808;line-height:1;pointer-events:none}
.about-platform-page .intro-content-wrapper{position:relative;z-index:2;max-width:860px;margin:0 auto;text-align:center}
.about-platform-page .main-heading-primary{font-size:68px;line-height:1.2;margin:0 0 32px;background:linear-gradient(135deg,#0E82F8 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}
.about-platform-page .intro-description-text{font-size:21px;line-height:1.6;color:#b8bcc4;margin:0}
.about-platform-page .values-metrics-section{padding:96px 32px;max-width:1500px;margin:0 auto;background:#0a0e1a;position:relative}
.about-platform-page .values-metrics-section::before{content:'';position:absolute;top:0;left:0;right:50%;bottom:0;background:#12182e;clip-path:polygon(0 0,100% 0,95% 100%,0 100%)}
.about-platform-page .values-grid-container{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:32px;position:relative;z-index:2}
.about-platform-page .metric-card-wrapper{background:#ffffff05;border:1px solid #0e82f826;border-radius:8px;padding:32px;transition:transform .24s cubic-bezier(0.4,0,0.2,1),box-shadow .26s cubic-bezier(0.0,0,0.2,1)}
.about-platform-page .metric-card-wrapper:hover{transform:translateY(-4px);box-shadow:2px 9px 40px 1px #0e82f81f}
.about-platform-page .metric-number-display{font-size:51px;line-height:1.2;color:#0E82F8;font-weight:700;margin:0 0 16px}
.about-platform-page .metric-label-text{font-size:17px;line-height:1.6;color:#e8eaed;margin:0 0 8px;font-weight:600}
.about-platform-page .metric-description-content{font-size:15px;line-height:1.6;color:#8a8f9d;margin:0}
.about-platform-page .team-showcase-section{padding:96px 32px;max-width:1500px;margin:0 auto;background:#0f1524}
.about-platform-page .section-heading-label{font-size:37px;line-height:1.2;margin:0 0 64px;text-align:center;color:#e8eaed;font-weight:700}
.about-platform-page .team-members-grid{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:32px}
.about-platform-page .member-profile-card{position:relative;overflow:hidden;border-radius:8px}
.about-platform-page .member-image-container{position:relative;width:100%;padding-bottom:130%;overflow:hidden}
.about-platform-page .member-photo-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .28s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .member-profile-card:hover .member-photo-img{transform:scale(1.08)}
.about-platform-page .member-overlay-info{position:absolute;top:0;left:0;right:0;bottom:0;background:#0a0e1a00;padding:16px;display:flex;flex-direction:column;justify-content:flex-end;transition:background .24s cubic-bezier(0.0,0,0.2,1)}
.about-platform-page .member-profile-card:hover .member-overlay-info{background:#0a0e1ae0}
.about-platform-page .member-name-heading{font-size:21px;line-height:1.2;color:#e8eaed;margin:0 0 4px;font-weight:600;opacity:0;transform:translateY(8px);transition:opacity .22s cubic-bezier(0.4,0,0.2,1),transform .22s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .member-profile-card:hover .member-name-heading{opacity:1;transform:translateY(0)}
.about-platform-page .member-role-label{font-size:15px;line-height:1.6;color:#0E82F8;margin:0;opacity:0;transform:translateY(8px);transition:opacity .26s cubic-bezier(0.4,0,0.2,1) 0.05s,transform .26s cubic-bezier(0.4,0,0.2,1) .05s}
.about-platform-page .member-profile-card:hover .member-role-label{opacity:1;transform:translateY(0)}
.about-platform-page .mission-statement-section{padding:96px 32px;max-width:1500px;margin:0 auto;background:#0a0e1a}
.about-platform-page .mission-content-wrapper{max-width:920px;margin:0 auto}
.about-platform-page .mission-heading-text{font-size:37px;line-height:1.2;margin:0 0 32px;color:#e8eaed;font-weight:700}
.about-platform-page .mission-paragraphs-block p{font-size:17px;line-height:1.9;color:#b8bcc4;margin:0 0 32px}
.about-platform-page .mission-paragraphs-block p:last-child{margin-bottom:0}
.about-platform-page .contact-form-section{padding:96px 32px;max-width:1500px;margin:0 auto;background:linear-gradient(180deg,#12182e 0%,#0a0e1a 100%)}
.about-platform-page .form-intro-wrapper{max-width:720px;margin:0 auto 64px;text-align:center}
.about-platform-page .form-heading-title{font-size:37px;line-height:1.2;margin:0 0 16px;color:#e8eaed;font-weight:700}
.about-platform-page .form-description-paragraph{font-size:17px;line-height:1.6;color:#8a8f9d;margin:0}
.about-platform-page .contact-form-element{max-width:680px;margin:0 auto}
.about-platform-page .form-field-row{margin:0 0 32px}
.about-platform-page .form-label-text{display:block;font-size:15px;line-height:1.6;color:#e8eaed;margin:0 0 8px;font-weight:600}
.about-platform-page .form-input-field{width:100%;padding:16px;background:#ffffff08;border:1px solid #0e82f833;border-radius:8px;color:#e8eaed;font-size:15px;line-height:1.6;transition:border-color .2s cubic-bezier(0.4,0,0.2,1),background .22s cubic-bezier(0.0,0,0.2,1)}
.about-platform-page .form-input-field::placeholder{color:#e8eaed4d}
.about-platform-page .form-input-field:focus{outline:none;border-color:#0E82F8;background:#ffffff0d}
.about-platform-page .form-input-field:invalid:not(:placeholder-shown){border-color:#C55021;animation:shake-input .4s cubic-bezier(0.4,0,0.2,1)}
@keyframes shake-input {
0%,100%{transform:translateX(0)}
25%{transform:translateX(-4px)}
75%{transform:translateX(4px)}
}
.about-platform-page .checkbox-group-wrapper{margin:0 0 32px}
.about-platform-page .checkbox-group-label{display:block;font-size:15px;line-height:1.6;color:#e8eaed;margin:0 0 16px;font-weight:600}
.about-platform-page .checkbox-option-item{margin:0 0 8px}
.about-platform-page .checkbox-option-item:last-child{margin-bottom:0}
.about-platform-page .checkbox-input-element{display:none}
.about-platform-page .checkbox-label-wrapper{display:flex;align-items:center;cursor:pointer;font-size:15px;line-height:1.6;color:#b8bcc4;transition:color .18s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .checkbox-label-wrapper:hover{color:#e8eaed}
.about-platform-page .checkbox-custom-box{width:22px;height:22px;border:2px solid #0e82f84d;border-radius:28px;margin-right:12px;position:relative;transition:border-color .2s cubic-bezier(0.0,0,0.2,1),background .24s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .checkbox-input-element:checked + .checkbox-label-wrapper .checkbox-custom-box{background:#0E82F8;border-color:#0E82F8}
.about-platform-page .checkbox-custom-box::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:6px;height:10px;border:2px solid #0a0e1a;border-top:none;border-left:none;transform:translate(-50%,-60%) rotate(45deg) scale(0);transition:transform .2s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .checkbox-input-element:checked + .checkbox-label-wrapper .checkbox-custom-box::after{transform:translate(-50%,-60%) rotate(45deg) scale(1)}
.about-platform-page .privacy-consent-wrapper{margin:0 0 32px}
.about-platform-page .privacy-checkbox-input{display:none}
.about-platform-page .privacy-label-content{display:flex;align-items:flex-start;cursor:pointer;font-size:15px;line-height:1.6;color:#8a8f9d}
.about-platform-page .privacy-custom-checkbox{width:22px;height:22px;border:2px solid #0e82f84d;border-radius:28px;margin-right:12px;position:relative;flex-shrink:0;margin-top:2px;transition:border-color .22s cubic-bezier(0.0,0,0.2,1),background .2s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .privacy-checkbox-input:checked + .privacy-label-content .privacy-custom-checkbox{background:#0E82F8;border-color:#0E82F8}
.about-platform-page .privacy-custom-checkbox::after{content:'';position:absolute;top:50%;left:50%;width:6px;height:10px;border:2px solid #0a0e1a;border-top:none;border-left:none;transform:translate(-50%,-60%) rotate(45deg) scale(0);transition:transform .24s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .privacy-checkbox-input:checked + .privacy-label-content .privacy-custom-checkbox::after{transform:translate(-50%,-60%) rotate(45deg) scale(1)}
.about-platform-page .privacy-policy-link{color:#0E82F8;text-decoration:none;position:relative;transition:color .2s cubic-bezier(0.0,0,0.2,1)}
.about-platform-page .privacy-policy-link::after{content:'';position:absolute;bottom:0;left:50%;right:50%;height:1px;background:#0E82F8;transition:left .26s cubic-bezier(0.4,0,0.2,1),right .26s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .privacy-policy-link:hover::after{left:0;right:0}
.about-platform-page .submit-button-wrapper{text-align:center}
.about-platform-page .form-submit-button{padding:16px 64px;background:#0E82F8;border:none;border-radius:8px;color:#fff;font-size:17px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:background .24s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.0,0,0.2,1)}
.about-platform-page .form-submit-button::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:#ffffff1a;transition:width .8s cubic-bezier(0.4,0,0.2,1)}
.about-platform-page .form-submit-button:hover{background:#0b6fd4;box-shadow:2px 6px 25px 1px #0e82f817}
.about-platform-page .form-submit-button:active::before{width:100%}
@media (max-width: 768px) {
.about-platform-page .hero-intro-block{padding:64px 16px}
.about-platform-page .main-heading-primary{font-size:37px;margin-bottom:16px}
.about-platform-page .intro-description-text{font-size:17px}
.about-platform-page .hero-intro-block::after{font-size:140px;right:-20px}
.about-platform-page .values-metrics-section{padding:64px 16px}
.about-platform-page .values-grid-container{grid-template-columns:1fr;gap:16px}
.about-platform-page .team-showcase-section{padding:64px 16px}
.about-platform-page .section-heading-label{font-size:27px;margin-bottom:32px}
.about-platform-page .team-members-grid{grid-template-columns:1fr 1fr;gap:16px}
.about-platform-page .mission-statement-section{padding:64px 16px}
.about-platform-page .mission-heading-text{font-size:27px;margin-bottom:16px}
.about-platform-page .mission-paragraphs-block p{font-size:15px;margin-bottom:16px}
.about-platform-page .contact-form-section{padding:64px 16px}
.about-platform-page .form-heading-title{font-size:27px}
}
.expert-posts-hub{background:linear-gradient(180deg,#0a0e1a 0%,#141b2e 100%);color:#e8edf5;min-height:100vh;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.expert-posts-hub .topblock-intro{background:linear-gradient(225deg,#1a2438 0%,#0d1321 100%);padding:96px 32px 64px;position:relative;overflow:hidden}
.expert-posts-hub .topblock-intro::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 32px,#0e82f808 32px,#0e82f808 34px),repeating-linear-gradient(-45deg,transparent,transparent 32px,#c5502105 32px,#c5502105 34px);pointer-events:none}
.expert-posts-hub .topblock-intro-container{max-width:1500px;margin:0 auto;position:relative;z-index:1}
.expert-posts-hub .topblock-intro h1{font-size:68px;line-height:1.2;margin:0 0 32px;background:linear-gradient(135deg,#0E82F8 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;max-width:920px}
.expert-posts-hub .topblock-intro-text{font-size:21px;line-height:1.6;max-width:740px;opacity:.92}
.expert-posts-hub .article-grid-wrapper{max-width:1500px;margin:0 auto;padding:96px 32px}
.expert-posts-hub .article-grid-heading{font-size:37px;line-height:1.2;margin:0 0 64px;color:#e8edf5}
.expert-posts-hub .article-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px}
.expert-posts-hub .article-single-card{background:#141b2e;border-radius:8px;overflow:hidden;transition:transform .24s cubic-bezier(0.4,0,0.2,1),box-shadow .24s cubic-bezier(0.4,0,0.2,1);box-shadow:2px 1px 3px 1px #0e82f80f;border:1px solid #0e82f814}
.expert-posts-hub .article-single-card:hover{transform:translateY(-4px);box-shadow:2px 9px 40px 1px #0e82f81f}
.expert-posts-hub .article-single-card .card-img-holder{position:relative;width:100%;height:240px;overflow:hidden;background:#0d1321}
.expert-posts-hub .article-single-card .card-img-holder img{width:100%;height:100%;object-fit:cover;transition:transform .28s cubic-bezier(0.0,0,0.2,1)}
.expert-posts-hub .article-single-card:hover .card-img-holder img{transform:scale(1.06)}
.expert-posts-hub .article-single-card .card-tag-wrapper{position:absolute;top:16px;left:16px;background:#0e82f8eb;color:#0a0e1a;padding:4px 16px;border-radius:28px;font-size:15px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}
.expert-posts-hub .article-single-card .card-content-area{padding:32px}
.expert-posts-hub .article-single-card h3{font-size:27px;line-height:1.2;margin:0 0 16px;color:#e8edf5}
.expert-posts-hub .article-single-card .card-excerpt{font-size:17px;line-height:1.6;margin:0 0 32px;color:#e8edf5c7}
.expert-posts-hub .article-single-card .card-meta-row{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #0e82f826}
.expert-posts-hub .article-single-card .card-views-display{display:flex;align-items:center;gap:8px;font-size:15px;color:#e8edf59e}
.expert-posts-hub .article-single-card .card-views-display i{color:#0e82f8b8;font-size:17px}
.expert-posts-hub .article-single-card .card-read-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:#0E82F8;text-decoration:none;font-weight:600;transition:gap .22s cubic-bezier(0.4,0,0.2,1)}
.expert-posts-hub .article-single-card .card-read-link:hover{gap:12px}
.expert-posts-hub .article-single-card .card-read-link i{transition:transform .22s cubic-bezier(0.4,0,0.2,1)}
.expert-posts-hub .article-single-card .card-read-link:hover i{transform:translateX(4px)}
.expert-posts-hub .insight-metrics-block{background:#0d1321;padding:96px 32px;position:relative;overflow:hidden}
.expert-posts-hub .insight-metrics-block::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 85% 25%,#0e82f814 0%,transparent 50%);pointer-events:none;animation:driftMetricGlow 18s ease-in-out infinite}
@keyframes driftMetricGlow {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-12%,8%) scale(1.12)}
}
.expert-posts-hub .insight-metrics-block::after{content:'';position:absolute;bottom:0;right:0;width:100%;height:100%;background:radial-gradient(circle at 12% 78%,#c550210f 0%,transparent 48%);pointer-events:none;animation:driftMetricGlow2 22s ease-in-out infinite}
@keyframes driftMetricGlow2 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(8%,-14%) scale(1.18)}
}
.expert-posts-hub .insight-metrics-container{max-width:1500px;margin:0 auto;position:relative;z-index:2}
.expert-posts-hub .insight-metrics-header{font-size:51px;line-height:1.2;margin:0 0 64px;max-width:820px}
.expert-posts-hub .metric-grid-layout{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:32px}
.expert-posts-hub .metric-single-item{background:#141b2eb8;border:1px solid #0e82f838;border-radius:8px;padding:32px;text-align:center;transition:border-color .26s cubic-bezier(0.4,0,0.2,1),transform .26s cubic-bezier(0.4,0,0.2,1)}
.expert-posts-hub .metric-single-item:hover{border-color:#0e82f885;transform:translateY(-6px)}
.expert-posts-hub .metric-single-item .metric-number-display{font-size:51px;line-height:1.2;margin:0 0 8px;background:linear-gradient(135deg,#0E82F8 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}
.expert-posts-hub .metric-single-item .metric-label-text{font-size:17px;line-height:1.6;color:#e8edf5bd;text-transform:uppercase;letter-spacing:1.2px;font-size:15px}
.expert-posts-hub .testimonial-showcase{background:linear-gradient(270deg,#0d1321 0%,#1a2438 100%);padding:96px 32px;border-top:2px solid #0e82f82e;border-bottom:2px solid #c550212e}
.expert-posts-hub .testimonial-showcase-container{max-width:1500px;margin:0 auto}
.expert-posts-hub .testimonial-showcase h2{font-size:37px;line-height:1.2;margin:0 0 64px}
.expert-posts-hub .testimonial-cards-wrapper{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:32px}
.expert-posts-hub .testimonial-single-box{background:#141b2e85;border-left:4px solid transparent;border-radius:8px;padding:32px;transition:border-left-color .2s cubic-bezier(0.4,0,0.2,1),background .2s cubic-bezier(0.4,0,0.2,1)}
.expert-posts-hub .testimonial-single-box:hover{border-left-color:#0E82F8;background:#141b2ed6}
.expert-posts-hub .testimonial-single-box .testimonial-quote{font-size:17px;line-height:1.9;margin:0 0 32px;color:#e8edf5e0;font-style:italic}
.expert-posts-hub .testimonial-single-box .testimonial-attribution{display:flex;align-items:center;gap:16px}
.expert-posts-hub .testimonial-single-box .testimonial-author-initials{width:56px;height:56px;border-radius:28px;background:linear-gradient(135deg,#0E82F8 0%,#C55021 100%);display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:700;color:#0a0e1a;flex-shrink:0}
.expert-posts-hub .testimonial-single-box .testimonial-author-details{flex:1}
.expert-posts-hub .testimonial-single-box .testimonial-author-name{font-size:17px;line-height:1.2;margin:0 0 4px;font-weight:600;color:#e8edf5}
.expert-posts-hub .testimonial-single-box .testimonial-author-role{font-size:15px;line-height:1.2;color:#e8edf59e}
.expert-posts-hub .final-callout-section{background:#0a0e1a;padding:96px 32px;position:relative}
.expert-posts-hub .final-callout-section::before{content:'';position:absolute;top:0;left:0;right:0;height:280px;background:linear-gradient(180deg,#0e82f80a 0%,transparent 100%);pointer-events:none}
.expert-posts-hub .final-callout-container{max-width:1500px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.expert-posts-hub .final-callout-textbox h2{font-size:37px;line-height:1.2;margin:0 0 32px}
.expert-posts-hub .final-callout-textbox p{font-size:17px;line-height:1.6;margin:0 0 32px;color:#e8edf5d6}
.expert-posts-hub .final-callout-textbox .callout-action-btn{display:inline-flex;align-items:center;gap:8px;background:#0E82F8;color:#0a0e1a;padding:16px 32px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:background .22s cubic-bezier(0.4,0,0.2,1),transform .22s cubic-bezier(0.4,0,0.2,1);box-shadow:2px 6px 25px 1px #0e82f817}
.expert-posts-hub .final-callout-textbox .callout-action-btn:hover{background:#0d74df;transform:translateY(-2px);box-shadow:2px 9px 40px 1px #0e82f81f}
.expert-posts-hub .final-callout-imagebox{position:relative}
.expert-posts-hub .final-callout-imagebox img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:2px 6px 25px 1px #0e82f817}
.expert-posts-hub .final-callout-imagebox::after{content:'';position:absolute;top:0;right:0;bottom:0;width:60%;background:linear-gradient(90deg,transparent 0%,#0a0e1a9e 100%);border-radius:8px;pointer-events:none}
@media (max-width: 968px) {
.expert-posts-hub .topblock-intro h1{font-size:51px}
.expert-posts-hub .topblock-intro-text{font-size:17px}
.expert-posts-hub .article-cards{grid-template-columns:1fr}
.expert-posts-hub .metric-grid-layout{grid-template-columns:repeat(2,1fr)}
.expert-posts-hub .testimonial-cards-wrapper{grid-template-columns:1fr}
.expert-posts-hub .final-callout-container{grid-template-columns:1fr;gap:32px}
.expert-posts-hub .insight-metrics-header{font-size:37px}
.expert-posts-hub .article-grid-heading,.expert-posts-hub .testimonial-showcase h2,.expert-posts-hub .final-callout-textbox h2{font-size:27px}
}
@media (max-width: 600px) {
.expert-posts-hub .topblock-intro{padding:64px 16px 32px}
.expert-posts-hub .article-grid-wrapper{padding:64px 16px}
.expert-posts-hub .insight-metrics-block{padding:64px 16px}
.expert-posts-hub .testimonial-showcase{padding:64px 16px}
.expert-posts-hub .final-callout-section{padding:64px 16px}
.expert-posts-hub .metric-grid-layout{grid-template-columns:1fr}
.expert-posts-hub .topblock-intro h1{font-size:37px}
}
.reachout-page .hero-gradient-anim{position:relative;background:linear-gradient(135deg,#0a1628 0%,#0e1c2f 50%,#12243a 100%);padding:64px 32px;overflow:hidden}
.reachout-page .hero-gradient-anim::before{content:'';position:absolute;top:0;left:-100%;width:300%;height:100%;background:linear-gradient(90deg,transparent 0%,#0e82f814 25%,#c5502114 50%,#ffee9614 75%,transparent 100%);animation:slideGradient 12s cubic-bezier(0.4,0,0.2,1) infinite}
@keyframes slideGradient {
0%,100%{transform:translateX(0)}
50%{transform:translateX(33.333%)}
}
.reachout-page .hero-content-wrapper{max-width:1500px;margin:0 auto;display:flex;align-items:flex-start;gap:64px;position:relative;z-index:1}
.reachout-page .hero-text-section{flex:1;min-width:0}
.reachout-page .hero-title-main{font-size:51px;line-height:1.2;color:#e8edf4;margin:0 0 16px;filter:blur(8px);animation:emergeFromBlur .8s cubic-bezier(0.0,0,0.2,1) forwards;animation-delay:.2s}
@keyframes emergeFromBlur {
to{filter:blur(0)}
}
.reachout-page .hero-subtext{font-size:17px;line-height:1.6;color:#b4c1d4;margin:0;filter:blur(8px);animation:emergeFromBlur .8s cubic-bezier(0.0,0,0.2,1) forwards;animation-delay:.4s}
.reachout-page .hero-image-wrapper{flex:0 0 420px;position:relative;filter:blur(8px);animation:emergeFromBlur .8s cubic-bezier(0.0,0,0.2,1) forwards;animation-delay:.6s}
.reachout-page .hero-visual-image{width:100%;height:280px;object-fit:cover;border-radius:8px;display:block;filter:blur(2px);transition:filter .28s cubic-bezier(0.4,0,0.2,1)}
.reachout-page .hero-visual-image:hover{filter:blur(0)}
.reachout-page .geometric-accent-one{position:absolute;width:80px;height:80px;background:#0e82f81f;border-radius:28px;top:-16px;right:-16px;pointer-events:none}
.reachout-page .geometric-accent-two{position:absolute;width:60px;height:60px;background:#c550211f;border-radius:28px;bottom:32px;left:-8px;pointer-events:none}
.reachout-page .section-divider-svg{width:100%;height:64px;display:block;background:#0a1628}
.reachout-page .contact-main-section{background:#0d1825;padding:96px 32px;position:relative;overflow:hidden}
.reachout-page .contact-main-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(0deg,transparent 49%,#0e82f808 50%,transparent 51%),linear-gradient(90deg,transparent 49%,#0e82f808 50%,transparent 51%);background-size:32px 32px;pointer-events:none}
.reachout-page .contact-container-max{max-width:1500px;margin:0 auto;position:relative;z-index:1}
.reachout-page .dual-column-layout{display:flex;gap:96px;align-items:flex-start}
.reachout-page .info-column-left{flex:1;min-width:0}
.reachout-page .form-column-right{flex:0 0 520px}
.reachout-page .section-heading-contact{font-size:37px;line-height:1.2;color:#e8edf4;margin:0 0 32px;background:linear-gradient(135deg,#0E82F8 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.reachout-page .intro-text-block{font-size:17px;line-height:1.6;color:#9eafc7;margin:0 0 64px}
.reachout-page .process-steps-container{display:flex;flex-direction:column;gap:32px}
.reachout-page .step-item-row{display:flex;align-items:center;gap:16px}
.reachout-page .step-icon-lifted{width:64px;height:64px;border-radius:8px;background:linear-gradient(135deg,#0E82F8 0%,#1c6ec7 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:2px 6px 25px 1px #0e82f817}
.reachout-page .step-icon-lifted i{font-size:27px;color:#fff}
.reachout-page .arrow-separator{width:32px;height:2px;background:#0e82f84d;position:relative;flex-shrink:0}
.reachout-page .arrow-separator::after{content:'';position:absolute;right:-4px;top:-4px;width:0;height:0;border-left:8px solid #0e82f84d;border-top:5px solid transparent;border-bottom:5px solid transparent}
.reachout-page .step-text-content{flex:1;min-width:0}
.reachout-page .step-heading{font-size:21px;line-height:1.2;color:#dae3f0;margin:0 0 8px}
.reachout-page .step-description{font-size:15px;line-height:1.6;color:#8899b0;margin:0}
.reachout-page .contact-info-details{margin:64px 0 0;padding:32px;background:#0e82f80a;border-radius:8px}
.reachout-page .info-detail-item{display:flex;align-items:flex-start;gap:16px;margin:0 0 16px}
.reachout-page .info-detail-item:last-child{margin:0}
.reachout-page .info-icon-wrapper{width:32px;height:32px;border-radius:28px;background:#0e82f826;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.reachout-page .info-icon-wrapper i{font-size:17px;color:#0E82F8}
.reachout-page .info-text-wrapper{flex:1;min-width:0}
.reachout-page .info-label{font-size:15px;line-height:1.2;color:#7a8ea8;margin:0 0 4px}
.reachout-page .info-value{font-size:17px;line-height:1.6;color:#d4dfe9;margin:0}
.reachout-page .info-value a{color:#0E82F8;text-decoration:none;transition:color .22s cubic-bezier(0.4,0,0.2,1)}
.reachout-page .info-value a:hover{color:#3b9dff}
.reachout-page .form-wrapper-compact{background:#0a1628;padding:32px;border-radius:8px;box-shadow:2px 9px 40px 1px #0e82f81f}
.reachout-page .form-title-header{font-size:27px;line-height:1.2;color:#e8edf4;margin:0 0 32px}
.reachout-page .contact-form-element{display:flex;flex-direction:column;gap:16px}
.reachout-page .form-field-group{display:flex;flex-direction:column;gap:8px}
.reachout-page .field-label-text{font-size:15px;line-height:1.2;color:#b4c1d4}
.reachout-page .text-input-field{width:100%;padding:16px;background:#0d1825;border:1px solid #0e82f833;border-radius:8px;font-size:15px;line-height:1.6;color:#e8edf4;transition:border-color .24s cubic-bezier(0.4,0,0.2,1),background .24s cubic-bezier(0.4,0,0.2,1);-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.reachout-page .text-input-field::placeholder{color:#b4c1d466}
.reachout-page .text-input-field:focus{outline:none;border-color:#0E82F8;background:#0a1420}
.reachout-page .channel-selector-wrapper{display:flex;flex-direction:column;gap:8px}
.reachout-page .channel-options-list{display:flex;gap:8px}
.reachout-page .channel-radio-input{display:none}
.reachout-page .channel-label-button{flex:1;padding:16px;background:#0d1825;border:1px solid #0e82f833;border-radius:8px;font-size:15px;line-height:1.2;color:#9eafc7;text-align:center;cursor:pointer;transition:all .26s cubic-bezier(0.4,0,0.2,1);-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.reachout-page .channel-label-button:hover{border-color:#0e82f866;background:#0e82f80d}
.reachout-page .channel-radio-input:checked + .channel-label-button{background:#0E82F8;border-color:#0E82F8;color:#fff}
.reachout-page .privacy-consent-wrapper{display:flex;align-items:flex-start;gap:8px}
.reachout-page .privacy-checkbox-input{width:20px;height:20px;margin:4px 0 0;cursor:pointer;accent-color:#0E82F8;flex-shrink:0}
.reachout-page .privacy-text-label{font-size:15px;line-height:1.6;color:#8899b0;flex:1}
.reachout-page .privacy-text-label a{color:#0E82F8;text-decoration:none;transition:color .22s cubic-bezier(0.4,0,0.2,1)}
.reachout-page .privacy-text-label a:hover{color:#3b9dff}
.reachout-page .submit-button-primary{width:100%;padding:16px 32px;background:#0E82F8;border:none;border-radius:8px;font-size:17px;line-height:1.2;color:#fff;cursor:pointer;transition:background .24s cubic-bezier(0.4,0,0.2,1),transform .18s cubic-bezier(0.0,0,0.2,1);-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility;position:relative;overflow:hidden}
.reachout-page .submit-button-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .5s cubic-bezier(0.4,0,0.2,1)}
.reachout-page .submit-button-primary:hover{background:#1c6ec7;transform:translateY(-2px)}
.reachout-page .submit-button-primary:hover::before{left:100%}
.reachout-page .submit-button-primary:active{transform:translateY(0)}
@media (max-width: 1024px) {
.reachout-page .hero-content-wrapper{flex-direction:column;gap:32px}
.reachout-page .hero-image-wrapper{flex:0 0 auto;width:100%;max-width:520px}
.reachout-page .dual-column-layout{flex-direction:column;gap:64px}
.reachout-page .form-column-right{flex:1;width:100%}
}
@media (max-width: 768px) {
.reachout-page .hero-gradient-anim{padding:32px 16px}
.reachout-page .hero-title-main{font-size:37px}
.reachout-page .contact-main-section{padding:64px 16px}
.reachout-page .section-heading-contact{font-size:27px}
.reachout-page .step-item-row{flex-direction:column;align-items:flex-start}
.reachout-page .arrow-separator{transform:rotate(90deg);margin:8px 32px}
.reachout-page .channel-options-list{flex-direction:column}
.reachout-page .form-wrapper-compact{padding:16px}
}
.linkstrat-homepage{background:linear-gradient(180deg,#050B1A 0%,#0A1428 100%);color:#E8EBF0;min-height:100vh}
.linkstrat-homepage .title-hero-wrapper{padding:96px 16px 128px;display:flex;flex-direction:column;align-items:center;max-width:1500px;margin:0 auto}
.linkstrat-homepage .hero-image-container{width:100%;max-width:740px;margin-bottom:64px;position:relative}
.linkstrat-homepage .hero-image-container img{width:100%;height:auto;border-radius:8px;display:block;filter:brightness(0.85);transition:filter .26s cubic-bezier(0.4,0,0.2,1)}
.linkstrat-homepage .hero-image-container img:hover{filter:brightness(1.1)}
.linkstrat-homepage .hero-image-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;box-shadow:0 0 80px 20px #0e82f826;pointer-events:none}
.linkstrat-homepage .hero-text-content{text-align:center;max-width:920px}
.linkstrat-homepage .hero-text-content h1{font-size:68px;line-height:1.2;margin:0 0 32px;font-weight:700}
.linkstrat-homepage .hero-text-content h1 .punctuation-accent{color:#0E82F8}
.linkstrat-homepage .strategy-grid-section{padding:64px 16px;max-width:1500px;margin:0 auto}
.linkstrat-homepage .strategy-grid-section h2{font-size:51px;line-height:1.2;margin:0 0 64px;text-align:center;background:linear-gradient(90deg,#0E82F8 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.linkstrat-homepage .strategy-cards-wrapper{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:32px}
.linkstrat-homepage .anchor-card-large{grid-row:span 2;background:linear-gradient(135deg,#0D1B2E 0%,#162540 100%);border-radius:28px;padding:64px;position:relative;overflow:hidden;box-shadow:2px 6px 25px 1px #0e82f817;transition:transform .24s cubic-bezier(0.4,0,0.2,1),box-shadow .24s cubic-bezier(0.4,0,0.2,1)}
.linkstrat-homepage .anchor-card-large:hover{transform:translateY(-4px);box-shadow:2px 9px 40px 1px #0e82f81f}
.linkstrat-homepage .anchor-card-large img{width:100%;height:380px;object-fit:cover;border-radius:8px;margin-bottom:32px;filter:brightness(0.85);transition:filter .26s cubic-bezier(0.4,0,0.2,1)}
.linkstrat-homepage .anchor-card-large:hover img{filter:brightness(1.1)}
.linkstrat-homepage .anchor-card-large h3{font-size:37px;line-height:1.2;margin:0 0 16px;color:#FFF}
.linkstrat-homepage .anchor-card-large p{font-size:17px;line-height:1.6;margin:0;color:#B8C1D0}
.linkstrat-homepage .standard-strategy-card{background:#0D1B2E;border-radius:8px;padding:32px;box-shadow:2px 1px 3px 1px #0e82f80f;transition:box-shadow .22s cubic-bezier(0.0,0,0.2,1)}
.linkstrat-homepage .standard-strategy-card:hover{box-shadow:2px 6px 25px 1px #0e82f817}
.linkstrat-homepage .standard-strategy-card img{width:100%;height:220px;object-fit:cover;border-radius:8px;margin-bottom:16px;filter:brightness(0.85);transition:filter .26s cubic-bezier(0.4,0,0.2,1)}
.linkstrat-homepage .standard-strategy-card:hover img{filter:brightness(1.1)}
.linkstrat-homepage .standard-strategy-card h3{font-size:27px;line-height:1.2;margin:0 0 8px;color:#FFF}
.linkstrat-homepage .standard-strategy-card p{font-size:15px;line-height:1.6;margin:0;color:#9BA6B8}
.linkstrat-homepage .divider-gradient-line{height:2px;background:radial-gradient(ellipse at center,#0E82F8 0%,transparent 70%);margin:96px auto;max-width:1500px}
.linkstrat-homepage .metrics-complex-section{padding:64px 16px;max-width:1500px;margin:0 auto;background:linear-gradient(180deg,#0A1428 0%,#050B1A 100%);border-radius:28px;position:relative}
.linkstrat-homepage .metrics-layout-wrapper{display:flex;gap:64px;align-items:flex-start}
.linkstrat-homepage .metrics-typography-column{flex:1}
.linkstrat-homepage .metrics-typography-column h2{font-size:68px;line-height:1.2;margin:0 0 32px;font-weight:700;color:#FFF}
.linkstrat-homepage .metrics-typography-column p{font-size:21px;line-height:1.6;margin:0;color:#B8C1D0}
.linkstrat-homepage .metrics-data-column{flex:1;display:flex;flex-direction:column;gap:32px}
.linkstrat-homepage .metric-stat-item{background:#0D1B2E;padding:32px;border-radius:8px;position:relative;overflow:hidden}
.linkstrat-homepage .metric-stat-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#0E82F8 0%,#C55021 100%)}
.linkstrat-homepage .stat-number-display{font-size:51px;line-height:1.2;font-weight:700;color:#0E82F8;margin:0 0 8px}
.linkstrat-homepage .stat-label-text{font-size:17px;line-height:1.6;color:#9BA6B8;margin:0}
.linkstrat-homepage .change-direction-accent{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:15px;color:#FFEE96}
.linkstrat-homepage .change-direction-accent .arrow-svg{width:24px;height:24px;fill:none;stroke:#FFEE96;stroke-width:2}
.linkstrat-homepage .methodology-explanation-block{padding:96px 16px;max-width:1500px;margin:0 auto}
.linkstrat-homepage .methodology-explanation-block h2{font-size:51px;line-height:1.2;margin:0 0 32px;color:#FFF}
.linkstrat-homepage .methodology-steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px}
.linkstrat-homepage .step-detail-card{background:linear-gradient(135deg,#0A1428 0%,#0D1B2E 100%);padding:32px;border-radius:8px;position:relative}
.linkstrat-homepage .step-number-label{font-size:17px;line-height:1.2;text-transform:uppercase;letter-spacing:.1em;color:#C55021;margin:0 0 16px;font-weight:600}
.linkstrat-homepage .step-detail-card h3{font-size:27px;line-height:1.2;margin:0 0 16px;color:#FFF}
.linkstrat-homepage .step-detail-card p{font-size:17px;line-height:1.6;margin:0;color:#B8C1D0}
.linkstrat-homepage .step-detail-card ul{list-style:none;padding:0;margin:16px 0 0}
.linkstrat-homepage .step-detail-card ul li{font-size:15px;line-height:1.6;color:#9BA6B8;padding-left:16px;position:relative;margin-bottom:8px}
.linkstrat-homepage .step-detail-card ul li::before{content:'—';position:absolute;left:0}
.linkstrat-homepage .interactive-toggle-section{padding:64px 16px;max-width:1500px;margin:0 auto}
.linkstrat-homepage .interactive-toggle-section h2{font-size:51px;line-height:1.2;margin:0 0 64px;text-align:center;background:linear-gradient(90deg,#C55021 0%,#0E82F8 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.linkstrat-homepage .toggle-options-wrapper{display:flex;gap:16px;justify-content:center;margin-bottom:32px}
.linkstrat-homepage .toggle-radio-input{display:none}
.linkstrat-homepage .toggle-label-btn{padding:16px 32px;background:#0D1B2E;border-radius:28px;cursor:pointer;font-size:17px;color:#9BA6B8;transition:background .2s cubic-bezier(0.4,0,0.2,1),color .2s cubic-bezier(0.4,0,0.2,1);user-select:none}
.linkstrat-homepage .toggle-label-btn:hover{background:#162540;color:#B8C1D0}
.linkstrat-homepage .toggle-radio-input:checked + .toggle-label-btn{background:#0E82F8;color:#FFF}
.linkstrat-homepage .toggle-content-panel{display:none;background:#0D1B2E;padding:64px;border-radius:8px;max-width:900px;margin:0 auto}
.linkstrat-homepage #opt-foundational:checked ~ .toggle-content-panel[data-panel="foundational"],.linkstrat-homepage #opt-advanced:checked ~ .toggle-content-panel[data-panel="advanced"]{display:block}
.linkstrat-homepage .toggle-content-panel h3{font-size:37px;line-height:1.2;margin:0 0 16px;color:#FFF}
.linkstrat-homepage .toggle-content-panel p{font-size:17px;line-height:1.6;margin:0 0 16px;color:#B8C1D0}
.linkstrat-homepage .toggle-content-panel p:last-child{margin-bottom:0}
.linkstrat-homepage .cta-contact-section{padding:96px 16px;max-width:1500px;margin:0 auto;text-align:center;background:radial-gradient(ellipse at center,#0e82f814 0%,transparent 70%);border-radius:28px}
.linkstrat-homepage .cta-contact-section h2{font-size:51px;line-height:1.2;margin:0 0 32px;color:#FFF}
.linkstrat-homepage .cta-contact-section p{font-size:21px;line-height:1.6;margin:0 0 32px;color:#B8C1D0;max-width:720px;margin-left:auto;margin-right:auto}
.linkstrat-homepage .cta-btn-primary{display:inline-block;padding:16px 64px;background:#0E82F8;color:#FFF;font-size:17px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .24s cubic-bezier(0.4,0,0.2,1),transform .2s cubic-bezier(0.0,0,0.2,1);box-shadow:2px 6px 25px 1px #0e82f817}
.linkstrat-homepage .cta-btn-primary:hover{background:#0C6FD4;transform:translateY(-2px);box-shadow:2px 9px 40px 1px #0e82f81f}
.linkstrat-homepage .cta-btn-primary:active{transform:translateY(0)}
@media (max-width: 900px) {
.linkstrat-homepage .hero-text-content h1{font-size:51px}
.linkstrat-homepage .strategy-cards-wrapper{grid-template-columns:1fr}
.linkstrat-homepage .anchor-card-large{grid-row:span 1;padding:32px}
.linkstrat-homepage .metrics-layout-wrapper{flex-direction:column}
.linkstrat-homepage .metrics-typography-column h2{font-size:51px}
.linkstrat-homepage .methodology-steps-container{grid-template-columns:1fr}
.linkstrat-homepage .toggle-content-panel{padding:32px}
.linkstrat-homepage .strategy-grid-section h2,.linkstrat-homepage .methodology-explanation-block h2,.linkstrat-homepage .interactive-toggle-section h2,.linkstrat-homepage .cta-contact-section h2{font-size:37px}
}
.confirmation-wrapper{background:linear-gradient(135deg,#0a0e1a 0%,#131b2e 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;color:#e8edf5}
.confirmation-wrapper .success-container{max-width:680px;width:100%;text-align:center}
.confirmation-wrapper .status-icon-holder{margin-bottom:32px;display:flex;justify-content:center}
.confirmation-wrapper .checkmark-circle{width:96px;height:96px;border-radius:50%;background:#0e82f81f;display:flex;align-items:center;justify-content:center;position:relative}
.confirmation-wrapper .checkmark-circle::before{content:'';position:absolute;width:72px;height:72px;border-radius:50%;background:#0e82f82e}
.confirmation-wrapper .check-svg{width:42px;height:42px;position:relative;z-index:2}
.confirmation-wrapper .check-svg polyline{fill:none;stroke:#0E82F8;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.confirmation-wrapper .primary-heading{font-size:51px;line-height:1.2;margin-bottom:16px;background:linear-gradient(135deg,#0E82F8 0%,#C55021 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}
.confirmation-wrapper .confirmation-message{font-size:21px;line-height:1.6;color:#b8c4d8;margin-bottom:32px;max-width:540px;margin-left:auto;margin-right:auto}
.confirmation-wrapper .detail-block{background:#0e82f80a;border:1px solid #0e82f826;border-radius:8px;padding:32px;margin-bottom:32px;box-shadow:2px 6px 25px 1px #0e82f817}
.confirmation-wrapper .detail-block .info-label{font-size:15px;line-height:1.6;color:#7a8da8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.confirmation-wrapper .detail-block .info-value{font-size:21px;line-height:1.6;color:#e8edf5;font-weight:500}
.confirmation-wrapper .details-grid{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:16px;margin-bottom:32px}
.confirmation-wrapper .grid-item{background:#0e82f80a;border:1px solid #0e82f81f;border-radius:8px;padding:16px;text-align:left}
.confirmation-wrapper .grid-item .item-label{font-size:15px;line-height:1.6;color:#7a8da8;margin-bottom:4px}
.confirmation-wrapper .grid-item .item-content{font-size:17px;line-height:1.6;color:#e8edf5}
.confirmation-wrapper .next-steps-section{margin-bottom:32px}
.confirmation-wrapper .steps-title{font-size:27px;line-height:1.2;color:#e8edf5;margin-bottom:16px}
.confirmation-wrapper .steps-list{list-style:none;padding:0;margin:0;text-align:left;max-width:540px;margin-left:auto;margin-right:auto}
.confirmation-wrapper .steps-list li{font-size:17px;line-height:1.6;color:#b8c4d8;margin-bottom:8px;padding-left:32px;position:relative}
.confirmation-wrapper .steps-list li::before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;background:#0E82F8;border-radius:50%}
.confirmation-wrapper .action-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.confirmation-wrapper .btn-primary{background:#0E82F8;color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:17px;line-height:1.6;text-decoration:none;display:inline-block;cursor:pointer;transition:background-color .24s cubic-bezier(0.4,0,0.2,1),box-shadow .24s cubic-bezier(0.4,0,0.2,1);box-shadow:2px 6px 25px 1px #0e82f817}
.confirmation-wrapper .btn-primary:hover{background:#0d75df;box-shadow:2px 9px 40px 1px #0e82f81f}
.confirmation-wrapper .btn-secondary{background:transparent;color:#0E82F8;border:1px solid #0E82F8;padding:16px 32px;border-radius:8px;font-size:17px;line-height:1.6;text-decoration:none;display:inline-block;cursor:pointer;transition:background-color .26s cubic-bezier(0.0,0,0.2,1),border-color .26s cubic-bezier(0.0,0,0.2,1)}
.confirmation-wrapper .btn-secondary:hover{background:#0e82f814;border-color:#1a8dff}
.confirmation-wrapper .footer-note{margin-top:32px;font-size:15px;line-height:1.6;color:#7a8da8}
.confirmation-wrapper .footer-note a{color:#0E82F8;text-decoration:none;transition:color .22s cubic-bezier(0.4,0,0.2,1)}
.confirmation-wrapper .footer-note a:hover{color:#1a8dff}
@media (max-width: 768px) {
.confirmation-wrapper .details-grid{grid-template-columns:1fr}
.confirmation-wrapper .primary-heading{font-size:37px}
.confirmation-wrapper .confirmation-message{font-size:17px}
.confirmation-wrapper .action-buttons{flex-direction:column}
.confirmation-wrapper .btn-primary,.confirmation-wrapper .btn-secondary{width:100%}
}