* {
    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.7;
    color: #2c3e50;
    background: #ffffff;
}

.ad-disclosure {
    background: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #e9ecef;
}

.main-nav {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-menu a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-menu a:hover {
    color: #3498db;
}

.hero-section {
    display: flex;
    min-height: 85vh;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.hero-content {
    flex: 1;
    padding: 60px 80px;
    z-index: 2;
    color: #ffffff;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-content p {
    font-size: 22px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.hero-image {
    flex: 1;
    position: relative;
    height: 85vh;
    background-color: #4a5568;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.cta-button {
    display: inline-block;
    background: #ffffff;
    color: #667eea;
    padding: 18px 42px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.2);
}

.story-section {
    padding: 100px 24px;
    background: #f8f9fa;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
}

.story-section h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a202c;
}

.story-section p {
    font-size: 19px;
    margin-bottom: 28px;
    color: #4a5568;
}

.story-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 40px 0;
    object-fit: cover;
    background-color: #e2e8f0;
}

.insight-section {
    padding: 100px 24px;
    background: #ffffff;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a202c;
}

.insight-text p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #4a5568;
}

.insight-list {
    list-style: none;
    margin-top: 32px;
}

.insight-list li {
    padding: 16px 0;
    font-size: 17px;
    color: #2d3748;
    border-left: 4px solid #667eea;
    padding-left: 20px;
    margin-bottom: 20px;
}

.insight-list strong {
    color: #1a202c;
}

.insight-list a {
    color: #667eea;
    text-decoration: none;
}

.insight-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.product-reveal {
    padding: 100px 24px;
    background: linear-gradient(to bottom, #f7fafc 0%, #edf2f7 100%);
}

.product-reveal h2 {
    font-size: 42px;
    margin-bottom: 24px;
    text-align: center;
}

.product-reveal > .narrow-content > p {
    text-align: center;
    font-size: 19px;
    margin-bottom: 60px;
    color: #4a5568;
}

.feature-grid {
    display: flex;
    gap: 32px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.feature-card {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.feature-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #cbd5e0;
}

.feature-card h3 {
    font-size: 22px;
    margin: 24px 24px 16px;
    color: #1a202c;
}

.feature-card p {
    font-size: 16px;
    color: #4a5568;
    margin: 0 24px 24px;
}

.testimonials-section {
    padding: 100px 24px;
    background: #2d3748;
    color: #ffffff;
}

.testimonials-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
}

.testimonial {
    background: rgba(255,255,255,0.1);
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 32px;
    border-left: 4px solid #667eea;
}

.testimonial p {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-author {
    display: block;
    font-size: 15px;
    color: #a0aec0;
}

.services-preview {
    padding: 100px 24px;
    background: #ffffff;
}

.services-preview h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 16px;
}

.section-intro {
    text-align: center;
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 60px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1;
    min-width: 320px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #cbd5e0;
}

.service-card h3 {
    font-size: 22px;
    margin: 24px 24px 16px;
    color: #1a202c;
}

.service-card p {
    font-size: 16px;
    color: #4a5568;
    margin: 0 24px 20px;
}

.price-reveal {
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
    margin: 0 24px 20px;
}

.select-service {
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 14px 28px;
    background: #667eea;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.select-service:hover {
    background: #5568d3;
}

.form-section {
    padding: 100px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.2);
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a202c;
}

.form-container > p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 36px;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.submit-button {
    padding: 16px 32px;
    background: #667eea;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 12px;
}

.submit-button:hover {
    background: #5568d3;
}

.trust-section {
    padding: 80px 24px;
    background: #f8f9fa;
}

.trust-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.trust-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-item {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.trust-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a202c;
}

.trust-item p {
    font-size: 16px;
    color: #4a5568;
}

.references-section {
    padding: 60px 24px;
    background: #ffffff;
}

.references-section h3 {
    font-size: 22px;
    margin-bottom: 24px;
    color: #1a202c;
}

.references-list {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.8;
}

.references-list a {
    color: #667eea;
    text-decoration: none;
}

.disclaimer-section {
    padding: 60px 24px;
    background: #fef5e7;
    border-top: 2px solid #f39c12;
    border-bottom: 2px solid #f39c12;
}

.disclaimer {
    font-size: 14px;
    color: #7f6a3e;
    line-height: 1.8;
    text-align: center;
}

.main-footer {
    background: #1a202c;
    color: #a0aec0;
    padding: 60px 24px 24px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

.footer-column h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column a {
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid #2d3748;
    text-align: center;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3748;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
    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;
    gap: 32px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
}

.cookie-content a {
    color: #90cdf4;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.cookie-accept {
    background: #667eea;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #5568d3;
}

.cookie-reject {
    background: #4a5568;
    color: #ffffff;
}

.cookie-reject:hover {
    background: #2d3748;
}

.page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 80px 24px;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 20px;
    opacity: 0.95;
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 24px;
}

.page-content h2 {
    font-size: 32px;
    margin: 48px 0 24px;
    color: #1a202c;
}

.page-content h3 {
    font-size: 24px;
    margin: 32px 0 16px;
    color: #2d3748;
}

.page-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.8;
}

.page-content ul,
.page-content ol {
    margin: 20px 0 20px 32px;
    font-size: 17px;
    color: #4a5568;
    line-height: 1.8;
}

.page-content li {
    margin-bottom: 12px;
}

.contact-info {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 8px;
    margin: 32px 0;
}

.contact-info h3 {
    margin-top: 0;
}

.contact-info p {
    margin-bottom: 12px;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 24px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 24px;
}

.thanks-container p {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.thanks-container .selected-service {
    background: #f7fafc;
    padding: 24px;
    border-radius: 8px;
    margin: 32px 0;
    font-size: 18px;
    color: #2d3748;
}

.thanks-container .back-link {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 32px;
    background: #667eea;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.2s;
}

.thanks-container .back-link:hover {
    background: #5568d3;
}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content {
        padding: 40px 24px;
    }

    .hero-image {
        height: 50vh;
    }

    .content-wrapper {
        flex-direction: column;
    }

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

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

    .nav-menu {
        gap: 16px;
        flex-wrap: wrap;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}
