/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #fafafa;
    overflow-x: hidden;
}

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e1e4e8;
}

/* Navigation - Asymmetric */
.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 8%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-left .brand-link {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-right a {
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-right a:hover {
    color: #2c3e50;
}

.nav-right a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2c3e50;
    transition: width 0.3s ease;
}

.nav-right a:hover::after {
    width: 100%;
}

/* Hero Section - Offset Asymmetric */
.hero-offset {
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding: 80px 8%;
    gap: 60px;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
}

.hero-content-left {
    flex: 1;
    padding-right: 40px;
    transform: translateY(-30px);
}

.hero-content-left h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

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

.hero-image-right {
    flex: 1;
    position: relative;
    transform: translateX(20px) translateY(40px);
}

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

/* CTA Buttons - Various Styles */
.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-primary:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(44, 62, 80, 0.3);
}

.cta-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #2c3e50;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-secondary:hover {
    background-color: #2c3e50;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Intro Section - Asymmetric */
.intro-asymmetric {
    display: flex;
    padding: 100px 8%;
    gap: 80px;
    align-items: center;
    background-color: #ffffff;
}

.intro-block-offset {
    flex: 1.3;
    transform: translateX(-40px);
}

.intro-block-offset h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 28px;
    letter-spacing: -1px;
}

.intro-block-offset p {
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 20px;
    line-height: 1.8;
}

.intro-visual-float {
    flex: 1;
    transform: translateY(-50px) translateX(30px);
}

.intro-visual-float img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #e9ecef;
}

/* Services Section - Irregular Grid */
.services-preview {
    padding: 100px 8%;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.services-header-corner {
    max-width: 600px;
    margin-bottom: 60px;
    transform: translateX(40px);
}

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

.services-header-corner p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.7;
}

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

.service-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.card-offset-1 {
    width: calc(48% - 20px);
    transform: translateY(0);
}

.card-offset-2 {
    width: calc(48% - 20px);
    transform: translateY(30px);
}

.card-offset-3 {
    width: calc(48% - 20px);
    transform: translateY(-20px);
}

.card-offset-4 {
    width: calc(48% - 20px);
    transform: translateY(40px);
}

.card-offset-5 {
    width: 100%;
    transform: translateY(10px);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.service-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #e9ecef;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 25px 25px 15px;
}

.service-card p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0 25px 20px;
    flex-grow: 1;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 25px 20px;
}

.service-select-btn {
    margin: 0 25px 25px;
    padding: 14px 28px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-select-btn:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

/* CTA Overlap Section */
.cta-overlap {
    padding: 80px 8%;
    background-color: #2c3e50;
    margin: 60px 0;
    position: relative;
}

.cta-content-diagonal {
    max-width: 700px;
    transform: translateX(60px);
    color: #ffffff;
}

.cta-content-diagonal h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-content-diagonal p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Contact Form Section - Asymmetric */
.contact-form-section {
    padding: 100px 8%;
    background-color: #f8f9fa;
}

.form-container-asymmetric {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.form-intro-side {
    flex: 0.8;
    transform: translateY(30px);
}

.form-intro-side h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.form-intro-side p {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.7;
}

.main-form {
    flex: 1.2;
    background-color: #ffffff;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-20px);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e1e4e8;
    border-radius: 6px;
    font-size: 15px;
    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: #2c3e50;
}

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

.submit-btn:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

/* Footer */
.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 8% 30px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.footer-disclaimer {
    padding: 25px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
}

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

.footer-bottom {
    text-align: center;
}

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

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
    padding: 25px 8%;
    z-index: 10000;
    display: none;
}

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

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

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

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

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

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

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

.cookie-btn.reject {
    background-color: #e9ecef;
    color: #2c3e50;
}

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

/* About Page Styles */
.page-hero-minimal {
    padding: 100px 8% 60px;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    text-align: center;
}

.page-hero-minimal h1 {
    font-size: 52px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -1.5px;
}

.page-hero-minimal p {
    font-size: 20px;
    color: #6c757d;
}

.about-story-offset {
    display: flex;
    gap: 70px;
    padding: 80px 8%;
    align-items: center;
    background-color: #ffffff;
}

.story-visual-left {
    flex: 1;
    transform: translateX(-30px);
}

.story-visual-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #e9ecef;
}

.story-text-right {
    flex: 1;
    transform: translateX(20px);
}

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

.story-text-right p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 20px;
}

.philosophy-asymmetric {
    padding: 100px 8%;
    background-color: #f8f9fa;
}

.philosophy-content-diagonal {
    transform: translateX(40px);
}

.philosophy-content-diagonal h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.philosophy-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.philosophy-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.philosophy-item:nth-child(2) {
    transform: translateY(30px);
}

.philosophy-item:hover {
    transform: translateY(-10px);
}

.philosophy-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.philosophy-item p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
}

.team-approach-split {
    display: flex;
    gap: 80px;
    padding: 100px 8%;
    align-items: center;
    background-color: #ffffff;
}

.approach-text-column {
    flex: 1;
    transform: translateY(-20px);
}

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

