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

.ad-disclosure {
    background-color: #f4e4c1;
    color: #5a4a2f;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    border-bottom: 1px solid #d4c4a1;
}

.main-header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    z-index: 1000;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2d5016;
    letter-spacing: -0.5px;
}

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

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

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

.hero-asymmetric {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    background-color: #f8f9fa;
}

.hero-image-block {
    position: relative;
    width: 100%;
    height: 65vh;
    background-color: #3a5a40;
    overflow: hidden;
}

.hero-image-block img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-overlay {
    position: absolute;
    bottom: 8%;
    left: 6%;
    max-width: 580px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 35px 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.hero-overlay h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #2d5016;
    margin-bottom: 15px;
}

.hero-overlay p {
    font-size: 18px;
    color: #556b2f;
    line-height: 1.5;
}

.hero-text-offset {
    position: relative;
    width: 45%;
    padding: 45px;
    background-color: #ffffff;
    margin: -120px 0 0 auto;
    margin-right: 8%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    z-index: 10;
}

.hero-text-offset h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.hero-text-offset p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 25px;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2d5016;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #3f6b23;
}

.philosophy-section {
    padding: 90px 6%;
    background-color: #ffffff;
}

.offset-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
}

.text-block-left {
    flex: 1.1;
}

.text-block-left h3 {
    font-size: 32px;
    color: #2d5016;
    margin-bottom: 25px;
}

.text-block-left p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 18px;
}

.image-block-right {
    flex: 0.9;
    background-color: #e8ede6;
}

.image-block-right img {
    width: 100%;
    height: auto;
    display: block;
}

.services-asymmetric {
    padding: 100px 6%;
    background-color: #f5f7f5;
}

.section-header-offset {
    max-width: 650px;
    margin-bottom: 60px;
    margin-left: 12%;
}

.section-header-offset h2 {
    font-size: 38px;
    color: #2d5016;
    margin-bottom: 15px;
}

.section-header-offset p {
    font-size: 18px;
    color: #556b2f;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    background-color: #ffffff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

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

.medium-card {
    flex: 1 1 calc(50% - 15px);
    min-width: 350px;
}

.small-card {
    flex: 1 1 calc(40% - 15px);
    min-width: 320px;
}

.card-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background-color: #d4e3cf;
}

.card-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-content h3 {
    font-size: 24px;
    color: #2d5016;
    margin-bottom: 15px;
}

.card-content p {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-details {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #718096;
}

.service-details span {
    display: flex;
    align-items: center;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 20px;
}

.select-service {
    padding: 12px 24px;
    background-color: #3f6b23;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #2d5016;
}

.experience-section {
    padding: 80px 6%;
    background-color: #ffffff;
}

.staggered-layout {
    display: flex;
    align-items: center;
    gap: 70px;
    max-width: 1300px;
    margin: 0 auto;
}

.experience-image {
    flex: 1;
    background-color: #d8e4d3;
    margin-left: -6%;
}

.experience-image img {
    width: 100%;
    height: auto;
    display: block;
}

.experience-text {
    flex: 1.2;
}

.experience-text h3 {
    font-size: 30px;
    color: #2d5016;
    margin-bottom: 20px;
}

.experience-text p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 18px;
}

.booking-section {
    padding: 90px 6%;
    background-color: #f0f4ee;
}

.form-container-asymmetric {
    max-width: 700px;
    margin: 0 0 0 15%;
    background-color: #ffffff;
    padding: 50px 55px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.form-intro h2 {
    font-size: 34px;
    color: #2d5016;
    margin-bottom: 15px;
}

.form-intro p {
    font-size: 16px;
    color: #556b2f;
    margin-bottom: 35px;
}

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

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

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

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-group input[readonly] {
    background-color: #f7fafc;
    color: #2d5016;
    font-weight: 600;
}

.btn-submit {
    padding: 15px 35px;
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
}

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

.trust-section {
    padding: 80px 6%;
    background-color: #ffffff;
}

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

.trust-content h3 {
    font-size: 32px;
    color: #2d5016;
    margin-bottom: 25px;
}

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

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indicator-number {
    font-size: 48px;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 8px;
}

.indicator-label {
    font-size: 14px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.disclaimer-section {
    padding: 50px 6%;
    background-color: #fef9f3;
}

.disclaimer-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 13px;
    color: #5a6c7d;
    line-height: 1.6;
    text-align: center;
}

.main-footer {
    background-color: #2d3e50;
    color: #cbd5e0;
    padding: 60px 6% 30px;
}

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

.footer-block {
    flex: 1;
    min-width: 220px;
}

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

.footer-block p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}

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

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

