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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.nav-brand {
    font-size: 26px;
    font-weight: 700;
    color: #1a5f7a;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-offset {
    display: flex;
    align-items: center;
    padding: 80px 60px 80px 60px;
    background-color: #f7f9fb;
    gap: 70px;
}

.hero-content-left {
    flex: 1;
    max-width: 520px;
    padding-left: 40px;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -1px;
}

.hero-content-left p {
    font-size: 19px;
    margin-bottom: 38px;
    color: #4a4a4a;
    line-height: 1.6;
}

.hero-image-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #e8eef3;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 42px;
    background-color: #1a5f7a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-primary:hover {
    background-color: #154d62;
    transform: translateY(-2px);
}

.intro-stagger {
    display: flex;
    padding: 90px 60px 90px 120px;
    gap: 90px;
    align-items: flex-start;
    background-color: #ffffff;
}

.intro-block-wide {
    flex: 1.4;
    max-width: 680px;
}

.intro-block-wide h2 {
    font-size: 42px;
    margin-bottom: 26px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.2;
}

.intro-block-wide p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

.intro-visual {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
    background-color: #e8eef3;
}

.intro-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.problem-amplify {
    display: flex;
    padding: 80px 60px;
    gap: 70px;
    background-color: #f0f4f8;
    align-items: center;
}

.problem-left {
    flex: 1.2;
    padding-right: 30px;
}

.problem-left p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #3a3a3a;
    line-height: 1.8;
}