.approach-text-column p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 20px;
}

.approach-visual-column {
    flex: 1;
    transform: translateY(30px) translateX(20px);
}

.approach-visual-column img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background-color: #e9ecef;
}

.values-floating {
    padding: 100px 8%;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.values-floating h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 60px;
}

.values-layout-offset {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.value-block {
    background-color: #ffffff;
    padding: 40px 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 320px;
    transition: transform 0.3s ease;
}

.value-block.block-pos-1 {
    transform: translateY(-20px);
}

.value-block.block-pos-2 {
    transform: translateY(30px);
}

.value-block.block-pos-3 {
    transform: translateY(0);
}

.value-block:hover {
    transform: translateY(-15px);
}

.value-block h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.value-block p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
}

.cta-embedded {
    padding: 80px 8%;
    background-color: #2c3e50;
}

.cta-box-offset {
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    transform: translateX(-30px);
}

.cta-box-offset h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-box-offset p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-link-btn {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

/* Services Page Styles */
.services-intro-diagonal {
    padding: 60px 8%;
    background-color: #ffffff;
}

.services-intro-content {
    max-width: 800px;
    transform: translateX(50px);
}

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

.services-intro-content p {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.8;
}

.services-detailed-offset {
    padding: 60px 8%;
    background-color: #f8f9fa;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    align-items: center;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.service-detail-card.layout-1 {
    transform: translateX(-20px);
}

.service-detail-card.layout-2 {
    transform: translateX(20px);
}

.service-visual {
    flex: 1;
}

.service-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e9ecef;
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

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

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    font-size: 16px;
    color: #6c757d;
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: 700;
}

.service-pricing-box {
    margin-bottom: 25px;
}

.price-label {
    font-size: 16px;
    color: #6c757d;
    margin-right: 8px;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
}

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

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

.process-steps-offset {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.process-step {
    background-color: #f8f9fa;
    padding: 35px 30px;
    border-radius: 8px;
    max-width: 250px;
    transition: transform 0.3s ease;
}

.process-step.step-1 {
    transform: translateY(0);
}

.process-step.step-2 {
    transform: translateY(25px);
}

.process-step.step-3 {
    transform: translateY(-15px);
}

.process-step.step-4 {
    transform: translateY(15px);
}

.process-step:hover {
    transform: translateY(-10px);
}

.process-step h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.process-step p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

.cta-services-bottom {
    padding: 80px 8%;
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
}

.cta-content-centered {
    text-align: center;
    color: #ffffff;
}

.cta-content-centered h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-content-centered p {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.9;
}

/* Contact Page Styles */
.contact-layout-split {
    display: flex;
    gap: 80px;
    padding: 80px 8%;
    background-color: #ffffff;
}

.contact-info-column {
    flex: 1;
    transform: translateY(-20px);
}

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

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

.contact-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
}

.contact-block p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
}

.contact-block .note {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

.contact-form-column {
    flex: 1;
    transform: translateY(20px);
}

.contact-form-column h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.contact-form {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}

.location-visual {
    padding: 80px 8%;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
}

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

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

.location-content p {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.7;
}

/* Thanks Page Styles */
.thanks-page-content {
    padding: 80px 8%;
    min-height: 70vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
}

.thanks-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-confirmation {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
    display: none;
}

.service-confirmation p {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.thanks-next-steps h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.next-steps-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.step-item {
    flex: 1;
    text-align: center;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #2c3e50;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.step-item p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

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

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #2c3e50;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}

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

/* Legal Pages */
.legal-page-content {
    padding: 60px 8%;
    background-color: #ffffff;
    min-height: 70vh;
}

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

.legal-container h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.legal-date {
    font-size: 15px;
    color: #999;
    margin-bottom: 40px;
}

.legal-container h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-container h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-container h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 12px;
}

.legal-container p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-container ul {
    margin: 15px 0 15px 30px;
}

.legal-container ul li {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-container a {
    color: #2c3e50;
    text-decoration: underline;
}

.legal-container a:hover {
    color: #1a252f;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-offset {
        flex-direction: column;
        padding: 60px 5%;
    }

    .hero-content-left {
        transform: none;
        padding-right: 0;
    }

    .hero-image-right {
        transform: none;
    }

    .intro-asymmetric,
    .about-story-offset,
    .team-approach-split {
        flex-direction: column;
        gap: 40px;
    }

    .services-grid-irregular .service-card {
        width: 100%;
        transform: none;
    }

    .form-container-asymmetric,
    .contact-layout-split {
        flex-direction: column;
    }

    .service-detail-card {
        flex-direction: column;
        transform: none;
    }

    .values-layout-offset,
    .process-steps-offset,
    .next-steps-grid {
        flex-direction: column;
        align-items: center;
    }

    .value-block,
    .process-step {
        transform: none;
        max-width: 100%;
    }
}

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

    .nav-right {
        gap: 20px;
    }

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

    .thanks-container {
        padding: 40px 30px;
    }

    .thanks-actions {
        flex-direction: column;
    }
}