* {
    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: #1a1a1a;
    background-color: #fafafa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    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: 20px;
}

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

.cookie-actions {
    display: flex;
    gap: 10px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

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

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

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

.main-nav {
    background-color: #ffffff;
    padding: 24px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.nav-left .logo {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-center {
    flex: 1;
    text-align: center;
}

.ad-disclosure {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.nav-right a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-right a:hover {
    color: #4a90e2;
}

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    background-color: #f5f5f5;
}

.hero-offset-left {
    width: 45%;
    padding: 120px 60px 80px 80px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.hero-text-block h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 36px;
}

.hero-offset-right {
    width: 55%;
    position: relative;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2c5f8d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background-color: #1e4460;
    transform: translateY(-2px);
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #2c5f8d;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #2c5f8d;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background-color: #2c5f8d;
    color: #ffffff;
}

.insight-overlap {
    padding: 100px 80px;
    background-color: #ffffff;
}

.overlap-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.insight-left {
    width: 40%;
    background-color: #ececec;
}

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

.insight-right {
    width: 60%;
}

.insight-right h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.insight-right p {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.problem-amplification {
    padding: 120px 80px;
    background-color: #f9f9f9;
}

.problem-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    align-items: center;
}

.problem-text {
    width: 55%;
}

.problem-text h2 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.problem-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 24px;
}

.problem-visual {
    width: 45%;
    background-color: #e0e0e0;
}

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

.collection-categories {
    padding: 120px 80px;
    background-color: #ffffff;
}

.collection-categories h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 80px;
    color: #1a1a1a;
    font-weight: 700;
}

.category-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.category-card {
    display: flex;
    gap: 50px;
    align-items: center;
    background-color: #fafafa;
    padding: 40px;
    border-radius: 8px;
}

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

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

.card-offset-3 {
    margin-left: 80px;
}

.card-offset-4 {
    margin-left: 200px;
}

.card-offset-5 {
    margin-left: 40px;
}

.category-card img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    background-color: #d5d5d5;
}

.category-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.category-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.trust-building {
    padding: 120px 80px;
    background-color: #2c5f8d;
    color: #ffffff;
}

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

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

.trust-content {
    display: flex;
    gap: 80px;
    align-items: center;
}

.trust-text {
    width: 50%;
}

.trust-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.trust-text .cta-secondary {
    border-color: #ffffff;
    color: #ffffff;
    margin-top: 20px;
}

.trust-text .cta-secondary:hover {
    background-color: #ffffff;
    color: #2c5f8d;
}

.trust-image {
    width: 50%;
    background-color: #c8d5e0;
}

.trust-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial-inline {
    padding: 100px 80px;
    background-color: #f5f5f5;
}

.testimonial-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-wrapper blockquote {
    font-size: 26px;
    line-height: 1.6;
    font-style: italic;
    color: #2a2a2a;
    border-left: 4px solid #2c5f8d;
    padding-left: 40px;
}

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

.form-section {
    padding: 120px 80px;
    background-color: #ffffff;
}

.form-container-asymmetric {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.form-intro {
    width: 40%;
}

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-intro p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.consultation-form {
    width: 60%;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
}

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

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

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

.final-cta-sticky {
    padding: 60px 80px;
    background-color: #1a1a1a;
    color: #ffffff;
}

.sticky-cta-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sticky-cta-content p {
    font-size: 24px;
    margin-bottom: 28px;
}

.main-footer {
    background-color: #2c2c2c;
    color: #cccccc;
    padding: 80px 80px 40px;
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-column h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #3a3a3a;
    border-radius: 6px;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444;
}

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

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

    .hero-offset-left,
    .hero-offset-right {
        width: 100%;
    }

    .overlap-container,
    .problem-wrapper,
    .trust-content,
    .form-container-asymmetric {
        flex-direction: column;
    }

    .insight-left,
    .insight-right,
    .problem-text,
    .problem-visual,
    .trust-text,
    .trust-image,
    .form-intro,
    .consultation-form {
        width: 100%;
    }

    .category-card {
        flex-direction: column;
        margin-left: 0 !important;
    }

    .category-card img {
        width: 100%;
    }

    .footer-grid {
        flex-wrap: wrap;
    }

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }
}

.services-hero {
    padding: 100px 80px 80px;
    background-color: #f5f5f5;
    text-align: center;
}

.services-hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.services-hero p {
    font-size: 18px;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.services-list {
    padding: 100px 80px;
    background-color: #ffffff;
}

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

.service-item {
    display: flex;
    gap: 60px;
    padding: 50px;
    background-color: #fafafa;
    border-radius: 8px;
    align-items: center;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

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

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

.service-features {
    list-style: none;
    margin-top: 20px;
}

.service-features li {
    padding: 8px 0;
    font-size: 15px;
    color: #3a3a3a;
}

.service-features li:before {
    content: "✓ ";
    color: #2c5f8d;
    font-weight: bold;
    margin-right: 8px;
}

.about-hero {
    padding: 100px 80px;
    background-color: #2c5f8d;
    color: #ffffff;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-content h1 {
    font-size: 48px;
    margin-bottom: 32px;
    font-weight: 700;
}

.about-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.about-story {
    padding: 100px 80px;
    background-color: #ffffff;
}

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

.story-container h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.story-container p {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 24px;
}

.contact-hero {
    padding: 100px 80px 60px;
    background-color: #f5f5f5;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-hero p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

.contact-info {
    padding: 80px;
    background-color: #ffffff;
}

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

.contact-item {
    flex: 1;
}

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

.contact-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
}

.legal-page {
    padding: 100px 80px;
    background-color: #ffffff;
}

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

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 700;
}

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

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

.legal-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 80px;
    background-color: #f5f5f5;
}

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

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 36px;
}

.thanks-content .cta-primary {
    margin-top: 20px;
}