* {
    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: #2c2c2c;
    background-color: #fafaf8;
}

.navbar {
    background-color: #ffffff;
    padding: 1.2rem 5%;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f3;
    border-radius: 4px;
    margin: 0 auto;
}

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

.nav-links a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #8b7355;
}

.hero-asymmetric {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    padding: 4rem 8%;
    max-width: 600px;
    margin-left: 5%;
}

.hero-text-block {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3rem 2.5rem;
    transform: translateY(-40px);
}

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

.hero-text-block p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.hero-image-overlap {
    position: absolute;
    right: 0;
    top: 10%;
    width: 58%;
    height: 75%;
    z-index: 1;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-primary:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #f5f5f3;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-left: 1rem;
}

.cta-secondary:hover {
    background-color: #e8e8e5;
}

.intro-offset {
    display: flex;
    padding: 6rem 8%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 4rem;
    align-items: flex-start;
}

.intro-narrow {
    max-width: 720px;
}

.intro-narrow h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-weight: 600;
}

.intro-narrow p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.intro-sidebar-float {
    margin-top: 8rem;
    flex-shrink: 0;
}

.stat-card {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    min-width: 220px;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #d4d4d4;
}

.story-section {
    background-color: #f5f5f3;
    padding: 7rem 5%;
}

.story-grid-irregular {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 3rem;
    align-items: center;
}

.story-image-left {
    flex: 1;
    max-width: 500px;
}

.story-image-left img {
    width: 100%;
    height: auto;
    display: block;
}

.story-text-right {
    flex: 1;
    padding: 2rem;
    transform: translateY(40px);
}

.story-text-right h3 {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
}

.story-text-right p {
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.text-link {
    color: #2c2c2c;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #2c2c2c;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.text-link:hover {
    opacity: 0.7;
}

.services-asymmetric {
    padding: 6rem 5% 8rem;
    background-color: #ffffff;
}

.services-header-offset {
    max-width: 600px;
    margin-left: 8%;
    margin-bottom: 5rem;
}

.services-header-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.services-header-offset p {
    font-size: 1.1rem;
    color: #4a4a4a;
}

.services-cards-staggered {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-card {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.service-offset-1 {
    margin-left: 0;
}

.service-offset-2 {
    margin-left: 15%;
}

.service-offset-3 {
    margin-left: 8%;
}

.service-offset-4 {
    margin-left: 22%;
}

.service-offset-5 {
    margin-left: 5%;
}

.service-offset-6 {
    margin-left: 18%;
}

.service-image {
    flex: 0 0 400px;
    height: 280px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-content {
    flex: 1;
    padding: 1rem 0;
}

.service-content h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-content p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #3a3a3a;
}

.service-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.service-duration {
    font-size: 0.9rem;
    color: #666;
}

.service-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c2c2c;
}

.btn-select-service {
    padding: 0.9rem 2rem;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
}

.form-section-diagonal {
    background: linear-gradient(135deg, #f5f5f3 0%, #e8e8e5 100%);
    padding: 7rem 5%;
    transform: skewY(-2deg);
    margin: 4rem 0;
}

.form-container-offset {
    transform: skewY(2deg);
    max-width: 800px;
    margin: 0 0 0 10%;
}

.form-intro {
    margin-bottom: 3rem;
}

.form-intro h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.form-intro p {
    font-size: 1.05rem;
    color: #4a4a4a;
}

.inquiry-form {
    background-color: #ffffff;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 500;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #d0d0d0;
    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: #2c2c2c;
}

.btn-submit {
    padding: 1.1rem 3rem;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
}

.selected-service-display {
    background-color: #f5f5f3;
    padding: 1.2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #2c2c2c;
}

.testimonials-offset {
    padding: 6rem 8%;
    background-color: #ffffff;
}

.testimonials-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    text-align: center;
    font-weight: 600;
}

.testimonials-grid {
    display: flex;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1;
    padding: 2.5rem;
    background-color: #f5f5f3;
    transform: rotate(-1deg);
}

.testimonial-card:nth-child(2) {
    transform: rotate(1deg);
    margin-top: 2rem;
}

.testimonial-card:nth-child(3) {
    transform: rotate(-0.5deg);
    margin-top: 1rem;
}

.testimonial-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    font-size: 0.9rem;
    color: #666;
    font-style: normal;
}

.footer {
    background-color: #2c2c2c;
    color: #d4d4d4;
    padding: 4rem 5% 2rem;
}

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

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

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

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

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

.footer-section a {
    color: #d4d4d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ffffff;
}

.disclaimer {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #a0a0a0;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 5%;
    z-index: 10000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    display: none;
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.8rem;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #ffffff;
    color: #1a1a1a;
}

.btn-accept:hover {
    background-color: #f0f0f0;
}

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

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

.about-hero,
.services-hero,
.contact-hero {
    background-color: #f5f5f3;
    padding: 6rem 8%;
    text-align: center;
}

.about-hero-content h1,
.services-hero-content h1,
.contact-hero-content h1 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.services-hero-content p,
.contact-hero-content p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: #4a4a4a;
}

.about-story {
    padding: 6rem 5%;
}

.story-content-offset {
    display: flex;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-start;
}

.story-text-main {
    flex: 1.2;
}

