/* 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.7;
    color: #1a1a1a;
    background: #ffffff;
    overflow-x: hidden;
}

/* MINIMAL PREMIUM ARCHETYPE STYLES */

/* Navigation - Minimal Style */
.minimal-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.brand {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #1a1a1a;
    text-transform: uppercase;
}

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

.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

/* Hero - Large Typography and Space */
.hero-minimal {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 3rem 6rem;
    margin-top: 5rem;
}

.hero-content-wide {
    max-width: 1100px;
    margin: 0 auto;
}

.hero-title-large {
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 2.5rem;
}

.hero-subtitle-spaced {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 300;
    line-height: 1.6;
    max-width: 700px;
    color: #4a4a4a;
    letter-spacing: 0.01em;
}

/* Page Hero - Minimal */
.page-hero-minimal {
    padding: 12rem 3rem 6rem;
    text-align: left;
}

.page-hero-minimal h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

/* Intro Section - Narrow Content */
.intro-minimal {
    padding: 8rem 3rem;
}

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

.lead-text {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 300;
    line-height: 1.7;
    color: #2a2a2a;
}

/* Full Width Image Block */
.image-block-full {
    margin: 6rem 0;
}

.image-block-full img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
}

/* Story Section - Asymmetric Layout */
.story-section {
    padding: 10rem 3rem;
    background: #f9f9f9;
}

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

.story-left {
    flex: 1.2;
}

.story-right {
    flex: 1;
}

.section-title-minimal {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
}

.story-left p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #3a3a3a;
}

.story-right img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* CTA Inline Minimal */
.cta-inline-minimal {
    padding: 6rem 3rem;
    text-align: center;
}

.cta-link-large {
    font-size: 1.5rem;
    font-weight: 300;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #1a1a1a;
    transition: opacity 0.3s ease;
}

.cta-link-large:hover {
    opacity: 0.6;
}

/* Insight Section */
.insight-section-white {
    padding: 10rem 3rem;
    background: #ffffff;
}

.content-centered-wide {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.insight-title {
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 5rem;
    letter-spacing: -0.02em;
}

.insight-grid-minimal {
    display: flex;
    gap: 4rem;
    margin-top: 4rem;
}

.insight-card {
    flex: 1;
    text-align: left;
}

.insight-card h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

.insight-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
    font-weight: 300;
}

/* Testimonial Minimal */
.testimonial-minimal {
    padding: 8rem 3rem;
    background: #fafafa;
}

.testimonial-minimal blockquote {
    border: none;
    padding: 0;
}

.testimonial-minimal blockquote p {
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    line-height: 1.65;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 2rem;
    color: #2a2a2a;
}

.testimonial-minimal cite {
    font-size: 1rem;
    font-style: normal;
    color: #666;
    letter-spacing: 0.02em;
}

/* Services Section - Minimal Premium */
.services-minimal {
    padding: 10rem 3rem;
    background: #ffffff;
}

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

