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

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

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

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

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5aa0;
}

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

.nav-links a {
    font-size: 0.95rem;
    color: #2c3e50;
    position: relative;
}

.nav-links a:hover {
    color: #2c5aa0;
}

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

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

.nav-mobile-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero Asymmetric */
.hero-asymmetric {
    padding: 80px 5% 60px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hero-content-offset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-text-block {
    flex: 1 1 450px;
    padding-right: 40px;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a2e;
}

.hero-text-block p {
    font-size: 1.25rem;
    margin-bottom: 35px;
    color: #4a5568;
    line-height: 1.7;
}

.hero-image-block {
    flex: 1 1 500px;
    position: relative;
}

.hero-image-block img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(-2deg);
}

/* CTA Buttons */
.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #2c5aa0;
    color: #ffffff;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}

.cta-primary:hover {
    background: #234a85;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
}

.cta-secondary {
    display: inline-block;
    padding: 14px 35px;
    background: #ffffff;
    color: #2c5aa0;
    border: 2px solid #2c5aa0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
}

.cta-secondary:hover {
    background: #2c5aa0;
    color: #ffffff;
}

/* Intro Offset Section */
.intro-offset {
    padding: 100px 5%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
}

.intro-narrow {
    flex: 1 1 400px;
    padding-top: 20px;
}

.intro-narrow h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #1a1a2e;
    line-height: 1.3;
}

.intro-narrow p {
    font-size: 1.15rem;
    color: #4a5568;
    line-height: 1.8;
}

.intro-wide-card {
    flex: 1 1 500px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.intro-wide-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

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

.card-overlay h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.card-overlay p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Services Preview Irregular */
.services-preview-irregular {
    padding: 80px 5%;
    background: #f8f9fa;
}

.services-header-left {
    max-width: 600px;
    margin-bottom: 50px;
}

.services-header-left h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.services-header-left p {
    font-size: 1.2rem;
    color: #6c757d;
}

.services-grid-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.service-card.card-large {
    flex: 1 1 calc(60% - 15px);
}

.service-card.card-small {
    flex: 1 1 calc(40% - 15px);
}

.service-card.card-medium {
    flex: 1 1 calc(50% - 15px);
}

.service-card h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-card p {
    font-size: 1.05rem;
    color: #6c757d;
    margin-bottom: 25px;
    line-height: 1.7;
}

.price-tag {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5aa0;
    margin: 20px 0;
}

.link-arrow {
    color: #2c5aa0;
    font-weight: 600;
    font-size: 1rem;
    margin-top: auto;
}

.link-arrow:hover {
    text-decoration: underline;
}

/* Why Us Split */
.why-us-split {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 80px auto;
}

.why-left-image {
    flex: 1 1 45%;
}

.why-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-right-content {
    flex: 1 1 55%;
    padding: 60px 70px;
    background: #f8f9fa;
}

.why-right-content h2 {
    font-size: 2.5rem;
    margin-bottom: 35px;
    color: #1a1a2e;
}

.benefits-list {
    margin-bottom: 40px;
}

.benefits-list li {
    font-size: 1.15rem;
    color: #4a5568;
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
}

.benefits-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2c5aa0;
    font-weight: 700;
    font-size: 1.3rem;
}

/* Testimonials Stacked */
.testimonials-stacked {
    padding: 80px 5%;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-stacked h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a2e;
}

.testimonial-block {
    background: #f8f9fa;
    padding: 40px 50px;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    border-left: 4px solid #2c5aa0;
}

.testimonial-block.testimonial-left {
    margin-left: 0;
    margin-right: 15%;
}

.testimonial-block.testimonial-right {
    margin-left: 15%;
    margin-right: 0;
}

.testimonial-block.testimonial-center {
    margin-left: 10%;
    margin-right: 10%;
}

.testimonial-block p {
    font-size: 1.15rem;
    font-style: italic;
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 1rem;
    font-weight: 600;
    color: #2c5aa0;
    text-align: right;
}

