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

.ad-disclosure {
    background-color: #f7fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #718096;
}

.header-asymmetric {
    position: relative;
    padding: 20px 0;
}

.nav-floating {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

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

.nav-links a {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2b6cb0;
}

.hero-offset {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.hero-content-left {
    flex: 1;
    padding-right: 40px;
}

.hero-content-left h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.hero-content-left p {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.7;
}

.hero-image-right {
    flex: 1;
    background-color: #edf2f7;
}

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

.cta-primary {
    display: inline-block;
    background-color: #2b6cb0;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #2c5282;
}

.intro-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.intro-block-offset {
    flex: 1.2;
    padding-top: 40px;
}

.intro-block-offset h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.intro-block-offset p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.8;
}

.intro-visual {
    flex: 0.8;
    background-color: #edf2f7;
}

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

.problem-section {
    background-color: #f7fafc;
    padding: 80px 40px;
    margin: 80px 0;
}

.problem-content {
    max-width: 900px;
    margin: 0 auto;
}

.problem-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 30px;
}

.problem-list {
    list-style: none;
}

.problem-list li {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
}

.problem-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2b6cb0;
    font-weight: 700;
}

.solution-irregular {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 70px;
    align-items: center;
}

.solution-text-right {
    flex: 1;
    order: 2;
}

.solution-text-right h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.solution-text-right p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.8;
}

.solution-image-left {
    flex: 1;
    order: 1;
    background-color: #edf2f7;
}

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

.services-grid {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.services-grid h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
    text-align: center;
}

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

.services-cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 32px;
    flex-basis: calc(50% - 20px);
    background-color: #f9fafb;
}

.service-card-offset-1 {
    margin-top: 0;
}

.service-card-offset-2 {
    margin-top: 60px;
}

.service-card-offset-3 {
    margin-top: 30px;
}

.service-card-offset-4 {
    margin-top: 80px;
}

.service-card-offset-5 {
    margin-top: 20px;
}

.service-card-offset-6 {
    margin-top: 50px;
}

.service-image {
    margin-bottom: 24px;
    background-color: #edf2f7;
}

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

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

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

.service-price {
    font-size: 20px;
    font-weight: 700;
    color: #2b6cb0;
}

.form-section-irregular {
    background-color: #f7fafc;
    padding: 100px 40px;
    margin: 100px 0;
}

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

.form-container-offset h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.form-container-offset p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 40px;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    background-color: #2b6cb0;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #2c5282;
}

.trust-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.trust-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 50px;
    text-align: center;
}

.trust-points {
    display: flex;
    gap: 50px;
}

.trust-point {
    flex: 1;
}

.trust-point h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.trust-point p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.testimonial-offset {
    max-width: 900px;
    margin: 100px auto 100px 150px;
    padding: 60px;
    background-color: #edf2f7;
}

.testimonial {
    border-left: 4px solid #2b6cb0;
    padding-left: 32px;
}

.testimonial p {
    font-size: 20px;
    line-height: 1.7;
    color: #2d3748;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial cite {
    font-size: 16px;
    color: #718096;
    font-style: normal;
}

.footer-asymmetric {
    background-color: #1a202c;
    color: #ffffff;
    padding: 60px 40px 30px;
    margin-top: 100px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    color: #cbd5e0;
    line-height: 1.6;
}

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

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

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

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    border-top: 1px solid #2d3748;
    padding-top: 24px;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3748;
    color: #ffffff;
    padding: 24px;
    display: none;
    z-index: 1000;
}

.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: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #63b3ed;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #2b6cb0;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #2c5282;
}

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

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

.page-hero-offset {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.page-hero-content {
    flex: 1;
}

.page-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.page-hero-content p {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.7;
}

.page-hero-image {
    flex: 1;
    background-color: #edf2f7;
}

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

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

.story-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

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

.values-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.values-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 50px;
    text-align: center;
}

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

.value-item {
    flex-basis: calc(50% - 20px);
    background-color: #f7fafc;
    padding: 36px;
}

.value-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

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

.team-approach {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 40px;
}

.approach-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

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

.cta-section-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.cta-box {
    background-color: #2b6cb0;
    color: #ffffff;
    padding: 60px;
    text-align: center;
    margin-left: 100px;
}