.footer-block ul li a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3e50;
    color: #ffffff;
    padding: 25px 6%;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.2);
    z-index: 2000;
    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;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    margin: 0;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #2d5016;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #3f6b23;
}

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

.btn-reject:hover {
    background-color: #4a5568;
}

.services-hero {
    padding: 60px 6%;
    background-color: #f5f7f5;
}

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

.services-intro h1 {
    font-size: 42px;
    color: #2d5016;
    margin-bottom: 20px;
}

.services-intro p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
}

.detailed-services {
    padding: 40px 6%;
    background-color: #ffffff;
}

.service-detail {
    display: flex;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto 80px;
    align-items: flex-start;
}

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

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

.service-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.service-info {
    flex: 1.1;
    padding: 20px 0;
}

.service-info h2 {
    font-size: 32px;
    color: #2d5016;
    margin-bottom: 15px;
}

.service-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #718096;
}

.service-description {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 25px;
    line-height: 1.7;
}

.service-info h4 {
    font-size: 19px;
    color: #2c3e50;
    margin: 25px 0 12px;
}

.service-info ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.service-info ul li {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 8px;
    line-height: 1.6;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2d5016;
    margin: 25px 0 20px;
}

.price-note {
    font-size: 14px;
    font-weight: 400;
    color: #718096;
    margin-left: 10px;
}

.select-service-btn {
    padding: 14px 30px;
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #3f6b23;
}

.service-includes {
    background-color: #f7fafc;
    padding: 20px;
    margin: 20px 0;
}

.service-includes h4 {
    margin-top: 0;
}

.service-comparison {
    padding: 60px 6%;
    background-color: #f5f7f5;
}

.service-comparison h2 {
    font-size: 34px;
    color: #2d5016;
    text-align: center;
    margin-bottom: 40px;
}

.comparison-table {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.comparison-table th,
.comparison-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table th {
    background-color: #2d5016;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.comparison-table td {
    font-size: 14px;
    color: #4a5568;
}

.additional-services {
    padding: 60px 6%;
    background-color: #ffffff;
}

.additional-services h2 {
    font-size: 34px;
    color: #2d5016;
    text-align: center;
    margin-bottom: 40px;
}

.extras-grid {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.extra-item {
    flex: 1 1 calc(25% - 22.5px);
    min-width: 220px;
    background-color: #f7fafc;
    padding: 30px;
    text-align: center;
}

.extra-item h4 {
    font-size: 18px;
    color: #2d5016;
    margin-bottom: 12px;
}

.extra-item p {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 15px;
}

.extra-price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #2d5016;
}

.about-intro {
    padding: 70px 6%;
    background-color: #ffffff;
}

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

.intro-text-large {
    flex: 1.3;
}

.intro-text-large h1 {
    font-size: 44px;
    color: #2d5016;
    margin-bottom: 25px;
}

.intro-text-large p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.intro-image {
    flex: 0.7;
    background-color: #d8e4d3;
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

.story-section {
    padding: 80px 6%;
    background-color: #f5f7f5;
}

.story-content {
    max-width: 900px;
    margin: 0 0 0 10%;
}

.story-content h2 {
    font-size: 34px;
    color: #2d5016;
    margin-bottom: 25px;
}

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

.team-section {
    padding: 80px 6%;
    background-color: #ffffff;
}

.team-section h2 {
    font-size: 38px;
    color: #2d5016;
    text-align: center;
    margin-bottom: 50px;
}

.team-grid {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.team-member {
    flex: 1 1 calc(33.333% - 26.67px);
    min-width: 280px;
    text-align: center;
}

.member-image {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e8ede6;
}

.member-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.team-member h3 {
    font-size: 22px;
    color: #2d5016;
    margin-bottom: 8px;
}

.member-role {
    font-size: 14px;
    color: #718096;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-member p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
}

.philosophy-detail {
    padding: 80px 6%;
    background-color: #f5f7f5;
}

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

.philosophy-image {
    flex: 1;
    background-color: #d4e3cf;
}

.philosophy-image img {
    width: 100%;
    height: auto;
    display: block;
}

.philosophy-text {
    flex: 1.1;
}

.philosophy-text h2 {
    font-size: 32px;
    color: #2d5016;
    margin-bottom: 20px;
}

.philosophy-text p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 18px;
    line-height: 1.7;
}

.values-section {
    padding: 80px 6%;
    background-color: #ffffff;
}

.values-section h2 {
    font-size: 36px;
    color: #2d5016;
    text-align: center;
    margin-bottom: 50px;
}

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

.value-card {
    flex: 1 1 calc(50% - 17.5px);
    min-width: 300px;
    background-color: #f7fafc;
    padding: 35px;
}

.value-card h3 {
    font-size: 22px;
    color: #2d5016;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.impact-section {
    padding: 80px 6%;
    background-color: #f0f4ee;
}

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

.impact-content h2 {
    font-size: 34px;
    color: #2d5016;
    margin-bottom: 25px;
}

.impact-content p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 40px;
}

.impact-stats {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

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

.stat-number {
    font-size: 44px;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: #718096;
    max-width: 200px;
}

.certification-section {
    padding: 60px 6%;
    background-color: #ffffff;
}

.certification-section h3 {
    font-size: 28px;
    color: #2d5016;
    text-align: center;
    margin-bottom: 30px;
}

.certifications-list {
    max-width: 700px;
    margin: 0 auto;
    list-style: none;
}

.certifications-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 16px;
    color: #4a5568;
}

.impressum-section {
    padding: 70px 6%;
    background-color: #ffffff;
}

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

.impressum-container h1 {
    font-size: 42px;
    color: #2d5016;
    margin-bottom: 40px;
}

.impressum-content h2 {
    font-size: 28px;
    color: #2c3e50;
    margin: 35px 0 15px;
}

.impressum-content h3 {
    font-size: 20px;
    color: #2d5016;
    margin: 25px 0 12px;
}

.impressum-content p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 12px;
}

