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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #282a28;
    background-color: #ffffff;
}

.q3w8-area-container {
    width: 100%;
    margin: 0 auto;
}

.header-fullwidth-wrapper-main {
    background-color: #3e5044;
    width: 100%;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

.logo-brand-area-section h1 {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.main-navigation-links-menu {
    display: flex;
    gap: 35px;
}

.main-navigation-links-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.main-navigation-links-menu a:hover {
    color: #84b6ac;
}

.main-navigation-links-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #84b6ac;
    transition: width 0.3s ease;
}

.main-navigation-links-menu a:hover::after {
    width: 100%;
}

.main-content-wrapper-area {
    width: 100%;
}

.hero-professional-layout-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    width: 100%;
}

.hero-content-container-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text-block-area h2 {
    font-size: 3.2rem;
    color: #3e5044;
    margin-bottom: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
}

.hero-text-block-area p {
    font-size: 1.2rem;
    color: #282a28;
    margin-bottom: 35px;
    line-height: 1.7;
    max-width: 500px;
}

.hero-action-buttons-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.btn-primary-action-link {
    background-color: #cf553d;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(207, 85, 61, 0.3);
}

.btn-primary-action-link:hover {
    background-color: #9f4339;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(207, 85, 61, 0.4);
}

.btn-secondary-outline-link {
    color: #3e5044;
    border: 2px solid #3e5044;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: transparent;
}

.btn-secondary-outline-link:hover {
    background-color: #3e5044;
    color: #ffffff;
}

.hero-visual-area-section img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.expertise-showcase-section-area {
    background-color: #ffffff;
    padding: 90px 0;
    width: 100%;
}

.expertise-content-grid-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: center;
}

.expertise-stats-column-block h3 {
    font-size: 2.4rem;
    color: #3e5044;
    margin-bottom: 40px;
    font-weight: 600;
}

.stat-item-modern-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #cf553d;
}

.stat-figure-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #9f4339;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label-text {
    font-size: 1rem;
    color: #282a28;
    font-weight: 500;
}

.expertise-description-column-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #282a28;
    margin-bottom: 20px;
}

.services-preview-modern-layout {
    background-color: #f8f9fa;
    padding: 90px 0;
    width: 100%;
}

.services-preview-modern-layout h3 {
    text-align: center;
    font-size: 2.6rem;
    color: #3e5044;
    margin-bottom: 60px;
    font-weight: 600;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.services-asymmetric-grid-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
    height: 500px;
}

.service-card-featured-main {
    grid-row: 1 / 3;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.service-card-featured-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content-overlay-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #ffffff;
    padding: 40px 30px 30px;
}

.service-content-overlay-wrapper h4 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.service-content-overlay-wrapper p {
    font-size: 1rem;
    line-height: 1.6;
}

.service-card-compact-item {
    padding: 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

.service-card-compact-item:hover {
    transform: translateY(-5px);
}

.service-card-accent-1-style {
    background-color: #84b6ac;
    color: #ffffff;
}

.service-card-accent-2-style {
    background-color: #cf553d;
    color: #ffffff;
}

.service-card-accent-3-style {
    background-color: #3e5044;
    color: #ffffff;
}

.service-card-compact-item h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card-compact-item p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.consultation-booking-area-section {
    background-color: #ffffff;
    padding: 90px 0;
    width: 100%;
}

.booking-split-layout-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: start;
}

.booking-form-container-block h3 {
    font-size: 2.2rem;
    color: #3e5044;
    margin-bottom: 35px;
    font-weight: 600;
}

