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

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

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

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

a:hover {
    opacity: 0.7;
}

.nav-floating {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    background: #f5f5f5;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    order: 3;
    flex-basis: 100%;
    text-align: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    font-weight: 500;
    font-size: 0.95rem;
}

.hero-visual {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background-color: #1a1a1a;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 85vh;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    max-width: 900px;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: #f0f0f0;
    max-width: 700px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.story-intro {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

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

.intro-text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #1a1a1a;
}

.narrow-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #3a3a3a;
}

.insight-section {
    background-color: #f9f9f9;
    padding: 6rem 2rem;
}

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

.insight-visual {
    flex: 1;
    min-width: 300px;
    background-color: #e8e8e8;
}

.insight-text {
    flex: 1;
    min-width: 300px;
}

.insight-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.insight-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #4a4a4a;
}

.amplification {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 5rem 2rem;
}

.section-heading {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    font-weight: 600;
    text-align: center;
}

.amplification-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.amp-card {
    background-color: rgba(255,255,255,0.05);
    padding: 2rem;
    border-left: 3px solid #ffffff;
}

.amp-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.amp-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #d0d0d0;
}

.solution-reveal {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.solution-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.solution-text {
    flex: 1.2;
    min-width: 300px;
}

.solution-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.solution-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.solution-list {
    list-style: none;
    margin-top: 2rem;
}

.solution-list li {
    padding: 0.8rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.05rem;
}

.solution-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.solution-visual {
    flex: 1;
    min-width: 300px;
    background-color: #e8e8e8;
}

.trust-signals {
    background-color: #f5f5f5;
    padding: 5rem 2rem;
}

.testimonials {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.testimonial {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

.services-reveal {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

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

.services-heading {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
}

.services-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-card {
    display: flex;
    gap: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    border-radius: 8px;
    flex-wrap: wrap;
}

.service-card.featured {
    background-color: #f0f0f0;
    border: 2px solid #2a2a2a;
}

.service-image {
    flex: 1;
    min-width: 280px;
    background-color: #e0e0e0;
}

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

.service-content {
    flex: 1.2;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.service-price {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1.5rem 0;
    color: #1a1a1a;
}

.btn-service {
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.btn-service:hover {
    background-color: #444;
}

.form-section {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 6rem 2rem;
}

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

.form-container h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.form-intro {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #d0d0d0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

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

.form-group label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #e0e0e0;
}

.form-group input,
.form-group textarea {
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #444;
    background-color: #2a2a2a;
    color: #ffffff;
    border-radius: 4px;
    font-family: inherit;
}

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

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

.btn-submit {
    background-color: #ffffff;
    color: #1a1a1a;
    border: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

.final-cta {
    background-color: #f9f9f9;
    padding: 5rem 2rem;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: #4a4a4a;
}

.btn-cta-scroll {
    display: inline-block;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

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

.footer-section h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b0b0b0;
}

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

.footer-section ul li {
    margin-bottom: 0.6rem;
}

.footer-section ul li a {
    font-size: 0.95rem;
    color: #b0b0b0;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: rgba(255,255,255,0.05);
    border-radius: 4px;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #999;
}

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 2000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-cookie {
    padding: 0.8rem 1.8rem;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

.btn-cookie:hover {
    opacity: 0.8;
}

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

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

.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background-color: #f9f9f9;
}

.thanks-container {
    max-width: 700px;
    text-align: center;
    background-color: #ffffff;
    padding: 4rem 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.thanks-icon {
    font-size: 4rem;
    color: #2a8a2a;
    margin-bottom: 1.5rem;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.thanks-message {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #4a4a4a;
}

.thanks-details {
    background-color: #f5f5f5;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.thanks-details p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.thanks-container p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.thanks-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background-color: #2a2a2a;
    color: #ffffff;
}

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

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

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

.about-hero {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 6rem 2rem;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about-subtitle {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
    color: #d0d0d0;
}

.about-story {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

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

.story-text {
    flex: 1;
    min-width: 300px;
}

.story-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.story-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.story-image {
    flex: 1;
    min-width: 300px;
    background-color: #e8e8e8;
}

.about-approach {
    background-color: #f9f9f9;
    padding: 6rem 2rem;
}

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

.approach-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.approach-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
}

.approach-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.approach-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.about-values {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.values-image {
    flex: 1;
    min-width: 300px;
    background-color: #e8e8e8;
}

.values-text {
    flex: 1;
    min-width: 300px;
}

.values-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

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

.values-list li {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.about-team {
    background-color: #f9f9f9;
    padding: 6rem 2rem;
    text-align: center;
}

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

.team-container h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.team-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.team-container p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.about-cta {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.services-header {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.services-header-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.services-header-content p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    color: #d0d0d0;
}

.services-full {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.services-full-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.service-full-item {
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
}

.service-full-item.reverse {
    flex-direction: row-reverse;
}

.service-full-image {
    flex: 1;
    min-width: 300px;
    background-color: #e8e8e8;
}

.service-full-content {
    flex: 1;
    min-width: 300px;
}

.service-full-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.service-full-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.service-features {
    margin: 2rem 0;
}

.service-features h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1rem;
}

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

.service-full-price {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2rem 0;
    color: #1a1a1a;
}

.btn-service-page {
    display: inline-block;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-service-page:hover {
    background-color: #444;
}

.services-process {
    background-color: #f9f9f9;
    padding: 6rem 2rem;
}

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

.process-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.process-step {
    flex: 1;
    min-width: 220px;
    text-align: center;
}

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

.process-step h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.process-step p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.services-cta {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.contact-header {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.contact-header-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.contact-header-content p {
    font-size: 1.2rem;
    color: #d0d0d0;
}

.contact-info-section {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.contact-info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.contact-card {
    flex: 1;
    min-width: 300px;
}

.contact-card h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-detail {
    margin-bottom: 2.5rem;
}

.contact-detail h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #2a2a2a;
}

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

.contact-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

.contact-visit {
    flex: 1;
    min-width: 300px;
    background-color: #f9f9f9;
    padding: 2.5rem;
    border-radius: 8px;
}

.contact-visit h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.contact-visit p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.visit-benefits {
    list-style: none;
    margin-bottom: 2rem;
}

.visit-benefits li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1rem;
}

.visit-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #2a2a2a;
}

.contact-map-placeholder {
    background-color: #f0f0f0;
    padding: 4rem 2rem;
}

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

.map-placeholder {
    background-color: #e0e0e0;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 8px;
}

.map-placeholder p {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.map-note {
    font-size: 0.95rem;
    color: #666;
}

.contact-faq {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

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

.faq-container h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #2a2a2a;
}

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

.legal-page {
    background-color: #ffffff;
    padding: 4rem 2rem;
    min-height: 70vh;
}

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

.legal-container h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.legal-updated {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 3rem;
    font-style: italic;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.legal-container h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.legal-container h4 {
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.legal-container p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #3a3a3a;
}

.legal-container ul {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-container li {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
    color: #4a4a4a;
}

.legal-container a {
    color: #2a2a2a;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-menu {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .insight-container,
    .solution-container,
    .story-container,
    .values-container {
        flex-direction: column;
    }

    .service-card {
        flex-direction: column;
    }

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

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

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

    .cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .btn-cookie {
        width: 100%;
    }
}