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

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

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

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

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

.ad-disclosure {
    font-size: 0.85rem;
    color: #888;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.hero-offset {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    overflow: hidden;
}

.hero-text-block {
    max-width: 600px;
    z-index: 10;
    margin-left: 8%;
    margin-top: -5%;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.5;
}

.hero-image-wrap {
    position: absolute;
    right: -5%;
    top: 15%;
    width: 55%;
    transform: rotate(-3deg);
}

.hero-image-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background-color: #e8e8e8;
}

.story-block {
    padding: 6rem 2rem;
    background-color: #f9f9f9;
}

.story-narrow {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.8;
}

.story-narrow p {
    margin-bottom: 1.5rem;
}

.problem-section {
    padding: 5rem 2rem;
}

.problem-layout {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}

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

.problem-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.problem-text p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #444;
}

.problem-image-offset {
    flex: 1;
    min-width: 300px;
    transform: translateY(3rem);
}

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

.insight-diagonal {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
}

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

.insight-card {
    flex: 1.5;
    min-width: 300px;
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: rotate(-1deg);
}

.insight-card h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

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

.insight-image-float {
    flex: 1;
    min-width: 250px;
    transform: translateY(-2rem) rotate(2deg);
}

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

.trust-layered {
    padding: 6rem 2rem;
}

.trust-content {
    max-width: 1300px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.trust-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.trust-item {
    background-color: #f5f5f5;
    padding: 2.5rem;
    border-radius: 6px;
}

.trust-large {
    flex: 2;
    min-width: 300px;
}

.trust-medium {
    flex: 1.5;
    min-width: 250px;
}

.trust-small {
    flex: 1;
    min-width: 200px;
}

.trust-item h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.trust-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.testimonials-scattered {
    padding: 5rem 2rem;
    background-color: #fafafa;
}

.testimonial-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.testimonial {
    padding: 2rem 2.5rem;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    max-width: 600px;
}

.testimonial-left {
    align-self: flex-start;
    transform: rotate(-0.5deg);
}

.testimonial-right {
    align-self: flex-end;
    transform: rotate(0.5deg);
}

.testimonial-center {
    align-self: center;
}

.testimonial p {
    font-size: 1.1rem;
    line-height: 1.7;
    font-style: italic;
    color: #333;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #777;
    font-style: normal;
}

.benefits-reveal {
    padding: 6rem 2rem;
}

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

.benefits-container h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.benefits-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.benefit-card {
    width: 340px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.benefit-offset-1 {
    transform: translateY(-1rem);
}

.benefit-offset-2 {
    transform: translateY(1.5rem);
}

.benefit-offset-3 {
    transform: translateY(-0.5rem);
}

.benefit-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-color: #e0e0e0;
}

.benefit-card h4 {
    font-size: 1.4rem;
    padding: 1.5rem 1.5rem 0.5rem;
    color: #2c3e50;
}

.benefit-card p {
    padding: 0 1.5rem 1.5rem;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.services-preview {
    padding: 6rem 2rem;
    background-color: #f5f5f5;
}

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

.services-intro h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-intro p {
    font-size: 1.15rem;
    color: #555;
}

.services-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-card {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.service-pos-1 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
}

.service-pos-2 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
    transform: translateY(2rem);
}

.service-pos-3 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
}

.service-pos-4 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
    transform: translateY(-1rem);
}

.service-pos-5 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
    transform: translateY(1.5rem);
}

.service-pos-6 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
}

.service-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.price-tag {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    display: block;
}

