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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #ffffff;
}

.nav-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.2rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.nav-brand {
    font-size: 1.6rem;
    font-weight: 600;
    color: #d4557f;
    letter-spacing: 0.5px;
}

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

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

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

.hero-immersive {
    min-height: 85vh;
    background: linear-gradient(135deg, rgba(212, 85, 127, 0.85), rgba(186, 64, 115, 0.9)), url('https://images.unsplash.com/photo-1469334031218-e382a71b716b?w=1600') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    position: relative;
}

.hero-overlay {
    text-align: center;
    max-width: 850px;
    padding: 2rem;
}

.hero-title-large {
    font-size: 4rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
}

.story-intro {
    padding: 5rem 5%;
    background: #faf8f6;
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.intro-text {
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: 1.8rem;
    color: #444;
}

.problem-amplification {
    padding: 5rem 5%;
    background: #ffffff;
}

.container-offset {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.problem-card {
    flex: 1;
    min-width: 320px;
}

.problem-card h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.problem-card p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.3rem;
    color: #555;
}

.problem-visual {
    flex: 1;
    min-width: 320px;
}

.problem-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.insight-reveal {
    padding: 5rem 5%;
    background: linear-gradient(to bottom, #f4e9ed, #faf8f6);
}

.section-heading-center {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #2c2c2c;
}

.insight-text {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 2.5rem;
    color: #444;
}

.cta-inline {
    text-align: center;
    margin-top: 2rem;
}

.btn-inline {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #d4557f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 1.05rem;
}

.btn-inline:hover {
    background: #ba4073;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 85, 127, 0.4);
}

.visual-break {
    margin: 0;
}

.image-full {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

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

.transformation-story {
    padding: 5rem 5%;
    background: #ffffff;
}

.container-split {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.story-content {
    flex: 1;
    min-width: 320px;
}

.story-content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.story-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #555;
}

.highlight-text {
    font-size: 1.25rem;
    font-style: italic;
    color: #d4557f;
    padding: 1.5rem;
    background: #fef7fa;
    border-left: 4px solid #d4557f;
    margin-top: 1.5rem;
}

.story-image {
    flex: 1;
    min-width: 320px;
}

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

.method-explanation {
    padding: 5rem 5%;
    background: #faf8f6;
}

.section-heading-elegant {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2c2c2c;
    font-weight: 600;
}

.method-steps {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 700px;
    margin: 0 auto;
}

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

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4557f;
    opacity: 0.3;
    min-width: 60px;
}

.step-item h4 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c2c2c;
}

.step-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.trust-signals {
    padding: 5rem 5%;
    background: #ffffff;
}

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

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

.trust-card {
    flex: 1;
    min-width: 280px;
    padding: 2.5rem;
    background: #faf8f6;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.trust-quote {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #444;
    font-style: italic;
}

.trust-author {
    font-size: 0.95rem;
    color: #888;
    font-weight: 600;
}

.benefits-deep {
    padding: 5rem 5%;
    background: linear-gradient(135deg, #f4e9ed, #ffffff);
}

.container-asymmetric {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: center;
    flex-wrap: wrap;
}

.benefits-text {
    flex: 1.2;
    min-width: 320px;
}

.benefits-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c2c2c;
    line-height: 1.3;
}

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

.benefits-list li {
    font-size: 1.15rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    color: #444;
    padding-left: 1.5rem;
    position: relative;
}

.benefits-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d4557f;
    font-weight: 700;
    font-size: 1.3rem;
}

.benefits-image {
    flex: 1;
    min-width: 320px;
}

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

.cta-benefits {
    margin-top: 2rem;
}

.btn-primary-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #d4557f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.btn-primary-large:hover {
    background: #ba4073;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 85, 127, 0.4);
}

.services-pricing {
    padding: 5rem 5%;
    background: #ffffff;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.price-card {
    flex: 1;
    min-width: 280px;
    padding: 2.5rem;
    background: #faf8f6;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    position: relative;
}

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

.price-card.featured {
    background: linear-gradient(135deg, #d4557f, #ba4073);
    color: #ffffff;
}

.price-card.featured h3,
.price-card.featured .service-desc,
.price-card.featured .price-amount {
    color: #ffffff;
}

.badge-popular {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #ffb347;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

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

.service-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #555;
    min-height: 60px;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4557f;
    margin-bottom: 1.5rem;
}

.price-card.featured .price-amount {
    color: #ffffff;
}

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

.btn-select-service:hover {
    background: #ba4073;
}

.price-card.featured .btn-select-service {
    background: #ffffff;
    color: #d4557f;
}

.price-card.featured .btn-select-service:hover {
    background: #f5f5f5;
}

.urgency-block {
    padding: 4rem 5%;
    background: #2c2c2c;
}

.urgency-content {
    text-align: center;
}

.urgency-text {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 500;
}

.urgency-subtext {
    font-size: 1.5rem;
    color: #ffb347;
    font-weight: 700;
}

.form-section {
    padding: 5rem 5%;
    background: linear-gradient(to bottom, #faf8f6, #f4e9ed);
}

.form-heading {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.form-subtitle {
    text-align: center;
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 3rem;
}

.consultation-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
    padding: 1.2rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
    outline: none;
    border-color: #d4557f;
}

.btn-submit {
    padding: 1.3rem;
    background: #d4557f;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.btn-submit:hover {
    background: #ba4073;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 85, 127, 0.4);
}

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

.final-heading {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.final-text {
    font-size: 1.3rem;
    color: #e0e0e0;
    margin-bottom: 2.5rem;
}

.btn-final {
    display: inline-block;
    padding: 1.3rem 3.5rem;
    background: #d4557f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 1.15rem;
}

.btn-final:hover {
    background: #ba4073;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 85, 127, 0.5);
}

.site-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 4rem 5% 2rem;
}

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

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

.footer-col h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #d4557f;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #aaa;
}

.footer-col a {
    display: block;
    color: #aaa;
    text-decoration: none;
    margin-bottom: 0.8rem;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #d4557f;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #888;
}

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

.sticky-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #d4557f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(212, 85, 127, 0.5);
    transition: all 0.3s;
}

