* {
    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: #ffffff;
}

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

.container-fluid {
    max-width: 100%;
    padding: 0 40px;
}

.header-main {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-primary {
    display: flex;
    align-items: center;
    gap: 35px;
}

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

.nav-primary a:hover {
    color: #666666;
}

.ad-notice {
    font-size: 12px;
    color: #999999;
    border-left: 1px solid #e5e5e5;
    padding-left: 35px;
}

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-left {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 60px 80px;
    background: #f8f8f8;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 35px;
    max-width: 520px;
}

.hero-right {
    flex: 1;
    background: #1a1a1a;
    overflow: hidden;
}

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

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #333333;
}

.intro-section {
    padding: 100px 0;
}

.split-layout {
    display: flex;
    align-items: center;
    gap: 80px;
}

.split-layout.reverse {
    flex-direction: row-reverse;
}

.split-image {
    flex: 1;
    background: #f5f5f5;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.split-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.link-inline {
    color: #1a1a1a;
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.3s;
}

.link-inline:hover {
    color: #666666;
}

.services-preview {
    padding: 100px 0;
    background: #fafafa;
}

.section-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

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

.service-card {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

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

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

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

.service-info {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-info h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

.price {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 25px;
    display: block;
}

.btn-select {
    padding: 14px 35px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
}

.btn-select:hover {
    background: #333333;
}

.values-section {
    padding: 100px 0;
}

.form-section {
    padding: 100px 0;
    background: #f8f8f8;
}

.form-split-wrapper {
    display: flex;
    gap: 80px;
}

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

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

.form-container {
    flex: 1;
    background: #ffffff;
    padding: 45px;
    border: 1px solid #e5e5e5;
}

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

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

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

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

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

.btn-submit:hover {
    background: #333333;
}

.disclaimer-section {
    padding: 60px 0;
    background: #ffffff;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.8;
    color: #666666;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.footer-main {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}

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

.footer-col p {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.7;
}

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

.footer-col ul li {
    margin-bottom: 10px;
}

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    z-index: 2000;
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.btn-cookie-accept:hover {
    background: #f0f0f0;
}

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

.btn-cookie-reject:hover {
    background: #333333;
}

.thanks-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f8f8f8;
    padding: 60px 20px;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

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

.service-selected {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 30px 0;
}

.page-header {
    padding: 80px 0;
    background: #f8f8f8;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.page-content {
    padding: 80px 0;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.content-wrapper h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.content-wrapper h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

.content-wrapper ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.contact-info-section {
    padding: 80px 0;
}

.contact-split {
    display: flex;
    gap: 80px;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}

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

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

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

.contact-map {
    flex: 1;
    background: #f0f0f0;
    min-height: 400px;
}

.about-hero-split {
    display: flex;
    min-height: 500px;
}

.about-left {
    flex: 1;
    background: #1a1a1a;
    overflow: hidden;
}

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

.about-right {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 60px 80px;
    background: #f8f8f8;
}

.about-intro h1 {
    font-size: 44px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

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

.about-content {
    padding: 100px 0;
}

.services-page-header {
    padding: 80px 0;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.services-page-header h1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.services-page-header p {
    font-size: 18px;
    color: #b0b0b0;
    max-width: 700px;
    margin: 0 auto;
}

.services-list-section {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .hero-split,
    .about-hero-split {
        flex-direction: column;
    }

    .split-layout,
    .split-layout.reverse {
        flex-direction: column;
        gap: 40px;
    }

    .service-card,
    .service-card:nth-child(even) {
        flex-direction: column;
    }

    .form-split-wrapper,
    .contact-split,
    .footer-split {
        flex-direction: column;
        gap: 40px;
    }

    .nav-primary {
        flex-direction: column;
        gap: 15px;
    }

    .hero-content h1,
    .page-header h1,
    .about-intro h1 {
        font-size: 32px;
    }
}