/* Form Section Asymmetric */
.form-section-asymmetric {
    padding: 100px 5%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.form-container-offset {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 70px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.form-intro {
    margin-bottom: 40px;
}

.form-intro h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.form-intro p {
    font-size: 1.1rem;
    color: #6c757d;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    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: #2c5aa0;
}

.btn-submit {
    padding: 16px 40px;
    background: #2c5aa0;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #234a85;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
}

/* Locations Showcase */
.locations-showcase {
    padding: 80px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.locations-showcase h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a2e;
}

.locations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.location-item {
    flex: 1 1 calc(25% - 19px);
    min-width: 220px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.location-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.location-item:hover img {
    transform: scale(1.05);
}

.location-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
}

/* Sticky CTA Bottom */
.cta-sticky-bottom {
    padding: 50px 5%;
    background: #2c5aa0;
}

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

.sticky-cta-content p {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}

.cta-sticky-btn {
    padding: 14px 35px;
    background: #ffffff;
    color: #2c5aa0;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
}

.cta-sticky-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

/* Footer Asymmetric */
.footer-asymmetric {
    background: #1a1a2e;
    color: #ffffff;
    padding: 60px 5% 20px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto 40px;
}

.footer-col {
    flex: 1 1 220px;
}

.footer-brand {
    flex: 1 1 300px;
}

.footer-col h3,
.footer-col h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.footer-col p {
    color: #cbd5e0;
    line-height: 1.8;
    margin-bottom: 10px;
}

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

.footer-col ul li a {
    color: #cbd5e0;
    font-size: 0.95rem;
}

.footer-col ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 0.9rem;
    color: #cbd5e0;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e0;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

.btn-accept:hover {
    background: #234a85;
}

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

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

/* About Page Specific */
.about-hero-offset {
    padding: 100px 5%;
    background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
    text-align: center;
}

.about-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.about-hero-content p {
    font-size: 1.3rem;
    color: #4a5568;
}

.about-story-irregular {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 80px auto;
    gap: 60px;
    padding: 0 5%;
}

.story-block-left {
    flex: 1 1 45%;
}

.story-block-left img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.story-block-right {
    flex: 1 1 50%;
    padding-top: 20px;
}

.story-block-right h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #1a1a2e;
}

.story-block-right p {
    font-size: 1.15rem;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.8;
}

.values-asymmetric {
    padding: 80px 5%;
    background: #f8f9fa;
}

.values-asymmetric h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a2e;
}

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

.value-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.value-card.value-featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.value-card h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.value-card.value-featured p {
    color: rgba(255, 255, 255, 0.95);
}

.team-section-stacked {
    padding: 80px 5%;
    max-width: 1000px;
    margin: 0 auto;
}

.team-section-stacked h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a2e;
    text-align: center;
}

.team-intro {
    text-align: center;
    font-size: 1.15rem;
    color: #4a5568;
    line-height: 1.8;
}

.process-flow {
    padding: 80px 5%;
    background: #f8f9fa;
}

.process-flow h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a2e;
}

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

.process-step {
    flex: 1 1 calc(33.333% - 27px);
    min-width: 250px;
    text-align: center;
}

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

.process-step h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.process-step p {
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.7;
}

.cta-about {
    padding: 80px 5%;
}

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

.cta-content-center h2 {
    font-size: 2.5rem;
    margin-bottom: 35px;
    color: #1a1a2e;
}

/* Services Page Specific */
.services-hero {
    padding: 100px 5%;
    background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
    text-align: center;
}

.services-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.services-hero p {
    font-size: 1.3rem;
    color: #4a5568;
}

.services-detailed {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 5%;
}

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

.service-detail-block.service-offset-left {
    flex-direction: row;
}

.service-detail-block.service-offset-right {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1 1 50%;
    min-width: 300px;
}

.service-detail-content h2 {
    font-size: 2.3rem;
    margin-bottom: 25px;
    color: #1a1a2e;
}

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

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

