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

a {
    color: #2c5f7c;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3d52;
}

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

.header-asymmetric {
    position: relative;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.ad-disclosure {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 11px;
    color: #666;
    background-color: #f5f5f5;
    padding: 4px 10px;
    border-radius: 3px;
}

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
}

.nav-left .logo {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

.nav-right a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease;
}

.nav-right a:hover,
.nav-right a.active {
    color: #2c5f7c;
}

.hero-asymmetric {
    position: relative;
    min-height: 600px;
    margin-top: 0;
    overflow: hidden;
    background-color: #f8f9fa;
}

.hero-image-offset {
    position: absolute;
    top: 60px;
    right: -50px;
    width: 70%;
    height: 520px;
    overflow: hidden;
    transform: rotate(-2deg);
    box-shadow: -10px 15px 40px rgba(0, 0, 0, 0.15);
}

.hero-image-offset img {
    width: 100%;
    height: 100%;
}

.hero-text-overlay {
    position: relative;
    z-index: 2;
    max-width: 550px;
    padding: 120px 0 120px 80px;
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.hero-text-overlay p {
    font-size: 20px;
    color: #444;
    line-height: 1.6;
}

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

.intro-narrow {
    flex: 1;
}

.intro-narrow h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.intro-narrow p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.intro-visual-right {
    flex: 0 0 420px;
    background-color: #e8edf1;
}

.intro-visual-right img {
    width: 100%;
    height: 100%;
}

.problem-amplification {
    display: flex;
    gap: 0;
    padding: 80px 0;
    background-color: #1a1a1a;
    color: #ffffff;
    position: relative;
}

.problem-block-left {
    flex: 1;
    padding: 60px 80px 60px 120px;
    z-index: 2;
}

.problem-block-left h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
}

.problem-block-left p {
    font-size: 17px;
    margin-bottom: 18px;
    line-height: 1.7;
    color: #d0d0d0;
}

.problem-visual-overlap {
    flex: 0 0 500px;
    position: relative;
}

.overlap-container {
    position: absolute;
    top: -40px;
    left: -80px;
    width: 500px;
    height: 500px;
    background-color: #2c5f7c;
}

.overlap-container img {
    width: 100%;
    height: 100%;
    opacity: 0.85;
    mix-blend-mode: luminosity;
}

.insight-section-irregular {
    padding: 120px 80px;
    background-color: #f8f9fa;
}

.insight-cards-staggered {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.insight-card {
    background-color: #ffffff;
    padding: 45px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 700px;
}

.insight-card h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.insight-card p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.card-top-right {
    align-self: flex-end;
    margin-right: 100px;
}

.card-bottom-left {
    align-self: flex-start;
    margin-left: 60px;
}

.card-middle-right {
    align-self: flex-end;
    margin-right: 180px;
}

.reference-link {
    color: #2c5f7c;
    font-weight: 600;
}

.trust-building-asymmetric {
    display: flex;
    gap: 60px;
    padding: 100px 80px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.trust-visual-left {
    flex: 0 0 480px;
    background-color: #e8edf1;
}

.trust-visual-left img {
    width: 100%;
    height: 100%;
}

.trust-content-offset {
    flex: 1;
    padding-left: 40px;
}

.trust-content-offset h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.trust-content-offset p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.testimonials-scattered {
    padding: 100px 80px;
    background-color: #2c5f7c;
    color: #ffffff;
}

.testimonials-scattered h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
}

.testimonial-grid-irregular {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.testimonial {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 40px 45px;
    border-left: 4px solid #ffffff;
    max-width: 700px;
}

.testimonial p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial cite {
    font-size: 15px;
    font-style: normal;
    opacity: 0.85;
}

.testimonial-offset-1 {
    align-self: flex-start;
    margin-left: 80px;
}

.testimonial-offset-2 {
    align-self: flex-end;
    margin-right: 120px;
}

.testimonial-offset-3 {
    align-self: flex-start;
    margin-left: 40px;
}

.services-reveal {
    padding: 120px 80px;
    background-color: #f8f9fa;
}

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

.services-header-centered h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.services-cards-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    background-color: #ffffff;
    padding: 50px 55px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    max-width: 650px;
}

.service-card h3 {
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.service-card p {
    font-size: 17px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c5f7c;
    margin-bottom: 20px;
}

.btn-service {
    background-color: #2c5f7c;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.service-card-left {
    align-self: flex-start;
    margin-left: 100px;
}

.service-card-right-top {
    align-self: flex-end;
    margin-right: 140px;
}

.service-card-bottom {
    align-self: flex-start;
    margin-left: 60px;
}

.service-card-right-bottom {
    align-self: flex-end;
    margin-right: 80px;
}

.benefits-visual-first {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.benefits-visual-first img {
    width: 100%;
    height: 500px;
}

.benefits-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    color: #ffffff;
    padding: 60px 80px;
}

.benefits-overlay h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 700;
}

.benefits-overlay ul {
    list-style: none;
    font-size: 18px;
}

.benefits-overlay ul li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.benefits-overlay ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.cta-section-irregular {
    padding: 100px 80px;
    background-color: #1a1a1a;
    color: #ffffff;
}

.cta-block-offset {
    max-width: 700px;
    margin-left: 120px;
}

.cta-block-offset h2 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 700;
}

