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

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

.main-nav {
    background-color: #ffffff;
    border-bottom: 2px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f2d;
}

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

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

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

.hero-magazine {
    background-color: #fafafa;
    padding: 80px 30px;
}

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

.hero-text-column {
    flex: 1;
}

.hero-text-column h1 {
    font-size: 3rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 800;
}

.hero-intro {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 35px;
    line-height: 1.7;
}

.hero-image-column {
    flex: 1;
}

.hero-image-column img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.cta-primary {
    display: inline-block;
    background-color: #2c5f2d;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-primary:hover {
    background-color: #234d24;
    transform: translateY(-2px);
}

.cta-secondary {
    display: inline-block;
    background-color: #ffffff;
    color: #2c5f2d;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #2c5f2d;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #2c5f2d;
    color: #ffffff;
    transform: translateY(-2px);
}

.intro-editorial {
    padding: 90px 30px;
    background-color: #ffffff;
}

.editorial-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.editorial-sidebar {
    flex: 0 0 280px;
    background-color: #f4f7f4;
    padding: 35px;
    border-radius: 8px;
    height: fit-content;
}

.editorial-sidebar h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #2c5f2d;
}

.benefit-list {
    list-style: none;
}

.benefit-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #444;
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-weight: bold;
}

.editorial-main {
    flex: 1;
}

.editorial-main h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
    line-height: 1.3;
}

.editorial-main p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.content-image {
    width: 100%;
    height: auto;
    margin: 35px 0;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.problem-amplification {
    padding: 80px 30px;
    background-color: #f9f9f9;
}

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

.problem-amplification h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a1a;
}

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

.problem-card {
    flex: 1;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    border-left: 4px solid #2c5f2d;
}

.problem-card h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2c5f2d;
}

.problem-card p {
    color: #666;
    line-height: 1.7;
}

.insight-reveal {
    padding: 100px 30px;
    background-color: #ffffff;
}

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

.insight-header {
    text-align: center;
    margin-bottom: 70px;
}

.insight-header h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.subheading {
    font-size: 1.25rem;
    color: #666;
}

.services-magazine-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-featured {
    display: flex;
    gap: 40px;
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
}

.service-featured img {
    flex: 0 0 50%;
    width: 50%;
    height: 500px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-price {
    font-size: 1.8rem;
    color: #2c5f2d;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-select-btn {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 14px 35px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: fit-content;
}

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

.service-row-split {
    display: flex;
    gap: 30px;
}

.service-card-compact {
    flex: 1;
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
}

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

.service-card-compact h3 {
    font-size: 1.5rem;
    margin: 25px 30px 15px;
    color: #1a1a1a;
}

.service-card-compact p {
    margin: 0 30px 20px;
    color: #555;
    line-height: 1.6;
}

.service-card-compact .service-price {
    margin: 0 30px 15px;
}

.service-card-compact .service-select-btn {
    margin: 0 30px 30px;
}

.service-horizontal {
    display: flex;
    gap: 40px;
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
}

.service-h-image {
    flex: 0 0 40%;
}

.service-h-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-h-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

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

.trust-building {
    padding: 90px 30px;
    background-color: #f4f7f4;
}

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

.trust-building h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.testimonials-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    border-left: 5px solid #2c5f2d;
}

.t-offset-1 {
    margin-left: 0;
}

.t-offset-2 {
    margin-left: 80px;
}

.t-offset-3 {
    margin-left: 40px;
}

.testimonial-text {
    font-size: 1.15rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-author {
    color: #666;
    font-weight: 600;
}

.cta-section {
    padding: 80px 30px;
    background-color: #2c5f2d;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.2rem;
    color: #e8e8e8;
    margin-bottom: 35px;
}

.booking-section {
    padding: 90px 30px;
    background-color: #ffffff;
}

.booking-section h2 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.booking-form {
    background-color: #fafafa;
    padding: 45px;
    border-radius: 10px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

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

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

.form-group input[readonly] {
    background-color: #e8e8e8;
    cursor: not-allowed;
}

.submit-btn {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 16px 50px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
}

.submit-btn:hover {
    background-color: #234d24;
    transform: translateY(-2px);
}

.disclaimer-section {
    padding: 60px 30px;
    background-color: #f9f9f9;
}

.disclaimer-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    text-align: center;
    font-style: italic;
}

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

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #2c5f2d;
}

