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

.ad-notice {
    background-color: #f0f0f0;
    text-align: center;
    padding: 0.4rem;
    font-size: 0.75rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.header-asymmetric {
    position: relative;
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.logo-area .logo {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.nav-floating {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-floating a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    position: relative;
}

.nav-floating a:hover {
    color: #16a085;
}

.hero-offset {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 4rem 3rem;
    background-color: #f8f9fa;
    overflow: hidden;
}

.hero-image-block {
    position: absolute;
    right: 0;
    top: 5%;
    width: 55%;
    height: 85%;
    background-color: #dfe6e9;
    box-shadow: -20px 20px 60px rgba(0,0,0,0.15);
}

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

.hero-text-overlap {
    position: relative;
    z-index: 10;
    max-width: 600px;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin-left: 5%;
}

.hero-title {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
}

.cta-primary {
    display: inline-block;
    background-color: #16a085;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #138d75;
}

.intro-stagger {
    display: flex;
    padding: 5rem 3rem;
    gap: 4rem;
    align-items: center;
}

.intro-block-left {
    flex: 1;
    padding-left: 10%;
}

.intro-label {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #16a085;
    margin-bottom: 1rem;
}

.intro-block-left h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.intro-block-left p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

.intro-image-offset {
    flex: 1;
    margin-top: -3rem;
}

.intro-image-offset img {
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 40px rgba(0,0,0,0.15);
}

.insight-diagonal {
    background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
    padding: 6rem 3rem;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}

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

.section-marker {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #16a085;
    margin-bottom: 1rem;
}

.insight-content h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.insight-content p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #2c3e50;
    margin-bottom: 1.2rem;
}

.insight-emphasis {
    font-weight: 600;
    font-size: 1.2rem;
    color: #16a085;
}

.process-cards-irregular {
    padding: 6rem 3rem;
    background-color: #ffffff;
}

.section-heading-offset {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    margin-left: 15%;
    color: #1a1a1a;
}

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

.process-card {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    background-color: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
}

.card-elevated {
    margin-top: -2rem;
}

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

.card-elevated-more {
    margin-top: -1rem;
}

.card-image-container {
    width: 100%;
    height: 250px;
    background-color: #dfe6e9;
    overflow: hidden;
}

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

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

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

.testimonial-sidebar {
    display: flex;
    min-height: 600px;
    background-color: #2c3e50;
}

.testimonial-content-area {
    flex: 1.2;
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
}

.testimonial-primary,
.testimonial-secondary {
    border-left: 4px solid #16a085;
    padding-left: 2rem;
}

.testimonial-primary p,
.testimonial-secondary p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ecf0f1;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-primary cite,
.testimonial-secondary cite {
    font-size: 0.95rem;
    color: #95a5a6;
    font-style: normal;
}

.testimonial-visual {
    flex: 0.8;
    background-color: #34495e;
    overflow: hidden;
}

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

.services-pricing-split {
    padding: 6rem 3rem;
    background-color: #f8f9fa;
}

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

.pricing-intro-block h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.pricing-intro-block p {
    font-size: 1.1rem;
    color: #555;
}

.pricing-cards-stagger {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

.pricing-card {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    position: relative;
    transition: transform 0.3s ease;
}

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

.price-left {
    margin-top: 2rem;
}

.price-center {
    margin-top: -1rem;
}

.price-right {
    margin-top: 1.5rem;
}

.price-offset-left {
    margin-top: -0.5rem;
}

.price-featured {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #f39c12;
    color: #ffffff;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-card h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.price-featured h4 {
    color: #ffffff;
}

.service-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
    min-height: 80px;
}

.price-featured .service-description {
    color: #ecf0f1;
}

.price-display {
    font-size: 2rem;
    font-weight: 700;
    color: #16a085;
    margin: 1.5rem 0;
}

.price-featured .price-display {
    color: #ffffff;
}

.btn-select-service {
    width: 100%;
    background-color: #16a085;
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select-service:hover {
    background-color: #138d75;
}

.price-featured .btn-select-service {
    background-color: #ffffff;
    color: #16a085;
}

.price-featured .btn-select-service:hover {
    background-color: #ecf0f1;
}

.cta-diagonal-block {
    display: flex;
    min-height: 700px;
    position: relative;
    background-color: #ffffff;
}

.form-container-asymmetric {
    flex: 1;
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.form-container-asymmetric h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.form-intro {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 2.5rem;
}

.contact-form-styled {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group-offset {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group-offset label {
    font-size: 0.95rem;
    color: #2c3e50;
    font-weight: 500;
}

.form-group-offset input,
.form-group-offset textarea {
    padding: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group-offset input:focus,
.form-group-offset textarea:focus {
    outline: none;
    border-color: #16a085;
}

.btn-submit-form {
    background-color: #16a085;
    color: #ffffff;
    padding: 1.1rem 2rem;
    border: none;
    border-radius: 3px;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit-form:hover {
    background-color: #138d75;
}

.cta-image-overlap {
    flex: 0.8;
    position: relative;
    margin-top: 4rem;
    margin-right: 3rem;
    box-shadow: -15px 15px 50px rgba(0,0,0,0.15);
    background-color: #dfe6e9;
}

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

.trust-signals-scattered {
    padding: 5rem 3rem;
    background-color: #ecf0f1;
    display: flex;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
}

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

.trust-position-1 {
    margin-top: -1rem;
}

.trust-position-2 {
    margin-top: 1rem;
}

.trust-position-3 {
    margin-top: -0.5rem;
}

.trust-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #16a085;
    margin-bottom: 0.5rem;
}

.trust-item p {
    font-size: 1rem;
    color: #2c3e50;
}

.footer-asymmetric {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 4rem 3rem 2rem;
}

.footer-primary-block {
    max-width: 1400px;
    margin: 0 auto 3rem;
}

.footer-primary-block h4 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #ffffff;
}

.footer-primary-block p {
    font-size: 1rem;
    color: #bdc3c7;
}

.footer-links-scattered {
    display: flex;
    gap: 5rem;
    max-width: 1400px;
    margin: 0 auto 3rem;
    flex-wrap: wrap;
}

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

.footer-col-offset-1 {
    margin-top: -1rem;
}

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

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

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

.footer-column li {
    margin-bottom: 0.7rem;
}

.footer-column a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #16a085;
}

.footer-disclaimer {
    max-width: 1000px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: rgba(0,0,0,0.1);
    border-radius: 4px;
}

.disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #95a5a6;
}

.footer-copyright {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    text-align: center;
}

.footer-copyright p {
    font-size: 0.85rem;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 1.5rem;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 0.95rem;
}

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

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

.btn-accept-cookies,
.btn-reject-cookies {
    padding: 0.7rem 1.8rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-accept-cookies {
    background-color: #16a085;
    color: #ffffff;
}

.btn-accept-cookies:hover {
    background-color: #138d75;
}

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

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

.about-asymmetric-layout,
.services-asymmetric-layout,
.contact-asymmetric-layout {
    background-color: #ffffff;
}

.about-hero-diagonal,
.services-hero-offset,
.contact-hero-diagonal {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 4rem 3rem;
    text-align: center;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.about-hero-diagonal h1,
.services-hero-offset h1,
.contact-hero-diagonal h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.about-hero-diagonal p,
.contact-hero-diagonal p {
    font-size: 1.2rem;
    color: #bdc3c7;
}

.services-intro-text {
    font-size: 1.2rem;
    color: #bdc3c7;
    margin-top: 1rem;
}

.about-story-offset {
    display: flex;
    padding: 5rem 3rem;
    gap: 4rem;
    align-items: center;
}

.story-block-left {
    flex: 1;
    margin-top: -3rem;
}

.story-block-left img {
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 40px rgba(0,0,0,0.15);
}

.story-content-right {
    flex: 1;
    padding-right: 10%;
}

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

.story-content-right p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.2rem;
}

.values-scattered {
    padding: 5rem 3rem;
    background-color: #f8f9fa;
}

.values-heading {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

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

.value-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.value-pos-1 {
    margin-top: -1.5rem;
}

.value-pos-2 {
    margin-top: 1rem;
}

.value-pos-3 {
    margin-top: -0.5rem;
}

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

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

.why-staging-diagonal {
    display: flex;
    padding: 5rem 3rem;
    gap: 4rem;
    align-items: center;
}

.why-content {
    flex: 1;
    padding-left: 5%;
}

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

.why-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.2rem;
}

.why-image {
    flex: 1;
    margin-top: 2rem;
}

.why-image img {
    width: 100%;
    height: auto;
    box-shadow: -15px 15px 40px rgba(0,0,0,0.15);
}

.results-offset {
    padding: 4rem 3rem;
    background-color: #ecf0f1;
}

.results-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    margin-left: 10%;
    color: #1a1a1a;
}

.results-content {
    max-width: 900px;
    margin: 0 auto 0 15%;
}

.results-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 1.2rem;
}

.quality-split {
    display: flex;
    padding: 5rem 3rem;
    gap: 4rem;
    align-items: center;
}

.quality-visual {
    flex: 1;
    margin-top: -2rem;
}

.quality-visual img {
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 40px rgba(0,0,0,0.15);
}

.quality-text {
    flex: 1;
}

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

.quality-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.2rem;
}

.cta-asymmetric {
    padding: 5rem 3rem;
    text-align: center;
    background-color: #f8f9fa;
}

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

.cta-asymmetric p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary-large {
    display: inline-block;
    background-color: #16a085;
    color: #ffffff;
    padding: 1.2rem 3rem;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.btn-primary-large:hover {
    background-color: #138d75;
}

.disclaimer-full {
    background-color: #ecf0f1;
    padding: 3rem 2rem;
}

.disclaimer-full .disclaimer-text {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #7f8c8d;
    text-align: center;
}

.services-detailed {
    padding: 4rem 3rem;
}

.service-block {
    margin-bottom: 5rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.service-layout-1,
.service-layout-2 {
    display: flex;
    gap: 4rem;
    align-items: center;
}

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

.service-visual {
    flex: 1;
}

.service-visual img {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.service-info p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.2rem;
}

.service-price-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: #16a085;
    margin: 2rem 0;
}

.btn-select-service-alt {
    background-color: #16a085;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select-service-alt:hover {
    background-color: #138d75;
}

.service-layout-featured {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    padding: 4rem;
    border-radius: 4px;
    position: relative;
    color: #ffffff;
}

.service-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background-color: #f39c12;
    color: #ffffff;
    padding: 0.5rem 1.2rem;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: 600;
}

.service-content-full {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-visual-large img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.service-info-centered {
    text-align: center;
}

.service-info-centered h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.service-info-centered p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ecf0f1;
    margin-bottom: 1.2rem;
}

.service-price-extra-large {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0;
}

.btn-select-service-featured {
    background-color: #ffffff;
    color: #16a085;
    padding: 1.2rem 3rem;
    border: none;
    border-radius: 3px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

.btn-select-service-featured:hover {
    background-color: #ecf0f1;
}

.services-flexibility {
    padding: 4rem 3rem;
    background-color: #f8f9fa;
}

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

.flexibility-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.flexibility-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.2rem;
}

.contact-info-offset {
    padding: 5rem 3rem;
    background-color: #f8f9fa;
}

.contact-blocks-scattered {
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-block {
    flex: 1;
    min-width: 250px;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.block-position-1 {
    margin-top: -1.5rem;
}

.block-position-2 {
    margin-top: 1rem;
}

.block-position-3 {
    margin-top: -0.5rem;
}

.contact-block h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.contact-detail {
    margin-bottom: 1.5rem;
}

.contact-detail h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7f8c8d;
    margin-bottom: 0.5rem;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #2c3e50;
}

.contact-approach-diagonal {
    display: flex;
    padding: 5rem 3rem;
    gap: 4rem;
    align-items: center;
}

.approach-visual {
    flex: 1;
    margin-top: 2rem;
}

.approach-visual img {
    width: 100%;
    height: auto;
    box-shadow: -15px 15px 40px rgba(0,0,0,0.15);
}

.approach-text {
    flex: 1;
}

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

.approach-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.2rem;
}

.btn-primary-contact {
    display: inline-block;
    background-color: #16a085;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1rem;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.btn-primary-contact:hover {
    background-color: #138d75;
}

.faq-stagger {
    padding: 5rem 3rem;
    background-color: #ecf0f1;
}

.faq-heading {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

.faq-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.faq-pos-1 {
    margin-top: -1rem;
}

.faq-pos-2 {
    margin-top: 1.5rem;
}

.faq-pos-3 {
    margin-top: -0.5rem;
}

.faq-pos-4 {
    margin-top: 1rem;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

.thanks-layout {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.thanks-container-asymmetric {
    max-width: 800px;
    text-align: center;
    background-color: #f8f9fa;
    padding: 4rem 3rem;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.thanks-icon-large {
    font-size: 5rem;
    color: #16a085;
    margin-bottom: 1.5rem;
}

.thanks-container-asymmetric h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-lead {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
}

.thanks-service-info {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.thanks-service-info p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.service-name-display strong {
    color: #16a085;
    font-size: 1.2rem;
}

.thanks-next-steps p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

.thanks-actions {
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-thanks {
    display: inline-block;
    background-color: #16a085;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn-primary-thanks:hover {
    background-color: #138d75;
}

.btn-secondary-thanks {
    display: inline-block;
    background-color: transparent;
    color: #16a085;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border: 2px solid #16a085;
    border-radius: 3px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-secondary-thanks:hover {
    background-color: #16a085;
    color: #ffffff;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-page p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.2rem;
}

.legal-page ul,
.legal-page ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-page li {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0.5rem;
}

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

    .hero-image-block {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
    }

    .hero-text-overlap {
        margin-left: 0;
        margin-top: -3rem;
    }

    .intro-stagger,
    .about-story-offset,
    .why-staging-diagonal,
    .quality-split,
    .service-layout-1,
    .service-layout-2,
    .contact-approach-diagonal,
    .cta-diagonal-block {
        flex-direction: column;
    }

    .cta-image-overlap {
        margin-right: 0;
        height: 400px;
    }

    .testimonial-sidebar {
        flex-direction: column;
    }

    .testimonial-visual {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .header-asymmetric {
        flex-direction: column;
        padding: 1rem 1.5rem;
        gap: 1rem;
    }

    .nav-floating {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-heading-offset {
        margin-left: 0;
        text-align: center;
    }

    .results-offset h2 {
        margin-left: 0;
        text-align: center;
    }

    .results-content {
        margin-left: auto;
    }

    .footer-links-scattered {
        gap: 2rem;
    }
}