:root{--primary-color: #E60012;--bg-gradient: linear-gradient(135deg, #000000 0%, #1c1c1c 100%);--text-main: #ffffff;--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}body{margin:0;padding:0;font-family:var(--font-main);background:var(--bg-gradient);color:var(--text-main);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}button{font-family:inherit}.global-header{position:sticky;top:0;z-index:1000;background:#0a0a0cd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{height:40px;width:auto;filter:drop-shadow(0 2px 10px rgba(230,0,18,.3));transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.header-nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-link:hover{color:#e60012}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:50%;transform:translate(-50%);background-color:#e60012;transition:width .3s ease}.nav-link:hover:after{width:100%}@media(max-width:768px){.header-container{padding:0 1rem;flex-direction:column;gap:1rem}.header-nav{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.8rem}}.global-footer{background:#050505;border-top:1px solid rgba(255,255,255,.05);padding:4rem 0 2rem;margin-top:auto;color:#fff9}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;gap:4rem;flex-wrap:wrap}.footer-brand h3{color:#fff;font-size:1.5rem;letter-spacing:2px;margin-bottom:.5rem}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column h4{color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;position:relative}.footer-column a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-column a:hover{color:#e60012}.footer-bottom{max-width:1200px;margin:4rem auto 0;padding:2rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.8rem}@media(max-width:768px){.footer-container{flex-direction:column;gap:2rem}.footer-links{gap:2rem}}.people-selector-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem;color:#fff}.selector-label{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;opacity:.8;margin-bottom:.8rem}.select-wrapper{position:relative;width:100%}.people-select{width:100%;padding:8px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:1.1rem;appearance:none;cursor:pointer;transition:all .3s ease}.people-select:hover{border-color:#ffffff80;background:#0006}.people-select:focus{outline:none;border-color:#e60012;box-shadow:0 0 0 2px #e6001233}.select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;font-size:.8rem;opacity:.7}.selector-hint{margin-top:.8rem;font-size:.8rem;opacity:.5;text-align:right}.instagram-dm-btn{display:block;margin-top:1rem;padding:10px 15px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:700;font-size:.95rem;transition:transform .2s ease,opacity .2s ease;box-shadow:0 4px 6px #0003}.instagram-dm-btn:hover{transform:translateY(-2px);opacity:.9}.calendar-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 50px #0000004d;color:#333;width:100%;box-sizing:border-box}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;color:#1a1a1a}.month-title{font-size:1.5rem;font-weight:700;margin:0}.nav-btn{background:transparent;border:1px solid #eee;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#333;transition:all .2s ease}.nav-btn:hover{background:#f5f5f5;border-color:#ddd}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.weekday{text-align:center;font-weight:700;color:#888;padding-bottom:.5rem;font-size:.9rem}.calendar-day{border:1px solid #eee;border-radius:8px;min-height:80px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;cursor:pointer}.calendar-day.disabled{background:#f9f9f9;color:#ccc;cursor:not-allowed;border-color:#f0f0f0}.calendar-day.disabled:hover{transform:none;box-shadow:none;border-color:#f0f0f0;background:#f9f9f9}.calendar-day.disabled .day-number{color:#ccc}.calendar-day.empty{border:none;background:transparent;cursor:default}.calendar-day:not(.empty):hover{border-color:#e60012;background:#fafafa;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.calendar-day.selected{border-color:#e60012;background:#ffe6e6;box-shadow:0 0 0 2px #e60012;transform:translateY(-2px)}.calendar-day.fully-booked{cursor:pointer}.calendar-day.fully-booked:after{content:"FULL (DM us)";font-size:.75rem;font-weight:600;color:#999;text-align:center;margin-top:4px;pointer-events:none}@media(max-width:600px){.calendar-day.fully-booked:after{font-size:10px;letter-spacing:-.5px;line-height:1.1}}.day-number{font-weight:600;font-size:1.1rem}.day-price{font-size:.8rem;color:#e60012;font-weight:600;align-self:flex-end}.price-display-container-fix{display:flex;flex-direction:column;gap:0;margin-top:4px;align-items:center;width:100%}.price-text-mobile-fix{font-size:.85rem;font-weight:700;line-height:1.1;white-space:nowrap}.price-daikoku-fix{color:#e60012}.price-umihotaru-fix{color:#06c}@media(max-width:600px){.calendar-container{padding:.5rem;border-radius:8px;width:100%;box-sizing:border-box}.calendar-header{margin-bottom:.8rem}.month-title{font-size:1.1rem}.calendar-grid{gap:2px}.calendar-day{min-height:60px;padding:4px 1px 2px;border-radius:4px;align-items:center;justify-content:flex-start;display:flex;flex-direction:column;overflow:hidden}.day-number{font-size:.9rem;margin-bottom:4px;line-height:1}.price-text-mobile-fix{font-size:10.5px!important;letter-spacing:-.5px;line-height:1.1;transform:none;display:block;width:100%;text-align:center}.price-display-container-fix{margin-top:0;width:100%}}.options-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);color:#fff;width:100%}.options-intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.options-intro h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#fff}.options-intro p{font-size:.95rem;line-height:1.6;opacity:.9;color:#e0e0e0}.options-section-title{margin:1.5rem 0 1rem;font-size:1.1rem;font-weight:600;color:#ff4d4d;text-transform:uppercase;letter-spacing:1px;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.options-section-title:first-child{border-top:none;padding-top:0;margin-top:0}.options-group{margin-bottom:2rem}.options-group-intro{font-size:.95rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem}.option-item{margin-bottom:1rem;display:flex;flex-direction:column}.checkbox-label{display:flex;align-items:center;cursor:pointer;padding:1rem;background:#0003;border-radius:8px;border:1px solid transparent;transition:all .2s ease}.checkbox-label:hover{background:#0000004d;border-color:#ffffff1a}.checkbox-label input{display:none}.checkbox-custom{width:24px;height:24px;border:2px solid rgba(255,255,255,.4);border-radius:4px;margin-right:1.2rem;position:relative;transition:all .2s;flex-shrink:0}.checkbox-label input:checked+.checkbox-custom{background:#e60012;border-color:#e60012}.checkbox-label input:checked+.checkbox-custom:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.option-details{flex-grow:1;display:flex;flex-direction:column}.option-name{font-weight:600;font-size:1rem;margin-bottom:.2rem}.option-desc{font-size:.8rem;opacity:.6;line-height:1.4}.option-price{font-weight:700;color:#ff4d4d;margin-left:1rem;white-space:nowrap}.option-text-input{margin-top:.5rem;margin-left:1rem;margin-right:1rem;padding:.8rem;background:#0003;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.95rem;animation:fadeIn .3s ease-out}.option-text-input:focus{outline:none;border-color:#e60012;background:#0000004d}.option-text-input::placeholder{color:#ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.options-group-note{font-size:.85rem;line-height:1.5;color:#fff9;font-style:italic;margin-top:1rem;margin-left:.5rem}@media(max-width:600px){.options-container{padding:.75rem}}.vehicle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:1rem}@media(max-width:900px){.vehicle-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.vehicle-grid{grid-template-columns:1fr 1fr;gap:.8rem}}.dm-mobile-break{display:inline}@media(max-width:600px){.dm-mobile-break{display:block;margin-top:2px}}.guest-info-container{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0003;color:#333;width:100%}.section-title{font-size:1.4rem;font-weight:700;margin:0 0 1.5rem;color:#1a1a2e;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#4b5563}.required{color:#e53e3e;margin-left:.2rem}.helper-text{display:block;font-size:.85rem;color:#6b7280;margin-bottom:.5rem;margin-top:-.3rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#f9fafb;font-family:inherit}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e60012;background:#fff;box-shadow:0 0 0 3px #e600121a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.input-with-prefix{display:flex;align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease;overflow:hidden}.input-with-prefix:focus-within{border-color:#e60012;background:#fff;box-shadow:0 0 0 3px #e600121a}.input-with-prefix .prefix{padding:.8rem .5rem .8rem 1rem;color:#6b7280;font-weight:600;background:#f3f4f6;border-right:1px solid #e5e7eb;-webkit-user-select:none;user-select:none}.input-with-prefix input{border:none;border-radius:0;background:transparent;padding-left:.5rem}.input-with-prefix input:focus{box-shadow:none;border-color:transparent;background:transparent}.booking-summary-sticky{position:sticky;top:1rem;z-index:100;background:#1a1a2ef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.6rem 1rem;margin-bottom:2rem;box-shadow:0 10px 30px #00000080;animation:slideDown .4s ease-out;width:100%;max-width:600px;pointer-events:none;pointer-events:auto}.summary-content{display:flex;justify-content:space-around;align-items:flex-start}.summary-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1}.summary-label{font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#ff4d4d;margin-bottom:.2rem;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.summary-value{font-size:1.1rem;font-weight:700;color:#fff}.summary-value.date{font-family:monospace}.summary-value.price{color:#fff;text-shadow:0 0 10px rgba(165,180,252,.5)}.summary-divider{width:1px;height:34px;background:#fff3;margin:0 1.5rem;align-self:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.booking-summary-sticky{padding:.5rem}.summary-content{gap:.5rem}.summary-label{font-size:.75rem;height:34px;margin-bottom:.1rem}.summary-value{font-size:.95rem;text-align:center}.summary-value.date{font-size:.95rem;line-height:1.2}.year-text{font-size:.8rem;color:#bbb}.mobile-br{display:block!important}.summary-divider{margin:0;height:28px}}.checkout-panel{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0003;color:#333;margin-top:2rem}.checkout-summary{margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:1rem}.summary-row.option{color:#666;font-size:.9rem}.summary-divider{height:1px;background:#eee;margin:1.5rem 0}.summary-row.total{font-weight:700;font-size:1.4rem;align-items:center}.price-highlight{color:#1a1a2e}.summary-row.deposit-row{align-items:center;background:#e600120d;border-top:1px solid rgba(230,0,18,.2);border-bottom:1px solid rgba(230,0,18,.2);padding:1.2rem 2rem;margin:1.5rem -2rem;border-radius:0}.deposit-info{display:flex;flex-direction:column;white-space:nowrap}.deposit-label{font-weight:700;color:#333}.deposit-subtext{font-size:.8rem;color:#666;margin-top:.2rem}.deposit-amount{font-size:1.5rem;font-weight:800;color:#e60012}@media(max-width:480px){.summary-row.deposit-row{flex-direction:row;align-items:center}}.checkout-btn{width:100%;padding:1.2rem;background:#e60012;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.checkout-btn:hover:not(:disabled){background:#b3000e;transform:translateY(-2px);box-shadow:0 4px 15px #e6001266}.checkout-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.date-warning{text-align:center;color:#e53e3e;font-size:.9rem;margin-top:1rem}.confirmation-container{display:flex;justify-content:center;align-items:center;min-height:60vh;width:100%;animation:fadeIn .8s ease-out}.confirmation-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0006;max-width:600px;width:100%;text-align:center;color:#333}.success-icon{width:80px;height:80px;background:#e60012;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:3rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 10px 20px #e600124d}.confirmation-card h2{color:#1a1a1a;margin-bottom:1rem;font-size:2rem}.confirmation-message{color:#666;margin-bottom:2rem;line-height:1.6}.details-summary{background:#f9fafb;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:1rem;color:#555;border-bottom:1px solid #eee;padding-bottom:.5rem}.detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-row span:last-child{font-weight:700;color:#333}.detail-row.highlight span:last-child{color:#e60012}.next-steps{text-align:left;margin-bottom:2.5rem;padding:0 1rem}.next-steps h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.next-steps ul{padding-left:1.2rem;color:#555}.next-steps li{margin-bottom:.5rem;line-height:1.5}.reset-btn{background:#1a1a1a;color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 5px 15px #0003}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}@media(max-width:600px){.app-container{padding:.5rem}}.app-header{position:relative;text-align:center;margin-bottom:.5rem;padding-top:2rem}.back-to-website-btn{position:absolute;top:1rem;right:1rem;color:#fff;text-decoration:none;font-size:.85rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:6px;transition:all .2s ease}.back-to-website-btn:hover{background:#fff3}@media(max-width:600px){.back-to-website-btn{top:5px;right:5px;font-size:.75rem;padding:4px 8px}}.app-header h1{font-size:3rem;margin:0 0 .5rem;color:#e60012;font-weight:800;letter-spacing:-1px}.app-header .subtitle{font-size:1.1rem;color:#ffffffb3;font-weight:300}.main-content{display:flex;flex-direction:column;gap:.5rem;align-items:center;padding-bottom:4rem}.control-panel,.calendar-section,.options-section,.guest-info-section,.checkout-section{opacity:1;transform:none}.calendar-section{width:100%;max-width:800px}.tour-page-container{display:flex;flex-direction:column;align-items:center;width:100%}.tour-hero{width:100%;height:60vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center}.tour-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0003,#0a0a0c)}.tour-hero-content{position:relative;z-index:1;padding:0 2rem}.tour-hero h1{font-size:4rem;color:#fff;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.8)}.tour-hero p{font-size:1.5rem;color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.8)}.tour-details-section{max-width:800px;width:100%;padding:4rem 2rem 2rem;text-align:center}.tour-details-section h2{font-size:2rem;color:#fff;margin-bottom:1.5rem}.tour-details-section p{color:#fffc;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.tour-price-badge{display:inline-block;background:#e600121a;border:1px solid rgba(230,0,18,.3);color:#e60012;padding:10px 20px;border-radius:30px;font-weight:700;font-size:1.2rem;margin-top:1rem}.booking-engine-wrapper{width:100%;border-top:1px solid rgba(255,255,255,.05);padding-top:2rem}@media(max-width:768px){.tour-hero h1{font-size:2.5rem}.tour-hero p{font-size:1.2rem}.tour-details-section{padding:3rem 1.5rem 1rem}}.about-page-container{display:flex;flex-direction:column;min-height:80vh;padding:4rem 2rem;max-width:800px;margin:0 auto}.about-section h1{font-size:3.5rem;color:#fff;margin-bottom:2rem;letter-spacing:2px;text-align:center}.about-intro{font-size:1.2rem;color:#fffc;line-height:1.8;margin-bottom:4rem;text-align:center}.crew-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.crew-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.crew-card:hover{transform:translateY(-5px);border-color:#e600124d}.crew-image-placeholder{width:120px;height:120px;border-radius:50%;background:#ffffff1a;margin:0 auto 1.5rem;border:2px solid rgba(255,255,255,.2)}.crew-card h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.crew-card p{color:#fff9;font-size:.95rem}@media(max-width:768px){.about-page-container{padding:2rem 1rem}.about-section h1{font-size:2.5rem}}.driver-dashboard{max-width:800px;margin:0 auto;padding:.5rem;font-family:Inter,sans-serif}.driver-header{text-align:center;margin-bottom:2rem}.driver-header h1{font-size:1.5rem;color:#333}.vehicle-badge{display:inline-block;background:#f0f0f0;padding:.5rem 1rem;border-radius:8px;font-weight:700;margin-top:.5rem}.tabs-container{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.tab-button{padding:.8rem 1.5rem;border:none;border-radius:8px;background:#eee;color:#666;font-weight:700;cursor:pointer;transition:all .2s}.tab-button.active{background:#e60012;color:#fff}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-controls button{background:none;border:1px solid #ddd;border-radius:4px;padding:.5rem 1rem;cursor:pointer}.driver-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.weekday{text-align:center;font-weight:700;color:#888;padding:.5rem}.driver-calendar-day{aspect-ratio:1;border:1px solid #e5e7eb;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .2s;background:#fff}.driver-calendar-day.empty{background:transparent;border:none;cursor:default}.driver-calendar-day.open{background:#dcfce7;border-color:#16a34a;color:#15803d}.driver-calendar-day.blocked{background:#fee2e2;border-color:#ef4444;color:#b91c1c}.driver-calendar-day.past{opacity:.4;filter:grayscale(100%);cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb}.day-number{font-size:.9rem;font-weight:800;margin-bottom:0}.status-text{font-size:.6rem;font-weight:900;text-transform:uppercase;line-height:1}.driver-calendar-day.open .status-text{color:#15803d}.driver-calendar-day.blocked .status-text{color:#b91c1c}.driver-calendar-day.has-booking{box-shadow:0 0 0 2px #f59e0b}.booking-dot{position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#f59e0b;display:block}.booking-dot-legend{display:inline-block;width:10px;height:10px;border-radius:50%;background:#f59e0b}.driver-calendar-day.selected-date{outline:3px solid #0891b2;outline-offset:1px}.driver-footer{margin-top:2rem;display:flex;justify-content:center}.legend{display:flex;gap:1.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.dot{width:12px;height:12px;border-radius:50%}.dot.open{background:#10b981}.dot.blocked{background:#ef4444}.master-availability-container{max-width:1400px;margin:0 auto;padding:0;font-family:Inter,sans-serif;background:#fff}.master-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;background:#fff;padding:15px;flex-wrap:wrap;gap:10px}.header-controls{display:flex;align-items:center}.month-nav{display:flex;align-items:center;gap:15px}.month-nav button{background:#333;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:700}.month-nav h2{margin:0;font-size:1.5rem;min-width:200px;text-align:center}.plan-toggle{display:flex;background:#eee;padding:4px;border-radius:8px}.plan-toggle button{padding:8px 16px;border:none;background:transparent;cursor:pointer;border-radius:6px;font-weight:600;transition:all .2s}.plan-toggle button.active{background:#fff;box-shadow:0 2px 4px #0000001a;color:#e60012}.schedule-grid-wrapper{background:#fff;overflow:hidden;padding:0;max-width:100%}.calendar-header-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#fff;border-bottom:1px solid #eee;text-align:center;padding:8px 0;font-weight:700;color:#666;font-size:.8rem}.weekend-sun{color:#e60012!important}.weekend-sat{color:#2563eb!important}.calendar-grid-body{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-day-cell{min-height:100px;border-right:1px solid #eee;border-bottom:1px solid #eee;padding:0;position:relative;background:#fff;transition:background .2s}.calendar-day-cell:nth-child(7n){border-right:none}.calendar-day-cell.other-month{background:#f9fafb;color:#ccc}.day-number{font-size:.8rem;font-weight:600;color:#333;margin:4px 4px 2px;display:block;text-align:left}.sun-cell .day-number{color:#e60012}.sat-cell .day-number{color:#2563eb}.calendar-day-cell.other-month .day-number{color:#bbb}.today-highlight{background-color:#333;color:#fff!important;display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;margin-top:2px}.vehicle-badges-list{display:flex;flex-direction:column;gap:1px}.calendar-badge{font-size:.7rem;padding:3px 4px;border-radius:2px;color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;line-height:1.1;width:100%;box-sizing:border-box}.status-badge{display:inline-block;padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:700;min-width:90px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a}.status-open{background-color:#059669;color:#fff;border:none}.status-blocked{background-color:#dc2626;color:#fff;border:none;opacity:.8}.loading-container{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1rem;color:#666;gap:10px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.modal-header h3{margin:0;font-size:1.2rem}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.vehicle-toggle-list{display:flex;flex-direction:column;gap:10px}.vehicle-toggle-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:background .2s}.vehicle-toggle-item:hover{background:#f0f0f0}.toggle-info{display:flex;flex-direction:column;gap:2px}.vehicle-name{font-weight:700;font-size:1rem}.vehicle-status{font-size:.8rem;font-weight:600}.toggle-switch{width:44px;height:24px;background:#ccc;border-radius:24px;position:relative;transition:background .2s}.toggle-switch.active{background:#059669}.toggle-slider{width:20px;height:20px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:left .2s;box-shadow:0 1px 3px #0000004d}.toggle-switch.active .toggle-slider{left:22px}@media(max-width:768px){.master-availability-container{padding:5px}.master-header{flex-direction:column;align-items:stretch;gap:15px;padding:15px}.header-controls{flex-direction:column;gap:10px;width:100%}.plan-toggle{width:100%;justify-content:center}.plan-toggle button{flex:1;text-align:center}.month-nav{width:100%;justify-content:space-between}.month-nav h2{font-size:1.2rem;min-width:auto}.schedule-grid-wrapper{overflow-x:hidden}.calendar-header-row,.calendar-grid-body{min-width:100%;width:100%}.calendar-badge{font-size:.65rem;padding:2px;border-radius:1px;transform:scale(.95);transform-origin:left}.day-number{font-size:.75rem;margin:2px}}.dh-custom-header{background-color:#000;padding:15px 30px;width:100%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #00000080;margin-bottom:2rem;box-sizing:border-box}.dh-custom-header a{text-decoration:none;color:inherit}.dh-header-logo{display:flex;align-items:center;flex-shrink:0}.dh-header-logo-img{height:35px;width:auto;object-fit:contain;display:block}.dh-header-nav{display:flex;gap:30px;align-items:center;margin:0 auto}.dh-nav-link{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:block;transition:color .3s ease}.dh-nav-link:hover{color:#e60012}.dh-header-book-btn{background-color:#e60012;color:#fff;padding:10px 24px;border-radius:4px;font-weight:800;font-size:14px;letter-spacing:1px;white-space:nowrap;transition:background-color .3s ease;flex-shrink:0}.dh-header-book-btn:hover{background-color:#cc0010}@media(max-width:1024px){.dh-custom-header{padding:15px;flex-wrap:wrap;justify-content:space-between}.dh-header-logo-img{height:25px;max-width:100%}.dh-header-book-btn{padding:8px 16px;font-size:13px}.dh-header-nav{width:100%;margin:15px 0 0;justify-content:center;flex-wrap:wrap;gap:15px;order:3}.dh-nav-link{font-size:14px}}.seo-guide-container{padding:0 1rem 2rem;max-width:900px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#f3f4f6;background-color:#0b0b0b;line-height:1.7}section{scroll-margin-top:100px}.guide-header{text-align:center;margin-bottom:3rem}.guide-header h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2;letter-spacing:-1px}.guide-subtitle{font-size:1.2rem;color:#9ca3af;margin-bottom:2rem}.custom-route-maps{display:flex;flex-direction:column;gap:2rem;margin:2rem 0}@media(min-width:768px){.custom-route-maps{flex-direction:row}}.map-container{flex:1;background:#1a1a1a;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;align-items:center}.map-container h4{color:#fff;margin-top:0;margin-bottom:1rem;text-align:center;border-bottom:1px solid #333;padding-bottom:.5rem;width:100%}.map-graphic{width:100%;max-width:300px;aspect-ratio:1;background:#111;border-radius:4px;margin-bottom:1rem;padding:1rem}.map-container p{color:#999;font-size:.9rem;text-align:center;margin:0}.c1-map h4{border-bottom-color:#f33}.shinkanjo-map h4{border-bottom-color:#5f5}.guide-content section{margin-bottom:3rem}.guide-content h2{font-size:1.8rem;color:#fff;border-bottom:2px solid #E60012;padding-bottom:.5rem;margin-top:2rem;margin-bottom:1.5rem;font-weight:700}.guide-content h3{font-size:1.4rem;color:#e5e7eb;margin-top:1.5rem;margin-bottom:1rem}.guide-content p{margin-bottom:1.5rem;font-size:1.05rem;color:#d1d5db}.guide-content ul{margin-bottom:1.5rem;padding-left:1.5rem;color:#d1d5db}.guide-content li{margin-bottom:.8rem}.booking-cta-section{background:#111;border:1px solid #333;padding:2rem;border-radius:12px;margin-top:3rem;text-align:center}.booking-cta-section h2{border-bottom:none;color:#fff;margin-top:0;font-size:2rem}.cta-action-box{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#e600121a,#141414);border:1px solid #E60012;border-radius:8px}.cta-action-box h3{color:#e60012;margin-top:0;font-size:1.5rem}.guide-cta-btn{display:inline-block;background-color:#e60012;color:#fff;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:50px;margin-top:1rem;transition:all .3s ease;box-shadow:0 4px 15px #e6001266}.guide-cta-btn:hover{background-color:#ff1a1a;transform:translateY(-2px);box-shadow:0 6px 20px #e6001299}.faq-item{margin-bottom:1.5rem;background:#1a1a1a;padding:1.5rem;border-radius:8px;border-left:4px solid #444}.faq-item h4{margin-top:0;margin-bottom:.5rem;font-size:1.2rem;color:#fff}.faq-item p{margin-bottom:0}@media(max-width:768px){.guide-header h1{font-size:2rem}.guide-content h2{font-size:1.5rem}.seo-guide-container{padding:1rem}}.table-of-contents{background:#1a1a1a;border:1px solid #333;padding:1.5rem 2rem;border-radius:8px;margin-bottom:3rem}.table-of-contents h3{margin-top:0;margin-bottom:1rem;color:#fff;font-size:1.3rem;border-bottom:1px solid #444;padding-bottom:.5rem}.table-of-contents ul{list-style:none;padding:0;margin:0}.table-of-contents li{margin-bottom:.8rem}.table-of-contents a{color:#9ca3af;text-decoration:none;transition:color .2s;font-size:1.05rem}.table-of-contents a:hover{color:#e60012;text-decoration:underline}.inline-image-section{margin-bottom:2rem}.inline-img{width:100%;max-width:280px;height:auto;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-bottom:1rem;object-fit:cover}.inline-img.float-right{float:right;margin-left:1.5rem}.inline-img.float-left{float:left;margin-right:1.5rem}@media(max-width:600px){.inline-img{max-width:100%;float:none!important;margin-left:0!important;margin-right:0!important;display:block}}
