* {
    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: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 8%;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 26px;
    font-weight: 700;
    color: #1a73e8;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #1a73e8;
}

.hero-offset {
    display: flex;
    align-items: center;
    padding: 80px 8% 100px 12%;
    gap: 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

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

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a202c;
    font-weight: 800;
}

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

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -40px;
}

.hero-image-right img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #1a73e8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 115, 232, 0.3);
}

.cta-primary:hover {
    background-color: #1557b0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.4);
}

.intro-asymmetric {
    display: flex;
    padding: 90px 5% 90px 15%;
    gap: 80px;
    align-items: flex-start;
    background-color: #fefefe;
}

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

.intro-block-offset h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a202c;
    line-height: 1.3;
}

.intro-block-offset p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
}

.intro-stats {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 35px 30px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.25);
}

.stat-card.offset-down {
    margin-left: 60px;
    margin-top: 20px;
}

.stat-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 12px;
}

.stat-label {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.approach-split {
    display: flex;
    padding: 100px 8%;
    gap: 70px;
    background-color: #f7fafc;
}

.approach-image {
    flex: 1;
    position: relative;
    margin-left: -80px;
}

.approach-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

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

.approach-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #1a202c;
}

.approach-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #4a5568;
}

.checklist {
    list-style: none;
    margin-bottom: 40px;
}

.checklist li {
    padding: 15px 0 15px 35px;
    position: relative;
    font-size: 17px;
    color: #2d3748;
}

.checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 20px;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 35px;
    background-color: #ffffff;
    color: #1a73e8;
    text-decoration: none;
    border: 2px solid #1a73e8;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background-color: #1a73e8;
    color: #ffffff;
}

.services-grid-asymmetric {
    padding: 100px 8%;
    background-color: #ffffff;
}

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

.services-header h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.service-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background-color: #f8f9fa;
    padding: 40px 35px;
    border-radius: 12px;
    flex: 0 1 calc(50% - 20px);
    min-width: 320px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

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

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

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

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

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

.service-card h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #1a202c;
}

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

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

.service-select {
    width: 100%;
    padding: 14px;
    background-color: #1a73e8;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-select:hover {
    background-color: #1557b0;
}

.case-study-offset {
    display: flex;
    padding: 100px 10% 100px 8%;
    gap: 60px;
    background: linear-gradient(to right, #fefefe 0%, #f7fafc 100%);
    align-items: center;
}

.case-content {
    flex: 1.3;
}

.case-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a202c;
    line-height: 1.3;
}

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

.case-results {
    display: flex;
    gap: 25px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.result-item {
    background-color: #10b981;
    color: #ffffff;
    padding: 18px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.case-image {
    flex: 0.7;
    margin-top: -60px;
}

.case-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.testimonials-irregular {
    padding: 100px 8%;
    background-color: #ffffff;
}

.testimonials-irregular h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 70px;
    color: #1a202c;
}

.testimonial-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.testimonial {
    background-color: #f8f9fa;
    padding: 40px 35px;
    border-radius: 10px;
    flex: 0 1 calc(33.333% - 35px);
    min-width: 280px;
    border-left: 4px solid #1a73e8;
}

.testimonial.testimonial-offset-1 {
    margin-top: 0;
}

.testimonial.testimonial-offset-2 {
    margin-top: 50px;
}

.testimonial.testimonial-offset-3 {
    margin-top: -40px;
}

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

.testimonial-author {
    display: block;
    font-weight: 600;
    color: #1a73e8;
    font-size: 15px;
}

.process-flow-asymmetric {
    padding: 100px 8%;
    background: linear-gradient(135deg, #f7fafc 0%, #e2e8f0 100%);
}

.process-flow-asymmetric h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 80px;
    color: #1a202c;
}

.process-steps-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.step {
    background-color: #ffffff;
    padding: 40px 35px;
    border-radius: 10px;
    flex: 0 1 calc(50% - 25px);
    min-width: 300px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.step.step-1 {
    margin-top: 0;
}

.step.step-2 {
    margin-top: 60px;
}

.step.step-3 {
    margin-top: -40px;
}

.step.step-4 {
    margin-top: 40px;
}

.step.step-5 {
    margin-top: -30px;
}

.step-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #e2e8f0;
    margin-bottom: 15px;
}

.step h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a202c;
}

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

.form-section-offset {
    padding: 100px 8% 100px 15%;
    background-color: #ffffff;
}

