* {
    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: #333;
    background: #fff;
}

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

.nav-asymmetric {
    background: #fff;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}

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

.brand-mark {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.nav-items-scattered {
    list-style: none;
    display: flex;
    gap: 35px;
}

.nav-items-scattered a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-items-scattered a:hover {
    color: #3498db;
}

.hero-diagonal {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px 80px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.hero-content-offset {
    flex: 1;
    min-width: 300px;
    padding-left: 40px;
}

.headline-large {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.subtext-wide {
    font-size: 20px;
    color: #555;
    margin-bottom: 35px;
    max-width: 550px;
}

.cta-primary-slant {
    display: inline-block;
    background: #3498db;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    transform: skewX(-5deg);
    transition: background 0.3s;
}

.cta-primary-slant:hover {
    background: #2980b9;
}

.hero-visual-split {
    flex: 1;
    min-width: 300px;
    transform: translateY(-20px);
}

.hero-visual-split img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 20px 20px 0 rgba(52, 152, 219, 0.1);
}

.intro-stagger {
    background: #f8f9fa;
    padding: 100px 20px 100px 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    align-items: flex-start;
}

.content-narrow-left {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.content-narrow-left h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.content-narrow-left p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

.stats-cards-offset {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-card {
    background: #fff;
    padding: 30px;
    border-left: 5px solid #3498db;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.stat-card.shifted {
    margin-left: 60px;
}

.stat-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #3498db;
    margin-bottom: 10px;
}

.stat-label {
    display: block;
    font-size: 16px;
    color: #666;
}

.problem-asymmetric {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.img-floating {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    transform: translateX(-30px);
}

.img-floating img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.text-block-right {
    flex: 1;
    min-width: 300px;
    padding-right: 60px;
}

.text-block-right h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.list-custom {
    list-style: none;
    padding-left: 0;
}

.list-custom li {
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 17px;
    color: #555;
}

.list-custom li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.insight-diagonal {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px 80px 120px;
    margin: 100px 0;
    transform: skewY(-2deg);
}

.insight-content {
    max-width: 900px;
    margin: 0 auto;
    transform: skewY(2deg);
}

.insight-content h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}

.insight-content p {
    font-size: 19px;
    color: #fff;
    line-height: 1.8;
}

.citation {
    color: #ffd700;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.citation:hover {
    opacity: 0.8;
}

.services-irregular {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 20px;
}

.section-title-offset {
    font-size: 42px;
    margin-bottom: 60px;
    color: #2c3e50;
    padding-left: 80px;
}

.services-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}

.service-card {
    background: #fff;
    border: 2px solid #e8e8e8;
    padding: 35px;
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card.elevated {
    transform: translateY(-20px);
}

.service-card.shifted-down {
    transform: translateY(20px);
}

.service-card.shifted-up {
    transform: translateY(-10px);
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.price-display {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 20px;
}

.select-service {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #2980b9;
}

.testimonials-scattered {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
}

.testimonials-scattered h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

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

.testimonial {
    background: #f8f9fa;
    padding: 30px;
    border-left: 4px solid #3498db;
    max-width: 600px;
}

.testimonial.left-float {
    align-self: flex-start;
    margin-left: 0;
}

.testimonial.right-float {
    align-self: flex-end;
    margin-right: 0;
}

.testimonial.center-float {
    align-self: center;
}

.testimonial p {
    font-size: 17px;
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
}

.testimonial cite {
    font-size: 15px;
    color: #888;
    font-style: normal;
}

.benefits-overlap {
    max-width: 1300px;
    margin: 100px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.benefit-item {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.benefit-item.offset-left {
    padding-left: 60px;
}

.benefit-item.offset-right {
    padding-right: 60px;
    flex-direction: row-reverse;
}

.benefit-item img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
}

.benefit-text {
    flex: 1;
    min-width: 280px;
}

.benefit-text h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.benefit-text p {
    font-size: 17px;
    color: #666;
    line-height: 1.7;
}

.cta-angled {
    background: #2c3e50;
    padding: 80px 20px;
    transform: skewY(-1deg);
    margin: 100px 0;
}

.cta-content-diagonal {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    transform: skewY(1deg);
}

.cta-content-diagonal h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content-diagonal p {
    font-size: 19px;
    color: #ecf0f1;
    margin-bottom: 30px;
}

.cta-secondary {
    display: inline-block;
    background: #fff;
    color: #2c3e50;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.cta-secondary:hover {
    background: #ecf0f1;
}

.form-section-offset {
    max-width: 700px;
    margin: 100px auto 100px 100px;
    padding: 0 20px;
}

.form-section-offset h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.form-asymmetric {
    background: #f8f9fa;
    padding: 40px;
    border-left: 5px solid #3498db;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #ddd;
    background: #fff;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-submit-slant {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transform: skewX(-3deg);
    transition: background 0.3s;
}

.btn-submit-slant:hover {
    background: #2980b9;
}

.disclaimer-offset {
    max-width: 1000px;
    margin: 80px auto 80px 60px;
    padding: 30px 40px;
    background: #fff9e6;
    border-left: 5px solid #f39c12;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.references-section {
    max-width: 1100px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #f8f9fa;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.references-list {
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.references-list a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.footer-split {
    background: #2c3e50;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    color: #ecf0f1;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    min-width: 200px;
}

.footer-left p {
    margin-bottom: 10px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-nav a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #3498db;
}

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

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

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

.cookie-content p {
    color: #fff;
    flex: 1;
    min-width: 250px;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cookie-btn:hover {
    opacity: 0.9;
}

.cookie-btn.accept {
    background: #27ae60;
    color: #fff;
}

.cookie-btn.reject {
    background: #95a5a6;
    color: #fff;
}

.page-header-diagonal {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px 80px 100px;
    transform: skewY(-2deg);
    margin-bottom: 80px;
}

.page-header-diagonal h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
    transform: skewY(2deg);
}

.header-intro {
    font-size: 20px;
    color: #fff;
    transform: skewY(2deg);
}

.about-content-stagger {
    max-width: 1300px;
    margin: 80px auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.content-block {
    flex: 1;
    min-width: 300px;
}

.content-block.offset-right {
    padding-right: 80px;
}

.content-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.content-block p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-image {
    flex: 1;
    min-width: 280px;
    max-width: 450px;
}

.content-image.floating-left {
    transform: translateX(-40px);
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.values-asymmetric {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
}

.values-asymmetric h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #2c3e50;
    text-align: center;
}

.values-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.value-card {
    background: #f8f9fa;
    padding: 30px;
    flex: 1;
    min-width: 260px;
    max-width: 350px;
    border-left: 4px solid #3498db;
}

.value-card.elevated {
    transform: translateY(-15px);
}

.value-card.shifted {
    transform: translateY(15px);
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.team-offset {
    max-width: 1100px;
    margin: 80px auto 80px 60px;
    padding: 0 20px;
}

.team-offset h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.team-intro {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 700px;
}

.team-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 15px 15px 0 rgba(52, 152, 219, 0.1);
}

.approach-diagonal {
    background: #f8f9fa;
    padding: 80px 20px 80px 100px;
    margin: 100px 0;
}

.approach-content {
    max-width: 900px;
}

.approach-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.process-list-custom {
    list-style: none;
    counter-reset: process-counter;
    padding-left: 0;
}

.process-list-custom li {
    counter-increment: process-counter;
    padding: 15px 0 15px 60px;
    position: relative;
    font-size: 18px;
    color: #555;
}

.process-list-custom li::before {
    content: counter(process-counter);
    position: absolute;
    left: 0;
    top: 10px;
    background: #3498db;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.cta-about-slant {
    max-width: 1100px;
    margin: 80px auto;
    padding: 60px 40px;
    background: #3498db;
    text-align: center;
    transform: skewY(-1deg);
}

.cta-about-slant h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 25px;
    transform: skewY(1deg);
}

.cta-link-arrow {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 35px;
    background: #2c3e50;
    transform: skewY(1deg);
    transition: background 0.3s;
}

.cta-link-arrow:hover {
    background: #1a252f;
}

.services-detail-asymmetric {
    max-width: 1300px;
    margin: 80px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-detail-card {
    background: #fff;
    border: 2px solid #e8e8e8;
    padding: 40px;
}

.service-detail-card.offset-left {
    margin-left: 0;
    margin-right: 100px;
}

.service-detail-card.offset-right {
    margin-left: 100px;
    margin-right: 0;
}

.service-detail-card.centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #3498db;
}

.service-header h2 {
    font-size: 32px;
    color: #2c3e50;
}

.price-tag {
    font-size: 36px;
    font-weight: 700;
    color: #3498db;
}

.service-body h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.service-body ul li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.service-body ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 18px;
}

.service-body p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.additional-info-diagonal {
    background: #f8f9fa;
    padding: 80px 20px 80px 80px;
    margin: 100px 0;
}

.additional-info-diagonal h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

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

.info-block {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 30px;
    border-top: 4px solid #3498db;
}

.info-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.info-block p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.cta-services-slant {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 40px;
    background: #2c3e50;
    text-align: center;
    transform: skewX(-2deg);
}

.cta-services-slant h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 25px;
    transform: skewX(2deg);
}

.cta-button-arrow {
    display: inline-block;
    background: #3498db;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transform: skewX(2deg);
    transition: background 0.3s;
}

.cta-button-arrow:hover {
    background: #2980b9;
}

.contact-layout-asymmetric {
    max-width: 1300px;
    margin: 80px auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.contact-info-offset {
    flex: 1;
    min-width: 300px;
    padding-left: 60px;
}

.contact-info-offset h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #3498db;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.email-display {
    color: #2c3e50;
    font-weight: 500;
}

.contact-note {
    background: #fff9e6;
    padding: 20px;
    border-left: 4px solid #f39c12;
    margin-top: 30px;
}

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

.contact-visual {
    flex: 1;
    min-width: 280px;
}

.contact-image-floating {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transform: translateY(-30px);
    box-shadow: 20px 20px 0 rgba(52, 152, 219, 0.1);
}

.directions-section {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px 0 60px;
}

.directions-section h2 {
    font-size: 34px;
    margin-bottom: 35px;
    color: #2c3e50;
}

.directions-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.direction-block {
    flex: 1;
    min-width: 280px;
}

.direction-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #3498db;
}

.direction-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.cta-contact-diagonal {
    background: #3498db;
    padding: 60px 20px 60px 80px;
    transform: skewY(-1deg);
    margin: 100px 0;
}

.cta-contact-diagonal h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    transform: skewY(1deg);
    max-width: 800px;
}

.cta-link-simple {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 30px;
    background: #2c3e50;
    transform: skewY(1deg);
    transition: background 0.3s;
}

.cta-link-simple:hover {
    background: #1a252f;
}

.thanks-hero-diagonal {
    max-width: 1300px;
    margin: 80px auto;
    padding: 0 20px 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
}

.thanks-content {
    flex: 1;
    min-width: 300px;
}

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

.thanks-message {
    font-size: 19px;
    color: #555;
    margin-bottom: 40px;
}

.service-confirmation {
    background: #e8f8f5;
    padding: 20px;
    margin-bottom: 40px;
    border-left: 4px solid #27ae60;
}

.service-selected {
    font-size: 17px;
    color: #2c3e50;
}

.next-steps-offset {
    margin-bottom: 40px;
}

.next-steps-offset h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.steps-list {
    padding-left: 20px;
}

.steps-list li {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

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

.btn-primary {
    display: inline-block;
    background: #3498db;
    color: #fff;
    padding: 14px 35px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #2980b9;
}

.btn-secondary {
    display: inline-block;
    background: #95a5a6;
    color: #fff;
    padding: 14px 35px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-secondary:hover {
    background: #7f8c8d;
}

.thanks-image {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
}

.thanks-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.info-reminder {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #f8f9fa;
    border-top: 4px solid #3498db;
}

.info-reminder h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.info-reminder p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.document-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.document-list li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.document-list li::before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #3498db;
    font-size: 20px;
}

.note-text {
    font-size: 15px;
    color: #888;
    font-style: italic;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #2c3e50;
}

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
}

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

.legal-content ul,
.legal-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content li {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
}

.legal-content a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.legal-content a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.update-date {
    margin-top: 40px;
    font-style: italic;
    color: #888;
    font-size: 14px;
}

@media (max-width: 768px) {
    .nav-offset {
        padding: 15px;
        flex-direction: column;
        gap: 20px;
    }

    .nav-items-scattered {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-diagonal {
        padding: 40px 20px;
        gap: 30px;
    }

    .hero-content-offset {
        padding-left: 0;
    }

    .headline-large {
        font-size: 32px;
    }

    .subtext-wide {
        font-size: 17px;
    }

    .intro-stagger {
        padding: 60px 20px;
        gap: 40px;
    }

    .stat-card.shifted {
        margin-left: 20px;
    }

    .problem-asymmetric {
        padding: 0 20px;
        gap: 30px;
    }

    .img-floating {
        transform: translateX(0);
    }

    .text-block-right {
        padding-right: 0;
    }

    .insight-diagonal {
        padding: 60px 20px;
    }

    .section-title-offset {
        font-size: 32px;
        padding-left: 0;
    }

    .services-grid-asymmetric {
        gap: 30px;
    }

    .service-card.elevated,
    .service-card.shifted-down,
    .service-card.shifted-up {
        transform: translateY(0);
    }

    .benefits-overlap {
        gap: 50px;
    }

    .benefit-item.offset-left,
    .benefit-item.offset-right {
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }

    .form-section-offset {
        margin: 60px auto;
        max-width: 100%;
    }

    .form-asymmetric {
        padding: 30px 20px;
    }

    .disclaimer-offset {
        margin: 60px 20px;
    }

    .footer-split {
        flex-direction: column;
        gap: 30px;
    }

    .page-header-diagonal {
        padding: 60px 20px;
    }

    .page-header-diagonal h1 {
        font-size: 36px;
    }

    .content-block.offset-right {
        padding-right: 0;
    }

    .content-image.floating-left {
        transform: translateX(0);
    }

    .team-offset {
        margin: 60px 20px;
    }

    .approach-diagonal {
        padding: 60px 20px;
    }

    .service-detail-card.offset-left,
    .service-detail-card.offset-right {
        margin-left: 0;
        margin-right: 0;
    }

    .additional-info-diagonal {
        padding: 60px 20px;
    }

    .contact-info-offset {
        padding-left: 0;
    }

    .contact-image-floating {
        transform: translateY(0);
    }

    .directions-section {
        padding: 0 20px;
    }

    .thanks-hero-diagonal {
        padding: 0 20px;
    }

    .thanks-content h1 {
        font-size: 32px;
    }

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

    .cookie-actions {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .headline-large {
        font-size: 26px;
    }

    .cta-primary-slant,
    .btn-submit-slant,
    .cta-secondary {
        padding: 12px 25px;
        font-size: 15px;
    }

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

    .price-display {
        font-size: 26px;
    }

    .stat-number {
        font-size: 36px;
    }

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

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}