.sticky-btn:hover {
    background: #ba4073;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(212, 85, 127, 0.6);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem 5%;
    z-index: 1001;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
    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: 2rem;
    flex-wrap: wrap;
}

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

.btn-cookie-reject:hover {
    background: #ffffff;
    color: #2c2c2c;
}

.page-hero-simple {
    padding: 8rem 5% 4rem;
    background: linear-gradient(135deg, #d4557f, #ba4073);
    text-align: center;
    margin-top: 70px;
}

.page-hero-simple h1 {
    font-size: 3.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.page-hero-simple p {
    font-size: 1.3rem;
    color: #ffffff;
    opacity: 0.95;
}

.about-story,
.about-approach,
.about-experience {
    padding: 4rem 5%;
}

.about-story h2,
.about-approach h2,
.about-experience h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.about-story p,
.about-experience p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.3rem;
    color: #555;
}

.about-philosophy {
    padding: 4rem 5%;
    background: #faf8f6;
}

.philosophy-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.philosophy-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.3rem;
    color: #555;
}

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

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

.approach-item {
    flex: 1;
    min-width: 250px;
    padding: 2rem;
    background: #faf8f6;
    border-radius: 8px;
}

.approach-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #d4557f;
}

.approach-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.services-detailed {
    padding: 3rem 5%;
}

.service-detail-item {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 5rem;
    flex-wrap: wrap;
}

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

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

.service-detail-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #d4557f;
    margin-bottom: 1.5rem;
}

.service-detail-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #555;
}

.service-detail-content h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.service-detail-content ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.service-detail-content li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.6rem;
    color: #555;
}

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

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

.btn-service {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #d4557f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-service:hover {
    background: #ba4073;
    transform: translateY(-2px);
}

.featured-service {
    background: #fef7fa;
    padding: 3rem;
    border-radius: 12px;
    border: 3px solid #d4557f;
}

.services-cta {
    padding: 4rem 5%;
    background: #f4e9ed;
    text-align: center;
}

.services-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.services-cta p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: #555;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: #d4557f;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid #d4557f;
    transition: all 0.3s;
    margin-left: 1rem;
}

.btn-secondary:hover {
    background: #d4557f;
    color: #ffffff;
}

.contact-info {
    padding: 4rem 5%;
}

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

.contact-card {
    flex: 1;
    min-width: 250px;
    padding: 2.5rem;
    background: #faf8f6;
    border-radius: 8px;
    text-align: center;
}

.contact-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #d4557f;
}

.contact-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}

.contact-card a {
    color: #d4557f;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.contact-details {
    padding: 4rem 5%;
    background: #faf8f6;
}

.contact-details h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.contact-details p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #555;
}

.contact-faq {
    padding: 4rem 5%;
}

.contact-faq h2 {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
    color: #2c2c2c;
}

.faq-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

.thanks-hero {
    padding: 8rem 5% 6rem;
    background: linear-gradient(135deg, #d4557f, #ba4073);
    margin-top: 70px;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 3.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.thanks-message {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 3rem;
}

.thanks-details {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.thanks-details p {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.service-selection {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.next-steps {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    text-align: left;
}

.next-steps h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.next-steps ol {
    padding-left: 1.5rem;
}

.next-steps li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #555;
}

.thanks-cta {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.legal-page {
    padding: 6rem 5% 4rem;
    margin-top: 70px;
}

.legal-page h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

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

.legal-page h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    color: #2c2c2c;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.3rem;
    color: #555;
}

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

.legal-page li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.7rem;
    color: #555;
}

.legal-page a {
    color: #d4557f;
    text-decoration: none;
}

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

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

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

.cookie-table th {
    background: #f4e9ed;
    font-weight: 600;
    color: #2c2c2c;
}

.cookie-table td {
    font-size: 0.95rem;
    color: #555;
}

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

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

    .hero-title-large {
        font-size: 2.5rem;
    }

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

    .container-offset,
    .container-split,
    .container-asymmetric {
        flex-direction: column;
    }

    .section-heading-center,
    .section-heading-elegant {
        font-size: 2rem;
    }

    .final-heading {
        font-size: 2.2rem;
    }

    .page-hero-simple h1 {
        font-size: 2.5rem;
    }

    .thanks-content h1 {
        font-size: 2.5rem;
    }

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

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

    .service-detail-item {
        flex-direction: column;
    }

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