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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

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

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

.nav-left .logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a5490;
}

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

.nav-right a {
    font-size: 1rem;
    font-weight: 500;
    color: #4a5568;
    position: relative;
}

.nav-right a:hover,
.nav-right a.active {
    color: #1a5490;
}

.nav-right a.active::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1a5490;
}

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

.hero-content {
    flex: 1;
    padding: 4rem 6% 4rem 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.8rem;
    color: #1a202c;
    font-weight: 800;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: #4a5568;
    max-width: 540px;
}

.hero-image {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

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

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #1a5490;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: #14446f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 84, 144, 0.3);
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: #1a5490;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 6px;
    border: 2px solid #1a5490;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: #1a5490;
    color: #ffffff;
}

.intro-split {
    display: flex;
    min-height: 70vh;
    align-items: center;
    background: #f8fafc;
}

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

.intro-image {
    flex: 1;
    overflow: hidden;
}

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

.intro-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.intro-content p {
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

.stats-split {
    display: flex;
    justify-content: space-around;
    padding: 5rem 6%;
    background: #1a5490;
    color: #ffffff;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

.services-preview-split {
    display: flex;
    min-height: 90vh;
    align-items: center;
}

.services-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.service-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.service-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #1a5490;
}

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

.service-card p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: #4a5568;
}

.price-tag {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a5490;
}

.services-image {
    flex: 1;
    overflow: hidden;
}

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

.process-split {
    display: flex;
    min-height: 80vh;
    align-items: center;
    background: #f8fafc;
}

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

.process-image {
    flex: 1;
    overflow: hidden;
}

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

.process-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

.step-num {
    font-size: 2rem;
    font-weight: 800;
    color: #1a5490;
    flex-shrink: 0;
}

.step-text h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #1a202c;
    font-weight: 600;
}

.step-text p {
    font-size: 1rem;
    color: #4a5568;
}

.case-split {
    display: flex;
    min-height: 75vh;
    align-items: center;
}

.case-content {
    flex: 1;
    padding: 4rem 6%;
}

.case-label {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: #e6f2ff;
    color: #1a5490;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.case-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
    font-weight: 700;
}

.case-content p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

.case-image {
    flex: 1;
    overflow: hidden;
}

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

.technology-split {
    display: flex;
    min-height: 70vh;
    align-items: center;
    background: #f8fafc;
}

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

.tech-image {
    flex: 1;
    overflow: hidden;
}

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

.tech-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.tech-content p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

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

.tech-list li {
    font-size: 1.05rem;
    padding: 0.7rem 0;
    color: #4a5568;
    border-bottom: 1px solid #e8ecf1;
}

.tech-list li:last-child {
    border-bottom: none;
}

.form-split {
    display: flex;
    min-height: 80vh;
    align-items: center;
    background: #1a202c;
    color: #ffffff;
}

.form-content {
    flex: 1;
    padding: 4rem 6%;
}

.form-content h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.form-content p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.form-container {
    flex: 1;
    padding: 4rem 6%;
}

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

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

.form-group label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #ffffff;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
    font-size: 1rem;
    border: 1px solid #4a5568;
    border-radius: 6px;
    background: #2d3748;
    color: #ffffff;
    font-family: inherit;
}

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

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

.guarantee-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.guarantee-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.guarantee-item {
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
}

.guarantee-item h4 {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
    color: #1a202c;
    font-weight: 600;
}

.guarantee-item p {
    font-size: 1rem;
    color: #4a5568;
}

.guarantee-image {
    flex: 1;
    overflow: hidden;
}

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

.footer-split {
    display: flex;
    justify-content: space-between;
    padding: 4rem 6% 3rem 6%;
    background: #1a202c;
    color: #ffffff;
}

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-column h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.footer-column p {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.6;
}

