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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

button {
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

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

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

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

.logo {
    font-size: 26px;
    font-weight: 700;
    color: #4a7c59;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-size: 15px;
    font-weight: 500;
    color: #2c3e50;
    position: relative;
}

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

.hero-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eff5 100%);
    padding: 80px 40px;
}

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

.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 56px;
    line-height: 1.2;
    color: #1a2332;
    margin-bottom: 24px;
    font-weight: 800;
}

.hero-text p {
    font-size: 20px;
    color: #5a6c7d;
    margin-bottom: 36px;
    line-height: 1.6;
}

.hero-cta {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
}

.hero-cta:hover {
    background-color: #3d6649;
}

.hero-image {
    flex: 1;
    background-color: #d8dfe6;
    border-radius: 12px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 500px;
}

.story-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.story-text {
    flex: 1.2;
}

.story-text h2 {
    font-size: 42px;
    color: #1a2332;
    margin-bottom: 28px;
    font-weight: 700;
}

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

.story-image {
    flex: 1;
    background-color: #e8eff5;
    border-radius: 8px;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 400px;
}

.problem-section {
    background-color: #f8f9fa;
    padding: 90px 40px;
}

.problem-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.problem-wrapper h2 {
    font-size: 40px;
    text-align: center;
    color: #1a2332;
    margin-bottom: 60px;
    font-weight: 700;
}

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

.problem-card {
    flex: 1;
    background-color: #ffffff;
    padding: 40px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.problem-card h3 {
    font-size: 22px;
    color: #c94a4a;
    margin-bottom: 16px;
    font-weight: 600;
}

.problem-card p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
}

.insight-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.insight-image {
    flex: 1;
    background-color: #e8eff5;
    border-radius: 8px;
    overflow: hidden;
}

.insight-image img {
    width: 100%;
    height: 420px;
}

.insight-text {
    flex: 1.2;
}

.insight-text h2 {
    font-size: 40px;
    color: #1a2332;
    margin-bottom: 26px;
    font-weight: 700;
}

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

