* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

.cookie-content a {
    color: #4a9eff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #4a9eff;
    color: #fff;
}

.btn-accept:hover {
    background: #3a8eef;
}

.btn-reject {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #4a9eff;
}

.ad-label {
    font-size: 12px;
    color: #888;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hero-story {
    height: 600px;
    background-image: url('https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=1400&q=80');
    background-size: cover;
    background-position: center;
    background-color: #2c3e50;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    text-align: center;
    color: #fff;
    max-width: 700px;
    padding: 0 20px;
}

.hero-text h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text p {
    font-size: 20px;
    line-height: 1.5;
}

.story-section {
    padding: 80px 0;
    background: #fafafa;
}

.story-container {
    max-width: 800px;
    margin: 0 auto;
}

.story-intro {
    margin-bottom: 60px;
}

.story-intro h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #2c3e50;
}

.story-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.story-image-block {
    margin: 60px 0;
    background-color: #e0e0e0;
}

.story-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.story-text {
    margin: 60px 0;
}

.story-text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}

.story-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.reference {
    color: #4a9eff;
    text-decoration: none;
    font-weight: 500;
}

.reference:hover {
    text-decoration: underline;
}

.story-insight {
    margin: 60px 0;
}

.insight-card {
    background: #fff;
    padding: 40px;
    border-left: 4px solid #4a9eff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.insight-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.insight-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.story-split {
    display: flex;
    gap: 40px;
    margin: 60px 0;
    align-items: center;
}

.split-left {
    flex: 1;
    background-color: #e0e0e0;
}

.split-left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.split-right {
    flex: 1;
}

.split-right h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}

.split-right p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.testimonial-inline {
    margin: 60px 0;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-inline blockquote {
    border: none;
}

.testimonial-inline p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
}

.testimonial-inline cite {
    font-size: 16px;
    font-style: normal;
    color: #888;
}

.benefits-reveal {
    margin: 80px 0;
}

.benefits-reveal h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #2c3e50;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.benefit-item {
    flex: 1 1 calc(50% - 15px);
    min-width: 250px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.benefit-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.cta-section {
    margin: 80px 0 0 0;
    text-align: center;
    background: #4a9eff;
    padding: 60px 40px;
    border-radius: 8px;
    color: #fff;
}

.cta-section h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background: #fff;
    color: #4a9eff;
    padding: 16px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.products-section {
    padding: 80px 0;
    background: #fff;
}

.products-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.products-flow {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.product-card {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.product-card:nth-child(even) {
    flex-direction: row-reverse;
}

.product-image {
    flex: 1;
    background-color: #e0e0e0;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.product-info {
    flex: 1;
    padding: 20px 0;
}

.product-info h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.product-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #4a9eff;
    margin-bottom: 24px;
}

.select-service {
    background: #4a9eff;
    color: #fff;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-service:hover {
    background: #3a8eef;
    transform: translateY(-2px);
}

.form-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.form-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2c3e50;
}

.form-wrapper p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4a9eff;
}

.btn-submit {
    width: 100%;
    background: #4a9eff;
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #3a8eef;
}

.disclaimer-section {
    padding: 60px 0;
    background: #fff;
}

.disclaimer-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.disclaimer-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.disclaimer-box p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.footer {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #bbb;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #fff;
}

.references-list {
    font-size: 12px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 14px;
    color: #bbb;
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 36px;
    }

    .story-split {
        flex-direction: column;
    }

    .product-card {
        flex-direction: column;
    }

    .product-card:nth-child(even) {
        flex-direction: column;
    }

    .nav {
        flex-direction: column;
        gap: 10px;
    }

    .header-content {
        flex-direction: column;
        gap: 20px;
    }

    .benefits-grid {
        flex-direction: column;
    }

    .benefit-item {
        flex: 1 1 100%;
    }
}