* {
    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.6;
    color: #2c3e50;
    background: #ffffff;
}

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

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #2c3e50;
}

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

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

.nav-links li a:hover {
    color: #3498db;
}

.hero-story {
    padding: 80px 5%;
    background: #f8f9fa;
}

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

.hero-text-narrow {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.hero-text-narrow h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a202c;
}

.hero-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #4a5568;
}

.hero-image-container {
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
    background: #e9ecef;
}

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

.story-section {
    padding: 100px 5%;
    background: #ffffff;
}

.story-content {
    max-width: 720px;
    margin: 0 auto;
}

.story-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #1a202c;
}

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

.inline-image-block {
    margin: 50px 0;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

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

.image-caption {
    padding: 20px;
    font-size: 16px;
    color: #6c757d;
    text-align: center;
    font-style: italic;
}

.problem-amplification {
    padding: 100px 5%;
    background: #1a202c;
    color: #ffffff;
}

.amp-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.amp-text h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #ffffff;
}

.amp-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #cbd5e0;
}

.problem-list {
    list-style: none;
    margin: 40px 0;
}

.problem-list li {
    padding: 15px 0 15px 30px;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    color: #e2e8f0;
}

.problem-list li:before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #e53e3e;
    font-size: 20px;
}

.insight-reveal {
    padding: 100px 5%;
    background: #f8f9fa;
}

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

.insight-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    color: #1a202c;
}

.insight-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #4a5568;
}

.insight-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
}

.insight-card {
    flex: 1 1 280px;
    max-width: 320px;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

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

.insight-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
}

.trust-building {
    padding: 100px 5%;
    background: #ffffff;
}

.trust-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.trust-wrapper h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a202c;
}

.testimonial-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.testimonial {
    padding: 40px;
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    border-radius: 4px;
}

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

.testimonial cite {
    font-style: normal;
    color: #6c757d;
    font-size: 16px;
}

.trust-image {
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
    background: #e9ecef;
}

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

.benefits-section {
    padding: 100px 5%;
    background: #f8f9fa;
}

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

.benefits-content h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 70px;
    color: #1a202c;
}

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

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

.benefit-block img {
    flex: 1 1 45%;
    max-width: 500px;
    border-radius: 8px;
    object-fit: cover;
    background: #e9ecef;
}

.benefit-text {
    flex: 1 1 45%;
}

.benefit-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

.services-preview {
    padding: 100px 5%;
    background: #ffffff;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.services-intro h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.service-card {
    flex: 1 1 320px;
    max-width: 380px;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #e9ecef;
}

.service-card h3 {
    font-size: 22px;
    margin: 25px 25px 15px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 25px 15px;
    color: #4a5568;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    margin: 20px 25px 15px;
}

.select-service {
    margin: 0 25px 25px;
    padding: 15px 30px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #2980b9;
}

.form-section {
    padding: 100px 5%;
    background: #f8f9fa;
}

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

.form-wrapper h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a202c;
}

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

.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    width: 100%;
    padding: 16px 30px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #2980b9;
}

.final-cta {
    padding: 100px 5%;
    background: #2c3e50;
    color: #ffffff;
}

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

.final-cta-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #ffffff;
}

.final-cta-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #cbd5e0;
}

.btn-cta {
    display: inline-block;
    padding: 18px 40px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-cta:hover {
    background: #2980b9;
}

.footer {
    background: #1a202c;
    color: #cbd5e0;
    padding: 60px 5% 30px;
}

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

.footer-section {
    flex: 1 1 220px;
}

.footer-section h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}

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

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

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

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

.footer-section ul li a:hover {
    color: #3498db;
}

.references-section {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top: 30px;
    border-top: 1px solid #2d3748;
}

.references-section h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

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

.references-section li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.references-section a {
    color: #3498db;
    text-decoration: none;
}

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

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background: #2d3748;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 25px 5%;
    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 {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
}

.cookie-content a {
    color: #3498db;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-accept {
    background: #3498db;
    color: #ffffff;
}

.btn-accept:hover {
    background: #2980b9;
}

.btn-reject {
    background: #e9ecef;
    color: #2c3e50;
}

.btn-reject:hover {
    background: #cbd5e0;
}

.about-hero,
.services-hero,
.contact-hero,
.thanks-hero {
    padding: 100px 5%;
    background: #f8f9fa;
    text-align: center;
}

