:root{--primary-brand:#94A9BB;--secondary-brand:#BFCCD9;--tertiary-brand:#D9DFE9;--text-dark:#1a1f2e;--text-medium:#495057;--text-light:#6c757d;--background-light:#fafbfc;--background-white:#fff;--border-subtle:#e8eaed;--shadow-sm:0 1px 3px #94a9bb1f;--shadow-md:0 4px 12px #94a9bb2e;--shadow-lg:0 8px 24px #94a9bb3d}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);overflow-x:hidden;font:clamp(16px,1.05vw,18px)/1.7 'General Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background:var(--background-light)}
header{background:linear-gradient(135deg,var(--background-white) 0%,var(--tertiary-brand) 100%);border-bottom:2px solid var(--secondary-brand);position:relative;min-height:140px}
.header_layer_company{position:absolute;top:12px;right:40px;font-size:clamp(72px,8vw,128px);font-weight:800;color:var(--tertiary-brand);opacity:.15;letter-spacing:-.04em;z-index:1;pointer-events:none;user-select:none}
.header_row_logo{padding:24px 40px 10px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3}
.logo_container_wrapper{display:flex;align-items:center;gap:16px}
.logo_container_wrapper img{height:62px;width:62px;display:block;object-fit:contain}
.company_identifier{font-size:clamp(22px,2.2vw,28px);font-weight:700;color:var(--primary-brand);letter-spacing:-.01em}
.header_announcement{background:linear-gradient(90deg,var(--primary-brand) 0%,var(--secondary-brand) 100%);color:var(--background-white);padding:8px 20px;border-radius:24px;font-size:clamp(13px,1vw,15px);font-weight:600;box-shadow:var(--shadow-sm)}
.header_row_navigation{padding:0 40px 20px;position:relative;z-index:2}
.main_nav_container{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.main_nav_container a{color:var(--text-medium);text-decoration:none;padding:12px 24px;font-weight:600;font-size:clamp(15px,1.05vw,17px);border-radius:8px;transition:background-color 0.25s,color .25s;display:inline-block}
.main_nav_container a:hover,.main_nav_container a:focus{color:var(--text-dark);outline:2px solid var(--primary-brand);outline-offset:2px;background:var(--secondary-brand)}
.main_nav_container a:focus-visible{outline:3px solid var(--primary-brand);outline-offset:3px}
main{min-height:60vh}
footer{background:var(--text-dark);color:var(--background-white);padding:60px 40px 30px;margin-top:80px;position:relative;overflow:hidden}
footer::before{content:'';position:absolute;top:0;left:-10%;width:120%;height:5px;background:linear-gradient(90deg,var(--primary-brand) 0%,var(--secondary-brand) 50%,var(--tertiary-brand) 100%)}
.footer_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;max-width:1400px;margin:0 auto 48px}
.footer_section h3{color:var(--secondary-brand);font-size:clamp(18px,1.4vw,22px);margin-bottom:20px;font-weight:700}
.footer_section p,.footer_section a{color:#ffffffd9;font-size:clamp(14px,1vw,16px);line-height:1.8;text-decoration:none;display:block;margin-bottom:10px}
.footer_section a:hover,.footer_section a:focus{color:var(--tertiary-brand);text-decoration:underline;outline:none}
.footer_section a:focus-visible{outline:2px solid var(--tertiary-brand);outline-offset:3px;border-radius:3px}
.footer_logo_area{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.footer_logo_area img{height:56px;width:56px;object-fit:contain}
.footer_brand_name{font-size:clamp(20px,1.8vw,26px);font-weight:700;color:var(--background-white)}
.footer_disclaimer{background:#94a9bb14;border-left:4px solid var(--primary-brand);padding:24px;margin:40px auto 32px;max-width:1200px;font-size:clamp(13px,0.95vw,15px);line-height:1.75;color:#ffffffbf;border-radius:6px}
.footer_bottom{border-top:1px solid #ffffff26;padding-top:24px;text-align:center;font-size:clamp(13px,0.95vw,15px);color:#ffffffa6;max-width:1400px;margin:0 auto}
.consent_modal_wrapper{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--background-white);border:2px solid var(--secondary-brand);border-radius:16px;box-shadow:var(--shadow-lg);max-width:520px;width:92%;padding:28px 32px;z-index:9999;display:none}
.consent_modal_wrapper.active_display{display:block;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateX(-50%) translateY(20px)}
to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.consent_heading{font-size:clamp(18px,1.5vw,22px);font-weight:700;color:var(--text-dark);margin-bottom:12px}
.consent_description{font-size:clamp(14px,1vw,16px);color:var(--text-medium);line-height:1.65;margin-bottom:20px}
.consent_actions{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn{padding:12px 24px;border:none;border-radius:8px;font-size:clamp(14px,1vw,16px);font-weight:600;cursor:pointer;transition:background-color 0.25s,transform .15s;min-width:110px;font-family:inherit}
.consent_btn:hover{transform:translateY(-1px)}
.consent_btn:active{transform:translateY(0)}
.consent_btn:focus-visible{outline:3px solid var(--primary-brand);outline-offset:2px}
.consent_accept{background:linear-gradient(135deg,var(--primary-brand) 0%,var(--secondary-brand) 100%);color:var(--background-white)}
.consent_accept:hover{background:linear-gradient(135deg,#7f94a6 0%,#a8b8c7 100%)}
.consent_reject{background:var(--tertiary-brand);color:var(--text-dark)}
.consent_reject:hover{background:var(--secondary-brand)}
.consent_policy_link{color:var(--primary-brand);text-decoration:underline;font-weight:600;font-size:clamp(14px,1vw,16px);margin-top:8px;display:inline-block}
.consent_policy_link:hover,.consent_policy_link:focus{color:var(--text-dark);outline:none}
.consent_policy_link:focus-visible{outline:2px solid var(--primary-brand);outline-offset:2px;border-radius:3px}
@media (max-width: 768px) {
.header_layer_company{font-size:56px;top:8px;right:20px}
.header_row_logo{padding:20px 24px 10px;flex-direction:column;gap:16px;align-items:flex-start}
.logo_container_wrapper img{height:52px;width:52px}
.header_announcement{align-self:stretch;text-align:center}
.header_row_navigation{padding:0 24px 18px}
.main_nav_container{flex-direction:column;gap:6px}
.main_nav_container a{padding:14px 18px;text-align:center}
footer{padding:48px 24px 24px}
.footer_grid{grid-template-columns:1fr;gap:36px}
.consent_modal_wrapper{bottom:16px;width:94%;padding:24px}
.consent_actions{flex-direction:column}
.consent_btn{width:100%}
}
@media (max-width: 480px) {
.company_identifier{font-size:20px}
.header_announcement{font-size:12px;padding:6px 14px}
}
.pulsaradiance-index-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}
.pulsaradiance-index-wrapper *{box-sizing:border-box}
.pulsaradiance-hero-section{background:linear-gradient(135deg,#D9DFE9 0%,#BFCCD9 100%);padding:120px 20px 80px;position:relative}
.pulsaradiance-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.pulsaradiance-hero-text h1{font-size:48px;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.2}
.pulsaradiance-hero-text p{font-size:20px;color:#495057;margin:0 0 32px;line-height:1.7}
.pulsaradiance-hero-cta{display:inline-block;background:#94A9BB;color:#fff;padding:16px 40px;text-decoration:none;border-radius:6px;font-size:18px;font-weight:600;transition:all .3s ease}
.pulsaradiance-hero-cta:hover{background:#7d92a3;transform:translateY(-2px);box-shadow:0 6px 20px #94a9bb66}
.pulsaradiance-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001a}
.pulsaradiance-story-section{background:#fafbfc;padding:100px 20px}
.pulsaradiance-story-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:400px 1fr 400px;gap:40px;align-items:start}
.pulsaradiance-story-left img,.pulsaradiance-story-right img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #00000014}
.pulsaradiance-story-center{padding:40px 0}
.pulsaradiance-story-center h2{font-size:38px;color:#212529;margin:0 0 28px;font-weight:700}
.pulsaradiance-story-center p{font-size:17px;color:#495057;margin:0 0 20px;line-height:1.8}
.pulsaradiance-story-highlight{background:#D9DFE9;padding:24px;border-radius:8px;margin:32px 0;border-left:4px solid #94A9BB}
.pulsaradiance-story-highlight p{margin:0;font-size:18px;color:#343a40;font-weight:500;line-height:1.7}
.pulsaradiance-approach-section{background:#fff;padding:100px 20px}
.pulsaradiance-approach-wrapper{max-width:1300px;margin:0 auto}
.pulsaradiance-approach-header{text-align:center;margin-bottom:70px}
.pulsaradiance-approach-header h2{font-size:42px;color:#212529;margin:0 0 20px;font-weight:700}
.pulsaradiance-approach-header p{font-size:19px;color:#495057;max-width:800px;margin:0 auto;line-height:1.7}
.pulsaradiance-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.pulsaradiance-approach-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:40px 30px;border-radius:10px;border:2px solid #D9DFE9;transition:all .3s ease;position:relative}
.pulsaradiance-approach-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #94a9bb33;border-color:#94A9BB}
.pulsaradiance-approach-number{font-size:56px;font-weight:800;color:#BFCCD9;line-height:1;margin:0 0 20px}
.pulsaradiance-approach-card h3{font-size:24px;color:#212529;margin:0 0 16px;font-weight:700}
.pulsaradiance-approach-card p{font-size:16px;color:#495057;margin:0;line-height:1.7}
.pulsaradiance-insights-section{background:linear-gradient(180deg,#D9DFE9 0%,#BFCCD9 100%);padding:100px 20px}
.pulsaradiance-insights-container{max-width:1200px;margin:0 auto}
.pulsaradiance-insights-intro{margin-bottom:60px}
.pulsaradiance-insights-intro h2{font-size:40px;color:#212529;margin:0 0 24px;font-weight:700}
.pulsaradiance-insights-intro p{font-size:18px;color:#343a40;line-height:1.8;margin:0 0 16px}
.pulsaradiance-insights-profiles{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:60px}
.pulsaradiance-profile-card{background:#fff;border-radius:10px;padding:40px;box-shadow:0 6px 24px #0000001a;display:flex;gap:30px;align-items:start}
.pulsaradiance-profile-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #D9DFE9}
.pulsaradiance-profile-content h3{font-size:22px;color:#212529;margin:0 0 8px;font-weight:700}
.pulsaradiance-profile-role{font-size:15px;color:#94A9BB;margin:0 0 16px;font-weight:600}
.pulsaradiance-profile-content p{font-size:16px;color:#495057;margin:0;line-height:1.7}
.pulsaradiance-insights-image{margin-top:40px;text-align:center}
.pulsaradiance-insights-image img{width:100%;max-width:900px;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #0000001f}
.pulsaradiance-insights-footer{text-align:center;margin-top:50px}
.pulsaradiance-insights-cta{display:inline-block;background:#212529;color:#fff;padding:18px 48px;text-decoration:none;border-radius:6px;font-size:18px;font-weight:600;transition:all .3s ease}
.pulsaradiance-insights-cta:hover{background:#343a40;transform:scale(1.05);box-shadow:0 8px 24px #2125294d}
@media (max-width: 1024px) {
.pulsaradiance-hero-content{grid-template-columns:1fr;gap:40px}
.pulsaradiance-hero-text h1{font-size:38px}
.pulsaradiance-story-container{grid-template-columns:1fr;gap:30px}
.pulsaradiance-story-left,.pulsaradiance-story-right{display:none}
.pulsaradiance-approach-grid{grid-template-columns:1fr;gap:25px}
.pulsaradiance-insights-profiles{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.pulsaradiance-hero-section{padding:80px 20px 60px}
.pulsaradiance-hero-text h1{font-size:32px}
.pulsaradiance-hero-text p{font-size:17px}
.pulsaradiance-hero-image img{height:300px}
.pulsaradiance-story-section,.pulsaradiance-approach-section,.pulsaradiance-insights-section{padding:60px 20px}
.pulsaradiance-story-center h2,.pulsaradiance-approach-header h2,.pulsaradiance-insights-intro h2{font-size:30px}
.pulsaradiance-profile-card{flex-direction:column;text-align:center;align-items:center}
.pulsaradiance-insights-image img{height:300px}
}
.contact-wrapper-pulsara{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.contact-hero-section{background:linear-gradient(to right,#fff,#D9DFE9);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#94a9bb26,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-title-contact{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.hero-subtitle-contact{font-size:1.15rem;color:#495057;max-width:650px;line-height:1.7;margin-bottom:2rem}
.contact-main-grid{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1.4fr;gap:3.5rem;align-items:start}
.contact-info-block{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000000f;border:1px solid #D9DFE9}
.info-block-title{font-size:1.75rem;color:#212529;margin-bottom:1.8rem;font-weight:600;border-bottom:3px solid #94A9BB;padding-bottom:.8rem}
.contact-detail-item{margin-bottom:2rem;padding-left:2.5rem;position:relative}
.contact-detail-item:last-child{margin-bottom:0}
.detail-label{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}
.detail-content{font-size:1.05rem;color:#343a40;line-height:1.6}
.detail-content a{color:#94A9BB;text-decoration:none;transition:color .3s ease}
.detail-content a:hover{color:#6b8ca3}
.contact-detail-item::before{content:'';position:absolute;left:0;top:5px;width:18px;height:18px;background:#BFCCD9;border-radius:50%}
.office-hours-info{margin-top:2.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #94A9BB}
.hours-title{font-size:1rem;color:#495057;font-weight:600;margin-bottom:.8rem}
.hours-text{font-size:.95rem;color:#6c757d;line-height:1.5}
.contact-form-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000000f;border:1px solid #D9DFE9}
.form-title-main{font-size:1.75rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.form-description{font-size:1rem;color:#6c757d;margin-bottom:2rem;line-height:1.6}
.form-group-custom{margin-bottom:1.8rem}
.form-label-custom{display:block;font-size:.95rem;color:#343a40;margin-bottom:.6rem;font-weight:500}
.form-input-custom{width:100%;padding:.9rem 1.1rem;font-size:1rem;border:2px solid #D9DFE9;border-radius:8px;background:#fff;color:#212529;transition:all .3s ease;font-family:inherit}
.form-input-custom:focus{outline:none;border-color:#94A9BB;box-shadow:0 0 0 3px #94a9bb1a}
.form-textarea-custom{min-height:150px;resize:vertical}
.checkbox-group-custom{margin-bottom:2rem;display:flex;align-items:start;gap:.8rem}
.checkbox-input-custom{margin-top:.3rem;width:18px;height:18px;cursor:pointer;accent-color:#94A9BB}
.checkbox-label-custom{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.checkbox-label-custom a{color:#94A9BB;text-decoration:underline}
.checkbox-label-custom a:hover{color:#6b8ca3}
.submit-button-custom{background:linear-gradient(135deg,#94A9BB,#BFCCD9);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #94a9bb40;position:relative;z-index:10}
.submit-button-custom:hover{transform:translateY(-2px);box-shadow:0 6px 18px #94a9bb59}
.submit-button-custom:active{transform:translateY(0)}
.visual-feature-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 5rem}
.feature-content-wrapper{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.feature-text-area{padding-right:2rem}
.feature-main-title{font-size:2rem;color:#212529;margin-bottom:1.3rem;font-weight:600;line-height:1.3}
.feature-description-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.feature-list-items{list-style:none;padding:0;margin:0}
.feature-list-items li{padding:.8rem 0 .8rem 2rem;color:#343a40;font-size:1rem;position:relative;line-height:1.6}
.feature-list-items li::before{content:'';position:absolute;left:0;color:#94A9BB;font-weight:700;font-size:1.2rem}
.feature-image-container{border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001a;border:1px solid #D9DFE9}
.feature-image-container img{width:100%;height:auto;display:block;object-fit:cover}
@media (max-width: 968px) {
.contact-main-grid{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem}
.feature-content-wrapper{grid-template-columns:1fr;gap:2.5rem}
.feature-text-area{padding-right:0}
.hero-title-contact{font-size:2.2rem}
.contact-hero-section{padding:4rem 1.5rem 3rem}
}
@media (max-width: 640px) {
.hero-title-contact{font-size:1.8rem}
.hero-subtitle-contact{font-size:1rem}
.contact-info-block,.contact-form-section{padding:1.8rem}
.info-block-title,.form-title-main{font-size:1.5rem}
.feature-main-title{font-size:1.65rem}
.visual-feature-section{padding:3rem 1.5rem}
}
.services-page-wrapper{background:#fff;min-height:100vh}
.services-hero-area{background:linear-gradient(135deg,#f8f9fa 0%,#D9DFE9 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.services-hero-area::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#94a9bb26 0%,transparent 70%);border-radius:50%}
.services-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.services-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.services-hero-content .subtitle-text{font-size:1.2rem;color:#495057;line-height:1.7;margin-bottom:0}
.dashboard-solutions-block{padding:80px 20px;background:#fff}
.solutions-container{max-width:1200px;margin:0 auto}
.solutions-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;margin-bottom:60px}
.solution-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #94a9bb33}
.solution-image-wrapper img{width:100%;height:400px;object-fit:cover;display:block}
.solution-content-area{padding:20px 0}
.solution-content-area h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:600}
.solution-content-area p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.features-list-custom{list-style:none;padding:0;margin:30px 0}
.features-list-custom li{padding:15px 0 15px 40px;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6;border-bottom:1px solid #D9DFE9}
.features-list-custom li:last-child{border-bottom:none}
.features-list-custom li::before{content:'';position:absolute;left:0;top:15px;width:28px;height:28px;background:#94A9BB;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.technical-specs-section{background:#f8f9fa;padding:70px 20px}
.specs-wrapper{max-width:1100px;margin:0 auto}
.specs-intro-block{text-align:center;margin-bottom:50px}
.specs-intro-block h2{font-size:2.1rem;color:#212529;margin-bottom:18px;font-weight:600}
.specs-intro-block p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.specs-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.spec-card-item{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 4px 16px #94a9bb26;transition:transform .3s ease,box-shadow .3s ease}
.spec-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 28px #94a9bb40}
.spec-card-item h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.spec-card-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.implementation-visual-area{display:flex;gap:30px;align-items:center;margin-top:40px}
.impl-image-box{flex:1;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #94a9bb2e}
.impl-image-box img{width:100%;height:320px;object-fit:cover;display:block}
.pricing-plans-zone{padding:80px 20px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.pricing-container{max-width:1150px;margin:0 auto}
.pricing-header-text{text-align:center;margin-bottom:55px}
.pricing-header-text h2{font-size:2.3rem;color:#212529;margin-bottom:20px;font-weight:600}
.pricing-header-text p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:650px;margin:0 auto}
.pricing-tiers-display{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.pricing-tier-card{background:#fff;border:2px solid #D9DFE9;border-radius:12px;padding:40px 30px;position:relative;transition:border-color .3s ease,transform .3s ease}
.pricing-tier-card:hover{border-color:#94A9BB;transform:translateY(-4px)}
.tier-popular-badge{position:absolute;top:-15px;right:30px;background:#94A9BB;color:#fff;padding:6px 18px;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.5px}
.pricing-tier-card h3{font-size:1.6rem;color:#212529;margin-bottom:12px;font-weight:600}
.tier-description{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:24px;min-height:60px}
.tier-price-display{margin-bottom:28px}
.price-amount{font-size:2.8rem;color:#212529;font-weight:700;line-height:1}
.price-currency{font-size:1.4rem;color:#495057;margin-right:4px}
.price-period{font-size:1rem;color:#495057;margin-left:6px}
.tier-features-list{list-style:none;padding:0;margin:0 0 30px}
.tier-features-list li{padding:12px 0;font-size:.98rem;color:#343a40;line-height:1.5;border-bottom:1px solid #f8f9fa;position:relative;padding-left:28px}
.tier-features-list li::before{content:'';position:absolute;left:0;color:#94A9BB;font-weight:700}
.tier-cta-button{display:block;width:100%;padding:14px 24px;background:#94A9BB;color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .3s ease;border:none;cursor:pointer}
.tier-cta-button:hover{background:#7a8fa3}
.client-success-segment{padding:75px 20px;background:#fff}
.success-content-wrapper{max-width:1100px;margin:0 auto}
.success-layout-split{display:grid;grid-template-columns:380px 1fr;gap:60px;align-items:start}
.testimonial-profile-area{position:sticky;top:30px}
.profile-image-container{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 24px;box-shadow:0 6px 20px #94a9bb40;border:4px solid #D9DFE9}
.profile-image-container img{width:100%;height:100%;object-fit:cover;display:block}
.profile-details-text{text-align:center}
.profile-details-text h3{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:600}
.profile-details-text p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.testimonial-content-block{background:#f8f9fa;padding:45px;border-radius:12px;border-left:5px solid #94A9BB}
.testimonial-content-block h2{font-size:2rem;color:#212529;margin-bottom:24px;font-weight:600}
.testimonial-quote{font-size:1.15rem;color:#343a40;line-height:1.8;margin-bottom:24px;font-style:italic}
.results-metrics-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px}
.metric-item-box{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #94a9bb1f}
.metric-label{font-size:.9rem;color:#495057;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}
.metric-value{font-size:1.8rem;color:#94A9BB;font-weight:700;line-height:1}
@media (max-width: 968px) {
.services-hero-content h1{font-size:2.2rem}
.solutions-grid-layout{grid-template-columns:1fr;gap:40px}
.specs-cards-row{grid-template-columns:1fr}
.implementation-visual-area{flex-direction:column}
.pricing-tiers-display{grid-template-columns:1fr}
.success-layout-split{grid-template-columns:1fr;gap:40px}
.testimonial-profile-area{position:static}
.results-metrics-list{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.services-hero-content h1{font-size:1.8rem}
.services-hero-content .subtitle-text{font-size:1.05rem}
.solution-content-area h2{font-size:1.8rem}
.testimonial-content-block{padding:30px 25px}
.tier-price-display .price-amount{font-size:2.2rem}
}
.case-studies-hero-zone{background:linear-gradient(135deg,#f8f9fa 0%,#D9DFE9 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.case-studies-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#bfccd94d 0%,transparent 70%);border-radius:50%}
.case-hero-content-wrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.case-hero-intro{max-width:680px;margin-bottom:50px}
.case-hero-intro h1{font-size:3rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.case-hero-intro .intro-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;margin:0}
.case-hero-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:40px}
.stat-card-item{background:#fff;padding:30px 25px;border-radius:8px;box-shadow:0 2px 8px #00000014;border-left:4px solid #94A9BB}
.stat-card-item .stat-number{font-size:2.5rem;color:#94A9BB;font-weight:700;display:block;margin-bottom:8px}
.stat-card-item .stat-label{font-size:.95rem;color:#495057;line-height:1.4}
.decision-tree-section{padding:80px 20px;background:#fff;position:relative}
.decision-tree-container{max-width:1100px;margin:0 auto}
.decision-section-header{text-align:center;margin-bottom:60px}
.decision-section-header h2{font-size:2.4rem;color:#212529;margin:0 0 18px;font-weight:700}
.decision-section-header .header-description{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.decision-tree-interactive{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px}
.decision-query-box{background:linear-gradient(135deg,#f5f6fa 0%,#D9DFE9 50%);padding:35px;border-radius:12px;border:2px solid #BFCCD9;position:relative;cursor:pointer;transition:all .3s ease}
.decision-query-box:hover{transform:translateY(-4px);box-shadow:0 8px 20px #94a9bb33;border-color:#94A9BB}
.decision-query-box .query-icon{width:50px;height:50px;background:#94A9BB;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;color:#fff;font-weight:700}
.decision-query-box h3{font-size:1.4rem;color:#212529;margin:0 0 15px;font-weight:600}
.decision-query-box p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.decision-response-panel{background:#f8f9fa;padding:40px;border-radius:10px;border:1px solid #D9DFE9}
.decision-response-panel h4{font-size:1.3rem;color:#94A9BB;margin:0 0 20px;font-weight:600}
.response-list-items{list-style:none;padding:0;margin:0}
.response-list-items li{padding:15px 0;border-bottom:1px solid #D9DFE9;color:#343a40;font-size:1rem;line-height:1.5;position:relative;padding-left:30px}
.response-list-items li:last-child{border-bottom:none}
.response-list-items li::before{content:'→';position:absolute;left:0;color:#94A9BB;font-weight:700;font-size:1.2rem}
.featured-case-showcase{padding:70px 20px;background:linear-gradient(to bottom,#fafbfc 0%,white 100%)}
.featured-case-container{max-width:1200px;margin:0 auto}
.showcase-header-zone{margin-bottom:50px}
.showcase-header-zone h2{font-size:2.3rem;color:#212529;margin:0 0 15px;font-weight:700}
.showcase-header-zone .showcase-intro-text{font-size:1.05rem;color:#495057;line-height:1.7;max-width:750px}
.case-study-grid-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.case-content-column{display:flex;flex-direction:column;gap:35px}
.case-detail-block{background:#fff;padding:35px;border-radius:10px;box-shadow:0 3px 12px #0000000f;border-top:4px solid #94A9BB}
.case-detail-block h3{font-size:1.5rem;color:#212529;margin:0 0 18px;font-weight:600}
.case-detail-block p{font-size:1rem;color:#495057;line-height:1.7;margin:0 0 15px}
.case-detail-block p:last-child{margin-bottom:0}
.metric-highlights-box{background:linear-gradient(135deg,#f5f6fa 0%,#D9DFE9 100%);padding:30px;border-radius:8px;margin-top:20px}
.metric-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #94a9bb4d}
.metric-row:last-child{border-bottom:none}
.metric-row .metric-label{font-size:.95rem;color:#495057;font-weight:500}
.metric-row .metric-value{font-size:1.3rem;color:#94A9BB;font-weight:700}
.case-visual-column{position:sticky;top:20px}
.featured-case-image-wrap{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f;margin-bottom:30px}
.featured-case-image-wrap img{width:100%;height:auto;display:block;object-fit:cover}
.client-profile-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 3px 12px #00000014;display:flex;gap:20px;align-items:center}
.client-avatar-wrap{flex-shrink:0}
.client-avatar-wrap img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #BFCCD9}
.client-info-text h4{font-size:1.2rem;color:#212529;margin:0 0 6px;font-weight:600}
.client-info-text .client-position{font-size:.95rem;color:#94A9BB;display:block;margin-bottom:10px}
.client-info-text .client-quote{font-size:.95rem;color:#495057;line-height:1.5;font-style:italic;margin:0}
.overlay-comparison-section{padding:80px 20px;background:#fff;position:relative}
.overlay-comparison-container{max-width:1150px;margin:0 auto}
.comparison-header-area{text-align:center;margin-bottom:55px}
.comparison-header-area h2{font-size:2.4rem;color:#212529;margin:0 0 16px;font-weight:700}
.comparison-header-area .comparison-subtitle{font-size:1.1rem;color:#495057;line-height:1.6;max-width:680px;margin:0 auto}
.comparison-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;overflow:hidden;border:1px solid #D9DFE9}
.comparison-table-full{width:100%;border-collapse:collapse}
.comparison-table-full thead{background:linear-gradient(135deg,#94A9BB 0%,#BFCCD9 100%)}
.comparison-table-full thead th{padding:20px 25px;text-align:left;font-size:1.1rem;color:#fff;font-weight:600;border-right:1px solid #fff3}
.comparison-table-full thead th:last-child{border-right:none}
.comparison-table-full tbody tr{border-bottom:1px solid #D9DFE9;transition:background .2s ease}
.comparison-table-full tbody tr:hover{background:#f8f9fa}
.comparison-table-full tbody tr:last-child{border-bottom:none}
.comparison-table-full tbody td{padding:20px 25px;font-size:1rem;color:#343a40;vertical-align:top;line-height:1.6}
.comparison-table-full tbody td:first-child{font-weight:600;color:#212529;background:#fafbfc}
.feature-check-mark{color:#28a745;font-weight:700;font-size:1.2rem}
.feature-cross-mark{color:#dc3545;font-weight:700;font-size:1.2rem}
.elevated-info-box{background:linear-gradient(135deg,#f5f6fa 0%,#D9DFE9 100%);padding:35px;border-radius:10px;margin-top:40px;box-shadow:0 6px 18px #0000001a;position:relative}
.elevated-info-box::before{content:'';position:absolute;top:-3px;left:30px;right:30px;height:3px;background:linear-gradient(90deg,#94A9BB 0%,#BFCCD9 100%);border-radius:3px}
.elevated-info-box h3{font-size:1.4rem;color:#212529;margin:0 0 18px;font-weight:600}
.elevated-info-box p{font-size:1rem;color:#495057;line-height:1.7;margin:0 0 15px}
.elevated-info-box p:last-child{margin-bottom:0}
.info-box-action-link{display:inline-block;margin-top:20px;padding:12px 30px;background:#94A9BB;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 3px 8px #94a9bb4d}
.info-box-action-link:hover{background:#7d92a3;transform:translateY(-2px);box-shadow:0 5px 12px #94a9bb66}
@media (max-width: 768px) {
.case-studies-hero-zone{padding:60px 20px 40px}
.case-hero-intro h1{font-size:2.2rem}
.case-hero-intro .intro-subtitle{font-size:1.05rem}
.case-hero-stats-grid{grid-template-columns:1fr;gap:20px}
.decision-tree-interactive{grid-template-columns:1fr;gap:25px}
.decision-section-header h2{font-size:1.9rem}
.case-study-grid-layout{grid-template-columns:1fr;gap:30px}
.case-visual-column{position:static}
.showcase-header-zone h2{font-size:1.9rem}
.comparison-header-area h2{font-size:1.9rem}
.comparison-table-wrapper{overflow-x:auto}
.comparison-table-full{min-width:600px}
.comparison-table-full thead th,.comparison-table-full tbody td{padding:15px 18px;font-size:.95rem}
.client-profile-card{flex-direction:column;text-align:center}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #94a9bb1f;padding:50px 60px}
.cookie-policy-header{text-align:center;margin-bottom:45px;padding-bottom:30px;border-bottom:2px solid #D9DFE9}
.cookie-policy-header h1{font-size:2.4rem;color:#212529;margin-bottom:12px;font-weight:700;letter-spacing:-.5px}
.cookie-policy-date{font-size:.95rem;color:#6c757d;font-style:italic}
.cookie-intro-block{background:linear-gradient(120deg,#f8f9fa 0%,#fff 100%);padding:35px;border-left:4px solid #94A9BB;margin-bottom:40px;border-radius:6px}
.cookie-intro-block p{color:#343a40;line-height:1.75;font-size:1.05rem;margin-bottom:0}
.cookie-section{margin-bottom:45px}
.cookie-section h2{font-size:1.75rem;color:#212529;margin-bottom:18px;font-weight:600;position:relative;padding-left:20px}
.cookie-section h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:24px;background:linear-gradient(180deg,#94A9BB 0%,#BFCCD9 100%);border-radius:3px}
.cookie-section h3{font-size:1.35rem;color:#343a40;margin-top:30px;margin-bottom:14px;font-weight:600}
.cookie-section p{color:#495057;line-height:1.7;font-size:1rem;margin-bottom:16px}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-top:30px}
.cookie-type-card{background:#fafbfc;padding:28px;border-radius:8px;border:1px solid #D9DFE9;transition:all .3s ease}
.cookie-type-card:hover{border-color:#BFCCD9;box-shadow:0 6px 18px #94a9bb26;transform:translateY(-2px)}
.cookie-type-card h4{font-size:1.2rem;color:#212529;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-type-icon{width:32px;height:32px;background:linear-gradient(135deg,#94A9BB 0%,#BFCCD9 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;color:#fff;font-weight:700;flex-shrink:0}
.cookie-type-card p{color:#495057;margin-bottom:12px;font-size:.98rem}
.cookie-examples{background:#fff;padding:18px;border-radius:6px;margin-top:14px;border-left:3px solid #BFCCD9}
.cookie-examples strong{color:#343a40;font-size:.92rem;display:block;margin-bottom:8px}
.cookie-examples ul{list-style:none;padding-left:0;margin:0}
.cookie-examples li{color:#6c757d;font-size:.9rem;padding:4px 0;padding-left:20px;position:relative}
.cookie-examples li::before{content:'•';position:absolute;left:6px;color:#94A9BB;font-weight:700}
.browser-controls{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:35px;border-radius:8px;margin-top:30px;border:1px solid #D9DFE9}
.browser-controls h4{font-size:1.25rem;color:#212529;margin-bottom:20px;font-weight:600}
.browser-list{display:flex;flex-direction:column;gap:15px}
.browser-item{background:#fff;padding:20px 24px;border-radius:6px;border:1px solid #D9DFE9;transition:all .25s ease}
.browser-item:hover{border-color:#94A9BB;box-shadow:0 4px 12px #94a9bb1f}
.browser-item strong{color:#343a40;font-size:1.05rem;display:block;margin-bottom:6px}
.browser-item span{color:#6c757d;font-size:.92rem}
.retention-info{background:linear-gradient(120deg,#fff 0%,#fafbfc 100%);padding:30px;border-radius:8px;margin-top:25px;border:2px solid #D9DFE9}
.retention-info p{margin-bottom:18px}
.retention-info strong{color:#212529}
.contact-box{background:linear-gradient(135deg,#94A9BB 0%,#BFCCD9 100%);color:#fff;padding:40px;border-radius:10px;text-align:center;margin-top:50px;box-shadow:0 6px 20px #94a9bb33}
.contact-box h3{font-size:1.5rem;margin-bottom:16px;color:#fff;font-weight:600}
.contact-box p{color:#fff;font-size:1.05rem;margin-bottom:8px;opacity:.95}
.contact-box a{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .2s ease}
.contact-box a:hover{opacity:.85}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 15px}
.cookie-policy-container{padding:35px 25px}
.cookie-policy-header h1{font-size:1.9rem}
.cookie-section h2{font-size:1.5rem}
.cookie-section h3{font-size:1.2rem}
.cookie-type-card{padding:22px}
.browser-controls{padding:25px 20px}
.contact-box{padding:30px 20px}
}
@media (max-width: 480px) {
.cookie-policy-header h1{font-size:1.65rem}
.cookie-intro-block{padding:25px 20px}
.cookie-section h2{font-size:1.35rem;padding-left:16px}
.cookie-type-card h4{font-size:1.1rem}
.retention-info{padding:22px 18px}
}
.privacy-policy-wrapper{background:#fff;min-height:100vh;padding:0}
.privacy-header-section{background:linear-gradient(135deg,#D9DFE9 0%,#BFCCD9 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #94A9BB}
.privacy-header-section h1{font-size:42px;color:#212529;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.privacy-last-updated{font-size:16px;color:#495057;background:#fff9;padding:12px 24px;border-radius:6px;display:inline-block;margin-top:15px}
.privacy-content-container{max-width:900px;margin:0 auto;padding:60px 30px 80px}
.privacy-intro-block{background:#f8f9fa;padding:35px 40px;border-left:5px solid #94A9BB;margin-bottom:50px;border-radius:4px}
.privacy-intro-block p{font-size:17px;line-height:1.7;color:#343a40;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{margin-bottom:55px;padding-bottom:45px;border-bottom:1px solid #D9DFE9}
.privacy-section-block:last-of-type{border-bottom:none}
.privacy-section-block h2{font-size:28px;color:#212529;margin:0 0 25px;font-weight:600;position:relative;padding-left:18px}
.privacy-section-block h2::before{content:'';position:absolute;left:0;top:6px;width:5px;height:24px;background:#94A9BB;border-radius:3px}
.privacy-section-block h3{font-size:21px;color:#343a40;margin:30px 0 18px;font-weight:600}
.privacy-section-block p{font-size:16px;line-height:1.8;color:#495057;margin:0 0 18px}
.privacy-bullet-list{margin:20px 0 25px;padding-left:0;list-style:none}
.privacy-bullet-list li{font-size:16px;line-height:1.7;color:#495057;margin-bottom:14px;padding-left:32px;position:relative}
.privacy-bullet-list li::before{content:'→';position:absolute;left:0;color:#94A9BB;font-weight:700;font-size:18px}
.privacy-numbered-list{margin:20px 0 25px;padding-left:0;list-style:none;counter-reset:privacy-counter}
.privacy-numbered-list li{font-size:16px;line-height:1.7;color:#495057;margin-bottom:14px;padding-left:38px;position:relative;counter-increment:privacy-counter}
.privacy-numbered-list li::before{content:counter(privacy-counter) ".";position:absolute;left:0;color:#94A9BB;font-weight:700;font-size:17px;width:28px}
.privacy-highlight-box{background:#fafbfc;border:2px solid #BFCCD9;padding:28px 32px;border-radius:8px;margin:30px 0}
.privacy-highlight-box p{margin:0 0 12px;font-size:16px;line-height:1.7;color:#343a40}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-highlight-box strong{color:#212529}
.privacy-contact-box{background:linear-gradient(135deg,#D9DFE9 0%,#BFCCD9 50%,#94A9BB 100%);padding:45px 40px;border-radius:10px;margin-top:60px;text-align:center}
.privacy-contact-box h2{font-size:26px;color:#212529;margin:0 0 20px;font-weight:600}
.privacy-contact-box h2::before{display:none}
.privacy-contact-box p{font-size:16px;line-height:1.7;color:#343a40;margin:0 0 25px}
.privacy-contact-details{background:#ffffffd9;padding:25px 30px;border-radius:8px;display:inline-block;text-align:left;margin-top:10px}
.privacy-contact-item{font-size:15px;color:#495057;margin-bottom:12px;display:flex;align-items:flex-start}
.privacy-contact-item:last-child{margin-bottom:0}
.privacy-contact-label{font-weight:600;color:#212529;min-width:90px;display:inline-block}
.privacy-contact-value{color:#343a40}
.privacy-contact-value a{color:#94A9BB;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}
.privacy-contact-value a:hover{border-bottom-color:#94A9BB}
.privacy-data-table{width:100%;border-collapse:collapse;margin:25px 0;background:#fff;border:1px solid #D9DFE9;border-radius:6px;overflow:hidden}
.privacy-data-table th{background:#f8f9fa;padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#212529;border-bottom:2px solid #BFCCD9}
.privacy-data-table td{padding:14px 20px;font-size:15px;color:#495057;border-bottom:1px solid #D9DFE9;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
@media (max-width: 768px) {
.privacy-header-section{padding:60px 20px 40px}
.privacy-header-section h1{font-size:32px}
.privacy-last-updated{font-size:14px;padding:10px 18px}
.privacy-content-container{padding:40px 20px 60px}
.privacy-intro-block{padding:25px 20px}
.privacy-section-block h2{font-size:24px}
.privacy-section-block h3{font-size:19px}
.privacy-contact-box{padding:35px 25px}
.privacy-contact-details{padding:20px;width:100%}
.privacy-contact-item{flex-direction:column}
.privacy-contact-label{margin-bottom:4px}
.privacy-data-table{font-size:14px}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px}
}
@media (max-width: 480px) {
.privacy-header-section h1{font-size:28px}
.privacy-section-block h2{font-size:22px}
.privacy-data-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.success-content-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #94a9bb1f;padding:60px 40px;text-align:center}
.success-icon-area{margin-bottom:32px}
.success-checkmark-circle{width:90px;height:90px;margin:0 auto;background:linear-gradient(135deg,#94A9BB 0%,#BFCCD9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleInSuccess .6s cubic-bezier(0.34,1.56,0.64,1)}
@keyframes scaleInSuccess {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-icon{width:42px;height:42px;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:drawCheck .8s ease-in-out .3s forwards;stroke-dasharray:70;stroke-dashoffset:70}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-heading-main{font-size:38px;font-weight:700;color:#212529;margin-bottom:18px;line-height:1.2;letter-spacing:-.5px}
.success-subheading-text{font-size:20px;color:#495057;margin-bottom:36px;line-height:1.5;font-weight:400}
.success-message-block{background:#f8f9fa;border-left:4px solid #94A9BB;padding:28px 32px;margin-bottom:40px;text-align:left;border-radius:8px}
.success-message-block p{font-size:16px;color:#343a40;line-height:1.7;margin-bottom:14px}
.success-message-block p:last-child{margin-bottom:0}
.success-next-steps-section{background:#fff;border:2px solid #D9DFE9;border-radius:12px;padding:32px;margin-bottom:36px;text-align:left}
.success-next-steps-title{font-size:22px;font-weight:600;color:#212529;margin-bottom:20px;display:flex;align-items:center;gap:12px}
.success-steps-list{list-style:none;padding:0;margin:0}
.success-step-item{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}
.success-step-item:last-child{margin-bottom:0}
.success-step-number{min-width:32px;height:32px;background:linear-gradient(135deg,#BFCCD9 0%,#D9DFE9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;color:#212529;flex-shrink:0;margin-top:2px}
.success-step-content h4{font-size:17px;font-weight:600;color:#212529;margin-bottom:6px;line-height:1.3}
.success-step-content p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.success-actions-area{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}
.success-primary-button{display:inline-block;background:linear-gradient(135deg,#94A9BB 0%,#BFCCD9 100%);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #94a9bb33}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #94a9bb4d;color:#fff}
.success-secondary-links{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.success-secondary-link{color:#94A9BB;text-decoration:none;font-size:15px;font-weight:500;transition:all .3s ease;position:relative}
.success-secondary-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#94A9BB;transition:width .3s ease}
.success-secondary-link:hover{color:#7a8fa1}
.success-secondary-link:hover::after{width:100%}
.success-contact-info{background:#fafbfc;border-radius:8px;padding:24px;margin-top:24px}
.success-contact-title{font-size:17px;font-weight:600;color:#212529;margin-bottom:14px}
.success-contact-details{font-size:15px;color:#495057;line-height:1.7}
.success-contact-details a{color:#94A9BB;text-decoration:none;font-weight:500;transition:color .3s ease}
.success-contact-details a:hover{color:#7a8fa1}
.success-reference-number{display:inline-block;background:#D9DFE9;color:#343a40;padding:8px 18px;border-radius:6px;margin-top:12px;letter-spacing:.5px;font:600 14px monospace}
@media (max-width: 768px) {
.success-content-container{padding:40px 24px}
.success-heading-main{font-size:32px}
.success-subheading-text{font-size:18px}
.success-message-block{padding:24px 20px}
.success-next-steps-section{padding:24px 20px}
.success-actions-area{gap:12px}
.success-secondary-links{flex-direction:column;gap:16px}
.success-step-item{gap:12px}
.success-checkmark-circle{width:80px;height:80px}
.success-checkmark-icon{width:38px;height:38px}
}
@media (max-width: 480px) {
.success-page-wrapper{padding:20px 16px}
.success-content-container{padding:32px 20px}
.success-heading-main{font-size:28px}
.success-subheading-text{font-size:17px;margin-bottom:28px}
.success-next-steps-title{font-size:20px}
.success-contact-info{padding:20px 16px}
}