/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

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

a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #3498db;
}

/* Asymmetric Creative Layout - Navigation */
.nav-asymmetric {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

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

.nav-links a:hover {
    color: #2980b9;
}

/* Hero Section - Asymmetric Offset */
.hero-offset {
    margin-top: 80px;
    padding: 6rem 2rem 4rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.hero-text-block {
    flex: 1;
    padding-left: 3rem;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a252f;
    font-weight: 800;
}

.hero-intro {
    font-size: 1.25rem;
    color: #5a6c7d;
    margin-bottom: 2rem;
    line-height: 1.7;
}

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

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

/* Problem Amplify Section */
.problem-amplify {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    position: relative;
}

.content-narrow-offset {
    max-width: 700px;
    margin-left: 15%;
}

.content-narrow-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a252f;
}

.content-narrow-offset p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #3d4f60;
}

.stats-overlay {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    margin-left: -5%;
}

.stat-card {
    background: white;
    padding: 2rem 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transform: rotate(-2deg);
}

.stat-card:nth-child(2) {
    transform: rotate(1.5deg) translateY(-20px);
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #e74c3c;
    line-height: 1;
}

.stat-label {
    font-size: 0.95rem;
    color: #5a6c7d;
    margin-top: 0.5rem;
}

/* Story Flow Section */
.story-flow {
    padding: 5rem 2rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1300px;
    margin: 0 auto;
}

.story-block-left {
    flex: 1;
    transform: translateX(-40px);
}

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

.story-text-right {
    flex: 1;
    padding-right: 3rem;
}

.story-text-right h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.story-text-right p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #4a5d70;
    font-style: italic;
}

.story-result {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #e8f8f5;
    border-left: 4px solid #27ae60;
    font-style: normal;
}

/* Insight Section */
.insight-section {
    padding: 5rem 2rem;
    background: #1a252f;
    color: white;
}

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

.insight-wrapper h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
}

.insight-cards {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.insight-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.insight-card.offset-top {
    transform: translateY(40px);
}

.insight-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #3498db;
}

.insight-card p {
    line-height: 1.7;
    color: #d5dce3;
}

/* Trust Build Section - Asymmetric */
.trust-build {
    padding: 5rem 2rem;
}

.trust-content-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.trust-text {
    flex: 1.5;
}

.trust-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a252f;
}

.trust-text p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #4a5d70;
}

.trust-list {
    list-style: none;
    margin-top: 2rem;
}

.trust-list li {
    padding: 0.8rem 0 0.8rem 2rem;
    position: relative;
    font-size: 1.1rem;
    color: #2c3e50;
}

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

.testimonial-float {
    flex: 1;
    background: #fff7e6;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-40px);
}

.testimonial-float blockquote {
    border-left: none;
}

.testimonial-float p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3d4f60;
    font-style: italic;
}

.testimonial-float cite {
    display: block;
    margin-top: 1.5rem;
    font-style: normal;
    font-weight: 600;
    color: #5a6c7d;
}

/* Services Preview - Asymmetric Grid */
.services-preview {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.services-preview h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    color: #1a252f;
}

