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

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.header-right {
    display: flex;
    gap: 2rem;
}

.header-right a {
    color: #555;
    font-weight: 500;
    transition: color 0.3s;
}

.header-right a:hover,
.header-right a.active {
    color: #1a1a1a;
}

.hero-split {
    display: flex;
    min-height: 90vh;
    align-items: stretch;
}

.hero-left {
    flex: 1;
    overflow: hidden;
}

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

.hero-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
    background: #f8f9fa;
}

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

.hero-right p {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #333;
}

.intro-asymmetric {
    display: flex;
    gap: 4rem;
    padding: 6rem 5%;
    align-items: center;
}

.intro-text {
    flex: 1.2;
}

.intro-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.intro-text p {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.8;
}

.intro-visual {
    flex: 1;
}

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

.section-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 5rem;
}

.section-header-center h2 {
    font-size: 2.75rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.section-header-center p {
    font-size: 1.125rem;
    color: #666;
}

.service-split {
    display: flex;
    gap: 4rem;
    margin-bottom: 5rem;
    align-items: center;
}

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

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

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

.service-features li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: #444;
}

.service-features li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a1a1a;
}

.price-reveal {
    margin: 2rem 0;
}

.price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

.btn-select-service {
    padding: 0.875rem 2rem;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.service-image {
    flex: 1;
}

.service-image img {
    border-radius: 8px;
}

.process-section {
    padding: 6rem 5%;
    background: #f8f9fa;
}

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

.process-header h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
}

.process-grid {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.process-card {
    flex: 1;
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
}

.process-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e8e8e8;
    margin-bottom: 1rem;
}

.process-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.process-card p {
    color: #555;
    line-height: 1.7;
}

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

.testimonial-wrapper {
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1;
    padding: 2.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #1a1a1a;
}

.testimonial-card p {
    font-size: 1.125rem;
    font-style: italic;
    color: #333;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #1a1a1a;
}

.cta-section-inline {
    text-align: center;
    padding: 5rem 5%;
    background: #1a1a1a;
    color: #ffffff;
}

.cta-section-inline h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section-inline p {
    font-size: 1.125rem;
    opacity: 0.9;
}

.form-section {
    padding: 6rem 5%;
    background: #ffffff;
}

