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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ad-disclosure {
    background-color: #f5f5f5;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.header-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    position: relative;
    z-index: 100;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.logo a {
    color: inherit;
}

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

.nav-floating a {
    font-size: 15px;
    transition: opacity 0.3s;
}

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

.hero-visual-dominant {
    position: relative;
    width: 100%;
    min-height: 85vh;
    overflow: hidden;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    color: #ffffff;
    text-align: center;
    padding: 40px;
}

.hero-title-large {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.4);
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    max-width: 600px;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}

.story-intro {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

.intro-text {
    font-size: 22px;
    line-height: 1.8;
    color: #2a2a2a;
}

.image-text-overlay {
    position: relative;
    width: 100%;
    padding: 100px 0;
}

.overlay-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.overlay-container img {
    width: 100%;
    opacity: 0.85;
}

.overlay-content-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 500px;
    background: rgba(255,255,255,0.95);
    padding: 40px;
    backdrop-filter: blur(10px);
}

.overlay-content-box h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.overlay-content-box p {
    font-size: 17px;
    line-height: 1.7;
}

.benefits-visual {
    padding: 80px 40px;
}

.split-visual-content {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    align-items: stretch;
}

.visual-side {
    flex: 1;
    overflow: hidden;
}

.visual-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-side {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-side h2 {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.2;
}

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

.benefit-list li {
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
}

.benefit-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #2a2a3e;
}

.cta-inline {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2a2a3e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-inline:hover {
    background-color: #1a1a2e;
}

.testimonial-embedded {
    padding: 100px 40px;
    background-color: #f8f8f8;
}

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

.testimonial-quote {
    font-size: 26px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #2a2a2a;
}

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

.insight-section {
    padding: 0;
}

.insight-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}

.insight-visual {
    flex: 1.2;
    overflow: hidden;
}

.insight-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insight-text h2 {
    font-size: 38px;
    margin-bottom: 24px;
}

.insight-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.services-reveal {
    padding: 120px 40px;
    background-color: #fafafa;
}

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

.services-header h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.services-header p {
    font-size: 19px;
    color: #555;
}

.services-grid-visual {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

.service-card-visual {
    width: calc(33.333% - 30px);
    min-width: 320px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-info {
    padding: 30px;
}

.service-info h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.service-info p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2a2a3e;
    margin: 20px 0;
}

.select-service-btn {
    width: 100%;
    padding: 12px 24px;
    background-color: #2a2a3e;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #1a1a2e;
}

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

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

.form-container-overlay h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #2a2a2a;
}

.visual-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: #2a2a2a;
}