.problem-right-callout {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.problem-right-callout h3 {
    font-size: 24px;
    margin-bottom: 22px;
    color: #1a1a1a;
    font-weight: 700;
}

.problem-right-callout ul {
    list-style: none;
}

.problem-right-callout li {
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    color: #4a4a4a;
}

.problem-right-callout li:last-child {
    border-bottom: none;
}

.trust-section-split {
    display: flex;
    padding: 90px 60px 90px 90px;
    gap: 80px;
    background-color: #ffffff;
    align-items: center;
}

.trust-content {
    flex: 1;
    padding-right: 40px;
}

.trust-content h2 {
    font-size: 40px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.2;
}

.trust-content p {
    font-size: 17px;
    margin-bottom: 22px;
    color: #4a4a4a;
    line-height: 1.7;
}

.trust-visual {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8eef3;
}

.trust-visual img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.services-cards-irregular {
    padding: 100px 60px;
    background: linear-gradient(135deg, #f7f9fb 0%, #e8f0f5 100%);
}

.section-title-offset {
    font-size: 46px;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-weight: 700;
    padding-left: 80px;
}

.cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
}

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

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.card img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.card-large {
    flex: 1 1 calc(60% - 16px);
    min-width: 380px;
}

.card-large img {
    height: 320px;
}

.card-offset {
    flex: 1 1 calc(35% - 16px);
    min-width: 300px;
    margin-top: 60px;
}

.card-offset img {
    height: 240px;
}

.card-small {
    flex: 1 1 calc(38% - 16px);
    min-width: 300px;
    margin-top: -40px;
}

.card-small img {
    height: 220px;
}

.card-wide {
    flex: 1 1 calc(57% - 16px);
    min-width: 380px;
}

.card-wide img {
    height: 280px;
}

.card-medium {
    flex: 1 1 calc(45% - 16px);
    min-width: 320px;
    margin-top: 40px;
}

.card-medium img {
    height: 260px;
}

.card h3 {
    font-size: 22px;
    margin: 24px 24px 16px 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.card p {
    font-size: 15px;
    margin: 0 24px 20px 24px;
    color: #4a4a4a;
    line-height: 1.6;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #1a5f7a;
    margin: 20px 24px 28px 24px;
}

.testimonial-inline {
    padding: 80px 120px;
    background-color: #ffffff;
}

.testimonial-inline blockquote {
    border-left: 5px solid #1a5f7a;
    padding-left: 40px;
    font-size: 24px;
    font-style: italic;
    color: #2a2a2a;
    line-height: 1.6;
}

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-size: 17px;
    font-style: normal;
    color: #6a6a6a;
}

.benefits-stacked {
    padding: 90px 60px;
    background-color: #f7f9fb;
}

.benefits-stacked h2 {
    font-size: 44px;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
}

.benefit-row {
    display: flex;
    gap: 60px;
    margin-bottom: 70px;
    align-items: center;
}

.benefit-right {
    flex-direction: row;
}

.benefit-left {
    flex-direction: row-reverse;
}

.benefit-text {
    flex: 1;
    padding: 0 30px;
}

.benefit-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.benefit-visual {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8eef3;
}

.benefit-visual img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.form-section-creative {
    padding: 100px 60px;
    background: linear-gradient(135deg, #1a5f7a 0%, #2c7a94 100%);
}

.form-intro {
    max-width: 680px;
    margin: 0 auto 50px auto;
    text-align: center;
    color: #ffffff;
}

.form-intro h2 {
    font-size: 42px;
    margin-bottom: 18px;
    font-weight: 700;
}

.form-intro p {
    font-size: 18px;
    line-height: 1.6;
}

.contact-form-asymmetric {
    max-width: 720px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-row {
    display: flex;
    gap: 24px;
}

.form-row .form-group {
    flex: 1;
}

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

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

.disclaimer-section {
    padding: 60px 120px;
    background-color: #fff9e6;
    border-top: 3px solid #ffd966;
    border-bottom: 3px solid #ffd966;
}

.disclaimer-text {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.footer-asymmetric {
    display: flex;
    justify-content: space-between;
    padding: 60px 60px 40px 60px;
    background-color: #1a1a1a;
    color: #cccccc;
}

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

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

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

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

.footer-block-right {
    text-align: right;
}

.footer-block-right p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #cccccc;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    padding: 24px 60px;
    z-index: 1000;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
    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: 40px;
}

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

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

.btn-accept,
.btn-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

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

.btn-accept:hover {
    background-color: #154d62;
    transform: translateY(-2px);
}

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

.btn-reject:hover {
    background-color: #555555;
    transform: translateY(-2px);
}

.page-header-offset {
    padding: 80px 60px 60px 100px;
    background-color: #f7f9fb;
}

.page-header-offset h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.header-subtitle {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
}

.about-content-irregular {
    padding: 60px;
    background-color: #ffffff;
}

.about-block-wide {
    max-width: 820px;
    margin: 0 auto 70px auto;
}

.about-block-wide h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-block-wide p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.about-visual-right {
    max-width: 680px;
    margin: 0 0 70px 120px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8eef3;
}

.about-visual-right img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.about-block-text {
    max-width: 780px;
    margin: 0 auto 70px 60px;
}

.about-block-text h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-block-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.about-block-offset {
    max-width: 720px;
    margin: 0 auto 70px 180px;
}

.about-block-offset h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-block-offset p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.about-numbers-section {
    display: flex;
    justify-content: space-around;
    padding: 60px 60px;
    background-color: #f7f9fb;
    margin: 80px 0;
    border-radius: 8px;
}

.number-block {
    text-align: center;
}

.number {
    font-size: 58px;
    font-weight: 700;
    color: #1a5f7a;
    margin-bottom: 12px;
}

.number-label {
    font-size: 15px;
    color: #4a4a4a;
    max-width: 180px;
    line-height: 1.5;
}

.about-block-full {
    max-width: 860px;
    margin: 0 auto 70px auto;
}

.about-block-full h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-block-full p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.about-visual-left {
    max-width: 680px;
    margin: 0 120px 70px 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8eef3;
}

.about-visual-left img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.about-block-principles {
    max-width: 820px;
    margin: 0 auto 70px auto;
    padding: 50px;
    background-color: #f7f9fb;
    border-radius: 8px;
}

.about-block-principles h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-block-principles ul {
    list-style: none;
}

.about-block-principles li {
    padding: 18px 0 18px 30px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
    position: relative;
}

.about-block-principles li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a5f7a;
    font-weight: 700;
    font-size: 20px;
}

.about-block-principles li:last-child {
    border-bottom: none;
}

.about-cta-block {
    text-align: center;
    padding: 60px;
    background: linear-gradient(135deg, #1a5f7a 0%, #2c7a94 100%);
    border-radius: 8px;
    margin: 0 60px;
}

.about-cta-block h3 {
    font-size: 36px;
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: 700;
}

.about-cta-block p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #ffffff;
}

.btn-secondary {
    display: inline-block;
    padding: 16px 42px;
    background-color: #ffffff;
    color: #1a5f7a;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-secondary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.services-detailed {
    padding: 60px;
    background-color: #ffffff;
}

.service-item {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    align-items: center;
}

.service-layout-left {
    flex-direction: row;
}

.service-layout-right {
    flex-direction: row-reverse;
}

.service-content {
    flex: 1;
    padding: 0 30px;
}

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

.service-content p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #4a4a4a;
    line-height: 1.7;
}

.service-content h3 {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-content ul {
    list-style: none;
    margin-bottom: 28px;
}

.service-content li {
    padding: 12px 0 12px 28px;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
    position: relative;
}

.service-content li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a5f7a;
    font-weight: 700;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #1a5f7a;
    margin: 24px 0;
}

.btn-service {
    display: inline-block;
    padding: 14px 36px;
    background-color: #1a5f7a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-service:hover {
    background-color: #154d62;
    transform: translateY(-2px);
}

.service-visual {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8eef3;
}

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

.services-cta-section {
    text-align: center;
    padding: 80px 60px;
    background: linear-gradient(135deg, #f7f9fb 0%, #e8f0f5 100%);
    margin: 60px 0 0 0;
}

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

.services-cta-section p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #4a4a4a;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-content-split {
    display: flex;
    gap: 80px;
    padding: 60px;
    background-color: #ffffff;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
    padding: 40px;
}

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

.contact-detail {
    margin-bottom: 36px;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a5f7a;
    font-weight: 700;
}

.contact-detail p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
}

