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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

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

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1d4ed8;
}

/* Ad Disclosure */
.ad-disclosure {
    background: #fef3c7;
    color: #92400e;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-bottom: 1px solid #fbbf24;
}

/* Navigation */
.nav-minimal {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

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

.nav-links a:hover,
.nav-links a.active {
    color: #2563eb;
}

/* Hero Sections */
.hero-scroll {
    padding: 3rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content {
    margin-bottom: 2rem;
}

.hero-content h1 {
    font-size: 2rem;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 800;
}

.hero-subtext {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
}

.hero-visual img {
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Story and Content Sections */
.story-intro {
    background: #f9fafb;
    padding: 4rem 1.5rem;
}

.narrow-content {
    max-width: 700px;
    margin: 0 auto;
}

.lead-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.narrow-content p {
    margin-bottom: 1.25rem;
    font-size: 1.0625rem;
    color: #374151;
}

/* Problem Amplification Section */
.problem-amplification {
    padding: 4rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.split-visual {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.split-content h2 {
    font-size: 1.875rem;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 700;
}

.split-content p {
    margin-bottom: 1.25rem;
    color: #4b5563;
    line-height: 1.7;
}

.highlight-box {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    padding: 1.5rem;
    margin-top: 2rem;
    font-size: 1.0625rem;
}

.highlight-box strong {
    color: #1e40af;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.split-image img {
    border-radius: 0.5rem;
    width: 100%;
}

/* Insight Section */
.insight-reveal {
    background: #ffffff;
    padding: 4rem 1.5rem;
}

.centered-block {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.centered-block h2 {
    font-size: 2rem;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 700;
}

.section-intro {
    font-size: 1.0625rem;
    color: #6b7280;
    line-height: 1.7;
}

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

.insight-card {
    background: #f9fafb;
    padding: 2rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}

.insight-card h3 {
    font-size: 1.25rem;
    color: #111827;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.insight-card p {
    color: #4b5563;
    line-height: 1.6;
}

/* Trust Building Section */
.trust-building {
    background: #f3f4f6;
    padding: 4rem 1.5rem;
}

.process-flow {
    max-width: 900px;
    margin: 3rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.process-step {
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.process-step h3 {
    font-size: 1.25rem;
    color: #111827;
    font-weight: 600;
}

.process-step p {
    color: #6b7280;
    line-height: 1.6;
}

/* Testimonials */
.testimonials-inline {
    padding: 4rem 1.5rem;
    background: #fefce8;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.testimonial {
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.quote {
    font-size: 1.0625rem;
    color: #374151;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.author {
    font-weight: 600;
    color: #6b7280;
    font-size: 0.9375rem;
}

/* Benefits Section */
.benefits-reveal {
    padding: 4rem 1.5rem;
    background: #ffffff;
}

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

.benefit-large,
.benefit-small {
    padding: 2.5rem;
    border-radius: 0.5rem;
    background: #f9fafb;
    border-left: 5px solid #2563eb;
}

.benefit-large h3,
.benefit-small h3 {
    font-size: 1.375rem;
    color: #111827;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.benefit-large p,
.benefit-small p {
    color: #4b5563;
    line-height: 1.7;
}

/* CTA Sections */
.cta-block-primary {
    background: #1e40af;
    padding: 3rem 1.5rem;
    text-align: center;
}

.cta-content h2 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content p {
    color: #dbeafe;
    font-size: 1.0625rem;
}

/* Services Selection */
.services-selection {
    padding: 3rem 1.5rem;
    background: #f9fafb;
}

.service-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.service-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.5rem;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}

.service-card.featured {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #2563eb;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.service-card h3 {
    font-size: 1.375rem;
    color: #111827;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.service-card p {
    color: #6b7280;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.service-price {
    font-size: 1.875rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 1rem;
}

.select-service {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.select-service:hover {
    background: #1d4ed8;
}

/* Form Section */
.form-section {
    padding: 4rem 1.5rem;
    background: #f3f4f6;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 1.875rem;
    color: #111827;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.form-intro {
    color: #6b7280;
    margin-bottom: 2rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

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

.form-checkbox {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.form-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    cursor: pointer;
}

.form-checkbox label {
    font-size: 0.9375rem;
    color: #4b5563;
    cursor: pointer;
}

.btn-primary {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-secondary {
    padding: 0.875rem 1.5rem;
    background: #ffffff;
    color: #2563eb;
    border: 2px solid #2563eb;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #eff6ff;
}

/* Final CTA */
.final-cta {
    padding: 4rem 1.5rem;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    text-align: center;
}

.final-cta-content h2 {
    color: #ffffff;
    font-size: 1.875rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.final-cta-content p {
    color: #dbeafe;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 90;
    display: flex;
    justify-content: center;
}

.sticky-cta button {
    padding: 0.875rem 2rem;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.sticky-cta button:hover {
    background: #1d4ed8;
}

/* Footer */
.main-footer {
    background: #111827;
    color: #d1d5db;
    padding: 3rem 1.5rem 1rem;
}

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section p {
    line-height: 1.7;
    color: #9ca3af;
}

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

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

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background: #1f2937;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #9ca3af;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #6b7280;
    font-size: 0.875rem;
}

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

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cookie-content p {
    line-height: 1.6;
    font-size: 0.9375rem;
}

.cookie-content a {
    color: #60a5fa;
}

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

.cookie-buttons button {
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-buttons button:first-child {
    background: #2563eb;
    color: #ffffff;
}

.cookie-buttons button:first-child:hover {
    background: #1d4ed8;
}

/* Page Hero */
.page-hero {
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    text-align: center;
    color: #ffffff;
}

.page-hero h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

/* About Page Styles */
.about-story {
    padding: 4rem 1.5rem;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.story-block,
.approach-block,
.results-block,
.team-block {
    max-width: 800px;
    margin: 0 auto;
}

.story-block h2,
.approach-block h2,
.results-block h2,
.team-block h2,
.values-block h2 {
    font-size: 1.875rem;
    color: #111827;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.story-block p,
.approach-block p,
.results-block p,
.team-block p {
    color: #4b5563;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.image-block {
    max-width: 900px;
    margin: 0 auto;
}

.image-block img {
    width: 100%;
    border-radius: 0.5rem;
}

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

.value-item {
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 0.5rem;
    border-left: 4px solid #2563eb;
}

.value-item h3 {
    font-size: 1.25rem;
    color: #111827;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.value-item p {
    color: #6b7280;
    line-height: 1.6;
}

.approach-list {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #4b5563;
    line-height: 1.8;
}

.stats-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: #eff6ff;
    border-radius: 0.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #4b5563;
    font-size: 1rem;
}

.cta-section {
    padding: 4rem 1.5rem;
    background: #f9fafb;
    text-align: center;
}

.cta-section h2 {
    font-size: 1.875rem;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-section p {
    color: #6b7280;
    margin-bottom: 2rem;
    font-size: 1.0625rem;
}

/* Services Page Styles */
.services-detailed {
    padding: 3rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-detail-card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-content {
    position: relative;
}

.service-content h2 {
    font-size: 1.75rem;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-price-tag {
    display: inline-block;
    background: #eff6ff;
    color: #1e40af;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.popular-badge {
    background: #dcfce7;
    color: #166534;
    padding: 0.375rem 0.875rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.service-description {
    color: #6b7280;
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-content h3 {
    font-size: 1.125rem;
    color: #111827;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
}

.service-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-features li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.75rem;
    color: #4b5563;
    line-height: 1.6;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 700;
}

.service-benefit {
    background: #fef3c7;
    padding: 1rem;
    border-radius: 0.375rem;
    color: #92400e;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.service-image img {
    width: 100%;
    border-radius: 0.5rem;
}

.packages-section {
    padding: 4rem 1.5rem;
    background: #f3f4f6;
}

.packages-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.packages-intro h2 {
    font-size: 2rem;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 700;
}

.packages-intro p {
    color: #6b7280;
    font-size: 1.0625rem;
}

.packages-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.package-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}

.package-card.featured {
    border: 2px solid #2563eb;
}

.package-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #2563eb;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.package-card h3 {
    font-size: 1.5rem;
    color: #111827;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.package-includes {
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.package-price {
    margin-bottom: 1.5rem;
}

.original-price {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 1.125rem;
    margin-right: 0.75rem;
}

.package-price-final {
    color: #2563eb;
    font-size: 2rem;
    font-weight: 700;
}

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

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-info {
    background: #f9fafb;
    padding: 2rem;
    border-radius: 0.5rem;
}

.contact-info h2 {
    font-size: 1.875rem;
    color: #111827;
    margin-bottom: 2rem;
    font-weight: 700;
}

.info-block {
    margin-bottom: 2rem;
}

.info-block h3 {
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.info-block p {
    color: #4b5563;
    line-height: 1.7;
}

.contact-map {
    position: relative;
}

.contact-map img {
    width: 100%;
    border-radius: 0.5rem;
}

.map-caption {
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.9375rem;
    font-style: italic;
}

.faq-section {
    padding: 4rem 1.5rem;
    background: #f9fafb;
}

.faq-section h2 {
    font-size: 2rem;
    color: #111827;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

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

.faq-item {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.faq-item p {
    color: #4b5563;
    line-height: 1.7;
}

/* Thanks Page Styles */
.thanks-hero {
    padding: 4rem 1.5rem;
    text-align: center;
}

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

.success-icon {
    width: 80px;
    height: 80px;
    background: #10b981;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem;
}

.thanks-content h1 {
    font-size: 2.25rem;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 800;
}

.thanks-message {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.selected-service-info {
    background: #eff6ff;
    padding: 1rem;
    border-radius: 0.375rem;
    color: #1e40af;
    margin-bottom: 2rem;
}

.next-steps {
    margin: 3rem 0;
}

.next-steps h2 {
    font-size: 1.875rem;
    color: #111827;
    margin-bottom: 2rem;
    font-weight: 700;
}

.steps-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: left;
}

.step {
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 0.5rem;
}

.step-icon {
    width: 40px;
    height: 40px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 1rem;
}

.step h3 {
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.step p {
    color: #6b7280;
    line-height: 1.6;
}

.thanks-info-box {
    background: #fef3c7;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: left;
    margin: 2rem 0;
}

.thanks-info-box h3 {
    font-size: 1.125rem;
    color: #92400e;
    margin-bottom: 1rem;
    font-weight: 600;
}

.thanks-info-box ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: #78350f;
    line-height: 1.8;
}

.thanks-info-box em {
    color: #92400e;
    font-size: 0.9375rem;
}

.thanks-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.additional-resources {
    padding: 4rem 1.5rem;
    background: #f9fafb;
}

.additional-resources h2 {
    font-size: 1.875rem;
    color: #111827;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
}

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

.resource-card {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.resource-card h3 {
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.resource-card p {
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.resource-card a {
    color: #2563eb;
    font-weight: 600;
}

/* Legal Pages */
.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.legal-page h1 {
    font-size: 2.25rem;
    color: #111827;
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.last-updated {
    color: #6b7280;
    margin-bottom: 2rem;
    font-size: 0.9375rem;
}

.legal-content h2 {
    font-size: 1.5rem;
    color: #111827;
    margin: 2rem 0 1rem;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 1.25rem;
    color: #111827;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
}

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

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

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

/* Tablet Styles */
@media (min-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .split-visual {
        flex-direction: row;
        align-items: center;
    }

    .split-content {
        flex: 1;
    }

    .split-image {
        flex: 1;
    }

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

    .three-column-cards {
        flex-direction: row;
    }

    .testimonial-row {
        flex-direction: row;
    }

    .benefits-asymmetric {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .benefit-large {
        flex: 1 1 100%;
    }

    .benefit-small {
        flex: 1 1 calc(50% - 1rem);
    }

    .service-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

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

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

    .service-content,
    .service-image {
        flex: 1;
    }

    .packages-grid {
        flex-direction: row;
    }

    .package-card {
        flex: 1;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .contact-layout {
        flex-direction: row;
    }

    .contact-info {
        flex: 1;
    }

    .contact-map {
        flex: 1;
    }

    .faq-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .faq-item {
        flex: 1 1 calc(50% - 0.75rem);
    }

    .stats-row {
        flex-direction: row;
    }

    .steps-grid {
        flex-direction: row;
    }

    .resources-grid {
        flex-direction: row;
    }

    .thanks-actions {
        flex-direction: row;
        justify-content: center;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .hero-content h1 {
        font-size: 3rem;
    }

    .service-grid {
        flex-direction: row;
    }

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

    .values-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .value-item {
        flex: 1 1 calc(50% - 0.75rem);
    }
}