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

a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2980b9;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 1.5rem;
    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;
    flex-wrap: wrap;
    gap: 1rem;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
    font-size: 0.95rem;
}

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

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

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

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

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

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

.nav-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem 0;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.95rem;
}

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

.hero-immersive {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 60px;
}

.hero-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0.9;
    z-index: -1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3rem 2rem;
}

.hero-content-centered {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
}

.hero-content-centered h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-subtext {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

.cta-primary,
.cta-secondary,
.cta-primary-large {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #e74c3c;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-primary:hover,
.cta-secondary:hover,
.cta-primary-large:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

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

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

.cta-primary-large {
    font-size: 1.3rem;
    padding: 1.3rem 3rem;
}

.story-section,
.narrow-content {
    max-width: 750px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.story-lead {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.story-section p,
.narrow-content p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #34495e;
}

.problem-amplify {
    background: #ecf0f1;
    padding: 5rem 2rem;
}

.split-content,
.split-content-reverse {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.split-content-reverse {
    flex-direction: row-reverse;
}

.content-half {
    flex: 1;
}

.content-half h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    line-height: 1.3;
}

.content-half p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #34495e;
}

.insight-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.insight-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #bdc3c7;
    font-size: 1.05rem;
}

.insight-list li:last-child {
    border-bottom: none;
}

.image-container {
    position: relative;
}

.placeholder-image {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    border-radius: 8px;
}

.curiosity-hook {
    padding: 5rem 2rem;
    background: #2c3e50;
    color: #ffffff;
}

.centered-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.centered-block h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.large-text {
    font-size: 1.3rem;
    line-height: 1.6;
}

.storytelling-depth {
    padding: 5rem 2rem;
}

.storytelling-depth h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.callout-box {
    background: #ecf0f1;
    padding: 2rem;
    border-left: 5px solid #3498db;
    margin: 3rem 0;
    font-style: italic;
}

.callout-box p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.attribution {
    display: block;
    text-align: right;
    font-size: 0.95rem;
    color: #7f8c8d;
}

.trust-builder {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.trust-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-card {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

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

.trust-card p {
    color: #34495e;
}

.inline-testimonials {
    padding: 5rem 2rem;
}

.testimonial-flow {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 300px;
    background: #ecf0f1;
    padding: 2rem;
    border-radius: 8px;
}

.testimonial-card p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-style: italic;
}

.test-name {
    display: block;
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: normal;
}

.insight-reveal {
    padding: 5rem 2rem;
    background: #ffffff;
}

.skill-breakdown {
    margin-top: 3rem;
}

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

.skill-item h4 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.skill-item p {
    font-size: 1.1rem;
    color: #34495e;
}

.cta-block-mid {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.cta-urgent {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.cta-urgent h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.cta-urgent p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.benefits-cascade {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.benefits-header {
    text-align: center;
    margin-bottom: 4rem;
}

.benefits-header h2 {
    font-size: 2.8rem;
    color: #2c3e50;
}

.benefit-flow {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.benefit-stage {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 2rem;
}

.stage-number {
    width: 60px;
    height: 60px;
    background: #3498db;
    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;
}

.benefit-stage h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.benefit-stage p {
    color: #34495e;
}

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

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

.pricing-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-intro h2 {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.pricing-intro p {
    font-size: 1.2rem;
    color: #7f8c8d;
}

.pricing-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.price-card {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    background: #ffffff;
    border: 2px solid #ecf0f1;
    border-radius: 8px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.price-card.featured {
    border-color: #3498db;
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.2);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #3498db;
    color: #ffffff;
    padding: 0.4rem 1.5rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

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

.age-range {
    color: #7f8c8d;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.feature-list {
    list-style: none;
    text-align: left;
    margin: 2rem 0;
}

.feature-list li {
    padding: 0.8rem 0;
    color: #34495e;
    border-bottom: 1px solid #ecf0f1;
}

.feature-list li:before {
    content: "✓ ";
    color: #27ae60;
    font-weight: 700;
    margin-right: 0.5rem;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 2rem 0;
}

.select-service {
    width: 100%;
    padding: 1rem 2rem;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.urgency-element {
    padding: 4rem 2rem;
    background: #fff3cd;
}

.urgency-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.urgency-box h3 {
    font-size: 2rem;
    color: #856404;
    margin-bottom: 1rem;
}

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

.availability-grid {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.avail-item {
    background: #ffffff;
    padding: 1rem 2rem;
    border-radius: 6px;
    color: #2c3e50;
    font-weight: 500;
}

.final-cta {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.cta-final-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.cta-final-content h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.cta-final-content p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
}

.enrollment-form {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-wrapper h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-align: center;
}

.form-subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.enrollment-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.form-group {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    flex-basis: 100%;
}

.form-group label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    background: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.site-footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

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

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-col p {
    color: #bdc3c7;
    font-size: 0.95rem;
}

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

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

.footer-col ul li a {
    color: #bdc3c7;
    transition: color 0.3s ease;
}

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

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

.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.sticky-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #e74c3c;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    background: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
}

.page-hero {
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    padding: 8rem 2rem 5rem;
    margin-top: 60px;
    color: #ffffff;
}

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

.about-story h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.mission-section {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

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

.approach-grid {
    max-width: 1200px;
    margin: 3rem auto 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.approach-card {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

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

.values-section {
    padding: 5rem 2rem;
    background: #ecf0f1;
}

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

.values-list li {
    padding: 1.5rem 0;
    border-bottom: 1px solid #bdc3c7;
    font-size: 1.1rem;
    color: #34495e;
}

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

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

.team-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.team-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    color: #34495e;
}

.team-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.team-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: center;
}

.team-photo {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.team-card h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.impact-section {
    padding: 5rem 2rem;
    background: #2c3e50;
    color: #ffffff;
}

.impact-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 4rem;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 0.5rem;
}

.stat-item p {
    font-size: 1.1rem;
    color: #ecf0f1;
}

.cta-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

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

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

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.services-intro {
    padding: 4rem 2rem;
    background: #f8f9fa;
}

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

.service-detailed.alt-layout {
    background: #f8f9fa;
}

.service-block {
    max-width: 1200px;
    margin: 0 auto;
}

.service-content-split {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

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

.service-text {
    flex: 1.2;
}

.service-text h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.service-age {
    color: #7f8c8d;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.service-text h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 2rem 0 1rem;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
}

.service-features li {
    padding: 0.8rem 0;
    color: #34495e;
    border-bottom: 1px solid #ecf0f1;
}

.service-features li:before {
    content: "→ ";
    color: #3498db;
    font-weight: 700;
    margin-right: 0.5rem;
}

.service-pricing {
    margin: 2.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.price-label {
    font-size: 1.1rem;
    color: #7f8c8d;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.service-image {
    flex: 1;
}

.additional-services {
    padding: 5rem 2rem;
    background: #ecf0f1;
}

.additional-grid {
    max-width: 1200px;
    margin: 3rem auto 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.additional-card {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

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

.additional-card p {
    color: #34495e;
    margin-bottom: 1.5rem;
}

.price-duration {
    font-size: 0.9rem;
    color: #7f8c8d;
    display: block;
    margin-top: 0.3rem;
}

.why-choose {
    padding: 5rem 2rem;
}

.why-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.why-item {
    flex: 1;
    min-width: 250px;
}

.why-item h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

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

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

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

.contact-info-side h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.info-block p {
    color: #34495e;
    line-height: 1.8;
}

.info-block a {
    color: #3498db;
}

.contact-content-side {
    flex: 1.5;
    min-width: 300px;
}

.contact-content-side h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-option {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.contact-option h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.contact-option p {
    color: #34495e;
}

.faq-section {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

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

.faq-container h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 3rem;
}

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

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

.faq-item h4 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.faq-item p {
    color: #34495e;
}

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

.map-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

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

.map-placeholder {
    margin-top: 2rem;
    padding: 5rem 2rem;
    background: #ecf0f1;
    border-radius: 8px;
}

.thanks-hero {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    padding: 8rem 2rem 5rem;
    margin-top: 60px;
    color: #ffffff;
}

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

.success-icon {
    width: 100px;
    height: 100px;
    background: #ffffff;
    color: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    margin: 0 auto 2rem;
    font-weight: 700;
}

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.thanks-message {
    font-size: 1.3rem;
}

.thanks-details {
    padding: 5rem 2rem;
}

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

.thanks-info {
    flex: 1.5;
    min-width: 300px;
}

.thanks-info h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

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

.step-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

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

.step-content {
    flex: 1;
}

.step-content h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: #34495e;
}

.selected-service-display {
    flex: 1;
    min-width: 300px;
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 8px;
}

.selected-service-display h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.service-summary p {
    color: #34495e;
    line-height: 1.8;
}

.thanks-additional {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

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

.additional-content h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 3rem;
}

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

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

.wait-card h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.wait-card p {
    color: #34495e;
    margin-bottom: 1rem;
}

.contact-info-thanks {
    padding: 4rem 2rem;
}

.contact-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: #ecf0f1;
    padding: 3rem;
    border-radius: 8px;
}

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

.contact-box p {
    color: #34495e;
    margin-bottom: 0.8rem;
}

.testimonial-thanks {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

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

.testimonial-container h3 {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 3rem;
}

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

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

.testimonial-item p {
    font-size: 1.1rem;
    color: #2c3e50;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-item span {
    display: block;
    color: #7f8c8d;
    font-size: 0.95rem;
    font-style: normal;
}

.legal-hero {
    background: #2c3e50;
    padding: 8rem 2rem 4rem;
    margin-top: 60px;
    color: #ffffff;
    text-align: center;
}

.legal-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.legal-updated {
    font-size: 1rem;
    color: #bdc3c7;
}

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

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

.legal-container h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin: 3rem 0 1.5rem;
}

.legal-container h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 2rem 0 1rem;
}

.legal-container h4 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin: 1.5rem 0 0.8rem;
}

.legal-container p {
    color: #34495e;
    margin-bottom: 1.2rem;
    line-height: 1.8;
}

.legal-container ul,
.legal-container ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.legal-container li {
    color: #34495e;
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.legal-container strong {
    color: #2c3e50;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.legal-table thead {
    background: #ecf0f1;
}

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

.legal-table th {
    font-weight: 600;
    color: #2c3e50;
}

.legal-table td {
    color: #34495e;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .hero-content-centered h1 {
        font-size: 2.2rem;
    }

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

    .split-content,
    .split-content-reverse {
        flex-direction: column;
        gap: 2rem;
    }

    .pricing-grid {
        flex-direction: column;
    }

    .price-card {
        max-width: 100%;
    }

    .benefit-flow {
        flex-direction: column;
    }

    .contact-container {
        flex-direction: column;
    }

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

    .sticky-cta {
        bottom: 10px;
        right: 10px;
    }

    .sticky-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}