.company-info,
.legal-info,
.registration-info,
.contact-info,
.hours-info,
.address-detail,
.responsibility-info,
.dispute-resolution,
.liability-info,
.copyright-info {
    margin-bottom: 30px;
}

.email-note,
.hours-note {
    font-size: 13px;
    color: #718096;
    font-style: italic;
}

.os-link {
    color: #2d5016;
    word-break: break-all;
}

.legal-section {
    padding: 70px 6%;
    background-color: #ffffff;
}

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

.legal-container h1 {
    font-size: 42px;
    color: #2d5016;
    margin-bottom: 20px;
}

.legal-intro {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 40px;
    line-height: 1.7;
}

.legal-container h2 {
    font-size: 26px;
    color: #2c3e50;
    margin: 40px 0 20px;
}

.legal-container h3 {
    font-size: 19px;
    color: #2d5016;
    margin: 25px 0 12px;
}

.legal-container p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

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

.legal-container ul li {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-container a {
    color: #2d5016;
    text-decoration: underline;
}

.legal-date {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
    color: #718096;
}

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

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

.cookie-table th {
    background-color: #f7fafc;
    font-weight: 600;
    font-size: 14px;
    color: #2c3e50;
}

.cookie-table td {
    font-size: 14px;
    color: #4a5568;
}

.thanks-section {
    padding: 80px 6%;
    background-color: #f5f7f5;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 60px 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 38px;
    color: #2d5016;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 30px;
}

.selected-service-info {
    background-color: #f0f4ee;
    padding: 20px;
    margin: 25px 0;
    font-size: 16px;
    color: #2d5016;
    font-weight: 600;
}

.next-steps {
    text-align: left;
    margin: 35px 0;
}

.next-steps h3 {
    font-size: 22px;
    color: #2d5016;
    margin-bottom: 15px;
}

.next-steps ul {
    margin-left: 20px;
}

.next-steps ul li {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #2d5016;
    color: #ffffff;
}

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

.btn-secondary {
    background-color: #718096;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #4a5568;
}

.preparation-tips {
    padding: 60px 6%;
    background-color: #ffffff;
}

.tips-container {
    max-width: 1100px;
    margin: 0 auto;
}

.tips-container h2 {
    font-size: 32px;
    color: #2d5016;
    text-align: center;
    margin-bottom: 40px;
}

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

.tip-card {
    flex: 1 1 calc(50% - 15px);
    min-width: 280px;
    background-color: #f7fafc;
    padding: 30px;
}

.tip-card h4 {
    font-size: 19px;
    color: #2d5016;
    margin-bottom: 12px;
}

.tip-card p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .hero-text-offset {
        width: 90%;
        margin: -60px auto 0;
    }

    .offset-container,
    .staggered-layout,
    .philosophy-layout,
    .intro-layout,
    .service-detail {
        flex-direction: column;
    }

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

    .experience-image {
        margin-left: 0;
    }

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

    .story-content {
        margin: 0 auto;
    }

    .nav-links {
        gap: 20px;
    }
}