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

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

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

ul {
    list-style: none;
}

.navbar {
    background-color: #1a1a1a;
    padding: 1.2rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f8f9fa;
    letter-spacing: 0.5px;
}

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

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

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

.ad-label {
    color: #95a5a6;
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
    margin-left: 1rem;
}

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}

.hero-content-offset {
    position: absolute;
    left: 8%;
    top: 25%;
    z-index: 10;
    max-width: 550px;
}

.hero-text-block {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.hero-text-block h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
}

.hero-cta-floating {
    margin-top: 2rem;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #d4a574;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s;
}

.cta-primary:hover {
    background-color: #c69563;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 165, 116, 0.3);
}

.hero-image-irregular {
    width: 60%;
    margin-left: auto;
    position: relative;
}

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

.intro-offset {
    padding: 6rem 2rem;
    background-color: #f9f9f9;
}

.intro-text-narrow {
    max-width: 650px;
    margin: 0 auto 0 15%;
    font-size: 1.3rem;
    line-height: 1.9;
    color: #3a3a3a;
}

.intro-text-narrow p {
    margin-bottom: 1.5rem;
}

.problem-amplification {
    padding: 7rem 2rem;
    background-color: #ffffff;
}

.split-irregular {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: center;
}

.text-side-left {
    flex: 1;
    padding-left: 3rem;
}

.text-side-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.text-side-left p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #4a4a4a;
}

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

.image-side-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

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

.insight-container-asymmetric {
    max-width: 800px;
    margin-left: 20%;
}

.insight-content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.insight-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    opacity: 0.95;
}

.trust-building {
    padding: 7rem 2rem;
    background-color: #f4f4f4;
}

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

.trust-card {
    background: #ffffff;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    max-width: 600px;
}

.trust-card.offset-left {
    margin-right: auto;
    margin-left: 5%;
}

.trust-card.offset-right {
    margin-left: auto;
    margin-right: 5%;
}

.trust-card.offset-center {
    margin: 0 auto;
}

.trust-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

.testimonials-inline {
    padding: 6rem 2rem;
    background-color: #ffffff;
    display: flex;
    gap: 4rem;
    max-width: 1300px;
    margin: 0 auto;
}

.testimonial-block-left,
.testimonial-block-right {
    flex: 1;
}

.testimonial-block-left {
    padding-left: 3rem;
}

.testimonial-block-right {
    padding-right: 3rem;
}

blockquote {
    font-size: 1.2rem;
    line-height: 1.8;
    font-style: italic;
    color: #3a3a3a;
    border-left: 4px solid #d4a574;
    padding-left: 2rem;
}

cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    font-style: normal;
    color: #777;
}

.services-reveal {
    padding: 7rem 2rem;
    background-color: #f9f9f9;
}

.services-header-asymmetric {
    max-width: 700px;
    margin-bottom: 4rem;
    margin-left: 10%;
}

.services-header-asymmetric h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-header-asymmetric p {
    font-size: 1.2rem;
    color: #555;
}

.services-grid-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    width: calc(33.333% - 2rem);
    min-width: 300px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s;
}

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

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #e0e0e0;
}

.service-card h3 {
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1rem;
}

.service-card .price {
    padding: 0 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    color: #d4a574;
    margin: 1rem 0;
}

.btn-select {
    display: block;
    width: calc(100% - 3rem);
    margin: 1.5rem 1.5rem;
    padding: 0.9rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.form-section {
    padding: 6rem 2rem;
    background-color: #ffffff;
    display: none;
}

.form-section.visible {
    display: block;
}

.form-container-offset {
    max-width: 700px;
    margin-left: 15%;
}

.form-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

#selectedServiceDisplay {
    font-weight: 600;
    color: #d4a574;
}

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

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

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

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

.btn-submit {
    padding: 1rem 3rem;
    background-color: #d4a574;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.final-cta-asymmetric {
    padding: 6rem 2rem;
    background-color: #34495e;
    color: #ffffff;
}

.cta-content-offset {
    max-width: 650px;
    margin-left: 25%;
}

.cta-content-offset h3 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.cta-content-offset p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #ffffff;
    color: #34495e;
}

.disclaimer-section {
    padding: 3rem 2rem;
    background-color: #f0f0f0;
}

.disclaimer-content {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
    text-align: center;
}

.footer {
    background-color: #1a1a1a;
    color: #f8f9fa;
    padding: 3rem 2rem 2rem;
}

.footer-columns {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    margin-bottom: 2rem;
}

.footer-col {
    flex: 1;
}

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

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

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

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

