﻿* { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'DM Sans', sans-serif; background-color: #F8F6F0; color: #1a3d2b; line-height: 1.5; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        h1, h2, h3, h4, .logo, .hero-title, .section-title { font-family: 'Playfair Display', serif; font-weight: 700; }
        .section-title { font-size: 2.5rem; margin-bottom: 2rem; text-align: center; color: #1a3d2b; }
        @media (max-width: 768px) { .section-title { font-size: 1.8rem; } }
        .btn { display: inline-block; padding: 14px 32px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif; font-size: 1rem; }
        .btn-primary { background-color: #1D9E75; color: white; box-shadow: 0 4px 12px rgba(29, 158, 117, 0.3); }
        .btn-primary:hover { background-color: #1a3d2b; transform: translateY(-2px); }
        .btn-secondary { background-color: transparent; color: #1D9E75; border: 2px solid #1D9E75; }
        .btn-secondary:hover { background-color: #1D9E75; color: white; }
        .header { position: fixed; top: 0; width: 100%; background: rgba(248, 246, 240, 0.96); backdrop-filter: blur(8px); z-index: 1000; padding: 16px 0; border-bottom: 1px solid rgba(29, 158, 117, 0.2); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
        .logo { font-size: 1.8rem; font-weight: 800; color: #1a3d2b; }
        .nav { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
        .nav a { text-decoration: none; color: #1a3d2b; font-weight: 500; transition: color 0.2s; }
        .nav a:hover { color: #1D9E75; }
        .lang-switch { display: flex; gap: 8px; margin-left: 8px; }
        .lang-btn { background: none; border: none; font-weight: 500; cursor: pointer; padding: 4px 10px; border-radius: 20px; font-family: 'DM Sans', sans-serif; color: #1a3d2b; transition: all 0.2s; }
        .lang-btn.active { background: #1D9E75; color: white; }
        .mobile-menu-btn { display: none; font-size: 28px; cursor: pointer; color: #1a3d2b; background: #eef5f0; border: 1px solid #d8e9df; border-radius: 8px; width: 42px; height: 42px; place-items: center; }
        @media (max-width: 900px) { .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: 10px 0 4px; gap: 8px; } .nav.show { display: flex; } .nav a { background: white; border: 1px solid #e2ede6; border-radius: 8px; padding: 10px 12px; text-align: center; } .lang-switch { margin: 4px 0 0; justify-content: center; } .mobile-menu-btn { display: grid; } }
        .hero { position: relative; min-height: 100vh; display: flex; align-items: center; background-image: url('../img/hero-bg.jpg'); background-size: cover; background-position: center; background-attachment: fixed; }
        .hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26, 61, 43, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%); }
        .hero-content { position: relative; z-index: 2; color: white; max-width: 700px; padding: 120px 0 80px; }
        .hero-title { font-size: 3.5rem; line-height: 1.2; margin-bottom: 24px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
        .hero-sub { font-size: 1.2rem; margin-bottom: 32px; }
        .hero-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
        .pill { background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(4px); padding: 8px 20px; border-radius: 40px; font-size: 0.9rem; font-weight: 500; }
        .hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; }
        @media (max-width: 768px) { .hero-title { font-size: 2.3rem; } .hero-sub { font-size: 1rem; } .hero { background-attachment: scroll; } }
        .why-us { padding: 60px 0; background: white; }
        .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
        .why-card { text-align: center; padding: 24px; }
        .why-icon { font-size: 2.5rem; margin-bottom: 16px; }
        .why-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
        .why-card p { color: #4a6b5c; font-size: 0.9rem; }
        .services { padding: 60px 0; background: #E1F5EE; }
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .service-card { background: white; border-radius: 28px; padding: 32px 24px; position: relative; box-shadow: 0 8px 24px rgba(0,0,0,0.05); transition: transform 0.3s; }
        .service-card:hover { transform: translateY(-6px); }
        .badge { position: absolute; top: 16px; right: 20px; background: #1D9E75; color: white; padding: 4px 12px; border-radius: 30px; font-size: 0.7rem; font-weight: 600; }
        .price { font-size: 1.8rem; font-weight: 800; color: #1D9E75; margin: 16px 0; }
        .service-link { display: inline-block; margin-top: 16px; color: #1D9E75; text-decoration: none; font-weight: 600; }
        .section-lead { max-width: 760px; margin: -16px auto 30px; text-align: center; color: #456b5a; }
        .bike-carousel { position: relative; margin: 32px 0 44px; }
        .bikes-showcase { display: flex; gap: 24px; margin: 0 -24px; padding: 0 24px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
        .bikes-showcase::-webkit-scrollbar { display: none; }
        .carousel-btn { position: absolute; top: 122px; z-index: 5; width: 46px; height: 46px; border-radius: 999px; border: 1px solid #d8e9df; background: rgba(255,255,255,0.94); color: #1a3d2b; box-shadow: 0 10px 24px rgba(0,0,0,0.12); cursor: pointer; font-size: 2rem; line-height: 1; display: grid; place-items: center; }
        .carousel-btn:hover { background: #1D9E75; color: white; border-color: #1D9E75; }
        .carousel-btn.prev { left: -6px; }
        .carousel-btn.next { right: -6px; }
        .bike-card { background: white; border: 1px solid #e2ede6; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 24px rgba(0,0,0,0.05); display: flex; flex: 0 0 clamp(340px, 34vw, 410px); flex-direction: column; scroll-snap-align: start; }
        .bike-card-img { min-height: 250px; background-color: #fff; background-position: center; background-size: 90%; background-repeat: no-repeat; border-bottom: 1px solid #eef3ef; position: relative; }
        .bike-type { position: absolute; left: 14px; bottom: 14px; background: rgba(26,61,43,0.9); color: white; padding: 6px 12px; border-radius: 999px; font-size: 0.75rem; font-weight: 700; }
        .bike-card-body { padding: 20px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
        .bike-card h3 { font-size: 1.38rem; line-height: 1.2; }
        .bike-sub { color: #58856e; border-left: 3px solid #1D9E75; padding-left: 10px; font-size: 0.9rem; }
        .spec-list { list-style: none; display: grid; gap: 8px; color: #395c4d; font-size: 0.9rem; }
        .bike-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
        .bike-price { color: #1D9E75; font-weight: 800; font-size: 1.35rem; white-space: nowrap; }
        .bike-price small { color: #58856e; font-size: 0.8rem; font-weight: 600; }
        .fleet-order-title { margin-top: 20px; text-align: center; font-size: 1.7rem; }
        .choice-help { background: #eef5f0; border: 1px solid #d8e9df; border-radius: 8px; padding: 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 0 0 36px; }
        .choice-help p { color: #456b5a; margin-top: 6px; }
        .bikes-table-wrapper { overflow-x: auto; margin: 24px 0 40px; border-radius: 24px; background: white; box-shadow: 0 4px 16px rgba(0,0,0,0.03); border: 1px solid #e2ede6; }
        .bikes-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 700px; }
        .bikes-table th { background: #eef5f0; padding: 18px 12px; text-align: left; font-weight: 700; color: #1f5a41; }
        .bikes-table td { padding: 14px 12px; border-bottom: 1px solid #e9f0ec; vertical-align: middle; }
        .bike-model-cell { display: flex; align-items: center; gap: 12px; }
        .bike-thumb { width: 50px; height: 50px; background-size: contain; background-position: center; border-radius: 12px; background-color: #f8fbf9; background-repeat: no-repeat; }
        .qty-input, .extra-item input { width: 70px; padding: 8px; border-radius: 16px; border: 1.5px solid #dce9e2; text-align: center; }
        .qty-stepper { display: inline-grid; grid-template-columns: 38px 58px 38px; align-items: center; border: 1.5px solid #dce9e2; border-radius: 999px; overflow: hidden; background: white; }
        .qty-stepper .qty-input, .qty-stepper .extra-qty { width: 58px; border: 0; border-left: 1px solid #e7f0eb; border-right: 1px solid #e7f0eb; border-radius: 0; padding: 10px 4px; font-weight: 800; color: #1a3d2b; -moz-appearance: textfield; }
        .qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
        .qty-btn { width: 38px; height: 38px; border: 0; background: #f4faf7; color: #1a3d2b; font-size: 1.15rem; font-weight: 800; cursor: pointer; }
        .qty-btn:hover { background: #1D9E75; color: white; }
        .total-cell { font-weight: 800; color: #0f5534; }
        .extras-panel { background: white; border-radius: 8px; padding: 28px 30px; margin: 20px 0 32px; border: 1px solid #e2ede6; }
        .extras-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin-top: 20px; }
        .extra-item { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 10px 14px; background: #f8fbf9; padding: 14px 16px; border-radius: 8px; }
        .extra-item > div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; min-width: 0; }
        .extra-item .qty-stepper { grid-column: 2; grid-row: 1; justify-self: end; }
        .extra-img { width: 50px; height: 50px; background-size: contain; background-repeat: no-repeat; background-position: center; }
        .extra-name { font-weight: 700; }
        .extra-price { font-size: 0.8rem; color: #1c6e43; }
        .rental-calc { background: white; border-radius: 8px; padding: 26px; margin: 20px 0; border: 1px solid #d8e9df; box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
        .form-group { margin-bottom: 20px; }
        .form-group label { font-weight: 600; margin-bottom: 8px; display: block; }
        .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #dce9e2; border-radius: 28px; font-family: inherit; }
        .total-price { background: #eef5f0; padding: 16px; border-radius: 28px; text-align: center; font-weight: 700; font-size: 1.3rem; margin: 20px 0; }
        .partner-booking { margin: 40px 0; background: white; border-radius: 32px; padding: 24px; text-align: center; }
        .partner-loader { color: #456b5a; margin: 18px 0; }
        .partner-frame-wrap { min-height: 420px; }
        .partner-fallback { display: none; margin-top: 18px; background: #f8fbf9; border: 1px solid #e2ede6; border-radius: 8px; padding: 18px; }
        .partner-booking.has-fallback .partner-fallback { display: block; }
        .google-map { margin: 40px 0; text-align: center; }
        .booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }
        @media (max-width: 768px) {
            .container { padding: 0 18px; }
            .header { padding: 8px 0; }
            .header-inner { gap: 8px; }
            .logo { font-size: 1.28rem; line-height: 1; }
            .hero { min-height: 92vh; }
            .hero-content { padding: 110px 0 56px; }
            .hero-buttons .btn { width: 100%; text-align: center; }
            .bike-carousel { margin-top: 26px; }
            .bikes-showcase { margin-left: -18px; margin-right: -18px; padding-left: 18px; padding-right: 18px; gap: 18px; }
            .carousel-btn { top: 116px; width: 40px; height: 40px; font-size: 1.7rem; }
            .carousel-btn.prev { left: 4px; }
            .carousel-btn.next { right: 4px; }
            .bike-card { flex: 0 0 calc(100vw - 36px); }
            .bike-card-img { min-height: 230px; }
            .bike-card-footer { align-items: stretch; flex-direction: column; }
            .bike-card-footer .btn { width: 100%; text-align: center; }
            .booking-grid { grid-template-columns: 1fr; }
            .bikes-table-wrapper { overflow: visible; background: transparent; border: 0; box-shadow: none; border-radius: 0; }
            .bikes-table { min-width: 0; border-collapse: separate; border-spacing: 0 14px; }
            .bikes-table thead { display: none; }
            .bikes-table, .bikes-table tbody, .bikes-table tr, .bikes-table td { display: block; width: 100%; }
            .bikes-table tr { background: white; border: 1px solid #e2ede6; border-radius: 8px; padding: 14px; box-shadow: 0 6px 18px rgba(0,0,0,0.04); }
            .bikes-table td { border-bottom: 0; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
            .bikes-table td::before { content: attr(data-label); color: #577a68; font-size: 0.8rem; font-weight: 700; }
            .bikes-table td:first-child { display: block; padding-bottom: 12px; }
            .bikes-table td:first-child::before { display: none; }
            .bike-model-cell { align-items: center; }
            .bike-thumb { width: 72px; height: 58px; }
            .qty-stepper { grid-template-columns: 42px 64px 42px; margin-left: auto; }
            .qty-stepper .qty-input, .qty-stepper .extra-qty { width: 64px; padding: 12px 4px; font-size: 1rem; }
            .qty-btn { width: 42px; height: 42px; }
            .extras-panel { padding: 18px; }
            .extras-grid { grid-template-columns: 1fr; }
            .extra-item { padding: 12px; }
            .extra-img { width: 56px; height: 56px; }
            .choice-help { display: block; }
            .choice-help .btn { margin-top: 16px; width: 100%; text-align: center; }
            .partner-booking { padding: 18px; border-radius: 8px; }
            .partner-frame-wrap iframe { height: 900px; }
        }
        .faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
        .faq-item { background: #F8F6F0; border-radius: 20px; padding: 20px; }
        .faq-q { font-weight: 700; margin-bottom: 10px; color: #1a3d2b; }
        .faq-a { font-size: 0.9rem; color: #4a6b5c; }
        .footer { background: #1a3d2b; color: #E1F5EE; text-align: center; padding: 40px 0; }
        .footer-logo { display: block; max-width: 190px; width: 60%; height: auto; margin: 0 auto 20px; background: white; border-radius: 8px; padding: 12px; }
        .social-links a { color: #1D9E75; margin: 0 12px; text-decoration: none; font-weight: 600; }
        .status-message { margin-top: 14px; padding: 12px 16px; border-radius: 20px; display: none; }
        .status-message.ok { display:block; background:#e8f8f0; color:#0f5534; }
        .status-message.error { display:block; background:#fff0ee; color:#8a1f11; }
        .hp-field { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; opacity:0; }

