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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    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: 22px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
}

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

.nav-links a {
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.editorial-main {
    background-color: #fafafa;
}

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px;
    background-color: #ffffff;
}

.hero-editorial {
    margin: 0 0 50px 0;
}

.hero-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 40px 30px;
}

.hero-overlay h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 600px;
}

.page-header {
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 10px;
}

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

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 25px;
    font-weight: 400;
}

.story-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.insight-section {
    margin-bottom: 50px;
}

.insight-image {
    width: 100%;
    margin-bottom: 30px;
}

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

.insight-section h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 600;
}

.insight-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.problem-amplification {
    margin-bottom: 50px;
}

.problem-amplification h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 600;
}

.problem-amplification p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.inline-quote {
    display: block;
    padding: 30px 40px;
    background-color: #f7fafc;
    border-left: 4px solid #4a7c59;
    margin: 35px 0;
    font-size: 19px;
    line-height: 1.7;
    color: #2d3748;
    font-style: italic;
}

.inline-quote cite {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #718096;
    font-style: normal;
}

.trust-builder {
    margin-bottom: 50px;
}

.trust-builder h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 600;
}

.trust-builder p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.trust-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.trust-item {
    padding: 25px;
    background-color: #f9fafb;
    border-radius: 4px;
}

.trust-item h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.testimonial-flow {
    margin-bottom: 50px;
}

.testimonial-card {
    padding: 30px;
    background-color: #fafbfc;
    border-left: 3px solid #4a7c59;
    margin-bottom: 25px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.7;
    color: #2d3748;
    margin-bottom: 12px;
}

.testimonial-card cite {
    font-size: 15px;
    color: #718096;
    font-style: normal;
}

.benefits-reveal {
    margin-bottom: 50px;
}

.benefits-reveal h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 35px;
    font-weight: 600;
}

.benefit-block {
    margin-bottom: 45px;
}

.benefit-block img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.benefit-text h3 {
    font-size: 24px;
    color: #1a202c;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefit-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.services-pricing-reveal {
    margin-bottom: 50px;
}

.services-pricing-reveal h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 600;
}

.pricing-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 35px;
}

.pricing-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.price-card {
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #ffffff;
}

.price-card.featured {
    border-color: #4a7c59;
    border-width: 2px;
    background-color: #f9fdfb;
}

.price-card h3 {
    font-size: 24px;
    color: #1a202c;
    margin-bottom: 15px;
    font-weight: 600;
}

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

.price {
    font-size: 28px;
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.cta-select {
    width: 100%;
    padding: 14px 24px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-select:hover {
    background-color: #3d6749;
}

.booking-section {
    margin-bottom: 50px;
    padding: 40px;
    background-color: #f7fafc;
    border-radius: 6px;
}

.booking-section h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 15px;
}

.booking-section > p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 30px;
}

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

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

.form-field label {
    font-size: 15px;
    color: #2d3748;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-field input,
.form-field select {
    padding: 12px 15px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 16px;
    color: #2d3748;
}

.form-field input:focus,
.form-field select:focus {
    outline: none;
    border-color: #4a7c59;
}

.form-field input[readonly] {
    background-color: #f7fafc;
    color: #718096;
}

.cta-submit {
    padding: 16px 32px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.cta-submit:hover {
    background-color: #3d6749;
}

.final-cta {
    margin-bottom: 40px;
}

.final-cta p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
}

.final-cta a {
    color: #4a7c59;
    text-decoration: none;
    font-weight: 500;
}

.final-cta a:hover {
    text-decoration: underline;
}

.disclaimer-section {
    padding: 30px;
    background-color: #fef3cd;
    border-left: 4px solid #f59e0b;
    margin-bottom: 40px;
}

.disclaimer {
    font-size: 15px;
    line-height: 1.7;
    color: #78350f;
}

.site-footer {
    background-color: #1a202c;
    color: #cbd5e0;
    padding: 50px 30px 30px;
}

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

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

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

.footer-section a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3748;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

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

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

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

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

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

.cookie-btn.accept {
    background-color: #4a7c59;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #cbd5e0;
}

.cookie-btn.reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.contact-details {
    margin-bottom: 50px;
}

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

.contact-block h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 15px;
}

.contact-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.contact-info-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-info-item {
    padding: 25px;
    background-color: #f9fafb;
    border-radius: 4px;
}

.contact-info-item h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-info-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 10px;
}

.contact-note {
    font-size: 15px;
    color: #718096;
    font-style: italic;
    margin-top: 12px;
}

.contact-guidance {
    margin-bottom: 50px;
}

.contact-guidance h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 30px;
}

