/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

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

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

/* Navigation - Asymmetric */
.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

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

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

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

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

/* Hero - Offset Layout */
.hero-offset {
    display: flex;
    min-height: 85vh;
    align-items: center;
    padding: 60px 5%;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    max-width: 550px;
    padding-left: 40px;
}

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 32px;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -80px;
    background-color: #f5f5f5;
}

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

/* Story Flow - Narrow */
.story-flow {
    padding: 100px 5%;
    background-color: #fafafa;
}

.story-narrow {
    max-width: 650px;
    margin: 0 auto 60px;
}

.story-narrow h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.story-narrow p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.inline-visual {
    max-width: 750px;
    margin: 60px auto 0;
    background-color: #e8e8e8;
}

.inline-visual img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* Offset Block Dark */
.offset-block-dark {
    background-color: #1a1a1a;
    padding: 120px 5%;
    color: #ffffff;
}

.content-shifted {
    max-width: 700px;
    margin-left: 15%;
}

.content-shifted h2 {
    font-size: 42px;
    margin-bottom: 32px;
    font-weight: 700;
}

.content-shifted p {
    font-size: 18px;
    line-height: 1.7;
    color: #d4d4d4;
    margin-bottom: 20px;
}

/* Trust Section - Asymmetric */
.trust-asymmetric {
    display: flex;
    padding: 100px 5%;
    gap: 80px;
    align-items: center;
}

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

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

.trust-right {
    flex: 1;
    padding-right: 60px;
}

.trust-right h3 {
    font-size: 36px;
    margin-bottom: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.testimonial {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 28px;
    padding-left: 24px;
    border-left: 3px solid #f59e0b;
}

.testimonial strong {
    color: #1a1a1a;
}

/* Benefits - Stacked Cards */
.benefits-stacked {
    padding: 100px 5%;
    background-color: #f5f5f5;
}

.benefits-stacked h2 {
    font-size: 44px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.benefit-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.card-offset {
    background-color: #ffffff;
    padding: 40px;
    border-left: 4px solid #f59e0b;
}

.card-offset.card-delay-1 {
    margin-left: 60px;
}

.card-offset.card-delay-2 {
    margin-left: 120px;
}

.card-offset h4 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

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

/* Pricing Reveal */
.pricing-reveal {
    padding: 100px 5%;
    background-color: #ffffff;
}

.pricing-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.pricing-intro h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.pricing-intro p {
    font-size: 18px;
    color: #666;
}

/* Service Grid - Asymmetric */
.service-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 320px;
    background-color: #fafafa;
    padding: 40px;
    position: relative;
}

.service-card.featured {
    background-color: #1a1a1a;
    color: #ffffff;
}

.badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #f59e0b;
    color: #ffffff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 700;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
    color: #555;
}

.service-card.featured p {
    color: #d4d4d4;
}

.service-card ul {
    list-style: none;
    margin-bottom: 28px;
}

.service-card ul li {
    font-size: 15px;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

.service-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f59e0b;
    font-weight: bold;
}

.price {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #f59e0b;
}

.cta-select {
    width: 100%;
    padding: 16px;
    background-color: #f59e0b;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-select:hover {
    background-color: #d97706;
}

/* Form Section - Offset */
.form-section-offset {
    padding: 100px 5%;
    background-color: #f5f5f5;
}

.form-container {
    max-width: 600px;
    margin-left: 10%;
}

.form-container h2 {
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 700;
}

.form-container > p {
    font-size: 17px;
    color: #555;
    margin-bottom: 40px;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
}

.form-field {
    margin-bottom: 24px;
}

.form-field label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-field input[readonly] {
    background-color: #f5f5f5;
    color: #666;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

/* Info Scattered */
.info-scattered {
    display: flex;
    padding: 100px 5%;
    gap: 80px;
    align-items: center;
    background-color: #ffffff;
}

.info-block {
    flex: 1;
}

.info-block.left {
    padding-right: 40px;
}

.info-block h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.info-block.right {
    background-color: #f0f0f0;
}

.info-block.right img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #d4d4d4;
    padding: 60px 5% 30px;
}

