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

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

.ad-notice {
    background-color: #f0f0f0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #2d5a3f;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 75vh;
    position: relative;
    overflow: hidden;
}

.hero-content-offset {
    flex: 0 0 55%;
    padding: 100px 60px 80px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-content-offset h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-content-offset p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #4a4a4a;
    max-width: 520px;
}

.hero-image-tilted {
    flex: 1;
    background-size: cover;
    background-position: center;
    transform: skewX(-3deg);
    margin-left: -50px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1);
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2d5a3f;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #234a33;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 90, 63, 0.3);
}

.intro-overlap {
    display: flex;
    align-items: stretch;
    margin: -40px 40px 80px;
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.intro-card-left {
    flex: 0 0 50%;
    padding: 60px;
}

.intro-card-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-card-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.intro-visual-right {
    flex: 1;
    overflow: hidden;
}

.intro-visual-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.insight-diagonal {
    padding: 100px 60px;
    background: linear-gradient(135deg, #f5f7f5 0%, #e8ede8 100%);
    transform: skewY(-2deg);
    margin: 80px 0;
}

.insight-diagonal h2 {
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
    transform: skewY(2deg);
}

.insight-columns {
    display: flex;
    gap: 40px;
    transform: skewY(2deg);
    max-width: 1200px;
    margin: 0 auto;
}

.insight-item {
    flex: 1;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.insight-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2d5a3f;
    font-weight: 700;
}

.insight-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.ref-link {
    color: #2d5a3f;
    text-decoration: none;
    font-weight: 600;
}

.ref-link:hover {
    text-decoration: underline;
}

.services-stacked {
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.services-stacked h2 {
    font-size: 48px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 800;
}

.service-card-offset-right,
.service-card-offset-left {
    display: flex;
    align-items: stretch;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card-offset-right:hover,
.service-card-offset-left:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.service-card-offset-right {
    margin-left: 0;
    margin-right: 60px;
}

.service-card-offset-left {
    margin-left: 60px;
    margin-right: 0;
}

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

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

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

.service-price {
    font-size: 32px;
    font-weight: 800;
    color: #2d5a3f;
    margin-bottom: 20px;
}

.service-select {
    padding: 14px 32px;
    background-color: #2d5a3f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.service-select:hover {
    background-color: #234a33;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(45, 90, 63, 0.3);
}

.service-image {
    flex: 0 0 45%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.form-section {
    padding: 100px 40px;
    background-color: #f5f7f5;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-container > p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 35px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

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

.form-group input,
.form-group textarea,
.form-group select {
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    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: #2d5a3f;
}

.service-display {
    padding: 14px;
    background-color: #f5f7f5;
    border-radius: 6px;
    color: #4a4a4a;
    font-size: 16px;
}

.cta-submit {
    padding: 16px 40px;
    background-color: #2d5a3f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.cta-submit:hover {
    background-color: #234a33;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 90, 63, 0.3);
}

.trust-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

.trust-section h2 {
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

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

.testimonial-card {
    flex: 1;
    padding: 35px;
    background-color: #f5f7f5;
    border-radius: 10px;
    border-left: 4px solid #2d5a3f;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d2d;
    margin-bottom: 20px;
    font-style: italic;
}

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

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

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

.footer-col {
    flex: 1;
}

.footer-col h3,
.footer-col h4 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}

.footer-col h3 {
    font-size: 24px;
}

.footer-col h4 {
    font-size: 18px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

.footer-col ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-references {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #242424;
    border-radius: 8px;
}

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

.footer-references ol {
    padding-left: 20px;
}

.footer-references ol li {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 10px;
}

.footer-references a {
    color: #6a9e7a;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: #2d2d2d;
    border-radius: 8px;
    border: 2px solid #3d3d3d;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    box-shadow: 0 -4px 20px 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 {
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
}

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

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

.btn-reject:hover {
    background-color: #3a3a3a;
    transform: translateY(-2px);
}

.page-hero-minimal {
    padding: 100px 60px 60px;
    text-align: center;
    background: linear-gradient(135deg, #f5f7f5 0%, #e8ede8 100%);
}

.page-hero-minimal h1 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 800;
}

.page-hero-minimal p {
    font-size: 19px;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

.about-story {
    padding: 80px 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.story-content-wide {
    margin-bottom: 50px;
}

.story-content-wide h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.story-image-inline {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.story-image-inline img {
    width: 100%;
    display: block;
}

.philosophy-section {
    padding: 80px 60px;
    background-color: #f5f7f5;
}

.philosophy-section h2 {
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.philosophy-cards {
    display: flex;
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-card {
    flex: 1;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.philosophy-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2d5a3f;
    font-weight: 700;
}

.philosophy-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.team-section {
    padding: 80px 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-section h2 {
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.team-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.team-member {
    flex: 0 0 350px;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.member-image {
    height: 350px;
    background-size: cover;
    background-position: center;
}

.team-member h3 {
    font-size: 24px;
    margin: 25px 25px 12px;
    color: #1a1a1a;
    font-weight: 700;
}

.team-member p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    padding: 0 25px 25px;
}

.values-section {
    padding: 80px 60px;
    background-color: #f5f7f5;
}

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

.values-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.services-detailed {
    padding: 60px 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.service-detail-card {
    display: flex;
    align-items: stretch;
    margin-bottom: 60px;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
}

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

.service-detail-content {
    flex: 1;
    padding: 50px;
}

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

.service-price-large {
    font-size: 38px;
    font-weight: 800;
    color: #2d5a3f;
    margin-bottom: 25px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.service-detail-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #2d2d2d;
    font-weight: 700;
}

.service-detail-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.service-detail-content ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.service-detail-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5a3f;
    font-weight: 700;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #2d5a3f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2d5a3f;
    border-radius: 6px;
    transition: all 0.3s ease;
}

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

.service-detail-image {
    flex: 0 0 45%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.comparison-section {
    padding: 80px 60px;
    background-color: #f5f7f5;
}

.comparison-section h2 {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.comparison-table {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.comparison-row {
    display: flex;
}

.comparison-row.header {
    background-color: #2d5a3f;
    color: #ffffff;
}

.comparison-row:not(.header):nth-child(even) {
    background-color: #f9f9f9;
}

.comparison-cell {
    flex: 1;
    padding: 20px;
    font-size: 15px;
    border-right: 1px solid #e0e0e0;
}

.comparison-cell:first-child {
    font-weight: 700;
}

.comparison-cell:last-child {
    border-right: none;
}

.comparison-row.header .comparison-cell {
    font-weight: 700;
    font-size: 16px;
}

.contact-layout {
    display: flex;
    align-items: stretch;
    max-width: 1300px;
    margin: 60px auto;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
}

.contact-info-block {
    flex: 0 0 55%;
    padding: 60px;
}

.contact-info-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-info-block > p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 40px;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2d5a3f;
    font-weight: 700;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-image-block {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.faq-section {
    padding: 80px 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq-item {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2d5a3f;
    font-weight: 700;
}

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

.thanks-section {
    display: flex;
    align-items: stretch;
    min-height: 70vh;
}

.thanks-content {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 25px;
    color: #2d5a3f;
    font-weight: 800;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
    max-width: 600px;
}

.thanks-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.thanks-image {
    flex: 0 0 45%;
    background-size: cover;
    background-position: center;
}

.legal-page {
    padding: 80px 60px;
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
}

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

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 18px;
    color: #2d2d2d;
    font-weight: 700;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2d5a3f;
    font-weight: 700;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 18px;
}

.legal-page ul,
.legal-page ol {
    margin-left: 30px;
    margin-bottom: 18px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
}

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

.legal-page a:hover {
    color: #234a33;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-content-offset {
        flex: 1;
        padding: 60px 40px;
    }

    .hero-image-tilted {
        flex: 1;
        min-height: 400px;
        transform: none;
        margin-left: 0;
    }

    .intro-overlap,
    .contact-layout,
    .thanks-section {
        flex-direction: column;
    }

    .insight-columns,
    .philosophy-cards,
    .testimonials-grid,
    .team-grid {
        flex-direction: column;
    }

    .service-card-offset-right,
    .service-card-offset-left {
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }

    .service-image {
        min-height: 250px;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-floating {
        padding: 15px 20px;
    }

    .nav-links {
        gap: 15px;
    }

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

@media (max-width: 768px) {
    .hero-content-offset h1 {
        font-size: 36px;
    }

    .services-stacked h2,
    .page-hero-minimal h1 {
        font-size: 32px;
    }

    .intro-card-left h2,
    .trust-section h2,
    .philosophy-section h2 {
        font-size: 28px;
    }

    .form-container,
    .contact-info-block,
    .thanks-content {
        padding: 40px 30px;
    }
}