.consultation-form-modern-style {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.input-group-dual-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.input-group-single-wrapper {
    margin-bottom: 25px;
}

.consultation-form-modern-style input,
.consultation-form-modern-style textarea {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

.consultation-form-modern-style input:focus,
.consultation-form-modern-style textarea:focus {
    outline: none;
    border-color: #84b6ac;
}

.form-submit-btn-action {
    background-color: #cf553d;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(207, 85, 61, 0.3);
}

.form-submit-btn-action:hover {
    background-color: #9f4339;
    transform: translateY(-2px);
}

.booking-visual-content-area {
    position: relative;
}

.booking-visual-content-area img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.contact-info-overlay-block {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(255,255,255,0.95);
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.contact-info-overlay-block h4 {
    font-size: 1.3rem;
    color: #3e5044;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-info-overlay-block p {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #282a28;
}

.contact-info-overlay-block strong {
    color: #9f4339;
}

.company-advantages-section-area {
    background-color: #f8f9fa;
    padding: 90px 0;
    width: 100%;
}

.advantages-header-area-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    margin-bottom: 60px;
}

.advantages-header-area-wrapper h3 {
    font-size: 2.6rem;
    color: #3e5044;
    font-weight: 600;
}

.advantages-mosaic-layout-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 400px;
}

.advantage-tile-block {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

.advantage-tile-block:hover {
    transform: translateY(-5px);
}

.advantage-tile-large-size {
    grid-row: 1 / 3;
    background-color: #3e5044;
    color: #ffffff;
}

.advantage-tile-medium-size {
    background-color: #84b6ac;
    color: #ffffff;
}

.advantage-tile-small-size {
    background-color: #cf553d;
    color: #ffffff;
}

.advantage-tile-block h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.advantage-tile-block p {
    font-size: 1rem;
    line-height: 1.6;
}

.advantage-tile-large-size h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.advantage-tile-large-size p {
    font-size: 1.1rem;
}

.testimonial-showcase-area-section {
    background-color: #ffffff;
    padding: 90px 0;
    width: 100%;
}

.testimonial-content-wrapper-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.testimonial-content-wrapper-block h3 {
    text-align: center;
    font-size: 2.4rem;
    color: #3e5044;
    margin-bottom: 50px;
    font-weight: 600;
}

.testimonial-grid-layout-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.testimonial-card-primary-main {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    border-left: 5px solid #cf553d;
}

.testimonial-card-secondary-side {
    background-color: #84b6ac;
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
}

.testimonial-card-primary-main p,
.testimonial-card-secondary-side p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author-info strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}

.testimonial-author-info span {
    font-size: 0.9rem;
    opacity: 0.8;
}

.about-expertise-section-area {
    background-color: #f8f9fa;
    padding: 90px 0;
    width: 100%;
}

.about-content-asymmetric-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.about-text-column-block h3 {
    font-size: 2.2rem;
    color: #3e5044;
    margin-bottom: 30px;
    font-weight: 600;
}

.about-text-column-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #282a28;
    margin-bottom: 20px;
}

