* {
    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;
}

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

.cookie-banner.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

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

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

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

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e8ed;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #7f8c8d;
    padding: 0.3rem 0.8rem;
    background-color: #ecf0f1;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

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

.main-nav a {
    color: #34495e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.main-nav a:hover {
    color: #27ae60;
}

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}

.hero-image-offset {
    width: 58%;
    background-size: cover;
    background-position: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.3), rgba(39, 174, 96, 0.2));
}

.hero-content-offset {
    width: 42%;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f8f9fa;
    margin-left: -8%;
    z-index: 10;
}

.hero-content-offset h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    font-weight: 700;
}

.hero-content-offset p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #34495e;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #27ae60;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.3);
}

.unique-challenge-section {
    display: flex;
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
    gap: 4rem;
    align-items: center;
}

.offset-text-block {
    flex: 1;
    padding-right: 2rem;
    transform: translateY(-40px);
}

.offset-text-block h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    line-height: 1.3;
}

.offset-text-block p {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    color: #34495e;
}

.offset-image-block {
    flex: 1;
    transform: translateY(40px);
}

.offset-image-block img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.services-preview-creative {
    background-color: #f8f9fa;
    padding: 6rem 2rem;
}

.services-intro-offset {
    max-width: 800px;
    margin-left: 15%;
    margin-bottom: 4rem;
}

.services-intro-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.services-intro-offset p {
    font-size: 1.1rem;
    color: #34495e;
}

.services-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: calc(33.333% - 1.5rem);
    min-width: 320px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.card-offset-1 {
    transform: translateY(0);
}

.card-offset-2 {
    transform: translateY(30px);
}

.card-offset-3 {
    transform: translateY(-30px);
}

.card-offset-4 {
    transform: translateY(20px);
}

.card-offset-5 {
    transform: translateY(-20px);
}

.card-offset-6 {
    transform: translateY(10px);
}

.service-card img {
    width: 100%;
    height: 220px;
}

.service-card h3 {
    font-size: 1.4rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #2c3e50;
}

.service-card p {
    font-size: 0.95rem;
    margin: 0 1.5rem 1rem;
    color: #34495e;
    line-height: 1.6;
    flex: 1;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #27ae60;
    margin: 1rem 1.5rem;
}

.btn-select-service {
    margin: 0 1.5rem 1.5rem;
    padding: 0.8rem 1.5rem;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #34495e;
    transform: translateY(-2px);
}

.btn-select-service.selected {
    background-color: #27ae60;
}

.trust-building-section {
    padding: 6rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.offset-content-wrapper {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.testimonial-block {
    flex: 1.2;
    background-color: #34495e;
    color: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    transform: translateX(-20px);
}

.testimonial-block blockquote {
    font-size: 1.2rem;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-block cite {
    font-size: 1rem;
    font-style: normal;
    color: #ecf0f1;
}

.stats-block-creative {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    transform: translateX(20px);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #27ae60;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    color: #7f8c8d;
    margin-top: 0.5rem;
}

.consultation-form-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 6rem 2rem;
}

.form-container-offset {
    max-width: 700px;
    margin-left: auto;
    margin-right: 10%;
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.form-container-offset h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.form-container-offset > p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #34495e;
}

.selected-service-display {
    background-color: #e8f5e9;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
    display: none;
    color: #27ae60;
    font-weight: 600;
}

.selected-service-display.active {
    display: block;
}

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

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

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

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

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

.btn-submit {
    padding: 1rem 2rem;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #229954;
    transform: translateY(-2px);
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 4rem 2rem 2rem;
}

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

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

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

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

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

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #27ae60;
}

.disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #95a5a6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    text-align: center;
    color: #95a5a6;
    font-size: 0.9rem;
}

.page-hero-offset {
    display: flex;
    min-height: 60vh;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    gap: 3rem;
}

.hero-content-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 3rem;
}

.hero-content-left h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.hero-content-left p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #34495e;
}

.hero-image-right {
    flex: 1;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.story-section-asymmetric {
    max-width: 900px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.story-content-offset {
    margin-left: 10%;
}

.story-content-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.story-content-offset p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #34495e;
}

.values-creative-layout {
    background-color: #f8f9fa;
    padding: 6rem 2rem;
}

.values-heading-offset {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #2c3e50;
}

.values-blocks-staggered {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.value-block {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.block-position-1 {
    transform: translateY(0);
}

.block-position-2 {
    transform: translateY(30px);
}

.block-position-3 {
    transform: translateY(-30px);
}

.block-position-4 {
    transform: translateY(15px);
}

.value-block h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.value-block p {
    font-size: 1rem;
    line-height: 1.7;
    color: #34495e;
}

.team-approach-section {
    max-width: 1000px;
    margin: 6rem auto;
    padding: 0 2rem;
    text-align: center;
}

.team-content-wrapper h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.team-content-wrapper p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #34495e;
}

.certification-section-offset {
    background-color: #2c3e50;
    padding: 5rem 2rem;
    margin: 6rem 0;
}

.certification-section-offset h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #ffffff;
}

.cert-list-creative {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.cert-item {
    background-color: #34495e;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
}

.services-hero-creative {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);
}

.services-hero-creative h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.services-hero-creative p {
    font-size: 1.2rem;
    color: #34495e;
    max-width: 800px;
    margin: 0 auto;
}

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

.service-odd {
    background-color: #ffffff;
}

.service-even {
    background-color: #f8f9fa;
    flex-direction: row-reverse;
}

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

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

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #34495e;
}

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

