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

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

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    padding: 30px;
    z-index: 10000;
    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;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

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

.btn-accept:hover {
    background: #e8e8e8;
}

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

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

.header {
    padding: 30px 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

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

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

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

.nav a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease;
}

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

.ad-notice {
    font-size: 13px;
    color: #888888;
    font-style: italic;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
}

.hero {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2a2a2a;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}

.hero-text {
    max-width: 700px;
    color: #ffffff;
}

.hero-text h1 {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.hero-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.95;
}

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

.intro-section h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.intro-section p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #3a3a3a;
}

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

.values-grid {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.value-card {
    flex: 1;
    max-width: 320px;
}

.value-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

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

.image-statement {
    padding: 120px 0;
}

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

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

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

.statement-text {
    flex: 1;
}

.statement-text h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

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

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

.services-preview h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

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

.service-blocks {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-block {
    background: #ffffff;
    padding: 50px;
    border: 1px solid #e5e5e5;
}

.service-block h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

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

.service-price {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.service-select-btn {
    padding: 14px 35px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.service-select-btn:hover {
    background: #3a3a3a;
}

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

.inquiry-section h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
    text-align: center;
}

.inquiry-form {
    max-width: 600px;
    margin: 0 auto;
}

.selected-service-display {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 35px;
    font-size: 16px;
}

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

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2c2c2c;
}

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea: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 ease;
}

.btn-submit:hover {
    background: #3a3a3a;
}

.closing-statement {
    padding: 100px 0;
}

.closing-statement h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.closing-statement p {
    font-size: 18px;
    line-height: 1.8;
    color: #3a3a3a;
}

.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 0 40px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-brand h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
    max-width: 350px;
}

.footer-links {
    display: flex;
    gap: 80px;
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

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

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

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

.footer-disclaimer {
    border-top: 1px solid #333333;
    padding-top: 40px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #999999;
    margin-bottom: 20px;
}

.footer-contact {
    font-size: 14px;
    color: #b0b0b0;
}

@media (max-width: 768px) {
    .container,
    .container-narrow {
        padding: 0 20px;
    }

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

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

    .values-grid {
        flex-direction: column;
        gap: 40px;
    }

    .statement-container {
        flex-direction: column;
        gap: 40px;
    }

    .footer-main {
        flex-direction: column;
        gap: 40px;
    }

    .footer-links {
        gap: 40px;
    }
}