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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.main-nav {
    background-color: #fff;
    border-bottom: 2px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.nav-links a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s;
}

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

.hero-magazine {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #3a3a3a;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.hero-overlay h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    max-width: 800px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.hero-overlay p {
    color: #f0f0f0;
    font-size: 20px;
    max-width: 600px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-magazine {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

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

.intro-columns {
    padding: 80px 0;
    background-color: #fff;
}

.column-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.col-left {
    flex: 1.2;
}

.col-right {
    flex: 0.8;
}

.col-left h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.3;
}

.col-left p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.highlight-card {
    background-color: #f8f4f0;
    padding: 30px;
    border-left: 4px solid #d4704f;
    margin-bottom: 30px;
}

.highlight-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.highlight-card p {
    font-size: 16px;
    color: #555;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.stats-grid {
    display: flex;
    gap: 20px;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #d4704f;
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.services-preview {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.section-header-offset {
    margin-bottom: 50px;
    padding-left: 20px;
}

.section-header-offset h2 {
    font-size: 42px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.section-header-offset p {
    font-size: 18px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.service-card-large {
    flex: 1 1 100%;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.service-card-medium {
    flex: 1 1 100%;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.service-card-small {
    flex: 1 1 calc(50% - 15px);
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.service-image {
    position: relative;
    overflow: hidden;
    background-color: #e8e8e8;
}

.service-card-large .service-image {
    flex: 0 0 50%;
}

.service-card-medium .service-image {
    flex: 0 0 45%;
}

.service-card-small .service-image {
    height: 250px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.service-card-large:hover .service-image img,
.service-card-medium:hover .service-image img,
.service-card-small:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

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

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

.price-tag {
    font-size: 20px;
    font-weight: 700;
    color: #d4704f;
    margin-bottom: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-link {
    display: inline-block;
    text-decoration: none;
    color: #d4704f;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid #d4704f;
    padding-bottom: 3px;
    transition: color 0.3s, border-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-link:hover {
    color: #b85a3f;
    border-color: #b85a3f;
}

.testimonial-section {
    padding: 80px 0;
    background-color: #2c2c2c;
}

.testimonial-card {
    text-align: center;
    padding: 40px;
}

.testimonial-text {
    font-size: 24px;
    font-style: italic;
    color: #f0f0f0;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 16px;
    color: #d4704f;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.booking-section {
    padding: 90px 0;
    background-color: #fff;
}

.form-header {
    text-align: center;
    margin-bottom: 50px;
}

.form-header h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.form-header p {
    font-size: 17px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.booking-form {
    background-color: #f8f8f8;
    padding: 50px;
    border-radius: 4px;
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.3s;
}

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

.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #d4704f;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.approach-section {
    padding: 90px 0;
    background-color: #f5f5f5;
}

.split-layout {
    display: flex;
    gap: 70px;
    align-items: center;
}

.approach-image {
    flex: 1;
    background-color: #e0e0e0;
}

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

.approach-content {
    flex: 1;
}

.approach-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.approach-content p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.approach-list {
    list-style: none;
    margin-top: 30px;
}

.approach-list li {
    font-size: 16px;
    color: #555;
    padding: 12px 0 12px 35px;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.approach-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d4704f;
    font-weight: 700;
    font-size: 20px;
}

.main-footer {
    background-color: #1a1a1a;
    color: #bbb;
    padding: 60px 0 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-columns {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.footer-col ul li a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.email-text {
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 25px;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.disclaimer {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-content a {
    color: #d4704f;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-btn.accept {
    background-color: #d4704f;
    color: #fff;
}

.cookie-btn.accept:hover {
    background-color: #b85a3f;
}

.cookie-btn.reject {
    background-color: #555;
    color: #fff;
}

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

.page-header {
    padding: 60px 0 40px;
    background-color: #f8f4f0;
    border-bottom: 1px solid #e8e8e8;
}

.page-header h1 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.lead {
    font-size: 20px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.services-detail {
    padding: 80px 0;
    background-color: #fff;
}

.service-detail-card {
    display: flex;
    margin-bottom: 70px;
    gap: 50px;
    align-items: center;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.price-large {
    font-size: 24px;
    font-weight: 700;
    color: #d4704f;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-detail-content h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.detail-list {
    list-style: none;
    margin: 20px 0;
}

.detail-list li {
    font-size: 16px;
    color: #555;
    padding: 10px 0 10px 30px;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.detail-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #d4704f;
    font-size: 24px;
    line-height: 16px;
}

.cta-button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #d4704f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 20px;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-button:hover {
    background-color: #b85a3f;
}

.cta-section {
    padding: 80px 0;
    background-color: #f8f4f0;
    text-align: center;
}

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

.cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-button-large {
    display: inline-block;
    padding: 18px 45px;
    background-color: #d4704f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-button-large:hover {
    background-color: #b85a3f;
}

.about-story {
    padding: 80px 0;
    background-color: #fff;
}

.story-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.story-image {
    flex: 0 0 45%;
    background-color: #e0e0e0;
}

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

.values-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.centered-heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

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

.value-card {
    flex: 1 1 calc(50% - 15px);
    background-color: #fff;
    padding: 35px;
    border-left: 4px solid #d4704f;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.team-section {
    padding: 80px 0;
    background-color: #fff;
}

.team-section h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.team-intro {
    margin-bottom: 50px;
}

.team-intro p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

.team-layout {
    display: flex;
    gap: 40px;
}

.team-member {
    flex: 1;
}

.member-image {
    margin-bottom: 20px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.team-member h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.team-member p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.philosophy-section {
    padding: 80px 0;
    background-color: #2c2c2c;
}

.philosophy-section h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #fff;
}

.philosophy-section p {
    font-size: 17px;
    color: #d0d0d0;
    margin-bottom: 20px;
    line-height: 1.7;
}

.milestone-section {
    padding: 80px 0;
    background-color: #f8f4f0;
}

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

.timeline-item {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.timeline-year {
    flex: 0 0 100px;
    font-size: 32px;
    font-weight: 700;
    color: #d4704f;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.timeline-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.timeline-content p {
    font-size: 16px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.contact-section {
    padding: 80px 0;
    background-color: #fff;
}

.contact-layout {
    display: flex;
    gap: 60px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.contact-detail-block {
    margin-bottom: 35px;
}

.contact-detail-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.contact-detail-block p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.note {
    font-size: 14px;
    font-style: italic;
    color: #888;
    margin-top: 10px;
}

.contact-image {
    flex: 0 0 40%;
    background-color: #e8e8e8;
}

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

.faq-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.faq-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

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

.faq-item {
    flex: 1 1 calc(50% - 15px);
    background-color: #fff;
    padding: 30px;
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.faq-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.map-placeholder {
    padding: 60px 0;
    background-color: #fff;
}

.map-box {
    background-color: #e8e8e8;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-text {
    font-size: 16px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.thanks-section {
    padding: 100px 0;
    background-color: #f8f4f0;
}

.thanks-content {
    text-align: center;
}

.success-icon {
    width: 80px;
    height: 80px;
    background-color: #5cb85c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 30px;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.thanks-info {
    margin-bottom: 40px;
}

.selected-service {
    font-size: 17px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.next-steps {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px;
    background-color: #fff;
    padding: 35px;
    border-radius: 4px;
}

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

.steps-list {
    list-style: decimal;
    padding-left: 25px;
}

.steps-list li {
    font-size: 16px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-primary {
    padding: 14px 30px;
    background-color: #d4704f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-primary:hover {
    background-color: #b85a3f;
}

.btn-secondary {
    padding: 14px 30px;
    background-color: #fff;
    color: #d4704f;
    text-decoration: none;
    border: 2px solid #d4704f;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-secondary:hover {
    background-color: #d4704f;
    color: #fff;
}

.thanks-note {
    font-size: 14px;
    color: #777;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.additional-info {
    padding: 80px 0;
    background-color: #fff;
}

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

.info-cards {
    display: flex;
    gap: 30px;
}

.info-card {
    flex: 1;
    background-color: #f8f8f8;
    padding: 30px;
}

.info-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.info-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.info-card a {
    color: #d4704f;
    text-decoration: underline;
}

.legal-page {
    padding: 80px 0;
    background-color: #fff;
}

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

.last-updated {
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.legal-page h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

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

.legal-page ul {
    margin: 15px 0 15px 30px;
}

.legal-page ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid #d0d0d0;
    padding: 12px;
    text-align: left;
    font-size: 14px;
}

.cookie-table th {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #2c2c2c;
}

.cookie-table td {
    color: #666;
}

@media (max-width: 768px) {
    .column-layout,
    .split-layout,
    .story-layout,
    .contact-layout,
    .team-layout {
        flex-direction: column;
    }

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

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

    .service-card-large,
    .service-card-medium,
    .service-detail-card {
        flex-direction: column;
    }

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

    .values-grid,
    .faq-grid {
        flex-direction: column;
    }

    .value-card,
    .faq-item {
        flex: 1 1 100%;
    }

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

    .info-cards,
    .thanks-actions {
        flex-direction: column;
    }

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