.form-container {
    max-width: 650px;
}

.form-container h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.contact-form {
    background-color: #f8f9fa;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-group {
    margin-bottom: 25px;
}

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

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

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

.cta-submit {
    width: 100%;
    padding: 16px;
    background-color: #1a73e8;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-submit:hover {
    background-color: #1557b0;
}

.cta-sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    padding: 20px 8%;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.15);
    z-index: 90;
}

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

.sticky-cta-content span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.cta-sticky-btn {
    padding: 12px 30px;
    background-color: #10b981;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-sticky-btn:hover {
    background-color: #059669;
}

.footer-asymmetric {
    background-color: #1a202c;
    color: #e2e8f0;
    padding: 80px 8% 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-block {
    flex: 1;
    min-width: 220px;
}

.footer-block h3,
.footer-block h4 {
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-block p {
    line-height: 1.7;
    color: #cbd5e0;
}

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

.footer-block ul li {
    margin-bottom: 12px;
}

.footer-block ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    background-color: #2d3748;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #2d3748;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3748;
    color: #ffffff;
    padding: 25px 8%;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

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

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

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

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-accept {
    background-color: #10b981;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #059669;
}

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

.cookie-reject:hover {
    background-color: #4a5568;
}

.page-header-offset {
    padding: 100px 8% 60px 12%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.page-header-offset h1 {
    font-size: 52px;
    margin-bottom: 15px;
    color: #1a202c;
}

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

.about-intro-split {
    display: flex;
    padding: 90px 8%;
    gap: 70px;
    background-color: #ffffff;
}

.about-text {
    flex: 1;
    padding-right: 40px;
}

.about-text h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a202c;
}

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

.about-image {
    flex: 1;
    margin-top: -50px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

.values-asymmetric {
    padding: 90px 10% 90px 8%;
    background-color: #f7fafc;
}

.values-asymmetric h2 {
    font-size: 42px;
    margin-bottom: 60px;
    color: #1a202c;
    text-align: center;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
}

.value-card {
    background-color: #ffffff;
    padding: 40px 35px;
    border-radius: 10px;
    flex: 0 1 calc(50% - 23px);
    min-width: 300px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

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

.value-card.value-offset-2 {
    margin-top: 40px;
}

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

.value-card.value-offset-4 {
    margin-top: 50px;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #1a202c;
}

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

.expertise-section {
    padding: 90px 12% 90px 15%;
    background-color: #ffffff;
}

.expertise-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a202c;
}

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

.expertise-list {
    list-style: none;
    margin: 30px 0;
}

.expertise-list li {
    padding: 15px 0 15px 35px;
    position: relative;
    font-size: 17px;
    color: #2d3748;
}

.expertise-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-weight: bold;
    font-size: 20px;
}

.approach-detail-offset {
    padding: 90px 8% 90px 10%;
    background-color: #f7fafc;
}

.approach-detail-offset h2 {
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a202c;
}

.approach-blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.approach-block {
    background-color: #ffffff;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.approach-block.approach-shifted {
    margin-left: 80px;
}

.approach-block h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #1a202c;
}

.approach-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
}

.cta-about {
    padding: 90px 8%;
    text-align: center;
    background-color: #ffffff;
}

.cta-about h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a202c;
}

.cta-about p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #4a5568;
}

.services-detail-asymmetric {
    padding: 80px 8%;
    background-color: #ffffff;
}

.service-detail {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    align-items: center;
}

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

.service-layout-1 .service-detail-image {
    flex: 1;
    margin-top: -40px;
}

.service-layout-2 .service-detail-image {
    flex: 1;
    margin-top: 40px;
}

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

.service-layout-3 .service-detail-content {
    flex: 1;
    margin-left: 60px;
}

.service-layout-3 .service-detail-image {
    flex: 1;
    margin-top: -50px;
}

.service-layout-4 .service-detail-image {
    flex: 1;
}

.service-layout-4 .service-detail-content {
    flex: 1;
    margin-top: 50px;
}

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

.service-layout-5 .service-detail-image {
    flex: 1;
    margin-left: -40px;
}

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

.service-detail-content h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #1a202c;
}

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

.service-detail-content ul {
    margin: 20px 0;
    padding-left: 25px;
}

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

