* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #fefefe;
}

.header-asymmetric {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 15px 30px;
}

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

.brand-area .logo {
    font-size: 26px;
    font-weight: 700;
    color: #1a5490;
    text-decoration: none;
    letter-spacing: 1px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ad-disclosure {
    font-size: 11px;
    color: #7f8c8d;
    border: 1px solid #dfe6e9;
    padding: 4px 10px;
    border-radius: 3px;
    background: #f8f9fa;
}

.main-nav ul {
    display: flex;
    gap: 35px;
    list-style: none;
}

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

.main-nav a:hover {
    color: #1a5490;
}

.hero-offset {
    position: relative;
    min-height: 85vh;
    margin-top: 70px;
    display: flex;
    align-items: center;
}

.hero-image-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    overflow: hidden;
    background-color: #b8c6db;
}

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

.hero-text-overlay {
    position: relative;
    z-index: 10;
    max-width: 650px;
    padding: 60px 30px 60px 80px;
    background: rgba(255, 255, 255, 0.93);
    margin-left: 5%;
}

.hero-title {
    font-size: 42px;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 19px;
    color: #5d6d7e;
    line-height: 1.7;
}

.story-intro {
    padding: 100px 30px;
    background: #f4f6f8;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
}

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

.story-lead {
    font-size: 22px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 30px;
    font-weight: 300;
}

.story-intro p {
    font-size: 18px;
    color: #5d6d7e;
    margin-bottom: 20px;
}

.problem-section {
    padding: 90px 30px;
}

.diagonal-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.text-block {
    flex: 1;
    min-width: 350px;
    padding-left: 40px;
}

.text-block h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.3;
}

.text-block p {
    font-size: 17px;
    color: #5d6d7e;
    margin-bottom: 25px;
    line-height: 1.8;
}

.image-block {
    flex: 1;
    min-width: 350px;
    background-color: #d5d8dc;
}

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

