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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 1.5rem;
    z-index: 9999;
    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: 1rem;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept, .btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

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

.btn-accept:hover {
    background: #357abd;
}

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

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

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

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
}

.main-nav {
    display: flex;
    gap: 2rem;
    align-items: center;
}

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

.main-nav a:hover {
    color: #4a90e2;
}

.ad-notice {
    font-size: 0.75rem;
    color: #888;
    border-left: 1px solid #ddd;
    padding-left: 2rem;
}

.hero-offset {
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 3rem 2rem;
    overflow: hidden;
}

.hero-text-block {
    max-width: 600px;
    position: relative;
    z-index: 10;
    margin-left: 5%;
    margin-top: -8%;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-text-block p {
    font-size: 1.35rem;
    color: #555;
    font-weight: 300;
}

.hero-image-overlap {
    position: absolute;
    right: -5%;
    top: 10%;
    width: 65%;
    z-index: 1;
    background: #e8e8e8;
}

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

.story-intro {
    padding: 6rem 2rem;
    background: #fff;
}

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

.story-left {
    flex: 1.2;
}

.story-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.story-left p {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.story-right {
    flex: 1;
    background: #f5f5f5;
}

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

.insight-block {
    padding: 5rem 2rem;
    background: #2c2c2c;
    color: #fff;
}

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

.insight-content h2 {
    font-size: 2.75rem;
    margin-bottom: 2rem;
}

.insight-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.insight-highlight {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-left: 4px solid #4a90e2;
    margin-top: 2.5rem;
}

.insight-highlight p {
    font-size: 1.05rem;
    text-align: left;
}

.insight-highlight a {
    color: #4a90e2;
    text-decoration: none;
}

.insight-highlight a:hover {
    text-decoration: underline;
}

.approach-asymmetric {
    padding: 5rem 2rem;
    display: flex;
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}

.approach-visual {
    flex: 1;
    margin-left: -10%;
    background: #e8e8e8;
}

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

.approach-text {
    flex: 1.3;
    padding-left: 2rem;
}

.approach-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.approach-text p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: #4a4a4a;
}

.benefits-list {
    list-style: none;
    margin-bottom: 2.5rem;
}

.benefits-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.05rem;
    color: #2c2c2c;
}

.benefits-list li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-weight: bold;
}

.cta-inline {
    background: #4a90e2;
    color: #fff;
    padding: 1rem 2.5rem;
    border: none;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-inline:hover {
    background: #357abd;
    transform: translateY(-2px);
}

.testimonials-scattered {
    padding: 6rem 2rem;
    background: #f9f9f9;
}

.testimonials-scattered h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.testimonial-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.testimonial-card {
    background: #fff;
    padding: 2rem;
    border-left: 4px solid #4a90e2;
    flex: 1;
    min-width: 280px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.card-offset-1 {
    margin-top: 2rem;
}

.card-offset-2 {
    margin-top: -1rem;
}

.card-offset-3 {
    margin-top: 3rem;
}

.testimonial-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c2c2c;
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial-card .author {
    font-size: 0.9rem;
    color: #888;
    font-weight: 600;
}

.services-reveal {
    padding: 6rem 2rem;
    background: #fff;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
}

.services-intro h2 {
    font-size: 2.75rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-intro p {
    font-size: 1.15rem;
    color: #555;
}

.services-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.service-card {
    background: #fafafa;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-left {
    flex: 1 1 calc(50% - 1.25rem);
    margin-top: 2rem;
}

.service-right {
    flex: 1 1 calc(50% - 1.25rem);
    margin-top: -2rem;
}

.service-center {
    flex: 1 1 calc(50% - 1.25rem);
    margin-top: 1rem;
}

.service-offset {
    flex: 1 1 calc(50% - 1.25rem);
    margin-top: -1.5rem;
}

.service-bottom {
    flex: 1 1 100%;
    max-width: 600px;
    margin: 2rem auto 0;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.service-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 1.5rem 1.5rem;
}

.service-card .price {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #4a90e2;
    margin: 1rem 1.5rem 1.5rem;
}

.form-section {
    padding: 6rem 2rem;
    background: #2c2c2c;
}

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

.form-intro {
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}

.form-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.form-intro p {
    font-size: 1.1rem;
    color: #ccc;
}

.contact-form {
    background: #fff;
    padding: 3rem;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #e0e0e0;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    background: #4a90e2;
    color: #fff;
    padding: 1.1rem;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #357abd;
}

.trust-elements {
    padding: 5rem 2rem;
    background: #f5f5f5;
}

.trust-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

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

.trust-item h3 {
    font-size: 2rem;
    color: #4a90e2;
    margin-bottom: 0.75rem;
}

.trust-item p {
    font-size: 1.05rem;
    color: #555;
}

.main-footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 3rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 2rem;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

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

.footer-column h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-column a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

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

.reference-item {
    font-size: 0.85rem;
    line-height: 1.6;
}

.reference-item a {
    display: inline;
    color: #4a90e2;
}

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

.disclaimer {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #999;
    margin-bottom: 1rem;
}

.footer-bottom p {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
        min-height: auto;
    }

    .hero-text-block {
        margin-left: 0;
        margin-top: 0;
    }

    .hero-text-block h1 {
        font-size: 2.5rem;
    }

    .hero-image-overlap {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 2rem;
    }

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

    .approach-asymmetric {
        flex-direction: column;
    }

    .approach-visual {
        margin-left: 0;
    }

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

    .service-card {
        margin-top: 0 !important;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .ad-notice {
        border-left: none;
        padding-left: 0;
        width: 100%;
        margin-top: 0.5rem;
    }
}