/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #C9A227;
    --primary-dark: #A6852C;
    --secondary-color: #E5D4A1;
    --accent-color: #FBF6EB;
    --text-dark: #2C2C2C;
    --text-light: #666;
    --white: #FFFFFF;
    --gradient: linear-gradient(135deg, #C9A227 0%, #E5D4A1 100%);
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.15);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Buttons */
.btn {
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background: #ffd983;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
}

.btn-primary:hover {
    background: #ffd983;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    transform: none;
}

.btn-secondary {
    background: #ffd983;
    color: rgba(0, 0, 0, 0.8);
    border: none;
}

.btn-secondary:hover {
    background: #ffd983;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    transform: none;
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline:hover {
    background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.42) 6%, rgba(255,255,255,0.2) 14%, transparent 24%), var(--primary-color);
    color: var(--white);
}

.btn-large {
    padding: 18px 40px;
    font-size: 18px;
}

.btn-quiz-start {
    background: #ffd983;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
}
.btn-quiz-start:hover {
    background: #ffd983;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    transform: none;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #FBF6EB 0%, #FFFFFF 100%);
    padding: 80px 0;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    animation: fadeInUp 0.8s ease;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--text-dark);
}

.hero-subtitle {
    font-size: 24px;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.5;
    font-weight: 600;
}

.hero-features {
    list-style: none;
    margin-bottom: 24px;
    padding-left: 0;
}

.hero-features li {
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.6;
}

.hero-cta-text {
    font-size: 20px;
    color: var(--text-light);
    margin-bottom: 32px;
    font-weight: 500;
}

.hero-image {
    animation: fadeInRight 0.8s ease;
}

.hero-image-mobile {
    display: none;
}

.hero-image-desktop {
    display: block;
}

.image-placeholder {
    width: 100%;
    height: 500px;
    background: var(--accent-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 18px;
    box-shadow: var(--shadow);
}

.hero-photo {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: var(--shadow);
    object-fit: cover;
}

/* Video Section */
.video-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #FBF6EB 0%, #FFFFFF 100%);
}

.video-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.main-video {
    width: 100%;
    height: auto;
    display: block;
}

/* Pre-Quiz Section */
.pre-quiz {
    padding: 100px 0;
    background: var(--white);
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--text-dark);
}

.problem-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.problem-card {
    background: var(--white);
    border: 2px solid var(--secondary-color);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: var(--shadow-hover);
}

.problem-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.problem-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
}

/* Quiz Section */
.quiz-section {
    padding: 100px 0;
    background: var(--white);
    min-height: 80vh;
}

.quiz-container {
    max-width: 800px;
    margin: 0 auto;
}

.quiz-progress {
    margin-bottom: 40px;
}

/* Прогресс под квизом (блок «Записаться» внизу) */
.quiz-progress-below {
    margin-top: 24px;
    margin-bottom: 0;
}

.quiz-progress-below .progress-bar {
    margin-top: 8px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.progress-track {
    width: 100%;
    height: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #ffd983;
    border-radius: 10px;
    transition: width 0.3s ease;
    width: 0;
}

.progress-text {
    display: block;
    text-align: center;
    color: var(--text-light);
    font-size: 16px;
}

.quiz-content {
    background: var(--white);
    border-radius: 24px;
    padding: 60px;
    box-shadow: var(--shadow);
}

.quiz-question {
    margin-bottom: 40px;
}

.quiz-question h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--text-dark);
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quiz-option {
    padding: 20px 24px;
    background: #ffedc5;
    border: 2px solid transparent;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    text-align: left;
    color: var(--text-dark);
}

.quiz-option:hover {
    border-color: transparent;
    background: #ffedc5;
    transform: none;
}

.quiz-option.selected {
    background: #ffedc5;
    color: var(--text-dark);
    border-color: transparent;
    animation: quizOptionPress 0.4s ease;
}

@keyframes quizOptionPress {
    0% { transform: scale(0.98); }
    60% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.quiz-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.quiz-result {
    text-align: center;
    padding: 40px 0;
}

.quiz-result h3 {
    font-size: 32px;
    margin-bottom: 24px;
    color: var(--primary-color);
}

.quiz-result p {
    font-size: 20px;
    color: var(--text-light);
    margin-bottom: 40px;
}

/* How It Works Section */
.how-it-works {
    padding: 100px 0;
    background: linear-gradient(135deg, #FBF6EB 0%, #FFFFFF 100%);
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.step {
    text-align: center;
    padding: 32px;
}

.step-number {
    font-size: 40px;
    background: transparent;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-weight: 700;
}

.step h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--text-dark);
}

.step p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Approach Section */
.approach {
    padding: 100px 0;
    background: var(--white);
}

.approach-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.approach-text {
    font-size: 20px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 24px;
}

/* About Section */
.about-section {
    padding: 100px 0;
    background: var(--white);
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--text-dark);
}