.insight-reveal {
    padding: 110px 30px;
    background: linear-gradient(135deg, #1a5490 0%, #2874a6 100%);
    text-align: center;
}

.centered-insight h2 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 35px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.insight-text {
    font-size: 20px;
    color: #ecf0f1;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.9;
}

.testimonial-scattered {
    padding: 100px 30px;
    background: #fdfefe;
}

.testimonial-grid {
    display: flex;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 280px;
    padding: 35px;
    background: #ffffff;
    border-left: 4px solid #1a5490;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

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

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

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

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

.testimonial-card cite {
    font-size: 14px;
    color: #7f8c8d;
    font-style: normal;
}

.benefits-overlap {
    padding: 80px 30px;
    background: #f9fafb;
}

.benefit-layer-1 {
    text-align: center;
    margin-bottom: 70px;
}

.benefit-layer-1 h2 {
    font-size: 38px;
    color: #2c3e50;
}

.benefit-layer-2 {
    display: flex;
    gap: 45px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.benefit-item {
    flex: 1;
    min-width: 320px;
    padding: 40px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.benefit-item h3 {
    font-size: 24px;
    color: #1a5490;
    margin-bottom: 20px;
}

.benefit-item p {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.8;
}

.citation {
    color: #1a5490;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.process-section {
    padding: 90px 30px;
    display: flex;
    gap: 70px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.process-visual {
    flex: 1;
    min-width: 350px;
    background-color: #ccd1d1;
}

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

.process-content {
    flex: 1;
    min-width: 350px;
}

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

.process-content p {
    font-size: 17px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 25px;
}

.cta-floating {
    padding: 100px 30px;
    background: linear-gradient(to right, #ecf0f1 0%, #ffffff 100%);
    text-align: center;
}

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

.cta-content p {
    font-size: 18px;
    color: #5d6d7e;
    margin-bottom: 35px;
}

.btn-cta {
    display: inline-block;
    padding: 16px 45px;
    background: #1a5490;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.2s ease;
}

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

.services-reveal {
    padding: 100px 30px;
    background: #ffffff;
}

.services-title {
    text-align: center;
    font-size: 40px;
    color: #2c3e50;
    margin-bottom: 70px;
}

.services-layout {
    display: flex;
    gap: 35px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.service-card {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background: #f8f9fa;
    border: 2px solid #dfe6e9;
    transition: all 0.3s ease;
}

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

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

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

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

.service-card:hover {
    border-color: #1a5490;
    box-shadow: 0 5px 20px rgba(26, 84, 144, 0.15);
    transform: translateY(-5px);
}

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

.service-card p {
    font-size: 15px;
    color: #5d6d7e;
    line-height: 1.7;
    margin-bottom: 15px;
}

.service-price {
    font-size: 28px;
    color: #1a5490;
    font-weight: 700;
    margin: 25px 0;
}

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

.btn-select-service:hover {
    background: #145080;
}

.form-section {
    padding: 90px 30px;
    background: #f4f6f8;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

.service-display {
    background: #e8f4f8;
    padding: 15px;
    border-left: 4px solid #1a5490;
    margin-bottom: 30px;
    font-size: 17px;
    color: #2c3e50;
    font-weight: 600;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    color: #34495e;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #d5d8dc;
    border-radius: 3px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #1a5490;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #145080;
}

.disclaimer-section {
    padding: 60px 30px;
    background: #fef9e7;
    border-top: 2px solid #f4d03f;
}

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

.disclaimer-text {
    font-size: 13px;
    color: #7f8c8d;
    line-height: 1.8;
    text-align: center;
}

.footer-asymmetric {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 30px 30px;
}

.footer-blocks {
    display: flex;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto 40px;
    flex-wrap: wrap;
}

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

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

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

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

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

.footer-block a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.reference-item {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.reference-item a {
    color: #5dade2;
}

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

.footer-bottom p {
    font-size: 13px;
    color: #95a5a6;
    margin-bottom: 8px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #34495e;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.btn-accept {
    background: #1a5490;
    color: #ffffff;
}

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

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

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

.about-hero {
    padding: 120px 30px 80px;
    background: linear-gradient(135deg, #f4f6f8 0%, #ffffff 100%);
    text-align: center;
}

.about-intro h1 {
    font-size: 44px;
    color: #2c3e50;
    margin-bottom: 25px;
}

.lead-text {
    font-size: 20px;
    color: #5d6d7e;
    max-width: 700px;
    margin: 0 auto;
}

.origin-story {
    padding: 90px 30px;
}

.story-layout {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.story-image {
    flex: 1;
    min-width: 350px;
    background-color: #ccd1d1;
}

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

.story-text {
    flex: 1;
    min-width: 350px;
}

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

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

.philosophy-section {
    padding: 90px 30px;
    background: #f9fafb;
}

.philosophy-content {
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 50px;
    text-align: center;
}

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

.philosophy-card {
    flex: 1;
    min-width: 280px;
    padding: 35px;
    background: #ffffff;
    border-top: 4px solid #1a5490;
}

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

.philosophy-card p {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.7;
}

.team-approach {
    padding: 90px 30px;
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.team-content {
    flex: 1;
    min-width: 350px;
}

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

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

.team-image {
    flex: 1;
    min-width: 350px;
    background-color: #d5d8dc;
}

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

.impact-section {
    padding: 100px 30px;
    background: #2c3e50;
    color: #ffffff;
}

.impact-stats {
    max-width: 1100px;
    margin: 0 auto;
}

.impact-stats h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.stats-layout {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.stat-number {
    font-size: 52px;
    font-weight: 700;
    color: #5dade2;
    margin-bottom: 15px;
}

.stat-label {
    font-size: 16px;
    color: #bdc3c7;
    line-height: 1.6;
}

.values-section {
    padding: 90px 30px;
}

.values-content {
    max-width: 800px;
    margin: 0 auto;
}

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

.values-content p {
    font-size: 18px;
    color: #5d6d7e;
    line-height: 1.9;
    margin-bottom: 25px;
}

.cta-about {
    padding: 90px 30px;
    background: linear-gradient(135deg, #e8f4f8 0%, #f4f6f8 100%);
    text-align: center;
}

.cta-simple h2 {
    font-size: 34px;
    color: #2c3e50;
    margin-bottom: 30px;
}

.services-hero {
    padding: 120px 30px 60px;
    text-align: center;
    background: #f9fafb;
}

.services-hero h1 {
    font-size: 42px;
    color: #2c3e50;
    margin-bottom: 25px;
}

.services-intro {
    font-size: 19px;
    color: #5d6d7e;
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed {
    padding: 60px 30px;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 80px;
    flex-wrap: wrap;
}

.service-detail-card.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    min-width: 350px;
    background-color: #d5d8dc;
}

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

.service-info {
    flex: 1;
    min-width: 350px;
}

.service-info h2 {
    font-size: 30px;
    color: #2c3e50;
    margin-bottom: 25px;
}

.service-description {
    font-size: 17px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-info p {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.7;
    margin-bottom: 18px;
}

.service-price-large {
    font-size: 34px;
    color: #1a5490;
    font-weight: 700;
    margin: 30px 0;
}

.btn-service {
    display: inline-block;
    padding: 14px 40px;
    background: #1a5490;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.btn-service:hover {
    background: #145080;
}

.comparison-note {
    padding: 80px 30px;
    background: #f4f6f8;
}

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

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

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

.contact-hero {
    padding: 120px 30px 60px;
    text-align: center;
    background: linear-gradient(135deg, #f4f6f8 0%, #ffffff 100%);
}

.contact-hero h1 {
    font-size: 42px;
    color: #2c3e50;
    margin-bottom: 25px;
}

.contact-intro {
    font-size: 19px;
    color: #5d6d7e;
    max-width: 700px;
    margin: 0 auto;
}

.contact-info-section {
    padding: 80px 30px;
}

.contact-layout {
    display: flex;
    gap: 70px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.contact-details {
    flex: 1;
    min-width: 350px;
}

.detail-block {
    margin-bottom: 50px;
}

.detail-block h2 {
    font-size: 26px;
    color: #2c3e50;
    margin-bottom: 18px;
}

.detail-block p {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.7;
    margin-bottom: 8px;
}

.email-note,
.hours-note {
    font-size: 14px;
    color: #95a5a6;
    margin-top: 12px;
    font-style: italic;
}

.contact-visual {
    flex: 1;
    min-width: 350px;
    background-color: #d5d8dc;
}

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

.visit-section {
    padding: 80px 30px;
    background: #f9fafb;
}

.visit-content {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.faq-contact {
    padding: 80px 30px;
}

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

.faq-content h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 50px;
    text-align: center;
}

.faq-item {
    margin-bottom: 40px;
}

.faq-item h3 {
    font-size: 22px;
    color: #1a5490;
    margin-bottom: 15px;
}

.faq-item p {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.8;
}

.map-placeholder {
    padding: 80px 30px;
    background: #f4f6f8;
}

.map-content {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.thanks-hero {
    padding: 130px 30px 80px;
    background: linear-gradient(135deg, #e8f4f8 0%, #f4f6f8 100%);
    text-align: center;
}

.thanks-content h1 {
    font-size: 44px;
    color: #2c3e50;
    margin-bottom: 25px;
}

.thanks-message {
    font-size: 20px;
    color: #5d6d7e;
    max-width: 700px;
    margin: 0 auto;
}

.confirmation-details {
    padding: 80px 30px;
}

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

.confirmation-content h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 50px;
    text-align: center;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.step-item {
    padding: 30px;
    background: #f9fafb;
    border-left: 4px solid #1a5490;
}

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

.step-item p {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.7;
}

.welcome-note {
    padding: 80px 30px;
    background: #ffffff;
}

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

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

.welcome-content p {
    font-size: 18px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cta-explore {
    padding: 80px 30px;
    background: #f4f6f8;
    text-align: center;
}

.legal-page {
    padding: 100px 30px;
    background: #ffffff;
}

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

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

.last-updated {
    font-size: 14px;
    color: #95a5a6;
    margin-bottom: 40px;
}

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

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

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

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 12px;
}

.legal-content a {
    color: #1a5490;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hero-offset {
        min-height: 60vh;
    }

    .hero-image-layer {
        width: 100%;
        height: 50%;
    }

    .hero-text-overlay {
        padding: 40px 20px;
        margin-left: 0;
        margin-top: 50%;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .diagonal-container,
    .process-section,
    .story-layout,
    .team-approach,
    .contact-layout,
    .service-detail-card {
        flex-direction: column;
    }

    .testimonial-card.offset-1,
    .testimonial-card.offset-2,
    .testimonial-card.offset-3 {
        margin-top: 0;
    }

    .service-card.card-1,
    .service-card.card-2,
    .service-card.card-3,
    .service-card.card-4 {
        margin-top: 0;
    }

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

    .nav-split {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav {
        flex-direction: column;
        gap: 15px;
    }

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