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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f8f8;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-visual {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.hero-image-wrap {
    position: relative;
    width: 100%;
    height: 85vh;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 20px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-overlay p {
    font-size: 22px;
    font-weight: 300;
    max-width: 700px;
}

.story-intro {
    padding: 100px 10%;
    background-color: #ffffff;
}

.story-narrow {
    max-width: 720px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
}

.story-lead {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.problem-visual {
    padding: 80px 0;
    background-color: #fafafa;
}

.split-problem {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.problem-text {
    flex: 1;
}

.problem-text h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.problem-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.problem-image {
    flex: 1;
    background-color: #e8e8e8;
}

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

.insight-section {
    padding: 120px 10%;
    background-color: #2c2c2c;
    color: white;
}

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

.insight-quote {
    margin-bottom: 50px;
}

.insight-quote blockquote {
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    border-left: 4px solid #ffffff;
    padding-left: 30px;
}

.insight-content h3 {
    font-size: 36px;
    margin-bottom: 25px;
}

.insight-content p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.trust-builder {
    padding: 100px 0;
    background-color: #ffffff;
}

.trust-wrap {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.trust-image-left {
    flex: 1;
    background-color: #f0f0f0;
}

.trust-image-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.trust-text-right {
    flex: 1;
}

.trust-text-right h3 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.trust-text-right p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.testimonials-inline {
    padding: 100px 5%;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.testimonial-card {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    max-width: 380px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.benefits-reveal {
    padding: 100px 5%;
    background-color: #ffffff;
}

.benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.benefits-header h2 {
    font-size: 42px;
    color: #1a1a1a;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-item {
    flex: 1 1 300px;
    max-width: 360px;
    text-align: center;
}

.benefit-icon {
    width: 100%;
    height: 240px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    overflow: hidden;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.services-preview {
    padding: 100px 5%;
    background-color: #fafafa;
}

.services-intro {
    text-align: center;
    margin-bottom: 60px;
}

.services-intro h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.services-intro p {
    font-size: 19px;
    color: #666;
}

.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
}

.service-card {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    flex: 1 1 280px;
    max-width: 320px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-card.featured {
    border: 2px solid #1a1a1a;
}

.service-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #1a1a1a;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.service-card h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.service-features span {
    font-size: 14px;
    color: #666;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.btn-select {
    background-color: #2c2c2c;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.form-section {
    padding: 100px 5%;
    background-color: #ffffff;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    color: #1a1a1a;
}

.form-subtitle {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

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

.form-group input,
.form-group select {
    padding: 14px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
}

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

.btn-submit {
    background-color: #2c2c2c;
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}

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

.final-cta {
    padding: 80px 5%;
    background-color: #1a1a1a;
    text-align: center;
    color: white;
}

.cta-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 19px;
    max-width: 700px;
    margin: 0 auto;
}

.references-section {
    padding: 60px 5%;
    background-color: #f5f5f5;
}

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

.references-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.references-note {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

.references-list {
    list-style-position: inside;
    font-size: 15px;
    line-height: 1.8;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #2c2c2c;
    text-decoration: underline;
}

.references-list a:hover {
    color: #000;
}

.footer {
    background-color: #2c2c2c;
    color: white;
    padding: 60px 5% 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

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

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-col p,
.footer-col a {
    font-size: 14px;
    line-height: 1.8;
    color: #ccc;
    text-decoration: none;
    display: block;
}

.footer-col a:hover {
    color: white;
}

.footer-email {
    color: #ccc;
    pointer-events: none;
}

.footer-disclaimer {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    font-size: 13px;
    color: #bbb;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 14px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 20px;
    z-index: 1000;
    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: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    font-size: 15px;
    flex: 1 1 300px;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: opacity 0.3s;
}

.btn-accept {
    background-color: white;
    color: #000;
}

.btn-accept:hover {
    opacity: 0.9;
}

.btn-reject {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

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

.page-hero {
    padding: 100px 5% 60px;
    text-align: center;
    background-color: #f5f5f5;
}

.page-hero h1 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 20px;
    color: #666;
}

.about-story {
    padding: 80px 5%;
    background-color: white;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.about-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.about-image {
    flex: 1;
    background-color: #e8e8e8;
}

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

.philosophy-section {
    padding: 80px 5%;
    background-color: #fafafa;
}

.philosophy-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-wrap h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.philosophy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.philosophy-card {
    background-color: white;
    padding: 35px;
    border-radius: 8px;
    flex: 1 1 300px;
    max-width: 360px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.philosophy-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.philosophy-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.team-section {
    padding: 80px 5%;
    background-color: white;
}

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

.team-container h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.team-intro {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.team-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #666;
}

.services-detail {
    padding: 60px 5%;
    background-color: white;
}

.service-detail-card {
    max-width: 1100px;
    margin: 0 auto 60px;
    background-color: #fafafa;
    border-radius: 8px;
    padding: 40px;
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.service-detail-header h2 {
    font-size: 32px;
    color: #1a1a1a;
}

.service-detail-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
}

.service-badge-inline {
    background-color: #1a1a1a;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.service-detail-body {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.service-detail-image {
    flex: 1;
    background-color: #e0e0e0;
}

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

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

.service-detail-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-text ul {
    list-style-position: inside;
    margin-bottom: 20px;
}

.service-detail-text ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.service-detail-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #666;
}

.services-cta {
    padding: 60px 5%;
    background-color: #f5f5f5;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-box h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-box p {
    font-size: 17px;
    color: #666;
    margin-bottom: 30px;
}

.btn-cta {
    display: inline-block;
    background-color: #2c2c2c;
    color: white;
    padding: 14px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

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

.contact-section {
    padding: 60px 5%;
    background-color: white;
}

.contact-container {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.contact-detail {
    margin-bottom: 35px;
}

.contact-detail h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

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

.contact-email-text {
    color: #555;
    pointer-events: none;
}

.contact-note {
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}

.contact-map {
    flex: 1;
    background-color: #e0e0e0;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

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

.thanks-section {
    padding: 100px 5%;
    background-color: #fafafa;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 700px;
    text-align: center;
    background-color: white;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.thanks-icon {
    font-size: 64px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.thanks-service {
    font-size: 19px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 40px;
}

.thanks-next {
    text-align: left;
    margin: 40px 0;
}

.thanks-next h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-next ul {
    list-style-position: inside;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.thanks-next li {
    margin-bottom: 10px;
}

.btn-home {
    display: inline-block;
    background-color: #2c2c2c;
    color: white;
    padding: 14px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin-top: 20px;
}

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

.legal-page {
    padding: 40px 5% 80px;
    background-color: white;
}

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

.legal-container h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.legal-updated {
    font-size: 15px;
    color: #999;
    margin-bottom: 40px;
}

.legal-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.legal-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.legal-container ul,
.legal-container ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 8px;
}

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

.gdpr-table thead,
.cookie-table thead {
    background-color: #f5f5f5;
}

.gdpr-table th,
.cookie-table th {
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #1a1a1a;
    border: 1px solid #ddd;
}

.gdpr-table td,
.cookie-table td {
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #555;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .hero-overlay h1 {
        font-size: 36px;
    }

    .hero-overlay p {
        font-size: 18px;
    }

    .split-problem,
    .trust-wrap,
    .about-container,
    .contact-container,
    .service-detail-body {
        flex-direction: column;
    }

    .story-intro,
    .services-preview,
    .benefits-reveal {
        padding: 60px 5%;
    }

    .benefits-grid,
    .services-cards {
        gap: 25px;
    }

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

    .cookie-buttons {
        justify-content: center;
    }
}