.services-title-minimal {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.services-intro {
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-bottom: 6rem;
    font-weight: 300;
}

.services-grid-minimal {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-card-premium {
    border: 1px solid #e0e0e0;
    padding: 4rem;
    background: #fafafa;
    transition: transform 0.3s ease;
}

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

.service-card-premium h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

.service-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.price-large {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

/* Buttons */
.btn-select-service,
.btn-primary,
.btn-secondary,
.btn-submit-large,
.btn-cta-outline,
.btn-service,
.btn-cta-large {
    padding: 1rem 2.5rem;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

.btn-select-service,
.btn-primary,
.btn-submit-large,
.btn-service,
.btn-cta-large {
    background: #1a1a1a;
    color: #ffffff;
    border: 1px solid #1a1a1a;
}

.btn-select-service:hover,
.btn-primary:hover,
.btn-submit-large:hover,
.btn-service:hover,
.btn-cta-large:hover {
    background: #333;
    border-color: #333;
}

.btn-secondary,
.btn-cta-outline {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.btn-secondary:hover,
.btn-cta-outline:hover {
    background: #1a1a1a;
    color: #ffffff;
}

/* Form Section */
.form-section-minimal {
    padding: 10rem 3rem;
    background: #f5f5f5;
}

.form-title-minimal {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.01em;
}

.form-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #5a5a5a;
    margin-bottom: 4rem;
    font-weight: 300;
}

.form-minimal {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    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: #1a1a1a;
}

.btn-submit-large {
    width: 100%;
    padding: 1.3rem;
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* Final CTA */
.final-cta-minimal {
    padding: 10rem 3rem;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

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

.final-cta-minimal h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.final-cta-minimal p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    font-weight: 300;
    color: #d0d0d0;
}

.final-cta-minimal .btn-cta-outline {
    border-color: #ffffff;
    color: #ffffff;
}

.final-cta-minimal .btn-cta-outline:hover {
    background: #ffffff;
    color: #1a1a1a;
}

/* Footer Minimal */
.footer-minimal {
    background: #0a0a0a;
    color: #a0a0a0;
    padding: 4rem 3rem 2rem;
}

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

.footer-brand {
    margin-bottom: 3rem;
}

.footer-brand p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-tagline {
    font-size: 0.9rem !important;
    color: #707070 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    margin-top: 0.5rem !important;
}

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

.footer-links a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #2a2a2a;
    padding-top: 2rem;
    font-size: 0.85rem;
}

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

.sticky-btn {
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.2rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
}

.sticky-btn:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

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

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

.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;
    font-size: 0.95rem;
}

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

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

.about-story {
    padding: 8rem 3rem;
    background: #fafafa;
}

.story-block {
    margin-bottom: 6rem;
}

.story-block:last-child {
    margin-bottom: 0;
}

.story-block h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}

.story-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.about-image-full {
    margin: 4rem 0;
}

.about-image-full img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.about-values {
    padding: 10rem 3rem;
}

.values-grid {
    display: flex;
    gap: 3rem;
    margin-top: 4rem;
}

.value-item {
    flex: 1;
}

.value-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.value-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
    font-weight: 300;
}

.about-team {
    padding: 8rem 3rem;
    background: #f9f9f9;
}

.about-team h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    letter-spacing: -0.01em;
}

.about-team p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1.8rem;
    font-weight: 300;
}

.cta-about {
    padding: 10rem 3rem;
    text-align: center;
}

.cta-about h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.cta-about p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: #5a5a5a;
}

/* Services Page Styles */
.services-detail {
    padding: 6rem 3rem;
}

.service-detail-card {
    display: flex;
    gap: 5rem;
    align-items: center;
    margin-bottom: 8rem;
    padding-bottom: 8rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-detail-card:last-child {
    border-bottom: none;
}

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

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

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

.service-tagline {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 1.5rem;
    font-style: italic;
    font-weight: 300;
}

.service-description {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #3a3a3a;
}

.service-detail-content h3 {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 2.5rem 0 1.5rem;
}

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

.service-includes li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.6;
}

.service-includes li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
}

.price-detail {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 2rem 0 0.5rem;
}

.service-duration {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.service-detail-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.services-comparison {
    padding: 8rem 3rem;
    background: #f9f9f9;
}

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

.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 3rem;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.comparison-table thead {
    background: #1a1a1a;
    color: #ffffff;
}

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

.comparison-table th {
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.comparison-table td {
    font-size: 1rem;
}

.services-cta {
    padding: 10rem 3rem;
    text-align: center;
}

.services-cta h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.services-cta p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: #5a5a5a;
}

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

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

.contact-block {
    flex: 1;
    min-width: 280px;
}

.contact-block h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.contact-block p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.contact-block a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

.contact-note {
    font-size: 0.95rem !important;
    color: #666 !important;
    margin-top: 1rem !important;
    font-style: italic;
}

.contact-map {
    padding: 6rem 3rem;
    background: #fafafa;
}

.contact-map h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.map-placeholder {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background: rgba(26, 26, 26, 0.9);
    color: #ffffff;
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
}

.contact-faq {
    padding: 8rem 3rem;
}

.faq-item {
    margin-bottom: 3rem;
}

.faq-item h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-cta {
    padding: 10rem 3rem;
    text-align: center;
    background: #f5f5f5;
}

.contact-cta h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.contact-cta p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: #5a5a5a;
}

