html {
scroll-behavior: smooth;
}  .ca-lead {
font-size: clamp(17px, 2vw, 19px);
line-height: 1.7;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 20px;
} .ca-subtext {
font-size: 16px;
line-height: 1.65;
color: rgba(255, 255, 255, 0.75);
margin-bottom: 32px;
} .ca-badge {
display: inline-block;
background: rgba(25, 169, 230, 0.15);
border: 1px solid rgba(25, 169, 230, 0.4);
color: var(--bw-accent);
padding: 8px 16px;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 20px;
font-family: 'Consolas', 'Monaco', monospace;
} .ca-section-header {
text-align: center;
margin-bottom: 56px;
}
.ca-section-header h2 {
font-size: clamp(26px, 4vw, 34px);
margin-bottom: 16px;
}
.ca-section-intro {
font-size: 17px;
color: var(--bw-text-body);
max-width: 700px;
margin: 0 auto;
line-height: 1.65;
} .ca-check-list {
list-style: none;
padding: 0;
margin: 0;
}
.ca-check-list li {
position: relative;
padding-left: 28px;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.6;
color: var(--bw-text-body);
}
.ca-check-list li::before {
content: '✓';
position: absolute;
left: 0;
color: #1E9E6A;
font-weight: 700;
font-size: 16px;
}
.ca-check-list li:last-child {
margin-bottom: 0;
} .ca-hero {
position: relative;
background-color: #08273D;  background-size: cover;
background-position: center;
padding: 100px 0 120px;
overflow: hidden;
} .ca-hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(8, 39, 61, 0.95) 0%, rgba(12, 60, 96, 0.85) 100%);
z-index: 1;
}
.ca-hero .container {
position: relative;
z-index: 2;
}
.ca-hero-content {
max-width: 700px;
}
.ca-hero h1 {
font-size: clamp(30px, 4.5vw, 44px);
line-height: 1.15;
margin-bottom: 24px;
color: #FFFFFF;
}
.ca-hero-cta {
margin-top: 40px;
}
.ca-hero-cta .cta {
background: var(--bw-accent);
border-color: var(--bw-accent);
color: #FFFFFF;
}
.ca-hero-cta .cta:hover {
background: #0E8DBD;
border-color: #0E8DBD;
box-shadow: 0 8px 24px rgba(25, 169, 230, 0.35);
} .ca-hero::before {
content: '{ automation }';
position: absolute;
bottom: 40px;
right: 60px;
font-family: 'Consolas', 'Monaco', monospace;
font-size: 14px;
color: rgba(25, 169, 230, 0.3);
z-index: 2;
letter-spacing: 2px;
}  .ca-problem-v2 {
--bw-danger: #E8453C;
--bw-danger-soft: rgba(232, 69, 60, 0.08);
--bw-danger-border: rgba(232, 69, 60, 0.18);
--bw-success: #1A9E6A;
--bw-dark-bg: #071E30;
} .ca-problem-v2 {
padding: 100px 0 110px;
background: var(--bw-white);
position: relative;
overflow: hidden;
}
.ca-problem-v2::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: 
radial-gradient(ellipse 80% 60% at 20% 0%, rgba(25, 169, 230, 0.04) 0%, transparent 70%),
radial-gradient(ellipse 60% 50% at 85% 100%, rgba(12, 60, 96, 0.03) 0%, transparent 70%);
pointer-events: none;
}
.ca-problem-v2 .container {
position: relative;
z-index: 1;
} .ca-problem-v2__header {
text-align: center;
margin-bottom: 64px;
}
.ca-problem-v2__eyebrow {
display: inline-block;
font-family: 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
font-size: 11px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--bw-danger);
background: var(--bw-danger-soft);
border: 1px solid var(--bw-danger-border);
padding: 6px 16px;
border-radius: 4px;
margin-bottom: 24px;
}
.ca-problem-v2__title {
font-size: clamp(28px, 4vw, 40px);
font-weight: 700;
line-height: 1.15;
color: var(--bw-primary);
margin-bottom: 20px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.ca-problem-v2__title span {
position: relative;
white-space: nowrap;
}
.ca-problem-v2__title span::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 2px;
height: 8px;
background: rgba(232, 69, 60, 0.15);
border-radius: 2px;
z-index: -1;
}
.ca-problem-v2__subtitle {
font-size: 18px;
line-height: 1.7;
color: var(--bw-text-body);
max-width: 680px;
margin: 0 auto;
} .ca-problem-v2__leaks {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 72px;
}
.ca-leak-card {
background: var(--bw-white);
border: 1px solid var(--bw-border);
border-radius: 16px;
padding: 36px 28px 32px;
position: relative;
transition: all 0.3s ease;
overflow: hidden;
}
.ca-leak-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--bw-danger), rgba(232, 69, 60, 0.3));
opacity: 0;
transition: opacity 0.3s ease;
}
.ca-leak-card:hover {
border-color: var(--bw-danger-border);
box-shadow: 0 8px 32px rgba(232, 69, 60, 0.08);
transform: translateY(-2px);
}
.ca-leak-card:hover::before {
opacity: 1;
}
.ca-leak-card__hours {
font-family: 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
font-size: 36px;
font-weight: 700;
color: var(--bw-danger);
line-height: 1;
margin-bottom: 4px;
}
.ca-leak-card__unit {
font-family: 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
font-size: 12px;
font-weight: 500;
color: var(--bw-text-body);
letter-spacing: 0.5px;
text-transform: uppercase;
margin-bottom: 20px;
display: block;
}
.ca-leak-card__title {
font-size: 17px;
font-weight: 700;
color: var(--bw-primary);
margin-bottom: 10px;
line-height: 1.3;
}
.ca-leak-card__desc {
font-size: 14px;
line-height: 1.65;
color: var(--bw-text-body);
margin: 0;
} .ca-problem-v2__sumup {
background: var(--bw-dark-bg);
border-radius: 16px;
padding: 36px 44px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
margin-bottom: 72px;
position: relative;
overflow: hidden;
}
.ca-problem-v2__sumup::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: 
radial-gradient(ellipse 40% 100% at 0% 50%, rgba(232, 69, 60, 0.12) 0%, transparent 70%),
radial-gradient(ellipse 40% 100% at 100% 50%, rgba(25, 169, 230, 0.1) 0%, transparent 70%);
pointer-events: none;
}
.ca-sumup__left {
position: relative;
z-index: 1;
flex-shrink: 0;
}
.ca-sumup__number {
font-family: 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
font-size: 48px;
font-weight: 700;
color: var(--bw-white);
line-height: 1;
margin-bottom: 4px;
}
.ca-sumup__number span {
color: var(--bw-danger);
}
.ca-sumup__label {
font-size: 15px;
color: rgba(255, 255, 255, 0.6);
}
.ca-sumup__right {
position: relative;
z-index: 1;
flex: 1;
max-width: 520px;
}
.ca-sumup__text {
font-size: 18px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.88);
font-weight: 500;
margin: 0;
}
.ca-sumup__text strong {
color: var(--bw-white);
} .ca-problem-v2__contrast {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
border-radius: 16px;
overflow: hidden;
border: 1px solid var(--bw-border);
}
.ca-contrast__side {
padding: 44px 40px;
} .ca-contrast__standard {
background: var(--bw-bg-light);
position: relative;
}
.ca-contrast__standard::after {
content: '';
position: absolute;
top: 24px;
bottom: 24px;
right: 0;
width: 1px;
background: var(--bw-border);
}
.ca-contrast__tag {
display: inline-block;
font-family: 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
font-size: 10px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 5px 12px;
border-radius: 4px;
margin-bottom: 20px;
}
.ca-contrast__standard .ca-contrast__tag {
color: var(--bw-text-body);
background: rgba(88, 110, 132, 0.1);
border: 1px solid rgba(88, 110, 132, 0.15);
}
.ca-contrast__custom .ca-contrast__tag {
color: var(--bw-accent);
background: rgba(25, 169, 230, 0.1);
border: 1px solid rgba(25, 169, 230, 0.25);
}
.ca-contrast__heading {
font-size: 20px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 16px;
}
.ca-contrast__standard .ca-contrast__heading {
color: var(--bw-text-body);
}
.ca-contrast__custom .ca-contrast__heading {
color: var(--bw-white);
}
.ca-contrast__body {
font-size: 15px;
line-height: 1.7;
margin-bottom: 20px;
}
.ca-contrast__standard .ca-contrast__body {
color: var(--bw-text-body);
}
.ca-contrast__custom .ca-contrast__body {
color: rgba(255, 255, 255, 0.82);
} .ca-contrast__painlist {
list-style: none;
padding: 0;
margin: 0;
}
.ca-contrast__painlist li {
position: relative;
padding-left: 24px;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.55;
color: var(--bw-text-body);
}
.ca-contrast__painlist li::before {
content: '✕';
position: absolute;
left: 0;
color: var(--bw-danger);
font-weight: 700;
font-size: 13px;
opacity: 0.7;
} .ca-contrast__custom {
background: var(--bw-primary);
position: relative;
}
.ca-contrast__custom::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(ellipse 70% 70% at 80% 20%, rgba(25, 169, 230, 0.1) 0%, transparent 70%);
pointer-events: none;
}
.ca-contrast__custom > * {
position: relative;
z-index: 1;
}
.ca-contrast__checklist {
list-style: none;
padding: 0;
margin: 0;
}
.ca-contrast__checklist li {
position: relative;
padding-left: 28px;
margin-bottom: 12px;
font-size: 14px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.88);
}
.ca-contrast__checklist li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--bw-success);
font-weight: 700;
font-size: 15px;
}
.ca-contrast__arrow {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 8px;
font-size: 14px;
font-weight: 600;
color: var(--bw-accent);
text-decoration: none;
transition: gap 0.2s ease;
}
.ca-contrast__arrow:hover {
gap: 12px;
}
.ca-contrast__arrow svg {
width: 16px;
height: 16px;
transition: transform 0.2s ease;
}
.ca-contrast__arrow:hover svg {
transform: translateX(2px);
} @media (max-width: 1024px) {
.ca-problem-v2__sumup {
flex-direction: column;
text-align: center;
padding: 32px;
gap: 24px;
}
.ca-sumup__right {
max-width: 100%;
}
}
@media (max-width: 768px) {
.ca-problem-v2 {
padding: 80px 0;
}
.ca-problem-v2__leaks {
grid-template-columns: 1fr;
gap: 16px;
}
.ca-leak-card {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto auto;
gap: 0 20px;
padding: 24px;
}
.ca-leak-card__hours {
grid-row: 1;
grid-column: 1;
font-size: 28px;
}
.ca-leak-card__unit {
grid-row: 2;
grid-column: 1;
margin-bottom: 0;
}
.ca-leak-card__title {
grid-row: 1;
grid-column: 2;
margin-bottom: 4px;
}
.ca-leak-card__desc {
grid-row: 2;
grid-column: 2;
}
.ca-problem-v2__contrast {
grid-template-columns: 1fr;
}
.ca-contrast__standard::after {
display: none;
}
.ca-contrast__side {
padding: 32px 28px;
}
.ca-sumup__number {
font-size: 36px;
}
.ca-problem-v2__sumup {
margin-bottom: 48px;
}
}
@media (max-width: 480px) {
.ca-problem-v2__title {
font-size: 24px;
}
.ca-leak-card {
grid-template-columns: 1fr;
gap: 8px;
}
.ca-leak-card__hours,
.ca-leak-card__unit,
.ca-leak-card__title,
.ca-leak-card__desc {
grid-column: 1;
grid-row: auto;
}
.ca-contrast__side {
padding: 28px 24px;
}
} .ca-definition {
padding: 100px 0;
background: var(--bw-bg-light);
}
.ca-definition-grid {
display: grid;
grid-template-columns: 1.3fr 0.7fr;
gap: 48px;
align-items: start;
} .ca-definition-sidebar {
align-self: stretch;
}
.ca-definition-main h2 {
font-size: clamp(26px, 3.5vw, 32px);
margin-bottom: 20px;
}
.ca-definition-intro {
font-size: 17px;
color: var(--bw-text-body);
margin-bottom: 24px;
}
.ca-definition-main .ca-check-list {
margin-bottom: 40px;
} .ca-distinction {
background: #FFFFFF;
border: 1px solid var(--bw-border);
border-radius: 12px;
padding: 28px;
}
.ca-distinction h4 {
font-size: 16px;
margin-bottom: 16px;
color: var(--bw-primary);
}
.ca-distinction p {
font-size: 15px;
line-height: 1.6;
color: var(--bw-text-body);
margin-bottom: 12px;
}
.ca-distinction p:last-child {
margin-bottom: 0;
} .ca-exclusions {
background: var(--bw-primary);
border-radius: 12px;
padding: 32px;
color: #FFFFFF;
height: 100%;
}
.ca-exclusions h4 {
font-size: 18px;
margin-bottom: 12px;
color: #FFFFFF;
}
.ca-exclusions-intro {
font-size: 15px;
color: rgba(255, 255, 255, 0.92);
margin-bottom: 20px;
}
.ca-exclusion-list {
list-style: none;
padding: 0;
margin: 0 0 24px 0;
}
.ca-exclusion-list li {
position: relative;
padding-left: 24px;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.95);
}
.ca-exclusion-list li::before {
content: '✕';
position: absolute;
left: 0;
color: rgba(255, 100, 100, 0.8);
font-weight: 700;
}
.ca-exclusions-note {
font-size: 14px;
line-height: 1.65;
color: rgba(255, 255, 255, 0.65);
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding-top: 20px;
margin: 0;
} .ca-services {
padding: 100px 0;
background: #FFFFFF;
} .ca-service-block {
background: var(--bw-bg-light);
border: 1px solid var(--bw-border);
border-radius: 16px;
padding: 48px;
margin-bottom: 32px;
}
.ca-service-block:last-child {
margin-bottom: 0;
} .ca-service-block--dark {
background: var(--bw-primary);
border-color: #0A3050;
}
.ca-service-block--dark h3,
.ca-service-block--dark h4 {
color: #FFFFFF;
}
.ca-service-block--dark p,
.ca-service-block--dark li {
color: rgba(255, 255, 255, 0.85);
}
.ca-service-block--dark .ca-service-tagline {
color: rgba(255, 255, 255, 0.65);
}
.ca-service-block--dark .ca-service-number {
background: rgba(25, 169, 230, 0.2);
color: var(--bw-accent);
}
.ca-service-block--dark .ca-check-list li::before {
color: var(--bw-accent);
}
.ca-service-block--dark .ca-before {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.15);
}
.ca-service-block--dark .ca-after {
background: rgba(25, 169, 230, 0.15);
border-color: rgba(25, 169, 230, 0.3);
}
.ca-service-block--dark .ca-service-note {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
} .ca-service-header {
display: flex;
gap: 24px;
align-items: flex-start;
margin-bottom: 20px;
}
.ca-service-number {
flex-shrink: 0;
width: 52px;
height: 52px;
background: var(--bw-primary);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
color: #FFFFFF;
font-family: 'Consolas', 'Monaco', monospace;
}
.ca-service-title h3 {
font-size: clamp(20px, 2.5vw, 24px);
margin-bottom: 8px;
line-height: 1.3;
}
.ca-service-tagline {
font-size: 15px;
color: var(--bw-text-body);
margin: 0;
font-style: italic;
} .ca-service-desc {
font-size: 16px;
line-height: 1.7;
color: var(--bw-text-body);
margin-bottom: 28px;
max-width: 800px;
} .ca-service-details {
margin-bottom: 32px;
} .ca-service-details h4 {
font-size: 15px;
font-weight: 600;
margin-bottom: 16px;
color: var(--bw-primary);
} .ca-service-block--dark .ca-service-details h4 {
color: var(--bw-white);
} .ca-service-note {
background: rgba(25, 169, 230, 0.08);
border: 1px solid rgba(25, 169, 230, 0.2);
border-radius: 8px;
padding: 20px 24px;
font-size: 14px;
line-height: 1.6;
color: var(--bw-white);
margin-bottom: 32px;
} .ca-before-after {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.ca-ba-col {
padding: 24px;
border-radius: 10px;
}
.ca-ba-col h4 {
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.ca-ba-col p {
margin: 0;
font-size: 14px;
line-height: 1.6;
}
.ca-before {
background: rgba(192, 57, 43, 0.08);
border: 1px solid rgba(192, 57, 43, 0.15);
}
.ca-before h4 {
color: #C0392B;
} .ca-service-block--dark .ca-before h4 {
color: #D4655A;
}
.ca-after {
background: rgba(30, 158, 106, 0.1);
border: 1px solid rgba(30, 158, 106, 0.25);
}
.ca-after h4 {
color: #1E9E6A;
} .ca-target {
padding: 100px 0;
background: var(--bw-bg-light);
}
.ca-target h2 {
font-size: clamp(26px, 3.5vw, 32px);
margin-bottom: 32px;
text-align: center;
}
.ca-target-content {
max-width: 700px;
margin: 0 auto;
}
.ca-target-intro {
font-size: 18px;
font-weight: 500;
margin-bottom: 20px;
color: var(--bw-primary);
}
.ca-target-list {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
}
.ca-target-list li {
position: relative;
padding-left: 28px;
margin-bottom: 14px;
font-size: 16px;
line-height: 1.6;
color: var(--bw-text-body);
}
.ca-target-list li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--bw-accent);
font-weight: 700;
}
.ca-target-note {
background: #FFFFFF;
border-left: 4px solid var(--bw-primary);
padding: 24px 28px;
border-radius: 0 8px 8px 0;
}
.ca-target-note p {
margin: 0 0 12px 0;
font-size: 15px;
line-height: 1.65;
color: var(--bw-text-body);
}
.ca-target-note p:last-child {
margin-bottom: 0;
color: var(--bw-primary);
} .ca-process {
padding: 100px 0;
background: #FFFFFF;
}
.ca-process-timeline {
max-width: 800px;
margin: 0 auto;
position: relative;
} .ca-process-timeline::before {
content: '';
position: absolute;
left: 24px;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(180deg, var(--bw-accent) 0%, var(--bw-border) 100%);
}
.ca-process-step {
display: flex;
gap: 32px;
margin-bottom: 40px;
position: relative;
}
.ca-process-step:last-child {
margin-bottom: 0;
}
.ca-step-marker {
flex-shrink: 0;
width: 50px;
height: 50px;
background: var(--bw-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
color: #FFFFFF;
position: relative;
z-index: 2;
font-family: 'Consolas', 'Monaco', monospace;
}
.ca-step-content {
flex: 1;
padding-top: 8px;
}
.ca-step-content h3 {
font-size: 20px;
margin-bottom: 8px;
}
.ca-step-duration {
display: inline-block;
font-size: 13px;
color: var(--bw-accent);
font-weight: 600;
margin-bottom: 16px;
background: rgba(25, 169, 230, 0.1);
padding: 4px 12px;
border-radius: 4px;
}
.ca-step-content ul {
list-style: none;
padding: 0;
margin: 0;
}
.ca-step-content li {
position: relative;
padding-left: 20px;
margin-bottom: 8px;
font-size: 15px;
line-height: 1.6;
color: var(--bw-text-body);
}
.ca-step-content li::before {
content: '→';
position: absolute;
left: 0;
color: var(--bw-accent);
} .ca-tech {
padding: 100px 0;
background: var(--bw-primary);
}
.ca-tech h2 {
color: #FFFFFF;
font-size: clamp(26px, 3.5vw, 32px);
margin-bottom: 16px;
text-align: center;
}
.ca-tech-intro {
color: rgba(255, 255, 255, 0.8);
font-size: 17px;
line-height: 1.65;
text-align: center;
margin-bottom: 48px;
}
.ca-tech-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 48px;
}
.ca-tech-item {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 10px;
padding: 24px;
text-align: center;
}
.ca-tech-label {
display: block;
font-size: 11px;
font-weight: 600;
color: var(--bw-accent);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
font-family: 'Consolas', 'Monaco', monospace;
}
.ca-tech-item p {
margin: 0;
font-size: 15px;
color: #FFFFFF;
font-weight: 500;
}
.ca-tech-principles {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 12px;
padding: 32px;
}
.ca-tech-principles h4 {
color: #FFFFFF;
font-size: 16px;
margin-bottom: 20px;
}
.ca-tech-principles .ca-check-list li {
color: rgba(255, 255, 255, 0.85);
}
.ca-tech-principles .ca-check-list li::before {
color: var(--bw-accent);
} .ca-final-cta {
padding: 100px 0;
background: var(--bw-bg-light);
}
.ca-cta-box {
text-align: center;
}
.ca-cta-box h2 {
font-size: clamp(26px, 3.5vw, 32px);
margin-bottom: 32px;
}
.ca-cta-content {
background: #FFFFFF;
border: 1px solid var(--bw-border);
border-radius: 16px;
padding: 36px 40px;
margin-bottom: 32px;
text-align: left;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 32px;
}
.ca-cta-content h3 {
font-size: 20px;
margin-bottom: 12px;
}
.ca-cta-content p {
font-size: 15px;
color: var(--bw-text-body);
margin-bottom: 16px;
}
.ca-cta-content ul {
list-style: none;
padding: 0;
margin: 0;
}
.ca-cta-content li {
position: relative;
padding-left: 24px;
margin-bottom: 10px;
font-size: 15px;
line-height: 1.55;
color: var(--bw-text-body);
}
.ca-cta-content li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--bw-accent);
font-weight: 700;
}
.ca-cta-content li:last-child {
margin-bottom: 0;
}
.ca-final-cta .cta {
background: var(--bw-primary);
border-color: var(--bw-primary);
}
.ca-final-cta .cta:hover {
background: var(--bw-accent);
border-color: var(--bw-accent);
}  @media (max-width: 1024px) {
.ca-definition-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.ca-tech-grid {
grid-template-columns: repeat(2, 1fr);
}
.ca-service-block {
padding: 36px;
}
} @media (max-width: 768px) {
.ca-hero {
padding: 80px 0 100px;
}
.ca-hero h1 {
font-size: 28px;
}
.ca-hero::before {
display: none;
}
.ca-problem,
.ca-definition,
.ca-services,
.ca-target,
.ca-process,
.ca-tech,
.ca-final-cta {
padding: 80px 0;
}
.ca-service-block {
padding: 28px;
}
.ca-service-header {
flex-direction: column;
gap: 16px;
}
.ca-before-after {
grid-template-columns: 1fr;
gap: 16px;
}
.ca-tech-grid {
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.ca-process-timeline::before {
left: 20px;
}
.ca-step-marker {
width: 42px;
height: 42px;
font-size: 16px;
}
.ca-process-step {
gap: 24px;
}
.ca-cta-content {
padding: 28px;
}
} @media (max-width: 480px) {
.ca-hero h1 {
font-size: 24px;
}
.ca-section-header h2,
.ca-target h2,
.ca-tech h2,
.ca-cta-box h2 {
font-size: 24px;
}
.ca-service-title h3 {
font-size: 18px;
}
.ca-service-block {
padding: 24px 20px;
}
.ca-tech-grid {
grid-template-columns: 1fr;
}
.ca-tech-item {
padding: 20px;
}
}