* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container-fluid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

.container-wide {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-split {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
}

.split-left,
.split-right {
    flex: 1;
    min-width: 300px;
}

.header-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.brand a {
    color: #2c3e50;
}

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

.nav-minimal a {
    color: #555;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-minimal a:hover,
.nav-minimal a.active {
    color: #2c3e50;
}

.ad-label {
    font-size: 0.75rem;
    color: #888;
    padding: 0.25rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.hero-immersive {
    position: relative;
    min-height: 85vh;
    margin-top: 60px;
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
}

.hero-image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-image-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3rem 2rem;
}

.hero-content-offset {
    max-width: 700px;
    margin-left: 8%;
    color: #ffffff;
}

.hero-content-offset h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-content-offset p {
    font-size: 1.3rem;
    opacity: 0.9;
}

.story-intro {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.story-lead {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: #333;
}

.story-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #555;
}

.problem-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.problem-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: #2c3e50;
}

.problem-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #555;
}

.split-left img {
    width: 100%;
    border-radius: 8px;
    background-color: #e8e8e8;
}

.insight-block {
    padding: 5rem 0;
    background-color: #2c3e50;
    color: #ffffff;
}

.insight-block h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.insight-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.insight-list {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 2rem 0;
}

.insight-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.trust-visual {
    padding: 5rem 0;
    background-color: #f4f4f4;
}

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

.trust-card {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.trust-card img {
    width: 100%;
    height: 220px;
    background-color: #e0e0e0;
}

.trust-card-content {
    padding: 1.5rem;
}

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

.trust-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

.testimonials-inline {
    padding: 5rem 0;
    background-color: #ffffff;
}

.testimonial-large {
    font-size: 1.3rem;
    line-height: 1.8;
    font-style: italic;
    color: #444;
    margin-bottom: 3rem;
    padding: 2rem;
    border-left: 4px solid #2c3e50;
    background-color: #f9f9f9;
}

.testimonial-large cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 1rem;
    color: #888;
}

.benefits-reveal {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.section-heading-center {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.benefits-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.benefit-large {
    flex: 2;
    min-width: 300px;
    padding: 2.5rem;
    background-color: #2c3e50;
    color: #ffffff;
    border-radius: 8px;
}

.benefit-small {
    flex: 1;
    min-width: 250px;
    padding: 2rem;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.benefit-large h3,
.benefit-small h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.benefit-large p,
.benefit-small p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.benefit-small h3 {
    color: #2c3e50;
}

.benefit-small p {
    color: #555;
}

.offer-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.offer-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.offer-intro {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 3rem;
}

.service-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-card {
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.service-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: #2c3e50;
    color: #ffffff;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-card-header h3 {
    font-size: 1.8rem;
    margin: 0;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
}

.service-card img {
    width: 100%;
    height: 350px;
    background-color: #d0d0d0;
}

.service-card-body {
    padding: 2rem;
}

.service-card-body p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #555;
}

.service-card-body ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.service-card-body li {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    color: #666;
}

.btn-select,
.btn-primary,
.btn-secondary,
.btn-submit {
    display: inline-block;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    text-align: center;
}

.btn-select,
.btn-primary {
    background-color: #2c3e50;
    color: #ffffff;
}

.btn-select:hover,
.btn-primary:hover {
    background-color: #1a252f;
}

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

.btn-secondary:hover {
    background-color: #2c3e50;
    color: #ffffff;
}

.btn-submit {
    background-color: #2c3e50;
    color: #ffffff;
    width: 100%;
}

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

.form-section {
    padding: 5rem 0;
    background-color: #f4f4f4;
}

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

.form-section p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #666;
}

.order-form {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
}

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

.form-group input[readonly] {
    background-color: #f9f9f9;
    cursor: not-allowed;
}

.form-notice {
    font-size: 0.9rem;
    color: #888;
    margin-top: 1.5rem;
}

.form-notice a {
    color: #2c3e50;
    text-decoration: underline;
}

.disclaimer-section {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #777;
    padding: 1.5rem;
    background-color: #ffffff;
    border-left: 3px solid #e0e0e0;
    border-radius: 5px;
}

.footer {
    padding: 3rem 0 2rem;
    background-color: #2c3e50;
    color: #ffffff;
}

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

.footer-col {
    flex: 1;
    min-width: 220px;
}

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

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ccc;
}

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

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

.footer-col a {
    color: #ccc;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #aaa;
}

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

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    margin: 0;
    font-size: 0.95rem;
}

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

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

.btn-cookie-accept {
    background-color: #ffffff;
    color: #2c3e50;
}

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

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

.btn-cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-hero-simple {
    padding: 8rem 0 4rem;
    background-color: #f9f9f9;
    text-align: center;
}

.page-hero-simple h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #666;
}

.about-story {
    padding: 5rem 0;
    background-color: #ffffff;
}

.about-story h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.about-story p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #555;
}

.values-section {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.values-section h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #2c3e50;
    text-align: center;
}

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

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

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

.value-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.team-minimal {
    padding: 5rem 0;
    background-color: #ffffff;
}

.team-minimal h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.team-minimal p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #555;
}

.cta-simple {
    padding: 5rem 0;
    background-color: #f9f9f9;
    text-align: center;
}

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

.cta-simple p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #666;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.services-showcase {
    padding: 5rem 0;
    background-color: #ffffff;
}

.contact-info {
    padding: 5rem 0;
    background-color: #ffffff;
}

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

.contact-item {
    flex: 1;
    min-width: 250px;
}

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

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

.contact-message {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.contact-message h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.contact-message p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #555;
}

.thanks-hero {
    padding: 8rem 0 5rem;
    background-color: #f9f9f9;
}

.thanks-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.thanks-message {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    color: #555;
}

.thanks-details {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 3rem;
    border: 1px solid #e0e0e0;
}

.thanks-details h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.thanks-details p {
    font-size: 1.1rem;
    color: #555;
}

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

.thanks-next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.thanks-next-steps ol {
    list-style: decimal;
    padding-left: 1.5rem;
}

.thanks-next-steps li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: #555;
}

.thanks-note {
    font-size: 1rem;
    color: #777;
    margin-bottom: 2.5rem;
}

.legal-page {
    padding: 8rem 0 5rem;
    background-color: #ffffff;
}

.legal-page h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.last-updated {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 3rem;
}

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

.legal-page h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

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

.legal-page ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.legal-page li {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.6rem;
    color: #555;
}

.legal-page a {
    color: #2c3e50;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hero-content-offset h1 {
        font-size: 2rem;
    }

    .hero-content-offset p {
        font-size: 1.1rem;
    }

    .section-heading-center {
        font-size: 2rem;
    }

    .service-card-header h3 {
        font-size: 1.5rem;
    }

    .price {
        font-size: 1.5rem;
    }

    .page-hero-simple h1 {
        font-size: 2.2rem;
    }

    .thanks-hero h1 {
        font-size: 2.2rem;
    }

    .container-split {
        flex-direction: column;
    }

    .nav-minimal {
        gap: 1rem;
    }
}