.service-detail-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.service-pricing-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px 30px;
    border-radius: 8px;
    margin: 30px 0 25px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-label {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-value {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
}

.service-select-btn {
    padding: 15px 40px;
    background-color: #1a73e8;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-select-btn:hover {
    background-color: #1557b0;
}

.services-cta-section {
    padding: 80px 8%;
    text-align: center;
    background-color: #f7fafc;
}

.services-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.contact-layout-asymmetric {
    display: flex;
    padding: 80px 8% 100px 12%;
    gap: 70px;
    background-color: #ffffff;
}

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

.contact-info-block h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a202c;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 600;
}

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

.contact-note {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
}

.contact-note p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
}

.contact-map-placeholder {
    flex: 1;
    position: relative;
    margin-top: -60px;
}

.contact-map-placeholder img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

.map-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(255,255,255,0.95);
    padding: 20px;
    border-radius: 8px;
}

.map-overlay p {
    font-size: 15px;
    color: #2d3748;
    margin: 0;
}

.contact-approach {
    padding: 80px 8%;
    background-color: #f7fafc;
}

.contact-approach h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #1a202c;
    text-align: center;
}

.approach-steps-contact {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.approach-step {
    flex: 0 1 calc(33.333% - 35px);
    min-width: 250px;
    background-color: #ffffff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.approach-step h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a202c;
}

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

.thanks-container {
    padding: 100px 8%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #10b981;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

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

.thanks-main-text {
    font-size: 19px;
    margin-bottom: 30px;
    color: #4a5568;
}

.thanks-service-info {
    background-color: #e6f7ff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.thanks-service-info p {
    font-size: 17px;
    color: #1a202c;
    margin: 0;
}

.thanks-next-steps {
    text-align: left;
    margin: 50px 0;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #1a202c;
    text-align: center;
}

.next-step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #1a73e8;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.next-step p {
    flex: 1;
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 8px 0 0;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 14px 35px;
    background-color: #1a73e8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #1557b0;
}

.btn-secondary {
    padding: 14px 35px;
    background-color: #ffffff;
    color: #1a73e8;
    text-decoration: none;
    border: 2px solid #1a73e8;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #1a73e8;
    color: #ffffff;
}

.legal-page {
    padding: 80px 15%;
    background-color: #ffffff;
    max-width: 1400px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 44px;
    margin-bottom: 50px;
    color: #1a202c;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a202c;
}

.legal-section h3 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: #2d3748;
}

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

.legal-section ul {
    margin: 15px 0;
    padding-left: 30px;
}

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

.legal-section a {
    color: #1a73e8;
    text-decoration: underline;
}

@media (max-width: 968px) {
    .hero-offset {
        flex-direction: column;
        padding: 60px 6%;
    }

    .hero-content-left h1 {
        font-size: 38px;
    }

    .intro-asymmetric {
        flex-direction: column;
        padding: 60px 6%;
    }

    .stat-card.offset-down {
        margin-left: 0;
    }

    .approach-split {
        flex-direction: column;
        padding: 60px 6%;
    }

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

    .service-card {
        flex: 0 1 100%;
    }

    .case-study-offset {
        flex-direction: column;
        padding: 60px 6%;
    }

    .case-image {
        margin-top: 0;
    }

    .process-steps-irregular {
        flex-direction: column;
    }

    .step {
        margin-top: 0 !important;
    }

    .form-section-offset {
        padding: 60px 6%;
    }

    .sticky-cta-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .about-intro-split {
        flex-direction: column;
        padding: 60px 6%;
    }

    .about-image {
        margin-top: 0;
    }

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

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

    .expertise-section {
        padding: 60px 6%;
    }

    .approach-detail-offset {
        padding: 60px 6%;
    }

    .approach-block.approach-shifted {
        margin-left: 0;
    }

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

    .service-layout-3 .service-detail-content {
        margin-left: 0;
    }

    .service-layout-5 .service-detail-image {
        margin-left: 0;
    }

    .contact-layout-asymmetric {
        flex-direction: column;
        padding: 60px 6%;
    }

    .contact-map-placeholder {
        margin-top: 0;
    }

    .legal-page {
        padding: 60px 6%;
    }

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

@media (max-width: 640px) {
    .hero-content-left h1 {
        font-size: 32px;
    }

    .page-header-offset h1 {
        font-size: 38px;
    }

    .nav-links {
        display: none;
    }

    .service-card {
        min-width: 100%;
    }

    .testimonial {
        flex: 0 1 100%;
    }
}