.footer-col ul li a:hover {
    color: #d4a574;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
    color: #888;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 2000;
    box-shadow: 0 -2px 10px 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 {
    margin: 0;
    font-size: 0.95rem;
}

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

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

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

.btn-accept {
    background-color: #d4a574;
    color: #ffffff;
}

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

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

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

.thanks-container {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background-color: #f9f9f9;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
}

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

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.service-confirmation {
    font-size: 1rem;
    color: #d4a574;
    font-weight: 600;
    margin-bottom: 2rem;
}

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

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #d4a574;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #c69563;
}

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

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

.page-hero {
    padding: 5rem 2rem;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

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

.services-detailed {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.service-detail-block {
    max-width: 1300px;
    margin: 0 auto 5rem;
    display: flex;
    gap: 4rem;
    align-items: center;
}

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

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

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

.service-detail-content {
    flex: 1;
    padding: 2rem;
}

.service-detail-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

.service-detail-content ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.service-detail-content ul li {
    list-style: disc;
    margin-bottom: 0.7rem;
    color: #555;
}

.service-price-block {
    margin: 2rem 0;
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.price-label {
    font-size: 1rem;
    color: #777;
}

.price-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4a574;
}

.btn-service {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s;
}

.btn-service:hover {
    background-color: #333;
}

.services-cta {
    padding: 5rem 2rem;
    background-color: #f4f4f4;
    text-align: center;
}

.services-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-cta-content p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

.btn-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #d4a574;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s;
}

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

.about-hero {
    padding: 5rem 2rem;
    background-color: #34495e;
    color: #ffffff;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 3rem;
}

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

.story-block-offset {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.story-text {
    flex: 1;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.story-text p {
    margin-bottom: 1.5rem;
}

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

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

.philosophy-section {
    padding: 6rem 2rem;
    background-color: #f9f9f9;
}

.philosophy-content {
    max-width: 1300px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

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

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

.philosophy-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

.process-section {
    padding: 6rem 2rem;
    background-color: #ffffff;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-container h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.process-steps {
    display: flex;
    gap: 2rem;
}

.step-item {
    flex: 1;
    padding: 2rem;
    background-color: #f9f9f9;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4a574;
    margin-bottom: 1rem;
}

.step-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

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

.values-section {
    padding: 6rem 2rem;
    background-color: #2c3e50;
    color: #ffffff;
}

.values-content-asymmetric {
    max-width: 800px;
    margin-left: 20%;
}

.values-content-asymmetric h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

.values-content-asymmetric p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.cta-about {
    padding: 5rem 2rem;
    background-color: #f4f4f4;
    text-align: center;
}

.cta-about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-about-content p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

.contact-hero {
    padding: 5rem 2rem;
    background-color: #34495e;
    color: #ffffff;
    text-align: center;
}

.contact-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

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

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

.contact-layout {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

.contact-details {
    flex: 1;
}

.contact-block {
    margin-bottom: 3rem;
}

.contact-block h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

.contact-map-placeholder {
    flex: 1;
    background-color: #e8e8e8;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-overlay {
    text-align: center;
    padding: 2rem;
}

.map-overlay p {
    font-size: 1.5rem;
    color: #555;
    font-style: italic;
}

.contact-additional-info {
    padding: 4rem 2rem;
    background-color: #f9f9f9;
}

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

.additional-info-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.additional-info-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

.additional-info-content a {
    color: #d4a574;
    text-decoration: underline;
}

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

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

.legal-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

.legal-content h3 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #34495e;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

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

.legal-content ul li {
    list-style: disc;
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.7;
}

.legal-content a {
    color: #d4a574;
    text-decoration: underline;
}

.legal-content em {
    color: #777;
    font-size: 0.95rem;
}

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

.cookie-table thead {
    background-color: #f4f4f4;
}

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

.cookie-table th {
    font-weight: 600;
    color: #1a1a1a;
}

.cookie-table td {
    color: #555;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-content-offset {
        position: relative;
        left: 0;
        top: 0;
        max-width: 100%;
        padding: 2rem;
    }

    .hero-image-irregular {
        width: 100%;
        height: 400px;
    }

    .split-irregular,
    .testimonials-inline,
    .service-detail-block,
    .story-block-offset,
    .contact-layout {
        flex-direction: column;
        gap: 2rem;
    }

    .services-grid-irregular {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 100%;
        max-width: 500px;
    }

    .process-steps {
        flex-direction: column;
    }

    .intro-text-narrow,
    .form-container-offset,
    .insight-container-asymmetric,
    .cta-content-offset,
    .values-content-asymmetric {
        margin-left: auto;
        margin-right: auto;
    }
}

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

    .ad-label {
        display: none;
    }

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

    .hero-subtitle {
        font-size: 1rem;
    }

    .footer-columns {
        flex-direction: column;
        gap: 2rem;
    }

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

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