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

.ad-disclosure {
    background-color: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #ffc107;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
    background-color: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    gap: 32px;
}

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

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

.hero-asymmetric {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 85vh;
    padding: 60px 8%;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 2;
    max-width: 580px;
    margin-left: 8%;
    margin-top: 80px;
}

.hero-title-large {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 22px;
    color: #555;
    line-height: 1.5;
}

.hero-image-overlap {
    position: absolute;
    right: -5%;
    top: 15%;
    width: 55%;
    z-index: 1;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.15);
}

.story-hook {
    padding: 120px 8% 100px;
    background-color: #f8f9fa;
}

.story-wrapper-irregular {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.story-text-block {
    flex: 1;
    min-width: 400px;
    padding-left: 40px;
}

.story-text-block h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.story-text-block p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.8;
}

.story-image-offset {
    flex: 1;
    min-width: 380px;
    margin-top: -40px;
}

.story-image-offset img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    background-color: #e0e0e0;
}

.problem-amplify {
    padding: 100px 8%;
    background-color: #ffffff;
}

.problem-container-split {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

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

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

.problem-content {
    flex: 1;
    min-width: 400px;
    padding-right: 40px;
}

.problem-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.problem-content p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.insight-reveal {
    padding: 120px 8%;
    background-color: #1a1a1a;
    color: #ffffff;
}

.insight-wrapper-stacked {
    max-width: 1400px;
    margin: 0 auto;
}

.insight-heading {
    font-size: 48px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.insight-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.insight-card {
    background-color: #2c2c2c;
    padding: 40px;
    border-radius: 8px;
    width: calc(33.333% - 30px);
    min-width: 300px;
}

.card-offset-1 {
    margin-top: 0;
}

.card-offset-2 {
    margin-top: 40px;
}

.card-offset-3 {
    margin-top: -20px;
}

.insight-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}

.insight-card p {
    font-size: 16px;
    color: #d0d0d0;
    line-height: 1.7;
}

.trust-building {
    padding: 100px 8%;
    background-color: #f1f3f5;
}

.trust-container-overlap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-start;
}

.trust-text {
    flex: 1;
    min-width: 400px;
    padding-top: 40px;
}

.trust-text h2 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 700;
}

.testimonial-block {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 6px;
    margin-bottom: 24px;
    border-left: 4px solid #3498db;
}

.testimonial-block p {
    font-size: 17px;
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 12px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    color: #7f8c8d;
    font-weight: 600;
}

.trust-image {
    flex: 1;
    min-width: 380px;
    margin-top: -60px;
}

.trust-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    background-color: #e0e0e0;
}

.services-reveal {
    padding: 120px 8%;
    background-color: #ffffff;
}

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

.services-heading {
    font-size: 52px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
}

.services-intro {
    font-size: 20px;
    text-align: center;
    color: #555;
    margin-bottom: 80px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    width: calc(50% - 20px);
    min-width: 320px;
    display: flex;
    flex-direction: column;
}

.service-position-1 {
    margin-top: 0;
}

.service-position-2 {
    margin-top: 60px;
}

.service-position-3 {
    margin-top: -40px;
}

.service-position-4 {
    margin-top: 20px;
}

.service-position-5 {
    margin-top: 40px;
}

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background-color: #ddd;
}