.about-image-column-section img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.final-cta-section-area {
    background: linear-gradient(135deg, #3e5044 0%, #282a28 100%);
    padding: 80px 0;
    text-align: center;
    width: 100%;
}

.cta-content-centered-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.cta-content-centered-wrapper h3 {
    font-size: 2.4rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta-content-centered-wrapper p {
    font-size: 1.2rem;
    color: #84b6ac;
    margin-bottom: 35px;
}

.cta-action-group-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.cta-btn-primary-action {
    background-color: #cf553d;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(207, 85, 61, 0.3);
}

.cta-btn-primary-action:hover {
    background-color: #9f4339;
    transform: translateY(-2px);
}

.cta-btn-outline-secondary {
    background-color: transparent;
    color: #84b6ac;
    border: 2px solid #84b6ac;
    padding: 14px 33px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-btn-outline-secondary:hover {
    background-color: #84b6ac;
    color: #3e5044;
}

.footer-fullwidth-area-section {
    background-color: #282a28;
    padding: 50px 0 30px;
    color: #ffffff;
    width: 100%;
}

.footer-content-container-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.footer-content-container-wrapper h4 {
    color: #84b6ac;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-content-container-wrapper p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-links-section-area a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-links-section-area a:hover {
    color: #84b6ac;
}

.cookie-consent-banner-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #282a28;
    color: #ffffff;
    padding: 25px;
    z-index: 1000;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
}

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

.cookie-banner-content-block p {
    flex: 1;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

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

.cookie-accept-btn-action,
.cookie-decline-btn-action {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-accept-btn-action {
    background-color: #cf553d;
    color: #ffffff;
}

.cookie-accept-btn-action:hover {
    background-color: #9f4339;
}

.cookie-decline-btn-action {
    background-color: transparent;
    color: #84b6ac;
    border: 1px solid #84b6ac;
}

.cookie-decline-btn-action:hover {
    background-color: #84b6ac;
    color: #282a28;
}

.services-hero-section-wrapper {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    width: 100%;
}

.services-hero-content-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.services-hero-content-container h2 {
    font-size: 3rem;
    color: #3e5044;
    margin-bottom: 25px;
    font-weight: 700;
}

.services-hero-content-container p {
    font-size: 1.2rem;
    color: #282a28;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.services-hero-image-area {
    margin-top: 30px;
}

.services-hero-image-area img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.simple-actions-highlight-block {
    background-color: #cf553d;
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
    box-shadow: 0 5px 20px rgba(207, 85, 61, 0.3);
}

.simple-actions-highlight-block h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.simple-actions-highlight-block p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
}

.tax-savings-breakdown-section {
    background-color: #ffffff;
    padding: 90px 0;
    width: 100%;
}

.savings-content-wrapper-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.savings-content-wrapper-block h3 {
    text-align: center;
    font-size: 2.4rem;
    color: #3e5044;
    margin-bottom: 50px;
    font-weight: 600;
}

.savings-methods-grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.savings-method-card-large,
.savings-method-card-medium {
    background-color: #f8f9fa;
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.savings-method-card-large:hover,
.savings-method-card-medium:hover {
    transform: translateY(-5px);
}

.savings-method-card-large {
    border-left: 5px solid #cf553d;
}

.savings-method-card-medium {
    border-left: 5px solid #84b6ac;
}

.savings-method-card-large h4,
.savings-method-card-medium h4 {
    font-size: 1.4rem;
    color: #3e5044;
    margin-bottom: 20px;
    font-weight: 600;
}

.savings-amount-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #cf553d;
    margin-bottom: 20px;
    display: block;
}

.savings-method-card-large p,
.savings-method-card-medium p {
    font-size: 1rem;
    line-height: 1.6;
    color: #282a28;
}

.comprehensive-services-section-area {
    background-color: #f8f9fa;
    padding: 90px 0;
    width: 100%;
}

.services-list-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.services-list-content-wrapper h3 {
    text-align: center;
    font-size: 2.4rem;
    color: #3e5044;
    margin-bottom: 50px;
    font-weight: 600;
}

.services-detailed-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.service-detailed-card-block {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.service-detailed-card-block:hover {
    transform: translateY(-5px);
}

.service-card-primary-style {
    border-top: 4px solid #cf553d;
}

.service-card-secondary-style {
    border-top: 4px solid #84b6ac;
}

.service-card-accent-style {
    border-top: 4px solid #3e5044;
}

.service-detailed-card-block h4 {
    font-size: 1.5rem;
    color: #3e5044;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-detailed-card-block p {
    font-size: 1rem;
    line-height: 1.7;
    color: #282a28;
    margin-bottom: 25px;
}

.service-features-list-wrapper {
    list-style: none;
    padding: 0;
}

.service-features-list-wrapper li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #282a28;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding-left: 20px;
}

.service-features-list-wrapper li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #cf553d;
    font-weight: bold;
}

.consultation-cta-section-wrapper {
    background: linear-gradient(135deg, #3e5044 0%, #282a28 100%);
    padding: 80px 0;
    text-align: center;
    width: 100%;
}

.cta-consultation-content-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.cta-consultation-content-block h3 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta-consultation-content-block p {
    font-size: 1.1rem;
    color: #84b6ac;
    margin-bottom: 35px;
}

.cta-consultation-buttons-group {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
}

.cta-call-btn-primary {
    background-color: #cf553d;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-call-btn-primary:hover {
    background-color: #9f4339;
    transform: translateY(-2px);
}

.cta-email-btn-secondary {
    background-color: transparent;
    color: #84b6ac;
    border: 2px solid #84b6ac;
    padding: 14px 33px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-email-btn-secondary:hover {
    background-color: #84b6ac;
    color: #3e5044;
}

.contact-details-quick-info {
    color: #ffffff;
    font-size: 0.95rem;
}

.contact-details-quick-info p {
    margin-bottom: 8px;
}

.contact-details-quick-info strong {
    color: #84b6ac;
}

.portfolio-hero-section-wrapper {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    width: 100%;
}

.portfolio-hero-content-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.portfolio-hero-content-container h2 {
    font-size: 2.8rem;
    color: #3e5044;
    margin-bottom: 25px;
    font-weight: 700;
}

.portfolio-hero-content-container p {
    font-size: 1.1rem;
    color: #282a28;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.portfolio-hero-visual-area img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.client-results-section-area {
    background-color: #ffffff;
    padding: 90px 0;
    width: 100%;
}

.results-showcase-wrapper-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.results-showcase-wrapper-block h3 {
    text-align: center;
    font-size: 2.4rem;
    color: #3e5044;
    margin-bottom: 50px;
    font-weight: 600;
}

.results-grid-layout-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
}

.result-case-card-primary {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    border-left: 5px solid #cf553d;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.result-case-card-secondary {
    background-color: #84b6ac;
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.result-case-card-primary h4 {
    font-size: 1.4rem;
    color: #3e5044;
    margin-bottom: 15px;
    font-weight: 600;
}

.result-case-card-secondary h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.case-result-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #cf553d;
    margin-bottom: 20px;
    display: block;
}

.result-case-card-secondary .case-result-amount {
    color: #ffffff;
}

.result-case-card-primary p,
.result-case-card-secondary p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.case-details-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.case-details-list span {
    font-size: 0.9rem;
    color: #9f4339;
    font-weight: 500;
}

.testimonials-portfolio-section-wrapper {
    background-color: #f8f9fa;
    padding: 90px 0;
    width: 100%;
}

.testimonials-content-block-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.testimonials-content-block-area h3 {
    text-align: center;
    font-size: 2.4rem;
    color: #3e5044;
    margin-bottom: 50px;
    font-weight: 600;
}

.testimonials-portfolio-grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 25px;
}

.testimonial-portfolio-card-main {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 15px;
    border-left: 5px solid #cf553d;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-portfolio-card-side {
    background-color: #84b6ac;
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-portfolio-card-compact {
    background-color: #3e5044;
    color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-portfolio-card-main p,
.testimonial-portfolio-card-side p,
.testimonial-portfolio-card-compact p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-client-info-block strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.testimonial-client-info-block span {
    font-size: 0.9rem;
    opacity: 0.8;
}

.contact-portfolio-section-area {
    background-color: #ffffff;
    padding: 90px 0;
    width: 100%;
}

.contact-portfolio-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.contact-portfolio-content-wrapper h3 {
    font-size: 2.2rem;
    color: #3e5044;
    margin-bottom: 25px;
    font-weight: 600;
}

.contact-portfolio-content-wrapper p {
    font-size: 1.1rem;
    color: #282a28;
    margin-bottom: 40px;
    line-height: 1.7;
}

.contact-portfolio-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.contact-method-block {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}

.contact-method-block h4 {
    font-size: 1.2rem;
    color: #3e5044;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-method-block p {
    font-size: 1rem;
    color: #282a28;
    margin: 0;
}

.thanks-page-simple-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.thanks-content-basic-block {
    text-align: center;
    max-width: 500px;
    padding: 0 20px;
}

.thanks-content-basic-block h1 {
    font-size: 2.5rem;
    color: #3e5044;
    margin-bottom: 30px;
    font-weight: 700;
}

.thanks-content-basic-block p {
    font-size: 1.1rem;
    color: #282a28;
    margin-bottom: 20px;
    line-height: 1.6;
}

.back-home-button-area {
    margin: 40px 0 30px;
}

.back-home-btn-simple {
    background-color: #cf553d;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.back-home-btn-simple:hover {
    background-color: #9f4339;
    transform: translateY(-2px);
}

.contact-info-basic {
    color: #9f4339;
    font-size: 0.95rem;
}

.terms-content-simple-wrapper,
.privacy-content-simple-wrapper,
.impressum-content-simple-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
}

.terms-typography-container,
.privacy-typography-container,
.impressum-typography-container {
    line-height: 1.7;
}

.terms-typography-container h2,
.privacy-typography-container h2,
.impressum-typography-container h2 {
    font-size: 2.4rem;
    color: #3e5044;
    margin-bottom: 40px;
    font-weight: 600;
}

.terms-typography-container h3,
.privacy-typography-container h3,
.impressum-typography-container h3 {
    font-size: 1.4rem;
    color: #3e5044;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.terms-typography-container p,
.privacy-typography-container p,
.impressum-typography-container p {
    font-size: 1rem;
    color: #282a28;
    margin-bottom: 20px;
    line-height: 1.7;
}

.terms-typography-container strong,
.privacy-typography-container strong,
.impressum-typography-container strong {
    color: #9f4339;
}

.unused-test-class-dev {
    display: none;
    background-color: #ff0000;
}

.old-legacy-style-unused {
    margin-top: 20px
}

.legacy-unused-portfolio-style {
    background-color: #ffffff
}

.test-development-class-unused {
    padding: 10px;
    display: none;
}

@media (max-width: 1200px) {
    .nav-container-max-wrapper,
    .hero-content-container-wrapper,
    .expertise-content-grid-wrapper,
    .services-asymmetric-grid-container,
    .booking-split-layout-wrapper,
    .advantages-mosaic-layout-grid,
    .testimonial-content-wrapper-block,
    .about-content-asymmetric-layout,
    .cta-content-centered-wrapper,
    .footer-content-container-wrapper,
    .cookie-banner-content-block {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .nav-container-max-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }
    
    .main-navigation-links-menu {
        gap: 25px;
    }
    
    .hero-content-container-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .hero-text-block-area h2 {
        font-size: 2.4rem;
    }
    
    .hero-action-buttons-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .expertise-content-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 20px;
    }
    
    .services-asymmetric-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 20px;
        padding: 0 20px;
    }
    
    .service-card-featured-main {
        grid-row: auto;
        height: 300px;
    }
    
    .booking-split-layout-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .input-group-dual-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advantages-mosaic-layout-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 15px;
        padding: 0 20px;
    }
    
    .advantage-tile-large-size {
        grid-row: auto;
    }
    
    .testimonial-grid-layout-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .about-content-asymmetric-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .footer-content-container-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        padding: 0 20px;
    }
    
    .cta-action-group-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cookie-banner-content-block {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 0 20px;
    }
    
    .cookie-action-buttons-group {
        justify-content: center;
    }
    
    .services-preview-modern-layout h3,
    .advantages-header-area-wrapper {
        padding: 0 20px;
    }
    
    .services-hero-content-container,
    .savings-content-wrapper-block,
    .services-list-content-wrapper,
    .cta-consultation-content-block,
    .portfolio-hero-content-container,
    .results-showcase-wrapper-block,
    .testimonials-content-block-area,
    .contact-portfolio-content-wrapper {
        padding: 0 20px;
    }
    
    .savings-methods-grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services-detailed-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .cta-consultation-buttons-group {
        flex-direction: column;
        align-items: center;
    }
    
    .results-grid-layout-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonials-portfolio-grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-portfolio-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .terms-content-simple-wrapper,
    .privacy-content-simple-wrapper,
    .impressum-content-simple-wrapper {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .logo-brand-area-section h1 {
        font-size: 1.5rem;
    }
    
    .main-navigation-links-menu {
        gap: 15px;
    }
    
    .main-navigation-links-menu a {
        font-size: 0.9rem;
    }
    
    .hero-text-block-area h2 {
        font-size: 1.7rem;
    }
    
    .stat-figure-number {
        font-size: 1.8rem;
    }
    
    .services-hero-content-container h2 {
        font-size: 2.2rem;
    }
    
    .portfolio-hero-content-container h2 {
        font-size: 2rem;
    }
    
    .thanks-content-basic-block h1 {
        font-size: 2rem;
    }
    
    .terms-typography-container h2,
    .privacy-typography-container h2,
    .impressum-typography-container h2 {
        font-size: 1.8rem;
    }
}