* {
    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: #2d2d2d;
    background: #fafafa;
}

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

.main-nav {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a5f7a;
    text-decoration: none;
}

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

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

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

.hero-offset {
    display: flex;
    min-height: 600px;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    position: relative;
}

.hero-content-left {
    flex: 0 0 45%;
    padding: 80px 60px 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 35px;
    max-width: 480px;
}

.hero-image-right {
    flex: 0 0 55%;
    position: relative;
    margin-left: -40px;
    margin-top: 40px;
    background: #e8f4f8;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 38px;
    background: #1a5f7a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.cta-primary:hover {
    background: #144a5e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 95, 122, 0.3);
}

.intro-overlap {
    max-width: 1400px;
    margin: -80px auto 100px;
    padding: 0 40px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.intro-card-floating {
    flex: 0 0 50%;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 3;
    margin-right: -100px;
}

.intro-card-floating h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.intro-card-floating p {
    font-size: 1.05rem;
    color: #555;
}

.intro-background {
    flex: 0 0 50%;
    background: #d4e8ed;
    height: 320px;
    position: relative;
}

.intro-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.services-asymmetric {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.section-title-offset {
    margin-left: 80px;
    margin-bottom: 60px;
}

.section-title-offset h2 {
    font-size: 2.6rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.section-title-offset p {
    font-size: 1.1rem;
    color: #666;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

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

.service-card.card-medium {
    flex: 0 0 calc(35% - 15px);
    margin-top: -60px;
}

.service-card.card-medium-offset {
    flex: 0 0 calc(30% - 15px);
    margin-top: 20px;
}

.service-card.card-wide {
    flex: 0 0 calc(35% - 15px);
    margin-top: -40px;
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a5f7a;
    margin-bottom: 20px;
}

.service-link {
    display: inline-block;
    padding: 12px 28px;
    background: #f0f0f0;
    color: #1a5f7a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.service-link:hover {
    background: #1a5f7a;
    color: #ffffff;
}

.trust-section-diagonal {
    background: linear-gradient(135deg, #1a5f7a 0%, #2a7a9a 100%);
    padding: 80px 40px;
    margin: 100px 0;
    transform: skewY(-2deg);
}

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

.trust-content h2 {
    font-size: 2.4rem;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}

.trust-content p {
    font-size: 1.1rem;
    color: #e8f4f8;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.trust-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    color: #e8f4f8;
}

.contact-form-section {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
}

.form-intro-side {
    flex: 0 0 40%;
}

.form-intro-side h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.form-intro-side p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 30px;
}

.form-intro-side img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

.form-container {
    flex: 0 0 55%;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

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

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

.form-group label {
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    padding: 16px 40px;
    background: #1a5f7a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #144a5e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 95, 122, 0.3);
}

.about-snippet-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.about-image-left {
    flex: 0 0 45%;
    background: #d4e8ed;
}

.about-image-left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-top: 30px;
    margin-left: -30px;
}

.about-text-right {
    flex: 0 0 50%;
}

.about-text-right h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-text-right p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 25px;
}

.text-link {
    color: #1a5f7a;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #1a5f7a;
    transition: all 0.3s ease;
}

.text-link:hover {
    color: #144a5e;
    border-bottom-color: #144a5e;
}

.main-footer {
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 60px 40px 20px;
    margin-top: 100px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-col {
    flex: 1;
}

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

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

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

.footer-col ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-col p {
    color: #b0b0b0;
    line-height: 1.8;
    font-size: 0.95rem;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 40px auto;
    padding: 30px;
    background: #252525;
    border-radius: 4px;
}

.footer-disclaimer p {
    color: #b0b0b0;
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    color: #888;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 30px;
    z-index: 1000;
    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 {
    flex: 1;
    color: #2d2d2d;
    font-size: 0.95rem;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.cookie-btn.accept:hover {
    background: #144a5e;
}

.cookie-btn.reject {
    background: #f0f0f0;
    color: #2d2d2d;
}

.cookie-btn.reject:hover {
    background: #e0e0e0;
}

.page-hero-minimal {
    max-width: 1400px;
    margin: 60px auto 80px;
    padding: 0 40px;
    text-align: center;
}

.page-hero-minimal h1 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.page-hero-minimal p {
    font-size: 1.2rem;
    color: #666;
}

.about-story-offset {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-block-right {
    flex: 0 0 50%;
    padding-right: 40px;
}

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

.story-block-right p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 20px;
}

.story-image-left {
    flex: 0 0 45%;
    background: #d4e8ed;
    margin-top: -50px;
}

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

.team-values-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.team-values-asymmetric h2 {
    font-size: 2.4rem;
    color: #1a1a1a;
    margin-bottom: 50px;
    margin-left: 60px;
}

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

.value-card {
    flex: 0 0 calc(50% - 15px);
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

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

.value-card p {
    font-size: 1rem;
    color: #555;
}

.philosophy-section {
    max-width: 900px;
    margin: 100px auto;
    padding: 60px;
    background: #f5f5f5;
}

.philosophy-content h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.philosophy-content p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 20px;
}

.certifications-diagonal {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.certifications-diagonal h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 40px;
    margin-left: 80px;
}

.cert-list {
    display: flex;
    gap: 40px;
}

.cert-item {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cert-item:first-child {
    margin-top: -30px;
}

.cert-item:last-child {
    margin-top: 30px;
}

.cert-item p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.cta-about {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px;
    background: #1a5f7a;
    text-align: center;
}

.cta-about h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-about p {
    font-size: 1.1rem;
    color: #e8f4f8;
    margin-bottom: 30px;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 38px;
    background: #ffffff;
    color: #1a5f7a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.services-detailed {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

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

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

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

.service-detail-block.right .service-detail-content {
    margin-right: -40px;
    z-index: 2;
}

.service-detail-block.left .service-detail-content {
    margin-left: -40px;
    z-index: 2;
}

.service-detail-content {
    flex: 0 0 50%;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-detail-content h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

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

.cta-service {
    display: inline-block;
    padding: 14px 32px;
    background: #1a5f7a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.service-detail-image {
    flex: 0 0 45%;
    background: #d4e8ed;
}

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

.service-add-ons {
    max-width: 1200px;
    margin: 100px auto;
    padding: 60px;
    background: #f8f8f8;
}

.service-add-ons h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 40px;
    text-align: center;
}

.addons-grid {
    display: flex;
    gap: 30px;
}

.addon-item {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.addon-item h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.addon-item p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
}

.addon-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a5f7a;
}

.pricing-note {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 40px;
    text-align: center;
}

.pricing-note p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

.contact-layout-asymmetric {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
}

.contact-main-info {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-block {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-block.offset {
    margin-left: 80px;
    margin-top: -30px;
}

.contact-block h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.contact-detail {
    font-size: 1.1rem;
    color: #2d2d2d;
    line-height: 1.8;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 15px;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

.time {
    color: #555;
}

.hours-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 20px;
    line-height: 1.6;
}

.contact-image-side {
    flex: 0 0 40%;
    background: #d4e8ed;
    margin-top: 60px;
}

.contact-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-description {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 40px;
}

.location-description h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.location-text p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.visit-info-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.visit-content {
    flex: 0 0 55%;
    background: #f8f8f8;
    padding: 50px;
}

.visit-content h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checklist li {
    padding-left: 30px;
    position: relative;
    font-size: 1rem;
    color: #555;
}

.checklist li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1a5f7a;
    font-weight: 700;
    font-size: 1.2rem;
}

.visit-image {
    flex: 0 0 40%;
    background: #d4e8ed;
    margin-top: -40px;
}

.visit-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.booking-cta-section {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px;
    background: #1a5f7a;
    text-align: center;
}

.booking-cta-section h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.booking-cta-section p {
    font-size: 1.1rem;
    color: #e8f4f8;
    margin-bottom: 30px;
}

.legal-page {
    max-width: 900px;
    margin: 60px auto 100px;
    padding: 0 40px;
}

.legal-page h1 {
    font-size: 2.8rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

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

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

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

.legal-content h4 {
    font-size: 1.2rem;
    color: #2d2d2d;
    margin-top: 25px;
    margin-bottom: 12px;
}

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

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

.legal-content ul li {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
}

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

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table thead th {
    background: #f5f5f5;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 2px solid #ddd;
}

.cookie-table tbody td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #555;
}

.thanks-hero {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
}

.thanks-content {
    flex: 0 0 60%;
}

.thanks-content h1 {
    font-size: 2.8rem;
    color: #1a5f7a;
    margin-bottom: 25px;
}

.thanks-message {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
}

.selected-service {
    font-size: 1.1rem;
    color: #2d2d2d;
    margin-bottom: 40px;
    padding: 20px;
    background: #f0f8fa;
    border-left: 4px solid #1a5f7a;
}

.thanks-next-steps h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.steps-list {
    margin-left: 25px;
    margin-bottom: 40px;
}

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

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

.thanks-image {
    flex: 0 0 35%;
    background: #d4e8ed;
}

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

.thanks-additional-info {
    max-width: 1200px;
    margin: 80px auto;
    padding: 60px 40px;
    background: #f8f8f8;
}

.thanks-additional-info h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 40px;
    text-align: center;
}

.info-blocks {
    display: flex;
    gap: 40px;
}

.info-block {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.info-block h3 {
    font-size: 1.4rem;
    color: #1a5f7a;
    margin-bottom: 15px;
}

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

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

    .hero-content-left,
    .hero-image-right {
        flex: 1 1 100%;
    }

    .hero-image-right {
        margin-left: 0;
        height: 400px;
    }

    .intro-overlap {
        flex-direction: column;
        margin-top: 60px;
    }

    .intro-card-floating,
    .intro-background {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .services-grid-irregular {
        flex-direction: column;
    }

    .service-card,
    .service-card.card-large,
    .service-card.card-small,
    .service-card.card-medium,
    .service-card.card-medium-offset,
    .service-card.card-wide {
        flex: 1 1 100%;
        margin-top: 0;
    }

    .contact-form-section,
    .about-snippet-offset,
    .about-story-offset,
    .service-detail-block,
    .contact-layout-asymmetric,
    .visit-info-offset,
    .thanks-hero {
        flex-direction: column;
    }

    .form-intro-side,
    .form-container,
    .about-image-left,
    .about-text-right,
    .story-block-right,
    .story-image-left,
    .service-detail-content,
    .service-detail-image,
    .contact-main-info,
    .contact-image-side,
    .visit-content,
    .visit-image,
    .thanks-content,
    .thanks-image {
        flex: 1 1 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .values-grid,
    .cert-list,
    .addons-grid,
    .info-blocks {
        flex-direction: column;
    }

    .value-card,
    .cert-item {
        flex: 1 1 100%;
        margin-top: 0;
    }

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

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

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

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

    .section-title-offset {
        margin-left: 0;
    }

    .trust-stats {
        flex-direction: column;
        gap: 40px;
    }

    .form-container {
        padding: 30px;
    }

    .contact-block.offset {
        margin-left: 0;
    }
}