.guidance-block {
    margin-bottom: 30px;
}

.guidance-block h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
}

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

.guidance-block ul {
    margin-left: 25px;
}

.guidance-block li {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 8px;
}

.directions {
    margin-bottom: 50px;
}

.directions h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 25px;
}

.directions-image {
    width: 100%;
    margin-bottom: 25px;
}

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

.directions p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.directions-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 30px 0;
}

.directions-item {
    padding: 25px;
    background-color: #f9fafb;
    border-radius: 4px;
}

.directions-item h3 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
}

.directions-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.directions-note {
    font-size: 16px;
    color: #718096;
    background-color: #f7fafc;
    padding: 20px;
    border-left: 3px solid #4a7c59;
    margin-top: 20px;
}

.faq-contact {
    margin-bottom: 50px;
}

.faq-contact h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 30px;
}

.faq-item h3 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
}

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

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

.success-icon {
    margin: 30px auto;
}

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

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

.step-item {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f9fafb;
    border-radius: 4px;
}

.step-item h3 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 10px;
}

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.service-summary {
    margin: 30px 0;
    padding: 25px;
    background-color: #f0fdf4;
    border: 2px solid #4a7c59;
    border-radius: 6px;
}

.service-summary h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 10px;
}

.selected-service-name {
    font-size: 20px;
    color: #4a7c59;
    font-weight: 600;
    margin-bottom: 10px;
}

.important-note {
    text-align: left;
    margin: 40px 0;
    padding: 25px;
    background-color: #fef3cd;
    border-left: 4px solid #f59e0b;
}

.important-note h3 {
    font-size: 20px;
    color: #78350f;
    margin-bottom: 15px;
}

.important-note ul {
    margin-left: 25px;
}

.important-note li {
    font-size: 16px;
    line-height: 1.7;
    color: #78350f;
    margin-bottom: 8px;
}

.contact-support {
    text-align: left;
    margin: 40px 0;
}

.contact-support h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
}

.contact-support p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 12px;
}

.preparation-tips {
    text-align: left;
    margin: 40px 0;
}

.preparation-tips h2 {
    font-size: 28px;
    color: #1a202c;
    margin-bottom: 30px;
}

.tip-block {
    margin-bottom: 25px;
}

.tip-block h3 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 10px;
}

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

.legal-content {
    max-width: 850px;
}

.legal-content h2 {
    font-size: 28px;
    color: #1a202c;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    color: #2d3748;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

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

.legal-section {
    margin-bottom: 40px;
}

.last-updated {
    font-size: 15px;
    color: #718096;
    font-style: italic;
}

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

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

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

.cookie-table td {
    color: #4a5568;
}

.services-detailed {
    margin-bottom: 50px;
}

.service-detail {
    margin-bottom: 50px;
}

.service-image {
    width: 100%;
    margin-bottom: 25px;
}

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

.service-content h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 15px;
}

.service-price {
    font-size: 24px;
    color: #4a7c59;
    font-weight: 700;
    margin-bottom: 20px;
}

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

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

.service-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.service-content li {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 10px;
}

.service-cta {
    display: inline-block;
    padding: 14px 28px;
    background-color: #4a7c59;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.service-cta:hover {
    background-color: #3d6749;
}

.rental-information {
    margin-bottom: 50px;
}

.rental-information h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 30px;
}

.info-block {
    margin-bottom: 30px;
}

.info-block h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
}

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

.about-values {
    margin-bottom: 50px;
}

.value-image {
    width: 100%;
    margin-bottom: 25px;
}

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

.about-values h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 20px;
}

.about-values p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.our-process {
    margin-bottom: 50px;
}

.our-process h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 20px;
}

.our-process p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.process-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.process-item {
    padding: 25px;
    background-color: #f9fafb;
    border-radius: 4px;
}

.process-item h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
}

.process-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.philosophy {
    margin-bottom: 50px;
}

.philosophy h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 20px;
}

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

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

.team-image {
    width: 100%;
    margin-bottom: 25px;
}

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

.team-approach h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 20px;
}

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

.commitment {
    margin-bottom: 50px;
}

.commitment h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 20px;
}

.commitment p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 28px;
    }

    .page-header h1 {
        font-size: 32px;
    }

    .lead-text {
        font-size: 19px;
    }

    .insight-section h2,
    .problem-amplification h2,
    .trust-builder h2,
    .benefits-reveal h2,
    .services-pricing-reveal h2 {
        font-size: 26px;
    }

    .nav-links {
        gap: 20px;
    }

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

    .cookie-content {
        flex-direction: column;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: stretch;
    }

    .cookie-btn {
        flex: 1;
    }
}