.cta-box h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 32px;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #2b6cb0;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #f7fafc;
}

.page-header-services {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 40px;
    text-align: center;
}

.page-header-services h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.page-header-services p {
    font-size: 20px;
    color: #4a5568;
}

.service-detail-section {
    padding: 60px 40px;
}

.service-detail-section:nth-child(even) {
    background-color: #f7fafc;
}

.service-detail-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

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

.service-detail-content ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.service-detail-content ul li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

.service-price-detail {
    font-size: 24px;
    font-weight: 700;
    color: #2b6cb0;
}

.service-detail-image {
    flex: 1;
    background-color: #edf2f7;
}

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

.services-cta-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
}

.services-cta-box {
    background-color: #edf2f7;
    padding: 60px;
    text-align: center;
}

.services-cta-box h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.services-cta-box p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
}

.cta-button-large {
    display: inline-block;
    background-color: #2b6cb0;
    color: #ffffff;
    padding: 18px 48px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-button-large:hover {
    background-color: #2c5282;
}

.contact-page-header {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 40px;
    text-align: center;
}

.contact-page-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.contact-page-header p {
    font-size: 20px;
    color: #4a5568;
}

.contact-content-asymmetric {
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 0 40px;
    display: flex;
    gap: 80px;
}

.contact-info-offset {
    flex: 1;
}

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

.contact-block h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.contact-block address {
    font-style: normal;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
}

.contact-email {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 8px;
}

.contact-note {
    font-size: 14px;
    color: #718096;
    font-style: italic;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
}

.hours-table td {
    padding: 8px 0;
    font-size: 16px;
    color: #4a5568;
}

.hours-table td:first-child {
    font-weight: 600;
    padding-right: 20px;
}

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

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

.contact-cta-section {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 40px;
}

.contact-cta-box {
    background-color: #f7fafc;
    padding: 50px;
    text-align: center;
}

.contact-cta-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.contact-cta-box p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 28px;
}

.thanks-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.thanks-message {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 24px;
}

.thanks-info {
    margin-bottom: 24px;
}

.selected-service {
    font-size: 16px;
    color: #2b6cb0;
    background-color: #edf2f7;
    padding: 16px;
    border-left: 4px solid #2b6cb0;
}

.thanks-next-steps {
    font-size: 16px;
    color: #718096;
    margin-bottom: 32px;
}

.thanks-actions {
    display: flex;
    gap: 16px;
}

.btn-primary {
    display: inline-block;
    background-color: #2b6cb0;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2c5282;
}

.btn-secondary {
    display: inline-block;
    background-color: #e2e8f0;
    color: #2d3748;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #cbd5e0;
}

.thanks-visual {
    flex: 1;
    background-color: #edf2f7;
}

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

.legal-page {
    max-width: 900px;
    margin: 60px auto 100px;
    padding: 0 40px;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.legal-intro {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 40px;
    line-height: 1.7;
}

.legal-page h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-page h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    margin-top: 28px;
    margin-bottom: 12px;
}

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

.legal-page ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.legal-page ul li {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 10px;
}

.legal-page address {
    font-style: normal;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-page a {
    color: #2b6cb0;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-table th {
    background-color: #f7fafc;
    font-weight: 700;
    color: #1a202c;
}

.cookie-table td {
    font-size: 15px;
    color: #4a5568;
}

@media (max-width: 768px) {
    .hero-offset,
    .intro-asymmetric,
    .solution-irregular,
    .page-hero-offset,
    .contact-content-asymmetric,
    .thanks-section {
        flex-direction: column;
    }

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

    .service-card {
        flex-basis: 100%;
    }

    .service-card-offset-1,
    .service-card-offset-2,
    .service-card-offset-3,
    .service-card-offset-4,
    .service-card-offset-5,
    .service-card-offset-6 {
        margin-top: 0;
    }

    .trust-points {
        flex-direction: column;
    }

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

    .value-item {
        flex-basis: 100%;
    }

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

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

    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
    }

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

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

    .hero-content-left h1,
    .page-hero-content h1,
    .thanks-content h1 {
        font-size: 32px;
    }

    .cta-box {
        margin-left: 0;
    }

    .testimonial-offset {
        margin-left: auto;
        margin-right: auto;
    }

    .form-container-offset {
        margin: 0 auto;
    }
}