.footer-columns {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer-col p,
.footer-col a {
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
    display: block;
    margin-bottom: 8px;
}

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

.footer-disclaimer {
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-bottom: 30px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #888;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px 5%;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    min-width: 300px;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

.btn-reject {
    background-color: #444;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #555;
}

.cookie-link {
    font-size: 13px;
    color: #aaa;
    text-decoration: underline;
}

.cookie-link:hover {
    color: #f59e0b;
}

/* About Page */
.page-hero-offset {
    padding: 80px 5%;
    background-color: #f5f5f5;
    margin-left: 10%;
}

.page-hero-offset h1 {
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 800;
}

.page-intro {
    font-size: 22px;
    color: #555;
    max-width: 600px;
}

.about-story {
    display: flex;
    padding: 100px 5%;
    gap: 80px;
    align-items: center;
}

.story-content {
    flex: 1;
}

.story-content h2 {
    font-size: 36px;
    margin-bottom: 28px;
    font-weight: 700;
}

.story-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

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

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

.values-asymmetric {
    padding: 100px 5%;
    background-color: #fafafa;
}

.values-asymmetric h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.value-item {
    background-color: #ffffff;
    padding: 36px;
}

.value-item.offset {
    margin-left: 100px;
}

.value-item h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 600;
}

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

.team-offset {
    display: flex;
    padding: 100px 5%;
    gap: 80px;
    align-items: center;
}

.team-text {
    flex: 1;
    padding-left: 40px;
}

.team-text h2 {
    font-size: 36px;
    margin-bottom: 28px;
    font-weight: 700;
}

.team-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

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

.team-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

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

.numbers-section h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.numbers-grid {
    display: flex;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.number-block {
    text-align: center;
}

.number {
    font-size: 56px;
    font-weight: 800;
    color: #f59e0b;
    margin-bottom: 12px;
}

.number-label {
    font-size: 16px;
    color: #d4d4d4;
}

.cta-about {
    padding: 80px 5%;
    text-align: center;
    background-color: #f5f5f5;
}

.cta-about h2 {
    font-size: 38px;
    margin-bottom: 32px;
    font-weight: 700;
}

.btn-cta {
    display: inline-block;
    padding: 18px 40px;
    background-color: #f59e0b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

/* Services Page */
.services-full {
    padding: 60px 5%;
}

.service-detail {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 24px;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 28px;
}

.service-detail-content ul li {
    font-size: 15px;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    color: #444;
}

.service-detail-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f59e0b;
    font-weight: bold;
    font-size: 20px;
}

.service-price {
    font-size: 32px;
    font-weight: 800;
    color: #f59e0b;
    margin-bottom: 24px;
}

.btn-service {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.process-section {
    padding: 80px 5%;
    background-color: #f5f5f5;
}

.process-section h2 {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

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

.step {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #f59e0b;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
}

.step h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.step p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

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

.cta-services h2 {
    font-size: 38px;
    margin-bottom: 32px;
    font-weight: 700;
}

/* Contact Page */
.contact-layout {
    display: flex;
    padding: 80px 5%;
    gap: 80px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 700;
}

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

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

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

.contact-visual {
    flex: 1;
    background-color: #f0f0f0;
}

.contact-visual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

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

.faq-section h2 {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.faq-item {
    max-width: 900px;
    margin: 0 auto 36px;
    background-color: #ffffff;
    padding: 32px;
}

.faq-item h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

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

.cta-contact {
    padding: 80px 5%;
    text-align: center;
    background-color: #ffffff;
}

.cta-contact h2 {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
}

.cta-contact p {
    font-size: 17px;
    color: #555;
    margin-bottom: 32px;
}

/* Thanks Page */
.thanks-container {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 5%;
    background-color: #fafafa;
}

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

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

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 700;
}

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

.thanks-details {
    background-color: #ffffff;
    padding: 32px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-details p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

#selectedServiceInfo {
    color: #f59e0b;
    font-weight: 600;
}

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

.thanks-next h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.thanks-next ol {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    padding-left: 24px;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

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

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

.btn-secondary:hover {
    background-color: #d4d4d4;
}

/* Legal Pages */
.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 5% 80px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 12px;
    font-weight: 700;
}

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

.legal-page h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
}

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

.legal-page ul {
    margin-bottom: 20px;
    padding-left: 28px;
}

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

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

.legal-page a:hover {
    color: #d97706;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
        padding: 40px 5%;
    }

    .hero-content-left {
        padding-left: 0;
    }

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

    .hero-image-right {
        margin-top: 40px;
    }

    .trust-asymmetric,
    .about-story,
    .team-offset,
    .contact-layout,
    .service-detail {
        flex-direction: column;
    }

    .service-detail.reverse {
        flex-direction: column;
    }

    .content-shifted {
        margin-left: 0;
    }

    .form-container {
        margin-left: 0;
    }

    .card-offset.card-delay-1,
    .card-offset.card-delay-2 {
        margin-left: 0;
    }

    .value-item.offset {
        margin-left: 0;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .nav-links {
        gap: 16px;
    }

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

    .page-hero-offset {
        margin-left: 0;
    }

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

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

    .info-scattered {
        flex-direction: column;
    }
}