*{box-sizing:border-box}body,html,#root{height:100%;margin:0;font-family:Poppins,sans-serif}.app-root{min-height:100%;background:linear-gradient(#f7fbfc,#eef9ff);color:#033047}.navbar{position:fixed;top:0;left:0;right:0;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:space-between;padding:10px 20px;z-index:999;box-shadow:0 4px 18px #0214220f}.logo{font-weight:700;color:#0077b6}.nav-links{display:flex;gap:18px;align-items:center}.nav-links a{color:#034754;text-decoration:none;font-weight:500}.nav-actions{display:flex;gap:10px;align-items:center}.ai-button{background:linear-gradient(135deg,#0077b6,#00b4d8);color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer}.primary{background:#0077b6;color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer}.ghost{background:transparent;border:1px solid rgba(0,0,0,.08);padding:8px 10px;border-radius:8px;cursor:pointer}.user-badge{background:#e6f7ff;padding:6px 10px;border-radius:8px;color:#036}.hero{height:90vh;display:flex;align-items:center;justify-content:center;position:relative;background-image:url(https://images.unsplash.com/photo-1516901121982-4ba280115a72?auto=format&fit=crop&w=2000&q=80);background-size:cover;background-position:center;background-repeat:no-repeat}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000073,#00000040);z-index:0}.hero-overlay{position:relative;z-index:2;padding:30px;max-width:900px;text-align:center;border-radius:12px}.hero-overlay h1{font-size:2.6rem;color:#fff;margin-bottom:12px;text-shadow:0 6px 20px rgba(0,0,0,.4)}.hero-overlay p{font-size:1.05rem;color:#f1f8ff;margin-bottom:18px}.explore-btn{text-decoration:none;display:inline-block;padding:10px 20px;border-radius:20px;background:linear-gradient(135deg,#00b4d8,#0077b6);color:#fff;font-weight:600}.destinations{padding:80px 20px;margin-top:10px}.destinations h2{text-align:center;font-size:1.9rem;margin-bottom:18px;color:#023e8a}.destination-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;padding:0 12px}.destination-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0214220f;transition:transform .32s ease,box-shadow .32s ease;display:flex;flex-direction:column;opacity:0;transform:translateY(30px)}.destination-card.show{opacity:1;transform:translateY(0);transition:all .6s cubic-bezier(.2,.9,.3,1)}.destination-card:hover{transform:translateY(-8px);box-shadow:0 14px 32px #0214221f}.destination-card img{width:100%;height:190px;object-fit:cover;display:block;background:#e6f7fb}.card-content{padding:14px 16px;flex:1;display:flex;flex-direction:column;gap:8px}.card-content h3{margin:4px 0;color:#0077b6;font-size:1.05rem}.card-content p{margin:0;color:#324553;font-size:.95rem;flex:1}.card-actions{display:flex;gap:10px;margin-top:12px}.btn{background:#0077b6;color:#fff;padding:8px 12px;border-radius:8px;text-decoration:none;display:inline-block}.btn.outline,.btn.outline:link{background:transparent;border:1px solid #0077b6;color:#0077b6;padding:8px 12px;border-radius:8px}.contact{padding:40px 20px;background:linear-gradient(180deg,#f7fbff,#eef9ff);display:flex;justify-content:center}.contact-inner{max-width:900px;text-align:center}.contact-inner h3{margin-bottom:8px}.contact-inner p{margin-bottom:12px}footer{padding:18px;text-align:center;background:#003047;color:#fff;margin-top:40px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.modal{width:100%;max-width:420px;background:#fff;border-radius:10px;padding:18px;position:relative;box-shadow:0 12px 40px #00000040}.modal-close{position:absolute;right:8px;top:8px;background:transparent;border:none;font-size:20px;cursor:pointer}.modal-body h3{margin-top:0}.field{display:block;margin-bottom:12px}.field span{display:block;margin-bottom:6px;color:#333;font-weight:600}.field input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #dfeff6}.field.error{color:#b00020;font-weight:600;padding:8px 0}@media (max-width:760px){.hero-overlay h1{font-size:1.8rem}.nav-links{display:none}.navbar{padding:10px}.destination-grid{gap:14px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}body{background:radial-gradient(circle at top left,#e6f3ff 0,#f7fafc 45%,#f3f4f6);color:#111827}.app-root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.navbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(to right,#0f76fff5,#2dd4bff2);color:#fff;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 12px 30px #0f172a59}.nav-links{display:flex;gap:1.5rem;font-size:.95rem}.nav-links a{color:inherit;text-decoration:none;position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#fbbf24;transition:width .2s ease-out}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:.75rem}.search{padding:.45rem .75rem;border-radius:999px;border:none;min-width:180px;font-size:.9rem;box-shadow:0 0 0 1px #ffffff59;background:#0f172a33;color:#e5e7eb}.search::placeholder{color:#d1d5db}.ai-button{border-radius:999px;border:none;padding:.45rem .9rem;background:linear-gradient(to right,#f97316,#facc15);color:#111827;font-weight:600;cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:.25rem;box-shadow:0 6px 16px #0f172a66;transition:transform .1s ease-out,box-shadow .1s ease-out,filter .15s}.ai-button:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 10px 22px #0f172a80}.primary,.ghost{border-radius:999px;padding:.45rem .95rem;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:background .15s ease-out,color .15s ease-out,box-shadow .15s}.primary{background:#0f172a;color:#e5e7eb;box-shadow:0 6px 16px #0f172a80}.primary:hover{background:#030712}.ghost{background:transparent;color:#e5e7eb;box-shadow:inset 0 0 0 1px #e2e8f099}.ghost:hover{background:#0f172a33}.ghost-small{padding:.3rem .7rem;font-size:.8rem}.user-badge{font-size:.85rem;padding:.25rem .6rem;border-radius:999px;background:#0f172a66}.desktop-only{display:flex}.mobile-only{display:none}.nav-hamburger{background:#fff3;border:1px solid rgba(255,255,255,.5);color:#fff;width:44px;height:44px;border-radius:10px;font-size:1.4rem;cursor:pointer;padding:0;flex-shrink:0;transition:background .2s}.nav-hamburger:hover{background:#ffffff59}.nav-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:100;animation:fadeIn .2s ease-out}.nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(280px,85vw);background:linear-gradient(180deg,#0f76fffa,#2dd4bff5);color:#fff;padding:1.25rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:101;box-shadow:4px 0 24px #0003;animation:slideInLeft .25s ease-out}.nav-drawer .nav-drawer-close{align-self:flex-end;background:#ffffff40;border:none;color:#fff;width:40px;height:40px;border-radius:10px;font-size:1.5rem;cursor:pointer;margin-bottom:.5rem;line-height:1}.nav-drawer a{color:inherit;text-decoration:none;padding:.75rem 1rem;border-radius:10px;font-size:1rem;transition:background .2s}.nav-drawer a:hover{background:#fff3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.chat-fab-wrap{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90}.chat-fab{width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#0f76ff,#2dd4bf);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 8px 24px #0f76ff80;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center}.chat-fab:hover{transform:scale(1.05);box-shadow:0 12px 32px #0f76ff99}.chat-panel{position:fixed;top:0;right:0;bottom:0;width:min(380px,100vw);background:#fff;box-shadow:-4px 0 24px #00000026;z-index:95;display:flex;flex-direction:column;animation:slideInRight .25s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.chat-panel-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#111827;background:linear-gradient(to right,#0f76ff14,#2dd4bf14)}.chat-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1}.chat-close:hover{color:#111827}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-placeholder{color:#6b7280;font-size:.9rem;margin:0;line-height:1.5}.chat-msg{max-width:90%;padding:.65rem .9rem;border-radius:12px;font-size:.9rem;line-height:1.45}.chat-msg.user{align-self:flex-end;background:#2563eb;color:#fff}.chat-msg.assistant{align-self:flex-start;background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.chat-input-wrap{padding:1rem;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;background:#fafafa}.chat-input{flex:1;padding:.6rem .85rem;border-radius:10px;border:1px solid #d1d5db;font-size:.95rem}.chat-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.chat-send{padding:.6rem 1rem;border-radius:10px;border:none;background:#2563eb;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;white-space:nowrap}.chat-send:hover{background:#1d4ed8}.hero{height:min(80vh,720px);background:radial-gradient(circle at top left,#0f172a 0,#0f172a 30%,#1e3a8a,#0f766e);display:flex;align-items:center;justify-content:center;position:relative}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,#0f172a1a,#0f172aa6)}.hero-overlay{position:relative;z-index:1;max-width:640px;margin:0 1.5rem;text-align:center;color:#f9fafb;padding:2.5rem 2rem;border-radius:24px;background:linear-gradient(to bottom right,#0f172ae6,#1e40afbf,#082f49e6);box-shadow:0 24px 60px #0f172ab3}.hero-overlay h1{font-size:clamp(2.35rem,3vw,3rem);letter-spacing:.03em;margin-bottom:.75rem}.hero-overlay p{font-size:1rem;opacity:.9;margin-bottom:1.75rem}.hero-overlay button{padding:.75rem 1.75rem;border:none;border-radius:999px;background:linear-gradient(to right,#38bdf8,#22c55e);color:#0f172a;font-weight:600;cursor:pointer;box-shadow:0 14px 35px #082f49e6;transition:transform .1s ease-out,box-shadow .1s ease-out,filter .1s}.hero-overlay button:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 18px 42px #082f49}.ai-planner{padding:1.5rem 0 .5rem}.ai-planner-inner{background:#0f172a;border-radius:20px;padding:1.3rem 1.5rem 1.4rem;color:#e5e7eb;box-shadow:0 18px 45px #0f172ad9}.ai-planner-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem}.ai-planner-header h3{font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:#a5b4fc}.ai-planner-headline{font-size:.95rem;margin-bottom:.8rem}.ai-planner-days{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.7rem}.ai-planner-day{padding:.7rem .8rem;border-radius:12px;background:#0f172acc;border:1px solid rgba(148,163,184,.45);font-size:.85rem}.ai-planner-day h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#93c5fd;margin-bottom:.25rem}.destinations{padding:4.5rem 0 3.5rem}.destinations h2{font-size:2rem;text-align:center;margin-bottom:2.5rem}.destination-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.destination-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px #0f172a2e;transform:translateY(18px);opacity:0;transition:transform .35s ease-out,opacity .35s ease-out,box-shadow .25s,translate .3s}.destination-card.show{transform:translateY(0);opacity:1}.destination-card img{width:100%;height:190px;object-fit:cover}.card-content{padding:1.1rem 1.2rem 1.2rem}.card-content h3{font-size:1.1rem;margin-bottom:.4rem}.card-content p{font-size:.9rem;color:#4b5563;margin-bottom:.9rem}.card-actions{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:background .15s ease-out,color .15s ease-out,box-shadow .15s}.btn.outline{background:transparent;box-shadow:inset 0 0 0 1px #e5e7eb;color:#111827}.btn.outline:hover{background:#f3f4f6}.btn:not(.outline){background:#2563eb;color:#f9fafb;box-shadow:0 8px 22px #2563eb8c}.btn:not(.outline):hover{background:#1d4ed8}.booking{padding:4.5rem 0;background:#f3f4f6}.booking h2{font-size:2rem;text-align:center;margin-bottom:2.25rem}.booking-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.booking-card{background:#fff;border-radius:18px;padding:1.4rem;box-shadow:0 16px 40px #0f172a29;display:flex;flex-direction:column;gap:.6rem}.booking-card h3{font-size:1.05rem;margin-bottom:.15rem}.booking-subtitle{font-size:.8rem;color:#6b7280;margin-bottom:.4rem}.booking-card input{padding:.55rem .75rem;border-radius:10px;border:1px solid #d1d5db;font-size:.9rem}.booking-card input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb8c}.booking-card button{margin-top:.35rem;padding:.6rem .75rem;border-radius:999px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;background:#0f766e;color:#ecfeff;box-shadow:0 10px 25px #0f766e8c;transition:background .15s ease-out,box-shadow .15s ease-out,transform .1s}.booking-card button:hover{background:#115e59;transform:translateY(-1px)}.results-list{margin-top:.7rem;display:flex;flex-direction:column;gap:.45rem}.result-card{padding:.55rem .7rem;border-radius:10px;background:#f9fafb;border:1px solid #e5e7eb;font-size:.8rem}.result-main{display:flex;justify-content:space-between;margin-bottom:.15rem}.result-meta{display:flex;gap:.5rem;color:#6b7280;flex-wrap:wrap}.result-price{font-weight:600;color:#0f766e}.trip-type-toggle{display:flex;flex-direction:column;gap:.35rem}.trip-type-toggle .field-label{display:block;font-size:.85rem;font-weight:500;color:#374151}.trip-type-buttons{display:flex;gap:.5rem}.trip-type-btn{flex:1;padding:.5rem .75rem;border-radius:10px;border:1px solid #d1d5db;background:#f9fafb;font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s}.trip-type-btn:hover{background:#f3f4f6;border-color:#9ca3af}.trip-type-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.contact{padding:3.5rem 0 3rem}.contact-inner{background:linear-gradient(to right,#0f172a,#1f2937);border-radius:22px;padding:2rem 2.2rem;color:#f9fafb;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 20px 50px #0f172acc}.contact-inner h3{font-size:1.4rem;margin-bottom:.35rem}.contact-inner p{font-size:.9rem;opacity:.85}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:40}.modal{background:#fff;border-radius:20px;padding:1.8rem 1.9rem 1.6rem;width:360px;max-width:92vw;box-shadow:0 30px 70px #0f172acc;position:relative}.auth-modal{width:760px;max-width:94vw;padding:0;overflow:hidden}.modal-close{position:absolute;top:.7rem;right:.9rem;border:none;background:transparent;font-size:1.2rem;cursor:pointer;color:#9ca3af}.modal-body h3{font-size:1.25rem;margin-bottom:1rem}.auth-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.4fr)}.auth-hero{padding:1.9rem 1.7rem;background:radial-gradient(circle at top left,#38bdf8,#0f766e,#0f172a);color:#ecfeff}.auth-hero h4{font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;opacity:.85;margin-bottom:.8rem}.auth-hero p{font-size:.95rem;margin-bottom:1.1rem}.auth-hero ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.auth-hero li:before{content:"•";margin-right:.35rem}.auth-form{padding:1.8rem 1.9rem 1.6rem}.auth-form h3{font-size:1.2rem;margin-bottom:.35rem}.auth-subtitle{font-size:.85rem;color:#6b7280;margin-bottom:1.1rem}.field{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:.75rem}.field span{font-size:.85rem;color:#4b5563}.field input{width:100%;padding:.55rem .7rem;border-radius:10px;border:1px solid #d1d5db;font-size:.9rem}.field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb73}.field select{width:100%;padding:.55rem .7rem;border-radius:10px;border:1px solid #d1d5db;font-size:.9rem;background:#fff}.field select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb73}.field.error{width:100%;border-radius:10px;padding:.5rem .7rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;font-size:.8rem}.form-buttons{display:flex;justify-content:space-between;gap:.75rem;margin-top:.75rem}.booking-page-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;display:flex;align-items:center;justify-content:center;z-index:45}.booking-page{background:#f9fafb;border-radius:24px;max-width:900px;width:95vw;padding:1.8rem 2rem 1.7rem;box-shadow:0 30px 80px #0f172ae6;position:relative}.booking-page-close{position:absolute;top:.9rem;right:1.1rem;border:none;background:transparent;font-size:1.25rem;cursor:pointer;color:#6b7280}.booking-page-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:1.75rem}.booking-page-details h3{font-size:1.4rem;margin:.35rem 0 .4rem}.booking-page-details p{font-size:.9rem;color:#4b5563;margin-bottom:.7rem}.rentals-highlights{list-style:none;padding:0;margin:0;font-size:.8rem;color:#6b7280;display:flex;flex-direction:column;gap:.2rem}.booking-page-link{font-size:.85rem;color:#2563eb;text-decoration:none}.booking-page-link:hover{text-decoration:underline}.booking-page-form h4{font-size:1.05rem;margin-bottom:.45rem}.booking-page textarea{width:100%;padding:.55rem .7rem;border-radius:10px;border:1px solid #d1d5db;font-size:.9rem;resize:vertical}.booking-page textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb73}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .55rem;border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;background:#2563eb14;color:#1d4ed8}.calendar-section{padding:4rem 0 3rem}.calendar-section h2{font-size:2rem;text-align:center;margin-bottom:.6rem}.calendar-subtitle{text-align:center;font-size:.9rem;color:#6b7280;max-width:640px;margin:0 auto 1.6rem}.calendar-card{max-width:520px;margin:0 auto;padding:1.4rem 1.5rem 1.3rem;border-radius:18px;background:#fff;box-shadow:0 18px 45px #0f172a29}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.calendar-label{font-weight:600;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;color:#4b5563}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;font-size:.8rem}.calendar-day-name{text-align:center;font-weight:600;color:#6b7280;padding-bottom:.2rem}.calendar-cell{height:34px;border-radius:10px;border:none;background:#f9fafb;color:#111827;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #e5e7eb;transition:background .12s ease-out,box-shadow .12s ease-out,color .12s ease-out,transform .08s ease-out}.calendar-cell.empty{background:transparent;box-shadow:none;cursor:default}.calendar-cell:hover:not(.empty){background:#eff6ff;box-shadow:0 0 0 1px #93c5fd;transform:translateY(-1px)}.calendar-cell.selected{background:#2563eb;color:#f9fafb;box-shadow:0 0 0 1px #1d4ed8}.calendar-cell.in-range{background:#dbeafe;box-shadow:0 0 0 1px #bfdbfe}.calendar-legend{display:flex;justify-content:space-between;margin-top:.9rem;font-size:.8rem;color:#4b5563}.field-date,.date-picker-trigger-wrap{position:relative}.date-picker-trigger{cursor:pointer;caret-color:transparent}.date-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:transparent}.date-picker-popover{position:absolute;left:0;top:100%;margin-top:4px;z-index:51;min-width:280px;border-radius:14px;background:#fff;box-shadow:0 12px 40px #0f172a40;padding:.75rem;border:1px solid #e5e7eb}.date-picker-popover-inner{display:flex;flex-direction:column;gap:.5rem}.date-picker-popover .calendar-header{margin-bottom:.25rem}.date-picker-popover .calendar-grid.date-picker-grid .calendar-cell{min-height:36px;font-size:.85rem}.date-picker-done{margin-top:.35rem;align-self:flex-end}.caravans{padding:4.5rem 0 3.5rem}.caravans h2{font-size:2rem;text-align:center;margin-bottom:.6rem}.caravans-subtitle{text-align:center;font-size:.9rem;color:#6b7280;max-width:640px;margin:0 auto 2rem}.caravan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.caravan-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px #0f172a2e;display:flex;flex-direction:column;height:100%}.caravan-card img{width:100%;height:190px;object-fit:cover}.caravan-meta{font-size:.85rem;color:#6b7280;margin-bottom:.5rem}.caravan-highlights{list-style:none;padding-left:1rem;margin:0 0 .6rem;font-size:.85rem;color:#4b5563}.caravan-highlights li::marker{color:#22c55e}.caravan-suitability{font-size:.8rem;color:#6b7280;margin-bottom:.85rem}footer{margin-top:auto;padding:1.5rem 0 1.75rem;background:#0f172a;color:#9ca3af;font-size:.85rem}footer .container{display:flex;justify-content:center}@media (max-width: 768px){.navbar{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem}.desktop-only{display:none}.mobile-only{display:flex;align-items:center;justify-content:center}.nav-actions{flex:1;justify-content:flex-end;min-width:0}.nav-actions .search{min-width:120px}.auth-modal{width:95vw}.auth-layout{grid-template-columns:minmax(0,1fr)}.hero-overlay{padding:2rem 1.4rem}.contact-inner{flex-direction:column;align-items:flex-start}.booking-page{padding:1.4rem 1.4rem 1.3rem}.booking-page-grid{grid-template-columns:minmax(0,1fr)}.date-picker-popover{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(340px,calc(100vw - 24px));max-height:85vh;overflow:auto;margin:0}.date-picker-popover .calendar-grid.date-picker-grid .calendar-cell{min-height:44px;font-size:.95rem}.date-picker-popover .calendar-day-name{padding:.25rem 0;font-size:.75rem}.chat-panel{width:100vw}.chat-fab-wrap{bottom:1rem;right:1rem}}