.about-list {
    list-style: none;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 0;
}

.about-list li {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}

.about-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 24px;
}

.approach-text-block {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid var(--secondary-color);
}

.approach-text-block h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--text-dark);
}

.approach-text-block .approach-text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-align: left;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Social Proof Section */
.social-proof {
    padding: 100px 0;
    background: var(--white);
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.testimonial {
    background: var(--accent-color);
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow);
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-author {
    font-weight: 600;
    color: var(--primary-color);
}

.testimonial-hidden {
    display: none;
}

.testimonial-visible {
    display: block;
}

.testimonials .testimonial-hidden.show {
    display: block;
}

.testimonials-toggle {
    margin-top: 30px;
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.42) 6%, rgba(255,255,255,0.2) 14%, transparent 24%), var(--primary-color);
    color: var(--white);
}

/* Pricing Section */
.pricing {
    padding: 100px 0;
    background: linear-gradient(135deg, #FBF6EB 0%, #FFFFFF 100%);
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .pricing-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pricing-card {
    background: var(--white);
    border-radius: 24px;
    padding: 32px;
    box-shadow: var(--shadow);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.pricing-card.featured {
    border: 3px solid #ffd983;
    transform: scale(1.05);
}

.badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #ffd983;
    color: rgba(0, 0, 0, 0.8);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.pricing-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
    line-height: 1.3;
}

.price-service-type {
    font-size: 14px;
    color: var(--text-light);
    font-style: italic;
    margin-bottom: 16px;
}

.price {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.price-duration {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 16px;
}

.price-alt {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--secondary-color);
}

.price-alt .price {
    font-size: 32px;
    margin-bottom: 4px;
}

.price-alt .price-duration {
    margin-bottom: 16px;
}

.price-description {
    font-size: 15px;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.5;
}

.price-what {
    font-size: 16px;
    color: var(--text-dark);
    margin-top: 16px;
    margin-bottom: 8px;
}

.price-result {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 0;
}

.pricing-intro {
    margin-bottom: 40px;
}

.pricing-card.free {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.pricing-special {
    margin-top: 60px;
    text-align: center;
}

.special-offer {
    background: var(--accent-color);
    border-radius: 20px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.special-offer h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--text-dark);
}

.special-offer p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.additional-services {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid var(--secondary-color);
}

.additional-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: var(--text-dark);
}

.old-price {
    text-decoration: line-through;
    color: var(--text-light);
    font-size: 28px;
    margin-right: 12px;
}

.new-price {
    color: var(--primary-color);
}

.discount {
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 24px;
}

.price-features {
    list-style: none;
    margin-bottom: 24px;
    flex-grow: 1;
}

.price-features li {
    padding: 8px 0;
    color: var(--text-dark);
    border-bottom: 1px solid var(--secondary-color);
    font-size: 15px;
    line-height: 1.5;
}

.price-features li:last-child {
    border-bottom: none;
}

.price-features li:before {
    content: "✓ ";
    color: var(--primary-color);
    font-weight: 700;
    margin-right: 8px;
}

/* Final CTA Section */
.final-cta {
    padding: 100px 0;
    background: var(--white);
    text-align: center;
}

.cta-subtitle {
    font-size: 20px;
    color: var(--text-light);
    margin-top: 32px;
    margin-bottom: 24px;
}

.contact-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact-link {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--primary-color);
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: var(--primary-dark);
    border-bottom-color: var(--primary-dark);
}

.cta-info {
    margin-top: 40px;
    font-size: 18px;
    color: var(--text-dark);
}

.cta-info p {
    margin-bottom: 8px;
}

.cta-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.contact-form-container {
    max-width: 600px;
    margin: 0 auto;
    background: var(--accent-color);
    border-radius: 24px;
    padding: 60px;
    box-shadow: var(--shadow);
}

.contact-form h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--text-dark);
}

.form-group {
    margin-bottom: 24px;
}

/* Honeypot: скрытые поля антиспам, не видны пользователю */
.form-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid var(--secondary-color);
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-dark);
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-label a {
    color: var(--primary-color);
    text-decoration: underline;
}

.checkbox-label a:hover {
    text-decoration: none;
}

.form-note {
    margin-top: 20px;
    color: var(--text-light);
    font-size: 14px;
}