.cta-block-offset p {
    font-size: 19px;
    margin-bottom: 35px;
    line-height: 1.6;
    color: #d0d0d0;
}

.btn-primary-large {
    display: inline-block;
    background-color: #2c5f7c;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-primary-large:hover {
    background-color: #1a3d52;
    color: #ffffff;
}

.form-section-asymmetric {
    display: flex;
    gap: 60px;
    padding: 100px 80px;
    background-color: #f8f9fa;
}

.form-container-offset {
    flex: 1;
    max-width: 600px;
}

.form-container-offset h2 {
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #1a1a1a;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #ddd;
    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: #2c5f7c;
}

.btn-submit {
    background-color: #2c5f7c;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #1a3d52;
}

.form-visual-right {
    flex: 0 0 450px;
    background-color: #e8edf1;
}

.form-visual-right img {
    width: 100%;
    height: 100%;
}

.disclaimer-section {
    padding: 60px 80px;
    background-color: #fff8e1;
    border-top: 3px solid #ffc107;
}

.disclaimer-content {
    max-width: 1200px;
    margin: 0 auto;
}

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

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 70px 80px 30px;
}

.footer-main {
    display: flex;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto 50px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-column ul li a {
    color: #d0d0d0;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-references {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid #333;
}

.footer-references h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-references ol {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 20px;
}

.footer-references ol li {
    margin-bottom: 8px;
}

.footer-references ol li a {
    color: #2c5f7c;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

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

.cookie-content a {
    color: #2c5f7c;
}

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

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

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

.btn-accept:hover {
    background-color: #1a3d52;
}

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

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

.page-hero-about,
.page-hero-services,
.page-hero-contact {
    padding: 100px 80px;
    background-color: #2c5f7c;
    color: #ffffff;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 800;
}

.page-hero-content p {
    font-size: 20px;
}

.about-story {
    display: flex;
    gap: 70px;
    padding: 100px 80px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.story-block-left {
    flex: 0 0 480px;
    background-color: #e8edf1;
}

.story-block-left img {
    width: 100%;
    height: 100%;
}

.story-content-right {
    flex: 1;
}

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

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

.philosophy-section {
    padding: 100px 80px;
    background-color: #f8f9fa;
}

.philosophy-header {
    text-align: center;
    margin-bottom: 60px;
}

.philosophy-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.philosophy-blocks {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.philosophy-block {
    background-color: #ffffff;
    padding: 45px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.philosophy-block h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.philosophy-block p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.approach-asymmetric {
    display: flex;
    gap: 60px;
    padding: 100px 80px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.approach-content-offset {
    flex: 1;
}

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

.approach-content-offset p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.approach-list {
    list-style: none;
    margin-top: 30px;
}

.approach-list li {
    font-size: 17px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #444;
}

.approach-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #2c5f7c;
}

.approach-visual {
    flex: 0 0 450px;
    background-color: #e8edf1;
}

.approach-visual img {
    width: 100%;
    height: 100%;
}

.values-section {
    padding: 100px 80px;
    background-color: #1a1a1a;
    color: #ffffff;
}

.values-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 1 1 calc(50% - 20px);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px 35px;
    border-left: 4px solid #2c5f7c;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}

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

.cta-about {
    padding: 100px 80px;
    background-color: #f8f9fa;
}

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

.cta-content-centered h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.cta-content-centered p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #555;
}

.btn-primary {
    display: inline-block;
    background-color: #2c5f7c;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #1a3d52;
    color: #ffffff;
}

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

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

.intro-content-narrow h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.intro-content-narrow p {
    font-size: 18px;
    color: #555;
}

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

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

.service-offset-left {
    padding-left: 60px;
}

.service-offset-right {
    padding-right: 60px;
}

.service-offset-center {
    justify-content: center;
}

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

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

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

.service-what-included,
.service-for-whom {
    margin-bottom: 25px;
}

.service-what-included h4,
.service-for-whom h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #1a1a1a;
}

.service-what-included ul {
    list-style: none;
    padding-left: 0;
}

.service-what-included ul li {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: #444;
}

.service-what-included ul li:before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #2c5f7c;
    font-weight: 700;
}

.service-pricing {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.service-pricing .price {
    font-size: 28px;
    font-weight: 700;
    color: #2c5f7c;
}

.service-detail-image {
    flex: 0 0 450px;
    background-color: #e8edf1;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
}

.service-detail-content-full {
    text-align: center;
    max-width: 800px;
}

.service-detail-content-full h3 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.service-detail-content-full p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}

.process-section {
    padding: 100px 80px;
    background-color: #f8f9fa;
}

.process-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
    color: #1a1a1a;
}

.process-steps {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.process-step {
    flex: 1;
    background-color: #ffffff;
    padding: 40px 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.step-number {
    font-size: 48px;
    font-weight: 800;
    color: #2c5f7c;
    margin-bottom: 20px;
    opacity: 0.3;
}

.process-step h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #1a1a1a;
}

.process-step p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.form-section-services {
    padding: 100px 80px;
    background-color: #1a1a1a;
}

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

.form-container-centered h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.form-container-centered p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #d0d0d0;
    text-align: center;
}

.contact-info-section {
    padding: 80px 80px;
}

.contact-info-asymmetric {
    display: flex;
    gap: 70px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.contact-block-left {
    flex: 1;
}

.contact-block-left h2 {
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-detail {
    margin-bottom: 35px;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-detail p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.contact-visual-right {
    flex: 0 0 500px;
    background-color: #e8edf1;
}

.contact-visual-right img {
    width: 100%;
    height: 100%;
}

.contact-approach {
    padding: 100px 80px;
    background-color: #f8f9fa;
}

.approach-content-centered {
    max-width: 1000px;
    margin: 0 auto;
}

.approach-content-centered h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
}

.approach-content-centered p {
    font-size: 18px;
    margin-bottom: 50px;
    color: #444;
    text-align: center;
    line-height: 1.7;
}

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

.expectation-item {
    flex: 1;
    background-color: #ffffff;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.expectation-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.thanks-hero {
    padding: 100px 80px;
    background-color: #2c5f7c;
    color: #ffffff;
    text-align: center;
}

.thanks-content h1 {
    font-size: 52px;
    margin-bottom: 15px;
    font-weight: 800;
}

.thanks-content p {
    font-size: 22px;
}

.thanks-details {
    padding: 100px 80px;
}

.thanks-message-centered {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.thanks-message-centered h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.thanks-message-centered p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}

#serviceConfirmation {
    font-weight: 700;
    color: #2c5f7c;
    font-size: 20px;
    margin-top: 30px;
}

.next-steps {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.next-step {
    flex: 1;
    background-color: #f8f9fa;
    padding: 35px 30px;
    text-align: left;
}

.next-step h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #1a1a1a;
}

.next-step p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.thanks-cta {
    padding: 80px 80px;
    background-color: #f8f9fa;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-secondary {
    display: inline-block;
    background-color: #ffffff;
    color: #2c5f7c;
    border: 2px solid #2c5f7c;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2c5f7c;
    color: #ffffff;
}

.legal-page {
    padding: 80px 80px 100px;
    background-color: #ffffff;
}

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

.legal-content h1 {
    font-size: 44px;
    margin-bottom: 40px;
    font-weight: 800;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.legal-content ul,
.legal-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

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

.legal-content a {
    color: #2c5f7c;
    text-decoration: underline;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookies-table th,
.cookies-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.cookies-table th {
    background-color: #f8f9fa;
    font-weight: 700;
    color: #1a1a1a;
}

.cookies-table td {
    font-size: 15px;
    color: #444;
}

@media (max-width: 1024px) {
    .hero-image-offset {
        width: 60%;
        height: 450px;
    }

    .intro-offset,
    .trust-building-asymmetric,
    .about-story,
    .approach-asymmetric {
        flex-direction: column;
    }

    .form-section-asymmetric,
    .contact-info-asymmetric {
        flex-direction: column;
    }

    .problem-amplification {
        flex-direction: column;
    }

    .overlap-container {
        position: relative;
        top: 0;
        left: 0;
    }

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

    .service-offset-left,
    .service-offset-right {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .header-asymmetric {
        padding: 15px 20px;
    }

    .ad-disclosure {
        right: 20px;
    }

    .nav-split {
        flex-direction: column;
        gap: 20px;
    }

    .nav-right {
        gap: 20px;
    }

    .hero-text-overlay {
        padding: 60px 0 60px 40px;
    }

    .hero-text-overlay h1 {
        font-size: 36px;
    }

    .intro-offset,
    .trust-building-asymmetric,
    .approach-asymmetric,
    .about-story,
    .contact-info-asymmetric {
        padding: 60px 40px;
        gap: 40px;
    }

    .services-reveal,
    .philosophy-section,
    .values-section,
    .cta-about,
    .process-section {
        padding: 60px 40px;
    }

    .values-grid,
    .process-steps {
        flex-direction: column;
    }

    .expectations-grid,
    .next-steps {
        flex-direction: column;
    }

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