* {
    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;
}

.navbar {
    background: #1a1a2e;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

.brand {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f39c12;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

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

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

.ad-notice {
    background: rgba(243, 156, 18, 0.15);
    color: #f39c12;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    font-size: 0.85rem;
    border: 1px solid rgba(243, 156, 18, 0.3);
}

.hero-asymmetric {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 550px;
    margin-left: 8%;
    margin-top: -4rem;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 2px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.hero-content-offset h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
}

.hero-content-offset p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: #34495e;
}

.cta-primary {
    display: inline-block;
    background: #e67e22;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3);
}

.cta-primary:hover {
    background: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(230, 126, 34, 0.4);
}

.hero-image-block {
    position: absolute;
    right: 0;
    top: 15%;
    width: 55%;
    height: 70%;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    box-shadow: -15px 15px 35px rgba(0,0,0,0.4);
    background-color: #34495e;
}

.hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-offset {
    display: flex;
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
    gap: 4rem;
    align-items: flex-start;
}

.intro-narrow {
    flex: 1.2;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #2c3e50;
    padding-top: 2rem;
}

.intro-visual-card {
    flex: 1;
    margin-top: -3rem;
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    background-color: #ecf0f1;
}

.intro-visual-card img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.card-caption {
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
}

.services-irregular {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    padding: 5rem 2rem;
}

.section-title-offset {
    max-width: 1400px;
    margin: 0 auto 4rem 10%;
    font-size: 2.5rem;
    color: #1a1a2e;
}

.service-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    background-color: #ffffff;
}

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

.card-left {
    width: calc(45% - 1.25rem);
    margin-top: 2rem;
}

.card-right-elevated {
    width: calc(50% - 1.25rem);
    margin-top: -2rem;
}

.card-center {
    width: calc(55% - 1.25rem);
}

.card-left-lower {
    width: calc(42% - 1.25rem);
    margin-top: 3rem;
}

.card-right {
    width: calc(53% - 1.25rem);
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-color: #bdc3c7;
}

.service-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #1a1a2e;
}

.service-card p {
    margin: 0 1.5rem 1.5rem;
    color: #555;
    line-height: 1.6;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #e67e22;
    margin: 1.5rem;
}

.select-service {
    display: block;
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem;
    padding: 0.9rem;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-service:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.process-overlap {
    position: relative;
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
}

.process-text-block {
    flex: 1;
    padding: 3rem;
    background: #2c3e50;
    color: #ecf0f1;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background-color: #2c3e50;
}

.process-text-block h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #f39c12;
}

.process-text-block p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.process-image-float {
    flex: 1;
    margin-left: -5rem;
    margin-top: 4rem;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    background-color: #95a5a6;
}