.btn-select {
    padding: 0.9rem 1.8rem;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-select:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.form-section {
    padding: 6rem 2rem;
    background-color: #fafafa;
}

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

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

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

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

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

.form-group label {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-group input {
    padding: 0.9rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s;
}

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

.btn-submit {
    padding: 1rem 2rem;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 1rem;
}

.btn-submit:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.final-cta {
    padding: 5rem 2rem;
    text-align: center;
}

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

.cta-content p {
    font-size: 1.2rem;
    color: #555;
}

.footer-asymmetric {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 4rem 2rem 2rem;
}

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

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

.footer-col h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

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

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

.footer-col ul li {
    margin-bottom: 0.7rem;
}

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

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

.footer-disclaimer {
    max-width: 1300px;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #d0d0d0;
}

.footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 62, 80, 0.98);
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.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-content a {
    color: #8ec5ff;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #229954;
    transform: translateY(-1px);
}

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #7f8c8d;
    transform: translateY(-1px);
}

.about-hero {
    padding: 6rem 2rem 4rem;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.about-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.about-hero-content p {
    font-size: 1.3rem;
    color: #555;
}

.about-story {
    padding: 5rem 2rem;
}

.about-layout {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.about-text-block {
    flex: 1.5;
    min-width: 300px;
}

.about-text-block h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.about-text-block p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #444;
}

.about-image-offset {
    flex: 1;
    min-width: 300px;
    transform: rotate(2deg);
}

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

.about-philosophy {
    padding: 5rem 2rem;
    background-color: #fafafa;
}

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

.philosophy-container h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.philosophy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.philosophy-item {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.philosophy-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.philosophy-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.about-process {
    padding: 5rem 2rem;
}

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

.process-wrap h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    opacity: 0.3;
    min-width: 80px;
}

.process-step h4 {
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
    color: #2c3e50;
}

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

.about-team {
    padding: 5rem 2rem;
    background-color: #f5f5f5;
}

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

.team-container img {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e0e0e0;
}

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

.team-text h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.team-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #444;
}

.services-hero {
    padding: 6rem 2rem 4rem;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    text-align: center;
}

.services-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-hero p {
    font-size: 1.2rem;
    color: #555;
}

.services-detailed {
    padding: 5rem 2rem;
}

.service-detail {
    max-width: 1300px;
    margin: 0 auto 5rem;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

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

.service-detail-content {
    flex: 1.3;
    min-width: 300px;
}

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

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #444;
}

.service-detail-content h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

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

.service-detail-content ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.7rem;
    position: relative;
}

.service-detail-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: bold;
}

.service-price {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    color: #2c3e50;
}

.service-detail-image {
    flex: 1;
    min-width: 300px;
}

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

.services-cta {
    padding: 4rem 2rem;
    background-color: #f5f5f5;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cta-box h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-box p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #555;
}

.btn-cta {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-cta:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contact-hero {
    padding: 6rem 2rem 4rem;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    text-align: center;
}

.contact-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-hero p {
    font-size: 1.2rem;
    color: #555;
}

.contact-content {
    padding: 5rem 2rem;
}

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

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

.contact-item {
    margin-bottom: 3rem;
}

.contact-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

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

.email-display {
    color: #555;
    font-weight: 500;
}

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

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

.contact-note {
    padding: 4rem 2rem;
    background-color: #fafafa;
}

.note-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.note-container h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.note-container p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #444;
}

.note-container a {
    color: #2c3e50;
    font-weight: 500;
    text-decoration: underline;
}

.thanks-section {
    padding: 8rem 2rem;
    text-align: center;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.thanks-container h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.thanks-message {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #444;
}

.thanks-service {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.thanks-note {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.btn-return {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-return:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.legal-page {
    padding: 5rem 2rem;
}

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

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

.legal-container h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-container h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

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

.legal-container ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-container ul li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
    color: #444;
}

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

.legal-container em {
    color: #777;
}

.gdpr-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.gdpr-table th,
.gdpr-table td {
    padding: 1rem;
    border: 1px solid #ddd;
    text-align: left;
}

.gdpr-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2c3e50;
}

.gdpr-table td {
    color: #444;
}

@media (max-width: 768px) {
    .hero-text-block h1 {
        font-size: 2.5rem;
    }

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

    .hero-image-wrap {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        transform: none;
        margin-top: 2rem;
    }

    .nav-links {
        gap: 1rem;
    }

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

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