.home-particles-wrapper {
position: relative;
background: #0C3C60;
margin-top: 0px;
padding-top: 0px;
} .home-particles-canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
} @media (min-width: 769px) {
.home-page .bw-site-header {
background: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
} @media (max-width: 768px) {
.home-page .bw-site-header {
background: var(--bw-primary); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
} .home-page .hero-section {
position: relative;
z-index: 10; padding: 150px 0 120px 0;
background: transparent; } .home-page .hero-badge {
display: inline-block;
font-size: 12px;
font-weight: 600;
color: #19A9E6;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 20px;
background: rgba(25, 169, 230, 0.15);
padding: 8px 16px;
border-radius: 4px;
border: 1px solid rgba(25, 169, 230, 0.3);
}
.home-page .hero-content {
max-width: 700px;
} .home-page .hero-section h1 {
color: #FFFFFF;
font-size: clamp(32px, 5vw, 48px);
line-height: 1.15;
margin-bottom: 24px;
text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
} .home-page .hero-subline {
font-size: clamp(16px, 2vw, 20px);
color: rgba(255, 255, 255, 0.8);
line-height: 1.65;
margin-bottom: 36px;
max-width: 550px;
} .home-page .hero-buttons {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.home-page .hero-buttons .cta {
background: #19A9E6;
border-color: #19A9E6;
color: #FFFFFF;
}
.home-page .hero-buttons .cta:hover {
background: #0E8DBD;
border-color: #0E8DBD;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(25, 169, 230, 0.3);
}
.home-page .hero-buttons .cta.secondary {
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.5);
color: #FFFFFF;
}
.home-page .hero-buttons .cta.secondary:hover {
border-color: #FFFFFF;
background: rgba(255, 255, 255, 0.1);
} .trust-bar {
background-color: var(--bw-white);
padding: 40px 0;
border-bottom: 1px solid var(--bw-border);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
margin-top: -50px;
border-radius: 12px;
position: relative;
z-index: 20;
margin-left: auto;
margin-right: auto;
max-width: 1136px;
width: calc(100% - 40px);
}
.trust-item { 
text-align: center; 
}
.trust-number { 
display: block; 
font-size: clamp(24px, 3vw, 32px); 
font-weight: 800; 
color: var(--bw-accent); 
line-height: 1.2; 
}
.trust-label { 
font-size: 13px; 
color: var(--bw-text-body); 
text-transform: uppercase; 
letter-spacing: 0.5px; 
margin-top: 4px; 
display: block; 
} .home-reality {
padding: 100px 0;
background: var(--bw-bg-light);
}
.reality-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(12, 60, 96, 0.12);
} .reality-problem {
background: var(--bw-primary);
color: #FFFFFF;
padding: 60px 50px;
position: relative;
}
.reality-problem::after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(180deg, 
transparent 0%, 
var(--bw-accent) 50%, 
transparent 100%
);
}
.reality-label {
display: block;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: rgba(255, 255, 255, 0.6);
margin-bottom: 16px;
}
.reality-label--accent {
color: var(--bw-accent);
}
.reality-problem h2,
.reality-solution h2 {
font-size: clamp(24px, 3vw, 32px);
line-height: 1.25;
margin-bottom: 32px;
}
.reality-problem h2 {
color: #FFFFFF;
}
.problem-points {
display: flex;
flex-direction: column;
gap: 24px;
margin-top: 40px;
}
.problem-point {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 20px;
background: rgba(255, 255, 255, 0.08);
border-radius: 12px;
border-left: 3px solid var(--bw-accent);
transition: all 0.3s ease;
}
.problem-point:hover {
background: rgba(255, 255, 255, 0.12);
transform: translateX(8px);
}
.problem-icon {
font-size: 28px;
flex-shrink: 0;
line-height: 1;
}
.problem-point p {
color: rgba(255, 255, 255, 0.9);
line-height: 1.6;
margin: 0;
font-size: 15px;
} .reality-solution {
background: #FFFFFF;
padding: 60px 50px;
display: flex;
flex-direction: column;
}
.reality-solution h2 {
color: var(--bw-primary);
}
.solution-statement {
font-size: 17px;
line-height: 1.7;
color: var(--bw-text-body);
margin-bottom: 36px;
font-weight: 500;
}
.solution-benefits {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 40px;
}
.benefit-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid var(--bw-border);
}
.benefit-item:last-child {
border-bottom: none;
}
.benefit-check {
color: #1E9E6A;
font-size: 20px;
font-weight: bold;
flex-shrink: 0;
}
.benefit-item span:last-child {
color: var(--bw-primary);
font-size: 15px;
line-height: 1.5;
font-weight: 500;
}
.solution-cta {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--bw-accent);
font-weight: 600;
font-size: 16px;
text-decoration: none;
margin-top: auto;
padding-top: 20px;
transition: all 0.2s ease;
}
.solution-cta:hover {
color: var(--bw-primary);
gap: 12px;
} @media (max-width: 1024px) {
.reality-split { 
grid-template-columns: 1fr; 
gap: 0; 
}
.reality-problem::after {
display: none;
}
.reality-problem,
.reality-solution {
padding: 40px 32px;
}
}
@media (max-width: 768px) {
.home-reality {
padding: 60px 0;
}
.reality-problem,
.reality-solution {
padding: 40px 24px;
}
.problem-points {
gap: 16px;
}
.problem-point {
padding: 16px;
}
} .home-page .trust-bar + .home-reality,
.home-page .trust-bar + .section-light {
margin-top: 80px;
} .home-services {
padding: 100px 0;
}
.service-split-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
}
.service-card {
display: block;
background: #fff;
border: 1px solid var(--bw-border);
border-radius: 16px;
padding: 40px;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 40px rgba(12, 60, 96, 0.1);
border-color: var(--bw-accent);
}
.card-icon { 
font-size: 40px; 
margin-bottom: 24px; 
}
.service-card h3 { 
font-size: 24px; 
margin-bottom: 8px; 
color: var(--bw-primary); 
}
.service-card .sub-h { 
font-size: 14px; 
text-transform: uppercase; 
color: var(--bw-accent); 
font-weight: 600; 
margin-bottom: 20px; 
letter-spacing: 0.5px; 
}
.service-card p { 
color: var(--bw-text-body); 
margin-bottom: 24px; 
}
.check-list { 
list-style: none; 
padding: 0; 
margin: 0 0 32px 0; 
}
.check-list li { 
position: relative; 
padding-left: 24px; 
margin-bottom: 10px; 
color: var(--bw-primary); 
font-size: 15px; 
}
.check-list li::before { 
content: '•'; 
color: var(--bw-accent); 
position: absolute; 
left: 0; 
font-size: 20px; 
line-height: 1; 
top: -2px; 
}
.link-arrow { 
font-weight: 600; 
color: var(--bw-accent); 
display: flex; 
align-items: center; 
gap: 8px; 
} .home-product-teaser { 
padding: 80px 0; 
}
.product-teaser-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
padding: 60px;
background: var(--bw-primary);
color: #fff;
border-radius: 24px;
position: relative;
overflow: hidden;
} .product-teaser-wrapper::before {
content: ''; 
position: absolute; 
top: -50%; 
right: -20%; 
width: 600px; 
height: 600px;
background: radial-gradient(circle, rgba(25, 169, 230, 0.1) 0%, transparent 70%);
}
.teaser-content h2 { 
color: #fff; 
font-size: 32px; 
margin-bottom: 16px; 
}
.teaser-content p { 
color: rgba(255, 255, 255, 0.8); 
font-size: 18px; 
margin-bottom: 32px; 
}
.teaser-meta { 
display: flex; 
gap: 24px; 
margin-bottom: 32px; 
font-size: 14px; 
font-weight: 500; 
}
.cta.secondary-white {
border: 2px solid #fff;
color: #fff;
background: transparent;
}
.cta.secondary-white:hover { 
background: #fff; 
color: var(--bw-primary); 
}
.mockup-placeholder {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: rgba(255, 255, 255, 0.5);
} .home-about { 
padding: 120px 0; 
}
.about-grid { 
display: grid; 
grid-template-columns: auto 1fr; 
gap: 90px; 
align-items: center; 
}
.about-portrait-frame {
width: 100%;
max-width: 320px; aspect-ratio: 4 / 5; background: #e0e0e0;
border-radius: 16px;
position: relative;
margin: 0; overflow: hidden; } .about-portrait-frame::after {
content: ''; 
position: absolute; border: 2px solid var(--bw-accent);
z-index: -1;
border-radius: 16px;
}
.label-accent { 
color: var(--bw-accent); 
font-weight: 700; 
text-transform: uppercase; 
font-size: 12px; 
margin-bottom: 16px; 
display: block; 
letter-spacing: 1px;
}
.text-link { 
color: var(--bw-primary); 
font-weight: 700; 
text-decoration: none; 
border-bottom: 2px solid var(--bw-accent); 
padding-bottom: 2px; 
}
.text-link:hover { 
color: var(--bw-accent); 
} .home-cta { 
padding: 100px 0; 
}
.cta-options { 
display: flex; 
justify-content: center; 
align-items: center; 
gap: 40px; 
margin-top: 40px; 
}
.cta-option h3 { 
font-size: 18px; 
margin-bottom: 4px; 
}
.cta-option p { 
font-size: 14px; 
color: var(--bw-text-body); 
margin-bottom: 16px; 
}
.cta-divider { 
font-weight: 600; color: var(--bw-text-body);
font-size: 14px; 
text-transform: uppercase; 
} .text-center { 
text-align: center; 
}
.lead-text {
font-size: clamp(16px, 2vw, 18px);
color: var(--bw-text-body);
line-height: 1.7;
max-width: 650px;
margin-left: auto;
margin-right: auto;
} @media (max-width: 1024px) {
.service-split-grid, 
.about-grid, 
.product-teaser-wrapper { 
grid-template-columns: 1fr; 
gap: 40px; 
}
.product-teaser-wrapper { 
padding: 32px; 
}
}
@media (max-width: 900px) {
.cta-options { 
flex-direction: column; 
gap: 32px; 
}
}
@media (max-width: 768px) { .home-particles-wrapper {
margin-top: -70px;
padding-top: 70px;
}
.home-page .hero-section {
padding: 100px 0 80px 0;
}
.home-page .hero-buttons {
flex-direction: column;
}
.home-page .hero-buttons .cta {
width: 100%;
justify-content: center;
}
.trust-bar {
margin-top: -30px;
width: calc(100% - 32px);
padding: 32px 20px;
}
} @media (max-width: 768px) { .home-page .hero-section h1 {
text-shadow: none !important;
} .product-teaser-wrapper,
.reality-split,
.trust-bar,
.home-page .bw-site-header {
box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; } .problem-point:hover,
.service-card:hover,
.home-page .hero-buttons .cta:hover {
transform: none !important;
box-shadow: none !important;
}  #particles-home {
display: none !important;
}
}