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

.header-asymmetric {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    z-index: 100;
    padding: 1.2rem 0;
}

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

.brand-block {
    flex: 0 0 auto;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.main-nav a {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.main-nav a:hover {
    color: #2d3748;
}

.ad-label {
    font-size: 0.75rem;
    color: #718096;
    background-color: #f7fafc;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.hero-offset {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.hero-content-left {
    flex: 1 1 55%;
    padding-right: 2rem;
}

.hero-content-left h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #1a202c;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.hero-lead {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    background-color: #2b6cb0;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.cta-primary:hover {
    background-color: #2c5282;
}

.hero-image-right {
    flex: 1 1 45%;
    position: relative;
    margin-top: -3rem;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.insight-overlap {
    max-width: 1400px;
    margin: 5rem auto;
    padding: 0 2rem;
    position: relative;
}

.insight-card {
    background-color: #f7fafc;
    padding: 3rem;
    border-radius: 8px;
    max-width: 750px;
    margin-bottom: 3rem;
    border-left: 4px solid #2b6cb0;
}

.insight-card.floating {
    transform: translateX(50px);
}

.insight-card h2 {
    font-size: 2rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.insight-card p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
}

.stats-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 3rem;
}

.stat-item {
    flex: 0 1 280px;
    text-align: center;
    padding: 2rem;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: #2b6cb0;
    margin-bottom: 0.5rem;
}

.stat-item p {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
}

.problem-reveal {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.problem-visual {
    flex: 0 1 45%;
    margin-top: 2rem;
}

.problem-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.problem-text {
    flex: 1 1 55%;
}

.problem-text.offset-right {
    transform: translateY(50px);
}

.problem-text h2 {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.problem-text p {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.problem-list {
    list-style: none;
    margin: 2rem 0;
}

.problem-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.05rem;
    color: #2d3748;
}

.problem-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2b6cb0;
    font-weight: bold;
    font-size: 1.5rem;
}

.insight-highlight {
    background-color: #edf2f7;
    padding: 1.5rem;
    border-left: 3px solid #2b6cb0;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.15rem;
}

.services-asymmetric {
    max-width: 1400px;
    margin: 7rem auto;
    padding: 0 2rem;
}

.services-header-diagonal {
    text-align: left;
    margin-bottom: 4rem;
    transform: translateX(-30px);
    max-width: 650px;
}

.services-header-diagonal h2 {
    font-size: 2.8rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 800;
}

.services-header-diagonal p {
    font-size: 1.2rem;
    color: #4a5568;
    line-height: 1.6;
}

.services-layout-broken {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.service-card.card-large {
    flex: 1 1 calc(60% - 1rem);
}

.service-card.card-offset {
    flex: 1 1 calc(40% - 1rem);
    transform: translateY(40px);
}

.service-card.card-elevated {
    flex: 1 1 calc(50% - 1rem);
    transform: translateY(-30px);
}

.service-card.card-small {
    flex: 1 1 calc(50% - 1rem);
}

.service-card.card-wide {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.service-icon {
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 6px;
}

.service-card.card-wide .service-icon {
    flex: 0 0 300px;
    margin-bottom: 0;
}

.service-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f7fafc;
}

.service-card h3 {
    font-size: 1.5rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-card p {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    line-height: 1.6;
}

.service-price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2b6cb0;
    margin-bottom: 1rem;
}

.select-service {
    background-color: #edf2f7;
    color: #2d3748;
    border: 2px solid #cbd5e0;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.select-service:hover {
    background-color: #2b6cb0;
    color: #ffffff;
    border-color: #2b6cb0;
}

.testimonial-scattered {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.testimonial-scattered h2 {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
}

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

.testimonial-block {
    background-color: #f7fafc;
    padding: 2rem;
    border-radius: 8px;
    border-left: 3px solid #2b6cb0;
}

.testimonial-block.pos-1 {
    flex: 1 1 45%;
}

.testimonial-block.pos-2 {
    flex: 1 1 50%;
    transform: translateY(60px);
}

.testimonial-block.pos-3 {
    flex: 1 1 100%;
    max-width: 700px;
    margin: 0 auto;
}

.quote {
    font-size: 1.1rem;
    color: #2d3748;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-style: italic;
}

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

.cta-diagonal {
    max-width: 1400px;
    margin: 7rem auto;
    padding: 4rem 2rem;
    background-color: #edf2f7;
    border-radius: 8px;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.cta-content-overlap {
    flex: 0 1 40%;
    transform: translateY(-30px);
}

.cta-content-overlap h2 {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content-overlap p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
}

.contact-form-embedded {
    flex: 1 1 60%;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

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

.form-group label {
    display: block;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    background-color: #2b6cb0;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 1rem;
}

.btn-submit:hover {
    background-color: #2c5282;
}

.trust-elements {
    max-width: 900px;
    margin: 5rem auto;
    padding: 0 2rem;
    text-align: center;
}

.trust-content h3 {
    font-size: 1.8rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.trust-content p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
}

.footer-split {
    background-color: #1a202c;
    color: #e2e8f0;
    margin-top: 6rem;
}

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

.footer-block {
    flex: 1 1 220px;
}

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

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

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

.footer-block ul li {
    margin-bottom: 0.75rem;
}

.footer-block ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 2rem 1rem 2rem;
    border-top: 1px solid #2d3748;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    color: #a0aec0;
    line-height: 1.6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    border-top: 1px solid #2d3748;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    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 {
    flex: 1 1 60%;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.95rem;
}

.btn-accept {
    background-color: #2b6cb0;
    color: #ffffff;
}

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

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

.btn-reject:hover {
    background-color: #2d3748;
}

.about-hero-split {
    max-width: 1400px;
    margin: 3rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.about-text-zone {
    flex: 1 1 55%;
}

.about-text-zone h1 {
    font-size: 3rem;
    color: #1a202c;
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.intro-text {
    font-size: 1.2rem;
    color: #4a5568;
    line-height: 1.7;
}

.about-visual {
    flex: 1 1 45%;
}

.about-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.philosophy-offset {
    max-width: 1400px;
    margin: 5rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.philosophy-card {
    flex: 0 1 45%;
    background-color: #f7fafc;
    padding: 3rem;
    border-radius: 8px;
    transform: translateY(-40px);
}

.philosophy-card h2 {
    font-size: 2.2rem;
    color: #1a202c;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.philosophy-card p {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.method-blocks {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.method-item {
    background-color: #ffffff;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.method-item h3 {
    font-size: 1.4rem;
    color: #1a202c;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.method-item p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
}

.story-timeline {
    max-width: 1100px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.story-timeline h2 {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
}

.timeline-flow {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.timeline-point {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    padding: 1.5rem;
    background-color: #f7fafc;
    border-radius: 8px;
}

.timeline-point:nth-child(even) {
    margin-left: 4rem;
}

.timeline-point:nth-child(odd) {
    margin-right: 4rem;
}

.year {
    flex: 0 0 80px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #2b6cb0;
}

.timeline-point p {
    flex: 1;
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
}

.team-intro {
    max-width: 900px;
    margin: 5rem auto;
    padding: 0 2rem;
    text-align: center;
}

.team-intro h2 {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.team-description {
    font-size: 1.2rem;
    color: #4a5568;
    line-height: 1.7;
}

.services-intro-diagonal {
    max-width: 1100px;
    margin: 3rem auto 5rem auto;
    padding: 0 2rem;
    transform: translateX(-50px);
}

.services-intro-diagonal h1 {
    font-size: 3.2rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 800;
}

.services-lead {
    font-size: 1.3rem;
    color: #4a5568;
    line-height: 1.7;
}

.services-detailed {
    max-width: 1400px;
    margin: 0 auto 6rem auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-detail-card {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 2.5rem;
}

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

.service-detail-visual {
    flex: 0 1 45%;
}

.service-detail-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #f7fafc;
}

.service-detail-content {
    flex: 1 1 55%;
}

.service-detail-content h2 {
    font-size: 2rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-description {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.service-includes h3 {
    font-size: 1.2rem;
    color: #2d3748;
    margin-bottom: 1rem;
    font-weight: 700;
}

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

.service-includes ul li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #4a5568;
    line-height: 1.6;
}

.service-includes ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2b6cb0;
    font-weight: bold;
}

.service-price-large {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2b6cb0;
    margin-bottom: 1.5rem;
}

.cta-services-footer {
    max-width: 1000px;
    margin: 5rem auto;
    padding: 3rem 2rem;
    background-color: #edf2f7;
    border-radius: 8px;
    text-align: center;
}

.cta-services-footer h2 {
    font-size: 2.2rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-services-footer p {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2rem;
}

.contact-layout {
    max-width: 1400px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.contact-intro {
    margin-bottom: 4rem;
}

.contact-intro h1 {
    font-size: 3rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 800;
}

.contact-intro p {
    font-size: 1.2rem;
    color: #4a5568;
    line-height: 1.7;
}

.contact-details-offset {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1 1 50%;
    transform: translateY(40px);
}

.contact-info-block h2 {
    font-size: 2rem;
    color: #1a202c;
    margin-bottom: 2rem;
    font-weight: 700;
}

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

.info-item h3 {
    font-size: 1.2rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.info-item p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
}

.contact-image {
    flex: 1 1 50%;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.additional-info {
    max-width: 1100px;
    margin: 5rem auto;
    padding: 0 2rem;
}

.additional-info h2 {
    font-size: 2.2rem;
    color: #1a202c;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

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

.faq-item {
    flex: 1 1 calc(33.333% - 1.5rem);
    background-color: #f7fafc;
    padding: 2rem;
    border-radius: 8px;
}

.faq-item h3 {
    font-size: 1.2rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.faq-item p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
}

.thanks-hero {
    max-width: 1400px;
    margin: 3rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.thanks-content {
    flex: 1 1 60%;
}

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

.thanks-message {
    font-size: 1.2rem;
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.selected-service-display {
    background-color: #edf2f7;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.selected-service-display p {
    font-size: 1.1rem;
    color: #2d3748;
}

.next-steps h2 {
    font-size: 2rem;
    color: #1a202c;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.steps-list {
    list-style: none;
    counter-reset: steps;
    margin-bottom: 2rem;
}

.steps-list li {
    counter-increment: steps;
    padding: 1rem 0;
    padding-left: 3rem;
    position: relative;
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
}

.steps-list li:before {
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: #2b6cb0;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
}

.btn-primary {
    background-color: #2b6cb0;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #2c5282;
}

.btn-secondary {
    background-color: transparent;
    color: #2b6cb0;
    border: 2px solid #2b6cb0;
}

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

.thanks-visual {
    flex: 1 1 40%;
    transform: translateY(-30px);
}

.thanks-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.legal-content {
    max-width: 900px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.legal-content h1 {
    font-size: 2.8rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 800;
}

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

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    font-size: 1.8rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
}

.legal-section h3 {
    font-size: 1.3rem;
    color: #2d3748;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    font-weight: 700;
}

.legal-section p {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.legal-section ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.legal-section ul li {
    margin-bottom: 0.75rem;
    color: #4a5568;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .hero-offset,
    .problem-reveal,
    .about-hero-split,
    .philosophy-offset,
    .contact-details-offset,
    .thanks-hero,
    .cta-diagonal,
    .service-detail-card {
        flex-direction: column;
    }

    .hero-content-left h1,
    .about-text-zone h1 {
        font-size: 2.5rem;
    }

    .services-header-diagonal,
    .services-intro-diagonal {
        transform: none;
    }

    .testimonial-block.pos-2 {
        transform: none;
    }

    .timeline-point:nth-child(even),
    .timeline-point:nth-child(odd) {
        margin: 0;
    }

    .stats-grid,
    .services-layout-broken,
    .testimonial-grid-irregular,
    .faq-blocks {
        flex-direction: column;
    }

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

    .main-nav {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .ad-label {
        width: 100%;
        text-align: center;
    }
}