* {
    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: #2d3748;
    background: #f7fafc;
}

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

.ad-disclosure {
    background: #fef3c7;
    color: #92400e;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #fbbf24;
}

.main-nav {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

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

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

.nav-links a:hover {
    color: #2563eb;
}

.hero-card {
    background: #ffffff;
    margin: 40px auto;
    max-width: 1200px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
}

.hero-content {
    padding: 60px 40px;
    text-align: center;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image {
    width: 100%;
    background: #e5e7eb;
}

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

.cta-primary {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #1d4ed8;
}

.cta-secondary {
    display: inline-block;
    background: #10b981;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: background 0.3s;
}

.cta-secondary:hover {
    background: #059669;
}

.intro-cards {
    padding: 80px 0;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #e5e7eb;
}

.card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card h3 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
}

.info-card p {
    color: #6b7280;
    line-height: 1.7;
}

.services-showcase {
    background: #f9fafb;
    padding: 80px 0;
}

.services-showcase h2 {
    text-align: center;
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 12px;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 50px;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.service-card.featured {
    border: 2px solid #2563eb;
}

.badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #2563eb;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.service-header {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.service-header h3 {
    font-size: 24px;
    color: #1a202c;
    margin-bottom: 12px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #2563eb;
}

.service-body {
    padding: 30px;
}

.service-body ul {
    list-style: none;
    margin-bottom: 25px;
}

.service-body ul li {
    padding: 10px 0;
    padding-left: 24px;
    position: relative;
    color: #4a5568;
}

.service-body ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

.select-service {
    width: 100%;
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #1d4ed8;
}

.process-section {
    padding: 80px 0;
    background: #ffffff;
}

.process-section h2 {
    text-align: center;
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 50px;
}

.process-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.process-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 240px;
    max-width: 280px;
    text-align: center;
}

.step-number {
    font-size: 48px;
    font-weight: 800;
    color: #e5e7eb;
    margin-bottom: 16px;
}

.process-card h4 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
}

.process-card p {
    color: #6b7280;
    line-height: 1.6;
}

.testimonial-section {
    padding: 80px 0;
    background: #f9fafb;
}

.testimonial-section h2 {
    text-align: center;
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 50px;
}

.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

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

.testimonial-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.author {
    font-size: 14px;
    color: #6b7280;
    font-weight: 600;
}

.cta-section {
    padding: 80px 0;
    background: #ffffff;
}

.cta-card {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    color: #ffffff;
}

.cta-card h2 {
    font-size: 38px;
    margin-bottom: 16px;
}

.cta-card p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.form-section {
    padding: 80px 0;
    background: #f9fafb;
}

.form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-card h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 30px;
    text-align: center;
}

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

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

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

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

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

.btn-submit:hover {
    background: #1d4ed8;
}

.disclaimer-section {
    padding: 60px 0;
    background: #f9fafb;
}

.disclaimer {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.main-footer {
    background: #1f2937;
    color: #d1d5db;
    padding: 60px 0 20px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-col h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-col p {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-col ul li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #374151;
    color: #9ca3af;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px 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;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    color: #d1d5db;
}

.cookie-content a {
    color: #60a5fa;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.cookie-btn.accept {
    background: #10b981;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background: #059669;
}

.cookie-btn.reject {
    background: #6b7280;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background: #4b5563;
}

.page-hero {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.page-hero p {
    font-size: 20px;
    opacity: 0.95;
}

.about-intro {
    padding: 80px 0;
}

.about-card-large {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    min-width: 300px;
    background: #e5e7eb;
}

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

.about-text {
    flex: 1;
    min-width: 300px;
    padding: 50px;
}

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

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

.values-section {
    padding: 80px 0;
    background: #f9fafb;
}

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

.value-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

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

.value-card h3 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
}

.value-card p {
    color: #6b7280;
    line-height: 1.7;
}

.team-section {
    padding: 80px 0;
    background: #ffffff;
}

.team-section h2 {
    text-align: center;
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 12px;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 50px;
}

.team-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.stat-card {
    text-align: center;
    padding: 30px;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: #6b7280;
}

.approach-section {
    padding: 80px 0;
    background: #f9fafb;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

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

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

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

.approach-image {
    flex: 1;
    min-width: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: #e5e7eb;
}

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

.technology-section {
    padding: 80px 0;
    background: #ffffff;
}

.technology-section h2 {
    text-align: center;
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 50px;
}

.tech-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.tech-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 240px;
    max-width: 280px;
}

.tech-card h4 {
    font-size: 18px;
    color: #1a202c;
    margin-bottom: 12px;
}

.tech-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.services-detail {
    padding: 60px 0;
}

.service-detail-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

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

.service-detail-content h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 16px;
}

.price-tag {
    font-size: 36px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 20px;
}

.price-tag.featured {
    color: #10b981;
}

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

.service-detail-content h4 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
    margin-top: 20px;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 25px;
}

