:root{--gold-primary:#caa54b;--gold-light:#e5c687;--gold-dark:#b38b3a;--white:#fff;--sand-light:#f8f3e7;--sand:#f5efe3;--text-dark:#1e2a3a;--text-light:#4a5568;--shadow:0 10px 40px rgba(0,0,0,.08);--shadow-hover:0 20px 50px rgba(202,165,75,.15);--border-radius:24px;--border-radius-sm:16px}*{margin:0;padding:0;box-sizing:border-box}.dtp-container{width:100%;min-height:100vh;background:linear-gradient(135deg,var(--white),var(--sand-light));padding:12px;font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.dtp-header{text-align:center;margin-bottom:16px;padding:16px 12px;background:var(--white);border-radius:var(--border-radius);border:1px solid rgba(202,165,75,.2);box-shadow:var(--shadow)}.dtp-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:6px;line-height:1.3;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.dtp-title .dtp-icon{font-size:1.8rem}.dtp-subtitle{color:var(--text-light);font-size:.9rem;max-width:280px;margin:0 auto}.dtp-travel-form{background:var(--white);padding:20px 16px;border-radius:var(--border-radius);margin-bottom:16px;border:1px solid rgba(202,165,75,.15);box-shadow:var(--shadow)}.dtp-form-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.dtp-form-group{position:relative;width:100%}.dtp-form-group label{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:var(--text-dark);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}.dtp-form-group label i{color:var(--gold-primary);font-size:.9rem;width:18px}.dtp-select{width:100%;padding:14px 16px;border:2px solid var(--sand);border-radius:var(--border-radius-sm);background:var(--white);font-size:.95rem;color:var(--text-dark);transition:all .3s ease;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23caa54b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px}.dtp-btn-gold{background:linear-gradient(135deg,var(--gold-primary),var(--gold-dark));color:var(--white);border:none;padding:16px 20px;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;box-shadow:0 10px 25px rgba(202,165,75,.3);border:1px solid rgba(255,255,255,.2);text-transform:uppercase;letter-spacing:.5px}.dtp-results{margin-top:16px;width:100%;opacity:0;transform:translateY(20px);transition:all .5s ease;flex:1}.dtp-results.dtp-visible{opacity:1;transform:translateY(0)}.dtp-itinerary-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;border:1px solid rgba(202,165,75,.2);box-shadow:var(--shadow-hover);margin-bottom:0;width:100%}.dtp-itinerary-header{background:linear-gradient(135deg,var(--gold-primary),var(--gold-dark));color:var(--white);padding:20px 16px;border-bottom:4px solid rgba(255,255,255,.2)}.dtp-itinerary-header h2{font-size:1.3rem;margin:0 0 12px;font-weight:600;line-height:1.3;display:flex;align-items:center;gap:8px}.dtp-meta{display:flex;flex-direction:column;gap:8px}.dtp-meta-item{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);padding:8px 12px;border-radius:30px;backdrop-filter:blur(5px);font-size:.9rem;width:100%}.dtp-meta-item i{width:18px;font-size:.9rem}.dtp-day-plan{padding:20px 16px;background:linear-gradient(145deg,var(--sand-light),var(--white));border-bottom:1px solid rgba(202,165,75,.2)}.dtp-day-title{color:var(--gold-dark);font-size:1.2rem;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px;border-left:4px solid var(--gold-primary);padding-left:12px;flex-wrap:wrap}.dtp-day-title i{color:var(--gold-primary);font-size:1.2rem}.dtp-featured-badge{display:inline-block;background:var(--gold-primary);color:var(--white);padding:3px 8px;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin-left:0}.dtp-day-grid{display:flex;flex-direction:column;gap:16px}.dtp-day-item{background:var(--white);border-radius:var(--border-radius-sm);padding:16px;border:1px solid rgba(202,165,75,.2);box-shadow:0 4px 12px rgba(0,0,0,.05);width:100%}.dtp-day-header{display:flex;align-items:center;gap:12px;border-bottom:2px solid var(--sand-light);padding-bottom:12px;margin-bottom:12px}.dtp-day-badge{background:linear-gradient(135deg,var(--gold-primary),var(--gold-dark));color:var(--white);width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 8px rgba(202,165,75,.2)}.dtp-day-name{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.dtp-day-schedule{display:flex;flex-direction:column;gap:12px}.dtp-schedule-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px dashed rgba(202,165,75,.15)}.dtp-schedule-item:last-child{border-bottom:none}.dtp-schedule-icon{width:20px;color:var(--gold-primary);font-size:.9rem;margin-top:2px}.dtp-schedule-time{min-width:70px;font-weight:600;color:var(--gold-primary);font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}.dtp-schedule-activity{flex:1;color:var(--text-dark);font-size:.9rem;line-height:1.4;word-break:break-word}.dtp-sections-grid{display:flex;flex-direction:column;gap:12px;padding:16px}.dtp-section-card{background:linear-gradient(145deg,var(--white),var(--sand-light));padding:18px 16px;border-radius:var(--border-radius-sm);border:1px solid rgba(202,165,75,.15);box-shadow:0 4px 12px rgba(0,0,0,.03);width:100%}.dtp-section-title{color:var(--gold-dark);font-size:1.1rem;font-weight:600;margin-bottom:14px;display:flex;align-items:center;gap:8px;border-bottom:2px solid var(--gold-light);padding-bottom:8px}.dtp-section-title i{color:var(--gold-primary);font-size:1rem}.dtp-list{list-style:none;padding:0;margin:0}.dtp-list li{padding:10px 0;border-bottom:1px dashed rgba(202,165,75,.15);display:flex;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.4;color:var(--text-dark);word-break:break-word}.dtp-list li:last-child{border-bottom:none}.dtp-list li:before{content:'✦';color:var(--gold-primary);font-size:1rem;font-weight:600;margin-top:2px}.dtp-social-share{padding:20px 16px;background:linear-gradient(145deg,var(--sand-light),var(--white));border-top:2px solid var(--gold-light);border-bottom:2px solid var(--gold-light)}.dtp-social-title{color:var(--text-dark);font-size:.95rem;font-weight:600;margin-bottom:16px;text-align:center;text-transform:uppercase;letter-spacing:.5px}.dtp-social-icons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.dtp-social-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.2rem;transition:all .3s ease;cursor:pointer;text-decoration:none;border:2px solid transparent}.dtp-action-buttons{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--white)}.dtp-btn{padding:14px 16px;border:none;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--white);color:var(--text-dark);border:2px solid var(--sand);width:100%;text-transform:uppercase;letter-spacing:.3px}.dtp-btn i{color:var(--gold-primary);font-size:1rem}.dtp-btn-primary{background:linear-gradient(135deg,var(--gold-primary),var(--gold-dark));color:var(--white);border:none;box-shadow:0 8px 20px rgba(202,165,75,.25)}.dtp-btn-primary i{color:var(--white)}.dtp-loading{text-align:center;padding:30px 16px;background:var(--white);border-radius:var(--border-radius);border:1px solid rgba(202,165,75,.15);margin:16px 0}.dtp-spinner{width:45px;height:45px;margin:0 auto 15px;border:4px solid var(--sand);border-top:4px solid var(--gold-primary);border-radius:50%;animation:dtp-spin 1s linear infinite}.dtp-loading p{color:var(--text-light);font-size:.95rem}.dtp-error{background:linear-gradient(135deg,#fff5f5,#ffe5e5);border:2px solid #feb2b2;border-radius:var(--border-radius);padding:25px 16px;text-align:center;color:#c53030}.dtp-error i{font-size:2.5rem;margin-bottom:12px;color:#fc8181}.dtp-error p{font-size:1rem;margin-bottom:16px}@media (min-width:768px){.dtp-container{padding:20px;min-height:auto}.dtp-header{padding:24px}.dtp-title{font-size:2rem}.dtp-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.dtp-meta{flex-direction:row;flex-wrap:wrap;gap:10px}.dtp-meta-item{flex:1;min-width:auto}.dtp-day-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dtp-sections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dtp-action-buttons{flex-direction:row;justify-content:center}.dtp-btn{width:auto;min-width:180px}}@media (min-width:1024px){.dtp-container{max-width:1200px;margin:30px auto;border-radius:var(--border-radius);min-height:auto}.dtp-day-grid{grid-template-columns:repeat(3,1fr)}.dtp-sections-grid{grid-template-columns:repeat(3,1fr)}}@media (hover:none) and (pointer:coarse){.dtp-select,.dtp-btn,.dtp-social-icon{cursor:default}.dtp-btn-gold:active,.dtp-btn:active,.dtp-social-icon:active{transform:scale(.98)}}.dtp-schedule-activity,.dtp-list li,.dtp-meta-item{word-break:break-word;overflow-wrap:break-word}@media (max-width:360px){.dtp-container{padding:8px}.dtp-header{padding:12px}.dtp-title{font-size:1.3rem}.dtp-schedule-time{min-width:60px;font-size:.8rem}.dtp-schedule-activity{font-size:.85rem}.dtp-day-badge{width:32px;height:32px;font-size:1rem}}