.services-grid-asymmetric {
    max-width: 1300px;
    margin: 0 auto 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-card {
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

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

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

.service-card.offset-right {
    transform: translateX(20px);
}

.service-card.offset-left {
    transform: translateX(-20px);
}

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

.service-card p {
    flex: 1;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 1.5rem;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2980b9;
    display: block;
    margin-bottom: 1rem;
}

/* Process Section - Asymmetric */
.process-section {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.process-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a252f;
}

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

.process-step {
    padding: 2rem 3rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.process-step.right-align {
    align-self: flex-end;
    max-width: 70%;
}

.process-step.left-align {
    align-self: flex-start;
    max-width: 70%;
}

.process-step.offset {
    transform: translateX(40px);
}

.step-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #3498db;
    display: block;
    margin-bottom: 0.5rem;
}

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

.process-step p {
    color: #5a6c7d;
    line-height: 1.6;
}

/* Urgency Section */
.urgency-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

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

.urgency-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.urgency-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.urgency-emphasis {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
}

/* Form Section - Offset Container */
.form-section {
    padding: 5rem 2rem;
    background: #f5f7fa;
}

.form-container-offset {
    max-width: 700px;
    margin: 0 auto;
    margin-left: 20%;
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.form-container-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a252f;
}

.form-intro {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin-bottom: 2rem;
}

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

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

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

.btn-submit {
    width: 100%;
    padding: 1rem 2rem;
    background: #2980b9;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #3498db;
}

/* CTA Buttons */
.cta-primary,
.cta-secondary,
.cta-primary-large {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-primary {
    background: #2980b9;
    color: white;
}

.cta-primary:hover {
    background: #3498db;
    color: white;
    transform: translateY(-2px);
}

.cta-primary-large {
    background: #27ae60;
    color: white;
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
}

.cta-primary-large:hover {
    background: #2ecc71;
    color: white;
    transform: translateY(-2px);
}

.cta-secondary {
    background: transparent;
    color: #2980b9;
    border: 2px solid #2980b9;
}

.cta-secondary:hover {
    background: #2980b9;
    color: white;
}

.cta-center {
    text-align: center;
    margin-top: 2rem;
}

/* Final Trust Section */
.final-trust {
    padding: 3rem 2rem;
    background: white;
}

.final-trust-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.final-trust-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.final-trust-content p {
    font-size: 1.1rem;
    color: #5a6c7d;
    line-height: 1.7;
}

/* Footer - Asymmetric */
.footer-asymmetric {
    background: #1a252f;
    color: white;
    padding: 3rem 2rem 1rem;
}

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

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

.footer-col p {
    color: #d5dce3;
    line-height: 1.6;
}

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

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

.footer-col a {
    color: #d5dce3;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #8a95a3;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.sticky-cta-button {
    display: block;
    background: #27ae60;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
    transition: all 0.3s ease;
}

.sticky-cta-button:hover {
    background: #2ecc71;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(39, 174, 96, 0.5);
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 37, 47, 0.98);
    color: white;
    padding: 1.5rem 2rem;
    z-index: 1001;
    display: none;
    backdrop-filter: blur(10px);
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    line-height: 1.5;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

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

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

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

.btn-reject {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-reject:hover {
    background: white;
    color: #1a252f;
}

/* Page Hero Offset */
.page-hero-offset {
    margin-top: 80px;
    padding: 4rem 2rem 3rem;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    text-align: center;
}

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

.hero-subtext {
    font-size: 1.3rem;
    opacity: 0.95;
}

/* Services Detailed Page */
.services-detailed {
    padding: 3rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-detail-block {
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.service-detail-block.left-heavy {
    flex-direction: row;
}

.service-detail-block.right-heavy {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
}

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

.service-info {
    flex: 1.5;
}

.service-info h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #1a252f;
}

.service-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a5d70;
    margin-bottom: 2rem;
}

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

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

.service-includes li {
    padding: 0.7rem 0 0.7rem 2rem;
    position: relative;
    color: #3d4f60;
}

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

.service-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e6ed;
}

.price-label {
    font-weight: 600;
    color: #2c3e50;
}

.price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2980b9;
}

.service-detail-block.centered-highlight {
    flex-direction: column;
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.service-info-full {
    width: 100%;
}

.service-desc-large {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 2rem;
}

.includes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.include-item {
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 250px;
}

.include-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.include-item p {
    color: #5a6c7d;
    line-height: 1.6;
}

.service-pricing-highlight {
    text-align: center;
    margin: 2rem 0;
    padding: 2rem;
    background: white;
    border-radius: 8px;
}

.price-amount-large {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: #2980b9;
    margin: 0.5rem 0;
}

.price-note {
    display: block;
    color: #5a6c7d;
    font-size: 0.95rem;
}

/* About Page Styles */
.about-intro {
    padding: 3rem 2rem;
}

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

.about-text-block {
    flex: 1.2;
}

.about-text-block h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a252f;
}

.about-text-block p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a5d70;
    margin-bottom: 1.2rem;
}

.about-image-offset {
    flex: 1;
    transform: translateY(-30px);
}

.about-image-offset img {
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.expertise-section {
    padding: 4rem 2rem;
    background: #f8f9fa;
}

.expertise-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a252f;
}

.expertise-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
}

.expertise-card {
    flex: 1;
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

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

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

.expertise-card p {
    line-height: 1.7;
    color: #5a6c7d;
}

.values-section {
    padding: 4rem 2rem;
}

.values-content {
    max-width: 1200px;
    margin: 0 auto;
}

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

.values-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.value-block {
    padding: 2rem 3rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.value-block.right {
    align-self: flex-end;
    max-width: 65%;
}

.value-block.left {
    align-self: flex-start;
    max-width: 65%;
}

.value-block.offset {
    transform: translateX(40px);
}

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

.value-block p {
    line-height: 1.7;
    color: #4a5d70;
}

.stats-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #2c3e50 0%, #3d4f60 100%);
    color: white;
}

.stats-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.stats-blocks {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.stat-block {
    flex: 1 1 calc(50% - 1rem);
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-block.offset-right {
    transform: translateY(30px);
}

.stat-big {
    font-size: 4rem;
    font-weight: 800;
    color: #3498db;
    line-height: 1;
}

.testimonials-section {
    padding: 4rem 2rem;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a252f;
}

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

.testimonial {
    background: #f8f9fa;
    padding: 2rem 2.5rem;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.testimonial.right-align {
    align-self: flex-end;
    max-width: 70%;
}

.testimonial.left-align {
    align-self: flex-start;
    max-width: 70%;
}

.testimonial.offset {
    transform: translateX(30px);
}

.testimonial p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3d4f60;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial cite {
    font-style: normal;
    font-weight: 600;
    color: #5a6c7d;
}

.mission-section {
    padding: 4rem 2rem;
    background: white;
}

.mission-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.mission-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a252f;
}

.mission-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a5d70;
    margin-bottom: 1.5rem;
}

/* Contact Page Styles */
.contact-info-section {
    padding: 3rem 2rem;
}

.contact-layout-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

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

.contact-item {
    margin-bottom: 2rem;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2980b9;
}

.contact-item p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a5d70;
}

.contact-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #fff7e6;
    border-radius: 8px;
}