.process-image-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-section-diagonal {
    background: linear-gradient(165deg, #f39c12 0%, #e67e22 100%);
    padding: 5rem 2rem;
    margin: 6rem 0;
    transform: skewY(-2deg);
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    border-radius: 6px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    transform: skewY(2deg);
    background-color: #ffffff;
}

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.form-intro {
    margin-bottom: 2rem;
    color: #555;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #dfe6e9;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group input[readonly] {
    background: #f8f9fa;
    color: #555;
}

.btn-submit {
    width: 100%;
    padding: 1.1rem;
    background: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.benefits-stacked {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.benefit-item {
    padding: 2.5rem;
    margin-bottom: 2rem;
    background: #ffffff;
    border-left: 5px solid #3498db;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

.benefit-offset-left {
    margin-left: 0;
    margin-right: 15%;
}

.benefit-offset-right {
    margin-left: 15%;
    margin-right: 0;
}

.benefit-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.benefit-item p {
    color: #555;
    line-height: 1.7;
}

.trust-block-irregular {
    background: #ecf0f1;
    padding: 5rem 2rem;
    background-color: #ecf0f1;
}

.trust-content {
    max-width: 900px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
}

.trust-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #2c3e50;
}

.trust-content img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    object-fit: cover;
    background-color: #95a5a6;
}

.footer {
    background: #1a1a2e;
    color: #ecf0f1;
    padding: 3rem 2rem 1rem;
    background-color: #1a1a2e;
}

.footer-columns {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    color: #f39c12;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-col p {
    margin-bottom: 0.5rem;
    color: #bdc3c7;
}

.footer-col a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #f39c12;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #bdc3c7;
    background-color: rgba(255, 255, 255, 0.05);
}

.footer-bottom {
    max-width: 1400px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ecf0f1;
    padding: 1.5rem;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 2000;
    transition: transform 0.3s ease;
    background-color: #2c3e50;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

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

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

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.btn-accept:hover {
    background: #229954;
}

.btn-reject {
    background: #e74c3c;
    color: #ffffff;
}

.btn-reject:hover {
    background: #c0392b;
}

.about-hero-offset {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 2rem;
    background-color: #667eea;
}

.about-text-main {
    max-width: 800px;
    margin: 0 auto 0 8%;
    color: #ffffff;
}

.about-text-main h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.about-text-main p {
    font-size: 1.2rem;
    line-height: 1.8;
}

.story-asymmetric {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.story-block-left {
    flex: 1.2;
}

.story-block-left h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
}

.story-block-left p {
    margin-bottom: 1.2rem;
    line-height: 1.8;
    color: #2c3e50;
}

.story-visual-right {
    flex: 1;
    margin-top: -4rem;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    background-color: #95a5a6;
}

.story-visual-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.values-irregular {
    background: #f8f9fa;
    padding: 5rem 2rem;
    background-color: #f8f9fa;
}

.section-title-center {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
    color: #1a1a2e;
}

.value-cards-offset {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.value-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

.card-position-1 {
    width: calc(50% - 1.25rem);
    margin-top: 0;
}

.card-position-2 {
    width: calc(50% - 1.25rem);
    margin-top: 3rem;
}

.card-position-3 {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.value-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.value-card p {
    line-height: 1.7;
    color: #555;
}

.team-overlap {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
    position: relative;
}

.team-intro {
    max-width: 600px;
    background: #ffffff;
    padding: 3rem;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background-color: #ffffff;
}

.team-intro h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.team-intro p {
    line-height: 1.8;
    color: #2c3e50;
}

.team-visual {
    margin-top: -8rem;
    margin-left: 25%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    background-color: #95a5a6;
}

.team-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.approach-stacked {
    max-width: 1000px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.approach-block {
    padding: 2.5rem;
    margin-bottom: 2rem;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

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

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

.approach-block h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.approach-block p {
    line-height: 1.7;
    color: #555;
}

.commitment-diagonal {
    background: linear-gradient(165deg, #3498db 0%, #2980b9 100%);
    padding: 5rem 2rem;
    transform: skewY(-2deg);
    margin: 6rem 0;
    background-color: #3498db;
}

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

.commitment-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
}

.commitment-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.services-hero-diagonal {
    background: linear-gradient(165deg, #16a085 0%, #1abc9c 100%);
    padding: 5rem 2rem;
    text-align: center;
    color: #ffffff;
    transform: skewY(-2deg);
    background-color: #16a085;
}

.services-hero-diagonal h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    transform: skewY(2deg);
}

.hero-subtext {
    font-size: 1.2rem;
    transform: skewY(2deg);
}

.services-detail-offset {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.service-detail-card {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
}

.card-layout-1 {
    flex-direction: row;
}

.card-layout-2 {
    flex-direction: row-reverse;
}

.card-layout-3 {
    flex-direction: column;
    background: #2c3e50;
    color: #ecf0f1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-color: #2c3e50;
}

.service-image-block {
    flex: 1;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    background-color: #95a5a6;
}

.service-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-text-block {
    flex: 1;
}

.service-text-block h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.card-layout-3 .service-text-block h2 {
    color: #ffffff;
}

.price-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e67e22;
    margin: 1.5rem 0;
}

.card-layout-3 .price-large {
    color: #f39c12;
}

.service-text-block p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #2c3e50;
}

.card-layout-3 .service-text-block p {
    color: #ecf0f1;
}

.service-features {
    list-style: none;
    margin-bottom: 2rem;
}

.service-features li {
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
}

.card-layout-3 .service-features li {
    color: #bdc3c7;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.service-image-full {
    width: 100%;
    height: 300px;
    flex: none;
}

.service-text-overlay {
    padding: 3rem;
    position: relative;
    z-index: 5;
}

.service-info-asymmetric {
    background: #ecf0f1;
    padding: 5rem 2rem;
    background-color: #ecf0f1;
}

.info-block {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

.info-offset-left {
    margin-right: 20%;
}

.info-offset-right {
    margin-left: 20%;
}

.info-centered {
    max-width: 800px;
}

.info-block h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.info-block p {
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.contact-hero-offset {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    padding: 5rem 2rem;
    color: #ffffff;
    background-color: #e74c3c;
}

.contact-hero-offset h1 {
    max-width: 1200px;
    margin: 0 auto 1rem 10%;
    font-size: 2.8rem;
}

.contact-intro {
    max-width: 1200px;
    margin: 0 auto 0 10%;
    font-size: 1.1rem;
    line-height: 1.7;
}

.contact-layout-asymmetric {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.contact-info-block {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

.block-position-1 {
    width: calc(55% - 1.5rem);
    margin-top: 0;
}

.block-position-2 {
    width: calc(45% - 1.5rem);
    margin-top: 3rem;
}

.block-position-3 {
    width: 100%;
}

.contact-info-block h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    border-bottom: 3px solid #e67e22;
    padding-bottom: 0.5rem;
}

.address-details p {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #2c3e50;
}

.address-note,
.contact-note,
.hours-note {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    font-size: 0.95rem;
    color: #555;
    background-color: #f8f9fa;
}

.email-display {
    font-size: 1.3rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hours-table {
    margin-bottom: 1rem;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid #ecf0f1;
}

.hours-row:last-child {
    border-bottom: none;
}

.day {
    font-weight: 600;
    color: #2c3e50;
}

.time {
    color: #555;
}

.location-visual-section {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.location-context {
    max-width: 700px;
    margin-bottom: 2rem;
}

.location-context h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.location-context p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #2c3e50;
}

.location-image {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background-color: #95a5a6;
}

.location-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.practical-info-offset {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.info-card {
    background: #ffffff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

.info-left {
    margin-right: 15%;
}

.info-right {
    margin-left: 15%;
}

.info-center {
    margin: 0 auto;
    max-width: 700px;
}

.info-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.info-card p {
    line-height: 1.7;
    color: #555;
}

.directions-section {
    background: #f8f9fa;
    padding: 5rem 2rem;
    background-color: #f8f9fa;
}

.directions-section h2 {
    max-width: 1200px;
    margin: 0 auto 3rem;
    font-size: 2.3rem;
    color: #1a1a2e;
}

.directions-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.direction-block {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

.direction-block h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #e67e22;
}

.direction-block p {
    line-height: 1.8;
    color: #2c3e50;
}

.thanks-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    padding: 4rem 2rem;
    background-color: #27ae60;
}

.thanks-content {
    max-width: 800px;
    background: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    background-color: #ffffff;
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #27ae60;
}

.thanks-message {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #2c3e50;
}

.next-steps {
    margin-bottom: 2.5rem;
}

.next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #1a1a2e;
}

.step-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.step-number {
    min-width: 50px;
    height: 50px;
    background: #3498db;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    background-color: #3498db;
}

.step-text h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #1a1a2e;
}

.step-text p {
    line-height: 1.6;
    color: #555;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-primary {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 1rem 2rem;
    background: #e67e22;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.btn-secondary {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 1rem 2rem;
    background: transparent;
    color: #3498db;
    text-decoration: none;
    border: 2px solid #3498db;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #3498db;
    color: #ffffff;
}

.additional-info-thanks {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.info-box {
    flex: 1;
    min-width: 300px;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 6px;
    border-left: 5px solid #f39c12;
    background-color: #f8f9fa;
}

.info-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.info-box p {
    line-height: 1.7;
    color: #2c3e50;
}

.legal-content {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 2rem 4rem;
    line-height: 1.8;
}

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

.legal-intro {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-bottom: 3rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #34495e;
}

.legal-content p {
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-content ul {
    margin-bottom: 1.5rem;
    margin-left: 2rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.legal-content a {
    color: #3498db;
    text-decoration: underline;
}

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

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-content-offset {
        margin: 2rem;
        max-width: 100%;
    }

    .hero-image-block {
        position: relative;
        width: 100%;
        height: 350px;
        top: 0;
        border-radius: 8px;
    }

    .intro-offset,
    .story-asymmetric,
    .process-overlap {
        flex-direction: column;
    }

    .service-grid-asymmetric {
        flex-direction: column;
    }

    .service-card {
        width: 100%;
        margin-top: 0;
    }

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

    .contact-info-block {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-content-offset h1 {
        font-size: 2rem;
    }

    .section-title-offset {
        margin-left: 0;
        font-size: 2rem;
    }

    .footer-columns {
        flex-direction: column;
        gap: 2rem;
    }

    .value-cards-offset,
    .directions-content,
    .additional-info-thanks {
        flex-direction: column;
    }

    .value-card {
        width: 100%;
        margin-top: 0;
    }
}