.testimonials-section {
    background: linear-gradient(135deg, #4a7c59 0%, #3d6649 100%);
    padding: 80px 40px;
}

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

.testimonials-wrapper h2 {
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.testimonial-flow {
    display: flex;
    gap: 35px;
}

.testimonial {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 35px 30px;
    border-radius: 8px;
}

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

.testimonial-author {
    font-size: 14px;
    color: #4a7c59;
    font-weight: 600;
    font-style: normal;
}

.benefits-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.benefits-container h2 {
    font-size: 42px;
    text-align: center;
    color: #1a2332;
    margin-bottom: 60px;
    font-weight: 700;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.benefit-item {
    display: flex;
    gap: 50px;
    align-items: center;
}

.benefit-item.reverse {
    flex-direction: row-reverse;
}

.benefit-icon {
    flex: 1;
    background-color: #e8eff5;
    border-radius: 8px;
    overflow: hidden;
}

.benefit-icon img {
    width: 100%;
    height: 320px;
}

.benefit-text {
    flex: 1;
}

.benefit-text h3 {
    font-size: 28px;
    color: #1a2332;
    margin-bottom: 18px;
    font-weight: 700;
}

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

.services-section {
    background-color: #f8f9fa;
    padding: 100px 40px;
}

.services-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.services-wrapper h2 {
    font-size: 44px;
    text-align: center;
    color: #1a2332;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-intro {
    text-align: center;
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

.service-card {
    flex: 1 1 calc(50% - 18px);
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.service-image {
    background-color: #d8dfe6;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 280px;
}

.service-content {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h3 {
    font-size: 26px;
    color: #1a2332;
    margin-bottom: 14px;
    font-weight: 700;
}

.service-content p {
    font-size: 16px;
    color: #5a6c7d;
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
}

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

.select-service {
    background-color: #4a7c59;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
}

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

.select-service.selected {
    background-color: #2d4a35;
}

.form-section {
    padding: 90px 40px;
    background-color: #ffffff;
}

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.form-wrapper h2 {
    font-size: 40px;
    text-align: center;
    color: #1a2332;
    margin-bottom: 18px;
    font-weight: 700;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #5a6c7d;
    margin-bottom: 40px;
}

.order-form {
    background-color: #f8f9fa;
    padding: 40px 35px;
    border-radius: 10px;
}

.selected-service-display {
    background-color: #e7f3ea;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    border-left: 4px solid #4a7c59;
}

.selected-service-display p {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 6px;
}

.selected-service-display strong {
    color: #4a7c59;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-family: inherit;
    background-color: #ffffff;
}

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

.submit-btn {
    background-color: #4a7c59;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
}

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

.final-cta-section {
    background: linear-gradient(135deg, #2c4a3a 0%, #1a2f26 100%);
    padding: 80px 40px;
}

.final-cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-content h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.final-cta-content p {
    font-size: 19px;
    color: #d1e0d8;
    margin-bottom: 35px;
}

.cta-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #2c4a3a;
    padding: 16px 45px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
}

.cta-btn:hover {
    background-color: #e8f5ee;
}

.main-footer {
    background-color: #1a2332;
    color: #e0e7ef;
    padding: 60px 40px 30px;
}

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

.footer-column {
    flex: 1;
}

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

.footer-column p,
.footer-column a {
    font-size: 14px;
    color: #b0bac7;
    line-height: 1.8;
    display: block;
    margin-bottom: 8px;
}

.footer-column a:hover {
    color: #4a7c59;
}

.footer-disclaimer {
    max-width: 1300px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.7;
}

.footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a2332;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.cookie-content {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

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

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

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

.cookie-btn {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
}

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

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

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

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

.page-hero {
    background: linear-gradient(135deg, #4a7c59 0%, #3d6649 100%);
    padding: 80px 40px;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 800;
}

.page-hero-content p {
    font-size: 20px;
    color: #d1e0d8;
}

.about-content {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

.about-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 38px;
    color: #1a2332;
    margin-bottom: 24px;
    font-weight: 700;
}

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

.about-image {
    flex: 1;
    background-color: #e8eff5;
    border-radius: 8px;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 380px;
}

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

.about-values h2 {
    font-size: 38px;
    color: #1a2332;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

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

.value-card {
    flex: 1;
    background-color: #f8f9fa;
    padding: 35px 28px;
    border-radius: 8px;
}

.value-card h3 {
    font-size: 22px;
    color: #1a2332;
    margin-bottom: 16px;
    font-weight: 700;
}

.value-card p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
}

.about-process {
    margin-bottom: 80px;
}

.about-process h2 {
    font-size: 38px;
    color: #1a2332;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.process-flow {
    display: flex;
    gap: 30px;
}

.process-step {
    flex: 1;
    padding: 30px 24px;
    background-color: #ffffff;
    border-left: 4px solid #4a7c59;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.step-number {
    font-size: 32px;
    color: #4a7c59;
    font-weight: 800;
    margin-bottom: 12px;
}

.process-step h3 {
    font-size: 20px;
    color: #1a2332;
    margin-bottom: 12px;
    font-weight: 700;
}

.process-step p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
}

.about-commitment {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eff5 100%);
    padding: 60px 50px;
    border-radius: 10px;
}

.commitment-content h2 {
    font-size: 36px;
    color: #1a2332;
    margin-bottom: 24px;
    font-weight: 700;
}

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

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

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

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

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

.service-detail-image {
    flex: 1;
    background-color: #e8eff5;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail-image img {
    width: 100%;
    height: 400px;
}

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

.service-detail-content h2 {
    font-size: 36px;
    color: #1a2332;
    margin-bottom: 16px;
    font-weight: 700;
}

.service-price-large {
    font-size: 40px;
    color: #4a7c59;
    font-weight: 800;
    margin-bottom: 20px;
}

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

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

.service-features li {
    font-size: 16px;
    color: #5a6c7d;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4a7c59;
    font-weight: 700;
}

.detail-cta {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

.detail-cta:hover {
    background-color: #3d6649;
}

.comparison-section {
    background-color: #f8f9fa;
    padding: 70px 40px;
}

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

.comparison-container h2 {
    font-size: 38px;
    color: #1a2332;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.comparison-guide {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.guide-item {
    flex: 1 1 calc(50% - 15px);
    background-color: #ffffff;
    padding: 30px 26px;
    border-radius: 8px;
    border-left: 4px solid #4a7c59;
}

.guide-item h3 {
    font-size: 20px;
    color: #1a2332;
    margin-bottom: 12px;
    font-weight: 700;
}

.guide-item p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
}

.guide-item strong {
    color: #4a7c59;
}

.contact-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

.contact-info-blocks {
    display: flex;
    gap: 40px;
    margin-bottom: 70px;
}

.contact-block {
    flex: 1;
    background-color: #f8f9fa;
    padding: 40px 32px;
    border-radius: 8px;
}

.contact-block h2 {
    font-size: 24px;
    color: #1a2332;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-detail {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
}

.contact-note {
    font-size: 14px;
    color: #6b7280;
    margin-top: 12px;
    font-style: italic;
}

.contact-additional {
    margin-bottom: 60px;
}

.contact-additional h2 {
    font-size: 36px;
    color: #1a2332;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

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

.help-card {
    flex: 1 1 calc(50% - 15px);
    background-color: #ffffff;
    padding: 30px 26px;
    border-radius: 8px;
    border: 2px solid #e8eff5;
}

.help-card h3 {
    font-size: 20px;
    color: #1a2332;
    margin-bottom: 12px;
    font-weight: 700;
}

.help-card p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
}

.contact-map-placeholder {
    background: linear-gradient(135deg, #e8eff5 0%, #d1dbe6 100%);
    height: 350px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-overlay {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px 40px;
    border-radius: 8px;
}

.map-overlay p {
    font-size: 17px;
    color: #2c3e50;
    font-weight: 600;
}

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

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.thanks-container h1 {
    font-size: 42px;
    color: #1a2332;
    margin-bottom: 24px;
    font-weight: 700;
}

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

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

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

.order-details {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #4a7c59;
}

.order-details h3 {
    font-size: 22px;
    color: #1a2332;
    margin-bottom: 16px;
    font-weight: 700;
}

.order-details p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 8px;
    text-align: left;
}

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

.btn-primary {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

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

.btn-secondary {
    display: inline-block;
    background-color: #e8eff5;
    color: #2c3e50;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

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

.legal-page {
    padding: 60px 40px;
    background-color: #ffffff;
}

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

.legal-container h1 {
    font-size: 40px;
    color: #1a2332;
    margin-bottom: 16px;
    font-weight: 700;
}

.legal-intro {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 40px;
}

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

.legal-section h2 {
    font-size: 28px;
    color: #1a2332;
    margin-bottom: 18px;
    font-weight: 700;
}

.legal-section h3 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: 600;
}

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

.legal-section ul {
    margin-left: 24px;
    margin-bottom: 18px;
}

.legal-section li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 8px;
    line-height: 1.6;
}

.legal-section a {
    color: #4a7c59;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #3d6649;
}

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

    .story-container {
        flex-direction: column;
    }

    .problem-grid {
        flex-direction: column;
    }

    .insight-container {
        flex-direction: column-reverse;
    }

    .testimonial-flow {
        flex-direction: column;
    }

    .benefit-item,
    .benefit-item.reverse {
        flex-direction: column;
    }

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

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

    .process-flow {
        flex-direction: column;
    }

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

    .comparison-guide {
        flex-direction: column;
    }

    .guide-item {
        flex: 1 1 100%;
    }

    .contact-info-blocks {
        flex-direction: column;
    }

    .help-grid {
        flex-direction: column;
    }

    .help-card {
        flex: 1 1 100%;
    }

    .about-block {
        flex-direction: column;
    }

    .footer-content {
        flex-wrap: wrap;
    }

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

@media (max-width: 768px) {
    .nav-container {
        padding: 16px 20px;
    }

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

    .hero-text h1 {
        font-size: 38px;
    }

    .hero-text p {
        font-size: 17px;
    }

    .story-text h2,
    .insight-text h2,
    .benefits-container h2 {
        font-size: 32px;
    }

    .services-wrapper h2 {
        font-size: 34px;
    }

    .form-wrapper h2 {
        font-size: 32px;
    }

    .final-cta-content h2 {
        font-size: 34px;
    }

    .thanks-container h1 {
        font-size: 32px;
    }

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

    .legal-container h1 {
        font-size: 32px;
    }

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