.contact-map-placeholder {
    flex: 1;
}

.contact-map-placeholder img {
    border-radius: 8px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.map-caption {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #5a6c7d;
    text-align: center;
}

.contact-reasons {
    padding: 4rem 2rem;
    background: #f8f9fa;
}

.contact-reasons h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a252f;
}

.reasons-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
}

.reason-card {
    flex: 1;
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

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

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

.reason-card p {
    line-height: 1.7;
    color: #5a6c7d;
}

.faq-section {
    padding: 4rem 2rem;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a252f;
}

.faq-asymmetric {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item {
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.faq-item.offset {
    transform: translateX(40px);
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.faq-item p {
    line-height: 1.7;
    color: #5a6c7d;
}

/* Thanks Page Styles */
.thanks-section {
    margin-top: 80px;
    padding: 5rem 2rem;
    min-height: 70vh;
}

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

.thanks-content h1 {
    font-size: 3rem;
    color: #27ae60;
    margin-bottom: 1.5rem;
}

.thanks-message {
    font-size: 1.3rem;
    color: #4a5d70;
    margin-bottom: 2rem;
}

.thanks-details {
    margin: 2rem 0;
}

.selected-service {
    font-size: 1.1rem;
    padding: 1rem;
    background: #e8f8f5;
    border-radius: 8px;
    color: #2c3e50;
}

.next-steps {
    margin: 3rem 0;
    text-align: left;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.next-steps h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    text-align: center;
}

.steps-list {
    list-style-position: inside;
    margin-left: 1rem;
}

.steps-list li {
    padding: 0.8rem 0;
    font-size: 1.1rem;
    color: #4a5d70;
    line-height: 1.7;
}

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

.thanks-contact {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e6ed;
}

.thanks-contact p {
    margin-bottom: 0.5rem;
    color: #5a6c7d;
}

/* Legal Pages */
.legal-page {
    margin-top: 80px;
    padding: 3rem 2rem;
}

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

.legal-content h1 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    color: #1a252f;
}

.legal-updated {
    color: #5a6c7d;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.legal-content h2 {
    font-size: 2rem;
    margin: 2.5rem 0 1rem;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #3d4f60;
}

.legal-content p {
    line-height: 1.8;
    color: #4a5d70;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 2rem;
    line-height: 1.8;
    color: #4a5d70;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.legal-content a {
    color: #2980b9;
    text-decoration: underline;
}

/* CTA Sections */
.cta-final-services,
.cta-about,
.cta-contact {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    text-align: center;
}

.cta-final-services h2,
.cta-about h2,
.cta-contact h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-final-services p,
.cta-about p,
.cta-contact p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.pricing-transparency {
    padding: 3rem 2rem;
    background: #f8f9fa;
}

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

.transparency-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a252f;
}

.transparency-content p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a5d70;
    margin-bottom: 1rem;
}

.payment-info {
    margin-top: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
}

.payment-info p {
    margin-bottom: 0.8rem;
}

.analysis-includes {
    margin: 2rem 0;
}

.analysis-includes h3 {
    text-align: center;
    margin-bottom: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-asymmetric {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .hero-offset,
    .story-flow,
    .trust-content-asymmetric,
    .about-content-asymmetric,
    .contact-layout-asymmetric {
        flex-direction: column;
    }

    .hero-text-block {
        padding-left: 0;
    }

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

    .hero-image-offset {
        transform: translateY(0);
    }

    .stats-overlay {
        flex-direction: column;
        margin-left: 0;
    }

    .stat-card {
        transform: rotate(0) !important;
    }

    .story-block-left {
        transform: translateX(0);
    }

    .insight-cards {
        flex-direction: column;
    }

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

    .testimonial-float {
        transform: translateY(0);
    }

    .services-grid-asymmetric {
        flex-direction: column;
    }

    .service-card.large,
    .service-card.small {
        flex: 1 1 100%;
    }

    .service-card.offset-right,
    .service-card.offset-left {
        transform: translateX(0);
    }

    .process-step.right-align,
    .process-step.left-align,
    .value-block.right,
    .value-block.left,
    .testimonial.right-align,
    .testimonial.left-align {
        max-width: 100%;
    }

    .process-step.offset,
    .value-block.offset,
    .testimonial.offset,
    .faq-item.offset {
        transform: translateX(0);
    }

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

    .service-detail-block,
    .service-detail-block.left-heavy,
    .service-detail-block.right-heavy {
        flex-direction: column;
    }

    .includes-grid {
        flex-direction: column;
    }

    .include-item {
        flex: 1 1 100%;
    }

    .expertise-grid,
    .reasons-grid,
    .stats-blocks {
        flex-direction: column;
    }

    .stat-block.offset-right,
    .reason-card.offset-right,
    .expertise-card.offset-top {
        transform: translateY(0);
    }

    .about-image-offset {
        transform: translateY(0);
    }

    .sticky-cta {
        bottom: 10px;
        right: 10px;
    }

    .sticky-cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }

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

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