.contact-visual-block {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8eef3;
}

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

.contact-location-info {
    padding: 80px 60px;
    background-color: #f7f9fb;
}

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

.location-details {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.location-item {
    flex: 1;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.location-item h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #1a5f7a;
    font-weight: 700;
}

.location-item p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
}

.contact-cta-offset {
    text-align: center;
    padding: 80px 60px;
    background-color: #ffffff;
}

.contact-cta-offset h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-cta-offset p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #4a4a4a;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.thanks-section {
    display: flex;
    gap: 80px;
    padding: 100px 60px;
    background-color: #f7f9fb;
    align-items: center;
    min-height: 600px;
}

.thanks-content {
    flex: 1;
    padding: 40px;
}

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.2;
}

.thanks-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

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

.btn-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #1a5f7a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

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

.thanks-visual {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e8eef3;
}

.thanks-visual img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #ffffff;
}

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

.legal-intro {
    font-size: 18px;
    margin-bottom: 40px;
    color: #4a4a4a;
    line-height: 1.7;
    padding: 20px;
    background-color: #f7f9fb;
    border-radius: 6px;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 14px;
    color: #1a5f7a;
    font-weight: 700;
}

.legal-page p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.legal-page ul,
.legal-page ol {
    margin-left: 28px;
    margin-bottom: 20px;
}

.legal-page li {
    font-size: 16px;
    margin-bottom: 12px;
    color: #4a4a4a;
    line-height: 1.7;
}

.legal-page a {
    color: #1a5f7a;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #154d62;
}

.legal-update {
    margin-top: 50px;
    font-size: 14px;
    color: #6a6a6a;
    font-style: italic;
    text-align: right;
}

@media (max-width: 1024px) {
    .hero-offset,
    .intro-stagger,
    .problem-amplify,
    .trust-section-split,
    .benefit-row,
    .service-item,
    .contact-content-split,
    .thanks-section {
        flex-direction: column;
    }

    .cards-asymmetric .card {
        flex: 1 1 100%;
        min-width: unset;
        margin-top: 0;
    }

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

    .nav-links {
        gap: 20px;
    }

    .section-title-offset,
    .about-block-wide,
    .about-block-text,
    .about-block-offset,
    .about-visual-right,
    .about-visual-left {
        margin-left: 0;
        margin-right: 0;
    }

    .location-details {
        flex-direction: column;
    }
}

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

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

    .form-row {
        flex-direction: column;
    }

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

    .about-numbers-section {
        flex-direction: column;
        gap: 40px;
    }
}