.service-detail-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-pricing-display {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin: 2rem 0;
}

.price-label {
    font-size: 1rem;
    color: #7f8c8d;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #27ae60;
}

.pricing-note {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
}

.btn-service-cta {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 2rem;
    background-color: #27ae60;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.process-overview-creative {
    background-color: #f8f9fa;
    padding: 6rem 2rem;
}

.process-overview-creative h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #2c3e50;
}

.process-steps-offset {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.process-step {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.step-1 {
    transform: translateY(0);
}

.step-2 {
    transform: translateY(20px);
}

.step-3 {
    transform: translateY(-20px);
}

.step-4 {
    transform: translateY(10px);
}

.step-5 {
    transform: translateY(-10px);
}

.step-6 {
    transform: translateY(5px);
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e1e8ed;
    line-height: 1;
    margin-bottom: 1rem;
}

.process-step h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.process-step p {
    font-size: 1rem;
    line-height: 1.6;
    color: #34495e;
}

.contact-hero-offset {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
}

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

.contact-hero-offset p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.contact-info-creative {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.contact-blocks-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.contact-block {
    flex: 1;
    min-width: 300px;
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 8px;
}

.block-email {
    transform: translateY(0);
}

.block-address {
    transform: translateY(30px);
}

.block-hours {
    transform: translateY(-30px);
}

.contact-block h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.contact-detail-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 1rem;
}

.contact-note {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #7f8c8d;
}

.additional-contact-info {
    max-width: 1000px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.info-wrapper-offset {
    margin-left: 8%;
}

.info-wrapper-offset h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.info-wrapper-offset p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #34495e;
}

.preparation-list {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
}

.preparation-list li {
    padding-left: 2rem;
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 1.05rem;
    color: #34495e;
}

.preparation-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.service-areas-section {
    background-color: #f8f9fa;
    padding: 5rem 2rem;
}

.service-areas-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #2c3e50;
}

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

.areas-content-creative p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #34495e;
}

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

.legal-page-content h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

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

.legal-page-content h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-page-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    color: #34495e;
}

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

.legal-page-content ul {
    margin: 1.5rem 0 1.5rem 2rem;
}

.legal-page-content ul li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: #34495e;
}

.legal-page-content a {
    color: #27ae60;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-page-content a:hover {
    color: #229954;
    text-decoration: underline;
}

.non-link-url {
    color: #34495e;
    font-family: monospace;
}

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

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

.cookies-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.cookies-table td {
    color: #34495e;
}

.thanks-hero-creative {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    padding: 5rem 2rem;
}

.thanks-content-offset {
    max-width: 900px;
    margin-left: auto;
    margin-right: 10%;
    color: #ffffff;
}

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

.thanks-content-offset p {
    font-size: 1.2rem;
    line-height: 1.7;
}

.thanks-details-section {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.thanks-info-wrapper h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.next-steps-creative {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
}

.step-item {
    flex: 1;
    min-width: 300px;
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
}

.step-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #27ae60;
}

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

.service-confirmation-block {
    background-color: #e8f5e9;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 3rem;
    border-left: 4px solid #27ae60;
    display: none;
}

.service-confirmation-block.active {
    display: block;
}

.service-confirmation-block p {
    font-size: 1.1rem;
    color: #27ae60;
    margin: 0;
}

.thanks-additional-info h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.thanks-additional-info p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #34495e;
}

.thanks-additional-info ul {
    margin: 1.5rem 0 1.5rem 2rem;
}

.thanks-additional-info ul li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: #34495e;
}

.thanks-explore-more {
    background-color: #f8f9fa;
    padding: 5rem 2rem;
    margin-top: 6rem;
}

.thanks-explore-more h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.resource-links-offset {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.resource-link {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

.resource-link h3 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.resource-link p {
    font-size: 1rem;
    line-height: 1.6;
    color: #34495e;
    margin: 0;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-image-offset,
    .hero-content-offset {
        width: 100%;
        clip-path: none;
        margin-left: 0;
    }

    .unique-challenge-section,
    .service-detail-section,
    .page-hero-offset {
        flex-direction: column;
    }

    .offset-text-block,
    .offset-image-block {
        transform: none;
    }

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

    .services-intro-offset {
        margin-left: 0;
    }

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

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
    }

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

    .hero-content-offset h1,
    .hero-content-left h1,
    .services-hero-creative h1,
    .contact-hero-offset h1,
    .thanks-content-offset h1 {
        font-size: 2.2rem;
    }

    .service-card {
        width: 100%;
    }

    .offset-content-wrapper,
    .contact-blocks-asymmetric {
        flex-direction: column;
    }

    .testimonial-block,
    .stats-block-creative,
    .contact-block {
        transform: none;
    }

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

@media (max-width: 480px) {
    .hero-content-offset,
    .form-container-offset {
        padding: 2rem 1.5rem;
    }

    .offset-text-block h2,
    .story-content-offset h2,
    .values-heading-offset {
        font-size: 1.8rem;
    }
}