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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #fefefe;
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

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

.header-minimal {
    padding: 32px 0;
    border-bottom: 1px solid #e8e8e8;
}

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

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nav-minimal {
    display: flex;
    gap: 32px;
}

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

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

.ad-notice {
    font-size: 11px;
    color: #666;
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 3px;
}

.hero-minimal {
    padding: 120px 0 60px;
}

.hero-title {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 22px;
    color: #444;
    font-weight: 300;
    line-height: 1.5;
}

.hero-visual {
    margin-top: 80px;
    background: #f5f5f5;
}

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

.intro-space {
    padding: 120px 0;
}

.text-large {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
}

.text-medium {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
    vertical-align: super;
}

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

.content-block-left {
    padding: 80px 0;
    background: #f9f9f9;
}

.split-layout {
    display: flex;
    gap: 60px;
    align-items: center;
}

.content-side {
    flex: 1;
}

.visual-side {
    flex: 1;
    background: #e8e8e8;
}

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

.content-side h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.2;
}

.content-side p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
}

.quote-section {
    padding: 120px 0;
}

.large-quote {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #222;
    border: none;
}

.large-quote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 24px;
    color: #666;
}

.insight-block {
    padding: 80px 0;
}

.insight-block h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 32px;
}

.insight-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.visual-grid {
    padding: 100px 0;
    background: #fafafa;
}

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

.grid-card {
    flex: 1;
    background: #fff;
}

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

.grid-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 24px 20px 12px;
}

.grid-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0 20px 24px;
}

.testimonial-minimal {
    padding: 100px 0;
}

.testimonial-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    font-style: italic;
    color: #222;
    margin-bottom: 20px;
}

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

.service-preview {
    padding: 80px 0;
    background: #f5f5f5;
}

.service-preview h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #444;
}

.cta-link-large {
    display: inline-block;
    font-size: 18px;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 4px;
    transition: opacity 0.2s;
}

.cta-link-large:hover {
    opacity: 0.6;
}

.form-section {
    padding: 100px 0;
}

.form-section h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 16px;
}

.form-section > div > p {
    font-size: 17px;
    margin-bottom: 48px;
    color: #555;
}

.main-form {
    max-width: 500px;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background: #fff;
    font-family: inherit;
}

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

.btn-submit {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.2s;
}

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

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

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

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

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

.footer-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

.references h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
}

.reference-list {
    list-style: none;
    counter-reset: ref-counter;
}

.reference-list li {
    counter-increment: ref-counter;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #aaa;
}

.reference-list li::before {
    content: "[" counter(ref-counter) "] ";
    color: #888;
}

.reference-list a {
    color: #aaa;
    text-decoration: none;
}

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

.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;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.2s;
}

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

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

.btn-accept:hover,
.btn-reject:hover {
    opacity: 0.8;
}

.page-hero {
    padding: 80px 0 60px;
}

.page-hero h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
}

.subtitle-large {
    font-size: 20px;
    color: #555;
    font-weight: 300;
}

.story-section {
    padding: 60px 0;
}

.story-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 40px;
}

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

.image-break {
    margin: 80px 0;
    background: #e8e8e8;
}

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

.mission-block {
    padding: 80px 0;
    background: #f9f9f9;
}

.mission-block h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 32px;
}

.mission-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.values-grid {
    padding: 80px 0;
}

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

.value-card {
    flex: 1;
    background: #f9f9f9;
    padding: 40px;
}

.value-card h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

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

.team-section {
    padding: 80px 0;
}

.team-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
}

.team-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.cta-minimal {
    padding: 100px 0;
    background: #f5f5f5;
    text-align: center;
}

.cta-text {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 32px;
}

.btn-cta {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 14px 40px;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.2s;
}

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

.services-layout {
    padding: 60px 0;
}

.service-item {
    margin-bottom: 100px;
}

.service-item .split-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.service-item.reverse .split-layout {
    flex-direction: row-reverse;
}

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

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

.service-content {
    flex: 1;
}

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

.service-content > p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #444;
}

.service-features {
    list-style: none;
    margin: 28px 0;
}

.service-features li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #555;
}

.service-features li::before {
    content: "·";
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #1a1a1a;
}

.service-price {
    font-size: 28px;
    font-weight: 500;
    margin: 28px 0 20px;
    color: #1a1a1a;
}

.btn-service {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 12px 32px;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.2s;
}

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

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

.guarantee-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
}

.guarantee-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.cta-form-section {
    padding: 100px 0;
}

.cta-form-section h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 16px;
}

.cta-form-section > div > p {
    font-size: 17px;
    margin-bottom: 48px;
    color: #555;
}

.contact-content {
    padding: 60px 0;
}

.contact-layout {
    display: flex;
    gap: 60px;
}

.contact-info {
    flex: 1;
}

.contact-visual {
    flex: 1;
    background: #e8e8e8;
}

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

.info-block {
    margin-bottom: 48px;
}

.info-block h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.info-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 12px;
}

.info-block .note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 12px;
}

.additional-info {
    padding: 80px 0;
    background: #f9f9f9;
}

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

.faq-item {
    margin-bottom: 32px;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

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

.thanks-section {
    padding: 100px 0;
}

.thanks-section h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
}

.thanks-content {
    margin: 48px 0;
}

.thanks-content > p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #444;
}

.next-steps {
    background: #f9f9f9;
    padding: 32px;
    margin: 40px 0;
}

.next-steps h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

.next-steps li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #444;
}

.service-info {
    font-size: 18px;
    font-weight: 500;
    margin: 24px 0;
    color: #1a1a1a;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.2s;
}

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

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    padding: 14px 32px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background: #1a1a1a;
    color: #fff;
}

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

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

.prepare-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.legal-content {
    padding: 80px 0;
}

.legal-content h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.legal-intro {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 48px;
    color: #555;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 48px 0 20px;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 32px 0 16px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #444;
}

.legal-content ul,
.legal-content ol {
    margin: 16px 0 24px 24px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #444;
}

.legal-date {
    font-size: 14px;
    color: #888;
    margin-top: 60px;
    font-style: italic;
}

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

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

    .split-layout,
    .contact-layout,
    .grid-three,
    .grid-two {
        flex-direction: column;
    }

    .service-item.reverse .split-layout {
        flex-direction: column;
    }

    .nav-minimal {
        gap: 20px;
    }

    .text-large {
        font-size: 22px;
    }

    .large-quote {
        font-size: 24px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
}