.footer-column a {
    font-size: 0.95rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-column a:hover {
    opacity: 1;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3748;
    padding: 1.5rem 6%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    display: none;
}

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

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-content p {
    color: #ffffff;
    font-size: 1rem;
    margin-right: 2rem;
}

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

.cookie-accept,
.cookie-reject {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-accept {
    background: #1a5490;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #14446f;
}

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

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

.page-hero-split {
    display: flex;
    min-height: 60vh;
    align-items: center;
    background: #f8fafc;
}

.page-hero-content {
    flex: 1;
    padding: 4rem 6%;
}

.page-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
    font-weight: 800;
    line-height: 1.2;
}

.page-hero-content p {
    font-size: 1.2rem;
    color: #4a5568;
}

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

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

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

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

.about-image {
    flex: 1;
    overflow: hidden;
}

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

.about-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.about-content p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

.values-split {
    display: flex;
    min-height: 80vh;
    align-items: center;
    background: #f8fafc;
}

.values-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.value-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.value-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
    color: #1a202c;
    font-weight: 600;
}

.value-item p {
    font-size: 1rem;
    color: #4a5568;
}

.values-image {
    flex: 1;
    overflow: hidden;
}

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

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

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

.team-image {
    flex: 1;
    overflow: hidden;
}

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

.team-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.team-content p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

.cert-split {
    display: flex;
    min-height: 70vh;
    align-items: center;
    background: #f8fafc;
}

.cert-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.cert-list {
    list-style: none;
}

.cert-list li {
    font-size: 1.05rem;
    padding: 1rem 0;
    color: #4a5568;
    border-bottom: 1px solid #e8ecf1;
}

.cert-list li:last-child {
    border-bottom: none;
}

.cert-image {
    flex: 1;
    overflow: hidden;
}

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

.cta-about-split {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 6%;
    background: #1a5490;
    text-align: center;
}

.cta-about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}

.cta-about-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.9;
}

.cta-about-content .cta-primary {
    background: #ffffff;
    color: #1a5490;
}

.cta-about-content .cta-primary:hover {
    background: #f8fafc;
    transform: translateY(-2px);
}

.services-detail-split {
    display: flex;
    min-height: 80vh;
    align-items: center;
    padding: 3rem 0;
}

.services-detail-split.reverse {
    flex-direction: row-reverse;
    background: #f8fafc;
}

.service-detail-card {
    display: flex;
    flex: 1;
}

.service-detail-content {
    flex: 1;
    padding: 4rem 6%;
}

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

.service-detail-content p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

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

.service-features li {
    font-size: 1rem;
    padding: 0.7rem 0;
    padding-left: 1.5rem;
    color: #4a5568;
    position: relative;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1a5490;
    font-weight: 700;
}

.price-box {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: #e6f2ff;
    border-radius: 8px;
    border-left: 4px solid #1a5490;
    margin-top: 2rem;
}

.price-main {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a5490;
    margin-bottom: 0.3rem;
}

.price-note {
    font-size: 0.95rem;
    color: #4a5568;
}

.service-detail-image {
    flex: 1;
    overflow: hidden;
}

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

.cta-services-split {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 6%;
    background: #1a202c;
    text-align: center;
}

.cta-services-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}

.cta-services-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.9;
}

.contact-split {
    display: flex;
    min-height: 70vh;
    align-items: stretch;
}

.contact-info {
    flex: 1;
    padding: 4rem 6%;
    background: #f8fafc;
}

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

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-block h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a5490;
    font-weight: 600;
}

.contact-block p {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    color: #4a5568;
}

.contact-block a {
    color: #1a5490;
    font-weight: 500;
}

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

.contact-note {
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.8;
    margin-top: 0.5rem;
}

.contact-map {
    flex: 1;
    overflow: hidden;
}

.map-placeholder {
    width: 100%;
    height: 100%;
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.faq-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a202c;
    font-weight: 600;
}

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

.thanks-split {
    display: flex;
    min-height: 75vh;
    align-items: center;
}

