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

.ad-disclosure {
    background: #fff3cd;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #856404;
    border-bottom: 1px solid #ffeeba;
}

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

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #34495e;
    text-decoration: none;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 520px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.hero-offset-left {
    flex: 1;
    padding: 80px 60px 60px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-offset-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-offset-left p {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.95;
}

.hero-image-right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(20px);
}

.intro-block {
    padding: 80px 24px;
    background: #ffffff;
}

.intro-offset {
    max-width: 820px;
    margin: 0 auto 0 15%;
}

.large-text {
    font-size: 22px;
    line-height: 1.8;
    color: #34495e;
}

.story-section {
    padding: 100px 24px;
    background: #f8f9fa;
}

.story-irregular {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.story-text-wide {
    flex: 2;
    padding-top: 40px;
}

.story-text-wide h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #2c3e50;
    font-weight: 700;
}

.story-text-wide p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.story-image-small {
    flex: 1;
    transform: translateY(-50px);
}

.story-image-small img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.offset-cta-block {
    padding: 60px 24px;
    background: linear-gradient(to right, #f8f9fa 0%, #ffffff 100%);
}

.cta-card-floating {
    max-width: 580px;
    margin-left: 20%;
    background: #3498db;
    color: white;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(52, 152, 219, 0.3);
    transform: rotate(-1deg);
}

.cta-card-floating h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.cta-card-floating p {
    font-size: 18px;
    margin-bottom: 28px;
    opacity: 0.95;
}

.cta-btn {
    display: inline-block;
    background: white;
    color: #3498db;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.discovery-section {
    padding: 100px 24px;
    background: #ffffff;
}

.discovery-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.discovery-layout img {
    width: 45%;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.discovery-content {
    flex: 1;
}

.discovery-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #2c3e50;
    font-weight: 700;
}

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

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 12px 0 12px 32px;
    position: relative;
    font-size: 17px;
    color: #34495e;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 20px;
}

.testimonials-irregular {
    padding: 100px 24px;
    background: #f8f9fa;
}

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