.story-text-main h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.story-text-main p {
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.story-image-sidebar {
    flex: 0.8;
    margin-top: 3rem;
}

.story-image-sidebar img {
    width: 100%;
    height: auto;
    display: block;
}

.philosophy-section {
    background-color: #f5f5f3;
    padding: 6rem 8%;
}

.philosophy-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.philosophy-block {
    flex: 1.5;
}

.philosophy-block h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.philosophy-block p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.3rem;
}

.philosophy-stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    background-color: #ffffff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.team-section {
    padding: 6rem 8%;
    background-color: #ffffff;
}

.team-section h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.team-offset-grid {
    max-width: 900px;
    margin-left: 10%;
}

.team-member p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.values-section {
    background-color: #f5f5f3;
    padding: 6rem 5%;
}

.values-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
}

.values-asymmetric h2 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    text-align: center;
    font-weight: 600;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.value-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2.5rem;
}

.value-card:nth-child(1) {
    transform: translateY(-20px);
}

.value-card:nth-child(2) {
    transform: translateY(20px);
}

.value-card:nth-child(3) {
    transform: translateY(-10px);
}

.value-card:nth-child(4) {
    transform: translateY(15px);
}

.value-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.6;
}

.cta-about {
    background-color: #2c2c2c;
    padding: 5rem 8%;
    text-align: center;
}

.cta-content-offset {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content-offset h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}

.cta-content-offset p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: #d4d4d4;
}

.services-full {
    padding: 4rem 5%;
}

.services-intro-offset {
    max-width: 700px;
    margin: 0 auto 5rem;
    text-align: center;
}

.services-intro-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.services-intro-offset p {
    font-size: 1.1rem;
    color: #4a4a4a;
}

.services-detailed-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.service-detail-card {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 8%;
}

.service-detail-card:nth-child(odd) {
    margin-right: 8%;
}

.service-detail-image {
    flex: 0 0 450px;
    height: 350px;
    overflow: hidden;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-detail-content {
    flex: 1;
    padding: 1rem 0;
}

.service-detail-content h3 {
    font-size: 1.9rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    margin-bottom: 2rem;
}

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

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 2rem;
}

.duration {
    font-size: 0.95rem;
    color: #666;
}

.price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #2c2c2c;
}

.enrollment-info {
    background-color: #f5f5f3;
    padding: 6rem 5%;
}

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

.enrollment-content h2 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    font-weight: 600;
}

.enrollment-steps {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
    text-align: left;
}

.step {
    flex: 1;
    background-color: #ffffff;
    padding: 2.5rem;
}

.step-number {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #2c2c2c;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.step h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.step p {
    font-size: 1rem;
    line-height: 1.6;
}

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

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

.contact-info-main {
    flex: 1.5;
}

.contact-info-main h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

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

.info-block h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.info-block p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.contact-sidebar {
    flex: 1;
    margin-top: 5rem;
}

.contact-note-card {
    background-color: #f5f5f3;
    padding: 2rem;
    margin-bottom: 2rem;
}

.contact-note-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-note-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.directions-section {
    background-color: #f5f5f3;
    padding: 5rem 8%;
}

.directions-content {
    max-width: 800px;
    margin: 0 auto;
}

.directions-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.directions-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.3rem;
}

.thanks-section {
    padding: 6rem 5%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 900px;
    text-align: center;
}

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

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.thanks-message {
    font-size: 1.15rem;
    margin-bottom: 3rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.service-confirmation {
    background-color: #f5f5f3;
    padding: 1.5rem;
    margin-bottom: 3rem;
    font-size: 1.05rem;
}

.thanks-next-steps {
    margin-bottom: 4rem;
}

.thanks-next-steps h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.next-steps-grid {
    display: flex;
    gap: 2rem;
    text-align: left;
}

.step-card {
    flex: 1;
    background-color: #f5f5f3;
    padding: 2rem;
}

.step-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.legal-page {
    padding: 4rem 5%;
}

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

.legal-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 3rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.3rem;
}

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

.legal-content ul li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.legal-content a {
    color: #2c2c2c;
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-content-offset {
        max-width: 100%;
        margin-left: 0;
    }

    .hero-image-overlap {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
    }

    .intro-offset {
        flex-direction: column;
    }

    .intro-sidebar-float {
        margin-top: 0;
    }

    .story-grid-irregular {
        flex-direction: column;
    }

    .service-card {
        flex-direction: column;
        margin-left: 0 !important;
    }

    .service-image {
        flex: 0 0 auto;
        width: 100%;
    }

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

    .testimonial-card {
        transform: none !important;
        margin-top: 0 !important;
    }

    .story-content-offset {
        flex-direction: column;
    }

    .philosophy-asymmetric {
        flex-direction: column;
    }

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

    .value-card {
        transform: none !important;
    }

    .service-detail-card {
        flex-direction: column !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .service-detail-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .enrollment-steps {
        flex-direction: column;
    }

    .contact-layout-asymmetric {
        flex-direction: column;
        gap: 2rem;
    }

    .contact-sidebar {
        margin-top: 0;
    }

    .next-steps-grid {
        flex-direction: column;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .cta-secondary {
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .hero-text-block h1 {
        font-size: 2rem;
    }

    .services-header-offset {
        margin-left: 0;
    }

    .form-container-offset {
        margin-left: 0;
    }

    .inquiry-form {
        padding: 2rem;
    }
}
