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

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

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

.main-nav {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

.ad-label {
    background: #f8f9fa;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.nav-links a {
    color: #2c3e50;
    font-weight: 500;
}

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

.hero-asymmetric {
    min-height: 80vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.hero-text-block {
    flex: 1;
    padding-right: 2rem;
}

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

.hero-lead {
    font-size: 1.3rem;
    color: #495057;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-image-offset {
    flex: 1;
    position: relative;
    top: -3rem;
}

.hero-image-offset img {
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.cta-primary {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1rem;
}

.cta-primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.cta-secondary {
    display: inline-block;
    background: #ffffff;
    color: #3498db;
    padding: 1rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #3498db;
}

.cta-secondary:hover {
    background: #3498db;
    color: #ffffff;
}

.cta-inline {
    color: #3498db;
    font-weight: 600;
    border-bottom: 2px solid #3498db;
    display: inline-block;
}

.cta-inline:hover {
    color: #2980b9;
    border-bottom-color: #2980b9;
}

.intro-overlap {
    padding: 6rem 2rem 4rem;
    background: #ffffff;
}

.intro-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.intro-text-left {
    flex: 2;
}

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

.intro-text-left p {
    font-size: 1.15rem;
    color: #495057;
    margin-bottom: 1.2rem;
}

.intro-stat-card {
    flex: 1;
    background: #3498db;
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 12px;
    text-align: center;
    position: relative;
    top: 2rem;
}

.stat-number {
    font-size: 4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.intro-stat-card p {
    font-size: 1.1rem;
    line-height: 1.5;
}

.problem-section {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.problem-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.problem-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.problem-card.card-1 {
    margin-left: 0;
    max-width: 70%;
}

.problem-card.card-2 {
    margin-left: auto;
    max-width: 75%;
}

.problem-card.card-3 {
    margin-left: 10%;
    max-width: 65%;
}

.problem-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.problem-card p {
    color: #495057;
    font-size: 1.05rem;
}

.insight-section {
    padding: 6rem 2rem;
    background: #ffffff;
}

.insight-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.insight-image {
    flex: 1;
    position: relative;
    left: -2rem;
}

.insight-image img {
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.insight-content {
    flex: 1;
}

.insight-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.insight-content p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 1.5rem;
}

.services-preview {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
}

.services-header-offset {
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding-left: 15%;
}

.services-header-offset h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.services-header-offset p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.services-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-block {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-block.block-1 {
    margin-left: 5%;
    max-width: 60%;
}

.service-block.block-2 {
    margin-left: auto;
    margin-right: 8%;
    max-width: 55%;
}

.service-block.block-3 {
    margin-left: 12%;
    max-width: 65%;
}

.service-block h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.service-block p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.service-price {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #3498db;
}

.service-link {
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
}

.service-link:hover {
    opacity: 0.8;
}

.services-cta-center {
    max-width: 1400px;
    margin: 3rem auto 0;
    text-align: center;
}

.testimonial-offset {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.testimonial-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 10%;
}

.testimonial {
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    border-left: 5px solid #3498db;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.testimonial p {
    font-size: 1.3rem;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

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

.approach-section {
    padding: 6rem 2rem;
    background: #ffffff;
}

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

.approach-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1a1a1a;
}

.approach-steps {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.step {
    flex: 1;
    position: relative;
}

.step-offset-1 {
    top: 0;
}

.step-offset-2 {
    top: 2rem;
}

.step-offset-3 {
    top: 4rem;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e9ecef;
    display: block;
    margin-bottom: 1rem;
}

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

.step p {
    color: #495057;
    font-size: 1.05rem;
}

.trust-section {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.trust-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.trust-text {
    flex: 1.2;
}

.trust-text h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

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

.trust-list li {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 1.1rem;
    color: #495057;
}

.trust-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
    font-size: 1.3rem;
}

.trust-visual {
    flex: 1;
}

.trust-visual img {
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.form-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.form-intro {
    text-align: center;
    margin-bottom: 2.5rem;
}

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

.form-intro p {
    color: #6c757d;
    font-size: 1.05rem;
}

.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: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.8rem;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    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: #3498db;
}

.form-submit {
    background: #3498db;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.final-cta {
    padding: 5rem 2rem;
    background: #2c3e50;
    color: #ffffff;
    text-align: center;
}

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

.final-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.main-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 3rem 2rem 1rem;
}

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

.footer-col {
    flex: 1;
}

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

.footer-col p {
    color: #adb5bd;
    line-height: 1.7;
}

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

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

.footer-col a {
    color: #adb5bd;
}

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    font-size: 0.9rem;
    color: #adb5bd;
    line-height: 1.6;
}

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

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

.sticky-cta a {
    display: block;
    background: #3498db;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(52, 152, 219, 0.4);
}

.sticky-cta a:hover {
    background: #2980b9;
    transform: scale(1.05);
}

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

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1400px;
    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;
}

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

.cookie-btn.reject {
    background: #e74c3c;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background: #c0392b;
}

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 5rem 2rem 4rem;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-hero-content p {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
}

.about-story {
    padding: 6rem 2rem;
    background: #ffffff;
}

.about-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.story-image {
    flex: 1;
}

.story-image img {
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.story-text {
    flex: 1;
}

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

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

.values-section {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

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

.values-wrapper h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

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

.value-card {
    flex: 1;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

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

.value-card p {
    color: #495057;
    font-size: 1.05rem;
    line-height: 1.6;
}

.expertise-section {
    padding: 6rem 2rem;
    background: #ffffff;
}

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

.expertise-text {
    margin-bottom: 3rem;
}

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

.expertise-text p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.expertise-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.stat-item {
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 0.5rem;
}

.stat-label {
    display: block;
    color: #6c757d;
    font-size: 1rem;
}

.approach-detail {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

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

.approach-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.approach-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3rem;
    font-size: 1.15rem;
    color: #495057;
}

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

.approach-block {
    flex: 1 1 calc(50% - 1rem);
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

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

.approach-block p {
    color: #495057;
    font-size: 1.05rem;
    line-height: 1.6;
}

.testimonial-full {
    padding: 5rem 2rem;
    background: #3498db;
    color: #ffffff;
}

.testimonial-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-wrapper blockquote p {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.testimonial-wrapper cite {
    font-style: normal;
    opacity: 0.9;
}

.cta-about {
    padding: 5rem 2rem;
    background: #ffffff;
    text-align: center;
}

.cta-about-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-about-content p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
}

.services-detail {
    padding: 4rem 2rem;
    background: #ffffff;
}

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

.service-detail-card {
    display: flex;
    gap: 3rem;
    align-items: center;
}

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

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

.service-detail-image img {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

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

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

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

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

.service-features li {
    padding-left: 2rem;
    margin-bottom: 1rem;
    position: relative;
    color: #495057;
}

.service-features li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
}

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

.price-label {
    font-size: 1rem;
    color: #6c757d;
}

.price-value {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
}

.cta-services {
    padding: 5rem 2rem;
    background: #f8f9fa;
    text-align: center;
}

.cta-services-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-services-content p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-section {
    padding: 4rem 2rem;
    background: #ffffff;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
    color: #2c3e50;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #495057;
    line-height: 1.7;
}

.contact-map {
    flex: 1;
}

.contact-map img {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

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

.contact-cta-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-cta-content p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
}

.thanks-section {
    padding: 6rem 2rem;
    background: #ffffff;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.thanks-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

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

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

.thanks-message {
    font-size: 1.2rem;
    color: #495057;
    margin-bottom: 2rem;
}

.service-confirmation {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    font-size: 1.05rem;
    color: #2c3e50;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.what-next {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.what-next-container {
    max-width: 1200px;
    margin: 0 auto;
}

.what-next-container h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

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

.next-step {
    flex: 1;
    text-align: center;
}

.next-step .step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #3498db;
    color: #ffffff;
    border-radius: 50%;
    line-height: 60px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

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

.next-step p {
    color: #495057;
    font-size: 1.05rem;
}

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

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

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

.legal-update {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 2rem;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-container p {
    font-size: 1.05rem;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-container ul {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-container li {
    margin-bottom: 0.7rem;
    color: #495057;
    line-height: 1.6;
}

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

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

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

.cookie-table td {
    color: #495057;
}

@media (max-width: 1024px) {
    .hero-content-offset,
    .intro-container,
    .insight-wrapper,
    .trust-wrapper,
    .about-container,
    .contact-container {
        flex-direction: column;
    }

    .hero-image-offset {
        top: 0;
    }

    .intro-stat-card {
        top: 0;
    }

    .insight-image {
        left: 0;
    }

    .problem-card.card-1,
    .problem-card.card-2,
    .problem-card.card-3 {
        max-width: 100%;
        margin-left: 0;
    }

    .service-block.block-1,
    .service-block.block-2,
    .service-block.block-3 {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .approach-steps,
    .values-grid,
    .next-steps {
        flex-direction: column;
    }

    .step-offset-1,
    .step-offset-2,
    .step-offset-3 {
        top: 0;
    }

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

@media (max-width: 768px) {
    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .ad-label {
        display: none;
    }

    .hero-text-block h1 {
        font-size: 2.5rem;
    }

    .hero-lead {
        font-size: 1.1rem;
    }

    .intro-text-left h2,
    .insight-content h2,
    .trust-text h2,
    .story-text h2 {
        font-size: 2rem;
    }

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

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

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

    .cookie-buttons {
        justify-content: center;
    }

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

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

    .approach-blocks {
        flex-direction: column;
    }

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

    .expertise-stats {
        flex-direction: column;
        gap: 2rem;
    }
}