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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #fafafa;
}

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

a {
    color: #3d5a4c;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #5a8170;
}

.floating-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 1.2rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3d5a4c;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a4a4a;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #999;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.hero-visual {
    margin-top: 80px;
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #3d5a4c;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5% 8%;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    max-width: 800px;
    margin-bottom: 1.5rem;
}

.hero-overlay p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
    line-height: 1.6;
}

.narrow-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.wide-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.story-intro {
    background-color: #fff;
}

.story-intro h2 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #2a2a2a;
    font-weight: 600;
}

.story-intro p {
    font-size: 1.15rem;
    margin-bottom: 1.8rem;
    color: #4a4a4a;
}

.inline-image {
    width: 100%;
    margin: 3rem 0;
    border-radius: 8px;
    background-color: #e8e8e8;
}

.problem-amplification {
    background-color: #f7f7f7;
    padding: 5rem 0;
}

.split-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.split-content {
    flex: 1;
}

.split-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2a2a2a;
    font-weight: 700;
}

.split-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.split-image {
    flex: 1;
    background-color: #d0d0d0;
}

.split-image img {
    width: 100%;
    border-radius: 8px;
}

.insight-section {
    background-color: #3d5a4c;
    color: #fff;
}

.insight-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #fff;
}

.insight-section p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.92);
}

.insight-cards {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
}

.card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid rgba(255, 255, 255, 0.5);
}

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

.card p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.trust-building {
    background-color: #fff;
    padding: 5rem 0;
}

.trust-building h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #2a2a2a;
}

.process-flow {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.process-step {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: #3d5a4c;
    opacity: 0.4;
    line-height: 1;
    flex-shrink: 0;
}

.process-step h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    color: #2a2a2a;
}

.process-step p {
    font-size: 1.05rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.testimonials-inline {
    background-color: #f9f9f9;
    padding: 5rem 0;
}

.testimonial {
    margin: 3rem 0;
    padding: 2.5rem;
    background-color: #fff;
    border-left: 5px solid #3d5a4c;
    border-radius: 4px;
}

.testimonial p {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1rem;
}

.testimonial cite {
    display: block;
    font-style: normal;
    font-size: 0.95rem;
    color: #7a7a7a;
    font-weight: 600;
}

.services-preview {
    background-color: #fff;
    padding: 6rem 0;
}

.services-preview h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.section-intro {
    text-align: center;
    font-size: 1.15rem;
    color: #5a5a5a;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 3rem;
}

.service-card {
    flex: 1 1 calc(50% - 1.25rem);
    background-color: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 300px;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

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

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

.service-card p {
    font-size: 1rem;
    margin: 0 1.5rem 1.5rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3d5a4c;
    margin: 0 1.5rem 1.5rem;
}

.btn-select {
    margin: 0 1.5rem 1.5rem;
    padding: 0.9rem 2rem;
    background-color: #3d5a4c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.final-cta {
    background-color: #2a2a2a;
    color: #fff;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.final-cta p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    background-color: #fff;
    padding: 3rem;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #333;
}

.modal-content h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #2a2a2a;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #3a3a3a;
    font-size: 0.95rem;
}

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

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

.form-group input[disabled] {
    background-color: #f5f5f5;
    color: #666;
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #3d5a4c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #2d4a3c;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 4rem 2rem 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 3rem;
}

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

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

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.7rem;
}

.footer-section ul li a {
    color: #aaa;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: #242424;
    border-radius: 6px;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #aaa;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.9rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 30, 30, 0.97);
    padding: 1.5rem;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1500;
}

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

.cookie-content p {
    color: #e0e0e0;
    font-size: 0.95rem;
    flex: 1;
    min-width: 250px;
}

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

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

.btn-accept {
    background-color: #3d5a4c;
    color: #fff;
}

.btn-accept:hover {
    background-color: #2d4a3c;
}

.btn-reject {
    background-color: transparent;
    color: #bbb;
    border: 2px solid #555;
}

.btn-reject:hover {
    background-color: #333;
    border-color: #666;
}

.page-hero {
    margin-top: 80px;
    padding: 5rem 2rem 3rem;
    background-color: #3d5a4c;
    color: #fff;
    text-align: center;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-hero p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed {
    background-color: #fff;
}

.service-full {
    padding: 5rem 0;
}

.service-full.alt-layout {
    background-color: #f9f9f9;
}

.service-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.service-text {
    flex: 1;
}

.service-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2a2a2a;
}

.service-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.features-list {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.features-list li {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.pricing-box {
    background-color: #f5f5f5;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.price-item:last-child {
    border-bottom: none;
}

.price-label {
    font-size: 1rem;
    color: #4a4a4a;
}

.price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3d5a4c;
}

.service-visual {
    flex: 1;
    background-color: #e0e0e0;
}

.service-visual img {
    width: 100%;
    border-radius: 8px;
}

.cta-section {
    background-color: #2a2a2a;
    padding: 5rem 2rem;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: #3d5a4c;
    color: #fff;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.about-hero {
    margin-top: 80px;
    position: relative;
    height: 60vh;
    background-color: #d0d0d0;
}

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

.about-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 5%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
}