.service-features li {
    font-size: 1.05rem;
    color: #2c3e50;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

.service-features li::before {
    content: '•';
    position: absolute;
    left: 10px;
    color: #2c5aa0;
    font-size: 1.5rem;
}

.service-pricing {
    background: #f8f9fa;
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 4px solid #2c5aa0;
}

.price-main {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 8px;
}

.price-note {
    font-size: 0.9rem;
    color: #6c757d;
}

.cta-service {
    display: inline-block;
    padding: 14px 35px;
    background: #2c5aa0;
    color: #ffffff;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
}

.cta-service:hover {
    background: #234a85;
    transform: translateY(-2px);
}

.service-detail-image {
    flex: 1 1 40%;
    min-width: 300px;
}

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

/* Contact Page Specific */
.contact-hero {
    padding: 100px 5%;
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
    text-align: center;
}

.contact-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.contact-hero p {
    font-size: 1.3rem;
    color: #4a5568;
}

.contact-info-asymmetric {
    padding: 80px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-block-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: stretch;
}

.contact-details {
    flex: 1 1 45%;
    min-width: 300px;
}

.contact-details h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #1a1a2e;
}

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

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #2c5aa0;
}

.contact-item p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
}

.contact-image {
    flex: 1 1 50%;
    min-width: 300px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.contact-additional {
    padding: 80px 5%;
    background: #f8f9fa;
}

.contact-additional h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a2e;
}

.help-options {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.help-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.help-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.help-card p {
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.7;
}

.location-info {
    padding: 80px 5%;
    max-width: 900px;
    margin: 0 auto;
}

.location-info h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #1a1a2e;
}

.location-info p {
    font-size: 1.15rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Thanks Page Specific */
.thanks-section {
    padding: 120px 5%;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.thanks-content p {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 30px;
}

.service-info {
    background: #f8f9fa;
    padding: 20px 30px;
    border-radius: 8px;
    margin: 25px 0;
    font-size: 1.1rem;
    color: #2c3e50;
}

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

.btn-primary {
    padding: 14px 35px;
    background: #2c5aa0;
    color: #ffffff;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
}

.btn-primary:hover {
    background: #234a85;
}

.btn-secondary {
    padding: 14px 35px;
    background: #ffffff;
    color: #2c5aa0;
    border: 2px solid #2c5aa0;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
}

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

.next-steps {
    padding: 80px 5%;
    background: #f8f9fa;
}

.next-steps h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a2e;
}

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

.step-item {
    flex: 1 1 calc(33.333% - 27px);
    min-width: 250px;
    text-align: center;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

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

.step-item h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

/* Legal Pages Specific */
.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 5%;
}

.legal-content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.last-updated {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.legal-content p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-content ul {
    margin: 20px 0 20px 30px;
}

.legal-content ul li {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 10px;
}

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

.legal-content a:hover {
    color: #234a85;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        gap: 15px;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-mobile-toggle {
        display: block;
    }

    .hero-text-block h1 {
        font-size: 2.5rem;
    }

    .hero-image-block img {
        transform: rotate(0deg);
    }

    .hero-content-offset,
    .intro-offset,
    .why-us-split,
    .about-story-irregular,
    .service-detail-block,
    .contact-block-offset {
        gap: 30px;
    }

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

    .why-right-content {
        padding: 40px 30px;
    }

    .testimonial-block.testimonial-left,
    .testimonial-block.testimonial-right,
    .testimonial-block.testimonial-center {
        margin-left: 0;
        margin-right: 0;
    }

    .form-container-offset {
        padding: 40px 30px;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .service-detail-block.service-offset-right {
        flex-direction: row;
    }

    .location-item {
        flex: 1 1 calc(50% - 13px);
    }
}

@media (max-width: 480px) {
    .hero-text-block h1 {
        font-size: 2rem;
    }

    .intro-narrow h2,
    .services-header-left h2,
    .why-right-content h2,
    .testimonials-stacked h2,
    .about-hero-content h1,
    .services-hero h1,
    .contact-hero h1 {
        font-size: 2rem;
    }

    .thanks-content h1 {
        font-size: 2.2rem;
    }

    .location-item {
        flex: 1 1 100%;
    }
}