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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

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

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

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

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

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

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

.hero-split {
    display: flex;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 32px;
    line-height: 1.7;
}

.hero-image {
    flex: 1;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cta-primary {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s;
}

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

.cta-secondary {
    display: inline-block;
    background-color: transparent;
    color: #3498db;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #3498db;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #3498db;
    color: #fff;
}

.intro-section {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.intro-left {
    flex: 1;
}

.intro-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.intro-right {
    flex: 1;
}

.intro-right h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.intro-right p {
    font-size: 17px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

.values-section {
    background-color: #f8f9fa;
    padding: 80px 30px;
    text-align: center;
}

.values-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #2c3e50;
}

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

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

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

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

.split-feature {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.feature-content {
    flex: 1;
}

.feature-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.feature-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

.feature-image {
    flex: 1;
}

.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.expat-section {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.expat-image {
    flex: 1;
}

.expat-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.expat-content {
    flex: 1;
}

.expat-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.expat-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

.services-pricing {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
}

.services-pricing h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 16px;
    color: #2c3e50;
}

.services-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.pricing-container {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    justify-content: center;
}

.pricing-card {
    flex: 1;
    background-color: #fff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 40px 30px;
    transition: all 0.3s;
    max-width: 350px;
}

.pricing-card:hover {
    border-color: #3498db;
    box-shadow: 0 8px 20px rgba(52,152,219,0.15);
}

.pricing-card.featured {
    border-color: #3498db;
    background-color: #f0f8ff;
}

.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.pricing-card .price {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 24px;
}

.pricing-card .price span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.pricing-card ul {
    list-style: none;
    margin-bottom: 30px;
}

.pricing-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: #555;
}

.pricing-card ul li:last-child {
    border-bottom: none;
}

.select-service {
    width: 100%;
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.testimonials-section {
    background-color: #2c3e50;
    color: #fff;
    padding: 80px 30px;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
}

.testimonials-split {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

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

.testimonial p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial .author {
    display: block;
    font-size: 15px;
    color: #bdc3c7;
    font-style: normal;
}

.form-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.form-content {
    flex: 1;
}

.form-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.form-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.form-container {
    flex: 1;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

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

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

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

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

.btn-submit {
    width: 100%;
    background-color: #27ae60;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.cta-final {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
    padding: 100px 30px;
}

.cta-final h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-final p {
    font-size: 18px;
    margin-bottom: 40px;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 30px 30px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

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

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

.footer-column ul li {
    margin-bottom: 12px;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 20px 30px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    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;
    margin: 0;
    font-size: 15px;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-accept {
    background-color: #27ae60;
    color: #fff;
}

.cookie-accept:hover {
    background-color: #229954;
}

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

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

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
    padding: 100px 30px;
}

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

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

.about-intro-split {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.about-text {
    flex: 1;
}

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

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

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.mission-section {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
    background-color: #f8f9fa;
    padding: 60px;
    border-radius: 8px;
}

.mission-image {
    flex: 1;
}

.mission-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.mission-text {
    flex: 1;
}

.mission-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

.values-detailed {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
}

.values-detailed h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.value-item {
    padding: 30px;
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    border-radius: 6px;
}

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

.value-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.team-section {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.team-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.team-intro {
    text-align: center;
    font-size: 17px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 50px;
}

.team-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.team-member {
    flex: 1;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
}

.team-member h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #2c3e50;
}

.team-member .role {
    font-size: 15px;
    color: #3498db;
    margin-bottom: 16px;
    font-weight: 600;
}

.team-member p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.approach-section {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.approach-content {
    flex: 1;
}

.approach-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.approach-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

.approach-image {
    flex: 1;
}

.approach-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.why-choose {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.why-choose h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.reasons-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.reason {
    flex: 1 1 calc(50% - 15px);
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

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

.reason p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.cta-about {
    text-align: center;
    padding: 80px 30px;
}

.cta-about h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.cta-about p {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
}

.service-detail-split {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

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

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 36px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.service-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.7;
}

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

.service-features li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.select-service-btn {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.additional-benefits {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.additional-benefits h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.benefits-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.benefit-item {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}

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

.benefit-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.faq-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
}

.faq-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-item {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

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

.faq-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.cta-services {
    text-align: center;
    padding: 80px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

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

.cta-services p {
    font-size: 18px;
    margin-bottom: 32px;
}

.contact-split {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #3498db;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.contact-map {
    flex: 1;
}

.contact-map img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 16px;
}

.map-caption {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.visit-section {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
    background-color: #f8f9fa;
    padding: 60px;
    border-radius: 8px;
}

.visit-image {
    flex: 1;
}

.visit-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.visit-content {
    flex: 1;
}

.visit-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.visit-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

.how-to-reach {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
}

.how-to-reach h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.reach-methods {
    display: flex;
    gap: 30px;
}

.reach-item {
    flex: 1;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

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

.reach-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.contact-languages {
    background-color: #2c3e50;
    color: #fff;
    padding: 80px 30px;
}

.contact-languages h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 16px;
}

.languages-intro {
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
    color: #bdc3c7;
}

.languages-list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.language-item {
    flex: 1;
    text-align: center;
    background-color: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 8px;
}

.language-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.language-item p {
    font-size: 15px;
    color: #bdc3c7;
}

.response-time {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.response-content {
    flex: 1;
}

.response-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.response-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

.response-image {
    flex: 1;
}

.response-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.faq-contact {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
}

.faq-contact h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-contact-item {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

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

.faq-contact-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.cta-contact {
    text-align: center;
    padding: 80px 30px;
    background-color: #f8f9fa;
}

.cta-contact h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.cta-contact p {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
}

.thanks-hero {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #27ae60;
}

.thanks-message {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 30px;
}

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

.thanks-info p {
    font-size: 17px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.7;
}

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

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

.thanks-image {
    flex: 1;
}

.thanks-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.next-steps {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.next-steps h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.steps-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.step-item {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}

.step-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3498db;
}

.step-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.while-you-wait {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.wait-content {
    flex: 1;
}

.wait-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.wait-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.7;
}

.wait-links {
    list-style: none;
}

.wait-links li {
    margin-bottom: 12px;
}

.wait-links li a {
    color: #3498db;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.wait-links li a:hover {
    color: #2980b9;
}

.wait-image {
    flex: 1;
}

.wait-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.faq-thanks {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
}

.faq-thanks h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.legal-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 30px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-update {
    font-size: 15px;
    color: #95a5a6;
    margin-bottom: 40px;
}

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #34495e;
}

.legal-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.8;
}

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

.legal-content ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.7;
}

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

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

@media (max-width: 768px) {
    .hero-split,
    .intro-section,
    .split-feature,
    .expat-section,
    .about-intro-split,
    .mission-section,
    .approach-section,
    .service-detail-split,
    .contact-split,
    .visit-section,
    .response-time,
    .thanks-hero,
    .while-you-wait,
    .form-section {
        flex-direction: column;
    }

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

    .pricing-container,
    .values-grid,
    .testimonials-split,
    .team-grid,
    .reasons-grid,
    .benefits-grid,
    .reach-methods,
    .languages-list,
    .steps-grid {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }
}
