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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
}

h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1.2rem;
}

a {
    color: #2859a8;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3d6f;
}

ul, ol {
    margin-bottom: 1.2rem;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

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

/* Container Utilities */
.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f8f8f8;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    color: #666;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

/* Magazine Navigation */
.magazine-nav {
    background-color: #ffffff;
    border-bottom: 2px solid #1a1a1a;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

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

.nav-logo {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: lowercase;
    letter-spacing: -1px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
}

.nav-menu li a {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #2c2c2c;
    text-transform: none;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.nav-menu li a:hover {
    color: #2859a8;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background-color: #1a1a1a;
    display: block;
    transition: all 0.3s ease;
}

/* Hero Editorial */
.hero-editorial {
    min-height: 65vh;
    background: linear-gradient(135deg, #1a3d6f 0%, #2859a8 100%);
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    position: relative;
}

.hero-overlay {
    width: 100%;
}

.hero-content-narrow {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.hero-label {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-editorial h1 {
    color: #ffffff;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-intro {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

/* Buttons */
.btn-primary, .btn-secondary, .btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background-color: #ffffff;
    color: #2859a8;
}

.btn-primary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-secondary {
    background-color: transparent;
    color: #2859a8;
    border: 2px solid #2859a8;
}

.btn-secondary:hover {
    background-color: #2859a8;
    color: #ffffff;
}

.btn-submit {
    background-color: #2859a8;
    color: #ffffff;
    width: 100%;
}

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

/* Magazine Grid Layout */
.magazine-grid {
    display: flex;
    gap: 4rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.main-column {
    flex: 2;
    min-width: 300px;
}

.sidebar-column {
    flex: 1;
    min-width: 280px;
}

.left-visual {
    flex: 1;
    min-width: 300px;
}

.right-content {
    flex: 2;
    min-width: 300px;
}

/* Magazine Intro Section */
.magazine-intro {
    padding: 5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.inline-quote {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5;
    margin: 2.5rem 0;
    padding: 1.5rem 0;
    border-left: 4px solid #2859a8;
    padding-left: 2rem;
    color: #1a3d6f;
    font-family: 'Georgia', serif;
}

/* Insight Card */
.insight-card, .stats-card {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
}

.insight-card h3, .stats-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
}

.insight-list {
    list-style: none;
    padding: 0;
}

.insight-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.values-list strong {
    color: #2859a8;
    display: block;
    margin-bottom: 0.3rem;
}

/* Case Section */
.case-section {
    padding: 5rem 2rem;
}

.dark-bg {
    background-color: #1a1a1a;
    color: #ffffff;
}

.dark-bg h2, .dark-bg h3 {
    color: #ffffff;
}

.section-header-center {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    font-family: 'Georgia', serif;
}

.case-grid {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.case-card {
    flex: 1;
    min-width: 300px;
    background-color: #2c2c2c;
    padding: 2.5rem;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.case-card:hover {
    transform: translateY(-5px);
}

.case-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Insight Deep Section */
.insight-deep {
    padding: 5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.visual-box {
    background-color: #f0f4f8;
    padding: 3rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

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

.stat-number {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    color: #2859a8;
    margin-bottom: 1rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.stat-label {
    display: block;
    font-size: 1rem;
    color: #666;
    max-width: 250px;
    font-family: 'Helvetica Neue', sans-serif;
}

.problem-list {
    margin-top: 2rem;
}

.problem-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.problem-item:last-child {
    border-bottom: none;
}

.problem-item h4 {
    color: #2859a8;
    margin-bottom: 0.8rem;
}

/* Methodology Section */
.methodology-section {
    padding: 5rem 2rem;
    background-color: #f8f9fa;
}

.section-title-center {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.intro-text {
    text-align: center;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    color: #666;
}

.method-steps {
    margin-top: 3rem;
}

.step-block {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: flex-start;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e0e0e0;
    font-family: 'Helvetica Neue', sans-serif;
    flex-shrink: 0;
    width: 80px;
}

.step-block h3 {
    margin-bottom: 0.8rem;
}

.cta-inline {
    text-align: center;
    margin-top: 4rem;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 8px;
}

.cta-inline p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

/* Testimonials Section */
.testimonials-flow {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.section-title-left {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.testimonials-masonry {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 320px;
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 8px;
    border-left: 4px solid #2859a8;
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.testimonial-author strong {
    font-family: 'Helvetica Neue', sans-serif;
    color: #1a1a1a;
}

.testimonial-author span {
    font-size: 0.95rem;
    color: #666;
    font-family: 'Helvetica Neue', sans-serif;
}

/* Value Reveal Section */
.value-reveal {
    padding: 5rem 2rem;
    background-color: #f0f4f8;
}

.benefits-layout {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
}

.benefit-major {
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
    border-left: 5px solid #2859a8;
}

.benefit-major h3 {
    color: #2859a8;
    margin-bottom: 1rem;
}

/* Services Preview Section */
.services-preview {
    padding: 5rem 2rem;
}

.light-bg {
    background-color: #f8f9fa;
}

.services-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-header h2 {
    margin-bottom: 1rem;
}

.services-header p {
    font-size: 1.1rem;
    color: #666;
}

.services-cards {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.service-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    border-color: #2859a8;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.service-card.featured {
    border-color: #2859a8;
    background-color: #f0f4f8;
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background-color: #2859a8;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-card p {
    flex-grow: 1;
    margin-bottom: 1.5rem;
    color: #555;
}

.price-tag {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #2859a8;
    margin-bottom: 1.5rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.btn-service {
    background-color: #2859a8;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

/* Form Section */
.form-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
}

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

.form-intro h2 {
    margin-bottom: 1rem;
}

.form-intro p {
    color: #666;
    font-size: 1.1rem;
}

.contact-form {
    background-color: #f8f9fa;
    padding: 3rem;
    border-radius: 8px;
}

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

.form-group label {
    display: block;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Georgia', serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

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

/* Final Message Section */
.final-message {
    padding: 5rem 2rem;
    background-color: #f0f4f8;
}

/* Footer */
.site-footer {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 4rem 2rem 2rem;
}

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

.footer-main {
    display: flex;
    gap: 4rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.footer-brand {
    flex: 1;
    min-width: 280px;
}

.footer-brand h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #999;
    line-height: 1.6;
}

.footer-links {
    flex: 2;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

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

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

.footer-column ul {
    list-style: none;
    padding: 0;
}

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

.footer-column ul li a {
    color: #999;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    background-color: #2c2c2c;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #999;
}

.footer-disclaimer strong {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
}

.footer-bottom p {
    color: #666;
    font-size: 0.9rem;
    font-family: 'Helvetica Neue', sans-serif;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    display: none;
}

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

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

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

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #2859a8;
    color: #ffffff;
}

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

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

.btn-cookie-reject:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #2859a8;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(40, 89, 168, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
}

.sticky-cta:hover {
    background-color: #1a3d6f;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(40, 89, 168, 0.5);
}

/* Page Hero */
.page-hero {
    background: linear-gradient(135deg, #1a3d6f 0%, #2859a8 100%);
    padding: 5rem 2rem 4rem;
    color: #ffffff;
    text-align: center;
}

.page-hero h1 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* About Story Section */
.about-story {
    padding: 5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Team Section */
.team-section {
    padding: 5rem 2rem;
}

.section-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.team-grid {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.team-member {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.member-role {
    color: #2859a8;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* Approach Section */
.approach-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.approach-blocks {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.approach-item {
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #2859a8;
}

.approach-item h3 {
    color: #2859a8;
    margin-bottom: 1rem;
}

/* CTA Section */
.cta-section {
    padding: 5rem 2rem;
    text-align: center;
}

.cta-section h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.cta-section p {
    color: #cccccc;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* Services Detailed */
.services-detailed {
    padding: 3rem 0;
}

.service-detail {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 3rem;
    margin-bottom: 3rem;
    border: 2px solid #e0e0e0;
    position: relative;
}

.service-detail.featured-service {
    border-color: #2859a8;
    background-color: #f0f4f8;
}

.popular-label {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2859a8;
    color: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 25px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.service-title-block h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.service-tagline {
    color: #666;
    font-size: 1rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.service-price-block {
    text-align: right;
}

.price-main {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2859a8;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 1;
}

.price-note {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.service-description {
    margin-bottom: 2rem;
}

.service-description h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2859a8;
}

.service-list {
    padding-left: 1.5rem;
}

.service-list li {
    margin-bottom: 0.8rem;
}

.service-cta {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.btn-service-main {
    background-color: #2859a8;
    color: #ffffff;
    padding: 1.2rem 3rem;
    border: none;
    border-radius: 4px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-service-main:hover {
    background-color: #1a3d6f;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Comparison Section */
.comparison-section {
    padding: 5rem 2rem;
}

.comparison-table {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 3rem;
}

.comparison-header {
    display: flex;
    background-color: #2859a8;
    color: #ffffff;
}

.compare-item {
    flex: 1;
    padding: 2rem;
    text-align: center;
}

.compare-item h3 {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.compare-item p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.comparison-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.compare-label {
    flex: 1;
    padding: 1.5rem;
    font-weight: 600;
    background-color: #f8f9fa;
}

.compare-value {
    flex: 1;
    padding: 1.5rem;
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
}

.decision-help {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background-color: #f0f4f8;
    border-radius: 8px;
}

.decision-help p {
    margin-bottom: 1.5rem;
}

/* FAQ Section */
.faq-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.faq-list {
    margin-top: 3rem;
}

.faq-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    color: #2859a8;
    margin-bottom: 1rem;
}

/* Final CTA Section */
.final-cta-section {
    padding: 5rem 2rem;
}

.final-cta-section h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
}

.final-cta-section > div > p {
    color: #cccccc;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

/* Contact Content */
.contact-content {
    padding: 4rem 2rem;
}

.contact-grid {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 320px;
}

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

.contact-block h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2859a8;
}

.email-display {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    color: #1a1a1a;
    padding: 0.5rem 0;
}

.email-note, .hours-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 0.5rem;
}

.contact-topics {
    list-style: none;
    padding: 0;
}

.contact-topics li {
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.contact-topics li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2859a8;
}

.contact-form-wrapper {
    flex: 1;
    min-width: 320px;
}

.contact-form-wrapper h2 {
    margin-bottom: 1rem;
}

.contact-form-wrapper > p {
    color: #666;
    margin-bottom: 2rem;
}

/* Location Info */
.location-info {
    padding: 4rem 2rem;
}

/* Response Info */
.response-info {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

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

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

.step-num {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2859a8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Helvetica Neue', sans-serif;
}

.step-content h3 {
    margin-bottom: 0.8rem;
}

.step-content p {
    color: #666;
}

/* Thanks Page */
.thanks-hero {
    padding: 5rem 2rem;
    background-color: #f8f9fa;
}

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

.thanks-content h1 {
    color: #2859a8;
    margin-bottom: 1rem;
}

.thanks-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
}

.thanks-message {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    margin-bottom: 3rem;
    text-align: left;
    border: 2px solid #2859a8;
}

.thanks-next {
    margin-bottom: 3rem;
}

.thanks-next h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.next-steps {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.next-step {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.next-step h3 {
    color: #2859a8;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.next-step p {
    color: #666;
    font-size: 0.95rem;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* While Waiting */
.while-waiting {
    padding: 5rem 2rem;
}

.waiting-tips {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.tip-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #2859a8;
}

.tip-card h3 {
    color: #2859a8;
    margin-bottom: 1rem;
}

/* Thanks Testimonial */
.thanks-testimonial {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.large-quote {
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.5;
    color: #2c2c2c;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    font-family: 'Georgia', serif;
}

.quote-author {
    text-align: center;
    color: #666;
}

/* Legal Pages */
.legal-page {
    padding: 5rem 2rem;
}

.legal-intro {
    font-size: 1rem;
    color: #666;
    font-style: italic;
    margin-bottom: 3rem;
}

.legal-content {
    line-height: 1.8;
}

.legal-content h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #2859a8;
}

.legal-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a3d6f;
}

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

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

.legal-content strong {
    color: #2859a8;
}

.legal-content code {
    background-color: #f8f9fa;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

/* Stats Card */
.stat-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.stat-item:last-child {
    border-bottom: none;
}

.stat-item .number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2859a8;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.stat-item .label {
    display: block;
    font-size: 0.95rem;
    color: #666;
}

/* Services Intro */
.services-intro {
    padding: 3rem 2rem;
    background-color: #f8f9fa;
}

.intro-large {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #2c2c2c;
    text-align: center;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        padding: 2rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-toggle {
        display: flex;
    }

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

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

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

    .step-block {
        flex-direction: column;
        gap: 1rem;
    }

    .step-number {
        width: 60px;
    }

    .testimonials-masonry {
        flex-direction: column;
    }

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

    .service-header {
        flex-direction: column;
    }

    .service-price-block {
        text-align: left;
    }

    .comparison-header,
    .comparison-row {
        flex-direction: column;
    }

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

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

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem;
    }

    .footer-main {
        flex-direction: column;
    }

    .footer-links {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 1.8rem;
    }

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

    .container-wide,
    .container-narrow {
        padding: 0 1.5rem;
    }

    .btn-primary,
    .btn-secondary,
    .btn-submit {
        padding: 0.9rem 1.8rem;
    }

    .service-card,
    .contact-form {
        padding: 1.5rem;
    }
}