.about-hero-content h1,
.services-hero-content h1,
.contact-hero-content h1,
.thanks-content h1 {
    font-size: 48px;
    color: #1a202c;
    margin-bottom: 20px;
}

.about-lead {
    font-size: 20px;
    color: #4a5568;
}

.about-story {
    padding: 100px 5%;
    background: #ffffff;
}

.story-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-text {
    flex: 1 1 50%;
}

.story-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a202c;
}

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

.story-image {
    flex: 1 1 45%;
    border-radius: 8px;
    overflow: hidden;
    background: #e9ecef;
}

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

.values-section {
    padding: 100px 5%;
    background: #f8f9fa;
}

.values-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a202c;
}

.values-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.value-card {
    flex: 1 1 250px;
    max-width: 280px;
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

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

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

.process-section {
    padding: 100px 5%;
    background: #ffffff;
}

.process-content {
    max-width: 800px;
    margin: 0 auto;
}

.process-content h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a202c;
}

.process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.step-number {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.team-philosophy {
    padding: 100px 5%;
    background: #f8f9fa;
}

.philosophy-content {
    max-width: 800px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    color: #1a202c;
}

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

.cta-section {
    padding: 100px 5%;
    background: #2c3e50;
}

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

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #cbd5e0;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 16px 35px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-primary {
    background: #3498db;
    color: #ffffff;
}

.btn-primary:hover {
    background: #2980b9;
}

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

.btn-secondary:hover {
    background: #ffffff;
    color: #2c3e50;
}

.services-main {
    padding: 80px 5%;
    background: #ffffff;
}

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

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

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1 1 45%;
    border-radius: 8px;
    overflow: hidden;
    background: #e9ecef;
}

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

.service-info {
    flex: 1 1 50%;
}

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

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

.service-info h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #2c3e50;
}

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

.service-features li {
    padding: 10px 0 10px 25px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.service-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: 700;
}

.service-pricing {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
}

.price-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c757d;
    margin-bottom: 5px;
}

.price-value {
    font-size: 36px;
    font-weight: 700;
    color: #3498db;
}

.btn-order {
    display: inline-block;
    padding: 15px 35px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-order:hover {
    background: #2980b9;
}

.services-cta {
    padding: 80px 5%;
    background: #f8f9fa;
}

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

.services-cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a202c;
}

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

.contact-main {
    padding: 80px 5%;
    background: #ffffff;
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1 1 50%;
}

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

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.contact-detail {
    font-size: 17px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 5px;
}

.contact-note {
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
    margin-top: 8px;
}

.contact-image-block {
    flex: 1 1 45%;
    border-radius: 8px;
    overflow: hidden;
    background: #e9ecef;
}

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

.contact-faq {
    padding: 80px 5%;
    background: #f8f9fa;
}

.faq-content {
    max-width: 800px;
    margin: 0 auto;
}

.faq-content h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a202c;
}

.faq-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cbd5e0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.contact-cta {
    padding: 80px 5%;
    background: #2c3e50;
}

.thanks-icon {
    font-size: 80px;
    color: #48bb78;
    margin-bottom: 20px;
}

.thanks-lead {
    font-size: 20px;
    color: #4a5568;
}

.thanks-details {
    padding: 80px 5%;
    background: #ffffff;
}

.thanks-info {
    max-width: 800px;
    margin: 0 auto;
}

.thanks-info h2 {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a202c;
}

.next-steps {
    margin-bottom: 60px;
}

.step-item {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.step-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #3498db;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

.step-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c3e50;
}

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

.thanks-service-info {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.thanks-service-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.thanks-service-info p {
    font-size: 18px;
    font-weight: 600;
    color: #3498db;
}

.thanks-support {
    padding: 80px 5%;
    background: #f8f9fa;
}

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

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

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

.support-email {
    font-size: 20px;
    font-weight: 600;
    color: #3498db;
    margin: 25px 0;
}

.thanks-cta {
    padding: 80px 5%;
    background: #2c3e50;
}

.legal-content {
    padding: 80px 5%;
    background: #ffffff;
}

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

.legal-container h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a202c;
}

.legal-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

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

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

.legal-container a {
    color: #3498db;
    text-decoration: none;
}

.legal-container a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

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

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

    .story-wrapper,
    .contact-container,
    .service-detail-card,
    .service-detail-card:nth-child(even) {
        flex-direction: column;
    }

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

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
}