html {
scroll-behavior: smooth;
}  .cs-lead {
font-size: clamp(17px, 2vw, 19px);
line-height: 1.7;
color: var(--bw-text-body);
margin-bottom: 24px;
} .cs-subtext {
font-size: 16px;
line-height: 1.65;
color: var(--bw-text-body);
margin-bottom: 32px;
} .cs-badge {
display: inline-block;
background: var(--bw-primary);
color: #fff;
padding: 8px 16px;
border-radius: 6px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-bottom: 20px;
} .cs-section-header {
text-align: center;
margin-bottom: 56px;
}
.cs-section-header h2 {
font-size: clamp(28px, 4vw, 36px);
margin-bottom: 16px;
}
.cs-section-intro {
font-size: 17px;
color: var(--bw-text-body);
max-width: 700px;
margin: 0 auto;
line-height: 1.65;
} .cs-hero {
background: linear-gradient(135deg, #F6FAFE 0%, #FFFFFF 100%);
padding: 80px 0 100px;
}
.cs-hero .container {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 48px;
align-items: center;
}
.cs-hero-content {
max-width: 600px;
}
.cs-hero h1 {
font-size: clamp(28px, 4vw, 38px);
line-height: 1.25;
margin-bottom: 24px;
color: var(--bw-primary);
}
.cs-hero-cta {
margin-top: 36px;
} .cs-hero-visual {
display: flex;
justify-content: center;
align-items: center;
}
.cs-hero-img {
width: 100%;
max-width: 480px;
height: auto;
border-radius: 16px;
box-shadow: 0 12px 40px rgba(12, 60, 96, 0.15);
display: block;
} .cs-intro {
padding: 80px 0;
background: var(--bw-primary);
}
.cs-intro-box {
text-align: center;
}
.cs-intro-box h2 {
color: #FFFFFF;
font-size: clamp(24px, 3.5vw, 32px);
margin-bottom: 20px;
}
.cs-intro-box p {
color: rgba(255, 255, 255, 0.85);
font-size: 18px;
line-height: 1.7;
max-width: 650px;
margin: 0 auto;
} .cs-services {
padding: 100px 0;
background: var(--bw-bg-light);
} .cs-service-block {
background: #FFFFFF;
border-radius: 16px;
padding: 48px;
margin-bottom: 40px;
border: 1px solid var(--bw-border);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.cs-service-block:last-child {
margin-bottom: 0;
} .cs-service-block--alt {
background: var(--bw-primary);
border-color: #0A3050;
}
.cs-service-block--alt h3,
.cs-service-block--alt h4 {
color: #FFFFFF;
}
.cs-service-block--alt p,
.cs-service-block--alt li {
color: rgba(255, 255, 255, 0.85);
}
.cs-service-block--alt .cs-service-target {
color: rgba(255, 255, 255, 0.7);
}
.cs-service-block--alt .cs-service-number {
background: rgba(25, 169, 230, 0.2);
color: var(--bw-accent);
}
.cs-service-block--alt .cs-check-list li::before {
color: var(--bw-white);
}
.cs-service-block--alt .cs-check-list li {
color: rgba(255, 255, 255, 0.95);
}
.cs-service-block--alt .cs-before {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.15);
}
.cs-service-block--alt .cs-after {
background: rgba(25, 169, 230, 0.15);
border-color: rgba(25, 169, 230, 0.3);
} .cs-service-header {
display: flex;
gap: 24px;
align-items: flex-start;
margin-bottom: 24px;
}
.cs-service-number {
flex-shrink: 0;
width: 48px;
height: 48px;
background: var(--bw-bg-light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
color: var(--bw-primary);
}
.cs-service-title h3 {
font-size: clamp(20px, 2.5vw, 24px);
margin-bottom: 8px;
line-height: 1.3;
}
.cs-service-target {
font-size: 15px;
color: var(--bw-text-body);
margin: 0;
font-style: italic;
} .cs-service-desc {
font-size: 16px;
line-height: 1.7;
color: var(--bw-text-body);
margin-bottom: 32px;
max-width: 800px;
} .cs-service-details {
margin-bottom: 40px;
} .cs-detail-col h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 16px;
color: var(--bw-primary);
} .cs-service-block--alt .cs-detail-col h4 {
color: var(--bw-white);
} .cs-check-list {
list-style: none;
padding: 0;
margin: 0;
}
.cs-check-list li {
position: relative;
padding-left: 28px;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.6;
color: var(--bw-text-body);
}
.cs-check-list li::before {
content: '✓';
position: absolute;
left: 0;
color: #1E9E6A;
font-weight: 700;
font-size: 16px;
}
.cs-check-list li:last-child {
margin-bottom: 0;
} .cs-before-after {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.cs-ba-col {
padding: 28px;
border-radius: 12px;
}
.cs-ba-col h4 {
font-size: 15px;
font-weight: 600;
margin-bottom: 16px;
}
.cs-ba-col ul {
list-style: none;
padding: 0;
margin: 0;
}
.cs-ba-col li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.55;
}
.cs-ba-col li::before {
content: '→';
position: absolute;
left: 0;
opacity: 0.6;
}
.cs-ba-col li:last-child {
margin-bottom: 0;
} .cs-before {
background: rgba(192, 57, 43, 0.08);
border: 1px solid rgba(192, 57, 43, 0.15);
} .cs-before h4 {
color: #C0392B;
} .cs-service-block--alt .cs-before h4 {
color: #D4655A;
} .cs-after {
background: rgba(30, 158, 106, 0.08);
border: 1px solid rgba(30, 158, 106, 0.2);
}
.cs-after h4 {
color: #1E9E6A;
} .cs-target {
padding: 100px 0;
background: #FFFFFF;
}
.cs-target h2 {
font-size: clamp(26px, 3.5vw, 34px);
margin-bottom: 32px;
text-align: center;
}
.cs-target-content {
max-width: 700px;
margin: 0 auto;
}
.cs-target-intro {
font-size: 18px;
font-weight: 500;
margin-bottom: 20px;
color: var(--bw-primary);
}
.cs-target-list {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
}
.cs-target-list li {
position: relative;
padding-left: 28px;
margin-bottom: 14px;
font-size: 16px;
line-height: 1.6;
color: var(--bw-text-body);
}
.cs-target-list li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--bw-accent);
font-weight: 700;
}
.cs-target-note {
background: var(--bw-bg-light);
border-left: 4px solid var(--bw-primary);
padding: 24px 28px;
border-radius: 0 8px 8px 0;
}
.cs-target-note p {
margin: 0;
font-size: 15px;
line-height: 1.65;
color: var(--bw-primary);
} .cs-process {
padding: 100px 0;
background: var(--bw-bg-light);
}
.cs-process-grid {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
margin-bottom: 48px;
}
.cs-process-step {
background: #FFFFFF;
border-radius: 12px;
padding: 32px;
border: 1px solid var(--bw-border);
position: relative;
}
.cs-step-number {
position: absolute;
top: 32px;
right: 32px;
width: 40px;
height: 40px;
background: var(--bw-primary);
color: #FFFFFF;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 700;
}
.cs-process-step h3 {
font-size: 20px;
margin-bottom: 8px;
padding-right: 60px;
}
.cs-step-time {
font-size: 14px;
color: var(--bw-accent);
font-weight: 600;
margin-bottom: 16px;
}
.cs-step-note {
font-size: 14px;
color: var(--bw-text-body);
font-style: italic;
margin-bottom: 12px;
}
.cs-process-step p {
font-size: 15px;
line-height: 1.6;
color: var(--bw-text-body);
margin-bottom: 12px;
}
.cs-process-step ul {
list-style: none;
padding: 0;
margin: 0;
}
.cs-process-step li {
position: relative;
padding-left: 20px;
margin-bottom: 8px;
font-size: 15px;
line-height: 1.55;
color: var(--bw-text-body);
}
.cs-process-step li::before {
content: '•';
position: absolute;
left: 0;
color: var(--bw-accent);
font-weight: 700;
}
.cs-step-emphasis {
font-weight: 600;
color: var(--bw-primary);
margin-top: 16px;
} .cs-process-note {
background: #FFFFFF;
border: 1px solid var(--bw-border);
border-radius: 12px;
padding: 28px 32px;
text-align: center;
}
.cs-process-note p {
margin: 0;
font-size: 16px;
line-height: 1.65;
color: var(--bw-text-body);
max-width: 800px;
margin: 0 auto;
} .cs-about {
padding: 100px 0;
background: #FFFFFF;
}
.cs-about-grid {
display: grid;
grid-template-columns: 1.4fr 0.6fr;
gap: 60px;
align-items: center;
}
.cs-about-content h2 {
font-size: clamp(26px, 3.5vw, 34px);
margin-bottom: 24px;
}
.cs-about-intro {
font-size: 17px;
line-height: 1.7;
color: var(--bw-text-body);
margin-bottom: 24px;
}
.cs-about-credentials {
list-style: none;
padding: 0;
margin: 0 0 32px 0;
background: var(--bw-bg-light);
border-radius: 12px;
padding: 28px 32px;
}
.cs-about-credentials li {
position: relative;
padding-left: 28px;
margin-bottom: 14px;
font-size: 15px;
line-height: 1.6;
color: var(--bw-primary);
}
.cs-about-credentials li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--bw-accent);
font-weight: 700;
}
.cs-about-credentials li:last-child {
margin-bottom: 0;
}
.cs-about-summary {
font-size: 16px;
line-height: 1.7;
color: var(--bw-text-body);
} .cs-about-image {
display: flex;
justify-content: center;
} .cs-about-img {
width: 100%;
max-width: 320px; height: auto;
aspect-ratio: 4 / 5; object-fit: cover; border-radius: 16px; box-shadow: 0 12px 32px rgba(12, 60, 96, 0.15); display: block;
} .cs-final-cta {
padding: 100px 0;
background: var(--bw-primary);
}
.cs-cta-box {
text-align: center;
}
.cs-cta-box h2 {
color: #FFFFFF;
font-size: clamp(26px, 3.5vw, 34px);
margin-bottom: 16px;
}
.cs-cta-intro {
color: rgba(255, 255, 255, 0.8);
font-size: 17px;
margin-bottom: 40px;
}
.cs-cta-content {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 16px;
padding: 36px 40px;
margin-bottom: 40px;
text-align: left;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.cs-cta-content h3 {
color: #FFFFFF;
font-size: 20px;
margin-bottom: 12px;
}
.cs-cta-content p {
color: rgba(255, 255, 255, 0.8);
font-size: 15px;
margin-bottom: 16px;
}
.cs-cta-content ul {
list-style: none;
padding: 0;
margin: 0;
}
.cs-cta-content li {
position: relative;
padding-left: 24px;
margin-bottom: 10px;
font-size: 15px;
line-height: 1.55;
color: rgba(255, 255, 255, 0.85);
}
.cs-cta-content li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--bw-accent);
font-weight: 700;
}
.cs-cta-content li:last-child {
margin-bottom: 0;
} .cs-final-cta .cta {
background: var(--bw-accent);
border-color: var(--bw-accent);
color: #FFFFFF;
}
.cs-final-cta .cta:hover {
background: #0E8DBD;
border-color: #0E8DBD;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(25, 169, 230, 0.3);
}  @media (max-width: 1024px) {
.cs-hero .container {
grid-template-columns: 1fr;
gap: 40px;
}
.cs-hero-content {
max-width: 700px;
}
.cs-hero-visual {
order: -1;
}
.cs-hero-img {
max-width: 400px;
}
.cs-about-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.cs-about-image {
order: -1;
}
.cs-image-placeholder {
max-width: 200px;
}
.cs-service-block {
padding: 36px;
}
} @media (max-width: 768px) {
.cs-hero {
padding: 60px 0 80px;
}
.cs-hero h1 {
font-size: 28px;
}
.cs-intro,
.cs-target,
.cs-about,
.cs-final-cta {
padding: 80px 0;
}
.cs-services,
.cs-process {
padding: 80px 0;
}
.cs-service-block {
padding: 28px;
}
.cs-service-header {
flex-direction: column;
gap: 16px;
}
.cs-before-after {
grid-template-columns: 1fr;
gap: 16px;
}
.cs-ba-col {
padding: 20px;
}
.cs-cta-content {
padding: 28px;
}
.cs-step-number {
position: static;
margin-bottom: 16px;
}
.cs-process-step h3 {
padding-right: 0;
}
} @media (max-width: 480px) {
.cs-hero h1 {
font-size: 24px;
}
.cs-section-header h2,
.cs-target h2,
.cs-about-content h2,
.cs-cta-box h2 {
font-size: 24px;
}
.cs-service-title h3 {
font-size: 18px;
}
.cs-service-block {
padding: 24px 20px;
}
.cs-about-credentials {
padding: 20px;
}
} .bw-site-footer {
margin-top: 0;
}