/* Thanks Page Styles */
.thanks-hero {
    padding: 12rem 3rem 10rem;
    background: #fafafa;
}

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

.thanks-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.thanks-message {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 3rem;
    font-weight: 300;
}

.thanks-info {
    background: #ffffff;
    padding: 2.5rem;
    margin: 3rem 0;
    border: 1px solid #e0e0e0;
}

.thanks-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.selected-service-display {
    font-weight: 400 !important;
    margin-top: 1.5rem !important;
}

.thanks-next-steps {
    margin: 5rem 0;
    text-align: left;
}

.thanks-next-steps h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
}

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

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

.step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #1a1a1a;
    border-radius: 50%;
    line-height: 46px;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.step-item h3 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.step-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #5a5a5a;
}

.thanks-contact {
    margin: 4rem 0;
    padding: 2.5rem;
    background: #f5f5f5;
}

.thanks-contact h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.thanks-contact p {
    font-size: 1.05rem;
}

.thanks-contact a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

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

.thanks-testimonial {
    padding: 8rem 3rem;
}

/* Legal Pages */
.legal-page {
    padding: 10rem 3rem 8rem;
}

.legal-page h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.legal-updated {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 4rem;
}

.legal-page h2 {
    font-size: 2rem;
    font-weight: 400;
    margin: 3.5rem 0 1.5rem;
    letter-spacing: -0.01em;
}

.legal-page h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 2.5rem 0 1rem;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

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

.legal-page li {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.legal-page a {
    color: #1a1a1a;
    text-decoration: underline;
}

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

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

.gdpr-table th,
.cookies-table th {
    background: #f5f5f5;
    font-weight: 400;
}

.cookie-control {
    margin: 4rem 0;
    padding: 3rem;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.cookie-control h2 {
    margin-top: 0 !important;
}

.cookie-preferences {
    margin: 2rem 0;
}

.cookie-pref-item {
    margin-bottom: 1.5rem;
}

.cookie-pref-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.05rem;
}

.cookie-pref-item input[type="checkbox"] {
    margin-right: 1rem;
    width: 20px;
    height: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .content-asymmetric {
        flex-direction: column;
        gap: 4rem;
    }

    .insight-grid-minimal {
        flex-direction: column;
        gap: 3rem;
    }

    .values-grid {
        flex-direction: column;
        gap: 2.5rem;
    }

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

    .steps-grid {
        flex-direction: column;
        gap: 2rem;
    }

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

@media (max-width: 768px) {
    .nav-container {
        padding: 1.5rem 2rem;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

    .hero-minimal {
        min-height: 70vh;
        padding: 6rem 2rem 4rem;
    }

    .page-hero-minimal {
        padding: 10rem 2rem 4rem;
    }

    .story-section,
    .insight-section-white,
    .services-minimal,
    .form-section-minimal,
    .final-cta-minimal,
    .about-story,
    .about-values,
    .services-detail,
    .services-comparison,
    .contact-info,
    .contact-faq,
    .legal-page {
        padding: 6rem 2rem;
    }

    .intro-minimal {
        padding: 5rem 2rem;
    }

    .image-block-full img {
        height: 50vh;
    }

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

    .sticky-btn {
        padding: 1rem 1.5rem;
        font-size: 0.85rem;
    }

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

    .cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .cookie-actions button {
        width: 100%;
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 1rem 0.8rem;
    }

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

    .thanks-actions .btn-primary,
    .thanks-actions .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.75rem;
    }

    .brand {
        font-size: 0.95rem;
    }

    .service-card-premium {
        padding: 2.5rem;
    }

    .price-large {
        font-size: 2rem;
    }

    .comparison-table {
        font-size: 0.8rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.8rem 0.5rem;
    }
}
