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

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

.main-header {
    padding: 40px 0;
    background: #ffffff;
    position: relative;
}

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

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

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

.main-nav a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: opacity 0.3s ease;
}

.main-nav a:hover {
    opacity: 0.6;
}

.ad-notice {
    font-size: 12px;
    color: #666;
    border-left: 1px solid #ddd;
    padding-left: 25px;
    margin-left: 25px;
}

.hero-minimal {
    padding: 120px 0 0;
    background: #fafafa;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px 80px;
}

.hero-content h1 {
    font-size: 92px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 300;
    letter-spacing: 0.2px;
    max-width: 600px;
}

.hero-visual {
    width: 100%;
    height: 600px;
    background: #e0e0e0;
}

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

.intro-section {
    padding: 180px 0;
    background: #ffffff;
}

.intro-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.large-text {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
    color: #2a2a2a;
    letter-spacing: -0.5px;
}

.services-preview {
    padding: 0 0 180px;
    background: #ffffff;
}

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

.service-card {
    display: flex;
    gap: 80px;
    align-items: center;
}

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

.service-image {
    flex: 1;
    height: 450px;
    background: #f5f5f5;
}

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

.service-info {
    flex: 1;
}

.service-info h3 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.8px;
}

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

.price-tag {
    font-size: 28px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.btn-select {
    padding: 18px 50px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

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

.form-section {
    padding: 180px 0;
    background: #fafafa;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 60px;
}

.form-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: -1.5px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-group label {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

.form-group input,
.form-group select {
    padding: 18px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-size: 16px;
    color: #1a1a1a;
    font-family: inherit;
}

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

.btn-submit {
    padding: 22px 60px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 0.5px;
    margin-top: 20px;
    transition: background 0.3s ease;
}

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

.about-preview {
    padding: 180px 0;
    background: #ffffff;
}

.about-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1.5px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.link-arrow {
    display: inline-block;
    margin-top: 20px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #1a1a1a;
    transition: opacity 0.3s ease;
}

.link-arrow:hover {
    opacity: 0.6;
}

.about-image {
    flex: 1;
    height: 500px;
    background: #f5f5f5;
}

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

.info-section {
    padding: 100px 0;
    background: #f5f5f5;
}

.info-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

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

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 80px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.3px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: #aaa;
    margin-bottom: 10px;
}

.footer-col a {
    display: block;
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 30px 60px 0;
    border-top: 1px solid #333;
}

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

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

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

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

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

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

.btn-cookie {
    padding: 12px 30px;
    background: #ffffff;
    color: #1a1a1a;
    border: none;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: opacity 0.3s ease;
}

.btn-cookie:hover {
    opacity: 0.8;
}

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

.page-hero {
    padding: 120px 0 80px;
    background: #fafafa;
}

.page-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.page-hero-content h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -2.5px;
    margin-bottom: 20px;
}

.page-hero-content p {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
}

.services-detail {
    padding: 120px 0;
    background: #ffffff;
}

.service-detail-block {
    max-width: 1400px;
    margin: 0 auto 150px;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    align-items: center;
}

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

.service-detail-image {
    flex: 1;
    height: 500px;
    background: #f5f5f5;
}

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

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

.service-detail-content h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

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

.features-list {
    list-style: none;
    margin-bottom: 40px;
}

.features-list li {
    font-size: 15px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.price-display {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: -0.8px;
}

.btn-action {
    display: inline-block;
    padding: 18px 50px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

.btn-action:hover {
    background: #333;
}

.rental-terms {
    padding: 120px 0;
    background: #fafafa;
}

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

.terms-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: -1.5px;
}

.terms-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.term-item {
    flex: 1 1 calc(50% - 30px);
    min-width: 280px;
}

.term-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

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

.about-story {
    padding: 120px 0;
    background: #ffffff;
}

.story-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1.5px;
}

.story-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.story-image {
    flex: 1;
    height: 500px;
    background: #f5f5f5;
}

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

.values-section {
    padding: 120px 0;
    background: #fafafa;
}

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

.values-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 80px;
    letter-spacing: -1.5px;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.value-item {
    flex: 1 1 calc(50% - 30px);
    min-width: 280px;
}

.value-item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

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

.team-section {
    padding: 120px 0;
    background: #ffffff;
}

.team-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.team-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1.5px;
}

.team-container p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.operations-section {
    padding: 120px 0;
    background: #fafafa;
}

.operations-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.operations-image {
    flex: 1;
    height: 500px;
    background: #e0e0e0;
}

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

.operations-text {
    flex: 1;
}

.operations-text h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1.5px;
}

.operations-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.contact-section {
    padding: 120px 0;
    background: #ffffff;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
}

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

.contact-info-block h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: -1.5px;
}

.info-item {
    margin-bottom: 50px;
}

.info-item h3 {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 15px;
}

.info-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #1a1a1a;
}

.info-item .note {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.contact-image-block {
    flex: 1;
    height: 600px;
    background: #f5f5f5;
}

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

.directions-section {
    padding: 120px 0;
    background: #fafafa;
}

.directions-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.directions-container h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

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

.thanks-section {
    padding: 180px 0;
    background: #ffffff;
}

.thanks-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

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

.service-confirm {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 500;
}

.next-steps {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 50px;
}

.btn-return {
    display: inline-block;
    padding: 18px 50px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

.btn-return:hover {
    background: #333;
}

.legal-page {
    padding: 120px 0;
    background: #ffffff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.legal-container h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.legal-updated {
    font-size: 14px;
    color: #666;
    margin-bottom: 60px;
}

.legal-container h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 25px;
    letter-spacing: -0.8px;
}

.legal-container h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

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

.legal-container ul {
    margin: 20px 0 20px 30px;
}

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

.legal-container a {
    color: #1a1a1a;
    text-decoration: underline;
}

.cookies-table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}

.cookies-table th,
.cookies-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.cookies-table th {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.cookies-table td {
    font-size: 15px;
    color: #4a4a4a;
}

@media screen and (max-width: 1024px) {
    .hero-content h1 {
        font-size: 64px;
    }

    .service-card,
    .service-detail-block,
    .about-content,
    .story-layout,
    .operations-layout,
    .contact-container {
        flex-direction: column;
    }

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

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

@media screen and (max-width: 768px) {
    .header-container,
    .hero-content,
    .intro-wrapper,
    .services-grid,
    .form-container,
    .footer-container {
        padding: 0 30px;
    }

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

    .large-text {
        font-size: 24px;
    }

    .main-nav {
        gap: 25px;
        font-size: 14px;
    }

    .ad-notice {
        display: none;
    }
}