.footer-column p {
    color: #aaa;
    line-height: 1.6;
}

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

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

.footer-column ul li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #2c5f2d;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px;
    box-shadow: 0 -4px 12px 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: 30px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.2s;
}

.cookie-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

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

.cookie-btn.reject {
    background-color: #6c757d;
    color: #ffffff;
}

.page-header {
    background-color: #f4f7f4;
    padding: 80px 30px 60px;
    text-align: center;
}

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

.page-intro {
    font-size: 1.25rem;
    color: #555;
}

.about-story {
    padding: 90px 30px;
    background-color: #ffffff;
}

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

.story-image {
    flex: 0 0 45%;
}

.story-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.story-content {
    flex: 1;
}

.story-content h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.mission-section {
    padding: 80px 30px;
    background-color: #f9f9f9;
}

.mission-section h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.mission-text {
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
}

.team-section {
    padding: 90px 30px;
    background-color: #ffffff;
}

.team-section h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.approach-grid {
    display: flex;
    gap: 40px;
}

.approach-item {
    flex: 1;
    text-align: center;
    padding: 35px;
}

.approach-item h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #2c5f2d;
}

.approach-item p {
    color: #555;
    line-height: 1.7;
}

.values-section {
    padding: 90px 30px;
    background-color: #f4f7f4;
}

.values-content {
    flex: 1;
}

.values-content h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.values-list {
    list-style: none;
}

.values-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.values-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-weight: bold;
    font-size: 1.2rem;
}

.values-list strong {
    color: #2c5f2d;
}

.values-image {
    flex: 0 0 45%;
}

.values-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.cta-about {
    padding: 80px 30px;
    text-align: center;
    background-color: #ffffff;
}

.cta-about h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-about p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 35px;
}

.services-detail {
    padding: 80px 30px;
    background-color: #ffffff;
}

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    gap: 50px;
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
}

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

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

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-detail-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    padding: 8px 0 8px 30px;
    position: relative;
    color: #555;
    font-size: 1.05rem;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-weight: bold;
    font-size: 1.2rem;
}

.service-price-large {
    font-size: 2.2rem;
    color: #2c5f2d;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-section {
    padding: 80px 30px;
    background-color: #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: 2.2rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #2c5f2d;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.contact-image {
    flex: 0 0 45%;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.map-section {
    padding: 70px 30px;
    background-color: #f9f9f9;
}

.map-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.map-section p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.contact-cta {
    padding: 80px 30px;
    background-color: #ffffff;
    text-align: center;
}

.contact-cta h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-cta p {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 35px;
}

.thanks-section {
    padding: 100px 30px;
    background-color: #f4f7f4;
    min-height: 60vh;
}

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

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

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

.thanks-message {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 30px;
}

.service-confirmation {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    display: inline-block;
}

.service-confirmation p {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
}

#confirmed-service {
    color: #2c5f2d;
    font-weight: 600;
}

.thanks-info {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 40px;
}

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

.next-steps {
    padding: 80px 30px;
    background-color: #ffffff;
}

.next-steps h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
    color: #1a1a1a;
}

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

.step-item {
    flex: 1;
    text-align: center;
    padding: 30px;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #2c5f2d;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-item h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.step-item p {
    color: #555;
    line-height: 1.7;
}

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

.legal-page h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-intro {
    font-size: 1rem;
    color: #888;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c5f2d;
}

.legal-page h3 {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #333;
}

.legal-page h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

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

.legal-page ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-page ul li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.7;
}

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

@media (max-width: 768px) {
    .hero-content-split,
    .editorial-wrapper,
    .about-container,
    .contact-layout,
    .service-featured,
    .service-horizontal,
    .service-row-split,
    .problem-grid,
    .approach-grid,
    .steps-grid,
    .footer-container {
        flex-direction: column;
    }

    .hero-text-column h1 {
        font-size: 2rem;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 0.9rem;
    }

    .editorial-sidebar {
        flex: 1;
    }

    .service-featured img {
        width: 100%;
        height: 300px;
    }

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

    .t-offset-2,
    .t-offset-3 {
        margin-left: 0;
    }

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

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

    .service-detail-image img {
        height: 300px;
    }

    .thanks-actions {
        flex-direction: column;
    }
}