.form-group input,
.form-group select {
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

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

.selected-service-display {
    background-color: #f0f4ff;
    padding: 20px;
    border-radius: 6px;
    margin: 10px 0;
}

.selected-service-display p {
    font-size: 15px;
    margin-bottom: 6px;
}

.submit-cta {
    padding: 16px 32px;
    background-color: #2a2a3e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}

.submit-cta:hover {
    background-color: #1a1a2e;
}

.trust-elements {
    padding: 80px 40px;
    background-color: #f8f8f8;
}

.trust-grid {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.trust-item {
    flex: 1;
    text-align: center;
}

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

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

.footer-visual {
    background-color: #1a1a2e;
    color: #ffffff;
    padding: 80px 40px 40px;
}

.footer-content {
    display: flex;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto 60px;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-section p,
.footer-section a {
    font-size: 15px;
    line-height: 1.8;
    color: #cccccc;
}

.footer-section a {
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s;
}

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

.reference-item {
    font-size: 13px;
    margin-bottom: 10px;
}

.reference-item a {
    color: #8899ff;
}

.reference-item a:hover {
    color: #aabbff;
}

.disclaimer {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #cccccc;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a3e;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -4px 12px 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: 30px;
}

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

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

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cookie-btn:hover {
    opacity: 0.8;
}

.cookie-btn.accept {
    background-color: #4CAF50;
    color: #ffffff;
}

.cookie-btn.reject {
    background-color: #f44336;
    color: #ffffff;
}

.page-hero-visual {
    position: relative;
    width: 100%;
}

.page-hero-visual .hero-image-container {
    height: 50vh;
}

.page-hero-visual .hero-title-large {
    font-size: 56px;
}

.about-story {
    padding: 80px 40px;
}

.about-story h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.about-story p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.visual-split-about {
    padding: 0;
}

.split-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}

.about-image {
    flex: 1;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.values-visual {
    padding: 100px 40px;
    background-color: #fafafa;
}

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

.values-container h2 {
    font-size: 44px;
    margin-bottom: 60px;
    text-align: center;
}

.values-grid {
    display: flex;
    gap: 60px;
}

.value-item {
    flex: 1;
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

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

.team-approach {
    padding: 80px 40px;
}

.team-approach h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.team-approach p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.cta-about {
    padding: 100px 40px;
    background-color: #2a2a3e;
    text-align: center;
}

.cta-box h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #2a2a3e;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    transition: transform 0.3s;
}

.cta-button:hover {
    transform: scale(1.05);
}

.services-intro {
    padding: 60px 40px;
    background-color: #ffffff;
}

.services-intro p {
    font-size: 19px;
    line-height: 1.8;
    color: #2a2a2a;
}

.catalog-full {
    padding: 40px;
}

.catalog-container {
    max-width: 1400px;
    margin: 0 auto;
}

.catalog-item {
    display: flex;
    margin-bottom: 80px;
    gap: 60px;
    align-items: center;
}

.catalog-item.reverse {
    flex-direction: row-reverse;
}

.catalog-visual {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

.catalog-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-details {
    flex: 1;
}

.catalog-details h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.catalog-details p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    margin: 30px 0;
}

.feature-list li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.feature-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #2a2a3e;
}

.catalog-price {
    font-size: 32px;
    font-weight: 700;
    color: #2a2a3e;
    margin: 20px 0;
}

.contact-info-visual {
    padding: 80px 40px;
}

.contact-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 60px;
}

.contact-block {
    flex: 1;
}

.contact-block h2 {
    font-size: 42px;
    margin-bottom: 40px;
}

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

.detail-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

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

.contact-visual-side {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

.contact-visual-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-message {
    padding: 80px 40px;
    background-color: #fafafa;
}

.contact-message h2 {
    font-size: 36px;
    margin-bottom: 24px;
}

.contact-message p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.thanks-hero {
    padding: 120px 40px;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 700px;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #4CAF50;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.thanks-container h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 20px;
    color: #555;
    margin-bottom: 50px;
}

.thanks-details {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.thanks-details h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.thanks-details p {
    font-size: 17px;
    margin-bottom: 8px;
}

.thanks-next-steps {
    margin-bottom: 50px;
    text-align: left;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.steps-list {
    list-style: none;
    counter-reset: step-counter;
}

.steps-list li {
    font-size: 17px;
    margin-bottom: 16px;
    padding-left: 40px;
    position: relative;
    counter-increment: step-counter;
}

.steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: #2a2a3e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.button-primary {
    padding: 14px 32px;
    background-color: #2a2a3e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.button-primary:hover {
    background-color: #1a1a2e;
}

.button-secondary {
    padding: 14px 32px;
    background-color: #ffffff;
    color: #2a2a3e;
    border: 2px solid #2a2a3e;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.button-secondary:hover {
    background-color: #f5f5f5;
}

.legal-page {
    padding: 80px 40px;
}

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

.legal-container h1 {
    font-size: 44px;
    margin-bottom: 20px;
}

.legal-date {
    font-size: 15px;
    color: #666;
    margin-bottom: 50px;
}

.legal-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-container ul {
    margin: 20px 0 20px 30px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-container a {
    color: #667eea;
    text-decoration: underline;
}

.legal-container a:hover {
    color: #5568d3;
}

@media (max-width: 1024px) {
    .hero-title-large {
        font-size: 52px;
    }

    .split-visual-content,
    .insight-container,
    .split-container,
    .catalog-item,
    .contact-container {
        flex-direction: column;
    }

    .service-card-visual {
        width: calc(50% - 20px);
    }

    .trust-grid,
    .values-grid {
        flex-direction: column;
        gap: 40px;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-section {
        flex: 1 1 45%;
    }
}

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

    .nav-floating {
        gap: 20px;
        font-size: 14px;
    }

    .hero-title-large {
        font-size: 38px;
    }

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

    .content-side,
    .about-content,
    .insight-text {
        padding: 40px 30px;
    }

    .service-card-visual {
        width: 100%;
    }

    .form-container-overlay {
        padding: 40px 30px;
    }

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

    .catalog-item {
        gap: 30px;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }
}