.create-trip-root{box-sizing:border-box;background-color:#fafafa;width:100%;min-height:100vh;font-family:Sora,sans-serif}.create-trip-navbar{box-sizing:border-box;background:0 0;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;width:100%;height:88px;padding:0 32px;display:flex}.create-trip-nav-left{align-items:center;gap:40px;display:flex}.create-trip-logo-img{object-fit:contain;object-position:left;width:180px;height:auto}.create-trip-nav-links{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.create-trip-nav-links li a{color:#5f5f5f;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.create-trip-nav-links li a:hover{color:#111}.create-trip-nav-right{align-items:center;gap:16px;display:flex}.create-trip-nav-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:flex}.create-trip-nav-icon-btn:hover{background:#f5f5f5}.create-trip-profile-circle{cursor:pointer;background:0 0;border:1px solid #eaeaea;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:border-color .2s;display:flex}.create-trip-profile-circle:hover{border-color:#f81927}.create-trip-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 40px}.create-trip-header{justify-content:space-between;align-items:flex-start;margin-top:48px;margin-bottom:40px;display:flex}.create-trip-title{color:#111;margin:0 0 8px;font-size:48px;font-weight:700;line-height:1.2}.create-trip-description{color:#5f5f5f;max-width:620px;margin:0;font-size:18px;line-height:1.7}.create-trip-back-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:190px;height:56px;font-family:Sora,sans-serif;font-size:16px;font-weight:500;transition:background .2s,border-color .2s;display:flex}.create-trip-back-btn:hover{background:#f5f5f5;border-color:#cfcfcf}.create-trip-form-wrapper{background:#fff;border:1px solid #eaeaea;border-radius:24px;margin-bottom:40px;padding:32px;box-shadow:0 4px 24px #0000000a}.create-trip-section-label{color:#f81927;border-left:3px solid #f81927;margin:0 0 24px;padding-left:12px;font-size:18px;font-weight:600;line-height:1.4}.create-trip-field{align-items:center;gap:24px;margin-bottom:20px;display:flex}.create-trip-label{color:#111;flex-shrink:0;width:140px;font-size:15px;font-weight:600}.create-trip-input{color:#111;box-sizing:border-box;background:#fff;border:1px solid #cfcfcf;border-radius:12px;outline:none;flex:1;height:58px;padding:0 18px;font-family:Sora,sans-serif;font-size:15px;transition:border-color .2s,box-shadow .2s}.create-trip-input::placeholder{color:#8a8a8a}.create-trip-input:focus{border-color:#f81927;box-shadow:0 0 0 3px #f8192714}.create-trip-input-wrap{box-sizing:border-box;background:#fff;border:1px solid #cfcfcf;border-radius:12px;flex:1;align-items:center;gap:10px;height:58px;padding:0 18px;transition:border-color .2s,box-shadow .2s;display:flex}.create-trip-input-wrap:focus-within{border-color:#f81927;box-shadow:0 0 0 3px #f8192714}.create-trip-input-inner{color:#111;background:0 0;border:none;outline:none;flex:1;font-family:Sora,sans-serif;font-size:15px}.create-trip-input-inner::placeholder{color:#8a8a8a}.create-trip-divider{background:#eaeaea;height:1px;margin:28px 0}.create-trip-suggestions-heading{color:#111;margin:0 0 24px;font-size:28px;font-weight:600}.create-trip-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;display:grid}.create-trip-dest-card{cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;width:100%;height:250px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.create-trip-dest-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.create-trip-dest-img-wrap{flex-shrink:0;width:100%;height:150px;position:relative;overflow:hidden}.create-trip-dest-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.create-trip-dest-placeholder{color:#8a8a8a;text-align:center;background-color:#e4e4e4;justify-content:center;align-items:center;width:100%;height:100%;padding:10px;font-size:12px;font-weight:600;display:flex}.create-trip-dest-card:hover .create-trip-dest-img{transform:scale(1.05)}.create-trip-dest-bookmark{cursor:pointer;z-index:2;background:#ffffffe6;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:10px;right:10px}.create-trip-dest-bookmark:hover{background:#fff}.create-trip-dest-info{flex-direction:column;flex:1;justify-content:flex-end;padding:14px;display:flex}.create-trip-dest-name{color:#111;margin:0 0 4px;font-size:16px;font-weight:600}.create-trip-dest-country{color:#5f5f5f;align-items:center;gap:4px;margin:0;font-size:13px;display:flex}.create-trip-actions{justify-content:flex-end;margin-top:40px;margin-bottom:60px;display:flex}.create-trip-submit-btn{color:#fff;cursor:pointer;background:#f81927;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:190px;height:60px;font-family:Sora,sans-serif;font-size:17px;font-weight:600;transition:background .2s,transform .2s;display:flex;box-shadow:0 4px 20px #f819274d}.create-trip-submit-btn:hover{background:#d9101e;transform:translateY(-2px)}.create-trip-footer{box-sizing:border-box;background:#fff;border-top:1px solid #eaeaea;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 40px;display:flex}.create-trip-footer-copy{color:#5f5f5f;font-size:14px}.create-trip-footer-links{align-items:center;gap:24px;margin:0;padding:0;list-style:none;display:flex}.create-trip-footer-links li a{color:#5f5f5f;font-size:14px;text-decoration:none;transition:color .2s}.create-trip-footer-links li a:hover{color:#111}@media (max-width:1024px){.create-trip-cards-grid{grid-template-columns:repeat(2,1fr)}.create-trip-nav-links{display:none}}@media (max-width:768px){.create-trip-navbar{height:74px;padding:0 20px}.create-trip-container{padding:0 20px}.create-trip-header{flex-direction:column;gap:20px;margin-top:32px}.create-trip-title{font-size:32px}.create-trip-description{font-size:16px}.create-trip-back-btn{width:100%}.create-trip-field{flex-direction:column;align-items:flex-start;gap:8px}.create-trip-label{width:auto}.create-trip-input,.create-trip-input-wrap{flex:unset;width:100%}.create-trip-actions{justify-content:center}.create-trip-submit-btn{width:100%}.create-trip-footer{flex-direction:column;gap:12px;height:auto;padding:20px}}@media (max-width:480px){.create-trip-cards-grid{grid-template-columns:1fr}.create-trip-title{font-size:26px}}