.form-container-split {
    display: flex;
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.form-left {
    flex: 1;
}

.form-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.form-left p {
    font-size: 1.0625rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.form-trust-points {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trust-point {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.trust-icon {
    font-size: 1.25rem;
    color: #1a1a1a;
    font-weight: 700;
}

.form-right {
    flex: 1;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

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

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

.btn-submit {
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.value-props {
    padding: 6rem 5%;
    background: #f8f9fa;
}

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

.value-item {
    flex: 1;
}

.value-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.value-item p {
    color: #555;
    line-height: 1.7;
}

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

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.footer-col p {
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

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

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

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

.footer-bottom p {
    color: #888;
    font-size: 0.9375rem;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-cta-button {
    display: block;
    padding: 1rem 2rem;
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s;
}

.sticky-cta-button:hover {
    background: #333;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    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;
    gap: 2rem;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

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

.btn-cookie,
.btn-cookie-alt {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

.btn-cookie:hover {
    background: #e8e8e8;
}

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

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

.page-hero-split {
    display: flex;
    min-height: 70vh;
    align-items: center;
}

.page-hero-split .hero-left {
    flex: 1;
    padding: 5rem;
}

.page-hero-split .hero-left h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.page-hero-split .hero-left p {
    font-size: 1.25rem;
    color: #555;
}

.page-hero-split .hero-right {
    flex: 1;
    overflow: hidden;
}

.about-story {
    display: flex;
    gap: 4rem;
    padding: 6rem 5%;
    align-items: center;
}

.story-content {
    flex: 1.2;
}

.story-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

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

.story-image {
    flex: 1;
}

.story-image img {
    border-radius: 8px;
}

.team-section {
    padding: 6rem 5%;
    background: #f8f9fa;
}

.team-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

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

.team-member {
    flex: 1;
    text-align: center;
}

.team-photo {
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.team-role {
    font-weight: 600;
    color: #666;
    margin-bottom: 1rem;
}

.team-member p {
    color: #555;
    line-height: 1.7;
}

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

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

.values-header h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
}

.values-split-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.value-block {
    flex: 1 1 calc(50% - 1.5rem);
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.value-block h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.value-block p {
    color: #555;
    line-height: 1.7;
}

.journey-section {
    padding: 6rem 5%;
    background: #1a1a1a;
    color: #ffffff;
}

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

.journey-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.journey-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.cta-section-about {
    text-align: center;
    padding: 6rem 5%;
    background: #f8f9fa;
}

.cta-section-about h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.page-hero-centered {
    text-align: center;
    padding: 5rem 5%;
    background: #f8f9fa;
}

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

.page-hero-centered p {
    font-size: 1.25rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

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

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 4rem;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 3rem;
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-detail-header h2 {
    font-size: 2.25rem;
    color: #1a1a1a;
}

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

.service-detail-content {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
}

.service-detail-text {
    flex: 1;
}

.service-detail-text p {
    font-size: 1.0625rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.service-detail-text h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
}

.service-detail-text ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-detail-text li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: #444;
}

.service-detail-text li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 700;
}

.service-timeline {
    font-weight: 600;
    color: #333;
    font-style: italic;
}

.service-detail-image {
    flex: 0.8;
}

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

.btn-service-enquire {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-service-enquire:hover {
    background: #333;
}

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

.pricing-note-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.pricing-note-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.pricing-note-content p {
    font-size: 1.0625rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.cta-services {
    text-align: center;
    padding: 5rem 5%;
    background: #1a1a1a;
    color: #ffffff;
}

.cta-services h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-services p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.contact-hero {
    text-align: center;
    padding: 5rem 5%;
    background: #f8f9fa;
}

.contact-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-hero p {
    font-size: 1.25rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.contact-info-split {
    display: flex;
    gap: 4rem;
    padding: 6rem 5%;
    align-items: center;
}

.contact-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-block h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

.contact-block a {
    color: #1a1a1a;
    font-weight: 600;
}

.contact-note {
    font-size: 0.9375rem;
    color: #777;
    margin-top: 0.5rem;
}

.contact-map {
    flex: 1;
}

.contact-map img {
    border-radius: 8px;
    width: 100%;
}

.contact-cta {
    text-align: center;
    padding: 5rem 5%;
    background: #1a1a1a;
    color: #ffffff;
}

.contact-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-cta p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.contact-faq {
    padding: 6rem 5%;
    background: #ffffff;
}

.contact-faq h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

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

.faq-item {
    flex: 1 1 calc(50% - 1rem);
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.faq-item h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.faq-item p {
    color: #555;
    line-height: 1.7;
}

.thanks-hero {
    display: flex;
    min-height: 80vh;
    align-items: center;
}

.thanks-content {
    flex: 1.2;
    padding: 5rem;
}

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

.thanks-main-text {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.thanks-service-info {
    margin-bottom: 3rem;
}

.service-confirmation {
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #1a1a1a;
}

.service-confirmation h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.service-confirmation p {
    margin-bottom: 0.5rem;
    color: #555;
}

.service-note {
    font-size: 0.9375rem;
    color: #777;
}

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

.thanks-next-steps h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

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

.step-item {
    flex: 1;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.step-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #e8e8e8;
    margin-bottom: 0.75rem;
}

.step-item p {
    color: #555;
    line-height: 1.7;
}

.thanks-cta-group {
    display: flex;
    gap: 1rem;
}

.btn-primary {
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #333;
}

.btn-secondary {
    padding: 1rem 2.5rem;
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}

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

.thanks-visual {
    flex: 1;
    overflow: hidden;
}

.thanks-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thanks-trust {
    padding: 6rem 5%;
    background: #f8f9fa;
}

.thanks-trust h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

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

.trust-point-card {
    flex: 1;
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
}

.trust-point-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.trust-point-card p {
    color: #555;
    line-height: 1.7;
}

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

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

.legal-container h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-updated {
    color: #777;
    margin-bottom: 3rem;
    font-style: italic;
}

.legal-container h2 {
    font-size: 1.75rem;
    margin: 2.5rem 0 1rem;
    color: #1a1a1a;
}

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

.legal-container p {
    font-size: 1.0625rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

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

.legal-container li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.legal-container a {
    color: #1a1a1a;
    text-decoration: underline;
}

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

.cookies-table thead {
    background: #f8f9fa;
}

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

.cookies-table th {
    font-weight: 600;
    color: #1a1a1a;
}

.cookies-table td {
    color: #555;
}

@media (max-width: 1024px) {
    .hero-split,
    .page-hero-split,
    .service-split,
    .intro-asymmetric,
    .about-story,
    .form-container-split,
    .contact-info-split,
    .thanks-hero {
        flex-direction: column;
    }

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

    .hero-right,
    .page-hero-split .hero-left {
        padding: 3rem;
    }

    .process-grid,
    .team-grid,
    .value-grid,
    .testimonial-wrapper,
    .next-steps-grid,
    .trust-points-grid {
        flex-direction: column;
    }

    .footer-main,
    .faq-grid {
        flex-wrap: wrap;
    }

    .value-block {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .header-right {
        gap: 1rem;
    }

    .hero-right h1,
    .page-hero-split .hero-left h1,
    .page-hero-centered h1,
    .contact-hero h1,
    .thanks-content h1 {
        font-size: 2.25rem;
    }

    .section-header-center h2,
    .process-header h2,
    .team-section h2,
    .values-header h2,
    .cta-section-inline h2,
    .form-left h2,
    .cta-section-about h2,
    .cta-services h2,
    .contact-cta h2,
    .contact-faq h2,
    .thanks-trust h2 {
        font-size: 2rem;
    }

    .intro-text h2,
    .story-content h2,
    .journey-content h2,
    .pricing-note-content h2,
    .thanks-next-steps h2 {
        font-size: 1.875rem;
    }

    .service-content h3,
    .service-detail-header h2 {
        font-size: 1.5rem;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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

    .thanks-cta-group {
        flex-direction: column;
    }
}