.testimonial-grid-offset {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

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

.testimonial-lower {
    transform: translateY(20px);
}

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

.testimonial-author {
    font-size: 15px;
    color: #7f8c8d;
    font-weight: 600;
}

.insight-block {
    padding: 80px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

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

.insight-content-center h2 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 700;
}

.insight-content-center p {
    font-size: 20px;
    line-height: 1.7;
    opacity: 0.95;
}

.services-asymmetric {
    padding: 80px 24px;
    background: #ffffff;
}

.service-card {
    max-width: 1100px;
    margin: 0 auto 80px;
    display: flex;
    gap: 48px;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.service-offset-1 {
    margin-left: 5%;
}

.service-offset-2 {
    margin-right: 5%;
    flex-direction: row-reverse;
}

.service-offset-3 {
    margin-left: 8%;
}

.service-offset-4 {
    margin-right: 8%;
    flex-direction: row-reverse;
}

.service-offset-5 {
    margin-left: 3%;
}

.service-image {
    flex: 1;
}

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

.service-info {
    flex: 1.2;
    padding: 40px;
}

.service-info h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

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

.service-duration {
    font-weight: 600;
    color: #34495e;
    margin-top: 20px;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #27ae60;
    margin: 12px 0 24px;
}

.select-service-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-service-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(52, 152, 219, 0.3);
}

.value-proposition {
    padding: 100px 24px;
    background: #f8f9fa;
}

.value-offset {
    max-width: 1200px;
    margin: 0 auto;
}

.value-offset h2 {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.value-cards {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.value-item {
    flex: 1;
    min-width: 280px;
    background: white;
    padding: 36px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.value-elevated {
    transform: translateY(-16px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.value-item h4 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

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

.inline-cta-section {
    padding: 60px 24px;
    background: #34495e;
    text-align: center;
}

.inline-cta-link {
    display: inline-block;
    font-size: 24px;
    color: white;
    text-decoration: none;
    border-bottom: 3px solid #3498db;
    padding-bottom: 8px;
    transition: all 0.3s ease;
}

.inline-cta-link:hover {
    color: #3498db;
    transform: translateY(-2px);
}

.detailed-info {
    padding: 80px 24px;
    background: #ffffff;
}

.info-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.info-text {
    flex: 1.3;
}

.info-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
    font-weight: 700;
}

.info-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.info-text ul {
    list-style: none;
    padding: 0;
}

.info-text ul li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 17px;
    color: #34495e;
}

.info-text ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    font-size: 24px;
}

.info-asymmetric img {
    flex: 1;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    max-width: 450px;
}

.form-section {
    padding: 100px 24px;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.form-container-offset {
    max-width: 700px;
    margin: 0 auto 0 25%;
    background: white;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.form-container-offset h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.form-intro {
    font-size: 17px;
    color: #555;
    margin-bottom: 32px;
    line-height: 1.6;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid #dfe6e9;
    border-radius: 6px;
    font-size: 16px;
    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: #3498db;
}

.submit-btn {
    background: #27ae60;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #229954;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(39, 174, 96, 0.3);
}

.final-cta {
    padding: 100px 24px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    text-align: center;
    color: white;
}

.final-cta-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.final-cta-content p {
    font-size: 22px;
    margin-bottom: 36px;
    opacity: 0.95;
}

.cta-btn-large {
    display: inline-block;
    background: white;
    color: #f5576c;
    padding: 18px 48px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-btn-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.disclaimer-section {
    padding: 60px 24px;
    background: #fffbf0;
    border-top: 3px solid #f39c12;
}

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

.disclaimer-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.main-footer {
    background: #2c3e50;
    color: white;
    padding: 60px 24px 24px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

.footer-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

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

.footer-section ul li a {
    color: white;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.footer-section ul li a:hover {
    opacity: 1;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: white;
    padding: 24px;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
    z-index: 10000;
    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: 32px;
    flex-wrap: wrap;
}

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

.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: all 0.3s ease;
}

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

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

.btn-reject {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-reject:hover {
    background: white;
    color: #2c3e50;
}

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 24px;
    text-align: center;
    color: white;
}

.page-hero-content h1 {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 700;
}

.page-hero-content p {
    font-size: 22px;
    opacity: 0.95;
}

.about-intro {
    padding: 100px 24px;
    background: #ffffff;
}

.about-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.about-text-main {
    flex: 1.5;
}

.about-text-main h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #2c3e50;
    font-weight: 700;
}

.about-text-main p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.about-asymmetric img {
    flex: 1;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    max-width: 450px;
}

.values-section {
    padding: 100px 24px;
    background: #f8f9fa;
}

.values-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #2c3e50;
    font-weight: 700;
}

.values-irregular {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.value-block {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.value-offset-a {
    transform: translateY(-20px);
}

.value-offset-b {
    transform: translateY(10px);
}

.value-offset-c {
    transform: translateY(-15px);
}

.value-block h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

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

.team-approach {
    padding: 100px 24px;
    background: #ffffff;
}

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

.approach-layout img {
    flex: 1;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    max-width: 500px;
}

.approach-content {
    flex: 1.2;
}

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

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

.achievements {
    padding: 100px 24px;
    background: #f8f9fa;
}

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

.timeline-irregular {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.timeline-item {
    background: white;
    padding: 32px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.timeline-elevated {
    transform: translateX(40px);
}

.timeline-lower {
    transform: translateX(-40px);
}

.timeline-year {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 12px;
}

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

.philosophy {
    padding: 100px 24px;
    background: #ffffff;
}

.philosophy-center {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.philosophy-center h2 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #2c3e50;
    font-weight: 700;
}

.philosophy-text {
    font-size: 19px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 28px;
}

.cta-about {
    padding: 80px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.cta-about-content h2 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 700;
}

.cta-about-content p {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.services-intro {
    padding: 80px 24px;
    background: #ffffff;
}

.services-intro-content {
    max-width: 1000px;
    margin: 0 auto;
}

.intro-large {
    font-size: 20px;
    line-height: 1.8;
    color: #34495e;
    text-align: center;
}

.detailed-services {
    padding: 60px 24px;
    background: #f8f9fa;
}

.service-detail {
    max-width: 1200px;
    margin: 0 auto 80px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.service-layout-a {
    display: flex;
    gap: 0;
}

.service-layout-b {
    display: flex;
    flex-direction: row-reverse;
    gap: 0;
}

.service-detail-image {
    flex: 1;
}

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

.service-detail-content {
    flex: 1.3;
    padding: 48px;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 700;
}

.service-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 24px;
    font-style: italic;
}

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

.service-detail-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #34495e;
    font-weight: 700;
}

.program-list,
.included-list {
    list-style: none;
    padding: 0;
}

.program-list li,
.included-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

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

.included-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.service-detail-pricing {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid #ecf0f1;
}

.duration-info {
    font-size: 17px;
    color: #34495e;
    font-weight: 600;
    margin-bottom: 8px;
}

.price-info {
    font-size: 28px;
    color: #27ae60;
    font-weight: 700;
    margin-bottom: 20px;
}

.additional-info {
    font-size: 15px;
    color: #e74c3c;
    margin-bottom: 16px;
}

.booking-info {
    padding: 80px 24px;
    background: #ffffff;
}

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

.booking-info-content h2 {
    font-size: 36px;
    margin-bottom: 48px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

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

.info-block {
    flex: 1;
    min-width: 300px;
    background: #f8f9fa;
    padding: 32px;
    border-radius: 8px;
}

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

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

.services-cta {
    padding: 80px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.services-cta-content h2 {
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 700;
}

.services-cta-content p {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.contact-main {
    padding: 80px 24px;
    background: #ffffff;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
    font-weight: 700;
}

.contact-info-block > p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #34495e;
    font-weight: 700;
}

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

.email-display {
    font-weight: 600;
    color: #3498db;
}

.contact-map {
    flex: 1;
}

.contact-map img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    margin-bottom: 16px;
}

.map-caption {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.6;
}

.additional-contact {
    padding: 80px 24px;
    background: #f8f9fa;
}

.additional-info {
    max-width: 1200px;
    margin: 0 auto;
}

.additional-info h2 {
    font-size: 36px;
    margin-bottom: 48px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.info-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.info-card {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.info-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

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

.visit-us {
    padding: 80px 24px;
    background: #ffffff;
}

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

.visit-content h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #2c3e50;
    font-weight: 700;
}

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

.thanks-section {
    padding: 120px 24px;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    min-height: 60vh;
}

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

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

.thanks-message {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 32px;
}

.service-confirmation {
    background: #f0f8ff;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
    font-size: 18px;
    color: #2c3e50;
}

.next-steps {
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 40px;
    line-height: 1.6;
}

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

.btn-primary {
    display: inline-block;
    background: #3498db;
    color: white;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #3498db;
    border: 2px solid #3498db;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.legal-page {
    padding: 80px 24px;
    background: #ffffff;
}

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

.legal-content h1 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.last-updated {
    font-size: 15px;
    color: #7f8c8d;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #34495e;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #34495e;
    font-weight: 600;
}

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

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

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

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

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

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.cookies-table th,
.cookies-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #dfe6e9;
}

.cookies-table th {
    background: #f8f9fa;
    font-weight: 700;
    color: #2c3e50;
}

.cookies-table td {
    font-size: 15px;
    color: #555;
}

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

    .hero-offset-left h1 {
        font-size: 36px;
    }

    .hero-image-right img {
        transform: none;
        min-height: 300px;
    }

    .story-irregular,
    .discovery-layout,
    .about-asymmetric,
    .approach-layout,
    .info-asymmetric,
    .contact-layout {
        flex-direction: column;
    }

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

    .service-offset-1,
    .service-offset-2,
    .service-offset-3,
    .service-offset-4,
    .service-offset-5 {
        margin-left: 0;
        margin-right: 0;
    }

    .form-container-offset {
        margin: 0 auto;
    }

    .nav-links {
        gap: 16px;
        font-size: 14px;
    }

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

    .timeline-elevated,
    .timeline-lower {
        transform: none;
    }

    .value-offset-a,
    .value-offset-b,
    .value-offset-c {
        transform: none;
    }

    .testimonial-elevated,
    .testimonial-lower {
        transform: none;
    }

    .discovery-layout img,
    .about-asymmetric img,
    .info-asymmetric img {
        width: 100%;
        max-width: 100%;
    }
}