.service-detail-content ul li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    color: #4a5568;
}

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

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

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

.comparison-section {
    padding: 60px 0;
    background: #f9fafb;
}

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

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

.comparison-note p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
}

.faq-section {
    padding: 80px 0;
    background: #ffffff;
}

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

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.faq-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 280px;
    max-width: 500px;
}

.faq-card h4 {
    font-size: 18px;
    color: #1a202c;
    margin-bottom: 12px;
}

.faq-card p {
    color: #6b7280;
    line-height: 1.7;
}

.contact-section {
    padding: 80px 0;
}

.contact-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.contact-info-card {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

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

.contact-item h4 {
    font-size: 18px;
    color: #1a202c;
    margin-bottom: 8px;
}

.contact-item p {
    color: #6b7280;
    line-height: 1.7;
}

.contact-image-card {
    flex: 1;
    min-width: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: #e5e7eb;
}

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

.map-section {
    padding: 60px 0;
    background: #f9fafb;
}

.map-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.map-card h3 {
    font-size: 28px;
    color: #1a202c;
    margin-bottom: 16px;
}

.map-card p {
    color: #6b7280;
    line-height: 1.7;
}

.work-with-us {
    padding: 80px 0;
    background: #ffffff;
}

.work-with-us h2 {
    text-align: center;
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 50px;
}

.benefit-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.benefit-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 240px;
    max-width: 280px;
    text-align: center;
}

.benefit-card h4 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
}

.benefit-card p {
    color: #6b7280;
    line-height: 1.6;
}

.thanks-section {
    padding: 100px 0;
}

.thanks-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 60px 40px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #10b981;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 30px;
}

.thanks-card h1 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 16px;
}

.thanks-message {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-info {
    background: #f0fdf4;
    border: 1px solid #10b981;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 30px;
}

.selected-service {
    color: #065f46;
    margin: 0;
}

.next-steps {
    text-align: left;
    margin: 40px 0;
}

.next-steps h3 {
    font-size: 24px;
    color: #1a202c;
    margin-bottom: 24px;
    text-align: center;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.step-num {
    background: #2563eb;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.step-item p {
    color: #4a5568;
    line-height: 1.6;
    margin: 8px 0 0 0;
}

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

.btn-primary {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-secondary {
    display: inline-block;
    background: #6b7280;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-secondary:hover {
    background: #4b5563;
}

.while-waiting {
    padding: 80px 0;
    background: #f9fafb;
}

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

.inspiration-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.inspiration-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 260px;
    max-width: 320px;
    text-align: center;
}

.inspiration-card h4 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
}

.inspiration-card p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 16px;
}

.inspiration-card a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.inspiration-card a:hover {
    color: #1d4ed8;
}

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

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
}

.legal-content h1 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 12px;
}

.last-updated {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 30px;
}

.legal-content h2 {
    font-size: 26px;
    color: #1a202c;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-content h3 {
    font-size: 20px;
    color: #1a202c;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-content h4 {
    font-size: 18px;
    color: #1a202c;
    margin-top: 20px;
    margin-bottom: 10px;
}

.legal-content p {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content ul li {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-content a {
    color: #2563eb;
    text-decoration: none;
}

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

.non-clickable {
    color: #2563eb;
}

.gdpr-table,
.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.gdpr-table th,
.cookies-table th {
    background: #f9fafb;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #1a202c;
    border-bottom: 2px solid #e5e7eb;
}

.gdpr-table td,
.cookies-table td {
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
    color: #4a5568;
}

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

    .hero-content p {
        font-size: 16px;
    }

    .nav-links {
        display: none;
    }

    .services-showcase h2,
    .process-section h2,
    .testimonial-section h2,
    .team-section h2,
    .technology-section h2,
    .faq-section h2,
    .work-with-us h2 {
        font-size: 32px;
    }

    .about-text,
    .service-detail-content {
        padding: 30px;
    }

    .legal-content {
        padding: 30px 20px;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
    }
}