/* Map Section */
.map-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #FBF6EB 0%, #FFFFFF 100%);
}

.map-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.map-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 32px;
    color: var(--text-dark);
}

.map-info h3:first-child {
    margin-top: 0;
}

.address {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.address-details {
    color: var(--text-light);
    margin-bottom: 24px;
}

.directions {
    margin-bottom: 32px;
}

.directions p {
    margin-bottom: 12px;
    color: var(--text-dark);
    line-height: 1.6;
}

.directions strong {
    color: var(--primary-color);
}

.directions .route-list {
    list-style: disc;
    padding-left: 24px;
    margin: 8px 0 20px 0;
}

.directions .route-list li {
    margin-bottom: 8px;
    color: var(--text-dark);
    line-height: 1.6;
}

.contact-info {
    background: var(--accent-color);
    padding: 24px;
    border-radius: 16px;
    margin-top: 32px;
}

.contact-info p {
    margin-bottom: 8px;
    color: var(--text-dark);
}

.schedule-label {
    margin-top: 16px;
    margin-bottom: 12px !important;
}

.schedule-week {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.schedule-day {
    flex: 1 1 calc(20% - 8px);
    min-width: 70px;
    background: var(--white);
    border: 2px solid var(--secondary-color);
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.schedule-day-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 4px;
}

.schedule-day-slot {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.schedule-day:not(.schedule-day--free) .schedule-day-slot {
    color: var(--text-light);
    font-weight: 500;
    font-size: 13px;
}

.schedule-day--free {
    border-color: var(--primary-color);
    background: linear-gradient(180deg, rgba(201, 162, 39, 0.08) 0%, var(--white) 100%);
    box-shadow: 0 2px 12px rgba(201, 162, 39, 0.15);
}

.schedule-day--free .schedule-day-slot {
    color: var(--primary-dark);
}

.schedule-week--compact {
    gap: 6px;
    margin-top: 12px;
}

.schedule-week--compact .schedule-day {
    min-width: 52px;
    padding: 8px 6px;
    flex: 1 1 calc(14.28% - 6px);
}

.schedule-week--compact .schedule-day-name {
    font-size: 11px;
    margin-bottom: 2px;
}

.schedule-week--compact .schedule-day-slot {
    font-size: 12px;
}

.cta-info .schedule-week--compact {
    max-width: 420px;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.map-container a {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.map-container a:hover {
    transform: scale(1.02);
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.map-contacts {
    margin-top: 60px;
    text-align: center;
    padding-top: 40px;
    border-top: 2px solid var(--secondary-color);
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: var(--white);
    padding: 40px 0;
    text-align: center;
}

.footer p {
    margin: 8px 0;
}

.footer-links {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer-links span {
    color: var(--white);
    opacity: 0.5;
}

/* Certificates Section */
.certificates-section {
    padding: 100px 0;
    background: var(--white);
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.certificate-main {
    max-width: 600px;
    margin: 0 auto;
}

.certificate-item {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.certificate-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.certificate-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.certificate-image:hover {
    transform: scale(1.02);
}

.certificates-toggle {
    margin-top: 30px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
    }

    .hero-title {
        font-size: 36px;
        text-align: center;
        order: 1;
    }

    .hero-image-mobile {
        display: block;
        order: 2;
        margin: 24px 0;
    }

    .hero-image-desktop {
        display: none;
    }

    .hero-subtitle {
        font-size: 20px;
        order: 3;
        text-align: center;
    }

    .hero-features {
        order: 4;
    }

    .hero-cta-text {
        order: 5;
        text-align: center;
    }

    .hero-content button {
        order: 6;
    }

    .section-title {
        font-size: 32px;
    }

    .quiz-content {
        padding: 40px 24px;
    }

    .quiz-question h3 {
        font-size: 24px;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing .container {
        padding-left: 12px;
        padding-right: 28px;
    }

    .contact-form-container {
        padding: 40px 24px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-large {
        width: 100%;
    }

    .map-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #map {
        height: 400px;
    }

    .schedule-day {
        min-width: 74px;
        padding: 8px 5px;
        flex: 1 1 calc(20% - 8px);
    }
    .schedule-day-name {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .schedule-day-slot {
        font-size: 11px;
        white-space: nowrap;
    }
    .schedule-day:not(.schedule-day--free) .schedule-day-slot {
        font-size: 11px;
    }
    .schedule-week--compact .schedule-day {
        min-width: 0;
        flex: 1 1 calc(20% - 6px);
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .problem-cards {
        grid-template-columns: 1fr;
    }

    .steps {
        grid-template-columns: 1fr;
    }
}