.about-hero-content h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
}

.about-story {
    background-color: #fff;
}

.about-story h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2a2a2a;
}

.workshop-section {
    background-color: #f7f7f7;
    padding: 5rem 0;
}

.philosophy-section {
    background-color: #fff;
    padding: 5rem 0;
}

.philosophy-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2a2a2a;
}

.philosophy-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.philosophy-card {
    flex: 1 1 calc(50% - 1.25rem);
    padding: 2.5rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    min-width: 280px;
}

.philosophy-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #3d5a4c;
}

.philosophy-card p {
    font-size: 1.05rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.materials-section {
    background-color: #f7f7f7;
}

.process-detail {
    background-color: #fff;
    padding: 5rem 0;
}

.process-detail h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #2a2a2a;
}

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

.timeline-item {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
}

.timeline-marker {
    width: 60px;
    height: 60px;
    background-color: #3d5a4c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
}

.timeline-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.timeline-content p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.team-section {
    background-color: #f9f9f9;
}

.team-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2a2a2a;
}

.values-section {
    background-color: #fff;
    padding: 5rem 0;
}

.values-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2a2a2a;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.value-item {
    padding: 2.5rem;
    background-color: #fafafa;
    border-left: 5px solid #3d5a4c;
    border-radius: 4px;
}

.value-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.value-item p {
    font-size: 1.05rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.cta-final {
    background-color: #3d5a4c;
    color: #fff;
    padding: 5rem 2rem;
    text-align: center;
}

.cta-final h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.cta-final p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin: 0 auto 2rem;
}

.contact-hero {
    margin-top: 80px;
    padding: 4rem 2rem;
    background-color: #f9f9f9;
    text-align: center;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.contact-hero p {
    font-size: 1.2rem;
    color: #5a5a5a;
}

.contact-main {
    background-color: #fff;
    padding: 4rem 0;
}

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

.contact-form-section {
    flex: 2;
}

.contact-form-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.contact-form-section > p {
    font-size: 1rem;
    color: #5a5a5a;
    margin-bottom: 2rem;
}

.contact-info-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-card {
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.info-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #3d5a4c;
}

.info-card p {
    font-size: 0.95rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.info-note {
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
    margin-top: 0.5rem;
}

.expectation-list {
    list-style: none;
    padding-left: 0;
}

.expectation-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.expectation-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3d5a4c;
    font-weight: bold;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: normal;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
}

.faq-section {
    background-color: #f9f9f9;
    padding: 5rem 2rem;
}

.faq-section h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2a2a2a;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #3d5a4c;
}

.faq-item p {
    font-size: 1.05rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.thanks-hero {
    margin-top: 80px;
    background-color: #f9f9f9;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.thanks-container {
    max-width: 800px;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #3d5a4c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem;
}

.thanks-container h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.thanks-message {
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-bottom: 2rem;
}

.thanks-details {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
    text-align: left;
}

.thanks-next-steps {
    margin: 3rem 0;
}

.thanks-next-steps h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #2a2a2a;
}

.steps-grid {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.step {
    flex: 1;
    min-width: 220px;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.step-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.step h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #3d5a4c;
}

.step p {
    font-size: 0.95rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.thanks-info {
    background-color: #fff5e6;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #ffa726;
    margin: 2rem 0;
    text-align: left;
}

.thanks-info p {
    font-size: 0.95rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.thanks-explore {
    margin-top: 3rem;
}

.thanks-explore h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #2a2a2a;
}

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

.explore-link {
    flex: 1;
    min-width: 200px;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e0e0e0;
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.explore-link:hover {
    border-color: #3d5a4c;
    transform: translateY(-3px);
}

.explore-link h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #3d5a4c;
}

.explore-link p {
    font-size: 0.9rem;
    color: #6a6a6a;
}

.legal-page {
    margin-top: 80px;
    background-color: #fff;
    padding: 4rem 2rem;
}

.legal-updated {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 2rem;
}

.legal-page h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.legal-page h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #3d5a4c;
}

.legal-page p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.legal-page ul,
.legal-page ol {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-page li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

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

.cookies-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2a2a2a;
}

.cookies-table td {
    font-size: 0.95rem;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

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

    .hero-overlay p {
        font-size: 1.05rem;
    }

    .split-layout,
    .service-layout,
    .contact-layout {
        flex-direction: column;
    }

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

    .service-card {
        flex: 1 1 100%;
    }

    .philosophy-cards {
        flex-direction: column;
    }

    .philosophy-card {
        flex: 1 1 100%;
    }

    .timeline-item {
        flex-direction: column;
        gap: 1rem;
    }

    .steps-grid {
        flex-direction: column;
    }

    .explore-links {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-container {
        flex-direction: column;
    }
}