@import "https://cdn.jsdelivr.net/npm/@fontsource/raleway@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/raleway@latest/700.css";
*{margin:0;padding:0}
body{font-family:'Raleway',sans-serif;background:#FFF;color:#2A2A2A;line-height:1.6}
.layout-wrapper *{box-sizing:border-box}
.header-outer{background:linear-gradient(135deg,#FFF 0%,#F8F9FA 100%);border-bottom:1px solid #E8E8E8;padding:24px 0 20px}
.header-container-inner{max-width:960px;margin:0 auto;padding:0 20px}
.header-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
.logo-holder{display:flex;align-items:center}
.logo-holder img{height:95px;width:95px;object-fit:contain;background:#3ae07314;padding:8px;border-radius:18px;box-shadow:0 4px 12px #3ae07326}
.navigation-outer{display:flex;align-items:center}
.main-menu-list{display:flex;gap:32px;list-style:none;align-items:center}
.main-menu-list a{text-decoration:none;color:#2A2A2A;font-size:15px;font-weight:400;transition:color .2s}
.main-menu-list a:hover{color:#7128D6}
.header-bottom-row{text-align:center;margin-top:18px}
.company-title-text{font-size:28px;font-weight:700;background:linear-gradient(92deg,#3AE073 0%,#7128D6 50%,#FEF7C4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.footer-wrapper-outer{background:linear-gradient(180deg,#F8F9FA 0%,#FFF 100%);border-top:1px solid #E8E8E8;padding:48px 0 32px;margin-top:80px}
.footer-inner-container{max-width:960px;margin:0 auto;padding:0 20px}
.footer-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;margin-bottom:40px}
.footer-column-block h3{font-size:16px;font-weight:700;color:#2A2A2A;margin-bottom:16px}
.footer-links-list{list-style:none}
.footer-links-list li{margin-bottom:10px}
.footer-links-list a{color:#5A5A5A;text-decoration:none;font-size:14px;transition:color .2s}
.footer-links-list a:hover{color:#3AE073}
.footer-column-block p{color:#5A5A5A;font-size:14px;line-height:1.8}
.footer-column-block a.contact-link{color:#7128D6;text-decoration:none;transition:color .2s}
.footer-column-block a.contact-link:hover{color:#3AE073}
.footer-bottom-bar{padding-top:24px;border-top:1px solid #E8E8E8;text-align:center}
.copyright-text{color:#7A7A7A;font-size:13px}
.cookie-popup-overlay{position:fixed;top:0;left:0;right:0;background:#0009;padding:20px;z-index:9999;transform:translateY(-100%);transition:transform .4s ease-out;box-shadow:0 8px 24px #0003}
.cookie-popup-overlay.show-popup{transform:translateY(0)}
.cookie-content-wrapper{max-width:960px;margin:0 auto;background:#FFF;padding:32px;border-radius:16px}
.cookie-header-section{margin-bottom:20px}
.cookie-header-section h2{font-size:22px;font-weight:700;color:#2A2A2A;margin-bottom:12px}
.cookie-header-section p{font-size:14px;color:#5A5A5A;line-height:1.6}
.cookie-settings-group{margin:24px 0;padding:20px;background:#F8F9FA;border-radius:12px}
.cookie-preference-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #E8E8E8}
.cookie-preference-item:last-child{border-bottom:none}
.preference-label{font-size:14px;color:#2A2A2A;font-weight:400}
.toggle-switch-wrapper{position:relative;width:52px;height:28px}
.toggle-switch-wrapper input{opacity:0;width:0;height:0}
.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#D0D0D0;transition:.3s;border-radius:28px}
.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}
.toggle-switch-wrapper input:checked + .toggle-slider{background-color:#3AE073}
.toggle-switch-wrapper input:checked + .toggle-slider:before{transform:translateX(24px)}
.cookie-actions-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cookie-button-primary{background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);color:#FFF;border:none;padding:14px 32px;font-size:15px;font-weight:700;border-radius:8px;cursor:pointer;transition:transform 0.2s,box-shadow .2s;font-family:'Raleway',sans-serif}
.cookie-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3ae0734d}
.cookie-button-secondary{background:#FFF;color:#2A2A2A;border:2px solid #E8E8E8;padding:12px 24px;font-size:14px;font-weight:400;border-radius:8px;cursor:pointer;transition:border-color .2s;font-family:'Raleway',sans-serif}
.cookie-button-secondary:hover{border-color:#7128D6}
.cookie-footer-note{margin-top:20px;text-align:center;font-size:12px;color:#7A7A7A}
.cookie-footer-note a{color:#7128D6;text-decoration:none}
.cookie-footer-note a:hover{text-decoration:underline}
.settings-icon-fixed{position:fixed;bottom:24px;right:24px;width:52px;height:52px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #7128d666;transition:transform .2s;z-index:9998}
.settings-icon-fixed:hover{transform:scale(1.1)}
.settings-icon-fixed.visible-icon{display:flex}
.settings-icon-fixed i{color:#FFF;font-size:24px}
@media (max-width: 768px) {
.header-top-row{flex-direction:column;gap:20px}
.navigation-outer{width:100%}
.main-menu-list{flex-wrap:wrap;justify-content:center;gap:16px}
.company-title-text{font-size:22px}
.footer-grid-layout{grid-template-columns:1fr;gap:32px}
.cookie-actions-row{flex-direction:column}
.cookie-button-primary,.cookie-button-secondary{width:100%}
}
@media (max-width: 640px) {
.logo-holder img{height:70px;width:70px}
.main-menu-list{gap:12px}
.main-menu-list a{font-size:14px}
.company-title-text{font-size:18px}
.cookie-content-wrapper{padding:24px 16px}
}
.policy-cxj-content{max-width:960px;margin:60px auto;padding:0 24px;background:#fff}
.policy-cxj-content h1{font-size:42px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px;padding:0}
.policy-cxj-content h2{font-size:32px;line-height:1.3;font-weight:600;color:#2a2a2a;margin:48px 0 20px;padding:0;border-bottom:2px solid #f0f0f0;padding-bottom:12px}
.policy-cxj-content h3{font-size:24px;line-height:1.4;font-weight:600;color:#3a3a3a;margin:36px 0 16px;padding:0}
.policy-cxj-content h4{font-size:20px;line-height:1.4;font-weight:600;color:#4a4a4a;margin:28px 0 14px;padding:0}
.policy-cxj-content h5{font-size:18px;line-height:1.5;font-weight:600;color:#5a5a5a;margin:24px 0 12px;padding:0}
.policy-cxj-content h6{font-size:16px;line-height:1.5;font-weight:600;color:#6a6a6a;margin:20px 0 10px;padding:0}
.policy-cxj-content p{font-size:16px;line-height:1.8;color:#4a4a4a;margin:0 0 20px;padding:0}
.policy-cxj-content ul{margin:0 0 24px;padding:0 0 0 24px;list-style-type:disc}
.policy-cxj-content ol{margin:0 0 24px;padding:0 0 24px;list-style-type:decimal}
.policy-cxj-content li{font-size:16px;line-height:1.8;color:#4a4a4a;margin:0 0 12px;padding:0 0 0 8px}
.policy-cxj-content ul ul{margin:12px 0;padding:0 0 0 24px;list-style-type:circle}
.policy-cxj-content ol ol{margin:12px 0;padding:0 0 0 24px;list-style-type:lower-alpha}
.policy-cxj-content ul li{list-style-type:disc}
.policy-cxj-content ol li{list-style-type:decimal}
.policy-cxj-content a{color:#7128D6;text-decoration:underline;transition:color .2s ease}
.policy-cxj-content a:hover{color:#3AE073;text-decoration:none}
.policy-cxj-content a:focus{outline:2px solid #7128D6;outline-offset:2px;border-radius:2px}
.policy-cxj-content div{margin:0;padding:0}
.policy-cxj-content h1 + p{font-size:18px;color:#6a6a6a;margin-bottom:32px}
.policy-cxj-content strong{font-weight:600;color:#2a2a2a}
.policy-cxj-content em{font-style:italic}
@media (max-width: 1024px) {
.policy-cxj-content{margin:40px auto;padding:0 20px}
.policy-cxj-content h1{font-size:36px}
.policy-cxj-content h2{font-size:28px;margin:40px 0 18px}
.policy-cxj-content h3{font-size:22px;margin:32px 0 14px}
.policy-cxj-content h4{font-size:19px}
}
@media (max-width: 640px) {
.policy-cxj-content{margin:24px auto;padding:0 16px}
.policy-cxj-content h1{font-size:30px;margin:0 0 14px}
.policy-cxj-content h2{font-size:24px;margin:32px 0 16px;padding-bottom:10px}
.policy-cxj-content h3{font-size:20px;margin:28px 0 12px}
.policy-cxj-content h4{font-size:18px;margin:24px 0 12px}
.policy-cxj-content h5{font-size:17px;margin:20px 0 10px}
.policy-cxj-content h6{font-size:16px;margin:18px 0 10px}
.policy-cxj-content p{font-size:15px;line-height:1.7;margin:0 0 18px}
.policy-cxj-content ul{padding:0 0 0 20px;margin:0 0 20px}
.policy-cxj-content ol{padding:0 0 0 20px;margin:0 0 20px}
.policy-cxj-content li{font-size:15px;line-height:1.7;margin:0 0 10px}
.policy-cxj-content h1 + p{font-size:16px;margin-bottom:28px}
}
.bread-outer{background:#fff;padding:18px 0;border-bottom:1px solid #e8e8e8}
.bread-inner{max-width:960px;margin:0 auto;padding:0 24px}
.bread-list{display:flex;align-items:center;gap:12px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.bread-item{display:flex;align-items:center;gap:12px;font-size:14px;line-height:1.4;color:#666}
.bread-item a{color:#7128D6;text-decoration:none;transition:color .2s}
.bread-item a:hover{color:#3AE073}
.bread-item.active{color:#333;font-weight:500}
.bread-separator{color:#ccc;font-size:12px}
.article-hero{background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);padding:64px 24px 80px;position:relative}
.article-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(180deg,transparent 0%,#fff 100%)}
.hero-content{max-width:960px;margin:0 auto;position:relative;z-index:2}
.tag-wrapper{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}
.category-badge{background:#ffffff40;color:#fff;padding:8px 18px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;backdrop-filter:blur(8px)}
.article-badge{background:#fef7c44d;color:#fff;padding:8px 18px;border-radius:20px;font-size:13px;font-weight:500;backdrop-filter:blur(8px)}
.hero-title{font-size:48px;line-height:1.2;color:#fff;margin:0 0 16px;font-weight:700}
.hero-subtitle{font-size:22px;line-height:1.5;color:#fffffff2;margin:0 0 32px;font-weight:400}
.meta-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.author-info{display:flex;align-items:center;gap:12px;color:#fff;font-size:15px}
.author-label{opacity:.85}
.author-name{font-weight:600}
.publish-info{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:15px}
.article-image-section{margin:-60px auto 0;max-width:960px;padding:0 24px;position:relative;z-index:3}
.image-frame{border-radius:16px;overflow:hidden;box-shadow:0 24px 48px #00000026;background:#f5f5f5}
.article-featured-image{width:100%;height:auto;display:block}
.content-body{max-width:960px;margin:64px auto 0;padding:0 24px 80px}
.content-body p{font-size:17px;line-height:1.8;color:#333;margin:0 0 24px}
.content-body h2{font-size:32px;line-height:1.3;color:#222;margin:48px 0 20px;font-weight:700;position:relative;padding-left:20px}
.content-body h2::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#3AE073 0%,#7128D6 100%);border-radius:3px}
.content-body h4{font-size:20px;line-height:1.4;color:#333;margin:32px 0 16px;font-weight:600}
.content-body mark{background:#FEF7C4;color:#333;padding:2px 6px;border-radius:3px}
.content-body em{font-style:italic;color:#7128D6}
.content-body table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000f}
.content-body thead{background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%)}
.content-body th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.content-body td{padding:16px 20px;font-size:16px;color:#333;border-bottom:1px solid #f0f0f0}
.content-body tr:last-child td{border-bottom:none}
.content-body tr:hover{background:#fafafa}
.content-body blockquote{margin:40px 0;padding:32px 32px 32px 64px;background:#f9f9f9;border-left:6px solid #3AE073;border-radius:8px;position:relative;font-size:18px;line-height:1.7;color:#444;font-style:italic}
.content-body blockquote::before{content:'"';position:absolute;left:20px;top:24px;font-size:56px;color:#3AE073;font-family:Georgia,serif;line-height:1;opacity:.4}
.content-body cite{display:block;margin-top:16px;font-size:15px;color:#7128D6;font-style:normal;font-weight:600}
.content-body time{display:inline-block;padding:4px 12px;background:#FEF7C4;color:#333;border-radius:6px;font-size:14px;font-weight:500}
.action-section{max-width:960px;margin:0 auto;padding:0 24px 64px}
.cta-card{background:linear-gradient(135deg,#7128D6 0%,#3AE073 100%);border-radius:20px;padding:48px 40px;text-align:center;box-shadow:0 16px 32px #7128d633}
.cta-heading{font-size:28px;line-height:1.3;color:#fff;margin:0 0 16px;font-weight:700}
.cta-text{font-size:17px;line-height:1.6;color:#fffffff2;margin:0 0 32px}
.cta-button{display:inline-block;padding:16px 40px;background:#fff;color:#7128D6;font-size:16px;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s;box-shadow:0 8px 16px #00000026}
.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0003;background:#FEF7C4}
@media (max-width: 1024px) {
.hero-title{font-size:36px}
.hero-subtitle{font-size:19px}
.content-body h2{font-size:28px}
}
@media (max-width: 640px) {
.article-hero{padding:40px 20px 60px}
.hero-title{font-size:28px}
.hero-subtitle{font-size:17px}
.article-image-section{margin-top:-40px;padding:0 20px}
.content-body{padding:0 20px 60px;margin-top:48px}
.content-body p{font-size:16px}
.content-body h2{font-size:24px;margin:36px 0 16px}
.content-body h4{font-size:18px}
.content-body blockquote{padding:24px 24px 24px 48px;font-size:16px}
.content-body blockquote::before{font-size:40px;left:12px}
.content-body table{font-size:14px}
.content-body th,.content-body td{padding:12px 14px}
.cta-card{padding:36px 28px}
.cta-heading{font-size:24px}
.cta-text{font-size:16px}
.meta-row{flex-direction:column;align-items:flex-start;gap:12px}
.bread-inner{padding:0 20px}
}
.portfolio-stage{position:relative;background:linear-gradient(163deg,#FEF7C4 0%,#3AE073 48%,#7128D6 100%);padding:88px 24px 78px;overflow:hidden}
.portfolio-stage .layer-back{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1f;transform:translateY(-20px);opacity:.7;border-radius:18px}
.portfolio-stage .inner-wrap{max-width:960px;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr;gap:36px;align-items:center}
.portfolio-stage .text-chunk h1{font-size:2.8rem;line-height:1.18;color:#1a1a1a;font-weight:700;margin:0 0 18px}
.portfolio-stage .text-chunk .description-block{font-size:1.08rem;line-height:1.62;color:#2d2d2d;margin:28px 0 0}
.portfolio-stage .visual-insert{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 14px 28px #0000002e}
.portfolio-stage .visual-insert img{width:100%;height:auto;display:block;filter:contrast(1.08) brightness(0.96)}
.project-showcase{padding:92px 24px;background:#fff}
.project-showcase .content-limiter{max-width:960px;margin:0 auto}
.project-showcase .heading-area{margin:0 0 54px}
.project-showcase .heading-area h2{font-size:2.3rem;line-height:1.24;color:#1a1a1a;font-weight:700;margin:0 0 16px;position:relative;padding-left:18px}
.project-showcase .heading-area h2::before{content:'';position:absolute;left:0;top:6px;width:5px;height:68%;background:linear-gradient(180deg,#7128D6 0%,#3AE073 100%);border-radius:3px}
.project-showcase .heading-area .intro-text{font-size:1.06rem;line-height:1.68;color:#3d3d3d}
.project-showcase .project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:42px 32px}
.project-showcase .project-card{background:#f9f9f9;border-radius:16px;padding:28px;border:2px solid #e8e8e8;transition:all .28s ease;position:relative}
.project-showcase .project-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #7128d624;border-color:#7128D6}
.project-showcase .project-card .card-label{display:inline-block;background:linear-gradient(92deg,#3AE073 0%,#7128D6 100%);color:#fff;padding:6px 14px;border-radius:18px;font-size:.84rem;font-weight:600;margin:0 0 16px}
.project-showcase .project-card h3{font-size:1.52rem;line-height:1.32;color:#1a1a1a;font-weight:700;margin:0 0 12px}
.project-showcase .project-card .card-description{font-size:.98rem;line-height:1.64;color:#4a4a4a;margin:0 0 18px}
.project-showcase .project-card .metrics-row{display:flex;gap:24px;flex-wrap:wrap}
.project-showcase .project-card .metric-item{display:flex;align-items:center;gap:8px;font-size:.92rem;color:#5a5a5a}
.project-showcase .project-card .metric-item .icon-mdi{color:#7128D6;font-size:1.2rem}
.detail-section{padding:86px 24px;background:linear-gradient(241deg,#FEF7C4 0%,#fef7c42e 100%)}
.detail-section .main-container{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:58px;align-items:start}
.detail-section .text-panel h2{font-size:2.1rem;line-height:1.26;color:#1a1a1a;font-weight:700;margin:0 0 24px}
.detail-section .text-panel .detailed-copy{font-size:1.04rem;line-height:1.72;color:#3d3d3d;margin:0 0 32px}
.detail-section .text-panel .process-list{list-style:none;padding:0;margin:0}
.detail-section .text-panel .process-list li{padding:16px 0 16px 48px;position:relative;font-size:1.02rem;line-height:1.58;color:#2d2d2d;border-bottom:1px solid #7128d61f}
.detail-section .text-panel .process-list li:last-child{border-bottom:none}
.detail-section .text-panel .process-list li::before{content:'';position:absolute;left:0;top:18px;width:32px;height:32px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:50%;box-shadow:0 4px 12px #7128d63d}
.detail-section .text-panel .process-list li::after{content:'✓';position:absolute;left:10px;top:21px;color:#fff;font-size:.88rem;font-weight:700}
.detail-section .image-panel{position:relative}
.detail-section .image-panel .frame-outer{border-radius:20px;overflow:hidden;box-shadow:0 22px 44px #00000029;border:4px solid #fff}
.detail-section .image-panel .frame-outer img{width:100%;height:auto;display:block}
.detail-section .image-panel .floating-badge{position:absolute;bottom:-18px;right:-18px;background:#fff;padding:18px 24px;border-radius:12px;box-shadow:0 12px 28px #0000002e;border:2px solid #7128D6}
.detail-section .image-panel .floating-badge .badge-number{font-size:2.2rem;font-weight:700;color:#7128D6;line-height:1;margin:0 0 4px}
.detail-section .image-panel .floating-badge .badge-label{font-size:.88rem;color:#5a5a5a;line-height:1.3}
.testimonial-zone{padding:94px 24px;background:#fff}
.testimonial-zone .wrapper-central{max-width:960px;margin:0 auto}
.testimonial-zone .section-header{text-align:center;margin:0 0 62px}
.testimonial-zone .section-header h2{font-size:2.4rem;line-height:1.22;color:#1a1a1a;font-weight:700;margin:0 0 18px}
.testimonial-zone .section-header .subtext{font-size:1.06rem;line-height:1.64;color:#4a4a4a;max-width:640px;margin:0 auto}
.testimonial-zone .tabs-container{position:relative}
.testimonial-zone .tabs-container input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.testimonial-zone .tab-navigation{display:flex;justify-content:center;gap:16px;margin:0 0 44px}
.testimonial-zone .tab-navigation label{padding:12px 28px;background:#f4f4f4;border-radius:24px;font-size:.98rem;font-weight:600;color:#5a5a5a;cursor:pointer;transition:all .24s ease;border:2px solid transparent}
.testimonial-zone .tab-navigation label:hover{background:#e8e8e8;transform:translateY(-2px)}
.testimonial-zone .tabs-container input:checked + label{background:linear-gradient(92deg,#3AE073 0%,#7128D6 100%);color:#fff;border-color:#7128D6}
.testimonial-zone .panel-content{display:none;background:#f9f9f9;padding:42px;border-radius:18px;box-shadow:0 8px 24px #00000014}
.testimonial-zone input#tab1:checked ~ .panel-content.panel1,.testimonial-zone input#tab2:checked ~ .panel-content.panel2,.testimonial-zone input#tab3:checked ~ .panel-content.panel3{display:block}
.testimonial-zone .panel-content .quote-block{position:relative;padding-left:68px}
.testimonial-zone .panel-content .quote-block::before{content:'"';position:absolute;left:0;top:-12px;font-size:6rem;line-height:1;color:#7128D6;opacity:.24;font-weight:700}
.testimonial-zone .panel-content .quote-text{font-size:1.12rem;line-height:1.74;color:#2d2d2d;margin:0 0 28px}
.testimonial-zone .panel-content .author-info{display:flex;align-items:center;gap:18px}
.testimonial-zone .panel-content .author-info .author-avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:700}
.testimonial-zone .panel-content .author-info .author-details .author-name{font-size:1.08rem;font-weight:700;color:#1a1a1a;margin:0 0 4px}
.testimonial-zone .panel-content .author-info .author-details .author-role{font-size:.92rem;color:#6a6a6a}
.testimonial-zone .panel-content .rating-display{margin-top:24px;display:flex;gap:6px}
.testimonial-zone .panel-content .rating-display .star-icon{color:#3AE073;font-size:1.3rem}
.testimonial-zone .panel-content .visual-accent{margin-top:36px;border-radius:12px;overflow:hidden}
.testimonial-zone .panel-content .visual-accent img{width:100%;height:auto;display:block}
@media (max-width: 1024px) {
.portfolio-stage .inner-wrap{gap:28px}
.project-showcase .project-grid{grid-template-columns:1fr;gap:32px}
.detail-section .main-container{grid-template-columns:1fr;gap:42px}
.detail-section .image-panel .floating-badge{position:static;margin-top:18px;display:inline-block}
.testimonial-zone .tab-navigation{flex-wrap:wrap}
}
@media (max-width: 640px) {
.portfolio-stage{padding:58px 18px 52px}
.portfolio-stage .text-chunk h1{font-size:2.1rem}
.project-showcase{padding:64px 18px}
.project-showcase .heading-area h2{font-size:1.9rem}
.project-showcase .project-card{padding:22px}
.detail-section{padding:64px 18px}
.detail-section .text-panel h2{font-size:1.8rem}
.testimonial-zone{padding:68px 18px}
.testimonial-zone .section-header h2{font-size:2rem}
.testimonial-zone .panel-content{padding:28px}
.testimonial-zone .panel-content .quote-block{padding-left:0}
.testimonial-zone .panel-content .quote-block::before{position:relative;left:auto;top:auto;font-size:4rem}
}
.hero-wrapper{background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);padding:80px 20px;text-align:center}
.hero-inner{max-width:960px;margin:auto}
.hero-title{font-size:48px;font-weight:700;color:#fff;margin-bottom:16px}
.hero-subtitle{font-size:20px;color:#FEF7C4;max-width:640px;margin:auto;line-height:1.6}
.case-list-container{max-width:960px;margin:60px auto;padding:0 20px}
.grid-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}
.card-outer{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform 0.3s,box-shadow .3s;position:relative}
.card-outer:hover{transform:translateY(-8px);box-shadow:0 12px 32px #7128d626}
.card-image-wrap{width:100%;height:220px;overflow:hidden;position:relative}
.card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.card-outer:hover .card-image{transform:scale(1.08)}
.tag-overlay{position:absolute;top:16px;left:16px;background:#3ae073f2;color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.3px}
.card-content-inner{padding:24px}
.category-marker{display:inline-block;font-size:12px;color:#7128D6;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.card-title{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:10px;line-height:1.3}
.card-subtitle{font-size:15px;color:#666;margin-bottom:14px;line-height:1.5}
.card-description{font-size:14px;color:#4a4a4a;line-height:1.6;margin-bottom:20px}
.meta-row{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e8e8e8}
.author-info{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}
.author-icon{font-size:18px;color:#3AE073}
.publish-info{font-size:12px;color:#888;display:flex;align-items:center;gap:6px}
.date-icon{font-size:14px;color:#7128D6}
.cta-section{background:linear-gradient(90deg,#FEF7C4 0%,#3AE073 100%);padding:80px 20px;margin-top:80px;text-align:center}
.cta-inner{max-width:720px;margin:auto}
.cta-heading{font-size:38px;font-weight:700;color:#1a1a1a;margin-bottom:18px}
.cta-text{font-size:17px;color:#333;line-height:1.6;margin-bottom:32px}
.button-primary{display:inline-block;background:#7128D6;color:#fff;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:background 0.3s,transform .2s;position:relative;z-index:10}
.button-primary:hover{background:#5a1fb0;transform:scale(1.05)}
.insights-block{max-width:960px;margin:80px auto;padding:0 20px}
.section-header{text-align:center;margin-bottom:48px}
.section-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:12px;position:relative;display:inline-block}
.section-title::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#3AE073,#7128D6);border-radius:2px}
.section-intro{font-size:16px;color:#555;max-width:640px;margin:20px auto 0;line-height:1.7}
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:48px}
.stat-card{background:#fff;padding:32px 24px;border-radius:12px;box-shadow:0 3px 12px #0000000f;text-align:center;position:relative;overflow:hidden}
.stat-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#3AE073,#7128D6)}
.stat-number{font-size:42px;font-weight:700;color:#7128D6;margin-bottom:8px}
.stat-label{font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.5px}
.process-section{background:#f9f9f9;padding:80px 20px;margin-top:80px}
.process-container{max-width:960px;margin:auto}
.process-title{font-size:36px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:56px}
.step-list{display:flex;flex-direction:column;gap:32px}
.step-item{display:flex;gap:24px;align-items:flex-start}
.step-number{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#3AE073,#7128D6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 4px 12px #7128d640}
.step-content{flex:1;background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d}
.step-heading{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.step-description{font-size:15px;color:#555;line-height:1.7}
@media (max-width: 640px) {
.hero-title{font-size:36px}
.hero-subtitle{font-size:17px}
.grid-layout{grid-template-columns:1fr}
.cta-heading{font-size:28px}
.section-title{font-size:28px}
.process-title{font-size:28px}
.step-item{flex-direction:column}
}
@media (min-width: 641px) and (max-width: 1024px) {
.grid-layout{grid-template-columns:repeat(2,1fr)}
}
.title-section-outer{background:linear-gradient(352deg,#3AE073 0%,#7128D6 50%,#FEF7C4 100%);padding:64px 20px 80px;position:relative;overflow:hidden}
.title-section-outer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,#ffffff26 0%,transparent 60%);pointer-events:none}
.title-section-inner{max-width:960px;margin:0 auto;position:relative;z-index:2}
.title-section-inner .heading-primary{font-size:48px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 24px;text-shadow:0 2px 12px #00000026}
.title-section-inner .heading-primary .accent-phrase{background:#fef7c44d;padding:4px 12px;border-radius:6px;display:inline-block}
.title-section-inner .intro-text{font-size:19px;line-height:1.7;color:#fff;max-width:680px;text-shadow:0 1px 8px #0000001a}
.service-features-wrapper{background:#f8f9fa;padding:72px 20px}
.service-features-container{max-width:960px;margin:0 auto}
.service-features-container .section-header{text-align:center;margin-bottom:56px}
.service-features-container .section-header h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.service-features-container .section-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#3AE073 0%,#7128D6 100%);border-radius:2px}
.service-features-container .section-header .subheading-text{font-size:17px;color:#555;line-height:1.6}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.feature-card{background:#fff;border-radius:16px;padding:36px 28px;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}
.feature-card .icon-holder{width:56px;height:56px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.feature-card .icon-holder i{font-size:28px;color:#fff}
.feature-card h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.feature-card .description-text{font-size:15px;line-height:1.6;color:#666;margin:0}
.approach-section-wrapper{background:#fff;padding:80px 20px}
.approach-section-container{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.approach-content-block h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.3}
.approach-content-block .detail-paragraph{font-size:16px;line-height:1.75;color:#444;margin:0 0 20px}
.approach-content-block .highlight-list{list-style:none;padding:0;margin:28px 0 0}
.approach-content-block .highlight-list li{font-size:16px;color:#333;padding:12px 0 12px 36px;position:relative;line-height:1.5}
.approach-content-block .highlight-list li::before{content:'';position:absolute;left:0;top:16px;width:20px;height:20px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:50%}
.approach-visual-block{position:relative}
.approach-visual-block img{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0000001a;position:relative;z-index:2}
.approach-visual-block::before{content:'';position:absolute;top:20px;right:-20px;width:100%;height:100%;background:linear-gradient(135deg,#FEF7C4 0%,#3AE073 100%);border-radius:20px;z-index:1;opacity:.4}
.process-timeline-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:72px 20px 88px}
.process-timeline-container{max-width:960px;margin:0 auto}
.process-timeline-container h2{font-size:36px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 16px}
.process-timeline-container .intro-description{font-size:17px;line-height:1.6;color:#555;text-align:center;margin:0 auto 56px;max-width:640px}
.timeline-steps{position:relative}
.timeline-steps::before{content:'';position:absolute;left:40px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#3AE073 0%,#7128D6 100%)}
.step-item{display:flex;gap:28px;margin-bottom:48px;position:relative}
.step-number-circle{width:80px;height:80px;background:#fff;border:4px solid #7128D6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#7128D6;flex-shrink:0;position:relative;z-index:2;box-shadow:0 4px 12px #7128d633}
.step-content-block{flex:1;background:#fff;padding:24px 28px;border-radius:12px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #3AE073}
.step-content-block h3{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.step-content-block .step-description{font-size:15px;line-height:1.7;color:#555;margin:0}
.cta-section-wrapper{background:linear-gradient(135deg,#7128D6 0%,#3AE073 100%);padding:64px 20px;position:relative;overflow:hidden}
.cta-section-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#fef7c433 0%,transparent 70%);border-radius:50%}
.cta-section-inner{max-width:960px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-section-inner h2{font-size:38px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}
.cta-section-inner .cta-text{font-size:18px;line-height:1.6;color:#fff;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto}
.cta-buttons-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.button-primary{display:inline-block;padding:16px 40px;background:#fff;color:#7128D6;font-size:17px;font-weight:700;text-decoration:none;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #00000026;z-index:10;position:relative}
.button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000040}
.button-secondary{display:inline-block;padding:16px 40px;background:transparent;color:#fff;font-size:17px;font-weight:700;text-decoration:none;border-radius:8px;border:2px solid #fff;transition:background .3s ease,transform .3s ease;z-index:10;position:relative}
.button-secondary:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 1024px) {
.service-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.approach-section-container{grid-template-columns:1fr;gap:48px}
.approach-visual-block::before{top:16px;right:-16px}
}
@media (max-width: 640px) {
.title-section-outer{padding:48px 20px 56px}
.title-section-inner .heading-primary{font-size:32px;margin-bottom:16px}
.title-section-inner .intro-text{font-size:16px}
.service-features-wrapper{padding:56px 20px}
.service-features-container .section-header h2{font-size:28px}
.service-grid{grid-template-columns:1fr;gap:20px}
.approach-section-wrapper{padding:56px 20px}
.approach-content-block h2{font-size:28px}
.approach-content-block .detail-paragraph{font-size:15px}
.process-timeline-section{padding:56px 20px 64px}
.process-timeline-container h2{font-size:28px}
.timeline-steps::before{left:30px}
.step-item{gap:20px;margin-bottom:36px}
.step-number-circle{width:60px;height:60px;font-size:22px}
.step-content-block{padding:20px}
.step-content-block h3{font-size:19px}
.cta-section-wrapper{padding:48px 20px}
.cta-section-inner h2{font-size:28px}
.cta-section-inner .cta-text{font-size:16px}
.cta-buttons-row{flex-direction:column;align-items:center}
.button-primary,.button-secondary{width:100%;max-width:280px;text-align:center}
}
.title-area{background:linear-gradient(187deg,#f8f9ff 0%,#fef9e8 100%);padding:64px 24px 48px;position:relative;overflow:hidden}
.title-area::before{content:'';position:absolute;top:-20%;right:-10%;width:60%;height:140%;background:radial-gradient(circle,#3ae07314 0%,transparent 70%);pointer-events:none}
.title-wrapper{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
.title-content h1{font-size:52px;line-height:1.15;color:#1a1a2e;margin:0 0 24px;font-weight:700}
.title-visual{position:relative}
.title-visual img{width:100%;height:340px;object-fit:cover;border-radius:18px;box-shadow:0 12px 32px #7128d626}
.title-visual::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3ae0731f 0%,#7128d614 100%);border-radius:18px;pointer-events:none}
.story-segment{padding:72px 24px;background:#fff}
.story-inner{max-width:960px;margin:0 auto}
.story-lead{font-size:28px;line-height:1.5;color:#2d2d44;margin:0 0 32px;font-weight:600}
.story-body{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.story-column p{font-size:17px;line-height:1.7;color:#4a4a5e;margin:0 0 20px}
.story-column p:last-child{margin-bottom:0}
.process-zone{background:linear-gradient(352deg,#3AE073 0%,#7128D6 50%,#FEF7C4 100%);padding:88px 24px;position:relative}
.process-container{max-width:960px;margin:0 auto}
.process-header{text-align:center;margin-bottom:56px}
.process-header h2{font-size:42px;line-height:1.2;color:#fff;margin:0 0 16px;font-weight:700}
.process-header p{font-size:19px;line-height:1.6;color:#fffffff2;margin:0}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.phase-card{background:#fffffff7;padding:32px 28px;border-radius:16px;box-shadow:0 8px 24px #0000001f;transition:transform .3s ease,box-shadow .3s ease}
.phase-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000002e}
.phase-number{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);color:#fff;border-radius:12px;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.phase-card h3{font-size:21px;line-height:1.3;color:#1a1a2e;margin:0 0 12px;font-weight:600}
.phase-card p{font-size:16px;line-height:1.6;color:#4a4a5e;margin:0}
.values-section{padding:76px 24px;background:#fafbff}
.values-wrap{max-width:960px;margin:0 auto}
.values-intro{margin-bottom:48px}
.values-intro h2{font-size:38px;line-height:1.25;color:#1a1a2e;margin:0 0 20px;font-weight:700}
.values-intro p{font-size:18px;line-height:1.65;color:#4a4a5e;margin:0}
.values-display{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.value-item{background:#fff;padding:36px 32px;border-radius:14px;border-left:5px solid #3AE073;box-shadow:0 4px 16px #0000000f}
.value-item:nth-child(even){border-left-color:#7128D6}
.value-icon{width:56px;height:56px;background:linear-gradient(135deg,#3ae07326 0%,#7128d626 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.value-icon svg{width:28px;height:28px;fill:#7128D6}
.value-item h3{font-size:22px;line-height:1.3;color:#1a1a2e;margin:0 0 14px;font-weight:600}
.value-item p{font-size:16px;line-height:1.65;color:#4a4a5e;margin:0}
.proof-band{padding:80px 24px;background:#fff;position:relative}
.proof-band::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3AE073 0%,#7128D6 50%,#FEF7C4 100%)}
.proof-inner{max-width:960px;margin:0 auto}
.proof-title{text-align:center;margin-bottom:52px}
.proof-title h2{font-size:40px;line-height:1.2;color:#1a1a2e;margin:0;font-weight:700}
.proof-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;align-items:start}
.proof-visuals{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.proof-photo{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 6px 20px #0000001a}
.proof-photo img{width:100%;height:200px;object-fit:cover;transition:transform .4s ease}
.proof-photo:hover img{transform:scale(1.08)}
.proof-photo:first-child{grid-column:1 / -1}
.proof-photo:first-child img{height:260px}
.proof-details h3{font-size:26px;line-height:1.3;color:#1a1a2e;margin:0 0 24px;font-weight:600}
.proof-stats{display:grid;gap:28px;margin-bottom:32px}
.stat-row{display:flex;align-items:center;gap:16px}
.stat-marker{width:44px;height:44px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.stat-marker svg{width:22px;height:22px;fill:#fff}
.stat-info h4{font-size:18px;line-height:1.3;color:#1a1a2e;margin:0 0 4px;font-weight:600}
.stat-info p{font-size:15px;line-height:1.5;color:#5a5a6e;margin:0}
.proof-text p{font-size:17px;line-height:1.7;color:#4a4a5e;margin:0 0 18px}
.proof-text p:last-child{margin-bottom:0}
@media (max-width: 1024px) {
.title-wrapper{grid-template-columns:1fr;gap:36px}
.title-content h1{font-size:44px}
.story-body{grid-template-columns:1fr;gap:28px}
.process-grid{grid-template-columns:1fr;gap:24px}
.values-display{grid-template-columns:1fr}
.proof-layout{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 640px) {
.title-area{padding:48px 20px 36px}
.title-content h1{font-size:36px}
.title-visual img{height:280px}
.story-segment{padding:56px 20px}
.story-lead{font-size:24px}
.process-zone{padding:64px 20px}
.process-header h2{font-size:34px}
.phase-card{padding:28px 24px}
.values-section{padding:60px 20px}
.values-intro h2{font-size:32px}
.proof-band{padding:64px 20px}
.proof-title h2{font-size:34px}
.proof-visuals{grid-template-columns:1fr}
.proof-photo:first-child{grid-column:1}
}
.title-outer{background:linear-gradient(352deg,#3AE073 0%,#7128D6 50%,#FEF7C4 100%);padding:96px 24px;position:relative;overflow:hidden}
.title-outer::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#fef7c426;border-radius:44% 56% 63% 37% / 45% 50% 50% 55%;animation:float-shape 18s ease-in-out infinite}
.title-outer::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:#7128d61f;border-radius:63% 37% 54% 46% / 55% 48% 52% 45%;animation:float-shape 22s ease-in-out infinite reverse}
@keyframes float-shape {
0%,100%{transform:translate(0,0) rotate(0deg)}
33%{transform:translate(30px,-30px) rotate(120deg)}
66%{transform:translate(-20px,20px) rotate(240deg)}
}
.title-inner{max-width:960px;margin:0 auto;position:relative;z-index:2}
.title-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.title-text-area h1{font-size:52px;line-height:1.15;color:#fff;margin:0 0 24px;font-weight:700;text-shadow:0 2px 12px #00000026}
.title-text-area .intro-para{font-size:18px;line-height:1.7;color:#fff;margin:0 0 32px;text-shadow:0 1px 4px #0000001a}
.title-cta-button{display:inline-block;padding:16px 40px;background:#fff;color:#7128D6;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;box-shadow:0 4px 16px #00000026;transition:all .3s ease}
.title-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003}
.title-image-area{position:relative}
.title-image-area img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 48px #0003;filter:contrast(1.05) saturate(1.1)}
.title-image-area::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:3px solid #ffffff4d;border-radius:16px;pointer-events:none}
.company-section-outer{padding:88px 24px;background:#fefefe}
.company-section-inner{max-width:960px;margin:0 auto}
.company-section-inner h2{font-size:42px;line-height:1.2;color:#2a2a2a;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.company-section-inner h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#3AE073 0%,#7128D6 100%);border-radius:2px}
.company-intro-text{font-size:17px;line-height:1.75;color:#4a4a4a;margin:32px 0 48px;max-width:720px}
.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px}
.advantage-card{background:#fff;padding:32px 28px;border-radius:12px;box-shadow:0 2px 12px #0000000f;border:1px solid #f0f0f0;transition:all .3s ease}
.advantage-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #7128d61f;border-color:#7128D6}
.advantage-icon{width:56px;height:56px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.advantage-icon svg{width:28px;height:28px;fill:#fff}
.advantage-card h3{font-size:20px;line-height:1.3;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.advantage-card p{font-size:15px;line-height:1.65;color:#5a5a5a;margin:0}
.certifications-outer{padding:88px 24px;background:linear-gradient(180deg,#fefefe 0%,#f9f9fb 100%)}
.certifications-inner{max-width:960px;margin:0 auto}
.certifications-inner h2{font-size:42px;line-height:1.2;color:#2a2a2a;margin:0 0 24px;font-weight:700;text-align:center}
.certs-intro{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 auto 56px;max-width:680px;text-align:center}
.cert-display-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.cert-item{background:#fff;padding:36px 32px;border-radius:16px;box-shadow:0 4px 16px #00000014;display:flex;gap:24px;align-items:flex-start;border-left:4px solid #3AE073;transition:all .3s ease}
.cert-item:hover{box-shadow:0 8px 32px #3ae07326;transform:translateX(4px)}
.cert-icon-wrapper{flex-shrink:0}
.cert-icon-wrapper svg{width:48px;height:48px;fill:#7128D6}
.cert-details h3{font-size:22px;line-height:1.3;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.cert-details .cert-desc{font-size:15px;line-height:1.65;color:#5a5a5a;margin:0 0 12px}
.cert-meta{font-size:14px;color:#7a7a7a;font-weight:500}
.partnerships-section-outer{padding:88px 24px;background:#fff}
.partnerships-section-inner{max-width:960px;margin:0 auto}
.partnerships-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}
.partnerships-text h2{font-size:42px;line-height:1.2;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.partnerships-text p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0}
.partnerships-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #0000001a}
.partner-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.partner-block{background:#fafafa;padding:32px 28px;border-radius:12px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}
.partner-block::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#3AE073 0%,#7128D6 100%);transform:scaleY(0);transition:transform .3s ease}
.partner-block:hover::before{transform:scaleY(1)}
.partner-block:hover{background:#fff;border-color:#7128D6;box-shadow:0 4px 20px #7128d61f}
.partner-block h3{font-size:20px;line-height:1.3;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.partner-block p{font-size:15px;line-height:1.65;color:#5a5a5a;margin:0 0 16px}
.partner-link{display:inline-flex;align-items:center;gap:8px;color:#7128D6;text-decoration:none;font-size:15px;font-weight:600;transition:gap .3s ease}
.partner-link:hover{gap:12px}
.partner-link svg{width:16px;height:16px;fill:currentColor}
.connections-outer{padding:88px 24px;background:linear-gradient(135deg,#7128D6 0%,#3AE073 100%);position:relative;overflow:hidden}
.connections-outer::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:#fef7c426;border-radius:50%;filter:blur(60px)}
.connections-inner{max-width:960px;margin:0 auto;position:relative;z-index:2}
.connections-inner h2{font-size:42px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700;text-align:center}
.connections-intro{font-size:17px;line-height:1.7;color:#fff;margin:0 auto 56px;max-width:700px;text-align:center;opacity:.95}
.network-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.network-card{background:#fffffff2;padding:28px 24px;border-radius:12px;text-align:center;box-shadow:0 4px 16px #0000001a;transition:all .3s ease}
.network-card:hover{transform:translateY(-6px);box-shadow:0 8px 32px #00000026;background:#fff}
.network-icon-circle{width:72px;height:72px;background:linear-gradient(135deg,#FEF7C4 0%,#3AE073 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.network-icon-circle svg{width:36px;height:36px;fill:#7128D6}
.network-card h3{font-size:18px;line-height:1.3;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.network-card p{font-size:14px;line-height:1.6;color:#5a5a5a;margin:0}
.cta-final-outer{padding:72px 24px;background:#fefefe}
.cta-final-inner{max-width:960px;margin:0 auto;text-align:center}
.cta-final-inner h2{font-size:38px;line-height:1.25;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.cta-final-inner p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto}
.cta-buttons-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-primary-btn{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;box-shadow:0 4px 16px #7128d640;transition:all .3s ease}
.cta-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #7128d659}
.cta-secondary-btn{display:inline-block;padding:16px 44px;background:#fff;color:#7128D6;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;border:2px solid #7128D6;transition:all .3s ease}
.cta-secondary-btn:hover{background:#7128D6;color:#fff}
@media (max-width: 1024px) {
.title-content-wrapper{grid-template-columns:1fr;gap:48px}
.title-text-area h1{font-size:44px}
.advantages-grid{grid-template-columns:repeat(2,1fr)}
.partnerships-header{grid-template-columns:1fr;gap:36px}
.network-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.title-outer{padding:64px 20px}
.title-text-area h1{font-size:36px}
.title-text-area .intro-para{font-size:16px}
.company-section-outer,.certifications-outer,.partnerships-section-outer,.connections-outer{padding:64px 20px}
.company-section-inner h2,.certifications-inner h2,.partnerships-text h2,.connections-inner h2{font-size:32px}
.advantages-grid{grid-template-columns:1fr;gap:24px}
.cert-display-grid{grid-template-columns:1fr;gap:24px}
.cert-item{flex-direction:column;gap:16px}
.partner-showcase{grid-template-columns:1fr}
.network-grid{grid-template-columns:1fr;gap:20px}
.cta-buttons-row{flex-direction:column;align-items:stretch}
.cta-primary-btn,.cta-secondary-btn{width:100%;text-align:center}
.cta-final-outer{padding:56px 20px}
.cta-final-inner h2{font-size:28px}
}
.hero-block-outer{position:relative;overflow:hidden;background:linear-gradient(167deg,#3AE073 0%,#7128D6 55%,#FEF7C4 100%);padding:3rem 1.5rem;margin-bottom:3.5rem}
.hero-content-layer{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;position:relative;z-index:2}
.hero-text-box{background:#fffffff5;padding:2.5rem;border-radius:20px;box-shadow:0 12px 40px #7128d62e}
.hero-text-box h1{font-size:2.5rem;line-height:1.2;color:#1a1a1a;margin:0 0 1.2rem;font-weight:700}
.hero-text-box h1 .pause-mark{display:block;color:#7128D6;margin-top:.5rem}
.hero-text-box .intro-description{font-size:1.05rem;line-height:1.65;color:#333;margin:0}
.hero-visual-frame{position:relative;width:100%;height:320px;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #3ae07333;animation:gentle-drift 8s ease-in-out infinite}
@keyframes gentle-drift {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-12px) scale(1.02)}
}
.hero-visual-frame img{width:100%;height:100%;object-fit:cover;display:block}
.contact-channels-section{max-width:960px;margin:0 auto 4rem;padding:0 1.5rem}
.contact-channels-section h2{font-size:2rem;color:#1a1a1a;margin:0 0 2.5rem;text-align:center;font-weight:700}
.channels-grid{display:grid;grid-template-columns:1fr;gap:1.8rem}
.channel-card{background:#fff;border:2px solid #f0f0f0;border-radius:18px;padding:2rem;transition:all .3s ease;position:relative}
.channel-card:hover{border-color:#3AE073;box-shadow:0 8px 24px #3ae07326;transform:translateY(-4px)}
.channel-card .icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#3AE073,#7128D6);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.channel-card .icon-wrapper .mdi{font-size:28px;color:#fff}
.channel-card h3{font-size:1.3rem;color:#1a1a1a;margin:0 0 .8rem;font-weight:600}
.channel-card .contact-value{font-size:1.05rem;color:#333;margin:0 0 .5rem;word-break:break-word}
.channel-card .contact-link{display:inline-block;color:#7128D6;text-decoration:none;font-weight:500;transition:color .2s ease}
.channel-card .contact-link:hover{color:#3AE073}
.channel-card .availability-note{font-size:.9rem;color:#666;margin:.8rem 0 0;font-style:italic}
.contact-form-section{max-width:960px;margin:0 auto 4rem;padding:0 1.5rem}
.form-header-block{text-align:center;margin-bottom:2.5rem}
.form-header-block h2{font-size:2rem;color:#1a1a1a;margin:0 0 1rem;font-weight:700}
.form-header-block .subtitle-description{font-size:1.05rem;line-height:1.6;color:#555;margin:0}
.contact-form-container{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 16px 48px #7128d61a}
.contact-form-container form{display:flex;flex-direction:column;gap:1.8rem}
.field-group-wrapper{display:flex;flex-direction:column;gap:.6rem}
.field-group-wrapper label{font-size:1rem;font-weight:600;color:#1a1a1a;display:block}
.field-group-wrapper input[type="text"],.field-group-wrapper input[type="email"],.field-group-wrapper input[type="tel"]{width:100%;padding:1rem 1.2rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;color:#333;background:#fafafa;transition:all .3s ease;box-sizing:border-box}
.field-group-wrapper input:focus{outline:none;border-color:#3AE073;background:#fff;box-shadow:0 4px 16px #3ae0731f}
.field-group-wrapper .service-selector{position:relative}
.field-group-wrapper select{width:100%;padding:1rem 1.2rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;color:#333;background:#fafafa;transition:all .3s ease;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%237128D6' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;box-sizing:border-box}
.field-group-wrapper select:focus{outline:none;border-color:#7128D6;background-color:#fff;box-shadow:0 4px 16px #7128d61f}
.field-group-wrapper textarea{width:100%;padding:1rem 1.2rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;color:#333;background:#fafafa;transition:all .3s ease;min-height:140px;resize:vertical;font-family:inherit;box-sizing:border-box}
.field-group-wrapper textarea:focus{outline:none;border-color:#3AE073;background:#fff;box-shadow:0 4px 16px #3ae0731f}
.privacy-consent-row{display:flex;align-items:flex-start;gap:.8rem;margin-top:.5rem}
.privacy-consent-row input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;accent-color:#3AE073;flex-shrink:0}
.privacy-consent-row label{font-size:.95rem;color:#555;line-height:1.5;cursor:pointer}
.privacy-consent-row label a{color:#7128D6;text-decoration:underline;transition:color .2s ease}
.privacy-consent-row label a:hover{color:#3AE073}
.submit-button-wrapper{display:flex;justify-content:center;margin-top:1rem}
.submit-button-wrapper button{padding:1.1rem 3rem;background:linear-gradient(135deg,#3AE073,#7128D6);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #3ae0734d;position:relative;z-index:5}
.submit-button-wrapper button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #7128d666}
.submit-button-wrapper button:active{transform:translateY(-1px)}
.location-details-section{max-width:960px;margin:0 auto 3rem;padding:0 1.5rem}
.location-details-section h2{font-size:2rem;color:#1a1a1a;margin:0 0 2rem;text-align:center;font-weight:700}
.address-display-box{background:linear-gradient(167deg,#3ae07314 0%,#7128d614 100%);border-radius:18px;padding:2.5rem;text-align:center;border:2px solid #7128d626}
.address-display-box .address-icon{font-size:48px;color:#7128D6;margin-bottom:1.2rem}
.address-display-box .full-address{font-size:1.15rem;line-height:1.7;color:#333;margin:0;font-weight:500}
@media (min-width: 640px) {
.hero-content-layer{grid-template-columns:1.2fr 1fr;gap:3rem}
.hero-visual-frame{height:380px}
.channels-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
}
@media (min-width: 1024px) {
.hero-block-outer{padding:5rem 1.5rem}
.hero-text-box h1{font-size:3rem}
.hero-visual-frame{height:420px}
.channels-grid{grid-template-columns:repeat(3,1fr)}
.contact-form-container{padding:3.5rem 4rem}
}
.success-wrapper{max-width:960px;margin:3rem auto;padding:0 1.5rem}
.confirmation-block{background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:20px;padding:4rem 2.5rem;text-align:center;position:relative;overflow:hidden}
.confirmation-block::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:#fef7c426;border-radius:50%;z-index:1}
.confirmation-block::after{content:'';position:absolute;bottom:-30%;left:-5%;width:250px;height:250px;background:#ffffff1a;border-radius:50%;z-index:1}
.confirmation-inner{position:relative;z-index:2}
.success-icon-holder{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:#fffffff2;border-radius:50%;margin-bottom:2rem;box-shadow:0 8px 24px #00000026}
.success-icon-holder .mdi{font-size:64px;color:#3AE073}
.confirmation-heading{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}
.confirmation-text{font-size:1.125rem;color:#fffffff2;margin:0 0 2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}
.action-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}
.button-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#7128D6;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}
.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026;background:#FEF7C4}
.button-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;border:2px solid #ffffff80;transition:all .3s ease}
.button-secondary:hover{background:#ffffff26;border-color:#fff}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}
.info-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.info-card-icon{width:56px;height:56px;background:linear-gradient(135deg,#3AE073 0%,#7128D6 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.info-card-icon .mdi{font-size:28px;color:#fff}
.info-card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}
.info-card-description{font-size:.9375rem;color:#555;line-height:1.6;margin:0}
@media (max-width: 640px) {
.confirmation-block{padding:3rem 1.5rem}
.confirmation-heading{font-size:2rem}
.confirmation-text{font-size:1rem}
.action-buttons{flex-direction:column;width:100%}
.button-primary,.button-secondary{width:100%;justify-content:center}
.info-grid{grid-template-columns:1fr}
}
@media (min-width: 641px) and (max-width: 1024px) {
.confirmation-block{padding:3.5rem 2rem}
.info-grid{grid-template-columns:repeat(2,1fr)}
}