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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20, 20, 20, 0.97);
    color: #ffffff;
    padding: 28px 20px;
    z-index: 10000;
    display: none;
    backdrop-filter: blur(8px);
}

.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: 20px;
}

.cookie-content p {
    flex: 1;
    min-width: 280px;
    font-size: 15px;
    line-height: 1.6;
}

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

.cookie-buttons {
    display: flex;
    gap: 12px;
}

.btn-accept,
.btn-reject {
    padding: 12px 32px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #f0c674;
    color: #1a1a1a;
}

.btn-accept:hover {
    background: #e5b75e;
}

.btn-reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-reject:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    max-width: 1600px;
    margin: 0 auto;
}

.nav-brand {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: lowercase;
}

.nav-links {
    display: flex;
    gap: 48px;
}

.nav-links a {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.hero-minimal {
    padding: 120px 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-spacer {
    height: 80px;
}

.hero-spacer-small {
    height: 40px;
}

.hero-title {
    font-size: clamp(56px, 8vw, 110px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.hero-subtitle {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 300;
    line-height: 1.5;
    color: #666;
    max-width: 680px;
}

.section-breathing {
    padding: 100px 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
}

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

.text-large {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 300;
    line-height: 1.6;
    color: #2a2a2a;
}

.section-visual {
    padding: 60px 0;
}

.visual-block {
    width: 100%;
    overflow: hidden;
}

.img-full {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-statement {
    padding: 120px 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.title-centered {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.spacer-medium {
    height: 60px;
}

.spacer-small {
    height: 30px;
}

.spacer-large {
    height: 90px;
}

.text-flow {
    font-size: 20px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 24px;
}

.cta-floating {
    padding: 80px 60px;
    text-align: center;
}

.btn-primary-large {
    display: inline-block;
    padding: 20px 60px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary-large:hover {
    background: #333;
    transform: translateY(-2px);
}

.section-offset {
    padding: 100px 60px;
    background: #fafafa;
}

.grid-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.content-block {
    padding: 40px 0;
}

.subtitle-elegant {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.content-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.section-image-text {
    padding: 100px 60px;
}

.container-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.split-image img {
    width: 100%;
    height: auto;
}

.split-content {
    padding: 40px 0;
}

.title-simple {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 300;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.2;
}

.text-balanced {
    font-size: 19px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.section-testimonial {
    padding: 120px 60px;
    background: #f5f5f5;
}

.quote-large {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 300;
    line-height: 1.6;
    font-style: italic;
    color: #2a2a2a;
    border-left: 4px solid #1a1a1a;
    padding-left: 40px;
}

.quote-large cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 24px;
    color: #666;
}

.section-dark {
    padding: 120px 60px;
    background: #1a1a1a;
    color: #ffffff;
}

.title-light {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.service-premium {
    background: rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-premium:hover {
    background: rgba(255, 255, 255, 0.08);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.service-header h3 {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}

.price {
    font-size: 32px;
    font-weight: 300;
    color: #f0c674;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.btn-outline-light {
    display: inline-block;
    padding: 14px 36px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.section-white {
    padding: 100px 60px;
    background: #ffffff;
}

.text-centered-large {
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
    color: #2a2a2a;
}

.section-image-background {
    padding: 180px 60px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay-dark {
    background: rgba(0, 0, 0, 0.55);
    padding: 80px 60px;
}

.title-overlay {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
}

.text-overlay {
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
}

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

.title-form {
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.subtitle-form {
    font-size: 18px;
    text-align: center;
    color: #666;
    margin-bottom: 60px;
    line-height: 1.6;
}

.form-minimal {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    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 {
    padding: 18px 48px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit:hover {
    background: #333;
    transform: translateY(-2px);
}

.section-final-cta {
    padding: 140px 60px;
    background: #fafafa;
    text-align: center;
}

.title-final {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 300;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.text-final {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
}

.footer-minimal {
    padding: 60px 60px 40px;
    background: #1a1a1a;
    color: #ffffff;
}

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

.footer-links {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

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

.footer-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: none;
}

.sticky-cta.show {
    display: block;
}

.btn-sticky {
    display: inline-block;
    padding: 16px 36px;
    background: #f0c674;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.btn-sticky:hover {
    background: #e5b75e;
    transform: translateY(-3px);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.2);
}

.services-grid {
    padding: 80px 60px;
    background: #fafafa;
}

.container-services {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.service-card.highlight {
    border: 2px solid #f0c674;
}

.service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f0c674;
    color: #1a1a1a;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
}

.service-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

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

.service-body {
    padding: 50px;
}

.service-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-price {
    font-size: 28px;
    font-weight: 300;
    color: #f0c674;
    margin-bottom: 20px;
}

.service-text {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.service-details {
    list-style: none;
    margin-bottom: 35px;
}

.service-details li {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}

.service-details li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f0c674;
    font-size: 20px;
}

.btn-service {
    display: inline-block;
    padding: 14px 36px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.grid-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-item h4 {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 12px;
}

.feature-item p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

.contact-section {
    padding: 100px 60px;
}

.container-contact {
    max-width: 900px;
    margin: 0 auto;
}

.contact-info {
    margin-bottom: 80px;
}

.contact-item {
    margin-bottom: 50px;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.contact-item a {
    color: #1a1a1a;
    text-decoration: underline;
}

.note-small {
    font-size: 15px;
    color: #888;
    margin-top: 8px;
}

.contact-note {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 8px;
}

.contact-note h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-note p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.contact-note a {
    color: #1a1a1a;
    text-decoration: underline;
}

.faq-item {
    margin-bottom: 40px;
}

.faq-question {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ffffff;
}

.faq-answer {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

.thanks-hero {
    padding: 140px 60px;
    text-align: center;
    background: #fafafa;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #28a745;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}

.thanks-title {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 300;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.thanks-service {
    margin-bottom: 40px;
}

.service-highlight {
    font-size: 18px;
    color: #1a1a1a;
}

.service-highlight strong {
    color: #f0c674;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #333;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.section-light {
    padding: 100px 60px;
    background: #ffffff;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.legal-content {
    padding: 80px 60px;
    background: #ffffff;
}

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

.container-legal h1 {
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 300;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.update-date {
    font-size: 15px;
    color: #888;
    margin-bottom: 50px;
}

.container-legal h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.container-legal h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.container-legal p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.container-legal ul {
    margin-bottom: 20px;
    padding-left: 40px;
}

.container-legal li {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cookie-table th {
    background: #f5f5f5;
    font-weight: 500;
    color: #1a1a1a;
}

.cookie-table td {
    font-size: 15px;
    color: #555;
}

#resetCookieConsent {
    margin: 30px 0;
}

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

.list-elegant li {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 32px;
    position: relative;
    margin-bottom: 16px;
}

.list-elegant li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f0c674;
    font-size: 20px;
}

@media (min-width: 768px) {
    .grid-asymmetric {
        flex-direction: row;
        flex-wrap: wrap;
    }

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

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

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

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

    .feature-item {
        flex: 1;
        min-width: 280px;
    }

    .next-steps {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .step-item {
        flex-direction: column;
        flex: 1;
        min-width: 250px;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .nav-minimal {
        padding: 30px 30px;
        flex-direction: column;
        gap: 24px;
    }

    .nav-links {
        gap: 28px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-minimal {
        padding: 80px 30px;
    }

    .section-breathing,
    .section-statement,
    .section-offset,
    .section-image-text,
    .section-testimonial,
    .section-dark,
    .section-white,
    .section-final-cta,
    .services-grid,
    .contact-section,
    .legal-content,
    .section-light {
        padding: 60px 30px;
    }

    .footer-minimal {
        padding: 40px 30px 30px;
    }

    .footer-links {
        gap: 20px;
        flex-direction: column;
    }

    .service-premium,
    .service-body {
        padding: 30px;
    }

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

    .btn-sticky {
        padding: 14px 28px;
        font-size: 15px;
    }

    .overlay-dark {
        padding: 60px 30px;
    }

    .quote-large {
        padding-left: 20px;
        border-left-width: 3px;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: stretch;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }
}