.service-card h3 {
    font-size: 24px;
    margin: 24px 24px 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card p {
    font-size: 16px;
    margin: 0 24px 16px;
    color: #4a5568;
    line-height: 1.6;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 8px 24px 20px;
}

.btn-service-select {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 24px 24px;
    transition: background-color 0.3s;
}

.btn-service-select:hover {
    background-color: #2980b9;
}

.form-section {
    padding: 100px 8%;
    background-color: #ecf0f1;
}

.form-container-offset {
    max-width: 700px;
    margin: 0 auto;
    margin-left: 15%;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-container-offset h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-intro {
    font-size: 17px;
    color: #555;
    margin-bottom: 32px;
}

.service-form-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.form-group input[readonly] {
    background-color: #f8f9fa;
}

.btn-submit {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 12px;
}

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

.benefits-final {
    padding: 100px 8%;
    background-color: #ffffff;
}

.benefits-wrapper-creative {
    max-width: 1300px;
    margin: 0 auto;
}

.benefits-wrapper-creative h2 {
    font-size: 46px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
}

.benefits-layout-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.benefit-item {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    width: calc(33.333% - 35px);
    min-width: 280px;
}

.benefit-pos-1 {
    margin-top: 0;
}

.benefit-pos-2 {
    margin-top: 40px;
}

.benefit-pos-3 {
    margin-top: -30px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 8% 30px;
}

.footer-content-split {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-column h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-column p {
    font-size: 15px;
    color: #d0d0d0;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #3498db;
}

.disclaimer-text {
    font-size: 13px;
    color: #999;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: #999;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.btn-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.btn-cookie-reject {
    background-color: #7f8c8d;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cookie-reject:hover {
    background-color: #6c7a89;
}

.cookie-link {
    color: #3498db;
    text-decoration: none;
    font-size: 14px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.page-header-offset {
    padding: 100px 8% 60px;
    background-color: #f8f9fa;
    text-align: center;
}

.page-header-offset h1 {
    font-size: 54px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 800;
}

.page-header-offset p {
    font-size: 20px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.services-detail-page {
    padding: 80px 8%;
    background-color: #ffffff;
}

.services-detail-container {
    max-width: 1400px;
    margin: 0 auto;
}

.service-detail-block {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.block-layout-1 {
    flex-direction: row;
}

.block-layout-2 {
    flex-direction: row-reverse;
}

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

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    background-color: #e0e0e0;
}

.service-detail-text {
    flex: 1;
    min-width: 400px;
}

.service-detail-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-detail-text p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.service-features {
    list-style: none;
    margin: 24px 0;
}

.service-features li {
    font-size: 16px;
    color: #2c3e50;
    padding: 8px 0;
    padding-left: 28px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 18px;
}

.service-detail-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 24px 0;
}

.btn-service-cta {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-service-cta:hover {
    background-color: #2980b9;
}

.about-story-section {
    padding: 80px 8%;
    background-color: #ffffff;
}

.about-content-irregular {
    max-width: 1400px;
    margin: 0 auto;
}

.about-text-primary {
    max-width: 800px;
    margin: 0 auto 60px;
    padding-left: 40px;
}

.about-text-primary h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-text-primary p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.8;
}

.about-image-overlap {
    width: 70%;
    margin: 60px auto;
    margin-left: 20%;
}

.about-image-overlap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    background-color: #e0e0e0;
}

.about-text-secondary {
    max-width: 800px;
    margin: 80px auto 60px;
    padding-right: 40px;
}

.about-text-secondary h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-text-secondary p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.8;
}

.about-values-block {
    padding: 80px 0;
    background-color: #f8f9fa;
    margin: 60px 0;
    border-radius: 8px;
}

.about-values-block h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-weight: 700;
}

.values-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 0 40px;
}

.value-item {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    width: calc(33.333% - 30px);
    min-width: 280px;
}

.value-pos-1 {
    margin-top: 0;
}

.value-pos-2 {
    margin-top: 40px;
}

.value-pos-3 {
    margin-top: -30px;
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.value-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.about-team-section {
    margin: 80px 0;
}

.about-team-section h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
}

.about-team-section > p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.team-image {
    width: 80%;
    margin: 0 auto;
}

.team-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    background-color: #e0e0e0;
}

.about-commitment {
    max-width: 800px;
    margin: 80px auto 0;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.about-commitment h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-commitment p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.8;
}

.contact-section {
    padding: 80px 8%;
    background-color: #ffffff;
}

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

.contact-info-block {
    max-width: 700px;
    margin: 0 auto 60px;
    padding-left: 40px;
}

.contact-info-block h2 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
}

.contact-email-display {
    color: #3498db;
    font-weight: 500;
}

.contact-image-offset {
    width: 60%;
    margin: 60px auto 60px 25%;
}

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

.contact-directions,
.contact-note {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.contact-directions h2,
.contact-note h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-directions p,
.contact-note p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.contact-note a {
    color: #3498db;
    text-decoration: none;
}

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

.thanks-page-section {
    min-height: 80vh;
    padding: 100px 8%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content-centered {
    max-width: 700px;
    background-color: #ffffff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    z-index: 2;
}

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.thanks-content-centered h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

.thanks-details {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-details h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.thanks-details p {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 12px;
}

.thanks-next-steps {
    text-align: left;
    margin-bottom: 40px;
}

.thanks-next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.steps-list li {
    font-size: 16px;
    color: #4a5568;
    padding: 12px 0;
    padding-left: 40px;
    position: relative;
    counter-increment: step-counter;
}

.steps-list li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #3498db;
    color: #ffffff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-return,
.btn-services {
    display: inline-block;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-return {
    background-color: #3498db;
    color: #ffffff;
}

.btn-return:hover {
    background-color: #2980b9;
}

.btn-services {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-services:hover {
    background-color: #7f8c8d;
}

.thanks-image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
}

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

.legal-page-section {
    padding: 80px 8% 100px;
    background-color: #ffffff;
}

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

.legal-content h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-updated {
    font-size: 15px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 600;
}

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

.legal-content ul {
    margin: 16px 0 24px 20px;
}

.legal-content ul li {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-content a {
    color: #3498db;
    text-decoration: none;
}

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

@media (max-width: 1024px) {
    .hero-title-large {
        font-size: 48px;
    }

    .hero-image-overlap {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 40px;
    }

    .service-card {
        width: 100%;
    }

    .service-position-2,
    .service-position-3,
    .service-position-4,
    .service-position-5 {
        margin-top: 0;
    }

    .insight-card,
    .benefit-item,
    .value-item {
        width: 100%;
    }

    .card-offset-2,
    .card-offset-3,
    .benefit-pos-2,
    .benefit-pos-3,
    .value-pos-2,
    .value-pos-3 {
        margin-top: 0;
    }

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

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .hero-title-large {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .services-heading,
    .insight-heading {
        font-size: 36px;
    }

    .cookie-content {
        flex-direction: column;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}