.thanks-content {
    flex: 1;
    padding: 4rem 6%;
}

.thanks-icon {
    margin-bottom: 2rem;
}

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

.thanks-main {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2ecc71;
    font-weight: 600;
}

.thanks-content p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

.thanks-info {
    padding: 1.2rem;
    background: #e6f2ff;
    border-radius: 8px;
    margin: 2rem 0;
}

.thanks-info p {
    font-size: 1.05rem;
    color: #1a202c;
    margin: 0;
}

.thanks-next {
    margin: 2.5rem 0;
}

.thanks-next h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a202c;
    font-weight: 600;
}

.thanks-steps {
    list-style: none;
    counter-reset: step-counter;
}

.thanks-steps li {
    font-size: 1rem;
    padding: 0.8rem 0;
    padding-left: 2.5rem;
    color: #4a5568;
    position: relative;
    counter-increment: step-counter;
}

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

.thanks-cta {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

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

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

.thanks-contact-split {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 6%;
    background: #f8fafc;
    text-align: center;
}

.thanks-contact-content {
    max-width: 700px;
}

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

.thanks-contact-content p {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
    color: #4a5568;
}

.thanks-contact-content a {
    color: #1a5490;
    font-weight: 600;
}

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

.legal-page {
    padding: 4rem 6%;
    max-width: 1000px;
    margin: 0 auto;
}

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

.legal-date {
    font-size: 0.95rem;
    color: #718096;
    margin-bottom: 3rem;
    font-style: italic;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1a202c;
    font-weight: 600;
}

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

.legal-content h4 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    color: #1a202c;
    font-weight: 600;
}

.legal-content p {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    color: #4a5568;
    line-height: 1.8;
}

.legal-content ul,
.legal-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.legal-content li {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
    color: #4a5568;
    line-height: 1.8;
}

.legal-content a {
    color: #1a5490;
    font-weight: 500;
}

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

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

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

.cookies-table th {
    background: #f8fafc;
    font-weight: 600;
    color: #1a202c;
}

.cookies-table td {
    color: #4a5568;
}

@media (max-width: 1024px) {
    .hero-split,
    .intro-split,
    .services-preview-split,
    .process-split,
    .case-split,
    .technology-split,
    .form-split,
    .guarantee-split,
    .page-hero-split,
    .about-split,
    .values-split,
    .team-split,
    .cert-split,
    .services-detail-split,
    .contact-split,
    .thanks-split {
        flex-direction: column;
    }

    .intro-split.reverse,
    .process-split.reverse,
    .technology-split.reverse,
    .about-split.reverse,
    .team-split.reverse,
    .services-detail-split.reverse {
        flex-direction: column;
    }

    .hero-content,
    .intro-content,
    .services-content,
    .process-content,
    .case-content,
    .tech-content,
    .form-content,
    .form-container,
    .guarantee-content,
    .page-hero-content,
    .about-content,
    .values-content,
    .team-content,
    .cert-content,
    .service-detail-content,
    .contact-info,
    .thanks-content {
        padding: 3rem 5%;
    }

    .hero-image,
    .intro-image,
    .services-image,
    .process-image,
    .case-image,
    .tech-image,
    .guarantee-image,
    .page-hero-image,
    .about-image,
    .values-image,
    .team-image,
    .cert-image,
    .service-detail-image,
    .contact-map,
    .thanks-image {
        min-height: 300px;
    }

    .hero-content h1,
    .page-hero-content h1 {
        font-size: 2.3rem;
    }

    .stats-split {
        flex-direction: column;
        gap: 2rem;
        padding: 3rem 5%;
    }

    .footer-split {
        flex-direction: column;
        gap: 2rem;
    }

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

    .cookie-content p {
        margin-right: 0;
        margin-bottom: 1rem;
    }

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

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

    .nav-right a {
        font-size: 0.9rem;
    }

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

    .service-list {
        gap: 1.5rem;
    }
}