* {
    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: #1a1a1a;
    background: #fafafa;
}

.ad-disclosure {
    background: #2d2d2d;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 24px;
    display: flex;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #4a4a4a;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

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

.btn-accept {
    background: #1a1a1a;
    color: #ffffff;
}

.btn-accept:hover {
    background: #333333;
}

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

.btn-reject:hover {
    background: #f5f5f5;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    background: #ffffff;
}

.nav-brand {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 15px;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.hero-minimal {
    padding: 100px 60px 60px;
    background: #ffffff;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero-subtitle {
    font-size: 22px;
    color: #666666;
    font-weight: 300;
}

.hero-image {
    max-width: 1200px;
    margin: 0 auto;
    background: #e8e8e8;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.intro-space {
    padding: 120px 60px;
    background: #ffffff;
}

.intro-text {
    max-width: 700px;
    margin: 0 auto;
}

.intro-text p {
    font-size: 24px;
    line-height: 1.8;
    color: #2d2d2d;
    font-weight: 300;
}

.insight-block {
    padding: 100px 60px;
    background: #f5f5f5;
}

.insight-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.insight-content {
    flex: 1;
}

.insight-content h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

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

.insight-visual {
    flex: 1;
    background: #d8d8d8;
}

.insight-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.problem-space {
    padding: 120px 60px;
    background: #ffffff;
}

.problem-space h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -1px;
}

.problem-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.problem-card {
    flex: 1;
}

.problem-card h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.problem-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}

.solution-reveal {
    padding: 120px 60px;
    background: #1a1a1a;
    color: #ffffff;
}

.solution-container {
    max-width: 900px;
    margin: 0 auto;
}

.solution-container h2 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1.5px;
}

.solution-lead {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 60px;
    color: #e0e0e0;
}

.solution-image {
    margin: 60px 0;
    background: #2d2d2d;
}

.solution-image img {
    width: 100%;
    height: auto;
    display: block;
}

.solution-container p {
    font-size: 18px;
    line-height: 1.8;
    color: #cccccc;
}

.services-minimal {
    padding: 140px 60px;
    background: #ffffff;
}

.services-minimal h2 {
    font-size: 56px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 100px;
    letter-spacing: -1.5px;
}

.service-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.service-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 60px;
}

.service-item:last-child {
    border-bottom: none;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
}

.service-header h3 {
    font-size: 32px;
    font-weight: 400;
}

.service-price {
    font-size: 28px;
    font-weight: 300;
    color: #666666;
}

.service-item p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.service-item img {
    width: 100%;
    height: auto;
    display: block;
    background: #e8e8e8;
}

.testimonial-space {
    padding: 100px 60px;
    background: #f9f9f9;
}

.testimonial {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-text {
    font-size: 26px;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    color: #666666;
}

.cta-primary {
    padding: 120px 60px;
    background: #2d2d2d;
    color: #ffffff;
    text-align: center;
}

.cta-primary h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-primary p {
    font-size: 20px;
    margin-bottom: 50px;
    color: #cccccc;
}

.btn-cta {
    display: inline-block;
    padding: 18px 50px;
    background: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #f5f5f5;
}

.form-section {
    padding: 120px 60px;
    background: #ffffff;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -1px;
}

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

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background: #fafafa;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #1a1a1a;
    background: #ffffff;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-submit:hover {
    background: #333333;
}

.trust-element {
    padding: 80px 60px;
    background: #f5f5f5;
}

.trust-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.trust-content h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.trust-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
}

.footer-minimal {
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 60px 40px;
}

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

.footer-section h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-section p {
    font-size: 14px;
    color: #cccccc;
}

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

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

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px;
    background: #2d2d2d;
    border-left: 3px solid #666666;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333333;
}

.footer-bottom p {
    font-size: 13px;
    color: #999999;
}

.page-hero {
    padding: 80px 60px;
    background: #ffffff;
    text-align: center;
}

.page-hero h1 {
    font-size: 56px;
    font-weight: 300;
    letter-spacing: -1.5px;
}

.page-subtitle {
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
}

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

.about-block {
    margin-bottom: 80px;
}

.about-block h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.about-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.about-block img {
    width: 100%;
    height: auto;
    margin: 40px 0;
    background: #e8e8e8;
}

.services-detailed {
    padding: 80px 60px;
}

.service-detail {
    max-width: 1200px;
    margin: 0 auto 120px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.service-detail.reverse {
    flex-direction: row-reverse;
}

.service-detail.featured {
    background: #f5f5f5;
    padding: 60px;
    margin-bottom: 80px;
}

.service-visual {
    flex: 1;
    background: #e0e0e0;
}

.service-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.price-display {
    font-size: 32px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 30px;
}

.service-info p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
    margin-bottom: 40px;
}

.feature-list li {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #4a4a4a;
}

.feature-list li:last-child {
    border-bottom: none;
}

.btn-select {
    display: inline-block;
    padding: 14px 40px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-select:hover {
    background: #333333;
}

.comparison-note {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background: #f9f9f9;
    text-align: center;
}

.comparison-note h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.comparison-note p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 60px;
}

.contact-block {
    margin-bottom: 60px;
}

.contact-block h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.info-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.info-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-note {
    padding: 40px;
    background: #f5f5f5;
}

.contact-note p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.thanks-section {
    padding: 120px 60px;
    background: #ffffff;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.thanks-content h1 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1.5px;
}

.thanks-message {
    font-size: 20px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.service-confirmation {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 60px;
}

.next-steps {
    text-align: left;
    margin: 60px 0;
    padding: 40px;
    background: #f9f9f9;
}

.next-steps h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}

.next-steps ol {
    padding-left: 20px;
}

.next-steps li {
    font-size: 17px;
    line-height: 2;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.btn-return {
    display: inline-block;
    padding: 16px 40px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-return:hover {
    background: #333333;
}

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

.legal-section {
    margin-bottom: 50px;
}

.legal-section h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.legal-section h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 15px;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.legal-section ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-section li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.legal-section a {
    color: #1a1a1a;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #666666;
}

.legal-updated {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.legal-updated p {
    font-size: 14px;
    color: #999999;
    font-style: italic;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-minimal {
        padding: 60px 20px 40px;
    }

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

    .hero-subtitle {
        font-size: 18px;
    }

    .intro-space {
        padding: 60px 20px;
    }

    .intro-text p {
        font-size: 20px;
    }

    .insight-container {
        flex-direction: column;
        gap: 40px;
        padding: 60px 20px;
    }

    .problem-grid {
        flex-direction: column;
        gap: 40px;
    }

    .solution-reveal {
        padding: 80px 20px;
    }

    .services-minimal {
        padding: 80px 20px;
    }

    .service-detail {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 80px;
    }

    .service-detail.reverse {
        flex-direction: column;
    }

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

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